body {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #000;
	overflow-x: hidden;
}
img {
    max-width: 100%;
	height: auto;
}

a{
    outline:0 !important;
}

/* - Font Settings */
.top-header .col-md-6:last-child > a,
.middle-header .location p,
.middle-header .phone p,
.contact-details .detail-box h4,
.footer-main .widget-title,
.footer-main .widget-newsletter .social h6,
.banner-left a,
.banner-left h3,
.bottom-footer p,
.error-section h3,
.section-header h3,
.page-banner .breadcrumb li,
.page-banner .breadcrumb li a,
.message-block h3,
.message-block a,
.service-block h3,
.call-out-content h3,
.call-out-content a,
.what-we-do-block h3,
.what-we-do-block-content h5,
.team-section .container > a,
.we-are-best-block .we-are-best-content h3,
.happy-customer h3,
.testimonial-quote h4,
.latest-news .section-header a,
.contact-block p,
.comment-form  input[type="submit"],
.comment-section .media-reply  a,
.comment-section .media-heading > .comment-minute,
.comment-section .media-heading span:first-child,
.appoinment-form h3,
.statistics-content > span,
.entry-title,
.entry-title a {
	font-family: 'Lato', sans-serif;
}

.banner-left span {
	font-family: 'Rubik', sans-serif;
}

.page-banner h3,
.member-name h6,
.portfolio-item-hover h3,
.enquiry-form  input[type="submit"],
.enquiry-form label,
.enquiry-us .form-group,
.enquiry-us .section-heading,
.contact-block span,
.section-heading,
.author-content > a {
	font-family: 'Lato', sans-serif;
}
.top-header .col-md-6:last-child > a > span,
.portfolio-item-hover h4 {
	font-family: 'Lato', sans-serif;
}

/* - Font Settings */
@font-face {
    font-family: 'montserratlight';
    src: url('fonts/montserrat-light.eot');
    src: url('fonts/montserrat-lightd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-light.woff2') format('woff2'),
         url('fonts/montserrat-light.woff') format('woff'),
         url('fonts/montserrat-light.ttf') format('truetype'),
         url('fonts/montserrat-light.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* - Padding/Margin */
.what-we-do-best .no-padding {
	padding: 0;
} 
.no-left-padding,
ul {
	padding-left: 0;
}
.no-right-padding {
	padding-right: 0;
}
.no-top-padding {
	padding-top: 0;
}
.no-bottom-padding {
	padding-bottom: 0;
}
.no-margin {
	margin: 0;
}
.no-left-margin {
	margin-left: 0;
}
.no-right-margin {
	margin-right: 0;
}
.no-top-margin {
	padding-top: 0;
}
.no-bottom-margin {
	margin-bottom: 0;
}

.section-padding {
	padding-top: 50px;
	padding-bottom: 50px;
}

/* ## Header */
/* -- Top Header */
.top-header ul,
.top-header ul li,
.top-header .col-md-6:last-child > a {
	display: inline-block;
}
.top-header p,
.top-header ul {
	margin-bottom: 0;
}
.top-header ul li  a,
.top-header .col-md-6:last-child > a {
	-webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.top-header {
	background-color: #f0f2f4;
	box-shadow: 0 1px 1px rgba(0,0,0,0.13);
	padding-bottom: 5px;
	padding-top: 5px;
}
.top-header p {
	font-size: 13px;
	color: #777;
	line-height: 30px;
}
.top-header .col-md-6:last-child > a {
	background-color: #33a9ee;
	color: #fff;
	padding: 10px 30px 10px 47px;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 11px;
	position: relative;
	text-decoration: none;
	margin-left: 13px;
}
.top-header .col-md-6:last-child > a > span {
	margin-right: 18px;
	font-size: 18px;
	position: absolute;
	left: 20px;
	top: 10px;
}
.top-header .col-md-6:last-child > a:hover {
	background-color: #0879bf;
}
.top-header ul li {
	margin: 0 16px;
}
.top-header ul li a {
	color: #999;
}
.top-header ul li a:focus,
.top-header ul li a:hover {
	color: #4099ff;
}

/* -- Middle Header */
.middle-header {
	padding: 15px 0;
	background-repeat: repeat-x;
}
.middle-header .location,
.middle-header .phone {
	display: inline-block;
	text-align: center; 
	margin-bottom: 5px;
	margin-top: 13px;
}
.middle-header .phone {
	margin-left: 60px;
}
.middle-header .location h3,
.middle-header .phone h3,
.middle-header .phone a,
.middle-header .phone h3 a {
	font-weight: bold;
	font-size: 28px;
	text-transform: uppercase;
	color: #222;
	margin-top: 0;
	letter-spacing: 0.5px;
}
.middle-header .location p,
.middle-header .phone p {
	color: #5a5c5d;
	margin-bottom: 0;
	text-align:center;
}

/* ## Footer */
.footer-main {
	background-color: #15191c;
	margin-top: 60px;
}

/* -- Contact Details */
.contact-details,
.contact-details .detail-box {
	position: relative;
}
.contact-details {
	width: 100%;
	display: inline-block;
	margin-top: -60px;
	margin-bottom: 55px;
}
.contact-details:before,
.contact-details:after {
	content: "";
	position: absolute;
	border-bottom: 60px solid #0072b5; 
	top: 0;
}
.contact-details:before {
	border-left: 20px solid transparent;
	left: -20px;
}
.contact-details:after {
	border-right: 20px solid transparent;
	right: -20px;
}
.contact-details .detail-box {
	padding: 30px 15px 30px 97px;
	background-color: #33a9ee;
	max-height: 98px;
}
.contact-details .detail-box,
.contact-details .detail-box a { 
	color: #fff;
}
.contact-details .detail-box i {
	width: 56px;
	height: 61px;
	position: absolute;
	left: 0;
	line-height: 60px;
	background-color: #2098df;
	text-align: center;
	border-bottom: 1px solid #2098df;
	    /*padding-top: 12px;*/
}
.contact-details .detail-box h4 { 
	font-size: 13px;
	margin: 0;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.contact-details .detail-box p { 
	font-size: 13px;
	margin-bottom: 0;
	line-height: 20px;
}
.contact-details .detail-box.phone-box {
	background-color: #2098df;
}
.contact-details .detail-box.phone-box i {
	background-color: #0f89d1;
}
.contact-details .detail-box.mail-box {
	background-color: #0f89d1;
}
.contact-details .detail-box.mail-box i {
	background-color: #0779bc;
}

/* -- Footer Widget */
.footer-main .widget {
	padding-right: 30px;
	padding-bottom: 0;
	color: #888;
	background-color: transparent;
	margin-bottom: 0;
	border: none;
}
.footer-main .widget-about h3 {
	margin-bottom: 35px;
	margin-top: 0;
}
.footer-main .widget-about > p {
	margin-bottom: 0;
	line-height: 24px;
}
.footer-main .widget-about .time-schedule {
	padding-right: 45px;
	padding-top: 40px;
}
.footer-main .widget-about .time-schedule p { 
	padding-bottom: 10px;
	border-bottom: 1px solid #26292c;
	margin-bottom: 20px;
	line-height: 18px;
}
.footer-main .widget-about .time-schedule p span {  
	float: right;
}
.footer-main .widget-title {
	font-weight: bold;
	color: #ccc;
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 14px;
	position: relative;
	margin-bottom: 25px;
	margin-left: 0;
	margin-right: 0;
	    background-color: transparent !important;
    border-bottom: none;
    text-align: -webkit-left !important;
	border-bottom: none;
}
.footer-main .widget-title:before { 
	content: "";
	width: 20px;
	height: 2px;
	left: 0;
	bottom: 0;
	position: absolute;
	background-color: #33a9ee;
}

/* -- Widget Links */
.widget-links {
	margin-top: 20px;
}
.widget-links ul {
	list-style: none;
	margin: 0 -10px;
}
.widget-links ul li {
	width: 50%;
	float: left;
	box-sizing: border-box;
	margin-bottom: 23px;
	padding: 0 10px;
}
.widg ul li {
	width: 100% !important;
	float: left;
	box-sizing: border-box;
	margin-bottom: 23px;
	padding: 0 10px;
}
.widget-links ul li a {
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	color: #888;
	letter-spacing: 0.5px;
}
.widget-links ul li a:before {
	content: "\f105";
	font-family:'FontAwesome';
	font-size: 14px;
	margin-right: 8px;
}

/* -- Widget Newsletter */
.footer-main .widget.widget-newsletter {
	padding-right: 0;
	margin-top: 20px;
}
.footer-main .widget-newsletter p {
	margin-bottom: 20px;
	line-height: 24px;
}
.footer-main .widget-newsletter .input-group {
	position: relative;
	padding-right: 80px;
	display: inline-block;
	width: 100%;
	margin-bottom: 34px;
}
.footer-main .widget-newsletter .input-group input {
	background-color: #1a1f22;
	border: 1px solid rgba(140,140,140,0.1);
	padding: 16px 15px;
	font-size: 13px;
	height: auto;
	border-radius: 0;
	width: 100%;
	box-shadow: none;
	line-height: 13px;
}
.footer-main .widget-newsletter .input-group span {
	position: absolute;
	right: 0;
	width: 70px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}
.footer-main .widget-newsletter .input-group span button {
	height: 50px;
	width: 100%;
	background-color: #0f89d1;
	border-radius: 0;
	border: none;
	font-size: 25px;
	color: #fff;
}
.footer-main .widget-newsletter .social h6 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 20px;
}
.footer-main .widget-newsletter .social li,
.footer-main .widget-newsletter .social li a {
	display: inline-block;
}
.footer-main .widget-newsletter .social li {
	margin: 0 5px;
}
.footer-main .widget-newsletter .social li:first-child {
	margin-left: 0;
}
.footer-main .widget-newsletter .social li a {
	width: 32px;
	height: 32px;
	border: 2px solid #9a9a9c;
	text-align: center;
	line-height: 28px;
	color: #b1b1b2;
	-webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
	    /*padding-top: 7px;*/
}
.footer-main .widget-newsletter .social li a:hover { 
	background-color: #fff;
	color: #2d3741;
}

/* -- Bottom Footer */
.bottom-footer {
	background-color: #111416;
	padding: 20px 0;
	text-align: center;
	margin-top: 0px;
}
.bottom-footer p {
	margin-bottom: 0;
	color: #555;
	text-transform: capitalize;
	font-size: 12px;
	font-weight: 600;
}

/* ## Page Banner */
.page-banner,
.page-banner .container,
.page-banner h3 {
	position: relative;
}
.page-banner .container {
	z-index: 2;
}
.page-banner {
	max-height: 300px;
	min-height: 300px;
	background-image: url("images/error-banner.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0 135px;
	text-align: center;
	position: relative;
	color: #fff;
}
.page-banner::before {
	background-color: rgba(0,0,0,0.6);
	content: "";
	position: absolute;
	display: inline-block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.page-banner h3 {
	    color: #fff;
	font-size: 34px;
	padding-bottom: 18px;
	margin-top: 0;
	margin-bottom: 25px;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.page-banner h3:before {
	content: "";
	position: absolute;
	width: 40px;
	height: 3px;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
}
.page-banner p {
	font-size: 16px;
	line-height: 17px;
	position: relative;
	z-index: 3;
	letter-spacing: 1px;
}
.page-banner .breadcrumb {
	background-color: transparent;
}
.page-banner .breadcrumb li,
.page-banner .breadcrumb li a {
	color: #fff;
	    position: relative;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}
.page-banner .breadcrumb > li + li::before {
	content: "\f105";
	font-family:'FontAwesome';
	font-size: 14px;
	margin: 0 8px;
}
.page-banner .banner-shape {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

/* -- Page Banner */
.page-banner  {
	max-height: 300px;
	height: 300px;
}


.shape-left {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.left-shape {
	padding: 78px 0;
	overflow: hidden;
	background-color: #fff;
	top: 6px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.left-shape {
	overflow: hidden;
	z-index: 4;
	-moz-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 0% 0%);
	-webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 0% 0%);
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 0% 0%);
}
.left-shape-blue {
	padding: 78px 0;
	top: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	background-color: #0f89d1;
}
.left-shape-blue {
	overflow: hidden;
	z-index: 4;
	-moz-clip-path: polygon(0% 0%, 0% 100%, 120% 100%, 0% 0%);
	-webkit-clip-path: polygon(0% 0%, 0% 100%, 120% 100%, 0% 0%);
    clip-path: polygon(0% 0%, 0% 100%, 120% 100%, 0% 0%);
}

/* -- Right */
.shape-right {
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: 0;
}
.right-shape {
	padding: 78px 0;
	overflow: hidden;
	background-color: #fff;
	top: 6px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.right-shape {
	overflow: hidden;
	z-index: 4;
	-moz-clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 0%);
	-webkit-clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 0%);
    clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 0%);
}
.right-shape-blue {
	padding: 78px 0;
	top: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	background-color: #33a9ee;
}
.right-shape-blue {
	overflow: hidden;
	z-index: 4;
	-moz-clip-path: polygon(0% 84%, 0% 100%, 100% 100%, 100% 0%);
	-webkit-clip-path: polygon(0% 84%, 0% 100%, 100% 100%, 100% 0%);
    clip-path: polygon(0% 84%, 0% 100%, 100% 100%, 100% 0%);
}
.services-banner {
	background-image: url("images/services-banner.jpg");
	background-position: center center;
}
.services-banner .left-shape {
	background-color: #f8fbff;
}
.services-banner .right-shape {
	background-color: #f1f8ff;
}
.team-banner {
	background-image: url("https://starhomeopathy.com/wp-content/uploads/2020/11/shutterstock_1690767157-Converted-01.jpg");
	background-position: 50%;
}
.departments-banner {
	background-image: url("images/departments-banner.jpg");
	background-position: right bottom;
}
.departments-banner .left-shape {
	background-color: #33a9ee;
}
.departments-banner .right-shape {
	background-color: #fafafa;
}
.about-banner {
	background-image: url("images/about-banner.jpg");
	background-position: top center;
}
.blog-banner {
	background-image: url("images/blog-banner.jpg");
}
.blog-post-banner {
	background-image: url("images/blog-post-banner.jpg");
}
.gallery-banner {
	background-image: url("images/gallery-banner.jpg");
}
.contact-banner {
	background-image: url("images/contact-banner.jpg");
}

_:-ms-fullscreen, 
:root .banner-shape { display: none; }
_:-ms-input-placeholder, :root .banner-shape { display: none; }

/* ## Responsive */

/* -- min-width: 992 to max-width: 1200 */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	/* ## Footer */
	/* -- Footer Widget */
	.footer-main .widget {
		padding-right: 50px;
	}
}

/* -- min-width: 768 to max-width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	/* -- Middle Header */
	.middle-header .location h3,
	.middle-header .phone h3 {
		font-size: 23px;
	}
	.middle-header .location p,
	.middle-header .phone p {
		font-size: 12px;
	}
	.middle-header .phone {
		margin-left: 10px;
	}
	
	.page-banner {
		padding-top: 60px;
	}
	
	/* ## Footer */
	/* -- Contact Details */
	.contact-details .detail-box {
		padding-left: 57px;
	}
	.contact-details .detail-box i {
		width: 47px;
	}
	.contact-details .detail-box p {
		font-size: 12px;
	}
}

/* -- min-width: 319 to max-width: 767 */
@media only screen and (min-width: 319px) and (max-width: 767px) {	
	/* -- Middle Header */
	.middle-header,
	.middle-header .col-md-9.text-right{
		text-align: center;
	}
	.logo-block,
	.middle-header .col-md-9	{
		float: none !important;
	}
	.middle-header .location,
	.middle-header .phone {
		margin-top: 20px;
	}
	.middle-header .phone {
		margin-left: 0px;
	}
	
	/* ## Footer */
	/* -- Footer Widget */
	.footer-main .widget {
		margin-bottom: 30px;
	}
	.footer-main .widget-about .time-schedule {
		padding-right: 15px;
	}
	
	.banner-shape {
		max-height: 130px;
		height: 130px;
	}
	
}

/* -- min-width: 319 to max-width: 479 */
@media only screen and (min-width: 319px) and (max-width: 479px) {	
	/* ## Footer */
	/* -- Footer Widget */
	.footer-main .widget-links ul li  {
		width: 100%;
	}
	
	/* -- Page Banner */
	
}

/* -- max-width: 991 */
@media (max-width: 991px) {
	/* -- Top Header */
	.top-header,
	.top-header .col-md-6.text-right{
		text-align: center;
	}
	.top-header ul {
		margin-bottom: 10px;
	}
}

/* ## min-width: 1200 */
@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}


/* new-design */
section.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
}
section.modalWindow {
    display: none;
    position: fixed;
    top: 5%;
    left: 50%;
	box-shadow: 1px 1px 0px 1px #0003;
    z-index: 999 !important;
    width: 600px;
	 min-height: 445px;
     height: 92%;
    margin-left: -300px;
    background: #FFF;
    cursor: default;
}
section.modal.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 997;
    cursor: pointer;
}
/*section.modalWindow section.modalWrapper {
    margin: 30px;
    border: 0px solid #DADADA;
    padding: 15px;
    text-align: left;
    line-height: 20px !important;
  height: 2500px;
}
 .closeBtn {
    position: absolute;
    right: 10px;
    top: 6px;
    cursor: pointer;
} */
section.modalWindow section.modalWrapper {
    margin: 14px;
    border: 0px solid #DADADA;
    padding: 0px;
    text-align: left;
    line-height: 13px !important;
    height:auto;
}
.closeBtn {
    position: absolute;
    right: 68px;
    top: 30px;
    cursor: pointer;
}
.modalButton {
    background-color:#0a3c71;
    color: #fff !important;
    padding: 10px 30px 10px 30px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 11px;
    position: relative;
    text-decoration: none;
    margin-left: 13px;
}
.heding ul li{
	    font-size: 15px;
    color: #999;
    display: list-item;
    margin-top: 15px;
    margin-bottom: 0;
    padding-right: 100px;
    letter-spacing: 0.3px;
}
.heding ul{
	    padding-left: 15px;
}
.join a{
	font-size: 11px;
    font-family: 'Raleway', sans-serif;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 11px 16px 14px;
    background-color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-top: 55px;
    font-weight: 600;
    border: 1px solid transparent;
}
.circle-tile {
    margin-bottom: 15px;
    text-align: center;
}
.circle-tile-heading {
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    color: #FFFFFF;
    height: 80px;
    margin: 0 auto -40px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    width: 80px;
	    padding: 8px 0px;
		box-shadow: 0 0 5px 2px #ccc;
}
.circle-tile-heading .fa {
    line-height: 80px;
}
.circle-tile-content {
    padding-top: 50px;
	    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
	box-shadow: 0 0 5px 2px #ccc;
}
.circle-tile-number {
font-size: 23px;
    line-height: 1;
    padding: 5px 8px 20px;
}
.circle-tile-description {
    text-transform: uppercase;
}
.circle-tile-footer {
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.5);
    display: block;
    padding: 5px;
    transition: all 0.3s ease-in-out 0s;
}
.circle-tile-footer:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}
.circle-tile-heading.dark-blue:hover {
    background-color: #ffffff;
}
.circle-tile-heading.green:hover {
    background-color: #ffffff;
}
.circle-tile-heading.orange:hover {
    background-color: #ffffff;
}
.circle-tile-heading.blue:hover {
    background-color: #ffffff;
}
.circle-tile-heading.red:hover {
    background-color: #ffffff;
}
.circle-tile-heading.purple:hover {
    background-color: #ffffff;
}
.tile-img {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
}

