.home .header {
    background: transparent;
}
.header-right-bottom:after{
	display:none;
}
.header-right-bottom{background: transparent;}
.header .logo img {
    padding: 0;
    max-width: 210px;
    max-height: 103px;
    transition: .3s ease-in-out;
    object-fit: contain;
	object-position: left center;
}
.space-pd{padding-top:100px;padding-bottom:100px;}
.space-mr{margin-top:100px;margin-bottom:100px;}

.header-row {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-between;

}
.nav-menu>ul>li>a {
    font-size: 16.4px;
	line-height: 32.83px;
}
.header .phone {
    color: #fff;
    padding: 0;
    font-size: 22.5px;
    line-height: 30.46px;
}
.phone-right-desktop {
    display: flex;
    flex-direction: column;
    justify-content: center;
	line-height: 1.2;
}
.header .phone {
    padding: 0;
}
.header.shrink {
    background-color: #14538B;
}
.header.shrink .logo img {
    padding: 0;
}
.header.fixed-top.shrink {
    padding-top: 18px;
    padding-bottom: 18px;
}
.home-banner-heading {
    font-size: 96px;
    line-height: 114px;
}

.home-banner-form-card .wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required,
.home-banner-form-card .form-group.quiz label{
	border: none;
	color: rgba(255, 255, 255, 0.7);
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
	font-size: 14px;
}
.home-banner-form-card .form-control:focus {
    color: #fff;
    outline: 0;
    box-shadow: none !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.home-banner-form-card .wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required{padding-bottom: 10px;}
    
.home-banner-form-card .form-control:focus{
	background-color: transparent;
}


.default-content, .default-content p {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 17.3px;
    line-height: 34.56px;
    letter-spacing: 0%;
    vertical-align: middle;
	color: #111111;
}

.banner-row {
    display: flex;
}

.home-banner-section {
	position: relative;
}

.home-banner-bg {
	position: relative;
	overflow: hidden;
	padding: 243px 0 140px 0;
	min-height: 700px;
	display: flex;
	align-items: center;
	height: 100vh;
}

.home-banner-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

.home-banner-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, #14538B 0%, rgba(20, 83, 139, 0) 100%);
	z-index: 1;
}

.home-banner-section .container {
	position: relative;
	z-index: 2;
}

.home-banner-heading {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	font-size: 96px;
    line-height: 114px;
	color: #ffffff;
	margin-bottom: 32px;
}

.home-banner-btn {
	display: inline-block;
	background-color: #0075BA;
	color: #ffffff;
	padding: 18px 45px;
	font-size: 17px;
	letter-spacing: 0;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 2px;
	border: none;
	transition: background-color 0.25s ease;
	line-height: 17px;
}

.home-banner-btn:hover,
.home-banner-btn:focus {
	background-color: #005f94;
	color: #ffffff;
}

.home-banner-form-card {
	background: rgba(26, 42, 70, 0.4);
	padding: 30px 40px;
	max-width: 560px;
	width: 100%;
}

.home-banner-form-heading {
    color: #ffffff;
    margin-bottom: 25px;
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 30.2px;
    line-height: 60.48px;
    letter-spacing: 0%;
    vertical-align: middle;
}

.home-banner-form .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
	margin-bottom: 22px;
}

.home-banner-form input[type="text"],
.home-banner-form input[type="email"],
.home-banner-form input[type="tel"],
.home-banner-form select,
.home-banner-form textarea {
	background: transparent;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
	color: rgba(255, 255, 255, 0.7);
	border-radius: 0;
	padding: 8px 2px;
	width: 100%;
	font-size: 14px;
	height: 41px;
}

.home-banner-form input::placeholder, .home-banner-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
	opacity:1;
}
.home-banner-form .form-group {
    margin-bottom: 28px;
}

.home-banner-form select {
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='7' viewBox='0 0 13 7' fill='none'%3E%3Cpath d='M0.5 0.5L6.5 6.5L12.5 0.5' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 4px center;
}

.home-banner-form select option {
	color: #1a1a1a;
}

.home-banner-form input::placeholder,
.home-banner-form textarea::placeholder {
	color: rgba(255, 255, 255, 0.65);
}

.home-banner-form .wpcf7-submit {
	background-color: #0075BA;
	border: none;
	color: #ffffff;
	padding: 18px 70px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
	border-radius: 2px;
	transition: background-color 0.25s ease;
	line-height: 20px;
}

