@font-face {
    font-family: 'Gotham Book';
    src: url('fonts/Gotham-Book.woff2') format('woff2'),
        url('fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html {
	scroll-behavior: smooth;
}
.inner-banner-main .inner-banner-title {
     font-family: "Jost", sans-serif;
		font-weight:600;
}
/* Header Blog hidden */
li#menu-item-223 {
	display: none;
}
.nav-main .main_menu li:last-child a:hover {
    color: white;
}
/* Header Blog hidden */
.about-section {
	padding: 120px 15px;
	background-color: #00103b;
	color: white;
}
.about-section .row {
	display: flex;
	justify-content: space-around;
	align-items: center;
	gap: 40px;
}

.about-section .container {
	max-width: 1370px;
	width: 84%;
	margin: 0 auto;
}

.about-section .image-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-section .left-section{
	width: 46%;
}
.about-section .right-section {
	width: 54%;
}

.about-section p {
	font-size: 28px;
	line-height:1.55;
	margin-bottom: 30px;
	font-weight: 700;
	font-family: 'GothamBold';
}
.our-mission p{
	
	line-height:1.55;
}
.our-mission .right-section{
	width:54%;
}
.our-mission .left-section{
	width:46%;
}
@media (max-width: 1024px){
	.our-mission p{
	font-size: 26px;
	line-height:1.4;
}
.our-mission .right-section{
	width:50%;
}
.our-mission .left-section{
	width:50%;
}
}

.about-section .button {
	background-color: #00d094;
	color: #ffffff;
	padding: 15px 30px;
	border-radius: 5px;
	text-decoration: none;
	display: inline-block;
	transition: background-color 0.3s ease;
}

.about-section .button:hover {
	background-color: #00b084;
}

.about-section .cta-button {
	display: inline-flex;
	align-items: center;
	background-color: #25fa72;
	color: #000000;
	padding: 10px 30px;
	text-decoration: none;
	font-weight: 500;
	font-size: 18px;
	transition: background-color 0.3s ease;
}
.our-mission .heading-text {
	font-family: 'Montserrat', sans-serif!important;
}
.about-section .cta-dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #000000;
	border-radius: 50%;
	margin-right: 8px;
}

.about-section .cta-line {
	display: inline-block;
	width: 30px;
	height: 2px;
	background-color: #000000;
	margin-left: 10px;
}

.about-section .cta-button:hover {
	background-color: #1ce060;
}

.about-section .custom-heading {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	padding-bottom: 30px;
	border-bottom: 1px solid #223433;
	margin-bottom: 50px;
}

.about-section .heading-icon {
	width: 78px;
	margin-right: 20px;
}

/* .about-section .heading-line {
width: 50px;
height: 3px;
background-color: #25fa72;
margin-right: 10px;
} */

.about-section .heading-text {
	font-size: 22px;
	color: #ffffff;
	font-family: 'GothamBold'!important;
	
}

.about-section .row-reverse{
	flex-direction: row-reverse;
}


.why-amp-section {
	text-align: center;
	color: #ffffff;
	background-color: #00114f;
	padding: 120px 20px;
}

.why-amp-section h2 {
	font-size: 48px;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	padding-bottom: 70px;
}

.features-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	max-width: 100%;
	margin: 0 auto;
}

.feature-item {
	display: flex;
	align-items: center;
	gap: 30px;
}

.feature-icon {
 	width: 70px;
	/*height: 80px; */
}

.feature-item p {
	font-size: 22px;
	color: #ffffff;
	margin: 0;
	text-align: left;
	font-family: 'GothamBold';
}

.why-amp-section .custom-heading {
	color: #ffffff;
	padding-bottom: 30px;
	border-bottom: 2px solid #223433;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.why-amp-section .container {
	max-width: 1210px;
	width: 90%;
	margin: 0 auto;
}

.why-amp-section .heading-icon {
	width: 78px;
	height: 20px;
	margin-right: 20px;
}
.why-amp-section .heading-text {
	font-size: 22px;
	color: #ffffff;
	font-family:'GothamBold';
}

.why-amp-section .cta-button {
	display: inline-flex;
	align-items: center;
	background-color: #25fa72;
	color: #000000;
	padding: 10px 30px;
	text-decoration: none;
	font-weight: 500;
	transition: background-color 0.3s ease;
	margin: 120px 0 0;
}
.why-amp-section .cta-button:hover { background-color: #1ce060; }
.why-amp-section .cta-dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #000000;
	border-radius: 50%;
	margin-right: 8px;
}
.why-amp-section .cta-line {
	display: inline-block;
	width: 30px;
	height: 2px;
	background-color: #000000;
	margin-left: 10px;
}

