/*--------------------------------
     =====Table Of Contents====

1.  General Styles 
2.  Mixins CSS
3.  Back To Top Button CSS
4.  Preloader CSS
5.  Button & Link CSS
6.  Section Title & Overlay & Shape CSS
7.  Social Link CSS
8.  Pagination CSS
9.  Sidebar CSS
     - Search Box Widget
     - Taglist Widget
     - Category Widget
     - Filter Search Widget
     - New Arrival Product Widget
     - Popular Post Widget
10. Sign In CSS
11. FAQ Terms & Conditions
----------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Manjari:wght@100;400;700&family=Poppins:wght@200;300;400;500;600;700;800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*---------------------------------
            General Styles 
-----------------------------------*/

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

:focus,
button:focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none;
}

a,
button,
input[type=submit] {
    cursor: pointer;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
}

a {
    color: #000;
    text-transform: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover,
a :focus {
    text-decoration: none;
    box-shadow: none;
    color: #000;
}

a:focus {
    outline: 0 solid;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.5;
    color: #21224a;
    font-family: "Montserrat", sans-serif;
}

body {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    color: #666666;
}

p {
    font-size: 16px;
    line-height: 1.7;
    color: #666666;
}

select {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/down-arrow.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 94% 50%;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

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

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-200 {
    padding-top: 200px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-130 {
    padding-bottom: 130px;
}

.ptb-10 {
    padding-bottom: 10px;
    padding-bottom: 10px;
}

.ptb-20 {
    padding-bottom: 20px;
    padding-bottom: 20px;
}

.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.ptb-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mmt-10 {
    margin-top: -10px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

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

.mtb-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}

.z-0 {
    z-index: 0;
    position: relative;
}

#message {
    padding: 0;
    margin: 0;
}

.help-block {
    color: #E31C25;
}

.list-style {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-style li {
    list-style: none;
}

.page-wrapper {
    overflow-x: hidden;
}


/*---------------------------------
          Mixins & Animation CSS
-----------------------------------*/

.comment-item-wrap .comment-item,
.post-author,
.post-navigation,
.contact-box-wrap .contact-item,
.counter-card,
.why-choose-wrap.style3 .wh-content .feature-item-wrap,
.why-choose-wrap.style1 .wh-img-wrap .wh-promo-video,
.why-choose-wrap.style1 .wh-content .feature-item-wrap,
.feature-item-wrap .feature-item,
.book-course-wrap .book-course-form .booking-form,
.pp-post-item,
.select-lang .navbar-language .dropdown-toggle,
.search-area,
.header-wrap .header-top .header-top-right,
.owl-carousel .owl-nav,
.feature-item-wrap .feature-item.style1 .feature-icon,
.team-card .team-info-wrap,
.vehicle-card .vehicle-info .vehicle-meta-info .vehicle-promo-info,
.vehicle-card .vehicle-info .vehicle-meta-info,
.course-card.style3 .course-info .course-author-wrap,
.course-card.style1 .course-info .course-author-wrap,
.course-card.style2 .course-info .course-author-wrap,
.team-desc .team-member-info li,
.course-details-wrap .course-desc .course-brief ul li,
.course-details-wrap .course-desc .course-metainfo-wrap .course-author,
.testimonial-card.style1 .client-info-wrap,
.why-choose-wrap.style3 .wh-content .feature-item-wrap .feature-item,
.course-card.style3 .course-info .course-author-wrap .course-author,
.course-card.style1 .course-info .course-author-wrap .course-author,
.course-card.style2 .course-info .course-author-wrap .course-author,
.about-wrap.style3 .about-img-wrap .about-promo-box,
.about-wrap.style1 .about-img-wrap .about-promo-box,
.hero-wrap.style1 .hero-img-wrap .hero-promo-text,
.footer-wrap .footer-widget .contact-info li span,
.contact-box-wrap .contact-item .contact-icon,
.blog-card.style3 .blog-info .blog-link,
.team-card .team-info-wrap .team-link,
.vehicle-card.style3 .vehicle-info .vehicle-link,
.course-card.style3 .course-info .course-link,
.feature-item-wrap .feature-item .feature-icon,
.search-area,
.social-profile.style1 li a,
.social-profile.style2 li a,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    display: flex;
    flex-wrap: wrap;
}

.footer-wrap .footer-widget .contact-info li span,
.contact-box-wrap .contact-item .contact-icon,
.blog-card.style3 .blog-info .blog-link,
.team-card .team-info-wrap .team-link,
.vehicle-card.style3 .vehicle-info .vehicle-link,
.course-card.style3 .course-info .course-link,
.feature-item-wrap .feature-item .feature-icon,
.search-area,
.social-profile.style1 li a,
.social-profile.style2 li a,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    flex-direction: column;
    justify-content: center;
}

.post-navigation,
.team-desc .team-member-info li,
.course-details-wrap .course-desc .course-brief ul li,
.course-details-wrap .course-desc .course-metainfo-wrap .course-author,
.counter-card,
.testimonial-card.style1 .client-info-wrap,
.team-card .team-info-wrap,
.vehicle-card .vehicle-info .vehicle-meta-info .vehicle-promo-info,
.vehicle-card .vehicle-info .vehicle-meta-info,
.why-choose-wrap.style3 .wh-content .feature-item-wrap .feature-item,
.why-choose-wrap.style1 .wh-img-wrap .wh-promo-video,
.course-card.style3 .course-info .course-author-wrap .course-author,
.course-card.style3 .course-info .course-author-wrap,
.course-card.style1 .course-info .course-author-wrap .course-author,
.course-card.style2 .course-info .course-author-wrap .course-author,
.course-card.style1 .course-info .course-author-wrap,
.course-card.style2 .course-info .course-author-wrap,
.about-wrap.style3 .about-img-wrap .about-promo-box,
.about-wrap.style1 .about-img-wrap .about-promo-box,
.hero-wrap.style1 .hero-img-wrap .hero-promo-text,
.select-lang .navbar-language .dropdown-toggle,
.header-wrap .header-top .header-top-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.book-course-wrap .book-course-form .booking-form {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
}

.post-navigation,
.team-card .team-info-wrap,
.vehicle-card .vehicle-info .vehicle-meta-info .vehicle-promo-info,
.vehicle-card .vehicle-info .vehicle-meta-info,
.why-choose-wrap.style3 .wh-content .feature-item-wrap,
.course-card.style3 .course-info .course-author-wrap,
.course-card.style1 .course-info .course-author-wrap,
.course-card.style2 .course-info .course-author-wrap {
    justify-content: space-between;
}

.header-wrap .header-top .header-top-right {
    justify-content: flex-end;
}

.feature-item-wrap .feature-item.style1 .feature-icon {
    justify-content: flex-start;
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 80px;
    width: 80px;
    transform: translateX(-50%) translateY(-50%);
    transform-origin: center center;
    border-radius: 50%;
    -ms-box-shadow: 0 0 0 0 #fff;
    -o-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff;
    animation: ripple 3s infinite;
}

.play-now {
    position: relative;
    height: 85px;
    width: 85px;
    text-align: center;
    line-height: 92px;
    background-color: transparent;
    border: 3px solid #fff;
    color: #fff;
    z-index: 1;
    font-size: 28px;
    padding-left: 5px;
    display: block;
    transform-origin: center center;
    border-radius: 50%;
    margin: 0 auto;
}

.play-now .ripple:before {
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.play-now .ripple:after {
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}


/*---------------------------------
     Back To Top Button CSS
-----------------------------------*/

.back-to-top {
    font-size: 24px;
    width: 45px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    display: none;
    position: fixed;
    bottom: 230px;
    right: 20px;
    z-index: 999;
    border-radius: 5px;
    background: #3D72FC;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease-in-out;
}

.back-to-top.open {
    bottom: 30px;
}

.back-to-top i {
    color: #fff;
    position: relative;
    top: 2px;
}


/*---------------------------------
     Preloader CSS
-----------------------------------*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 20000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 20000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader svg {
    transform: scaleX(1);
}

.car__body {
    animation: shake 0.2s ease-in-out infinite alternate;
}

.car__line {
    transform-origin: center right;
    stroke-dasharray: 22;
    animation: line 0.8s ease-in-out infinite;
    animation-fill-mode: both;
}

.car__line--top {
    animation-delay: 0s;
}

.car__line--middle {
    animation-delay: 0.2s;
}

.car__line--bottom {
    animation-delay: 0.4s;
}

@keyframes shake {
    0% {
        transform: translateY(-1%);
    }
    100% {
        transform: translateY(3%);
    }
}

@keyframes line {
    0% {
        stroke-dashoffset: 22;
    }
    25% {
        stroke-dashoffset: 22;
    }
    50% {
        stroke-dashoffset: 0;
    }
    51% {
        stroke-dashoffset: 0;
    }
    80% {
        stroke-dashoffset: -22;
    }
    100% {
        stroke-dashoffset: -22;
    }
}


/*---------------------------------
       Button & Link CSS
----------------------------------*/

.btn:not(.btn-bs) {
    display: inline-block;
    line-height: 30px;
    font-weight: 600;
    border-radius: 5px;
    text-align: center;
    transition: all 0.7s ease-in-out;
    position: relative;
    z-index: 1;
    border: none;
    padding: 14px 35px;
    border-radius: 0;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
}

.btn i {
    position: relative;
    top: 3px;
    font-size: 16px;
    margin-left: 7px;
    transition: all 0.4s ease-in-out;
}

.btn:hover {
    color: #fff;
}

.btn.style1 {
    background-color: var(--color-lavande);
}

.btn.style1:before {
    background: #21224a;
}

.btn.style2 {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.07);
    color: #3D72FC;
}

.btn.style2:before {
    background: #3D72FC;
}

.btn.style2:after {
    background: #21224a;
}

.btn.style2:hover {
    color: #fff;
}

.btn.style3 {
    background-color: #000;
    color: #fff;
}

.btn.style3:before {
    background: #3D72FC;
}

.btn.style3:hover {
    color: #fff;
}

.btn.style4 {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #000;
}

.btn.style4:before {
    background: #3D72FC;
}

.btn.style4:hover {
    color: #fff;
}

.link {
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    line-height: 26px;
    display: inline-block;
    position: relative;
    color: #3D72FC;
    transition: all 0.4s ease-in-out;
}

.link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background: #3D72FC;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.link i {
    position: relative;
    top: 3px;
    margin-left: 5px;
    font-size: 14px;
    transition: all 0.4s ease-in-out;
}

.link:hover {
    color: #3D72FC;
}

.link:hover:after {
    visibility: visible;
    opacity: 1;
    width: 100%;
}

.link:hover i {
    margin-left: 10px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}

.owl-carousel .owl-nav button.owl-prev i,
.owl-carousel .owl-nav button.owl-next i {
    font-size: 18px;
    line-height: 0.8;
    display: inline-block;
    position: relative;
    top: 2px;
    color: #666666;
    margin: 0 auto;
    transition: all 0.4s ease-in-out;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    background-color: #3D72FC;
    border-color: transparent;
}

.owl-carousel .owl-nav button.owl-prev:hover i,
.owl-carousel .owl-nav button.owl-next:hover i {
    color: #fff;
}

.owl-carousel .owl-dots button.owl-dot {
    display: inline-block;
    margin: 0 6px;
    position: relative;
    bottom: -5px;
}

.owl-carousel .owl-dots button.owl-dot span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #F3F3F3;
    position: relative;
    transition: all 0.4s ease-in-out;
}

.owl-carousel .owl-dots button.owl-dot.active span {
    background: #3D72FC;
}


/*--------------------------------------
    Section Title,Overlay & Shape CSS
----------------------------------------*/

.section-title,
.content-title {
    position: relative;
}

.section-title h2,
.content-title h2 {
    font-size: 40px;
    margin: 0;
}

.section-title p,
.content-title p {
    margin: 12px 0 0;
}

.section-title span,
.content-title span {
    display: inline-block;
    margin: 0 0 8px;
    position: relative;
    z-index: 1;
    line-height: 1;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    padding-bottom: 15px;
}

.section-title span:after,
.content-title span:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 50px;
    height: 3px;
    background-color: #3D72FC;
}

.section-title span:before,
.content-title span:before {
    position: absolute;
    bottom: 0;
    left: 55px;
    content: "";
    width: 4px;
    height: 3px;
    background-color: #3D72FC;
}

.section-title.style1 span,
.content-title.style1 span {
    color: #3D72FC;
}

.section-subtext {
    margin-bottom: 0;
    line-height: 1.1;
}

.bg-transparent {
    background-color: transparent;
}

.bg-black {
    background-color: #000;
}

.bg-white {
    background-color: #fff;
}

.bg-concrete {
    background-color: #F3F3F3;
}

.bg-blue {
    background-color: #3D72FC;
}

.bg-downriver {
    background-color: #21224a;
}

.bg-catskill {
    background-color: #F9FAFC;
}

.bg-athens {
    background-color: #F3F4F6;
}

.bg-albastor {
    background-color: #f9f9f9;
}