.dark-blue {
    background-color: #ffffff;
}
.green {
    background-color: #36a9eb;
}
.blue {
    background-color: #36a9eb;
}
.orange {
    background-color: #36a9eb;
}
.red {
    background-color: #ffffff;
}
.purple {
    background-color: #36a9eb;
}
.dark-gray {
    background-color: #36a9eb;
}
.gray {
    background-color: #36a9eb;
}
.light-gray {
    background-color: #36a9eb;
}
.yellow {
    background-color: #36a9eb;
}
.text-dark-blue {
    color: #34495E;
}
.text-green {
    color: #16A085;
}
.text-blue {
    color: #2980B9;
}
.text-orange {
    color: #F39C12;
}
.text-red {
    color: #E74C3C;
}
.text-purple {
    color: #8E44AD;
}
.text-faded {
    color: rgb(54, 169, 235);
}
.red .circle-tile-number {
    font-size: 23px;
    line-height: 1;
    padding: 5px 0 45px;
}
.red1.circle-tile-number {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    padding: 5px 0 21px !important;
}
.red1 {
    background-color: #ffffff;
}
.MultiCarousel { float: left; overflow: hidden; padding: 15px; width: 100%; position:relative; }
    .MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
        .MultiCarousel .MultiCarousel-inner .item { float: left;}
        .MultiCarousel .MultiCarousel-inner .item > div { text-align: center; padding:10px; margin:10px; background:#f1f1f1; color:#666;}
    .MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
    .MultiCarousel .leftLst { left:0; }
    .MultiCarousel .rightLst { right:0; }
    
        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }
    .flexible-div1{background:#b5dff4;}
    .flexible-div2{background:#b5dff4}
    .flexible-div3{background:#b5dff4}
    .flexible-div4{background:#b5dff4}
    .flexible-div{
        position:absolute;
        max-height:350px;
        width:100%;
        /*background: #eee;*/         
        padding:10% 5%; 
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
        transition: 0.3s;
        font-family: 'Roboto Slab', serif;  
        font-size:14px;  
        color:#333;             
    }
    .flexible-div-header{
        background: #AEEA00;/*rgba(204, 204, 204,0.3);*/
        min-height:40px;
        padding:2%;
        vertical-align: center;
        text-align: center;
        font-family: 'Roboto Slab', serif; 
        font-size: 24px;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        transition: 0.3s;
    }
    .arrow-up{
        position:absolute;
        top:-10px;
        right:-11px;
    }
    .arrow-down{
        position:absolute;
        top:-10px;
        left:2px;
    }
    .arrow-down,.arrow-up{
        color:white;
        z-index:100;
    }
    .arrow-down:hover,.arrow-up:hover{
        color:red;
        font-size:1.2em;
    }
    .iconbox {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    padding: 20px 25px;
    text-align: right;
    display: block;
    }
    .iconbox-icon {
        background-color: rgba(0, 0, 0,0.5);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        margin: 0 auto;
        width: 60px;
        height: 60px;
        margin-top: -25px;
    }
    .iconbox-icon span {
    color: #fff;
    font-size: 42px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 9px;
    text-align: center;
    vertical-align: middle;
    }
    .featureinfo h4 {
    font-size: 26px;
    letter-spacing: 1px;
    text-transform: uppercase;
    }
    .featureinfo > p {
    color: #000000;
    font-size: 16px;
    padding-top: 4px;
    text-align: left;
    }



    /*animation styles*/
    .bg-green{background:rgb(207, 223, 130) }
    .flexible-default{height:300px;width:80%;margin: 0px 10%;}
    .flexible-before{top:7%;z-index:90;height:300px;width:90%;margin: 0px 5%;}
    .flexible-current{top:15%;height:300px;z-index:99;width:100%;background:#fff; box-shadow: 0.5px 0.5px 0.5px 0px #333;}
    .flexible-after{bottom:7%;z-index:90;height:300px;width:90%;margin: 0px 5%;}
    .flexible-default2{bottom:0px;height:300px;width:80%;margin: 0px 10%;}
    .flexible-default,.flexible-before,.flexible-default2{
        -webkit-transition: all 2s; /* Chrome*/
        -moz-transition: all 2s; /* Mozilla*/
        -o-transition: all 2s; /* Opera*/
        transition: all 2s;
    }
    .flexible-current,.flexible-after{    
        -webkit-transition: all 4.2s; /* Chrome*/
        -moz-transition: all 4.2s; /* Mozilla*/
        -o-transition: all 4.2s; /* Opera*/
        transition: all 4.2s;    
    }


/*
* STYLES FOR EXTRA SMALL (Portrait phones)
*/
@media (max-width: 575px) {
    .flexible-div-header{   
        font-size: 15px;
    }
}



/*
* STYLES FOR SMALL devices (landscape phones, 576px and up)
*/
@media (min-width: 576px) and (max-width: 767px) { 
    .flexible-div-header{   
        font-size: 15px;
    }
}


/*
* STYLES FOR Medium devices (tablets, 768px and up)
*/ 
@media (min-width: 768px) and (max-width: 991px) {
    .flexible-div-header{   
        font-size: 17px;
    }
}
.border{
	    border-right: 2px solid #fff;
}


.box-news-head {
    background: #36aaee;
    padding: 12px 12px 16px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.box-news-head span {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    top: 4px;
}
.box-news-head a.btn {
    float: right;
    color: #fff;
    font-weight: 500;
    padding: 4px 12px;
	    background: #0f89d1;
}
.box-news-head span img {
    margin-right: 10px;
}
.lazyloaded {
    opacity: 1;
    transition: opacity .3s;
}
.box-shadow{
box-shadow: 0 0 5px 2px #ccc;
}
/* Carousel */

#quote-carousel {
    padding: 0 0px 0px 0px;
    margin-top: 0px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-control.left {
    left: -60px;
}
#quote-carousel .carousel-control.right {
    right: -60px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #f33;
    opacity: 1;
    overflow: hidden;
}
.carousel-inner {
    min-height: 0px;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
.what-we-do-best .what-we-do-left img{
height: 100%;
    position: relative;
}
.banner-right{
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: 0px;
    position: relative;
}

.statRedirect {
  color:#06f;
  font-family:'segoe ui light',arial;
  font-size:14px;
  display: inline-block;
  overflow: hidden;

  vertical-align: top;

  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  -ms-perspective: 600px;
  perspective: 600px;

  -webkit-perspective-origin: 50% 50%;
  -moz-perspective-origin: 50% 50%;
  -ms-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}

.statRedirect span {
  display: block;
  position: relative;
  padding: 2px 8px;

  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;

  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;

  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.statBubbleContainer:hover > .statRedirect span {
  background: #00929c;

  -webkit-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
  -moz-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
  -ms-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
  transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
}

.statRedirect span:after {
  content: attr(data-title);

  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 2px 8px;

  color: #fff;
  background:#fe0000;

  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;

  -webkit-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
  -moz-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
  -ms-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
  transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
}
.bl span:after {
  content: attr(data-title);

  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 2px 8px;

  color: #fff;
  background:#0070b2 !important;

  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;

  -webkit-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
  -moz-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
  -ms-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
  transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
}
.gr span:after {
  content: attr(data-title);

  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 2px 8px;

  color: #fff;
  background:#0fad12  !important;

  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;

  -webkit-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
  -moz-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
  -ms-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
  transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
}
.or span:after {
  content: attr(data-title);

  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 2px 8px;

  color: #fff;
  background:#fe4600  !important;

  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;

  -webkit-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
  -moz-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
  -ms-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
  transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
}

.statBubbleContainer:hover > .statRedirect {
  text-decoration:none;
}

.underline {
  text-decoration:underline;
}

.statBubbleContainer {
    width:163px;
    height:250px;
    position:relative;
    cursor:pointer;
    text-align:center;
    margin:auto;
    margin-top:50px;
    display:inline-block;
    margin-left:36px;
    margin-right:36px;
}

.nounderline {
  text-decoration:none;
}

.statBubbleContainer h3 {
  font-family:'segoe ui bold',arial;
  font-size:14px;
  color:#828282;
      max-height: 15px;
    margin-bottom: 25px;
  -webkit-transition:all 0.3s ease-in-out;
  -ms-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
  -apple-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
}

.statBubbleContainer:hover .websitesLaunched h3 {
  color:#0e76bc;  
}

.statBubbleContainer:hover > .statBubble {
  border:6px solid #fe0000;
  background-position:center -140px;
}
.statBubbleContainer:hover > .teamSize {
    border: 6px solid #0070b2 !important;
    background-position: center -140px;
}
.statBubbleContainer:hover > .topSEORank {
    border: 6px solid #0fad12 !important;
    background-position: center -140px;
}
.statBubbleContainer:hover > .facebookLikes {
    border: 6px solid #fe4600 !important;
    background-position: center -140px;
}
.statBubbleContainer:hover .statNum {
  color:#2b2b2b;
}

.websitesLaunched {
  background-image:url('images/screen.png');  
}

.teamSize {
  background-image:url('images/side.png');
}

.topSEORank {
  background-image:url('images/leaf.png');
}

.facebookLikes {
  background-image:url('images/imunit.png');
}

.statBubble {
  margin:auto;
  width:150px;
  height:150px;
  border-radius:100%;
  border:6px solid #33a9ee;
  background-repeat:no-repeat;
  background-position:center 25px;
  position:relative;
  text-align:center;
  -webkit-transition:all 0.3s ease-in-out;
  -ms-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
  -apple-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
}

.statNum {
  position:absolute;
  font-family:'segoe ui light',arial;
  left:0;
  right:0;
  margin:auto;
  line-height:150px;
  vertical-align:middle;
  font-size:40px;
  color:#828282;
   -webkit-transition:all 0.3s ease-in-out;
  -ms-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
  -apple-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
}
.statContainer .section-header{
    text-align: center;
}
.statContainer .section-header h3{
    background-position: bottom !important;
}
.statContainer{
    text-align: center;
}
.carousel-item{min-height:300px; background:#ccc; }
h1.bar_, .fleet_section h3 {
  position: relative;
}
.location_section h1, .location_section h3, .service_section h1, .service_section h3, .fleet_section h1, .fleet_section h4, .fleet_section h3 {
  color: #000;
}
.fleet_section .carousel {
  margin-top: 0px;
      margin-bottom: 12px;
}
.fleet_section .pager li > a, .fleet_section .pager li > span {
  border-radius: 0;
  color: #000;
}
.pager li > a:focus, .pager li > a:hover {
 background: #ffffff none repeat scroll 0 0;
    color: #000;
}
.video-list-thumbs{}
.video-list-thumbs > li{
    margin-bottom:12px;
}
.video-list-thumbs > li:last-child{}
.video-list-thumbs > li > a{
	display:block;
	position:relative;
	background-color: #111;
	color: #fff;
	padding: 8px;
	border-radius:3px;
    transition:all 500ms ease-in-out;
    border-radius:4px
}
.video-list-thumbs > li > a:hover{
	box-shadow:0 2px 5px rgba(0,0,0,.3);
	text-decoration:none
}
.video-list-thumbs h2{
	bottom: 0;
	font-size: 14px;
	height: 33px;
	margin: 8px 0 0;
}
.video-list-thumbs .glyphicon-play-circle{
    font-size: 60px;
    opacity: 0.6;
    position: absolute;
    right: 39%;
    top: 31%;
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
    transition:all 500ms ease-in-out;
}
.video-list-thumbs > li > a:hover .glyphicon-play-circle{
	color:#fff;
	opacity:1;
	text-shadow:0 1px 3px rgba(0,0,0,.8);
}
.video-list-thumbs .duration{
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 2px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	left: 12px;
	line-height: 13px;
	padding: 2px 3px 1px;
	position: absolute;
	top: 12px;
    transition:all 500ms ease;
}
.video-list-thumbs > li > a:hover .duration{
	background-color:#000;
}
@media (min-width:320px) and (max-width: 480px) { 
	.video-list-thumbs .glyphicon-play-circle{
    font-size: 35px;
    right: 36%;
    top: 27%;
	}
	.video-list-thumbs h2{
		bottom: 0;
		font-size: 12px;
		height: 22px;
		margin: 8px 0 0;
	}
}
.patient-video-icon {
    background: url(https://starhomeopathy.com/wp-content/uploads/2019/10/you-black.png) no-repeat right top;
    height: 68px;
    position: absolute;
    top: 44%;
    opacity: 1;
    width: 97px;
    z-index: 999;
    left: 36%;
}
.patient-video-icon:hover {
    background: url(https://starhomeopathy.com/wp-content/uploads/2019/10/Youred.png) no-repeat right top;
}
.service-section2 .appoinment-form .btn-submit {
    display: inline-block;
    padding: 14px 20px;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #0f89d1;
    border: none;
    box-shadow: none;
    max-height: 40px;
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
}
.modalWindow .appoinment-form .btn-submit {
    display: inline-block;
    /* padding: 14px 20px; */
    color: #ffffff;
    text-transform: uppercase;
    background-color: #0c5eae;
    border: none;
    box-shadow: none;
    max-height: 40px;
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
}
.counter-pading .statistics-box {
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 35px 30px 35px 0;
    max-height: 100px;
}
.counter-pading .statistics-content h4{
    color: #fff;
}
.book-appointment-section.appoint-link {
    right: 100px;
    top: 61px;
}
.book-appointment-section {
    position: absolute;
    height: 175px;
    width: 175px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #0f89d1;
    text-align: center;
    padding: 30px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.21);
    right: -74px;
    bottom: -21px;
    font-size: 17px;
    line-height: 21px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}
.inner-sec {
    color: #fff;
    border: 1px dashed #ffffff;
    border-radius: 50%;
    display: inline-block;
    height: 155px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 155px;
}
.book-appointment-section .anchor-icon {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 36px;
}
.book-appointment-section .anchor-icon .icon-calendar {
    width: auto;
    height: auto;
    line-height: 1;
}
.icon-calendar:before {
    content: "\e075";
}
.book-appointment-section.appoint-link a:hover {
    color: #ffffff;
    text-decoration: none;
}
.book-appointment-section.appoint-link a:focus {
    color: #ffffff;
    text-decoration: none;
}
[class^="icon-"], [class^="icon-"] {
    /* background-image: url(../images/sprite.png); */
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    margin-top: 1px;
    vertical-align: text-top;
    width: 27px;
}
.gallery
{
    display: inline-block;
    margin-top: 20px;
}
.text-muted {
    font-size: 21px;
    line-height: 1;
    color: #353536;
    font-weight: 700;
    letter-spacing: -1px;
}
.dr-des {
    line-height: 30px;
}
.zoom:hover .fancybox img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.zoom .fancybox img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.fancybox .text-center {
    padding: 45px 40px 52px 35px;
    border: 1px solid #eceef2;
    border-top: none;
}
.fancybox img {
    width: 100%;
    max-width: none;
}
.zoom .fancybox  {
    overflow: hidden;
}
.zoom a.thumbnail:hover {
    border-color: #337ab7;
    text-decoration: none;
}
.why .section-header li {
    font-size: 15px;
    color: #999;
    margin-bottom: 0;
    letter-spacing: 0.3px;
}
#fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}

#light {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 600px;
  max-height: 360px;
  margin-left: -300px;
  margin-top: -180px;
  border: 2px solid #FFF;
  background: #FFF;
  z-index: 1002;
  overflow: visible;
}

#boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  border: 1px solid #AEAEAE;
  border-radius: 3px;
  background: #222222;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
}

.boxclose:before {
  content: "×";
}

#fade:hover ~ #boxclose {
  display:none;
}

.test:hover ~ .test2 {
  display: none;
}
.serv{
background-color: #f0f2f4;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #0f89d1;
    position: relative;
    padding: 10px 20px;
    line-height: 50px;
    background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(213, 217, 221)), color-stop(1, rgb(240, 242, 244)) );
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
    -moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
    -o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
    box-shadow: inset 0px 1px 0px #f0f2f4, 0px 5px 0px 0px #bec1c3, 0px 10px 5px #999;
	}
		.appoint .appoinment-form .form-control {
    border-radius: 0;
    font-size: 13px;
    color: #aaa;
    padding: 13px 12px;
    min-height: 47px;
    box-shadow: none;
    margin-top: 7px;
}
.appoint{
    margin-top: 42px;
}
.appoint .appoinment-form {
    display: inline-block;
    width: 100%;
    padding: 20px 150px 20px 20px;
    border: 6px solid #0f89d1;
    box-shadow: 1px 1px 8px 2px rgba(0,0,0,.2);
    -webkit-box-shadow: 1px 1px 8px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 1px 1px 8px 2px rgba(0,0,0,.2);
}

.vertical-tab{
    font-family: 'Arimo', sans-serif;
    display: table;
}
.vertical-tab .nav-tabs{
   display: table-cell;
   width: 28%;
   min-width: 28%;
   border: none;
   vertical-align: top;
   position: relative;
}
.vertical-tab .nav-tabs li{
   float: none;
   vertical-align: top;
}
.vertical-tab .nav-tabs li a{
    color: #0c3699;
    background-color: transparent;
    font-size: 15px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 40px 0px;
    margin: 0 10px 10px 0;
    border-radius: 0;
    border: none;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.8s ease 0s;
}
.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a,
.vertical-tab .nav-tabs li.active a:hover{
    background-color: transparent;
    border: none;
}
.vertical-tab .nav-tabs li a:before,
.vertical-tab .nav-tabs li a:after{
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: -100%;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.vertical-tab .nav-tabs li a:after{
    height: 1px;
    top: auto;
    bottom: 0;
}
.vertical-tab .nav-tabs li.active a:before,
.vertical-tab .nav-tabs li a:hover:before{
    top: 0;
}
.vertical-tab .nav-tabs li.active a:after,
.vertical-tab .nav-tabs li a:hover:after{
    transform: scaleX(0);
}
.vertical-tab .tab-content{
    color: #0c3699;
    font-size: 14px;
    line-height: 25px;
    margin-top: 10px;
    padding:30px 5px 20px 35px;
    box-shadow: 0 0 10px #555;
    display: table-cell;
    position: relative;
}
.vertical-tab .tab-content h3{
    color: #0f89d1;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 0px 0;
	text-align: -webkit-auto;
}
@media only screen and (max-width: 479px){
    .vertical-tab .nav-tabs{
        display: block;
        width: 100%;
        border-right: none;
    }
    .vertical-tab .tab-content{
        display: block;
        padding: 20px 29px 5px;
        border-radius: 0 0 10px 10px;
    }
    .vertical-tab .tab-content h3{ font-size: 18px; }
}
.fold.active{
    font-weight: bold;
    color: white;
    background: #0f89d1;
    border: none;
    position: relative;
    margin: 0.5em;
    border-radius: 0 5px 5px 5px;
    overflow: hidden;
    transition: border-radius 0s;
}
.fold.active a{
	  color: white !important;
}
.fold {
  font-weight: bold;
  color: white;
  background: #e8eaec;
  border: none;
  position: relative;
  margin: 0.5em;
  border-radius: 0 5px 5px 5px;
  overflow: hidden;
  transition: border-radius 0s;
}
.fold:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
  width: 0;
  border-width: 12px;
  border-color: #FFF rgba(255,255,255,0.3) rgba(255,255,255,0.3) #FFF;
  border-radius: 0 0 5px 0;
  transition: border-width .2s;
}
.fold:hover {
  border-radius: 5px;
  transition-delay: .1s;
}
.fold:hover:before {
  border-width: 0px;
}
.tab .nav-tabs{ border-bottom: 0px solid #593082; }
.tab .nav-tabs li a{
    display: block;
    padding: 10px 10px;
    border: 0px solid #0f89d1;
    border-radius: 0;
    background: #fff;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin: 0 1px 2px 0;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
}
.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a{
    color: #000000 !important;
    border: 0px solid #0f89d1;
}

.tab .nav-tabs li.active a:before{
    background: #aee800;
    border: 2px solid #fff;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.25);
    transform: scale(2);
}
.tab .tab-content{
    padding: 0px;
    margin-top: 0;
    border-radius: 0 0 5px 5px;
    font-size: 15px;
    color: #7a9181;
    background: #fff;
    line-height: 30px;
}
.tab .tab-content h3{
    font-size: 21px;
    margin-top: 5px;
}
@media only screen and (max-width: 479px){
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
    }
    .tab .nav-tabs li a{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .tab .nav-tabs li a:before,
    .tab .nav-tabs li.active a:before{
        width: 0;
        height: 0;
        background: none;
        box-shadow: none;
        border: none;
        bottom: -10px;
        transform: scale(1);
    }
    .tab .nav-tabs li.active a:before{
        border-top: 10px solid #593082;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }
}
.tabs .demo{
	background: #0f89d1;
}
.tab1{ text-align: center; }
.tab1 .nav-tabs{
    display: inline-block;
    position: relative;
    border-bottom: none;
}
.tab1 .nav-tabs li{
    margin: -8px;
}
.tab1 .nav-tabs li a{
    display: block;
    padding: 80px 0px 10px;
    background: #fff;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #fff;
    margin-right: -25px;
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
}
.tab1 .nav-tabs li a span{
    display: block;
    width: 38px;
    height: 30px;
    line-height: 31px;
    background: #0f89d1;
    margin: auto;
    font-size: 20px;
    color: #fff;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    left:-30px;
    right: 0;
    /* transform: rotate(45deg); */
}
.tab1 .nav-tabs li.active a span{
   
    color: #fff;
}
.tab1 .nav-tabs li a span i{
    transform: rotate(-45deg);
	    padding: 13px;
}
.tab1 .nav-tabs li.active a,
.tab1 .nav-tabs li a:hover{
    color: #fff;
    border: none;
    border-bottom: 0px solid #fff;
}
.tab1 .nav-tabs li.active a{
    border-bottom: 0px solid #29335c;
}
.tab1 .tab-content{
    padding: 20px;
    margin-top: -5px;
    font-size: 15px;
    color: #757575;
    line-height: 26px;
    text-align: left;
    border-top: 0px solid #e5e5e5;
}
.tab1 .tab-content h3{
    font-size: 24px;
    margin-top: 0;
}

@media only screen and (max-width: 479px){
    .tab1 .nav-tabs li{
        width: 60px;
        text-align: center;		    
        bottom: 0;
        line-height: 0;
        margin-bottom: 0;
    }
    .tab1 .nav-tabs li:last-child{
        margin-bottom: 0;
    }
    .tab1 .nav-tabs li a {
        display: block;
        padding: 0px;
        margin-top: 9px;
        background: #fff;
        font-size: 17px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        border-radius: 0;
        border: none;
        border-bottom: 2px solid #fff;
        margin-right: -25px;
        overflow: hidden;
        z-index: 1;
        position: relative;
        transition: all 0.3s ease 0s;
    }
    .section-white .carousel-control .glyphicon-chevron-left {
        margin-left: 0 !important;
    }
    .section-white .carousel-control {
        margin-right: 0;
        margin-left: -10px;
        position: absolute;
        top: 0;
        bottom: 0;
        font-size: 20px;
        color: #0f89d1;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0,0,0,.6);
        filter: alpha(opacity=50);
        opacity: .5;
    }
}

.tab2 .nav-tabs{
    border-bottom: none;
    position: relative;
}
.tab2 .nav-tabs li{
    margin-right: 60px;
    z-index: 1;
}
.tab2 .nav-tabs li:after{
    content: "";
    width: 100%;
    border: 1px solid #ccc6c6;
    position: absolute;
    top: 50%;
    right: -60%;
    z-index: -1;
}
.tab2 .nav-tabs li:last-child:after{
    border: none;
}
.tab2 .nav-tabs li a{
    display: block;
    padding: 15px 20px;
    background: #fff;
    font-size: 15px;
    font-weight: 600;
    color: #956cae;
    text-transform: uppercase;
    border-radius: 0;
    margin-right: 0;
    border: 2px solid #956cae;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.tab2 .nav-tabs li.active a,
.tab2 .nav-tabs li a:hover{
    color: #fff;
    border: 2px solid #956cae;
}
.tab2 .nav-tabs li a:after{
    content: "";
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.tab2 .nav-tabs li.active a:after,
.tab2 .nav-tabs li a:hover:after{
    height: 100%;
    background: #956cae;
}
.tab2 .tab-content{
    padding: 20px 10px;
    margin-top: 0;
    font-size: 14px;
    color: #999;
    line-height: 26px;
}
.tab2 .tab-content h3{
    font-size: 16px;
    margin-top: 10px;
    color: #0f89d1;
    font-weight: 600;
	
}
.service_tab_1 .text{
    text-align: center;
}
.folded-corner:hover h3 {
    font-size: 15px;
    margin-top: 10px;
    color: #ffffff;
    font-weight: 600;
}
@media only screen and (max-width: 767px){
    .tab2 .nav-tabs li{ margin: 0 25px 0 0; }
}
@media only screen and (max-width: 479px){
    .tab2 .nav-tabs li{
        width: 100%;
        text-align: center;
        margin: 0 0 10px 0;
    }
    .tab2 .nav-tabs li:after{
        width: 0;
        height: 100%;
        top: auto;
        bottom: -60%;
        right: 50%;
    }
}
.fancy {
    line-height: 0.1;
    text-align: center;
    margin-bottom: 73px;
}
.fancy span {
  display: inline-block;
  position: relative;  
}
.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #0f89d1;
  border-top: 1px solid #0f89d1;
  top: 0;
  width: 600px;
}
.fancy span:before {
  right: 100%;
  margin-right: 15px;
}
.fancy span:after {
  left: 100%;
  margin-left: 15px;
}

.folded-corner:hover .text{
	visibility: visible;
	color: #ffffff;
}
.Services-tab{
	margin-top:20px;
	

}

/*
  nav link items
*/
.folded-corner{
  padding: 25px 25px;
  position: relative;
  font-size: 90%;
  text-decoration: none;
  color: #999; 
  background: transparent;
  transition: all ease .5s;
  border: 1px solid rgba(31,181,172,.9);
}
.folded-corner:hover{
	background-color: rgb(15, 137, 209);
}

/*
  paper fold corner
*/

.folded-corner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0px 0px 0;
  border-color: #ddd #000;
  transition: all ease .3s;
}

/*
  on li hover make paper fold larger
*/
.folded-corner:hover:before {
	background-color: #D00003;
  border-width: 0px 25px 25px 0;
  border-color: #eee #fff;
  
}

.service_tab_1{
    background-color: #fff;
    box-shadow: 0 0 5px 2px #ccc;
max-height: 176px;
}
.service_tab_1:hover .fa-icon-image{
    color: #000;
    transform: rotate(360deg) scale(1.5);
}


.fa-icon-image{
	color: rgba(31,181,172,.9);
	display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-size-adjust: none;
    font-stretch: normal;
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    text-rendering: auto;
    transition: all .65s linear 0s;
    text-align: center;
    transition: all 1s cubic-bezier(.99,.82,.11,1.41);
}
.mega-dropdown {
  position: static !important;
  width:100%;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
	    max-width: 250px;
    min-width: 1140px !important;
}
/* .mega-dropdown-menu:before {
    content: "";
    border-bottom: 15px solid #fff;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    position: absolute;
    top: -15px;
    left: 285px;
    z-index: 10;
}
.mega-dropdown-menu:after {
    content: "";
    border-bottom: 17px solid #ccc;
    border-right: 19px solid transparent;
    border-left: 19px solid transparent;
    position: absolute;
    top: -17px;
    left: 283px;
    z-index: 8;
} */
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #999;
  white-space: normal;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #444;
  background-color: #f5f5f5;
}
.mega-dropdown-menu .dropdown-header {
  color: #428bca;
  font-size: 18px;
  font-weight:bold;
}
.mega-dropdown-menu form {
    margin:3px 20px;
}
.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}
.counter-section .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fffbfb;
    background-color: #37aaed;
    background-image: none;
    border: 1px solid #fffcfc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.counter-section .form-control::-webkit-input-placeholder{color:#fff !important;}
.fleet_section .carousel{
	margin: 30px 0;
  	position: relative;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.fleet_section .carousel:after {
	content: "";
    position: absolute;
    z-index: -1;
    box-shadow: 0 0 20px rgba(0,0,0,0.8);
    height: 60px;
    bottom: 0px;
    left: 10px;
    right: 10px;
    border-radius: 0;
}
.fleet_section .carousel .item {
    text-align: center;
	overflow: hidden;
    height: 350px;
	 border-radius: 0;
}
.carousel .item img {
	max-width: 100%;
    margin: 0 auto; 
}
.carousel .carousel-control {
    width: 25px;
    height: 36px;
    background: #fff;
    margin: auto 0;
	opacity: 0.8;
}
.carousel .carousel-control:hover {
	opacity: 0.9;
}
.carousel .carousel-control i {
    font-size: 30px;
	    color: #333;
}
.carousel-caption h3, .carousel-caption p {
	color: #fff;
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	text-shadow: none;
	margin-bottom: 20px;
}

.carousel-indicators li, .carousel-indicators li.active {
	width: 11px;
	height: 11px;
/* 	border-radius: 50%; */
	margin: 1px 6px;
}
.carousel-indicators li {
	background: transparent;
	border: 1px solid #fff;
}
.carousel-indicators li.active {
	background: #8fc93c;
	border-color: #8fc93c;
}
.fleet_section h2{
    text-align: center;
    color: #fff;
	font-family: "Rubik",sans-serif;
}
.fleet_section .carousel-inner{
    border: 5px solid #fff;
}
  .youtube-click {
    outline:none;
    width: 50px;
    height: 50px;
  }
  .video-btn{
    background: url(https://starhomeopathy.com/wp-content/uploads/2019/10/you-black.png) no-repeat right top;
    height: 68px;
    position: absolute;
    top: 44%;
    opacity: 1;
    width: 97px;
    z-index: 999;
    left: 36%;
}
.testimonial{
    text-align: center;
    padding: 0 20px;
}
.testimonial .icon{
    font-size: 60px;
    line-height: normal;
    color: #ffffff;
}
.testimonial .description{
    font-size: 16px;
    font-style: italic;
    color: #fff;
    line-height: 26px;
    margin-top: 6px;
	    font-family: 'Rubik', sans-serif;
}
.testimonial .pic{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 20px auto;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .testimonial-title{
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #ffffff;
}
.owl-theme .owl-controls .owl-pagination{
    margin-top: 20px;
}
.owl-theme .owl-controls .owl-page span{
    width: 10px;
    height: 10px;
    background: #99bf4b;
    border: 2px solid transparent;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page span:hover{
    background: #fff;
    border: 2px solid #99bf4b;
}
.heding{
margin: 160px -104px;
    padding: 30px;
	border: 6px solid #0f89d1;
    background: #ffffff;
    box-shadow: 1px 1px 8px 2px rgba(0,0,0,.2);
    -webkit-box-shadow: 1px 1px 8px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 1px 1px 8px 2px rgba(0,0,0,.2);
}
.faq .service-block {
    border: 1px solid #0f89d1;
    padding: 17px 0px 7px 10px;
    height: 367px;
}
.tab-pane{
    padding: 43px 0px;
}
.service-section2{
	    padding-top: 20px;
    padding-bottom: 0px;
}
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    /* width: 51%; */
    float: left;
    position: relative;
    z-index: 1;
	    padding-bottom: 15px;
}
.main-timeline .timeline-content{ display: block; }
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-icon{
    color: #08338e;
	padding-top: 8px;
    background-color: #fff;
    font-size: 37px;
    text-align: center;
    line-height: 57px;
    height: 60px;
    width: 60px;
    border: 3px solid #08338e;
    box-shadow: 0 0 0 5px #30a3e5, 3px 3px 0 6px rgba(0,0,0,0.3);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.main-timeline .title{
    color: #fff;
    background: #0186D3;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 40px 10px 50px;
    margin: 5px 0 0 25px;
    display: inline-block;
    -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
}
.main-timeline .inner-content{
    color: #999;
    font-size: 15px;
    letter-spacing: 1px;
    margin: -10px 0 0;
    padding: 30px 39px 15px 81px;
    position: relative;
}
.main-timeline .inner-content:before{
    content: '';
    height: 100%;
    width: 95%;
    border-radius: 10px;
    transform: skew(-10deg);
    position: absolute;
    right: 10px;
    top: 0;
    z-index: -1;
	    box-shadow: 1px 1px 8px 2px rgba(0,0,0,.2);
    -webkit-box-shadow: 1px 1px 8px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 1px 1px 8px 2px rgba(0,0,0,.2);
}
.main-timeline .timeline:nth-child(even){
    text-align: right;
    float: right;
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
    left: auto;
    right: 0;
}
.main-timeline .timeline:nth-child(even) .title{
    margin: 5px 25px 0 0;
    padding: 10px 50px 10px 40px;
    -webkit-clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.main-timeline .timeline:nth-child(even) .inner-content{
    text-align: left;
    padding:30px 38px 15px 80px;
}
.main-timeline .timeline:nth-child(4n+2) .timeline-icon{
    border-color: #000000;
    color: #0186d3;
    box-shadow: 0 0 0 5px #0186d3, -3px 3px 0 6px rgba(0,0,0,0.3);
}
.main-timeline .timeline:nth-child(4n+2) .title{ background: #0186d3; }
.main-timeline .timeline:nth-child(4n+2) .inner-content:before{     box-shadow: 1px 1px 8px 2px rgba(0,0,0,.2);
    -webkit-box-shadow: 1px 1px 8px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 1px 1px 8px 2px rgba(0,0,0,.2);}
.main-timeline .timeline:nth-child(4n+3) .timeline-icon{
    border-color: #871687;
    color: #871687;
    box-shadow: 0 0 0 5px #ce12ce, 3px 3px 0 6px rgba(0,0,0,0.3);
}
.main-timeline .timeline:nth-child(4n+3) .title{ background: #ad16ad; }
.main-timeline .timeline:nth-child(4n+3) .inner-content:before{ background: #bf4ebf; }
.main-timeline .timeline:nth-child(4n+4) .timeline-icon{
    border-color: #e87306;
    color: #e87306;
    box-shadow: 0 0 0 5px #ff800a, -3px 3px 0 6px rgba(0,0,0,0.3);
}
.main-timeline .timeline:nth-child(4n+4) .title{ background: #f77c09; }
.main-timeline .timeline:nth-child(4n+4) .inner-content:before{ background: #fc983a; }
@media only screen and (max-width:767px){
    .main-timeline .timeline{
        width: 100%;
        margin: 0 0 20px;
    }
    .main-timeline .timeline:nth-child(even){
        float: left;
        text-align: left;
    }
    .main-timeline .timeline:nth-child(even) .timeline-icon{
        left: 0;
        right: auto;
    }
    .main-timeline .title,
    .main-timeline .timeline:nth-child(even) .title{
        margin: 5px 0 0 25px;
        padding: 10px 30px 10px 50px;
        -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
    }
    .main-timeline .inner-content,
    .main-timeline .timeline:nth-child(even) .inner-content{
        text-align: left;
    }
    .main-timeline .inner-content:before{ transform: skew(-6deg); }
}
.article-text {
    float: right;
    width: 61%;
    border: 1px solid #eceef2;
    border-left: none;
    padding: 45px 21px 50px 71px;
    position: relative;
}
.article-text h4 {
    letter-spacing: -1px;
    line-height: 25px;
	font-size: 21px;
    color: #353536;
    font-weight: 700;
}
.article-text h4 a {
    font-size: 18px;
    line-height: 1;
    color: #353536;
    font-weight: 700;
    letter-spacing: -1px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.about-blog {
    font-size: 0;
    margin: 5px 0 27px;
}
.about-blog li {
    display: inline-block;
    margin-right: 22px;
    line-height: 1;
    position: relative;
}
.about-blog a {
    font-size: 15px;
    color: #7bc144;
    letter-spacing: -0.5px;
}
.article {
    margin: 0 0 39px;
	position: relative;
}
.blog-figure {
    position: absolute;
    width: 54%;
    height: 100%;
}
.zoom figure {
    overflow: hidden;
}
.zoom figure img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.date:after {
    position: absolute;
    right: -11px;
    top: 0;
    display: block;
    content: "";
    height: 100%;
    width: 1px;
    background: #eceef2;
}
.article-text p {
    line-height: 26px;
    margin: 0 0 38px;
}
.purple {
    background: #2098df;
}
.article-icon {
    width: 58px;
    height: 58px;
    position: absolute;
    left: -29px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    border: 3px solid #fff;
    border-radius: 50%;
}
.article-icon a {
    font-size: 20px;
    display: block;
    border-radius: 50%;
    height: 100%;
    text-align: center;
    line-height: 52px;
    color: #fff;
}
.article-icon .fa{
	padding: 15px;
}
.recent-post h3 {
    margin: 0 0 26px;
}
.aside h3 {
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: -1px;
    margin: 0 0 20px;
    color: #353536;
}
.recent-text {
    padding: 33px 15px 36px 32px;
    background: #2098df;
}
.recent-text h4 a {
    font-size: 21px;
	font-weight: 700;
    letter-spacing: -1px;
    line-height: 20px;
    margin: 0 0 6px;
    color: #fff;
}
.recent-text p {
    line-height: 26px;
    color: #dbc9e4;
	    font-family: 'PT Serif', serif;
    font-size: 16px;
}
.article .article-text .btn{
    background: #0f89d1 !important;
    color: #fff !important;
}
.main-timelines .timeline{
    width: 90%;
	    margin-left: 50px;
    padding: 50px 0;
    display: inline-block;
}
.main-timelines .timeline-content{
    color: #000;
    text-align: center;
    width: 100%;
    padding: 20px 130px 50px 85px;
    border: 10px solid rgba(255,255,255,0.5);
    border-left: 0 solid transparent;
box-shadow: 1px 1px 8px 2px rgba(0,0,0,.2);
    -webkit-box-shadow: 1px 1px 8px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 1px 1px 8px 2px rgba(0,0,0,.2);
    display: inline-block;
    position: relative;
}
.main-timelines .timeline-content:before{
    content: '';
    height: 150px;
    width: 170px;
    background: linear-gradient(165deg,rgb(240, 235, 236),rgb(255, 255, 255));
    border: 2px solid #1c94db;
    border-radius: 30px;
    position: absolute;
    right: -60px;
    top: -60px;
}
.main-timelines .timeline-content:hover{ text-decoration: none; }
.main-timelines .title{
    font-size: 25px;
	    font-weight: 500;
    margin: 0 0 5px 0;
}
.main-timelines .description{
    font-size: 13px;
    letter-spacing: 1px;
    margin: 0;
	    padding-top: 15px;
		line-height: 1.6;
	    text-align: justify;
}
.main-timelines .timeline-icon{
    font-size: 45px;
    display: block;
    position: absolute;
    right: -100px;
    top: -100px;
	border: 7px solid #0f89d1;
}
.main-timelines .timeline-year{
    font-size: 35px;
    display: block;
    position: absolute;
    top: 20px;
    right: 15px;
}

.main-timelines .timeline:nth-child(even) .timeline-content{
    float: right;
    padding: 20px 85px 50px 130px;

}
.main-timelines .timeline:nth-child(even) .timeline-content:before{
    right: auto;
    left: -60px;
}
.main-timelines .timeline:nth-child(even) .timeline-year{
    right: auto;
    left: 15px;
}
.main-timelines .timeline:nth-child(even) .timeline-icon{
    right: auto;
    left: -100px;
}

.main-timelines .timeline:nth-child(4n+3) .timeline-content:before{
    background: linear-gradient(165deg,rgba(248,178,49,0.5) 49%,rgba(260,207,60,0.5) 50%);
}

.main-timelines .timeline:nth-child(4n+4) .timeline-content:before{
    background: linear-gradient(165deg,rgba(114,24,98,0.5) 49%,rgba(150,43,130,0.5) 50%);
}
@media screen and (max-width:990px){
    .main-timelines .timeline-content{ width: 70%; }
}
@media screen and (max-width:767px){
    .main-timelines .timeline{ padding-right: 0px; }
	.main-timelines .timeline {
    width: 100%;
    margin-left: 0;
    padding: 50px 0;
    display: inline-block;
}
    .main-timelines .timeline-content{
        width: 100%;
        padding: 15px 140px 15px 50px;
    }
    .main-timelines .title{ font-size: 20px; }
    .main-timelines .timeline:nth-child(even){ box-shadow: 10px 0 10px -16px #000 inset; }
    .main-timelines .timeline:nth-child(even) .timeline-content{
        float: left;
        padding: 15px 140px 15px 50px;
        border-radius: 0 70px 70px 0;
        box-shadow: 10px 0 10px -10px #000 inset;
        border: 10px solid rgba(255,255,255,0.5);
        border-left: 0 solid transparent;
    }
    .main-timelines .timeline:nth-child(even) .timeline-content:before{ left: auto; }
    .main-timelines .timeline-content:before,
    .main-timelines .timeline:nth-child(even) .timeline-content:before{
        height: 110px;
        top: 0px;
        right: 0px;
    }
    .main-timelines .timeline:nth-child(even) .timeline-year{ left: auto; }
    .main-timelines .timeline-year,
    .main-timelines .timeline:nth-child(even) .timeline-year{
        font-size: 28px;
        top: 10px;
        right: 25px;
    }
    .main-timelines .timeline-icon,
    .main-timelines .timeline:nth-child(even) .timeline-icon{
        font-size: 40px;
        right: -37px;
        top: -43px;
        left: auto;
    }
	.main-timelines .timeline-content:before {
    content: '';
    height: 150px;
    /* width: 170px; */
    background: linear-gradient(165deg,rgb(240, 235, 236),rgb(255, 255, 255));
    border: 2px solid #1c94db;
    border-radius: 30px;
    position: absolute;
    right: -60px;
    top: -60px;
	   display: none;
}
}
@media screen and (max-width:479px){
    .main-timelines .timeline-content,
    .main-timelines .timeline:nth-child(even) .timeline-content{
    padding: 10px 20px 15px 20px;
    text-align: left;
    border-radius: 0 0 0px 0;
    }
    .main-timelines .timeline-year,
    .main-timelines .timeline:nth-child(even) .timeline-year{
        top: 7px;
    }
}
.hovereffect {
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  padding-bottom: 30px;
}

.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}

.hovereffect:hover .overlay {
	background: #0f89d1ad;
    left: 0%;
	    top: 0%;
    width: 100%;
	height: 67%;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  background-color: transparent;
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
    padding: 3em 14px;
    line-height: 28px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.zoom .text-center {
    padding: 0px 40px 24px 35px;
    border: 1px solid #eceef2;
    /*border-top: none;*/
}
.section-header li{
    font-size: 15px;
    color: #999;
   
	    float: left;
}
table th, td {
    color: #414141;
    font-size: 14px;
    margin: 20px 10px;
    line-height: 26px;
}
table, th, td {
    border: 1px solid #ccc;
}
table {
    width: 90%;
    margin: 0px auto;
}
.section-header h4{
	padding-top:20px;
}
.appoinment-form .quik{
    display: inline-block;
    padding: 10px 20px;
    color: #ffffff !important;
    text-transform: uppercase;
    background-color: #0f89d1 !important;
    border: none;
    box-shadow: none;
    max-height: 40px;
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
}
.carousel-control {
    position: absolute;
    top: -403px;
    bottom: 0;
    left: 505px;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .5;
}
.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    /* display: inline-block; */
    /*zoom: 1;*/
    /* margin-top: -141px; */
    margin: -133px -55px !important;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    
    filter: Alpha(Opacity=50);
    opacity: .5;
}
.owl-theme .owl-controls .owl-buttons .owl-prev{
	
    float: left!important;
}
.owl-theme .owl-controls .owl-buttons .owl-next{
	
    float: right!important;
}
.testimonial-section .fa{
    font-size: 24px;
}
.testimonial-section .fa{
    font-size: 24px;
    margin: 35px 0px 0px 3px;
    color: white;
    font-weight: 900;
    border: 2px solid #755b5b;
    border-radius: 97px;
    padding: 0 9px 0px 6px;
    background: #755b5b;
}
.nav-tabs>li.active>a>input[type='radio']:before{
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -7px;
        left: -1px;
        position: relative;
        background-color: black;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid black;
    }

li:active a input[type='radio']:checked:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #ffa500;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }
	.exit-btn{
		    display: inline-block;
    padding: 5px 32px;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #0f89d1;
    border: none;
    box-shadow: none;
    max-height: 40px;
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
	}
	.new-btn{
		    display: inline-block;
    padding: 5px 32px;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #0f89d1;
    border: none;
    box-shadow: none;
    max-height: 40px;
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
	}
textarea.form-control {
    height: auto;
    line-height: 0.8;
}
.widget-title {
    font-size: 22px;
    color: #fff !important;
    text-transform: capitalize;
    padding-bottom: 25px;
    margin-top: 0;
    margin-bottom: 30px;
    margin-left: -14px;
    text-align: center !important;
    padding-top: 20px !important;
    margin-right: -15px;
    background-color: #0f89d1 !important;
    border-bottom: 2px solid #41a7dd;
}


.ace-responsive-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #333;  
    float:left;
    width:100%;
    font-family: 'Roboto', sans-serif;
    border-bottom: 3px solid #FD5025;        
}
.ace-responsive-menu li{
    list-style: none;
}
.ace-responsive-menu li ul {
    display:none;
}
.ace-responsive-menu > li {
    display: block;
    margin: 0;
    padding: 0;
    border: 0px;
    float: left;
}
.ace-responsive-menu li a {
        color:#c0c0c0;
}
.ace-responsive-menu > li > a {
    display: block;
    position: relative;
    margin: 0;
    border: 0px;
    padding: 15px 20px 10px 12px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
    color: #c0c0c0;
}
.ace-responsive-menu li a i {
    padding-right: 5px;
    color: #FF5737;
}
.ace-responsive-menu > li > a i {
    font-size: 16px;
    text-shadow: none;
    color: #FF5737;
}
.ace-responsive-menu li ul.sub-menu li a i {
    padding-right: 10px;
}
.ace-responsive-menu li.menu-active > a {
    background: #f3f3f3 !important;
    color:#333 !important;
	/*     border-left: 3px solid #0f89d1; */
}
.ace-responsive-menu li .menu-active {
    position: relative;
}
.ace-responsive-menu > li > a > .arrow:before {  
    margin-left: 15px;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: "\f107";
    font-weight: 300;
    text-shadow: none;
    width: 10px;
    display: inline-block;
}
.ace-responsive-menu li ul.sub-menu li > a > .arrow:before {
    content: "\f105" !important;
}
.ace-responsive-menu > li > ul.sub-menu {
    display: none;
    list-style: none;
    clear: both;
    margin: 0;
    position: absolute;
}
.ace-responsive-menu li ul.sub-menu {
    background: #f3f3f3;
	color: #333;
}
.ace-responsive-menu li ul.sub-menu > li {
    width: 185px;
}
.ace-responsive-menu li ul.sub-menu li a {
    display: block;
    margin: 0px 0px;
    padding: 8px 20px 12px 15px;
    text-decoration: none;
    font-size: 13px;
    font-weight: normal;
    background: none;
	color: #333 !important;
}
.ace-responsive-menu > li > ul.sub-menu > li {
    position: relative;
}
.ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu {
    position: absolute;
    left: 185px;
    top: 0px;
    display: none;
    list-style: none;
}
.ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
    position: absolute;
    left: 185px;
    top: 0px;
    display: none;
    list-style: none;
}
.ace-responsive-menu > li > ul.sub-menu li > a > .arrow:before {
    float: right;
    margin-top: 1px;
    margin-right: 0px;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: "\f104";
    font-weight: 300;
    text-shadow: none;
}

/* Menu Toggle Btn
----------------------------------------*/
.menu-toggle {
    display: none;
    float: left;
    width: 100%;
    background: #333;
}
.menu-toggle h3 {
    float: left;
    color: #FFF;
    padding: 0px 10px;
    font-weight: 600;
    font-size: 16px;
}
.menu-toggle .icon-bar {
    display: block !important;
    width: 18px;
    height: 2px;
    background-color: #F5F5F5 !important;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    margin: 3px;
}
.menu-toggle .icon-bar:hover {
    background-color: #F5F5F5 !important;
}
.menu-toggle #menu-btn {
    float: right;
    background: #202020;
    border: 1px solid #0C0C0C;
    padding: 8px;
    border-radius: 5px;
    cursor: pointer;
    margin: 10px;
}
.hide-menu {
    display: none;
}


/* Accordion Menu Styles
----------------------------------------*/

ul[data-menu-style="accordion"] {
    width: 250px;
}
ul[data-menu-style="accordion"] > li {    
    display: block;
    margin: 0;
    padding: 0;
    border: 0px;
    float: none !important;
}
ul[data-menu-style="accordion"] > li:first-child {
    border-top: 2px solid #FD5025;
}
ul[data-menu-style="accordion"] li ul.sub-menu > li {
    width: 100%;
}
ul[data-menu-style="accordion"] > li > a > .arrow:before {
    float: right;
    content: "\f105";
}
ul[data-menu-style="accordion"] li.menu-active > a > .arrow:before {
    content: "\f107" !important;
}
ul[data-menu-style="accordion"] > li > ul.sub-menu {
    position: static;
}
ul[data-menu-style="accordion"] > li > a i {
    padding-right: 10px;
    color: #FF5737;
}
ul[data-menu-style="accordion"] > li > ul.sub-menu > li ul.sub-menu {
    position: static;
}
ul[data-menu-style="accordion"] > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
    position: static;
}
ul[data-menu-style="accordion"] > li {
    border-bottom: 1px solid #242424;
}
ul[data-menu-style="accordion"] li a:hover {
    background: #272727 !important;
}
ul[data-menu-style="accordion"] ul.sub-menu li.menu-active > a > .arrow:before {
    content: "\f107" !important;
}

/* Vertical Menu Styles
----------------------------------------*/

ul[data-menu-style="vertical"] {
    width: 200px;
}
ul[data-menu-style="vertical"] > li {
    float: none;
}

ul[data-menu-style="vertical"] li ul.sub-menu > li {
    width: 100%;
}
ul[data-menu-style="vertical"] > li > a > .arrow:before {
    float: right;
    content: "\f105";
}
ul[data-menu-style="vertical"] > li {
position:initial !important;
}
ul[data-menu-style="vertical"] > li > ul.sub-menu {
    position: absolute;
     left: 363px !important;
    width:200px;
}

ul[data-menu-style="vertical"] > li > a i {
    padding-right: 10px;
    color: #FF5737;
}
ul[data-menu-style="vertical"]> li > ul.sub-menu > li ul.sub-menu {
    position: absolute;
    width:200px;
    left: 200px;
}
ul[data-menu-style="vertical"] > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
    position: absolute;
    width:200px;
    left: 200px;
}


/* Responsive Menu Styles
----------------------------------------*/
/*Note: change the max-width asper your requirment and change the same in aceResponsiveMenu({resizeWidth: "768" }) function*/

@media screen and (max-width: 768px) {
    .demo {
		width:96%;
		padding:2%;
    }
    ul[data-menu-style="vertical"] , ul[data-menu-style="accordion"],
    ul[data-menu-style="vertical"] li ul.sub-menu {
        width: 100% !important;
    } 
    .ace-responsive-menu {
        float: left;
        width:100%;
    }
    .ace-responsive-menu > li {
        border-bottom: 0px solid #242424;
       float: none;
    }   
    .ace-responsive-menu li a:hover {
        background: #27272700 !important;
    }
    .ace-responsive-menu > li:first-child {
        border-top: 0px solid #FD5025;
    }   
.ow-navigation .navbar-nav > li .dropdown-menu li a span {
    font-weight: 400;
    font-size: 15px!important;
    line-height: 18px!important;
    color: #ffffff!important;
    font-family: sans-serif;
    letter-spacing: 1px;
}	
    .ace-responsive-menu > li > a i {
        padding-right: 10px;
        color: #FF5737;
    }
    .ace-responsive-menu > li > a > .arrow:before {
        float: right;
        content: "\f105";
    }
    li.menu-active > a > .arrow:before {
        content: "\f107" !important;
    }
    .ace-responsive-menu li ul.sub-menu > li {
        width: 100%;
    }
    .ace-responsive-menu li ul.sub-menu li ul.sub-menu li a
        {
        padding-left: 30px;
    }  
    .ace-responsive-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li a 
       {
        padding-left: 50px;
    }  
    .ace-responsive-menu > li > ul.sub-menu {
        position: static;
    }
    .ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu {
        position: static;
    }
    .ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
        position: static;
    }
    .ace-responsive-menu li ul.sub-menu li.menu-active > a > .arrow:before {
        content: "\f107" !important;
    }
}
.dropdown-menu2 .sub-menu{
    display: block;
    position: absolute;
    width: 200% !important;
}
.dropdown-menu4 .sub-menu{
    display: block;
    position: absolute;
    width: 165% !important;
}
.dropdown-menu5 .sub-menu{
    display: block;
    position: absolute;
    width: 129% !important;
}
.dropdown-menu .sub-menu ul li{
    position: absolute;
    top: -9px !important;
}

.sub-menu p{
text-align:center;
padding:19px 17px;
    font-size: 15px;
	    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 400;
	    font-family: sans-serif;
}
#respMenu1{
/*height:240px;*/
height:180px;
}
#respMenu2{
height:184px;
}
.servi .widget {
    background-color: #f7f7f7;
    padding: 0px 15px 30px;
    margin-bottom: 45px;
    margin-top: 47px !important;
}
.sec .tab .nav-tabs li a:hover, .tab .nav-tabs li.active a {
    color: #ffffff !important;
    border: 0px solid #0f89d1;
	    background: #2098df;
}
.sec2 .tab .nav-tabs li a:hover, .tab .nav-tabs li.active a {
    color: #333 !important;
    border: 0px solid #0f89d1;
	    background: #2098df;
		cursor: pointer;
}
.tab .nav-tabs .fold a {
    display: block;
    padding: 10px 5px !important;
    border: 0px solid #0f89d1;
    border-radius: 0;
    background: #0f89d1 !important;
    font-size: 20px;
    font-weight: 700;
    color: #fffefe !important;
    text-align: center;
    margin: 0 1px 2px 0;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
}
.consult img{
    display: block;
    margin: auto;
}
.consult h2, h3 {
    color: #000000;
}
.info {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999999;
  margin: 1.5rem;
}
/* Slider style */
.cd-slider {
    position: relative;
    width: 100%;
    height: 70vh;
    overflow: hidden;
}
.cd-slider.ie9 nav div span {
    display: none;
}
.cd-slider ul li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    transition: visibility 0s .6s;
}
/* .cd-slider ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    width: 135vh;
    height: 135vh;
    border: solid rgba(0,0,0,0.2);
    border-width: 0;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: border-width .4s .6s;
} */
.content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(2.2);
    transition: opacity .4s .6s, transform .4s .6s;
}
.content blockquote {
    position: absolute;
    bottom: 5%;
    left: 4%;
    z-index: 2;
    max-width: 45%;
}
blockquote p {
    font-size: 4rem;
    margin-bottom: 2rem;
}
blockquote span {
    font-size: 1.4rem;
}
/* current slide
---------------------------------*/
.cd-slider li.current_slide {
    visibility: visible;
}
.cd-slider li.current_slide::before {
    border-width: 16rem;
}
.cd-slider li.current_slide .content {
    opacity: 1;
    transform: scale(1);
}
/* nav
---------------------------------*/
.cd-slider nav div {
    position: absolute;
    top: 50%;
    left: 4%;
    width: 5rem;
    height: 5rem;
    margin-top: -2.5rem;
    list-style: none;
}
.cd-slider nav div:last-of-type {
    left: auto;
    right: 4%;
}
.prev, .next {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 100%;
    transition: box-shadow .3s;
}
/* .prev::before, .prev::after, .next::before, .next::after {
    content: '';
    position: absolute;
    left: 43%;
    background: #fff;
    width: .4rem;
    min-width: 3px;
    border-radius: 3px;
    height: 34%;
} */
.prev::before {
    transform: rotate(45deg);
    top: 24%;
}
.prev::after {
    transform: rotate(-45deg);
    bottom: 24%;
}
.next::before, .next::after {
    left: auto;
    right: 43%;
}
.next::before {
    transform: rotate(-45deg);
    top: 24%;
}
.next::after {
    transform: rotate(45deg);
    bottom: 24%;
}
.prev:hover, .next:hover {
    box-shadow: 0 0 0 1rem rgba(0, 0, 0, 0.15);
}
.cd-slider nav > div > span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 100%;
    z-index: 5;
    pointer-events: none;
    will-change: width, height;
    transform: translate(-50%, -50%);
    transition: width .6s, height .6s;
}
.ow-navigation .navbar-nav > li .dropdown-menu li a span{
    font-weight: 400;
    font-size: 15px!important;
    line-height: 18px!important;
    color: #215ca0;
	    font-family: sans-serif;
		    letter-spacing: 1px;
	}
.tab .tab-pay{ text-align: center; }
.tab .tab-pay .nav-tabs{
    display: inline-block;
    position: relative;
    border-bottom: none;
}
.tab .tab-pay .nav-tabs li{
    margin: 0;
}
.tab .tab-pay .nav-tabs li a{
    display: block;
    padding: 80px 20px 10px;
    background: #f3f3f3 !important;
    font-size: 17px;
    font-weight: 700;
    color: #999;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #fff;
    margin-right: 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
}
.tab .tab-pay .nav-tabs li a span{
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #ffffff;
    margin: auto;
    font-size: 22px;
    color: #999;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    transform: rotate(45deg);
}
.tab .tab-pay .nav-tabs li.active a span{
    background: #f28d8d;
    color: #fff;
}
.tab .tab-pay .nav-tabs li a span i{
    transform: rotate(-45deg);
	padding: 12px;
}
.tab .tab-pay .nav-tabs li.active a,
.tab .tab-pay .nav-tabs li a:hover{
    color: #999;
    border: none;
    border-bottom: 2px solid #fff;
}
.tab .tab-pay .nav-tabs li.active a{
    border-bottom: 2px solid #29335c;
}
.tab .tab-pay .nav-tabs li a span img{
    padding: 5px;
}
.tab .tab-pay .tab-content{
    padding: 20px;
    margin-top: -5px;
    font-size: 15px;
    color: #757575;
    line-height: 26px;
    text-align: left;
    border-top: 1px solid #e5e5e5;
	background: #f3f3f3 !important
}
.tab .tab-pay .tab-content h3{
    font-size: 24px;
    margin-top: 0;
}
.footer-main .widget-newsletter p a {
    color: #828d91;
    text-decoration: none;
}
@media only screen and (max-width: 479px){
    .tab .tab-pay .nav-tabs li{
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }
    .tab .tab-pay .nav-tabs li:last-child{
        margin-bottom: 0;
    }
	

.carousel-control {
    position: absolute;
    top:0px;
    bottom: 0;
    left: 0px;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .5;
}
.owl-theme .owl-controls .owl-buttons div {
	    margin: -135px -12px !important;
}
}
	.bgimg {
  background-image: url('images/back.jpg');
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  color: white;
  font-family: "Courier New", Courier, monospace;
  font-size: 25px;
}

.topleft {
  position: absolute;
  top: 0;
  left: 16px;
}

.bottomleft {
  position: absolute;
  bottom: 0;
  left: 16px;
}

.middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.middle h1{
    color: #f00;
    font-size: 42px;
    font-weight: 600;
}
.blog-stl .entry-content {
    background-color: #33a8ed;
    color: #000;
    padding: 5% 5% 40% 5%;
    position: relative;
    margin-left: 186px;
}
.blog-stl .entry-title, .entry-title a {
    font-weight: 700;
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
    font-family: "Rubik",sans-serif;
}
.demo-gallery > ul > li {
    float: left;
    margin-bottom: 15px;
    margin-right: 10px;
    width: 233px;
}
.demo-gallery > ul > li a { 
  border: 3px solid #FFF;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}
.demo-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  width: 100%;
}
.demo-gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity: 1;
}
.demo-gallery > ul > li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.demo-gallery > ul > li a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}
.demo-gallery.dark > ul > li a {
  border: 3px solid #04070a;
}
.home .demo-gallery {
  padding-bottom: 80px; 
}
.section-header h4{
    /* padding: 25px 2px 0px; */
    width: 100%;
    margin: 0;
}
.section-header ul {
    position: relative;
    display: grid;
    width: -webkit-fill-available;
    padding-top: 6px;
}
.section-header .inner {
    position: relative;
    display: grid;
    width: -webkit-fill-available;
    padding-top: 4px;
}
.section-header{
    position: relative;
    display: grid;
    width: -webkit-fill-available;
    padding-top: 10px;
}
.addres {
width: 23%;
    float: left;
	text-align: center;
    margin: 10px 10px;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
	padding: 10px 5px;
    height: 160px;
    box-shadow: 1px 1px 5px 2px rgba(0,0,0,.2);
}
.addres strong {
     color: #ffffff;
    font-size: 14px;
    margin: 0px 10px;
    text-align: center;
    line-height: 40px;
    padding: 8px 10px;
    background: #0e89d1;
    border-radius: 5px;
}
.addres p {
    font-size: 15px;
    margin: 0px 14px;
    line-height: 20px;
}
.mb-4{
    padding: 10px;
}
.fold-la{
    float: left;
    margin-bottom: -1px;
    padding: 0px 50px;
    background: #0f89d1;
}
.fold-la:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-style: solid;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
    width: 0;
    border-width: 0px;
    border-color: #FFF rgba(255,255,255,0.3) rgba(255,255,255,0.3) #FFF;
    border-radius: 0 0 5px 0;
    transition: border-width .2s;
}

