/*
Theme Name: SPR
Theme URI: 
Description: A clean base theme to use Twitter Boostrap 5 with Wordpress.
Author: MK
Author URI: 
Version: 1.0.0
Text Domain: spr
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

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

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

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

@font-face {
    font-family: "Aeonik Medium";
    src: url("dist/fonts/bold/Aeonik.eot");
    src: url("dist/fonts/bold/Aeonik1.eot?#iefix")format("embedded-opentype"),
        url("dist/fonts/bold/Aeonik.woff2")format("woff2"),
        url("dist/fonts/bold/Aeonik.woff")format("woff"),
        url("dist/fonts/bold/Aeonik.ttf")format("truetype"),
        url("dist/fonts/bold/aeonik.svg#Aeonik Medium")format("svg");
}

h2 {
    font-size: 60px;
    color: #1E254D;
    font-weight: bold
}

body h1.pink-over-line {
    text-align: left;
    font-size: 38px !important;
    color: #1E254D;
    font-weight: bold;
    margin-bottom: 30px;
}

body h3 {
    font-size: 38px;
    font-weight: bold;
    line-height: 1.2;
    color: #1E254D;
    margin-bottom: 25px;
}

body {
    font-family: 'Aeonik';
    font-size: 16px;
    color: #000;
    font-weight: 400
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

body p {
    font-size: 18px;
    color: #1E254D;

}

.banner-section.home-banner-section.section {
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

:root {
    scroll-behavior: inherit;
}

ul#menu-header-menu {
    padding: 0px;
    list-style: none;
    display: flex;
    gap: 10px;
    margin-bottom: 0px;
}

.header-right {
    display: flex;
}

header#main-header {
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, .4);
    box-shadow: 0px 0px 6px #eee;
    padding: 10px 0px;
    z-index: 999;
}

.logo-img-box img {
    width: 200px;
}

ul#menu-header-menu li a {
    color: #1E254C;
    text-decoration: none;
    padding-right: 20px;

    &:hover {
        color: #256FB9
    }
}

ul#menu-header-menu li.current-menu-item > a,
ul#menu-header-menu li.current-menu-ancestor.current_page_ancestor>a {
    color: #256FB9
}

ul#menu-header-menu li {
    position: relative;

    &:hover {
        .sub-menu {
            opacity: 1;
            visibility: visible;
            top: 100%;
        }
    }
}

ul#menu-header-menu li>ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    padding: 0;
    list-style: none;
    background: #fff;
    min-width: 200px;
    box-shadow: 0 1px 2px #ccc;
    transition: all ease-in-out 0.3s;
    top: 130%;

    li {
        border-bottom: 1px solid #eee;
        position: relative;

        a {
            padding: 15px 15px;
            display: block;
        }
    }
}

ul#menu-header-menu li>ul.sub-menu li ul.sub-menu {
    position: absolute;
    opacity: 0;
    left: 100%;
    top: 0
}

ul#menu-header-menu li>ul.sub-menu li:hover {
    ul.sub-menu {
        opacity: 1
    }
}

.header-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn.theme-btn {
    background: #2C5F2D;
    color: #fff;
    padding: 0px 25px;
    height: 40px;
    line-height: 38px;
    box-shadow: none;
}

.home-banner-section h1 {
    color: #fff;
    font-weight: 700;
}

a.btn.theme-btn.theme-btn-2 {
    background: rgba(255, 255, 255, .3);
    border: 1px solid #fff;
}

.banner-btnbox {
    display: flex;
    justify-content: center;
    gap: 15px;
}

footer .last-section {
    li {
        margin-bottom: 6px;
        color: #616161;
        font-size: 16px;
        max-width: 290px;
        background-image: url(dist/imgs/Vector.png);
        background-repeat: no-repeat;
        background-position: left 6px;
        padding-left: 30px;
    }
}

footer#main-footer {
    background: #fff;
    color: #121410;
    padding: 80px 0px 25px;
}

footer .col-sm-8.col-12.footercoloum {
    margin-bottom: 40px;
}

.footer-logo img {
    width: 180px;
    margin-bottom: 10px;
}

.footer-copyright {
    width: 100%;
    text-align: center;
    font-size: 16px;
    background-image: url(dist/imgs/border-line.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 25px;
}

ul.footer-list {
    margin-bottom: 0px;
    padding: 0px;
    list-style: none;
    font-size: 14px;
}

.footercoloum h3 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
    color: #121410;
}

.footer-list li {
    padding: 2px 0px;
}

.footer-list li a {
    color: #616161;
    text-decoration: none;
    font-size: 18px
}

footer .col-sm-6.col-12.footercoloum .row {
    margin: 0;
}

footer .first-col {
    p {
        font-size: 18px;
        color: #616161;
        max-width: 245px;
        line-height: 1.3;
        margin-bottom: 10px
    }
}

.footer-newsletter {
    background: #2C5F2D;
    color: #fff;
    padding: 60px 0px;
}

.newsletter-formbox {
    max-width: 600px;
    margin: auto;
}

.newsletter-formbox span.wpcf7-spinner {
    display: none !important;
}

.formbox-newsletter>p {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: flex-start;
}

.btn.orange-btn {
    background: #FF6B36;
    color: #fff;
    box-shadow: none;
}

span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 13px;
    bottom: 0px;
    right: 0px;
}

.wpcf7-response-output {
    position: absolute;
    font-size: 12px;
    margin: auto !important;
    left: 0px;
    right: 0px;
    max-width: 500px;
}


/*********************************************************************/


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Aeonik';
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
p,
a {
    font-family: 'Aeonik';
    margin: 0;
    padding: 0;

}

.container {
    max-width: 1440px;

}

img {
    width: 100%;
}

.head-logo {
    width: 50%;
}

header .navbar-expand-lg .collapsenavbar-collapse {
    display: flex !important;
    flex-basis: auto;
    justify-content: flex-end;
    padding-right: 10px
}

/* ========================== */
.hsec-2 {
    padding-top: 30px;
}

.contact-phone {
    max-width: 50%;
    margin: 0 auto;
    text-align: center;
    background-color: #256FB9;
    padding: 8px 30px;
    border-radius: 40px;
    color: white;
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;

    a {
        color: white;
    }

    &:hover {
        background: #38C8F4
    }
}

.services-head {
    width: 650px;
}

.double-arrow {
    display: flex;
    align-items: center;
    margin-right: 50px;
    gap: 10px;
    justify-content: space-between;
    width: 126px;

    .swiper-button-prev,
    .swiper-button-next {
        &:after {
            display: none
        }

        position: relative;
        height: 50px !important;
        width: 50px !important;

        img {
            position: absolute;
            transition: all ease-in-out 0.4s
        }

        .img-1 {
            left: 0;
            opacity: 1;

        }

        .img-2 {
            left: 0;
            opacity: 0;

        }

        .rotate {
            transform: rotate(180deg)
        }

        &:hover {
            .img-1 {
                left: 0;
                opacity: 0;

            }

            .img-2 {
                left: 0;
                opacity: 1;

            }
        }
    }
}

.services-head h1 {
    font-size: 71px;
    line-height: 116%;
    font-weight: bold;
    color: #1E254D;
    font-family: "Aeonik";
}

.services-business {
    margin-top: 40px;
}

