@import url('https://fonts.googleapis.com/css2?family=Days+One&family=Roboto:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
.header-area {
    background: #161616;
    display: block;
}

.header-area .top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.header-area .top-header .left-item {
    /* padding: 10px 0; */
}

.header-area .top-header .left-item li {
    display: inline;
}

.header-area .top-header .left-item li span,
.header-area .top-header .right-item li span {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
    display: inline-block;
    margin-right: 10px;
}

.header-area .top-header .left-item li .email {
    margin-left: 20px;
}

.header-area .top-header .left-item li a {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding-right: 20px;
}

.header-area .top-header .left-item li .maile {
    border: none;
}

.header-area .top-header .right-item {
    /* padding: 10px 0; */
}

.header-area .top-header .right-item li {
    display: inline-block;
}

.header-area .top-header .right-item li a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    height: 30px;
    width: 30px;
    line-height: 33px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
    transition: .5s;
    margin-left: 5px;
}

.header-area .top-header .right-item li a:hover {
    color: #161616;
    background: #fff;
}

.header-area .header-menu {
    background: #fff;
}

.header-area .header-menu.navbar-fixed {
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    z-index: 99999;
    background: #fff;
    box-shadow: 0px 0px 18px 0px rgba(222, 222, 222, 0.75);
    transform: translateY(70px);
    transition: transform 500ms ease, background 200ms ease;
}


/* .header-area .header-menu .menu-flax .menu-item ul li a.active {
    color: #161616;
    border-bottom: 2px solid #000000;
} */

.header-area .header-menu .menu-flax {
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 15px;
    align-items: center;
}

.header-area .header-menu .menu-flax .header-logo {
    padding-top: 10px;
}

.header-area .header-menu .menu-flax .menu-item {
    padding-top: 13px;
}