/* ------------------- Carousel Styling ------------------- */


.carousel-caption {
  background-color: rgba(0,0,0,.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 0 0 10px 25px;
  color: #fff;
  text-align: left;
}

.carousel-indicators {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  margin: 0;
  padding: 0 25px 25px 0;
  text-align: right;
}



/* ------------------- Section Styling - Not needed for carousel styling ------------------- */

/* .section-white {
   padding: 10px 0;
} */

.section-white {
  color: #555;
}

@media screen and (min-width: 768px) {

 /*  .section-white {
     padding: 1.5em 0;
  } */

}

.section-white .carousel-control {
	    margin-right: 29px;
    margin-left: -32px;
    position: absolute;
    top: -420px;
    bottom: 0;
    font-size: 20px;
    color: #0f89d1;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .5;
}
.section-white .carousel-control .glyphicon-chevron-left{
    margin-left: 591px;
}


@media (max-width: 767px){
.shade .entry-content {
    margin-left: 0px;
    padding: 0% 4% 62% 5%;
}
.shade1 .entry-content {
    margin-left: 0px;
    padding: 0% 4% 91% 5%;
}
.shade2 .entry-content {
    margin-left: 0px;
    padding: 0% 4% 47% 5%;
}
.ow-navigation .navbar-collapse > .nav.navbar-nav > li.active > a:before, .ow-navigation .navbar-collapse > .nav.navbar-nav > li:focus > a:before, .ow-navigation .navbar-collapse > .nav.navbar-nav > li:hover > a:before {
    content: "";
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff0;
    position: absolute;
}
.mega-dropdown-menu .dropdown-header {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}
#respMenu2 {
    height: 109px;
}
.ow-navigation .navbar-nav > li .dropdown-menu li a span {
    font-weight: 100;
    font-size: 13px!important;
    line-height: 18px!important;
     color: #000000 !important;
    font-family: sans-serif;
    letter-spacing: 1px;
}
	
/*Drop Down Menu items arrow*/
.dropdown-menu li a span.arrow {
    display: none !important;
}
#respMenu1 {
    height: 130px;
}


