@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1350px;
    }
}

.pt-100 {
    padding-top: 100px;
}

h3 {
    font-size: 38px;
    font-weight: 600;
}

p {
    font-family: "Open Sans", sans-serif !important;
}

.heading .tag {
    color: #E22222;
    font-family: "Open Sans", sans-serif !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.logo {
    max-width: 250px;
}

@media (max-width:992px) {
    .pt-100 {
        padding-top: 80px;
    }

    h3 {
        font-size: 36px;
    }
}

@media (max-width:767px) {
    .pt-100 {
        padding-top: 80px;
    }

    h3 {
        font-size: 32px;
    }
}

@media (max-width:576px) {
    .pt-100 {
        padding-top: 60px;
    }

    h3 {
        font-size: 28px;
    }

    .heading .tag {
        font-size: 12px;
    }

    .logo img {
        height: 65px !important;
        margin-left: -6px;
    }
}

.header-top-area {
    height: 45px;
    display: flex;
    align-items: center;
    z-index: 1000;
}

.header-top-area a {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}

.header-top-area a:hover {
    color: #fff !important;
}

.header-style-two .header-wrapper .ads-banner {
    background: #E32222;
}

.header-style-two .header-wrapper .ads-banner .mail {
    display: flex;
    align-items: center;
    gap: 6px;
}

.header-style-two .header-wrapper .ads-banner .top-header-icons {
    display: flex;
    align-items: center;
    gap: 25px;
}

.header-style-two .header-wrapper .ads-banner .top-header-icons i {
    font-size: 20px;
}

.header-style-two .header-wrapper .header-middle {
    padding: 30px 0;
    margin: 0 auto;
    position: static
}

.header-style-two .header-wrapper .header-middle .topbar-info-area i {
    margin-right: 15px;
    color: #ec1c24;
    vertical-align: middle;
    height: 48px;
    width: 48px;
    line-height: 48px;
    text-align: center;
    background: #ecf1f8;
    border: 1px solid #eee
}

.header-style-two .header-wrapper .header-middle .topbar-info-area i:before {
    font-size: 26px
}

.header-style-two .header-wrapper .header-middle .topbar-info-area a {
    font-size: 15px
}

.header-style-two .header-wrapper .header-navigation-area {
    background: #f8f8f8;
    position: fixed;
    top: 45px;
    width: 100%;
    z-index: 5;
    padding: 5px 0;
}

@media(max-width: 768px) {
    .header-style-two .header-wrapper .header-navigation-area {
        z-index: 1000;
        top: 0 !important;
    }
}

.header-style-two .header-wrapper .header-navigation-area .navbar {}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 240px;
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul .header-list {
    display: flex;
    align-items: center;
    gap: 32px;
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul .call {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul .call-details {
    display: flex;
    flex-direction: column;
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul .call-details a {
    color: #08396E;
    font-size: 20px;
    font-weight: 600;
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul .call-details span {
    color: rgb(8 12 16 / 76%);
    font-size: 16px;
    font-weight: 500;
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li {
    display: unset;
    margin-right: unset;
    position: relative;
    -moz-transition: all 300ms ease-out 0;
    -webkit-transition: all 300ms ease-out 0;
    -ms-transition: all 300ms ease-out 0;
    -o-transition: all 300ms ease-out 0;
    transition: all 300ms ease-out 0
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li:last-child {
    margin-right: 0
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li a {
    padding: 25px 0;
    display: block;
    color: #2f2b2b;
    font-weight: 600
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li.has-sub.right-view ul {
    right: -20px;
    left: auto
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li:hover>a {
    color: #ec1c24
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    display: flex;
    flex-direction: column;
    gap: 0;
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu {
    position: absolute;
    width: 220px;
    background: #ecf1f8;
    z-index: 2;
    -moz-transition: all 300ms ease-out 0;
    -webkit-transition: all 300ms ease-out 0;
    -ms-transition: all 300ms ease-out 0;
    -o-transition: all 300ms ease-out 0;
    transition: all 300ms ease-out 0;
    opacity: 0;
    visibility: hidden;
    left: 0;
    transform-origin: top;
    top: 100%;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0)
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li {
    display: block;
    margin: 0;
    text-align: left;
    border-bottom: 1px solid #ddd
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li:last-child {
    border-bottom: 0
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li a {
    padding: 8px 20px;
    font-size: 14px
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li:hover>a {
    padding-left: 25px;
    background: #ec1c24;
    color: #fff
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li ul.sub-menu {
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li.has-sub-child>a::before {
    content: "\f067";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-12px);
    font-family: "Font Awesome 5 Free";
    font-size: 12px
}

.header-style-two .header-wrapper .header-navigation-area.inner-page .main-menu ul li a {
    padding: 35px 0
}

.header-style-two .header-wrapper .header-navigation-area.transparent-header {
    background: transparent;
    position: fixed;
    z-index: 9999;
    width: 100%;
    padding: 20px 0;
    top: 0;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.header-style-two .header-wrapper .header-navigation-area.transparent-header.fixed {
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    padding: 10px 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1)
}

.header-style-two .header-wrapper .header-navigation-area.fixed {
    position: fixed;
    top: 49px;
    width: 100%;
    z-index: 9999;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -moz-transition: all 600ms ease-out 0;
    -webkit-transition: all 600ms ease-out 0;
    -ms-transition: all 600ms ease-out 0;
    -o-transition: all 600ms ease-out 0;
    transition: all 600ms ease-out 0;
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.navbar-brand {
    margin: 0 !important;
}

.mob-lets-talk {
    border: 1px solid #E32222;
    padding: 2px 10px;
    border-radius: 30px;
    transition: background-color 0.3s ease-in-out;

}

.mob-lets-talk:hover {
    background-color: #e32222;
}

.mob-lets-talk:hover a {
    color: #fff !important;
}

.mob-lets-talk:hover a i {
    color: #fff !important;
}

.mob-lets-talk a {
    font-size: 13px;
    font-weight: 600;
    color: #E32222;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

.mob-lets-talk span {
    font-size: 15px;
}

@media (max-width:992px) {
    .mean-container .mean-nav .call {
        padding-left: 5%;
        padding-bottom: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .mean-container .mean-nav .call .call-details {
        color: white;
    }

    .mean-container .mean-nav .call .call-details span {
        display: none;
    }
}

@media(max-width: 768px) {
    .header-style-two .header-wrapper .header-navigation-area.fixed {
        top: 55px;
    }
}

.Hero-image {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), url(../images/google-ads/banner.webp);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    height: 95dvh;
    width: 100%;
    margin-top: 50px;
}

@media (max-width:576px) {
    .Hero-image {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), url(../images/google-ads/banner-mob.jpeg);
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
        height: 92dvh;
        align-items: first baseline !important;
    }

    .Hero-image .container {
        padding-top: 100px;
    }
}

.ads-h1 {
    font-weight: 700;
    line-height: 70px;
    font-size: 52px;
}

.ads-para {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #FFFFFF;
    font-family: Poppins, sans-serif;
}

.ad-about p {
    font-size: 22px;
    color: #0A3B70;
    line-height: 37px;
    padding-top: 30px;
}

.ad-about .about-review {
    font-size: 38px;
    color: #03324D;
    font-weight: 600;
    line-height: 58.5px;
}

.ad-about .about-review span {
    color: #F8B704;
}

.ad-about .about-review a {
    font-size: 16px;
    text-decoration: underline;
    line-height: normal;
}

.ad-about .our-promise {
    padding: 45px 70px;
    background: url(../images/google-ads/our-promise.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    font-size: 34px;
    font-weight: 600;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.ad-about .our-promise span {
    animation: scaleUpDown 2s ease-in-out infinite;
}

@keyframes scaleUpDown {
    0% {
        transform: scale(0.95);
    }

    50% {
        transform: scale(1);
        /* Scale up to 120% */
    }

    100% {
        transform: scale(0.95);
        /* Scale back to normal */
    }
}

.table-form {
    background: #F8F8F8;
    width: 100%;
    border-radius: 15px;
    padding: 30px;
    max-width: 95%;
}

.table-form h4 {
    padding: 10px 0px;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: -1px;
    font-family: "Open Sans", sans-serif;
    color: #03324D;
}

.table-form p {
    font-size: 16px;
    line-height: 25.5px;
    padding-top: 10px;
}

.table-form .form-flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.table-form .form-flex-wrapper .form-group {
    flex: 1 1 calc(50% - 16px);
    margin-bottom: 0;
}

.table-form .form-flex-wrapper .full-width {
    flex: 1 1 100%;
}

.table-form .custom-input {
    height: 50px !important;
    font-size: 13px;
    border-radius: 15px;
    padding: 0 10px !important;
}

.table-form .custom-input::placeholder {
    color: #6c757d !important;
    opacity: 1;
}

.table-form .custom-input:focus {
    border-color: #ced4da !important;
    box-shadow: none !important;
    outline: none !important;
}

.table-form .custom-input option[disabled] {
    color: #6c757d !important;
}

.table-form .custom-select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.table-form .custom-select-wrapper select.custom-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding-right: 30px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dfdce6;
    color: #03324D !important;
    line-height: normal;
}

.table-form .select-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.table-form .req-btn {
    border-radius: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    padding: 7px 10px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 25px;
}

@media (max-width:992px) {
    .table-form {
        max-width: 100%;
        box-shadow: none !important;
        margin-bottom: 0 !important;
    }

    .ad-about .about-review {
        font-size: 36px;
    }
}

@media (max-width:767px) {
    .ad-about .about-review {
        font-size: 32px;
    }

    .ad-about p {
        font-size: 18px;
    }

    .ad-about .our-promise {
        padding: 30px;
        font-size: 32px;
    }
}

@media (max-width:576px) {
    .table-form .form-flex-wrapper .form-group {
        flex: 1 1 calc(100%);
    }

    .ad-about .about-review {
        font-size: 28px;
        line-height: normal;
    }

    .ad-about .about-review br {
        display: none;
    }

    .ad-about p {
        line-height: 1.8em;
    }

    .ad-about .our-promise {
        padding: 20px;
        line-height: 40px;
        font-size: 28px;
    }
}


/* payments */

.ad-payment .ad-payment-div {
    width: 100%;
    height: 240px;
    border-radius: 10px;
}

.ad-payment .ad-payment-div .content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: first baseline;
    justify-content: center;
}

.ad-payment .ad-payment-div .content h5 {
    color: #fff;
    font-size: 38px;
    line-height: 63px;
    letter-spacing: -0.46px;
    font-weight: 600;
    padding-top: 40px;
}

.ad-payment .credit {
    background: url(../images/google-ads/credit-card.png);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.ad-payment .credit h5 {
    padding-left: 20px;
}

.ad-payment .paylater {
    background: url(../images/google-ads/paylater.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

@media (max-width:1200px) {
    .ad-payment .ad-payment-div .content h5 {
        font-size: 36px;
        line-height: normal;
    }

    .ad-payment .ad-payment-div {
        height: 220px;
    }

    .ad-payment .ad-payment-div img {
        width: 150px;
    }
}

@media (max-width:992px) {
    .ad-payment .ad-payment-div .content h5 {
        font-size: 34px;
    }

    .ad-payment .ad-payment-div img {
        width: 200px;
    }
}

@media (max-width:767px) {
    .ad-payment .ad-payment-div .content {
        align-items: center;
    }

    .ad-payment .ad-payment-div .content h5 {
        font-size: 32px;
        padding-top: 0;
    }

    .ad-payment .ad-payment-div {
        height: 200px;
    }

    .ad-payment .paylater h5 {
        padding-left: 30px;
    }

    .ad-payment .credit h5 {
        padding-left: 0;
        padding-right: 30px;
    }

    .ad-payment .ad-payment-div .content h5 br {
        display: none;
    }
}

@media (max-width:576px) {
    .ad-payment .ad-payment-div img {
        width: 130px;
    }

    .ad-payment .ad-payment-div .content h5 {
        font-size: 28px;
    }

    .ad-payment .ad-payment-div {
        height: 180px;
    }
}


/* payments ends */


/* our speciality */

.ad-our-speciality .carousel-row .ad-speciality-carousel .ad-speciality-carousel-wrapper {
    /* max-width: 420px; */
    height: 460px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.ad-our-speciality .carousel-row .ad-speciality-carousel .ad-speciality-carousel-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 41.66%, rgba(0, 0, 0, 0.78) 99.91%);
    z-index: 1;
    pointer-events: none;
}

.ad-our-speciality .carousel-row .ad-speciality-carousel .ad-speciality-carousel-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ad-our-speciality .carousel-row .ad-speciality-carousel .ad-speciality-carousel-wrapper .speciality-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 30px;
    z-index: 2;
}

.ad-our-speciality .carousel-row .ad-speciality-carousel .ad-speciality-carousel-wrapper .speciality-overlay h6 {
    color: #fff;
    font-size: 22px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    line-height: 31.5px;
    margin-bottom: 10px;
}

.ad-our-speciality .carousel-row {
    padding-top: 60px;
}

.ad-our-speciality .carousel-row .ad-speciality-carousel .ad-speciality-carousel-wrapper .speciality-overlay p {
    margin-bottom: 0;
    color: #fff;
}

.ad-our-speciality .carousel-row .ad-speciality-carousel .owl-dots {
    text-align: center;
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.ad-our-speciality .carousel-row .ad-speciality-carousel .owl-dot {
    display: inline-block;
    width: 40px;
    height: 3px;
    background: #DEDEDE !important;
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ad-our-speciality .carousel-row .ad-speciality-carousel .owl-dot.active {
    background: #FF0000 !important;
}

@media (max-width:1200px) {}

@media (max-width:992px) {
    .ad-our-speciality .carousel-row .ad-speciality-carousel .ad-speciality-carousel-wrapper {
        height: 400px;
    }

    .ad-our-speciality .carousel-row .ad-speciality-carousel .ad-speciality-carousel-wrapper .speciality-overlay p {
        line-height: normal;
    }
}

@media (max-width:767px) {
    .ad-our-speciality .carousel-row .ad-speciality-carousel .ad-speciality-carousel-wrapper .speciality-overlay h6 {
        font-size: 20px;
    }

    .ad-our-speciality .carousel-row .ad-speciality-carousel .owl-dots {
        margin-top: 30px;
    }

    .ad-our-speciality .carousel-row .ad-speciality-carousel .owl-dot {
        width: 20px;
        height: 2px;
        margin: 0 3px;
    }

    .ad-our-speciality .carousel-row {
        padding-top: 50px;
    }

    .ad-our-speciality .carousel-row .ad-speciality-carousel .ad-speciality-carousel-wrapper {
        height: 380px;
    }
}

@media (max-width:576px) {
    .ad-our-speciality .carousel-row .ad-speciality-carousel .ad-speciality-carousel-wrapper {
        margin: auto 20px;
    }

    .ad-our-speciality .carousel-row {
        padding-top: 40px;
    }

    .ad-our-speciality .carousel-row .ad-speciality-carousel .ad-speciality-carousel-wrapper .speciality-overlay {
        padding: 20px;
    }
}


/* our speciality ends */


/* ad-quote */

.ad-quote h4 {
    font-family: Poppins, sans-serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 51px;
    text-align: center;
}

@media (max-width:992px) {
    .ad-quote h4 {
        font-size: 30px;
    }
}

@media (max-width:767px) {
    .ad-quote h4 {
        font-size: 28px;
        line-height: 40px;
    }
}

@media (max-width:576px) {
    .ad-quote h4 {
        font-size: 24px;
        line-height: normal;
    }
}


/* ad-quote ends */


/* ad-services */

.ad-services .heading h3 span {
    color: #E32222;
}

.ad-services .ad-service-row {
    padding-top: 80px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 70px;
    column-gap: 50px;
}

.ad-services .ad-service-row .ad-service-card {
    width: calc(33.33% - 34px);
    border-radius: 10px;
    background: #F9F9F9;
    box-shadow: 0px 40px 70px -41px rgba(0, 0, 0, 0.10);
    display: flex;
    flex-direction: column;
}

.ad-services .ad-service-row .ad-service-card .img-container {
    height: 230px;
    overflow: hidden;
    border-radius: 10px;
}

.ad-services .ad-service-row .ad-service-card .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ad-services .ad-service-row .ad-service-card .content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    flex-grow: 1;
}

.ad-services .ad-service-row .ad-service-card .content h5 {
    margin-bottom: 10px;
    font-size: 23px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 34.5px;
}

.ad-services .ad-service-row .ad-service-card .content p {
    margin-bottom: 0;
    color: rgba(82, 88, 96, 0.70);
    font-size: 14px;
    font-weight: 400;
    line-height: 25.5px;
}

.ad-services .ad-service-row .ad-service-card .content a {
    /*color: #03324D;*/
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 1;
    position: relative;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 10px;
    width: fit-content;
    background: #e32222;
    color: white !important;
}

.ad-services .ad-service-row .ad-service-card .content a:hover {
    border: 1px solid #E32222;
    background: #fff;
    color: #e32222 !important;
}


/*.ad-services .ad-service-row .ad-service-card .content a::after {*/


/*    content: "";*/


/*    position: absolute;*/


/*    width: 50px;*/


/*    height: 2px;*/


/*    background: #E22222;*/


/*    top: 50%;*/


/*    transform: translateY(-50%);*/


/*    margin-left: 10px;*/


/*}*/

@media (max-width:992px) {
    .ad-services .ad-service-row {
        padding-top: 50px;
        row-gap: 50px;
        column-gap: 30px;
    }

    .ad-services .ad-service-row .ad-service-card {
        width: calc(50% - 15px);
    }

    .ad-services .ad-service-row .ad-service-card .content {
        padding: 15px;
    }

    .ad-services .ad-service-row .ad-service-card .content h5 {
        font-size: 22px;
    }
}

@media (max-width:767px) {
    .ad-services .ad-service-row .ad-service-card {
        width: 100%;
    }

    .ad-services .ad-service-row .ad-service-card .content h5 {
        font-size: 20px;
    }
}

@media (max-width:576px) {
    .ad-services .ad-service-row .ad-service-card .img-container {
        height: 200px;
    }
}


/* ad-service ends */


/* video section */

.video-container {
    position: relative;
    width: 100%;
    height: 550px;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}

.video-player {
    width: 100%;
    height: 100%;
    display: block;
    /*background: #000;*/
    object-fit: cover;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 3;
}

.play-button:hover {
    background: rgba(255, 255, 255, 1);
    transform: translate(-50%, -50%) scale(1.1);
}

.play-button::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 25px solid #333;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    margin-left: 5px;
}

.play-button.fade-in {
    opacity: 1;
    visibility: visible;
}

.play-button.fade-out {
    opacity: 0;
    visibility: hidden;
}

#unmuteButton {
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 2;
    display: none;
    padding: 8px 15px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}

@media (max-width:992px) {}

@media (max-width:767px) {
    .video-container {
        height: auto;
    }
}

@media (max-width:576px) {
    .play-button {
        width: 60px;
        height: 60px;
    }

    .play-button::before {
        border-left: 20px solid #333;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
    }
}


/* video section ends */


/* work-flow */

.work-flow .steps {
    background-image: url(../images/google-ads/Vector\ \(3\).png);
    width: 100%;
    height: 100%;
    background-color: #08396E;
    padding: 100px 0;
}

.work-flow .work-flow-row {
    display: flex;
    flex-wrap: wrap;
}

.work-flow .work-flow-col {
    height: 420px;
    width: calc(20%);
}

.work-flow .work-flow-col.center {
    align-content: end;
}

.work-flow .arrow img {
    position: absolute;
    width: 100%;
    left: 50%;
    max-width: 70%;
    top: 25%;
    transform: translateX(-50%);
}

.work-flow .arrow img.second {
    top: 45%;
}

.work-flow .steps .heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.work-flow .steps h3 {
    color: #fff;
}

.work-flow .steps h3 span {
    color: #E22222;
}

.work-flow .steps p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.70);
    margin-bottom: 0;
}

.work-flow .steps .work-flow-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
}

.work-flow .steps .work-flow-div .steps-img {
    border-radius: 50%;
    flex-wrap: wrap;
    width: 75%;
}

.work-flow .steps .work-flow-div h6 {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    line-height: 30px;
    font-family: "Open Sans", sans-serif;
}

.work-flow .steps .work-flow-div p {
    line-height: 21px;
    color: #fff;
}

@media (max-width:992px) {
    .work-flow .work-flow-row {
        column-gap: 20px;
        row-gap: 40px;
        padding-top: 60px;
    }

    .work-flow .work-flow-col {
        height: auto;
        width: calc(50% - 10px);
    }

    .work-flow .work-flow-col.center {
        align-content: unset;
    }

    .work-flow .arrow {
        display: none;
    }

    .work-flow-div {
        width: auto;
    }

    .work-flow .steps {
        padding: 80px 0;
    }
}

@media (max-width:767px) {
    .work-flow .steps .work-flow-div h6 {
        font-size: 20px;
        line-height: 30px;
    }

    .work-flow .steps .work-flow-div p {
        line-height: normal;
    }

    .work-flow .steps .work-flow-div {
        gap: 14px;
    }

    .work-flow .work-flow-row {
        padding-top: 50px;
    }

    .work-flow .steps {
        padding: 60px 0;
    }
}

@media (max-width:576px) {
    .work-flow .work-flow-row {
        padding-top: 40px;
    }

    .work-flow .work-flow-col {
        width: 100%;
    }

    .work-flow .steps .work-flow-div .steps-img {
        width: 50%;
    }

    .work-flow .steps .work-flow-div h6 {
        font-size: 18px;
        line-height: normal;
    }

    .work-flow .steps .work-flow-div p {
        font-size: 14px;
    }

    .work-flow .steps .work-flow-div {
        gap: 10px;
    }
}


/* work flow ends */


/* whyu choose us */

.why-choose-us .why-choose-us-row {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 50px;
    padding-top: 60px;
}

.why-choose-us .why-choose-us-row .why-card {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: calc(33.33% - 20px);
    background: #F9F9F9;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.why-choose-us .why-choose-us-row .why-card img {
    background: #E22222;
    padding: 10px;
    border-radius: 10px;
    width: 60px;
    height: 60px;
}

.why-choose-us .why-choose-us-row .why-card .why-card-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.why-choose-us .why-choose-us-row .why-card .why-card-body h5 {
    font-size: 23px;
    font-weight: 600;
    line-height: 30px;
    font-family: "Open Sans", sans-serif;
}

.why-choose-us .why-choose-us-row .why-card .why-card-body p {
    margin-bottom: 0;
    color: #525860;
}

@media (max-width:992px) {}

@media (max-width:767px) {
    .why-choose-us .why-choose-us-row {
        column-gap: 25px;
        padding-top: 50px;
    }

    .why-choose-us .why-choose-us-row .why-card {
        width: calc(50% - 13px);
        padding: 15px;
    }

    .why-choose-us .why-choose-us-row .why-card .why-card-body h5 {
        font-size: 20px;
    }
}

@media (max-width:576px) {
    .why-choose-us .why-choose-us-row .why-card {
        width: 100%;
    }

    .why-choose-us .why-choose-us-row {
        row-gap: 25px;
        padding-top: 50px;
    }
}


/* why choose ends */


/* banner cta  */

.banner-cta {
    position: relative;
}

.banner-cta .bg-cta {
    background-image: url(../images/google-ads/Vector\ \(3\).png);
    width: 100%;
    height: 100%;
    background-color: #08396E;
    position: relative;
    padding: 50px 0;
}

.banner-cta .bg-cta .banner-content {
    background: #fff;
    padding: 40px 70px;
    border-radius: 10px;
}

.banner-cta .banner-content h3 {
    line-height: 57px;
    letter-spacing: -1px;
    margin-bottom: 10px;
}

.banner-cta .bg-cta .banner-content button {
    border-radius: 30px;
    outline: none;
    border: none;
}

.cta-image-abs {
    position: absolute;
    left: 0;
    /* top: 0; */
    /* transform: translateY(-50%); */
    z-index: 1;
    bottom: 0;
    width: 100%;
    max-width: 46%;
}

.cta-image-abs img {
    height: auto;
    width: 100%;
}

@media (min-width:1700px) {
    .cta-image-abs {
        max-width: 40%;
    }
}

@media (min-width:1920px) {
    .cta-image-abs {
        max-width: 37%;
    }
}

@media (min-width:2040px) {
    .cta-image-abs {
        max-width: 35%;
    }
}

@media (min-width:2300px) {
    .cta-image-abs {
        max-width: 30%;
    }
}

@media (max-width:992px) {
    .cta-image-abs {
        z-index: 0;
    }

    .cta-image-abs {
        max-width: 80%;
    }

    .banner-cta .banner-content h3 {
        line-height: normal;
    }
}

@media (max-width:767px) {
    .banner-cta .bg-cta .banner-content {
        padding: 30px;
    }

    .cta-image-abs {
        max-width: 100%;
    }
}

@media (max-width:576px) {}


/* banner cta ends */


/* testimonial */

.ad-testimonial .ad-testimonial-content {
    padding-top: 60px;
}

.ad-testimonial .ad-testimonial-content .testimonial-wrapper {
    position: relative;
    overflow: visible;
    padding-top: 70px;
}

.ad-testimonial .ad-testimonial-content .testimonial-wrapper h4 {
    font-size: 17px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 10px;
}

.ad-testimonial .ad-testimonial-content .testimonial-wrapper .star-rating {
    margin-bottom: 15px;
}

.ad-testimonial .ad-testimonial-content .testimonial-wrapper p {
    margin-bottom: 0;
    color: #565969;
    line-height: 25.6px;
}

.testimonial-ggl-ads {
    position: relative;
    background: #07A7FF0A;
    padding: 35px;
    border-radius: 40px;
    text-align: center;
}

.testimonial-img {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    /* padding: 30px; */
    width: 70px !important;
    height: 70px !important;
    object-fit: cover;
    padding: 0 !important;
}

@media (max-width:992px) {}

@media (max-width:767px) {
    .ad-testimonial .ad-testimonial-content {
        padding-top: 40px;
    }

    .ad-testimonial .ad-testimonial-content .testimonial-items-3col {
        margin-bottom: 0;
    }
}

@media (max-width:576px) {
    .ad-testimonial .ad-testimonial-content {
        padding-top: 20px;
    }

    .ad-testimonial .ad-testimonial-content .testimonial-wrapper .star-rating {
        margin-bottom: 10px;
    }

    .owl-carousel:hover .owl-nav button.owl-prev {
        left: 0;
    }

    .owl-carousel:hover .owl-nav button.owl-next {
        right: 0;
    }

    .testimonial-img {
        width: 50px !important;
        height: 50px !important;
    }
}


/* .ad-contact */

.ad-contact .ad-contact-bg {
    background-image: url(../images/google-ads/contact-bg.webp);
    width: 100%;
    object-fit: cover;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 100px 0;
}

.ad-contact .ad-contact-bg .table-form {
    max-width: 100%;
    padding: 70px 50px;
}

.ad-contact .ad-contact-bg .table-form h4 {
    color: #111;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.9px;
}

.ad-contact .ad-contact-bg .table-form form {
    padding-top: 40px;
}

.ad-contact .ad-contact-bg .right-content h2,
.ad-contact .ad-contact-bg .right-content p {
    color: #fff;
}

.ad-contact .ad-contact-bg .right-content h2 {
    font-size: 60px;
    font-weight: 600;
    line-height: 73px;
}

.ad-contact .ad-contact-bg .right-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding-left: 50px;
    padding-top: 50px;
}

.ad-contact .ad-contact-bg .right-content .col-content {
    background-color: #08396E;
    border-radius: 25px;
    width: 100%;
    padding: 30px 50px;
}

.ad-contact .ad-contact-bg .right-content .col-content .heading {
    position: relative;
    width: 100%;
    max-width: 45%;
}

.ad-contact .ad-contact-bg .right-content .col-content .heading h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.9px;
    font-family: Poppins, sans-serif;
    margin-bottom: 20px;
}

.ad-contact .ad-contact-bg .right-content .col-content .heading .img-vector {
    position: absolute;
    right: 0;
    bottom: 0;
}

.ad-contact .ad-contact-bg .right-content .col-content .call-us {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFFB2;
    margin-bottom: 0;
    line-height: 27px;
}

.ad-contact .ad-contact-bg .right-content .col-content .col-phone {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    line-height: 40px;
    font-size: 35px;
    margin-bottom: 0;
    letter-spacing: -1.2px;
}

@media (max-width:992px) {
    .ad-contact .ad-contact-bg .right-content {
        padding: 0;
    }

    .ad-contact .ad-contact-bg .right-content h2 {
        font-size: 55px !important;
        margin-bottom: 20px;
    }

    .ad-contact .ad-contact-bg {
        padding: 80px 0;
    }
}

@media (max-width:767px) {
    .ad-contact .ad-contact-bg .table-form form {
        padding-top: 30px;
    }

    .ad-contact .ad-contact-bg .table-form {
        padding: 40px 30px;
    }

    .ad-contact .ad-contact-bg .right-content h2 {
        font-size: 45px !important;
        margin-bottom: 10px;
    }

    .ad-contact .ad-contact-bg .right-content .col-content .heading h4 {
        font-size: 22px;
        line-height: 30px;
    }

    .ad-contact .ad-contact-bg .right-content .col-content .col-phone {
        font-size: 30px;
    }

    .ad-contact .ad-contact-bg {
        padding: 60px 0;
    }
}

@media (max-width:576px) {
    .ad-contact .ad-contact-bg .table-form form {
        padding-top: 20px;
    }

    .ad-contact .ad-contact-bg .table-form {
        padding: 30px 20px;
    }

    .ad-contact .ad-contact-bg .right-content .col-content .heading {
        max-width: 70%;
    }

    .ad-contact .ad-contact-bg .right-content .col-content {
        border-radius: 15px;
        padding: 20px 30px;
        margin-top: 0 !important;
    }

    .ad-contact .ad-contact-bg .right-content h2 {
        font-size: 32px !important;
    }

    .ad-contact .ad-contact-bg .right-content p br {
        display: none;
    }

    .ad-contact .ad-contact-bg .right-content .col-content .heading h4 {
        font-size: 20px;
        line-height: normal;
    }

    .ad-contact .ad-contact-bg .right-content .col-content .col-phone {
        font-size: 25px;
    }

    .ad-contact .ad-contact-bg {
        padding: 50px 0;
    }
}

.contact-btn {
    width: 170px;
}

.call-assist {
    font-size: 12px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-right: -30px;
    margin-top: -10px;
}

.qoute-text {
    font-weight: 400;
}

.call-no {
    font-weight: bolder;
}

.arrow-remove li a:before {
    position: absolute;
    content: none;
    left: 0;
}

.contact-icon {
    width: 20px;
    height: auto;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.mob-float-icons {
    position: fixed;
    width: 100%;
    display: flex;
    align-items: center;
    bottom: -2px;
    z-index: 20;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    overflow: hidden;
}

.mob-float-icons .call,
.mob-float-icons .chat {
    width: 100%;
    padding: 15px 10px;

}

.mob-float-icons .call a,
.mob-float-icons .chat a {
    color: white !important;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}


.mob-float-icons .call a i {
    font-size: 17px;
}

.mob-float-icons .chat a i {
    font-size: 20px;
}

.mob-float-icons .chat {
    background-color: #16af1e;
}

.mob-float-icons .call {
    background-color: #ec1c24;
}

@media (min-width:576px) {
    .mob-float-icons {
        display: none;
    }
}

@media (max-width:576px) {
    .float-icons {
        display: none;
    }

    .grecaptcha-badge {
        bottom: 100px !important;
    }
}

.footer {
    background: #08396E url(../images/footer-bg.webp) no-repeat top center;
}

.footer-border-top {
    border-top: 0.8px solid rgba(255, 255, 255, 0.14) !important;
}

.social-list li a {
    background: #fff;
}

.social-list li a i {
    color: #0B3852;
}

.social-list li a:hover i {
    color: #fff;
}

.footer-main-area {
    background: none;
}

.footer-bottom-area {
    background: none;
}

.footer-contactUs {
    margin-left: -17px;
}

.footer-text {
    color: #a7a8b4;
}

.social-links i {
    background-color: white;
}

.mean-container a.meanmenu-reveal {
    border: none !important;
    color: #444;
    cursor: pointer;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1px;
    font-weight: 700;
    height: 22px;
    line-height: 22px;
    margin-top: -35px;
    padding: 8px 9px;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: -12px;
    width: 22px
}

.call-fab a,
.whatsapp-fab a {
    display: flex;
    align-items: center;
}

.call-fab {
    background: #2196F3;
}

.whatsapp-fab a i {
    font-size: 27px;
}

.call-fab a i {
    font-size: 24px;
}

.whatsapp-fab {
    background: #25D366;
}

@media (max-width:576px) {

    .call-fab,
    .whatsapp-fab {
        width: 50px;
        height: 50px;
    }

    .whatsapp-fab a i {
        font-size: 24px;
    }

    .call-fab a i {
        font-size: 20px;
    }
}

.modal {
    padding-right: 0 !important;
}

.modal iframe {
    width: 100%;
    height: 500px;
}

.modal-header {
    padding: 0;
}

.modal-header button {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #e32222;
    opacity: 1 !important;
    z-index: 1;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.6s ease;
}
.modal-header button span{
    font-weight: 100;
    color: #fff;
}
.modal-header button:hover span{
    transform: scale(1.1);
}

.modal-dialog {
    max-width: 70%;
    position: relative;
}

.modal-content {
    border-radius: 15px;
}

@media (min-width:1600px) {
    .modal iframe{
        height: 700px;
    }
}

@media (max-width:576px) {
    .modal-dialog {
        max-width: 100%;
    }
    .modal iframe{
        height: 600px;
    }
}