/*

Theme Name: Global Health

 font-family: "FlamaBook Regular"; 

font-family: 'Open Sans', sans-serif;

font-family: 'Roboto', sans-serif;
font-family: 'Nexa Light', sans-serif;
font-family: 'Nexa Bold', sans-serif;

/*Global Css*/

 

@font-face {
	font-family: "FlamaBook Regular";
	src: url('assets/fonts/FlamaBook Regular.otf') format('opentype');
}
@font-face {
	font-family: "SinkinSans-400Regular";
	src: url('assets/fonts/SinkinSans-400Regular.otf') format('opentype');
}
@font-face {
	font-family: "Nexa Light";
	src: url('assets/fonts/Nexa Light.otf') format('opentype');
}
@font-face {
	font-family: "Nexa Bold";
	src: url('assets/fonts/Nexa Bold.otf') format('opentype');
}
body {
	font-family: 'Open Sans', sans-serif;
	color: #777777;
	font-size: 15px;
	padding-top: 104px;
}
h1, h2, h3, .h1, .h2, .h3, h4, .h4 {
	font-family: "Nexa Bold";
	color: #333333;
}
h1, .h1 {
	font-size: 2.25rem;
	font-weight: 600;
}
h2, .h2 {
	font-size: 2rem;
}
h3, .h3 {
	font-size: 1.125rem;
}
h4, .h4 {
	font-size: 1.25rem;
}
.fw-300 {
	font-weight: 300;
}
.fw-400 {
	font-weight: 400;
}
.fw-600 {
	font-weight: 600;
}
.fw-700 {
	font-weight: 700;
}
.fs-18 {
	font-size: 18px;
}
a {
	color: #2b2b2b;
	transition: all .3s ease-in-out;
	text-decoration: none !important;
}
.z-1 {
	z-index: 1;
}
.z-2 {
	z-index: 2;
}
.z-3 {
	z-index: 3;
}
.sinkin-font {
	font-family: "SinkinSans-400Regular";
}
/* a:active,

a:hover,

a:focus {

	text-decoration: none;
 

} */
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-spam-blocked {
    border: 2px solid #a1367f;
}

a:hover {
	color: #444695;
}
button:focus, button:hover {
	outline: none;
}
.theme-shadow {
	box-shadow: 1px 2px 20px 10px rgba(0, 0, 0, 0.1);
}
.theme-btn:hover, .theme-btn:active, .theme-btn:focus {
	background: #444695;
	color: #fff;
	border: 1px solid transparent;
}
.godown-btn {
	left: 50%;
	margin: 0px auto;
	bottom: 50px;
	transform: translateX(-50%);
}
.before::before {
	position: absolute;
	content: '';
}
.after:after {
	position: absolute;
	content: '';
}
.theme-btn {
	padding: 11px 35px 11px 35px;
	display: inline-block;
	transition: all 0.3s ease-in-out;
	font-weight: 600;
	font-size: 16px;
	border: 1px solid #444695;
	border-radius: 30px;
}
.m-unset:before {
	margin: unset !important;
}
.theme-color {
	color: #444695;
}
.theme-bg {
	background: #444695;
}
.section-padding {
	padding: 75px 0px;
}
.section-title {
	margin-bottom: 30px;
	padding-bottom: 50px;
	position: relative;
	font-size: 32px;
}


.section-title:before, why_us h2:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 90px;
	height: 35px;
	background: url(assets/images/title-bg.png) no-repeat;
	margin: auto;
	right: 0;
}


.home-head {
    padding-bottom: 50px!important;
    position: relative;
    font-size: 32px !important;
    font-family: 'Nexa Bold';
}

/*Ends Global Css*/

/*Navigation*/

.site-header {
	position: fixed;
	top: 0;
	width: 100%;
	background: #fff;
	transition: all 0.3s ease-in-out;
	z-index: 101;
	box-shadow: 0px 0rem 20px 0px rgba(0, 0, 0, 0.17);
}
.navbar-brand>img {
	
	
	height: auto;
	transition:all .3s ease-in-out; 
}

