@charset "utf-8";

/* CSS Document */

.inner-ban {
    width: 100%;
    position: relative;
}

.inner-ban img {
    width: 100%;
}

.kharpat-waar {
    width: 100%;
}

.kharpat-waar .flex {
    display: flex;
    justify-content: center;
}

.grey-bx {
    background: #e6e6e6;
    border-radius: 30px;
    padding: 30px 40px;
    margin-top: -80px;
    line-height: 1.6;
    font-weight: 300;
}

.grey-bx p {
    margin-bottom: 20px;
}

.grey-bx ol {
    padding-left: 15px;
}

.grey-bx ol li {
    padding-bottom: 3px;
    list-style: decimal;
}

.grey-bx.v2 {
    padding: 17px 50px;
    margin-top: -40px;
    z-index: 1;
}

.hdt-5 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0px;
}

.hdt-6 {
    font-size: 20px;
    font-weight: 600;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-center {
    text-align: center;
}

.hdt-3 {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 15px;
}

.hdt-4 {
    font-size: 16px;
    margin-bottom: 20px;
}

footer {
    width: 100%;
}

.application-bx {
    padding: 50px;
    width: 380px;
}

.application-bx ul li {
    margin-bottom: 15px;
}

.application-bx h3 {
    text-align: center;
}

.application-bx h4 {
    font-weight: 400;
    font-size: 16px
}

.application-bx.op1 {
    width: auto;
}

.application-bx.op1 h3 {
    text-align: left;
}

.application-bx.op1 ul {
    display: flex;
    margin: 0 -15px;
    margin-top: 30px;
}

.application-bx.op1 ul li {
    width: 50%;
    padding: 0 15px;
}

.application-bx.op1 .whole-btn-bx {
    /*    display: flex;*/
    justify-content: space-between;
    align-items: center;
}

.whole-btn-bx {
    box-shadow: 5px 7px 14px 0px #00000026;
    padding: 20px;
    background: #fff;
    border-radius: 24px;
    display: block;
    color: #000;
}

.whole-btn-bx:hover {
    background: rgb(7, 67, 145);
    background: linear-gradient(180deg, rgba(7, 67, 145, 1) 0%, rgba(27, 32, 91, 1) 99%);
    color: #fff;
}

.whole-btn-bx img {
    padding-right: 20px;
}

.whole-btn-bx:hover img.ds {
    display: none;
}

.whole-btn-bx img.ds {
    display: block;
}

.whole-btn-bx:hover img.dsn {
    display: block;
}

.whole-btn-bx:hover .know-m {
    background: url(../images/right-arrow2-w.svg) no-repeat right 5px;
}

.whole-btn-bx img.dsn {
    display: none;
}

.icon-w-t {
    display: flex;
    align-items: center;
}

.know-m {
    font-style: italic;
    text-align: right;
    font-size: 12px;
    background: url(../images/right-arrow2.svg) no-repeat right 5px;
    padding-right: 30px;
}

.whole-btn-bx .know-m {
    margin-top: -13px;
}

.hdt-2 {
    font-weight: 400;
    font-size: 16px;
}

.car-section {
    display: inline-block;
    width: 100%;
}

.car-section .owl-stage {
    /* display: flex;
    align-items: center; */
}

.car-section .owl-stage {
    height: 400px;
    display: flex;
    align-items: center;
}

.car-section .owl-stage .owl-item .itm {
    /* width: 200px;
    transition: all ease .5; */
    transform: translateZ(0) scale(1);
}

.car-section .owl-stage .owl-item .itm {
    opacity: .4;
}

.car-section .owl-stage .owl-item .itm img {
    /* width: 300px;*/
    transition: all ease .5;
}

.car-section .owl-stage .owl-item {
    /* display: flex;
    justify-content: end; */
}

.car-section .owl-stage .owl-item.center+div {
    /* display: flex;
    justify-content: start; */
}

.car-section .owl-stage .owl-item.active.center .itm {
    position: relative;
    opacity: 1;
    /* width: 90%; */
    z-index: 1;
    transition: all ease .5;
    transform: translateZ(0) scale(1.4);
}

.car-section .owl-stage .owl-item.active.center .itm img {
    transition: all ease .5;
    transform: translateZ(0) scale(1);
    z-index: 1;
}

.car-section .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 49%;
    height: 0px;
    margin-top: -15px;
}

.car-section .owl-prev,
.car-section .owl-next {
    position: absolute;
    background: inherit;
    border: 0px;
}

.car-section .owl-next {
    right: 0px;
}

.car-section .owl-stage .owl-item .itm .playIcon {
    display: none;
}

.car-section .owl-stage .owl-item.active.center .itm .playIcon {
    display: block;
}

.playIcon {
    background: url('../images/play.svg') no-repeat;
    background-size: 100%;
    height: 60px;
    width: 60px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
}

.popupBox.trans {
    background: transparent;
    border: 0px;
}

.mob-icns {
    display: none;
}

.video-cap-car {
    padding: 80px 0;
}

.photo-car .owl-dots,
.cap-car .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -22px;
}