.body_overlay {
    position: fixed;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.body_overlay.open {
    visibility: visible;
    opacity: 1;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.op-1 {
    opacity: 0.1;
}

.op-2 {
    opacity: 0.2;
}

.op-3 {
    opacity: 0.3;
}

.op-4 {
    opacity: 0.4;
}

.op-5 {
    opacity: 0.5;
}

.op-6 {
    opacity: 0.6;
}

.op-7 {
    opacity: 0.7;
}

.op-75 {
    opacity: 0.75;
}

.op-8 {
    opacity: 0.8;
}

.op-85 {
    opacity: 0.85;
}

.op-9 {
    opacity: 0.9;
}

.op-95 {
    opacity: 0.95;
}

.op-10 {
    opacity: 1;
}

.bg-f {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ddd;
}

.pos-rel {
    position: relative;
    z-index: 1;
}

.bounce {
    animation: float 1500ms infinite ease-in-out;
}

.moveHorizontal {
    animation: moveHorizontal 3000ms infinite ease-in-out;
}

.moveVertical {
    animation: moveVertical 3000ms infinite ease-in-out;
}

.moveHorizontal_reverse {
    animation: moveHorizontal_reverse 3000ms infinite ease-in-out;
}

.animationFramesTwo {
    animation: animationFramesTwo 20000ms infinite ease-in-out;
}

.waving_left {
    animation: waving_left 7s infinite linear;
    transition: all 0.3s ease-in-out;
}

.waving_right {
    animation: waving_right 7s infinite linear;
    transition: all 0.3s ease-in-out;
}

.rotate {
    animation: rotation 20s infinite linear;
}

.semi-rotate {
    animation: semi-rotate 5s infinite linear;
}

@keyframes waving_left {
    0% {
        -webkit-transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(3deg);
    }
    50% {
        -webkit-transform: rotate(6deg);
    }
    75% {
        -webkit-transform: rotate(-3deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes waving_right {
    0% {
        -webkit-transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(-3deg);
    }
    50% {
        -webkit-transform: rotate(-6deg);
    }
    75% {
        -webkit-transform: rotate(-3deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

@keyframes semi-rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(45deg);
    }
    75% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-45deg);
    }
}

@keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes moveHorizontal {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(-20px);
    }
    100% {
        transform: translateX(0px);
    }
}

@keyframes moveHorizontal_reverse {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(20px);
    }
    100% {
        transform: translateX(0px);
    }
}

@keyframes moveVertical {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}


/*-------------------------------
     Social Link  CSS
-------------------------------*/

.social-profile li {
    display: inline-block;
    margin: 0 4px;
}

.social-profile li:first-child {
    margin-left: 0;
}

.social-profile li:last-child {
    margin-right: 0;
}

.social-profile li:last-child {
    margin-right: 0;
}

.social-profile li a {
    display: block;
    text-align: center;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
}

.social-profile li a i {
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    line-height: 0.8;
}

.social-profile li a:hover {
    border-color: transparent;
    color: #3D72FC;
}

.social-profile.style1 li a,
.social-profile.style2 li a {
    width: 35px;
    height: 35px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.social-profile.style1 li a {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.social-profile.style1 li a i {
    color: #3D72FC;
}

.social-profile.style1 li a:hover {
    background-color: #3D72FC;
    transform: translateY(-3px);
}

.social-profile.style1 li a:hover i {
    color: #fff;
}

.social-profile.style2 li a {
    background: #F0F0F0;
    border-radius: 50%;
}

.social-profile.style2 li a i {
    color: #777;
}

.social-profile.style2 li a:hover {
    background-color: #3D72FC;
    transform: translateY(-3px);
}

.social-profile.style2 li a:hover i {
    color: #fff;
}


/*-------------------------------
        Pagination  CSS
-------------------------------*/

.page-navigation .page-nav {
    text-align: center;
}

.page-navigation .page-nav li {
    margin: 0 5px;
    display: inline-block;
}

.page-navigation .page-nav li a {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 18px;
    line-height: 55px;
    font-weight: 600;
    background: #F3F3F3;
    text-align: center;
    color: #666666;
    transition: all 0.4s ease-in-out;
}

.page-navigation .page-nav li a i {
    font-size: 18px;
    line-height: 55px;
    margin: 0 auto;
    color: #666666;
    position: relative;
    top: 4px;
    transition: all 0.4s ease-in-out;
}

.page-navigation .page-nav li a.active,
.page-navigation .page-nav li a:not(.disabled):hover {
    color: #fff;
    opacity: 1;
    background-color: #3D72FC;
}

.page-navigation .page-nav li a.active i,
.page-navigation .page-nav li a:hover i {
    color: #fff;
}

.comment-item-wrap .comment-item,
.post-author,
.post-navigation,
.contact-box-wrap .contact-item,
.counter-card,
.why-choose-wrap.style3 .wh-content .feature-item-wrap,
.why-choose-wrap.style1 .wh-img-wrap .wh-promo-video,
.why-choose-wrap.style1 .wh-content .feature-item-wrap,
.feature-item-wrap .feature-item,
.book-course-wrap .book-course-form .booking-form,
.pp-post-item,
.select-lang .navbar-language .dropdown-toggle,
.search-area,
.header-wrap .header-top .header-top-right,
.footer-wrap .footer-widget .contact-info li span,
.contact-box-wrap .contact-item .contact-icon,
.blog-card.style3 .blog-info .blog-link,
.team-card .team-info-wrap .team-link,
.vehicle-card.style3 .vehicle-info .vehicle-link,
.course-card.style3 .course-info .course-link,
.feature-item-wrap .feature-item .feature-icon,
.team-desc .team-member-info li,
.course-details-wrap .course-desc .course-brief ul li,
.course-details-wrap .course-desc .course-metainfo-wrap .course-author,
.testimonial-card.style1 .client-info-wrap,
.team-card .team-info-wrap,
.vehicle-card .vehicle-info .vehicle-meta-info .vehicle-promo-info,
.vehicle-card .vehicle-info .vehicle-meta-info,
.why-choose-wrap.style3 .wh-content .feature-item-wrap .feature-item,
.course-card.style3 .course-info .course-author-wrap .course-author,
.course-card.style3 .course-info .course-author-wrap,
.course-card.style1 .course-info .course-author-wrap .course-author,
.course-card.style2 .course-info .course-author-wrap .course-author,
.course-card.style1 .course-info .course-author-wrap,
.course-card.style2 .course-info .course-author-wrap,
.about-wrap.style3 .about-img-wrap .about-promo-box,
.about-wrap.style1 .about-img-wrap .about-promo-box,
.hero-wrap.style1 .hero-img-wrap .hero-promo-text,
.feature-item-wrap .feature-item.style1 .feature-icon,
.owl-carousel .owl-nav,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.social-profile.style1 li a,
.social-profile.style2 li a {
    display: flex;
    flex-wrap: wrap;
}

.footer-wrap .footer-widget .contact-info li span,
.contact-box-wrap .contact-item .contact-icon,
.blog-card.style3 .blog-info .blog-link,
.team-card .team-info-wrap .team-link,
.vehicle-card.style3 .vehicle-info .vehicle-link,
.course-card.style3 .course-info .course-link,
.feature-item-wrap .feature-item .feature-icon,
.search-area,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.social-profile.style1 li a,
.social-profile.style2 li a {
    flex-direction: column;
    justify-content: center;
}

.post-navigation,
.team-desc .team-member-info li,
.course-details-wrap .course-desc .course-brief ul li,
.course-details-wrap .course-desc .course-metainfo-wrap .course-author,
.counter-card,
.testimonial-card.style1 .client-info-wrap,
.team-card .team-info-wrap,
.vehicle-card .vehicle-info .vehicle-meta-info .vehicle-promo-info,
.vehicle-card .vehicle-info .vehicle-meta-info,
.why-choose-wrap.style3 .wh-content .feature-item-wrap .feature-item,
.why-choose-wrap.style1 .wh-img-wrap .wh-promo-video,
.course-card.style3 .course-info .course-author-wrap .course-author,
.course-card.style3 .course-info .course-author-wrap,
.course-card.style1 .course-info .course-author-wrap .course-author,
.course-card.style2 .course-info .course-author-wrap .course-author,
.course-card.style1 .course-info .course-author-wrap,
.course-card.style2 .course-info .course-author-wrap,
.about-wrap.style3 .about-img-wrap .about-promo-box,
.about-wrap.style1 .about-img-wrap .about-promo-box,
.hero-wrap.style1 .hero-img-wrap .hero-promo-text,
.select-lang .navbar-language .dropdown-toggle,
.header-wrap .header-top .header-top-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.header-wrap .header-top .header-top-right {
    justify-content: flex-end;
}


/*---------------------------------
        Header CSS 
-----------------------------------*/

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

.header-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: 0.4s;
}

.header-wrap.sticky {
    position: fixed;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: 0.4s;
    background: #fff;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    width: 100%;
    top: -58px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.header-wrap.sticky.style1 {
    background: #21224a;
}

.header-wrap .header-top {
    padding: 13px 0;
    background-color: transparent;
}

.header-wrap .header-top .header-top-left .contact-info li {
    display: inline-block;
    margin-right: 25px;
}

.header-wrap .header-top .header-top-left .contact-info li:last-child {
    margin-right: 0;
}

.header-wrap .header-top .header-top-left .contact-info li i {
    font-size: 14px;
    line-height: 0.8;
    color: #3D72FC;
    position: relative;
    top: 2px;
    margin-right: 6px;
}

.header-wrap .header-top .header-top-left .contact-info li a,
.header-wrap .header-top .header-top-left .contact-info li p {
    color: #666666;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 0;
}

.header-wrap .header-top .header-top-left .contact-info li a:hover,
.header-wrap .header-top .header-top-left .contact-info li p:hover {
    color: #21224a;
}

.header-wrap .header-top .header-top-right .social-profile {
    margin-right: 25px;
}

.header-wrap .header-top .header-top-right .social-profile li a {
    width: 30px;
    height: 30px;
    background-color: #eee;
}

.header-wrap .header-top .header-top-right .social-profile li a i {
    font-size: 16px;
    color: #999;
}

.header-wrap .header-top .header-top-right .social-profile li a:hover {
    background-color: #3D72FC;
}

.header-wrap .header-top .header-top-right .social-profile li a:hover i {
    color: #fff;
}

.header-wrap .header-bottom .searchbtn {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0 30px;
}

.header-wrap .header-bottom .searchbtn i {
    font-size: 20px;
    line-height: 0.8;
    position: relative;
    top: 3px;
    color: #fff;
}

.header-wrap.style1.sticky .header-bottom {
    padding: 0;
}

.header-wrap.style1 .header-bottom {
    background: #21224a;
    margin: 0 auto;
    padding: 0 0 0 15px;
}

.header-wrap.style1 .header-bottom .others-options .header-btn {
    position: relative;
    z-index: 1;
}

.header-wrap.style1 .header-bottom .others-options .header-btn:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #3D72FC;
}

.header-wrap.style1 .header-bottom .others-options .header-btn .btn.style1 {
    padding: 33px 45px 27px;
    background: transparent;
}

.header-wrap.style1 .header-bottom .others-options .header-btn .btn.style1:before {
    background: #2F3B6B;
}

.header-wrap.style2 .header-top {
    background: #21224a;
}

.header-wrap.style2 .header-top .header-top-left .contact-info li a,
.header-wrap.style2 .header-top .header-top-left .contact-info li p {
    color: rgba(255, 255, 255, 0.7);
}

.header-wrap.style2 .header-top .header-top-right .social-profile li a {
    background: #2F3B6B;
}

.header-wrap.style2 .header-top .header-top-right .social-profile li a i {
    color: #fff;
}

.header-wrap.style2 .header-top .header-top-right .social-profile li a:hover {
    background: #3D72FC;
}

.header-wrap.style2 .header-top .header-top-right .select-lang span {
    color: rgba(255, 255, 255, 0.7);
}

.header-wrap.style2 .header-bottom {
    background: #fff;
    box-shadow: none;
}

.header-wrap.style2 .header-bottom .navbar .navbar-nav .nav-item a {
    color: #666666;
}

.header-wrap.style2 .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu li a {
    color: rgba(255, 255, 255, 0.7);
}

.header-wrap.style2 .header-bottom .navbar .navbar-nav>.nav-item>a:after {
    background: #666666;
}

.header-wrap.style2 .header-bottom .searchbtn i {
    color: #666666;
}

.search-area {
    position: fixed;
    top: 0;
    left: 50%;
    width: 0%;
    height: 100vh;
    visibility: hidden;
    background: rgba(9, 24, 81, 0.95);
    opacity: 0;
    z-index: 990;
    transform: translateX(-50%);
    transition: 0.4s;
}

.search-area.open {
    width: calc(100% + 1px);
    visibility: visible;
    opacity: 1;
}

.search-area .close-searchbox {
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    border: none;
}

.search-area .close-searchbox i {
    color: #fff;
    font-size: 35px;
    font-weight: 300;
}

.search-area .form-group input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 20px;
    padding: 20px 0;
    color: #fff;
}

.search-area .form-group input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.search-area .form-group input::placeholder {
    color: #fff;
    opacity: 1;
}

.select-lang {
    padding-left: 18px;
    position: relative;
}

.select-lang i {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 15px;
    line-height: 1;
    color: #3D72FC;
}

.select-lang .navbar-language .dropdown-toggle {
    background-color: transparent;
    border: none;
    color: #666666;
    font-size: 14px;
    padding-right: 16px;
    transition: 0.3s;
}

.select-lang .navbar-language .dropdown-toggle:after {
    display: none;
}

.select-lang .navbar-language .dropdown-toggle:before {
    position: absolute;
    top: -3px;
    right: -2px;
    content: "\ea4d";
    font-family: "remixicon";
    border: 0;
    font-size: 18px;
    color: #666666;
}

.select-lang .navbar-language .dropdown-menu {
    margin: 0;
    padding: 5px 0;
    box-shadow: 0 9px 54px 0 rgba(32, 32, 32, 0.1);
    left: auto;
    right: 0;
    inset: 0px 0 auto auto !important;
    border: none;
    border-radius: 0;
    transform: translateY(75px) !important;
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s linear;
}

.select-lang .navbar-language .dropdown-menu a {
    padding: 5px 10px;
    transition: all 0.3s linear;
    font-size: 15px;
}

.select-lang .navbar-language .dropdown-menu a img {
    width: 20px;
    margin-right: 10px;
}

.select-lang .navbar-language .dropdown-menu.show {
    transform: translateY(40px) !important;
    opacity: 1;
    pointer-events: all;
}

@media only screen and (max-width: 767px) {
    .navbar-brand img {
        max-width: 200px;
    }
    .header-wrap.sticky {
        top: 0;
    }
    .header-wrap.style2 {
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
    }
    .header-wrap.style2 .header-top .header-top-left,
    .header-wrap.style2 .header-top .header-top-right {
        justify-content: flex-start;
    }
    .header-wrap.style1,
    .header-wrap.style2 {
        background-color: #21224a;
    }
    .header-wrap.style1 .header-bottom,
    .header-wrap.style2 .header-bottom {
        padding-left: 0;
        padding-right: 0;
    }
    .header-wrap .header-top {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        padding: 40px 10px 10px;
        background: #fff;
        z-index: 1;
        transition: 0.4s;
    }
    .header-wrap .header-top.open {
        left: 0;
    }
    .header-wrap .header-top .close-sidebar {
        position: absolute;
        top: 10px;
        right: 10px;
        background: transparent;
        border: none;
        cursor: pointer;
    }
    .header-wrap .header-top .close-sidebar i {
        color: #21224a;
        font-size: 24px;
    }
    .header-wrap .header-top .header-top-left {
        text-align: left;
        margin-bottom: 15px;
    }
    .header-wrap .header-top .header-top-left .contact-info li {
        display: block;
        margin: 0 0 10px 0;
    }
    .header-wrap .header-top .header-top-left .contact-info li:last-child {
        margin-bottom: 0;
    }
    .header-wrap .header-top .header-top-right {
        justify-content: flex-start;
    }
    .header-wrap .header-top .header-top-right .social-profile {
        margin-bottom: 15px;
        width: 100%;
    }
    .header-wrap .header-top .header-top-right .select-lang .navbar-language .dropdown-menu {
        inset: 0px auto auto 0 !important;
    }
    .header-wrap .mobile-sidebar {
        position: relative;
        top: -3px;
        display: inline-block;
        line-height: 1;
        cursor: pointer;
    }
    .header-wrap .mobile-sidebar i {
        font-size: 24px;
        color: #fff;
    }
    .search-area .form-group input {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) {
    .close-sidebar,
    .mobile-sidebar {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-wrap.sticky {
        top: -95px;
    }
    .header-wrap .header-top .header-top-left {
        text-align: center;
        margin-bottom: 15px;
    }
    .header-wrap .header-top .header-top-right {
        justify-content: center;
    }
    .header-wrap .header-top .header-top-left,
    .header-wrap .header-top .header-top-right {
        justify-content: center;
    }
    .header-wrap .header-top .header-top-right .social-profile {
        margin-right: 20px;
    }
    .header-wrap .header-top .header-top-right .social-profile::after {
        right: -10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu {
        height: 100vh;
    }
}

@media only screen and (max-width: 991px) {
    .header-wrap.style2 {
        background-color: #fff;
    }
    .header-wrap.style2 .header-top .header-top-left {
        margin-bottom: 10px;
    }
    .header-wrap.style2 .header-top .close-sidebar i {
        color: #fff;
        font-size: 24px;
    }
}

@media only screen and (min-width: 992px) {
    .header-wrap.sticky.style1 .header-bottom {
        box-shadow: none;
        padding: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .header-wrap .header-top .header-top-left .contact-item p,
    .header-wrap .header-top .header-top-left .contact-item a {
        font-size: 16px;
        font-weight: 400;
    }
    .header-wrap.sticky .mobile-menu {
        margin-right: 0;
    }
    .header-wrap.style1 .header-bottom {
        background-color: #21224a;
    }
    .header-wrap.style1 .mobile-menu a {
        background: #fff;
    }
    .header-wrap.style1 .mobile-menu a i {
        color: #21224a;
    }
    .header-wrap.style2 .mobile-menu a {
        background: #21224a;
    }
    .header-wrap.style2 .mobile-menu a i {
        color: #fff;
    }
    .header-wrap.style2 .mobile-sidebar i {
        color: #666666;
    }
    .header-wrap .header-bottom {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .header-wrap .header-bottom .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .header-wrap .header-bottom .navbar .navbar-collapse {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
    }
    .header-wrap .header-bottom .navbar .navbar-nav {
        width: 100%;
        flex-direction: column;
    }
    .header-wrap .header-bottom .navbar .navbar-nav .nav-item {
        position: relative;
    }
    .header-wrap .header-bottom .navbar .navbar-nav .nav-item .menu-expand {
        position: absolute;
        right: 0;
        top: 14px;
        cursor: pointer;
    }
    .header-wrap .header-bottom .navbar .navbar-nav .nav-item .menu-expand i {
        color: #000;
        font-size: 18px;
        line-height: 1;
        position: relative;
        top: 7px;
    }
    .header-wrap .header-bottom .navbar .navbar-nav .nav-item a {
        border-bottom: 1px solid #F3F4F6;
        padding-top: 15px;
        padding-bottom: 12px;
        color: #000;
    }
    .header-wrap .header-bottom .navbar .navbar-nav .nav-item a i {
        display: none;
    }
    .header-wrap .header-bottom .navbar .navbar-nav .nav-item a.active {
        color: var(--color-lavande);
        font-weight: 700;
    }
    .header-wrap .header-bottom .navbar .navbar-nav .nav-item a.btn.style1 {
        display: block;
        width: 100%;
        margin-top: 20px;
        border-radius: var(--border-radius-theme);
    }
    .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu {
        width: 100%;
        background-color: #fff;
        border: none;
        padding: 0;
    }
    .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu li a {
        font-size: 14px;
        padding-left: 10px;
        margin-left: 10px;
    }
    .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
        color: #21224a;
    }
    .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
        margin-left: 20px;
    }
    .header-wrap .header-bottom .navbar .navbar-nav .nav-item .btn.style1 {
        margin-top: 15px;
        color: #fff;
        padding: 15px 15px 10px;
    }
    .header-wrap .header-bottom .searchbtn {
        margin: 0 15px 0 15px;
    }
    .header-wrap .header-bottom .searchbtn i {
        top: -1px;
    }
    .mobile-bar-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        justify-content: flex-end;
        text-align: right;
        position: relative;
        top: 4px;
    }
    .menu-close {
        position: absolute;
        top: 13px;
        right: 16px;
    }
    .menu-close i {
        color: #000;
        font-size: 25px;
    }
    .mobile-menu {
        text-align: right;
    }
    .mobile-menu a {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        text-align: center;
        background-color: #21224a;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .mobile-menu a i {
        font-size: 22px;
        color: #fff;
        margin: 0 auto;
    }
    .mobile-menu {
        display: inline-block;
        position: relative;
        top: -6px;
        margin: 0;
    }
    .mobile-top-bar {
        display: inline-block;
        margin-right: 6px;
        cursor: pointer;
        position: relative;
        top: 0px;
    }
    .mobile-top-bar span {
        display: block;
        width: 20px;
        height: 2px;
        background-color: #000;
        border-radius: 20px;
        margin: 5.9px 0;
    }
    .mobile-top-bar span:nth-child(1) {
        margin-top: 0;
    }
    .mobile-top-bar span:nth-child(2) {
        width: 12px;
        margin-left: 8px;
    }
    .close-header-top button {
        position: absolute;
        top: 15px;
        right: 20px;
        z-index: 999;
        background: transparent;
        border: none;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        text-align: center;
        padding: 0;
    }
    .close-header-top button i {
        color: #000;
        font-size: 26px;
    }
    .main-menu-wrap {
        width: 100%;
        position: fixed;
        background: #fff;
        z-index: 999;
        top: 0;
        height: 100vh;
        transition: 0.5s;
        left: -100%;
        padding: 55px 20px 30px;
        overflow-y: auto;
        transition: 0.4s;
    }
    .main-menu-wrap.open {
        left: 0;
    }
    .main-menu>li.has-children.menu-open>span.menu-expand {
        transform: rotate(180deg);
    }
    .main-menu>li.has-children.menu-open>span.menu-expand i {
        color: #000;
    }
    .main-menu>li>ul>li.has-children.menu-open>span.menu-expand {
        transform: rotate(180deg);
    }
    .main-menu li {
        position: relative;
    }
    .main-menu li:last-child {
        margin: 0;
    }
    .main-menu li>span.menu-expand {
        position: absolute;
        right: 0;
        top: 13px;
        cursor: pointer;
    }
    .main-menu li>span.menu-expand i {
        color: #000;
        font-size: 18px;
    }
    .main-menu li>span.menu-expand:hover {
        color: #000;
    }
    .main-menu li a.active {
        color: #000;
    }
    .main-menu li>a {
        font-size: 14px;
        font-weight: 400;
        color: #000;
        text-transform: capitalize;
        display: block;
        padding: 12px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    }
    .main-menu li>a:hover {
        color: #000;
    }
    .main-menu li>ul.sub-menu {
        padding-left: 20px;
    }
    .header-wrap .header-bottom .main-menu-wrap #menu>ul>li>a::after {
        display: none;
    }
    .main-menu li a.active {
        font-weight: 600;
        color: #000;
        border-color: rgba(0, 0, 0, 0.3);
    }
}

@media only screen and (min-width: 1200px) {
    .menu-expand i {
        display: none;
    }
    .header-wrap .navbar {
        padding: 0;
    }
    .header-wrap .navbar .navbar-brand {
        padding: 0 20px 0 0;
    }
    .header-wrap .navbar ul {
        padding-left: 0;
        list-style-type: none;
        margin-bottom: 0;
    }
    .header-wrap .navbar .navbar-nav {
        margin-left: auto;
        position: relative;
    }
    .header-wrap .navbar .navbar-nav>.nav-item {
        position: relative;
        top: 3px;
    }
    .header-wrap .navbar .navbar-nav>.nav-item>a:after {
        position: absolute;
        bottom: 30px;
        left: 0;
        content: "";
        width: 0;
        height: 2px;
        visibility: hidden;
        opacity: 0;
        transition: 0.4s;
    }
    .header-wrap .navbar .navbar-nav .nav-item {
        position: relative;
        margin: 0 10px;
    }
    .header-wrap .navbar .navbar-nav .nav-item.has-dropdown {
        position: relative;
        /* top: 0px; */
    }
    .header-wrap .navbar .navbar-nav .nav-item.first-child {
        margin-left: 0;
    }
    .header-wrap .navbar .navbar-nav .nav-item a {
        color: #fff;
        font-weight: 500;
        padding: 30px 0;
        transition: 0.4s;
        position: relative;
    }
    .header-wrap .navbar .navbar-nav .nav-item a:hover,
    .header-wrap .navbar .navbar-nav .nav-item a:focus,
    .header-wrap .navbar .navbar-nav .nav-item a.active {
        color: #21224a;
    }
    .header-wrap .navbar .navbar-nav .nav-item a:hover:after,
    .header-wrap .navbar .navbar-nav .nav-item a:focus:after,
    .header-wrap .navbar .navbar-nav .nav-item a.active:after {
        visibility: visible;
        opacity: 1;
        width: 18px;
    }
    .header-wrap .navbar .navbar-nav .nav-item a i {
        font-size: 18px;
        line-height: 1;
        position: relative;
        top: 2px;
        display: inline-block;
        margin-left: -3px;
        transition: 0.4s;
    }
    .header-wrap .navbar .navbar-nav .nav-item a:hover i {
        transform: rotate(180deg);
    }
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu {
        display: block !important;
        border: none;
        top: 95px;
        left: -23px;
        z-index: 99;
        opacity: 0;
        width: 265px;
        padding: 0;
        display: block;
        border-radius: 0;
        border-radius: 0 0 5px 5px;
        position: absolute;
        visibility: hidden;
        background: #21224a;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
        transition: 0.5s;
    }
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li {
        margin: 0 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    }
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li:last-child {
        border-bottom: none;
    }
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a {
        padding: 18px 0 12px;
        position: relative;
        display: block;
        font-size: 16px;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.7);
        transition: 0.3s;
    }
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a::before {
        position: absolute;
        top: 26px;
        left: 0px;
        content: "";
        width: 15px;
        height: 2px;
        background-color: rgba(255, 255, 255, 0.7);
        visibility: hidden;
        opacity: 0;
        transition: 0.4s;
    }
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active,
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
        color: #fff;
        padding-left: 22px;
    }
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active:before,
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover:before {
        visibility: visible;
        opacity: 1;
    }
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
        width: 100%;
        right: auto;
        left: 0;
    }
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a i {
        margin: 0;
        position: absolute;
        top: 55%;
        font-size: 16px;
        line-height: 1;
        transform: translateY(-50%);
        right: 0;
    }
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
        top: 0;
        opacity: 0;
        left: -275px;
        right: auto;
        visibility: hidden;
    }
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
    }
    .header-wrap .navbar .navbar-nav .nav-item:hover .dropdown-menu {
        top: 85px;
        opacity: 1;
        visibility: visible;
    }
    .header-wrap .navbar .others-options {
        display: flex;
        align-items: center;
    }
    .header-wrap.style1 .header-bottom .navbar-nav>.nav-item>a:after {
        background-color: #fff;
    }
    .header-wrap.style1 .header-bottom .navbar-nav .nav-item a {
        color: #fff;
    }
}