.services-business span {
    font-size: 74px;
    margin-top: 30px;
    font-weight: 400;
    line-height: 10px;
    color: #F038A4;
    line-height: 11px;
    font-style: italic;
    font-family: 'BeigeCulture';
}

.services-para {
    width: 500px;
    color: #1E254D;
    padding: 1px 0 10px;
}

.services-para p {
    font-size: 18px;
    margin-top: 20px;
    font-weight: 400;
    line-height: 28px;

}

li.nav-item {
    margin-right: 12px;
}

.nav-item a {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #1E254C;
}

.contact-phone-one.arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #F1BA50;
    padding: 7px 6px 7px 14px;
    border: 1px solid #F1BA50;
    border-radius: 40px;
    color: white;
    font-weight: 700;
    font-size: 16px;
    transition: all ease-in-out 0.3s;
    line-height: 30px;

    span:nth-of-type(1) {
        margin-right: 10px
    }

    &:hover {
        background-color: #fff;
        border: 1px solid #F1BA50;
        color: #F1BA50;
    }
}

.contact-phone-two {
    padding: 10px 30px;
    border-radius: 50px;
    border: 1px solid #256FB9;
    color: #256FB9;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    display: block;
    transition: all ease-in-out 0.3s;

    &:hover {
        background-color: #256FB9;
        color: #fff;
    }
}

.get-services {
    display: flex;
    align-items: center;
    gap: 20px;
}

.partner h4 {
    font-size: 48px;
    font-weight: 500;
    line-height: 140%;
    color: #1E254D;
    font-family: "Aeonik Medium";
}

.partner {
    padding-top: 24px;
}

.partners-section {
    text-align: center;

    img {
        width: auto
    }
}

/* ============================================ */

.prese-one {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    background: #F8F8F8;
    text-align: center;
    border-radius: 53px;
    padding: 30px 40px 50px;
    margin-right: 0px;
}

.prese-img {
    width: 71px;
    height: 71px;
}

.prese-head h4 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: "Aeonik Medium";
}

.prese-text p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

/* =================================================== */
.sucess-head h4,
.testi-head h4 {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;
    color: #1E254D;
    font-family: "Aeonik";
}

.sucess-btn {
    display: inline-block;
}

.sucess-head.mb-5 {
    margin-bottom: 2.5rem !important;
}

.sucess-para.mb-4 p {
    color: #1E254D;
    font-size: 18px;
    max-width: 490px;
}

.testi-head h4 {
    color: #1E254D;
}

.sucess-para p {
    font-size: 18px;
    line-height: 26.15px;
    font-weight: 400;
    color: #1E254D;
}

.sucess-btn {
    width: 180px;
    text-align: center;
}

.sucess-img {
    max-width: 509px;
    margin: 0 auto;
}

/* ===================== */
/* =========================== */
.hsec-6 {
    background: url(/wp-content/uploads/2025/06/Frame-1000001191.png);
    background-repeat: no-repeat;
    background-position: inherit;
    background-size: cover;
    /* position: relative; */
    margin-top: 0px;
    z-index: -1;
}

.website-text {
    padding-top: 30px;
    padding-left: 30px;
}

.head-para {
    max-width: 659px;
    margin: 0 auto;
}

.sucess-btn {
    width: 180px;
}

.website-img {
    border-radius: 200px;
}

.site-more {
    display: flex;
    align-items: center;
    gap: 10px;
}

.website-img img {
    border-radius: 200px;
}
.page-template-stock-trading  .whychoose-service-wrapper .website-img img {
    border-radius: 0;
}  

.site-more {
    display: flex;
    align-items: center;
    gap: 10px;
}

.head-text h4 {
    font-size: 60px;
    font-weight: 700;
    line-height: 140%;
    color: #ffff;
}

.head-para,
.upper-heade p {
    color: #EDEFFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 26.15px;
}

.website-first h4 {
    font-size: 38px;
    font-weight: 500;
    line-height: 50px;
    color: #fff;
    font-family: "Aeonik Medium";
}

.site-para p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #fff;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.site-read span {
    color: #E99A37;
}

.hsec-6 .contact-phone-two {
    border: 1px solid #ffff;
    color: #ffff;
    max-width: 180px;
    margin: 0 auto;

    &:hover {
        background: #F1BA50;
        border: 1px solid #F1BA50
    }
}

#media_image-2 {
    margin-top: -10px;
}

#media_image-2 img {
    width: auto;
    margin-bottom: 10px
}

#text-3 {
    display: flex;
    margin-top: 50px;

    ul {
        list-style: none;
        display: flex;

        li {
            margin-right: 10px
        }
    }
}

/* =============== */
.ready-head {
    text-align: center;
}

.ready-head h4 {
    font-size: 48px;
    font-weight: 700;
    line-height: 114.99999999999999%;
    color: #1E254D;
    font-family: "Aeonik Medium";
}

.ready-para {
    text-align: center;
}

.ready-para p {
    font-size: 18px;
    line-height: 26.15px;
    font-weight: 400;
    color: #1E254D;
    max-width: 320px;
    margin: 0 auto 10px;
}

.amplify-wrapper .col-sm-3.col-12.brand.py-5.mt-5 {
    margin-top: 150px !important;
    transform: scale(1.3);
}

.hsec-7 .get-services {
    justify-content: center;

}

/* =============================== */
.studies h2 {
    font-size: 80px;
    color: #1E254D;
    font-weight: 700;
    line-height: 140%;
}

.study-para {
    max-width: 491px;
    margin: 0 auto;
}

.study-para p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26.15px;
    color: #1E254D;
}

.design-btn.mt-5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 600px;
    padding-left: 20px;
    width: 100%
}

.design-web-btn {
    width: 245px;
}

.design-web-btn .contact-phone-one.arrow {
    background: #EDFEEB;
    color: #2DAB1B;
}

.bookstab {
    position: relative;
    bottom: 0px;
    width: 100%;
}

.hsec-8 {
    position: relative;
    padding: 0px 0;
}

.design-para {
    width: 478px;
}

.design-para,
.smally p,
.small a {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.design-sec h4 {
    font-size: 28px;
    line-height: 33px;
    font-weight: 500;
}

.design-sec {
    width: 500px;
}

/* ==================== */
.hsec-9 {
    padding: 100px 0;
    position: relative;
}

.test-img {
    width: 100%;
    position: relative;
    /*    bottom: 0px;
        top: 51px;
        left: 0px;
        z-index: -1;*/
}

.upper-head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 300px;
}

.upper-big {
    display: flex;
}

.upper-founder {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.upper-ric {
    width: 64px;
    height: 64px;
}

.upper-heade h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 180%;
    COLOR: #1C1C29;
}

.upper-para p {
    color: #000000;

    font-size: 28px;
    font-weight: 400;
    line-height: 130%;

}

.upper-heade p {
    color: #878C91;

}

.upper-big {
    display: flex;
    padding: 30px;
    gap: 10px;
}

.upper-comma {
    width: 183px;
    height: 150px;
}

.youtube-icon {
    position: relative;
}

.celebrate img {
    border-radius: 11.7px;
}

.icon-you {
    position: absolute;
    top: 55%;
    right: 7%;
}

.celebrate-text {
    padding: 10px 10px;
    font-weight: 500;
    font-family: "Aeonik Medium";
    font-size: 18px;
}