@media (max-width: 768px) {
	.about-section .left-section,
	.about-section .right-section {
		width: 100%;
	}
	.about-section .row {
		flex-direction: column;
	}

	.features-grid {
		grid-template-columns: repeat(1, 1fr);
		gap: 0px;
		max-width: 100%;
	}
	/* .feature-icon {
	width: 106px;
	height: 106px;
} */
	.feature-icon {
		width: 60px;
		height: 60px;
	}
	.feature-item p {
		font-size: 22px;
	}
	.why-amp-section .custom-heading {
		padding-bottom: 30px;
		margin-bottom: 20px;
	}
	.why-amp-section h2 {
		margin-bottom: 30px;
	}
	.feature-item {
		margin-bottom: 20px;
	}
	.why-amp-section .cta-button {

		margin: 40px 0 0;
	}
	.why-amp-section {
		padding: 60px 20px;
	}
	.about-section {
		padding: 60px 15px;
	}
	.about-section p {
		font-size: 22px;
	}
	body:not(.home) .header-outer:before {
		left: 0 !important;
		max-width: 100% !important;
		width: 224px !important;
	}
	.feature-item {
		gap: 20px;
	}
}



/* services section css */

.services-section .container {
	max-width: 1370px;
	width: 90%;
	margin: 0 auto;
}

.services-section .row {
	display: flex;
	/* width added by edward 09202024 */
	width: 96%;
}

.services-section {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	background-color: #00114f;
	padding: 160px 20px 60px;
	color: #ffffff;
}

.services-section .service-card {
	position: relative;
	flex: 1;
	display: flex;
	flex-direction: column;
	max-width: 33%;
	overflow: hidden;
}

.services-section .service-image {
	position: absolute;
	top: 0px;
	right: 20px;
	width: 60%;
	height: 75%;
	background-size: cover;
	background-position: 100% 100%;
	z-index: 1;
	background-repeat: no-repeat;
}

.services-section .service-content {
	position: relative;
	padding: 45px 38px 50px 60px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-grow: 1;
	z-index: 2;
	max-width: 70%;
	background-color: #00103b;
	margin-top: 30px;
}

.services-section .service-icon {
	width: 70px;
	height: 70px;
	margin-bottom: 35px;
}

.services-section .service-content h3 {
	font-size: 28px;
	padding-top: 52px;
	border-top: 1px solid #ffffff;
	margin-bottom: 12px;
	font-weight: 400;
}

.services-section .service-content p {
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 20px;
	flex-grow: 1;
}

.services-section .cta-button {
	display: inline-flex;
	align-items: center;
	color: #ffffff;
	padding: 10px 0px;
	text-decoration: none;
	font-weight: 500;
	transition: background-color 0.3s ease;
	font-size: 18px;
}