@media only screen and (min-width: 1400px) {
    .header-wrap .navbar .navbar-nav .nav-item {
        margin: 0 15px;
    }
    .header-wrap .navbar .navbar-nav .nav-item a {
        font-size: 17px;
    }
}

@media only screen and (min-width: 1600px) {
    .header-wrap.style1 .container,
    .header-wrap.style2 .container {
        max-width: 1520px;
    }
}

@media only screen and (min-width: 1920px) {
    .header-wrap.style1 .container,
    .header-wrap.style2 .container {
        max-width: 1620px;
    }
}


/*---------------------------------
       Breadcrumb CSS 
-----------------------------------*/

.content-wrapper {
    margin-top: 105px;
}

.br-1 {
    background-image: url(../img/breadcrumb/breadcrumb-1.jpg);
}

.br-2 {
    background-image: url(../img/breadcrumb/breadcrumb-2.jpg);
}

.br-3 {
    background-image: url(../img/breadcrumb/breadcrumb-3.jpg);
}

.br-4 {
    background-image: url(../img/breadcrumb/breadcrumb-4.jpg);
}

.breadcrumb-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 135px 0 115px;
    overflow: hidden;
}

.breadcrumb-title {
    position: relative;
    z-index: 1;
    width: 100%;
}

.breadcrumb-title h2 {
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 15px;
    color: #fff;
}

.breadcrumb-title .breadcrumb-menu li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
}

.breadcrumb-title .breadcrumb-menu li:after {
    position: absolute;
    top: 1px;
    right: -13px;
    content: "/";
    font-size: 16px;
    background-color: transparent;
    color: #fff;
}

.breadcrumb-title .breadcrumb-menu li:first-child {
    margin-left: 0;
}

.breadcrumb-title .breadcrumb-menu li:first-child a {
    padding-left: 0;
}

.breadcrumb-title .breadcrumb-menu li:last-child {
    margin-right: 0;
    color: #fff;
}

.breadcrumb-title .breadcrumb-menu li:last-child:after {
    display: none;
}

.breadcrumb-title .breadcrumb-menu li a {
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    padding: 0px 5px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    position: relative;
    color: rgba(255, 255, 255, 0.7);
}

.breadcrumb-title .breadcrumb-menu li a:hover {
    color: #fff;
}

.breadcrumb-title .breadcrumb-menu li:last-child a:after {
    display: none;
}

.breadcrumb-img img {
    display: block;
    margin-left: auto;
}

.content-feature-list {
    margin: 0 0 28px 0;
}

.content-feature-list li {
    position: relative;
    padding-left: 25px;
    margin: 0 0 18px;
}

.content-feature-list li:last-child {
    margin-bottom: 0;
}

.content-feature-list li i {
    position: absolute;
    top: 6px;
    left: 0;
    color: #3D72FC;
    font-size: 13px;
    line-height: 0.8;
}

.content-feature-list.style2 li {
    padding-left: 20px;
    margin-bottom: 18px;
    font-weight: 600;
    color: #000;
}

.content-feature-list.style2 li:last-child {
    margin-bottom: 0;
}

.content-feature-list.style2 li:before {
    position: absolute;
    top: 6px;
    left: 0;
    width: 7px;
    height: 7px;
    content: "";
    border-radius: 50%;
    background: #3D72FC;
}


/*---------------------------------------
        Sign In CSS
 ----------------------------------------*/

.login-form-wrap {
    padding: 30px;
    background-color: #f9f9f9;
}

.login-form-wrap.style2 {
    background-color: transparent;
    padding: 0;
}

.login-form-wrap.style2 .login-header {
    text-align: center;
}

.login-form-wrap.style2 .login-body .form-group input {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.login-form-wrap .login-header {
    margin-top: -2px;
}

.login-form-wrap .login-header h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 30px;
}

.login-form-wrap .login-header span {
    color: #fff;
}

.login-form-wrap .login-body .form-group {
    margin: 0 0 20px;
}

.login-form-wrap .login-body .form-group label {
    font-size: 16px;
    color: #666666;
    margin: 0 0 10px;
    display: block;
}

.login-form-wrap .login-body .form-group input {
    border-radius: 5px;
    background: #fff;
    border: none;
    width: 100%;
    height: 60px;
    padding: 15px 20px 10px;
}

.login-form-wrap .login-body .btn {
    border-radius: 4px;
    display: block;
    width: 100%;
    padding: 15px;
}

.login-form-wrap .login-body .form_group label {
    font-size: 16px;
}

.login-form-wrap .link.style1 {
    color: #3D72FC;
}

.or-text {
    position: relative;
    text-align: center;
    margin: 0 0 20px 0;
    font-size: 18px;
    z-index: 9;
}

.or-text .btn.fb i {
    color: #3B5999 !important;
}

.or-text .btn.google i {
    color: #FF3838 !important;
}

.or-text:before {
    position: absolute;
    top: 15px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #ddd;
    z-index: -1;
}

.or-text p {
    display: inline-block;
    padding: 0 10px;
    background-color: #F5F5F5;
    margin: 0 auto;
    z-index: 1;
    font-size: 18px;
    border-radius: 50%;
}


/*---------------------------
        Sidebar CSS
 ---------------------------*/

.sidebar .sidebar-widget {
    margin: 0 0 30px;
    background-color: #F5F5F5;
    position: relative;
    z-index: 1;
    padding: 25px;
}

.sidebar .sidebar-widget h4 {
    margin: 0 0 25px;
    padding-bottom: 18px;
    font-size: 22px;
    position: relative;
    line-height: 1;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sidebar .sidebar-widget:last-child {
    margin: 0;
}


/*-------------------------------
       Search Box Widget CSS
-------------------------------*/

.search-box {
    position: relative;
}

.search-box .form-group {
    position: relative;
}

.search-box .form-group input {
    width: 100%;
    height: 54px;
    background: #fff;
    border: 1px solid #F3F4F6;
    color: #000;
    font-size: 15px;
    line-height: 21px;
    padding: 13px 60px 10px 20px;
    border-radius: 0;
}

.search-box .form-group input:focus {
    border-color: #888888;
}

.search-box .form-group button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 18px;
    height: 100%;
    border: none;
    border-radius: 0;
    text-align: center;
    background: #3D72FC;
}

.search-box .form-group button i {
    color: #fff;
    top: 6px;
    left: 1px;
    font-size: 20px;
    position: relative;
}


/*-------------------------------
    Appointment  Widget CSS
-------------------------------*/

.appointment-widget {
    background: #F3F3F3;
    margin-top: 10px;
}

.appointment-widget form .form-group {
    margin-bottom: 15px;
}

.appointment-widget form .form-group:last-child {
    margin-bottom: 0;
}

.appointment-widget form .form-group input,
.appointment-widget form .form-group textarea {
    width: 100%;
    border: none;
    background: #fff;
    padding: 16px 15px 10px;
}

.appointment-widget form .form-group input:focus,
.appointment-widget form .form-group textarea:focus {
    border-color: rgba(0, 0, 0, 0.27);
}

.appointment-widget form .form-group input {
    height: 56px;
}

.appointment-widget form .form-group textarea {
    height: 140px;
    resize: none;
}


/*-------------------------------
     Category Widget CSS
-------------------------------*/

.category-box ul li {
    position: relative;
}

.category-box ul li:first-child a {
    padding-top: 0;
}

.category-box ul li:first-child a i {
    top: 2px;
}

.category-box ul li:last-child a {
    border-bottom: none;
    padding-bottom: 0;
}

.category-box ul li a {
    color: #666666;
    font-weight: 500;
    padding: 8px 10px 8px 25px;
    display: block;
    font-size: 18px;
    transition: 0.4s;
}

.category-box ul li a i {
    position: absolute;
    top: 11px;
    left: 0;
    font-size: 16px;
    line-height: 0.8;
    color: #333;
    transition: 0.4s;
}

.category-box ul li a:hover {
    color: #3D72FC;
    padding-left: 30px;
}

.category-box ul li a:hover i {
    color: #3D72FC;
    left: 5px;
}


/*-------------------------------
    Vehicle Info Widget CSS
-------------------------------*/

.vehicle-info-widget ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}

.vehicle-info-widget ul li:last-child {
    margin-bottom: 0;
}

