*, ::after, ::before {
    box-sizing: border-box;
}
body{
	margin:0px;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	color: #081d60;
}
img{
	max-width:100%;
}
.container{
	padding-right: 5%;
	padding-left: 5%;    
}
@media screen and (min-width: 1440px){
	.container{
		padding-right: 100px;
		padding-left: 100px;    
	}
}

header{
	background-image: linear-gradient(180deg, rgba(246, 251, 255, 0), #f6fbff);
    background-color: #dddddd;
	padding: 20px 0px;
}
ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
a{
	color:black;
	text-decoration:none;
}
header ul{
	display:flex;
	gap:39px;
	align-items:center;
}

.active{
	border-bottom: 2px solid #081d60;
}
.header-flex{
	display: flex;
    justify-content: space-between;
	align-items:center;
}
.menu{
	display: flex;
    gap: 48px;
}
.login{
	border-radius: 10px;
    background-color: #0573e0;
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.1;
    font-weight: 400;
    text-align: center;
    padding: 11px 19px;
}
.fa-bars{
	display:none;
}
.top-bar{
	background-color: #0573e0;
	padding: 11px 0px;
	text-align:right;
}
.top-bar a{
	color:white;
}
.top-bar .container{
	display: flex;
    justify-content: space-between;
    gap: 33px;
	padding-right: 5%;
	padding-left: 5%;
}
.top-links a{
    padding-right: 8px;
    border-right: 1px solid white;
    padding-left: 8px;
    font-size: 14px;
}
@media only screen and (max-width: 600px) {
    .top-bar .container {
        display: block;
        text-align: center;
        padding:0px;
    }
    .top-links{
        margin-top:14px;
    }
    .top-links a {
        padding-right: 4px;
        padding-left: 4px;
    }
}
header  .container{
	padding-right: 5%;
	padding-left: 5%;
}
.btn {
	padding: 1rem 2rem;
	border-radius: 10px;
	background-color: #0573e0;
	color: #fff;
	font-size: 1.125rem;
	line-height: 1.1;
	font-weight: 600;
	text-align: center;
	display: inline-block;
	margin-top: 12px;
	border:0px;
	font-family: 'Poppins', sans-serif;
	cursor:pointer;
}
#text{
	display: inline-block;
    min-height: 54px;
    padding-right: 12px;
    margin-top: 0rem;
    margin-bottom: 0rem;
    font-size: 3.25rem;
    line-height: 1.2;
    font-weight: 600;
}
#text::after {
	content: '|';
	display: inline;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
}
.section{
	padding:60px 0px
}
.two-col{
	display:grid;	
	grid-template-columns: repeat(2, 1fr);
	gap:4rem
}
h2{
	background-image: -webkit-gradient(linear, left top, right top, from(#70c3ff), to(#1064dd));
	background-image: linear-gradient(90deg, #70c3ff, #1064dd);
	color: transparent;
	font-size: 3rem;
	font-weight: 600;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 9px 0px;
	line-height: 62px;
}
.office{
	background-image:url(../img/office.png);
	background-size:cover;
	color:white;
	text-align:center;
}
.overlay{
	background-color:#00000091;
	padding: 105px 0px;
}
.office h2{	
	margin-top: 0rem;
    margin-bottom: 27px;
    color:white;
    line-height: 1.2;
    font-weight: 600;
    font-size: 3.75rem;
	-webkit-text-fill-color: unset;
}
.office .overlay {
    padding: 168px 0px;
}
.text-center{
	text-align:center
}

.four-col{
	display:grid;	
	grid-template-columns: repeat(4, 1fr);
	margin-top:40px
}
.four-col div{
	border:1px solid #e2e2e2;
	padding: 32px;
}
.ac{
	align-items:center;
}
.gbg{
	background-image: linear-gradient(180deg, rgba(112, 195, 255, 0), #f6fbff);
}
.val-img{
    background-color: #0573e0;
    padding: 12px;
    flex: 0 0 79px;
    height: 79px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}
.three-col{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 20px;
    gap: 34px;
    margin-top: 40px;
}
.single-val{
	display: flex;
	gap: 13px;
}
.single-val h3{
	margin:0px;
}
.single-val p{
	margin-top:0px;
}
footer{
	background-color: #081d60;
    color: #fff;
	padding-bottom: 47px;
    padding-top: 66px;
}
.footer-row{
	display:flex;
	gap:48px
}
.footer-contact a{
	display:flex;
	gap:8px;
	align-items:center;
	color:white;
	margin-top: 11px;
}
.mailicon{
	width: 20px;
}
.footer-links{
	display:flex;
	gap:22px
}
.footer-links a{
	color:white;
	display:block;
	margin-top:12px
}
.footer-links h3{
	margin-bottom:4px;
}
.footer-about{
	flex: 0 0 48%;
}
.footer-bottom{
	display: flex;
    border-top: 1px solid #848eb0;
    gap: 16px;
    margin-top: 33px;
    padding-top: 42px;
    color: #848eb0;
    align-items: center;
}
.footer-bottom a{
	color: #848eb0;
}
.whoweare{
	background-image:url(../img/who-we-are.jpg);
}
.services{
	background-image:url(../img/services.png);
	background-position: bottom;
}
.assessment{
	background-image:url(../img/assessment.png);
	background-position: bottom;
}
.contact{
	background-image:url(../img/contact.png);
	background-position: bottom;
}
.quote{
	background-image:url(../img/quote.png);
	background-position: bottom;
}
.career{
	background-image:url(../img/team.png);
	background-position: bottom;
}
.common{
	background-size:cover;
	overflow:hidden;
}	
.overlay-two{
	background-color: #07004f87;
    padding: 126px 0px;
    color: white;
    font-size: 26px;
}	
.mt{
	margin-top:40px;
}	
.big-h3{
	font-size: 36px;
}	
.red{
	color:red;
}	

.selectBox {
  position: relative;
}
.multiselect{
	position:relative;
}
.overSelect {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

#checkboxes {
	display: none;
	border: 1px #dadada solid;
	position: absolute;
	background-color: white;
	width: 100%;
	top: 49px;
	padding: 12px;
	right: 0;
	left: 0;
}

#checkboxes label {
	display: block;
}
.tbox{
	display: block;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #d2d2d2;
    padding: 11px;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
}
.smsg{
	background-color: #d8ebd9;
	margin-bottom: 22px;
	padding: 11px;
	border-radius: 4px;
	border: 1px solid #014a01;
}
.file-input__input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.file-input__label {
    padding: 0.5rem 1rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border: 1px solid #c8b8b8;
    border-radius: 0.25rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#e8e6e6));
    background-image: linear-gradient(180deg, #f4f4f4, #e8e6e6);
    color: #000;
    font-weight: 600;
}

.file-input__label svg {
  height: 16px;
  margin-right: 4px;
}
.file-input{
	border: 1px solid #c8b8b8;
    border-radius: 6px;
    background-color: #f4f4f4;
    padding: 21px;
    margin-bottom: 14px;
}
.codes{
    display: flex;
    align-items: center;
    gap: 33px;
    margin-top: 33px;
}
.add{
        display: flex;
    gap: 17px;
    margin-top: 16px;
}
.social a{
    background-color: #0072b1;
    display: inline-flex;
    align-items: center;
    gap: 13px;
    padding: 6px 18px;
    border-radius: 6px;
    text-align: left;
    margin-top: 16px;
    font-size: 17px;
}
.social a i{
    font-size: 21px;
}
.social a:hover{
    background-color:white;
    color:black;
}
.social a:hover i{
    color:black;
}
.hippa{
    width: 86px;
}
@media screen and (max-width: 1000px) {
	header ul {
		display: block;
	}
	.menu{
		display: none;
		position: absolute;
		background-color: white;
		width: 100%;
		padding: 14px;
		right: 0;
		left: 0;
		z-index: 999;
		top: 149px;
	}
	header ul li{
		margin-top:12px
	}
	.fa-bars {
		display: block;
	}
	.login{
		display: inline-block;
		margin-top: 19px;
	}
}

@media screen and (max-width: 1016px) {
	.four-col {
		grid-template-columns: repeat(3, 1fr);
	}
	.three-col {
		grid-template-columns: repeat(2, 1fr);
	}
	.footer-row {
		display: block;
	}
	.footer-links {
		margin-top: 36px;
	}
}
@media screen and (max-width: 992px) {
	.two-col {
		grid-template-columns: repeat(1, 1fr);
	}
	form .two-col{
		gap:0px;
	}
}
@media screen and (max-width: 768px) {
	.four-col {
		grid-template-columns: repeat(2, 1fr);
	}
	.three-col {
		grid-template-columns: repeat(1, 1fr);
	}
	h1{
		font-size: 2.25rem !important;
	}
}
@media screen and (max-width: 616px) {
	.footer-links {
		display: block;
    }
	.footer-links a {
		display: block;
    }
	.footer-links a br{
		display:none;
    }
	.footer-links h3 {
		margin-top: 44px;
    }
	.footer-bottom {
		display: block;
    }
	.footer-bottom div{
		display: inline-block;
    }
	.footer-bottom a {
		margin-left: 8px;
		margin-right: 8px;
	}
	.cp{
		margin-right: 8px;	
	}
	.four-col{
		grid-template-columns: repeat(1, 1fr);
	}
	.office h2 {
		font-size: 28px;
	}
}