.home-banner-form .wpcf7-submit:hover {
	background-color: #005f94;
}
.home-banner-content {
    padding-right: 30px;
}
.header {
	padding-top: 18px;
	padding-bottom: 18px;
}

.about-us-section {
	position: relative;
	padding: 90px 0;
	overflow: hidden; /* keeps the bleed image from creating horizontal scroll */
}

/* --- Left column: eyebrow, heading, CTA --------------------------------- */
.sub-heading {
	font-family: Open Sans;
	font-weight: 400;
	font-size: 17.3px;
	line-height: 34.56px;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: #BBBBBB;
}

.about-us-heading {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.3;
	color: #0a1f44;
	margin-bottom: 26px;
}

.new-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #1A2A46;
    border: 1px solid rgb(0 0 0 / 0%);
    font-family: Open Sans;
    font-weight: 600;
    font-size: 15.6px;
    line-height: 15.55px;
    vertical-align: middle;
}

.new-btn:hover {
	color: #0075BA;
}

.new-btn:hover .new-btn-icon {
	background-color: #005f94;
}

.new-btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background-color: #0075BA;
    color: #ffffff;
    transition: background-color 0.25s ease;
}

/* --- Middle column: body copy, left divider ----------------------------- */
.about-us-content {
	border-left: 1px solid #EEEEEE;
	padding-left: 70px;
	margin-left: 40px;
}

.about-us-content p {
	margin-bottom: 20px;
}

.about-us-content p:last-child {
	margin-bottom: 0;
}

/* --- Right column: image bleed ------------------------------------------ */
/* Sits outside .container-custom, absolutely positioned against the
   section itself, stretching from the container's right column edge
   all the way to the true right edge of the viewport. */
.about-us-image-bleed {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: calc((100% - 1470px) / 2 + (1470px / 12 * 4)); /* viewport gutter + ~1 grid column */
	max-width: 45vw;
	min-width: 320px;
}

.about-us-image-bleed img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom center;
    display: block;
    max-width: 496px;
}



/* --- Inline (non-bleed) image for below-lg screens ----------------------- */
.about-us-image-inline {
	margin-top: 40px;
}

.about-us-image-inline img {
	width: 100%;
	height: auto;
	display: block;
}

.section-heading {
	font-family: Playfair Display;
	font-weight: 700;
	font-size: 43.2px;
	line-height: 51.84px;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #1A2A46;
	margin-bottom: 25px;
}

.content-tabs-section {
    background-color: #FAFAFA;
}

.content-tabs-image img {
	width: 100%;
	height: auto;
	display: block;
}

.content-tabs-intro {
	font-size: 0.95rem;
	line-height: 1.85;
	color: #4a4a4a;
	margin-bottom: 28px;
}

.content-tabs-intro p:last-child {
	margin-bottom: 0;
}

/* --- Tabs nav ------------------------------------------------------------ */
.content-tabs-nav {
    padding-bottom: 35px;
    margin-bottom: 35px;
    gap: 8px;
    border-bottom: 1px solid #C2C2C2;
}

.content-tabs-nav .nav-link {
	border: none;
	background: transparent;
	padding: 10px 20px;
	transition: background-color 0.2s ease, color 0.2s ease;
	font-family: Open Sans;
	font-weight: 500;
	font-size: 20.7px;
	line-height: 24.88px;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #111111;
	cursor: pointer;
}

.content-tabs-nav .nav-link:hover {
	color: #0075BA;
}

.content-tabs-nav .nav-link.active {
	background-color: #0075BA;
	color: #ffffff;
}

/* --- Tab content ---------------------------------------------------------- */
.content-tabs-content {
	font-size: 0.95rem;
	line-height: 1.85;
	color: #4a4a4a;
}

.content-tabs-content p {
	margin-bottom: 16px;
}

.content-tabs-content p:last-child {
	margin-bottom: 0;
}

.content-tabs-content a {
	color: #0075BA;
	text-decoration: underline;
}

.content-tabs-content a:hover {
	color: #005f94;
}

/* ==========================================================================
   Content Section with Two Images
   Badge bg: #0075BA
   Second image runs the full height of image 1 + badge combined
   ========================================================================== */

.content-two-images-section {
	
}

