@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');
/*============================

==============================*/
.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}

.sections{
	padding: 50px 0px;
}
.lines{
	width: 100%;
	height: 100px;
	margin-top: -100px;
	position: relative;
	margin-bottom: 0px;
	background-color: #fff;
}

/*============================

==============================*/
.top-header-section{
	background-color: #005EA9;
}
.top-header-section a{
	color: #fff;
	padding: 10px 0px;
	font-size: 1rem;
	font-weight: 400;
	margin-left: 30px;
	display: inline-block;
}
.top-header-section a i{
	color:#F7A500;
}
/*============================

==============================*/
.home-banner{
	background-size: cover;
	background-position: top center;
}
.home-banner .wrap{
	width: 100%;
	height: 65vh;
	padding-top: 70px;
	background: rgba(0, 0, 0, .7);
}
.home-banner h1{
	color: #fff;
	font-size: 3rem;
	font-weight: 800;
	margin: 0px;
	padding: 0px;
	line-height: 1.1;
	margin-bottom: 15px;
	letter-spacing: -1px;
	text-transform: capitalize;
}
.home-banner p{
	font-size: 1.4rem;
	margin: 0px;
	line-height: 1.4;
	font-weight: 400;
	margin-bottom: 20px;
	color: #fff;
}
.home-banner a{
	color: #111;
	display: block;
	padding: 12px 20px;
	font-weight: 900;
	font-size: 1rem;
	text-align: center;
	margin-top: 10px;
	background-color: #F7A500;
}
/*============================

==============================*/
.home-about-section{}
.home-about-section h4{
	font-weight: 900;
	font-size: 1.2rem;
	margin-top: 20px;
	color: #016AAB;
}
.home-about-section h2{
	color: #016AAB;
	font-size: 2.5rem;
	font-weight: 900;
	margin-bottom: 40px;
	letter-spacing: -1px;
}
.home-about-section img{
	display: block;
	width: 100%;
	border-radius: 16px;
}
.home-about-section small{
	display: block;
	color: #F7A500;
	letter-spacing: 5px;
	font-weight: 800;
	text-transform: uppercase;
}
.home-about-section p i{
	color: #016AAB;
}
/*============================

==============================*/
.home-services{
	background-color: #F9FAFB;
}
.home-services .wrap{
	padding: 0px;
}
.home-services .contents{
	padding: 50px;
	border-radius: 16px;
}
.home-services .contents.p1{
	background-color: #565FDC;
}
.home-services .contents.p2{
	background-color: #182C4C;
}
.home-services h2{
	color: #016AAB;
	font-weight: 900;
	font-size: 2.5rem;
	letter-spacing: -1px;
}
.home-services h4{
	color: #fff;
	font-size: 1.3rem;
	font-weight: 900;
}
.home-services h5{
	font-weight: 400;
	font-size: 1.3rem;
	margin-bottom: 30px;
}
.home-services p{
	color: #fff;
}
.home-services a{
	display: block;
	width: 40%;
	font-size: 1rem;
	padding: 12px 15px;
	font-weight: 900;
	text-align: center;
	background-color: #fff;
}
/*============================

==============================*/
.home-work{
	padding-top: 50px;
}
.home-work p{
	width: 90%;
}
.home-work a{
	font-weight: 900;
	font-size: 1rem;
	color: #F7A500;
}
.home-work h2{
	color: #016AAB;
	font-size: 2.5rem;
	font-weight: 900;
}
.home-work small{
	display: block;
	color: #F7A500;
	letter-spacing: 5px;
	font-weight: 800;
	margin-top: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.home-work .img-hover-zoom{
	width: 100%;
	height: 280px;
	border-radius: 16px;
	background-size: cover;
	background-position: center;
	background: rgba(0, 0, 0, .5);
}
.img-hover-zoom {
	overflow: hidden;
	display: block;
}
.img-hover-zoom img {
	display: block;
	width: 100%;
	transition: transform .5s ease;
}
.img-hover-zoom:hover img {
	transform: scale(1.1);
}
/*============================

==============================*/
.home-clients{
	padding-top: 30px;
	padding-bottom: 50px;
}
.home-clients h2{
	margin: 0px;
	padding: 0px;
	color: #016AAB;
	font-weight: 900;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 2px solid #016AAB;
}
.home-clients .wrap{
	margin: 10px 10px;
}
.home-clients .wrap span{
	display: block;
	padding: 10px;
	border-radius: 5px;
	background-color: #fff;
}
.home-clients .wrap span img{
	display: block;
	width: 90%;
	margin: auto;
}
/*============================

==============================*/
.main-banner{
	background-size: cover;
	background-position: center;
	background-color: #052962;
}
.main-banner .wrap{
	width: 100%;
	height: 40vh;
	align-content: center;
	justify-content: center;
	background: rgba(0, 0, 0, .6);
}
.main-banner h1{
	color: #fff;
	font-weight: 900;
	font-size: 3rem;
	letter-spacing: -1px;
	text-transform: uppercase;
}
.main-banner .menu-link{
	font-size: 1.1rem;
	color: #fff;
	font-weight: 400;
}
.main-banner .menu-link i{
	display: inline-block;
	margin: 0px 5px;
}
.main-banner .menu-link a{
	font-weight: 900;
	color: #F7A500;
}
/*============================

==============================*/
.careers-section{
	padding-top: 30px;
	padding-bottom: 50px;
}
.careers-section img{
	display: block;
	width: 100%;
	border-radius: 16px;
}
.careers-section h3{
	font-size: 1.6rem;
	letter-spacing: -1px;
	font-weight: 900;
	margin-top: 30px;
	color: #016AAB;
}

/*============================

==============================*/
.about-section{}
.about-section h2{
	font-size: 2.5rem;
	letter-spacing: -1px;
	font-weight: 900;
	color: #016AAB;
}
.process-title{
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.process-title .wrap{
	background: rgba(0, 0, 0, .7);
}
.process-title h3{
	font-size: 2.5rem;
	letter-spacing: -1px;
	font-weight: 900;
	color: #fff;
}
.process-title p{
	color: #fff;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.5;
}

.process-details{
	background-color: #eee;
}
.process-details h4{
	font-size: 1.4rem;
	color: #016AAB;
	font-weight: 900;
}
.quality-section{}
.quality-section h3{
	font-size: 2.5rem;
	letter-spacing: -1px;
	margin-top: 30px;
	color: #016AAB;
	font-weight: 900;
}
.quality-section img{
	display: block;
	width: 100%;
}
.process-details{}
.process-details{}

/*============================

==============================*/
.services-section{}
.services-section h2{
	color: #016AAB;
	font-size: 2.5rem;
	font-weight: 900;
	letter-spacing: -1px;
}

.services-section2{
	padding-bottom: 50px;
}

.services-section2 .img-hover-zoom{
	width: 100%;
	height: 430px;
	background-size: cover;
	background-position: center;
	background: rgba(0, 0, 0, .5);
}
.services-section2 h4{
	margin-top: 30px;
	font-weight: 900;
	font-size: 1.2rem;
	color: #016AAB;
}

.services-section2 a{
	font-weight: 900;
	font-size: 1rem;
	color: #F7A500;
}
.services-section .customs-btn{
	color: #111;
	display: block;
	padding: 12px 20px;
	text-align: center;
	font-size: 1rem;
	font-weight: 900;
	width: 100%;
	background-color: #F7A500;
}

.services-details1 h4{
	margin-top: 20px;
	font-size: 1.3rem;
	font-weight: 900;
	color: #016AAB;
}
.services-details1 img{
	display: block;
	width: 100%;
	height: 180px;
	border-radius: 5px;
}
.services-details1 .wrap{
	padding: 30px;
	margin-bottom: 40px;
	border-radius: 16px;
	box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.08);
	transition: background 0.3s, border 0s, border-radius 0s, box-shadow 0s;
}
.services-details2{
	padding-bottom: 50px;
}
.services-details2 .wrap a{
	display: block;
	font-size: 1rem;
	font-weight: 900;
	padding: 12px 20px;
	color: #111;
	text-align: center;
	background-color: #F7A500;
}
.services-details2 .wrap{
	padding: 30px 50px;
}
.services-details2 .wrap1{
	padding: 30px 50px;
	padding-left: 0px;
}
.services-details2 .wrap h3{
	font-size: 2rem;
	line-height: 1.2;
	font-weight: 900;
	color: #016AAB;
}
.services-details2 .wrap1 h3{
	font-size: 2.5rem;
	line-height: 1.2;
}
.services-details2 img{
	display: block;
	width: 100%;
}
/*============================

==============================*/
.contact-section{
	padding-bottom: 50px;
}
.contact-section h3{
	font-weight: 900;
	color: #016AAB;
}
.contact-section article{
	margin-top: 50px;
}
.contact-section form{}
.contact-section form label{
	display: block;
	margin: 0px;
	padding: 0px;
	color: #333;
	font-weight: 400;
}
.contact-section form input{
	display: block;
	border: none!important;
	border-radius: 0px!important;
	border-bottom: 1px solid #666!important;
}
.contact-section form textarea{
	display: block;
	border: none!important;
	border-radius: 0px!important;
	border-bottom: 1px solid #666!important;
}
.contact-section form button{
	color: #fff;
	width: 100%;
	display: block;
	padding: 12px 15px;
	font-weight: 900;
	font-size: 1rem;
	border-radius: 0px!important;
	border: none!important;
	background-color: #F7A500;
}
/*============================

==============================*/
.projects-section{}
.projects-section .texts{
	width: 90%;
	padding: 20px;
	position: relative;
	margin-bottom: 0px;
	margin-top: -30px;
	background-color:#016AAB;
	box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.08);
	transition: background 0.3s, border 0s, border-radius 0s, box-shadow 0s;
}
.projects-section .texts small{
	margin: 0px;
	line-height: 1.3;
	color: #fff;
	font-size: .95rem;
	font-weight: 500;
	display: block;
}
.projects-section .wrap{
	margin-bottom: 40px;
}
.projects-section .img-hover-zoom{
	width: 100%;
	height: 190px;
	border-radius: 16px;
	background-size: cover;
	background-position: center;
	background: rgba(0, 0, 0, .5);
}
/*============================

==============================*/
.awards-section{
	padding-top: 30px;
}
.awards-section img{
	display: block;
	margin: auto;
}
.awards-section .wrap{
	width: 80%;
	margin: auto;
	padding: 50px 0px;
	border-top: 2px dotted #ccc;
}
.awards-section h4{
	font-size: 1.3rem;
	font-weight: 900;
	color: #016AAB;
}
.awards-section p{
	font-size: .90rem;
	line-height: 1.5;
}
.no-boder{
	border: none!important;
}
/*============================

==============================*/
.health-section{
	padding-top: 50px;
}
.health-section h2{
	font-size: 2.5rem;
	font-weight: 900;
	color: #016AAB;
}
.health-section p{
	line-height: 1.5;
}
.health-section img{
	display: block;
	width: 100%;
	margin: 30px 0px;
	border-radius: 16px;
}
/*============================

==============================*/
.policy-section{
	padding-top: 50px;
}
.policy-section p{
	line-height: 1.5;
}
.policy-section h5{
	font-size: 1.2rem;
	font-weight: 900;
	margin-top: 20px;
}
/*============================

==============================*/
.footer-section{
	background-color: #052962;
}

