



@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');



@import '../css/bootstrap.min.css';
@import '../css/owl.carousel.css';
@import '../css/animate.css';
@import '../css/font-awesome.min.css';




* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 500;
	background: #FFFFFF;
	color: #696969;
}

h1{font-size: 48px;}
h2{font-size: 36px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

p {
    font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 2;
	font-weight: 500;
	color: #696969;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

a:focus {
    outline: 0 solid;
}

a,
a:hover,
a:focus {
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    text-decoration: none;
    outline: none;
    font-size: 14px;
    color: #5f5f5f;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

#preloader {
    overflow: hidden;
    background-color: #f2f4f8;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

ul,
ol {
    margin: 0;
}

ol li,
ul li {
    list-style: none;
}

img {
    height: auto;
    max-width: 100%;
}


#preloader {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #f2f4f8;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


#preloader img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    z-index: 8;
    -webkit-animation: 2000ms linear 0s normal none infinite running load-thumb;
            animation: 2000ms linear 0s normal none infinite running load-thumb;
}

.page-load {
    -webkit-animation: 2000ms linear 0s normal none infinite running page-load;
    animation: 2000ms linear 0s normal none infinite running page-load;
    background: transparent none repeat scroll 0 0;
    border-color: #ffffff #ffffff #2f88fd;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    height: 60px;
    position: absolute;
    width: 60px;
    z-index: 10;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
}

@-webkit-keyframes page-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes page-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes load-thumb {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes load-thumb {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.float_left
{
	float: left;
}
.float_right
{
	float: right;
}


.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-100 {
    margin-bottom: 100px;
}

.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}


.font-bold {
    font-weight: 700;
}

.font-light {
    font-weight: 300;
}

.height-500 {
    height: 500px !important;
}

.height-600 {
    height: 600px !important;
}

.height-700 {
    height: 700px !important;
}

.height-800 {
    height: 800px !important;
}

.section
{
	padding-top: 50px;
	
}
.section_title h2
{
    text-align: left;
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 20px;
	z-index: 1;
	position: relative;
}

.section_title p {
    margin-bottom: 5;
    margin-top: -5px;
}

.btn{   	
    border: 0 none;  
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}

.btn-primary {
    background: #283290;
    color: #ffffff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active,.btn-primary.active, .open > .dropdown-toggle.btn-primary {
   color: #fff;   
   background: #33a6cc;
	
}

.btn-primary:active, .btn-primary.active {
    background: #007299;
    box-shadow: none;
}


.gradient-background {
    background: #243eff;
    background: -webkit-linear-gradient(to right, #3de6fa, #243eff);
    background: -webkit-linear-gradient(left, #3de6fa, #243eff);
    background: linear-gradient(to right, #3de6fa, #243eff);
}

.gradient-background-overlay,
.background-overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gradient-background-overlay:after,
.background-overlay:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background: #243eff;
    background: -webkit-linear-gradient(to right, #3de6fa, #243eff);
    background: -webkit-linear-gradient(left, #3de6fa, #243eff);
    background: linear-gradient(to right, #3de6fa, #243eff);
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.background-overlay:after {
    background: rgba(36, 62, 255, 0.8);
}




.header-area {
    position: relative;
    z-index: 100;
}

.top-header-area {
    position: relative;
    height: 40px;
    z-index: 1;
	background: #283290;
	
}
.main-header-area {
    width: 100%;
    height: 60px;
    position: relative;
    z-index: 1;
}
.top-menu  {

    width: 100%;
	color: white;
	padding-top: 10px;
	text-align: right;
  
}
.top-menu a  {
	color: white;
	text-decoration:none;
  
}
.navbar {
    padding: 0;
}

.header-area .main-menu .nav-link {
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 15px;
    color: #5f5f5f;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.header-area .main-menu .nav-item.active .nav-link
{
 color: #283290;
}

.header-area .main-menu .nav-link:hover,
.header-area .main-menu .nav-link:focus {
    color: #283290;
	text-decoration: underline;
}






.slide-area,
.single-slide {
    position: relative;
    z-index: 1;
    width: 100%;
}
.slides-content {
	padding-left:1%;
	padding-bottom:2%;
	width: 70%;
	background:rgba(0,0,0,0.6);
	
}
.slides-content h2 {
    color: #FFFFFF;
	line-height: 1.0398;
}

.slides-content h5 {
    font-size: 16px;
	font-weight: 500;	
	line-height: 1.75;
	color: #FFFFFF;
}

.slide-area .owl-prev,
.slide-area .owl-next
{
    width: 40px;
    height: 70px;
    position: absolute; 
	background:rgba(0,0,0,0.6);
    top: 50%;
	border:0px;
    
	font-size: 30px;
    text-align: center;
    color: #ffffff;
    left: 0px;
    margin-top: -22px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
}

.slide-area .owl-next
 {   
   left: auto;
    right: 0px;
}

.slide-area:hover .owl-prev,
.slide-area:hover .owl-next
 {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}


.owl-prev:hover
 {  
background:rgba(0,0,0,0.9);
}
.owl-next:hover
 {  
background:rgba(0,0,0,0.9);
}


.box-card-area
{
   
    width: 100%;
	background: transparent;
	z-index: 10;
	padding-bottom: 35px;
}

.box-card
 {
   width: 100%;
	height: 287px;
	background: #283290;
	padding-left: 15px;
	
	padding-right: 20px;
	padding-top: 29px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.box-card-col {
    margin-top: 10px;
}

.box-card h5 {
    cfont-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
	margin-top: 11px;
	text-align:center;
}

.box-card p {
    font-size: 14px;
	line-height: 2.14;
	color: #FFFFFF;
	font-weight: 400;
	margin-top: 23px;
}
.box-card:hover
{
	box-shadow: 0px 15px 49px rgba(0,0,0,0.59);
	margin-top: -8px;
}

.box_icon
{
    max-width: 100%;
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-bottom:20px;
	
}
.box_icon img
{
   width: 37px;
	height: 37px;
}


select.form-control:not([size]):not([multiple]) {
    height: 40px;
}



.about-doctor
{
   padding-top: 20px;
   padding-bottom: 10px;
   width:100%;
		
}
.about-text
{
   width:100%;	
	
}
.about-text h4
{
    font-size: 20px;
	font-weight: 600;	
		
}

.about-text i
{
   padding-right:10px;
    font-size: 20px;
	color: #283290;
		
		

}
.about-text p:last-of-type {
    margin-bottom: 40px;
}

.our-services ul
{
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 50px;
	display:block;
	list-style-position: outside;
	padding-left:10px;
	
}
.our-services  li
{
   padding-right:10px;
   
	position: relative;
    z-index: 1;
    
    margin-bottom: 15px;
    font-size: 16px;
	
	list-style-type: disc;
	
}


.our-services p:last-of-type {
    margin-bottom: 40px;
}

.general-info ul
{
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    
	display:block;
	list-style-position: outside;
	padding-left:10px;
}
.general-info  li
{
   padding-right:10px;
   

	position: relative;
    z-index: 1;
    
    margin-bottom: 15px;
    font-size: 14px;
	
	list-style-type: square;
	
}

.general-info h5  {
    
	
	line-height: 2;
	font-weight: 500;
	
	
}
.general-info-slide
{
margin-bottom: 30px;
}
.general-info i
{
   padding-right:10px;
    font-size: 30px;
	color: #283290;
				

}



.services-area {

    position: relative;
    z-index: 1;
}

.single-service-area {
    width: 100%;
	background-color: #283290;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align:center;
	
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 400ms ease;

}
.service_col
{
margin-bottom: 30px;
}

.single-service-area:hover
{
	background: #2b96cc;
	
 
  bottom:0;top:2px;left:15px;right:15px;
  z-index:-1;
  border-radius:20px/20px;
   -moz-box-shadow: -5px -5px 5px rgba(0,0,0,0.59);
   -webkit-box-shadow: -5px -5px 5px rgba(0,0,0,0.59);
	 box-shadow:-5px -5px 5px rgba(0,0,0,0.59);
}
.single-service-area img {
    margin-bottom: 20px;
	margin-left: auto;
    margin-right: auto;
	}

.single-service-area h4 {
    color: #fff;
    margin-bottom: 20px;
}

.single-service-area p {
    color: #fff;
    margin-bottom: 5px;
}





.Facts-section
{
    
    background: -webkit-linear-gradient(to right, #283290, #243eff);
    background: -webkit-linear-gradient(left, #283290, #243eff);
    background: linear-gradient(to right, #283290, #243eff);
}

.Facts-section {
    position: relative;
    z-index: 1;
	margin-bottom: 50px;
}

.single-cool-fact {
    padding-bottom: 50px;
}

.single-cool-fact .counter-area h2 {
    color: #fff;
    font-size: 36px;
}

.single-cool-fact .counter-area h6 {
    color: #fff;
    margin-bottom: 0;
}




.widget-title {
    margin-bottom: 30px;
	margin-top: 40px;
}


.widget-title h6 {
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-widget-area p {
    color: #fff;
}

.footer-social-info a {
    font-size: 25px;
    margin-right: 20px;
    color: #fff;
    display: inline-block;
}

.footer-social-info a:hover,
.footer-social-info a:focus {
    color: #2f88fd;
}
.footer-area
{

 background-color: #172538;
}

.bottom-footer-area {
    background-color: #0b131e;
    width: 100%;
    height: 55px;
    position: relative;
    z-index: 1;
}

.copywrite-text p {
    margin: 0;
    color: #404b5a;
}

.copywrite-text p a {
    color: #2f88fd;
    font-weight: 600;
}




.breadcumb-area {
    width: 100%;
    height: 255px;
    position: relative;
    z-index: 1;
}

.breadcumb-title {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.breadcrumb-item.active,
.breadcrumb-item a,
.breadcrumb-item {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}
.breadcrumb-item :hover {
color :#283290;
}

.breadcrumb-item + .breadcrumb-item:before {
    content: "|";
    color: #fff;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
}




.contact-area
{
padding: 50px 0;
}
.contact-card,
 {
    padding: 50px 40px;
    background-color: #38c3fb;
    width: 100%;
}
.form-control {
    background-color: #e3e9f0;
    width: 100%;
    height: 40px;
    border-radius: 0;
    border: none;
    font-size: 12px;
    font-style: italic;
    color: #a6a6a6;
    margin-bottom: 25px;
    font-weight: 300;
    padding: 10px 20px;
}

.form-control:focus {
    background-color: inherit;
}

textarea.form-control {
    height: 240px;
}

.form-control::-webkit-input-placeholder {
    color: #a6a6a6;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.form-control::-moz-placeholder {
    color: #a6a6a6;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.form-control:-ms-input-placeholder {
    color: #a6a6a6;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.form-control::placeholder {
    color: #a6a6a6;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.googleMap {
    width: 100%;
    height: 600px;
}