.vehicle-info-widget ul li i {
    position: absolute;
    top: 7px;
    left: 0;
    font-size: 18px;
    line-height: 0.8;
    color: #3D72FC;
}

.vehicle-info-widget ul li h6 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 8px;
}

.vehicle-info-widget ul li span {
    display: block;
    color: #666666;
}


/*-------------------------------
    Popular post Widget CSS
-------------------------------*/

.popular-post-slider .blog-card.style1 {
    background-color: #fff;
}

.popular-post-slider .blog-card.style1 .blog-info h3 {
    margin-bottom: 0;
}

.popular-post-slider .blog-card:hover {
    box-shadow: none;
}

.popular-post-slider.owl-carousel .owl-dots {
    text-align: center;
}

.popular-post-slider.owl-carousel .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    border: 1px solid transparent;
    background-color: #fff;
    position: relative;
    border: none;
}

.popular-post-slider.owl-carousel .owl-dots .owl-dot span:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #3D72FC;
    visibility: hidden;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: 0.4s;
}

.popular-post-slider.owl-carousel .owl-dots .owl-dot.active span {
    background-color: #fff;
}

.popular-post-slider.owl-carousel .owl-dots .owl-dot.active span:after {
    visibility: visible;
    opacity: 1;
}


/*-------------------------------
     Taglist Widget CSS
-------------------------------*/

.tag-list ul {
    margin-top: -12px;
}

.tag-list ul li {
    display: inline-block;
    margin: 12px 8px 0px 0px;
}

.tag-list ul li a {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    padding: 14px 15px 10px;
    color: #666666;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.tag-list ul li a:hover {
    background-color: #3D72FC;
    color: #fff;
    border-color: transparent;
}

.tag-list.style2 li a {
    box-shadow: none;
    padding: 0;
}

.tag-list.style2 li a:hover {
    background: transparent;
}

.tag-list.style3 li a {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    padding: 10px 12px;
    border: none;
}


/*-------------------------------
    Popular post Widget CSS
-------------------------------*/

.pp-post-item {
    margin: 0 0 20px;
}

.pp-post-item .pp-post-img {
    width: 85px;
    border-radius: 4px;
}

.pp-post-item .pp-post-img img {
    border-radius: 4px;
}

.pp-post-item .pp-post-info {
    width: calc(100% - 100px);
    margin-left: 15px;
    margin-top: 2px;
}

.pp-post-item .pp-post-info h6 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 0;
}

.pp-post-item .pp-post-info h6 a {
    color: #21224a;
}

.pp-post-item .pp-post-info span {
    font-size: 14px;
    line-height: 1;
    display: block;
    position: relative;
    padding-left: 22px;
    color: #888888;
    margin-bottom: 12px;
}

.pp-post-item .pp-post-info span i {
    position: absolute;
    top: -1px;
    left: 0;
    font-size: 13px;
    line-height: 0.8;
    color: #3D72FC;
}

.pp-post-item:last-child {
    margin: 0;
}

.pp-post-item:hover .pp-post-info h6 a {
    color: #3D72FC;
}


/*-------------------------------
    Hero  Section CSS
-------------------------------*/

.hero-slide-1 {
    background-image: url(../img/hero/hero-slider-1.jpg);
}

.hero-slide-2 {
    background-image: url(../img/hero/hero-slider-2.jpg);
}

.hero-slide-3 {
    background-image: url(../img/hero/hero-slider-3.jpg);
}

.hero-slide-4 {
    background-image: url(../img/hero/hero-slider-4.jpg);
}

.hero-slide-5 {
    background-image: url(../img/hero/hero-slider-5.jpg);
}

.hero-slide-6 {
    background-image: url(../img/hero/hero-slider-6.jpg);
}

.hero-wrap .hero-content span {
    /* display: block;
    margin-bottom: 8px;
    color: #3D72FC;
    font-family: "Montserrat", sans-serif;
    font-weight: 500; */
}

.hero-wrap .hero-content h1 {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 30px;
}

.hero-wrap .hero-content p {
    margin-bottom: 35px;
}

.hero-wrap .hero-content .hero-btn .btn:first-child {
    margin-right: 15px;
}

.hero-wrap.style1 {
    margin-top: 100px;
    position: relative;
    z-index: 1;
    padding: 90px 0 0;
}

.hero-wrap.style1 .hero-shape-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.8;
}

.hero-wrap.style1 .hero-img-wrap {
    position: relative;
    z-index: 1;
}

.hero-wrap.style1 .hero-img-wrap img {
    display: block;
    margin: 0 auto;
}

.hero-wrap.style1 .hero-img-wrap .hero-shape-two {
    position: absolute;
    top: 50px;
    left: 40%;
    transform: translateX(-50%);
    z-index: -1;
    width: 90%;
}

.hero-wrap.style1 .hero-img-wrap .hero-promo-text {
    position: absolute;
    top: -20px;
    right: 0;
    background-color: #fff;
    padding: 45px 65px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
}

.hero-wrap.style1 .hero-img-wrap .hero-promo-text .br_1 {
    position: absolute;
    top: 25px;
    left: 25px;
    width: 30px;
    height: calc(100% - 50px);
}

.hero-wrap.style1 .hero-img-wrap .hero-promo-text .br_1:after,
.hero-wrap.style1 .hero-img-wrap .hero-promo-text .br_1:before {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 30px;
}

.hero-wrap.style1 .hero-img-wrap .hero-promo-text .br_1:after {
    top: 0;
    left: 0;
    border-top: 1px solid #3D72FC;
    border-left: 1px solid #3D72FC;
}

.hero-wrap.style1 .hero-img-wrap .hero-promo-text .br_1:before {
    bottom: 0;
    border-bottom: 1px solid #3D72FC;
    border-left: 1px solid #3D72FC;
}

.hero-wrap.style1 .hero-img-wrap .hero-promo-text .br_2 {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 30px;
    height: calc(100% - 50px);
}

.hero-wrap.style1 .hero-img-wrap .hero-promo-text .br_2:after,
.hero-wrap.style1 .hero-img-wrap .hero-promo-text .br_2:before {
    position: absolute;
    right: 0;
    content: "";
    width: 100%;
    height: 30px;
}

.hero-wrap.style1 .hero-img-wrap .hero-promo-text .br_2:after {
    top: 0;
    left: 0;
    border-top: 1px solid #3D72FC;
    border-right: 1px solid #3D72FC;
}

.hero-wrap.style1 .hero-img-wrap .hero-promo-text .br_2:before {
    bottom: 0;
    border-bottom: 1px solid #3D72FC;
    border-right: 1px solid #3D72FC;
}

.hero-wrap.style1 .hero-img-wrap .hero-promo-text:after {
    position: absolute;
    bottom: -30px;
    left: 20px;
    content: "";
    width: 0;
    height: 0;
    border-top: 30px solid #fff;
    border-left: 0px solid transparent;
    border-right: 30px solid transparent;
}

.hero-wrap.style1 .hero-img-wrap .hero-promo-text i {
    color: #3D72FC;
    font-size: 40px;
    line-height: 0.8;
    position: relative;
    top: 4px;
}

.hero-wrap.style1 .hero-img-wrap .hero-promo-text h4 {
    font-size: 38px;
    width: calc(100% - 60px);
    margin-left: 20px;
    margin-bottom: 0;
}

.hero-wrap.style1 .hero-img-wrap .hero-promo-text h4 span {
    display: block;
    font-size: 16px;
    font-weight: 400;
}

.hero-wrap.style1 .hero-content {
    padding-bottom: 120px;
}

.hero-wrap.style2 {
    margin-top: 100px;
}

.hero-wrap.style2 .hero-slide-item {
    position: relative;
    z-index: 1;
}

.hero-wrap.style2 .hero-slide-item:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(90deg, rgba(1, 23, 80, 0.98) 0%, rgba(1, 23, 80, 0.18) 68%, rgba(1, 23, 80, 0.2) 71%);
    z-index: -1;
}

.hero-wrap.style2 .hero-slide-item .hero-content {
    position: relative;
    padding: 200px 0 235px;
}

.hero-wrap.style2 .hero-slide-item .hero-content h1,
.hero-wrap.style2 .hero-slide-item .hero-content p {
    color: #fff;
}

.hero-wrap.style3 {
    margin-top: 145px;
}

.hero-wrap.style3 .hero-img-slider .hero-img-slide {
    height: 700px;
}

.hero-wrap.style3 .hero-content-wrap {
    background-image: url(../img/hero/hero-bg-1.jpg);
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
    z-index: 1;
    height: 700px;
}

.hero-wrap.style3 .hero-content-wrap:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(255, 255, 255, 0.9);
    z-index: -1;
}

.hero-slider-one.owl-carousel .owl-nav {
    transition: 0.4s;
}

.hero-slider-one.owl-carousel .owl-nav .owl-prev,
.hero-slider-one.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #535F85;
    border-color: transparent;
}

.hero-slider-one.owl-carousel .owl-nav .owl-prev i,
.hero-slider-one.owl-carousel .owl-nav .owl-next i {
    color: #fff;
}

.hero-slider-one.owl-carousel .owl-nav .owl-prev {
    left: 15px;
}

.hero-slider-one.owl-carousel .owl-nav .owl-next {
    right: 15px;
}

.hero-slider-one.owl-carousel:hover .owl-nav {
    visibility: visible;
    opacity: 1;
}

.hero-slider-one.owl-carousel:hover .owl-nav .owl-prev:hover,
.hero-slider-one.owl-carousel:hover .owl-nav .owl-next:hover {
    background: #3D72FC;
}

.hero-slider-one.owl-carousel:hover .owl-nav .owl-prev:hover i,
.hero-slider-one.owl-carousel:hover .owl-nav .owl-next:hover i {
    color: #fff;
}

.hero-img-slider.owl-carousel .owl-nav {
    position: absolute;
    bottom: -100px;
}

.hero-img-slider.owl-carousel .owl-nav button.owl-prev {
    order: 2;
    margin-right: 20px;
}

.book-course-wrap.style1 .book-course-form {
    background-color: #fff;
    padding: 45px 40px 50px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.book-course-wrap.style2 .book-course-form {
    background-color: #fff;
    padding: 45px 40px 50px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.book-course-wrap .book-course-form {
    margin-top: -70px;
    z-index: 1;
    position: relative;
}

.book-course-wrap .book-course-form h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
}

.book-course-wrap .book-course-form .booking-form {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.01);
}

.book-course-wrap .book-course-form .booking-form .form-group {
    width: calc(20% - 20px);
    margin-right: 25px;
}

.book-course-wrap .book-course-form .booking-form .form-group:last-child {
    margin-right: 0;
}

.book-course-wrap .book-course-form .booking-form .form-group label {
    font-weight: 600;
    color: #000;
    display: block;
    margin: 0 0 10px;
    font-family: "Montserrat", sans-serif;
}

.book-course-wrap .book-course-form .booking-form .form-group input,
.book-course-wrap .book-course-form .booking-form .form-group select {
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-color: transparent;
    padding: 10px 15px 10px 0;
}

.book-course-wrap .book-course-form .booking-form .form-group input[type=date],
.book-course-wrap .book-course-form .booking-form .form-group select[type=date] {
    color: #666666;
}

.book-course-wrap .book-course-form .booking-form .form-group select {
    color: #666666;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/down-arrow-2.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 94% 50%;
    padding: 10px 10px 10px 10px;
}

.book-course-wrap .book-course-form .booking-form .form-group select option {
    margin: 10px 0 0;
    padding: 15px !important;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content span {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.5s;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content h1 {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.7s;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content p {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.9s;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content .btn {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 1.1s;
}


/*-------------------------------
    About  Section CSS
-------------------------------*/

.about-bg-1 {
    background-image: url(../img/about/about-img-1.jpg);
}

.about-bg-2 {
    background-image: url(../img/about/about-img-2.jpg);
}

.about-bg-3 {
    background-image: url(../img/about/about-img-3.jpg);
}

.about-wrap.style1 .about-content .content-title {
    margin-bottom: 25px;
}

.about-wrap.style1 .about-img-wrap {
    position: relative;
}

.about-wrap.style1 .about-img-wrap .about-shape-one {
    position: absolute;
    top: -40px;
    left: -20px;
}

.about-wrap.style1 .about-img-wrap .about-bg-1 {
    height: 650px;
    border-radius: 15px;
}

.about-wrap.style1 .about-img-wrap .about-promo-box {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background-color: #fff;
    padding: 30px 35px;
    border-radius: 15px;
}

.about-wrap.style1 .about-img-wrap .about-promo-box i {
    color: #FEC107;
    font-size: 40px;
    line-height: 0.7;
    position: relative;
    top: 3px;
}

.about-wrap.style1 .about-img-wrap .about-promo-box h4 {
    font-size: 38px;
    width: calc(100% - 60px);
    margin-left: 20px;
    margin-bottom: 0;
}

.about-wrap.style1 .about-img-wrap .about-promo-box h4 span {
    display: block;
    font-size: 16px;
    font-weight: 400;
}

.about-wrap.style1 .about-img-wrap .about-promo-box,
.about-wrap.style3 .about-img-wrap .about-promo-box {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background-color: #fff;
    padding: 30px 35px;
    border-radius: 15px;
}

.about-wrap.style1 .about-img-wrap .about-promo-box i,
.about-wrap.style3 .about-img-wrap .about-promo-box i {
    color: #FEC107;
    font-size: 40px;
    line-height: 0.8;
}

.about-wrap.style1 .about-img-wrap .about-promo-box h4,
.about-wrap.style3 .about-img-wrap .about-promo-box h4 {
    font-size: 38px;
    width: calc(100% - 60px);
    margin-left: 20px;
    margin-bottom: 0;
}

.about-wrap.style1 .about-img-wrap .about-promo-box h4 span,
.about-wrap.style3 .about-img-wrap .about-promo-box h4 span {
    display: block;
    font-size: 16px;
    font-weight: 400;
}

.about-wrap.style2 {
    margin-top: 20px;
}

.about-wrap.style2 .about-content .content-title {
    margin-bottom: 25px;
}

.about-wrap.style2 .about-content .ceo-message {
    box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.04);
    padding: 25px 30px;
    border-left: 3px solid #3D72FC;
    margin-bottom: 35px;
}

.about-wrap.style2 .about-content .ceo-message p {
    margin-bottom: 15px;
}

.about-wrap.style2 .about-content .ceo-message h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.about-wrap.style2 .about-img-wrap {
    position: relative;
}

.about-wrap.style2 .about-img-wrap .about-bg-2 {
    height: 600px;
    border-radius: 15px;
}

.about-wrap.style2 .about-img-wrap .play-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about-wrap.style2 .about-img-wrap .play-video .play-now {
    background: #fff;
}

.about-wrap.style2 .about-img-wrap .play-video .play-now i {
    color: #3D72FC;
    font-size: 22px;
}

.about-wrap.style2 .about-img-wrap .about-promo-box {
    position: absolute;
    top: -20px;
    left: 50px;
    background-color: #3D72FC;
    padding: 40px 30px;
    border-radius: 1px 5px 5px 5px;
}

.about-wrap.style2 .about-img-wrap .about-promo-box::before {
    position: absolute;
    top: 0;
    left: -30px;
    content: "";
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-top: 20px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 30px solid #3D72FC;
}

.about-wrap.style2 .about-img-wrap .about-promo-box h4 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
}

.about-wrap.style2 .about-img-wrap .about-promo-box h4 span {
    display: block;
    font-size: 16px;
    font-weight: 400;
}

.about-wrap.style3 .about-img-wrap {
    position: relative;
}

.about-wrap.style3 .about-img-wrap .about-shape-one {
    position: absolute;
    top: -40px;
    left: -20px;
}

.about-wrap.style3 .about-img-wrap .about-bg-3 {
    height: 650px;
    border-radius: 15px;
}

.about-wrap.style3 .about-content .content-title {
    margin-bottom: 25px;
}

.about-wrap.style3 .about-content .feature-item-wrap {
    margin-bottom: 30px;
}

.about-wrap.style3 .about-content .feature-item-wrap .feature-item {
    box-shadow: none;
    padding: 0;
    border: none;
}

.feature-item-wrap .feature-item {
    margin-bottom: 25px;
    transition: 0.4s;
}

.feature-item-wrap .feature-item:last-child {
    margin-bottom: 0;
}

.feature-item-wrap .feature-item .feature-icon {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #fff;
    position: relative;
    top: 3px;
    transition: 0.4s;
}

.feature-item-wrap .feature-item .feature-icon i {
    font-size: 32px;
    line-height: 0.8;
    margin: 0 auto;
    color: #3D72FC;
    transition: 0.4s;
}

.feature-item-wrap .feature-item .feature-icon:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0;
    background-color: #3D72FC;
    transition: 0.4s;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}

.feature-item-wrap .feature-item .feature-text {
    width: calc(100% - 90px);
    margin-left: 20px;
}

.feature-item-wrap .feature-item .feature-text h3 {
    font-size: 22px;
    margin: 0 0 10px;
    transition: 0.4s;
}

.feature-item-wrap .feature-item .feature-text p {
    margin: 0;
}

.feature-item-wrap .feature-item:hover .feature-icon i {
    color: #fff;
}

.feature-item-wrap .feature-item:hover .feature-icon:after {
    height: 100%;
    visibility: visible;
    opacity: 1;
}

.feature-item-wrap .feature-item:hover .feature-text h3 {
    color: #3D72FC;
}

.feature-item-wrap .feature-item.style1 {
    border: 1px solid rgba(0, 0, 0, 0.06);
    padding: 25px 25px 22px;
}

.feature-item-wrap .feature-item.style1 .feature-icon {
    position: relative;
    z-index: 1;
    box-shadow: none;
    overflow: hidden;
    background: transparent;
    position: relative;
    top: 4px;
    width: 30px;
    text-align: left;
    transition: 0.4s;
}

.feature-item-wrap .feature-item.style1 .feature-icon i {
    font-size: 26px;
    line-height: 0.8;
    margin: 0 auto;
    color: #3D72FC;
    transition: 0.4s;
}

.feature-item-wrap .feature-item.style1 .feature-icon:after {
    display: none;
}

.feature-item-wrap .feature-item.style1 .feature-text {
    width: calc(100% - 50px);
    margin-left: 20px;
}

.feature-item-wrap .feature-item.style1 .feature-text h3 {
    font-size: 22px;
    margin: 0 0 10px;
    transition: 0.4s;
}

.feature-item-wrap .feature-item.style1 .feature-text p {
    margin: 0;
}

.feature-item-wrap .feature-item.style1:hover {
    box-shadow: rgba(50, 50, 93, 0.07) 0px 50px 100px -20px, rgba(0, 0, 0, 0.09) 0px 30px 60px -30px;
}

.feature-item-wrap .feature-item.style2 {
    border: 1px solid rgba(0, 0, 0, 0.06);
    padding: 25px 25px 22px;
}

.feature-item-wrap .feature-item.style2 .feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #F3F3F3;
}