.celebrate-text p {
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;

}

/* =============================== */
.number-start {
    padding-top: 20px;
}

.number-start p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #FFFFFF;
    opacity: 0.8
}

.number-text h4 {
    font-size: 80px;
    font-weight: 700;
    line-height: 26px;
    color: #fff;
}

.number-text {
    padding-top: 30px;
}

.startups {
    background: #256FB9;
    border-radius: 600px;
    text-align: center;
    padding: 50px 20px;
}

.second-one .startups {
    background: #7BC870;
}

.third-one .startups {
    background: #F0308F;
}

/* ========================= */

.contct-bg {
    background: url(/wp-content/uploads/2025/06/Frame-1707482149.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* height: 806px; */
    position: relative;
    margin-top: 0px;

}

.contct-bg {
    background: url(/wp-content/uploads/2025/06/Frame-1707482149.png);
    background-repeat: no-repeat;
    background-position: inherit;
    background-size: cover;
    position: relative;
    margin-top: 0px;
    border-radius: 16px;
    padding: 80px 0 0;
}

.contact-form {
    margin-left: 100px;
}

.contacts h4 {
    font-size: 48px;
    line-height: 114.99999999999999%;
    font-weight: 700;
    color: #ffff;
}

.contact-para p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26.15px;
    color: #fff;
    margin-bottom: 30px;
}

.contact-form {

    width: 100%;
    max-width: 400px;
}

.form-control {
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    padding: 16px 24px;
    border-radius: 14px;
}

.form-control::placeholder {
    color: #e0e0e0;
}

.hsec-12 .contact-phone-two {
    border: 1px solid #4D97E3;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 263px;
    color: white;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    justify-content: center;
}

.contact {
    padding-top: 120px;
}

.contact-form h3 {
    color: white;
}

/* ================== */
.contact-email {
    display: flex;
    display: flex;
    align-items: center;
    gap: 15px;
}

.contact-email img {
    width: 14px;
    height: 18px;
}

.small a {

    color: #616161;
}

.links-sd,
.contact-link.link-bt,
h6 {
    font-size: 18px;
    line-height: 100%;
    font-weight: 700;
}

.contact-address {
    width: 285px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-email,
.foot-text span {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #121410;
}

.smally {
    width: 250px;
}

.foot-ions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.small li {
    margin-bottom: 15px;
}

.help-wrapper {
    .partner {
        padding-top: 0;
        padding-bottom: 40px;
    }

    .col-sm-3.col-12 {
        display: flex;
    }

    .services-btn {
        display: flex;
        padding: 40px 0 150px;
        justify-content: center;

        .contact-phone-one.arrow {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            background-color: #0DA4E1;
            padding: 7px 6px 7px 14px;
            border: 1px solid #0DA4E1;
            border-radius: 40px;
            color: white;
            font-weight: 700;
            font-size: 16px;
            transition: all ease-in-out 0.3s;
            line-height: 30px;

            span:nth-of-type(1) {
                margin-right: 10px;
            }

            &:hover {
                background-color: #fff;
                border: 1px solid #0DA4E1;
                color: #0DA4E1;
            }
        }
    }
}

.service-wrapper {
    padding-bottom: 70px;

    h4 {
        margin-bottom: 10px
    }

    .col-sm-4.col-12.website {
        margin-top: 20px;
        padding: 0 25px;
        margin-bottom: 60px;
    }

    .site-para.mt-3.mb-3 {
        margin-bottom: 25px !important;
    }
}

.amplify-wrapper {
    padding-top: 40px;

    .ready-head {
        text-align: center;
        padding-top: 30px !important;
    }
}

.case-studies-wrapper {
    padding-top: 50px;

    .design-web-btn {
        display: inline-block;
        width: auto;
    }

    .design-web-btn .contact-phone-one.arrow {
        background: #EDFEEB;
        color: #2DAB1B;
        border: 0px;
        font-weight: 500;
        padding: 10px 20px;
    }

    .design-sec {
        width: 500px;

        h4 {
            margin-top: 20px;
            font-family: "Aeonik Medium";
        }
    }
}

.hsec-8.case-studies-wrapper .container-fluid {
    padding-top: 60px;

    .col-sm-6.booktab {
        padding-right: 0
    }

    .row {
        align-items: center;
    }

    .col-sm-6.case-sec {
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;

        .inner-box {
            max-width: 690px;
            width: 600px;
            padding-left: 20px;

        }
    }
}

.testimonials-wrapper {
    .upper-head {
        justify-content: space-between;
        gap: 0px;
    }

    .col-sm-7.col-12.px-5 {
        display: flex;
        flex-wrap: wrap;

        .inner-wrapper {
            max-width: 680px;
            padding-left: 50px;
            position: relative;
        }
    }

    .upper-comma {
        width: 83px;
        height: 90px;
        position: absolute;
        right: 95%;
        top: 110px;
    }

    .upper-big {
        display: flex;
        padding: 45px 30px 30px 0;
        position: relative;
    }

    .row {
        align-items: center;
    }

    .upper-foot {
        display: flex;
        justify-content: space-between;
        padding-top: 30px;
    }

    .col-sm-5.col-12 {
        padding-left: 0;
    }

    .double-arrow {
        position: relative;
        top: -55px;
    }
}

.video-wrapper {
    margin-top: -150px
}

.numeric-section {
    padding: 80px 0 40px;

    h4 {
        max-width: 600px;
        margin: auto;
    }

    .number-text span {
        opacity: 0.5;
    }

    .row.px-5.py-5 {
        .col-sm-4.first-one:nth-of-type(2) {
            .startups {
                background: #7BC870
            }

        }

        .col-sm-4.first-one:nth-of-type(3) {
            .startups {
                background: #F0308F
            }

        }
    }
}

.case-studies-wrapper .swiper-slide.swiper-slide-active {
    display: flex;
    justify-content: flex-end;
}

.hsec-4 {
    overflow: hidden;

    img {
        width: 100%;
        transform: scale(1.1);
        padding-right: 0;

        position: relative;
        right: 60px;
    }
}

.wpcf7-form-control.wpcf7-submit.has-spinner.btn.contact-phone-one {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #F1BA50;
    padding: 8px 60px 8px 16px;
    border: 1px solid #F1BA50;
    border-radius: 40px;
    color: white;
    font-weight: 700;
    font-size: 16px;
    transition: all ease-in-out 0.3s;
    background-image: url('/wp-content/themes/spr/dist/imgs/icon.png');
    line-height: 30px;
    background-repeat: no-repeat;
    background-position: 95% center;
    min-width: 160px;
    text-align: left;
    margin-top: 20px;

    &:hover {
        background-color: #fff;
        border: 1px solid #F1BA50;
        color: #F1BA50;
    }
}

textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px);
    height: 160px;
    resize: none
}

.wpcf7-form {
    position: relative;
}

.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}

.wpcf7-response-output {
    position: absolute;
    font-size: 12px;
    margin: auto !important;
    left: 0px;
    right: 0px;
    max-width: 500px;
    background: #fff;
    text-align: center;
}

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

.partners-section.services {
    margin-top: -60px;
    padding-bottom: 80px
}