/* --- Left: copy ----------------------------------------------------------*/
.content-two-images-copy {
	font-size: 0.95rem;
	line-height: 1.85;
	color: #4a4a4a;
}

.content-two-images-copy p {
	margin-bottom: 20px;
}

.content-two-images-copy p:last-child {
	margin-bottom: 0;
}

.content-two-images-copy a {
	color: #0075BA;
	text-decoration: underline;
}

.content-two-images-copy a:hover {
	color: #005f94;
}

/* --- Right: media column --------------------------------------------------*/
.content-two-images-media {
	height: 100%;
}

/* Image 1 + badge sit in a relatively-positioned wrapper so the badge can
   overlap the bottom edge without extra markup outside the grid. */
.content-two-images-primary {
	position: relative;
	height: 100%;
}

.content-two-images-img-1 {
	width: 100%;
	height: calc(100% - 168px);
	display: block;
	object-fit: cover;
}

.content-two-images-img-2 {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* --- Badge ---------------------------------------------------------------*/
.content-two-images-badge {
	position: relative;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	gap: 14px;
	background-color: #0075BA;
	padding: 18px 24px;
	max-width: 100%;
	margin-top: 30px;
	height: 138px;
	justify-content: space-between;
}

.content-two-images-badge-icon {
    width: 100px;
    height: auto;
    flex-shrink: 0;
}

.content-two-images-badge-copy {
	display: flex;
	flex-direction: column;
	line-height: 1.2;
}

.content-two-images-badge-number {
	font-family: Open Sans;
	font-weight: 700;
	font-size: 64px;
	line-height: 72.28px;
	letter-spacing: -3%;
	vertical-align: bottom;
	color: #fff;

}

.content-two-images-badge-text {
    color: #ffffff;
    font-family: Open Sans;
    font-weight: 500;
    font-size: 24px;
    line-height: 105%;
    letter-spacing: 0%;
    text-align: center;
}

.award-section {
	padding: 50px 0;
	background-color: #F8F8F8;
}
 
/* Each slide gets side padding via Slick's native gutter approach */
.award-slider .slick-slide {
	padding: 0 24px;
}
 .award-slider .slick-current.slick-active+.slick-active {
    padding: 0 24px;
}
.award-slide {
	display: flex !important; /* Slick sets display:block by default */
	align-items: center;
	justify-content: center;
	height: 90px;
	background-color: transparent;
}

.award-slider .slick-track{padding-top:0;padding-bottom:0	}
 
 /* Add gap between slides */
.testimonial-slider-home .slick-slide {
    margin: 0 15px;
    height: inherit !important;
}

/* Fix overflow caused by margins */
.testimonial-slider-home .slick-list {
    margin: 0 -15px;
}

/* Make all slides equal height */
.testimonial-slider-home .slick-track {
    display: flex !important;
}

.testimonial-slider-home .slick-slide {
    display: flex !important;
    height: auto !important;
}

.testimonial-slider-home .slick-slide > div {
    display: flex;
    width: 100%;
}
 .testimonial-slider-home .testimonial-item .testi-stars {
    display: flex;
    width: 100%;
    margin-bottom: 25px;
    gap: 12px;
}
.testimonial-slider-home .testimonial-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.testimonial-slider-home .slick-current.slick-active+.slick-active {
    padding: 40px; 
}
.testimonial-slider-home .slick-track {
    padding-top: 50px;
    padding-bottom: 50px;
}
.testimonial-section-home {
    padding-left: 50px;
    padding-right: 50px;
}
.btn-new-outline {
    border: 1px solid #fff;
    background-color: #fff;
    color: #14538b;
    text-transform: uppercase;
}
.award-slide img {
	max-height: 70px;
	width: auto;
	max-width: 100%;
	filter: grayscale(100%);
	opacity: 0.85;
	transition: filter 0.25s ease, opacity 0.25s ease;
}
 
.award-slide img:hover {
	filter: grayscale(0%);
	opacity: 1;
}
 
.award-slider:not(.slick-initialized) {
	display: flex;
	overflow: hidden;
}
 
.award-slider:not(.slick-initialized) .award-slide {
	flex: 0 0 auto;
	width: calc(100% / 7);
}
/* .award-slider .award-slide:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border-bottom: 2px solid transparent;
    right: 0;
    bottom: 0;
    border-right: 2px solid transparent;
    transition: .4s;
}
.award-slider .award-slide:after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border-top: 2px solid transparent;
    left: 0;
    top: 0;
    border-left: 2px solid transparent;
    transition: .4s;
}

.award-slider .award-slide:hover:after, .award-slider .award-slide:hover:before {
    height: 100%;
    width: 100%;
    border-color: #19385e;
}
 */
.slick-current.slick-active+.slick-active:before{display:none;}
.testimonial-item {
    background-color: #fff;
    height: 100%;
    padding: 40px;
}
.testi-title {
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 32px;
    line-height: 25.92px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
	    margin-bottom: 24px;
}
 


.testimonial-section-home {
    background-color: #14538B;
}

.content-section-block {
	position: relative;
}
.half-blu-box:before {
    background-color: #14538B;
    position: absolute;
    top: 0;
    left: 0;
    width: 46%;
    content: '';
    height: 485px;
}

.content-section-media {
	position: relative;
}

.content-section-img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
	display: block;
}

