

@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@300;400;500;600;700;800;900&amp;display=swap');

body {
    font-family: 'Unbounded';
    overflow-x: hidden;
}

p {
    font-size: 14px;
    line-height: 30px;
    color: #444;
    margin: 0;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

* {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}

a, h2, h3, h4, h5, h6 {
    color: #000;
    margin: 0;
}

a {
    text-decoration: none;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 50px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

img {
    max-width: 100%;
}

.gap {
    padding: 0px 0px 90px;
}

.no-top {
    padding-top: 60px;
}

.no-bottom {
    padding: 50px 0px;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    display: block;
}

figure {
    overflow: hidden;
}
/* 1. header */
.top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .top-bar ul {
        display: flex;
        align-items: center;
    }

@media only screen and (max-width: 1920px) and (min-width: 1200px) {
    #stickyHeader.slideUp {
        top: 0;
        z-index: 111;
        position: fixed;
        border-radius: 0;
        left: 0;
        box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
        padding-bottom: 4px;
        padding-top: 4px;
        background: #fff;
    }

    body.dark #stickyHeader.slideUp {
        background: #111;
    }

    body.light #stickyHeader.slideUp {
        background: #f6fafb;
    }
}

header {
    padding-top: 20px;
    position: absolute;
    z-index: 1;
    width: 100%;
}

.top-bar ul li {
    padding-right: 50px;
}

    .top-bar ul li a {
        color: #000000;
    }
/* 2. btn */
.btn {
    border: none;
    text-align: center;
    cursor: pointer;
    text-transform: capitalize;
    outline: none;
    overflow: hidden;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    background-color: #034a67;
    padding: 26px 42px;
    border-radius: 60px;
    line-height: 0;
}

    .btn:hover {
        background-color: #2cc392;
        border-color: #2cc392;
    }

    .btn span {
        position: relative;
        z-index: 1;
        color: white;
    }

    .btn:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 469%;
        width: 128%;
        background: #f25011;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        -webkit-transform: translateX(-76%) translateY(-24%) rotate(45deg);
        transform: translateX(76%) translateY(-24%) rotate(37deg);
    }

a.btn svg {
    width: 28px;
    height: auto;
    margin-right: 15px;
    fill: white;
}

.top-bar .btn {
    padding: 12px 26px;
}

header .btn:after {
    width: 136%;
}

.btn:hover:after {
    -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
    transform: translateX(-9%) translateY(-25%) rotate(45deg);
}
/* 3. hero-section */
.hero-section {
    position: relative;
    padding-top: 180px;
    overflow: hidden;
    padding-bottom: 60px;
}

    .hero-section:before {
        content: "";
        position: absolute;
        width: 169%;
        height: 123%;
        left: -32%;
        top: -27%;
        /* clip-path: ellipse(50% 50% at 50% 50%); */
        /* background: linear-gradient(89.98deg, #ee5d23 .39%, #006ea3 99.99%); */
    }

.hero-text {
    position: relative;
    margin-top: 5px;
}

    .hero-text h2 {
        color: #fff;
        padding-bottom: 30px;
        line-height: 60px;
        font-weight: 600;
    }

        .hero-text h2 span {
            color: #fff12e;
        }

    .hero-text ul li {
        color: white;
        padding-bottom: 18px;
        display: flex;
        align-items: center;
    }

        .hero-text ul li img {
            width: 30px;
            height: 30px;
            display: flex;
            border-radius: 50%;
            background-color: #ffffff30;
            margin-right: 17px;
            padding: 7px;
        }

.video i {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    border-radius: 50%;
    background-color: white;
    color: black;
    position: relative;
}

.video {
    margin-right: 112px;
}

    .video i:before {
        content: "";
        border: 3px #fff dashed;
        border-radius: 50%;
        width: 130px;
        height: 130px;
        position: absolute;
        transition: 1s ease-in-out;
    }

    .video a:hover i:before {
        animation: animName 5s linear infinite;
    }

@keyframes animName {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.listing {
    justify-content: space-between;
    width: 100%;
    line-height: 30px;
}

.hero-text > img {
    margin-left: auto;
    display: block;
    /* height: 263px; */
    /* margin-top: 30px; */
    border-radius: 7px;
    padding: 10px;
    box-shadow: -1px 0px 44px 15px rgb(0 0 0 / 7%);
}
/* 4. get-a-quote */
.get-a-quote i svg {
    fill: #00c389;
}

.get-a-quote i {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff12e;
    border-radius: 50%;
    position: absolute;
    top: -53px;
}

#contact-form h3 {
    font-size: 36px;
    font-weight: bold;
    line-height: 46px;
    padding-bottom: 6px;
}