.services-section .cta-dot {
	background-image: url(https://ampstrategic.com/wp-content/uploads/2024/08/services-cta-icon.png);
	width: 13px;
	height: 17px;
	background-size: 100%;
	background-position: 100% 100%;
	z-index: 1;
	background-repeat: no-repeat;
	margin-right: 10px;
}

.services-section .cta-line {
	display: inline-block;
	width: 52px;
	height: 2px;
	background-color: #ffffff;
	margin-left: 10px;
}
.services-section .cta-button:hover{
	color:#00e468;
}
.services-section .cta-button:hover .cta-line{
	background-color:#00e468;
}
.services-section .custom-heading {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	padding-bottom: 30px;
	border-bottom: 1px solid #223433;
	margin-bottom: 50px;
}
.services-section .heading-icon {
	width: 78px;
	margin-right: 20px;
}
.services-section .heading-text {
	font-size: 22px;
	color: #e6eaf5;
	font-family:'GothamBold';
}
.services-section .section-heading h2 {
	font-size: 48px;
	margin-bottom: 50px;
	font-weight: bold;
	font-family:'Montserrat', sans-serif;
	text-align: center;
}
@media (max-width: 1200px) {
	.services-section .service-card {
		flex: auto;
		display: flex;
		max-width: 49%;
	}
	.services-section .row {
		flex-wrap: wrap;
	}

}

@media (max-width: 768px) {
	.services-section {
		flex-direction: column;
	}

	.services-section .service-card {
		max-width: 100%;
		margin-bottom: 20px;
	}
	.services-section .row {
		flex-direction: column;
	}
	.services-section .service-content {
		max-width: 75%;
	}
	.services-section .container {
		width: 100%;
	}
	.services-section {
		padding: 60px 20px 60px;
	}
	.services-section .custom-heading {
		padding-bottom: 30px;
		margin-bottom: 20px;
	}
}


.our-mission {
	padding: 60px 15px 120px;
	background-color:#00114f!important;
}


/* Our Team Page CSS */


.profile-section {
	background-color: #00114f;
	padding: 50px 20px 50px;
	color: #ffffff;
}
.profile-section ul{
	padding: 0;
	margin: 0;
}


.profile-section ul li {
	display: flex;
	margin-bottom: 100px;
	gap: 40px;
}
.profile-section ul li:nth-child(2),
.profile-section ul li:nth-child(4),
.profile-section ul li:nth-child(6) {
	flex-direction:row-reverse;
}
.profile-container {
	max-width:1370px;
	width:90%;
	margin:0 auto;
}

.profile-image {
	flex: 1;
	position: relative;
}
.profile-image::before{
	content: url();
	width:100%;
	height:100%;
	left:0;
	top:0;

}
.profile-image img {
	width: 100%;
	height: auto;
	display: block;
}

.profile-content {
	flex: 3;
	padding-left: 20px;
}

.profile-content h2 {
	font-size: 42px;
	margin-bottom: 60px;
	color: #ffffff;
	margin-top: 40px;
	font-weight: bold;
}
.profile-content p {
	font-size: 24px;
	line-height: 1.6;
	color: #e6eaf5;
	margin: 0;
	font-family: "Gotham-book", 'Montserrat';
}
.profile-section .row-reverse{
	flex-direction: row-reverse;
}
.profile-section .custom-heading{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #ffffff;
	padding-bottom: 10px;
	border-bottom: 1px solid #223433;
	margin-bottom: 50px;
}
.profile-section .custom-heading .left-section{
	margin: 0 auto;
}
.profile-section .heading-text {
	font-size: 22px;
	color: #e6eaf5;
	font-family:'GothamBold'!important;
}
.profile-section  .heading-icon {
	width: 78px;
	margin-right: 20px;
}
@media (max-width: 768px) {
	.profile-container {
		flex-direction: column;
		text-align: center;
	}

	.profile-image {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.profile-content {
		padding-left: 0;
	}
	.profile-section ul li {
		flex-direction: column;
	}
	.profile-container {
		width: 100%;
	}
	.profile-section .row-reverse {
		flex-direction: column;
	}
	.profile-section ul li:nth-child(2),
	.profile-section ul li:nth-child(4),
	.profile-section ul li:nth-child(6) {
		flex-direction: column;
	}
	.our-mission {
		padding: 60px 15px 0px;
	}
}

/* Our Team Page */

/* Banner CSS */
.top-layer .hero-section-main {
	background-image: url('https://ampstrategic.com/wp-content/uploads/2024/08/banner-background.jpg');
	background:#00114f;
	background-size: cover;
	background-position: center;
	padding: 0px 60px 120px;
}

/* .top-layer .hero-section-container {
position: relative;

background-size: cover;
background-position: center;

padding: 100px 120px;
display: flex;
align-items: center;
color: #ffffff;
max-width: 1370px;
margin: 0 auto;
} */
.top-layer .hero-section-container {
	position: relative;
	background-size: cover;
	background-position: center;
	padding: 100px 120px;
	display: flex;
	align-items: center;
	color: #ffffff;
	max-width: 1630px;
	margin: 0 auto;
	max-width: 1730px;
	width: 100%;
	margin: 0 auto;
}

.top-layer .hero-content {
	border-left: 15px solid #00e468;
	position: relative;
	z-index: 2;
	max-width: 770px;
	padding: 90px 60px;
}
.hero-content::before {
	content: '';
	position: absolute;
	top: 0; 
	left: 0;
	width: 215px;
	height: 15px;
	background-color: #00e468; 
}
.hero-content::after {
	content: '';
	position: absolute;
	bottom: 0; 
	left: 0;
	width: 215px;
	height: 15px;
	background-color: #00e468; 
}
.top-layer .hero-content h1 {
	font-size: 72px;
	margin-bottom: 30px;
	font-weight: 700;
	line-height: 1;
}

.top-layer .hero-content p {
	font-size: 16px;
	margin-bottom: 30px;
	line-height: 1.6;
}

.top-layer .cta-button {
	display: inline-flex;
	align-items: center;
	background-color: #25fa72;
	color: #0a0c00;
	padding: 10px 35px;
	text-decoration: none;
	font-weight: 500;
	font-size: 18px;
	line-height:39px;
	transition: background-color 0.3s ease;
}

.top-layer .cta-dot {
	background-color: #0a0c00;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-right: 10px;
}

.top-layer .cta-line {
	display: inline-block;
	width: 40px;
	height: 1px;
	background-color: #0a0c00;
	margin-left: 10px;
}

.top-layer .cta-button:hover {
	background-color: #1ce060;
}

@media (max-width: 992px){
	.top-layer .hero-section-container {
		background-position: 70% 100%;
		padding:80px 40px;
	}
}

@media (max-width: 768px) {
	.top-layer .hero-section {
		height: auto;
		padding: 30px 20px;
	}

	.top-layer .hero-content h1 {
		font-size: 36px;
	}

	.top-layer .hero-content p {
		font-size: 14px;
	}

	.top-layer .cta-button {
		padding: 10px 15px;
		font-size: 16px;
	}
}

/* .top-layer .green-frame {
content: url('https://ampstrategic.com/wp-content/uploads/2024/08/three-lines-box.png');
position: absolute;
width: 10%;
height: 80%;
margin: 50px auto;
left: 110px;
top: 40px;
} */

.top-layer .heading-text .cta-line {
	display: inline-block;
	width: 100px;
	height: 2px;
	background-color: #fff;
	margin-right: 20px;
}

.top-layer .heading-text {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 22px;
	margin-bottom: 50px;
	color: #fff;
	font-weight: 400;
}
.top-layer .heading-text h3{
	font-size:22px;
	font-weight:normal;
}



.top-layer-bg{
	width:100%;
	background:#00114f;
}
.top-layer-bg:before{
	content:'';
	background:url('https://ampstrategic.com/wp-content/uploads/2024/09/top-pattren.png') repeat-x;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:560px;
}
.top-layer {
	/*     background-image: url(https://ampstrategic.com/wp-content/uploads/2024/08/banner-background.jpg); */
	background-size: cover;
	background-position: center;
	padding: 0px 0px 5%;
	max-width: 1620px;
	width:90%;
	margin: 0 auto;
	position:relative;
	z-index:1;
	background:#00114f;
}
/* .top-layer:before{
background: url(/wp-content/uploads/2024/08/banner-home.png);
content:"";
position:absolute;
top:-126px;
left:0px;
max-width:100%;
width:574px;
height:calc(100% + 126px);
background-size: cover;
background-position: center top;
} */
.top-layer:before {
	background: url(/wp-content/uploads/2024/08/banner-home.png);
	content: "";
	position: absolute;
	top: -126px;
	left: -130px;
	max-width: 100%;
	width: 574px;
	height: calc(100% + 126px);
	background-size: cover;
	background-position: center top;
}
.header-container{
	position:relative;
}
body:not(.home) .header-container:before{
	background: url(/wp-content/uploads/2024/08/banner-home.png);
	content: "";
	position: absolute;
	top: -126px;
	left: -270px;
	max-width: 100%;
	width: 574px;
	height: calc(100% + 126px);
	background-size: cover;
	background-position: center top;
}
@media only screen and (max-width: 1468px) and (min-width: 1400px){
.top-layer:before {
    width: 440px;
}

}

@media (max-width:1400px){
	.top-layer:before {
		top: -126px;
		left: -270px;
		max-width: 100%;
	}

}




@media (max-width:992px){
	.top-layer {
		padding: 0px;
	}
}
@media (max-width:768px){
	.social-media-bar{
display:none !important;
	}
	.top-layer .hero-content {
		padding:60px 20px 60px 20px
	}
	.top-layer .hero-section-container {
		padding: 80px 20px;
		background-position: 80% 100%;
	}

	.top-layer .heading-text .cta-line {
		width: 50px;
	}
	.top-layer .heading-text h3{
		font-size:18px;
	}
	.top-layer:before {
		top: -126px;
		left: 0;
		width: 230px;
	}
}

/* Banner CSS */

/* booking page CSS */
.booking-section{
	width:100%;
	display:inline-block;
	background:#00114f;
	padding:50px 0px 180px 0px;
}
.booking-section .wpcf7-form-control-wrap {
	position: relative;
	display: flex;
	/*     width: 50%; */
	flex-direction: column;
}
.booking-section p .wpcf7-form-control-wrap:nth-child(2),
.booking-section p .wpcf7-form-control-wrap:nth-child(3) {
	width: 50%;
	display: inline-flex; /* Ensures they sit side-by-side if there's enough space */
}

.booking-section .wpcf7-select{
	width: 100%;
	/* 	margin-bottom: 20px; */
}
.booking-section .wpcf7-text{
	margin:0;
	/* 	margin-bottom: 20px; */
}
.booking-section .wpcf7-tel {
	margin-left: 20px !important;
	margin-right: 0px !important;
}
.booking-section .wpcf7-email{
	width: 100%;
	/* 	margin-bottom: 20px; */
}
.booking-section .wpcf7-textarea, .booking-section .wpcf7-email, .booking-section .wpcf7-text, .booking-section .wpcf7-select,
.booking-section .wpcf7-textarea::placeholder, .booking-section .wpcf7-email::placeholder, .booking-section .wpcf7-text::placeholder, .booking-section .wpcf7-select::placeholder
{
	background-color: #000a25;
	padding: 20px;
	color: #fff;
	margin:20px 0;
	border-radius: 5px;
	border: 1px solid transparent;
}
.booking-section input[type=text],.booking-section input[type=email], .booking-section input[type=url],.booking-section  input[type=password], .booking-section input[type=search], .booking-section input[type=number], .booking-section input[type=tel], .booking-section input[type=date], .booking-section input[type=month], .booking-section input[type=week], .booking-section input[type=time], .booking-section input[type=datetime], .booking-section input[type=datetime-local], .booking-section input[type=color], .booking-section .site textarea {
	color: white !important;
}
.booking-section .book-form-outer{
	max-width:1380px;
	margin: 0 auto;
}
.booking-section .book-form-outer h2 {
	color: white;
	margin-bottom: 40px;
	position: relative;
	font-size: 48px;
	font-weight: 600;
}
.booking-section .book-wrapper{
	padding: 80px 80px 160px;
	background: #00103b;
	max-width: 1320px;
	margin: 0 auto;
	border-radius: 10px;
}
.booking-section .book-form-outer h2::after {
	content: "";
	width: 107px;
	left: 0;
	position: absolute;
	bottom: -15px;
	height: 2px;
	background-color: #ffffff;
}


/* CTA Wrapper container */
.booking-section .cta-wrapper {
	top: 40px;
	float:right;
	position: relative;
	display: inline-flex;
	align-items: center;
	background-color: #25fa72 !important;
	padding: 15px 40px;
	cursor: pointer;
	border-radius: 5px;
}

/* Dot before the input */
.booking-section .cta-wrapper .cta-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #000000 !important; /* Dot color */
	border-radius: 50%;
	margin-right: 10px;
}

/* Line after the input */
.booking-section .cta-wrapper .cta-line {
	display: inline-block;
	width: 40px;
	height: 2px;
	background-color: #000000 !important; /* Line color */
	margin-left: 10px;
}

/* Style the input itself */
.booking-section .cta-wrapper .wpcf7-form-control.wpcf7-submit.has-spinner {
	background-color: transparent!important;
	border: none;
	color: #000000 !important; /* Text color */
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	cursor: pointer;
	outline: none;
}
.booking-section .wpcf7-spinner {
	display: none;
}
.booking-section .wpcf7 form .wpcf7-response-output {
	margin: 6em 0.5em 1em;
	padding: 0.2em 1em;
	color: red;
	background-color: #000a25;
	border: none !important;
}

@media (max-width: 1200px) {
	.booking-section .book-wrapper {
		padding: 80px 20px 160px;
		border-radius: 10px;
	}
.top-layer {
    width: 100%;
}

}
@media (max-width: 768px) {
	.booking-section .book-wrapper {
		padding: 80px 20px 160px;
		border-radius: 10px;
	}

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

	.booking-section .wpcf7-text,.booking-section .wpcf7-tel{
		width: 100%;
		margin-left:0!important;
	}
	.booking-section p .wpcf7-form-control-wrap:nth-child(2), .booking-section p .wpcf7-form-control-wrap:nth-child(3) {
		width: 100%;
	}
}
/* Booking Page CSS */
.amp-territories{
	background-color: #00114f;
	padding: 50px 20px 120px;
	color: #ffffff;
}
.amp-territories .mobile-version{
	display:none;
}
.amp-territories .amp-container{
	max-width: 1370px;
	margin: 0 auto;
}
.amp-territories .custom-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #ffffff;
	padding-bottom: 10px;
	border-bottom: 1px solid #223433;
	margin-bottom: 50px;
}
.amp-territories .custom-heading .left-section{
	margin:0 auto;
}
.amp-territories .heading-icon {
	width: 78px;
	margin-right: 20px;
}
.amp-territories .heading-text {
	font-size: 22px;
    color: #ffffff;
    font-family: 'GothamBold' !important;
}