.photo-car .owl-dots .owl-dot,
.cap-car .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
    border: 0px;
    background: #ddd;
}

.photo-car .owl-dots .owl-dot {
    background: #fff;
}

.photo-car .owl-dots .owl-dot.active,
.cap-car .owl-dots .owl-dot.active {
    background: #093f8c;
}

.photo-car .owl-nav,
.cap-car .owl-nav {
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 200px;
    margin: 0px auto;
    padding-top: 30px;
}

.photo-car .owl-nav button,
.cap-car .owl-nav button {
    background: none;
    border: none;
}

.item-with-play {
    position: relative;
}

.item-with-play figcaption {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0px;
    display: block;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 14px 24px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.item-with-play .count-img {
    position: absolute;
    background: #332e6e;
    color: #fff;
    top: 25px;
    left: 35px;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

img.full-width {
    width: 100%;
}

.grey-sec {
    background: #e3e3e3;
    display: inline-block;
    width: 100%;
    padding: 60px 0 80px;
    margin-bottom: -5px;
}

.text-right {
    text-align: right;
}

.prSpc {
    text-align: center;
    margin-top: 30px;
    font-size: 16px;
}

.prSpc td {
    width: 400px;
}

.prSpc .white-bg {
    vertical-align: middle;
    width: 300px;
}

.white-bg {
    background: #fff;
}

.search-sec {
    padding: 60px 0 15px;
}

.search-grp {
    background: #e5e5e5;
    border-radius: 40px;
    padding: 8px 20px;
    align-items: center;
}

.search-grp .input-group-append {
    margin-left: 0px;
}

.search-grp .form-control {
    border-radius: 40px;
    background: #e5e5e5;
    border: 0px;
    font-style: italic;
    font-weight: 600;
}

.search-grp .form-control:focus {
    border: 0px;
    outline: none;
    box-shadow: none;
}

.search-grp .btn {
    border-radius: 40px !important;
    font-style: italic;
    font-weight: 600;
    border: solid 2px #000;
    color: #000;
    padding: 4px 20px;
    line-height: .3;
    height: 27px;
}

.card-2 {
    background: #e5e5e5;
    padding: 15px;
    border-radius: 40px;
    margin-top: 30px;
}

.card-2 .card-body {
    padding-bottom: 0px;
}

.card-2 .card-title {
    color: #3c6ea1;
    font-weight: 600;
}

.card-2 .card-text {
    font-size: 16px;
}

.card-2 .card-body .btn.btn-swj {
    margin: 15px 0 15px;
}

.btn.btn-swj {
    border-radius: 40px !important;
    font-style: italic;
    font-weight: 600;
    border: solid 2px #000;
    color: #000;
    padding: 4px 20px;
    line-height: .8;
    height: 27px;
}

.card-sec {
    padding: 0 0 60px;
}

.triangle-down {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    vertical-align: middle;
}

.btn.btn-light.act .triangle-down {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #000;
    border-top: 0px solid #000;
    vertical-align: middle;
}

.btn.btn-light {
    background: #e5e5e5;
    border-radius: 20px;
    padding: 3px 20px;
}

.kharpat-waar.grey {
    padding: 60px 0;
    background: #e2e2e2;
}

.kharpat-waar.grey .btn.btn-light {
    background: #fff;
}

.kharpat-waar.grey .grey-bx.v2 {
    background: #fff;
    margin-top: 0px;
}

.card-3 {
    background: #fff;
    padding: 15px;
    border-radius: 40px;
    margin-top: 30px;
}

.card-3 .card-body {
    padding-bottom: 0px;
    text-align: center;
    padding-top: 10px;
}

.card-3 .card-title {
    margin-bottom: 0px;
}

@media (max-width:768px) {
    .grey-bx.v2 {
        margin-top: -20px;
    }
    .card-3 .card-title {
        font-size: 16px;
    }
    .item-with-play .count-img {
        top: 17px;
        left: 16px;
    }
    .item-with-play figcaption {
        font-size: 14px;
    }
    .playIcon {
        height: 40px;
        width: 40px;
    }
    .hdt-5 {
        font-size: 18px;
    }
    .application-bx {
        padding: 20px;
        width: auto;
    }
    .car-section .owl-stage {
        height: 320px;
    }
    .application-bx.op1 ul {
        flex-wrap: wrap;
    }
}

@media (max-width:767px) {
    .grey-bx.v2 {
        padding: 13px 30px;
    }
    .kharpat-waar.demo .grey-bx {
        min-width: 300px;
    }
    .nav-container {
        display: none;
    }
    .car-section .owl-stage {
        height: 280px;
    }
    .car-section .owl-nav {
        width: 100%;
    }
    .car-section .owl-prev {
        left: -14px;
    }
    .car-section .owl-stage .owl-item.active.center .itm {
        transform: translateZ(0) scale(1);
    }
    .popupBox.trans {
        width: 100%;
        padding: 0px;
    }
    .player-v1 {
        height: 260px !important;
    }
    .mob-icns {
        display: block;
    }
}