.get-a-quote h6 {
    color: #858585;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 30px;
}

.get-a-quote {
    margin-bottom: 40px;
    background-color: white;
    padding: 50px;
    border-radius: 5px;
    position: relative;
    padding-top: 60px;
    box-shadow: -1px 0px 44px 15px rgb(0 0 0 / 7%);
    -webkit-box-shadow: -1px 0px 44px 15px rgb(0 0 0 / 7%);
    -moz-box-shadow: -1px 0px 44px 15px rgba(0,0,0,0.7);
}

    .get-a-quote input[type="text"], .get-a-quote input[type="number"] {
        width: 100%;
        height: 60px;
        border: 0;
        outline: 0;
        margin-bottom: 20px;
        color: #444;
        font-size: 14px;
        border-bottom: 3px solid #d3d3d3;
    }

    .get-a-quote p {
        font-weight: bold;
        padding-bottom: 10px;
        padding-top: 10px;
    }

.radio-button {
    margin-right: 15px;
    font-size: 14px;
    font-weight: 600;
    align-items: center;
    /* display: flex; */
    margin-bottom: 35px;
}

    .radio-button label {
        padding-left: 10px;
    }

    .radio-button input {
        width: 22px;
        height: 22px;
    }

.group-img {
    position: relative;
}

    .group-img svg {
        position: absolute;
        right: 0;
        width: 22px;
        height: auto;
        top: 21px;
    }