.amp-territories .listing-items {
	background-color: #051540;
	padding: 40px 40px;
	border-radius: 10px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.amp-territories   .listing-header {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	align-items: flex-start;
}

.amp-territories  .listing-header h2 {
	font-size: 28px;
	font-weight: bold;
	margin: 0;
}

.amp-territories  .listing-header a {
	color: #ff3b30;
	text-decoration: none;
	font-size: 18px;
}
.amp-territories .listing-header a img{
	max-width: 26px;
}
.contact-us-section .wpcf7 form.sent .wpcf7-response-output {
	border-color: #25fa72;
	width: fit-content;
	color: #25fa72;
}
.contact-us-section .wpcf7 form.invalid .wpcf7-response-output {
	border-color: #25fa72;
	color: #25fa72;
	margin: 6em 0.5em 1em;
	padding: 0.2em 1em;
	color: red;
	background-color: #000a25;
	border: none !important;
}
.contact-us-section .wpcf7-not-valid-tip {
	display: block;
	position: absolute;
	bottom: -60px;
	left: 20px;
}
.contact-us-section .wpcf7-textarea  .wpcf7-not-valid-tip {

}
.contact-us-section .wpcf7-form-control-wrap:last-of-type .wpcf7-not-valid-tip {
	bottom: -20px;
}

.amp-territories  .divider {
	border-bottom: 1px solid #8a8a8a;
	margin: 10px 0;
}

.amp-territories .naming-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	list-style: none;
	padding: 60px 0 20px;
	margin: 0;
}