.feature-item-wrap .feature-item.style2 .feature-icon i {
    font-size: 24px;
    position: relative;
    top: 3px;
}

.feature-item-wrap .feature-item.style2 .feature-text {
    width: calc(100% - 80px);
    margin-left: 20px;
}

.feature-item-wrap .feature-item.style2:hover {
    box-shadow: rgba(50, 50, 93, 0.07) 0px 50px 100px -20px, rgba(0, 0, 0, 0.09) 0px 30px 60px -30px;
}


/*-------------------------------
   Course  Section  CSS
-------------------------------*/

.course-card {
    background-color: #fff;
    margin-bottom: 25px;
    transition: 0.4s;
}

.course-card .course-img {
    position: relative;
    overflow: hidden;
}

.course-card .course-img:after {
    content: "";
    position: absolute;
    top: -200%;
    left: -210%;
    width: 150%;
    height: 240%;
    opacity: 0;
    transform: rotate(21deg);
    background: linear-gradient(to right, rgba(9, 24, 81, 0.15) 0%, rgba(9, 24, 81, 0.15) 77%, rgba(9, 24, 81, 0.15) 92%, rgba(9, 24, 81, 0.15) 100%);
}

.course-card .course-info .course-metainfo {
    margin-bottom: 12px;
}

.course-card .course-info .course-metainfo li {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-right: 20px;
    font-size: 16px;
}

.course-card .course-info .course-metainfo li:last-child {
    margin-right: 0;
}

.course-card .course-info .course-metainfo li:last-child:after {
    display: none;
}

.course-card .course-info .course-metainfo li a {
    font-size: 16px;
    color: #666666;
}

.course-card .course-info .course-metainfo li a:hover {
    color: #21224a;
}

.course-card .course-info .course-metainfo li i {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 15px;
    line-height: 0.8;
    color: #3D72FC;
}

.course-card .course-info h3 {
    font-size: 22px;
}

.course-card:hover {
    box-shadow: 0px 40px 51px -16px rgba(0, 0, 0, 0.1);
}

.course-card:hover .course-info h3 a {
    color: #3D72FC;
}

.course-card:hover .course-img:after {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
}

.course-card.style1 .course-img .course-price {
    position: absolute;
    bottom: 30px;
    left: 0;
    background-color: #3D72FC;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 600;
    padding: 8px 15px;
}

.course-card.style1 .course-img .course-price:after {
    content: "";
    position: absolute;
    right: -40px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 40px solid #3D72FC;
    border-top: 22px solid transparent;
    border-bottom: 0px solid transparent;
}

.course-card.style1 .course-img .course-price:before {
    content: "";
    position: absolute;
    right: -40px;
    top: 0;
    width: 0;
    height: 0;
    border-left: 40px solid #3D72FC;
    border-top: 0px solid transparent;
    border-bottom: 22px solid transparent;
}

.course-card.style1 .course-info .course-author-wrap {
    padding-top: 22px;
    border-top: 1px solid #F3F4F6;
}

.course-card.style1:hover {
    box-shadow: 0px 40px 51px -16px rgba(0, 0, 0, 0.1);
}

.course-card.style1,
.course-card.style2 {
    box-shadow: 0px 6px 50px rgba(0, 0, 0, 0.07);
}

.course-card.style1 .course-info,
.course-card.style2 .course-info {
    padding: 25px;
}

.course-card.style1 .course-info h3,
.course-card.style2 .course-info h3 {
    margin-bottom: 15px;
}

.course-card.style1 .course-info p,
.course-card.style2 .course-info p {
    margin-bottom: 18px;
}

.course-card.style1 .course-info .course-author-wrap .course-author .course-author-img,
.course-card.style2 .course-info .course-author-wrap .course-author .course-author-img {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.course-card.style1 .course-info .course-author-wrap .course-author .course-author-img img,
.course-card.style2 .course-info .course-author-wrap .course-author .course-author-img img {
    border-radius: 50%;
}

.course-card.style1 .course-info .course-author-wrap .course-author a,
.course-card.style2 .course-info .course-author-wrap .course-author a {
    width: calc(100% - 55px);
    margin-left: 15px;
    position: relative;
    top: 2px;
    font-weight: 600;
}

.course-card.style1 .course-info .course-author-wrap .course-author a:hover,
.course-card.style2 .course-info .course-author-wrap .course-author a:hover {
    color: #3D72FC;
}

.course-card.style2 .course-info .course-author-wrap .course-price {
    margin: 0;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #3D72FC;
}

.course-card.style2 .course-info .btn {
    margin-top: 25px;
}

.course-card.style2 .course-info .btn.style2 {
    width: 100%;
    text-align: center;
}

.course-card.style3 {
    box-shadow: 0px 6px 50px rgba(0, 0, 0, 0.07);
}

.course-card.style3 .course-info {
    padding: 25px;
}

.course-card.style3 .course-info h3 {
    margin-bottom: 15px;
}

.course-card.style3 .course-info p {
    margin-bottom: 15px;
}

.course-card.style3 .course-info .course-link {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #F3F3F3;
    margin: -53px 0 0;
    float: right;
    position: relative;
    z-index: 1;
}

.course-card.style3 .course-info .course-link i {
    font-size: 16px;
    line-height: 0.8;
    color: #3D72FC;
    margin: 0 auto;
    position: relative;
    top: 2px;
}

.course-card.style3 .course-info .course-link:hover {
    background-color: #3D72FC;
}

.course-card.style3 .course-info .course-link:hover i {
    color: #fff;
}

.course-card.style3 .course-info .course-author-wrap .course-author {
    width: 80%;
}

.course-card.style3 .course-info .course-author-wrap .course-author .course-author-img {
    display: inline-block;
    font-weight: 600;
    color: #3D72FC;
    position: relative;
    top: 1px;
}

.course-card.style3 .course-info .course-author-wrap .course-author a {
    margin-left: 9px;
    position: relative;
    top: 2px;
    font-weight: 600;
}

.course-card.style3 .course-info .course-author-wrap .course-author a:hover {
    color: #3D72FC;
}

.course-card.style3 .course-info .course-author-wrap .course-price {
    margin: 0;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #3D72FC;
    width: 20%;
    text-align: right;
}

.course-card.style3:hover {
    box-shadow: 0px 40px 51px -16px rgba(0, 0, 0, 0.1);
}

.course-slider-one.owl-carousel .owl-nav button.owl-prev,
.course-slider-one.owl-carousel .owl-nav button.owl-next {
    border: none;
    background-color: #fff;
}

.course-slider-one.owl-carousel .owl-nav button.owl-prev:hover,
.course-slider-one.owl-carousel .owl-nav button.owl-next:hover {
    background-color: #3D72FC;
}

.course-slider-one .course-card.style2 {
    box-shadow: none;
}


/*-------------------------------
   Why Choose  Section  CSS
-------------------------------*/

.wh-bg-1 {
    background-image: url(../img/why-choose-us/wh-img-1.jpg);
}

.why-choose-wrap.style1 .wh-content .content-title {
    margin-bottom: 25px;
}

.why-choose-wrap.style1 .wh-content .feature-item-wrap {
    margin-bottom: 10px;
}

.why-choose-wrap.style1 .wh-content .feature-item-wrap .feature-item {
    width: calc(50% - 10px);
    padding: 0 10px 0 0;
}

.why-choose-wrap.style1 .wh-content .feature-item-wrap .feature-item:last-child {
    margin-bottom: 25px;
}

.why-choose-wrap.style1 .wh-content .feature-item-wrap .feature-item.style1 {
    box-shadow: none;
    border: none;
}

.why-choose-wrap.style1 .wh-img-wrap {
    position: relative;
    padding-bottom: 50px;
}

.why-choose-wrap.style1 .wh-img-wrap .wh-bg-1 {
    height: 650px;
    border-radius: 15px;
    width: calc(100% - 50px);
    margin-left: auto;
}

.why-choose-wrap.style1 .wh-img-wrap .wh-promo-video {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: calc(100% - 50px);
    background: #21224a;
    border-radius: 5px;
    padding: 20px;
}

.why-choose-wrap.style1 .wh-img-wrap .wh-promo-video .wh-promo-video-bg {
    background-image: url(../img/why-choose-us/wh-promo-video.jpg);
    width: 55%;
    height: 165px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.why-choose-wrap.style1 .wh-img-wrap .wh-promo-video .wh-promo-video-bg .play-text {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-90deg);
    text-align: center;
    background: transparent;
    display: block;
    width: 55%;
    height: 100%;
    padding: 15px 0 0;
}

.why-choose-wrap.style1 .wh-img-wrap .wh-promo-video .wh-promo-video-bg .play-text:after {
    position: absolute;
    top: -15px;
    left: -15%;
    content: "";
    background: #3D72FC;
    z-index: -1;
    width: 130%;
    height: 70px;
}

.why-choose-wrap.style1 .wh-img-wrap .wh-promo-video .wh-promo-video-bg .play-text span {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.why-choose-wrap.style1 .wh-img-wrap .wh-promo-video .wh-promo-video-bg .play-video {
    position: absolute;
    top: 50%;
    left: 58%;
    transform: translate(-50%, -50%);
}

.why-choose-wrap.style1 .wh-img-wrap .wh-promo-video .wh-promo-video-bg .play-video .play-now {
    background: #fff;
    width: 60px;
    height: 60px;
    line-height: 64px;
}

.why-choose-wrap.style1 .wh-img-wrap .wh-promo-video .wh-promo-video-bg .play-video .play-now i {
    color: #3D72FC;
    font-size: 18px;
}

.why-choose-wrap.style1 .wh-img-wrap .wh-promo-video .wh-promo-video-bg .play-video .play-now .ripple {
    width: 60px;
    height: 60px;
}

.why-choose-wrap.style1 .wh-img-wrap .wh-promo-video .wh-promo-video-bg .play-video .play-now .ripple:before,
.why-choose-wrap.style1 .wh-img-wrap .wh-promo-video .wh-promo-video-bg .play-video .play-now .ripple:after {
    width: 60px;
    height: 60px;
}

.why-choose-wrap.style1 .wh-img-wrap .wh-promo-video .wh-promo-text {
    width: 45%;
    padding-left: 25px;
}

.why-choose-wrap.style1 .wh-img-wrap .wh-promo-video .wh-promo-text h5 {
    color: #fff;
    font-weight: 500;
    margin: 0;
}

.why-choose-wrap.style2 .wh-content .content-title {
    margin-bottom: 25px;
}

.why-choose-wrap.style2 .quote-form {
    box-shadow: 0px 4px 30px 3px rgba(0, 0, 0, 0.04);
}

.why-choose-wrap.style2 .quote-form .quote-title {
    background: #3D72FC;
    padding: 30px 25px;
    text-align: center;
}

.why-choose-wrap.style2 .quote-form .quote-title h2 {
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    color: #fff;
}

.why-choose-wrap.style2 .quote-form form {
    padding: 30px;
}

.why-choose-wrap.style2 .quote-form form .form-group {
    margin-bottom: 25px;
}

.why-choose-wrap.style2 .quote-form form .form-group:last-child {
    margin-bottom: 0;
}

.why-choose-wrap.style2 .quote-form form .form-group input,
.why-choose-wrap.style2 .quote-form form .form-group textarea {
    width: 100%;
    padding: 15px 20px 10px;
    border: 1px solid #F3F4F6;
    background: transparent;
}

.why-choose-wrap.style2 .quote-form form .form-group input {
    height: 60px;
}

.why-choose-wrap.style2 .quote-form form .form-group textarea {
    height: 150px;
    resize: none;
}

.why-choose-wrap.style2 .quote-form form .form-group button {
    display: block;
    width: 100%;
}

.why-choose-wrap.style3 .wh-img-wrap {
    position: relative;
}

.why-choose-wrap.style3 .wh-img-wrap .wh-bg-1 {
    height: 650px;
    border-radius: 10px;
}

.why-choose-wrap.style3 .wh-img-wrap .wh-bg-1 .play-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.why-choose-wrap.style3 .wh-img-wrap .wh-bg-1 .play-video .play-now {
    background: #fff;
}

.why-choose-wrap.style3 .wh-img-wrap .wh-bg-1 .play-video .play-now i {
    color: #3D72FC;
    font-size: 22px;
}

.why-choose-wrap.style3 .wh-content .content-title {
    margin-bottom: 25px;
}

.why-choose-wrap.style3 .wh-content .feature-item-wrap {
    margin-bottom: 15px;
}

.why-choose-wrap.style3 .wh-content .feature-item-wrap .feature-item {
    width: calc(50% - 12.5px);
    padding: 25px;
}

.why-choose-wrap.style3 .wh-content .feature-item-wrap .feature-item:last-child {
    margin-bottom: 25px;
}

.why-choose-wrap.style3 .wh-content .feature-item-wrap .feature-item .feature-icon {
    width: 45px;
    height: 45px;
    top: 0;
    background-color: #F3F3F3;
}

.why-choose-wrap.style3 .wh-content .feature-item-wrap .feature-item .feature-icon i {
    font-size: 20px;
}

.why-choose-wrap.style3 .wh-content .feature-item-wrap .feature-item .feature-text {
    width: calc(100% - 65px);
    margin-left: 20px;
}

.why-choose-wrap.style3 .wh-content .feature-item-wrap .feature-item .feature-text h3 {
    margin-bottom: 0;
}


/*-------------------------------
   Vehicle  Section  CSS
-------------------------------*/

.vehicle-card {
    background: #fff;
    margin-bottom: 25px;
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.09);
}

.vehicle-card .vehicle-img {
    overflow: hidden;
}

.vehicle-card .vehicle-img img {
    transition: 0.6s;
}

.vehicle-card .vehicle-info {
    margin: 22px 25px 0;
    padding-bottom: 25px;
}

.vehicle-card .vehicle-info h3 {
    font-size: 22px;
    margin: 0 0 15px;
}

.vehicle-card .vehicle-info p {
    margin-bottom: 18px;
}

.vehicle-card .vehicle-info .vehicle-meta-info {
    padding-top: 20px;
    border-top: 1px solid #F3F4F6;
}

.vehicle-card .vehicle-info .vehicle-meta-info .vehicle-promo-info .vehicle-promo-img {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.vehicle-card .vehicle-info .vehicle-meta-info .vehicle-promo-info .vehicle-promo-img img {
    border-radius: 50%;
}

.vehicle-card .vehicle-info .vehicle-meta-info .vehicle-promo-info h6 {
    font-weight: 600;
    margin-left: 10px;
    margin-bottom: 0;
}

.vehicle-card .vehicle-info .vehicle-meta-info .vehicle-promo-info h6 span {
    display: block;
    font-weight: 400;
    color: #666666;
}

.vehicle-card .vehicle-info .vehicle-meta-info a {
    margin-left: 10px;
}

.vehicle-card .vehicle-info .vehicle-rating span {
    text-align: center;
    display: block;
}

.vehicle-card.style2 .vehicle-info .btn.style2 {
    margin-top: 20px;
    display: block;
    width: 100%;
}

.vehicle-card.style3 .vehicle-info .vehicle-link {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #F3F3F3;
    margin: -53px 0 0;
    float: right;
    position: relative;
    z-index: 1;
}

.vehicle-card.style3 .vehicle-info .vehicle-link i {
    font-size: 16px;
    line-height: 0.8;
    color: #3D72FC;
    margin: 0 auto;
    position: relative;
    top: 2px;
}

.vehicle-card.style3 .vehicle-info .vehicle-link:hover {
    background-color: #3D72FC;
}

.vehicle-card.style3 .vehicle-info .vehicle-link:hover i {
    color: #fff;
}

.vehicle-card:hover .vehicle-img img {
    transform: scale(1.04);
}

.vehicle-card:hover .vehicle-info h3 a {
    color: #3D72FC;
}

.ratings {
    line-height: 1;
}

.ratings li {
    display: inline-block;
}

.ratings li i {
    font-size: 15px;
    line-height: 0.8;
    color: #FEC107;
}

.vehicle-slider-one.owl-carousel .owl-nav button.owl-prev,
.vehicle-slider-one.owl-carousel .owl-nav button.owl-next {
    border: none;
    background-color: #fff;
}

.vehicle-slider-one.owl-carousel .owl-nav button.owl-prev:hover,
.vehicle-slider-one.owl-carousel .owl-nav button.owl-next:hover {
    background-color: #3D72FC;
}

.vehicle-slider-one .vehicle-card.style2 {
    box-shadow: none;
}


/*-------------------------------
   CTA  Section  CSS
-------------------------------*/

.cta-bg-1 {
    background-image: url(../img/cta-bg-1.jpg);
}

.cta-wrap {
    position: relative;
}

.cta-wrap.style1 .cta-text {
    border: 1px solid rgba(255, 255, 255, 0.25);
    margin: 0 auto;
    padding: 30px 22px;
}

.cta-wrap.style2 .content-title {
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 45px 45px 55px;
}

.cta-wrap.style2 .content-title h2 {
    color: #fff;
}

.cta-wrap.style2 .content-title p {
    color: rgba(255, 255, 255, 0.7);
    max-width: 60%;
    margin: 25px auto 30px;
    padding: 0;
}


/*-------------------------------
   Team  Section  CSS
-------------------------------*/

.team-card {
    margin-bottom: 25px;
    box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.07);
    border: 1px solid transparent;
    border-radius: 5px;
    position: relative;
    transition: 0.4s;
}

.team-card .team-img {
    overflow: hidden;
    position: relative;
    border-radius: 5px 5px 0 0;
}

.team-card .team-img:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    border-radius: 5px 5px;
    opacity: 0;
    transition: 0.4s;
}