.content-section-copy {
	margin-bottom: 28px;
}

.content-section-copy p {
	margin-bottom: 20px;
}

.content-section-copy p:last-child {
	margin-bottom: 0;
}

.content-section-btn {
	display: inline-block;
	background-color: #0075BA;
	color: #ffffff;
	padding: 14px 34px;
	font-size: 0.85rem;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 2px;
	transition: background-color 0.25s ease;
}

.content-section-btn:hover {
	background-color: #005f94;
	color: #ffffff;
}
.contact-us-home {
    background-color: #F8F8F8;
}

.our-team-section {
	position: relative;
	padding: 90px 0;
	border-top: 4px solid #0075BA;
	border-bottom: 4px solid #0075BA;
}

.our-team-eyebrow {
	display: block;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 0.8rem;
	color: #9aa0a6;
	margin-bottom: 14px;
}

.our-team-heading {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.3;
	color: #0a1f44;
	margin-bottom: 26px;
}

.our-team-btn {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	font-size: 0.9rem;
	font-weight: 600;
	color: #0a1f44;
}

.our-team-btn:hover {
	color: #0075BA;
}

.our-team-btn:hover .our-team-btn-icon {
	background-color: #005f94;
}

.our-team-btn-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	background-color: #0075BA;
	color: #ffffff;
	border-radius: 2px;
	transition: background-color 0.25s ease;
}

.our-team-card {
	display: flex;
	flex-direction: column;
}

.our-team-card-link {
	display: block;
}

.our-team-photo {
	width: 100%;
	    height: 470px;
	overflow: hidden;
	margin-bottom: 20px;
}

.our-team-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	display: block;
	transition: transform 0.35s ease;
}

.our-team-card-link:hover img {
	transform: scale(1.04);
}

.our-team-name {
    margin-bottom: 4px;
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 20.7px;
    line-height: 24.88px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #000000;
}

.our-team-designation {
    color: #BBBBBB;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 15.6px;
    line-height: 31.1px;
    letter-spacing: 0%;
    vertical-align: middle;
}
.new-contact-form .wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
	border: none;
    padding: 0.45rem;
    font-size: 14px;
    background-color: transparent;
    border-bottom: 1px solid #D4D4D4;
    width: 100%;
    padding-left: 0;
    color: #999999;
}

