@import url('bootstrap.min.css');
@import url('animate.min.css');
@import url('aos.css');
@import url('font-awesome.min.css');
@import url('slick.css');
@import url('slick-theme.css');


:root {
	--theme-primary:#121924;
	--theme-secondary:#202b3d;
}
html, body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
body {
	overflow-x: hidden;
	font-size: 15px;
	letter-spacing: 0.5px;
	font-weight: 400;
	line-height: 1.8;
	color: #666;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	transition: all 0.4s;
}
a, a:focus {
	color: #1b8c4a;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #12287b;
}
a.text-center {margin: 0 auto;}
button:focus {
	outline: none;
	text-decoration: none;
}
img {max-width: 100%;}
small {font-size: 13px;}
h1, h2, h3, h4, h5, h6 {font-weight: 600; color: #5f688c;}
h1 {font-size: 40px;}
h2 {font-size: 30px;}
h3 {font-size: 24px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}

/*===========================
	Helper Classes
=============================*/

/*=== Margin ===*/
.mar__t5  {margin-top: 5px !important;}
.mar__t10 {margin-top: 10px !important;}
.mar__t15 {margin-top: 15px !important;}
.mar__t20 {margin-top: 20px !important;}
.mar__t25 {margin-top: 25px !important;}
.mar__t30 {margin-top: 30px !important;}
.mar__t35 {margin-top: 35px !important;}
.mar__t40 {margin-top: 40px !important;}
.mar__t50 {margin-top: 50px !important;}

.mar__b0  {margin-bottom: 0px !important;}
.mar__b5  {margin-bottom: 5px !important;}
.mar__b10 {margin-bottom: 10px !important;}
.mar__b15 {margin-bottom: 15px !important;}
.mar__b20 {margin-bottom: 20px !important;}
.mar__b25 {margin-bottom: 25px !important;}
.mar__b30 {margin-bottom: 30px !important;}
.mar__b35 {margin-bottom: 35px !important;}
.mar__b40 {margin-bottom: 40px !important;}
.mar__b45 {margin-bottom: 45px !important;}
.mar__b50 {margin-bottom: 50px !important;}

/*=== Padding ===*/
.pad__t0  {padding-top: 0px !important;}
.pad__t5  {padding-top: 5px !important;}
.pad__t10 {padding-top: 10px !important;}
.pad__t15 {padding-top: 15px !important;}
.pad__t20 {padding-top: 20px !important;}
.pad__t25 {padding-top: 25px !important;}
.pad__t30 {padding-top: 30px !important;}
.pad__t35 {padding-top: 35px !important;}
.pad__t40 {padding-top: 40px !important;}

.pad__b0  {padding-bottom: 0px !important;}
.pad__b5  {padding-bottom: 5px !important;}
.pad__b10 {padding-bottom: 10px !important;}
.pad__b15 {padding-bottom: 15px !important;}
.pad__b20 {padding-bottom: 20px !important;}
.pad__b25 {padding-bottom: 25px !important;}
.pad__b30 {padding-bottom: 30px !important;}
.pad__b35 {padding-bottom: 35px !important;}
.pad__b40 {padding-bottom: 40px !important;}

/*=== Other ===*/
.overflow__hidden {overflow: hidden;}
.no__wrap {white-space: nowrap;  text-overflow: ellipsis;}

.relative {position: relative;}
.inline__block {display: inline-block !important;}
.block {display: block;}


.color__green {
	color: #1b8c4a;
}
.color__blue {
	color: #12287b;
}

/*=============================================*/
/* HEADER */
/*=============================================*/


header {
	padding: 0;
	background: #fff;
	transition: all 0.4s; 
	border-bottom: solid 1px #ddd;
}
.navbar {
	padding: 0;
}
.navbar-brand {
	max-width: 100px;
	margin-right: 15px;
	margin-left: 15px;
	transition: all 0.4s ease;
}
.navbar .navbar-nav .nav-item {
	padding: 10px 10px;
}
.navbar .navbar-nav .nav-link {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.5px;
	padding: 0;
	color: #545454;
	position: relative;
}
.navbar .navbar-nav .nav-link:after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 2px;
	background: rgb(27,140,74);
	background: linear-gradient(90deg, rgba(27,140,74,1) 0%, rgba(18,40,123,1) 100%);
	transform: scaleX(0);
	transform-origin: 0;
	transition: all 0.4s ease;
}
.navbar .navbar-nav .nav-link:hover:after, .navbar .navbar-nav .nav-item.active .nav-link:after {
	transform: scaleX(1);
}
.nav__right {
	/*background: #12287b;*/
	color: #fff;
	height: 112px;
	transition: all 0.4s ease;
	flex-direction: column;
	justify-content: space-between;
}
.nav__right li {
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1;
	width: 100%;
	height: 50%;
}
.nav__right li a {
	color: #fff;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 10px;
	border-radius: 50px;
}
.nav__right li:first-child a {
	background: #12287b;
}
.nav__right li:last-child a {
	background: #1b8c4a;
}
.nav__right li a.btn__icon span {
	/*padding: 23px 50px 22px 70px;*/
	margin-right: 10px;
}