.get-a-quote img {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* 5. social-media-icon */
ul.social-media-icon {
    position: absolute;
    right: 3%;
    top: 18%;
}

    ul.social-media-icon li {
        list-style: none;
        margin-bottom: 4px;
    }

        ul.social-media-icon li a {
            width: 50px;
            height: 50px;
            font-size: 16px;
            margin: 0 2px;
            position: relative;
            overflow: hidden;
            z-index: 1;
            text-align: center;
            justify-content: center;
            align-items: center;
            display: flex;
            color: white;
        }

            ul.social-media-icon li a .icon {
                position: relative;
                color: #fff;
                transition: .5s;
                z-index: 3;
            }

            ul.social-media-icon li a:hover .icon {
                color: #fff;
                transform: rotateY(360deg);
            }

            ul.social-media-icon li a:before {
                content: "";
                position: absolute;
                top: 100%;
                left: 0;
                width: 100%;
                height: 100%;
                background: #12a575;
                transition: .5s;
                z-index: 2;
            }

            ul.social-media-icon li a:hover:before {
                top: 0;
            }

        ul.social-media-icon li:nth-child(1) a {
            background: #3b5999;
        }

        ul.social-media-icon li:nth-child(2) a {
            background: #000000;
        }

        ul.social-media-icon li:nth-child(3) a {
            background: #dd4b39;
        }
/* 6. heading */
.heading {
    margin: auto;
    margin-bottom: 25px;
}

    .heading h2 {
        font-size: 35px;
        padding-top: 0px;
        font-family: "Poppins", sans-serif;
        font-weight: 800;
        color: #353535;
    }

    .heading span {
        font-weight: 600;
        color: #ffc107;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
/* 7. customize-img */
.customize-img {
    position: relative;
}

.customize-text ul li {
    padding-bottom: 18px;
    display: flex;
    align-items: center;
}

.customize-img:before {
    position: absolute;
    z-index: 0;
    width: 548px;
    height: 548px;
    content: "";
    background-color: #d8d8ff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.customize-img img {
    animation: top 5s linear infinite;
}

.customize-text ul li img {
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 50%;
    background-color: #e6eeff;
    margin-right: 17px;
    padding: 12px;
}

.customize-text p {
    width: 90%;
}

.customize-text ul {
    margin-left: 1px;
    margin-top: 30px;
}

@keyframes top {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* 8. server */
.heading.two {
    text-align: initial;
    margin: 0;
    margin-bottom: 40px;
}

.server h5 {
    padding-top: 26px;
    padding-bottom: 14px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Poppins", sans-serif;
}

.server i {
    width: 70px;
    height: 70px;
    display: inline-flex;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 50%;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border: 1px dashed#e2642a;
}

.server:hover i img {
    transform: rotateY(180deg);
}

.server {
    position: relative;
    border-radius: 5px;
    padding: 10px;
    /* min-height: 240px; */
    margin-bottom: 10px;
    text-align: center;
}

    .server img {
        height: 50px;
        border-radius: 50%;
    }

    .server.two:before {
        /* background-color: #f0571a; */
    }

    .server.two {
        max-height: 220px;
    }

        .server.two:after {
            background-color: #f0571a;
        }

    .server.three:before {
        /* background-color: #ed4b0a; */
    }

    .server.three:after {
        background-color: #ed4b0a;
    }

    .server:before {
        width: 100%;
        border-radius: 10px;
        content: "";
        height: 100%;
        top: 0;
        left: 0;
        /* background-color: #02669e; */
        position: absolute;
        z-index: -1;
        opacity: .2;
    }

    .server:after {
        width: 100%;
        border-radius: 10px;
        content: "";
        height: 0%;
        bottom: 0;
        left: 0;
        background-color: #04689f;
        position: absolute;
        z-index: -1;
        opacity: .2;
    }

    .server:hover:after {
        opacity: 1;
        height: 100%;
    }

    .server:after, .server h5, .server p {
        transition: .5s;
    }

    .server:hover h5, .server:hover p {
        color: white;
    }
/* 9. questions */
.questions {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 50px;
}

    .questions .btn {
        background-color: white;
        border: 3px solid #e6eeff;
    }

    .questions .btn {
        padding: 20px 34px;
    }

        .questions .btn span {
            color: #12a575;
            transition: .3s;
        }

        .questions .btn:hover span {
            color: white;
        }

.btn span {
    display: flex;
    align-items: center;
}

.btn i {
    font-size: 22px;
}

.questions h5 {
    font-weight: bold;
}
/* 10. it-works */
.it-works {
    position: relative;
    overflow: hidden;
    background: #fff;
}

    .it-works:before {
        content: "";
        position: absolute;
        border: #fff12e 40px solid;
        width: 300px;
        height: 300px;
        border-radius: 50%;
        left: -10%;
        top: 44%;
        animation: top 2s linear infinite;
        display: none;
    }

    .it-works:after {
        content: "";
        position: absolute;
        border: #fff12e 60px solid;
        width: 400px;
        height: 400px;
        border-radius: 50%;
        right: -14%;
        top: 5%;
        animation: top 2s linear infinite;
        display: none;
    }
/* 11. staps */
.staps {
    display: flex;
    margin-bottom: 40px;
}

.staps-img {
    position: relative;
    width: 150px;
    height: 150px;
    margin-right: 30px;
    align-items: center;
    display: flex;
}

    .staps-img i:before {
        content: "";
        position: absolute;
        width: 150px;
        height: 150px;
        border: 3px dashed #a0a0a0;
        border-radius: 50%;
    }

    .staps-img img {
        height: 70px;
    }

    .staps-img i {
        position: relative;
        width: 130px;
        height: 130px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: white;
        border-radius: 50%;
    }

    .staps-img span {
        background-color: white;
        position: absolute;
        top: 3px;
        left: -6px;
        width: 40px;
        height: 40px;
        border: 1px solid;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        line-height: 6;
        font-size: 14px;
        font-weight: bold;
        color: #12a575;
    }

.staps h4 {
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
    padding-bottom: 10px;
}

.staps-text {
    width: 64%;
}

.staps:hover .staps-img i:before {
    border: 3px dashed #12a575;
}

.staps:hover .staps-img i:before {
    animation: animName 5s linear infinite;
}

.staps:hover .staps-img span {
    background-color: #12a575;
    color: white;
}

.staps-img span, .staps-img i:before {
    transition: .3s;
}

.logodata.owl-carousel .owl-item img {
    width: 200px;
    margin: auto;
}

.logodata {
    width: 100%;
    margin: auto;
    margin-top: 40px;
}

.partner.item {
    background-color: #fff;
    border: 1px solid #ec6329;
    padding: 7px 9px;
    height: 110px;
    margin: 8px;
    border-radius: 17px;
}

img.lines {
    position: absolute;
    right: 15%;
    bottom: 3%;
}
/* 12. team */
.callto svg {
    width: 26px;
    height: auto;
}

.team-text {
    padding-left: 50px;
    padding-bottom: 50px;
    position: relative;
}

    .team-text:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 81%;
        background-color: #f5f9fa;
        z-index: -1;
        left: 0;
        bottom: 0;
        clip-path: polygon(0 10%, 100% 0%, 90% 100%, 0% 100%);
    }

.team-img img {
    border-radius: 50%;
    border: 10px solid #fff0;
    outline: 3px dashed #12a575;
}

.follow {
    position: relative;
    background-color: #fff;
    border: 1px solid #c3c3c3;
    padding: 4px;
    display: inline-flex;
    align-items: center;
    padding-bottom: 0;
    padding-left: 30px;
}

    .follow ul.social-media-icon {
        position: relative;
        right: 0;
        top: 0;
        display: flex;
        align-items: center;
        margin-left: -70px;
        opacity: 0;
        transition: .5s;
    }

.team-text:hover .follow ul.social-media-icon {
    margin-left: 14px;
    opacity: 1;
}

.follow > a img {
    margin-right: 6px;
}

.follow > a {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    align-items: center;
    text-transform: capitalize;
}

.team-text span {
    padding-bottom: 6px;
    color: #12a575;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 30px;
    display: block;
}

.team-text h5 {
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 16px;
}

.callto a {
    color: #444;
    font-weight: bold;
    font-size: 14px;
}

.callto {
    padding-bottom: 30px;
}
/* 13. social-media-section */
ul.social-media-section i {
    width: 160px;
    height: 160px;
    background-color: #005ab6;
    font-size: 64px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 50%;
    color: #fff;
}

ul.social-media-section {
    display: flex;
    justify-content: center;
}

    ul.social-media-section li a {
        text-align: center;
        display: block;
        color: #000;
        font-size: 16px;
        font-weight: bold;
        text-transform: capitalize;
    }

    ul.social-media-section li {
        margin-right: 50px;
    }

        ul.social-media-section li i {
            margin-bottom: 10px;
            position: relative;
            overflow: hidden;
        }

        ul.social-media-section li:hover i:after {
            right: 0%;
            bottom: 0%;
        }

        ul.social-media-section li i:after {
            content: "";
            background-color: #ffffff;
            width: 160px;
            position: absolute;
            height: 160px;
            right: -60%;
            bottom: -60%;
            border-radius: 50%;
            opacity: .2;
        }

        ul.social-media-section li:nth-child(2) a i {
            background-color: #e40002;
        }

        ul.social-media-section li:nth-child(3) a i {
            background-color: #1e4bca;
        }

        ul.social-media-section li:nth-child(4) a i {
            background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
        }

        ul.social-media-section li:nth-child(5) a i {
            background-color: #592daa;
        }

        ul.social-media-section li:nth-child(2), ul.social-media-section li:nth-child(4) {
            margin-top: 100px;
            animation: top 5s linear infinite;
        }

.social-media-style {
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 120px;
}
/* 14. pricing-plans */
.pricing-plans-section {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.pricing-plans {
    background-color: #5c48e0;
    padding: 60px;
    clip-path: polygon(0 25%, 100% 0%, 100% 100%, 0% 100%);
    padding-top: 110px;
}

    .pricing-plans span {
        color: white;
        font-weight: 500;
        padding-bottom: 10px;
        display: block;
    }

    .pricing-plans h5 {
        font-size: 60px;
        font-weight: bold;
    }

    .pricing-plans h5 {
        font-size: 40px;
        font-weight: bold;
        color: white;
    }

    .pricing-plans sub {
        bottom: 0;
        font-size: 16px;
    }

.pricing-plans-text {
    background-color: white;
    padding: 60px;
    padding-top: 0;
    padding-bottom: 50px;
}

    .pricing-plans-text i {
        width: 90px;
        transform: translateY(-50px);
        margin-top: 15px;
        height: 90px;
        display: flex;
        border-radius: 50%;
        background-color: #fff;
        align-items: center;
        justify-content: center;
        margin-bottom: -20px;
        box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    }

    .pricing-plans-text:hover {
        box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    }

    .pricing-plans-text img {
        height: 60px;
    }

    .pricing-plans-text .hero-text ul li {
        color: #444;
    }

        .pricing-plans-text .hero-text ul li img {
            background-color: #e6eeff;
        }

    .pricing-plans-text .btn {
        background-color: white;
        border: 3px solid #12a575;
    }

        .pricing-plans-text .btn span {
            color: #12a575;
        }

    .pricing-plans-text i svg {
        width: 60px;
        height: auto;
    }

    .pricing-plans-text .btn:hover span {
        color: #fff;
    }

    .pricing-plans-text .hero-text ul {
        margin-bottom: 14px;
    }

.pricing-plans.two {
    background-color: #ff8c00;
}

.pricing-plans.three {
    background-color: #00d4a9;
}
/* 15. newsletter */
.newsletter {
    padding-top: 40px;
    padding-bottom: 47px;
    background-repeat: no-repeat;
}

.newsletter-text h2 {
    color: white;
    font-size: 50px;
    padding-bottom: 10px;
}

.newsletter-text h4 {
    color: white;
    font-size: 24px;
    line-height: 34px;
    width: 90%;
}

.newsletter-text h6 {
    color: white;
    font-weight: 400;
    padding-top: 40px;
    line-height: 28px;
    padding-bottom: 20px;
    width: 85%;
}

.newsletter-text h4 span {
    background-color: #fff12e;
    color: black;
    padding: 0px 10px;
    font-size: 22px;
}

#faqÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢s .heading.two {
    width: 100%;
}
/* 16. accordion */
.accordion-item.active .heading {
    color: #bccbb7;
}

.accordion-item.active .icon:before {
    background: #bccbb7;
}

.accordion-item.active .icon:after {
    width: 0;
}

.accordion-item.active .icon:before {
    background: #000;
}

.accordion-item .heading {
    display: block;
    text-transform: capitalize;
    text-decoration: none;
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    transition: 0.3s ease-in-out;
}

    .accordion-item .heading:hover .icon:before,
    .accordion-item .heading:hover .icon:after {
        background: #000000;
    }

.accordion-item .icon {
    display: block;
    position: absolute;
    top: 47%;
    width: 2.5rem;
    height: 2.5rem;
    transform: translateY(-50%);
    left: 3px;
}

    .accordion-item .icon:before, .accordion-item .icon:after {
        content: "";
        width: 12px;
        height: 3px;
        background: black;
        position: absolute;
        left: 50%;
        top: 50%;
        transition: 0.3s ease-in-out;
        transform: translate(-50%, -50%);
    }

.progress {
    height: 8px;
}

.accordion-item.active {
    border: 1px solid #12a575;
}

.accordion-item .icon:after {
    transform: translate(-50%, -50%) rotate(90deg);
    z-index: -1;
}

.accordion-item .content {
    display: none;
}

.title {
    text-align: start;
    padding: 20px 50px;
    padding-right: 0;
}

.content {
    padding: 0px 50px;
    padding-bottom: 22px;
}

.accordion-item {
    border: 1px solid #c3c3c3;
}

    .accordion-item:first-of-type {
        border-radius: 0px;
    }

    .accordion-item.active a.heading {
        color: black;
    }

.accordion-item {
    margin-bottom: 20px;
}

    .accordion-item:not(:first-of-type) {
        border-top: 0;
        border: 1px solid #c3c3c3;
    }

    .accordion-item.active:not(:first-of-type), .accordion-item.active {
        border: 1px solid #12a575;
    }

a.heading {
    width: 100%;
    margin: 0;
}
/* 17. count-style */
.count-style {
    width: 260px;
    height: 260px;
    background-color: #eeecfc;
    text-align: center;
    padding-top: 60px;
    border-radius: 50%;
}

    .count-style h2 sup {
        font-size: 26px;
        top: -33.5px;
    }

    .count-style h2 {
        font-size: 70px;
        font-weight: 800;
        color: #5c48e0;
    }

    .count-style span {
        color: #666666;
        font-size: 14px;
    }

    .count-style.two {
        margin-top: 15px;
        background-color: #e5fbf6;
    }

        .count-style.two h2 {
            color: #00d4a9;
        }

    .count-style.three {
        background-color: #fff3e5;
        margin-left: -40px;
    }

        .count-style.three h2 {
            color: #ff8c00;
        }
/* 18. clients */
.clients h6 {
    font-size: 22px;
    font-weight: bold;
}

.clients span {
    font-size: 14px;
}

.clients {
    padding: 10px;
    /* padding-top: 80px; */
    /* clip-path: polygon(0 10%, 100% 0, 90% 100%, 0% 100%); */
    background-color: #f5f9fa;
    /* padding-right: 100px; */
    position: relative;
    /* padding-bottom: 50px; */
    margin: 0px 22px 0px 0px;
}

    .clients img {
        /* position: absolute; */
        width: 60px;
    }

    .clients i {
        background-color: #12a575;
        width: 90px;
        height: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin-right: 20px;
    }

    .clients.two {
        clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 10% 100%);
        padding-right: 40px;
        padding-left: 138px;
    }

.clients-slider.owl-carousel .owl-item img {
    width: 100%;
    /* transform: rotate(180deg); */
}

.clients-slider.owl-carousel.owl-theme.owl-loaded.owl-drag {
    margin-left: -1px;
}

.clients-slider.owl-theme .owl-dots .owl-dot.active span {
    background: transparent;
    border: 6px solid #12a575;
    padding: 3px;
    margin: 4px;
}

.clients-slider.owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border: 6px solid #c3c3c3;
    padding: 3px;
    margin: 4px;
}