.header-area .header-menu .menu-flax .menu-item ul li {
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.header-area .header-menu .menu-flax .menu-item ul li a {
    display: block;
    font-weight: 500;
    /* padding-right: 25px; */
    transition: 0.3s;
    color: #7a7a7a;
    font-family: 'Days One', sans-serif;
    font-size: 14px;
    padding: 0 14px;
    position: relative;
}

.header-area .header-menu .menu-flax .menu-item ul li a::before {
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    left: 0;
    bottom: -2px;
    display: block;
    height: 2px;
    width: 0%;
    content: "";
    background-color: #000000;
}

.header-area .header-menu .menu-flax .menu-item ul li a.home::before {
    opacity: 1;
    width: 100%;
}

.header-area .header-menu .menu-flax .menu-item ul li a.preise::before {
    opacity: 1;
    width: 100%;
}

.header-area .header-menu .menu-flax .menu-item ul li a.verkehrskunde::before {
    opacity: 1;
    width: 100%;
}

.header-area .header-menu .menu-flax .menu-item ul li a.registration::before {
    opacity: 1;
    width: 100%;
}

.header-area .header-menu .menu-flax .menu-item ul li a.abg::before {
    opacity: 1;
    width: 100%;
}

.header-area .header-menu .menu-flax .menu-item ul li:hover a::before {
    opacity: 1;
    width: 100%;
}

.header-area .header-menu .menu-flax .menu-item ul li ul {
    position: absolute;
    left: -40px;
    top: 34px;
    width: 200px;
    padding: 5px 20px;
    background: #161616;
    display: inline-block;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    transition: .5s;
}

.header-area .header-menu .menu-flax .menu-item ul li ul li {
    display: block;
}

.header-area .header-menu .menu-flax .menu-item ul li ul li a {
    display: block;
    padding: 10px;
    color: #fff;
    font-weight: 400;
    transition: .5s;
    padding-left: 0;
    border-bottom: 1px solid #333;
}

.header-area .header-menu .menu-flax .menu-item ul li ul li .home-three {
    border-bottom: none;
}

.header-area .header-menu .menu-flax .menu-item ul li ul li .courses-two {
    border-bottom: none;
}

.header-area .header-menu .menu-flax .menu-item ul li ul li .news-two {
    border-bottom: none;
}

.header-area .header-menu .menu-flax .menu-item ul li:hover>a {
    color: #666666;
}

.header-area .header-menu .menu-flax .menu-item ul li:hover ul {
    opacity: 1;
    visibility: visible;
    left: 0;
}

.header-area .header-menu .menu-flax .search-option {
    display: flex;
    padding-top: 13px;
}

.header-area .header-menu .menu-flax .search-option .navigation-bar {
    position: relative;
}

.header-area .header-menu .menu-flax .search-option .navigation-bar .search-btn {
    border: none;
    background: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.header-area .header-menu .menu-flax .search-option .mnmd-search-full {
    background-color: rgb(60 60 60) !important;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    z-index: 999;
    visibility: hidden;
    overflow: hidden;
    padding: 0 15px;
    transform: perspective(1px) translateZ(0);
    transition-property: color;
    transition-duration: 0.3s;
}

.header-area .header-menu .menu-flax .search-option .mnmd-search-full form {
    margin: 0;
    width: 50%;
    transform: scaleX(0);
    transform-origin: 50%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.header-area .header-menu .menu-flax .search-option .mnmd-search-full form .form-control {
    background: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #fff;
    font-size: 20px;
    font-weight: normal;
    border-radius: 0;
    color: #fff;
    padding: 10px 60px 10px 20px;
}

.header-area .header-menu .menu-flax .search-option .mnmd-search-full form span {
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
}

.header-area .header-menu .menu-flax .search-option .mnmd-search-full form span i {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
}

.header-area .header-menu .menu-flax .search-option .mnmd-search-full.On {
    max-width: 100%;
    opacity: 1;
    border-bottom: 1px solid #fff;
    visibility: visible;
}

.header-area .header-menu .menu-flax .search-option .mnmd-search-full.On form {
    transform: scaleX(1);
}

.header-area .header-menu .menu-flax .search-option .theme-btn {
    margin-top: 7px;
    padding: 0 20px;
    margin-left: 20px;
    height: 50px;
    border: 1px solid #f0ebeb;
}

.sidebar-menu {
    display: none;
}

.header-area .header-menu .menu-flax .search-option .sidebar-menu {
    padding: 10px 0 10px 10px;
    margin-left: 20px;
}

.header-area .header-menu .menu-flax .search-option .sidebar-menu li a {
    color: #161616;
    font-size: 32px;
    cursor: pointer;
    display: block;
}

.sidebar-menus {
    padding: 80px 0 0 20px;
    width: 350px;
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    z-index: 9999999;
    background: rgb(22 22 22 / 92%);
    opacity: 1;
    transition: .5s;
}

.sidebar-menus .remove-one {
    color: #ffffff;
    font-weight: 600;
    font-size: 30px;
    padding: 5px;
    line-height: 0px;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 30px;
}

.sidebar-menus.active {
    right: 0;
}

.sidebar-menus .header-menu-item {
    display: inline-block;
}

.sidebar-menus .header-menu-item ul li {
    transition: 0.5s;
    display: inline;
}

.sidebar-menus .header-menu-item ul li a {
    display: block;
    font-weight: 500;
    transition: 0.5s;
    text-align-last: start;
    color: #fff;
    border-bottom: 1px solid #ccc;
    width: 240px;
    padding: 25px 0 0 5px;
}

.sidebar-menus .header-menu-item ul li ul {
    z-index: 99;
}

.sidebar-menus .header-menu-item ul li ul li {
    display: block;
}

.sidebar-menus .header-menu-item ul li ul li a {
    display: inline-block;
    padding: 12px 0;
    color: #fff;
    font-weight: 400;
    transition: .5s;
    border-bottom: 1px solid #ccc;
    padding-left: 30px;
}

.sidebar-menus .header-menu-item ul li ul li a:hover {
    color: #E81D4F;
}

.sidebar-menus .search-option .theme-btn {
    margin: 30px 0;
}

.sidebar-menus .search-option .theme-btn:hover {
    color: #E81D4F;
}

.sidebar-menus .search-option .theme-btn:hover::before {
    background: #fff;
}

.part-3 {
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.part-3 .home-3 {
    background: unset;
}

.part-3 .home-3 .menu-flax .search-option .theme-btn {
    background: #fff;
    color: #E81D4F;
    border-radius: 4px;
}

.part-3 .home-3 .menu-flax .search-option .theme-btn:hover {
    color: #fff;
}


/*----------------------------------------------------*/


/* Fonts */


/*Color Variables*/


/* Button Style */

.theme-btn {
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    line-height: 49px;
    padding: 0 20px;
    text-decoration: none;
    position: relative;
    background: #444444;
    border-radius: 3px;
    z-index: 1;
    overflow: hidden;
    transition: color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.theme-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #161616;
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}

.theme-btn:hover,
.theme-btn:focus {
    color: #fff;
}

.theme-btn:hover:before,
.theme-btn:focus:before {
    transform-origin: left center;
    transform: scale(1, 1);
}

p {
    font-size: 14px;
    line-height: 24px;
}

.title {
    padding-bottom: 60px;
}

.title h6 {
    font-weight: normal;
    font-size: 16px;
    /* line-height: 15px; */
    color: #161616;
    padding-bottom: 10px;
}

.title h1 {
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 10px;
    font-family: 'Days One', sans-serif;
}

.title.title-p p {
    font-size: 22px;
    line-height: normal;
}

.title p {
    max-width: 601px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 20px;
}


/* Preloader */

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../images/preloader.svg");
}


/*----------------------------------------------------*/

.banner-area {
    position: relative;
}

.banner-area .item .banner-images {
    position: relative;
}

.banner-area .item .banner-images img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

.banner-area .item .banner-images::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.35);
}

.banner-area .item .banner-heading {
    position: absolute;
    bottom: 10px;
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
}

.banner-area .item .banner-heading.citybanner {
    top: 40%;
}

.banner-area .item .banner-heading h1 span {
    font-weight: 800;
    font-size: 51px;
    /* line-height: 120px; */
    /* max-width: 1000px; */
    color: #fff;
    display: block;
    font-family: 'Days One', sans-serif;
    margin-bottom: 20px;
}

.banner-area .item .banner-heading p {
    line-height: 35px;
    /* max-width: 650px; */
    color: #fff;
    padding-bottom: 30px;
    font-size: 23px;
    font-family: 'Days One', sans-serif;
    /* margin: 0 auto; */
}

.banner-area .item .banner-heading .theme-btn {
    padding: 0 32px;
    margin-right: 10px;
}

.banner-area .item .banner-heading .btn-two {
    background: #fff;
    color: #E81D4F;
    margin-left: 17px;
}

.banner-area .owl-nav {
    display: block !important;
}

.banner-area .owl-nav .owl-prev {
    height: 50px;
    width: 50px;
    display: none !important;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    font-size: 22px !important;
    color: #fff !important;
    background: rgba(255, 255, 255, 0.5) !important;
    position: absolute;
    left: 2%;
    transform: translate(-2%, -50%);
    top: 50%;
    transition: .5s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-area .owl-nav .owl-prev:hover {
    background: #E81D4F !important;
}

.banner-area .owl-nav .owl-next {
    height: 50px;
    width: 50px;
    display: none !important;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
    border-radius: 50%;
    font-size: 22px !important;
    color: #fff !important;
    background: rgba(255, 255, 255, 0.5) !important;
    position: absolute;
    right: 2%;
    transform: translate(-2%, -50%);
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
}

.banner-area .owl-nav .owl-next:hover {
    background: #444444 !important;
}

.banner-area .owl-dots {
    display: none !important;
}

.h2-bottom {
    background: none !important;
}

.home-3-banner-area {
    overflow: hidden;
    background: url(../images/home_three_banner.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 285px 0 215px;
}

.home-3-banner-area .banner-heading h1 {
    font-weight: 800;
    font-size: 107px;
    line-height: 120px;
    color: #161616;
    max-width: 565px;
}

.home-3-banner-area .banner-heading p {
    color: #fff;
    max-width: 601px;
    font-size: 18px;
    line-height: 30px;
    padding-top: 5px;
}

.home-3-banner-area .banner-heading .theme-btn {
    margin-top: 30px;
    padding: 0 31px;
}

.home-3-banner-area .banner-heading .two {
    background: #fff;
    color: #E81D4F;
    padding: 0 31px;
    margin-left: 25px;
}

.home-3-banner-area .banner-heading .two:hover {
    color: #fff;
}

.baner-bottom-form {
    background: #F3F3F3;
    padding-bottom: 80px;
}

.baner-bottom-form .banner-bottom {
    background: #fff;
    box-shadow: 0px 50px 50px rgba(17, 26, 57, 0.05);
    border-radius: 3px;
    height: auto;
    width: 970px;
    max-width: 100%;
    margin: -80px auto;
    position: relative;
    z-index: 1;
}

.baner-bottom-form .banner-bottom .form-text-left {
    margin-top: 5px;
    position: relative;
}

.baner-bottom-form .banner-bottom .form-text-left .form-text-img {
    padding-top: 42px;
    margin-bottom: 20px;
}

.baner-bottom-form .banner-bottom .form-text-left .form-text-img svg {
    margin: 0 auto;
    display: block;
}

.baner-bottom-form .banner-bottom .form-text-left span {
    align-items: center;
    position: absolute;
    top: 45%;
    left: 50%;
    display: block;
    color: #fff;
    font-size: 50px;
    transform: translate(-50%, -45%);
}

.baner-bottom-form .banner-bottom .form-text-left h6 {
    font-weight: bold;
    font-size: 22px;
    line-height: 34px;
    text-align: center;
}

.baner-bottom-form .banner-bottom .form-text-left p {
    text-align: center;
}

.baner-bottom-form .banner-bottom form {
    padding: 30px;
}

.baner-bottom-form .banner-bottom form .row {
    border-left: 1px solid #dddddd;
}

.baner-bottom-form .banner-bottom form .row .form-left input {
    width: 100%;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #555555;
    outline: none;
    box-shadow: none;
    background: #fff !important;
    padding-top: 20px;
    margin-bottom: 10px;
    border: honeydew;
    border-bottom: 1px solid #ddd;
}

.baner-bottom-form .banner-bottom form .row .form-left .your-name {
    margin-bottom: 0;
}

.baner-bottom-form .banner-bottom form .row .form-left .form-select {
    width: 100%;
    display: block;
    font-weight: normal;
    padding-left: 0;
    font-size: 16px;
    padding-top: 15px;
    line-height: 24px;
    outline: none;
    box-shadow: none;
    color: #555555;
    margin-bottom: 10px;
    border: honeydew;
    border-bottom: 1px solid #ddd;
}

.baner-bottom-form .banner-bottom form .row .form-left .form-select option {
    font-size: 16px;
    line-height: 24px;
    color: #555555;
}

.baner-bottom-form .banner-bottom form .row .form-left .theme-btn {
    width: 100%;
    height: 40px;
    max-width: 100%;
    line-height: 40px;
}


/*----------------------------------------------------*/

.features-area {
    background: url(../images/bg-down.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    /* padding: 120px 0 95px; */
    overflow: hidden;
}

.features-area .feature-items {
    padding: 37px 29px;
    background: #fff;
    margin-bottom: 24px;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 3px;
    transition: 0.5s;
}

.features-area .feature-items .feature-icon {
    position: relative;
}

.features-area .feature-items .feature-icon .rode-with {
    font-size: 50px;
    position: absolute;
    display: block;
    top: 25px;
    left: 0;
    right: 0;
    color: #FFFFFF;
    z-index: 9;
}

.features-area .feature-items .feature-icon .shape-one svg path {
    fill: #e7e7e7;
    transition: .5s;
}

.features-area .feature-items .feature-icon .shape-two {
    position: absolute;
    left: 0;
    right: 0;
    top: -5px;
}

.features-area .feature-items .feature-icon .shape-two svg path {
    fill: #161616;
    transition: .5s;
}

.features-area .feature-items .feature-text h5 {
    font-weight: bold;
    font-size: 20px;
    line-height: 34px;
    padding: 20px 0 17px;
    transition: .5s;
}

.feature-box .feature-text h5 {
    font-weight: bold;
    font-size: 28px;
    padding: 0px 0px 32px 0;
    transition: .5s;
}

.feature-box .feature-text li {
    font-size: 25px;
}

.features-area .feature-items .feature-text p {
    max-width: 212px;
    font-weight: normal;
    margin: 0 auto;
}

.features-area .feature-items:hover {
    border-color: transparent;
    background: #FFFFFF;
    box-shadow: 0px 5px 14px rgba(17, 26, 57, 0.15);
    border-radius: 3px;
}

.features-area .feature-items:hover .feature-icon .shape-one svg path {
    fill: #444444;
}

.features-area .feature-items:hover .feature-icon .shape-two svg path {
    fill: #9f9f9f;
}

.features-area .feature-items:hover .feature-text h5 {
    color: #9f9f9f;
}


/*----------------------------------------------------*/

.about-area {
    overflow: hidden;
    padding-bottom: 70px;
}
.about-area .about-text-area {
    position: relative;
    top: 64px;
}

.about-area .about-text-area .title {
    padding-bottom: 10px;
}

.about-area .about-text-area .title p {
    margin: 0;
}

.about-area .about-text-area .driving-skills .skills-one {
    padding-left: 10px;
}

.about-area .about-text-area .driving-skills .skills-one li {
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.0015em;
    color: #555555;
    display: block;
    padding-top: 15px;
}

.about-area .about-text-area .driving-skills .skills-one li span {
    height: 5px;
    width: 5px;
    background: #E81D4F;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    margin-right: 20px;
    margin-bottom: 3px;
}

.about-area .about-text-area .driving-skills .skills-one li span::before {
    content: " ";
    position: absolute;
    top: -6px;
    left: -6px;
    border: 2px solid #E81D4F;
    padding: 7px;
    border-radius: 50%;
    transform: translate(0px, 0px);
}

.about-area .about-text-area .theme-btn {
    margin-top: 34px;
    padding: 0 35px;
}

.about-area .about-image-area {
    position: relative;
}

.about-area .about-image-area .image-one {
    position: absolute;
    top: 70px;
    left: 0;
}

.about-area .about-image-area .image-one img {
    max-width: 100%;
    object-fit: cover;
    height: 100%;
}
@media (max-width: 768px) {
    .about-area .about-image-area .image-one img {
        height: auto;
        object-fit: contain;
        width: 100%;
    }
}
.about-area .about-image-area .image-two {
    position: absolute;
    top: 260px;
    right: 60px;
}

.about-area .about-image-area .image-two img {
    max-width: 100%;
}

.about-area .about-image-area .image-three {
    position: absolute;
    right: -73px;
    top: 0;
}

.about-area .about-image-area .image-three img {
    max-width: 100%;
}

.h2-about-area {
    overflow: hidden;
    padding: 110px 0 105px;
}

.h2-about-area .images-area {
    position: relative;
    left: 70px;
}

.h2-about-area .images-area .images {
    display: inline-block;
}

.h2-about-area .images-area .images img {
    display: block;
    max-width: 100%;
    padding: 8px 10px;
    width: 100%;
    border-radius: 5px;
}

.h2-about-area .images-area .absulet {
    position: absolute;
    left: -225px;
    bottom: 232px;
}

.h2-about-area .item {
    position: relative;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.h3-about-area {
    overflow: hidden;
    padding-top: 85px;
}

.h3-about-area .title h1 {
    max-width: 386px;
}

.h3-about-area .aboutIsotop {
    padding-top: 100px;
}

.h3-about-area .aboutIsotop .funfact-item {
    display: flex;
}

.h3-about-area .aboutIsotop .funfact-item .completeds {
    font-size: 50px;
    color: #E81D4F;
}

.h3-about-area .aboutIsotop .funfact-item .completed {
    font-size: 50px;
    color: #E81D4F;
    padding-top: 10px;
}

.h3-about-area .aboutIsotop .funfact-item .funfact-text {
    padding: 0 0 32px 30px;
}

.h3-about-area .aboutIsotop .funfact-item .funfact-text h4 {
    font-weight: 800;
    font-size: 38px;
    line-height: 30px;
    padding-bottom: 15px;
}

.h3-about-area .images-area {
    position: relative;
    display: block;
}

.h3-about-area .images-area .images {
    display: inline-block;
    padding: 11px;
}

.h3-about-area .images-area .images img {
    height: 200px;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

.h3-about-area .images-area .absulet-1 {
    position: absolute;
    right: -24px;
    bottom: -215px;
}

.h3-about-area .images-area .absulet-2 {
    position: absolute;
    right: -34px;
    top: 224px;
}

.h3-about-area .images-area .absulet-3 {
    position: absolute;
    bottom: -225px;
    right: 189px;
}

.about-banner-area {
    background: url(../images/about-banner-img.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 175px 0;
    width: 100%;
    max-width: 100%;
    z-index: 1;
}

.about-banner-area::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/about-banner-vector.png);
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}

.about-banner-area::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #161616;
    opacity: 0.8;
    z-index: -1;
}

.about-banner-area .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about-banner-area .banner-text h1,
.price-banner-area .banner-text h1 {
    font-weight: 800;
    font-size: 63px;
    line-height: 72px;
    color: #FFFFFF;
    padding-bottom: 10px;
    overflow: hidden;
    text-transform: capitalize;
}
@media (max-width: 768px) {
    .about-banner-area .banner-text h1,
    .price-banner-area .banner-text h1 {
        font-size: 30px;
    }
}

.about-banner-area .banner-text a,
.price-banner-area .banner-text a,
.price-banner-area .banner-text .about-link {
    color: #FFFFFF;
    font-weight: 600;
    transition: 0.5s;
    text-transform: capitalize;
}

.about-banner-area .banner-text a span {
    color: #FFFFFF;
}

.about-banner-area .banner-text .about-link {
    color: #fff;
    font-weight: 600;
    transition: 0.5s;
}

.about-banner-area .banner-text .about-link:hover {
    color: #E81D4F;
}

.inarea-about {
    padding: 110px 0 95px;
    background: url(../images/bg-down.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.inarea-about .funfact-area {
    padding-top: 100px;
}


/*----------------------------------------------------*/

.funfact-area {
    overflow: hidden;
    padding-top: 120px;
}

.funfact-area .funfact-item {
    background: #FFFFFF;
    box-shadow: 0 10px 20px rgba(0, 35, 39, 0.1);
    border-radius: 3px;
    margin-bottom: 25px;
    padding: 38px;
}

.funfact-area .funfact-item .completed {
    font-size: 50px;
    color: #E81D4F;
}

.funfact-area .funfact-item .funfact-text h4 {
    font-weight: 800;
    font-size: 38px;
    line-height: 30px;
    padding-bottom: 15px;
}

.funfact-area .items-two {
    margin-top: 50px;
}

.funfact-area .funfact-text-area {
    padding-top: 95px;
}

.funfact-area .funfact-text-area h1 {
    font-weight: 800;
    font-size: 107px;
    line-height: 120px;
    color: #E81D4F;
}

.funfact-area .funfact-text-area h2 {
    font-weight: bold;
    font-size: 54px;
    line-height: 40px;
    padding-bottom: 25px;
}

.funfact-area .funfact-text-area .theme-btn {
    margin-top: 30px;
    padding: 0 32px;
}

.funfact-area .features-two {
    background-image: none !important;
    padding: 95px 0 15px;
}

.h2-funfact {
    background: url(../images/bg-down.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


/*----------------------------------------------------*/

.courses-area {
    overflow: hidden;
    /* padding: 100px 0 120px; */
    /* background: url(../images/bg-up.png); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.courses-area .courses-images {
    position: relative;
}

.courses-area .courses-images .item {
    padding: 1px;
}

.courses-area .courses-images .item .course-item {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(17, 26, 57, 0.1);
    border-radius: 3px;
    padding: 40px;
}

.courses-area .courses-images .item .course-item .courses-img {
    display: block;
    text-align: center;
    margin: auto;
    overflow: hidden;
}

.courses-area .courses-images .item .course-item .courses-img img {
    max-width: 100%;
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 3px;
    transition: .5s;
}

.courses-area .courses-images .item .course-item .courses-img-heading .img-heading {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 10px;
}

.courses-area .courses-images .item .course-item .courses-img-heading .img-heading h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    transition: 0.5s;
}

.courses-area .courses-images .item .course-item .courses-img-heading .img-heading h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}

.courses-area .courses-images .item .course-item .courses-img-heading .theme-btn {
    height: 40px;
    line-height: 40px;
    width: 100%;
    margin-top: 20px;
    background: #161616;
    transition: 0.5s;
}

.courses-area .courses-images .item .course-item:hover .courses-img {
    border-radius: 3px;
}

.courses-area .courses-images .item .course-item:hover .courses-img img {
    transform: scale(1.3);
}

.courses-area .courses-images .item .course-item:hover h3 {
    color: #262626;
}

.courses-area .courses-images .item .course-item:hover .theme-btn {
    background: #262626;
}

.courses-area .courses-images .owl-dots {
    display: none;
}

.courses-area .courses-images .owl-nav {
    display: block !important;
    position: absolute;
    top: -172px;
    right: 0;
}

.courses-area .courses-images .owl-nav .owl-prev {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    font-size: 20px;
    color: #161616;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(17, 26, 57, 0.1);
    transition: .7s;
}

.courses-area .courses-images .owl-nav .owl-prev:hover {
    color: #fff;
    background: #1d1d1d;
}

.courses-area .courses-images .owl-nav .owl-next {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
    border-radius: 50%;
    font-size: 20px;
    color: #161616;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(17, 26, 57, 0.1);
    transition: .7s;
}

.courses-area .courses-images .owl-nav .owl-next:hover {
    color: #fff;
    background: #1d1d1d;
}

.h2-courses-area {
    overflow: hidden;
    padding: 82px 0 95px;
    background: url(../images/bg-up.png);
    background-position: center;
    background-size: cover;
}

.h2-courses-area .course-cat {
    position: relative;
    right: 0;
    direction: rtl;
    top: -114px;
    display: flex;
}

.h2-courses-area .course-cat a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    border-radius: 50%;
    font-size: 20px;
    color: #E81D4F;
    background: #FFFFFF;
    margin-right: 10px;
}

.h2-courses-area .courses-images-test {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(17, 26, 57, 0.1);
    border-radius: 3px;
    padding: 40px;
    margin-bottom: 24px;
    transition: 0.5s;
}

.h2-courses-area .courses-images-test .courses-img {
    display: block;
    text-align: center;
    margin: auto;
    overflow: hidden;
}

.h2-courses-area .courses-images-test .courses-img img {
    max-width: 100%;
    border-radius: 3px;
    width: 100%;
    height: 225px;
    object-fit: cover;
    transition: .5s;
}

.h2-courses-area .courses-images-test .courses-img-heading {
    display: flex;
    justify-content: space-between;
    padding: 25px 0 20px;
}

.h2-courses-area .courses-images-test .courses-img-heading h3 {
    font-weight: 600;
    font-size: 27px;
    line-height: 37px;
}

.h2-courses-area .courses-images-test .courses-img-heading h4 {
    font-weight: 600;
    font-size: 27px;
    line-height: 37px;
}

.h2-courses-area .courses-images-test .theme-btn {
    height: 40px;
    line-height: 40px;
    width: 100%;
    margin-top: 30px;
    background: #161616;
}

.h2-courses-area .courses-images-test:hover .courses-img {
    border-radius: 3px;
}

.h2-courses-area .courses-images-test:hover .courses-img img {
    transform: scale(1.3);
}

.h2-courses-area .courses-images-test:hover .courses-img-heading h4 {
    color: #E81D4F;
}

.h2-courses-area .courses-images-test:hover .theme-btn {
    background: #E81D4F;
}

.h3-courses-area {
    overflow: hidden;
    background: none !important;
    padding-top: 110px;
}

.h3-courses-area .courses-images {
    position: relative;
    border-radius: 3px;
}

.h3-courses-area .courses-images .item {
    position: relative;
    border-radius: 3px;
    box-shadow: 0px 0px 10px rgba(17, 26, 57, 0.1);
    margin: 1px;
}

.h3-courses-area .courses-images .item .course-item {
    border-radius: 3px;
    padding: 40px;
}

.h3-courses-area .courses-images .item .course-item .courses-img {
    display: block;
    text-align: center;
    margin: auto;
    overflow: hidden;
    border-radius: 3px;
}

.h3-courses-area .courses-images .item .course-item .courses-img img {
    max-width: 100%;
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: .5s;
    cursor: pointer;
}

.h3-courses-area .courses-images .item .course-item .courses-img-heading {
    padding: 25px 0 0;
}

.h3-courses-area .courses-images .item .course-item .courses-img-heading .img-heading {
    display: flex;
    justify-content: space-between;
}

.h3-courses-area .courses-images .item .course-item .courses-img-heading .img-heading h3 {
    font-weight: 600;
    font-size: 27px;
    line-height: 37px;
    transition: 0.5s;
}

.h3-courses-area .courses-images .item .course-item .courses-img-heading .img-heading h4 {
    font-weight: 600;
    font-size: 27px;
    line-height: 37px;
}

.h3-courses-area .courses-images .item .course-item .courses-img-heading .theme-btn {
    height: 40px;
    line-height: 40px;
    width: 100%;
    margin-top: 30px;
    background: #161616;
    transition: 0.5s;
}

.h3-courses-area .courses-images .item .course-item:hover .courses-img img {
    transform: scale(1.2);
}

.h3-courses-area .courses-images .item .course-item:hover .img-heading h3 {
    color: #E81D4F;
}

.h3-courses-area .courses-images .item .course-item:hover .theme-btn {
    background: #E81D4F;
}

.h3-courses-area .courses-images .owl-dots {
    display: none;
}

.h3-courses-area .courses-images .owl-nav {
    display: block !important;
}

.h3-courses-area .courses-images .owl-nav .owl-prev {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    font-size: 20px;
    color: #E81D4F;
    background: #FFFFFF;
    box-shadow: 0px 20px 50px rgba(17, 26, 57, 0.1);
    position: absolute;
    left: -55px;
    top: 45%;
    transition: .7s;
}

.h3-courses-area .courses-images .owl-nav .owl-prev:hover {
    color: #fff;
    background: #E81D4F;
}

.h3-courses-area .courses-images .owl-nav .owl-next {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
    border-radius: 50%;
    font-size: 20px;
    color: #E81D4F;
    background: #FFFFFF;
    box-shadow: 0px 20px 50px rgba(17, 26, 57, 0.1);
    position: absolute;
    right: -55px;
    top: 45%;
    transition: .7s;
}

.h3-courses-area .courses-images .owl-nav .owl-next:hover {
    color: #fff;
    background: #E81D4F;
}

.inarea-courses-area {
    padding-top: 120px;
    padding-bottom: 0 !important;
}

.traffic-knowledge-area {
    padding: 120px 0 20px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

.datetime-area {
    background-color: #f3f3f3;
}

.traffic-container p {
    font-size: 15px;
    line-height: 1.8;
    color: #161616;
    font-weight: 500;
    margin: 0 0 10px 0;
}

.elementor-row .border-right::before {
    content: "";
    height: 100px;
    position: absolute;
    right: 7rem;
    top: 0;
    border-left: 1px solid #7a7a7a;
}

.datetime-1 {
    border-bottom: 1px solid #7a7a7a;
}

.elementor-row .datemonth h5 {
    font-weight: bold;
    font-size: 50px;
    line-height: 40px;
    padding-bottom: 10px;
    font-family: 'Days One', sans-serif;
}

.elementor-row .datemonth h6 {
    font-weight: bold;
    font-size: 32px;
    line-height: 60px;
    color: #5b5b5b;
}

.elementor-row .locationdetails .location-icon {
    font-size: 24px;
    align-self: flex-start;
}

.elementor-row .locationdetails p {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 0 10px;
}

.traffic-container ul li {
    list-style: circle;
    list-style-position: inside;
    line-height: normal;
}

.traffic-container h3 {
    font-weight: 600;
    font-size: 27px;
    line-height: 37px;
}

.coursee-details-area .courses-img .images-id {
    overflow: hidden;
    border-radius: 3px;
}

.coursee-details-area .courses-img .images-id img {
    width: 100%;
    max-width: 100%;
    border-radius: 3px;
    transition: .5s;
}

.coursee-details-area .courses-img .images-id img:hover {
    transform: scale(1.1);
}

.coursee-details-area .courses-img .img-comments {
    display: flex;
    justify-content: space-between;
    padding-top: 22px;
}

.coursee-details-area .courses-img .img-comments h3 {
    font-weight: 600;
    font-size: 38px;
    line-height: 50px;
}

.coursee-details-area .courses-img .img-comments .courses-coment {
    display: flex;
    padding-top: 10px;
}

.coursee-details-area .courses-img .img-comments .courses-coment p {
    color: #E81D4F;
    padding-right: 30px;
}

.coursee-details-area .courses-img .img-comments .courses-coment .comments {
    line-height: 30px;
    color: #161616;
    padding-right: 30px;
}

.coursee-details-area .courses-img .img-comments .courses-coment .comments i {
    color: #E81D4F;
    padding-right: 5px;
}

.coursee-details-area .courses-img .img-comments .courses-coment .hard {
    color: #161616;
    line-height: 30px;
}

.coursee-details-area .courses-img .img-comments .courses-coment .hard i {
    color: #E81D4F;
}

.coursee-details-area .courses-img .courses-reviews {
    display: flex;
    padding-top: 10px;
}

.coursee-details-area .courses-img .courses-reviews h4 {
    font-weight: 600;
    font-size: 27px;
    line-height: 37px;
    color: #E81D4F;
    padding-right: 20px;
}

.coursee-details-area .courses-img .courses-reviews span {
    color: #E81D4F;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    padding-top: 5px;
}

.coursee-details-area .courses-img .courses-reviews .reviwe-one {
    color: #E81D4F;
    padding-top: 5px;
    font-weight: normal;
    font-size: 18px;
    padding-left: 20px;
    line-height: 30px;
}

.coursee-details-area .courses-img .peragraph {
    padding: 20px 0 25px;
}

.coursee-details-area .course-information {
    padding-top: 38px;
}

.coursee-details-area .course-information h5 {
    font-weight: bold;
    font-size: 30px;
    padding-bottom: 20px;
}

.coursee-details-area .course-information ul {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(17, 26, 57, 0.1);
    border-radius: 5px;
    padding: 15px 30px;
}

.coursee-details-area .course-information ul .level-on {
    border-top: none;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #161616;
    max-width: 100%;
}

.coursee-details-area .course-information ul .level-on .startwd {
    display: flex;
    justify-content: space-between;
    min-width: 120px;
}

.coursee-details-area .course-information ul li {
    display: flex;
    justify-content: space-between;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #161616;
    padding: 5px 0;
}

.coursee-details-area .course-information ul li .level {
    display: flex;
    justify-content: space-between;
    min-width: 120px;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #161616;
}

.coursee-details-area .course-information ul li .leve-deta {
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #E81D4F;
}

.coursee-details-area .Courses-History {
    padding-top: 68px;
}

.coursee-details-area .Courses-History h6 {
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    padding-bottom: 12px;
}

.coursee-details-area .Courses-History .incididunt {
    padding-bottom: 8px;
}

.coursee-details-area .Courses-History .voluptate {
    padding-bottom: 60px;
}

.coursee-details-area .programr-overviewe {
    display: flex;
}

.coursee-details-area .programr-overviewe .Program h6 {
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    padding-bottom: 22px;
}

.coursee-details-area .programr-overviewe .Program ul li {
    padding-bottom: 7px;
}

.coursee-details-area .programr-overviewe .Program ul li span {
    padding-right: 10px;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.0015em;
    color: #555555;
}

.coursee-details-area .programr-overviewe .Program .theme-btn {
    margin-top: 26px;
    padding: 0 33px;
}

.coursee-details-area .programr-overviewe .coursesInstructor {
    padding-left: 50px;
}

.coursee-details-area .programr-overviewe .coursesInstructor .personal-addres {
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    color: #161616;
    padding-bottom: 29px;
}

.coursee-details-area .programr-overviewe .coursesInstructor .instructor {
    display: flex;
}

.coursee-details-area .programr-overviewe .coursesInstructor .instructor .instructr-img img {
    max-width: 100%;
    width: 200px;
    height: 255px;
    border-radius: 3px;
}

.coursee-details-area .programr-overviewe .coursesInstructor .instructor .daniel-aylor {
    padding: 38px 0 0 30px;
}

.coursee-details-area .programr-overviewe .coursesInstructor .instructor .daniel-aylor .name-id {
    font-weight: bold;
    font-size: 22px;
    line-height: 34px;
    text-align: center;
    letter-spacing: 0.0015em;
    color: #161616;
}

.coursee-details-area .programr-overviewe .coursesInstructor .instructor .daniel-aylor p {
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.005em;
    color: #E81D4F;
}

.coursee-details-area .programr-overviewe .coursesInstructor .instructor .daniel-aylor ul li {
    display: inline-block;
}

.coursee-details-area .programr-overviewe .coursesInstructor .instructor .daniel-aylor ul li a {
    display: block;
    color: #161616;
    width: 30px;
    height: 30px;
    line-height: 33px;
    border-radius: 50%;
    text-align: center;
    background: #E5E5E5;
    margin-right: 6px;
    margin-top: 20px;
    transition: .5s;
}

.coursee-details-area .programr-overviewe .coursesInstructor .instructor .daniel-aylor ul li a:hover {
    color: #E81D4F;
    background: #fff;
}

.coursee-details-area .programr-overviewe .coursesInstructor .instructor .daniel-aylor .theme-btn {
    padding: 0 30px;
    margin-top: 30px;
}

.coursee-details-area form {
    position: relative;
}

.coursee-details-area form input {
    outline: none;
    box-shadow: none;
    padding: 10px 50px 10px 30px;
    width: 100%;
    border: none;
    background: #FFFFFF;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #555555;
    box-shadow: 0px 20px 50px rgba(17, 26, 57, 0.1);
    border-radius: 3px;
    display: block;
}

.coursee-details-area form button {
    border: none;
    outline: none;
    display: block;
    padding: 10px 25px;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    background: #E81D4F;
    border-radius: 0px 3px 3px 0px;
    position: absolute;
    right: 0;
    top: 0;
}

.coursee-details-area .courses-detailse-menu {
    background: #FFFFFF;
    box-shadow: 0px 0px 50px rgba(17, 26, 57, 0.1);
    border-radius: 5px;
    margin-top: 40px;
    padding: 40px 30px;
}

.coursee-details-area .courses-detailse-menu h6 {
    font-weight: bold;
    font-size: 22px;
    line-height: 34px;
    color: #161616;
    padding-bottom: 16px;
}

.coursee-details-area .courses-detailse-menu ul li a {
    color: #161616;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    display: block;
    transition: 0.5s;
    position: relative;
    right: 10px;
    margin-left: 10px;
}

.coursee-details-area .courses-detailse-menu ul li a span {
    padding-right: 5px;
}

.coursee-details-area .courses-detailse-menu ul li a:hover {
    color: #E81D4F;
    right: 0;
}

.coursee-details-area .courses-detailse-form {
    background: #FFFFFF;
    box-shadow: 0px 20px 50px rgba(17, 26, 57, 0.1);
    border-radius: 3px;
    padding: 30px;
    margin-top: 40px;
}

.coursee-details-area .courses-detailse-form input {
    width: 100%;
    border: none;
    outline: none;
    background: #F3F3F3;
    border-radius: 3px;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.001em;
    color: #555555;
    margin-bottom: 20px;
    padding: 10px 0 10px 20px;
}

.coursee-details-area .courses-detailse-form textarea {
    max-width: 100%;
    width: 100%;
    height: 115px;
    background: #F3F3F3;
    border-radius: 3px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.001em;
    color: #555555;
    padding: 10px 0 10px 20px;
    border: none;
    outline: none;
    resize: none;
}

.coursee-details-area .courses-detailse-form .theme-btn {
    height: 40px;
    line-height: 40px;
    width: 100%;
    margin-top: 10px;
}

.coursee-details-area .courses-detailse-posts {
    background: #FFFFFF;
    box-shadow: 0px 20px 50px rgba(17, 26, 57, 0.1);
    border-radius: 5px;
    padding: 40px 30px;
    margin-top: 40px;
}

.coursee-details-area .courses-detailse-posts .post-heading {
    font-weight: bold;
    font-size: 22px;
    line-height: 34px;
    color: #161616;
    padding-bottom: 16px;
}

.coursee-details-area .courses-detailse-posts .recent-post {
    display: flex;
    margin-bottom: 20px;
}

.coursee-details-area .courses-detailse-posts .recent-post .post-img img {
    height: 60px;
    line-height: 60px;
    width: 60px;
    text-align: center;
    display: block;
    border-radius: 50%;
}

.coursee-details-area .courses-detailse-posts .recent-post .imager-name {
    padding-left: 15px;
}

.coursee-details-area .courses-detailse-posts .recent-post .imager-name a {
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    color: #161616;
}

.coursee-details-area .courses-detailse-posts .recent-post .imager-name p {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #E81D4F;
}

.coursee-details-area .courses-detailse-tags {
    background: #FFFFFF;
    box-shadow: 0px 20px 50px rgba(17, 26, 57, 0.1);
    border-radius: 5px;
    padding: 40px 30px;
    margin-top: 40px;
}

.coursee-details-area .courses-detailse-tags h6 {
    font-weight: bold;
    font-size: 22px;
    line-height: 34px;
    color: #161616;
    padding-bottom: 16px;
}

.coursee-details-area .courses-detailse-tags .theme-btn {
    color: #E81D4F;
    line-height: 40px;
    padding: 0 20px;
    background: #fff;
    border: 1px solid #E81D4F;
    border-radius: 30px !important;
}

.coursee-details-area .courses-detailse-tags .theme-btn:before {
    background: #E81D4F;
}

.coursee-details-area .courses-detailse-tags .theme-btn:hover,
.coursee-details-area .courses-detailse-tags .theme-btn:focus {
    color: #fff;
}

.coursee-details-area .courses-detailse-tags .fast {
    padding: 0 28px;
}


/*----------------------------------------------------*/

.driving-area {
    overflow: hidden;
    display: block;
    /* background: #161616; */
}

.driving-area .driving-text {
    padding: 100px 0;
}

.driving-area .driving-text h1 {
    font-weight: bold;
    font-size: 38px;
    line-height: 60px;
    color: #161616;
    padding-bottom: 10px;
}

.driving-area .driving-text p {
    color: #161616;
    max-width: 538px;
}

.driving-area .driving-text .about-number {
    display: inline-block;
    padding-top: 30px;
}

.driving-area .driving-text .about-number span {
    height: 30px;
    line-height: 30px;
    width: 30px;
    color: #ffffff;
    background: #E81D4F;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    transform: rotate(90deg);
}

.driving-area .driving-text .about-number a {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
    /* line-height: 37px; */
    /* padding-top: 6px; */
    padding-left: 10px;
    display: inline;
}

.driving-area .driving-img {
    /* padding-top: 49px; */
}

.h2-driving-area {
    overflow: hidden;
    display: block;
    background: #454545;
}

.h2-driving-area .driving-img {
    position: relative;
    padding-top: 0;
}

.h2-driving-area .driving-img .bg-and-play-btn {
    background: #fff;
    width: 960px;
    height: 430px;
}

.h2-driving-area .driving-img .bg-and-play-btn img {
    padding-top: 50px;
}

.h2-driving-area .driving-img .bg-and-play-btn::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 960px;
    height: 100%;
    background: #454545;
    opacity: 0.1;
}

.h2-driving-area .driving-img .bg-and-play-btn .popup-youtube {
    color: #161616;
    height: 70px;
    width: 70px;
    line-height: 73px;
    font-size: 20px;
    text-align: center;
    display: block;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 62%;
    transform: translate(-62%, -50%);
}


/*----------------------------------------------------*/

.gallery-area {
    overflow: hidden;
    background: url(../images/bg-down.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 120px;
}

.gallery-area .title {
    padding-bottom: 35px;
}

.gallery-area .geallery-image {
    position: relative;
    margin-top: 25px;
}

.gallery-area .geallery-image .geallery-translliet {
    overflow: hidden;
    border-radius: 3px;
}

.gallery-area .geallery-image .geallery-translliet img {
    width: 100%;
    max-width: 100%;
    transition: .5s;
}

.gallery-area .geallery-image::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    background: #E81D4F;
    opacity: 0;
    border-radius: 3px;
    transition: 0.5s;
}

.gallery-area .geallery-image .geallery-link a {
    color: #E81D4F;
    background: #fff;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    transition: 0.5s;
    z-index: 2;
}

.gallery-area .geallery-image:hover .geallery-translliet img {
    transform: scale(1.1);
    border-radius: 3px;
}

.gallery-area .geallery-image:hover::after {
    opacity: 0.5;
}

.gallery-area .geallery-image:hover .geallery-link a {
    display: block;
}

.slbImageWrap:after {
    border-radius: 5px;
}


/*----------------------------------------------------*/

.fahrlehrer-area {
    padding: 120px 0 115px;
    background-color: #000000;
}

.team-area {
    overflow: hidden;
    padding-top: 120px;
}

.team-area .team-items .team-image .img-transilet, .team-items .team-image .img-transilet {
    overflow: hidden;
}

.team-area .team-items .team-image .img-transilet img, .team-items .team-image .img-transilet img{
    width: 100%;
    max-width: 100%;
    border-radius: 3px;
    transition: .5s;
}

.team-area .team-items .team-image .team-id h6, .team-items .team-image .team-id h6 {
    font-weight: bold;
    font-size: 22px;
    line-height: 31px;
    text-align: center;
    padding-top: 27px;
    transition: .5s;
}

.team-area .team-items .team-image .team-id p, .team-items .team-image .team-id p  {
    text-align: center;
    padding-bottom: 10px;
}

.team-area .team-items .team-image .team-links li, .team-items .team-image .team-links li {
    display: inline-block;
}

.team-area .team-items .team-image .team-links li a, .team-items .team-image .team-links li a  {
    display: block;
    color: #555555;
    background: #E5E5E5;
    height: 30px;
    width: 30px;
    line-height: 33px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    margin-right: 10px;
    transition: 1s;
}

.team-area .team-items .team-image .team-links li a:hover, .team-items .team-image .team-links li a:hover  {
    color: #fff;
    background: #E81D4F;
    transform: rotateY(360deg);
}

.team-area .team-items .team-image:hover .img-transilet img, .team-items .team-image:hover .img-transilet img {
    transform: scale(1.1);
}

.team-area .team-items .team-image:hover .team-id h6. .team-items .team-image:hover .team-id h6  {
    color: #E81D4F;
}

.title.color-white h1 {
    color: #ffffff;
}

.team-h2-area {
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* padding-top: 120px; */
}

.team-h2-area .team-items, .team-items {
    position: relative;
    overflow: hidden;
    /* margin-bottom: 24px; */
    /* height: 100%; */
}
.driving-img {
    height: 100%;
}

.driving-img img {
    height: 100%;
}
.team-h2-area .team-items .team-image img, .team-items .team-image img {
    width: 100%;
    max-width: 100%;
    border-radius: 3px;
    height: 100%;
    object-fit: cover;
}

.team-h2-area .team-items .team-image::after , .team-items .team-image::after{
    content: " ";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 100%;
    background: rgba(17, 26, 57, 0.5);
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.team-h2-area .team-items .team-id, .team-items .team-id {
    height: 270px;
    width: 100%;
    background: #161616;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    bottom: -100%;
    opacity: 0;
    visibility: hidden;
    transform-origin: bottom;
    transform: scale(0, 1);
    transition: .5s;
}

.team-h2-area .team-items .team-id h6 , .team-items .team-id h6 {
    font-weight: bold;
    font-size: 22px;
    line-height: 31px;
    text-align: center;
    padding-top: 27px;
    color: #fff;
    transition: .5s;
}

.team-h2-area .team-items .team-id p , .team-items .team-id p {
    text-align: center;
    padding-bottom: 10px;
    color: #fff;
}

.team-h2-area .team-items .team-id .team-links li, .team-items .team-id .team-links li {
    display: inline-block;
}

.team-h2-area .team-items .team-id .team-links li a , .team-items .team-id .team-links li a {
    display: block;
    background: rgba(255, 255, 255, 0.5);
    height: 30px;
    width: 30px;
    line-height: 33px;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    color: #fff;
    font-size: 16px;
    transition: .5s;
}

.team-h2-area .team-items .team-id .team-links li a:hover, .team-items .team-id .team-links li a:hover {
    color: #E81D4F;
    background: #fff;
}

.team-h2-area .team-items:hover .team-image::after, .team-items:hover .team-image::after {
    opacity: 1;
    visibility: visible;
}

.team-h2-area .team-items:hover .team-id ,.team-items:hover .team-id {
    opacity: 1;
    visibility: visible;
    transform-origin: bottom;
    transform: scale(1, 1);
    bottom: -120px;
}

.team-h2-area .pricing-area {
    background: none;
    padding: 96px 0 0;
}

.h3-team-area {
    overflow: hidden;
    background-image: url(../images/bg-up.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 120px 0 95px;
}

.h3-team-area .team-items {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}

.h3-team-area .team-items .team-image img {
    width: 100%;
    max-width: 100%;
    border-radius: 3px;
    transition: .5s;
}

.h3-team-area .team-items .team-image::after {
    content: " ";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(17, 26, 57, 0.5);
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.h3-team-area .team-items .team-id {
    height: 270px;
    width: 270px;
    background: #E81D4F;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    bottom: -100%;
    left: -20px;
    opacity: 0;
    visibility: hidden;
    transform-origin: bottom;
    transform: scale(0, 1);
    transition: .5s;
}

.h3-team-area .team-items .team-id h6 {
    font-weight: bold;
    font-size: 22px;
    line-height: 31px;
    text-align: center;
    padding-top: 38px;
    color: #fff;
    transition: .5s;
}

.h3-team-area .team-items .team-id p {
    text-align: center;
    padding-bottom: 10px;
    color: #fff;
}

.h3-team-area .team-items .team-id .team-links li {
    display: inline-block;
}

.h3-team-area .team-items .team-id .team-links li a {
    display: block;
    background: rgba(255, 255, 255, 0.5);
    height: 30px;
    width: 30px;
    line-height: 33px;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    color: #fff;
    font-size: 16px;
    transition: .5s;
}

.h3-team-area .team-items .team-id .team-links li a:hover {
    color: #E81D4F;
    background: #fff;
}

.h3-team-area .team-items:hover .team-image::after {
    opacity: 1;
    visibility: visible;
}

.h3-team-area .team-items:hover .team-id {
    opacity: 1;
    visibility: visible;
    transform-origin: bottom;
    transform: scale(1, 1);
    bottom: -90px;
}

.inarea-team-area {
    background: none;
}

.inarea-testimonial-area {
    background: url(../images/bg-up.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: inherit;
    padding-top: 85px;
}

.inarea-testimonial-area .testimonual-main-div .client-id .item {
    padding: 36px 12px 30px 12px !important;
}


/*----------------------------------------------------*/

.pricing-area {
    overflow: hidden;
    background: url(../images/bg-up.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 115px;
}

.pricing-area .pricing-item {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 20px;
    transition: .5s;
    position: relative;
}

.pricing-area .pricing-item .pricing-texts h6 {
    font-weight: bold;
    font-size: 20px;
    line-height: 37px;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 18px;
    transition: .5s;
}

.pricing-area .pricing-item .pricing-texts .basic-price {
    display: flex;
    justify-content: center;
    padding: 20px 0 0px;
}

.pricing-area .pricing-item .pricing-texts .basic-price span {
    font-weight: 800;
    font-size: 22px;
    line-height: 34px;
}

.pricing-area .pricing-item .pricing-texts .basic-price h1 {
    font-weight: bold;
    font-size: 54px;
    line-height: 60px;
}

.pricing-area .pricing-item .pricing-texts ul li {
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #555555;
}

.pricing-area .pricing-item .pricing-texts .theme-btn {
    padding: 0 45px;
    margin-top: 30px;
    background: #161616;
    transition: .5s;
}

.pricing-area .pricing-item:hover {
    background: #fff;
    box-shadow: 0px 20px 50px rgba(17, 26, 57, 0.03);
    border-radius: 3px;
    border-color: transparent;
}

.pricing-area .pricing-item:hover .pricing-texts h6 {
    color: #161616;
}

.pricing-area .pricing-item:hover .pricing-texts .theme-btn {
    background: #444444;
}

.h3-page {
    background: url(../images/bg-down.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding-bottom: 115px;
}


/*----------------------------------------------------*/

.testimonial-area {
    overflow: hidden;
    padding: 100px 0;
}

.testimonial-area .testimonial-item .heading-item h6 {
    padding-bottom: 18px;
    color: #a1a1a1;
}

.testimonial-area .testimonial-item .heading-item h1 {
    color: rgb(0, 0, 0);
    padding-bottom: 10px;
    font-family: 'Days One', sans-serif;
}

.testimonial-area .testimonial-item .heading-item p {
    margin: 0;
    /* max-width: 601px; */
    color: #fff;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 24px;
}

.testimonial-area .testimonial-item .testimonal-images {
    padding-top: 30px;
}

.testimonial-area .testimonial-item .testimonal-images img {
    max-width: 100%;
    width: 400px;
}

.testimonial-area .testimonial-mamber {
    position: relative;
    padding-bottom: 80px;
}

.testimonial-area .testimonial-mamber .item {
    background: rgb(243 243 243);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    padding: 53px 25px;
    border-radius: 3px;
    height: 400px;
}

.testimonial-area .testimonial-mamber .item .testimonial-peragraph {
    display: flex;
}

.testimonial-area .testimonial-mamber .item .testimonial-peragraph span svg {
    position: relative;
    top: -3px;
}

.testimonial-area .testimonial-mamber .item .testimonial-peragraph p {
    padding-top: 5px;
    padding: 15px;
}

.testimonial-area .testimonial-mamber .item .testimonial-id {
    /* display: flex; */
    /* margin: 28px 0 0 20px; */
    /* align-items: center; */
    text-align: center;
}

.testimonial-area .testimonial-mamber .item .testimonial-id .images img {
    height: 150px;
    /* line-height: 80px; */
    width: 150px;
    text-align: center;
    border-radius: 50%;
    display: block;
    object-fit: cover;
    margin: 0 auto;
}

.testimonial-area .testimonial-mamber .item .testimonial-id .maneId {
    margin-top: 10px;
}

.testimonial-area .testimonial-mamber .item .testimonial-id .maneId h6 {
    font-weight: bold;
    font-size: 16px;
    /* line-height: 34px; */
    color: #000000;
}

.testimonial-area .testimonial-mamber .item .testimonial-id .maneId p {
    /* font-weight: normal; */
    font-size: 14px;
    /* line-height: 18px; */
    color: #000000;
}

.testimonial-area .testimonial-mamber .owl-dots {
    display: none !important;
}

.testimonial-area .testimonial-mamber .owl-nav {
    display: block !important;
    position: absolute;
    /* right: 35.30%; */
    /* top: 87%; */
    transform: translate(-100%, -35.3% 0 0);
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.testimonial-area .testimonial-mamber .owl-nav .owl-prev {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    font-size: 20px;
    color: #161616;
    background: #FFFFFF;
    transition: .5s;
    box-shadow: 0px 0px 30px rgba(17, 26, 57, 0.09);
}

.testimonial-area .testimonial-mamber .owl-nav .owl-prev:hover {
    background: #3e3939;
    color: #ffffff;
}

.testimonial-area .testimonial-mamber .owl-nav .owl-next {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
    border-radius: 50%;
    font-size: 20px;
    color: #161616;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(17, 26, 57, 0.09);
    transition: .5s;
}

.testimonial-area .testimonial-mamber .owl-nav .owl-next:hover {
    background: #3e3939;
    color: #ffffff;
}

.testimonual-h2-area {
    overflow: hidden;
    padding-top: 115px;
}

.testimonual-h2-area .title {
    padding-bottom: 25px;
}

.testimonual-h2-area .testimonual-main-div .client-id {
    position: relative;
}

.testimonual-h2-area .testimonual-main-div .client-id .item,
.helper-area-item {
    padding: 36px 12px;
}

.helper-area-item {
    display: flex;
    height: 100%;
}

.helper-area .courses-img-heading h5.text-light.color-b {
    font-weight: bold;
    font-size: 20px;
    line-height: 34px;
    padding: 20px 0 17px;
    transition: .5s;
    color: #161616 !important;
}

.testimonual-h2-area .testimonual-main-div .client-id .item {
    display: block;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(17, 26, 57, 0.1);
    border-radius: 3px;
    padding: 50px 25px;
}

.testimonual-h2-area .testimonual-main-div .client-id .item .client-deatils .peragraph {
    display: flex;
    padding-bottom: 30px;
}

.testimonual-h2-area .testimonual-main-div .client-id .item .client-deatils .peragraph span svg {
    position: relative;
    top: -3px;
    right: 2px;
}

.helper-area-deatils {
    background: #fff;
    border-radius: 20px;
    padding: 50px 25px;
    box-shadow: 0 0 22px -6px rgb(0 0 0 / 50%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.helper-area-content .courses-img-heading i {
    font-size: 4rem;
    color: #161616;
}

.testimonual-h2-area .testimonual-main-div .client-id .item .client-deatils .peragraph p {
    padding-top: 5px;
}

.testimonual-h2-area .testimonual-main-div .client-id .item .client-deatils .testimonial-client-id .client-img {
    display: flex;
}

.testimonual-h2-area .testimonual-main-div .client-id .item .client-deatils .testimonial-client-id .client-img img {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
}

.testimonual-h2-area .testimonual-main-div .client-id .item .client-deatils .testimonial-client-id .client-img .name-ocapation {
    padding-left: 10px;
}

.testimonual-h2-area .testimonual-main-div .client-id .item .client-deatils .testimonial-client-id .client-img .name-ocapation h6 {
    font-weight: bold;
    font-size: 22px;
    line-height: 34px;
    color: #000000;
}

.testimonual-h2-area .testimonual-main-div .client-id .item .client-deatils .testimonial-client-id .client-img .name-ocapation p {
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #E81D4F;
}

.testimonual-h2-area .testimonual-main-div .client-id .owl-dots {
    display: none !important;
}

.testimonual-h2-area .testimonual-main-div .client-id .owl-nav {
    display: block !important;
}

.testimonual-h2-area .testimonual-main-div .client-id .owl-nav .owl-prev {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    font-size: 20px;
    color: #E81D4F;
    background: #FFFFFF;
    box-shadow: 0px 10px 50px rgba(17, 26, 57, 0.15);
    position: absolute;
    left: -55px;
    top: 45%;
    transition: .5s;
}

.testimonual-h2-area .testimonual-main-div .client-id .owl-nav .owl-prev:hover {
    color: #fff;
    background: #E81D4F;
    box-shadow: 0px 10px 50px rgba(17, 26, 57, 0.15);
}

.testimonual-h2-area .testimonual-main-div .client-id .owl-nav .owl-next {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
    border-radius: 50%;
    font-size: 20px;
    color: #E81D4F;
    background: #FFFFFF;
    box-shadow: 0px 10px 50px rgba(17, 26, 57, 0.15);
    position: absolute;
    right: -55px;
    top: 45%;
    transition: .5s;
}

.testimonual-h2-area .testimonual-main-div .client-id .owl-nav .owl-next:hover {
    color: #fff;
    background: #E81D4F;
    box-shadow: 0px 10px 50px rgba(17, 26, 57, 0.15);
}

.v3-area {
    padding-top: 0;
}


/*----------------------------------------------------*/

.news-area {
    overflow: hidden;
    padding: 120px 0 24px;
}

.news-area .newsItems {
    background: #FFFFFF;
    box-shadow: 0px 8px 30px -15px rgba(17, 26, 57, 0.3);
    border-radius: 3px;
}

.news-area .newsItems .news-image {
    display: block;
    text-align: center;
    margin: auto;
    overflow: hidden;
    border-radius: 3px 3px 0 0;
}

.news-area .newsItems .news-image img {
    max-width: 100%;
    width: 100%;
    transition: .5s;
}

.news-area .newsItems .news-text {
    padding: 30px;
}

.news-area .newsItems .news-text .news-date {
    display: flex;
    padding-bottom: 15px;
}

.news-area .newsItems .news-text .news-date span {
    font-weight: normal;
    font-size: 18px;
    color: #E81D4F;
}

.news-area .newsItems .news-text .news-date p {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #E81D4F;
    padding-left: 10px;
}

.news-area .newsItems .news-text .textId h5 {
    font-weight: bold;
    font-size: 22px;
    line-height: 34px;
    padding-bottom: 8px;
    transition: .5s;
}

.news-area .newsItems .news-text .textId .theme-btn {
    margin-top: 20px;
    padding: 0 27px;
    height: 40px;
    line-height: 40px;
    background: #161616;
    transition: .5s;
}

.news-area .newsItems:hover .news-image {
    border-radius: 3px 3px 0 0;
}

.news-area .newsItems:hover .news-image img {
    transform: scale(1.2);
}

.news-area .newsItems:hover .news-text .textId h5 {
    color: #E81D4F;
}

.news-area .newsItems:hover .news-text .textId .theme-btn {
    background: #E81D4F;
}

.h2-news-area {
    padding-top: 75px;
    background: url(../images/bg-up.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: inherit;
}

.news-page-area {
    padding: 120px 0 20px;
    overflow: hidden;
    background: url(../images/bg-up.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.news-page-area .news-left-item .left-side-img img {
    max-width: 100%;
    width: 100%;
}

.news-page-area .news-left-item .news-alram {
    display: flex;
    justify-content: space-between;
    padding-top: 35px;
}

.news-page-area .news-left-item .news-alram .news-title {
    display: flex;
}

.news-page-area .news-left-item .news-alram .news-title .clock {
    color: #E81D4F;
    padding-right: 30px;
}

.news-page-area .news-left-item .news-alram .news-title .clock span {
    padding-right: 5px;
}

.news-page-area .news-left-item .news-alram .news-title .comments-come {
    padding-right: 30px;
}

.news-page-area .news-left-item .news-alram .news-title .comments-come span {
    padding-right: 5px;
    color: #E81D4F;
}

.news-page-area .news-left-item .news-alram .news-title .heart span {
    padding-right: 5px;
    color: #E81D4F;
}

.news-page-area .news-left-item .news-alram .reviews {
    color: #E81D4F;
}

.news-page-area .news-left-item .news-alram .reviews .reviwe-one {
    padding-left: 20px;
}

.news-page-area .news-left-item .news-sourses-heading h1 {
    font-weight: bold;
    font-size: 38px;
    line-height: 50px;
    padding-top: 12px;
}

.news-page-area .news-left-item .news-sourses-heading p {
    padding-top: 15px;
}

.news-page-area .news-left-item .news-sourses-heading .theme-btn {
    margin-top: 30px;
    margin-bottom: 72px;
    background: #161616;
    color: #fff;
    line-height: 40px;
    padding: 0 27px;
}

.news-page-area .news-left-item .news-sourses-heading .theme-btn::before {
    content: " ";
    background: #E81D4F;
}

.news-page-area .news-left-item .pagination-items ul li {
    padding-right: 10px;
}

.news-page-area .news-left-item .pagination-items ul li a {
    height: 40px;
    width: 40px;
    line-height: 30px;
    border: none;
    font-size: 18px;
    text-align: center;
    border-radius: 50%;
    background: #FFFFFF;
    display: block;
    color: #E81D4F;
    transition: .5s;
}

.news-page-area .news-left-item .pagination-items ul li a:hover {
    color: #fff;
    background: #E81D4F;
}

.news-page-area .courses-detailse-right .courses-serch form {
    position: relative;
}

.news-page-area .courses-detailse-right .courses-serch form input {
    outline: none;
    box-shadow: none;
    padding: 10px 50px 10px 30px;
    width: 100%;
    border: none;
    background: #FFFFFF;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #555555;
    box-shadow: 0px 20px 50px rgba(17, 26, 57, 0.1);
    border-radius: 3px;
    display: block;
}

.news-page-area .courses-detailse-right .courses-serch form button {
    border: none;
    outline: none;
    display: block;
    padding: 10px 25px;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    background: #E81D4F;
    border-radius: 0px 3px 3px 0px;
    position: absolute;
    right: 0;
    top: 0;
}

.news-page-area .courses-detailse-right .courses-detailse-menu {
    background: #FFFFFF;
    box-shadow: 0px 20px 50px rgba(17, 26, 57, 0.1);
    border-radius: 5px;
    margin-top: 40px;
    padding: 40px 30px;
}

.news-page-area .courses-detailse-right .courses-detailse-menu h6 {
    font-weight: bold;
    font-size: 22px;
    line-height: 34px;
    color: #161616;
    padding-bottom: 10px;
}

.news-page-area .courses-detailse-right .courses-detailse-menu ul li a {
    color: #161616;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    display: block;
    transition: 0.5s;
    position: relative;
    right: 10px;
    margin-left: 10px;
}

.news-page-area .courses-detailse-right .courses-detailse-menu ul li a span {
    padding-right: 5px;
}

.news-page-area .courses-detailse-right .courses-detailse-menu ul li a:hover {
    color: #E81D4F;
    right: 0;
}

.news-page-area .courses-detailse-right .archive {
    background: #FFFFFF;
    box-shadow: 0px 20px 50px rgba(17, 26, 57, 0.1);
    border-radius: 3px;
    padding: 30px;
    margin-top: 40px;
}

.news-page-area .courses-detailse-right .archive h6 {
    font-weight: bold;
    font-size: 22px;
    line-height: 34px;
    color: #161616;
}

.news-page-area .courses-detailse-right .archive ul li {
    display: block;
}

.news-page-area .courses-detailse-right .archive ul li .archive-item {
    display: block;
    border-bottom: 1px solid #E5E5E5;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #555555;
    padding: 10px 0;
    transition: .5s;
}

.news-page-area .courses-detailse-right .archive ul li .archive-item:hover {
    color: #E81D4F;
}

.news-page-area .courses-detailse-right .archive ul li .lust {
    border-bottom: none;
    display: block;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #555555;
}

.news-page-area .courses-detailse-right .courses-details-posts {
    background: #FFFFFF;
    box-shadow: 0px 20px 50px rgba(17, 26, 57, 0.1);
    border-radius: 5px;
    padding: 40px 30px;
    margin-top: 40px;
}

.news-page-area .courses-detailse-right .courses-details-posts .post-heading {
    font-weight: bold;
    font-size: 22px;
    line-height: 34px;
    color: #161616;
    padding-bottom: 18px;
}

.news-page-area .courses-detailse-right .courses-details-posts .recent-post {
    display: flex;
    margin-bottom: 20px;
}

.news-page-area .courses-detailse-right .courses-details-posts .recent-post .post-img img {
    height: 60px;
    line-height: 60px;
    width: 60px;
    text-align: center;
    display: block;
    border-radius: 50%;
}

.news-page-area .courses-detailse-right .courses-details-posts .recent-post .imager-name {
    padding-left: 15px;
}

.news-page-area .courses-detailse-right .courses-details-posts .recent-post .imager-name a {
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    color: #161616;
}

.news-page-area .courses-detailse-right .courses-details-posts .recent-post .imager-name p {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #E81D4F;
}

.news-page-area .courses-detailse-right .courses-detailse-tags {
    background: #FFFFFF;
    box-shadow: 0px 20px 50px rgba(17, 26, 57, 0.1);
    border-radius: 5px;
    padding: 40px 30px;
    margin-top: 40px;
}

.news-page-area .courses-detailse-right .courses-detailse-tags h6 {
    font-weight: bold;
    font-size: 22px;
    line-height: 34px;
    color: #161616;
    padding-bottom: 18px;
}

.news-page-area .courses-detailse-right .courses-detailse-tags .theme-btn {
    color: #E81D4F;
    line-height: 40px;
    padding: 0 20px;
    background: #fff;
    border: 1px solid #E81D4F;
    border-radius: 30px !important;
}

.news-page-area .courses-detailse-right .courses-detailse-tags .theme-btn:before {
    background: #E81D4F;
}

.news-page-area .courses-detailse-right .courses-detailse-tags .theme-btn:hover,
.news-page-area .courses-detailse-right .courses-detailse-tags .theme-btn:focus {
    color: #fff;
}

.news-page-area .courses-detailse-right .courses-detailse-tags .fast {
    padding: 0 28px;
}

.news-page-area .courses-detailse-right .social-media {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(17, 26, 57, 0.1);
    border-radius: 5px;
    padding: 40px 30px;
    margin-top: 40px;
}

.news-page-area .courses-detailse-right .social-media h6 {
    font-weight: bold;
    font-size: 22px;
    line-height: 34px;
    color: #161616;
    padding-bottom: 18px;
}

.news-page-area .courses-detailse-right .social-media ul li {
    display: inline;
}

.news-page-area .courses-detailse-right .social-media ul li a {
    min-width: 30px;
    height: 30px;
    line-height: 33px;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    color: #fff;
    background: #989EB3;
    transition: .5s;
}

.news-page-area .courses-detailse-right .social-media ul li a:hover {
    color: #fff;
    background: #E81D4F;
}

.news-details-area {
    padding: 120px 0 25px;
    background: url(../images/bg-up.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

.news-details-area .news-left-item .left-side-img {
    overflow: hidden;
}

.news-details-area .news-left-item .left-side-img img {
    max-width: 100%;
    width: 100%;
    transition: 1s;
}

.news-details-area .news-left-item .left-side-img img:hover {
    transform: scale(1.2);
}

.news-details-area .news-left-item .news-alram {
    display: flex;
    justify-content: space-between;
    padding-top: 35px;
}

.news-details-area .news-left-item .news-alram .news-title {
    display: flex;
}

.news-details-area .news-left-item .news-alram .news-title .clock {
    color: #E81D4F;
    padding-right: 30px;
}

.news-details-area .news-left-item .news-alram .news-title .clock span {
    padding-right: 5px;
}

.news-details-area .news-left-item .news-alram .news-title .comments-come {
    padding-right: 30px;
}

.news-details-area .news-left-item .news-alram .news-title .comments-come span {
    padding-right: 5px;
    color: #E81D4F;
}

.news-details-area .news-left-item .news-alram .news-title .heart {
    padding-right: 30px;
}

.news-details-area .news-left-item .news-alram .news-title .heart span {
    padding-right: 5px;
    color: #E81D4F;
}

.news-details-area .news-left-item .news-alram .news-title .share span {
    padding-right: 5px;
    color: #E81D4F;
}

.news-details-area .news-left-item .news-alram .reviews {
    color: #E81D4F;
}

.news-details-area .news-left-item .news-alram .reviews .reviwe-one {
    padding-right: 30px;
}

.news-details-area .news-left-item .news-sourses-heading h1 {
    font-weight: bold;
    font-size: 38px;
    line-height: 50px;
    padding-top: 12px;
}

.news-details-area .news-left-item .news-sourses-heading p {
    padding-top: 15px;
}

.news-details-area .news-left-item .Excepteur-details {
    display: flex;
}

.news-details-area .news-left-item .Excepteur-details .Excepteur-img {
    padding-top: 30px;
}

.news-details-area .news-left-item .Excepteur-details .Excepteur-img img {
    height: 270px;
    width: 270px;
    border-radius: 3px;
}

.news-details-area .news-left-item .Excepteur-details .Excepteur-list {
    padding-top: 78px;
}

.news-details-area .news-left-item .Excepteur-details .Excepteur-list ul li {
    font-weight: normal;
    font-size: 18px;
    line-height: 35px;
    color: #555555;
    padding-left: 30px;
}

.news-details-area .news-left-item .Excepteur-details .Excepteur-list ul li span {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    background: #E81D4F;
    margin-right: 10px;
}

.news-details-area .news-left-item .excepteur-sint {
    background: #FFFFFF;
    box-shadow: 0px 20px 50px rgba(17, 26, 57, 0.1);
    border-radius: 3px;
    padding: 15px 30px;
    display: block;
    margin-top: 40px;
}

.news-details-area .news-left-item .excepteur-sint .sint-icon svg {
    height: 31px;
    width: 41px;
}

.news-details-area .news-left-item .excepteur-sint b {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #161616;
    padding-left: 30px;
    position: relative;
    bottom: 15px;
}

.news-details-area .news-left-item .velit p {
    padding: 30px 0 70px;
}

.news-details-area .news-left-item .comments {
    background: #FFFFFF;
    box-shadow: 0px 20px 50px rgba(17, 26, 57, 0.1);
    border-radius: 3px;
    padding: 40px 30px;
}

.news-details-area .news-left-item .comments h6 {
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    padding-bottom: 30px;
}

.news-details-area .news-left-item .comments .comment-item {
    display: flex;
}

.news-details-area .news-left-item .comments .comment-item .comment-img img {
    height: 50px;
    line-height: 50px;
    width: 50px;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
}

.news-details-area .news-left-item .comments .comment-item .comment-text {
    margin-left: 20px;
}

.news-details-area .news-left-item .comments .comment-item .comment-text .date {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #E81D4F;
    padding-bottom: 5px;
}

.news-details-area .news-left-item .comments .comment-item .comment-text h6 {
    font-weight: bold;
    font-size: 22px;
    line-height: 34px;
    color: #161616;
    padding-bottom: 5px;
}

.news-details-area .news-left-item .comments .comment-item .comment-text .proident {
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #555555;
}

.news-details-area .news-left-item .comments .comment-item .comment-text .culpa {
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #161616;
    margin-right: 20px;
    margin-bottom: 30px;
    padding-top: 15px;
    display: inline-block;
}

.news-details-area .news-left-item .comments .comment-item .comment-text .culpa span {
    color: #E81D4F;
    padding-right: 10px;
}

.news-details-area .news-left-item form {
    padding-top: 70px;
}

.news-details-area .news-left-item form h6 {
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    color: #002634;
}

.news-details-area .news-left-item form .text-name input {
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #555555;
    height: 50px;
    width: 100%;
    border-radius: 5px;
    outline: none;
    border: none;
    background: #FFFFFF;
    margin-top: 20px;
    padding-left: 20px;
}

.news-details-area .news-left-item form .your-text-area textarea {
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #555555;
    height: 150px;
    width: 100%;
    padding: 10px 0 0 20px;
    margin-top: 30px;
    border-radius: 5px;
    outline: none;
    border: none;
    background: #FFFFFF;
    margin-bottom: 20px;
    resize: none;
}

.news-details-area .news-left-item form .theme-btn {
    line-height: 40px;
    padding: 0px 35px;
    display: inline-block;
    left: 14px;
    border-radius: 30px !important;
    width: unset;
}


/*----------------------------------------------------*/

.faq-area {
    overflow: hidden;
    background: url(../images/bg-up.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: revert;
    /* padding: 85px 0 30px; */
}

.faq-area .accordion {
    width: 570px;
}

.faq-area .accordion .accordion-item {
    margin-bottom: 30px;
}

.faq-area .accordion .accordion-item .accordion-header {
    background: #E5E5E5;
    border-radius: 3px 3px 0px 0px;
    display: block;
    position: relative;
    border: none;
}

.faq-area .accordion .accordion-item .accordion-header .accordion {
    font-weight: 500;
    font-size: 14px;
    /* line-height: 20px; */
    letter-spacing: 0.0015em;
    color: #fff;
    background: #161616;
    border-radius: 3px 3px 0px 0px;
    text-align: left;
    height: 40px;
    display: block;
    border: none;
    box-shadow: none;
    padding-left: 20px;
}

.faq-area .accordion .accordion-item .accordion-header .accordion::after {
    content: "--";
    position: absolute;
    right: 20px;
    color: #fff;
    transform: rotate(180deg);
}

.faq-area .accordion .accordion-item .accordion-header .accordion.collapsed {
    color: #161616;
    background: #E5E5E5;
    border-radius: 3px 3px 0px 0px;
}

.faq-area .accordion .accordion-item .accordion-header .accordion.collapsed::after {
    content: " +";
    position: absolute;
    right: 20px;
    font-size: 20px;
    color: #161616;
    top: 0px;
    transform: translate(6px, 10px);
}

.faq-area .accordion .accordion-body {
    color: #555555;
    font-weight: normal;
    font-size: 14px;
}

.faq-area .faq-images img {
    min-width: 100%;
    height: auto;
}


/*----------------------------------------------------*/

.cleint-area {
    overflow: hidden;
    padding: 100px 0 120px;
    background: #F3F3F3;
}

.cleint-area .cleint-office-logo {
    display: flex;
    justify-content: space-between;
}

.cleint-area .cleint-office-logo .item img {
    display: block;
    max-width: 100%;
    width: 150px;
}

.cleint-area .cleint-office-logo .item img:hover {
    cursor: pointer;
}

.fast {
    background-color: #fff;
}


/*----------------------------------------------------*/

.find-course-area {
    overflow: hidden;
    position: relative;
    background: url(../images/bg-down.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 0;
}

.find-course-area .funfact-text-area {
    padding-top: 20px;
}

.find-course-area .find-form-area {
    background: #FFFFFF;
    box-shadow: 0px 20px 50px rgba(17, 26, 57, 0.1);
    border-radius: 3px;
    padding: 40px;
}

.find-course-area .find-form-area .form-text-left {
    position: relative;
}

.find-course-area .find-form-area .form-text-left .find-form-area {
    padding-bottom: 5px;
}

.find-course-area .find-form-area .form-text-left span svg {
    position: absolute;
    left: 25px;
    top: 30px;
}

.find-course-area .find-form-area .form-text-left .form-icon-text {
    padding-left: 30px;
}

.find-course-area .find-form-area .form-text-left .form-icon-text h6 {
    font-weight: bold;
    font-size: 22px;
    line-height: 34px;
    text-align: center;
}

.find-course-area .find-form-area .form-left {
    position: relative;
}

.find-course-area .find-form-area .form-left input {
    width: 100%;
    font-weight: normal;
    color: #555555;
    outline: none;
    box-shadow: none;
    background: #fff !important;
    padding-top: 20px;
    margin-bottom: 20px;
    border: honeydew;
    border-bottom: 1px solid #ddd;
}

.find-course-area .find-form-area .form-left span {
    position: absolute;
    right: 5px;
    top: 0;
    cursor: pointer;
}

.find-course-area .find-form-area .form-left .select-three {
    position: absolute;
    right: 5px;
    top: 67px;
}

.find-course-area .find-form-area .form-left .margins-dwn {
    margin-bottom: 0;
}

.find-course-area .find-form-area .form-left .form-select {
    padding: 0 10px 0 0;
    width: 100%;
    display: block;
    font-weight: normal;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    background: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    color: #555555;
    margin-bottom: 20px;
    border: honeydew;
    border-bottom: 1px solid #ddd;
}

.find-course-area .find-form-area .form-left .form-select option {
    font-size: 16px;
    line-height: 24px;
    color: #555555;
}

.find-course-area .find-form-area .form-left .theme-btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.find-course-area .features-area {
    padding-top: 120px;
    background: unset !important;
    padding-bottom: 0;
}


/*----------------------------------------------------*/

.Contacts-page-area {
    overflow: hidden;
    padding: 120px 0 30px;
    background: url(../images/bg-up.png);
    background: #f3f3f3;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.Contacts-page-area .form-all-items {
    background: #FFFFFF;
    box-shadow: 0px 20px 50px rgba(17, 26, 57, 0.1);
    border-radius: 0px 3px 3px 0px;
    display: flex;
    padding: 0;
}

.contact-tuc-area .list-text ul li {
    margin: inherit;
}

.Contacts-page-area .form-all-items .contact-tuc-area {
    background: #161616;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 160px 30px;
    border-radius: 3px 0 0 3px;
}

.Contacts-page-area .form-all-items .contact-tuc-area .tuch-items {
    padding-bottom: 20px;
}

.Contacts-page-area .form-all-items .contact-tuc-area .tuch-items .tuch-icon {
    color: #FFFFFF;
    font-size: 24px;
    padding-bottom: 8px;
}

.Contacts-page-area .form-all-items .contact-tuc-area .tuch-items .tuch-text p {
    color: #FFFFFF;
    max-width: 175px;
    margin: 0 auto;
}

.Contacts-page-area .form-all-items .contact-tuc-area .tuch-list-item {
    padding-bottom: 24px;
}

.Contacts-page-area .form-all-items .contact-tuc-area .tuch-list-item .tuch-icon {
    color: #FFFFFF;
    font-size: 24px;
    padding-bottom: 8px;
}

.Contacts-page-area .form-all-items .contact-tuc-area .tuch-list-item .tuch-icon-phone {
    color: #FFFFFF;
    font-size: 24px;
    padding-bottom: 8px;
}

.Contacts-page-area .form-all-items .contact-tuc-area .tuch-list-item .list-text ul li a {
    color: #FFFFFF;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
}

.Contacts-page-area .form-all-items .contact-tuc-area .meail {
    padding-bottom: 0;
}

.Contacts-page-area .form-all-items form {
    padding: 33px 30px 0 30px;
}

.Contacts-page-area .form-all-items form h6 {
    font-weight: bold;
    font-size: 38px;
    line-height: 50px;
    padding-bottom: 55px;
}

.Contacts-page-area .form-all-items form .text-name input {
    background: white;
    border: 1px solid #e9e9e9 !important;
    border-radius: 5px;
    width: 100%;
    border: none;
    outline: none;
    padding-left: 10px;
    line-height: 40px;
    margin-bottom: 20px;
    color: #737373;
    font-size: 14px;
}

.Contacts-page-area .form-all-items form textarea {
    background: white;
    border: 1px solid #e9e9e9 !important;
    border-radius: 5px;
    width: 100%;
    color: #737373;
    border: none;
    outline: none;
    padding-left: 10px;
    line-height: 40px;
    height: 118px;
    margin-bottom: 20px;
    resize: none;
    font-size: 14px;
}

.Contacts-page-area .form-all-items form .theme-btn {
    display: block;
    line-height: 40px;
    padding: 0 37px;
    border-radius: 30px;
    width: unset;
}

.Contacts-page-area .location {
    overflow: hidden;
}

.Contacts-page-area .location iframe {
    max-width: 100%;
    display: block;
    width: 100%;
    height: 600px;
    padding-top: 120px;
    border: 0;
}


/*----------------------------------------------------*/

.countdown-area {
    overflow: hidden;
    text-align: center;
    background-color: #F3F3F3;
    padding: 120px 0;
    position: relative;
    display: block;
    z-index: 1;
}

.countdown-area .countdown-items .logo {
    padding-bottom: 30px;
}

.countdown-area .countdown-items h2 {
    color: #161616;
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 60px;
}

.countdown-area .countdown-items h2 i {
    font-size: 45px;
    font-weight: bold;
    color: #E81D4F;
}

.countdown-area .countdown-items .countdown .items {
    display: inline-block;
    margin: 0 70px;
    color: #161616;
    font-size: 18px;
    font-weight: 500;
    line-height: 55px;
    position: relative;
}

.countdown-area .countdown-items .countdown .items span {
    display: block;
    color: #161616;
    font-size: 80px;
    font-weight: bold;
    width: 90px;
}

.countdown-area .countdown-items .countdown .items::after {
    content: ':';
    position: absolute;
    display: block;
    font-size: 80px;
    line-height: 1;
    font-weight: bold;
    top: 0;
    right: -80px;
    color: #E81D4F;
}

.countdown-area .countdown-items .countdown .items:last-child {
    padding-right: 0;
}

.countdown-area .countdown-items .countdown .items:last-child::after {
    display: none;
}

.countdown-area .countdown-items p {
    color: #161616;
    padding-top: 50px;
    font-size: 18px;
    font-weight: 400;
}

.countdown-area .countdown-items .input-group {
    max-width: 550px;
    margin: 0 auto;
    margin-top: 40px;
    border-radius: 30px;
    background: #fff !important;
}

.countdown-area .countdown-items .input-group input {
    background: none;
    border: none;
    box-shadow: none;
    padding: 10px 5px 10px 30px;
    font-size: 16px;
}

.countdown-area .countdown-items .input-group a {
    background: #E81D4F;
    border-radius: 0 30px 30px 0;
    width: 100px;
    font-size: 17px;
    line-height: 54px;
    font-weight: 400;
    color: #fff;
}


/*----------------------------------------------------*/

.error-area {
    padding: 120px 0;
    background: #161616;
}

.error-area h1 {
    font-size: 200px;
    font-weight: 700;
    line-height: 1em;
    color: #fff;
    margin-top: -31px;
}

.error-area h1 span {
    font-size: 200px;
    font-weight: 700;
    line-height: 1em;
    color: #E81D4F;
    font-style: italic;
}

.error-area h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2em;
    color: #fff;
    margin-bottom: 20px;
}

.error-area p {
    color: #fff;
}

.error-area .theme-btn {
    margin: 30px 0 -8px;
}

.error-area .theme-btn::before {
    content: " ";
    background: #fff;
}

.error-area .theme-btn:hover,
.error-area .theme-btn:focus {
    color: #161616;
}


/*----------------------------------------------------*/

.footer-area {
    /* overflow: hidden; */
    /* background: url(../images/footer-bg.png); */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* background-position: center; */
    /* display: block; */
    background-color: #161616;
    /* position: relative; */
}

.footer-area .footer-top-item {
    padding: 70px 0 70px;
}

.footer-area .footer-top-item .footer-img img {
    max-width: 100%;
}

.footer-area .footer-top-item p {
    font-weight: normal;
    color: #FFFFFF;
    padding-top: 28px;
    /* max-width: 303px; */
    font-size: 14px;
    line-height: 24px;
}

.footer-area .footer-top-item .input-group {
    position: relative;
    padding-top: 30px;
}

.footer-area .footer-top-item .input-group input {
    outline: none;
    height: 40px;
    width: 100%;
    display: inline-block;
    background: #fff;
    border-radius: 5px !important;
    padding: 0 50px 0 15px;
    line-height: 30px;
    font-size: 14px;
    color: black;
    border: none;
    box-shadow: none;
}

.footer-area .footer-top-item .input-group #basic {
    border: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: -1px;
    width: 50px;
    height: 40px;
    background: #878787;
    border-radius: 0px 5px 5px 0px;
    z-index: 9;
    padding: 5px 0 0 10px;
    font-size: 20px;
}

.footer-area .footer-top-item .footer-item ul {
    padding-top: 30px;
}

.footer-area .footer-top-item .footer-item ul li a {
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    position: relative;
    padding-left: 24px;
    padding-bottom: 10px;
}

.footer-area .footer-top-item .footer-item ul li a span {
    color: #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.footer-area .footer-top-item .footer-item ul li .call-two {
    padding: 0 0 10px 25px;
}

.footer-area .footer-top-item .footer-item ul li .admin {
    padding: 0 0 16px 25px;
}

.footer-area .footer-top-item .footer-item h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 38px;
    color: #FFFFFF;
}

.footer-area .footer-top-item .footer-item .menu {
    padding-top: 28px;
}

.footer-area .footer-top-item .footer-item .menu ul li a {
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    display: block;
    transition: 0.5s;
    position: relative;
    right: 10px;
    padding-bottom: 5px;
}

.footer-area .footer-top-item .footer-item .menu ul li a span {
    padding-right: 5px;
    visibility: hidden;
    opacity: 0;
}

.footer-area .footer-top-item .footer-item .menu ul li a:hover {
    color: #b9b9b9;
    right: 0;
}

.footer-area .footer-top-item .footer-item .menu ul li a:hover span {
    visibility: visible;
    opacity: 1;
}

.footer-area .footer-top-item .footer-item {
    /* padding-top: 15px; */
}

.footer-area .footer-top-item .footer-item p {
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    /* max-width: 256px; */
    padding: 25px 0;
}

.footer-area .footer-top-item .footer-item .footer-menu li {
    display: inline-block;
}

.footer-area .footer-top-item .footer-item ul.footer-menu li a {
    height: 40px;
    line-height: 43px;
    width: 40px;
    text-align: center;
    display: block;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 18px;
    border-radius: 50%;
    margin-right: 5px;
    transition: 0.5s;
    padding-left: 0;
}

.footer-area .footer-top-item .footer-item .footer-menu li a:hover {
    background: #FFFFFF;
    color: #161616;
}

.footer-area .footer-bottom {
    background: #0e0e0e;
    overflow: hidden;
}

.footer-area .footer-bottom .footer-bottom-item {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}

.footer-area .footer-bottom .footer-bottom-item p {
    color: #fff;
    font-size: 12px;
    /* line-height: 22px; */
    padding-top: 5px;
}

.footer-area .footer-bottom .footer-bottom-item p span {
    color: #fff;
    padding-right: 5px;
}

.footer-area .footer-bottom .footer-bottom-item .footer-button {
    height: 40px;
    line-height: 40px;
    min-width: 40px;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    color: #0e0e0e;
    position: fixed;
    right: 20px;
    bottom: 10px;
    transition: .5s;
}

.footer-area .footer-bottom .footer-bottom-item .footer-button:hover {
    background: #161616;
    color: #fff;
}


/*----------------------------------------------------*/


/*Prefix Styles*/

body {
    font-family: 'Roboto', sans-serif;
    /*Section Fix*/
    /*Ancore*/
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    margin: 0;
    color: #161616;
}

body p {
    color: #555555;
    margin: 0;
    font: 19px/30px;
    font-weight: normal;
}

body ul {
    margin: 0;
    padding: 0;
}

body ul li {
    list-style: none;
}

body ul li a {
    text-decoration: none;
}

body section.row,
body header.row,
body footer.row {
    margin: 0;
}

body #success {
    display: none;
}

body #error {
    display: none;
}

body iframe {
    border: none;
}

body i:before {
    margin-left: 0px !important;
}

body a,
body .btn,
body button {
    outline: none;
    transition: all 300ms linear 0s;
    text-decoration: none;
}

body a:before,
body a:after,
body .btn:before,
body .btn:after,
body button:before,
body button:after {
    transition: all 300ms linear 0s;
}

body a:focus,
body a:hover,
body .btn:focus,
body .btn:hover,
body button:focus,
body button:hover {
    outline: none;
    text-decoration: none;
    transition: all 300ms linear 0s;
}

.section-padding {
    padding: 70px 0;
}

.section-padding-b {
    padding-bottom: 70px;
}

.section-padding-t {
    padding-top: 70px;
}

.section-margin-b {
    margin-bottom: 70px;
}

.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

.cd-words-wrapper span {
    color: #3fb698;
    display: inline-block;
    left: 0;
    position: absolute;
    top: 0;
    white-space: nowrap;
}

.cd-words-wrapper span.is-visible {
    position: relative;
}

.no-js .cd-words-wrapper span {
    opacity: 0;
}

.no-js .cd-words-wrapper span.is-visible {
    opacity: 1;
}


/* xclip */

.cd-headline.clip span {
    /* color: #ffffff; */
    /* display: inline-block; */
    /* padding: 0; */
}

.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
    /* line */
    content: '';
    position: absolute;
    top: 10%;
    right: 0;
    width: 2px;
    height: 70%;
    background-color: #aebcb9;
}

.cd-headline.clip span {
    /* opacity: 0; */
}

.cd-headline span.is-visible {
    opacity: 1;
    font-weight: 900;
}


/*----------------------Media Query------------------------------*/

@media (max-width: 1400px) {
    .home-3-banner-area {
        padding: 222px 0 140px;
    }
    .home-3-banner-area .banner-heading h1 {
        font-size: 60px;
        line-height: 70px;
        max-width: 471px;
    }
    .funfact-area .funfact-item {
        padding: 20px;
    }
    .funfact-area .funfact-text-area h1 {
        font-size: 60px;
        line-height: 70px;
    }
    .funfact-area .funfact-text-area h2 {
        font-size: 40px;
        padding-bottom: 10px;
    }
    .news-area .newsItems .news-text {
        padding: 20px 20px 10px 20px;
    }
    .news-area .newsItems .news-text .news-date {
        padding-bottom: 0;
    }
    .news-area .newsItems .news-text .textId h5 {
        padding-bottom: 0;
        font-size: 18px;
    }
    .news-area .newsItems .news-text .textId p {
        font-size: 16px;
        line-height: 26px;
    }
    .h2-about-area .images-area {
        left: 0;
    }
    .title h1 {
        font-size: 30px;
        /* line-height: 50px; */
        /* padding-bottom: 0; */
    }
    .features-area .feature-items {
        padding: 20px 20px 10px 20px;
    }
    .features-area .feature-items .feature-text h5 {
        font-size: 17px;
        line-height: 22px;
        padding: 30px 0 10px;
    }
    .h2-courses-area .courses-images-test {
        padding: 20px 20px 10px 20px;
    }
    .h2-courses-area .courses-images-test .courses-img-heading h3 {
        font-size: 24px;
        line-height: 0;
    }
    .h2-courses-area .courses-images-test .courses-img-heading h4 {
        font-size: 24px;
        line-height: 0;
    }
    .h2-driving-area .driving-img .bg-and-play-btn {
        max-width: 100%;
        height: 460px;
    }
    .h2-driving-area .driving-img .bg-and-play-btn img {
        max-width: 100%;
        padding-top: 105px;
    }
    .h2-driving-area .driving-img .bg-and-play-btn .popup-youtube {
        height: 50px;
        width: 50px;
        line-height: 53px;
        font-size: 16px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .h3-about-area .images-area .absulet-1 {
        right: -118px;
    }
    .h3-about-area .images-area .absulet-2 {
        right: -130px;
    }
    .h3-about-area .images-area .absulet-3 {
        right: 98px;
    }
    .h3-courses-area .courses-images .item .course-item {
        padding: 20px 20px 10px 20px;
    }
    .h3-courses-area .courses-images .item .course-item .courses-img-heading .img-heading h3 {
        font-size: 20px;
    }
    .h3-courses-area .courses-images .item .course-item .courses-img-heading .img-heading h4 {
        font-size: 20px;
    }
    .banner-area .owl-nav .owl-prev {
        left: 10px;
    }
    .banner-area .owl-nav .owl-next {
        right: 10px;
    }
}


/* Large Screen */

@media (max-width: 1260px) {
    .footer-area .footer-top-item .input-group input {
        height: 40px;
        padding-left: 10px;
    }
    .footer-area .footer-top-item .input-group #basic {
        width: 40px;
        height: 40px;
        padding: 10px;
        font-size: 18px;
    }
    .footer-area .footer-top-item .footer-item ul.footer-menu li a {
        height: 30px;
        line-height: 28px;
        width: 30px;
        font-size: 14px;
    }
    .header-area .header-menu .menu-flax .menu-item ul li a {
        /* padding-right: 15px; */
    }
    .baner-bottom-form {
        padding-bottom: 40px;
    }
    .baner-bottom-form .banner-bottom {
        margin: -40px auto;
    }
    .about-area .about-image-area .image-two {
        /* right: 0; */
        /* top: 330px; */
        display: none;
    }
    .about-area .about-image-area .image-three {
        right: -30px;
        top: 170px;
    }
    .courses-area .courses-images .item .course-item {
        padding: 20px 20px 15px 20px;
    }
    .courses-area .courses-images .item .course-item .courses-img-heading .img-heading h3 {
        /* font-size: 20px; */
        /* line-height: 0px; */
    }
    .courses-area .courses-images .item .course-item .courses-img-heading .img-heading h4 {
        /* font-size: 20px; */
        /* line-height: 0px; */
    }
    .driving-area .driving-text h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .pricing-area .pricing-item {
        padding: 20px;
    }
    .pricing-area .pricing-item .pricing-texts .basic-price {
        padding: 20px 0 0px;
    }
    .pricing-area .pricing-item .pricing-texts .basic-price h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .h2-about-area .images-area .absulet {
        position: unset;
    }
    .h2-about-area .images-area .images img {
        width: 198px;
        object-fit: cover;
    }
    .team-h2-area .team-items .team-id h6, .team-items .team-id h6 {
        font-size: 18px;
        line-height: 21px;
        padding-top: 35px;
    }
    .team-h2-area .team-items .team-id p,.team-items .team-id p {
        font-size: 16px;
        padding-bottom: 5px;
    }
    .team-h2-area .team-items:hover .team-id ,.team-items:hover .team-id {
        bottom: -135px;
    }
    .home-3-banner-area {
        padding: 200px 0 120px;
    }
    .home-3-banner-area .banner-heading p {
        max-width: 478px;
    }
    .h3-about-area .images-area .images img {
        height: 180px;
    }
    .h3-about-area .images-area .absulet-1 {
        position: unset;
        display: inline-block;
        padding: 12px;
    }
    .h3-about-area .images-area .absulet-1 img {
        height: 180px;
    }
    .h3-about-area .images-area .absulet-2 {
        position: unset;
    }
    .h3-about-area .images-area .absulet-3 {
        position: unset;
    }
    .faq-area .accordion {
        width: 100%;
    }
    .faq-area .accordion .accordion-item .accordion-header .accordion {
        /* font-size: 18px; */
        /* padding-left: 10px; */
    }
    .faq-area .accordion .accordion-body {
        /* font-size: 14px; */
    }
    .coursee-details-area .programr-overviewe {
        display: block;
    }
    .coursee-details-area .programr-overviewe .coursesInstructor {
        padding: 20px 0 0;
    }
    .coursee-details-area .courses-detailse-menu {
        padding: 10px 20px;
    }
    .coursee-details-area .courses-detailse-form {
        padding: 20px 20px 10px;
    }
    .coursee-details-area .courses-detailse-posts {
        padding: 10px 20px;
    }
    .coursee-details-area .courses-detailse-posts .recent-post .imager-name a {
        font-size: 15px;
        line-height: 24px;
    }
    .coursee-details-area .courses-detailse-posts .recent-post .imager-name p {
        font-size: 14px;
        line-height: 22px;
    }
    .coursee-details-area .courses-detailse-tags {
        padding: 10px 20px;
    }
    .news-page-area .courses-detailse-right .courses-detailse-menu {
        padding: 10px 20px;
    }
    .news-page-area .courses-detailse-right .archive {
        padding: 10px 20px;
    }
    .news-page-area .courses-detailse-right .courses-details-posts {
        padding: 10px 20px;
    }
    .news-page-area .courses-detailse-right .courses-details-posts .recent-post .imager-name {
        padding-left: 10px;
    }
    .news-page-area .courses-detailse-right .courses-details-posts .recent-post .imager-name a {
        font-size: 15px;
    }
    .news-page-area .courses-detailse-right .courses-details-posts .recent-post .imager-name p {
        font-size: 14px;
        line-height: 18px;
    }
    .news-page-area .courses-detailse-right .courses-detailse-tags {
        padding: 10px 20px;
    }
    .news-page-area .courses-detailse-right .social-media {
        padding: 10px 20px 20px;
    }
    .news-details-area .news-left-item .news-alram {
        display: block;
        padding-top: 22px;
    }
    .news-details-area .news-left-item .Excepteur-details {
        display: block;
    }
    .news-details-area .news-left-item .Excepteur-details .Excepteur-list {
        padding-top: 18px;
    }
    .news-details-area .news-left-item .Excepteur-details .Excepteur-list ul li {
        font-size: 14px;
        line-height: 32px;
        padding-left: 0;
    }
    .news-details-area .news-left-item .excepteur-sint {
        padding: 15px 15px;
        margin-top: 30px;
    }
    .news-details-area .news-left-item .excepteur-sint .sint-icon svg {
        height: 22px;
        width: 30px;
    }
    .news-details-area .news-left-item .excepteur-sint b {
        padding-left: 25px;
    }
    .news-details-area .news-left-item .velit p {
        padding: 30px 0 30px;
    }
    .news-details-area .news-left-item .comments {
        padding: 10px 20px;
    }
    .news-details-area .news-left-item .comments h6 {
        padding-bottom: 20px;
    }
    .news-details-area .news-left-item .comments .comment-item .comment-text {
        margin-left: 10px;
    }
    .news-details-area .news-left-item .comments .comment-item .comment-text .date {
        padding-bottom: 0;
    }
    .news-details-area .news-left-item .comments .comment-item .comment-text h6 {
        padding-bottom: 0;
    }
    .news-details-area .news-left-item .comments .comment-item .comment-text .proident {
        font-size: 16px;
        line-height: 24px;
    }
    .news-details-area .news-left-item .comments .comment-item .comment-text .culpa {
        font-size: 14px;
        line-height: 28px;
        margin-right: 20px;
        margin-bottom: 15px;
        padding-top: 0px;
    }
    .news-details-area .news-left-item form {
        padding-top: 30px;
    }
    .testimonual-h2-area .testimonual-main-div .client-id .owl-nav .owl-prev {
        left: -40px;
    }
    .testimonual-h2-area .testimonual-main-div .client-id .owl-nav .owl-next {
        right: -40px;
    }
}


/* Tab Screen */

@media (max-width: 991px) {
    .banner-area .item .banner-heading {
        /* left: 4%; */
        /* text-align: left!important; */
        /* transform: translate(-2%, -50%); */
    }
    .sidebar-menu {
        display: block;
    }
    .title {
        padding-bottom: 30px;
    }
    .title h1 {
        font-weight: bold;
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 0px;
    }
    .theme-btn {
        font-size: 16px;
        padding: 0 22px;
        line-height: 35px;
    }
    .footer-area .footer-top-item .input-group {
        width: 90%;
    }
    .footer-area .footer-top-item .footer-item {
        padding: 15px 0 0 0;
    }
    .about-banner-area {
        padding: 130px 0;
    }
    .about-banner-area .banner-text h1 {
        font-size: 40px;
        line-height: 50px;
        padding-bottom: 5px;
    }
    .header-area .header-menu .menu-flax {
        padding: 0;
    }
    .header-area .header-menu .menu-flax .header-logo {
        padding-top: 5px;
    }
    .header-area .header-menu .menu-flax .header-logo a img {
        height: 60px;
    }
    .header-area .header-menu .menu-flax .menu-item {
        display: none;
    }
    .header-area .header-menu .menu-flax .search-option .mnmd-search-full form {
        width: 300px;
        max-width: 100%;
    }
    .header-area .header-menu .menu-flax .search-option .mnmd-search-full form .form-control {
        font-size: 18px;
    }
    /* .header-area .header-menu .menu-flax .search-option .mnmd-search-full form span i {
    color: #E81D4F;
    font-size: 22px;
  } */
    .header-area .header-menu .menu-flax .search-option .sidebar-menu {
        padding: 0 10px 10px 10px;
        margin-left: 0;
    }
    .header-area .header-menu .menu-flax .theme-btn {
        display: none;
    }
    .header-area .header-menu .menu-flax .search-option .navigation-bar .search-btn {
        position: unset;
        margin-top: 20px;
    }
    .banner-area .item .banner-heading h1 span {
        /* font-weight: 600; */
        ont-size: 30px;
        /* line-height: 40px; */
        /* max-width: 353px; */
        font-size: 35px;
    }
    .banner-area .item .banner-heading p {
        padding: 20px 0;
        font-size: 18px;
        line-height: 22px;
    }
    .banner-area .item .banner-heading .theme-btn {
        font-size: 16px;
        line-height: 35px;
        padding: 0 20px;
        margin-right: 0;
    }
    .banner-area .owl-nav .owl-prev {
        height: 35px;
        width: 35px;
        line-height: 36px;
        font-size: 16px !important;
    }
    .banner-area .owl-nav .owl-next {
        height: 35px;
        width: 35px;
        line-height: 36px;
        font-size: 16px !important;
    }
    .baner-bottom-form .banner-bottom {
        margin: 0;
    }
    .baner-bottom-form .banner-bottom form {
        padding: 0 30px 30px 30px;
    }
    .baner-bottom-form .banner-bottom form .row {
        border: none;
    }
    .baner-bottom-form .banner-bottom form .row .form-left .form-select {
        border-radius: 0;
    }
    .baner-bottom-form .banner-bottom form .row .form-left .input-group .mail-too {
        padding-top: 10px;
    }
    .baner-bottom-form .banner-bottom form .row .form-left .theme-btn {
        width: unset;
        margin: 0 auto;
        display: table;
        margin-top: 20px;
    }
    .baner-bottom-form {
        padding-bottom: 0;
    }
    .courses-area .courses-images .owl-nav .owl-prev {
        height: 35px;
        width: 35px;
        line-height: 35px;
        font-size: 16px;
    }
    .courses-area .courses-images .owl-nav .owl-next {
        height: 35px;
        width: 35px;
        line-height: 35px;
        font-size: 16px;
    }
    .features-area {
        padding: 120px 0 0;
    }
    .about-area {
        padding-bottom: 0;
        padding-top: 30px;
    }
    .about-area .about-text-area .title h1 {
        max-width: 365px;
    }
    .about-area .about-image-area {
        padding: unset;
        display: flex;
        /* text-align: center; */
        padding-top: 95px;
    }
    .about-area .about-image-area .image-one {
        position: unset;
        padding-bottom: 24px;
    }
    .about-area .about-image-area .image-two {
        position: unset;
        padding-bottom: 24px;
    }
    .about-area .about-image-area .image-three {
        position: unset;
    }
    .funfact-area .items-two {
        margin-top: 0;
    }
    .funfact-area .funfact-text-area {
        padding-top: 0;
    }
    .funfact-area .funfact-text-area h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .funfact-area .funfact-text-area h2 {
        font-size: 30px;
        padding-bottom: 5px;
    }
    .driving-area .driving-text {
        padding: 70px 0 40px;
    }
    .driving-area .driving-img {
        padding-top: 0;
        padding-bottom: 80px;
    }
    .driving-area .driving-img img {
        max-width: 100%;
    }
    .team-area .team-items .team-image {
        padding-bottom: 24px;
    }
    .team-area .team-items .team-image .team-id h6 {
        padding-top: 20px;
    }
    .pricing-area {
        padding-bottom: 96px;
    }
    .pricing-area .pricing-item {
        margin-bottom: 24px;
    }
    .testimonial-area .testimonial-mamber .item {
        padding: 30px 25px;
        margin-top: 40px;
    }
    .testimonial-area .testimonial-mamber .owl-nav {
        right: 42%;
        top: 80%;
        margin-top: 0;
    }
    .testimonial-area .testimonial-mamber .owl-nav .owl-next {
        box-shadow: 0px 0px 30px rgba(17, 26, 57, 0.24);
        height: 35px;
        width: 35px;
        line-height: 35px;
        font-size: 16px;
    }
    .testimonial-area .testimonial-mamber .owl-nav .owl-prev {
        box-shadow: 0px 0px 30px rgba(17, 26, 57, 0.24);
        height: 35px;
        width: 35px;
        line-height: 35px;
        font-size: 16px;
    }
    .news-area .newsItems {
        margin-bottom: 24px;
    }
    .news-area .margin-not {
        margin-bottom: 0;
    }
    .h2-about-area {
        padding: 110px 0 135px !important;
    }
    .h2-about-area .images-area {
        text-align: center;
    }
    .h2-about-area .images-area .images img {
        width: 100%;
        object-fit: cover;
    }
    .h2-about-area .item {
        position: relative;
        top: 55%;
        left: 20px;
    }
    .h2-funfact .funfact-text-area {
        padding-bottom: 30px;
    }
    .h2-driving-area .driving-img .bg-and-play-btn {
        height: auto;
    }
    .h2-driving-area .driving-img .bg-and-play-btn img {
        padding: 20px 0;
    }
    .h2-driving-area .driving-img .bg-and-play-btn .popup-youtube {
        top: 37%;
        transform: translate(-50%, -40%);
    }
    .team-h2-area .team-items .team-image,.team-items .team-image {
        padding-bottom: 0;
    }
    .testimonual-h2-area {
        padding-top: 96px;
    }
    .testimonual-h2-area .testimonual-main-div .client-id .owl-nav .owl-prev {
        height: 35px;
        width: 35px;
        line-height: 35px;
        font-size: 16px;
    }
    .testimonual-h2-area .testimonual-main-div .client-id .owl-nav .owl-next {
        height: 35px;
        width: 35px;
        line-height: 35px;
        font-size: 16px;
    }
    .v2-area {
        padding: 75px 0 120px;
    }
    .home-3-banner-area {
        padding: 120px 0 70px;
    }
    .home-3-banner-area .banner-heading h1 {
        font-size: 40px;
        line-height: 50px;
        max-width: 353px;
    }
    .home-3-banner-area .banner-heading p {
        max-width: 370px;
    }
    .find-course-area {
        padding: 110px 0 0;
    }
    .find-course-area .find-form-area {
        margin-top: 30px;
    }
    .find-course-area .find-form-area .form-left .padd {
        padding-top: 0;
    }
    .find-course-area .find-form-area .form-left .select-three {
        top: 48px;
    }
    .h3-about-area .aboutIsotop {
        padding-top: 0;
    }
    .h3-about-area .aboutIsotop .funfact-item {
        margin-bottom: 0;
    }
    .h3-about-area .aboutIsotop .funfact-item .completed {
        font-size: 39px;
        line-height: 0px;
        margin-top: 10px;
    }
    .h3-about-area .aboutIsotop .funfact-item .completed svg {
        height: 39px;
        margin-top: 10px;
    }
    .h3-about-area .aboutIsotop .funfact-item .funfact-text {
        padding: 0 0 20px 30px;
    }
    .h3-about-area .aboutIsotop .funfact-item .funfact-text h4 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 0px;
    }
    .h3-about-area .aboutIsotop .funfact-item .funfact-text p {
        font-size: 16px;
        line-height: 26px;
    }
    .h3-about-area .images-area {
        text-align: center;
    }
    .h3-team-area .team-items .team-id {
        height: 250px;
        width: 250px;
        left: -35px;
        bottom: -130px;
    }
    .h3-team-area .team-items .team-id h6 {
        font-size: 18px;
        line-height: 22px;
        padding: 50px 0 0 20px;
    }
    .h3-team-area .team-items .team-id p {
        padding-left: 20px;
        font-size: 16px;
    }
    .h3-team-area .team-items .team-id ul {
        padding-left: 30px;
    }
    .h3-page {
        padding-bottom: 0 !important;
    }
    .h3-courses-area .courses-images .owl-nav .owl-prev {
        height: 35px;
        width: 35px;
        line-height: 35px;
        font-size: 16px;
    }
    .h3-courses-area .courses-images .owl-nav .owl-next {
        height: 35px;
        width: 35px;
        line-height: 35px;
        font-size: 16px;
    }
    .faq-area .faq-images img {
        min-width: 100%;
        width: 100%;
        height: auto;
    }
    .inarea-about {
        padding-bottom: 96px !important;
    }
    .inarea-about .funfact-area {
        padding-top: 120px;
    }
    .inarea-about .funfact-area .funfact-text-area .theme-btn {
        margin: 30px 0;
    }
    .coursee-details-area form {
        padding-top: 40px;
    }
    .coursee-details-area form button {
        top: 40px;
    }
    .news-page-area .news-left-item .news-alram {
        padding-top: 25px;
    }
    .news-page-area .news-left-item .news-sourses-heading h1 {
        font-size: 30px;
        line-height: 40px;
        padding-top: 5px;
    }
    .news-page-area .news-left-item .news-sourses-heading p {
        padding-top: 7px;
    }
    .news-page-area .news-left-item .news-sourses-heading .theme-btn {
        margin: 20px 0 30px;
    }
    .news-page-area .news-left-item .pagination {
        margin-bottom: 40px;
    }
    .news-page-area .news-left-item form .text-name input {
        background: #FFFFFF;
        box-shadow: 0px 0px 20px rgba(17, 26, 57, 0.1);
    }
    .news-page-area .news-left-item form .your-text-area textarea {
        background: #FFFFFF;
        box-shadow: 0px 0px 20px rgba(17, 26, 57, 0.1);
    }
    .news-page-area .courses-detailse-right .courses-serch form input {
        margin-top: 40px;
        box-shadow: 0px 0px 20px rgba(17, 26, 57, 0.1);
    }
    .Contacts-page-area .form-all-items {
        display: block;
    }
    .Contacts-page-area .form-all-items form {
        padding: 20px;
    }
    .Contacts-page-area .form-all-items form h6 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 20px;
    }
    .Contacts-page-area .form-all-items .location iframe {
        height: 430px;
    }
    .Contacts-page-area .form-all-items .contact-tuc-area {
        border-radius: 3px 3px 0 0;
    }
    .error-area {
        padding: 70px 0;
    }
    .countdown-area {
        padding: 70px 0;
    }
    .countdown-area .countdown-items .logo {
        padding-bottom: 20px;
    }
    .countdown-area .countdown-items h2 {
        margin-bottom: 25px;
    }
    .countdown-area .countdown-items .countdown .items {
        margin: 0 30px;
        line-height: 36px;
    }
    .countdown-area .countdown-items .countdown .items:after {
        content: ':';
        font-size: 36px;
        top: 12px;
        right: -35px;
    }
    .countdown-area .countdown-items .countdown .items span {
        font-size: 46px;
        width: 54px;
    }
    .countdown-area .countdown-items p {
        padding-top: 30px;
    }
    .countdown-area .countdown-items .input-group {
        max-width: 350px;
        margin: 0 auto;
        margin-top: 30px;
    }
    .footer-area .footer-top-item {
        padding: 70px 0;
    }
}


/* Tab Screen */

@media (max-width: 767px) {
    .header-area .top-header {
        display: block;
    }
    .header-area .top-header .left-item {
        padding-bottom: 0;
    }
    .header-area .top-header .left-item li {
        display: block;
        padding-bottom: 10px;
    }
    .header-area .top-header .left-item li a {
        border-right: none;
        padding-right: 0;
        padding-bottom: 10px;
    }
    .header-area .top-header .left-item li .email {
        margin-left: 0;
        margin-bottom: 0;
    }
    .header-area .top-header .right-item {
        padding-top: 0;
        text-align: center;
    }
    .header-area .top-header .right-item li a {
        margin-left: 0;
        margin-right: 5px;
    }
    .header-area .top-header .email {
        margin-bottom: 10px;
    }
    .banner-area .item .banner-heading p {
        /* max-width: 500px; */
        padding-bottom: 20px;
    }
    .testimonual-h2-area .testimonual-main-div .client-id .owl-nav {
        display: none !important;
    }
    .courses-area .courses-images .owl-nav {
        display: none !important;
    }
    .h3-courses-area .courses-images .item .course-item .courses-img img {
        height: 180px;
    }
    .h3-courses-area .courses-images .owl-nav {
        display: none !important;
    }
    .banner-area .item .banner-heading p {
        /* max-width: 445px; */
    }
    .about-banner-area {
        padding: 110px 0;
    }
    .about-banner-area .banner-text h1 {
        font-size: 29px;
        line-height: 40px;
        padding-bottom: 0;
    }
    .error-area h1 {
        font-size: 100px;
        line-height: 130px;
    }
    .error-area h1 span {
        font-size: 100px;
        line-height: 130px;
    }
    .error-area h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .header-area>.container {
        display: none;
    }
}


/* Tab Screen */

@media (max-width: 575px) {
    .title h1 {
        font-weight: bold;
        font-size: 20px;
        line-height: 30px;
    }
    .footer-area .footer-top-item {
        padding: 70px 0;
    }
    .footer-area .footer-top-item p {
        padding-top: 15px;
        max-width: 315px;
    }
    .footer-area .footer-top-item .input-group {
        position: relative;
        padding-top: 20px;
        width: 80%;
    }
    .footer-area .footer-top-item .input-group #basic {
        top: 20px;
    }
    .footer-area .footer-top-item .footer-item {
        /* padding: 30px 0 0 13px; */
    }
    .footer-area .footer-top-item .footer-item ul {
        padding-top: 10px;
    }
    .footer-area .footer-top-item .footer-item {
        padding-top: 0;
        margin-top: 20px;
    }
    .footer-area .footer-top-item .footer-item .menu {
        padding-top: 10px;
    }
    .footer-area .footer-top-item .footer-item p {
        padding-top: 5px;
    }
    .footer-area .footer-bottom .footer-bottom-item .footer-button {
        display: none !important;
    }
    .sidebar-menus {
        width: 100%;
    }
    .about-banner-area .banner-text h1 {
        font-size: 22px;
    }
    .banner-area .item .banner-images img {
        height: 301px;
    }
    .banner-area .item .banner-heading h1 span {
        /* font-weight: bold; */
        font-size: 20px;
        /* line-height: 40px; */
        /* max-width: 275px; */
    }
    .banner-area .item .banner-heading p {
        font-size: 15px;
        line-height: 18px;
        /* max-width: 360px; */
    }
    .banner-area .owl-nav {
        display: none !important;
    }
    .banner-area .item .banner-heading {
        /* left: 3%; */
    }
    .features-area {
        padding: 80px 0 0;
    }
    .about-area .about-text-area {
        top: 30px;
    }
    .about-area .about-image-area {
        padding-top: 60px;
        display: inherit;
        text-align: center;
    }
    .funfact-area {
        padding-top: 80px;
    }
    .courses-area {
        padding: 70px 0 80px;
    }
    .driving-area .driving-text h1 {
        color: #ffffff;
    }
    .gallery-area {
        padding-top: 80px;
    }
    .team-area {
        padding-top: 80px;
    }
    .pricing-area {
        padding: 30px 0;
    }
    .testimonial-area {
        padding: 80px 0;
    }
    .testimonial-area .testimonial-mamber .owl-nav {
        display: none !important;
    }
    .news-area {
        padding: 80px 0 24px;
    }
    .cleint-area {
        padding: 60px 0 80px;
    }
    .h2-about-area {
        padding: 70px 0 95px !important;
    }
    .h2-about-area .item {
        position: relative;
        top: 55%;
        left: 0;
    }
    .h2-funfact {
        padding-top: 70px;
    }
    .features-two {
        padding: 55px 0 15px !important;
    }
    .h2-courses-area {
        padding: 40px 0 55px;
    }
    .h2-driving-area .driving-img .bg-and-play-btn .popup-youtube {
        top: 34%;
    }
    .team-h2-area {
        padding-top: 80px;
    }
    .team-h2-area .pricing-area {
        padding: 30px 0 0;
    }
    .testimonual-h2-area {
        padding-top: 56px;
    }
    .testimonual-h2-area .title {
        padding-bottom: 0;
    }
    .h2-news-area {
        padding: 45px 0 0 !important;
    }
    .home-3-banner-area {
        padding: 85px 0 32px;
    }
    .home-3-banner-area .banner-heading h1 {
        font-size: 30px;
        line-height: 40px;
        max-width: 245px;
    }
    .home-3-banner-area .banner-heading p {
        max-width: 370px;
        font-size: 16px;
    }
    .home-3-banner-area .banner-heading .theme-btn {
        margin-top: 20px;
        padding: 0 31px;
    }
    .find-course-area {
        padding-top: 70px !important;
    }
    .find-course-area .features-area {
        padding-top: 80px;
    }
    .h3-about-area {
        padding-top: 55px;
    }
    .h3-about-area .aboutIsotop .title {
        text-align: center;
    }
    .h3-about-area .aboutIsotop .title h1 {
        margin: 0 auto;
    }
    .h3-about-area .aboutIsotop .funfact-item {
        display: block;
        text-align: center;
    }
    .h3-about-area .aboutIsotop .funfact-item .completeds {
        line-height: 0;
        padding-bottom: 10px;
        display: block;
    }
    .h3-about-area .aboutIsotop .funfact-item .funfact-text {
        padding: 0 0 20px;
    }
    .h3-courses-area {
        padding-top: 70px;
    }
    .h3-courses-area .courses-images .item .course-item .courses-img img {
        height: auto;
    }
    .h3-courses-area .courses-images .owl-nav {
        display: none !important;
    }
    .h3-team-area {
        padding: 80px 0 55px;
    }
    .h3-page {
        padding-top: 80px;
    }
    .faq-area {
        padding: 45px 0 15px;
    }
    .faq-area .accordion .accordion-item .accordion-header .accordion {
        /* font-size: 13px; */
        /* padding-left: 10px; */
    }
    .faq-area .accordion .accordion-body {
        /* font-size: 12px; */
    }
    .inarea-about {
        padding-bottom: 55px !important;
    }
    .inarea-about .funfact-area {
        padding-top: 85px;
    }
    .h2-courses-area .courses-images-test .courses-img img {
        height: auto;
    }
    .inarea-courses-area {
        padding-top: 80px;
    }
    .coursee-details-area {
        padding: 80px 0 25px;
    }
    .coursee-details-area .courses-img .img-comments {
        display: block;
        padding-top: 10px;
    }
    .coursee-details-area .courses-img .img-comments .courses-coment {
        padding-top: 0;
    }
    .coursee-details-area .courses-img .courses-reviews {
        display: flex;
        padding-top: 0;
    }
    .coursee-details-area .courses-img .peragraph {
        padding: 10px 0 0;
    }
    .coursee-details-area .course-information {
        padding-top: 20px;
    }
    .coursee-details-area .course-information ul {
        padding: 10px 20px;
    }
    .coursee-details-area .course-information ul .level-on .startwd {
        min-width: 110px;
    }
    .coursee-details-area .course-information ul li .level {
        min-width: 110px;
    }
    .coursee-details-area .Courses-History {
        padding-top: 30px;
    }
    .coursee-details-area .Courses-History .voluptate {
        padding-bottom: 20px;
    }
    .coursee-details-area .programr-overviewe .Program h6 {
        padding-bottom: 15px;
    }
    .coursee-details-area .programr-overviewe .coursesInstructor {
        text-align: center;
    }
    .coursee-details-area .programr-overviewe .coursesInstructor .personal-addres {
        padding-bottom: 20px;
    }
    .coursee-details-area .programr-overviewe .coursesInstructor .instructor {
        display: block;
    }
    .coursee-details-area .programr-overviewe .coursesInstructor .instructor .daniel-aylor {
        padding: 10px 0 0;
    }
    .coursee-details-area .programr-overviewe .coursesInstructor .instructor .instructr-img img {
        height: 337px;
        width: 250px;
        object-fit: cover;
        border-radius: 0;
    }
    .news-page-area {
        padding: 80px 0 20px;
    }
    .news-page-area .news-left-item .news-alram {
        display: block;
    }
    .news-details-area .news-left-item .news-alram .news-title {
        display: block;
    }
    .news-details-area .news-left-item .Excepteur-details .Excepteur-list ul li {
        font-size: 12px;
        line-height: 30px;
    }
    .news-details-area .news-left-item .Excepteur-details .Excepteur-list ul li span {
        margin-right: 5px;
    }
    .news-details-area .news-left-item .comments .comment-item {
        display: block;
    }
    .news-details-area .news-left-item .comments .comment-item .second {
        padding-left: 10px;
    }
    .Contacts-page-area {
        padding: 82px 0 0;
    }
    .Contacts-page-area .location iframe {
        height: 320px;
        padding-top: 80px;
    }
    .pricing-area .pricing-item {
        width: 290px;
        margin: 0 auto 24px;
    }
    .countdown-area .countdown-items .countdown .items span {
        font-size: 20px;
        width: 24px;
    }
    .countdown-area .countdown-items h2 {
        font-size: 32px;
    }
    .countdown-area .countdown-items h2 i {
        font-size: 32px;
    }
    .countdown-area .countdown-items .countdown .items {
        margin: 0 14px;
        line-height: 28px;
    }
    .countdown-area .countdown-items .countdown .items:after {
        content: ':';
        font-size: 26px;
        top: 0;
        right: -17px;
    }
    .countdown-area .countdown-items .countdown .items span {
        font-size: 34px;
        min-width: 100%;
    }
    .countdown-area .countdown-items p {
        padding-top: 30px;
    }
    .countdown-area .countdown-items .input-group {
        max-width: 350px;
        margin: 0 auto;
        margin-top: 30px;
    }
    .testimonial-area .testimonial-mamber {
        padding-bottom: 0;
    }
}

.pricing-area .pricing-item span.highlight {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #d30000;
    padding: 5px;
    /* width: 100%; */
    /* transform: rotate(90deg); */
    color: #ffff;
    height: 100%;
    text-orientation: sideways;
    writing-mode: tb-rl;
}

.driving-area .driving-img img {
    width: 100%;
    max-width: inherit;
}

.team-image {
    height: 100%;
}

.vehicle-type .feature-items .feature-text h5 {
    padding-bottom: 0px;
}

.vehicle-type .feature-items .feature-icon img {
    width: 100%;
}

.vehicle-type .feature-items {
    padding: 10px;
}


/*==========price==========*/

.princing-item .price {
    margin: 0 0 32px 0;
}

.price h4 {
    font-weight: bold;
    font-size: 54px;
    line-height: 60px;
}

.price .super {
    font-weight: 800;
    font-size: 22px;
    line-height: 34px;
    vertical-align: super;
}

.bg-gradient {
    background: #C9D6FF;
    background: -webkit-linear-gradient(to right, #E2E2E2, #C9D6FF);
    background: linear-gradient(to right, #E2E2E2, #C9D6FF);
}

ul li {
    margin-bottom: 1.4rem;
}

.pricing-divider {
    border-radius: 20px;
    background: #454545;
    padding: 1em 0 4em;
    position: relative;
}

.pricing-divider h5 {
    font-weight: bold;
    font-size: 20px;
    line-height: 34px;
    padding: 20px 0 17px;
    transition: .5s;
}

.blue .pricing-divider {
    background: #2D5772;
}

.green .pricing-divider {
    background: #1AA85C;
}

.red b {
    color: #C64545
}

.blue b {
    color: #2D5772
}

.green b {
    color: #1AA85C
}

.pricing-divider-img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 80px;
}

.deco-layer {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.btn-custom {
    background: #161616;
    color: #fff;
    border-radius: 20px
}

.btn-custom:hover {
    color: #ffffff;
}

.img-float {
    width: 50px;
    position: absolute;
    top: -3.5rem;
    right: 1rem
}

.princing-item {
    transition: all 150ms ease-out;
}

.princing-item:hover {
    transform: scale(1.05);
}

.princing-item:hover .deco-layer--1 {
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
}

.princing-item:hover .deco-layer--2 {
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0);
}

.price-banner-area {
    background: url(../images/pricebanner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 5rem 0;
    width: 100%;
    max-width: 100%;
    z-index: 1;
}

.price-banner-area::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #454545;
    opacity: 0.8;
    z-index: -1;
}

.advantage-car {
    background: url(../images/DSC_0089-min-scaled.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 5rem 0;
    width: 100%;
    height: 70vh;
    max-width: 100%;
    z-index: 1;
}

.advantage-car::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #454545;
    opacity: 0.8;
    z-index: -1;
}

.advantage-title {
    color: #FFF;
    font-size: 42px;
    font-weight: bold;
}


/*table*/

.services-section-item {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
    border-radius: 5px;
}

.services-section-item .services-content {
    padding: 16px;
    text-align: center;
}

.service-title {
    font-weight: bold;
    font-size: 32px;
    line-height: 34px;
    padding: 20px 0 17px;
    transition: .5s;
    text-transform: capitalize;
}

.services-content img {
    filter: grayscale(1);
}

.driving-img .img-item {
    width: 22.8%;
    margin: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.driving-img .img-item a img {
    transition: 2s;
}

.driving-img .img-item a:hover .imgitem {
    transform: scale(1.3);
}

.cities-section-one,
.cities-section-five,
.cities-section-six,
.cities-section-eight {
    background: #f3f3f3;
}

.cities-section-seven {
    background-color: #ffffff;
}

.cities-title {
    font-weight: bold;
    font-size: 20px;
    padding: 0px 0 8px 0;
    transition: .5s;
}

.cities-percentage {
    background: #f3f3f3;
    text-align: center;
    flex-shrink: initial;
    font-size: 14px;
    margin: 0px;
    padding: 5px;
    align-self: flex-start;
}

.cities-section-four {
    background: url(../images/banner-img-two.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 5rem 0;
    width: 100%;
    max-width: 100%;
    z-index: 1;
}

.cities-section-four::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #454545;
    opacity: 0.8;
    z-index: -1;
}

.banner-text h1 {
    color: #fff;
}

.elementor-widget-container .elementor-heading-title {
    margin: 0 0 16px 0;
    font-family: "Days One", Sans-serif;
    font-size: 32px;
    line-height: 1.1em;
}

.cities-section-five-item .five-item {
    margin: 0 16px 0 0;
    flex-shrink: inherit;
    align-self: self-start;
}

.cities-section-five-item .five-item img {
    width: 200px;
}

.cities-section-eight .section-eight {
    background: url(../images/vehicle1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 175px 0;
    width: 100%;
    max-width: 100%;
    z-index: 1;
}

.cities-section-eight .section-eight::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #454545;
    opacity: 0.8;
    z-index: -1;
}

.section-eight-skills .section-eight-one {
    padding-left: 10px;
}

.section-eight-skills .section-eight-one li span {
    height: 5px;
    width: 5px;
    background: #ffffff;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    margin-right: 20px;
    margin-bottom: 3px;
}

.section-eight-skills ul li a {
    color: #ffffff;
}

.section-eight-skills .section-eight-one li span::before {
    content: " ";
    position: absolute;
    top: -6px;
    left: -6px;
    border: 2px solid #ffffff;
    padding: 7px;
    border-radius: 50%;
    transform: translate(0px, 0px);
}

.header-area .top-header .right-item li {
    color: #ffff;
    font-size: 14px;
    margin: 0;
}

.agb-content ul li span {
    display: inline;
    font-weight: 600;
    margin-right: 10px;
}

.agb-content ul li {
    margin-bottom: 10px;
}

.agb-content p {
    margin-bottom: 10px;
    /* display: inline; */
}

.agb-content ul li ul {
    margin: 10px 0;
    font-size: 14px;
}

.agb-content ul li ul li {
    list-style: inside;
}

.agb-content h2 {
    margin: 20px 0;
}

.agb-content ul li p {
    display: inline;
}

.Contacts-page-area .form-all-items form label.labeltext {
    font-weight: 600;
}

.Contacts-page-area .form-all-items form .check label {
    display: block;
    font-size: 14px;
}

.Contacts-page-area .form-all-items form .form-check-inline label {
    display: inline-block;
    font-size: 14px;
}

.footer-area .footer-top-item .footer-item ul li {
    margin-bottom: 0;
}

/* changes june 8 */
.about-area .about-image-area .image-one {
    position: relative;
}

.about-area .row {
    align-items: center;
}
.about-area .row {
    align-items: center;
}

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

ul.rating li {
    display: inline-block;
    padding: 3px;
}

ul.rating li i {
    color: #ffc107;
    font-size: 15px;
}
.team-h2-area .team-items .team-id,.team-items .team-id {
    background: transparent;
}
.team-h2-area .team-items, .team-items {
     height: 100%; 
}

.team-h2-area .team-items .team-image,.team-items .team-image {
    height: 100%;
    display: flex;
    align-items: end;
    background: #fff;
    border-radius: 4px;
}
.team-h2-area .team-items .team-image img ,.team-items .team-image img{
    height: auto;
}

@media (max-width: 768px){
    .team-h2-area .team-items .team-image, .team-items .team-image{display: block;}
    .driving-img {
    height: 250px;
        margin-top: 15px;
    }
    .driving-img img {
        height: 100%;
        object-fit: cover;
    }.fahrlehrer-area {
    padding-bottom: 30px}
    .testimonial-area .testimonial-mamber .item {
        padding: 30px 25px;
        height: auto;
    }
    .about-area .about-image-area .image-one {
        top: 0;
    }
    }
    .footer-area .footer-top-item .footer-item li.dropdown:hover ul.sub-menu {
        display: block;
    }
    
    .footer-area .footer-top-item .footer-item ul.sub-menu {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
    }

/* 24 AUGUST 2022 AAKASH */

.cd-headline.clip{
position: relative;
}

.cd-headline.clip a.btn.btn-lg.btn-block.btn-custom{
	position: absolute;
    right: 110px;
    top: 0px;
}

.btn-custom:hover, .btn-custom:focus, .btn-custom:active {
    color: #ffffff;
	box-shadow:unset;
}

@media only screen and (max-width:991px){
a.btn.btn-lg.btn-block.btn-custom.float-lg-end{
	margin-top:20px;
}
}

@media only screen and (max-width:1024px){
	.cd-headline.clip a.btn.btn-lg.btn-block.btn-custom {
    position: absolute;
    right: 110px;
    top: -80px;
}
	@media only screen and (max-width:425px){
	.cd-headline.clip a.btn.btn-lg.btn-block.btn-custom {
    position: absolute;
    right:35%;
    top: -80px;
}
}