.services-banner {
    background: url('dist/imgs/bg-blue.png');
    background-repeat: no-repeat;
    background-position: inherit;
    background-size: cover;

    .container {
        padding: 80px 120px 100px;
    }

    h1 {
        font-family: 'Aeonik';
        font-size: 60px;
        font-weight: bold;
        color: #1E254D;
        margin-bottom: 15px
    }

    span {
        margin-top: 20px;
        background: #EDFEEB;
        color: #2DAB1B;
        border: 0px;
        font-weight: 500;
        padding: 10px 20px;
        margin-bottom: 10px;
        display: inline-block;
        border-radius: 25px;
    }

    p {
        color: #1E254D;
        padding-right: 110px;
        font-size: 16px;
        line-height: 1.6
    }
}

.breadcrumbs {
    display: flex;
    list-style: none;
    padding: 0;
    margin-top: -40px;
    margin-bottom: 20px;

    a {
        color: #191919;
        opacity: 0.5;
    }

    li {
        margin-right: 30px;
        position: relative;

        &:after {
            background-image: url('dist/imgs/arrow-right.png');
            background-repeat: no-repeat;
            background-position: inherit;
            background-size: contain;
            height: 10px;
            width: 10px;
            position: absolute;
            left: -18px;
            top: 9px;
            content: "";
            opacity: 0.5;
        }

        &:nth-of-type(1) {
            &:after {
                display: none
            }
        }
    }

}

.service-wrapper.services-page {
    .tab-pane {
        .row.justify-content-center:nth-of-type(1) {
            .col-sm-4.col-12.website:nth-of-type(2) {
                .website-img {
                    position: relative;

                    &:after {
                        background-image: url('dist/imgs/green-round.png');
                        background-repeat: no-repeat;
                        background-position: inherit;
                        background-size: contain;
                        height: 128px;
                        width: 128px;
                        position: absolute;
                        right: -2px;
                        top: -30px;
                        content: "";
                    }

                    &:before {
                        background-image: url('dist/imgs/blue-round.png');
                        background-repeat: no-repeat;
                        background-position: inherit;
                        background-size: contain;
                        height: 66px;
                        width: 66px;
                        position: absolute;
                        left: -2px;
                        bottom: 10px;
                        content: "";
                    }
                }
            }
        }
    }

    .website-img {
        img {
            position: relative;
            z-index: 2;
        }

    }

    background: #fff;
    padding-bottom: 0px;

    .site-arrow {
        height: 28px;
        width: 28px;
        position: relative;

        img {
            position: absolute;
        }

        .img-1 {
            left: 0;
            opacity: 1;

        }

        .img-2 {
            left: 0;
            opacity: 0;

        }
    }

    .col-sm-4.col-12.website {
        &:hover {
            h4 {
                a {
                    color: #F038A4;
                    text-decoration: underline
                }
            }

            .img-1 {
                left: 0;
                opacity: 0;

            }

            .img-2 {
                left: 0;
                opacity: 1;

            }

            .site-read {

                span {
                    color: #F038A4;
                }

            }
        }
    }

    h4 {
        a {
            color: #000;
            font-size: 28px;
            line-height: 1.3;
            font-family: "Aeonik Medium";
            display: block;
            font-weight: normal;

            &:hover {
                color: #F038A4;
                text-decoration: underline
            }
        }

    }

    .site-para {
        p {
            color: #000
        }
    }

    .site-read {
        font-weight: bold;
    }

    #myTab {
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        border-radius: 40px;
        border: 0px;
        padding: 20px 20px;
        margin-top: -100px;
        background: #fff;
        width: auto;
        margin: -120px auto 30px;
        max-height: 80px;

        li.nav-item:last-child {
            margin-right: 0
        }

        li {
            border: 0px;
            margin-right: 20px;

            .nav-link {
                background: #fff;
                border-radius: 27px;
                padding: 13px 35px;
                line-height: 1.5;
                color: #000
            }

            .nav-link.active,
            .nav-link:hover {
                background: #256FB9;
                color: #fff;
            }

            .nav-link:hover {
                font-weight: normal
            }
        }
    }
}

.testimonials-wrapper.services-page {
    padding: 20px 0
}

.hsec-6.service-wrapper.services-page h3 {
    font-size: 38px;
    font-weight: bold;
    line-height: 1.2;
    color: #1E254D;
    font-family: "Aeonik";
    margin-bottom: 30px
}

.services-banner .row {
    display: flex;
    align-items: center;
}

/***********t Service Details Page************************/

.about-wrapper {
    padding: 100px 0 20px;

    h3 {
        font-size: 38px;
        font-weight: bold;
        line-height: 1.2;
        color: #1E254D;
        font-family: "Aeonik";
        margin-bottom: 30px;
        max-width: 80%
    }

    p {
        padding-right: 60px;
    }

    img {
        width: 85%;
    }

    a {
        display: inline-block;
        margin-top: 30px
    }
}

.content-under-section.text-center {
    padding: 80px 0 60px;

    img {
        max-width: auto;
        width: auto;
    }

    h3 {
        max-width: 850px;
        margin: 20px auto 10px;
    }

    p {
        max-width: 990px;
        margin: auto;
    }
}

.help-wrapper.sevices {
    background: #256FB9;
    padding: 100px 0 0;
    margin-bottom: 60px;    
    margin-top: 15px;          

    .container {
        position: relative;

        &:after {
            background-image: url('dist/imgs/star2.png');
            background-repeat: no-repeat;
            background-position: inherit;
            background-size: contain;
            height: 74px;
            width: 74px;
            position: absolute;
            right: 60px;
            top: -20px;
            content: "";
            opacity: 0.5;
        }

        &:before {
            background-image: url('dist/imgs/star1.png');
            background-repeat: no-repeat;
            background-position: inherit;
            background-size: contain;
            height: 35px;
            width: 35px;
            position: absolute;
            right: 30px;
            top: 90px;
            content: "";
            opacity: 0.5;
        }
    }

    h2 {
        font-family: 'Aeonik';
        font-size: 60px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 15px;
    }

    p {
        color: #fff
    }

    .row.prese-one-major {
        margin-top: 20px;
        mrgin-bottom: 20px;

        p {
            color: #000
        }

        .prese-one {
            padding: 60px 40px 60px;
            margin-right: 0px;
            margin-top: 10px;
        }        
    }

    .contact-phone-one.arrow {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        background-color: #F1BA50;
        padding: 7px 6px 7px 14px;
        border: 1px solid #F1BA50;
        border-radius: 40px;
        color: white;
        font-weight: 700;
        font-size: 16px;
        transition: all ease-in-out 0.3s;
        line-height: 30px;
    }

    .contact-phone-two {
        border: 1px solid #fff;
        color: #fff
    }

    .services-btn {
        margin-top: 20px;
        padding-bottom: 120px;
    }
}

.hsec-6.service-wrapper.services-page {
    padding-top: 40px;
}

.service-wrapper.services-page.services-bottom {
    .row.px-5 {
        margin-top: 50px;

        h4 {
            color: #000;
            font-size: 28px;
            line-height: 1.3;
            font-family: "Aeonik Medium";
            display: block;
            font-weight: normal;
        }

        .website-img {
            border-radius: 20px;

            img {
                border-radius: 20px;
            }
        }

        .col-sm-4.col-12.website {
            margin-bottom: 30px;

            .website-text {
                padding-top: 30px;
                padding-left: 15px;
            }
        }
    }
}