.clients-slider.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 60px;
    display: block !important;
}
/* 19. footer */
footer {
    position: relative;
    background-color: #f6fafb;
}

.footer-shaps {
    display: block;
    width: 100%;
    height: 75px;
    position: absolute;
    bottom: 0;
    background: #fff;
    z-index: 0;
}

footer:before {
    content: "";
    position: absolute;
    background-image: url(assets/img/newsletter.html);
    z-index: 11;
    width: 100%;
}

.links h5 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

.line {
    display: flex;
    background-color: #ee5f26;
    width: 110px;
    height: 3px;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
}

.links a {
    padding-left: 16px;
}

    .links a:hover {
        color: #12a575;
    }

.footer-bottom {
    border-radius: 10px;
    text-align: center;
    margin-top: 60px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
    padding-bottom: 60px;
}

.footer-end {
    position: relative;
    z-index: 1;
}

    .footer-end p {
        text-align: center;
        padding-top: 20px;
        color: #000000;
        padding-bottom: 20px;
    }

.footer-bottom p {
    padding-top: 20px;
    padding-bottom: 30px;
}

.footer-bottom h3 {
    font-size: 35px;
    font-weight: bold;
}

#progress {
    z-index: 111;
    position: fixed;
    bottom: 20px;
    right: 10px;
    height: 70px;
    width: 70px;
    display: none;
    place-items: center;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