ul[data-menu-style="vertical"] > li > ul.sub-menu {
    position: absolute;
    left: 363px !important;
    width: 200px;
    display: none;
}
.blog-figure {
    position: relative;
    width: 100%;
	    height: auto;
}
.article-text {
    float: right;
    width: 100%;
    border: 1px solid #eceef2;
    border-left: none;
    padding: 0px 0px 7px 3px;
    position: relative;
}
.article-icon {
    width: 58px;
    height: 58px;
    position: absolute;
    left: -29px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    border: 3px solid #fff;
    border-radius: 50%;
    display: none;
}
.top-header {
    background-color: #f0f2f4;
    box-shadow: 0 1px 1px rgba(0,0,0,0.13);
    padding-bottom: 5px;
    padding-top: 5px;
    display: none;
}
.entry-content .rec {
	    padding-top: 25px;
}
}
.dropdown-header {
    display: block;
    padding: 11px 20px 0px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}
.case-desc{
	font-family: 'Lato', sans-serif;
    font-size: 15px !important;
    color: #7a9181;
    line-height: 2.0 !important;
}
.new-btn,.exit-btn{
    margin-left: 15px;
}
.img_mar_top {
    margin-bottom: 15px !important;
}

.newform{
	float: right !important;
}


/*-----------------------------------*/
.row.footerd {
    list-style: none !important;
}

