/**
* Template Name: Multi - v4.7.0
* Template URL: https://bootstrapmade.com/multi-responsive-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

:root {
    --primary-color: #f4c500;
    --secondary-color: #110f0f;
    --font-color: #828282;
    --sky-blue: #fafdfe;
    --dark-color: #002047;
    --white: #fff;
    --blacK: #000000;
    --colorbg1: #e8f1f4;
    --buttoncolor1: #232323;
    --footercolor1: #b5b4b4;
    --color2: #251f1f;
    --footercolor2: #9f9f9f;
    --menucolor: #110f0f;
    --bluetitle: #063760;
    --footertitle: #fadfce;
    --blacktitle:#0d141e;
}

body {
    font-family: 'Poppins', sans-serif;
    font-family: 'Jost', sans-serif;
    color: #444444;
}

a {
    color: var(--primary-color);
    text-decoration: none;
}

.extra-weight {
    font-weight: 600;
    text-transform: capitalize;
}

a:hover {
    color: #f1775d;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
}

@media (max-width: 1600px) {
    img{
        width: auto;
        height: auto;
    }
}



/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    /*border: 6px solid var(--primary-color);
    */
    background-image: url(../img/favicon.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-top-color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 2s linear infinite;
    animation: animate-preloader 2s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 15px;
    bottom: 15px;
    z-index: 996;
    background: var(--primary-color);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color:var(--blacK);
    line-height: 0;
}

.back-to-top:hover {
    background: #2b2a2a;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/


/* Top Bar Css Start*/

.top-bar {
    padding: 5px 0 0;
    margin-bottom: 0;
}

.top-right {
    display: flex;
    justify-content: end;
    margin-right: 0;
    margin-top: 10px;
}

.top-right .top-box1 {
    display: flex;
    justify-content: space-between;
    margin-right: 30px;
    /* margin-left: 20px; */
    align-items: center;
}

.top-right .top-box1 .icon-img {
    margin-right: 10px;
}
.top-right .top-box1 .top-text{
    display: grid;
}
.top-right .top-box1 .top-text span {
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}
.top-right .top-box1 .top-text a {
    font-size: 17px;
    font-weight:500;
    color: var(--white);
}

.top-right .top-box2 {
    position: relative;
    display: flex;
    justify-content: center;
}

.top-right .top-box2::before {
    content: "";
    background-image: url(../img/icons/shape.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    width: 120px;
    height: 88px;
    position: absolute;
    top: -15px;
    z-index: -1;
}

.top-right .top-box2 .tp-text {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 1;
    margin-bottom: 0;
    position: relative;
    top: 12px;
}

.top-right .top-box2 .top-text2 {
    position: absolute;
    top: 0;
}

.top-main-right {
    margin-right: 40px;
}


/* Top Bar Css End*/

#header {

    transition: all 0.5s;
    z-index: 997;
    padding:10px 0;
}

#header.header-scrolled {
    padding: 5px 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    background:var(--blacK);
}
#header .logo img {
    display: flex;
    flex: 1 0 100px;
    /* padding-top: 20px; */
    max-width: 250px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/**
* Desktop Navigation
*/

.navbar {
    padding: 0;
    margin-right: 109px;
    margin-top: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-size: 15px;
    color: #0b2341;
    white-space: nowrap;
    transition: 0.3s;
    font-weight: 600;
    text-transform: uppercase;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: var(--primary-color);
}

.navbar .getstarted,
.navbar .getstarted:focus {
    background: var(--primary-color);
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 4px;
    color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
    color: #fff;
    background: #081a50;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    text-transform: none;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: var(--primary-color);
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}


/**
* Mobile Navigation
*/

.mobile-nav-toggle {
    color: #0b2341;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #000;
    position: relative;
    right: -29px;
    top: -17px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 50%;
}