.team-card .team-img img {
    transition: 0.7s;
}

.team-card .team-img .social-profile {
    position: absolute;
    top: 50%;
    right: 20px;
    text-align: center;
    z-index: 10;
    transform: translateY(-50%);
}

.team-card .team-img .social-profile li {
    display: block;
    margin: 0 0 10px;
    transform: translateY(25px);
    transition: 0.4s;
    visibility: hidden;
    opacity: 0;
}

.team-card .team-img .social-profile li:nth-child(1) {
    transition-delay: 0.2s;
}

.team-card .team-img .social-profile li:nth-child(2) {
    transition-delay: 0.3s;
}

.team-card .team-img .social-profile li:nth-child(3) {
    transition-delay: 0.4s;
}

.team-card .team-img .social-profile li:nth-child(4) {
    transition-delay: 0.5s;
}

.team-card .team-img .social-profile li:last-child {
    margin-bottom: 0;
}

.team-card .team-img .social-profile li a {
    width: 45px;
    height: 45px;
}

.team-card .team-img .social-profile li a i {
    font-size: 22px;
    color: #666666;
}

.team-card .team-img .social-profile li a:hover i {
    color: #fff;
}

.team-card .team-info-wrap {
    padding: 25px 25px 25px;
    background: #fff;
}

.team-card .team-info-wrap .team-info h3 {
    font-size: 22px;
    margin-bottom: 5px;
}

.team-card .team-info-wrap .team-link {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #F3F3F3;
    transition: 0.4s;
}

.team-card .team-info-wrap .team-link i {
    color: #000;
    font-weight: 18px;
    line-height: 0.8;
    margin: 0 auto;
    position: relative;
    top: 2px;
}

.team-card .team-info-wrap .team-link:hover {
    background: #3D72FC;
}

.team-card .team-info-wrap .team-link:hover i {
    color: #fff;
}

.team-card span {
    color: #666666;
}

.team-card.style2 .team-link i {
    font-size: 12px;
    color: #666666;
}

.team-card.style2 .btn {
    margin: 0 25px 25px;
}

.team-card.style2 .btn.style2 {
    display: block;
    width: calc(100% - 50px);
}

.team-card.style3 .team-img:after {
    background: rgba(0, 0, 0, 0.6);
}

.team-card.style3 .team-img .team-info {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.team-card.style3 .team-img .team-info .social-profile {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    text-align: center;
}

.team-card.style3 .team-img .team-info .social-profile li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.team-card.style3 .team-img .team-info .social-profile li a i {
    color: #666666;
}

.team-card.style3 .team-img .team-info .social-profile li a:hover i {
    color: #fff;
}

.team-card.style3 .team-img .team-info h3,
.team-card.style3 .team-img .team-info span {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    text-align: center;
    display: block;
}

.team-card.style3 .team-img .team-info h3 {
    transition-delay: 0.6s;
}

.team-card.style3 .team-img .team-info h3 a {
    color: #fff;
}

.team-card.style3 .team-img .team-info span {
    color: rgba(255, 255, 255, 0.7);
    transition-delay: 0.7s;
}

.team-card.style3:hover .team-img .team-info {
    visibility: visible;
    opacity: 1;
}

.team-card.style3:hover .team-img .team-info h3,
.team-card.style3:hover .team-img .team-info span {
    visibility: visible;
    opacity: 1;
}

.team-card:hover {
    box-shadow: 0px 40px 51px -16px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.team-card:hover:after {
    width: 85%;
}

.team-card:hover .team-img:after {
    visibility: visible;
    opacity: 1;
}

.team-card:hover .team-img .social-profile li {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}


/*-------------------------------
   Pricing  Section  CSS
-------------------------------*/

.pricing-card {
    margin-bottom: 25px;
    transition: 0.4s;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.pricing-card.featured .pricing-header {
    background: #3D72FC;
}

.pricing-card.featured .pricing-header h2 {
    color: #fff;
}

.pricing-card.featured .pricing-header span {
    color: rgba(255, 255, 255, 0.7);
}

.pricing-card.featured .purchase-btn .btn.style2 {
    background: #3D72FC;
    color: #fff;
}

.pricing-card .pricing-subheader {
    font-size: 22px;
    color: #666;
    font-weight: 600;
    padding: 40px 20px;
    text-align: center;
    margin: 0;
}

.pricing-card .pricing-header {
    text-align: center;
    background: #F0F0F0;
    padding: 50px 20px;
}

.pricing-card .pricing-header h2 {
    font-size: 50px;
    font-weight: 700;
    color: #3D72FC;
    margin: 0 0 5px;
}

.pricing-card .pricing-header span {
    color: #666666;
    display: block;
}

.pricing-card .pricing-features {
    padding: 35px 0;
}

.pricing-card .pricing-features li {
    margin-bottom: 20px;
    text-align: center;
}

.pricing-card .pricing-features li:last-child {
    margin-bottom: 0;
}

.pricing-card .pricing-features li.unchecked {
    text-decoration: line-through;
}

.pricing-card .pricing-features li i {
    position: relative;
    top: 2px;
    color: #666666;
    font-size: 18px;
    line-height: 0.8;
    margin-right: 6px;
}

.pricing-card .purchase-btn {
    border-top: 1px solid rgba(0, 0, 0, 0.09);
    padding: 35px 0;
    text-align: center;
}

.pricing-card .purchase-btn .btn.style2 {
    padding: 16px 50px 10px;
}

.pricing-card:hover {
    transform: translateY(-6px);
}


/*-------------------------------
   Testimonial  Section  CSS
-------------------------------*/

.testimonial-bg-1 {
    background-image: url(../img/testimonials/testimonial-bg-1.jpg);
}

.testimonial-wrap {
    position: relative;
}

.testimonial-card {
    margin-bottom: 25px;
    border-radius: 5px;
    position: relative;
    padding: 22px 25px 25px;
    z-index: 1;
    transition: 0.4s;
}

.testimonial-card .client-img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
}

.testimonial-card .client-img img {
    border-radius: 50%;
}

.testimonial-card .client-info {
    width: calc(100% - 140px);
    margin-left: 20px;
}

.testimonial-card .client-info h3 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 8px;
    transition: 0.4s;
}

.testimonial-card .client-info span {
    font-size: 14px;
    display: block;
    line-height: 1;
    transition: 0.4s;
}

.testimonial-card .client-quote {
    transition: 0.4s;
}

.testimonial-card.style1 {
    padding: 35px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

.testimonial-card.style1 .client-info-wrap .quote-icon {
    width: 45px;
    align-self: flex-end;
}

.testimonial-card.style1 .client-info-wrap .quote-icon i {
    color: #3D72FC;
    font-size: 45px;
    line-height: 0.8;
}

.testimonial-card.style1 .client-quote {
    margin-bottom: 15px;
}

.testimonial-slider-one {
    background: #fff;
    padding: 45px 50px;
}

.testimonial-slider-one .testimonial-card {
    padding: 0 !important;
    box-shadow: none;
}

.testimonial-slider-one .testimonial-card .client-info-wrap {
    margin-bottom: 20px;
    border-bottom: 1px solid #F3F4F6;
    padding-bottom: 20px;
}

.testimonial-slider-one.owl-carousel .owl-dots {
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

.testimonial-slider-two {
    margin: -15px 0 0;
}

.testimonial-slider-two .testimonial-card {
    margin-top: 15px;
}

.testimonial-slider-two.owl-carousel .owl-dots {
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

.testimonial-slider-three {
    margin: -15px 0 0;
}

.testimonial-slider-three .testimonial-card {
    margin-top: 15px;
}

.testimonial-slider-three.owl-carousel .owl-nav {
    position: absolute;
    top: -85px;
    right: 0;
}

.testimonial-slider-three.owl-carousel .owl-nav button.owl-next,
.testimonial-slider-three.owl-carousel .owl-nav button.owl-prev {
    background-color: #F3F3F3;
    border-color: transparent;
}

.testimonial-slider-three.owl-carousel .owl-nav button.owl-next i,
.testimonial-slider-three.owl-carousel .owl-nav button.owl-prev i {
    color: #666666;
}

.testimonial-slider-three.owl-carousel .owl-nav button.owl-next:hover,
.testimonial-slider-three.owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #3D72FC;
}

.testimonial-slider-three.owl-carousel .owl-nav button.owl-next:hover i,
.testimonial-slider-three.owl-carousel .owl-nav button.owl-prev:hover i {
    color: #fff;
}

.testimonial-slider-three.owl-carousel .owl-nav button.owl-next {
    margin-left: 20px;
}


/*-------------------------------
   Counter  Section  CSS
-------------------------------*/

.counter-area {
    position: relative;
    z-index: 1;
}

.counter-area.style1:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: #F3F3F3;
    width: 100%;
    height: 50%;
    z-index: -1;
}

.counter-card-wrap {
    background-color: #21224a;
    padding: 50px 50px 25px;
}

.counter-card {
    transition: 0.4s;
    margin-bottom: 25px;
}

.counter-card .counter-icon i {
    color: #fff;
    font-size: 52px;
    line-height: 0.8;
    margin: 0 auto;
    display: inline-block;
}

.counter-card .counter-text {
    width: calc(100% - 72px);
    margin-left: 20px;
}

.counter-card .counter-text .counter-num {
    font-size: 34px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 8px;
    color: #fff;
    transition: 0.4s;
}

.counter-card .counter-text .counter-num .target {
    position: relative;
    top: 2px;
    font-size: 40px;
    font-weight: 600;
    line-height: 0.6;
    display: inline-block;
    margin-left: -4px;
}

.counter-card .counter-text p {
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    transition: 0.4s;
}


/*-------------------------------
   Blog Section  CSS
-------------------------------*/

.blog-card {
    margin-bottom: 25px;
    background: #fff;
    background-color: #fff;
    box-shadow: 0px 6px 50px rgba(0, 0, 0, 0.07);
    transition: 0.4s;
}

.blog-card .blog-img {
    overflow: hidden;
    position: relative;
}

.blog-card .blog-img img {
    transition: 0.7s;
}

.blog-card .blog-img .blog-date {
    position: absolute;
    bottom: 25px;
    left: 0;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    background-color: #3D72FC;
    color: #fff;
    padding: 10px 20px 10px;
    border-radius: 0 5px 5px 0;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
}

.blog-card .blog-info {
    padding: 22px 25px 22px;
}

.blog-card .blog-info .blog-metainfo {
    margin-bottom: 12px;
}

.blog-card .blog-info .blog-metainfo li {
    display: inline-block;
    position: relative;
    padding-left: 22px;
    margin-right: 20px;
    font-size: 16px;
}

.blog-card .blog-info .blog-metainfo li:last-child {
    margin-right: 0;
}

.blog-card .blog-info .blog-metainfo li:last-child:after {
    display: none;
}

.blog-card .blog-info .blog-metainfo li a {
    font-size: 16px;
    color: #666666;
}

.blog-card .blog-info .blog-metainfo li a:hover {
    color: #21224a;
}

.blog-card .blog-info .blog-metainfo li i {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 15px;
    line-height: 0.8;
    color: #3D72FC;
}

.blog-card .blog-info h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

.blog-card .blog-info p {
    margin: 0 0 15px;
}

.blog-card.style1 .blog-info p {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #F3F4F6;
}

.blog-card.style2 .blog-info {
    padding: 25px 25px 25px;
}

.blog-card.style2 .blog-info p {
    margin-bottom: 20px;
}

.blog-card.style2 .blog-info .btn.style2 {
    width: 100%;
    display: block;
}

.blog-card.style3 .blog-info {
    padding: 25px 25px 22px;
}

.blog-card.style3 .blog-info .blog-link {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #F3F3F3;
    margin: -50px 0 0;
    float: right;
    position: relative;
    z-index: 1;
}

.blog-card.style3 .blog-info .blog-link i {
    font-size: 16px;
    line-height: 0.8;
    color: #3D72FC;
    margin: 0 auto;
    position: relative;
    top: 2px;
}

.blog-card.style3 .blog-info .blog-link:hover {
    background-color: #3D72FC;
}

.blog-card.style3 .blog-info .blog-link:hover i {
    color: #fff;
}

.blog-card.style3 .blog-info p {
    margin-bottom: 0;
}

.blog-card:hover {
    box-shadow: 0px 40px 51px -16px rgba(0, 0, 0, 0.1);
    border-color: transparent;
}

.blog-card:hover .blog-img img {
    transform: scale(1.08) rotate(3deg);
}

.blog-card:hover .blog-info h3 a {
    color: #21224a;
}

.vehicle-slider-one.owl-carousel .owl-nav button.owl-prev,
.vehicle-slider-one.owl-carousel .owl-nav button.owl-next,
.team-slider-one.owl-carousel .owl-nav button.owl-prev,
.team-slider-one.owl-carousel .owl-nav button.owl-next,
.course-slider-one.owl-carousel .owl-nav button.owl-prev,
.course-slider-one.owl-carousel .owl-nav button.owl-next,
.blog-slider-one.owl-carousel .owl-nav button.owl-prev,
.blog-slider-one.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50% !important;
}

.vehicle-slider-one.owl-carousel .owl-nav button.owl-prev,
.team-slider-one.owl-carousel .owl-nav button.owl-prev,
.course-slider-one.owl-carousel .owl-nav button.owl-prev,
.blog-slider-one.owl-carousel .owl-nav button.owl-prev {
    left: -65px;
}

.vehicle-slider-one.owl-carousel .owl-nav button.owl-next,
.team-slider-one.owl-carousel .owl-nav button.owl-next,
.course-slider-one.owl-carousel .owl-nav button.owl-next,
.blog-slider-one.owl-carousel .owl-nav button.owl-next {
    right: -65px;
}

.blog-slider-one.owl-carousel .owl-nav button.owl-prev,
.blog-slider-one.owl-carousel .owl-nav button.owl-next {
    background: #fff;
    border-color: transparent;
}

.blog-slider-one.owl-carousel .owl-nav button.owl-prev:hover,
.blog-slider-one.owl-carousel .owl-nav button.owl-next:hover {
    background: #3D72FC;
}

.blog-slider-one.owl-carousel .owl-nav button.owl-prev:hover i,
.blog-slider-one.owl-carousel .owl-nav button.owl-next:hover i {
    color: #fff;
}


/*-------------------------------
         Contact CSS
-------------------------------*/

.contact-box-wrap {
    background-color: #F3F3F3;
    padding: 30px;
}

.contact-box-wrap .contact-item {
    margin: 0 0 20px;
    position: relative;
    z-index: 1;
    transition: 0.4s;
}

.contact-box-wrap .contact-item:last-child {
    margin-bottom: 0;
}

.contact-box-wrap .contact-item .contact-icon {
    width: 50px;
    height: 50px;
    position: relative;
    top: 0;
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
    transition: 0.4s;
}

.contact-box-wrap .contact-item .contact-icon i {
    color: #3D72FC;
    line-height: 0.8;
    font-size: 25px;
    position: relative;
    transition: 0.34s;
}

.contact-box-wrap .contact-item .contact-info {
    width: calc(100% - 85px);
    margin-left: 25px;
    transition: 0.3s;
}

.contact-box-wrap .contact-item .contact-info h5 {
    font-size: 20px;
    margin: 0 0 10px;
    font-weight: 600;
    transition: 0.3s;
}

.contact-box-wrap .contact-item .contact-info a,
.contact-box-wrap .contact-item .contact-info p {
    display: block;
    margin: 0;
    line-height: 1.5;
    color: #666666;
    transition: 0.3s;
}

.contact-box-wrap .contact-item .contact-info .social-profile li a i {
    line-height: 40px;
    font-size: 15px;
    color: #666666;
}

.contact-box-wrap .contact-item .contact-info .social-profile li a:hover i {
    color: #fff;
}

.contact-box-wrap .contact-item:hover:after {
    height: 100%;
    visibility: visible;
    opacity: 1;
}

.contact-box-wrap .contact-item:hover .contact-icon {
    background-color: #3D72FC;
}

.contact-box-wrap .contact-item:hover .contact-icon i {
    color: #fff;
}

.contact-form {
    background-color: #F3F3F3;
    padding: 30px;
}

#contactForm .form-check {
    padding-left: 0;
}