.timeline-icon img {
   /* margin: 0 0 30px 5px;*/
}

.folded-corner.service_tab_1 {
    height: 221px !important;
}

.testimonial{
	color: #ffffff;
}

.start{
	padding: 0px;
}

.what-we-do-left img{
	height: 576px !important;
}
.what-we-do-best{
	padding: 0px;
}
.appoinment-form .btn-submit{
	float: right !important;
}
.vertical-tab .tab-content{
	text-align: left;
}
.col-sm-4.col-xs-6.col-md-3.col-lg-3.zoom {
    margin-top: 14px;
}
.portfolio-item.facilities.col-md-4.col-sm-6 {
    height: 240px !important;
}
.portfolio-item .port_img {
    height: 240px;
    width: 360px;
}
figure.blog-figure img {
    height: 318px;
    width: 460px;
}
.vidclose {
    position: absolute;
    top: -3px;
    color: #000000;
}
.duo td, th{
		padding:7px;
	}

.entry-cover img {
    height: 374px;
    width: 817px;
}
.timeline p {
    text-align: left;
    font-size: 15px;
    color: #7a9181;
    padding: 11px 0px 7px 5px;
    line-height: 2;
}
.svg-inline--fa{
   color: #9a9a9c !important;
}

.what-we-do-left{
	    margin: 0 0 0 -15px !important;
}
.testimonial p {
    margin: 26px 0px 9px 3px;
}
.owl-theme .owl-controls .owl-buttons div{
	background: no-repeat !important;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    display: none !important;
}
div.wpcf7-mail-sent-ok {
    border: none !important;
}

