@page {
  size: A4;
  margin: 0;
}
@media print {
  html, body {
    width: 210mm;
    height: 297mm;
  }
}
.main-panel{
    background: #95a5a6 !important;
}

.btn-danger{
    background-color: #0d1335 !important;
    border-color: #0d1335 !important;
}
.topbarlogo{
    background:#fff !important;
}
.card {
    margin-top: 15px;
}
.dashboard{
    padding-top: 15px;/* 8px*/
}
.main-panel .dashboard .card{
    background:#fff !important;
}
.tim-typo {
  padding-left: 25%;
  margin-bottom: 40px;
  position: relative;
  width: 100%;
}
.tim-typo .tim-note {
  bottom: 5px;
  color: #c0c1c2;
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  left: 0;
  margin-left: 20px;
  position: absolute;
  width: 260px;
}
b, strong{
    font-weight: 800 !important;
}

/* offline-doc */

.offline-doc .navbar.navbar-transparent {
  padding-top: 25px;
  border-bottom: none;
}

.offline-doc .navbar.navbar-transparent .navbar-minimize {
  display: none;
}

.offline-doc .navbar.navbar-transparent .navbar-brand,
.offline-doc .navbar.navbar-transparent .collapse .navbar-nav .nav-link {
  color: #FFFFFF !important;
}

.offline-doc .footer {
  z-index: 3 !important;
}

.offline-doc .page-header .container {
  z-index: 3;
}

.offline-doc .page-header:after {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

#map {
  z-index: 2;
  height: calc(100vh - 70px);
  margin-top: 70px;
}
.custom-breadcrumb{
    list-style:none;
    overflow: hidden;
    padding:0px;
}

.custom-breadcrumb li {
    text-decoration: none; 
    padding: 10px 5px 10px 38px;
    position: relative; 
    font-size: 16px;
    display: block;
    float: left;
    font-weight:bold;
}
.custom-breadcrumb li a{
    color:#fff;
    padding: 5px 0px;
}
.custom-breadcrumb li:hover a{
    color:#1660ec;
}
.custom-breadcrumb li:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}

.custom-breadcrumb li:before {
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 50px solid transparent;       
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px; 
  margin-left: 1px;
  left: 100%;
  z-index: 1;
}
.custom-breadcrumb li.current a {
    color: #000;
}
.custom-breadcrumb li.current{
    background-color: #fff;
    color: #000;
}
.custom-breadcrumb li.current:after{
    border-left:30px solid #fff;
}
.custom-breadcrumb li{
    background-color: #0d1335;
    color: white;
}
.custom-breadcrumb li:after{
    border-left:30px solid #0d1335;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(122, 126, 123, 0.6);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: #0d1335;
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 35px;
  font-weight: bold;
  opacity: 1;
  text-shadow: 0 1px 0 #0d1335;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}
p{
    text-align: justify;
}
ul{
    padding-left:14px;
}
img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.bmd-form-group label {
    color: #000;
}
.listsquire li{
    list-style: none;
    position: relative;
}
.listsquire li:before {
    position: absolute;  
    margin: 7px 0 0 -13px;   
    vertical-align: middle;
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 2px solid #000;
    content: "";
}
.arrowbulett{
    padding-left: 20px;
}
.arrowbulett li{
    list-style: none;
    position: relative;
}
.arrowbulett li:before {
    position: absolute;  
    margin: 15px 0 0 -14px;   
    vertical-align: middle;
    display: inline-block;
    width: 10px;
    height: 10px;
    content: "\27A2";
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 18px;
}

.dashboard .card {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    border:1px solid #000;
}
.dashboard .card .card-category{
 height:50px;   
}
/*-----------------
	9. Slick Slider
-----------------------*/

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
	box-shadow: 1px 6px 14px rgba(0,0,0,0.2);
	background: #fff;
	border-radius: 100%;	
    cursor: pointer;	
    border: none;
    outline: none;
    background: #fff;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background-color: #0de0fe;
	color: #fff;
	opacity: 1;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	color: #fff;
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}
.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #383838;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: 0;
	z-index:1;
}
[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}
.slick-prev:before {
    content: '←';
}
[dir='rtl'] .slick-prev:before {
    content: '→';
}
.slick-next {
    right: 0;
}
[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}
.slick-next:before {
    content: '→';
}
[dir='rtl'] .slick-next:before {
    content: '←';
}

