

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.img-fluid {
  object-fit:cover;
}


.usrs{
    object-fit:cover;
    border-radius:50%;
    
}


@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Bold.woff2') format('woff2'),
        url('../fonts/Jost-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Medium.woff2') format('woff2'),
        url('../fonts/Jost-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Regular.woff2') format('woff2'),
        url('../fonts/Jost-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




a {
    text-decoration: none;
}

a.site-btn {
    text-decoration: none;
    color: #fff;
    background: #1DACE0;
    padding: 13px 15px;
    min-width: 155px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Jost';
    font-weight: 500;
}

.site-btn {
    text-decoration: none;
    color: #fff;
    background: #1DACE0;
    padding: 13px 15px;
    min-width: 155px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Jost';
    font-weight: 500;
    border: 0px;
}

.error {
    color: red !important;
}

.padding-70 {
    padding: 70px 0px;
}

.top-social {
    background: #fff;
}

.top-dres {
    background: #1DACE0;
    padding: 10px 0px;
    color: #fff;
    padding-left: 25%;
}

.top-social {
    background: #fff;
    text-align: left;
    padding: 8px 0px;
    padding-left: 20px;
}

.top-social ul {
    display: inline-block;
    padding-left: 15px;
    margin-bottom: 0px;
}

.top-social ul li {
    display: inline-block;
    margin-right: 10px;
}

.top-social ul li a {
    color: #2B2A29;
    font-size: 18px;
}

.top-social label {
    color: #000;
    font-weight: 500;
}

.top-dres label {
    padding-right: 15px;
}

.top-dres label i {
    margin-right: 3px;
}

.top-dres label a {
    color: #fff;
}


/**start-navbar**/
.main-header {
    background: #1DACE0;
    padding-left: 70px;
}

header {
    background: #000;
}

.main-header.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    padding-left: 0px;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: 500;
    margin: 0px 10px;
    font-family: 'Jost';
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #1DACE0;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #1DACE0;
}

.navbar-brand{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0px;
}

.navbar-brand p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 7px;
}

/**end-navbar**/

/**start-banner**/
.banner {
    background-image: url(../images/bnr.jpg);
    width: 100%;
    min-height: 750px;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    color: #fff;
}

.over-banner {
    background: #1DACE0;
    padding-left: 70px;
}

.bnr-txt mark {
    background: #3d92b1;
    color: #fff;
    padding: 5px 15px;
    margin-bottom: 15px;
    display: block;
    max-width: 260px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    font-family: 'Poppins';
    letter-spacing: 1px;
}

.bnr-txt h3 {
    font-family: 'Jost';
    font-size: 56px;
    font-weight: 700;
    line-height: 76px;
}

.bnr-txt p {
    font-family: 'Jost';
    font-weight: 400;
    margin: 20px 0px;
}

/**end-banner**/

/**start-drive-type-sec**/
.nav-tabs li {
    display: inline-block;
    width: 24.6%;
}

.nav-tabs {
    border-bottom: 0px;
    background: #2B2A29;
    display: block;
    width: 100%;
    max-width: 1100px;
    margin: auto;
}

.nav-tabs .nav-link {
    margin-bottom: 0px;
    font-family: 'Jost';
    font-size: 38px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    border-radius: 0px;
    width: 100%;
}

.nav-tabs .nav-link:hover {
    border-color: #2B2A29;
}

.nav-tabs .nav-link.active {
    border: 1px #1DACE0 solid !important;
    color: #1DACE0 !important;
    border-style: dotted !important;
    position: relative;
}

.nav-tabs .nav-link.active::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: 35px solid #1DACE0;
    bottom: -65px;
    left: 50%;
    transform: translate(-50%, -0%);
}

.tab-content>.tab-pane {
    border-top: 8px #1DACE0 solid;
    margin-top: 60px;
    background: #bfbfbf6e;
    padding: 25px 50px;
}

.drive-type {
    margin-top: 0px;
}

.schedile-type h4 {
    font-size: 30px;
    font-family: 'Jost';
    font-weight: 600;
    color: #fff;
}
.drive-field {
    margin: 10px 0px;
}
.schedile-detail {
    background: #fff;
    padding: 20px 15px;
    margin-top: 20px;
}