.amp-territories .naming-list li {
	font-size: 20px;
	line-height: 1;
	font-family: 'Gotham-Book', 'Montserrat';
	font-weight: 300;
}

.amp-territories .listing-row {
	flex-wrap: wrap;
	gap: 30px;
	list-style: none;
	padding: 0;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.amp-territories .map-image {
	max-width: 600px;
	width: 100%;
}
.amp-territories .map-contain{
	max-width: 600px;
	margin: 0 auto;
}
.amp-territories .lisiting-column {
	width: 23%;
	display: flex;
	flex-direction: column;
	flex: 1;
}
.amp-territories .listing-row .lisiting-column:nth-child(2) .naming-list,.amp-territories .listing-row .lisiting-column:nth-child(3) .naming-list {
	grid-template-columns: repeat(1, 1fr);
}
.amp-territories .listing-row .lisiting-column:nth-child(4) .naming-list{
	padding: 30px 0 20px;
}
@media (max-width: 1200px){
	.amp-territories .lisiting-column {
		width: 31%;
	}
}
@media (max-width: 992px){
	.amp-territories .lisiting-column {
		width: 48%;
	}
	.amp-territories .desktop-version{
		display:none;
	}
	.amp-territories .mobile-version {
		display: block;
	}
}
@media (max-width: 768px){
	.amp-territories .lisiting-column {
		width: 100%;
	}

	.contact-us-section .wpcf7-not-valid-tip {
		display: contents;
		bottom: -60px;
		left: 20px;
	}
	.contact-us-section .wpcf7 form.invalid .wpcf7-response-output {
		width: fit-content;
		margin: 80px auto 0;
	}
}
/* Location Page CSS */

/* why page CSS */

.why-page{
	background-color: #00114f;
	padding: 50px 20px 50px;
	color: #ffffff;
}
.why-page .amp-container{
	max-width: 1370px;
	margin: 0 auto;
}
.why-page .custom-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #ffffff;
	padding-bottom: 10px;
	border-bottom: 1px solid #223433;
	margin-bottom: 50px;
}
.why-page .custom-heading .left-section{
	margin: 0 auto;
}
.why-page .custom-heading .heading-text{
	font-family:'GothamBold'!important;
	font-size: 22px;
}
.why-page .service-card {
	position: relative;
	flex: 1;
	display: flex;
	flex-direction: column;
	max-width: 100%;
	overflow: hidden;
}
.why-page .service-image {
	position: absolute;
	top: 0px;
	right: 20px;
	width: 60%;
	height: 75%;
	background-size: cover;
	background-position: 100% 100%;
	z-index: 1;
	background-repeat: no-repeat;
}
.why-page .service-content {
	position: relative;
	padding: 50px 60px 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-grow: 1;
	z-index: 2;
	max-width: 85%;
	background-color: #00103b;
	margin-top: 30px;
	margin-bottom: 50px;
}
.why-page .service-icon {
	width: 72px;
	margin-bottom: 30px;
}
.why-page .service-content h3 {
	font-size: 32px;
	padding-top: 30px;
	border-top: 1px solid #ffffff;
	margin-bottom: 15px;
	font-weight: bold;
}
.why-page .service-content p {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 20px;
	flex-grow: 1;
}
.why-page .cta-button {
	display: inline-flex;
	align-items: center;
	color: #ffffff;
	padding: 10px 0px;
	text-decoration: none;
	font-weight: bold;
	transition: background-color 0.3s ease;
	font-size: 18px;
}
.why-page .cta-dot {
	background-image: url(https://ampstrategic.com/wp-content/uploads/2024/08/services-cta-icon.png);
	width: 13px;
	height: 17px;
	background-size: 100%;
	background-position: 100% 100%;
	z-index: 1;
	background-repeat: no-repeat;
	margin-right: 10px;
}
.why-page .cta-line {
	display: inline-block;
	width: 30px;
	height: 2px;
	background-color: #ffffff;
	margin-left: 10px;
}

.why-page .service-image {
	position: absolute;
	top: 0px;
	right: 20px;
	width: 25%;
	height: 100%;
	background-size: cover;
	background-position: 100% 100%;
	z-index: 1;
	background-repeat: no-repeat;
}
.why-page ul li:nth-child(2) .service-card{
	align-items: flex-end;
}
.why-page ul li:nth-child(2) .service-card .service-image{
	left: 0px;
	right:unset;
}
.why-page ul:nth-child(2) li{

	margin: 60px 0;
}
.why-page ul{
	list-style: none;
	padding: 0;
}
.why-page .bottom-section {
	padding: 60px;
	max-width: 100%;
	background-color: #00103b;
	margin-top: 60px;
	margin-bottom: 90px;
}
.why-page .bottom-section p{
	font-size: 20px;
	margin: 0;
}

@media (max-width:480px){
	.why-page .service-image {
		display: none;
	}
	.why-page .service-content {
		margin-top: 0px;
		margin-bottom: 0px;
		max-width: 100%;
	}
	.why-page ul:nth-child(2) li {
		margin: 30px 0;
	}
}
/* why page css */

/* Contact Us CSS */
.contact-us-section{
	width: 100%;
	display: inline-block;
	background: #00114f;
	padding: 50px 0px 180px 0px;
}
.contact-us-section .book-wrapper {
	padding: 80px 80px 160px;
	background: #00103b;
	max-width: 1320px;
	margin: 0 auto;
	border-radius: 10px;
}
.contact-us-section .book-form-outer h2 {
	color: white;
	margin-bottom: 40px;
	position: relative;
	font-size: 48px;
	font-weight: 600;
	margin: 0 10px 40px;
}
.contact-us-section input.wpcf7-form-control.wpcf7-text {
	width: 48%;
	margin: 20px 1%;
	background-color: #000a25;
	padding: 20px;
	color: #fff;
	border-radius: 5px;
	border: 1px solid transparent;
}
.contact-us-section .wpcf7-form-control-wrap:nth-child(5) input.wpcf7-form-control.wpcf7-text{
	max-width: 98%;
	width: 100%;
}
.contact-us-section textarea {
	width: 98%;
	margin: 20px 1%;
	background-color: #000a25;
	padding: 20px;
	color: #fff;
	border-radius: 5px;
	border: 1px solid transparent;
}
.contact-us-section .cta-wrapper {
	top: 40px;
	float: right;
	position: relative;
	display: inline-flex;
	align-items: center;
	background-color: #25fa72 !important;
	padding: 15px 40px;
	cursor: pointer;
	border-radius: 5px;
}
.contact-us-section .cta-wrapper .wpcf7-form-control.wpcf7-submit.has-spinner {
	background-color: transparent !important;
	border: none;
	color: #000000 !important;
	font-size: 18px;
	font-weight: 500;
	padding: 0;
	margin: 0;
	cursor: pointer;
	outline: none;
}
.contact-us-section .cta-wrapper .cta-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #000000 !important;
	border-radius: 50%;
	margin-right: 10px;
}
.contact-us-section .wpcf7-spinner {
	display: none;
}
.contact-us-section .cta-wrapper .cta-line {
	display: inline-block;
	width: 40px;
	height: 2px;
	background-color: #000000 !important;
	margin-left: 10px;
}
.contact-us-sectioninput .wpcf7-text::placeholder {
	color: #ffffff; 
}