#progress-value {
    display: block;
    height: calc(110% - 15px);
    width: calc(110% - 15px);
    background-color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 35px;
    color: #001a2e;
}

span#progress-value i {
    font-size: 22px;
}

#subscribe-form {
    position: relative;
}

    #subscribe-form input {
        width: 70%;
        background-color: #ffffff;
        height: 60px;
        padding-left: 30px;
        border-radius: 58px;
        border: 0;
        outline: none;
    }

.hero-text p {
    color: white;
    padding-bottom: 50px;
    font-size: 22px;
    padding-top: 00px;
    line-height: 38px;
}

.hero-section.two .hero-text {
    margin-top: 20px;
    width: 64%;
    margin: auto;
    margin-bottom: 100px;
    text-align: center;
    margin-top: 50px;
}

#subscribe-form {
    position: relative;
    display: flex;
    align-items: center;
}

button.btn {
    height: 60px;
    margin-left: 10px;
}
/* 20. review */
.review {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}

ul.star li {
    padding-bottom: 0px;
    padding-left: 4px;
    color: black;
}

.review h6 {
    color: white;
    font-size: 30px;
    padding: 0px 16px;
    font-weight: bold;
    text-transform: capitalize;
}

.review span {
    color: white;
    font-size: 16px;
    font-weight: 600;
}

