@charset "utf-8";
/* CSS Document */
@import 'https://fonts.googleapis.com/css?family=Montserrat:300,500,600,700';
@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Playfair+Display:400,400i,700,700i,900,900i|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');


body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
    color: #777777;
    line-height: 1.8em;
    font-weight: 400;
    background: #ffffff;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	-webkit-font-smoothing: antialiased;
}

.table {
    color: #777777;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/preloader.svg);
}

a{
	color: #175888;
	cursor: pointer;
	transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
a:hover{
	color: #175888;
}

ul, li{    font-family: 'Open Sans', sans-serif;}

p{
    position: relative;
    line-height: 1.5em;
    font-family: 'Open Sans', sans-serif;
	transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
	font-size: 15px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-family: 'Poppins', sans-serif;
	line-height: 1.6em;
	color: #000;
}
.h2, h2 {
    font-size: 1.8rem;
}

.bg1{background: #175888 !important;} /*primary-color navy blue*/
.bg2{background: #8ac865 !important;} /*primary-color light green*/
.bg3{background: #282828 !important;} /*secondary-color dark ink color*/
.bg4{background: #cccccc !important;} /*secondary-color gray color*/

.color1{color: #175888 !important;} /*primary-color navy blue*/
.color2{color: #8ac865 !important;} /*primary-color light green*/
.color3{color: #282828 !important;} /*secondary-color dark ink color*/
.color4{color: #cccccc;} /*secondary-color gray color*/
.color6{color: #777777;} /*secondary-color secondary gray color*/
.color5{color: #797979 !important;} /*third-color middle dark gray color*/

.font-lora{font-family: 'Lora', serif !important;}
.border-gray{border-color: rgba(252,252,252,0.05);}
.border-light-gray{border-color: #ececec!important;}
/*.border3{border-color: #8ac865 !important;}

.border1{border: 2px solid #84266A !important;}*/
/*.btn-1 {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}*/
.btn-1{/*secondary-color dark turquoise*/
	padding: 8px 18px;
    text-transform: capitalize;
    background: #175888;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid #175888;
	text-decoration: none;
}
.btn-1:hover{
	background: transparent;
	color: #175888;
}
.btn-2{/*primary-color purple*/
	padding: 12px 26px;
    text-transform: capitalize;
    background: #84266A;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid #84266A;
	text-decoration: none;
}
.btn-2:hover{
	background: transparent;
	color: #84266A;
}

.btn-white{
	padding: 12px 26px;
    text-transform: capitalize;
    background: #fff;
    color: #8ac865;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid #fff !important;
	text-decoration: none;
}
.btn-white:hover{
	background: transparent;
	color: #fff;
}

.social-links{
	color: #858585;
	border: 1px solid #858585;
	padding: 5px 9px;
	transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.social-links:hover{
	color: #175888;
	border: 1px solid #175888;
}

/*-- Google Cpatcha Resize CSS --*/
.g-recaptcha {
    transform: scale(.53);
    -webkit-transform: scale(.53);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.banner h1{
	font-size: 26px;
}

/*-- Inner Pages Banner CSS --*/
.inner-banner h1{
	font-size: 25px;
}

.title {
    font-size: 35px;
    color: #242424;
    font-weight: 600;
    line-height: 1.2em;
	display: inline-block;
}
.title:before {
    position: absolute;
    content: '';
    left: 105%;
    bottom: 5px;
    width: 35px;
    height: 2px;
    background-color: #8ac865;
}
.title2{
	position: relative;
	font-size: 25px;
    color: #242424;
    font-weight: 600;
	padding-bottom: 18px;
    line-height: 1.2em;
}
.title2:before {
    position: absolute;
    content: '';
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: 0px;
    width: 30px;
    height: 2px;
    background-color: #175888;
}
.title3{
	position: relative;
	font-size: 18px;
    color: #242424;
    font-weight: 600;
	padding-bottom: 18px;
    line-height: 1.3em;
}
.title3:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 8px;
    width: 30px;
    height: 2px;
    background-color: #175888;
}

/*-- Pagination CSS --*/
.page-link {
    color: #175888;
}
.page-item.active .page-link {
    background-color: #175888;
    border-color: #175888;
}

/*-- Slick Slider CSS --*/
.slick-slide, a{
	outline: none !important;
}
.slick-prev:before, .slick-next:before {
    color: #175888;
}

/*-- Icon on Left Side and Content on Right Side CSS --*/
ul.icon-with-content li{
    display: flex;
    align-items: start;
    margin-bottom: 7px;
}
ul.icon-with-content li span.icon {
    margin-right: 17px;
    line-height: normal;
    margin-top: 5px;
    width: auto;
    height: auto;
    font-size: 16px;
    font-weight: 500;
    color: white;
}

/* -----------------------------------
**  Back to Top
-------------------------------------*/
.cd-top {
	position: fixed;
	opacity: 1;
	bottom: -100%;
  	right: 15px;
	width: 40px;
	height: 70px;
	color: #ffffff;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 65px;
	text-align: center;
	z-index: 99999;
	cursor: pointer;
	border-radius: 50px;
	background: #175888;
	border: 2px solid #175888;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
.cd-top:hover {
	color:#fff;
}
.backtop-top-show {
  bottom: 15px;
}

/*** 

====================================================================
	Navbar CSS
====================================================================

 ***/
#navbarCollapse .navbar-nav .nav-link {
    color: #175888;
	font-size: 14px;
	font-size: 16px;
    line-height: 30px;
    font-weight: 500;
	font-family: 'Poppins', sans-serif;
	padding-top: 20px;
}
#navbarCollapse .navbar-nav .active>.nav-link, #navbarCollapse .navbar-nav .nav-link.active, #navbarCollapse .navbar-nav .nav-link.show, #navbarCollapse .navbar-nav .show>.nav-link{
	color: #8ac865;
}
#navbarCollapse .dropdown-menu{
	padding: 0;
	border-radius: 0rem;
    border-top: 3px solid #175888;
	top: 99%;
}
#navbarCollapse .dropdown-item{
	border-bottom: 1px solid #d0d0d0;
	line-height: 24px;
    font-weight: 400;
    font-size: 15px;
    color: #242424;
	padding: 9px 25px;
	font-family: 'Poppins', sans-serif;
}
#navbarCollapse .dropdown-item:hover{
	color: #8ac865;
}
.linkWithDropdown a.dropdown-toggle {
    cursor: pointer;
}
/*-- onHover Show Sub Menus --*/
#navbarCollapse li.dropdown:hover > .dropdown-menu {
    display: block;
}
/*.dropdown-menu {
	transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}*/
.dropdown-toggle::after{
	display:none;
}
.navbar-brand img{width: 376px;height:auto;}

/*** 

====================================================================
	Home Page CSS
====================================================================

 ***/
/*-- Slider Section --*/
.carousel-caption {
    position: absolute;
    right: 15%;
    top: 52%;
    left: 17%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
	margin: -12% 0 0 -5%;
    color: #fff;
     text-align: left; 
	 width: 70%;
}
.carousel-caption h3 {
    position: relative;
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2em;
    display: inline-block;
}
.carousel-caption .content{
	font-size: 32px;
	line-height: 1.4em;
}
.carousel-caption .author {
    position: relative;
	color: #ffffff;
    font-style: italic;
    display: inline-block;
    font-family: 'Playfair Display', serif;
}
.carousel-caption .author:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
}
.carousel-caption p {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.7em;
    display: inline-block;
}
.carousel-control-prev-icon {
     background-image: none; 
    background-color: rgba(255, 255, 255, 0.37);
    width: 60px;
    height: 60px;
    line-height: 49px;
    border-radius: 50%;
    font-size: 35px;
}
.carousel-control-prev-icon:hover {
	background-color: #8ac865;
}
.carousel-control-next-icon {
     background-image: none; 
    background-color: rgba(255, 255, 255, 0.37);
    width: 60px;
    height: 60px;
    line-height: 49px;
    border-radius: 50%;
    font-size: 35px;
}
.carousel-control-next-icon:hover {
	background-color: #8ac865;
}

/* Animation delays */
.carousel-caption h3{
	animation-delay: 1s;
}
.carousel-caption p {
	animation-delay: 2s;
}

/*-- About Section --*/
.about-col h1 {
    position: relative;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.3em;
}

.about-col p {
	font-size: 16px;
}
/*-- What we do Section --*/
.hp-services{
	background-image: url(../images/hp-bg-1.png);
	background-position: right top;
    background-repeat: no-repeat;
	    background-color: #f2f2f2;
}
.hp-service{
	background: #fff;
	transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.service-icon{
	color: #175888;
    font-size: 54px;
    line-height: 1em;
	transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.service-content h2{
	font-size: 19px;
    font-weight: 600;
	transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.service-content a{
	color: #175888;
    font-size: 14px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
}
.hp-service:hover{
	background: #175888;
}
.hp-service:hover .service-icon, .hp-service:hover .service-content h2, .hp-service:hover .service-content p,  .hp-service:hover .service-content a{
	color: #fff;
}
/*--Our people Section --*/
.image-box{
	overflow: hidden;
}
.image-box .overlay{
	left: 0px;
    top: 0px;
    width: 100%;
    display: block;
    height: 100%;
    opacity: 0;
    text-align: center;
    background-color: rgba(23, 88, 136, 0.85);
	transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	-webkit-transform: translateY(100%) scaleY(0);
	-ms-transform: translateY(100%) scaleY(0);
	-moz-transform: translateY(100%) scaleY(0);
	transform: translateY(100%) scaleY(0);
}
.image-box .overlay-content{
	/*bottom: 30px;*/
    width: 100%;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.image-box .overlay-content i{
	font-size: 25px;
}
.image-box:hover .overlay{
	opacity:1;
	-webkit-transform:translateY(0%) scaleY(1);
	-ms-transform:translateY(0%) scaleY(1);
	-moz-transform:translateY(0%) scaleY(1);
	transform:translateY(0%) scaleY(1);
}
/*-- Blogs Section --*/
.blog-img-box{
	overflow: hidden;
}
.blog-img-box .overlay{
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.8));
    background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.8));
    background: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.8));
    background: -ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.8));
}
.blog-img-box h5{
	color: white;
	font-weight: 600;
}
.blog-img-box h5:hover{
	color: #175888;
}
.blog-img-box .overlay-content {
    left: 0px;
    bottom: 0px;
    padding: 0px 35px 40px;
}
.hp-blog {
    padding: 40px 26px;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	height: 320px;
}
.hp-blog h5 {
    line-height: 1.3em;
}
.hp-blog:hover{
	background: #175888;
	border-color: #175888;
}
.hp-blog:hover p, .hp-blog:hover h5, .hp-blog:hover a{
	color: #fff;
}

/*-- Useful Links --*/
img.logo-animate{
	margin: 15px 0;
    border: 1px solid #ededed;
    border-radius: 2px;
    transition: all 200ms ease-out;
    box-shadow: 0 1px 2px #ededed;
    opacity: 0.7;
    max-width: 100%;
    height: auto;
}
img.logo-animate:hover{
	opacity: 1;border: 1px solid #939598;
}

/*** 

====================================================================
	About Page CSS
====================================================================

 ***/
.mission-section .title3:before {
    left: 49px;
}
.mission-section h1 {
    position: relative;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.3em;
	/*margin-top: -30px;*/
}
.mission-section p {
	font-size: 16px;
}

/*** 

====================================================================
	Care Belief Page CSS
====================================================================

 ***/
.core-beliefs .subtitle{
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 25px;
}
.core-beliefs .content{
	font-size: 16px;
	color: #797979;
	line-height: 1.5em;
}
.border-green{border-color: #8ac865;}

/*** 

====================================================================
	Blogs Page CSS
====================================================================

 ***/
.recent-blogs .blog-title{
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	line-height: 1.4em;
	font-size: 15px;
}
.recent-blogs .blog-date{
	font-size: 14px;
	color: #9a9a9a;
	font-weight: 400;
}

/*** 

====================================================================
	Footer CSS
====================================================================

 ***/
p.footer-bottom  {
    font-size: 12px;
}
.footer-contact-section{
	top: -51px;
    z-index: 1;
    margin-bottom: -80px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.30);
}
.footer-contact-section h5{
	color: #ffffff;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.8em;
    font-family: 'Poppins', sans-serif;
}
.footer-contact-section span{
	color: #ffffff;
    font-size: 36px;
    line-height: 1em;
    font-weight: 300;
}

/*** 

====================================================================
	Responsive CSS
====================================================================

 ***/
 
@media (min-width: 769px){
	/*-- Navbar CSS --*/
	.navbar{
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1030;
	}
	/*-- Homepage -> About Section --*/
	.about-col h1:after {
		position: absolute;
		content: '';
		right: -18px;
		top: -36px;
		width: 1px;
		height: 196px;
		background-color: #8ac865;
	}
	/*-- About Page CSS --*/
	.mission-section h1:after {
		position: absolute;
		content: '';
		right: -18px;
		top: -36px;
		width: 1px;
		height: 196px;
		background-color: #8ac865;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	/*-- Homepage -> Slider CSS --*/
	.carousel-caption {
		position: absolute;
		right: 15%;
		top: 40%;
		left: 15%;
		z-index: 10;
		padding-top: 20px;
		padding-bottom: 20px;
		margin: -12% 0 0 -5%;
		color: #fff;
		text-align: left;
		width: 80%;
	}
	.carousel-caption h3 {
		font-size: 36px;
	}
	.carousel-caption p {
		font-size: 24px;
	}
	.carousel-control-prev-icon, .carousel-control-next-icon {
		width: 30px;
		height: 30px;
		line-height: 26px;
		font-size: 23px;
	}
}
@media (max-width: 767px){
	/*-- Logo CSS --*/
	.navbar-brand img{width: 237px;}
	#navbarCollapse .navbar-nav .nav-link {
		padding-top:0;
	}
	/*-- Homepage Service CSS --*/
	.hp-service{text-align:center;}
	.service-icon{padding-bottom: 15px;}
	/*-- Footer CSS --*/
	.footer-contact-section{
		top:0;
		text-align:center;
		margin-bottom: -34px;
	}
	/*-- Homepage -> Slider CSS --*/
	.carousel-caption {
		position: absolute;
		right: 15%;
		top: 40%;
		left: 15%;
		z-index: 10;
		padding-top: 20px;
		padding-bottom: 20px;
		margin: -12% 0 0 -5%;
		color: #fff;
		text-align: left;
		width: 80%;
	}
	.carousel-caption h3 {
		font-size: 16px;
	}
	.carousel-caption p {
		font-size: 10px;
	}
	.carousel-control-prev-icon, .carousel-control-next-icon {
		width: 30px;
		height: 30px;
		line-height: 26px;
		font-size: 23px;
	}
}
@media (max-width: 500px){

}
@media (max-width: 395px){

}