/***************************Mobile View*********************************/

@media only screen and (max-width: 479px){
	.portfolio-item::before{
		height: 240px !important;
	}
	.portfolio-item.facilities img {
    height: 240px;
}
	figure .mfp-img {
    margin: -140px 2px 0px 0px !important;
}

.col-xs-6.before1 {
    width: 100% !important;
}
.entry-header img {
    height: 105px;
}
.videoshomeo h3 {
    margin: 0 0 22px 4px !important;
}
.before1 h3 {
    margin: 0px 2px 35px 2px !important;
    position: relative;
    top: 15px;
}
.what-we-do-left {
    margin: 0px 0px 0px -15px !important;
    width: 399px !important;
}

.testimonial-section .fa{
	margin: 124px 0px 0px 3px;
}
.mfp-figure .mfp-close {
    margin-top: -110px !important;
}
	#testimonial-slider .owl-nav{
	
    position: absolute;
    top: -5%;
}
#testimonial-slider .owl-prev{
padding-right: 250px;
}
#testimonial-slider .owl-next{
padding-right: 10px;
}

}
.headding {
    padding-bottom: 10px;
}
img.img-responsive.lazyloaded {
    width: 545px;
}
#testimonial-slider .owl-nav{
	
    position: absolute;
    top: -5%;
}
#testimonial-slider .owl-prev{
padding-right: 1050px;
}
#testimonial-slider .owl-next{
padding-right: 50px;
}
#testimonial-slider .owl-pagination{
	display: none;
}
img.img-responsive.blogimg.lazyloaded {
    width: 455px !important;
}
section.error-404.not-found {
    padding: 100px 0px 200px 2px;
	margin-left: 300px;
}
@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: local('Pacifico Regular'), local('Pacifico-Regular'), url(https://fonts.gstatic.com/s/pacifico/v12/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2) format('woff2');
  font-display: swap;
}