.footer-top{
	border-bottom: 1px dotted #C1CED2;
}
.footer-top .wrap.p1{
	border-left: 1px dotted #C1CED2;
	border-right: 1px dotted #C1CED2;
}
.footer-top .wrap.p1{}
.footer-top .wrap{
	padding: 20px 30px;
	padding-top: 30px;
}
.footer-top .wrap h4{
	font-weight: 700;
	font-size: 1.3rem;
	margin: 0px;
	padding: 0px;
	color: #fff;
}
.footer-top .wrap h4 i{
	color: #F7A500;
}
.footer-top .wrap span{
	color: #C1CED2;
	display: block;
	font-size: 1.1rem;
	font-weight: 400;
}
.footer-contact{
	padding: 40px 0px;
}
.footer-contact p{
	color: #C1CED2;
	width: 95%;
}
.footer-contact .more-btn{
	color: #052962;
	display: block;
	font-size: 1rem;
	font-weight: 900;
	text-align: center;
	padding: 12px 20px;
	background-color: #F7A500;
}
.footer-contact h5{
	font-size: 1.3rem;
	font-weight: 900;
	color: #fff;
	margin: 0px;
	padding: 0px;
	position: relative;
	margin-bottom: 30px;
}
.footer-contact h5::before{
	position: absolute;
	width: 40px;
	height: 4px;
	content: "";
	bottom: -15px;
	background-color: #F7A500;
}
.footer-contact ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.footer-contact ul li{
	margin: 6px 0px;
}
.footer-contact ul li a{
	color: #C1CED2;
	font-size: 1.1rem;
	font-weight: 400;
	display: inline-block;
	border-bottom: 1px dotted #C1CED2;
}
.footer-right .wrap{
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px dotted #C1CED2;
}
.footer-right span{
	display: block;
	font-weight: 400;
	font-size: 1rem;
	color: #C1CED2;
}
/*============================

==============================*/
@media all and (max-width : 768px){


.sections{
	padding: 30px 0px;
}
/*============================

==============================*/
.home-banner{
	background-size: cover;
	background-position: right;
}
.home-banner .wrap{
	height: 90vh;
	padding-top: 100px;
}
.home-banner h1{
	font-size: 2.2rem;
	line-height: 1.4;
}
.home-banner p{
	font-size: 1.1rem;
}
/*============================

==============================*/
.home-about-section h2{
	font-size: 2rem;
	font-weight: 900;
	margin-bottom: 30px;
}
.home-about-section{
	text-align: center;
}
.home-about-section img{
	margin-top: 20px;
}
/*============================

==============================*/
.home-services{
	text-align: center;
}
.home-services .contents{
	padding: 30px;
	margin: 20px 0px;
	border-radius: 16px;
}
.home-services h2{
	font-size: 2rem;
}
.home-services h5{
	font-weight: 400;
	font-size: 1.2rem;
	margin-bottom: 0px;
}
.home-services a{
	width: 60%;
	margin: auto;
}
/*============================

==============================*/
.home-work{
	padding-top: 30px;
	text-align: center;
}
.home-work p{
	width: 100%;
}
.home-work h2{
	font-size: 2rem;
}
.home-work .img-hover-zoom{
	height: 200px;
	border-radius: 0px;
}
/*============================

==============================*/
.home-clients{
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
.home-clients h2{
	font-size: 1.6rem;
}



/*============================

==============================*/
.main-banner h1{
	font-size: 2rem;
}
.main-banner .menu-link{
	font-size: 1rem;
}

.about-section h2,
.process-title h3,
.services-section h2{
	font-size: 2rem;
}
.process-title p{
	font-size: 1.1rem;
}
.process-title .wrap{
	background: rgba(0, 0, 0, .8);
}
.process-details{
	text-align: center;
	background-color: #eee;
}
.quality-section{
	text-align: center;
}
.quality-section h3{
	font-size: 2rem;
	margin-top: 0px;
}
/*============================

==============================*/
.careers-section{
	padding-top: 20px;
	padding-bottom: 0px;
	text-align: center;
}
.careers-section h3{
	font-size: 1.6rem;
	letter-spacing: -1px;
	font-weight: 900;
	margin-top: 30px;
	color: #016AAB;
}
.services-section2 h4{
	margin-top: 20px;
}
.services-section2{
	padding-bottom: 0px;
	text-align: center;
}
.services-section2 .img-hover-zoom{
	width: 100%;
	height: 300px;
}
.services-section2 .wrap{
	margin-bottom: 30px;
}
.services-section2 .wrap p{
	margin: 0px;
}
/*============================

==============================*/
.contact-section{
	padding-bottom: 30px;
	text-align: center;
}
.contact-section article{
	margin-top: 30px;
	text-align: center;
}

.projects-section .texts{
	width: 100%;
	padding: 20px;
	position: relative;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
}
.projects-section .img-hover-zoom{
	width: 100%;
	height: 190px;
	border-radius: 0px;
}
/*============================

==============================*/
.awards-section .wrap{
	width: 100%;
	padding: 20px 0px;
	text-align: center;
}
.awards-section h4{
	font-size: 1.2rem;
	margin-top: 15px;
}
.awards-section p{
	font-size: 1rem;
	line-height: 1.5;
}


/*============================

==============================*/
.health-section,
.policy-section{
	padding-top: 30px;
	text-align: center;
}
.health-section h2{
	font-size: 2rem;
	font-weight: 900;
	color: #016AAB;
}

/*============================

==============================*/




/*============================

==============================*/





/*============================

==============================*/





/*============================

==============================*/
.footer-contact p{
	width: 100%;
	text-align: center;
}
.footer-top .wrap{
	padding: 20px 30px;
	padding-top: 30px;
	text-align: center;
	border: none!important;
	border-bottom: 1px dotted #C1CED2!important;
}
.footer-contact h5{
	margin-top: 30px;
	margin-bottom: 30px;
}
.footer-contact ul li a{
	display: block;
	padding: 8px;
}
.footer-right span{
	text-align: center;
}




}