.new-contact-form .form-control:focus {
    color: #999999;
    background-color: transparent;
    border-color: #0075BA;
    outline: 0;
}
.new-contact-form .wpcf7-submit {
    background-color: #0075BA;
    border: 1px solid #0075BA;
}
.new-contact-form {
    padding-top: 20px;
}
.common-cta-section {
    background: #14538B;
    padding: 1rem 0;
    position: relative;
    overflow: hidden;
}
.common-cta-section .left-block .h3.title {
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 27.6px;
    line-height: 33.18px;
    letter-spacing: 0%;
    vertical-align: middle;
}
.common-cta-section .right-block a:hover {
    color: #fff;
    text-decoration: underline !important;
}
.footer .social-links ul {
    display: flex;
    margin-top: 1rem;
    justify-content: center;
    align-items: center;
}
.footer-middle .footer-block-1 img {
    max-height: 6rem;
    margin: 0 auto 35px auto !important;
    display: block;
}
.footer-middle {
    padding-bottom: 0;
    padding-top: 0;
}
.footer-block {
    padding-top: 65px;
    padding-bottom: 65px;
}
.footer-middle .footer-block-1:before, .footer-middle .footer-block-2:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
    background: #1E1E1E;
}
.copyright-section {
		background: #0C0C0C;
		color: #fff;
		padding: 13px 0;
		font-size: .8rem;
		font-weight: 400;
		font-size: 13.8px;
		line-height: 27.65px;

}
.home-banner-form-card label.error {
    font-size: 12px !important;
    color: #fff !important;
    position: absolute;
    bottom: -15px;
    line-height: 100%;
    margin-bottom: 0;
}
.home-banner-form-card label#quiz-math-error {
    border: none !important;
}
.header .phone a:hover{color: #fff; text-decoration:underline !important;}

.contact-us-home .form-group {
    margin-bottom: 30px;
}
.contact-us-home .form-group.quiz label {
    font-size: 14px;
}
.contact-us-home label.error {
    position: absolute;
}

.new-contact-form .form-control {
    color: #999999;
}
/* --- Responsive ------------------------------------------------------------*/
@media (min-width: 1200px) {
	.mobile-search-bar-box{display:none}
	.mobile-search-bar{display:none}
	.new-mobile-phone{display:none}
}
@media (max-width: 1599.98px) {
	
	.about-us-image-bleed {
		width: calc((100% - 1320px) / 2 + (1320px / 12 * 4));
	}
}

@media (min-width: 1600px) {
	.container {
		max-width: 1470px;
	}
}


@media (max-width: 1599px) {
	.home-banner-form-card {
		padding: 30px;
		max-width: 530px;
	}
}	
@media (max-width: 1440px) {
	.home-banner-heading {
		font-size: 70px;
		line-height: 90px;
	}	
	.header .phone {
		font-size: 20px;
		line-height: 28.46px;
	}
	.content-tabs-nav .nav-link {
		padding: 10px 18px;
		font-size: 18px;
		line-height: 24.88px;
	}
	.content-tabs-nav {
		padding-bottom: 25px;
		margin-bottom: 25px;
	}
	.section-heading {
		font-size: 38px;
		line-height: 44px;
		margin-bottom: 20px;
	}
	.default-content, .default-content p {
		font-size: 16px;
		line-height: 32px;
	}
	.testi-title {
		font-size: 28px;
		margin-bottom: 18px;
	}
	.testimonial-slider-home .testimonial-item .testi-stars {
		margin-bottom: 18px;
		gap: 12px;
	}
	.testimonial-slider-home .slick-track {
		padding-top: 50px;
		padding-bottom: 0;
	}
	.testimonial-item {
		padding: 25px;
	}
	.testimonial-slider-home .slick-current.slick-active+.slick-active {
		padding: 25px;
	}
	.our-team-photo {
		height: 420px;
	}
	
	.header .logo img {
		max-width: 100px;
		max-height: 60px;
	}
	.about-us-content {
		padding-left: 40px;
		margin-left: 20px;
	}
	.space-pd{padding-top:80px;padding-bottom:80px;}
	.space-mr{margin-top:80px;margin-bottom:80px;}
	.award-section {padding: 40px 0;}
	.content-two-images-badge-number {
		font-size: 50px;
		line-height: 62.28px;
	}
	.content-two-images-badge-text {
		font-size: 20px;
		line-height: 105%;
	}
	.content-two-images-badge-icon {
		width: 80px;
	}
}

@media (max-width: 1366px) {
	.content-tabs-nav .nav-link {
		padding: 10px 15px;
		font-size: 16px;
		line-height: 22.88px;
	}
	.content-tabs-nav {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.header {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.header.fixed-top.shrink {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
@media (max-width: 1280px) {
	
	.nav-menu>ul>li>a {
		font-size: 14.4px;
		line-height: 30.83px;
	} 
	.header .phone-title {
		font-size: 14px;
	}
	.header .phone {
		font-size: 17px;
		line-height: 26.46px;
	}
	.home-banner-form-heading {
		margin-bottom: 20px;
		font-size: 26.2px;
		line-height: 30.48px;
	}
	.home-banner-bg {
		padding: 215px 0 140px 0;
	}
}
@media (max-width: 1279px) {
	.home-banner-heading {
		font-size: 60px;
		line-height: 80px;
	}
}
@media (max-width: 1199px) {
	.home-banner-heading {
		font-size: 47px;
		line-height: 60px;
	}
	.home-banner-form-card {
		padding: 20px;
		max-width: 480px;
	}
	.home-banner-form-heading {
		margin-bottom: 15px;
		font-size: 26px;
		line-height: 32px;
	}
	.mobile-search-bar {
		display: inline-flex;
		background-color: transparent;
		width: 45px;
		height: 45px;
		text-align: center;
		line-height: 49px;
		margin-left: 15px;
		position: relative;
		right: auto;
		align-items: center;
		justify-content: center;
		border: 1px solid #fff;
	}
	.new-mobile-phone {
		height: 45px;
		width: 45px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		border: 1px solid #fff;
		padding: 5px;
	}
	.new-mobile-phone svg, .new-mobile-phone img {
		width: 22px;
		height: 22px;
	}
	.mob-menu-right-sec {
		display: flex;
		gap: 15px;
		align-items: center;
	}	
	.home-banner-bg {
		height: 730px;
	}
	.header-left {
		display: flex;
		width: 100%;
		justify-content: space-between;
	}
	.space-pd{padding-top:60px;padding-bottom:60px;}
	.space-mr{margin-top:60px;margin-bottom:60px;}
	
	.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu {
        display: none;
        background: 0 0;
        padding-left: 14px;
    }
	.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: 42px;
        width: 40px;
    }
	.sidebar-menu-arrow::after {
		cursor: pointer;
		content: "";
		position: absolute;
		top: -10px;
		margin: auto;
		bottom: 0px;
		right: 16px;
		background-repeat: no-repeat;
		background-position: center;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		border: solid white;
		border-width: 0 1.5px 1.5px 0;
		display: inline-block;
		padding: 3px;
		width: 13px;
		height: 13px;
	}
	.sidebar-menu-arrow.responsive-up-arrow:after {
		transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		top: 5px;
	}
	.page-banner {
       /*  margin-top: 64px; */
    }
	.menu-header {
		display: none;
	}
	.menu-button:hover {
        cursor: pointer;
    }
	.menu-button {
		height: 45px;
        width: 45px;
        position: relative;
        z-index: 12;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        border-radius: 0;
        margin-left: 0;
        border: none;
        background-color: var(--color--primary);
        border: 1px solid #fff;
	}
	
	.menu-button .menu-bar {
        position: relative;
        width: 21px;
        transition: .5s;
        opacity: 1;
        display: block;
        height: 2px;
        background: #fff;
        margin-top: 5px;
        text-align: center;
        border-radius: 30px;
	}
	.menu-bar.menu-bar-top {
		margin-top: 0;
	}
	.menu-wrap {
		background-color: #14538B;
		position: fixed;
		top: 88px;
		height: 100%;
		width: 100%;
		right: -100%;
		font-size: 1em;
		font-weight: 700;
		overflow: auto;
		transition: .5s;
		z-index: 12;
		display: flex;
		justify-content: center;
	}
	.search-icon svg, .search-icon img {
			height: 20px;
			width: 20px;
    }
	.header-search-box {
		height: 101px;
		
	}
	.menu-full-wrapper {
        width: 100%;
        position: relative;
    }
	.menu-sidebar {
        margin: 0;
        position: relative;
        top: 0;
        width: 100%;
        margin-left: auto;
        padding-top: 0;
    }
	.menu-bar-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }
	.menu-sidebar .menu-bar-wrapper li {
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        margin: 0;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
        padding: 0;
		list-style: none;
    }
	.menu-sidebar .menu-bar-wrapper li.current-menu-item > a {
		font-weight: 500;
        background-color: #1b263b;
        color: #fff;
        width: 100%;
    }
	.menu-sidebar .menu-bar-wrapper li.current-menu-item .sidebar-menu-arrow::after{
      border-color: #fff;
    }
	
	.sidebar-menu-arrow.responsive-up-arrow:after{
		        transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
		        top: 5px;
	}

	 .menu-sidebar .menu-bar-wrapper li > a {
        color: #ffffff;
        font-weight: normal;
        padding: 7px 20px;
        position: relative;
        display: block;
        font-weight: 400;
        font-size: 16px;
		text-transform: capitalize;
    }
	.menu-button.button-open {
		/* background: none; */
        z-index: 111111;
        /* height: 45px;
        width: 45px; */
        right: 0;
        top: 0;
        /* position: fixed; */
        /* border: transparent;
		background: #23304A; */
        position: relative;
    }
	.menu-show {
		right: 0;
		box-shadow: none;
		display: block;
		max-width: 100%;
		z-index: 11111;
	}


	.button-open .menu-bar-top {
        transform: rotate(45deg) translate(10px, 10px);
        transition: .5s;
        top: 9px;
        opacity: 1;
    }
	.button-open .menu-bar {
        opacity: 1;
    }
	    .button-open .menu-bar-middle {
        background-color: #fff;
        transform: translate(230px);
        transition: .1sease-in;
        opacity: 0;
    }
	.menu-button.button-open .menu-bar-top {
		transform: rotate(45deg) translate(3px, 3px);
        transition: .5s;
        top: 3px;
        opacity: 1;
    }
	header#header.small-header .menu-button.button-open .menu-bar {
		background: #fff;
	}
	.menu-button.button-open .menu-bar-top, .menu-button.button-open .menu-bar-bottom, .menu-button.button-open .menu-bar-middle {
        border-color: #fff;
    }
	
	.menu-button.button-open .menu-bar-top, .menu-button.button-open .menu-bar-bottom, .menu-button.button-open .menu-bar-middle {
        border-color: #fff;
		background-color: #fff;
    }
	.menu-button.button-open .menu-bar-bottom {
		border-color: #fff;
		background: #fff;
		transform: rotate(-45deg) translate(14px, -14px);
		transition: .5s;
		top: 13px;
	}
	.content-two-images-badge-number {
		font-size: 38px;
		line-height: 42.28px;
	}
	.content-two-images-badge-icon {
		width: 50px;
	}
	.content-two-images-badge {
		padding: 15px 20px;
		margin-top: 20px;
		height: 95px;
	}
	.content-two-images-img-1 {
		height: calc(100% - 115px);
	}
	.our-team-photo {
        height: 280px;
    }
	.half-blu-box:before {
		height: 385px;
	}
	.about-us-content {
        padding-left: 0;
        margin-left: 0;
        border: none;
        padding-top: 20px;
    }
	.about-us-image-bleed {
        right: 100px;
    }
	.content-tabs-nav {
		gap: 0;
	}
	.content-tabs-nav .nav-link {
		padding: 10px 13px;
		font-size: 14px;
		line-height: 18.88px;
	}
	.section-heading {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 18px;
    }
	.home-banner-form .light-bg-form span.wpcf7-spinner {
		position: absolute;
	}
	.home-banner-bg {
		padding: 118px 0 50px 0;
		min-height: auto;
	}
	.sub-heading {
		font-size: 16px;
		line-height: 32px;
	}
	.testimonial-section-home {
		padding-left: 30px;
		padding-right: 30px;
	}
	.footer-middle .footer-block-2 {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.footer-middle .footer-block-3 {
		padding-left: 2rem;
	}
	.footer-middle .footer-block-1 {
		padding-right: 2rem;
	}

	
}
@media (max-width: 991px) {
	.space-pd{padding-top:50px;padding-bottom:50px;}
	.space-mr{margin-top:50px;margin-bottom:50px;}
	.section-heading {
		font-size: 30px;
		line-height: 38px;
	}
	
	.award-slider .slick-slide {
		padding: 0 16px;
	}
 
	.award-slide {
		height: 70px;
	}
 
	
	.our-team-section {
		padding: 60px 0;
	}

	.our-team-intro {
		margin-bottom: 20px;
	}

	.our-team-heading {
		font-size: 1.7rem;
	}
	.content-section-block {
		padding: 60px 0;
	}

	.content-section-media {
		max-width: 100%;
		margin: 0 auto 40px;
	}

	.content-section-decor {
		top: -20px;
		left: -20px;
	}
	.content-two-images-section {
		
	}

	.content-two-images-media {
		margin-top: 30px;
	}

	.content-two-images-primary {
		margin-bottom: 0;
	}

	
	.content-tabs-section {
		padding: 60px 0;
	}

	.content-tabs-nav {
		flex-wrap: wrap;
	}
	

	.about-us-content {
		border-left: none;
        padding-left: 0;
        margin-top: 0;
        margin-left: 0;
	}

	.about-us-heading {
		font-size: 1.7rem;
	}
	.home-banner-bg {
		padding: 140px 0 90px 0;
		min-height: auto;
	}

	.home-banner-heading {
		font-size: 30px;
		line-height: 40px;
	}
	.home-banner-form-card label.error {
		font-size: 10px !important;
	}

	.home-banner-form-card {
		margin-top: 10px;
	}
	.content-two-images-badge-icon {
		width: 80px;
	}
	.content-two-images-badge {
        height: 130px;
    }
	.content-two-images-badge-number {
        font-size: 50px;
        line-height: 50.28px;
    }
	.content-two-images-img-1 {
		height: calc(100% - 150px);
	}
	.about-us-image-inline img {
		width: 100%;
		height: auto;
		display: block;
		object-fit: contain;
		max-width: 370px;
		margin: 0 auto;
	}
	.award-slider .slick-track {
		display: flex;
	}
	.about-us-section {
		padding-bottom: 0;
	}
	 .footer-middle .row{
		justify-content: space-between;
		flex-wrap: nowrap;
	}
	.footer-middle .row.multi_address .footer-block-2 {
		width: auto;
		padding-right: 30px;
		margin-top: 0;
		padding-left: 0;
    }
	.footer-middle .row.multi_address .footer-block-3 {
        width: auto !important;
    }
	.footer-middle .row.multi_address .footer-block-3 .footer-nap-row {
		gap: 30px;
	}
	.footer-middle .footer-block-1:before, .footer-middle .footer-block-2:before {
		display:none;
	}
	.footer-middle .row.multi_address .footer-block-1{width: 25%;}

}



@media (max-width: 767px) {
	.content-section-decor {
		display: none; 
	}
	.content-two-images-media .col-6 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.content-two-images-img-2 {
		height: auto;
		margin-top: 10px;
	}
	
	.home-banner-heading {
		font-size: 1.9rem;
	}

	.home-banner-form-card {
		padding: 30px 24px;
	}
	.banner-row {
		display: flex;
		flex-direction: column;
	}
	.home-banner-bg {
		min-height: auto;
		height: auto;
		padding: 100px 0 50px 0;
	}
	.home-banner-heading {
		font-size: 42px;
		padding-top: 20px;
	}
	.home-banner-form-card {
		margin-top: 30px;
	}
	.content-tabs-nav .nav-link {
		padding: 10px;
		line-height: 16.88px;
	}
	.content-two-images-img-1 {
        height: auto;
    }
	.content-two-images-badge {
		height: auto;
	}
	.our-team-photo {
		height: auto;
	}
	.half-blu-box:before {
		height: 285px;
		width: 88%;
	} 
	.common-cta-section .right-block {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.footer {
		padding-top: 50px;
	}
	.footer-block {
		padding-top: 20px;
		padding-bottom: 0px;
	}
	.testimonial-section-home {
		padding-left: 0;
		padding-right: 0;
	}
	.footer-middle .row {
        justify-content: space-between;
        flex-wrap: wrap;
    }
	.footer-middle .row.multi_address .footer-block-2 {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		margin-bottom: 20px !important;
    }
	.footer-middle .row.multi_address .footer-block-3 {
        width: 100% !important;
        display: -webkit-flex;
        align-items: center;
        justify-content: center;
		margin-top: 0;
    }
	.footer-middle .row.multi_address .footer-block-1 {
		width: 100%;
	}
	.our-team-card {
		margin-bottom: 20px;
	}
	.team-card-row .team-card-col:last-child .our-team-card {
		margin-bottom: 0;
	}
	.new-contact-form span.wpcf7-quiz-label {
		font-size: 12px;
	}
	.new-contact-form .wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
		font-size: 12px;
	}
	.default-content, .default-content p {
		text-align: left;
	}
	.home-banner-form-heading {
        margin-bottom: 10px;
        font-size: 0;
        line-height: 28px;
    }
	.home-banner-form-card span.wpcf7-quiz-label {
		font-size: 14px;
	}
	.footer-middle .row.multi_address .footer-block-3 .footer-nap-row {
        gap: 0;
    }
}


@media (max-width: 576px){
	.content-tabs-nav .nav-link {
		line-height: 15.88px;
		font-size: 12px;
	}
	.home-banner-heading {
		font-size: 37px;
		padding-top: 0;
		line-height: 50px;
	}
}