#contactForm .form-group {
    margin: 0 0 20px;
}

#contactForm .form-group input,
#contactForm .form-group textarea {
    width: 100%;
    background: transparent;
    padding: 15px 20px 11px;
    border-radius: 5px;
    border: none;
    background-color: #fff;
}

#contactForm .form-group input {
    height: 60px;
}

#contactForm .form-group textarea {
    height: 163px;
    resize: none;
}

#contactForm .form-check-label a {
    color: #3D72FC;
}

.btn.disabled {
    opacity: 1;
    color: #fff;
}


/*-------------------------------------
   Course, Vehicle & Team Details  CSS
--------------------------------------*/

.course-details-wrap .course-desc .course-metainfo-wrap {
    margin: 25px 0 20px;
}

.course-details-wrap .course-desc .course-metainfo-wrap .course-author .course-author-img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.course-details-wrap .course-desc .course-metainfo-wrap .course-author .course-author-img img {
    border-radius: 50%;
}

.course-details-wrap .course-desc .course-metainfo-wrap .course-author .course-author-name {
    width: calc(100% - 60px);
    margin-left: 15px;
}

.course-details-wrap .course-desc .course-metainfo-wrap .course-author .course-author-name p {
    margin: 0;
    line-height: 1;
    font-weight: 600;
}

.course-details-wrap .course-desc .course-metainfo-wrap .course-metainfo {
    text-align: right;
}

.course-details-wrap .course-desc .course-metainfo-wrap .course-metainfo li {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-right: 20px;
    margin-bottom: 0;
    font-size: 16px;
}

.course-details-wrap .course-desc .course-metainfo-wrap .course-metainfo li:last-child {
    margin-right: 0;
}

.course-details-wrap .course-desc .course-metainfo-wrap .course-metainfo li:last-child:after {
    display: none;
}

.course-details-wrap .course-desc .course-metainfo-wrap .course-metainfo li a {
    font-size: 16px;
    color: #666666;
}

.course-details-wrap .course-desc .course-metainfo-wrap .course-metainfo li a:hover {
    color: #21224a;
}

.course-details-wrap .course-desc .course-metainfo-wrap .course-metainfo li i {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 15px;
    line-height: 0.8;
    color: #3D72FC;
}

.course-details-wrap .course-desc h6 {
    margin-bottom: 25px;
}

.course-details-wrap .course-desc .course-brief {
    padding: 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
}

.course-details-wrap .course-desc .course-brief ul li {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.course-details-wrap .course-desc .course-brief ul li:last-child {
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
}

.course-details-wrap .course-desc .course-brief ul li p,
.course-details-wrap .course-desc .course-brief ul li span {
    display: inline-block;
    margin: 0;
}

.course-details-wrap .course-desc .course-brief ul li p {
    font-weight: 600;
    width: 100px;
    line-height: 1;
}

.course-details-wrap .course-desc .course-brief ul li span {
    color: #3D72FC;
    font-weight: 600;
    float: right;
    line-height: 1.2;
    position: relative;
    top: 2px;
    width: calc(100% - 110px);
    margin-left: 10px;
    text-align: right;
}

.course-details-wrap .course-desc .course-author-card {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
    background-color: #fff;
}

.course-details-wrap .course-desc .course-author-card .course-author-info {
    text-align: center;
    padding: 22px 25px 22px;
}

.course-details-wrap .course-desc .course-author-card .course-author-info h3 {
    font-size: 22px;
    margin: 0 0 5px;
}

.course-details-wrap .course-desc .course-author-card .course-author-info span {
    display: block;
}

.team-desc .team-name {
    margin-bottom: 20px;
}

.team-desc .team-name h2 {
    font-size: 26px;
    margin: 0;
}

.team-desc .team-name span {
    color: #666666;
}

.team-desc .team-member-info {
    margin-top: 30px;
    margin-bottom: 30px;
}

.team-desc .team-member-info li {
    margin-bottom: 15px;
}

.team-desc .team-member-info li:last-child {
    margin-bottom: 0;
}

.team-desc .team-member-info li p {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    width: 120px;
    margin-bottom: 0;
}

.team-desc .team-member-info li a {
    color: #666666;
    width: calc(100% - 120px);
}

.team-desc .social-profile li {
    margin-bottom: 0;
}

.team-desc .social-profile li a {
    width: 55px;
    height: 55px;
}

.team-desc .social-profile li a i {
    font-size: 18px;
}

.team-desc p {
    margin-bottom: 15px;
}

.team-desc p:last-child {
    margin-bottom: 0;
}

.team-tablist {
    border-bottom: 1px solid #F5F5F5;
}

.team-tablist .nav-item {
    border: none;
}

.team-tablist .nav-item:last-child {
    margin-right: 0;
}

.team-tablist .nav-item .nav-link {
    background: transparent;
    color: #999;
    font-size: 20px;
    font-weight: 500;
    padding: 14px 25px;
    border: none;
    border-radius: 0;
    font-family: "Montserrat", sans-serif;
    position: relative;
}

.team-tablist .nav-item .nav-link.active {
    background: #3D72FC;
    color: #fff;
}

.team-tablist .nav-item .nav-link.active:after {
    width: 100%;
}

.team-tablist .nav-item:last-child .nav-link {
    border-right: none;
}

.team-tabcontent {
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-top: none;
    padding: 25px 25px 0;
}

.team-tabcontent .team_desc {
    margin-bottom: 25px;
}

.team-tabcontent .team_desc p:last-child {
    margin-bottom: 0;
}

.team-tabcontent .team_education {
    margin-bottom: 25px;
}

.team-tabcontent .team_education .team-edu-item {
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
}

.team-tabcontent .team_education .team-edu-item:before {
    position: absolute;
    top: 10px;
    left: 0;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #000;
}

.team-tabcontent .team_education .team-edu-item h6 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
}

.team-tabcontent .team_education .team-edu-item p {
    margin-bottom: 5px;
    line-height: 1;
}

.team-tabcontent .team_education .team-edu-item:last-child {
    margin-bottom: 0;
}


/*-------------------------------
    Blog Details CSS
--------------------------------*/

article p,
.course-desc p,
.vehicle-desc p,
.team-desc p,
.terms-wrap p {
    margin-bottom: 15px;
}

article p:last-child,
.course-desc p:last-child,
.vehicle-desc p:last-child,
.team-desc p:last-child,
.terms-wrap p:last-child {
    margin-bottom: 0;
}

article p strong,
.course-desc p strong,
.vehicle-desc p strong,
.team-desc p strong,
.terms-wrap p strong {
    color: #000;
}

article p a,
.course-desc p a,
.vehicle-desc p a,
.team-desc p a,
.terms-wrap p a {
    color: #3D72FC;
}

article p a:hover,
.course-desc p a:hover,
.vehicle-desc p a:hover,
.team-desc p a:hover,
.terms-wrap p a:hover {
    text-decoration: underline;
    color: #3D72FC;
}

article h1,
.course-desc h1,
.vehicle-desc h1,
.team-desc h1,
.terms-wrap h1 {
    font-size: 30px;
    margin-bottom: 15px;
}

article h2,
.course-desc h2,
.vehicle-desc h2,
.team-desc h2,
.terms-wrap h2 {
    font-size: 28px;
    margin-bottom: 15px;
}

article h3,
.course-desc h3,
.vehicle-desc h3,
.team-desc h3,
.terms-wrap h3 {
    font-size: 26px;
    margin-bottom: 15px;
}

article h4,
.course-desc h4,
.vehicle-desc h4,
.team-desc h4,
.terms-wrap h4 {
    font-size: 24px;
    margin-bottom: 15px;
}

article h5,
.course-desc h5,
.vehicle-desc h5,
.team-desc h5,
.terms-wrap h5 {
    font-size: 22px;
    margin-bottom: 15px;
}

article h6,
.course-desc h6,
.vehicle-desc h6,
.team-desc h6,
.terms-wrap h6 {
    font-size: 20px;
    margin-bottom: 15px;
}

article ol,
.course-desc ol,
.vehicle-desc ol,
.team-desc ol,
.terms-wrap ol {
    margin-top: 20px;
    margin-bottom: 25px;
}

article ol li,
.course-desc ol li,
.vehicle-desc ol li,
.team-desc ol li,
.terms-wrap ol li {
    margin-bottom: 15px;
    color: #666666;
    padding-left: 3px;
}

article .content-feature-list,
.course-desc .content-feature-list,
.vehicle-desc .content-feature-list,
.team-desc .content-feature-list,
.terms-wrap .content-feature-list {
    margin: 20px 0 25px;
}

article {
    margin-bottom: 20px;
}

article .post-img {
    border-radius: 5px;
}

article .post-img img {
    border-radius: 5px;
}

.post-navigation {
    margin: 0 0 25px;
}

.post-navigation .next-post,
.post-navigation .prev-post {
    width: 50%;
    display: block;
    font-size: 12px;
    position: relative;
    font-weight: 600;
    transition: 0.3s;
}

.post-navigation .next-post span,
.post-navigation .prev-post span {
    display: block;
    font-size: 16px;
    line-height: 1.2;
    color: #666666;
    transition: 0.3s;
}

.post-navigation .next-post:hover,
.post-navigation .prev-post:hover {
    color: #3D72FC;
}

.post-navigation .next-post:hover span,
.post-navigation .prev-post:hover span {
    color: #3D72FC;
}

.post-navigation .next-post {
    text-align: right;
}

.post-navigation .prev-post {
    text-align: left;
}

.post-metainfo {
    line-height: 1;
    margin-bottom: 16px;
}

.post-metainfo li {
    display: inline-block;
    font-size: 16px;
    position: relative;
    padding-left: 25px;
    margin-right: 25px;
    color: #666666;
}

.post-metainfo li:last-child {
    margin-right: 0;
}

.post-metainfo li i {
    font-size: 15px;
    color: #3D72FC;
    position: absolute;
    top: -2px;
    left: 0;
}

.post-metainfo li:last-child {
    margin-right: 0;
}

.post-metainfo li a {
    color: #666666;
}

.post-img {
    position: relative;
    margin: 0 0 25px;
    display: block;
}

.post-img .blog-date {
    display: inline-block;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    padding: 7px 32px 8px;
    position: absolute;
    top: -10px;
    left: 20px;
    z-index: 1;
    background-color: #3D72FC;
    color: #fff;
    transition: 0.3s;
}

.post-img .blog-date:hover {
    background: #3D72FC;
    color: #fff;
}

.wp-block-quote {
    position: relative;
    padding: 35px 35px 30px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
    text-align: center;
    border-left: 2px solid #3D72FC;
    margin: 20px 0 25px;
}

.wp-block-quote .wp-quote-text p {
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}

.post-meta-option {
    margin-bottom: 25px;
}

.post-tag ul {
    display: inline-block;
}

.post-tag ul li {
    display: inline-block;
    margin-right: 5px;
}

.post-tag ul li:last-child {
    margin-right: 0;
}

.post-tag ul li a {
    color: #666666;
    font-size: 14px;
    border-radius: 3px;
    padding: 10px 10px 5px;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.post-tag ul li a:hover {
    background: #3D72FC;
    color: #fff;
}

.post-tag span {
    margin-right: 10px;
    font-weight: 600;
    color: #000;
}

.post-share {
    display: inline-block;
}

.post-share span {
    font-weight: 600;
    color: #000;
}

.post-share ul {
    display: inline-block;
    margin-left: 7px;
}

.post-author {
    padding: 25px;
    margin: 15px 0 30px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.09);
}

.post-author .post-author-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.post-author .post-author-img img {
    border-radius: 50%;
}

.post-author .post-author-info {
    width: calc(100% - 175px);
    margin-left: 25px;
}

.post-author .post-author-info h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
}

.post-author .post-author-info p {
    margin: 0 0 15px;
}

.comment-item-wrap .comment-item {
    padding: 0 0 25px 0;
    margin-bottom: 25px;
    border-radius: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.comment-item-wrap .comment-item.reply {
    margin-left: 40px;
}

.comment-item-wrap .comment-item:last-child {
    margin-bottom: 0;
}

.comment-item-wrap .comment-item .comment-author-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    top: 4px;
}

.comment-item-wrap .comment-item .comment-author-img img {
    border-radius: 50%;
}

