@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&display=swap');

:root {
	--main-font: "Alexandria", sans-serif;
	--bg-gradient: radial-gradient(at top right, #004584 0%, #0a1f34 70%);
}

body {
	font-family: var(--main-font) !important;
	margin: 0 !important;
	padding: 0 !important;
}
.site-header {
	background: transparent;
	min-height: 100px;
	display: flex;
	align-items: center;
	position: absolute;
	width: 100%;
}

p:last-child {
	margin-bottom: 0;
}

p {
	color: #666;
	line-height: 28px;
}

.section-heading.mb-40 {
	margin-bottom: 50px;
}

.section-heading {
	max-width: 80%;
	margin: 0 auto;
}

.section-heading h2 {
	font-size: 48px;
}

.about-img img {
	margin-left: 20px;
	margin-top: 20px;
}

.img-box img {
	border-radius: 20px;
	position: relative;
	z-index: 2;
}

.img-box {
	position: relative;
}

.img-box .background-layer {
	width: 210px;
	height: 95%;
	background: var(--bg-gradient);
	position: absolute;
	z-index: 1;
	border-radius: 20px;
}

.bg-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bg-gradient {
	background: var(--bg-gradient) !important;
}

.p-60 {
	padding: 60px 0;
}

.menu-container-outer {
	display: flex;
	align-items: center;
	column-gap: 0;
	justify-content: center;
	width: 100%;
}

header .menu-main-container {
	width: 80%;
	justify-content: center;
	display: flex;
	margin-left: 60px;
}

header .menu-main-container ul {
	padding: 10px;
	border: solid 1px #ffffff1a;
	border-radius: 50px;
	list-style: none;
	margin: 0;
	display: flex;
	align-items: center;
	column-gap: 24px;
}

header .menu-main-container ul li a {
	text-decoration: none;
	min-height: 40px;
	padding: 0 20px;
	color: #fff;
	border-radius: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	outline: 0 !important;
}

header .menu-main-container ul li a:hover,
header .menu-main-container ul li.current-menu-item a {
	background-color: #ffffff12;
}

.header-main-btn {
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: end;
	column-gap: 16px;
}

.header-main-btn .btn-primary {
	width: 40px;
	padding: 0 !important;
	min-height: 40px !important;
	min-width: 40px !important;
}

.btn-outline-primary:hover {
	background-color: #3362a1 !important;
	border-color: #3362a1 !important;
}

.btn-outline-primary {
	color: #fff !important;
	border-color: #30c3b3 !important;
	background-color: #30c3b3 !important;
	min-height: 50px;
	padding: 0 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	column-gap: 12px;
	border-radius: 30px;
	font-weight: 500;
}

.btn-primary {
	background-color: #3362a1 !important;
	border-color: #3362a1 !important;
	min-height: 50px;
	padding: 0 20px !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	column-gap: 12px;
	border-radius: 30px !important;
	font-weight: 500;
	min-width: 150px;
	color: #fff !important;
}

.btn-primary:hover {
	border-color: #30c3b3 !important;
	background-color: #30c3b3 !important;
}

.hero-section {
	background: var(--bg-gradient);
}

.hero-section-bg {
	padding-top: 160px;
}

.hero-content h1 {
	font-size: 60px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 24px;
}

.main-row {
	align-items: center;
}

.hero-content p {
	color: #ffffffbd;
	font-size: 18px;
	margin-bottom: 40px;
}

.hero-content .hero-btns {
	display: flex;
	align-items: center;
	column-gap: 24px;
}

.exp-section-bg,
.testi-section-bg {
	padding: 60px;
	box-shadow: 0px 10px 30px 10px rgba(0, 69, 132, 0.08);
	border-radius: 30px;
	width: 80%;
	margin: 0 auto;
}

.exp-section-bg .top-row {
/* 	border-bottom: solid 1px #e3e3e3; */
/* 	padding-bottom: 30px; */
/* 	margin-bottom: 20px; */
	align-items:center;
}

.exp-section-bg .heading h2,
.exp-section-bg .heading p {
	margin-bottom: 0;
}

.exp-section-bg .heading p {
	padding-left: 50px;
}

.exp-section-bg .counter {
	text-align: end;
}

.exp-section-bg .counter h3 {
	font-size: 50px;
	margin-bottom: 0;
	color: #30c3b3;
}

.exp-section-bg .counter h3 span {
	/* color: #30c3b3; */
	color: #212529;
}

.exp-section-bg .bottom-img-row {
	display: flex;
/* 	align-items:center; */
	margin:0 -12px;
}

.exp-section-bg .bottom-img-row .item {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin:0 12px;
	padding:12px;
	border:solid 1px #d6d6d6;
	border-radius:16px;
}

.about-content h2 {
	margin-bottom: 24px;
}
.service-section.bg-gradient .section-heading h2 {
    color: #fff;
}
.service-box {
	background-repeat: no-repeat;
	background-size: contain;
	padding: 40px;
	background-color: #ffffff12;
	border-radius: 20px;
	border: solid 1px #ffffff1a;
	height: 100%;
/* 	background-position-x: -234px; */
/* 	background-position-y: 250px; */
	transition: all 0.3s;
}

.service-box:hover,
.service-box:hover .icon-box,
.values-box:hover,
.blog-post-item:hover{
	border-color: #30c3b3;
}

.service-box.one .text-box {
	margin-bottom: 280px;
}

.service-box h3,
.mission-box h3 {
	margin-bottom: 20px;
	color: #fff;
}

.service-box p,
.mission-box p {
	margin-bottom: 0;
	color: #ffffffbd;
}

.service-box-outer {
	display: flex;
	flex-direction: column;
	row-gap: 36px;
	padding-left: 12px;
}

.service-box .icon-box {
	width: 84px;
	height: 84px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: solid 1px #ffffff1a;
	margin-top: 40px;
	background-color: #ffffff12;
}

.service-box .icon-box img {
/* 	max-width: 60px; */
	max-width: 45px;
}

.service-section .box-row {
	row-gap: 32px;
}

.service-section .col-action-btn {
	margin-top: 48px;
}

.testi-outer-slider {
	max-width: 60%;
	margin: 0 auto;
}

.testi-item {
	padding: 32px 24px;
	border-radius: 16px;
	box-shadow: 0px 12px 12px 0px #061C3D0A;
	margin: 12px;
	min-height: 248px;
	background: var(--bg-gradient);
	height: auto !important;
}

.slick-slider {
	margin-bottom: 0 !important;
}

.slick-prev {
	left: -50px !important;
}

.slick-next {
	right: -50px !important;
}

.slick-arrow {
	background-color: #3362a1 !important;
	width: 40px !important;
	height: 40px !important;
	border-radius: 50%;
	font-weight: 500;
}

.slick-arrow:hover {
	background-color: #30c3b3 !important;
}

.slick-arrow.slick-disabled {
	cursor: not-allowed;
	background-color: #234067 !important;
}

.testi-dp {
	display: flex;
	column-gap: 12px;
	align-items: center;
	margin-bottom: 20px;
}

.testi-dp img {
	width: 48px;
	min-width: 48px;
	height: 48px;
	border-radius: 50px;
	object-fit: cover;
}

.testi-dp h5 {
	margin: 0;
	display: flex;
	flex-direction: column;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}

.testi-dp h5 span {
	font-weight: 400;
	font-size: 14px;
	color: #ffffffbd;
	line-height: 20px;
}

.testi-item .star-rating {
	display: flex;
	column-gap: 4px;
	font-size: 18px;
	color: #FF8800;
}

.testi-item p {
	font-weight: 500;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 26px;
	color: #fff;
}

.cta-section .bg-gradient {
	padding: 60px;
	border-radius: 50px;
	text-align: center;
}

.cta-section .bg-gradient .head-row {
	max-width: 80%;
	margin: 0 auto;
}

.cta-section .section-heading h2 {
	margin-bottom: 24px;
	color: #fff;
}

.cta-section .section-heading p {
	color: #ffffffbd;
}

.cta-section .section-heading .action-btns {
	margin-top: 40px;
}

.contact-info .form-row {
	padding: 10px;
	margin: 0;
	min-height: 250px;
	border-radius: 10px;
	background-color: #fff;
}

.contact-details {
	border-radius: 10px;
	padding: 40px;
	position: relative;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: var(--bg-gradient);
}

header.entry-header {
	background: var(--bg-gradient);
}

header.entry-header .entry-title-outer {
	padding-top: 160px;
	padding-bottom: 60px;
	text-align: center;
	color: #fff;
	margin-bottom: 0;
}

.contact-details .info-details h2 {
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	line-height: 34.13px;
	margin-bottom: 14px;
}

.contact-details .info-details ul {
	margin-top: 40px;
	display: flex;
	flex-direction: column;
	row-gap: 40px;
	margin-bottom: 0;
	padding: 0;
	margin-left: 0;
	list-style: none;
}

.contact-details .info-details ul li a,
.contact-details .info-details ul li p {
	display: flex;
	align-items: start;
	gap: 18px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-decoration: none;
}

.contact-details .info-details ul li a:hover {
	color: #30c3b3;
}

.contact-details .info-details ul li img {
	min-width: 20px;
	max-width: 20px;
}

.contact-details .circle-mini {
	background-color: #FFF9F921;
	width: 138px;
	height: 138px;
	position: absolute;
	right: 70px;
	bottom: 24px;
	border-radius: 50%;
}

.contact-details .circle-big {
	background-color: #FFF9F921;
	width: 270px;
	height: 270px;
	position: absolute;
	right: -100px;
	bottom: -150px;
	border-radius: 50%;
}

.contact-details .bottom-socials ul {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.contact-details .bottom-socials ul li a {
	width: 45px;
	min-width: 45px;
	height: 45px;
	max-height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ECEFF3;
	border-radius: 50%;
	color: #fff;
	text-decoration: none;
}

.contact-form {
	padding: 30px 25px 30px 16px;
}

.contact-form .wpcf7-form-control {
	background-color: #fafafa;
	border-color: #fafafa;
	color: #666666;
	font-size: 16px;
	font-weight: 500;
	outline: 0;
	padding: 0 20px;
	box-shadow: none !important;
	border-radius: 8px;
	min-height: 40px;
	width: 100%;
}

.contact-form form .row {
	row-gap: 24px;
}
.contact-form .form-group .wpcf7-form-control.wpcf7-checkbox {
    padding-left: 0 !important;
    background: #fff;
    border: 0;
}
.wpcf7-not-valid-tip{
	font-size:14px !important;
	line-height:1;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output{
	display:none;
}
.contact-form .form-group.checkbox .wpcf7-list-item-label{
	font-size:14px;
	color:#666;
	line-height:1.4;
}
.contact-form .form-group label {
	color: #000418;
	font-size: 16px;
	line-height: 28px;
	display: inline-block;
	margin-bottom: 12px;
}

.contact-form .form-action .wpcf7-form-control {
	background-color: #3362a1 !important;
	border-color: #3362a1 !important;
	color: #fff !important;
	width: auto !important;
	padding: 14px 20px !important;
	border-radius: 30px;
	min-width: 150px;
}

.contact-form .wpcf7-form-control.wpcf7-textarea {
	resize: none;
	height: 150px;
	padding: 10px 20px;
}

.contact-form .form-action .wpcf7-form-control:hover {
	background-color: #30c3b3 !important;
	border-color: #30c3b3 !important;
}

.our-inner-links h3,
.company-info h3 {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: #fff;
}

.our-inner-links ul,
.company-info ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.our-inner-links ul {
	display: flex;
	flex-direction: column;
	row-gap: 8px;
}

.company-info ul {
	display: flex;
	flex-direction: column;
	row-gap: 16px;
}

.our-inner-links li a,
.company-info li,
.footer-links ul li a {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #ffffffd6;
	text-decoration: none;
}

.company-info li a,
.company-info li p {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #ffffffd6;
	display: inline-flex;
	align-items: start;
	column-gap: 10px;
	text-decoration: none;
}

.our-inner-links a:hover,
.footer-links ul li a:hover,
.company-info li a:hover {
	color: #30c3b3;
}

.site-description {
	/* 	color:#ffffffd6; */
	color: #fff;
	line-height: 1.2;
	font-size: 14px;
	margin-top: 16px;
}

.footer-social {
	list-style: none;
	padding: 0;
	margin: 24px 0 0 0;
	display: flex;
	align-items: center;
	column-gap: 16px;
}

.footer-social .btn-primary {
	min-width: 40px;
	min-height: 40px;
	padding: 0 !important;
}

.footer-bottom span {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #ffffffd6;
}

footer .top-row {
	justify-content: space-between;
}

footer .bottom-row {
	border-top: 1px solid #2d3137;
	padding: 24px 0px;
	margin-top: 60px;
	align-items: center;
}

.footer-links ul {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	column-gap: 16px;
	justify-content: end;
}

.footer-links ul li:first-child {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.footer-links ul li {
	margin-left: 8px;
}

.footer-links ul li::marker {
	color: #ffffffd6;
}

.pagebanner-text h1 {
	text-align: center;
	font-size: 60px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 24px;
}

.pagebanner-text p {
	color: #ffffffbd;
	text-align: center;
	margin: 0 auto;
	max-width: 80%;
}

.mission-box {
	background-color: #ffffff12;
	border-radius: 20px;
	border: solid 1px #ffffff1a;
	height: 100%;
	transition: all 0.3s;
}

.mission-box .text-box {
	padding: 40px;
}

.mission-box:hover {
	border-color: #30c3b3;
}

.mission-box img {
	height: 300px;
	width: 100%;
	object-fit: cover;
}

.editor-section h2 {
	font-weight: 700;
	margin-bottom: 16px;
}

.editor-section ul {
	margin: 0;
}

.editor-section li {
	margin-bottom: 16px;
	color: #666;
	line-height: 28px;
}

.service-page .service-box {
	background-color: #fff !important;
	box-shadow: 0px 5px 20px 5px #00458412;
}
.values-box{
	padding: 40px;
	background-color: #ffffff;
	border-radius: 20px;
	border: solid 1px #ffffff1a;
	height: 100%;
	text-align:center;
	box-shadow: 0px 5px 20px 5px #00458412;
	transition: all 0.3s;
}
.blog-post-row {
    row-gap: 24px;
}
.blog-post-item{
	overflow:hidden;
	background-color: #ffffff;
	border-radius: 20px;
	border: solid 1px #ffffff1a;
	height: 100%;
	box-shadow: 0px 5px 20px 5px #00458412;
	transition: all 0.3s;
}
.blog-post-item img{
	border-radius:20px;
}
.blog-post-item .blog-caption{
	padding:20px 40px;
}
.blog-post-item .blog-action {
    padding: 0 40px 40px;
}
.values-box .nbr{
  margin-bottom: 16px;
  line-height: 0.8;
/*   color: #b1b1b136; */
  color: #ccc;
  font-weight: 600;
  font-size: 70px;
}
.about-values .box-row {
    row-gap: 24px;
	justify-content:center;
}
.service-page .service-box h3 {
	color: #212529 !important;
}

.service-page .service-box p {
	color: #666 !important;
}

.service-page .service-box .icon-box {
	background-color: #0b1825 !important;
}
.navbar-toggler{
	background:transparent;
	padding:0 !important;
	border:0 !important;
	box-shadow:none !important;
}


@media (max-width:1300px){
	.container{
		max-width: 95% !important;
	}
}

@media (max-width:992px){
	.p-60 {
		padding: 40px 0;
	}
	.hero-content h1,
	.pagebanner-text h1{
	 	font-size: 48px;
	}
	.hero-section-bg {
		padding-top: 140px;
	}
	.hero-img{
		text-align:center;
	}
	.hero-img img {
	  	max-width: 450px;
	}
	.about-section .main-row {
		flex-direction: column-reverse;
		row-gap: 32px;
	}
	.section-heading h2 {
		font-size: 36px;
	}
	.cta-section .bg-gradient .head-row {
		max-width: 100%;
	}
	.cta-section .bg-gradient {
		padding: 40px;
		border-radius: 36px;
	}
	.contact-info .form-row>div{
		padding:0;
	}
	.footer-links ul{
		justify-content:center;
	}
	.footer-bottom {
		text-align: center;
	}
	.site-header .navbar-collapse{
		position: fixed;
		top: 0;
		right: -400px;
		max-width: 280px;
		width: 100%;
		background: var(--bg-gradient);
		height: 100vh;
		padding: 20px;
		backdrop-filter: blur(16px);
		display: block !important;
		transition: 0.3s;
		z-index:10;
	}
	.site-header .navbar-collapse.show {
		right: 0px;
	}
	header .menu-main-container{
		margin-left:0;
		flex-direction: column;
		width:100%;
	}
	.menu-container-outer{
		flex-direction: column;
	}
	.header-main-btn {
		width: 100%;
		display: flex;
		align-items: start;
		justify-content: start;
		column-gap: 16px;
		padding-left: 20px;
		margin-top: 20px;
	}
	header .menu-main-container ul {
		border: 0;
		flex-direction: column;
		align-items: start;
		padding: 0;
	}
	footer .bottom-row{
		margin-top:30px;
	}
	.footer-inner-data {
		margin-bottom: 30px;
	}
	.blog-post-row {
		row-gap: 24px;
	}
}

@media (max-width:576px){
	.hero-img img {
		max-width: 100% !important;
	}
	.custom-logo-link {
    	max-width: 100px;
	}
	.hero-content p {
    	font-size: 14px;
   	 	margin-bottom: 16px;
	}
	.btn-primary{
		font-size:14px;
	}
	.hero-content h1,
	.pagebanner-text h1{
		font-size: 24px;
		margin-bottom: 12px;
	}
	.about-img img {
		max-width: 93%;
	}
	.about-content h2 {
		margin-bottom: 12px;
	}
	p {
		line-height: 22px;
		font-size: 14px;
		max-width:100% !important;
	}
	.section-heading{
		max-width:100% !important;
	}
	.section-heading.mb-40 {
		margin-bottom: 20px;
	}
	.section-heading h2 {
		font-size: 22px;
	}
	.service-box{
		padding:20px;
	}
	.service-box h3, .mission-box h3 {
		font-size: 20px;
		margin-bottom: 10px;
		line-height: 1.4;
	}
	.service-box .icon-box {
   		width: 60px;
		height: 60px;
		margin-top:20px;
	}
	.service-box .icon-box img {
		max-width: 32px;
	}
	.service-section .col-action-btn {
		margin-top: 28px;
	}
	.blog-post-item .blog-caption {
		padding: 10px 20px;
	}
	.blog-post-item .blog-action {
		padding: 0 20px 10px;
	}
	.cta-section .section-heading .action-btns {
		margin-top: 20px;
	}
	.cta-section .action-btns .btn-primary {
		padding: 0 !important;
		width: 100%;
	}
	.contact-details{
		padding:20px;
	}
	.company-info {
		margin-top: 30px;
	}
	.cta-section .bg-gradient {
		padding: 24px 12px;
		border-radius: 28px;
	}
	.cta-section .section-heading h2 {
		margin-bottom: 10px;
	}
	.mission-box img{
		height:220px;
	}
	.mission-box .text-box {
		padding: 24px;
	}
}
















