@font-face {
    font-family: Poppins;
    src: url(../font/poppins.otf);
}

/* ----------------------------------------------
 * Generated by Animista on 2024-2-9 21:17:13
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-down-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-down-center {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes scale-down-center {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}


.scale-down-center {
    -webkit-animation: scale-down-center 1.1s cubic-bezier(0.785, 0.135, 0.150, 0.860) infinite alternate both;
    animation: scale-down-center 1.1s cubic-bezier(0.785, 0.135, 0.150, 0.860) infinite alternate both;
}


body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
li,
a {
    font-family: 'Poppins', sans-serif;
}

.desktoplogo img {
    width: 120px;
}

.footer-logo {
    width: 120px;
}

/* ----------- Header Top Section Css Start ----------- */

.mobile-header-num {
    display: none;
}

.header-top {
    background-color: #491370;
    padding: 10px 0px;
}

.site-header-info {
    display: flex;
    float: right;
    margin-right: 40px;
}

.site-header-info a i {
    margin-right: 5px;
}

.site-header-info a {
    margin-left: 15px;
    text-decoration: none;
    color: #fff;
}

.site-header-info a:hover {
    color: #37c3db;
}
.wsmainfull.menu {
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-contact-info {
    display: none !important;
}

/* ----------- Header Top Section Css End ----------- */

/* ----------- Main Banner Section Css Start ----------- */

.main-banner-section {
    padding: 80px 0px 45px 0px;
    background-image: url(../images/main-banner-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.main-banner-content {
    padding: 60px;
    color: #fff;
}

.main-banner-content h3 {
    text-transform: uppercase;
    color: #fff;
}

.main-banner-content h1 {
    font-weight: 600;
    font-size: 41px;
}

.main-banner-content p {
    margin: 15px 0px 28px;
}

.main-banner-btn a {
    text-decoration: none;
    padding: 9px 22px;
    background-color: #37a8c8;
    color: #fff;
    /* border: solid 1px #fff; */
    transition: all .5s;
}

.main-banner-btn a:hover {
    color: #000;
    background-color: #fff;
}

.call-btn {
    margin-left: 10px;
}

/* ----------- Main Banner Section Css End ----------- */

/* THE LEAD FORM CSS START */

.form-banner-main .form-banner {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.form-banner-main .form_body {
    line-height: 3;
    background-color: #fff;
    border-radius: 0px 0px 10px 10px;
}

.form-banner {
    /* margin-left: auto;
    margin-right: auto; */
    padding: 0px 0px 0px 0px;
    width: 95%;
    border-radius: 13px;
    z-index: 2;
}

.form_body {
    padding: 10px 25px 0px 25px;
    line-height: 4.5;
}

.form-banner p {
    color: white !important;
    text-align: center;
    background-color: green;
    padding: 5px
}

.form-banner-main .form-banner h2 {
    color: #fff;
}

.form-banner-main .form-banner h5 {
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin: 0;
}

.form-banner-main .form-banner h2 strong {
    color: #4bb1c3;
    font-weight: 900;
}

.form-banner h2 {
    text-align: center;
    font-size: 26px;
    color: #f1a56c;
    font-weight: 700;
    margin-bottom: 0px;
}

.form-banner h4 {
    text-align: center;
    color: #ffffff;
    font-weight: 400;
    font-size: 19px;
}

.form-banner h4 a {
    color: #fdc716;
    font-size: 22px;
    font-weight: 900;
}

.form-banner h4 a:hover {
    color: #ffffff;
    text-decoration: underline !important;
}

.form-banner label {
    margin-top: 15px;
    color: #000;
    line-height: normal;
    display: block;
}

.form-banner input[type="text"],
.form-banner input[type="tel"],
.form-banner input[type="email"] {
    width: 100%;
    height: 33px;
    padding: 19px 12px;
    border-radius: 3px;
    border: 1px #000 solid;
    margin-top: 14px;
    background-color: transparent;
    color: #000;
    /*border-top: none;*/
    /*border-right: none;*/
    /*border-left: none;*/
}

.form-banner ::placeholder {
    color: #000;
    opacity: 1;
    /* Firefox */
}

.form-banner textarea {
    width: 100%;
    height: 33%;
    padding: 10px;
    /*border: 0px;*/
    resize: none;
    border-radius: 3px;
    margin-top: 14px;
    background-color: transparent;
    border: 1px #000 solid;
    color: #000;
    text-transform: capitalize;
    /* padding-bottom: 50px; */
}

.form-banner textarea::placeholder {
    color: #000;
}

.cty-code {
    margin-top: 14px;
    border: 1px #000 solid;
    border-radius: 3px;
    background-color: transparent;
    color: #000;
    min-height: 40px;
    /*border-top: none;*/
    /*border-right: none;*/
    /*border-left: none;*/
}

/* select.cty-code {} */

.cty-code option,
optgroup {
    color: #000;
}

.form-submit {
    text-align: center;
    margin-top: 20px;
}

.form-submit input[type="submit"] {
    cursor: pointer;
    display: inline-block;
    width: 165px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    border-radius: 65px;
    background-color: #ffffff;
    color: #ec2527;
    font-size: 18px;
    border: 0px;
    font-weight: 500;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

.form-submit input[type="submit"]:hover,
.form-submit input[type="submit"]:active,
.form-submit input[type="submit"]:focus {
    background-color: #000;
    color: #fff;
}

.form-banner input[type="submit"] {
    cursor: pointer;
    display: inline-block;
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 4px;
    background-color: #7b109b;
    color: #f5f5f5;
    font-size: 22px;
    border: solid 1px #7b109b;
    font-weight: 600;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    margin-top: 20px;
}

.form-banner input[type="submit"]:hover {
    background-color: #fff;
    color: #000;
    border: solid 1px #000;
}

select {
    width: 100%;
    height: 33px;
    padding: 0 8px;
    border-bottom: 1px white solid;
    margin-top: 14px;
    background-color: #ffffff;
    color: white;
}

.form_head {
    background-color: #000000;
    padding: 10px 0px;
    border-radius: 10px 10px 0px 0px;
    border-bottom: solid 2px #000;
    position: relative;
}

/*.form_head::before {*/
/*    content: url(../images/summer-discount-black.png);*/
/*    position: absolute;*/
/*    top: -13px;*/
/*    left: -90px;*/
/*    width: 120px;*/
/*    height: auto;*/
/*}*/

/* Lead Form Css End */

/* Logo Section Css Start */

.logo-autoplay {
    padding: 25px;
}

.logo-slider .slick-slide {
    min-width: max-content;
    margin: 0 15px;
}

/* Logo Section Css End */

.h_sec2 {
    width: 100%;
    padding: 50px 0 160px;
    background: #221F3C;
    color: #fff;
}
.s2_box {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 43px 30px 65px;
    background: #262051;
    color: #aeaacb;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    z-index: 0;
    border: 1px solid #46416b;
}
.s2_box:hover {
    background: #fff;
}
.s2_box:hover p {
    color: #000;
}
.s2_box .main_btn {
    background-color: transparent;
    text-decoration: none;
    color: #43baff;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 14px;
    padding: 0;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    display: inline-block;
    text-transform: uppercase;
}
.s2_box::before {
    content: "";
    position: absolute;
    bottom: -88px;
    right: -88px;
    width: 188px;
    height: 188px;
    color: #fff;
    background: #332d5f;
    border-radius: 50%;
    transition: linear .3s;
}
.s2_box:hover::before {
    background: #43baff;
}
.s2_box h4 {
    color: #fff;
    font-weight: 800;
    font-size: 22px;
}
span.big_number {
    position: absolute;
    left: -10px;
    top: 0;
    font-size: 100px;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
    line-height: 72px;
    color: #332d5f;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    z-index: -1;
}
.s2_box:hover h4 {
    color: #000;
}
.s2_top h5 {
    color: #8E88B8;
    text-align:center;
}
.s2_box a span {
    margin: 0 10px 0 0;
    font-size: 16px;
}
.s2_box:hover span.big_number {
    color: #f4f6f6;
}
.s2_box img {
    position: absolute;
    right: 25px;
    bottom: 25px;
}
.h_sec2 .col-lg-3.col-md-3.col-sm-6.col-xs-12 {
    display: flex;
    align-items: stretch;
}
.s2_top h2 {
    font-size: 36px;
    font-weight: 800;
    margin: 10px 0 0;
    text-align:center;
    margin-bottom:30px;
}
.h_sec4 .col-lg-4.col-md-4.col-sm-6.col-xs-12 {
    padding: 20px;
}
.s4_topl {
    padding-bottom: 40px;
}
.s4_text h3 {
    font-size: 20px;
    font-weight: 800;
    color: #000;
}
.s4_text p {
    font-size: 16px;
    margin: 12px 0 0;
    height: 70px;
}
.s1_lbotl img, .s1_lbotr img {
    margin-bottom: 10px;
}
.s4_topl h2 {
    font-size: 36px;
    margin: 12px 0 0;
    font-weight: 800;
    color: #000;
}
.main_btn {
    background-color: #43baff;
    color: #fff;
    font-size: 16px;
    padding: 13px 35px;
    display: inline-block;
    border-radius: 2px;
}

.h_sec4 {
    padding: 60px 0;
}
.h_sec4 h5 {
    font-size: 14px;
    font-weight: 800;
    color: #7141b1;
    display: inline-block;
    text-transform: uppercase;
}

/* ----------- Service Card Section Css Start ----------- */

.service-card-section {
    padding: 50px 0px 100px 0px;
}

.service-card-heading {
    margin-bottom: 35px;
    text-align: center;
}

.service-card-heading h2 {
    font-weight: 600;
    color: #4a1277;
}

.service-card {
    padding: 45px 25px;
    background: linear-gradient(130deg, #35c1d8de, #4a1277c7);
    background-color: #4a1277;
    color: #fff;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 15px;
}

.service-card h3 {
    margin-bottom: 25px;
    border-bottom: solid 2px #fff;
    padding-bottom: 5px;
    color: #fff;
}

/* ----------- Service Card Section Css End ----------- */

/* ----------- About Us Section Css Start ----------- */

.about-us-section {
    padding: 100px 0px;
    background-image: url(../images/main-banner-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
}

.about-us-content h2 {
    font-weight: 600;
    margin-bottom: 15px;
}

.about-us-content {
    padding: 35px 0px;
}

.about-us-btn {
    margin-top: 25px;
}

.about-us-btn a {
    color: #fff;
    text-decoration: none;
    padding: 9px 22px;
    background-color: #37a8c8;
    transition: all .5s;
    border: solid 1px #37a8c8;
    margin-right: 15px;
    line-height: 3;
}

.about-us-btn a:hover {
    background-color: #fff;
    color: #000;
    border: solid 1px #6d118e;
}

/* ----------- About Us Section Css End ----------- */

/* ----------- Why Choose Us Section Css Start ----------- */

.choose-us-section {
    padding: 10px 0px;
}

.choose-us-content h2 {
    font-weight: 600;
    margin-bottom: 15px;
    color: #4a1277;
}

.choose-us-content {
    padding: 35px 0px;
}

.choose-us-content h5 {
    color: #4a1277;
}

.choose-us-btn {
    margin-top: 25px;
}

.choose-us-btn a {
    color: #fff;
    text-decoration: none;
    padding: 9px 22px;
    background-color: #37a8c8;
    transition: all .5s;
    border: solid 1px #37a8c8;
    margin-right: 15px;
}

.choose-us-btn a:hover {
    background-color: #fff;
    color: #000;
    border: solid 1px #37a8c8;
}

/* ----------- Why Choose Us Section Css End ----------- */

/* ----------- CTA Section Css Start ----------- */

.cta-section {
    background: linear-gradient(200deg, #35c1d8de, #4a1277c7);
    padding: 45px 0px;
    color: #fff;
}

.cta-content h2 {
    font-weight: 600;
}

.cta-btn {
    text-align: center;
}

.cta-btn a {
    color: #000;
    text-decoration: none;
    padding: 15px 65px;
    background-color: #ffffff;
    transition: all .5s;
    border: solid 1px #ffffff;
    font-size: 26px;
    font-weight: 600;
}

.cta-btn a:hover {
    background-color: transparent;
    color: #fff;
    border: solid 1px #ffffff;
}

/* ----------- CTA Section Css End ----------- */

/* ----------- Faqs Section Start ----------- */

.con-card {
    background: white;
    padding: 43px;
    width: 75%;
    margin: auto;
    border-radius: 20px;
    box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 10%);
}

.con-card h2 {
    font-size: 26px;
    font-weight: bold;
    padding-top: 20px;
    color: #4a1277;
}

.con-card a {
    background: linear-gradient(200deg, #35c1d8de, #4a1277c7);
    color: rgb(255, 255, 255);
    font-weight: 600;
    text-decoration: none;
    padding: 11px 20px 11px 10px;
    border-top-right-radius: 33px;
    border-bottom-right-radius: 33px;
    border-left: 7px black solid;
    border-right: solid 1px #5a9ec5;
    border-top: solid 1px #54b5d2;
    border-bottom: solid 1px #676ba9;
}

.con-card a:hover {
    background: #fff;
    border-right: solid 1px #333;
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
}

.cta-bar-orange {
    background: url(../images/gcaps.gif);
}

.cont-footer a {
    color: #37a8c8;
    text-decoration: none;
}

.faq-section {
    padding: 100px 0px;
    color: rgb(0, 0, 0);
    /* background-color: #eaeaea; */
}

.faq-container p {
    padding: 15px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
}

.faq-container .accordion {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    cursor: pointer;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
    font-family: 'Montserrat', sans-serif;
    line-height: initial;
    margin-bottom: 14px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 15px;
    border-left: 12px #37a8c8 solid;
    border-top: solid 1px #37a8c8;
    border-right: solid 1px #37a8c8;
    border-bottom: solid 1px #37a8c8;
    /* box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 10%); */
}

.faq-container .active,
.faq-container .accordion:hover {
    background: linear-gradient(200deg, #35c1d8de, #4a1277c7);
    border-left: 12px rgb(255, 255, 255) solid;
    color: white;
}

.faq-container .accordion:hover:after,
.faq-container .accordion.active:after {
    color: #fff;
}

.faq-container .accordion:after {
    content: '\002B';
    color: rgb(0, 0, 0);
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.faq-container .active:after {
    content: "\2212";
}

.faq-container .panel {
    padding: 0 18px;
    background: transparent;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.faq-head h2 {
    font-weight: 600;
    color: #4a1277;
}


/* ----------- Faqs Css End ----------- */

/* ----------- Testimonial Section Css Start ----------- */

.testimonial-section {
    padding: 100px 0px;
    background-image: url(../images/main-banner-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.testimonial-heading {
    text-align: center;
    margin-bottom: 60px;
    color: #fff;
}

.testimonial-heading h2 {
    font-weight: 600;
}

.testi-card {
    background-color: #ffffff;
    padding: 25px 15px;
    border-radius: 15px;
    color: #000000;
    box-shadow: inset 5px 5px 17px #cccccc, inset -5px -5px 17px #222222;
    transition: all .5s;
    margin-left: 10px;
    margin-right: 10px;
}

.testi-card:hover {
    transform: scale(1.04);
}

.testi-card p {
    margin-top: 25px;
}

/* ----------- Testimonial Section Css End ----------- */

/* ----------- Portal Section Css Start ----------- */

.portal-section {
    padding: 100px 0px;
    text-align: center;
    /* background-color: #c5e6ef; */
}

.portal-heading {
    margin-bottom: 40px;
}

.portal-heading h2 {
    font-weight: 600;
    color: #4a1277;
}

.portal-img-part {
    justify-content: space-between;
}

.portal-img-part img {
    margin-right: 10px;
}

/* ----------- Portal Section Css End ----------- */

/* ----------- Footer Section Css Start ----------- */

.footer-section {
    padding: 50px 0px;
    background-color: #000000;
    color: white;
}

.footer-link h4 {
    margin-left: 25px;
    font-weight: 600;
    color: #9b36ed;
}

.footer-link li {
    list-style: none;
    margin-top: 5px;
    color: white;
}

.footer-link ul {
    margin-top: 25px;
}

.footer-link li a {
    text-decoration: none;
    color: white;
    font-weight: 500;
}

.footer-link li a:hover {
    color: #37a8c8;
}

.footer-text {
    font-weight: 500;
    margin-top: 15px;
    color: white;
}

.footer-img {
    text-align: center;
    margin-top: 25px;
}

.footer-link {
    margin-top: 35px;
}

.whatsapp-btn-footer {
    display: block;
    font-weight: 600;
    vertical-align: middle;
    padding: 8px 16px 10px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    background-color: #023838;
    border-radius: 50px;
    text-align: center;
    font-size: 15px;
    z-index: 100;
    transform: translateY(-10px);
    }
    
    .whatsapp-btn-footer a {
    color: #fff;
    text-decoration: none;
    }
    
    .whatsapp-btn-footer a i {
        color: #25D366;
        font-size: 22px;
        margin-right: 7px;
    }


/* ----------- Footer Section Css Start ----------- */

/* Service Main Banner Css Start */

.service-main-banner {
    background: linear-gradient(45deg, #e65c0099, #f9d42369);
    padding: 82px 0px 0px 0px;
    color: white;
    background-image: url("../images/service-main-bannerfinal.jpg");
    /* background-size: contain; */
    background-position: center;
}

.service-main-banner-content {
    padding: 20px 65px;
}

.service-main-banner-content h1 {
    font-size: 45px;
    font-weight: 900;
}

.service-main-banner-content p {
    margin-top: 15px;
    font-size: 18px;
}

.service-page-content h2,
h3,
h4 {
    font-weight: 600;
    color: #4a1277;
}

.service-page-content h3 {
    border-bottom: solid 3px #37a8c8;
    width: fit-content;
    padding-bottom: 4px;
}

.service-page-content h4 {
    border-bottom: solid 2px #37a8c8;
    width: fit-content;
    padding-bottom: 4px;
    color: #4a1277;
}

.service-page-content p {
    margin-top: 12px;
}

.service-page-section {
    padding: 0 0 100px 0px;
}

/* Service Main Banner Css End */

/* Inner Page Css Start */

.inner-heading {
    text-align: center;
    padding: 85px 0px;
    background-image: url("../images/main-banner-bg.webp");
}

.inner-heading h2 {
    font-weight: 600;
    color: white;
}

.inner-content {
    padding: 85px 0px;
}

.inner-content h3 {
    font-weight: 600;
    padding-top: 10px;
    border-bottom: solid 3px #37a8c8;
    width: fit-content;
    padding-bottom: 6px;
}

.process-step li span {
    color: #4a1277;
    font-size: 19px;
    font-weight: 600;
    text-decoration: underline;
}

/* Inner Page Css End */

/* Thankyou Page Css Start */


.thankyou-section {
    padding: 140px 0px 100px;
    text-align: center;
    position: relative;
}

.thankyou-section::before {
    content: '';
    position: absolute;
    width: 100%;
    background-color: #1e257f;
    height: 5px;
    top: 0;
    left: 0;
}

.thankyou-section h2 {
    font-weight: 600;
}

.thankyou-section h2 span {
    color: #37a8c8;
}

.thankyou-section h4 {
    color: #000;
}

.thankyou-section .thankyou-check {
    width: 125px;
    margin: auto;
}

.thankyou-btn {
    margin-top: 25px;
}

.thankyou-button {
    background-color: #37a8c8;
    width: fit-content;
    padding: 10px 15px;
    margin: auto;
    color: white;
    font-size: 18px;
    margin-top: 25px;
    border: solid 1px #37a8c8;
    transition: all 0.8;
    text-decoration: none;

}

.thankyou-button:hover {
    background-color: white;
    border: solid 1px #37a8c8;
    color: black;
}

/* Thankyou Page Css End */

/* Whatsapp Script Css Start */

.contact-whatsapp {
    position: fixed;
    z-index: 3;
    bottom: 12px;
    left: 8px;
    animation: scrollDownAnimation .5s ease infinite alternate;
    -webkit-animation: scrollDownAnimation .5s ease infinite alternate;
}

/* Whatsapp Script Css End */