.navbar-nav>.nav-item>.nav-link {
	font-family: 'Open Sans', sans-serif;
	border-bottom: 2px solid transparent;
	color: #777777;
	padding: 40px 15px 40px 15px;
}
.navbar-nav>.current_page_item>.nav-link {
	color: #444695;
	border-bottom: 2px solid #444695;
}
.navbar-nav>.nav-item>.nav-link:hover {
	color: #444695;
	border-bottom: 2px solid #444695;
}
.dropdown-menu {
	font-size: calc(14rem / 16);
	border-radius: 0 0 0.25rem 0.25rem;
	border: 1px solid rgba(215, 207, 207, 0.72);
}
.dropdown-menu>li {
	position: relative;
}
.dropdown-menu>li+li {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown-menu>li>a.nav-link {
	color: #444695 !important;
	padding: 1.3rem 1.5rem !important;
	white-space: nowrap;
}
.dropdown-menu>li>a.nav-link:focus, .dropdown-menu>li>a.nav-link:hover {
	background: #444695 !important;
	color: #fff !important;
}
.menu-item-has-children {
	position: relative;
	padding-right: 8px;
}
.menu-item-has-children>.dropdown-toggle {
	position: absolute;
	top: -1px;
	right: 0;
	color: #fff;
}
.menu-item-has-children a svg {
	display: none;
}
/*Navigation Ends*/

/*banner ends */

.slider .item {
    height: calc(100vh - 104px);
}
.slider-text {
    color: #333333;
    font-size: 32px;
    color: #333333;
    font-size: 32px;
    font-family: 'Nexa Bold';
}
.slider .theme-btn {
	background: #444695;
	color: #fff;
}
.godown-btn:after {
	width: 1px;
	height: 50px;
	background: #444695;
	top: 100%;
	left: 50%;
}
.slider .owl-nav {
    top: 50%;
    width: 100%;
    left: 0;
    right: 0;
}
.slider .owl-nav button {
    background: #444695 !important;
    height: 40px;
    width: 40px;
}

.slider .owl-nav button .fa {
    font-size: 30px;
    color: #fff;
}
.slider .owl-nav .owl-prev,.slider .owl-nav .owl-next,.slider .owl-nav{
	position: absolute;
}

.slider .owl-nav .owl-prev {
    left: 0;
}

.slider .owl-nav .owl-next {
    right: 0;
}
/*slider ends */

/* about-us*/

.about-us.section-padding {
	padding: 60px 0px 120px;
}

.call-action{
	background: #f8f9ff;
	}
	.qy-title:before {
	content:none;
}
/* about-us Ends */


/* Banner Title */
.entry-title {
    font-size: 2rem;
}
/* Banner Title Ends*/


/* services  */


.review-title {
    padding-bottom: 50px!important;
    position: relative!important;
    font-size: 32px!important;
    color: white!important;
    font-family: 'Nexa Bold';
}

.review-title1 {
    padding-bottom: 50px!important;
    position: relative!important;
    font-size: 32px!important;
    color: #333333 !important;
    font-family: 'Nexa Bold';
}

.title-head {
    font-family: "SinkinSans-400Regular";
    color: #333333;
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.125rem;
}


.review-title:before {
    filter: brightness(7.5);
}


.services {
background: #f8f9fa;

}
.page-id-5 .services .section-title:before,  .qy-service .section-title:before {
	filter: brightness(100);
}
.services:before {
	background: #b25394;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: .9;
}
.service-wrapper:hover .content-wrapper .viewbtn {
	color: #444695;
}
.viewbtn {
	text-decoration: underline !important;
	transition: all .3s ease-in-out;
}
.service-wrapper {
	border-radius: 0.25rem;
	transition: all .3s ease-in-out;
}
.service-wrapper:hover {
	margin-top: -15px;
	box-shadow: 1px 2px 20px 10px rgba(0, 0, 0, 0.1);
}
.service-wrapper img, .blog-wrapper img {
	border-top-right-radius: .25rem;
	border-top-left-radius: .25rem;
}
.services .content-wrapper h3, .about .content-wrapper h3 {
	min-height:77px;
	display:flex;
	align-items:center;
	justify-content:center;
	    padding: 0 35px;
}
.content-wrapper {
	background: #fff;
	border-bottom-left-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}
.content-wrapper p {
	min-height: 97px;
}

.slider.serve_services p{
	min-height: 122px;	
}

.review.serve_services p {
    margin-bottom: -2px;
}

.widget-head {
    font-size: 1.125rem;
    font-family: "Nexa Bold";
}


.blog-tag {
    font-size: 1.125rem;
}


.recent-head {
    font-family: "Nexa Bold";
    color: #fff!important;
    font-size: 1.125rem;
    min-height: 65px;
}

/* services  */

 /*contact*/

.contact-form {
	background: #f8f9ff;
	padding: 75px 0px 120px;
}
.contact-form .image-wrapper:before {
	width: 92%;
	height: 100%;
	left: 0;
}
.contact-form .form-control {
	padding: .5rem 1rem .5rem 0;
	color: #666666;
	font-size: 13px;
	background-color: transparent!important;
	border: none;
	border-bottom: 1px solid #ced4da;
	border-radius: 0;
	box-shadow:none;
}
/*custom input type file*/

.inputfile {
	width: 140px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: 1;
}
.select_file, .select_files  {
	display: flex;
	align-items: center;
	width: 140px;
	color: #444695;
	border-bottom: 1px solid #444695;
	padding: 7px 7px 7px 25px;
	font-size: 13px;
	position: relative;
}
span.select_file:before, span.select_files:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(assets/images/upload.png) left center no-repeat;
}
.contact-form .theme-btn {
	background: #444695;
	color: #fff;
	font-weight: 400;
}
.contact .theme-btn {
	background: #fff;
}
.contact .form-control{
font-size:14px;
	}
.contact .theme-btn:hover {
	background: #a1367f;
	color: #fff;
}
.contact .form-control:focus{
	box-shadow:none;
	border-color:#ced4da
	}
	.btn.focus, .btn:focus{
		box-shadow:none;
		}
/*custom input ends*/

 /*contact ends*/

 