ul.star {
    display: inline-flex;
    background-color: #fff12e;
    padding: 10px;
    border-radius: 38px;
}

.hero-section.for .hero-text p {
    color: white;
    padding-bottom: 30px;
    font-size: 18px;
    padding-top: 30px;
    line-height: 32px;
}
/* 21. youtube */
.hs-responsive-embed-youtube {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    padding-top: 25px;
}

    .hs-responsive-embed-youtube iframe {
        position: absolute;
        width: 100% !important;
        height: 100% !important;
    }

.hero-section.for .review {
    justify-content: flex-start;
    margin: 0;
    margin-bottom: 60px;
    margin-top: 20px;
}

.hero-section.for {
    padding-bottom: 150px;
}

img.shado {
    width: 100%;
    display: block;
    position: relative;
    margin-top: 16px;
}
/* 22. swal-modal */
.swal-modal {
    background-image: linear-gradient(90deg, #b900db, #360085);
    border-radius: 20px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.swal-icon--success__hide-corners, .swal-icon--success:after, .swal-icon--success:before {
    background-color: transparent !important;
}

.swal-text {
    text-align: center;
    color: #fff;
}

.swal-footer {
    display: none;
}

.swal-title {
    color: #fff;
    font-family: 'Unbounded';
    font-size: 45px;
    margin: 0px !IMPORTANT;
}

.swal-text {
    text-align: center;
    color: #fff;
    FONT-SIZE: 16PX;
    PADDING: 0PX 42PX;
}

.swal-title {
    MARGIN: 0PX;
    PADDING: 0PX;
}
/* spinner */

.spinner:after,
.spinner:before {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.spinner-3:before,
.spinner-3:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    background: #fff;
    -webkit-animation: pulse 3s linear infinite;
    animation: pulse 3s linear infinite;
    opacity: 0;
}

.preloader {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 999999999999999999;
    right: 0;
    background-color: #12a575;
    top: 0;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

.preloader {
    top: 0%;
}

.page-loaded .preloader {
    top: -100%;
}

.spinner-3:after {
    -webkit-animation: pulse 2s linear 2.3s infinite;
    animation: pulse 2s linear 2.3s infinite;
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
    }
}

footer {
    background-repeat: no-repeat;
    background-position: bottom;
}

.server i img, .pricing-plans-text, .links a, .pricing-plans-text .btn span, ul.social-media-section li i:after {
    transition: .3s;
    font-family: "Poppins", sans-serif;
}

    .pricing-plans-text .hero-text {
        margin: 0;
    }

.top-bar a i svg {
    width: 30px;
    fill: #ee6324;
    height: auto;
}

.top-bar a {
    color: #000000;
}

.questions .btn span i {
    padding-right: 10px;
}



body.light .hero-section:before {
    background: #f6fafb;
}

body.light .hero-text ul li img {
    background-color: #00000030;
}

body.light .hero-text h2, body.light .newsletter-text h4,
body.light .newsletter-text h2, body.light .hero-text ul li,
body.light .top-bar ul li a, body.light .top-bar a,
body.light .newsletter-text h6, body.light .footer-end p,
body.light .hero-text p, body.light .review span,
body.light .review h6, body.light .hero-section.for .hero-text p {
    color: black;
}

    body.light .top-bar a i svg {
        fill: #000;
    }

body.light .video i:before {
    border: 3px #000 dashed;
}

body.light .video i {
    background-color: #000;
}

body.light .newsletter-text h4 span,
body.light .get-a-quote i {
    background-color: #12a575;
}

body.light .hero-text h2 span {
    color: #12a575;
}

body.light .it-works:before {
    border-color: #12a575;
}

body.light .it-works:after {
    border-color: #12a575;
}

body.light .pricing-plans-section {
    background: #f6fafb;
}

body.light .footer-shaps {
    background: #fff;
}






body.dark .hero-section:before,
body.dark footer {
    background: #111111;
}

body.dark .hero-text ul li img {
    background-color: #ffffff30;
}

body.dark .hero-text h2, body.dark .newsletter-text h4, body.dark .links a,
body.dark .newsletter-text h2, body.dark .hero-text ul li, body.dark .footer-bottom h3,
body.dark .top-bar ul li a, body.dark .top-bar a, body.dark .links h5,
body.dark .newsletter-text h6, body.dark .footer-end p, body.dark .team-text h5,
body.dark .hero-text p, body.dark .review span, body.dark .staps h4,
body.dark .review h6, body.dark .hero-section.for .hero-text p,
body.dark .heading h2, body.dark .clients h6, body.dark .server h5,
body.dark .accordion-item .heading {
    color: #fff;
}

body.dark p, body.dark .customize-text ul li, body.dark .callto a,
body.dark .clients span, body.dark .links span {
    color: #c7c7c7;
}

body.dark .customize-img:before {
    background-color: #222222;
}

body.dark .top-bar a i svg {
    fill: #fff;
}

body.dark .video i:before {
    border: 3px #fff dashed;
}

body.dark .video i, body.dark .accordion-item .heading .icon:before,
body.dark .accordion-item .heading .icon:after {
    background-color: #fff;
}

body.dark .newsletter-text h4 span,
body.dark .get-a-quote i {
    background-color: #12a575;
}

body.dark .hero-text h2 span {
    color: #12a575;
}

body.dark .it-works:before {
    border-color: #12a575;
}

body.dark .it-works:after {
    border-color: #12a575;
}

body.dark .pricing-plans-section, body.dark .accordion-item {
    background: #111;
}

body.dark .it-works, body.dark .team-text:before,
body.dark .clients {
    background-color: #111;
}

body.dark, body.dark .partner.item, body.dark .pricing-plans-text {
    background-color: #000;
}

    body.dark .footer-shaps {
        background: #000;
    }

    body.dark .partner.item {
        border: 2px solid #111;
    }

    body.dark .callto svg {
        fill: white !important;
    }

    body.dark .questions .btn {
        background-color: black;
        border: 3px solid #222222;
    }

    body.dark .pricing-plans-text .btn {
        background-color: black;
        border: 3px solid #12a575;
    }


.logo a img {
    border-radius: 9px;
    box-shadow: 0 0 2px white;
}


.TTT {
    background: #fff;
}

.quick_contact a {
    position: fixed;
    width: 55px;
    height: 55px;
    right: 18px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    z-index: 100;
    transition: transform 0.5s ease;
}

.qwhtsapp {
    bottom: 120px;
    background-color: #25d366;
}

.qcall {
    bottom: 120px;
    background-color: #2196f3;
}

.quick_contact_icon {
    margin-top: 10px;
}

.quick_contact a:hover {
    transform: scale(1.1);
}


.btn-close {
    padding: 0px 0px 18px;
    position: absolute;
    right: 14px;
    filter: unset;
    top: 4px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 600px;
        margin: 1.75rem auto;
    }
}














.contact-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 5px 6px;
    background: #fff;
    position: sticky;
    top: 0px;
    z-index: 9099;
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    justify-content: center;
}

    .contact-info i {
        margin-right: 8px;
        color: red;
    }

    .contact-info a {
        color: #333;
        text-decoration: none;
    }