.choose-section-wrapper {
    padding: 80px 0 140px;

    h3 {
        font-size: 38px;
        font-weight: bold;
        line-height: 1.2;
        color: #1E254D;
        font-family: "Aeonik";
        margin-bottom: 30px;
    }

    ul {
        list-style: none;
        margin-left: 15px;

        li {
            margin-bottom: 25px;
            position: relative;

            &:before {
                background-image: url('dist/imgs/check-mark.png');
                background-repeat: no-repeat;
                background-position: inherit;
                background-size: contain;
                height: 24px;
                width: 24px;
                position: absolute;
                left: -35px;
                top: 3px;
                content: "";
            }

            p {
                color: #000;
                max-width: 75%;
            }
        }
    }

    h4 {
        font-size: 24px;
        line-height: 1.2;
        color: #000;
        font-family: "Aeonik Medium";
        margin-bottom: 5px;
    }

    img {
        width: 80%;
        margin-left: 30px
    }
}

/*********** Contact Us Page************************/
.contact-page-wrapper.fullwidth {
    padding: 60px 0;

    ul {
        list-style: none;
        padding: 0;
        margin: 0;

        li {
            display: flex;
            margin-bottom: 15px;
            max-width: 350px;
            align-items: flex-start;

            &:nth-of-type(1) p {
                font-family: "Aeonik Medium";
                color: #000
            }

            .content-section {
                margin-left: 12px;

                a {
                    display: inline-block;
                    margin-top: 10px;
                    font-family: "Aeonik Medium";
                    color: #256FB9;

                    img {
                        margin-left: 10px
                    }
                }
            }

            img {
                width: auto
            }
        }
    }

    .text-under {
        margin-top: 50px;

        p {
            max-width: 85%
        }
    }

    .form-section {
        padding: 30px 40px 20px;
        box-shadow: 2px 0 20px #dfdfdf;
        border: 1px solid #EEEEEE;
        border-radius: 15px;
        max-width: 80%;
        margin-left: 50px;
        margin-top: -350px;
        background: #fff;

        h4 {
            font-weight: bold;
            margin-bottom: 25px;
            font-size: 28px
        }

        label {
            display: inline-block;
            margin-bottom: 4px;
        }

        .mb-1 {
            margin-bottom: 10px !important;
        }

        .border {
            border-radius: 6px;

        }

        p {
            margin-bottom: 0
        }

        .form-control {
            background-color: rgba(255, 255, 255, 0.2);
            border: none;
            color: #000;
            padding: 10px 15px;
            border-radius: 6px;
            height: 48px;
            box-shadow: none
        }

        textarea.wpcf7-form-control.wpcf7-textarea.form-control {
            height: 100px !important;
            resize: none;
        }

        .border p {
            display: flex;
            align-items: center;

            img {
                max-width: 24px;
                left: 10px;
                position: relative
            }
        }
    }

}

.hsec-3.partners-section.services.contact-partner {
    margin-top: 0;
    padding-bottom: 80px;
}

.home .col-sm-12.head-services.pb-5.pt-5.text-center p {
    color: #fff;
}

.map-section {
    padding-left: 120px;
    position: relative;

    ul,
    p {
        position: relative;
        z-index: 99
    }

    &:before {
        background-image: url('dist/imgs/Map.png');
        background-repeat: no-repeat;
        background-position: inherit;
        background-size: cover;
        height: 426px;
        width: 700px;
        position: absolute;
        right: 0px;
        top: -10px;
        content: "";
        opacity: 0.3;
    }
}

.service-wrapper.services-page.services-bottom.ai-wrapper {
    background: #f8f8f8
}

.about-wrapper.fullwidth.ai-wrapper {
    img {
        width: 95%
    }

    .col-12.content-sections {
        text-align: center;
        padding: 100px 0;

        h3 {
            max-width: 620px;
            margin: 0 auto 20px
        }

        p {
            max-width: 72%;
            margin: 0 auto;
        }
    }
}

.development-wrapper.fullwidth.ai-wrapper {

    .row {
        padding: 120px 0;
        background-repeat: no-repeat;
        background-color: #256FB9;
        position: relative;
        border-radius: 20px;
        overflow: hidden;

        &:before {
            background: #184D80;
            background: linear-gradient(90deg, rgba(24, 77, 128, 0.31) 0%, rgba(24, 77, 128, 1) 42%, rgba(24, 77, 128, 0.86) 73%, rgba(37, 111, 185, 1) 100%);
            background-repeat: no-repeat;
            background-position: inherit;
            background-size: cover;
            height: 100%;
            width: 100%;
            position: absolute;
            left: 0%;
            top: 0px;
            content: "";
            z-index: 3
        }

        .img-left {
            position: absolute;
            left: -15px;
            top: 0;
            max-width: 51%;
        }

        .col-12 {
            position: relative;
            z-index: 4
        }

        h3 {
            color: #fff;
            font-weight: bold;
            margin-bottom: 20px;
            font-size: 38px
        }

        p {
            max-width: 650px;
            margin-bottom: 30px;
            color: #fff
        }

        a.contact-phone-two {
            color: #fff;
            border: 1px solid #fff
        }
    }
}

/*********** Template ai services************************/

.page-template-ai-services-chat-bot {
    h1 {
        padding-right: 20px;
    }

    .partners-section.services {
        margin-top: 80px;
        padding-bottom: 80px;
    }

    .hsec-5.help-wrapper.sevices.ai-chatbot {
        .col-sm-3.col-12 {
            display: block;

            .website-img {
                border-radius: 20px;

                img {
                    border-radius: 20px
                }
            }

            .site-para.mt-3.mb-3 {
                color: #fff;
                margin-top: 0 !important;
                font-size: 18px
            }

            .website-text {
                padding-top: 20px;
                padding-left: 20px;

                h4 {
                    font-size: 28px;
                    font-weight: bold;
                    font-family: 'Aeonik';
                    margin-bottom: 10px;
                }

            }
        }
    }

    .whychoose-service-wrapper {
        text-align: center;

        h2 {
            font-size: 48px;
            font-weight: bold;
            margin: 0 auto 50px;
            max-width: 60%;
        }

        h4 {
            margin-bottom: 15px
        }

        .website-text {
            padding-top: 20px;
            padding-left: 0;
        }

        .col-sm-4 {
            margin-bottom: 20px;
        }

        .bg-gray {
            background: #F8F8F8;
            padding: 50px 30px 0;
            margin-bottom: 50px;
            height: 100%;
            border-radius: 50px;
        }

        .website-first h4 {
            font-size: 22px;
            font-weight: 500;
            line-height: 50px;
            color: #000;
            line-height: 1.4;
            font-family: "Aeonik Medium";
        }

        p {
            color: #000;
            line-height: 1.3
        }

        .website-img {
            img {
                max-width: auto;
                width: auto
            }
        }
    }
}

.subtitle {
    margin-top: 20px;
    background: #EDFEEB;
    color: #2DAB1B;
    border: 0px;
    font-weight: 500;
    padding: 10px 20px;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 25px;
}

