.site-content {
    z-index: 1;
}

div#content a {
    color: #FF9C01;
}

.content-area {
    padding: 60px;
}

.banner-first-word {
    color: #FF9C01;
}

.banner-main-section {
    position: relative;
    margin-bottom: 0px !important;
}

.banner-inner {
    /* height: 752px;
    padding-top: 220px; */
    height: 600px;
    padding-top: 150px;
    justify-content: center;
    position: relative;
    z-index: 0;
}

.banner-inner:before {
    position: absolute;
    content: '';
    background: linear-gradient(180deg, #122638d9 -5.78%, #12263898 42.07%, #122638d9 87.24%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.bottom-patch-tyer-mark-img {
    position: absolute;
    bottom: 0px;
}

.home-email-subscription-main-section {
    padding: 60px 0 60px 0px;
}

.home-email-subscription-main-section:before {
    top: -2px;
}


/* ***************************
About Us Page CSS
*************************** */
/* .about-top-title {
    padding-right: 40%;
} */


.about-top-main-title-wrap,
.how-we-top-main-title-wrap {
    margin: 0 auto;
    width: 80%;
}

.about-top-img img {
    border-radius: 24px;
    width: 100%;
}

.about-top-img {
    position: relative;
	overflow: hidden;
	border-radius: 24px;
}
.about-top-img:before {
    position: absolute;
    content: '';
    background-color: hsl(223deg 51% 22% / 70%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    mix-blend-mode: hard-light;
}

.vision-mission-approach-main-section {
    position: relative;
}

.vision-mission-approach-main-section:before {
    position: absolute;
    content: '';
    background-color: hsl(223deg 51% 22% / 100%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    mix-blend-mode: hard-light;
}

.vision-mission-wrap {
    column-gap: 30px;
    row-gap: 30px;
}

.vision-wrap,
.mission-wrap,
.founder-image-wrap,
.founder-content {
    width: 48%;
}

.vision-wrap,
.mission-wrap,
.approach-wrap {
    background-color: rgb(255 255 255 / 90%);
    padding: 50px;
    border-radius: 24px;
    backdrop-filter: blur(5px);
}

.founder-image {
    position: relative;
    /* mix-blend-mode: luminosity; */
}

.founder-image::before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2026/02/founder-image-patch-1.webp);
    left: 0;
    bottom: 0;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 77%;
}

.founder-image img {
    width: 100%;
}

.founder-content {
    padding-left: 90px;
}

/* *****************************
Contact Page
****************************** */


.contact-address-wrap,
.contact-call-wrap,
.contact-mail-wrap {
    width: 33.33%;
}

.contact-detail-main {
    row-gap: 20px;
}

.contact-detail-content {
    width: 100%;
    align-items: center;
}

.contact-detail-content a {
    color: #122638 !important;
}

.contact-form-section {
    border-radius: 24px;
    overflow: hidden;
}

.contact-form-title-section,
.contact-detail-image-wrap {
    width: 50%;
}

.contact-form-title-section {
    padding: 40px;
}

object.contact-detail-icon {
    width: 111px;
}

.address-wrap,
.call-wrap,
.mail-wrap {
    width: 50%;
    padding-left: 30px;
}

.contact-form-section p {
    margin: 0;
}

.contact-inner-half {
    width: 50%;
    float: left;
    padding: 0px 5px 20px;
}

.contact-inner-full {
    padding: 5px;
}

.contact-detail-content {}

.contact-main input[type=submit] {
    background-color: #1B2B54 !important;
    padding: 15px 25px !important;
    border-radius: 25px;
    border: solid 1px #fff !important;
    color: #fff !important;
    transition: .3s;
}

.contact-main textarea {
    margin-top: 20px;
}

.contact-detail-image-wrap img {
    height: 100%;
    object-fit: cover;
}

button.white-border-no-bg-btn {
    background: transparent;
}

button.white-border-no-bg-btn input[type=submit] {
    background: transparent;
    border: none;
}

button.white-border-no-bg-btn {
    padding: 10px 14px;
}

button.white-border-no-bg-btn .arrow-red-icon {
    padding: 0px;
}

.contact-main input[type=submit]:hover {
    background-color: #061F61 !important;
    transition-duration: .5s;
}

button.contact-submit-btn {
    background-color: transparent;
}

.wpcf7 input[type=text],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7-textarea,
.wpcf7-form-control.wpcf7-select {
    width: 100% !important;
    padding: 15px;
    color: #fff;
    border: 1px solid #E2E2E2;
    background: rgb(217 217 217 / 20%);
    border-radius: 30px;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000;
}

.wpcf7-response-output {
    position: absolute;
    bottom: 0;
    /* left: 30px; */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    color: #000;
    background-color: #fff;
}

form.cf7mls input.wpcf7-form-control.wpcf7-submit {
    margin: 0px;
}

.contact-submit-btn p {
    margin: 0px;
}

span.wpcf7-spinner {
    position: absolute;
}

/* .wpcf7-response-output {
    background-color: #fff;
} */

.wpcf7-not-valid-tip {
    position: absolute;
}

input::placeholder,
textarea::placeholder {
    color: #fff;
}

select.wpcf7-form-control.wpcf7-select option {
    background-color: #000000;
}


/* ****************************
Services Page
**************************** */

.services-innaer-section {
    justify-content: center;
}

.services-box {
    width: 31%;
}

.services-content-wrap {
    padding: 40px;
    /* background-color: #efefef; */
    min-height: 440px;
    border-radius: 24px;
    box-shadow: 1px 2px 15px hsl(0deg 0% 0% / 25%);
    backdrop-filter: blur(5px);
    transition: .5s;
    bottom: 0px;
    position: relative;
}

.services-content-wrap:hover {
    background-color: #0D1938;
    color: #fff;
    transition: .3s;
    bottom: 10px;
}

.services-innaer-section {
    justify-content: center;
}

.services-innaer-section {
    column-gap: 30px;
    row-gap: 30px;
}

.services-content ul {
    margin: 0;
}

.common-bullate-blue ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.common-bullate-blue ul li {
    position: relative;
    margin: 0;
    padding: 0 10px 0 40px;
    width: 100%
}

.common-bullate-blue ul li::before {
    position: absolute;
    content: '✓';
    color: #fff;
    background-color: #1B2B54;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    left: 0;
    text-align: center;
    top: 5px;
    font-size: 11px;
    transition: .3s;
}

.services-content-wrap .common-bullate-blue ul li:hover:before {
    background-color: #1B2B54;
    transition: .3s;
}
/* ******************************
Gallery Page
****************************** */
.gallery-img {
    width: 33%;
    padding: 10px !important
}

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


@media only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {

    .address-wrap,
    .call-wrap,
    .mail-wrap {
        width: 100%;
        padding-left: 0;
        text-align: center;
        padding-top: 10px;
    }

    .contact-detail-content {
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .about-content {
        padding: 0px 60px;
    }
}

@media (min-width:769px) and (max-width:1024px) {

    .address-wrap,
    .call-wrap,
    .mail-wrap {
        width: 100%;
        padding-left: 0;
        text-align: center;
        padding-top: 10px;
    }

    .contact-detail-content {
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .about-content {
        padding: 0px 60px;
    }
}

@media (max-width:768px) {

    .vision-wrap,
    .mission-wrap,
    .founder-image-wrap,
    .founder-content,
    .contact-address-wrap,
    .contact-call-wrap,
    .contact-mail-wrap,
    .contact-form-title-section,
    .contact-detail-image-wrap,
    .address-wrap,
    .call-wrap,
    .mail-wrap,
    .services-box,
    .about-top-main-title-wrap,
	.how-we-top-main-title-wrap,
	.contact-inner-half {
        width: 100%;
    }

    .about-top-title {
        padding-right: 0;
    }

    .contact-detail-content {
        width: 100%;
        align-items: center;
        flex-direction: column;
        text-align: center;
        row-gap: 20px;
    }

    .founder-content,
    .address-wrap,
    .call-wrap,
    .mail-wrap {
        padding-left: 0;
    }

    .contact-call-main-wrap {
        row-gap: 20px;
    }

    .contact-form-section {
        flex-direction: column-reverse;
    }

    .contact-form-title-section {
        padding: 20px;
    }

    object.contact-detail-icon {
        width: 80px;
    }
}