.social-icons {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 8px;
}

    .social-icons a {
        color: white;
        font-size: 15px;
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }

.fa-facebook-f {
    background-color: #3b5998;
}

.fa-linkedin-in {
    background-color: #0077b5;
}

.fa-youtube {
    background-color: #ff0000;
}

.fa-instagram {
    background-color: #000000;
}

.fa-whatsapp {
    background-color: #25D366;
}



.modal-dialog {
    margin-top: 100px !important;
}



.contact-bar {
    display: none;
}


.customize-text {
    padding: 0px 0px 0px 30px;
}


.tts {
    text-align: center;
    padding: 10px 0px;
    background: #dd4b02;
}

.listing li {
    padding: 7px 0px;
}

.mob_width {
    width: calc(100%/5);
}

.mobimg {
    margin: 6px 6px;
    padding: 5px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

.classrom .owl-dots {
    display: block !important;
}

@media(max-width:1199px) {
    .mob_width {
        width: calc(100%/4);
    }

    .server {
        padding: 8px !important;
    }
}

@media(max-width:991px) {
    .mob_width {
        width: calc(100%/3);
    }

    .server {
        padding: 8px;
    }
}

@media (max-width: 768px) {
    .contact-bar {
        display: block;
        box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    }

    .mob_width {
        width: calc(100%/2);
    }

    .server {
        padding: 8px;
    }
}

@media (max-width: 575px) {


    .mob_width {
        width: calc(100%/1);
    }

    .server {
        padding: 8px;
    }
}

.modal-header {
    position: absolute;
    right: 13px;
    z-index: 9;
    top: 18px;
    border-bottom: 1px solid #dee2e600;
}

.modal-content .get-a-quote {
    box-shadow: none;
    margin-bottom: 14px;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    padding-top: 6px;
    padding-top: 6px;
}


.form-check-input {
    border: 1px solid rgb(0 0 0 / 0%) !important;
}

    .form-check-input label {
        vertical-align: super;
    }