.ourprocess-wrapper {
    padding: 0px 0 80px;

    h2 {
        margin-bottom: 50px;
    }

    .contentlleft {
        padding-right: 45px;

    }

    .accordion-item {
        background-color: #fff;
        border: 0px;
        margin-bottom: 10px
    }

    .col-sm-6 {
        margin-bottom: 60px;

        img {
            width: 95%
        }

        .accordion-button {
            color: #1E254D !important;
            font-weight: bold;
            border: 0px;
            background: #F8F8F8 !important;
            padding-left: 15px;
            box-shadow: none;
        }

        .accordion-body {
            padding-left: 15px;
        }

        .accordion-button:after {
            background-image: url('dist/imgs/-.png');
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            width: 13px;
        }

        .accordion-button.collapsed:after {
            background-image: url('dist/imgs/+.png');
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            width: 15px;
        }

        .accordion {
            padding-top: 20px
        }
    }

    .col-sm-6.col-12.img-section {
        width: 45%;
    }

    .col-sm-6.col-12.contentlleft.content-section {
        width: 55%;
    }

    .row {
        max-width: 95%;
        margin: auto;

        p {
            margin-bottom: 20px
        }
    }

    .contact-phone-one.arrow {
        background-color: #38C8F4;
        border: 1px solid #38C8F4;

        &:hover {
            border: 1px solid #38C8F4;
            color: #38C8F4;
            background: #fff
        }

    }
}


/*********** Blog ************************/
.full.postimg-infobox {
    padding: 20px;

    .justify-content-between {
        align-items: center;
        justify-content: space-between !important;
        border-bottom: 1px solid #E6E6E6;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .full.home-postinfo {
        color: #777;
    }

    .category a {
        color: #256FB9;
        background: #EBF8FD;
        padding: 8px 15px;
        border-radius: 20px;
        display: inline-block;
        margin-right: 5px;
        font-family: "Aeonik Medium";
    }

    .full.home-postdate {
        color: #777;
    }

}

.col-xs-12.col-sm-12.col-md-8.blog-mainarea {
    padding-right: 50px;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: center;
    margin-top: 40px;

    .page-numbers.current {
        padding: 7px 15px;
        margin-right: 10px;
        color: #256FB9;
        background: #EBF8FD;
        border-radius: 8px;
        font-family: "Aeonik Medium";
    }

    a {
        padding: 10px;
        margin-right: 10px;
        padding: 7px 15px;
        margin-right: 10px;
        color: #000;

        border-radius: 8px;

        &:hover {
            color: #256FB9;
            background: #EBF8FD;
        }
    }
}

#postmain {
    padding: 80px 0;
}

.full.sidebar-toppost-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.toppost-imgbox {
    width: 125px;
    margin-right: 15px;
    min-width: 125px;

    img {
        border-radius: 10px;
    }
}

.toppost-infobox {
    .full.post-date-outer {
        .post-date {
            color: #777;
        }
    }

    h3 {
        margin-bottom: 5px;
        line-height: 1.4;
        font-size: 18px;
        font-family: "Aeonik Medium";
        display: -webkit-box;
        line-clamp: 2;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
         overflow: hidden;
        a {
            font-size: 18px;
            color: #000
        }
    }
}

.postsidebar-title {
    font-size: 28px;
    margin-bottom: 30px;
    font-family: "Aeonik Medium";
}

.full.post-inner {
    padding: 20px 10px 30px;

    .full.postimg-box img {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

    .site-read {
        font-weight: bold;
    }

    .site-more {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 20px;
    }

    .site-arrow {
        height: 28px;
        width: 28px;
        position: relative;

        img {
            position: absolute;
        }

        .img-1 {
            left: 0;
            opacity: 1;

        }

        .img-2 {
            left: 0;
            opacity: 0;

        }
    }

    &:hover {
        h4 {
            a {
                color: #F038A4;
                text-decoration: underline
            }
        }

        .img-1 {
            left: 0;
            opacity: 0;

        }

        .img-2 {
            left: 0;
            opacity: 1;

        }

        .site-read {

            span {
                color: #F038A4;
            }

        }
    }

}

.full.home-posttitle {
    h3 {
        font-size: 22px;
        margin-bottom: 10px;

        a {
            color: #000;
        }
    }

}

#postmain .service-wrapper.services-page {
    background: transparent;
}

.single {
    .services-banner {
        h1 {
            font-size: 40px;
        }
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 28px;
        margin-bottom: 10px;
        line-height: 1.2
    }

    .toppost-infobox h3 {
        line-height: 1
    }

    p {
        margin-bottom: 20px;
    }

    ol {
        ::marker {
            font-weight: bold;
        }

        margin-left: 30px;

        li {
            margin-bottom: 15px;

        }
    }

    .post-navigation {
        a {
            line-clamp: 1;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            display: inline-block;
            max-width: 60%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            color: #334155;

            &:hover {
                color: #38C8F4;
            }
        }
    }

    .post-navs {
        font-family: "Aeonik Medium";
        color: #334155;
    }

    .post-navs img {
        max-width: 12px;
        margin-right: 10px;
    }

    .post-navs.right img {
        margin-right: 0px;
        margin-left: 0px
    }

    .post-navigation {
        display: flex;
        padding: 50px 20px;
        justify-content: space-between
    }

    .next-post {
        text-align: right;
        width: 50%;
        padding-right:0px;
    }
    .prev-post {
        width: 50%;
        padding-right: 0;
    }

    .comment-respond label {
        display: block;
        margin-bottom: 5px
    }

    textarea#comment {
        width: 100%;
        height: 130px;
        resize: none;
        border: 0px;
        box-shadow: 0 0 1px #ccc !important;
        border-radius: 5px;
        outline: none;
        padding: 10px
    }

    input[type="text"],
    input[type="email"] {
        box-shadow: 0 0 1px #ccc !important;
        border-radius: 5px;
        padding: 10px;
        width: 100%;
        border: 0px;
    }

    input#submit {
        background: #38C8F4;
        border: 0px;
        padding: 12px 60px 12px 15px;
        border-radius: 25px;
        font-size: 16px;
        color: #fff;
        font-weight: bold;
        background-image: url('dist/imgs/arrow-blue.png');
        background-repeat: no-repeat;
        background-position: 93% center;
        background-size: 34px;
    }

    p.comment-form-cookies-consent {
        display: flex;
        align-items: center;

        label {
            margin-left: 10px;
            margin-bottom: 0 !important;
        }
    }

    section.comments {
        background: #eff9fd;
        padding: 30px;
        border-radius: 15px;

        a {
            color: #38C8F4;
        }

        p {
            font-size: 16px !important;
        }
    }

    h3#reply-title {
        font-size: 22px;
        color: #1E293B;
    }

    h3#comments {
        color: #1E293B;
        font-size: 24px;
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #E1E8ED;
    }

    ol.commentlist {
        padding: 0;
        margin-left: 70px;
        list-style: none;
        position: relative;

        img.avatar {
            position: absolute;
            left: -70px;
            top: 0;
            height: 50px;
            width: 50px;
            border-radius: 50%;
        }
    }

    .comment-body {
        background: #fff;
        padding: 10px 20px;
        border-radius: 10px;

    }

    a.comment-reply-link {
        color: #F038A4 !important;
        font-weight: bold;
        font-size: 13px;
    }

    cite.fn,
    span.says {
        color: #046BD2;
        font-style: normal;
        font-weight: bold;
    }

    .comment-meta.commentmetadata {
        display: flex;
        justify-content: flex-end;
        margin-top: -24px;
        margin-bottom: 15px;
        font-size: 13px;

        a {
            color: #046BD2;
            font-weight: bold;
        }
    }

    div#respond {
        margin-top: 80px;
        padding-top: 40px;
        border-top: 1px solid #E1E8ED;
    }

}