.slick-dots {
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
	border: 0;
	outline: none;
	background: #C0C0C0;
    border-radius:50%;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
	display: none;
    font-family: 'slick';
	font-size: 76px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	content: '-';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button {
    background-color: #0d1335;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #0d1335;
}

.speicality-img {
	position: relative;
	height: 300px;
	box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.67);
	border-radius: 10%;
	width: 300px;
	background: #fff;
	border: 2px solid #000;
}
.speicality-img img {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 10%;
}
.speicality-item .speicality-img p {
    font-size: 15px;
    font-weight: bold;
    margin: 20px 0 0;
    text-align: center;
    color: #000;
}
.speicality-item .speicality-img span.subtitle{
    position: absolute;
    bottom: 25px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-weight: bold;
    font-size: 15px;
    color:#000;
}
.bmd-form-group input {
    border: 1px solid #000;
    border-radius: 3px;
    padding: 10px 15px;
}
.is-focused .form-control {
    border-color: #000;
}
.is-focused textarea.form-control {
    background-image: unset;
}
textarea.form-control:focus{
    background-image: linear-gradient(to top, #9c27b0 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
.bmd-form-group input[type=text]:focus:not([readonly]).amber-border  {
    border: 1px solid #ffca28;
    box-shadow: none;
}

.bmd-form-group [class^="bmd-label"], .bmd-form-group [class*=" bmd-label"] {
    position: relative;
    top: 0px;
    font-size: 14px;
    color:#000;
    font-weight:bold;
}
.specialities-slider .img-fluid{
 height:130px;  
 margin:0 auto;
}
.pushplay{
    text-align:center;
    width:100%;
}
.btn.btn-danger {
  background-color: #0d1335;  
}
.btn.btn-danger.btn-sm{
    padding: 5px 15px;
}
.btn-xs{
    padding:1px 5px !important;
    font-size:12px;
    line-height:1.5;
    border-radius:3px;
}

ul li{
    color:#000;
}
.slideview hr{
    border-top: 4px solid #000;
    border-bottom: 2px solid #000;
    height: 1px;
}
@media (min-width: 992px) {
 #mypreview .modal-lg {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
.breadcrumb li a {
	color: white;
	text-decoration: none; 
	padding: 10px 0px 10px 45px;
	font-weight:bold;
	font-size: 1.1vw !important;
	position: relative; 
	display: block;
	text-align: center;
}
}
#mypreview .modal-content,#mypropreview .modal-content{
    width:100%;
}
#mypreview .modal-content .A4{
    border: 4px solid #000;
    padding: 20px 30px;
    position: relative;
}
#mypreview .modal-content .A4:before {
    background: none;
    border: 2px solid #0a0a0a;
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    pointer-events: none;
}
.pricing-item h4{
    color: #fff !important;
    font-weight: bold;
    margin: 0 10px;
    background: #0d1335;
    box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.67);
}

.pricing-price h1:hover{
    transition: all .5s ease;
    color: #ff9b00 !important;
    position: relative;
    top: -10px;
    font-size: 4em !important;
}
.pricing-item .pricing-description{
    text-align: justify;
    padding: 0 5px;  
}
.productmodalclose{
    padding:0px;
}
.productmodalclose .close {
    top: 0px;
    right: 10px;
    font-size: 25px;
}
.dashboard .jasgrid ul li{
    padding-left: 10px;
}
.dashboard .jasgrid .card-title img, 
.dashboard .jasgrid .addtocart img{
    max-width: unset;
    display:unset;
    margin:unset;
}
.dashboard .jasgrid img{
    max-width: 523px;
    display:block;
    margin:0 auto;
}
.deleteimg a{
    position: absolute;
top: -5px;
right: 5px;
}
.dashboard form h5{
    margin-top:30px;
}
.scrollbottom{
    background-color: #DAA520;
    bottom: 114px;
    color: #000000;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 30px;
    text-align: center;
    width: 40px;
    z-index:999;
}

.scrolltop {
    background-color: #DAA520;
    bottom: 154px;
    color: #000000;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 30px;
    text-align: center;
    width: 40px;
    z-index:999;
}

.breadcrumb {
    padding: 0px;
	background: #0d1335;
	list-style: none; 
	overflow: hidden;
    display: table;
    width:100%;
}
.breadcrumb>li+li:before {
	padding: 0;
}
.breadcrumb li { 
	background: #0d1335;
	display: table-cell;
}
.breadcrumb li.active a {
	background: brown;                   /* fallback color */
	background: #fff ; 
	color:#000;
}
.breadcrumb li.active a:after {
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid #fff;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	left: 100%;
	z-index: 2;
}
.breadcrumb li.active a:before { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid #0d1335;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	margin-left: 1px;
	left: 100%;
	z-index: 1; 
}
.breadcrumb li a {
	color: white;
	text-decoration: none; 
	padding: 10px 0px 10px 45px;
	font-weight:bold;
	font-size: 1.2vw;
	position: relative; 
	display: block;
	text-align: center;
}
.breadcrumb li a:after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid #0d1335;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	left: 100%;
	z-index: 2; 
}	
.breadcrumb li a:before { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	margin-left: 1px;
	left: 100%;
	z-index: 1; 
}	
.breadcrumb li:first-child a {
	padding-left: 15px;
}

.breadcrumb li a:hover { background: #ced6e0;color:#000; }
.breadcrumb li a:hover:after { border-left-color: #ced6e0   !important; }

ul.square{
    list-style-image: url("3dsquare.png");
    margin: 0px 10px;
}
ul.space li{
    margin-bottom: 5px;
}
#outerContainer #mainContainer div.toolbar {
  display: none !important; /* hide PDF viewer toolbar */
}
#outerContainer #mainContainer #viewerContainer {
  top: 0 !important; /* move doc up into empty bar space */
}
#priviewresume, 
#priviewresumes{
    position: relative;
    top: -47px;
    overflow: hidden;
}
#viewer{
    pointer-events: none !important;
}

.btn-link {
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    color: #9c27b0;
    font-weight:bold;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
}
.custom-select {
    border: 1px solid #000;
}

.select2-container--default .select2-selection--multiple{
    height: 36px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    line-height: 22px !important;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block !important;;
}

.sidebar-wrapper ul {
  list-style-type: none;
}
.sidebar-wrapper .menu-arrow{
    float: right;
}
.sidebar-wrapper .menu-arrow::before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
}
.sidebar-wrapper li a.subdrop .menu-arrow {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}