@media (max-width: 991px) {
    .top-right{
        display: none;
    }
    .mobile-nav-toggle {
        display: block;
    }
    .navbar ul {
        display: block;
    }
    .navbar-mobile .dropdown ul a {
        font-size: 12px;
    }
    .mobile-nav-toggle.bi-x {
        position: absolute;
        top: 33px;
        right: 3px;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: var(--primary-color);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #0b2341;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: var(--primary-color);
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: var(--primary-color);
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}




/*Main banner LP*/

.lp-top-text a{
    color:#000 !important;
}

.mb-lp-img-holder {
    position: relative;
}

.lp-img-box-1 {
    position: absolute;
    top: 128px;
    left: 0;
}


.lp-img-box-2 {
    position: absolute;
    bottom: 130px;
    left: 0;
}

.lp-box-tt {
    display: block;
    font-size: 30px;
    line-height:1;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.lp-box-text {
    font-size:14px;
    color:#fff;
    text-align:center;
    display:block;
}

.lp-img-box {
    background: rgb(86,55,100);
    background: linear-gradient(90deg, rgba(86,55,100,1) 0%, rgba(116,90,127,1) 100%);
    border-radius: 20px;
    max-width:120px;
    padding:10px 15px;
}


.main-banner-lp {
    background-color: #563864;
    display: flex;
    align-items: center;
    background: rgb(127,103,137);
    background: radial-gradient(circle, rgba(127,103,137,1) 0%, rgba(86,55,100,1) 59%);
    padding-top: 152px;
    padding-bottom: 40px;
}

.lp-mb-cont h1 {
    color: #f4c500;    
    font-size: calc(28px + (65 - 28) * (100vw - 320px) / (1920 - 320));
    line-height: 1;
    margin-bottom: 30px;
    font-weight: bold;
}

.lp-mb-cont p {
    color: #fff;
    font-size: calc(14px + (26 - 14) * (100vw - 320px) / (1920 - 320));
    line-height: 1;
}


.lp-list-mb {
    list-style: none;
    color: #fff;    
    font-size: calc(14px + (24 - 14) * (100vw - 320px) / (1920 - 320));
    padding-left: 0;
    margin-top: 40px;
}

.lp-list-mb span {
    font-weight: bold;
    color: #f4c500;
}

.lp-list-mb li:before {
    content: "\f00c";
    background-color: #5edd60;
    color: #fff;
    font-family: "fontawesome";
    font-size: 16px;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    margin-right: 15px;
}
    


.mb-lp-form-holder {
    display: flex;
    background-color: #fff;
    border-radius: 10px;    
    position:relative;
}

.mb-lp-form-holder .form-group {
    flex: 1;
}
.mb-lp-form-holder .iti--separate-dial-code .iti__selected-flag {
    background-color:transparent;
}

.new-lp-form {
    margin-top:-85px;
}

.lp-form-text {
    color: #000;
    background-color: #f2c102;
    display: inline-block;
    padding: 5px 10px;
    margin-left: 34px;
    border-radius: 5px 5px 0 0;
}

.lp-get-started {
    width: 100%;
    background-color: #f4c500;
    padding: 15px 0;
    border-radius: 0 8px 8px 0px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}

.mb-lp-form-holder .form-group {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.mb-lp-form-holder .form-group.iti-group:after{
    display: none;
}

.mb-lp-form-holder .form-group input {
    background-color: transparent;
    height: 52px;
    border: 0;
}


.mb-lp-form-holder .form-group:after {
    content: "";
    position: absolute;
    right: 0;
    top: 8px;
    height: 38px;
    width: 2px;
    background-color: #989898;
}

.mb-lp-form-holder .form-group input:focus {
    box-shadow:none;
}

.mb-lp-form-holder .btn-part {    
    flex: 1 0 210px;
    max-width: 210px;
}

.starts-hoilder {
    display: inline-flex;
    margin: 0 10px;
    color: #f4c500;
    gap: 5px;
    font-size: 16px;
}

.rating-box {
    color:#fff;
    font-size:18px;
    margin-top:20px;
    margin-left:30px;
}

/*Main banner LP End*/

@media (max-width: 1399.98px) {
    .lp-box-tt {
        font-size: 24px;
    }
    .lp-box-text {
        font-size: 12px;
    }

    .lp-img-box-1 {
        top: 102px;
        left: -11px;
    }

    .lp-img-box-2 {    
        bottom: 130px;
        left: -21px;
    }
}

@media (max-width: 1199.98px) {
    .new-lp-form {
        margin-top: -33px;
    }
}

@media (max-width: 1023.98px) {
    .lp-list-mb li:before {        
        font-size: 15px;
        width: 22px;
        height: 22px;
    }
}

    @media (max-width: 991.98px) {
        .new-lp-form {
            margin-top: 10px;
        }

        .mb-lp-img-holder {
            display: none;
        }
        .conect-sec {
            padding-top: 30px !important;
        }
    }

    @media (max-width: 767.98px) {

        .mb-lp-form-holder {
            border-radius: 0px 0px 10px 10px;
        }

        .lp-form-text {
            margin-left: 0;
            width: 100%;
        }

        .main-banner-lp {
            padding-top: 105px;
        }

        .mb-lp-form-holder {
            flex-flow: column;
            padding: 20px;
        }

            .mb-lp-form-holder .btn-part {
                flex: inherit;
                max-width: 100%;
            }

        .lp-get-started {
            border-radius: 10px;
            margin-top: 15px;
            font-size: 16px;
        }

        .mb-lp-form-holder .form-group {
            margin-left: 0;
            border-bottom: 1px solid #ccc;
        }

            .mb-lp-form-holder .form-group:after {
                display: none;
            }

        .lp-list-mb li {
            margin-bottom: 12px;
        }

            .lp-list-mb li:before {
                font-size: 11px;
                width: 16px;
                height: 16px;
                margin-right: 10px;
            }

        .rating-box {
            font-size: 14px;
            margin-left: 0;
        }

        .starts-hoilder {
            font-size: 12px;
        }

        .lp-mb-cont h1 br {
            display: none;
        }

        .lp-mb-cont h1 {
            margin-bottom: 20px;
        }

        .lp-list-mb {
            margin-top: 25px;
        }
    }



    /*--------------------------------------------------------------
# Main Banner
--------------------------------------------------------------*/
    .main-banner {
        background-image: url('../../assets/images/main-banner.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        min-height: 970px;
        display: flex;
        align-items: center;
        padding-top: 100px;
        padding-bottom: 100px;
    }

        .main-banner h1 {
            display: inline-block;
            color: var(--blacK);
            text-transform: uppercase;
            background-color: var(--primary-color);
            font-size: calc( 22px + (46 - 22) * (100vw - 320px) / (1920 - 320));
            font-weight: bold;
            padding: 2px 5px;
        }

        .main-banner h6 {
            display: inline-block;
            color: var(--primary-color);
            font-size: calc(16px + (32 - 16) * (100vw - 320px) / (1920 - 320));
            font-weight: 500;
        }

        .main-banner h4 {
            display: inline-block;
            color: var(--white);
            font-size: calc(22px + (34 - 22) * (100vw - 320px) / (1920 - 320));
            font-weight: 600;
            text-transform: uppercase;
        }

        .main-banner h3 {
            font-size: calc(22px + (32 - 22) * (100vw - 320px) / (1920 - 320));
            line-height: 1.2;
        }

    .banner-list {
        padding: 0;
    }

        .banner-list li {
            list-style: none;
            font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
            font-weight: 400;
            color: var(--white);
            margin-bottom: 10px;
            padding-left: 30px;
            position: relative;
        }

            .banner-list li::before {
                content: "\f192";
                font-family: "FontAwesome";
                font-size: 16px;
                color: var(--primary-color);
                position: absolute;
                left: 0;
                top: 2px;
            }

    .banner-links {
        max-width: 450px;
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    .chat-box {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        line-height: 1;
    }

        .chat-box .chat-icon {
            margin-right: 10px;
        }

        .chat-box .chat-text a {
            display: block;
            font-size: 13px;
            font-weight: 600;
            color: var(--primary-color);
        }

        .chat-box .chat-text label {
            display: block;
            font-size: 20px;
            font-weight: 600;
            color: var(--white);
        }

    .form-box {
        margin-left: auto;
        max-width: 420px;
        position: relative;
        border-style: solid;
        border-width: 1px;
        border-color: rgb(253, 207, 9);
        background-color: rgba(1, 3, 10, 0.129);
        box-shadow: 0px 0px 13.28px 2.72px rgba(253, 207, 9, 0.19);
        padding: 50px 25px 25px;
        border: 1px solid var(--primary-color);
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

        .form-box::before {
            content: "";
            background-image: url('../../assets/img/icons/shape.png');
            background-repeat: no-repeat;
            width: 175px;
            height: 150px;
            position: absolute;
            top: -18%;
            left: -26%;
            pointer-events: none;
            background-size: 100%;
        }

        .form-box label {
            font-size: 20px;
            font-weight: 600;
            color: var(--primary-color);
            margin-bottom: 0;
            text-transform: uppercase;
        }

        .form-box h5 {
            font-size: calc(18px + (26 - 18) * (100vw - 320px) / (1920 - 320));
            font-weight: 600;
            color: var(--white);
            text-transform: capitalize;
            margin-bottom: 15px;
        }

        .form-box input {
            width: 100px;
            height: 50px;
            border: 0;
            border-radius: 25px;
            -webkit-border-radius: 25px;
            -moz-border-radius: 25px;
            -ms-border-radius: 25px;
            -o-border-radius: 25px;
        }

        .form-box .form-control {
            width: 100% !important;
            height: 50px;
            border: 0;
            border-radius: 25px;
        }

        .form-box select.form-control {
            appearance: auto;
        }

        .form-box .js-submit {
            background-color: var(--primary-color);
            width: 100%;
            height: 50px;
            border: 0;
            border-radius: 25px;
            -webkit-border-radius: 25px;
            -moz-border-radius: 25px;
            -ms-border-radius: 25px;
            -o-border-radius: 25px;
            color: var(--color2);
            font-size: 18px;
            text-transform: uppercase;
            text-align: center;
            font-weight: 600;
        }

    .start-now {
        display: inline-flex;
        align-items: center;
        background-color: var(--primary-color);
        max-width: 580px;
        padding: 5px 10px 5px 25px;
        border: 0;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        margin-bottom: 15px;
        border: 1px solid var(--white);
    }

        .start-now span {
            color: var(--blacK);
        }

        .start-now label {
            font-size: calc( 12px + (19 - 12) * (100vw - 320px) / (1920 - 320));
            /* font-size: 19px; */
            font-weight: 500;
            color: var(--color2);
            text-transform: uppercase;
            margin-right: 15px;
        }

            .start-now label span {
                font-size: 19px;
                font-weight: 500;
                color: var(--blacK);
                text-transform: capitalize;
            }

        .start-now .cirle {
            background-color: var(--white);
            width: 50px;
            height: 50px;
            border: 0;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            margin-right: 0;
            margin-left: 25px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .start-now .cirle img {
                margin-right: 36px;
            }


    /* Lp Css Start */


    /* Free Section */

    .consult-sec {
        padding: 70px 0;
    }

        .consult-sec h3 {
            font-size: 40px;
            font-weight: bold;
            color: #fff;
            margin-bottom: 10px;
        }

        .consult-sec p {
            font-size: 15px;
            font-weight: 400;
            color: #fff;
            max-width: 950px;
            margin: 0 auto;
            padding-bottom: 25px;
        }

        .consult-sec input {
            border: 2px solid #5c6282;
            border-radius: 25px;
            -webkit-border-radius: 25px;
            -moz-border-radius: 25px;
            -ms-border-radius: 25px;
            -o-border-radius: 25px;
            width: 100%;
            height: 50px;
            margin-bottom: 20px;
            background: none;
            padding: 12px;
        }

        .consult-sec textarea {
            border: 2px solid #5c6282;
            border-radius: 25px;
            -webkit-border-radius: 25px;
            -moz-border-radius: 25px;
            -ms-border-radius: 25px;
            -o-border-radius: 25px;
            width: 100%;
            height: 150px;
            margin-bottom: 10px;
            background: none;
            padding: 15px;
            margin-bottom: 25px;
        }

        .consult-sec input::placeholder {
            color: #fff;
        }

        .consult-sec textarea::placeholder {
            color: #fff;
        }

        .consult-sec .consult-btn {
            color: #fff;
            border-radius: 40px;
            text-align: center;
            padding: 12px 50px;
            border: transparent;
            display: table;
            font-size: 21px;
            width: auto;
            margin: 10px auto 0;
            height: auto;
            font-weight: 700;
            text-transform: capitalize;
            font-family: "Frank Ruhl Libre", serif !important;
            background: #bb0b0b;
        }

        .consult-sec .check-box {
            display: flex;
            justify-content: center;
            color: #fff;
        }

            .consult-sec .check-box .form-check-label {
                font-weight: 500;
            }


            /* .consult-sec .check-box {
    width: 30px;
    height: 30px;
    border: 0;
    background: #fff;
} */

            .consult-sec .check-box input[type=checkbox],
            input[type=radio] {
                margin: 0px 10px 0;
                line-height: normal;
                width: 14px !important;
                height: 18px !important;
                text-align: center;
                display: flex;
                align-items: center;
                justify-content: center;
            }

    .lp-form input {
        width: 100%;
        height: 48px;
        margin-bottom: 11px;
        padding: 2px 15px;
        border-radius: 40px;
        border: 1px solid #ccc;
    }

    .lp-form textarea {
        width: 100%;
        padding: 15px;
        border-radius: 15px;
    }

    .lp-form-holder {
        background: #f6f4f4;
        padding: 40px 0px;
        border-radius: 35px;
    }

    .slide-title-lp {
        font-size: 50px;
        color: #fff;
    }

    .red-strip {
        background: #bb0b0b;
        display: inline-block;
        padding: 7px 41px 7px 10px;
        border-radius: 0px 25px 25px 0px;
        color: #fff;
        margin-bottom: 20px;
    }

    .lp-font-sm {
        font-size: 18px;
    }

    .lp-form {
        padding: 0 20px;
    }

    .lp-form-holder h3 {
        padding: 0px 15px;
        margin-bottom: 15px;
    }


    /* Lp Css End Here */


    /*--------------------------------------------------------------
# Sections Form
--------------------------------------------------------------*/

    .slide-form {
        max-width: 650px;
        margin: 0 auto;
        margin-top: -26vh;
        z-index: 9;
        position: relative;
        background: white;
        padding: 38px 23px;
        box-shadow: 0px 0px 40px 0px rgba(29, 113, 184, 0.21);
        border-radius: 10px;
    }

        .slide-form input {
            height: 50px;
        }

        .slide-form h3 {
            font-weight: 700;
            color: #d30029;
        }

    .ctm-btn-submit {
        max-width: 180px;
        margin: 0 auto;
        padding: 12px 10px;
        margin-top: 19px;
        background-color: #d30029;
        border: 1px solid #d30029;
    }

    img.btn-icon {
        width: 32px;
        margin-right: 8px;
    }


    /* Btn 11  */

    .btn11 {
        /* top: 40px;*/
        padding: 20px 15px;
        /*margin: 0 10px;*/
        display: inline-block;
        text-decoration: none;
        font-weight: 700;
        font-size: 16px;
        text-transform: uppercase !important;
        letter-spacing: 2px;
        color: #fff;
        cursor: hand;
        text-align: center;
        text-transform: capitalize;
        border-radius: 0px;
        position: relative;
        overflow: hidden !important;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        background: transparent !important;
        border: 1px solid transparent;
        min-width: 250px;
        margin-top: 12px;
        z-index: 9;
    }

        .btn11:hover {
            border: 1px solid #d30029;
            color: #d30029 !important;
        }

        .btn11::before {
            content: '';
            width: 100%;
            height: 100%;
            display: block;
            background: #d30029;
            position: absolute;
            left: 0%;
            opacity: 1;
            top: 0;
            z-index: -12;
            -webkit-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
            -moz-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
            -o-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
            transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
        }

        .btn11::after {
            content: '';
            width: 100%;
            height: 100%;
            display: block;
            background: #030a1f;
            position: absolute;
            left: 0%;
            opacity: 1;
            top: 0;
            z-index: -15;
            -webkit-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
            -moz-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
            -o-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
            transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
        }

        .btn11:hover::before,
        .btn11:hover::before {
            opacity: 1;
            -webkit-transform: translateX(100%);
            -moz-transform: translateX(100%);
            -ms-transform: translateX(100%);
            transform: translateX(100%);
        }

        .btn11:hover::after,
        .btn11:hover::after {
            opacity: 1;
            -webkit-transform: translateX(-100%);
            -moz-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            transform: translateX(-100%);
        }


    /*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/


    /* section {
    padding: 60px 0;
} */

    .section-bg {
        background-color: #f6f9fd;
    }

    .section-title {
        padding-bottom: 40px;
    }

        .section-title h2 {
            font-size: 14px;
            font-weight: 500;
            padding: 0;
            line-height: 1px;
            margin: 0 0 5px 0;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #aaaaaa;
            font-family: "Poppins", sans-serif;
        }

            .section-title h2::after {
                content: "";
                width: 120px;
                height: 1px;
                display: inline-block;
                background: #f38b74;
                margin: 4px 10px;
            }

        .section-title p {
            margin: 0;
            margin: 0;
            font-size: 36px;
            font-weight: 700;
            text-transform: uppercase;
            font-family: "Poppins", sans-serif;
            color: #d30029;
        }


    /*--------------------------------------------------------------
# Steps Blocks
--------------------------------------------------------------*/

    .steps-section {
        padding: 100px 0;
        position: relative;
    }

        .steps-section .bold-title-main {
            color: #444444;
            font-size: calc( 20px + (34 - 20) * (100vw - 320px) / (1920 - 320));
            font-weight: 600;
        }

        .steps-section p {
            color: #939393;
            font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
            font-weight: 500;
            line-height: 26px;
            margin-bottom: 20px;
        }

    .inner-list {
        padding: 0;
        margin: 0;
    }

        .inner-list li {
            list-style: none;
            font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
            position: relative;
            padding-left: 25px;
            margin-bottom: 10px;
            color: #696969;
            font-weight: 500;
        }

            .inner-list li::before {
                content: "\f111";
                font-family: "FontAwesome";
                color: var(--primary-color);
                font-size: 16px;
                top: 0;
                position: absolute;
                left: 0;
            }

    .oc-img {
        position: relative;
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin: 0 0 80px;
    }

    .pos-right {
        position: absolute;
        right: 81px;
        top: -30px;
        z-index: 0;
    }

    .pos-left {
        position: absolute;
        left: 47px;
        bottom: -28px;
        z-index: 0;
    }

    @-webkit-keyframes rotate-full {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(359deg);
        }
    }

    @keyframes rotate-full {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(359deg);
        }
    }

    @-webkit-keyframes rotate {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(359deg);
        }
    }

    @keyframes rotate {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(359deg);
        }
    }

    @-webkit-keyframes infinite-spinning {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(360deg);
        }
    }

    @keyframes infinite-spinning {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(360deg);
        }
    }

    .animated-ctm {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

        .animated-ctm .infinite {
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
        }

    .box1 {
        width: 130px;
        height: 130px;
        border-radius: 100%;
        transform: rotate( 0deg);
    }

        .box1 img {
            max-width: 100%;
            border-radius: 100%;
        }

    .rotate {
        -webkit-animation: rotation-full 5s infinite linear;
        animation: rotation-full 5s infinite linear;
    }

    .rotate-full {
        -webkit-animation: infinite-spinning 8s infinite linear;
        animation: infinite-spinning 8s infinite linear;
    }

    .foo-logo {
        margin-bottom: 20px;
    }

    .common-title {
        font-size: calc(22px + (29 - 22) * (100vw - 320px) / (1920 - 320));
        font-weight: bold;
        color: var(--color2);
    }
    /* Processs Section */
    .process-sec {
        position: relative;
        padding: 100px 0;
        background-color: #fdfaed;
    }

        .process-sec h3 {
            font-size: calc(22px + (29 - 22) * (100vw - 320px) / (1920 - 320));
            font-weight: bold;
            color: var(--color2);
        }

    .process-box {
        margin-bottom: 20px;
        position: relative;
    }

        .process-box .pro-icon {
            background-color: var(--primary-color);
            width: 80px;
            height: 80px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 0;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            margin-bottom: 20px;
        }

        .process-box h6 {
            font-size: 17px;
            font-weight: 600;
            color: #272621;
        }

        .process-box p {
            font-size: 15px;
            font-weight: 400;
            color: #504f4d;
            margin-bottom: 20px;
        }

        .process-box label {
            font-size: 113px;
            font-weight: 900;
            color: #323b5245;
            opacity: 0.4;
            position: absolute;
            bottom: 0;
            top: 60px;
        }
    /*--------------------------------------------------------------
# Pricing Section Start
--------------------------------------------------------------*/

    .pricing-sec {
        padding: 100px 0;
        position: relative;
    }

        /* .pricing-sec::before {
    content: "";
    background-image: url('../img/shadow.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 60%;
    height: 128px;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
} */

        .pricing-sec h4 {
            font-size: calc(22px + (29 - 22) * (100vw - 320px) / (1920 - 320));
            font-weight: bold;
            color: var(--color2);
            line-height: 50px;
        }

        .pricing-sec p {
            color: #5f5f5f;
            font-size: calc( 12px + (17 - 12) * (100vw - 320px) / (1920 - 320));
            font-weight: 300;
            line-height: 25px;
            margin-bottom: 20px;
        }


    /*--------------------------------------------------------------
# Pricing Section End
--------------------------------------------------------------*/

    .orange-title {
        color: var(--primary-color);
        font-size: calc( 20px + (34 - 20) * (100vw - 320px) / (1920 - 320));
        font-weight: 600;
        margin-bottom: 10px;
    }


    /*--------------------------------------------------------------
# Our Company
--------------------------------------------------------------*/

    .img-box-oc {
        position: relative;
    }


    /*--------------------------------------------------------------
# Priority Processing
--------------------------------------------------------------*/

    .priority-section {
        background-image: url(../img/CTA-bg.html);
        background-size: cover;
        background-repeat: repeat-x;
        min-height: 400px;
        display: flex;
        align-items: center;
        color: #fff;
    }

        .priority-section h3 {
            margin-bottom: 0;
            font-weight: 700;
        }

    .sub-t {
        display: block;
        margin-bottom: 20px;
        font-size: 22px;
    }


    /*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

    .about .content h3 {
        font-weight: 600;
        font-size: 26px;
    }

    .about .content ul {
        list-style: none;
        padding: 0;
    }

        .about .content ul li {
            padding-left: 28px;
            position: relative;
        }

            .about .content ul li + li {
                margin-top: 10px;
            }

        .about .content ul i {
            position: absolute;
            left: 0;
            top: 2px;
            font-size: 20px;
            color: #d30029;
            line-height: 1;
        }

    .about .content p:last-child {
        margin-bottom: 0;
    }

    .about .content .btn-learn-more {
        font-family: "Raleway", sans-serif;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 12px 32px;
        border-radius: 5px;
        transition: 0.3s;
        line-height: 1;
        color: #d30029;
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s;
        margin-top: 6px;
        border: 2px solid #d30029;
    }

        .about .content .btn-learn-more:hover {
            background: #d30029;
            color: #fff;
            text-decoration: none;
        }


    /*--------------------------------------------------------------
# Why Choose Us
--------------------------------------------------------------*/

    .rounded-circle {
        border-radius: 50% !important;
    }


    /*img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}*/

    .sub-info {
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
        color: #004975;
    }

    .display-30 {
        font-size: 0.9rem;
    }

    .icon-image-l {
        border-radius: 50%;
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        transition: 0.5s;
        transform: translatey(0px);
        -webkit-animation: float-ani-l 6s ease-in-out infinite;
        animation: float-ani-l 6s ease-in-out infinite;
        position: relative;
    }

    @-webkit-keyframes float-ani-l {
        0% {
            box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
            left: 0px;
            top: 0px;
        }

        50% {
            box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
            /*    transform: translatey(-20px);*/
            top: -10px;
            left: -20px;
        }

        100% {
            box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
            left: 0px;
            top: 0px;
        }
    }

    @keyframes float-ani-l {
        0% {
            box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
            /*transform: translatey(0px);*/
            left: 0px;
            top: 0px;
        }

        50% {
            box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
            /*transform: translatey(-20px);*/
            top: -10px;
            left: -20px;
        }

        100% {
            box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
            /*transform: translatey(0px);*/
            left: 0px;
            top: 0px;
        }
    }

    .icon-image-r {
        border-radius: 50%;
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        transition: 0.5s;
        transform: translatey(0px);
        -webkit-animation: float-ani-r 6s ease-in-out infinite;
        animation: float-ani-r 6s ease-in-out infinite;
        position: relative;
    }

    @-webkit-keyframes float-ani-r {
        0% {
            box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
            left: 0px;
            top: 0px;
        }

        50% {
            box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
            /* transform: translatey(-20px);*/
            top: -10px;
            right: -20px;
        }

        100% {
            box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
            right: 0px;
            top: 0px;
        }
    }

    @keyframes float-ani-r {
        0% {
            box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
            /*transform: translatey(0px);*/
            right: 0px;
            top: 0px;
        }

        50% {
            box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
            /*transform: translatey(-20px);*/
            top: -10px;
            right: -20px;
        }

        100% {
            box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
            /*transform: translatey(0px);*/
            right: 0px;
            top: 0px;
        }
    }

    .icon-image-cr {
        transition: 0.5s;
        -webkit-animation: float-ani-cr 6s ease-in-out infinite;
        animation: float-ani-cr 6s ease-in-out infinite;
        position: relative;
    }

    @-webkit-keyframes float-ani-cr {
        0% {
            left: 0px;
            top: 0px;
        }

        50% {
            top: -10px;
            right: -20px;
        }

        100% {
            right: 0px;
            top: 0px;
        }
    }

    @keyframes float-ani-cr {
        0% {
            right: 0px;
            top: 0px;
        }

        50% {
            top: -10px;
            right: -20px;
        }

        100% {
            right: 0px;
            top: 0px;
        }
    }

    .icon-image-cl {
        transition: 0.5s;
        transform: translatey(0px);
        -webkit-animation: float-ani-cl 6s ease-in-out infinite;
        animation: float-ani-cl 6s ease-in-out infinite;
        position: relative;
        box-shadow: none;
    }

    @-webkit-keyframes float-ani-cl {
        0% {
            left: 0px;
            top: 0px;
        }

        50% {
            top: -10px;
            left: -20px;
        }

        100% {
            left: 0px;
            top: 0px;
        }
    }

    @keyframes float-ani-cl {
        0% {
            left: 0px;
            top: 0px;
        }

        50% {
            top: -10px;
            left: -20px;
        }

        100% {
            left: 0px;
            top: 0px;
        }
    }

    .why-chose-us-title {
        font-size: 36px;
        font-weight: 700;
        text-transform: uppercase;
        color: #d30029;
    }

    .purple {
        box-shadow: 0 0 0 0 rgba(211, 0, 41, 1);
        animation: pulse-purple 6s infinite;
    }

    @keyframes pulse-purple {
        0% {
            transform: scale(0.95);
            box-shadow: 0 0 0 0 rgba(211, 0, 41, 0.7);
        }

        70% {
            transform: scale(1);
            box-shadow: 0 0 0 30px rgba(3, 137, 127, 0);
        }

        100% {
            transform: scale(0.95);
            box-shadow: 0 0 0 0 rgba(3, 137, 127, 0);
        }
    }

    .inside-acc-list {
        padding-left: 23px !important;
        margin-top: 16px;
    }

        .inside-acc-list li {
            list-style: disc;
            padding: 0 !important;
        }


    /*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/

    .ctm-sign {
        font-size: 22px !important;
        margin-left: 0px !important;
    }

    .counts {
        padding-top: 0;
    }

        .counts .count-box {
            box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
            padding: 30px;
            width: 100%;
        }

            .counts .count-box i {
                display: block;
                font-size: 30px;
                color: #d30029;
                float: left;
                line-height: 30px;
            }

            .counts .count-box span {
                font-size: 42px;
                line-height: 24px;
                display: inline-block;
                font-weight: 700;
                color: #0b2341;
                margin-left: 15px;
            }

            .counts .count-box p {
                padding: 30px 0 0 0;
                margin: 0;
                font-family: "Raleway", sans-serif;
                font-size: 14px;
            }

            .counts .count-box a {
                font-weight: 600;
                display: block;
                margin-top: 20px;
                color: #164682;
                font-size: 15px;
                font-family: "Poppins", sans-serif;
                transition: ease-in-out 0.3s;
            }

                .counts .count-box a:hover {
                    color: #2169c4;
                }


    /*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/

    .why-us {
        padding: 0;
    }

        .why-us .content {
            padding: 60px 100px 0 100px;
        }

            .why-us .content h3 {
                font-weight: 400;
                font-size: 34px;
                color: #d30029;
            }

            .why-us .content h4 {
                font-size: 20px;
                font-weight: 700;
                margin-top: 5px;
            }

            .why-us .content p {
                font-size: 15px;
                color: #848484;
            }

        .why-us .video-box {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            min-height: 400px;
            position: relative;
        }

        .why-us .accordion-list {
            padding: 0 100px 60px 100px;
        }

            .why-us .accordion-list ul {
                padding: 0;
                list-style: none;
            }

            .why-us .accordion-list li + li {
                margin-top: 15px;
            }

            .why-us .accordion-list li {
                padding: 20px;
                background: #fff;
                border-radius: 4px;
            }

            .why-us .accordion-list a {
                display: block;
                position: relative;
                font-family: "Poppins", sans-serif;
                font-size: 16px;
                line-height: 24px;
                font-weight: 500;
                padding-right: 30px;
                outline: none;
                color: #0b2341;
                cursor: pointer;
            }

            .why-us .accordion-list span {
                color: #d30029;
                font-weight: 600;
                font-size: 18px;
                padding-right: 10px;
            }

            .why-us .accordion-list i {
                font-size: 24px;
                position: absolute;
                right: 0;
                top: 0;
            }

            .why-us .accordion-list p {
                margin-bottom: 0;
                padding: 10px 0 0 0;
            }

            .why-us .accordion-list .icon-show {
                display: none;
            }

            .why-us .accordion-list a.collapsed {
                color: #0b2341;
            }

                .why-us .accordion-list a.collapsed:hover {
                    color: #d30029;
                }

                .why-us .accordion-list a.collapsed .icon-show {
                    display: inline-block;
                }

                .why-us .accordion-list a.collapsed .icon-close {
                    display: none;
                }

        .why-us .play-btn {
            width: 94px;
            height: 94px;
            background: radial-gradient(#d30029 50%, rgba(237, 80, 46, 0.4) 52%);
            border-radius: 50%;
            display: block;
            position: absolute;
            left: calc(50% - 47px);
            top: calc(50% - 47px);
            overflow: hidden;
        }

            .why-us .play-btn::after {
                content: "";
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translateX(-40%) translateY(-50%);
                width: 0;
                height: 0;
                border-top: 10px solid transparent;
                border-bottom: 10px solid transparent;
                border-left: 15px solid #fff;
                z-index: 100;
                transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
            }

            .why-us .play-btn::before {
                content: "";
                position: absolute;
                width: 120px;
                height: 120px;
                -webkit-animation-delay: 0s;
                animation-delay: 0s;
                -webkit-animation: pulsate-btn 2s;
                animation: pulsate-btn 2s;
                -webkit-animation-direction: forwards;
                animation-direction: forwards;
                -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
                -webkit-animation-timing-function: steps;
                animation-timing-function: steps;
                opacity: 1;
                border-radius: 50%;
                border: 5px solid rgba(237, 80, 46, 0.7);
                top: -15%;
                left: -15%;
                background: rgba(198, 16, 0, 0);
            }

            .why-us .play-btn:hover::after {
                border-left: 15px solid #d30029;
                transform: scale(20);
            }

            .why-us .play-btn:hover::before {
                content: "";
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translateX(-40%) translateY(-50%);
                width: 0;
                height: 0;
                border: none;
                border-top: 10px solid transparent;
                border-bottom: 10px solid transparent;
                border-left: 15px solid #fff;
                z-index: 200;
                -webkit-animation: none;
                animation: none;
                border-radius: 0;
            }

    @-webkit-keyframes pulsate-btn {
        0% {
            transform: scale(0.6, 0.6);
            opacity: 1;
        }

        100% {
            transform: scale(1, 1);
            opacity: 0;
        }
    }

    @keyframes pulsate-btn {
        0% {
            transform: scale(0.6, 0.6);
            opacity: 1;
        }

        100% {
            transform: scale(1, 1);
            opacity: 0;
        }
    }


    /*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/


    /*--------------------------------------------------------------
# Apply Section
--------------------------------------------------------------*/

    .apply-section {
        background-color: rgb(194 196 219 / 13%);
        margin-bottom: 80px;
        padding: 80px 0;
    }

        .apply-section h2 {
            font-weight: 700;
            color: #d30029;
            text-transform: uppercase;
        }

        .apply-section p {
            font-size: 20px;
            font-weight: 300;
            line-height: 41px;
            margin-bottom: 0;
        }

    .apply-cont {
        max-width: 960px;
        margin: 0 auto;
    }

    .tm-list-cont {
        max-width: 700px;
        margin-left: auto;
        padding-left: 50px;
        padding-right: 20px;
    }

    .tm-list-sec-2 {
        background-color: #daedeb;
        padding: 0;
    }

    .tm-list-cont-2 {
        /*    max-width: 900px;*/
        /*    margin-left: auto;*/
        padding-left: 50px;
        padding-right: 20px;
    }

    ul.services_text li {
        font-size: 20px;
        list-style: none;
        margin-bottom: 10px;
    }

    ul.services_text {
        /* padding-left: 0;*/
    }

        ul.services_text i {
            color: var(--primary-color);
            line-height: 22px;
            vertical-align: middle;
            margin-right: 7px;
            margin-left: -33px;
        }

    .tm-reg-img {
        width: 100%;
    }

    .section-tt-ctm h2 {
        font-weight: 700;
        color: #d30029;
    }

    .ctm-list-cols {
        line-height: 2;
        column-count: 2;
        color: #000;
    }


    /*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

    .portfolio #portfolio-flters {
        padding: 0;
        margin: 0 auto 25px auto;
        list-style: none;
        text-align: center;
        border-radius: 50px;
    }

        .portfolio #portfolio-flters li {
            cursor: pointer;
            display: inline-block;
            padding: 10px 15px;
            font-size: 14px;
            font-weight: 600;
            line-height: 1;
            text-transform: uppercase;
            color: #0b2341;
            margin-bottom: 5px;
            transition: all 0.3s ease-in-out;
        }

            .portfolio #portfolio-flters li:hover,
            .portfolio #portfolio-flters li.filter-active {
                color: #d30029;
            }

            .portfolio #portfolio-flters li:last-child {
                margin-right: 0;
            }

    .portfolio .portfolio-item {
        margin-bottom: 30px;
    }

        .portfolio .portfolio-item .portfolio-info {
            opacity: 0;
            position: absolute;
            left: 30px;
            right: 30px;
            bottom: 0;
            z-index: 3;
            transition: all ease-in-out 0.3s;
            background: rgba(255, 255, 255, 0.9);
            padding: 15px;
        }

            .portfolio .portfolio-item .portfolio-info h4 {
                font-size: 18px;
                color: #fff;
                font-weight: 600;
                color: #0b2341;
            }

            .portfolio .portfolio-item .portfolio-info p {
                color: #1a5298;
                font-size: 14px;
                margin-bottom: 0;
            }

            .portfolio .portfolio-item .portfolio-info .preview-link,
            .portfolio .portfolio-item .portfolio-info .details-link {
                position: absolute;
                right: 40px;
                font-size: 24px;
                top: calc(50% - 18px);
                color: #123a6d;
            }

                .portfolio .portfolio-item .portfolio-info .preview-link:hover,
                .portfolio .portfolio-item .portfolio-info .details-link:hover {
                    color: #d30029;
                }

            .portfolio .portfolio-item .portfolio-info .details-link {
                right: 10px;
            }

        .portfolio .portfolio-item .portfolio-links {
            opacity: 0;
            left: 0;
            right: 0;
            text-align: center;
            z-index: 3;
            position: absolute;
            transition: all ease-in-out 0.3s;
        }

            .portfolio .portfolio-item .portfolio-links a {
                color: #fff;
                margin: 0 2px;
                font-size: 28px;
                display: inline-block;
                transition: 0.3s;
            }

                .portfolio .portfolio-item .portfolio-links a:hover {
                    color: #f59f8c;
                }

        .portfolio .portfolio-item:hover .portfolio-info {
            opacity: 1;
            bottom: 20px;
        }


    /*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/

    .portfolio-details {
        padding-top: 40px;
    }

        .portfolio-details .portfolio-details-slider img {
            width: 100%;
        }

        .portfolio-details .portfolio-details-slider .swiper-pagination {
            margin-top: 20px;
            position: relative;
        }

            .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
                width: 12px;
                height: 12px;
                background-color: #fff;
                opacity: 1;
                border: 1px solid #d30029;
            }

            .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
                background-color: #d30029;
            }

        .portfolio-details .portfolio-info {
            padding: 30px;
            box-shadow: 0px 0 30px rgba(11, 35, 65, 0.08);
        }

            .portfolio-details .portfolio-info h3 {
                font-size: 22px;
                font-weight: 700;
                margin-bottom: 20px;
                padding-bottom: 20px;
                border-bottom: 1px solid #eee;
            }

            .portfolio-details .portfolio-info ul {
                list-style: none;
                padding: 0;
                font-size: 15px;
            }

                .portfolio-details .portfolio-info ul li + li {
                    margin-top: 10px;
                }

        .portfolio-details .portfolio-description {
            padding-top: 30px;
        }

            .portfolio-details .portfolio-description h2 {
                font-size: 26px;
                font-weight: 700;
                margin-bottom: 20px;
            }

            .portfolio-details .portfolio-description p {
                padding: 0;
            }


    /*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

    .team .member {
        text-align: center;
        margin-bottom: 20px;
        background: #343a40;
        position: relative;
        overflow: hidden;
    }

        .team .member .member-info {
            opacity: 0;
            position: absolute;
            bottom: 0;
            top: 0;
            left: 0;
            right: 0;
            transition: 0.2s;
        }

        .team .member .member-info-content {
            position: absolute;
            left: 50px;
            right: 0;
            bottom: 0;
            transition: bottom 0.4s;
        }

            .team .member .member-info-content h4 {
                font-weight: 700;
                margin-bottom: 2px;
                font-size: 18px;
                color: #fff;
            }

            .team .member .member-info-content span {
                font-style: italic;
                display: block;
                font-size: 13px;
                color: #fff;
            }

        .team .member .social {
            position: absolute;
            left: -50px;
            top: 0;
            bottom: 0;
            width: 50px;
            transition: left ease-in-out 0.3s;
            background: rgba(11, 35, 65, 0.5);
            text-align: center;
        }

            .team .member .social a {
                transition: color 0.3s;
                display: block;
                color: #fff;
                margin-top: 15px;
            }

                .team .member .social a:hover {
                    color: #d30029;
                }

            .team .member .social i {
                font-size: 18px;
                margin: 0 2px;
            }

        .team .member:hover .member-info {
            background: linear-gradient(0deg, rgba(11, 35, 65, 0.9) 0%, rgba(11, 35, 65, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
            opacity: 1;
            transition: 0.4s;
        }

        .team .member:hover .member-info-content {
            bottom: 30px;
            transition: bottom 0.4s;
        }

        .team .member:hover .social {
            left: 0;
            transition: left ease-in-out 0.3s;
        }


    /*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/


    /*bUTTON*/
    .tb1 {
        background-color: #e8e8e8;
    }

    .tb2 {
        background-color: var(--blacK);
    }

    .tb3 {
        background-color: var(--primary-color);
    }

    .ctm-box {
        background-color: rgb(255, 255, 255);
        border: 1px solid var(--blacK);
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        padding: 0;
        margin-bottom: 40px;
        border-radius: 10px;
        overflow: hidden;
    }

        .ctm-box:hover {
            background-color: var(--primary-color) !important;
            color: #111;
        }

        .ctm-box .ctm-top-box {
            padding-bottom: 15px;
            border-bottom: 1px solid #dedede;
            margin-bottom: 20px;
            text-align: center;
            padding: 40px 20px 10px 20px;
        }

            .ctm-box .ctm-top-box .start-now {
                padding: 5px 10px 5px 10px;
                color: #000;
                margin-bottom: 0;
                margin-top: 10px;
            }

    .tb2 h4 {
        color: var(--primary-color) !important;
    }

    .ctm-box .ctm-mid {
        padding: 20px;
    }

    .ctm-box .tb3 .price-box h2 {
        color: var(--white);
    }

    .ctm-box .ctm-top-box h4 {
        /* font-size: calc( 14px + (18 - 14) * (100vw - 320px) / (1920 - 320)); */
        font-size: 22px;
        font-weight: 600;
        text-transform: uppercase;
        color: var(--dark-color);
        margin-bottom: 0;
        padding: 0;
        line-height: 1;
    }

    .ctm-box .ctm-top-box p {
        font-size: 16px;
        font-weight: 400;
        color: #6c6b6b;
        margin-bottom: 5px;
    }

    .ctm-box:hover .ctm-list li::before {
        color: #fff;
    }

    .ctm-box .price-box {
        margin-bottom: 20px;
        text-align: center;
        position: relative;
    }

        .ctm-box .price-box h2 {
            /* font-size: 44px; */
            font-size: calc( 20px + (44 - 20) * (100vw - 320px) / (1920 - 320));
            font-weight: 600;
            color: var(--primary-color);
            margin: 0;
            position: relative;
        }

    .ctm-box:hover .price-box h2 {
        color: #002047;
    }

    .ctm-box .price-box p {
        font-size: 20px;
        font-weight: 500;
        color: #555555;
        margin: 0;
    }

        .ctm-box .price-box p s {
            position: absolute;
            top: 16px;
            right: 0;
        }

    .ctm-box:hover .ctm-top-box p {
        color: #fff;
    }

    .ctm-box:hover .price-box p {
        color: #fff;
    }

    .ctm-box .ctm-list {
        padding: 0;
        height: 280px;
        overflow-y: auto;
        scroll-behavior: smooth;
    }

    .slide-tabs .seller-box {
        padding: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .slide-tabs .seller-box .testi-profile {
            text-align: center;
        }

    .ctm-box .ctm-list li {
        list-style: none;
        position: relative;
        font-size: 13px;
        font-weight: 400;
        color: #939292;
        margin-bottom: 10px;
        padding-left: 18px;
    }

    .ctm-box h6 {
        font-size: calc(12px + (18 - 12) * (100vw - 320px) / (1920 - 320));
        color: var(--primary-color);
        font-weight: 500;
    }

    .ctm-box:hover h6 {
        color: var(--white);
    }

    .ctm-box .freebee {
        background-color: var(--primary-color);
        text-align: center;
        width: 200px;
        padding: 10px 30px;
        border: 2px solid transparent;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        margin-bottom: 20px;
        color: var(--white);
        transition: 0.2s;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -ms-transition: 0.2s;
        -o-transition: 0.2s;
    }

    .ctm-box:hover .freebee {
        background-color: var(--white);
        color: var(--primary-color);
    }

    .ctm-box b {
        font-size: 14px;
        margin: 20px 0;
    }

    .ctm-box:hover b {
        color: var(--white);
    }

    .ctm-box h6:hover {
        text-decoration: underline;
    }

    .ctm-box:hover li {
        color: #fff;
    }

    .ctm-box .ctm-list li::before {
        content: "\f111";
        font-family: "FontAwesome";
        font-size: 9px;
        position: absolute;
        left: 0;
        top: 3px;
        color: #939292;
        margin-bottom: 10px;
    }

    .ctm-box .final-file {
        padding: 10px 0;
        border-top: 1px solid #dedede;
        border-bottom: 1px solid #dedede;
        display: flex;
        align-items: center;
    }

        .ctm-box .final-file span {
            font-size: 15px;
            font-weight: 600;
            color: #131313;
        }

    .ctm-box:hover .final-file span {
        color: #fff;
    }

    .ctm-box .final-file img {
        width: 100%;
    }

    .ctm-btn {
        display: flex;
        justify-content: center;
    }

        .ctm-btn .bord-btn {
            padding: 10px 22px;
            letter-spacing: .4px;
            text-decoration: none !important;
            outline: none;
            border-radius: 13px;
            color: #000;
            transition: all .5s ease-out;
            font-weight: 600;
            font-size: 14px;
            text-transform: uppercase;
            background: #fdcf09;
        }

    #style-9::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #F5F5F5;
    }

    #style-9::-webkit-scrollbar {
        width: 5px;
        background-color: #F5F5F5;
        height: 150px;
        min-height: 100px;
    }

    #style-9::-webkit-scrollbar-thumb {
        background-color: var(--primary-color);
        background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent)
    }

    .ctm-box:hover .ctm-btns .ctm-btn1 .bord-btn {
        border: 2px solid #fff;
        background-color: #fff;
        color: #bb0b0b;
    }

    .ctm-box .ctm-btns .ctm-btn label {
        font-size: 13px;
        color: var(--primary-color);
        margin-top: 5px;
        padding: 0;
    }

    .ctm-box:hover .ctm-btns .ctm-btn label {
        color: #fff;
    }

    .ctm-box:hover .ctm-btn img {
        filter: brightness(0) saturate(100%) invert(100%) sepia(16%) saturate(7439%) hue-rotate(209deg) brightness(125%) contrast(108%);
    }

    .ctm-btns .ctm-btn .cht-tab {
        font-size: 15px;
        font-weight: 600;
        color: var(--primary-color);
        line-height: 1;
        margin: 0;
        padding: 0;
    }

    .ctm-box:hover .ctm-btns .ctm-btn .cht-tab {
        color: #fff;
    }


    /* Pricing Tab style End */


    /* want Section style Start */

    .want-sec {
        background-image: url(../../assets/images/testimonail-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        position: relative;
        padding: 120px 0;
    }

        .want-sec .blue-shape img {
            width: 100%;
            margin-top: 0;
            margin-bottom: 30px;
        }

        .want-sec h2 {
            font-size: calc( 26px + (63 - 26) * (100vw - 320px) / (1920 - 320));
            /* font-size: 63px; */
            font-weight: bold;
            color: var(--blacktitle);
            margin-bottom: 10px;
        }

        .want-sec p {
            font-size: 16px;
            font-weight: 400;
            color: #fff;
            margin-bottom: 10px;
        }

        .want-sec .testi-box {
            margin-bottom: 30px;
            position: relative;
            padding: 30px;
            margin-top: 30px;
            /* max-width: 750px; */
            max-width: 1200px;
            margin: 0 auto;
        }

    .testi-box .testi-profile {
        max-width: 300px;
        margin: 0 auto;
    }

    .pro-img {
        position: relative;
        /* width: 180px;
    height:180px; */
        max-width: 100px;
        margin: 0 auto;
    }

        .pro-img::before {
            content: "\f10d";
            font-size: 20px;
            color: var(--blacK);
            background-color: var(--primary-color);
            font-family: "FontAwesome";
            position: absolute;
            top: 43px;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border: 0;
            border-radius: 50%;
            right: -10px;
            z-index: 99;
        }

        .pro-img img {
            width: 80px;
            height: 80px;
            margin: 0 auto;
        }

    .profile-text {
        margin-top: 10px;
    }

        .profile-text .name {
            display: block;
            font-size: 20px;
            color: #1d1616;
            font-weight: 400;
        }

        .profile-text .designation {
            display: block;
            font-size: 12px;
            color: #1d1616;
            font-weight: 400;
            text-transform: uppercase;
        }

    .want-sec .testi-box::before {
        content: "";
        background-image: url('../../assets/img/icons/testi-box-before.png');
        background-repeat: no-repeat;
        width: 90px;
        height: 60px;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        z-index: 1;
    }

    .want-sec .testi-box p {
        font-size: 20px;
        font-weight: 400;
        font-style: italic;
        line-height: 28px;
        padding: 30px;
        padding-bottom: 10px;
        color: #333030;
        max-width: 750px;
        margin: 0 auto;
    }

    .want-sec .testi-box .stars-icon {
        /* text-align: center;
    margin: 0 auto; */
        padding-bottom: 15px;
        display: flex;
        /* justify-content: center; */
    }

    .want-sec .testi-box span {
        /* position: absolute; */
        font-size: 19px;
        font-weight: 500;
        color: var(--primary-color);
    }


    /* want Section style End */


    /* Industry Section style Start */

    .great-books-sec {
        background-image: url('../../assets/images/great-bg.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        /* min-height: 1060px; */
        width: 100%;
        padding: 120px 0;
    }

        .great-books-sec span {
            font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
            font-weight: 500;
            color: var(--primary-color);
            position: relative;
        }

        .great-books-sec h4 {
            font-size: calc(22px + (28 - 20) * (100vw - 320px) / (1920 - 320));
            font-weight: bold;
            color: var(--white);
            padding-bottom: 10px;
            position: relative;
        }

        .great-books-sec p {
            color: var(--white);
            font-size: calc(12px + (17 - 12) * (100vw - 320px) / (1920 - 320));
            font-weight: 400;
            margin-bottom: 30px;
        }


    /* Industry Section style End */


    /*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/


    /*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/



    /*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/


    /*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

    #footer {
        background: #04040e;
        padding: 70px 0 30px 0;
        color: #fff;
        font-size: 14px;
    }


        /* #footer {
    margin-top: -150px;
} */

        #footer .social-links a {
            font-size: 18px;
            display: inline-block;
            color: #fff;
            line-height: 1;
            padding: 8px 0;
            margin-right: 4px;
            border-radius: 4px;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
            background: #0a1e38;
        }

            #footer .social-links a:hover {
                color: #fff;
                background: var(--primary-color);
                text-decoration: none;
            }

        #footer h4 {
            /* font-size: 20px; */
            font-size: calc( 15px + (20 - 15) * (100vw - 320px) / (1920 - 320));
            font-weight: 500;
            color: var(--footertitle);
            position: relative;
            padding-bottom: 20px;
        }

        #footer .footer-links {
            margin-bottom: 30px;
        }

            #footer .footer-links ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #footer .footer-links ul i {
                    padding-right: 2px;
                    color: #d30029;
                    font-size: 18px;
                    line-height: 1;
                }

                #footer .footer-links ul li {
                    padding: 10px 0;
                    display: flex;
                    align-items: center;
                    font-size: calc( 12px + (15 - 12) * (100vw - 320px) / (1920 - 320));
                    font-weight: 400;
                }

    .social-link {
        padding: 0;
        margin-bottom: 25px;
        display: flex;
        margin-top: 0;
    }

        .social-link li {
            list-style: none;
            width: 40px;
            height: 40px;
            background-image: url('../../assets/img/icons/social-bg.png');
            width: 40px;
            height: 40px;
            background-repeat: no-repeat;
            display: flex;
            text-align: center;
            justify-content: center;
            align-items: center;
            margin-right: 10px;
        }

        .social-link .clr-2 {
            background-color: #1da1f2;
        }

        .social-link .clr-3 {
            background-color: #f13631;
        }

        .social-link li a {
            color: var(--white);
        }

    #footer .privacy-list {
        padding: 0;
        display: flex;
    }

        #footer .privacy-list li {
            list-style: none;
            margin-right: 10px;
            font-size: 14px;
        }

            #footer .privacy-list li a {
                color: var(--footercolor2);
                padding-right: 10px;
                border-right: 1px solid var(--footercolor2);
            }

    #footer .copyright {
        padding: 0;
        font-size: calc( 10px + (14 - 10) * (100vw - 320px) / (1920 - 320));
        font-weight: 400;
        color: #ceb7b7;
        margin-bottom: 10px;
    }

    #footer .footer-text {
        padding: 0;
        font-size: calc( 10px + (14 - 10) * (100vw - 320px) / (1920 - 320));
        font-weight: 400;
        color: #707070;
        margin-bottom: 10px;
    }


    #footer .footer-bottom {
        border-bottom: 1px solid #6655556e;
        padding-bottom: 30px;
        margin-bottom: 20px;
    }




    /*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*/

    .nav-pills-custom .nav-link {
        color: #000;
        background: #fff;
        position: relative;
    }


        /*.nav-pills-custom .nav-link.active {
    color: #45b649;
    background: #fff;
}
*/

        .nav-pills-custom .nav-link.active {
            color: #ffffff;
            background: #d30029;
        }


    /* Add indicator arrow for the active tab */

    @media (min-width: 992px) {
        .nav-pills-custom .nav-link::before {
            content: '';
            display: block;
            border-top: 8px solid transparent;
            border-left: 10px solid #d30029;
            border-bottom: 8px solid transparent;
            position: absolute;
            top: 50%;
            right: -10px;
            transform: translateY(-50%);
            opacity: 0;
        }
    }

    .nav-pills-custom .nav-link.active::before {
        opacity: 1;
    }

    .tab-content h4 {
        color: #d30029;
        margin-bottom: 12PX;
        font-weight: 700;
    }

    .bg-light-green {
        background-color: #daedeb;
    }

    .error-field {
        border-color: red !important;
    }

    .iti {
        width: 100%;
    }

    .book-tab-list {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 5px 10px;
        width: 100%;
        position: relative;
    }

        .book-tab-list::before {
            content: "";
            width: 100%;
            height: 1px;
            background-color: #ffffff75;
            position: absolute;
            bottom: 20px;
        }

        .book-tab-list > li {
            padding: 0 10px;
            display: inline-block;
            margin-bottom: 15px;
        }

            .book-tab-list > li a {
                font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
                padding: 12px 9px;
                background-color: transparent;
                display: inline-block;
                color: var(--white);
                transition: all 0.35s ease-in-out;
                font-weight: 400;
                text-transform: capitalize;
            }


    /* About Page Css Start */

    .inner-banner {
        height: 680px;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 99px;
    }

        .inner-banner h3 {
            font-size: calc( 24px + (66 - 24) * (100vw - 320px) / (1920 - 320));
            text-transform: uppercase;
            font-weight: 500;
            color: #fff;
        }

        .inner-banner h4 {
            font-size: calc( 22px + (43 - 22) * (100vw - 320px) / (1920 - 320));
            text-transform: uppercase;
            font-weight: 400;
            color: #fff;
            margin-bottom: 10px;
        }

        .inner-banner h6 {
            font-size: calc( 18px + (31 - 18) * (100vw - 320px) / (1920 - 320));
            font-weight: 300;
            color: #fdfdfd;
            margin-bottom: 25px;
        }

        .inner-banner h5 {
            display: inline-block;
            text-transform: uppercase;
            background-color: var(--primary-color);
            color: #fff;
            margin: 0;
            font-size: calc( 17px + (24 - 17) * (100vw - 320px) / (1920 - 320));
            font-weight: 700;
            padding: 5px 20px 5px 5px;
            border: 0;
            border-radius: 0 30px 30px 0;
            -webkit-border-radius: 0 30px 30px 0;
            -moz-border-radius: 0 30px 30px 0;
            -ms-border-radius: 0 30px 30px 0;
            -o-border-radius: 0 30px 30px 0;
        }

        .inner-banner .trans-bg {
            display: inline-block;
            text-transform: uppercase;
            background-color: transparent;
            color: #fff;
            margin: 0;
            font-size: calc( 20px + (24 - 20) * (100vw - 320px) / (1920 - 320));
            font-weight: 700;
            padding: 5px 20px 5px 5px;
            border: 0;
            border-radius: 0 30px 30px 0;
            -webkit-border-radius: 0 30px 30px 0;
            -moz-border-radius: 0 30px 30px 0;
            -ms-border-radius: 0 30px 30px 0;
            -o-border-radius: 0 30px 30px 0;
        }

        .inner-banner p {
            display: flex;
            font-size: calc( 10px + (15 - 10) * (100vw - 320px) / (1920 - 320));
            font-weight: 500;
            color: #fdfdfd;
            margin-top: 5px;
        }

        .inner-banner .yelo {
            color: #ffcc01;
        }

            .inner-banner .yelo:hover {
                color: #ffcc01;
                text-decoration: none;
            }



    .terminal-sec {
        position: relative;
        padding: 100px 0;
    }

        .terminal-sec h4 {
            font-size: calc( 18px + (31 - 18) * (100vw - 320px) / (1920 - 320));
            color: var(--dark-color);
            font-weight: 600;
            margin-bottom: 20px;
        }

        .terminal-sec span {
            display: inline-block;
            background-color: var(--primary-color);
            font-size: calc( 12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
            color: #ffffff;
            font-weight: 600;
            padding: 10px 30px;
            margin-bottom: 40px;
        }

        .terminal-sec p {
            font-size: calc( 12px + (15 - 12) * (100vw - 320px) / (1920 - 320));
            font-weight: 300;
            color: var(--font-color);
            line-height: 26px;
        }

    .faqs-sec {
        position: relative;
        background-color: var(--colorbg1);
        padding-bottom: 80px;
        padding-top: 60px;
    }

    .fqbg {
        padding-top: 100px;
        padding-bottom: 60px;
        background-color: var(--colorbg1);
    }

    .faq-top {
        max-width: 1050px;
        margin: 0 auto;
        display: flex;
        align-items: center;
    }

        .faq-top h3 {
            font-size: calc( 20px + (34 - 20) * (100vw - 320px) / (1920 - 320));
            font-weight: 600;
            color: var(--primary-color);
        }

        .faq-top .faq-redbg {
            background-color: var(--primary-color);
            margin-left: 50px;
            padding: 10px 20px;
            position: relative;
        }

            .faq-top .faq-redbg::before {
                content: "";
                width: 0;
                height: 0;
                border-top: 92px solid var(--primary-color);
                border-left: 60px solid transparent;
                position: absolute;
                left: -59px;
                top: 0;
            }

            .faq-top .faq-redbg p {
                color: #fff;
                font-size: calc( 12px + (21 - 12) * (100vw - 320px) / (1920 - 320));
                margin: 0;
            }

            .faq-top .faq-redbg span {
                font-size: calc( 18px + (24 - 18) * (100vw - 320px) / (1920 - 320));
                font-weight: 600;
                color: #fff;
            }

            .faq-top .faq-redbg a {
                font-size: calc( 18px + (24 - 18) * (100vw - 320px) / (1920 - 320));
                color: #fff;
                font-weight: 600;
            }

    .faqs-sec .accordion {
        margin: 0 auto;
        max-width: 850px;
    }

        .faqs-sec .accordion .accordion-item {
            border-radius: 15px;
            background-color: rgb(255, 255, 255);
            box-shadow: 0px 0px 3px 0px rgba(18, 21, 23, 0.23);
            margin-bottom: 14px;
        }

            .faqs-sec .accordion .accordion-item .accordion-button {
                border-radius: 15px;
                background-color: rgb(255, 255, 255);
                box-shadow: 0px 0px 3px 0px rgba(18, 21, 23, 0.23);
                font-size: calc( 15px + (21 - 15) * (100vw - 320px) / (1920 - 320));
                font-weight: 600;
                color: #585858;
            }

            .faqs-sec .accordion .accordion-item .accordion-body {
                font-size: calc( 12px + (15 - 12) * (100vw - 320px) / (1920 - 320));
                padding: 20px 25px;
                color: #a6a5a5;
            }

    .abtsp {
        padding-bottom: 370px;
    }

    .grauntee-sec {
        padding: 80px 0;
    }

        .grauntee-sec h3 {
            font-size: calc( 18px + (31 - 18) * (100vw - 320px) / (1920 - 320));
            color: #063760;
            font-weight: 600;
            margin-bottom: 50px;
        }

        .grauntee-sec p {
            font-size: calc( 12px + (15 - 12) * (100vw - 320px) / (1920 - 320));
            color: #a6a5a5;
            font-weight: 300;
            margin-bottom: 20px;
        }


    /* About Page Css End*/


    /* Services Page Css Start*/

    .red-btn {
        background-color: var(--primary-color);
        font-size: calc( 12px + (19 - 12) * (100vw - 320px) / (1920 - 320));
        font-weight: 600;
        color: var(--white);
        padding: 12px 40px;
        border: 0;
        border-radius: 28px;
        -webkit-border-radius: 28px;
        -moz-border-radius: 28px;
        -ms-border-radius: 28px;
        -o-border-radius: 28px;
        margin-top: 20px;
        position: relative;
        top: 30px;
    }

        .red-btn:hover {
            text-decoration: none;
            color: var(--white);
        }


    /* Services Page Css End*/


    /* Copyright Page Css start*/

    .copyright-sec {
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 450px;
        padding: 90px 0;
        width: 100%;
        position: relative;
    }

        .copyright-sec h3 {
            font-size: calc( 18px + (31 - 18) * (100vw - 320px) / (1920 - 320));
            color: var(--dark-color);
            font-weight: 600;
            margin-bottom: 10px;
        }

        .copyright-sec h6 {
            font-size: calc( 12px + (20 - 18) * (100vw - 320px) / (1920 - 320));
            color: #383838;
            font-weight: 600;
            margin-bottom: 45px;
            line-height: 26px;
        }

        .copyright-sec p {
            font-size: calc( 12px + (15 - 12) * (100vw - 320px) / (1920 - 320));
            color: #111;
            font-weight: 400;
            margin-bottom: 20px;
            line-height: 28px;
        }

    .copy-list {
        padding: 0;
    }

        .copy-list li {
            list-style: none;
            font-size: calc( 10px + (15 - 10) * (100vw - 320px) / (1920 - 320));
            position: relative;
            display: block;
            padding-left: 25px;
            margin-bottom: 20px;
        }

            .copy-list li a {
                color: #57626c;
                font-weight: 500;
            }

            .copy-list li::before {
                content: "\f30b";
                font-family: "FontAwesome";
                color: #ed7160;
                font-size: 18px;
                top: -3px;
                position: absolute;
                left: 0;
            }


    /* Copyright Page Css End*/


    /* contact  Page Css Start*/

    .contact-sec {
        padding: 100px 0;
        position: relative;
    }

        .contact-sec .contact-box {
            text-align: center;
            margin-bottom: 30px;
        }

            .contact-sec .contact-box .contact-icon i {
                color: var(--primary-color);
                font-size: 35px;
                margin-bottom: 10px;
            }

            .contact-sec .contact-box .contact-text span {
                display: block;
                font-size: 20px;
                font-weight: 600;
            }

            .contact-sec .contact-box .contact-text p {
                font-size: 16px;
                font-weight: 400;
                margin-bottom: 10px;
                color: var(--secondary-color);
            }

    .touch-sec {
        background-color: #f7fbfd;
        padding: 80px 0;
    }

        .touch-sec input {
            width: 100%;
            height: 50px;
            background-color: #fff;
            border: 1px solid #989898;
            margin-bottom: 15px;
            padding: 12px;
            border-radius: 12px;
            -webkit-border-radius: 12px;
            -moz-border-radius: 12px;
            -ms-border-radius: 12px;
            -o-border-radius: 12px;
        }

        .touch-sec textarea {
            width: 100%;
            height: 180px;
            background-color: #fff;
            border: 1px solid #989898;
            border-radius: 12px;
            -webkit-border-radius: 12px;
            -moz-border-radius: 12px;
            -ms-border-radius: 12px;
            -o-border-radius: 12px;
            padding: 20px;
        }


    /* contact  Page Css End*/


    /* Amazon Page Css Start*/

    .develop-sec {
        background-color: var(--colorbg1);
        padding: 90px 0;
    }

        .develop-sec h3 {
            font-size: calc( 18px + (31 - 18) * (100vw - 320px) / (1920 - 320));
            color: var(--dark-color);
            font-weight: 600;
            margin-bottom: 50px;
            padding-bottom: 70px;
        }

        .develop-sec .devlop-box {
            border-radius: 25px;
            background-color: rgb(255, 255, 255);
            box-shadow: 0px 0px 13px 0px rgba(106, 189, 247, 0.26);
            padding: 20px 30px;
            position: relative;
            margin-bottom: 30px;
            min-height: 270px;
        }

            .develop-sec .devlop-box::before {
                content: "";
                width: 1px;
                height: 170px;
                background-color: var(--primary-color);
                position: absolute;
                left: 20px;
                top: 0;
            }

            .develop-sec .devlop-box span {
                font-size: calc( 12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
                color: #1c1c1c;
                font-weight: 600;
                margin-bottom: 15px;
            }

            .develop-sec .devlop-box p {
                font-size: calc( 12px + (15 - 12) * (100vw - 320px) / (1920 - 320));
                color: #a6a5a5;
                font-weight: 300;
                margin-bottom: 10px;
                margin-top: 10px;
            }

    #dev-top {
        position: relative;
        top: -50px;
    }

    .protect-sec {
        position: relative;
        padding: 90px 0;
    }

    .blue-title {
        font-size: calc( 18px + (31 - 18) * (100vw - 320px) / (1920 - 320));
        color: var(--dark-color);
        font-weight: 600;
        margin-bottom: 20px;
    }

    .protect-sec .prot-box {
        margin-bottom: 35px;
        padding-bottom: 5px;
        border-bottom: 1px dashed #000;
    }

        .protect-sec .prot-box h6 {
            font-size: calc( 12px + (18 - 12) * (100vw - 320px) / (1920 - 320));
            font-weight: 600;
            color: #1c1c1c;
            padding-bottom: 10px;
        }

        .protect-sec .prot-box p {
            font-size: calc( 12px + (15 - 12) * (100vw - 320px) / (1920 - 320));
            color: #a6a5a5;
            font-weight: 300;
            margin-bottom: 20px;
        }

    .detail {
        font-size: calc( 12px + (15 - 12) * (100vw - 320px) / (1920 - 320));
        color: #a6a5a5;
        font-weight: 300;
        margin-bottom: 20px;
    }

    .providing-sec {
        padding: 100px 0;
        background-color: var(--colorbg1);
    }

        .providing-sec h6 {
            font-size: calc( 12px + (18 - 12) * (100vw - 320px) / (1920 - 320));
            color: #4b4a4a;
            font-weight: 400;
            margin-bottom: 20px;
        }

        .providing-sec .proactive-box {
            border-radius: 25px;
            background-color: rgb(255, 255, 255);
            box-shadow: 0px 0px 13px 0px rgba(106, 189, 247, 0.26);
            padding: 25px 18px;
            margin-bottom: 25px;
        }

            .providing-sec .proactive-box .pro-icon {
                margin-bottom: 10px;
            }

            .providing-sec .proactive-box .pro-text span {
                font-size: calc( 12px + (18 - 12) * (100vw - 320px) / (1920 - 320));
                color: var(--secondary-color);
                font-weight: 600;
                margin-bottom: 20px;
            }

            .providing-sec .proactive-box .pro-text p {
                font-size: calc( 12px + (15 - 12) * (100vw - 320px) / (1920 - 320));
                color: #a6a5a5;
                font-weight: 400;
                margin-bottom: 20px;
                margin-top: 12px;
            }

    .join-brands-sec {
        padding: 80px 0;
        position: relative;
    }

        .join-brands-sec img {
            width: 100%;
        }


    /* Amazon Page Css End*/


    /* Web Development Page Css Start*/

    .web-develop-sec {
        padding: 100px 0;
        position: relative;
        background-color: #fff;
    }

        .web-develop-sec h5 {
            font-size: calc( 20px + (31 - 20) * (100vw - 320px) / (1920 - 320));
            font-weight: 600;
            color: var(--primary-color);
            margin: 0;
        }

        .web-develop-sec h4 {
            font-size: calc( 26px + (49 - 26) * (100vw - 320px) / (1920 - 320));
            font-weight: 600;
            color: var(--primary-color);
        }

        .web-develop-sec .develop-list {
            padding: 0;
        }

            .web-develop-sec .develop-list li {
                list-style: none;
                font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
                font-weight: 400;
                color: var(--dark-color);
                margin-bottom: 10px;
                padding-left: 20px;
                position: relative;
            }

                .web-develop-sec .develop-list li::before {
                    content: "\f30b";
                    font-family: "FontAwesome";
                    color: var(--primary-color);
                    font-size: 18px;
                    top: -3px;
                    position: absolute;
                    left: 0;
                }

    .my-arrow-btn {
        display: flex;
        background-color: var(--primary-color);
        padding: 4px 0px 4px 19px;
        border: 0;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        -o-border-radius: 25px;
        color: #fff;
        max-width: 168px;
        align-items: center;
        position: relative;
        top: 20px;
    }

        .my-arrow-btn:hover {
            color: var(--white);
            text-decoration: none;
        }

        .my-arrow-btn .cirle {
            background-color: var(--white);
            width: 40px;
            height: 40px;
            border: 0;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            margin-right: 0;
            margin-left: 25px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .my-arrow-btn .cirle img {
                margin-right: 27px;
            }

    .portfolio-sec {
        position: relative;
        padding-top: 100px;
        padding-bottom: 50px;
    }

        .portfolio-sec .row {
            margin-bottom: 60px;
        }

        .portfolio-sec h4 {
            color: var(--primary-color);
            font-size: calc( 20px + (34 - 20) * (100vw - 320px) / (1920 - 320));
            font-weight: 600;
            margin-bottom: 10px;
            line-height: 40px;
        }

        .portfolio-sec h5 {
            color: var(--blacK);
            font-size: calc( 20px + (34 - 20) * (100vw - 320px) / (1920 - 320));
            font-weight: 600;
            margin-bottom: 10px;
            line-height: 40px;
        }

    .perfect-sec {
        position: relative;
        padding-top: 40px;
        padding-bottom: 90px;
    }

        .perfect-sec h4 {
            color: var(--primary-color);
            font-size: calc( 20px + (34 - 20) * (100vw - 320px) / (1920 - 320));
            font-weight: 600;
            margin-bottom: 10px;
            line-height: 40px;
        }

    .brand-cataloge-sec img {
        /* width: 100%; */
        margin-bottom: 30px;
        border-radius: 30px;
        transition: 0.5s ease-in-out;
    }

        .brand-cataloge-sec img:hover {
            transform: scale(1.05);
            border-radius: 0;
            box-shadow: 6px 6px 20px #a7a4a4c7;
        }

    .brand-cataloge-sec {
        margin-bottom: 40px;
        padding: 80px 0;
        background-color: var(--colorbg1);
    }

    .logo-box-sec {
        padding-bottom: 64px;
    }

        .logo-box-sec h2 {
            margin-bottom: 60px;
        }

    .slick-dots li button:before {
        font-family: 'slick';
        font-size: 13px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        content: '•';
        text-align: center;
        opacity: .25;
        color: var(--dark-color);
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .slick-dots li.slick-active button:before {
        opacity: .75;
        color: var(--primary-color);
    }

    .slick-dots li {
        margin: 0;
        max-width: 15px;
    }


    /* Web Development Page Css End*/

    .subtext-title {
        font-size: calc( 16px + (19 - 16) * (100vw - 320px) / (1920 - 320)) !important;
        margin-bottom: 40px;
        color: #242323 !important;
    }


    /* Company Page Css Start*/



    /* Trade Registration Page Css Start*/

    /* Trade Registration Page Css End*/

    @media (max-width: 1600px) {
        .book-tab-list > li a {
            padding: 10px 14px;
            font-size: 13px;
        }
    }

    @media (max-width: 1400px) {
        .steps-section {
            padding: 60px 0;
            position: relative;
        }

        .ctm-btns .ctm-btn .cht-tab {
            font-size: 13px;
        }

        .ctm-box .ctm-btns .ctm-btn1 {
            padding-right: 10px;
        }

        .ctm-btns .ctm-btn label {
            font-size: 12px;
        }

        .pricing-sec {
            padding-top: 100px;
            padding-bottom: 50px;
        }

        .start-now label {
            font-size: 15px;
        }

        .ctm-btns .ctm-btn1 .bord-btn {
            font-size: 12px;
            padding: 8px 10px;
        }

        .ctm-box .ctm-btns .ctm-btn label {
            font-size: 11px;
        }
    }

    @media (max-width: 1200px) {
        /* New styling responsive */
        #header .logo img {
            max-width: 200px;
        }

        .navbar {
            padding: 0;
            margin-right: 109px;
        }

        .start-now label span {
            font-size: 13px;
        }

        .start-now label {
            font-size: 13px;
        }

        .steps-section {
            padding: 40px 0;
        }

        .pricing-sec {
            padding-top: 70px;
            padding-bottom: 20px;
        }

            .pricing-sec::before {
                width: 100%;
                background-size: 100%;
            }

        .ctm-box .ctm-top-box p {
            font-size: 11px;
        }

        .ctm-box .final-file {
            display: grid;
        }

        .ctm-box .ctm-btns {
            display: grid;
        }

            .ctm-box .ctm-btns .ctm-btn1 {
                border-right: 0;
                padding-right: 0;
                padding-left: 0;
                margin-bottom: 25px;
            }

        .ctm-btns .ctm-btn .cht-tab {
            font-size: 14px;
        }

        .want-sec {
            min-height: auto;
            /* padding: 40px 0; */
        }
            /* .want-sec h2 {
        font-size: 29px;
    } */
            .want-sec p {
                font-size: 13px;
                font-weight: 400;
                color: #fff;
                margin-bottom: 10px;
            }

            .want-sec .testi-box p {
                font-size: 13px;
                line-height: 22px;
            }
    }

    @media(max-width:1024px) {
    }

    @media (max-width: 992px) {
        .why-us .content {
            padding-top: 30px;
        }

        .why-us .accordion-list {
            padding-bottom: 30px;
        }
    }

    .book-tab-list > li a:hover,
    .book-tab-list > li a .is-active {
        background-color: transparent !important;
        color: var(--primary-color);
        border-bottom: 1px solid var(--primary-color);
    }

    .book-tab-list > li .is-active {
        background-color: transparent !important;
        color: var(--primary-color);
        border-bottom: 1px solid var(--primary-color);
    }

    @media (max-width: 991px) {
        .book-tab-list {
            flex-direction: row;
        }
    }

    .tabs-content > .is-active {
        display: block;
    }

    .tabs-content > * {
        display: none;
    }

    .addon-pack-selection {
        padding: 20px;
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    @media(max-width:991px) {
        .addon-pack-selection {
            position: relative;
        }
    }

    .addon-pack-selection h6 {
        font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
        font-weight: 700;
    }

        .addon-pack-selection h6 span {
            background-color: #d30029;
            padding: 0px 6px;
            color: #fff;
            line-height: 1.4;
            font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
        }

    .addon-pack-selection .radio-bx {
        display: flex;
        align-items: center;
    }

        .addon-pack-selection .radio-bx input {
            margin-right: 5px;
        }

        .addon-pack-selection .radio-bx label {
            margin: 0;
            font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
        }

        .addon-pack-selection .radio-bx a {
            font-weight: 700;
            color: #000;
            text-decoration: underline !important;
        }

    .addon-pack-selection a {
        font-weight: 700;
        color: #000;
    }

    .pack-height {
        min-height: 600px;
        max-height: 100%;
    }

        .pack-height.sm {
            height: 400px;
            position: relative;
            z-index: 9;
        }

        .pack-height.lr {
            height: 800px;
        }

    .fs-25 {
        font-size: 25px !important;
    }

    .addon-main {
        height: 240px;
        position: relative;
    }

    @media(max-width:991px) {
        .addon-main {
            height: auto;
        }
    }

    .addon-list {
        padding: 20px;
    }

        .addon-list li {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 10px;
        }

            .addon-list li div {
                display: flex;
                align-items: center;
                flex: 1;
            }

                .addon-list li div p {
                    margin: 0;
                    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
                    justify-content: space-between;
                }

                    .addon-list li div p i {
                        color: red;
                        margin: 0;
                    }

                .addon-list li div i {
                    color: #d30029;
                }

            .addon-list li span {
                color: #d30029;
                font-weight: 600;
                font-size: calc(11px + (13 - 11) * (100vw - 320px) / (1920 - 320));
                flex: 0 0 35%;
                max-width: 35%;
            }


    /* Tooltip Css */

    .cus-tooltip {
        position: relative;
        display: inline-block;
        margin-left: 4px;
    }

    @media (max-width: 991px) {
        .cus-tooltip {
            position: static;
        }
    }

    .cus-tooltip i {
        color: #fd1434;
        font-size: 9px;
    }

        .cus-tooltip i.custome {
            position: relative;
        }

    .cus-tooltip .tooltiptext {
        visibility: hidden;
        width: 480px;
        background-color: #fff;
        color: #000;
        border: solid 1px;
        text-align: left;
        border-radius: 6px;
        padding: 7px 8px;
        font-size: 11px;
        position: absolute;
        top: 15px;
        left: 0;
        transform: translateX(-49%);
        position: absolute;
        z-index: 5;
        font-weight: 500;
    }

    @media (max-width: 1600px) {
        .cus-tooltip .tooltiptext {
            width: 400px;
        }
    }

    .cus-tooltip .tooltiptext.tables {
        width: 720px;
    }

    @media (max-width: 991px) {
        .cus-tooltip .tooltiptext {
            width: 75vw;
            max-width: 480px;
            top: auto;
            left: 0;
            transform: none;
        }
    }

    .cus-tooltip .tooltiptext .custom-table ul {
        display: flex;
    }

        .cus-tooltip .tooltiptext .custom-table ul li {
            max-width: 50%;
            flex: 0 0 50%;
            text-align: center;
            text-decoration: none;
            align-items: center;
            justify-content: center;
        }

            .cus-tooltip .tooltiptext .custom-table ul li:before {
                display: none;
            }

    .cus-tooltip .tooltiptext .custom-table .table-head .cl-white > li {
        color: #fff;
    }

    .cus-tooltip:hover .tooltiptext {
        visibility: visible;
    }

    .cus-tooltip.sty2 {
        top: -5px;
    }

    .accordion-button:not(.collapsed)::after {
        background-image: url('../img/faq-arrow.svg') !important;
        transform: rotate(-180deg);
    }

    .accordion-button::after {
        flex-shrink: 0;
        width: 1.25rem;
        height: 1.25rem;
        margin-left: auto;
        content: "";
        background-image: url('../img/faq-arrow.svg') !important;
        background-repeat: no-repeat;
        background-size: 1.25rem;
        transition: transform .2s ease-in-out;
    }

    @media (max-width: 767px) {
        .form-box {
            max-width: 100%;
            padding: 25px 25px 25px 25px;
        }

            .form-box .js-submit {
                height: 45px;
            }

            .form-box h5 {
                margin-bottom: 20px;
            }

        .main-banner {
            padding-top: 120px;
            padding-bottom: 75px;
        }

            .main-banner br {
                display: none;
            }

        .form-box .form-control {
            height: 45px;
        }

        .hidden-md {
            display: none;
        }

        .banner-links {
            display: flex;
            margin-bottom: 30px;
            align-items: center;
        }

        .cus-tooltip.sty2 {
            position: static !important;
        }
        /* New styling responsive */
        .isec-right-shape:before {
            display: none;
        }

        .isec-left-shape:before {
            display: none;
        }

        .mobile-nav-toggle.bi-x {
            position: absolute;
            top: -15px;
            right: -26px;
        }

        #dev-top {
            top: 0;
        }

        .navbar {
            padding: 0;
            margin-right: 0;
        }

        #header .logo img {
            max-width: 180px;
        }

        #header .row {
            flex-direction: column-reverse;
        }

        .mobile-butn {
            position: absolute;
            top: 50px;
            right: 30px;
        }

        .start-now label span {
            font-size: 13px;
        }

        .start-now label {
            font-size: 13px;
        }

        .steps-section {
            padding: 40px 0;
        }

        .pricing-sec {
            padding-top: 70px;
            padding-bottom: 70px;
        }

            .pricing-sec::before {
                width: 100%;
                background-size: 100%;
            }

        .ctm-box .ctm-top-box h4 {
            font-size: 20px;
        }

        .ctm-box .ctm-top-box p {
            font-size: 11px;
        }

        .ctm-box .final-file {
            display: grid;
        }

        .ctm-box .ctm-btns {
            display: grid;
        }

            .ctm-box .ctm-btns .ctm-btn1 {
                border-right: 0;
                padding-right: 0;
                padding-left: 0;
                margin-bottom: 25px;
            }

        .want-sec {
            min-height: auto;
            padding: 40px 0;
        }

            .want-sec p {
                font-size: 13px;
                font-weight: 400;
                color: #fff;
                margin-bottom: 10px;
            }

            .want-sec .testi-box p {
                font-size: 13px;
                line-height: 22px;
            }

        .book-tab-list {
            flex-direction: column;
        }

        .providing-sec .proactive-box {
            margin-bottom: -30px;
            margin-top: 63px;
        }

        .popup-overlay .popup-title h4 {
            margin-left: 0;
        }

        .pricing-sec h4 {
            line-height: 27px;
        }

        .compy-sec {
            padding: 40px 0;
        }

            .compy-sec .nav {
                width: 100%;
                margin-bottom: 20px;
            }

        .terminal-sec {
            padding: 30px 0;
        }

        .grauntee-sec {
            padding: 30px 0;
        }

            .grauntee-sec h3 {
                margin-bottom: 20px;
            }

        #footer .footer-bottom {
            padding-top: 15px;
            margin-top: 20px;
        }

        #footer .copyright {
            justify-content: center;
        }

        #footer .privacy-list {
            justify-content: center;
            margin-bottom: 20px;
        }

        .footer-info {
            text-align: center;
        }
    }

    .package-box ul li span {
        display: inline;
    }

    .tooltip-wrap .tooltip.lfr {
        left: 0;
        right: 0;
    }


    /* .tooltip-wrap>i {
    margin-left: 0px !important;
    color: red !important;
} */


    /* .cus-tooltip>i {
    margin-left: 0px !important;
    color: red !important;
} */

    .yScroll {
        overflow-y: auto;
        max-height: 100%;
    }

    .toltipoverlay {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, .5);
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .tooltip-wrap i {
        position: relative;
        top: 0;
    }

    .cus-tooltip i {
        position: relative;
        top: 0;
    }

    .tooltip-wrap > .tooltip {
        font-family: "Poppins", sans-serif;
        background-color: #fff;
        -webkit-box-shadow: 0 29px 50px 0 rgb(35 35 35 / 17%);
        box-shadow: 0 29px 50px 0 rgb(35 35 35 / 17%);
        border-radius: 10px;
        padding: 30px;
        visibility: hidden;
        opacity: 0;
        transform: translateY(-2em);
        pointer-events: none;
        right: 0;
    }


    /* .ctm-sec-shadow::after {
    content: "";
    background-image: url(/assets/img/shadow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 60%;
    height: 128px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
} */

    @media (min-width: 992px) {
        .tooltip-wrap:hover > .tooltip {
            visibility: visible;
            opacity: 1;
            -webkit-transform: translateY(0%);
            transform: translateY(0%);
            pointer-events: inherit;
            -webkit-transition-delay: 0s, 0s, 0.3s;
            transition-delay: 0s, 0s, 0.3s;
            padding: 10px;
        }
    }

    .tooltiptext ul li span {
        font-size: 10px;
        color: #007bff;
        text-decoration: underline !important;
    }

    .pricing ul.social {
        padding-left: 20px;
        width: 100%;
    }

        .pricing ul.social li {
            margin-bottom: 0;
        }

    .ctm-box:hover span.tooltiptext {
        color: #202020;
    }

    @media (max-width: 1600px) {
        .pricing .box.sty2 ul {
            padding-left: 10px;
        }

        .addon-list li span {
            font-size: 10px;
        }

        .pricing .box.sty2 .list-ctm li {
            font-size: 12px;
        }

        .pricing .box.sty2 ul i {
            font-size: 14px;
        }

        .pricing .box.sty2 .addon-list li {
            margin-bottom: 0;
        }

        .pricing .box.sty2 .list-ctm li {
            font-size: 12px;
        }

        .addon-list li span {
            flex: 0 0 33%;
            max-width: 33%;
        }

        .pack-height {
            min-height: 700px;
            max-height: 100%;
        }

            .pack-height.sm {
                height: 300px;
            }
    }

    @media (max-width:991px) {
        .form-box::before {
            display: none;
        }

        .navbar {
            padding: 0;
            margin-right: 0;
            position: absolute;
        }

        .mobile-butn {
            z-index: 999999;
        }

        .start-now label span {
            font-size: 13px;
        }

        .start-now label {
            font-size: 13px;
        }

        .steps-section {
            padding: 40px 0;
        }

        .process-sec {
            padding: 40px 0;
        }

        .pricing-sec {
            padding-top: 70px;
            padding-bottom: 0;
        }

            .pricing-sec::before {
                width: 100%;
                background-size: 100%;
            }

        .ctm-box .ctm-top-box h4 {
            font-size: 20px;
        }

        .ctm-box .ctm-top-box p {
            font-size: 11px;
        }

        .ctm-box .final-file {
            display: grid;
        }

        .ctm-box .ctm-btns {
            display: grid;
        }

            .ctm-box .ctm-btns .ctm-btn1 {
                border-right: 0;
                padding-right: 0;
                padding-left: 0;
                margin-bottom: 25px;
            }

        .ctm-btns .ctm-btn .cht-tab {
            font-size: 13px;
        }

        .want-sec {
            min-height: auto;
            padding: 40px 0;
        }

            .want-sec p {
                font-size: 13px;
                font-weight: 400;
                color: #fff;
                margin-bottom: 10px;
            }

            .want-sec .testi-box p {
                font-size: 13px;
                line-height: 22px;
            }

        .touch-sec {
            padding: 50px 0;
        }

        .develop-sec h3 {
            padding-bottom: 0;
        }

        .develop-sec {
            padding: 40px 0;
        }

        .providing-sec {
            padding: 50px 0;
        }

        .trade-sec {
            padding-bottom: 30px;
            padding-top: 20px;
        }

        .protect-sec {
            padding: 30px 0;
        }

        #footer .privacy-list li {
            margin-right: 0;
            padding-right: 5px;
        }

        .pricing-sec h4 {
            line-height: 35px;
        }

        #footer .privacy-list li a {
            border-right: 0;
        }

        #footer {
            padding-bottom: 10px;
        }

        .copyright-sec {
            padding: 35px 0;
        }

            .copyright-sec h6 {
                margin-bottom: 15px;
            }
    }

    @media (max-width:575px) {
        .pricing .box.sty2 .list-ctm li {
            font-size: 12px;
        }

        .start-now .cirle img {
            margin-right: 14px;
            max-width: 25px;
        }

        .start-now .cirle {
            width: 35px;
            height: 35px;
        }

        .start-now label {
            font-size: 13px;
        }

        .chat-box .chat-icon {
            display: none;
        }
    }

    .pricing .box.sty2 ul.addon-list {
        z-index: 11;
    }

    .tooltiptext img {
        width: 100%;
    }

    .portfolio-box img {
        width: 100%;
    }

    .defaultOverlay {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        transition: all .35s ease;
        width: 100%;
        z-index: 10;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        background-color: rgba(0, 0, 0, .20);
    }

    .package-box.sty1 ul li .tooltip-wrap i {
        position: relative;
    }

    .package-box.sty1 ul li i {
        left: 3px;
        top: 2px;
    }

    .package-box ul li span {
        display: inline;
    }

    .tooltip-wrap .tooltip.lfr {
        left: 0;
        right: 0;
    }

    .yScroll {
        overflow-y: auto;
        max-height: 100%;
    }

    .toltipoverlay {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, .5);
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .min-wdpx-23 {
        min-width: 235px;
    }

    .tooltip-wrap i {
        position: relative;
        top: 0;
    }

    .cus-tooltip i {
        position: relative;
        top: 0;
    }

    @media (min-width: 992px) {
        .tooltip-wrap:hover > .tooltip {
            visibility: visible;
            opacity: 1;
            -webkit-transform: translateY(0%);
            transform: translateY(0%);
            pointer-events: inherit;
            -webkit-transition-delay: 0s, 0s, 0.3s;
            transition-delay: 0s, 0s, 0.3s;
            padding: 10px;
        }
    }

    .tooltiptext ul li span {
        font-size: 10px;
        color: #007bff;
        text-decoration: underline !important;
    }

    .tooltiptext {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .tool-right {
        right: 0px;
    }

    @media (max-width: 1600px) {
        .tooltip-wrap > i {
            font-size: 11px;
        }
    }

    @media (max-width: 991px) {
        .tooltip-wrap > .tooltip {
            position: fixed;
            left: 50%;
            top: 50%;
            width: 300px;
            max-width: 100%;
            transform: translate(-50%, -50%);
            pointer-events: unset;
        }

            .tooltip-wrap > .tooltip.is--active {
                visibility: visible;
                opacity: 1;
                pointer-events: inherit;
            }

        .body-mobile-tooltip .defaultOverlay {
            visibility: visible;
            opacity: 1;
            pointer-events: inherit;
        }

        .inner-list {
            margin: 0;
        }

        .process-box {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            text-align: center;
        }

        .great-books-sec {
            padding: 40px 0;
        }
    }

    .text-right {
        text-align: right;
    }

    .minht-100 {
        height: 100%;
    }

    .minht-400p {
        min-height: 400px;
    }

    .bg-sky-blue {
        background-color: var(--sky-blue);
    }

    .shadow-top-ctm {
        position: relative;
        /* padding-top: 60px; */
    }

        .shadow-top-ctm:before {
            content: "";
            background-image: url(../img/shadow.png);
            background-repeat: no-repeat;
            background-size: contain;
            width: 60%;
            height: 128px;
            position: absolute;
            top: -9px;
            left: 0;
            right: 0;
            margin: 0 auto;
        }

    .h-color-primery {
        color: var(--primary-color);
    }

    .sub-text {
        font-size: 19px;
    }

    .img-rounded {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        margin: 60px 0;
    }

    .industry-section {
        position: relative;
    }

        .industry-section img {
            border: 0;
            border-radius: 40px;
            -webkit-border-radius: 40px;
            -moz-border-radius: 40px;
            -ms-border-radius: 40px;
            -o-border-radius: 40px;
        }

    .isec-left-shape:before {
        content: "";
        width: 35%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: var(--primary-color);
        z-index: -1;
        border-radius: 0 50% 50% 0;
        -webkit-border-radius: 0 50% 50% 0;
        -moz-border-radius: 0 50% 50% 0;
        -ms-border-radius: 0 50% 50% 0;
        -o-border-radius: 0 50% 50% 0;
    }

    .isec-right-shape:before {
        content: "";
        width: 35%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        background-color: var(--primary-color);
        z-index: -1;
        border-radius: 50% 0 0 50%;
        -webkit-border-radius: 50% 0 0 50%;
        -moz-border-radius: 50% 0 0 50%;
        -ms-border-radius: 50% 0 0 50%;
        -o-border-radius: 50% 0 0 50%;
    }

    .col-text-holer h3 {
        color: var(--primary-color);
        margin-bottom: 13px;
        font-weight: 600;
    }

    .simple-btn {
        background: var(--primary-color);
        border-radius: 30px;
        padding: 12px 35px;
        color: #fff;
        margin: 15px 0;
        display: inline-block;
    }

        .simple-btn:hover {
            text-decoration: none;
            color: var(--white);
        }

    .popup-overlay {
        width: 100%;
        height: 100%;
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        background-color: #000000b0;
        z-index: 999;
    }

        .popup-overlay .popup-al {
            background-color: #ffffff;
            width: 820px;
            position: absolute;
            transform: translate(-50%, -50%);
            left: 50%;
            top: 50%;
            border-radius: 43px;
            border: 3px solid var(--primary-color);
        }

    @media (max-width: 991px) {
        .popup-overlay .popup-al {
            width: 100%;
            padding-bottom: 20px;
        }
    }

    .popup-overlay img {
        width: 100%;
    }

    @media (max-width: 991px) {
        .popup-overlay .popup-al .popup-img {
            display: none;
        }
    }

    .popup-overlay h2 {
        color: var(--primary-color);
    }

    .popup-overlay .close-btn {
        display: block;
        background-color: transparent;
        font-size: 30px;
        color: #000;
        border: none;
        outline: none;
        cursor: pointer;
        margin-left: auto;
        margin-right: 18px;
        margin-top: 8px;
    }

    .popup-overlay .popup-title {
        background-color: var(--primary-color);
        position: relative;
        padding: 6px 0;
        height: 60px;
    }

        .popup-overlay .popup-title:before {
            content: "";
            position: absolute;
            left: -38px;
            top: 0;
            height: 100%;
            background-color: var(--primary-color);
            width: 50px;
            z-index: -1;
        }

    @media (max-width: 991px) {
        .popup-overlay .popup-title:before {
            display: none;
        }
    }

    .popup-overlay .popup-title h4 {
        font-size: calc(18px + (20 - 18) * (100vw - 320px) / (1920 - 320));
        color: #ffffff;
        margin-left: 20px;
    }

    .popup-overlay p {
        font-size: 14px;
        text-align: justify;
        margin: 20px 0;
        line-height: 25px;
        padding-right: 30px;
    }

    @media (max-width: 991px) {
        .popup-overlay p {
            padding: 0 15px;
        }
    }

    .popup-overlay a {
        display: block;
        width: 150px;
        position: relative;
        margin: 10px auto;
        text-align: center;
        background-color: #0f72e5;
        color: #ffffff;
        text-decoration: none;
        padding: 5px 0;
    }

    .popup-overlay .popup-form-ctm {
        padding: 12px 14px 0px 8px;
    }

        .popup-overlay .popup-form-ctm input {
            border: 1px solid #dddddd;
            background-color: #f8f8f8;
            height: 40px;
            border-radius: 50px;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            -ms-border-radius: 50px;
            -o-border-radius: 50px;
            margin-bottom: 8px;
        }

    @media (max-width: 991px) {
        .popup-overlay .popup-form-ctm input {
            height: 35px;
        }
    }

    .popup-overlay .popup-form-ctm ::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #6a6a6a;
        opacity: 1;
        /* Firefox */
        font-size: 13px;
    }

    .popup-overlay .popup-form-ctm :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #6a6a6a;
        font-size: 13px;
    }

    .popup-overlay .popup-form-ctm ::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #6a6a6a;
        font-size: 13px;
    }

    .popup-overlay .popup-form-ctm textarea {
        border: 1px solid #dddddd;
        background-color: #f8f8f8;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        height: 134px;
    }

    @media (max-width: 991px) {
        .popup-overlay .popup-form-ctm textarea {
            height: 90px;
        }
    }

    .popup-overlay .popup-form-ctm .submit-popup {
        background-color: #ff992a;
        border: 1px solid #ff992a;
        color: #fff;
        padding: 9px 37px;
        border-radius: 10px;
    }

    .btn-primary {
        font-size: calc( 12px + (18 - 12) * (100vw - 320px) / (1920 - 320));
        color: var(--white);
        font-weight: 600;
        background-color: var(--primary-color);
        border: 0;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        padding: 5px 20px;
    }

        .btn-primary:hover {
            color: var(--white);
            text-decoration: none;
            background-color: var(--primary-color);
        }




    .form-main-div {
        padding: 20px 0px;
        padding-top: 0px;
        position: relative;
        background-color: #fff;
        box-shadow: 0px 2px 10px 0px #ccc;
        margin-top: 50px;
    }

        .form-main-div p {
            color: #000000b8;
            font-weight: 400;
            background-color: #fdcf09;
            padding: 15px 0px;
            text-align: center;
            font-size: 28px;
        }

            .form-main-div p span {
                text-align: center;
                font-weight: 700;
                text-shadow: 0px 0px 0px #0c010921;
            }

            .form-main-div p.banner-form-text {
                font-weight: 400;
                background-color: transparent;
                padding: 20px 30px;
                text-align: left;
                font-size: 20px;
                color: #808080a3;
            }

        .form-main-div form input.form-control, .form-main-div select, .form-main-div textarea {
            margin: 5px 20px;
            padding: 30px 15px 15px;
            border-radius: 0px;
            outline: none;
            width: 90%;
            border-top: 0 !important;
            border-left: 0 !important;
            border-right: 0 !important;
            border: 0.3px solid #ccc;
        }

        .form-main-div form#early-bird-form input::placeholder {
            color: #ccc;
        }

        .form-main-div form input::placeholder {
            color: #000;
        }

        .form-main-div .iti__selected-flag {
            border-radius: 0;
        }

    .banner-form-button {
        width: 100%;
        text-align: center;
    }

        .banner-form-button button {
            margin: 30px 0px;
            padding: 10px 15px 10px;
            outline: none;
            width: 40%;
            border: 0px solid red;
            border-radius: 13px;
            color: #000;
            background: #fdcf09;
            transition: all .5s ease-out;
            font-weight: 600;
            font-size: 14px;
            text-transform: uppercase;
        }

        .banner-form-button input.proceed {
            margin: 30px 0px;
            padding: 10px 15px 10px;
            outline: none;
            width: 40%;
            border: 0px solid red;
            border-radius: 13px;
            color: #000;
            background: #fdcf09;
            transition: all .5s ease-out;
            font-weight: 600;
            font-size: 14px;
            text-transform: uppercase;
        }

    .banner-rights-badge {
        display: flex;
        align-items: center;
    }

    .banner-sm-logos {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 80%;
        flex: 0 0 80%;
        overflow: hidden;
    }

    .banner-sm-tabs {
        display: flex;
        width: 100%;
        margin: 0 !important;
    }

        .banner-sm-tabs .slick-dots {
            display: none !important;
        }

    .banner-sm-logos .seller-box {
        padding: 0 5px;
        max-width: 20%;
        display: flex;
        align-items: center;
    }

    .seal-box {
        padding-right: 20px;
        border-right: #fff solid 1px;
        margin-right: 20px;
    }

    .banner-sm-logos .tabs-content {
        width: 100%;
    }

    .main-banner p {
        color: var(--white);
        font-size: calc(12px + (17 - 12) * (100vw - 320px) / (1920 - 320));
        font-weight: 400;
        margin-bottom: 30px;
    }

    .main-banner h3 {
        display: inline-block;
        color: var(--blacK);
        text-transform: uppercase;
        background-color: var(--primary-color);
        /*font-size: calc( 22px + (46 - 22) * (100vw - 320px) / (1920 - 320));*/
        font-weight: bold;
        padding: 2px 5px;
    }

    .space-p-t {
        padding-top: 80px;
    }

    .space-p-b {
        padding-bottom: 80px;
    }

    .space-p-tb {
        padding: 80px 0;
    }

    .space-m-t {
        margin-top: 80px;
    }

    .space-m-b {
        margin-bottom: 80px;
    }

    .space-m-tb {
        margin: 80px 0;
    }

    .smooth-sec {
        position: relative;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .smoth-box {
        background-color: #513160;
        border: 0;
        border-radius: 20px;
        padding: 20px;
        min-height: 310px;
        margin-bottom: 20px;
        position: relative;
    }

    .smoth-yellow {
        background-color: #f4a721;
    }

    .smoth-box h4 {
        font-size: calc(22px + (35 - 22) * ((100vw - 300px) / (1920 - 300)));
        font-weight: 500;
        color: #fff;
        padding-top: 60px;
    }

    .smoth-box p {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
    }

    .smoth-box .cirlc-box {
        position: absolute;
        top: 0;
        right: 0;
        width: 109px;
        height: 112px;
        /* background-color: #f4a721;
    border: 0;
    border-radius: 60% 0% 60% 60%;*/
        font-size: calc(28px + (37 - 28) * ((100vw - 300px) / (1920 - 300)));
        font-weight: 600;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main-title {
        font-weight: bold;
        font-size: calc(24px + (36 - 24) * (100vw - 320px) / (1920 - 320));
        color: var(--heading-color);
    }


    .p-pkg-box {
        transform: scale(0.95);
        transition: 0.5s ease-in-out;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -ms-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        -webkit-transform: scale(0.95);
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -o-transform: scale(0.95);
    }

        .p-pkg-box:hover {
            animation: 1s ease-in forwards ctmslideup;
            -webkit-animation: 1s ease-in forwards ctmslideup;
        }


    @keyframes ctmslideup {
        0% {
            transform: translateX(0%) scale(0.95);
            -webkit-transform: translateX(0%) scale(0.95);
            -moz-transform: translateX(0%) scale(0.95);
            -ms-transform: translateX(0%) scale(0.95);
            -o-transform: translateX(0%) scale(0.95);
        }

        50% {
            transform: translateY(5%);
            -webkit-transform: translateY(5%);
            -moz-transform: translateY(5%);
            -ms-transform: translateY(5%);
            -o-transform: translateY(5%);
            background-color: #fff;
            box-shadow: -1px 13px 20px #0000006e;
        }

        100% {
            transform: scale(1.050);
            -webkit-transform: scale(1.050);
            -moz-transform: scale(1.050);
            -ms-transform: scale(1.050);
            -o-transform: scale(1.050);
            box-shadow: -0px 6px 10px #0000006e;
        }
    }
    /* New Home Page Css Start*/

    .ctm-btn-w {
        max-width: 270px !important;
    }

    .ctm-btn1 {
        /*  border: 2px solid var(--secondary-color);*/
        border-radius: 40px;
        padding: 5px 15px 5px 30px;
        font-size: calc(12px + (18 - 12) * ((100vw - 300px) / (1920 - 300)));
        font-weight: 500;
        color: #221919;
        text-decoration: none;
        display: flex;
        align-items: center;
        background-color: #facb00;
        max-width: 220px;
        justify-content: space-between;
    }

        .ctm-btn1 .circle {
            width: 35px;
            height: 35px;
            text-align: left;
            background-color: #fff;
            border: 0;
            border-radius: 50%;
            margin-left: 10px;
            line-height: 33px;
        }

            .ctm-btn1 .circle img {
                margin-left: -35px;
                margin-top: -2px;
            }

        .ctm-btn1:hover {
            background-color: var(--primary-color);
            color: var(--white-color);
            border: 2px solid var(--primary-color);
        }

            .ctm-btn1:hover .circle {
                background-color: var(--white-color);
            }

                .ctm-btn1:hover .circle i {
                    color: var(--primary-color);
                }

    .bk-list {
        margin: 0;
        padding: 0;
    }

        .bk-list li {
            list-style: none;
            font-size: calc(14px + (17 - 14) * ((100vw - 300px) / (1920 - 300)));
            font-weight: 600;
            color: #696969;
            margin-bottom: 5px;
            padding-left: 25px;
            position: relative;
        }

            .bk-list li:before {
                content: "\f111";
                font-size: 12px;
                color: #facb00;
                position: absolute;
                top: 5px;
                left: 0;
                font-family: 'FontAwesome';
            }

    .p-pkg-box {
        padding: 20px;
        background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='15' ry='15' stroke='%23783e67' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='24' stroke-linecap='square'/%3e%3c/svg%3e");
        border-radius: 15px;
        border-radius: 15px;
        border-radius: 15px;
        background-color: var(--pricing-package-bg);
        transition: 0.3s ease-in;
        -webkit-transition: 0.3s ease-in;
        -moz-transition: 0.3s ease-in;
        -ms-transition: 0.3s ease-in;
        -o-transition: 0.3s ease-in;
        position: relative;
    }

    .pkg-tag {
        height: 114px;
        width: 32px;
        background-color: #e56932;
        color: #fff;
        writing-mode: vertical-rl;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: vertical-rl;
        text-orientation: mixed;
        -webkit-text-orientation: mixed;
        position: absolute;
        right: 55px;
        top: 0;
        padding: 12px 5px;
        box-shadow: 8px 16px 19px 0px #0000004f;
        font-size: 19px;
        font-weight: 700;
    }

        .pkg-tag:after {
            content: "";
            width: 100%;
            height: 18px;
            display: block;
            position: absolute;
            right: 0;
            bottom: -18px;
            border-width: 16px;
            border-left-color: #e56932;
            border-right-color: #e56932;
            border-bottom-color: transparent;
            border-top: #e56932;
            border-style: solid;
        }


    .p-pkg-cont {
        height: 390px;
        overflow: auto;
    }


        .p-pkg-cont::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
            background-color: #F5F5F5;
        }

        .p-pkg-cont::-webkit-scrollbar {
            width: 5px;
            background-color: #F5F5F5;
        }

        .p-pkg-cont::-webkit-scrollbar-thumb {
            background-color: #F90;
            background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent)
        }

    .pkg-title {
        position: relative;
        font-size: 36px;
        font-weight: bold;
    }

    .pkg-main-title {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .pkg-title:after {
        content: "";
        width: 180px;
        height: 2px;
        background: #4c2344;
        display: block;
        position: absolute;
        bottom: -10px;
        left: -20px;
    }


    .pkg-main-title {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .pkg-title:after {
        content: "";
        width: 180px;
        height: 2px;
        background: #4c2344;
        display: block;
        position: absolute;
        bottom: -10px;
        left: -20px;
    }

    .pkg-list-title {
        display: block;
        text-transform: uppercase;
        color: #4c4d51;
        font-size: 17px;
        font-weight: 500;
        margin-bottom: 15px;
        margin-top: 10px;
    }

    .pkg-list {
        list-style: none;
        padding-left: 25px;
    }

        .pkg-list li:before {
            content: "";
            width: 12px;
            height: 12px;
            display: inline-block;
            background-image: url(/assets/images/right-icon.png);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center center;
            margin-left: -22px;
            margin-right: 10px;
        }

        .pkg-list li {
            margin-bottom: 16px;
            color: #4c4d51;
        }


    .p-pkg-footer {
        border-top: 1px solid;
        margin-top: 30px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 30px 0px 15px;
    }

    /* Buttons style */

    .btn-eq-w {
        min-width: 180px;
        text-align: center;
    }

    .colored-btn {
        background-color: #f4a721;
        border: 1px solid #f4a721;
        color: #000000;
        border-radius: 0;
        padding: 12px 26px;
        border-radius: 18px;
        text-decoration: none;
        transition: 0.3s ease-in-out;
        display: inline-block;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
    }

        .colored-btn:hover {
            background-color: #241b28;
            color: #fff;
            border-color: #241b28;
        }


    .bordered-btn {
        background-color: transparent;
        border: 1px solid #f4a721;
        color: #fff;
        border-radius: 0;
        padding: 12px 26px;
        border-radius: 18px;
        text-decoration: none;
        transition: 0.3s ease-in-out;
        display: inline-block;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
    }

        .bordered-btn:hover {
            background-color: #f4a721;
            border-color: #f4a721;
            color: #000;
        }

    .btn-primary {
        background-color: #f4a721;
        border-color: #f4a721;
        color: #000000;
        border-radius: 0;
        padding: 12px 26px;
        border-radius: 18px;
        text-decoration: none;
        transition: 0.3s ease-in-out;
        display: inline-block;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
    }
    /* Buttons style */
    .benifit-box {
        position: relative;
        background: rgb(251,246,188);
        background: linear-gradient(90deg, rgba(251,246,188,1) 0%, rgba(255,255,255,1) 100%);
        margin-bottom: 25px;
        display: flex;
        align-items: center;
        padding: 20px 20px;
        border-left: 3px solid #fbd76b;
    }

        .benifit-box .benifit-icon img {
            margin-right: 20px;
            width: 80px;
            height: auto;
        }

        .benifit-box .benifit-text {
            margin-left: 25px;
        }

        .benifit-box span {
            font-size: calc(18px + (23 - 18) * ((100vw - 300px) / (1920 - 300)));
            font-weight: 500;
            color: #2c1616;
            margin-bottom: 20px;
        }

        .benifit-box p {
            font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1920 - 300)));
            font-weight: 400;
            color: #757a86;
        }

    .journey-sec {
        position: relative;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

        .journey-sec h2 {
            font-size: calc(28px + (58 - 28) * ((100vw - 300px) / (1920 - 300)));
            font-weight: bold;
            color: #1a211b;
            text-transform: uppercase;
            margin-bottom: 20px;
        }

            .journey-sec h2 span {
                color: #f4a721;
            }

        .journey-sec p {
            color: #000;
        }

        .journey-sec .bordered-btn {
            background-color: transparent;
            border: 1px solid #111;
            color: #111;
            border-radius: 0;
            padding: 12px 26px;
            border-radius: 18px;
            text-decoration: none;
            transition: 0.3s ease-in-out;
            display: inline-block;
            transition: 0.3s ease-in-out;
        }

    .client-sec {
        position: relative;
    }

    .client-box {
        position: relative;
        margin-bottom: 40px;
    }

        .client-box p {
            font-size: calc(15px + (20 - 15) * ((100vw - 300px) / (1920 - 300)));
            font-weight: 400;
            font-style: italic;
            color: #535659;
            margin-bottom: 20px;
        }

    .client-footer {
        display: flex;
        justify-content: space-between;
    }

    .client-inner {
        display: flex;
        align-items: center;
    }

    .cli-img img {
        width: 40px;
        height: 40px;
        border: 0;
        border-radius: 50%;
        margin-right: 20px;
    }

    .cli-text span {
        display: block;
        font-size: calc(15px + (19 - 15) * ((100vw - 300px) / (1920 - 300)));
        font-weight: 500;
        color: #21282e;
        margin: 0;
        line-height: 1;
    }

    .rw-stars-holder {
        display: flex;
        margin-top: 7px;
        color: #06030357;
        font-size: 15px;
    }

    .rw-colored {
        color: #ffc107;
    }


    /* Conet Section Css Start*/

    .conect-sec {
        position: relative;
        background-color: #502547;
        padding-top: 150px;
        z-index: 99;
    }

        /*  .conect-sec::before {
        content: "";
        background-color: #502547;
        width: 100%;
        height: 74px;
        position: absolute;
        bottom: -70px;
        left: 0;
        z-index: -1;
    }*/

        .conect-sec .conet-shape {
            background-color: #f4a821;
            height: 160px;
            width: 160px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: -75px;
            left: 10%;
            border: 0;
            border-radius: 50%;
        }

        .conect-sec h3 {
            font-size: calc(24px + (40 - 24) * ((100vw - 300px) / (1920 - 300)));
            font-weight: bold;
            color: #fff;
            margin-bottom: 10px;
        }

    .conet-img img {
        width: 100%;
    }

    .conect-sec p {
        font-size: calc(18px + (23 - 18) * ((100vw - 300px) / (1920 - 300)));
        font-weight: 400;
        color: #fff;
        margin-bottom: 25px;
    }

    .conet-btn {
        background-color: #fff;
        color: #000;
        font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
        font-weight: bold;
        padding: 8px 15px 8px 25px;
        border: 0;
        border-radius: 20px;
        max-width: 230px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-decoration: none;
    }

        .conet-btn .circle {
            background-color: #502547;
            width: 35px;
            height: 35px;
            border: 0;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .conet-btn:hover {
            background-color: #000;
            color: #fff;
        }

    .conet-box {
        border: 0;
        border-radius: 5px;
        background-color: rgb(255, 255, 255);
        margin-bottom: 0 20px;
        position: relative;
    }

        .conet-box .conet-text {
            padding: 30px 20px 15px 20px;
            position: relative;
            min-height: 180px;
        }

            .conet-box .conet-text p {
                color: #000;
                font-size: calc(13px + (17 - 13) * ((100vw - 300px) / (1920 - 300)));
                font-weight: 500;
                margin-bottom: 20px;
            }

            .conet-box .conet-text label {
                display: block;
                color: #000;
                font-size: calc(15px + (20 - 15) * ((100vw - 300px) / (1920 - 300)));
                font-weight: 600;
                line-height: 1;
                position: absolute;
                bottom: 25px;
                left: 20px;
            }

            .conet-box .conet-text span {
                color: #502547;
                font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1920 - 300)));
                font-weight: 400;
                font-style: italic;
            }

    .conet-img img {
        border-bottom: 12px solid #a6829e;
    }

    .conet-play {
        width: 40px;
        height: 40px;
        background-color: #f4a821;
        border: 0;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: -30px;
        left: 30px;
    }

    .connet-slide-btns {
        position: relative;
        margin-top: 10px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-left: 3px;
    }

        .connet-slide-btns button {
            background-color: #783f6b;
            width: 35px;
            height: 35px;
            display: flex;
            justify-content: center;
            align-items: center;
            border: 0;
        }

            .connet-slide-btns button i {
                color: #fff;
            }

            .connet-slide-btns button:hover {
                background-color: #a6829e;
            }

    .connet-slider .slick-dots {
        position: absolute;
        right: 20px;
        margin-left: auto;
        display: flex;
        justify-content: end;
        bottom: -35px;
    }

        .connet-slider .slick-dots li button:before {
            color: #85677f;
        }

        .connet-slider .slick-dots li.slick-active button:before {
            color: #fff;
        }

    @media(max-width:1920px) {
        .connet-container {
            max-width: 1600px;
        }
    }

    @media(max-width:1400px) {
        .connet-container {
            max-width: 1250px;
        }
    }

    @media(max-width:1199px) {
        .conect-sec .conet-shape {
            display: none;
        }
    }
}
/* Conet Section Css End*/

.slick-dots li {
    position: relative;
    display: inline-block;
    max-width:15px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}


.privacy-checkbox .form-check input {
    padding: initial;
    height: 1em;
    border: 1px solid #ccc !important;
    width: 1em;
}

.privacy-checkbox .form-check label {
    font-size: 12px;
    text-align: left;
    line-height: 20px;
    color: #7a7a7a;
}

.col-12.privacy-checkbox span {
    font-size: 12px;
    text-align: left !important;
    width: 100%;
    color: #7a7a7a;
}