/*********** Testimonails Section ************************/


.testimonails-section {
    padding: 80px 0;

    .col-sm-4.col-12 {
        margin-bottom: 20px;
    }

    .testimonials-inner {
        background: #F5FBFE;
        padding: 30px 25px;
        border-radius: 15px;
        margin-bottom: 0px;
        position: relative;
        height: 100%;

        img.quote {
            position: absolute;
            left: 23px;
            top: 35px;
            width: 72px;
        }

        p {
            padding-left: 90px;
            font-size: 16px;
            margin-bottom: 30px;
            min-height: 63%;
        }

        .d-flex {
            img {
                width: 45px;
                height: 45px;
                margin-right: 20px;
                margin-left: 5px;
            }

            p {
                padding-left: 0px;
                color: #878C91;
                margin-bottom: 0
            }

            h5 {
                color: #1C1C29;
                font-weight: bold;
                font-size: 16px;
                min-height: auto;
            }
        }
    }
}

.video-section {
    h3 {
        color: #06040A;
        font-size: 34px;
        margin-bottom: 20px
    }

    p {
        max-width: 600px;
        margin: 0 auto 60px;
    }

    iframe {
        max-width: 100%;
        WIDTH: 100%;
        margin-bottom: 30px;
        border-radius: 15px;
        height: 320px;
    }

    .get-services {
        display: flex;
        align-items: center;
        gap: 20px;
        justify-content: center;
        margin: 30px 0 40px;
    }
}

/*********** Products Section ************************/

.page-template-products .hsec-3.partners-section {
    margin: 0;
    padding: 0px 0 80px;

    .partner {
        padding-top: 0;
    }
}

.hsec-6.service-wrapper.services-page.tabs-products {
    padding: 80px 0 0;

    .tab-pane {
        margin: 100px 0;
        padding: 70px;
        border: 1px solid #eeeeee;
        border-radius: 35px;
        box-shadow: 0 2px 20px #F3F3F3;

        h4 {
            font-size: 28px;
            text-align: center;
            margin-bottom: 50px;
            font-weight: bold
        }

        .row.g-4 {
            --bs-gutter-y: 1rem;
            --bs-gutter-x: 1rem;
        }
    }

    h3 {
        margin: 0 auto;
        text-align: center;
        padding-bottom: 30px;
        max-width: 530px;
    }

    #myTab {
        margin-bottom: 80px;
        margin-top: 0;

        li {
            margin-right: 10px;

            .nav-link {
                background: #fff;
                border-radius: 27px;
                padding: 10px 35px;
                line-height: 1.5;
                color: #000;
                margin-bottom: 10px;
                background: #F8F8F8
            }
        }

        .nav-link.active,
        .nav-link:hover {
            background: #38C8F4;
            color: #fff
        }
    }

    .card.h-100 {
        display: flex;
        flex-direction: row;
        background: #F5FBFE;
        padding: 15px;
        border-radius: 15px;
        border: 0px;
        align-items: center;
        text-align: center;

        .card-title {
            margin-bottom: .5rem;
            text-align: left;
            color: #000;

            a {
                color: #000;
                font-family: "Aeonik Medium";
                font-weight: 500;
                line-height: 1.3
            }
        }

        .img-product {
            width: 25%;
            display: inline-block;

        }

        .card-body {
            width: 55%;
        }

        img.card-img-top {
            width: 150px;
            height: auto;
        }

        .link-icon {
            width: 28px;
        }
    }
}

/* Single Product Page Styling */
section.related.products h2 {
    margin-bottom: 50px;
    margin-top: 60px;
}

.woocommerce div.product div.images {
    flex: 1;
    padding-right: 30px;
}

.woocommerce div.product div.summary {
    flex: 1;
    padding-left: 30px;
}

.woocommerce p.stars a {
    color: #38C8F4;
}

.woocommerce-product-gallery__image--placeholder {
    padding: 20px;
}

.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    font-weight: bold;
}

main.woocommerce-content {
    padding: 80px 0;
}

.woocommerce div.product .product_title {
    font-size: 28px;
    margin-bottom: 10px;
}

body.woocommerce form input#submit {
    margin: 0 auto !important;
    text-align: center !important;
    background-color: #256FB9 !important;
    padding: 8px 30px !important;
    border-radius: 40px !important;
    color: white !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 32px !important;
}

.woocommerce div.product .price {
    color: #e63946;
    font-size: 24px;
    margin: 15px 0;
}

.woocommerce div.product .woocommerce-product-details__short-description {
    margin-bottom: 20px;
}

.woocommerce div.product form.cart {
    margin-top: 20px;
}

.woocommerce div.product .quantity input {
    width: 60px;
}

.woocommerce div.product button.single_add_to_cart_button {
    background-color: #0073aa;
    color: white;
    padding: 10px 20px;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.3s ease;
}

.woocommerce div.product button.single_add_to_cart_button:hover {
    background-color: #005177;
}

.product-template-default div#sidebar {
    display: none !important;
}

.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #eee
}

a.wc-block-components-product-name {
    color: #000;
}

form#commentform {
    display: flex;
    flex-wrap: wrap;

    p.comment-form-comment {
        width: 100%;
    }

    p.comment-form-author,
    p.comment-form-email,
    p.comment-form-url {
        width: 32.5%;
        margin-right: 10px;
    }

    p.comment-form-url {
        margin-right: 0px;
    }

    p.comment-form-cookies-consent {
        width: 100%;
    }
}

.woocommerce-page #sidebar {
    display: none;
}

.woocommerce-page .mainarea,
.theme-applience .mainarea {
    padding: 0px;
}

body form.vi-woo-orders-tracking-form-search {
    max-width: 500px;
    margin: 15px 0 15px;
    box-shadow: 0 0 3px #ccc;
    padding: 16px;
}

div#page-content {
    padding: 80px 0;
}

body .woo-orders-tracking-shortcode-timeline-container {
    max-width: 500px;
    margin: 15px 0 15px;
}

body .wc-block-components-totals-wrapper {
    border-top: 1px solid hsla(0, 0%, 7%, .11);
    padding: 16px 15px;
    border-left: 1px solid hsla(0, 0%, 7%, .11);
    border-right: 1px solid hsla(0, 0%, 7%, .11);
}

.related.products>h2 {
    background: #2165b4;
    color: #fff;
    font-size: 20px;
    padding: 10px 15px;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    color: #2165b4;
    font-size: 25px;
}

.woocommerce-form.woocommerce-form-login.login {
    max-width: 500px;
    margin-top: 10px;
}

.woocommerce-MyAccount-content {
    padding: 15px;
    box-shadow: 0 0 2px #ccc;

    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        height: 40px;
        margin: 0 0 -4px;
        user-select: none;
        -webkit-user-select: none;
        align-items: center;
        padding-top: 6px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 8px;
        right: 1px;
        width: 20px;
    }

    h2 {
        font-size: 20px;
        color: #2165b4
    }
}