.drive-field label {
    font-size: 16px;
    font-family: 'Jost';
    font-weight: 500;
    margin-bottom: 3px;
    text-transform: capitalize;
    color: #000;
}

.drive-field input,
select {
    width: 100%;
    padding: 5px;
    border: 0px;
    background: #eee;
}

.drive-field input {
    width: 100%;
    padding: 5px;
    border: 0px;
    background: #fff;
    border-bottom: 1px #f1f1f1 solid;
}

.schedile-detail .col,
.col-md-2 {
    padding: 0px 10px;
}

/**end-drive-type-sec**/

/**start-about-sec**/
.inr-pic img {
    width: 100%;
    margin-top: 20px;
    border-radius: 5px;
}

img.fst {
    margin-top: 0px;
}

.about-pics {
    position: relative;
}

.about-pics:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 100px;
    background: #1DACE0;
    top: -8px;
    left: -8px;
    z-index: -1;
    border-top-left-radius: 5px;
}

.about-pics:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 100px;
    background: #1DACE0;
    bottom: -8px;
    right: -8px;
    z-index: -1;
    border-bottom-right-radius: 5px;
}

.about-txt {
    background-image: url(../images/map.png);
    width: 100%;
    min-height: 550px;
    background-position: center;
    background-size: cover;
    padding-left: 30px;
    display: flex;
    align-items: center;
}

.heading {
    position: relative;
    z-index: 333;
}

.heading h5 {
    color: #1DACE0;
    font-size: 20px;
    font-family: 'Jost';
    margin-bottom: 0px;
}

.heading h2 {
    font-size: 48px;
    font-family: 'Jost';
    font-weight: 400;
}

.about-inr-txt p {
    font-family: 'Jost';
    margin: 25px 0px;
}

.start-up h4 {
    font-size: 22px;
    font-family: 'Jost';
    font-weight: 600;
    margin-bottom: 0px;
}

.start-up h2 {
    text-transform: uppercase;
    background: linear-gradient(to right, #1DACE0 0%, #1D4BE0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 60px;
    font-weight: 700;
    font-family: 'Jost';
}

.start-up p img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.start-up p {
    margin: 0px;
    margin-bottom: 12px;
}

a.get-more {
    background: #2B2A29;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px;
    display: block;
    max-width: 250px;
    text-align: center;
    border-radius: 5px;
    font-family: 'Jost';
    font-weight: 500;
    margin-top: 20px;
}

.about-inr-txt .heading::after {
    content: 'ABOUT';
    position: absolute;
    top: -44px;
    font-size: 100px;
    color: #f5fcff;
    text-shadow: 0 0 black;
    z-index: -1;
    transform: translate(-50%, -5%);
    font-family: 'Jost';
    font-weight: 600;
    left: 147px;
}

.start-up {
    border-bottom: 1px #cccccc40 solid;
}

/**end-about-sec**/


/**start-step-sec**/
section.main-step {
    background: #F3F6FB;
}

.inr-step {
    background-image: url(../images/step.png);
    width: 100%;
    min-height: 500px;
    background-position: left;
    background-size: 75%;
    background-repeat: no-repeat;
    padding: 70px 0px;
}

.step-box {
    position: relative;
    background: #fff;
    border-radius: 16px;
    padding: 15px;
    margin-top: 30px;
    border: 1px #F3F6FB solid;
    border-bottom: 5px #F3F6FB solid;
    overflow: hidden;
    transition: 0.4s;
}

.icon img {
    width: 55px;
    height: 55px;
    object-fit: contain;
}

.icon {
    background: #F3F6FB;
    width: 120px;
    height: 110px;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom-right-radius: 90px;
    text-align: center;
    line-height: 95px;
    transition: 0.4s;
}

.step-box h4 {
    background: #F3F6FB;
    width: 100%;
    max-width: 205px;
    margin-left: 130px;
    padding: 15px;
    margin-bottom: 20px;
    font-family: 'Jost';
    font-size: 22px;
    font-weight: 600;
}

.step-box p {
    margin-bottom: 0px;
    font-family: 'Jost';
    margin-top: 30px;
}

.step-box:hover {
    border-color: #1DACE0;
    transition: 0.4s;
}

.step-box:hover h4 {
    color: #1DACE0;
}

.step-box:hover .icon {
    background-color: #1DACE0;
    transition: 0.4s;

}

.step-box:hover .icon img {
    filter: invert(102%) sepia(55557%) saturate(7%) hue-rotate(57777deg) brightness(9998%) contrast(9992%);
}

/**end-step-sec**/

/**start-feature-sec**/
.ftr-box {
    border: 1px #1DACE0 solid;
    margin: 25px 0px;
    padding: 15px;
    border-radius: 16px;
    border-bottom: 5px #1DACE0 solid;
    max-width: 350px;
    position: relative;
}

.ftr-box p {
    margin-bottom: 0px;
    margin-top: 8px;
    color: #000;
}

.left-ftr .ftr-box.scd-box {
    margin-left: -100px;
}

.right-ftr .ftr-box.scd-box {
    margin-right: -100px;
}

.right-ftr .ftr-box {
    float: right;
}

.left-ftr .ftr-box:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 2px;
    background: #1DACE0;
    right: -80px;
    top: 50%;
}