.contact-us-section .wpcf7-textarea::placeholder, .contact-us-section .wpcf7-email::placeholder, .contact-us-section .wpcf7-text::placeholder, .contact-us-section .wpcf7-select::placeholder {
	color: #ffffff; 
}
.contact-us-section .book-form-outer h2::after {
	content: "";
	width: 107px;
	left: 0;
	position: absolute;
	bottom: -15px;
	height: 2px;
	background-color: #ffffff;
}
@media (max-width:768px){
	.contact-us-section .book-wrapper {
		padding: 80px 20px 160px;
	}
	.contact-us-section input.wpcf7-form-control.wpcf7-text {
		width: 100%;

	}
	.contact-us-section input.wpcf7-form-control.wpcf7-text {
		margin: 20px 0%;
		padding: 20px;
	}
}


/* Contact Us CSS */
/* slider CSS */
.footer-slider-section {
    background-color: #00114f;
    border-top: 1px solid #0f1300;
}

.footer-slider-section .slider-container{
	max-width: 1364px;
	height: auto;
	padding: 60px 40px;
	margin: 0 auto;
}
.footer-slider-section .slick-track{
	display: flex!important;
	align-items: center;
}
.slick-slide img{
	width:130px;
}
@media (max-width:480px){
	.slick-slide img{
		width:160px;
		margin:0 auto;
	}

}
/* slider CSS */
/* social-media-bar */
.social-media-bar {
	position: fixed;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 1000;
}
.social-row{
	display: flex;
	/* margin added by edward 09202024*/
	margin-right: -30px;
	
	
}
.left-social{
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.right-line .line-height{
	height:600px;
	margin-left:30px;
	width: 2px;
	background-color: #00e468;
}
.line {
	width: 2px;
	height: 100px; /* Adjust height as needed-last change by edward 09232024 */
	background-color: #00e468; /* Adjust the color to match the design */
	margin-bottom: 0px;
}

.social-icons {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.social-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 2px solid #00e468; /* Border color matching the design */
	border-radius: 50%;
	color: #00e468;
	font-size: 18px;
	text-decoration: none;
	margin-bottom: 20px;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.social-icon:hover {
	background-color: #00e468;
	color: #00114f; /* Change the color on hover */
}

.line:last-of-type {
	margin-top: -20px;
	height: 120px;
}
@media (max-width: 2000px){
/* 	.top-layer,.container{
		width:85%!important;
	}
	.services-section .row{
		max-width:1370px;
		width:85%;
	}
	.right-line .line-height{
		margin-left:15px;
	} */
}

@media (max-width:768px){
	.right-line .line-height {
		display:none;
	}
	.line {
		height: 80px;
	}
	.line:last-of-type {
		height: 80px;
	}
	.footer-slider-section .slider-container {
		padding: 20px 15px;
	}
}
/* social-media-bar */
@media (min-width: 1920px) {
	.page-id-12 {
		background: linear-gradient(to right, #00e467 50%, #00124d 20%);
	}
}
@media (min-width: 2170px) {
	.header-main {
		width: 100%;
		background: url(https://ampstrategic.com/wp-content/uploads/2024/08/header-bg.png) #00114f;
		background-repeat: repeat;
		position: relative;
		margin: 0 auto;
/* 		background: linear-gradient(to right, #00e467 37%, #00124d 20%) !important; */
	} 
	body:not(.home)  .header-main {
		background: url(https://ampstrategic.com/wp-content/uploads/2024/08/header-bg.png) #00114f;
	}
}
}

@media (max-width: 550px) {
	.feature-item p{
		font-size: 20px;
	}
}