/*------------------------------------------------------------------
    IMPORT FONTS
-------------------------------------------------------------------*/

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

/*------------------------------------------------------------------
    IMPORT FILES
-------------------------------------------------------------------*/

@import url(animate.css);
@import url(font-awesome.min.css);
@import url(magnific-popup.css);
@import url(responsiveslides.css);
@import url(owl.carousel.min.css);
@import url(flaticon.css);

/*------------------------------------------------------------------
    SKELETON
-------------------------------------------------------------------*/

body {
    color: #666666;
    font-size: 15px;
    font-family: 'Catamaran', sans-serif;
	line-height: 1.80857;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	letter-spacing: 1px;

}


a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
	padding: 15px 0;
    font-weight: normal;
    line-height: 120% !important;
    color: #1f1f1f;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    opacity: .8
}

a {
    color: #1f1f1f;
    text-decoration: none;
    outline: none;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

ul,  ol{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
button:focus{
	outline: none;
}

.form-control::-moz-placeholder {
    color: #12557f;
    opacity: 1;
}

.active-new{background-color: #0d8987;}

.active-new:hover, .nav-link:hover{
	background-color: #0d8987 !important; 
}


/*------------------------------------------------------------------
    LOADER 
-------------------------------------------------------------------*/

#preloader {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11000;
    position: fixed;
    display: block;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffffff;
}

.loader {
  display: inline-flex;
  flex-wrap: wrap;
  width: 258px;
  height: 229px;
}





#scroll-to-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
	font-size: 34px;
    border-radius: 2px;
	transition: .2s;
	letter-spacing: 1px;
	text-align: center;
	line-height: 40px;
	background: #57cef8;
	color: #ffffff;
	padding: 0;
}

/*--------------------------LANGUAGE---------------------------------------*/
.language{
    position: relative;
}
.language img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.language_block{
    display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.language_block div{
	padding: 11px;
}
.lang_active{
    border: 2px solid #000000;
}
.top-left_bar{
	width: 85%;
    display: flex;
    justify-content: flex-start;
}
.top-right_bar{
	width: 15%;
    display: flex;
    justify-content: flex-start;
}
.num{
	padding: 0 11px;
}
.num a{
	color: #fff;
	margin: 0 25px;
	font-size: 25px;
}

/*------------------------------------------------------------------
    HEADER
-------------------------------------------------------------------*/

.main-top{
	background: #0f9f9d;
}
.left-top a{
	display: inline-block;
	color: #ffffff;
	float: left;
	font-size: 14px;
}

.new-btn-d{
	padding: 12px 30px;
	font-weight: 400;
	background: none;
	color: #ffffff;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	border-radius: 0;
	border: 1px solid transparent;
	position: relative;
	overflow: hidden;
	z-index: 9;
	text-transform: uppercase;
}


.sponsor_img{
    width: 80%;
    margin:  0 auto;
 }
 .sponsor_img img{
    width: 100%;
 }


.new-btn-d::before, .new-btn-d::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
	top: 100%;
    z-index: -9;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
        transition-timing-function: ease;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.new-btn-d:hover::before, .new-btn-d:hover::after {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.new-btn-d::before {
    background: rgba(255,255,255,0.2);
}

.new-btn-d::after {
    background: #0f9f9d;
}
.new-btn-d:hover::after {
    -webkit-transition-delay: 0.175s;
    transition-delay: 0.175s;
}

.new-btn-d.br-2{
	border: 2px solid #ffffff;
	border-color: #064774;
	color: #064774;
}

.mail-b{
	float: left;
}
.mail-b a{
	font-size: 14px;
	color: #ffffff;
	padding: 12px 30px;
	border: 2px solid #ffffff;
}
.mail-b a:hover{
	color: #0f9f9d;
	border: 2px solid #0f9f9d;
}

.right-top{
	float: right;
}

.right-top ul{}
.right-top ul li{
	float: left;
}
.right-top ul li a{
	font-size: 27px;
	display: inline-block;
	color: #ffffff;
	padding: 0px 20px;
	border: 2px solid #ffffff;
}
.right-top ul li a:hover{
	background: #00cb86;
	color: #ffffff;
}

.wel-nots{
	float: right;
	margin-left: 20px;
}
.wel-nots p{
	font-size: 16px;
	color: #ffffff;
	padding: 12px 0px;
	margin: 0px;
}


.top-header .navbar{
	padding: 0px;
}

.top-header{
	background: #ffffff;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0 auto;
	z-index: 20;
}

.top-header .navbar .navbar-collapse ul li a{
	text-transform: uppercase;
	font-size: 14px;
	padding:15px;
	position: relative;
	font-weight: 500;
}
.phone{
	text-decoration: underline !important;
}
.sub-active{
	background: #064774;
	color: #ffffff;
}

.top-header .navbar .navbar-collapse ul li a.active{
	background: #0f9f9d;
	filter: brightness(1.2);
	color: #ffffff;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.top-header .navbar .navbar-collapse ul li a.active::after{
	width: 20px;
	height: 20px;
	content: "";
	float: left;
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../images/menu-arrow.png) no-repeat center;
	border-radius: 10px;
	transition: ease all 0.3s;
	transform: translateY(0%) rotate(140deg);
	-webkit-transform: translateY(0%) rotate(140deg);
	-o-transform: translateY(0%) rotate(140deg);
	-ms-transform: translateY(0%) rotate(140deg);
	-moz-transform: translateY(0%) rotate(140deg);
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.top-header .navbar .navbar-collapse ul li a:hover{
	background: #0f9f9d;
	color: #ffffff;
}


.top-header.fixed-menu{
	width: 100%;
	position: fixed;
	box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	background: #fff;
	z-index: 20;
}

.navbar-toggler{
	border: 1px solid #57cef8 ;
	border-radius: 0;
	margin: 16px 15px;
	padding: 10px 10px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.navbar-toggler span{
	background: #333333;
	display: block;
	width: 25px;
	height: 2px;
	margin: 0 auto;
	margin-top: 0px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.navbar-toggler span + span{
	margin-top: 5px;
}

.navbar-toggler:hover{
	border: 1px solid #00cb86;
}

.navbar-toggler:hover span{
	background: #00cb86;
}


/*------------------------------------------------------------------
    Banner
-------------------------------------------------------------------*/

.home-slider{
	position: relative;
	height: 100%;
}

.lbox-caption {
    display: table;
    height: 100% !important;
	width: 100% !important;
	left: 0 !important;
}

.lbox-caption {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
	z-index: 10;
}

.lbox-details {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	height: 100%;
	padding: 22% 0%;
}

.lbox-details::before{
	content: "";
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.lbox-details h1{
	font-size: 54px;
	font-family: 'Catamaran', sans-serif;
	color: #ffffff;
	font-weight: 600;
	position: relative;
	z-index: 3;
}

.lbox-details h2{
	font-size: 48px;
	color: #ffffff;
	font-weight: 300;
	position: relative;
	z-index: 3;
}
.lbox-details p{
	color: #ffffff;
	position: relative;
	z-index: 3;
}
.lbox-details p strong{
	color: #00cb86;
	font-size: 40px;
	font-family: 'Catamaran', sans-serif;
}
.lbox-details a.btn{
	background: #12557f;
	padding: 10px 20px;
	font-size: 20px;
	text-transform: capitalize;
	color: #ffffff;
	border-radius: 0px;
	border: 2px solid #ffffff;
	position: relative;
	display: inline-block;
	z-index: 3;
}
.lbox-details a.btn:hover{
	background: #00cb86;
	color: #ffffff;
}
/*******************************************************************
	MENU
*******************************************************************/

.navbar-toggler-icon{
	width: auto !important;
	height: auto !important;
	border: 0;
	display: none;
	
}
@media(max-width:990px){
	.navbar-toggler-icon{
		display: block;
	}
}
.navbar-toggler-icon{
	font-size: 22px;
	color: #fff;
	padding-left: 6px;
}


.navbar-nav li ul {
	position: absolute;
	height: 0;
	overflow: hidden;
	min-width: 200px;
	padding: 0;
	margin: 0;
	background: #FFF;
	border-top: 4px solid #12557f;
	opacity: 0;
	visibility: hidden;
	transition: all 300ms linear;
	z-index: 1000;
  }

  .navbar-nav li:hover > ul {
	opacity: 1;
	visibility: visible;
	height: auto;
  }
  .navbar-nav li ul li a {
	  display: block;
	  width: 100%;
	   
	  text-align: left;
	  border: 0;
	  border-left: 2px solid transparent;
	  border-bottom: 1px solid #EEE;
	  transition: 0.5s all;
  }
  .navbar-nav li ul li:hover a{
	border-left: 2px solid #12557f !important;
	padding-left: 20px !important;
	padding-right: 0;
  }
  .sub-nav-link{
	position: relative;

  }
  .sub-sub-menu{
	position: absolute;
	top: 0;
	left:100%;
	visibility: hidden;
  } 
  .sub-sub-menu:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border:none !important;
  } 
  .sub-nav-link:hover .sub-sub-menu{
	visibility: visible;
  }


/*------------------------------------------------------------------
    About
-------------------------------------------------------------------*/

.about-a1{
	background: #fffbf9e0;
	padding: 70px 0;
}
.tooltip-1 {
	display: inline-block;
	position: relative;
	color: #00cb86;
	opacity: 1;
}

.tooltip__wave {
	width: 30%;
	height: 20px;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0px;
	margin: 0 auto;
	overflow: hidden;
}

.tooltip__wave span {
	position: absolute;
	left: -100%;
	width: 200%;
	height: 100%;
	background: url(../images/wave.svg) repeat-x center center;
	background-size: 50% auto;
}

.about-box{
	background: url(../images/about-bg.jpg) no-repeat bottom / cover;
	background-attachment: fixed;
}

.title-box{
	text-align: center;
	margin-bottom: 30px;
}
.title-box h2{
	font-size: 42px;
	font-family: 'Catamaran', sans-serif;
	color: #222222;
	font-weight: 500;
	position: relative;
	padding: 30px;
	margin-bottom: 15px;
}

.title-box h2::after{
	content: "";
	position: absolute;
	background: url(../images/tag-line.png)no-repeat center;
	width: 120px;
	height: 20px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.title-box h2 span{
	color: #00cb86;
	text-decoration: underline;
}
.about-main-info h2{
	font-size: 40px;
	font-family: 'Catamaran', sans-serif;
}
.about-main-info h2 span{
	color: #00cb86;
	text-decoration: underline;
}
.about-main-info{
	margin-bottom: 30px;
}

.about-m{
	border: 2px solid #00cb86;
	box-shadow: 0 10px 25px 0 rgba(0,0,40,.2);
}

.about-m ul#banner {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
  margin: 0 auto;
}

.about-m ul#banner li {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.about-m ul#banner li img { 
	visibility: hidden; 
	width: 100%;
}

.about-m ul#banner li canvas {
  position: absolute;
  top: 0;
  left: 0;
}


.about-img{
	padding: 30px 0px;
}

.about-img img{
	border-radius: 10px;
}

.about-m ul{
	display: block;
	text-align: center;
	padding-bottom: 30px;
}
.about-m ul li{
	display: inline-block;
	text-align: center;
}
.about-m ul li a{
	background: #528780;
	color: #ffffff;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	display: block;
	border-radius: 50px;
	margin: 0px 5px;
}

.about-m ul li a:hover{
	background: #333333;
	color: #ffffff;
}

.about-main-info h2{
	font-size: 32px;
	color: #333333;
	font-weight: 500;
}

.about-main-info a{
	border-radius: 2px;
	transition: .2s;
	letter-spacing: 1px;
	padding: 10px 18px;
	background: #ffffff;
	color: #12557f;
	display: inline-block;
	line-height: 24px;
}

.about-main-info a.new-btn-d.br-2{
	border: 2px solid #12557f;
}

.about-main-info a.new-btn-d::before{
	background: rgba(18,85,127,0.2);
}

.about-main-info a:hover{
	color: #ffffff;
}

.hvr-radial-out{
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	overflow: hidden;
	background: #e1e1e1;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.hvr-radial-out::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333333;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-radial-out:hover::before, .hvr-radial-out:focus::before, .hvr-radial-out:active::before {
    -webkit-transform: scale(2);
    transform: scale(2);
}
.ramka__box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}
.ramka__item {
	
	width: 45%;
	text-align: center;
}
@media(max-width:890px){
	.ramka__item{
		width: 49%;
	}
	.ramka__box{
		flex-wrap: wrap;
	}
	.ramk__box3 .ramka__item3,.ramk__box3 .ramka__item{
		width: 100% !important;
	}
}
@media(max-width:780px){
	.ramka__item{
		width: 100% !important;
	}
	.ramka__item2:last-child{
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}
	.ramka__item2:last-child img{
		width: 49%;
	}
	.ramka__box{
		row-gap: 20px;
	}
}
@media(max-width:660px){
	
	.ramka__item2:last-child img{
		width: 100%;
	}
}
@media(max-width:590px){
	.ramka__block{
		width: 100% !important;
	}
	.about__title{
		font-size: 32px !important;
	}
}
@media(max-width:450px){
	td{
		font-size: 14px !important;
	}
	.about__title{
		font-size: 20px !important; 
	}
}
.ramka__item2{
	text-align: center;
	width: 50%;
}
.ramka__item img{
	width: 100%;
	height: 400px;
}
.ramka__title {
}
.about__title{
	font-size: 42px;
	color: #064774;
	margin-bottom: 10px;
}
.ramka__box .table{
	margin-bottom: 0;
}
.ramka__block:first-child{
	width: 100%;
}
.ramka__block:last-child, .ramka__block:nth-child(2){
	width: 49%;
}
.ramka__item3{
	
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.ramk__box3{
	gap: 10px;
}
.ramka__item3 img{
	height: 320px;
	object-fit: cover;
}
.ramka__item3:first-child{
	width: 35%;
}
.ramka__item3:last-child{
	width: 65%;
}

.ramka__gal {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}
.ramka__gal img{
	width: 49%;
}
.about__title{
	text-align: center;
}
.ramka__gal:last-child{
	row-gap: 20px;
}
.ramka__gal:last-child img:nth-child(3), .ramka__gal:last-child img:nth-child(4), .ramka__gal:last-child img:nth-child(5){
	width: 33%;
}

/*------------------------------------------------------------------
    Services
-------------------------------------------------------------------*/

.services-box{
	padding: 70px 0px;
	background-color: #f2f3f5;
}

.serviceBox{
    padding: 35px 20px 25px;
    border: 1px solid #16567f;
    text-align: center;
	position: relative;
	min-height: 370px;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover{ border-color: #0f9f9d ; }
.serviceBox:before{
    content: "";
    border-top: 20px solid #16567f;
    border-left: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: 7px;
    right: 7px;
	transition: all 0.3s ease 0s;
	z-index: 4;
}
.serviceBox:hover:before{ border-top-color: #16567f ; }
.serviceBox .service-icon{
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    color: #064774;
    margin-bottom: 35px;
    z-index: 1;
    position: relative;
    transition:all 0.3s ease 0s;
}
.serviceBox:hover .service-icon{ color: #fff; }
.serviceBox .service-icon:before{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 3px;
    border: 1px solid #16567f;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: rotate(45deg);
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .service-icon:before{
    border-color: #16567f ;
    background: #0f9f9d ;
}
.serviceBox .title{
    font-size: 20px;
    font-weight: 700;
    color: #064774;
    text-transform: capitalize;
    margin: 0 0 15px 0;
	padding: 0;
}
.serviceBox .description{
    font-size: 15px;
    color: #999;
    line-height: 27px;
    margin: 0 0 10px 0;
}
@media only screen and (max-width:990px){
    .serviceBox{ margin-bottom: 30px; }
}

.serviceBox> a{
	border-radius: 2px;
	transition: .2s;
	letter-spacing: 1px;
	padding: 10px 18px;
	background: #ffffff;
	color: #12557f;
	display: inline-block;
	line-height: 12px;
	margin-top: auto;
}

.serviceBox a.new-btn-d.br-2{
	border: 2px solid #12557f;
}
.serviceBox a:hover{
	color: #ffffff;
}
.serviceBox a.new-btn-d::before {
    background: rgba(18,85,127,0.2);
}
.services-box .owl-carousel{
	text-align: center;
}
.services-box .owl-carousel .owl-nav{
	display: inline-block;
	margin: 0 auto;
	margin-top: 20px;
}
.services-box .owl-carousel .owl-nav .owl-prev{
	border: 2px solid #12557f;
	border-radius: 2px;
	transition: .2s;
	letter-spacing: 1px;
	padding: 10px 18px !important;
	background: #ffffff;
	color: #12557f;
	display: inline-block;
	line-height: 12px;
	font-size: 34px;
	margin: 0 10px;
}
.services-box .owl-carousel .owl-nav .owl-prev:hover{
	background: #0f9f9d ;
	color: #ffffff;
}
.services-box .owl-carousel .owl-nav .owl-next{
	border: 2px solid #12557f;
	border-radius: 2px;
	transition: .2s;
	letter-spacing: 1px;
	padding: 10px 18px !important;
	background: #ffffff;
	color: #12557f;
	display: inline-block;
	line-height: 12px;
	font-size: 34px;
	margin: 0 10px;
}
.services-box .owl-carousel .owl-nav .owl-next:hover{
	background: #0f9f9d;
	color: #ffffff;
}

/*------------------------------------------------------------------
    Appointment
-------------------------------------------------------------------*/

.appointment-main{
	padding: 70px 0px;
	position: relative;
}

.well-block{}
.well-block .well-title h2{
	font-size: 32px;
	font-weight: 600;
	padding-bottom: 20px;
}




/*------------------------------------------------------------------
    Gallery
-------------------------------------------------------------------*/

.gallery-box{
	padding: 70px 0px;
}


.gallery__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	row-gap: 10px;
}
.gallery__item {
   width: 33%;
   height: 400px;
}
.gallery__img {
    width: 100%;
	height: 100%;
	object-fit: cover;
}
.carousel__slide{
    width: 100% !important;
}

.box-gallery{
    text-align: center;
    box-shadow: 0 0 5px #7e7d7d;
    position: relative;
	margin-bottom: 30px;
}
.box-gallery img{
    width: 100%;
    height: 300px;
	object-fit: cover;
}
.box-gallery .box-content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.box-gallery:hover .box-content{
    background-color: rgba(255, 242, 242, 0.8);
}
.box-gallery .box-content:before,
.box-gallery .box-content:after{
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.6s ease 0.3s;
}
.box-gallery .box-content:before{
    border-left: 2px solid #00cb86;
    border-top: 2px solid #00cb86;
    top: 19px;
    left: 19px;
}
.box-gallery .box-content:after{
    border-bottom: 2px solid #00cb86;
    border-right: 2px solid #00cb86;
    bottom: 19px;
    right: 19px;
}
.box-gallery:hover .box-content:before,
.box-gallery:hover .box-content:after{
    opacity: 1;
    transform: scale(1);
}
.box-gallery .title{
    font-size: 22px;
    color: #333333;
    margin: 0;
    position: relative;
    top: 0;
    opacity: 0;
    transition: all 1s ease 0.01s;
}
.box-gallery:hover .title{
    top: 32%;
    opacity: 1;
    transition: all 0.5s cubic-bezier(1, -0.53, 0.405, 1.425) 0.01s;
}
.box-gallery .title:after{
    content: "";
    width: 0;
    height: 2px;
    background: #00cb86;
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 1s ease 0s;
}
.box-gallery:hover .title:after{
    width: 80%;
    transition: all 1s ease 0.8s;
}
.box-gallery .icon{
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(1, -0.53, 0.405, 1.425);
    transition-delay: 0.1s;
}
.box-gallery:hover .icon{
    bottom: 32%;
    opacity: 1;
}
.box-gallery .icon li{
    display: inline-block;
}
.box-gallery .icon li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 18px;
    color: #000;
    border: 2px solid #12557f;
    margin-right: 5px;
    transition: all 0.3s ease-in-out 0s;
}
.box-gallery .icon li a:hover{
    background: #00cb86;
    color: #fff;
}
@media only screen and (max-width:990px){
    .box-gallery{ margin-bottom: 30px; }
}


/*------------------------------------------------------------------
    Team
-------------------------------------------------------------------*/

.item{
	text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.team-box{
	padding: 10px 0px;
}
.doctor-card{
	flex: 0 0 33.333333%;
}


.item:hover .serviceBox:after{
	position: absolute;
	content: "";
	height: 100%;
	background: #0f9f9d;
	opacity: 0.85;

}

/*
.item:before,
.item:after{
    content: "";
    width: 50px;
    height: 50px;
    background: #12557f;
    position: absolute;
	border-radius: 50%;
    z-index: -1;
}
*/
.item:before{
    top: 0px;
	left: 0;
}
.item:after{
    bottom: 0px;
    right: 0;
}
.item .serviceBox{
    position: relative;
    border: 3px solid  #12557f;
	transition: all 0.5s ease 0s;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.serviceBox img{
	height: 360px !important;
}
.item .serviceBox:after{
    content: "";
    width: 100%;
    height: 0;
    background: #0d8987;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform-origin: 0 0 0;
    transition: all 0.5s ease 0s;
}
.item:hover .serviceBox:after{
    height: 100%;
    opacity: 0.85;
}
.item img{
    width: 100%;
    height: auto;
	object-fit: cover;
}

.owl-carousel-center> .owl-stage-outer{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}


.hover_effect{
	width: 100%;
    position: absolute;
    bottom: -100%;
	left: 0;
	z-index: 2;
    transition: all 0.5s ease 0.2s;

}
.item:hover .hover_effect{
	bottom: 17%;
}

.item> .title{
    font-size:38px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    margin: 0px;
}
.hover_effect> .description{
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    text-transform: capitalize;
}
.item .social{
    padding: 0;
    margin: 40px 0 0 0;
    list-style: none;
}
.item .social li{
    display: inline-block;
}
.item .social li a{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    font-size: 18px;
	color: #fff;
	background: #12557f;
	margin: 0 8px;
	background-color: none;
    transition: all 0.5s ease 0s;
}
.item .social li a:hover{
	color: #12557f;
	background: #fff;
}
@media only screen and (max-width: 990px){
    .item{ margin-bottom: 30px; }
}




/*------------------------------------------------------------------
    Blog
-------------------------------------------------------------------*/
.blog .owl-nav{
	display: flex;
	justify-content: center;
}
.blog .owl-nav button{
	width: 48.49px;
	height: 36px;
	border: 2px solid  #12557f !important;
	margin:10px 5px;
	transition: 0.5s all;
}
.blog .owl-nav span{
	font-size: 40px;
	line-height: 31px;
	color:  #12557f;
}
.blog .owl-nav button:hover{
	background-color: #00cb86;
	 color: #fff;
}
.blog .owl-nav button:hover span{
	color: #fff;
}
.blog-box{
	padding: 70px 0px;
	background-color: #f2f3f5;
}
.blog-inner{
	background: #ffffff;
	text-align: center;
	margin-bottom: 30px;
	border: 10px solid #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
}

.blog-img{
	overflow: hidden;
}
.blog-img img{
	transition: all 0.9s ease 0s;
}
.blog-inner:hover .blog-img img{
	-moz-transform: scale(1.5) rotate(-10deg);
	-webkit-transform: scale(1.5) rotate(-10deg);
	-ms-transform: scale(1.5) rotate(-10deg);
	-o-transform: scale(1.5) rotate(-10deg);
	transform: scale(1.5) rotate(-10deg);
}
.blog-inner a{
	border-radius: 2px;
	transition: .2s;
	letter-spacing: 1px;
	padding: 10px 18px;
	background: #ffffff;
	color: #12557f;
	font-size: 14px;
	display: inline-block;
	line-height: 24px;
}

.blog-inner a.new-btn-d.br-2{
	border: 2px solid #12557f;
}

.blog-inner a.new-btn-d::before{
	background: rgba(18,85,127,0.2);
}


.blog-inner a:hover{
	color: #ffffff;
}

.blog-inner .item-meta{
	background: #12557f;
}
.blog-inner .item-meta a{
	background: #12557f;
	color: #ffffff;
	display: inline-block;
	border: none;
}
.blog-inner .item-meta span{
	color: #ffffff;
	background: #00cb86;
	display: inline-block;
	padding: 5px;
}

.blog-inner h2{
	margin-top: 20px;
}

.download_btn{ 
	background-color: DodgerBlue;
	border: none;
	padding: 12px 30px;
	cursor: pointer;
	font-size: 20px;
	text-align: center;
	width: 100%;
}
.download_btn:hover {
	background-color: RoyalBlue;
  }
  th{
	  text-align: center;
  }
  td{
	  font-size: 18px;
	  padding: 0 20px;
  }
/*------------------------------------------------------------------
    Contact
-------------------------------------------------------------------*/

.contact-box{
	padding: 70px 0px;
}

.left-contact{
	margin-top: 60px;
}
.left-contact h2{
	font-size: 38px;
	font-weight: 700;
	padding-bottom: 30px;
	text-align: center;
}
.cont-line{
	overflow: hidden;
	margin-bottom: 30px;
	width: 33.33%;
	float: left;
}
.icon-b{
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	font-size: 40px;
	border: 2px dotted #12557f;
	margin-right: 10px;
	color: #0f9f9d;
	border-radius: 50%;
}

.dit-right h4{
	font-size: 18px;
	color: #333333;
	font-weight: 600;
	padding-bottom: 0;
}
.dit-right{
	padding-right: 14px;
}
.dit-right p{
	font-size: 16px;
	margin: 0px;
}
.dit-right a{
	font-size: 16px;
	color: #333333
}
.dit-right a:hover{
	color: #00cb86;
}

.ramka{
	box-shadow: 0 0 10px #ddd;
	padding: 10px 20px;
	border-top: 2px solid #ddd;
	border-radius: 8px;
	margin: 50px 0;
}
.title_dep{
	margin-top: 50px;
}
.korobka{
	flex: 1;
	padding: 0 8px;
}
.inner-korobka{
	box-shadow: 0 0 5px #12557f;
	height: 100%;
	color: #12557f;
    padding: 20px;
    border-radius: 8px;

}
.contact-block .form-group .form-control{
	background: #00cb86;
	height: 45px;
	font-size: 16px;
	border: 0;
	color: #ffffff;
	padding: 6px 15px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}


.submit-button .btn-common{
	background-color: #00cb86;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	padding: 0 15px;
	border: 0;
	outline: 0;
	text-transform: uppercase;
	border-radius: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.submit-button .btn-common:hover{
	background-color: #528780;
}

.custom-select{
	height: 45px;
	font-size: 16px;
}
select.form-control:not([size]):not([multiple]){
	height: calc(45px + 2px);
}

.help-block ul li{
	color: red;
}

.footer-box{
	background: #292f35;
	padding: 20px 0;
}

.footer-box .footer-company-name{
	text-align: center;
	margin: 0px;
	color: #ffffff ;
}

.footer-box .footer-company-name a{
	color: #00cb86;
}
.footer-box .footer-company-name a:hover{
	color: #000000;
}




section {
	width: 100%;
	display: inline-block;
	height: 50vh;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	text-decoration: underline;
  }
  
  .footer-distributed{
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	margin-top: auto;
	text-align: left;
	font: bold 16px sans-serif;
	background: url(../images/bg_fon.jpg);
	background-size: cover;
	background-repeat: repeat;
  }
  .footer-left img{
	  border-radius: 50%;
  }
  .dark{
	  background:rgba(0, 0, 0, 0.5);
	  padding: 55px 50px;
  }
  .footer-distributed .footer-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right{
	  display: inline-block;
	  vertical-align: top;
  }
  
  /* Footer left */
  
  .footer-distributed .footer-left{
	  width: 40%;
  }
  
  /* The company logo */
  
  .footer-distributed h3{
	  color:  #ffffff;
	  font: normal 36px 'Open Sans', cursive;
	  margin: 0;
  }
  
  .footer-distributed h3 span{
	  color:  lightseagreen;
  }
  
  /* Footer links */
  
  .footer-distributed .footer-links{
	  color:  #ffffff;
	  margin: 20px 0 12px;
	  padding: 0;
  }
  
  .footer-distributed .footer-links a{
	  display:inline-block;
	  line-height: 1.8;
	font-weight:400;
	  text-decoration: none;
	  color:  inherit;
  }
  
  .footer-distributed .footer-company-name{
	  color:  #999;
	  font-size: 14px;
	  font-weight: normal;
	  margin: 0;
  }
  
  /* Footer Center */
  
  .footer-distributed .footer-center{
	  width: 35%;
  }
  
  .footer-distributed .footer-center i{
	  background-color:  #33383b;
	  color: #ffffff;
	  font-size: 25px;
	  width: 38px;
	  height: 38px;
	  border-radius: 50%;
	  text-align: center;
	  line-height: 42px;
	  margin: 10px 15px;
	  vertical-align: middle;
  }
  
  .footer-distributed .footer-center i.fa-envelope{
	  font-size: 17px;
	  line-height: 38px;
  }
  
  .footer-distributed .footer-center p{
	  display: inline-block;
	  color: #ffffff;
	font-weight:400;
	  vertical-align: middle;
	  margin:0;
  }
  
  .footer-distributed .footer-center p span{
	  display:block;
	  font-weight: normal;
	  font-size:17px;
	  line-height:2;
  }
  
  .footer-distributed .footer-center p a{
	  color: #00fff1;
	  text-decoration: none;
	  font-size: 17px;
  }
  
  .footer-distributed .footer-links a:before {
	content: "|";
	font-weight:300;
	font-size: 20px;
	left: 0;
	color: #fff;
	display: inline-block;
	padding-right: 5px;
  }
  
  .footer-distributed .footer-links .link-1:before {
	content: none;
  }
  
  /* Footer Right */
  
  .footer-distributed .footer-right{
	  width: 20%;
  }
  
  .footer-distributed .footer-company-about{
	  line-height: 20px;
	  color:  #ffffff;
	  font-size: 15px;
	  font-weight: normal;
	  margin: 0;
  }
  
  .footer-distributed .footer-company-about span{
	  display: block;
	  color:  #ffffff;
	  font-size: 20px;
	  font-weight: bold;
	  margin-bottom: 20px;
  }
  
  .footer-distributed .footer-icons{
	  margin-top: 25px;
  }
  
  .footer-distributed .footer-icons a{
	  display: inline-block;
	  width: 35px;
	  height: 35px;
	  cursor: pointer;
	  background-color:  #33383b;
	  border-radius: 2px;
  
	  font-size: 20px;
	  color: #ffffff;
	  text-align: center;
	  line-height: 35px;
  
	  margin-right: 3px;
	  margin-bottom: 5px;
  }

  footer a.navbar-brand{
	color:#fff;
  }
  .navbar-brand{
	  vertical-align: middle;
  }
  .navbar-brand img{
	height: 100px;
  }
  /* If you don't want the footer to be responsive, remove these media queries */
  
  @media (max-width: 880px) {
  
	  .footer-distributed{
		  background: darkcyan;			
		  font: bold 14px sans-serif;
		  padding: 50px 10px;
	  }
  
	  .footer-distributed .footer-left,
	  .footer-distributed .footer-center,
	  .footer-distributed .footer-right{
		  display: block;
		  width: 100%;
		  margin-bottom: 40px;
		  text-align: center;
	  }
  
	  .footer-distributed .footer-center i{
		  margin-left: 0;
	  }
	  .owl-carousel-center> .owl-stage-outer{
		  flex-direction: column;
	  }
	  .owl-carousel .owl-item img{
		  height: 430px !important;
	  }
	  .lbox-details p {
		font-size: 12px;
	  }
	  .lbox-details h1{
		  font-size: 24px;
	  }
	  .korobka{
		  width: 100%;
		  flex: 100%;
		  padding: 5px 10px;
	  }
	  .inner-korobka{
		  padding: 10px;
	  }
	  .item .serviceBox{
		  height: auto;
	  }
  
  }
  
  @media (max-width: 600px){
	  .top-left_bar{
		  width: 100%;
		  flex-direction: column;
		  align-items: center;
	  }
	  .top-right_bar{
		  width: 100%;
		  justify-content: center;
	  }
	  .gallery_item video{
		  height: auto;
	  }
  }






  .more-bl {
	margin-top: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.more {
	padding: 8px 20px;
	color: #064774 ;
	font-size: 20px;
	font-weight: 600;
}
.more:hover{
	background-color: #064774;
	color: #fff;
}


.btn-elon{
	width: 200px;
	margin: 100px auto 0;
}






.simple-doc .serviceBox img{
	object-fit: cover;
}


.qr-kod{
	width: 250px;
	height: 400px;
}

.qr-kod img{
	width: 100%;
	height: 100%;
}


.ramka a{
	color: black;
    font-weight: bold;
    text-decoration: underline !important;
}