.woocommerce-notices-wrapper+h2 {
    display: none;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block;
    margin-top: 7px;
}

.woocommerce-MyAccount-content .woocommerce-Button.button,
.woocommerce-MyAccount-content .button,
.woocommerce-form.woocommerce-form-login.login .woocommerce-button.button.woocommerce-form-login__submit {
    background: #256FB9 !important;
    color: #fff !important;
    border: 0px !important;
    margin-top: 5px !important;
    margin-left: 5px !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #eee;
    padding-left: 10px;
}

.related.products ul {
    margin-top: 20px
}

.related.products ul li {
    box-shadow: 0 1px 5px #ccc;
    padding: 18px !important;
}

.toggle,
.show-mobile {
    display: none;
}

.product_title.entry-title {
    font-size: 25px;
    color: #006B91
}

/*.woocommerce div.product form.cart .button,
.woocommerce #review_form #respond .form-submit input,
.woocommerce ul.products li.product .button{
    vertical-align: middle;
    float: left;
    color: #fff;
    height:36px;
    background: #a02800;
}*/
.woocommerce-page .banner-right-img-box {
    display: none;
}

.woocommerce-dashboard .woocommerce {
    margin-top: 10px;
}

.woocommerce-page .pink-over-line,
.theme-applience .pink-over-line {
    font-size: 25px;
    color: #2165B4
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 24%;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 72%;
}

.woocommerce-page .wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained,
.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    background: #256FB9;
    color: #fff;
    border: 0px
}

.woocommerce-page .wc-block-components-form.wc-block-checkout__form {
    padding: 20px;
    box-shadow: 0 0 5px #ccc;
}

.woocommerce-page .wc-blocks-components-select .wc-blocks-components-select__select,
.woocommerce-page input[type="text"],
.woocommerce-page input[type="email"],
.woocommerce-page input[type="tel"] {
    border: 1px solid hsla(0, 10.4%, 75.5%, 0.8) !important;
}

.woocommerce-page .is-large.wc-block-cart .wc-block-cart__totals-title {
    background: #F1BA50;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    display: inline;
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-size: 18px;
    font-style: inherit;
    font-weight: inherit;
    font-weight: 700;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 8px 16px 8px 16px;
    text-align: left;
    text-decoration: inherit;
    text-transform: inherit;
    text-transform: uppercase;
    vertical-align: baseline;
    color: #fff;
}

.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%;
    height: 150px;
    max-width: 440px;
    resize: none;
}

.woocommerce .quantity .qty {
    height: 36px;
}

.comment-form-comment label {
    display: block;
    margin-bottom: 10px;
}

.brandbox-inner {
    padding: 10px;
    box-shadow: 0 0 3px #ccc;
    margin-bottom: 20px;
}

.modelbox-inner {
    box-shadow: rgb(204, 204, 204) 0px 0px 3px;

    padding: 10px;
    margin: 4px
}

.shop-wrapper-home+.shop-wrapper-home {
    margin-top: 20px;
}

.header-middle-ship-info img {
    max-width: 70px !important
}

.col-xs-12.col-sm-3.col-12.model-outer.text-center {
    margin-bottom: 10px;
    padding: 0 5px;

    .modelbox-inner {
        min-height: 114px;

        h4 {
            margin-bottom: 0
        }
    }
}

.col-xs-12.col-sm-3.col-12.brandbox-outer.text-center {
    padding: 0 10px
}

.col-xs-12.col-sm-3.col-12.brandbox-outer.text-center .brandbox-inner a h4 {
    margin-bottom: 0;
    margin-top: 5px !important;
}

.col-xs-12.col-sm-3.col-12.brandbox-outer.text-center .brandbox-inner {
    min-height: 90px;

}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;

    li {
        box-shadow: 0 0 1px #ccc;

        a {
            padding: 10px;
            display: block;
        }
    }
}

.woocommerce-page .banner-section.single-page-banner-section.section {
    margin-top: 40px;
}

section.related.products {
    display: block;
    width: 100%;
    clear: both;
}

.woocommerce ul.products li.product .button {
    margin: 0 auto;
    text-align: center;
    background-color: #256FB9;
    padding: 8px 30px;
    border-radius: 40px;
    color: white;
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;

    &:hover {
        background: #38C8F4;
    }
}

.social-share {
    display: flex;
    align-items: center;

    .share-text {
        font-size: 16px;
        margin-right: 20px;
    }

    div.heateor_sss_follow_ul a,
    div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a {
        margin-right: 10px;

        span.heateor_sss_svg {
            path {
                fill: #F038A4;
            }
        }


    }

    div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a.heateor_sss_whatsapp {
        span.heateor_sss_svg {
            stroke: #F038A4;

            path {
                fill: #fff;
            }
        }
    }
}
.get-services.d-flex.justify-content-center.trading {
    margin-top: -30px;
}
.partners-section.services.trading {
    margin-top: 50px;
    padding-bottom: 80px;
}


/*********** Stock  Section ************************/
.page-template-stock-trading{
    .about-wrapper {
        padding: 100px 0 100px;
    }
    .hsec-5.help-wrapper.sevices.ai-chatbot {
        h2{
            max-width: 70%;
            margin: 0 auto 30px;
            text-align: center;
        }
        .partner{
            p{
                max-width: 650px;
                margin: 0 auto 30px;  
            }
        }
        .col-sm-3.col-12 {
            display: block;

            .website-img {
                border-radius: 20px;

                img {
                    border-radius: 20px
                }
            }

            .site-para.mt-3.mb-3 {
                color: #fff;
                margin-top: 0 !important;
                font-size: 18px
            }

            .website-text {
                padding-top: 20px;
                padding-left: 20px;

                h4 {
                    font-size: 28px;
                    line-height: 1.3;
                    font-weight: bold;
                    font-family: 'Aeonik';
                    margin-bottom: 10px;
                }

            }
        }
    }
    .whychoose-service-wrapper {
        text-align: center;

        h2 {
            font-size: 48px;
            font-weight: bold;
            margin: 0 auto 20px;
            max-width: 60%;
        }
        .partner{
            p{
                max-width: 750px;
                margin: 0 auto 50px;     
            }
        }

        h4 {
            margin-bottom: 15px
        }

        .website-text {
            padding-top: 20px;
            padding-left: 0;
        }

        .col-sm-4 {
            margin-bottom: 20px;
        }

        .bg-gray {
            background: #F8F8F8;
            padding: 50px 30px 0;
            margin-bottom: 50px;
            height: 100%;
            border-radius: 50px;
        }

        .website-first h4 {
            font-size: 22px;
            font-weight: 500;
            line-height: 50px;
            color: #000;
            line-height: 1.4;
            font-family: "Aeonik Medium";
        }

        p {
            color: #000;
            line-height: 1.3
        }

        .website-img {
            img {
                max-width: auto;
                width: auto
            }
        }
        .col-12.content-sections {
            text-align: center;
            padding: 70px 0 20px;

            h3 {
                max-width: 620px;
                margin: 0 auto 20px
            }

            p {
                max-width: 72%;
                margin: 0 auto;
            }
        }
    }
    .partners-section.services {
        margin-top: 50px;
        padding-bottom: 80px;
    }
}