.right-ftr .ftr-box:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 2px;
    background: #1DACE0;
    left: -80px;
    top: 50%;
}

.right-ftr .ftr-box.scd-box:after {
    width: 170px;
    background: #1DACE0;
    left: -170px;
}

.left-ftr .ftr-box.scd-box:after {
    width: 170px;
    background: #1DACE0;
    right: -170px;
}

.ftr-box {
    font-family: 'Jost';
    font-size: 14px;
}

.ftr-box mark {
    font-size: 16px;
    background: #F3F6FB;
    font-weight: 500;
}


/**start-feature-sec**/




/**top-footer**/
.top-footer {
    background: #000000;
}

.ftr-top label {
    background: #1DACE0;
    width: 50px;
    height: 50px;
    padding: 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}

.ftr-top {
    padding: 30px 0px;
    display: flex;
    color: #fff;
    position: relative;
    align-items: center;
    justify-content: center;
}

.ftr-top::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 1px;
    height: 101%;
    background: #fff;
}

.ftr-top-end::after {
    display: none;
}

.ftr-top span {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
}

.ftr-top span li {
    list-style: none;
}

.ftr-top span {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #B3C1D3;
}

.ftr-top span a {
    color: #fff;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
}

.ftr-top span li a {
    width: 28px;
    height: 28px;
    background: #1DACE0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

footer hr {
    background: #fff;
    height: 3px;
    width: 100%;
    margin: 0;
    padding: 0;
}

/**top-footer**/

/**start-discount-sec**/
.custom-pic img.img-fluid {
    width: 100%;
    min-height: 505px;
    height: 505px;
    object-fit: cover;
}

.glob-box img.img-fluid {
    width: 100%;
    min-height: 505px;
    height: 505px;
}

.custom-pic {
    position: relative;
}

.glob-box {
    position: relative;
    font-family: 'Jost';
}

.custom-txt {
    position: absolute;
    top: 50%;
    left: 15%;
    color: #fff;
    transform: translate(0%, -50%);
}

.custom-txt h3 {
    font-size: 46px;
    font-family: 'Jost';
    font-weight: 600;
    text-transform: capitalize;
    line-height: 70px;
}

.custom-txt h3 mark {
    background: #fff;
    color: #1DACE0;
    padding: 0px 5px;
    border-radius: 5px;
}

.custom-txt p {
    font-family: 'Jost';
}

.custom-txt a.site-btn {
    min-width: 250px;
    padding: 15px;
    border-radius: 5px;
}

.custom-pic img.get {
    display: none;
    position: absolute;
    top: 22px;
    right: 22px;
}

.glob-txt {
    position: absolute;
    bottom: 0px;
    color: #fff;
    padding: 20px;
    background: linear-gradient(#fff0 0%, #000 100%);
}

.glob-txt h4 {
    font-size: 26px;
    font-weight: 700;
}

.custom-pic.scd .custom-txt {
    text-align: right;
    right: 15%;
}

.custom-pic.scd img.get {
    bottom: 22px;
    left: 22px;
    top: auto;
}

/**end-discount-sec**/

/**start-review-sec**/
.review-sec .heading::after {
    content: 'TESTIMONIAL';
    position: absolute;
    top: -10px;
    font-size: 100px;
    color: #f5fcff;
    text-shadow: 0 0 black;
    z-index: -1;
    font-family: 'Jost';
    font-weight: 600;
    left: 50%;
    transform: translate(-50%, -50%);
}

.review-sec {
    margin: 70px 0px;
    background: #F9FDFF;
}

.inr-cmt {
    background-image: url(../images/review-bg.png);
    width: 100%;
    min-height: 600px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0px;
}

.user-txt {
    padding-left: 50px;
    font-family: 'Jost';
}

.user {
    border: 1px #1DACE0 solid;
    border-radius: 50%;
    padding: 20px;
    width: 260px;
    height: 260px;
    position: relative;
}

.user img.usrs {
    width: 215px;
    height: 215px;
    object-fit: cover;
    border-radius: 50%;
}

.user img.qots {
    position: absolute;
    right: 0px;
    top: -7px;
    max-width: 60px;
}

.user-txt p {
    color: #4D5765;
    font-size: 18px;
    font-weight: 500;
}

.user-txt h6 {
    color: #000;
    font-weight: 500;
}

.user-txt label {
    color: #4D5765;
    font-size: 14px;
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    margin-right: 3px;
    margin-left: 3px;
    background-color: #6c809f3d;
    border-radius: 50%;
    opacity: 1;
}

.carousel-indicators .active {
    background-color: #1DACE0;
}

.counts {
    border: 1px #1DACE0 solid;
    background: #fff;
    margin-top: 30px;
    border-radius: 30px 6px;
    padding: 15px;
}

.counts p {
    margin-bottom: 0px;
    font-family: 'Jost';
    font-size: 15px;
}

.counts h3 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 5px;
}

.counts:hover h3 {
    color: #1DACE0;
    ;
}

/**end-review-sec**/

/**startt-footer**/
footer {
    background: #000000;
    padding: 50px 0px;
    border-top: 1px #959595 solid;
    font-family: 'Jost';
}

footer .fst-box p {
    color: #fff;
    margin: 15px 0px;
    display: flex;
    align-items: center;
}

footer .fst-box p i {
    font-size: 20px;
    margin-right: 10px;
    background: #1DACE0;
    width: 36px;
    height: 35px;
    text-align: center;
    line-height: 34px;
    border-radius: 2px;
}

footer .fst-box a.site-btn {
    min-width: 250px;
    padding: 15px;
    border-radius: 5px;
}

footer .fst-box input.form-control {
    background: transparent;
    border-right: 0px;
}

footer .fst-box .input-group {
    border-radius: 5px;
    border: 1px solid #283752;
}

footer .fst-box span#basic-addon2 {
    padding: 13px;
    background: transparent;
    border-left: 0px;
    color: #1DACE0;
    font-size: 22px;
}

.input-group>.form-control:focus,
.input-group>.form-select:focus {
    background: transparent;
    color: #fff !important;
    box-shadow: none !important;
}

.scd-box {
    color: #fff;
}

footer .scd-box ul li a {
    color: #fff;
}

footer .scd-box ul li {
    list-style: none;
    margin-bottom: 10px;
    text-transform: capitalize;
}

footer .scd-box ul {
    padding-left: 0px;
}

.fst-box {
    padding-right: 10%;
}

footer h3 {
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 40px;
    color: #fff;
    position: relative;
}

footer h3:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 2px;
    background: #fff;
    left: 0;
    bottom: -14px;
}

footer .scd-box ul li:hover a {
    color: #B3C1D3;
}

.copyright {
    background: #000;
    border-top: 1px #959595b8 solid;
    color: #fff;
    text-align: center;
    padding: 15px 0px;
}

.copyright p {
    margin-bottom: 0px;
}

.copyright p a {
    color: #fff;
}

ul {
    padding-left: 0px;
}

.trd-box ul li {
    display: inline-block;
    margin: 4px;
    border-radius: 7px;
    overflow: hidden;
}

/**end-footer**/
.top-csl a.site-btn {
    min-width: auto;
}


/*Extraa CSS*/