/* Location*/
 
h2#loc-head {
    font-size: 1.125rem;
    font-family: "Nexa Bold";
    color: #333333;
} 



 

/* footer*/

.site-footer {
	background: #444695;
}
.footer-bottom {
	border-top: 1px solid #7f80ca;
}
.footer-menu li > a {
	padding-left: 0;
	color: #fff;
	text-transform: capitalize !important;
	font-weight: 400;
}
.footer-menu li {
	color: #7375da;
}
.scl li a {
	width: 35px;
	height: 35px;
	font-size: 1rem;
	color: #fff;
	background: #5a5caa;
	border: 1px solid transparent;
}
.scl li a:hover {
	color: #444695;
	background: #fff;
	border: 1px solid #5a5caa;
}
.address-list li > a {
	color: #fff;
}
.address-list li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
}
.address-list li > a > i {
	position: absolute;
	left: 0;
	top: 5px;
}
.address-list li > a > .fas.fa-phone {
	transform: rotate(86deg);
}
.footer-bottom p {
	font-size: 12px;
}
/* footer ends */

 /*inner pages */
.entry-header:before, .qy-service:before {
	width: 100%;
	height: 100%;
	background: #444695;
	opacity: .8;
	top: 0;
	left: 0;
	z-index: -1;
}
.bread-crumb a {
	color: #fff;
}
.sidebar-wrapper ul > li+li{
	
	border-top:1px solid #dee2e6;}
/*inner pages ends*/

.opening-head {
    font-size: 1.125rem;
    font-family: "SinkinSans-400Regular";
    font-family: "SinkinSans-400Regular";
    font-weight: 500;
    line-height: 1.2;
    color: #333333;
    margin-top: 6px;
}

/* 404 page */

.error-404::before {
	content: "404";
	font-size: 19em;
	font-weight: bold;
	color: #333;
	opacity: 0.07;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: -80px;
	width: 100%;
	z-index: -1;
}
.error-404 .nav-btn:before {
	background: none;
}
.error-404 h2 {
	margin-top: 14rem;
}

/* Ends 404 page */

/*media query starts here*/

@media (min-width:576px) {
}

@media (min-width:768px) {
}

@media (min-width:992px) {
}

@media (min-width:1200px) {
.container {
	max-width: 1170px;
}
.reviews .row>div:first-child {
	border-right: 1px solid #d9d9d9;
}
.menu-item-has-children:hover>.dropdown-menu {
	display: block;
}
.image-wrapper:before {
	width: 82%;
	height: 100%;
	left: 50px;
	border: 1px solid #444695;
	top: 50px;
	border-radius: .25rem;
	z-index: -1;
}
}

@media (max-width:1199.99px) {
	body {
	padding-top: 64px;
}
.navbar-brand > img {
	max-width: 180px;
}
.navbar-nav > .nav-item > .nav-link {
	border-bottom: 2px solid #efefef;
	padding: 20px 0px 10px 0px;
}
.slider .item {
	max-height: 400px; 
}
.entry-header {
background-size: cover !important;
background-position: right center !important;	
}
}

.count_number {
    font-size: 45px !important;
}

.counter-col p {
    font-size: 20px;
}




@media (max-width:991.99px) {
}

@media (max-width:767.98px) {
.slider .item {
background-position: top right -230px !important;	
}
}

@media (max-width:575.99px) {
}


.form-check {
    position: relative;
    display: block;
    padding-left: 0rem !important;
}

.form-check-input {
    visibility: hidden;
}

.container.topbar-sec {
    max-width: 1310px !important;
}

.infographics .post-thumbnail img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
/* 25-may-23 */
.row.what-offer img {
    max-width: 360px;
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.what-offer p {
    display: flex;
    align-items: flex-start;
}
.commitmnt .box-wrap {
    padding: 25px;
}
.commitmnt .box-wrap h4{
	color: #fff;
	height: 56px;
}
.commitmnt .box-wrap p{
	color: #fff;
}
.commitmnt .box-wrap{
	background-color: #444695;
    text-align: center;
	height: 404px;
}
.commitmnt .box-wrap .s-icon img {
    max-width: 60px;
    width: 100%;
}
.commitmnt .box-wrap .s-icon {
    text-align: center;
    margin: 31px 0;
}
.box-wrap.odd-bg {
    background-color: #10a44d;
}
.b-icons img {
    max-width: 69px;
    width: 100%;
}
.b-icons{
	text-align: center;
}
.b-icons {
    margin: 25px 0;
}
.o-wrap {
    text-align: center;
}
section.quality-ass {
    padding-bottom: 75px;
}
section.commitmnt {
    padding: 75px 0;
}
section.section-padding.position-relative.before.training-sec {
    padding-bottom: 28px;
}
/* 29-may-23 */
a.position-absolute.text-uppercase.theme-color.godown-btn.after {
    display: none;
}
ul.top-nav.right-bar.navbar-nav.PSW-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
nav#sec_nav {
    width: 100%;
}
/* 20 jun-23 */
section.staff_numbers:before, .serve_services:before{
	background: #444695b8 !important
}