.comment-item-wrap .comment-item .comment-author-wrap {
    width: calc(100% - 120px);
    margin-left: 20px;
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name {
    margin: 0 0 9px;
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name h5 {
    line-height: 1;
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name .comment-date {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #888888;
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-text {
    margin: 5px 0 10px;
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-text p {
    margin: 0 0 5px;
}

.comment-item-wrap .reply-btn {
    display: inline-block;
    line-height: 1;
    font-weight: 600;
    color: #3D72FC;
    transition: 0.3s;
}

.comment-item-wrap .reply-btn i {
    position: relative;
    margin-right: 4px;
}

.comment-item-wrap .reply-btn:hover {
    color: #3D72FC;
}

.comment-box-title {
    margin-bottom: 25px;
}

.comment-box-title h4 {
    margin-bottom: 0;
    line-height: 1;
    position: relative;
}

.comment-box-title p {
    margin-top: 10px;
    margin-bottom: 0;
}

#cmt-form {
    margin-top: 35px;
}

#cmt-form .comment-form .form-group {
    margin: 0 0 20px;
    position: relative;
}

#cmt-form .comment-form .form-group>label {
    font-weight: 500;
    display: block;
    margin: 0 0 5px;
    padding-left: 0;
    color: #888888;
}

#cmt-form .comment-form .form-group input,
#cmt-form .comment-form .form-group textarea {
    width: 100%;
    background-color: #F5F5F5;
    border: none;
    border-radius: 5px;
    padding: 15px;
    color: #000;
}

#cmt-form .comment-form .form-group input:focus,
#cmt-form .comment-form .form-group textarea:focus {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#cmt-form .comment-form .form-group input {
    height: 60px;
}

#cmt-form .comment-form .form-group textarea {
    height: 145px;
    resize: none;
}

#cmt-form .checkbox label {
    padding-left: 25px;
}

.checkbox {
    display: block;
}

.checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.checkbox label {
    position: relative;
    cursor: pointer;
    padding-left: 27px;
}

.checkbox label:before {
    content: "";
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 1px solid #F3F4F6;
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    border-radius: 50%;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 6px;
}

.checkbox a {
    color: #3D72FC;
}

.checkbox.style2 label:before {
    top: 0px;
    width: 18px;
    height: 18px;
    border-radius: 0;
    border-color: #888888;
}

.checkbox.style3 label:before {
    top: 4px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 3px solid #ddd;
}

.checkbox.style3.v3 label:before {
    top: 1px;
}

.checkbox.style2 input:checked+label::after {
    top: 4.5px;
    left: 5.5px;
    width: 8px;
    height: 8px;
    border-radius: 0;
    border-width: 0 2px 2px 0;
}

.checkbox.style3 input:checked+label::after {
    top: 4px;
    left: 0px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: transparent;
    border: 3px solid #3D72FC;
}

.checkbox.style3.v3 input:checked+label::after {
    top: 1px;
    left: 0px;
}

.checkbox input:checked+label:before {
    border-color: #3D72FC;
}

.checkbox input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 3px;
    width: 9px;
    height: 9px;
    border: none;
    border-radius: 50%;
    background: #3D72FC;
}

.post-cat-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 25px;
}

.post-cat-title span {
    font-weight: 600;
    color: #3D72FC;
}

.post-cat-title {
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 25px;
}

.post-cat-title span {
    font-weight: 600;
    color: #3D72FC;
}


/*---------------------------------------------------------
    FAQ,Terms & Conditions, Privacy-policy,404 CSS
 ---------------------------------------------------------*/

.faq-wrap {
    position: relative;
    z-index: 1;
}

.faq-wrap .accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-wrap .faq-img-wrap {
    position: relative;
    z-index: 1;
    height: 558px;
    border-radius: 5px;
    position: relative;
    background-image: url(../img/faq-img-1.jpg);
}

.accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background: #3D72FC !important;
    color: #fff;
}

.accordion-item .accordion-header .accordion-button:not(.collapsed) span i {
    color: #fff;
}

.accordion-button:not(.collapsed) span i.plus {
    visibility: hidden;
    opacity: 0;
}

.accordion-button:not(.collapsed) span i.minus {
    visibility: visible !important;
    opacity: 1 !important;
}

.accordion-item {
    border: none;
    margin: 0 0 25px;
    background: transparent;
    transition: 0.4s;
}

.accordion-item .accordion-header .accordion-button {
    border-radius: 0;
    margin: 0;
    /* font-size: 18px; */
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    border-radius: 0;
    color: #000;
    text-align: left;
    align-items: center;
    border: none;
    padding: 22px 65px 20px 20px;
    transition: 0.4s;
    /* background-color: transparent; */
    background-color: var(--color-clementine);
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: none;
    justify-content: center;
}

.accordion-item .accordion-header .accordion-button:focus {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1) !important;
}

.accordion-item .accordion-header .accordion-button:after {
    display: none;
}

.accordion-item .accordion-header .accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.accordion-item .accordion-header .accordion-button.collapsed {
    /* color: #000; */
    color: white;
}

.accordion-item .accordion-header .accordion-button.collapsed span {
    background-color: #fff !important;
}

.accordion-item .accordion-header .accordion-button span {
    min-width: 60px;
    background-color: #3D72FC;
    text-align: center;
    position: absolute;
    top: 36px;
    right: 0;
    transition: 0.4s;
    border-radius: 0 5px 5px 0;
    display: none;
}

.accordion-item .accordion-header .accordion-button span i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    line-height: 0.8;
    color: #000;
    transition: 0.4s;
}

.accordion-item .accordion-header .accordion-button span i.minus {
    visibility: hidden;
    opacity: 0;
}

.accordion-item .accordion-header .accordion-button span i.minus {
    visibility: hidden;
    opacity: 0;
}

.accordion-collapse {
    border: none;
}

.accordion-button:not(.collapsed)::after {
    left: -4px;
}

.accordion-body {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none;
    padding: 20px 20px 20px;
}

.accordion-body p {
    margin: 0;
}

.error-content {
    text-align: center;
}

.error-content img {
    display: block;
    margin: 0 auto 20px;
    max-width: 600px;
}

.error-content p {
    margin: 0 auto 20px;
    max-width: 520px;
}

.terms-wrap .single-terms {
    margin-bottom: 25px;
}

.terms-wrap .single-terms:last-child {
    margin-bottom: 0;
}

.terms-wrap .single-terms p a {
    color: #000;
}

.terms-wrap .single-terms p a:hover {
    color: #000;
    text-decoration: underline;
}

.terms-wrap .block-text {
    margin-top: 25px;
    background: #FBE7F0;
    padding: 20px 25px;
    border-radius: 8px;
}

.terms-wrap .block-text p {
    color: #3D72FC;
}

.footer-wrap .footer-widget .contact-info li span,
.owl-carousel .owl-nav,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.social-profile.style1 li a,
.social-profile.style2 li a,
.header-wrap .header-top .header-top-right,
.search-area,
.select-lang .navbar-language .dropdown-toggle,
.pp-post-item,
.hero-wrap.style1 .hero-img-wrap .hero-promo-text,
.book-course-wrap .book-course-form .booking-form,
.about-wrap.style1 .about-img-wrap .about-promo-box,
.about-wrap.style3 .about-img-wrap .about-promo-box,
.feature-item-wrap .feature-item,
.feature-item-wrap .feature-item .feature-icon,
.feature-item-wrap .feature-item.style1 .feature-icon,
.course-card.style1 .course-info .course-author-wrap,
.course-card.style2 .course-info .course-author-wrap,
.course-card.style1 .course-info .course-author-wrap .course-author,
.course-card.style2 .course-info .course-author-wrap .course-author,
.course-card.style3 .course-info .course-link,
.course-card.style3 .course-info .course-author-wrap,
.course-card.style3 .course-info .course-author-wrap .course-author,
.why-choose-wrap.style1 .wh-content .feature-item-wrap,
.why-choose-wrap.style1 .wh-img-wrap .wh-promo-video,
.why-choose-wrap.style3 .wh-content .feature-item-wrap,
.why-choose-wrap.style3 .wh-content .feature-item-wrap .feature-item,
.vehicle-card .vehicle-info .vehicle-meta-info,
.vehicle-card .vehicle-info .vehicle-meta-info .vehicle-promo-info,
.vehicle-card.style3 .vehicle-info .vehicle-link,
.team-card .team-info-wrap,
.team-card .team-info-wrap .team-link,
.testimonial-card.style1 .client-info-wrap,
.counter-card,
.blog-card.style3 .blog-info .blog-link,
.contact-box-wrap .contact-item,
.contact-box-wrap .contact-item .contact-icon,
.course-details-wrap .course-desc .course-metainfo-wrap .course-author,
.course-details-wrap .course-desc .course-brief ul li,
.team-desc .team-member-info li,
.post-navigation,
.post-author,
.comment-item-wrap .comment-item {
    display: flex;
    flex-wrap: wrap;
}

.footer-wrap .footer-widget .contact-info li span,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.social-profile.style1 li a,
.social-profile.style2 li a,
.search-area,
.feature-item-wrap .feature-item .feature-icon,
.course-card.style3 .course-info .course-link,
.vehicle-card.style3 .vehicle-info .vehicle-link,
.team-card .team-info-wrap .team-link,
.blog-card.style3 .blog-info .blog-link,
.contact-box-wrap .contact-item .contact-icon {
    flex-direction: column;
    justify-content: center;
}

.header-wrap .header-top .header-top-right,
.select-lang .navbar-language .dropdown-toggle,
.hero-wrap.style1 .hero-img-wrap .hero-promo-text,
.about-wrap.style1 .about-img-wrap .about-promo-box,
.about-wrap.style3 .about-img-wrap .about-promo-box,
.course-card.style1 .course-info .course-author-wrap,
.course-card.style2 .course-info .course-author-wrap,
.course-card.style1 .course-info .course-author-wrap .course-author,
.course-card.style2 .course-info .course-author-wrap .course-author,
.course-card.style3 .course-info .course-author-wrap,
.course-card.style3 .course-info .course-author-wrap .course-author,
.why-choose-wrap.style1 .wh-img-wrap .wh-promo-video,
.why-choose-wrap.style3 .wh-content .feature-item-wrap .feature-item,
.vehicle-card .vehicle-info .vehicle-meta-info,
.vehicle-card .vehicle-info .vehicle-meta-info .vehicle-promo-info,
.team-card .team-info-wrap,
.testimonial-card.style1 .client-info-wrap,
.counter-card,
.course-details-wrap .course-desc .course-metainfo-wrap .course-author,
.course-details-wrap .course-desc .course-brief ul li,
.team-desc .team-member-info li,
.post-navigation {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}


/*---------------------------------
        Footer CSS 
-----------------------------------*/

.footer-wrap {
    position: relative;
    z-index: 1;
    background-color: #21224a;
}

.footer-wrap .container {
    position: relative;
}

.footer-wrap .footer-widget {
    margin-bottom: 25px;
}

.footer-wrap .footer-widget .footer-logo {
    display: block;
}

.footer-wrap .footer-widget .footer-widget-title {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
}

.footer-wrap .footer-widget .footer-widget-title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 55px;
    height: 2px;
    background-color: #fff;
}

.footer-wrap .footer-widget .comp-desc {
    color: rgba(255, 255, 255, 0.7);
    margin: 35px 0 25px;
    padding-right: 10px;
}

.footer-wrap .footer-widget .footer-menu li {
    margin-bottom: 15px;
}

.footer-wrap .footer-widget .footer-menu li:last-child {
    margin-bottom: 0;
}

.footer-wrap .footer-widget .footer-menu li a {
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    padding-left: 0;
}

.footer-wrap .footer-widget .footer-menu li a i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    line-height: 0.8;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

.footer-wrap .footer-widget .footer-menu li a:hover {
    padding-left: 23px;
    color: #3D72FC;
}

.footer-wrap .footer-widget .footer-menu li a:hover i {
    color: #3D72FC;
    visibility: visible;
    opacity: 1;
}

.footer-wrap .footer-widget .newsletter-form p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
}

.footer-wrap .footer-widget .newsletter-form .form-group {
    position: relative;
}

.footer-wrap .footer-widget .newsletter-form .form-group input {
    width: 100%;
    height: 56px;
    background: #2F3B6B;
    padding: 13px 70px 10px 20px;
    color: #fff;
    border: none;
}

.footer-wrap .footer-widget .newsletter-form .form-group input::-moz-placeholder {
    color: #fff;
    opacity: 0.7;
}

.footer-wrap .footer-widget .newsletter-form .form-group input::placeholder {
    color: #fff;
    opacity: 0.7;
}

.footer-wrap .footer-widget .newsletter-form .form-group button {
    position: absolute;
    top: 0;
    right: 0;
    background: #3D72FC;
    height: 100%;
    border: none;
    padding: 10px 20px;
}

.footer-wrap .footer-widget .newsletter-form .form-group button i {
    color: #fff;
    font-size: 20px;
    line-height: 0.8;
    position: relative;
    top: 5px;
}

.footer-wrap .footer-widget .contact-info li {
    position: relative;
    padding-left: 60px;
    margin-bottom: 15px;
}

.footer-wrap .footer-widget .contact-info li:last-child {
    margin-bottom: 0;
}

.footer-wrap .footer-widget .contact-info li span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    background: #2F3B6B;
    top: 2px;
    left: 0;
}

.footer-wrap .footer-widget .contact-info li span i {
    font-size: 16px;
    line-height: 1;
    color: #fff;
    margin: 0 auto;
    position: relative;
    top: 2px;
}

.footer-wrap .footer-widget .contact-info li h6 {
    color: #fff;
    font-weight: 500;
}

.footer-wrap .footer-widget .contact-info li p,
.footer-wrap .footer-widget .contact-info li a {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
    display: block;
    transition: 0.3s;
}

.footer-wrap .footer-widget .contact-info li:hover p,
.footer-wrap .footer-widget .contact-info li:hover a {
    color: #fff;
}

.footer-wrap .footer-widget .social-profile li a {
    background-color: #2F3B6B;
}

.footer-wrap .footer-widget .social-profile li a i {
    color: #fff;
    position: relative;
    top: 1px;
    font-size: 14px;
}

.footer-wrap .footer-widget .social-profile li a:hover {
    background-color: #3D72FC;
}

.copyright-text {
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright-text p {
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    margin: 0;
}

.copyright-text p i {
    position: relative;
    top: 0px;
    margin-right: 2px;
}

.copyright-text p a {
    font-weight: 600;
    color: #3D72FC;
}

.copyright-text p a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {
    .footer-wrap .footer-widget .footer-widget-title {
        font-size: 18px;
        margin-bottom: 18px;
        padding-bottom: 8px;
    }
    .footer-wrap .footer-widget .comp-desc {
        font-size: 14px;
        margin: 20px 0 18px;
    }
    .footer-wrap .footer-widget .contact-info li {
        margin-bottom: 10px;
    }
    .footer-wrap .footer-widget .contact-info li i {
        top: 3px;
        font-size: 16px;
    }
    .footer-wrap .footer-widget .contact-info p,
    .footer-wrap .footer-widget .contact-info a {
        font-size: 14px;
    }
    .footer-wrap .footer-widget .footer-menu li {
        margin-bottom: 8px;
    }
    .footer-wrap .footer-widget .footer-menu li a {
        font-size: 14px;
    }
    .footer-wrap .footer-widget .footer-menu li a i {
        font-size: 14px;
        top: 3px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-wrap .footer-widget .footer-widget-title {
        font-size: 20px;
        margin-bottom: 25px;
        padding-bottom: 12px;
    }
    .footer-wrap .footer-widget .comp-desc {
        margin: 30px 0 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-wrap .footer-widget .footer-widget-title {
        font-size: 22px;
    }
    .footer-wrap .footer-widget .comp-desc {
        padding-right: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .footer-wrap .footer-top .footer-widget .footer-widget-title {
        margin-bottom: 18px;
    }
}

@media only screen and (min-width: 1200px) {
    .footer-wrap .footer-widget .comp-desc {
        padding-right: 20px;
    }
}

@media only screen and (min-width: 1600px) {
    .footer-wrap .footer-widget .comp-desc {
        padding-right: 30px;
    }
}


/*# sourceMappingURL=style.css.map */