.right-nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	min-height: 90px;
	padding-right: 8px;
}
.right-nav li {
	padding: 10px 7px;
}
.phone-number, .whats-app {
	padding: 10px 15px;
	color: #fff !important;
	border-radius: 50px;
}
.phone-number {
	background: #12287b;
}
.whats-app {
	background: #1b8c4a;
}
@media (min-width: 1200px) {
	.right-nav {
		justify-content: flex-end;
	}
}



header.shrink .navbar-brand {
	max-width: 80px; 
}
header.shrink .nav__right {
	height: 92px;
}
.navbar-light .navbar-toggler {
	border: none;
}
@media (min-width: 768px) {
	.navbar-brand {
		margin-right: 30px;
		margin-left: 30px;
	}
}

/*=============================================*/
/* Nav Icon */
/*=============================================*/
/*.nav__icon {
	margin-left: auto;
	position: relative;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	text-align: right;
}
.nav__icon span {
	width: 30px;
	height: 3px;
	background: #fff;
	margin-top: 5px;
	align-self: flex-end;
	transition: .25s ease-in-out;
}
.nav__icon span:nth-child(3) {
	width: 20px;
}
.nav__icon:hover span:nth-child(3) {
	width: 30px;
}*/



/*=============================================*/
/* Hero */
/*=============================================*/
.header__offset {
	margin-top: 96px;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.hero__slider .slick-slide {
	width: 100%;
	height: calc(100vh - 96px);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	align-items: center;	
	justify-content: center;
	text-align: center;
}
.hero__content {
	width: 100%;
	padding: 30px;
	color: #fff;
	max-width: 700px;
	text-align: center !important;
}
.hero__content h1, .hero__content h2 {
	font-size: 35px;	
	font-weight: 600;
	letter-spacing: 0;
	color: #fff;
}
.hero__content h3 {
	font-size: 30px;
	font-weight: 800;
	color: #5f688c;
	margin-top: 25px;
}
.hero__content p {	
	margin-top: 30px;
	margin-bottom: 30px;
}
.btn__icon {
	position: relative;
	border-radius: 30px;
    /*padding: 17px 50px 17px 84px;*/
    background-color: #1b8c4a;
    color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(27,140,74, 0.2);
    text-transform: uppercase;
    display: inline-flex;
    margin-bottom: 10px;
    transition: all 0.4s ease; 
}
.btn__icon:hover {
    background-color: #12287b;
    color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(18,40,123, 0.2);
}
.btn__icon_blue {
	background-color: #12287b;
	box-shadow: 0px 8px 16px 0px rgba(18,40,123, 0.2);
}
.btn__icon_blue:hover {
	background-color: #1b8c4a;
	box-shadow: 0px 8px 16px 0px rgba(27,140,74, 0.2);
}
.btn__icon_red {
	background-color: #ef1f50;
	box-shadow: 0px 8px 16px 0px rgba(239,31,80, 0.2);
}
.btn__icon_red:hover {
	background-color: #12287b;
	box-shadow: 0px 8px 16px 0px rgba(18,40,123, 0.2);
}
.btn__icon span {
    /*position: absolute;
    left: 10px;
    top: 9px;*/
    text-align: center;
    width: 40px;
    height: 40px;
    background: #fff;
    transition: .3s;
    font-size: 20px;
    font-weight: 600;
    color: #223645;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
header.shrink .btn__icon span {
	width: 33px;
    height: 33px;
}
.tagline {
	font-size: 16px;
	font-weight: 400;
	margin-top: 15px;
}
@media (min-width: 768px) and (max-width: 1400px) {	
	.hero-logo {
		max-width: 400px;
	}
}
@media (min-width: 1101px) and (max-width: 1210px) {
	.nav__right li a.btn__icon {
		padding: 23px 10px;
		line-height: 1;
		font-size: 12px;
	}	
	.btn__icon span {
	    width: 30px;
	    height: 30px;
	    top: 14px;
	    display: none;
	}
}

@media (min-width: 992px) and (max-width: 1100px) {
	.nav__right li a.btn__icon {
		padding: 23px 5px;
		line-height: 1;
		font-size: 12px;
	}
	.navbar .navbar-nav .nav-item {
		padding-right: 7px;
		padding-left: 7px;
	}	
	.navbar .navbar-nav .nav-link {
		font-size: 13px;
	}		
	.btn__icon span {
	    width: 30px;
	    height: 30px;
	    top: 14px;
	    display: none;
	}
}

@media (min-width: 768px) {	
	.hero__content {
		padding: 50px 50px 50px 100px;
	}
	.hero__content h1, .hero__content h2 {
		font-size: 60px;
		font-weight: 500;
		letter-spacing: 0;
	}
}

/*=============================================*/
/* Home - Core Vision */
/*=============================================*/
.title {
	font-size: 35px;
	text-transform: uppercase;
}
.sub__title {
	font-size: 24px;
	text-transform: uppercase;
}
.sub__sub_title {
	font-size: 18px;
	text-transform: uppercase;
	color: #979CAC;
}

.core__vision_section {
	padding: 50px 0;
}
.core__vision_group {
	display: flex;
	flex-direction: column;
}
.core__vision {
	padding: 5px;	color: #fff;
}
.core__vision_inside {
	padding: 25px 15px;
	text-align: center;
	transition: all 0.4s;	
	height: 100%;
	border-radius: 15px;
	overflow: hidden;}


.core__vision:nth-child(1) .core__vision_inside:hover, 
.core__vision:nth-child(2) .core__vision_inside:hover, 
.core__vision:nth-child(3) .core__vision_inside:hover, 
.core__vision:nth-child(4) .core__vision_inside:hover, 
.core__vision:nth-child(5) .core__vision_inside:hover {
	
	box-shadow: 0 0 25px rgba(0,0,0,0.3);
	transform: translateY(-10px);
	z-index: 2;
}


.core__vision:nth-child(1) .core__vision_inside, .core__vision:nth-child(5) .core__vision_inside {
	background: #12287b;
}
.core__vision:nth-child(2) .core__vision_inside, .core__vision:nth-child(4) .core__vision_inside {
	background: #12287b;
}
.core__vision:nth-child(3) .core__vision_inside {
	background: #12287b;
}
.core__vision img {
	width: 80px;
	margin-bottom: 20px;
}
.core__vision h4 {	
	margin-bottom: 20px;
	color:#fff;
}
.core__vision p {
	font-size: 13px;
	opacity: 0.8;	
	text-align:justify;
	text-justify: distribute;
    text-align-last: center;
}
@media (min-width: 768px) {		
	.title {
		font-size: 50px;
	}
	.sub__title {
		font-size: 30px;
	}
	.sub__sub_title {
		font-size: 18px;
	}
	.core__vision_group {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
	.core__vision {
		width: 50%;
	}
}
@media (min-width: 900px) {	
	.core__vision {
		width: 33.33%;
	}
}
@media (min-width: 1192px) {
	.core__vision {
		width: 20%;
	}
}


/*=============================================*/
/* Home - About Us */
/*=============================================*/

.home__about_us {
	background: url(../img/about-us.jpg) no-repeat center;
	background-size: cover;
	padding: 100px 0;
	color: #fff;
}
.home__about_us .title, .home__about_us .sub__title {
	color: #fff;
}
.home__about_us p {
	color: rgba(255,255,255,0.6);
}

/*=============================================*/
/* Home - Services */
/*=============================================*/
section {
	z-index: 1;
}
.section {
	padding: 60px 0;
}
.bg__white {
	background-color: #fff;
	z-index: 1;
	background-image: url("../img/white_wall.png");
	background-repeat: repeat;
}
.home__services_section .slick-track {
    display: flex !important;
}
.home__services_section .slick-slide {
    height: inherit !important;
}
.services__slider {
	padding: 0 40px;
}
.card {
	border-radius: 15px;
	overflow: hidden;
	transition: all 0.4s ease;
}
.card-title {
	text-transform: uppercase;
	/*height: 40px;*/
	position: relative;
	/*border-bottom: 2px solid #1b8c4a;*/
	display: inline;
	line-height: 1.8;

	text-decoration: none;
	background-image: linear-gradient(90deg, #1b8c4a, #12287b);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s;
}
.card-title:after {
	content: '';
	display: table;
	clear: both;
	margin-bottom: 10px;
}
.card-text {
	font-size: 14px;
	color: #777;
	height: 80px;
	overflow: hidden;
}
.read__more_link {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: 500;
	line-height: 2;
	display: inline-block;
	text-decoration: none;
	background-image: linear-gradient(90deg, #1b8c4a, #12287b);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s;
}
.read__more_link:hover {
	background-size: 100% 2px;
}
.hover__number {
	position: absolute;
	bottom: 0;
	right: 10px;
	font-size: 60px;
	font-weight: 700;
	color: #1b8c4a;
	line-height: 1;
	opacity: 0;
	transform: translateY(50px);
	transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);

	/*-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 1px #1b8c4a;*/

	background: -webkit-linear-gradient(-86deg, rgba(27,140,74,0.7), rgba(18,40,123,0.7));
	-webkit-background-clip: text;
	-webkit-text-stroke: 4px transparent;
	color: #fff;
}
.card:hover {
	box-shadow: 0 0 25px rgba(0,0,0,0.2);
}
.card:hover .card-title {
	background-size: 100% 2px;
}
.card:hover .hover__number {
	opacity: 1;
	transform: translateY(0px);
}
.card img {
	transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	overflow: hidden;
}
.card:hover img {
	transform: scale(1.15);
}
@media (min-width: 768px) {
	.services__slider {
		padding: 0 20px;
	}
}

/*=============================================*/
/* Home - Counter */
/*=============================================*/

.numbers:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60%;
	background: #eee;
	z-index: -1;
}
.number__box {
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 15px 25px rgba(0,0,0,0.5);
	margin-bottom: 60px;
	background: #12287b;
	width: 95%;
}
.counter {
	padding: 50px 10px;
	color: #fff;
}
.counter .fa {
	font-size: 40px;
	color: #1b8c4a;
}
.counter h4 {
	font-size: 20px;
}
.count__up_container {
	font-size: 50px;
	font-weight: 700;	
    transition: all 0.4s ease;
    padding: 10px 0;
}
/*.counter:hover .count__up {
	-webkit-text-stroke: 1px #1b8c4a;
    -webkit-text-fill-color: #1b8c4a;
}*/
.line__after {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 150px;
	height: 1px;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
	display: block;
}
@media (min-width: 768px) {	
	.line__after {
		top: 30%;
		right: -15px;
		bottom: auto;
		left: auto;
		width: 1px;
		height: 150px;
		background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
	}
}


.gray__bg {
	background: #eee;
}

.ul__style_1 li {
	padding: 20px 15px;
	background: #fff;
	box-shadow: 0 10px 25px rgba(0,0,0,0.1);
	border-radius: 15px;
	position: relative;
	line-height: 1.7;
	/*border-left: solid 5px #1b8c4a;*/
	overflow: hidden;
	margin-bottom: 10px;
	align-items: center;
}
.ul__style_1 li:nth-child(even) {
	/*border-left: solid 5px #12287b;*/
}

.ul__style_1 li:last-child {
	margin-bottom: 50px;
}

.ul__style_1 li.blue {border-left: solid 5px #12287b !important;}

.ul__style_1 li .number {
	font-size: 40px;
	font-weight: 700;
	color: #12287b;
	padding-right: 10px;
}
@media (min-width: 768px) {
	.ul__style_1 li .number {
		font-size: 60px;
		padding-right: 20px;
	}
}


/*.testimonial__text {
	background: #1d1d1d;
}*/
.testimonial__text {
	position: relative;
	/*overflow: hidden;*/
}
/*.testi__box:before {
	content: '';
	width: 300px;
	height: 300px;
	border-radius: 100%;
	background: rgba(255,255,255,0.1);
	position: absolute;
	top: -25%;
	right: -20%;
	display: block;
}*/
.testi__box:after {
	content: '';
	width: 500px;
	height: 500px;
	border-radius: 100%;
	border: solid 1px rgba(255,255,255,0.1);
	position: absolute;
	top: -40%;
	left: -40%;
	display: block;
}
.testi__box {
	background: #1d1d1d;
	color: #fff;
	padding: 50px;
	margin-right: 10px;
	position: relative;
	min-height: 333px;
}
.testi__box small {
	display: block;
	color: #888;
	margin-bottom: 30px;
	font-style: italic; 
}
.testi__box p {
	font-size: 14px;
	line-height: 2.2;
	opacity: 0.8;
}

.testimonial__image .slick-slide {
	position: relative;
}
.testimonial__image .slick-slide:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
	transform-origin: 100%;
	transition: all 0.6s 0s ease;
	transform: scaleX(1);
}
.testimonial__image .slick-slide.slick-current:after {
	transform: scaleX(0);
	transition: all 0.6s 0.3s ease;
}

.slick-next, .slick-prev, 
.slick-next:hover, .slick-prev:hover,
.slick-next:focus, .slick-prev:focus {
	background: #1b8c4a;
	color: #fff;
}
.slick-next:before, .slick-prev:before {
	color: #fff;
}

.slick__buttons, .testimonial__image .slide__number {display: none;}

@media (min-width: 992px) {
	/*.testimonial__image {
		width: 60%;
		margin-right: 40%;
		float: left;
	}
	.testimonial__image img {
		width: calc(100% - 30px);
	}
	.testimonial__image .slide__number {
		font-size: 12px;
		font-weight: 600;
		line-height: 1;
		position: absolute;
		top: 15px;
		right: -5px;
		transform: rotate(-90deg);
		color: #666;
		display: inline-block;
	}
	.testimonial__text_box {
		width: 70%;
		position: relative;
		left: 30%;
		z-index: 2;
	}
	.testimonial__text {
		bottom: 8px;
		margin-left: 120px;
		position: absolute;
		max-width: 700px;
	}
	.testi__box {
		padding-right: 100px;
	}
	.testi__box h4 {
		color: #fff;
	}*/
	.slick__buttons {
		display: flex;
		position: relative;
		margin: 0 auto;
		justify-content: flex-end;
	}
	.slick__btn {
		width: 60px;
		line-height: 60px;
		text-align: center;
		background: #1b8c4a;
		color: #fff;
		float: left;
		font-size: 20px;
		cursor: pointer;
		position: relative;
		transition: all 0.4s ease;
	}
	.slick__btn:hover {
		background: #15783e;
	}
}


.pdf__sec {
	background: #1b8c4a;
	color: #fff;
}
.pdf__sec .title {
	color: #fff;
}
.pdf__sec p {
	color: rgba(255,255,255,0.5);
}



footer {
	position: relative;
}

@media (min-width: 1200px) {
	.footer__offset {
		/*margin-top: 650px;*/
	}
	.footer__inner {
		/*position: fixed;*/
		width: 100%;
		bottom: 0;
	}
}

.footer {
	background-color:#12287b;
	color: #fff;
	font-size: 14px;	
	padding-top: 100px;
	padding-bottom: 50px;	
}

.footer a {color: #fff;}

.footer p {color: #98A2C4;}

.footer h3 {
	font-size: 25px;
	margin-bottom: 20px;}

.footer_list {
	margin: 0;
	padding: 0;
	list-style: none;}

.footer_list li {
	position: relative;
	margin-left: 10px;
	padding: 5px 0;
	}

.footer_list li:before {
	content:'';
	position: absolute;
	top: 2px;
	left: -10px;
	color: #1b8c4a;
	width: 25px;
	height: 90%;
	/*height: 25px;*/
	background: rgba(255,255,255,0.05);
	border-radius: 50px;
	transition: all 0.4s;
}

.footer_list li a {
	color: #fff;
	/*display: inline-block;	*/
	transition: all ease 0.5s;
	cursor: pointer;
	position: relative;
	z-index: 1;
	display: block;
	}

.footer_list li:hover a {color: #1b8c4a;}
.footer_list li:hover:before {
	width: 100%;
}

.sub_footer {
	background-color: #061651;
	padding: 20px 0;
	text-align: center;
	font-size: 14px;}

.sub_footer a {color: #ccc;}
.sub_footer span {display: inline-block;}

.social_icons {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;}

.social_icons li {
	padding: 0 5px;
	float:left;}

.social_icons li a {
	width: 33px;
	height: 33px;
	line-height: 32px;
	color: #fff;
	text-align: center;
	border:1px solid #fff;
	font-size: 14px;
	border-radius: 50%;
	transition: all ease 0.5s;
	display: block;}

.social_icons li a:hover {
	color: #1b8c4a;
	border:1px solid #1b8c4a;
}

/*=== Aspect Ratio Images ===*/

.ratio_4_3 {
   position: relative;
   width: 100%;
   padding-top: 75%; /* 4:3 Aspect Ratio */}

.ratio_img_wrap {
   position:  absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   text-align: center;}

.ratio_img_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;}

/*=== Team ===*/

.team_box {
	margin-bottom: 30px;
	background-color: #fff;
	transition: all ease 0.5s;
	box-shadow: 0 0 15px 0 rgba(41,61,88,.1);
	border-radius: 15px;
	overflow: hidden;}

/*.team_box:hover {
	box-shadow: 0 0 15px 0 rgba(41,61,88,0.4);
	transition: all ease 0.5s;}*/


.t_photo {
	position: relative;/*
	height: 450px;
	overflow: hidden;*/
	background-color: #f8f8f8;
}

.t_name {
	padding: 20px 30px 0;
	font-size: 18px;
	font-weight: 700;
	color: #12287b;}

.t_name span {
	font-weight: 400;
	font-size: 14px;
	display: block;	
}

.t_text {
	padding: 20px 30px 20px;
	text-align: left;
	font-size: 14px;
	text-align: justify;}

.mar_t30 {margin-top: 30px;}
.mar_b30 {margin-bottom: 30px;}


@media (min-width: 768px) {
	.team_box {
		display: flex;
		align-items: flex-start;
		border-radius: 0;
		box-shadow: none;
		background: transparent;
		padding-bottom: 30px;
		border-bottom: solid 1px #ccc;
		margin-right: -50px;
	}
	.t_photo {
		flex: 0 0 30%;
		padding: 20px;
		background: transparent;
		background: #5f688c;
		box-shadow: 0 0 25px rgba(0,0,0,0.3);
	}
	.t_name {
		padding-top: 0;
		padding-right: 0;
		position: relative;
	}
	.t_name:before {
		content: '';
		position: absolute;
		top: 15px;
		left: -30px;
		width: 45px;
		height: 1px;
		background: #5f688c;
		display: block;
	}
	.t_name:after {
		content: '';
		position: absolute;
		top: 12px;
	    left: 11px;
	    width: 7px;
	    height: 7px;
		border-radius: 50%;
		background: #1b8c4a;
		display: block;
	}
	/*.t_text {
		padding-right: 0;
	}*/
	.t_description {
		flex: 0 0 70%;
		background: #fff;
		padding: 20px 20px 20px 80px;
		box-shadow: 0 0 15px rgba(0,0,0,0.1);
		margin-top: 50px;
		margin-left: -50px;
	}
}

@media(min-width:1100px){
._90p_container {
	max-width: 90%; 
	margin: 0 auto}
	}

.mar_t50 {margin-top: 50px;}
strong {font-weight: 600;}

.brochure_list{
	display: block;	
	margin: 0;
	padding: 0;
	list-style: none;}

.brochure_list li{
	position: relative;
	display: block;	
	box-shadow: 0 10px 25px rgba(0,0,0,0.1);
	margin-bottom: 10px;
	font-weight: 600;
	color:#333;
	background: #fff;
	/*width: 48%;
	margin-right: 2%;
	float: left;*/
	padding: 30px 30px 30px 70px;
	border-radius: 20px;}

.brochure_list li:after {
	font-family: 'FontAwesome';
	content: '\f1c1';
	position: absolute;
	color: #12287b;
	left: 0;
	top: 24px;
	font-size: 20px;
	margin-left: 30px;}

.brochure_list li span {
	font-weight: 400;
	display: block;}

.brochure_list li span a{
	font-weight: 400;
	color:#1b8c4a;}

.partner_box {
	background-color: #fff;
	padding: 30px;
	box-shadow: 0 10px 25px rgba(0,0,0,0.1);
	border-radius: 20px;
	border-left: 5px solid #12287b;}

.partner_box h4 {
	color: #12287b;}

.clinic_box {
	background-color: #fff;
	padding: 30px;
	box-shadow: 0 10px 25px rgba(0,0,0,0.1);
	border-radius: 20px;
	border-left: 5px solid #1b8c4a;}

.clinic_box h4 {
	color: #1b8c4a;
	margin-bottom: 20px;}

.contact_box {
	background-color: #fff;
	padding: 30px;
	box-shadow: 0 10px 25px rgba(0,0,0,0.1);
	border-radius: 20px;
}

.navbar-nav .active {padding: 10px 10px;}

light .navbar-nav .active .nav-link {
    color:rgba(0,0,0,.7);}

.navbar .navbar-nav .active .nav-link:after {
    content: '';
    position: absolute;
    bottom: -10px;
	width: 100%;
    left: 0;
    height: 2px;
    background: rgb(27,140,74);
    background: linear-gradient(90deg, 
rgba(27,140,74,1) 0%,
    rgba(18,40,123,1) 100%);
    transform: scaleX(1);
    transform-origin: 0;
    transition: all 0.4s ease;
}

/*=============================================*/
/* About Us */
/*=============================================*/

.inner__about_us {
	background: url(../img/about-us2.jpg) no-repeat center;
	background-size: cover;
	background-position: center top;
	padding: 100px 0;
	color: #fff;
}
.inner__about_us .title, .inner__about_us .sub__title {
	color: #fff;
}
.inner__about_us p {
	color: rgba(255,255,255,0.6);
}

.career_box {
	background-color: #fff;
	padding: 30px;
	box-shadow: 0 10px 25px rgba(0,0,0,0.1);
	border-radius: 20px;
	border-left: 0px solid #12287b;
	margin-bottom: 10px;}

.career_box h3 {
	font-size: 25px;}

._cb_photo {width: 300px; display: none;}
._cb_content {margin-left: 0;}

@media(min-width:768px){	
	._cb_photo {width: 230px; float: left; display: block;}
	._cb_content {margin-left: 250px;}
}

@media(min-width:992px){	
	._cb_photo {width: 300px;}
	._cb_content {margin-left: 330px;}
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid 
transparent;
border-bottom: 0;
border-left: .3em solid
    transparent;
}

/*==== Insurance Sliderv =====*/

.insurance__slider .ins_logo_wrap {
	margin: 0 1px;}

.insurance__slider .slick-prev {
	left: -15px;}

.insurance__slider .slick-next {
	right: -15px;}

@media(min-width:1400px){

.insurance__slider .slick-prev {
	left: -80px;}

.insurance__slider .slick-next {
	right: -80px;}
}

.dropdown-item {font-size: 14px;}

.navbar .navbar-nav .nav-link.dropdown-toggle:after {
	position: relative;
	width: auto;
	top: 1px;
	transform: scaleX(1);}

.form-control, .form-control:focus {
	outline: none;
	box-shadow: none;}

.contact_form .btn-primary {
	background-color: #12287b;
	color: #fff;
	outline: none;
	box-shadow: none;
	border-color: #12287b;}

.contact_form .btn-primary:focus,.contact_form .btn-primary.focus {
	background-color: #12287b;
	color: #fff;
	outline: none;
	box-shadow: none;
	border-color: #12287b;}

._col_blue {color: #12287b;}
._col_green {color: #1b8c4a}
._col_white {color: #fff}
._col_ccc {color: #ccc}

.sec_facility {
	background: url("../img/facilities_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;	}

.sec_facility:after {
	content: '';
	position: absolute;
	top: 0;
	 right: 0;
	 bottom: 0;
	left: 0;
	z-index: -1;
	background-color: rgba(0,0,0,0.60)}

.sec_facility h2 {color: #fff;}
.sec_facility .sub__sub_title {color: #ccc;}
.sec_facility h3 {color: #1b8c4a;}

.our_partners {
	background: url("../img/world_map.png");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;}

.our_partners:after {
	content: '';
	position: absolute;
	top: 0;
	 right: 0;
	 bottom: 0;
	left: 0;
	z-index: -1;
	background-color: rgba(0,0,0,0.60)}

.our_partners h2 {
	color: #fff;
}

.achievement_list{
	display: block;	
	margin: 0;
	padding: 0;
	list-style: none;}

.achievement_list li{
	position: relative;
	display: block;	
	font-size: 14px;
	box-shadow: 0 10px 25px rgba(0,0,0,0.1);
	margin-bottom: 20px;
	font-weight: 400;
	color:#fff;
	background-color: #1b8c4a;
	width: 100%;
	margin-right: 0;
	float: left;
	padding: 50px 20px 30px 20px;
	border-radius: 0px;}

@media (min-width:480px){
	.achievement_list li{	
	width: 48%;
	margin-right: 2%;}
}

@media (min-width:768px){
	.achievement_list li{	
	width: 31.3333333333%;
	margin-right: 2%;}
}

.achievement_list li:after {
	font-family: 'FontAwesome';
	content: '\f091';
	position: absolute;
	color: #fff;
	left: 30px;
	/*transform: translateY(-50%);*/
	top: 10px;
	font-size: 20px;}

.achievement_list li span {
	font-weight: 600;
	color: #fff;}

.thumbnail-box {
	position: relative;
	padding-bottom: 56.66%;
}
.thumbnail-box img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.lazyload,
.lazyloading {
	opacity: 0;
}
.lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
.text-gray {
	color: #666;
}
.frame {
	padding: 10px;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	display: block;
	border-radius: 8px;
}
.white .card {
    margin-bottom: 10px;
    border-radius: 20px !important;
    overflow: hidden;
    border: none;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.white .card-header {
    background-color: #fff;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.white .card-header .btn-link {
    font-weight: 400;
    color: #1b8c4a;
    font-weight: 600;
    text-decoration: none;
}
.white .card-header .btn {
    position: relative;
    padding-right: 20px;
}
.white .card-header .btn:after {
    content: '\f106';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: block;
    font: normal normal normal 18px/1 FontAwesome;
}
.white .card-header .btn.collapsed:after {
    content: '\f107';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: block;
    font: normal normal normal 18px/1 FontAwesome;
}
.white .card-body {
    font-size: 14px;
    text-align: justify;
    padding: 20px 30px;
}

.check {
	margin: 10px 0;
}
.check li {
	padding-left: 30px;
	position: relative;
	padding-bottom: 5px;
}
.check li:before {
	content: '\f00c';
	font: normal normal normal 14px/1 FontAwesome;
	color: #1b8c4a;
	position: absolute;
	top: 7px;
	left: 0;
	width: 20px;
	height: 20px;
	display: block;
}

.hero-overlay {
	position: relative;
}
.hero-overlay:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	/*background-color: rgba(0,0,0,0.1);*/
	background: rgb(27,140,74);
	background: linear-gradient(180deg, rgba(27,140,74,0.7) 0%, rgba(18,40,123,0.7) 100%);
}


/*=========*/

.logogrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-rows: 176px;
  grid-gap: 10px;}
  
 @media(min-width:768px){
.logogrid {
  grid-auto-rows: 190px;}
} 

@media(min-width:1200px){
.logogrid {
  grid-auto-rows: 165px;}
}

.logogrid__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.logogrid__img {
  -o-object-fit: cover;
     object-fit: cover;
  /*max-width: 120px;
  max-height: 60px;*/
  -webkit-filter: grayscale(0) contrast(100%);
          filter: grayscale(0) contrast(100%);
  -webkit-transition: -webkit-filter .3s ease;
  transition: -webkit-filter .3s ease;
  transition: filter .3s ease;
  transition: filter .3s ease, -webkit-filter .3s ease;
}

.service-page .card {
	border:none;
}
.service-page .card:hover {
	box-shadow: none;
}


.vision-mission-values {
	padding: 80px 0;
	position: relative;
	min-height: 100vh;
}
.vision-mission-values:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
	height: 100%;
	min-height: 100vh;
	clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
	overflow: hidden;
	background: url(../img/vision.jpg) no-repeat center;
	background-size: cover;
}
.our-vision-box, .our-value-box, .our-mission-box {
	position: relative;
	padding: 40px 30px 20px 30px;
	/*border:solid 1px #ccc;*/
	border-radius: 15px;
	margin-bottom: 60px;
}
.our-vision-box h2, .our-value-box h2, .our-mission-box h2 {
	color: #fff;
	text-transform: uppercase;
}
.our-vision-box p, .our-value-box ul li, .our-mission-box ul li {
	font-weight: 300;
}
.our-vision-box {
	background: rgba(27, 140, 74, 1);
	color: #fff;
}
.our-mission-box {
	background: #5f688c;
	color: #fff;
}
.vision-mission-values ul li {
	padding-left: 20px;
	position: relative;
}
.vision-mission-values ul li:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(255,255,255,1);
}
.our-value-box ul li:after {
	content: '';
	position: absolute;
	top: 7px;
	left: 2px;
	width: 4px;
	height: 8px;
	border-radius: 50%;
	background: #cf2d81;
}
.our-mission-box ul li:after {
	content: '';
	position: absolute;
	top: 7px;
	left: 2px;
	width: 4px;
	height: 8px;
	border-radius: 50%;
	background: #5f688c;
}
.our-mission-box ul li {
	padding-bottom: 6px;
}
.our-value-box {
	background: #cf2d81;
	color: #fff;
}
.the-logo {
	max-width: 200px;
	margin: 0 auto
}
.d-icon {
    margin-bottom: 10px;
    position: absolute;
    top: -36px;
    left: -26px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff;
    padding: 10px;
    /*border: solid 1px #eee;*/
}
@media (max-width: 767px) {
	.vision-mission-values:before {
		width: 100%;
		clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0 0);
	}
	.d-icon {
		left: 50%;
		transform: translateX(-50%);
	}
}

.vision-mission-section {
	min-height: 100vh;
	display: flex;
}
.left-image {
	width: 40%;
}
.left-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.right-content {
	width: 60%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.d-vision {
	width: 50%;
	background: rgba(27, 140, 74, 1);
	color: #fff;
	padding: 50px;
	display: flex;
	flex-direction: column;
	position: relative;
}
.d-value {
	width: 50%;
	background: #cf2d81;
	color: #fff;
	padding: 50px;
	display: flex;
	flex-direction: column;
	position: relative;
}
.d-vision p {
	font-size: 20px;
}
.d-vision p, .d-value ul, .d-mission ul {
	padding-left: 30px;
}
.d-vision p, .d-value li, .d-mission li {
	font-weight: 300;
	color: rgba(255,255,255,0.8);
}
.d-mission {
	width: 100%;
	background: #5f688c;
	color: #fff;
	padding: 50px;
	position: relative;
}
.d-title {
	color: #fff;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 2px;
	position: relative;
	display: inline-block;
	width: auto;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.vision-mission-section ul li {
	padding-left: 20px;
	position: relative;
}
.vision-mission-section ul li:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(255,255,255,1);
}
.d-value ul li:after {
	content: '';
	position: absolute;
	top: 7px;
	left: 2px;
	width: 4px;
	height: 8px;
	border-radius: 50%;
	background: #cf2d81;
}
.d-mission ul li:after {
	content: '';
	position: absolute;
	top: 7px;
	left: 2px;
	width: 4px;
	height: 8px;
	border-radius: 50%;
	background: #5f688c;
}
.d-mission ul li {
	padding-bottom: 6px;
}

.vision-mission-section .icon {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.08;
	font-size: 100px;
	line-height: 1;
	font-weight: 900;
}
.vision-mission-section .icon img {
	filter: invert(1);
}
.d-logo {
	position: absolute;
	bottom: -40px;
	right: -40px;
	width: 80px;
	height: 80px;
	background: #fff;
	padding: 15px;
	border-radius: 50%;
	z-index: 1;
	/*overflow: hidden;*/
}
.d-logo:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.1);
	border-radius: 50%;
	z-index: -1;
	transform: scale(1.5);
}

@media (max-width: 767px) {
	.vision-mission-section, .right-content {		
		flex-wrap: wrap;
	}
	.left-image, .right-content, .d-vision, .d-value, .d-mission {
		width: 100%;
	}
	.d-logo {
		display: none;
	}
}

.dr-location {
	color: #1b8c4a;
	font-style: italic;
	font-weight: 600 !important;
}
.text-body {
	color: #666;
}