.blogdetailspage {
    padding: 56px 0px 0px 0px;
}
.container.text h2 {
    text-align: center;
   font-size: 40px;
    padding: 0 0 40px 0px;
    font-weight: 700;
}
span.wpcf7-not-valid-tip {
		margin: 10px 0px 0px 0px;
	}
@media only screen and (max-width: 600px){
	div#myCarousel1 {
    padding-top: 16px;
}
	.recaptchaqwe {
    position: relative;
    right: 30px;
}
	
	.appoinment-form h3 {
  		font-size: 11px !important;
	}
	
span.wpcf7-not-valid-tip {
	margin: 6px 1px 1px 0px;
}
	.timeline-icon img {
    height: 86px;
}
	.main-timelines .timeline-icon {
     border: 3px solid #0f89d1;
}
.modalWindow .appoinment-form .btn-submit {
	margin-top: 12px;
	}	
	.rc-anchor.rc-anchor-normal.rc-anchor-light {
    position: relative;
    right: 24px !important;
}
	.page-id-9 .video-btn{
		left: 3%;
	}
	.page-id-14 .entry-cover {
		right: 19%;
	}
	.postid-1573 .align_divs2 {
    margin-top: 6px!important;
}
	.textwidget.custom-html-widget p {
    font-size: 14px;
}
	.page-id-9 .statistics-box {
     width: 114%;
    height: 107px;
}
}

.recent-post-box img{
	height: 79px !important;
  width: 77px !important;
}
.appoinment-form .btn-submit{
	    float: right;
} 
img.img-responsive.lazyloaded {
  
    height: auto;
}

.wpcf7-form-control-wrap {
    position: inherit !important;
}
.load-complete {

    display: none !important;
}
.carousel-inner.home-carouseli img {
    height: 100%;
}