@font-face{
    font-family: "larsit";
    src: url("../fonts/Larsseit.ttf");
}
@font-face{
    font-family: "larsit-bold";
    src: url("../fonts/Larsseit-Bold.ttf");
}
@font-face{
    font-family: "elephant-regular";
    src: url("../fonts/Elephant-Regular.ttf");
}
@font-face{
    font-family: "ersmd";
    src: url("../fonts/ERASBD.TTF");
}
@font-face{
    font-family: "raleway-bold";
    src: url("../fonts/Raleway-Bold.ttf");
}
@font-face{
    font-family: "work-bold";
    src: url("../fonts/WorkSans-Bold.otf");
}
@font-face{
    font-family: "flexit";
    src: url("../fonts/FELIXTI.TTF");
}
.navbar-brand>img {
    width: 120px;
    display: inline-block;
    z-index: 111;
}
.navbar-inverse .navbar-brand {
    /*margin-left: -50px !important;*/
    height: auto;
    z-index: 1000;
    position: relative;
    padding-top: 5px;
}
.navbar-header{
    /*background-color: #fff;*/
    height: 140px;
    padding-left: 100px;
}
.navbar-header h4{
    font-family: "elephant-regular";
    color: #191918;
    display: inline-block;
    width: 190px;
    font-size: 16px;
    line-height: 25px;
}
.topbar{
    background-color: #302e2f;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 100px;
    /*position: relative;*/
}
.topbar a{
    font-family: "larsit";
    color: #fff;
    padding-left: 35px;
    font-size: 16px;
    text-decoration: none;
}
.topbar a.mostright{

}
.topbar2{
    background-color: #f2f2f2;
    padding-right: 100px;
}
.topbar i{
    padding-right: 5px;
}
.topbar::after {
    background-color: #ed2024;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    z-index: -1;
    height: 100%;
}
.topbar2::after {
    background-color: #1b6bc2;
    content: '';
    position: absolute;
    top: 62px;
    right: 0;
    width: 50%;
    z-index: -1;
    height: calc(100% - 62px);
}
.main-menu{
    position: relative;
}
.navbar-inverse{
    background: none;
    border: 0;
}
.navbar-inverse .navbar-collapse{
    background-color: #1b6bc2;
    padding: 0;
}
.nav>li>a{
    padding: 10px 27px;
}
.topbar .social-icon{
    float: right;
    margin-top: -3px;
}
.topbar .social-icon a{
    padding-left: 5px;

}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-family: "larsit-bold";
    font-size: 14px;
    padding-top: 34px;
    padding-bottom: 34px;
    border-right: 1px solid #4d4a80;
}


.enrollbn a{
    color: #ed2024 !important;
    border-right: 0 !important;
}
.enrollbn{
    display: inline-block;
}
.enrollbn li{
    margin-top: 23px !important;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #221e5c;
}
.navbar{
    margin-bottom: 0;
}
.check-programs-section a.viewbtn {
    color: #fff;
    font-family: "larsit";
    background-color: #830b0d;
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    text-decoration: none;
    margin: auto;
    display: table;
}
.navbar-nav .book-appointment-btn{
    background-color: #830b0d;
    color: #fff !important;
    padding-top: 15px !important;
    margin-top: 22px;
    padding-bottom: 15px !important;
    border-radius: 10px;
}
.navbar-nav .book-appointment-btn:hover{
    background-color: #302e2f !important;
    color: #fff !important;
}
.border-none-dropdown{
    border-bottom: 0 !important;
}

.homepage-banner{
    background-size: cover;
    height: 575px;
    position: relative;
    background-position: center;
}
.about-section{
    background-color: #f1f0fd;
}
.about-section h1{
    color: #302e2f;
    font-family: "larsit-bold";
    text-align: center;
    margin-bottom: 20px;
}
.about-section h1 span{
    color: #302e2f;
}
.about-section p{
    color: #363636;
    font-family: "larsit";
    font-size: 15px;
}
.about-section p span{
    color: #302e2f;
}
.about-section p b{
    color: #4d4d4d !important;
}
.about-section a{
    color: #191918;
    font-family: "larsit";
    margin: auto;
    display: table;
}
.padding-top-bottom{
    padding-top: 40px;
    padding-bottom: 50px;
}
.check-programs-section .progrm img{
    width: 100%;
}
.check-programs-section .progrm{
    position: relative;
    border-top: 5px solid #000;
    border-bottom: 5px solid #302e2f;
    margin-bottom: 25px;
}
.check-programs-section .overly{
    position: absolute;
    top:0;
    width: 100%;
    height: 100%;
    background: #302e2f;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.check-programs-section .progrm:hover .overly{
    opacity: 0.7;
}
.check-programs-section .progrm:hover a.type{
    opacity:0;
}
.check-programs-section .overly h4{
    color: #fff;
    font-family: "larsit-bold";
    text-align: center;
    font-size: 22px;

}
.check-programs-section .overly a{
    color: #fff;
    font-family: "larsit";
    text-align: center;
    font-size: 18px;
}
.check-programs-section .overly .over-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    text-align: center;
}
.check-programs-section a.type{
    color: white;
    font-family: "larsit-bold";
    font-size: 20px;
    background-color: #302e2f;
    padding: 6px;
    position: absolute;
    top: 10px;
    left: 10px;
    text-decoration: none;
}
.cta-section{
    background-color: #302e2f;
    padding-top: 15px;
    padding-bottom: 15px;
}
.cta-section .call{
    text-align: center;
}
.cta-section .call a{
    color: #fff;
    font-family: "larsit-bold";
    font-size: 45px;
    text-decoration: none;
}
.cta-section .call a.number{
    color: #fff;
}
.cta-section .call i{
    color: #fff;
    font-size: 35px;
}
 .cta-section p{
     color: #9b9b9b;
     font-family: "larsit";
     font-size: 16px;
    text-align: center;
 }
 .map-section{
     width: 100%;
     height: 400px;
 }
 .map-section iframe{
     width: 100%;
     height: 100%;
 }
.footer-section{
    background: url("../images/footer-bg.jpg") no-repeat;
    background-size: cover;
    padding-top: 40px;
}
.footer-section img{
    width: 150px;

 }
.footer-section h5{
    color: #fff;
    font-family: "larsit-bold";
    font-size: 17px;
}
.footer-section a{
    color: #7b7e81;
    font-family: "larsit";
    text-decoration: none;
    display: block;
    font-size: 16px;
    padding-bottom: 10px;
}
.right-reserved-section{
    border-top: 1px solid #7b7e81;
    padding-top: 10px;
    margin-top: 20px;
}
.right-reserved-section p{
    color: #7b7e81;
    font-family: "larsit";
    float: left;
    font-size: 16px;
    padding-bottom: 10px;
}
.right-reserved-section p.created-by{
    float: right;
}
.right-reserved-section a{
    display: inline;
}
.urldiv{
    background-color: #302e2f;
    padding-top: 5px;
    padding-bottom: 5px;
}
.urldiv p{
    color: #fff;
    font-family: "larsit";
    margin-bottom: 0;
}
 h1.heading{
    color: #363636;
    font-family: "larsit-bold";
   margin: auto;
    display: table;
    position: relative;
    margin-top: 20px;
}
 h1.heading:before{
     position: absolute;
     content: "";
     left: -20px;
     top: 0px;
     bottom: 0;
     margin: auto;
     height: 20px;
     width: 5px;
     background-color: #302e2f;
     border-radius: 10px;
 }
 h1.heading:after{
    position: absolute;
    content: "";
    right: -20px;
    top: 0px;
    bottom: 0;
    margin: auto;
    height: 20px;
    width: 5px;
    background-color: #302e2f;
    border-radius: 10px;
}
.courses-page-s-courses .course1{
    padding-top: 50px;
    max-width: 250px;
    margin: auto;
    padding-bottom: 50px;
}
.courses-page-s-courses h4{
    color: #302e2f !important;
}
.courses-page-s-courses .course h1{
    color: #363636;
    font-family: "larsit-bold";
    margin-top: 0;
    font-size: 25px;
    min-height: 85px;
}
.courses-page-s-courses .course p{
     color: #000;
     font-family: "larsit";
    margin-bottom: 0;
 }
.courses-page-s-courses .course a.showmore{
    color: #ed2024;
    font-size: 12px;
    cursor: pointer;
}
.courses-page-s-courses .course a.viewbtn{
    color: #fff;
    font-family: "larsit";
    background-color: #830b0d;
    padding: 10px 15px;
    font-size: 20px;
    border-radius: 5px;
    margin: auto;
    display: table;
    margin-top: 20px;
    margin-bottom: 20px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
}
.courses-page-s-courses .requirements{
    margin-top: 50px;
}
.courses-page-s-courses .requirements .req1{
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
}
.courses-page-s-courses .requirements .req1 p{
    float: right;
    font-family: "larsit-bold";
    color: #cccccc;
    margin-bottom: 0;
    margin-top: 10px;
}
.courses-page-s-courses .requirements .req1 img{
    float: left;
    width: 50px;
}
.courses-page-s-courses .divider{
    height:1px;
    width: 100%;
    background-color: #dbdbdb;
    clear: both;
}
.courses-page-s-courses .course{
    display: flex;
    flex-wrap: wrap;
}
.additional-resources{

}
.course1 .morepage{
    color: #337ab7;
    text-decoration: none;
    font-family: "larsit-bold";
        font-size: 14px;
         text-decoration: underline;
}
.course1 .extra-info{
    color: #565656;
    text-decoration: none;
    font-size: 14px;
    display: block;
    font-family: "larsit-bold";
    text-decoration: underline;
}
.additional-resources h4{
    font-family: "larsit-bold";
    color: #363636;
    font-size: 24px;
}
.additional-resources .trainings .training1{

    text-align: center;
    margin-top: 45px;
    margin-bottom: 30px;
}
.additional-resources .trainings .training1 .divider{
    height: 1px;
    width: 100px;
    background-color: #ed2024;
    margin: auto;
    margin-top: 20px;
}

.additional-resources .trainings {
    margin: auto;
    display: table;
    border-bottom: 1px solid #CCCCCC;
}
.additional-resources .trainign2{
    border-bottom: 0;

}
.resources-section h4{
    font-family: "larsit-bold";
    color: #e5493a;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.resources-section p{
    font-family: "larsit";
    color: #363636;
}
.resources-section .resource-1{
    margin-top: 30px;

}
.resources-section .resource-desp{
    border-right: 1px solid #363636;
    padding-right: 20px;
    margin-right: 20px;
    min-height: 330px;
}
.resources-section .resource-desp.no-border-right{
    border-right: 0;
}
.about-page-about{
    background-color: #fafafa;
}
.about-page-about .table-dta td{
    width: 100%;
    display: block;
}
.about-page-about .table-dta img{
   max-width: 500px;
    margin: auto;
    display: table;
    margin-bottom: 40px;
    border: 3px solid #302e2f;
}
.about-page-about .table-dta h5{
    font-family: "larsit-bold";
    color: #363636;
    font-size: 15px;
    padding-left: 20px;
}
.about-page-about .table-dta p{
    font-family: "larsit";
    color: #000;
    font-size: 15px;
    padding-left: 20px;
}
.about-trainging-cetre p.headp{
    max-width: 500px;
    text-align: center;
    margin: auto;
    margin-top: 20px;
    font-family: "larsit";
    color: #000;
    font-size: 16px;
}
.quote-section .qoute-div{
    background-color: #fafafa;
}
.quote-section .qoute-div p{
    max-width: 700px;
    text-align: center;
    margin: auto;
    font-family: "larsit";
    color: #000;
    border: 1px solid #dbdbdb;
    padding: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    position: relative;
    font-size: 16px;
}
.quote-section .qoute-div p:before{

    position: absolute;
    content: "\f10d";
    font-family: FontAwesome;
    color: #e5493a;
    left: 30px;
    bottom: -30px;
    font-size: 40px;
}
.quote-section .qoute-div p:after{

    position: absolute;
    content: "\f10e";
    font-family: FontAwesome;
    color: #e5493a;
    right: 30px;
    top: -27px;
    font-size: 40px;
}
.testimonials-section .testimonial-1 td:first-child{
    width: 20%;
}
.testimonials-section .testimonial-1 td:nth-child(2){
    width: 80%;
}
.testimonials-section .testimonial-1 img{
    border-radius: 50%;
    width: 100px;
    height: 100px;
}
.testimonials-section .testimonial-1 h4{
    font-family: "larsit-bold";
    color: #363636;
}
.testimonials-section .testimonial-1 p{
    font-family: "larsit";
    color: #959595;
}
.testimonials-section .testimonial-1 p.course-student{
    font-family: "larsit";
    color: #cccccc;
}
.testimonials-section .testimonial-1 p.course-student span{
    font-family: "larsit-bold";
    color: #ed2024;
}
.testimonials-section .testimonial-1{
    padding-top: 30px;
    width: 100%;
}
.testimonials-section .row{
    padding-top: 30px;
}
.testimonials-section{

}
.about-contact-section{

}
.about-contact-section img{
    width: 40px;
}
.about-contact-section .divider{
    width: 100px;
    height: 1px;
    background-color: #232323;
    margin: auto;
    margin-top: 20px;
}
.about-contact-section p{
    font-family: "larsit";
    color: #232323;
    font-size: 16px;
    padding-top: 20px;
}
.about-contact-section a{
    font-family: "larsit";
    color: #232323;
    font-size: 16px;
    padding-top: 20px;
}
.about-contact-section .call-us{
    border: 1px solid #302e2f;
    width: 250px;
    height: 250px;
    padding: 30px;
    text-align: center;
    display: inline-block;
    margin-right: 20px;
    margin-top: 20px;
    vertical-align: top;
}
.about-contact-section .contact-inf{
    text-align: center;
}
.about-contact-section .redp{
    color: #302e2f;
    font-family: "larsit";
    text-align: center;
}
.contact-page-map iframe{
    width: 100%;


}
.contact-form-section h2{
    font-family: "larsit";
    color: #444349;
    margin-bottom: 20px;
}
.contact-form-section .contact-detail .address{
    border-bottom: 1px solid #9d9d9d;
    padding-bottom: 20px;
    padding-top: 20px;
}
.contact-form-section .contact-detail .label-name{
    padding-right: 30px;
    color: #444349;
    font-family: "larsit";
    font-size: 15px;
    float: left;
    display: inline-block;
    width: 26%;

}
.contact-form-section .contact-detail a{
    color: #444349;
    font-family: "larsit";
    font-size: 15px;
    text-decoration: none;
    display: block;
}
.contact-form-section .contact-detail .information{
    float: left;
    width: 74%;
}
.contact-form-section .contact-detail .social-icon a{
    display: inline-block;
    padding-right: 10px;
}
.contact-form-section .contact-detail .no-border{
    border-bottom: 0;
}
.check-programs-section .heading{
    margin-bottom: 50px;
}
.financial-assistance .finan1{
    padding: 20px;
    padding-bottom: 0;
    position: relative;
}
.financial-assistance .finan1 h4{
    font-family: "raleway-bold";
    color: #484848;
}



.financial-assistance .finan1 .beforenumber{
    position: absolute;
    color: #363636;
    border: 1px solid #ed2024;
    left: -30px;
    top: 30px;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 16px;
    font-family: "larsit";
}

.financial-assistance .finan1 p{
    font-family: "larsit";
    color: #363636;
    font-size: 16px;
}
.financial-assistance{
    background-color: #fbfbfb;
}
.financial-assistance .finan1 .divider{
    max-width: 350px;
    height: 1px;
    background-color: #d1d1d1;
    margin-top: 20px;
}
.financial-assistance a.viewbtn{
    color: #fff;
    font-family: "larsit";
    background-color: #ed2024;
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 5px;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 160px;
    text-align: center;
    text-decoration: none;

}
.financial-assistance img{
    width: 160px;
    opacity: 0.4;
}
.financial-assistance td:last-child{
    width: 30%;
}
.financial-assistance .img-side{
    width: 160px;
    float: right;
}
.dream-job-section h1{
    font-family: "raleway-bold";
    color: #221e5c;
    text-align: center;
}


.dream-job-section h1 span{
    font-family: "raleway-bold";
    color: #ed2024;

}

.dream-job-section p{
    font-family: "larsit";
    color: #221e5c;
    font-size: 16px;
    text-align: center;
}

.dream-job-section a.viewbtn{
    color: #fff;
    font-family: "larsit";
    background-color: #ed2024;
    padding: 10px 20px;
    display: table;
    margin: auto;
    font-size: 20px;
    border-radius: 5px;
    margin-top: 20px;
    text-decoration: none;

}
.dream-job-section .dream-job{
    max-width: 400px;
    padding-bottom: 50px;
    margin-left: 50px;
    font-size: 16px;
}
.dream-job-section{
    background: url("../images/Image.jpg")no-repeat;
    background-size: cover;
    background-position: center;
    /*padding-top: 50px;*/
    height: 200px;

}

.job-card{
    background-color: #f3f3f3;
    height: 100%;
    border-radius: 10px;
}
.job-card .card-head{
    background-color: #d1d1d1;
    padding: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.job-card .card-head h3{
    font-family: "raleway-bold";
    color: #282828;
    font-size: 19px;
    text-align: center;
    text-transform: uppercase;
}
.job-card .card-head p{
    font-family: "larsit";
    color: #636363;
    font-size: 16px;
    text-align: center;
}
.job-card .card-body h1{
    font-family: "work-bold";
    color: #ed2024;
    font-size: 60px;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}
.job-card .card-body h1:before{
    position: absolute;
    content: "Per Day";
    color: #636363;
    font-size: 16px;
    right: 43px;
    bottom: 10px;
    font-family: "larsit";
    width: 10px;
}
.job-card .card-body h1 span{
    font-family: "larsit";
    font-size: 40px;
}
.job-card .card-body{
    padding: 20px;

}
.job-card .card-body p{
    font-family: "larsit";
    color: #959595;
    text-align: center;
}
.job-card .job-points a:first-child{
    font-family: "larsit";
    color: #363636;
    font-size: 14px;
    text-decoration: none;
}
.job-card .job-points a:last-child{
    font-family: "larsit-bold";
    color: #363636;
    float: right;
    font-size: 14px;
    text-decoration: none;
}
.job-card .job-points{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.job-card .divider{
    width: 100%;
    height: 1px;
    background-color: #232323;
}

.job-card a.viewbtn{
    color: #fff;
    font-family: "larsit";
    background-color: #ed2024;
    padding: 10px 30px;
    display: table;
    margin: auto;
    font-size: 18px;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-decoration: none;

}
.padding-top-bottom80{
    padding-top: 80px;
    padding-bottom: 80px;
}
.course-fundings-section .forklifterimg{
    text-align: center;
    padding-top: 80px;
}
.course-fundings-section .forklifterimg img{
    border: 3px solid #ed2024;
    margin: auto;
}
.course-fund-questions{
    background-color: #fff;
}
.course-fund-questions .finaicails{
    max-width: 600px;
    margin: auto;
}
.course-fund-questions .finan1 p{
    opacity: 1;
    font-size: 16px;
}
.other-pages-banner{
    background: url("../images/other-pages-banner.jpg")no-repeat;
    background-size: cover;
    height: 400px;
    position: relative;
    background-position: center;
}
.other-pages-banner .banner-text {
    max-width: 660px;
    position: absolute;
    top: 50%;
     left: 50%;
    transform: translate(-19%, -50%);
}
.other-pages-banner .banner-text h1{
    font-family: "flexit";
    color: #fff;
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
        text-shadow: 0px 0px 8px #000;
}
.other-pages-banner .banner-text p{
    font-family: "ersmd";
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}
a.checkcoursebtn{
    background-color: #830b0d;
    font-family: "larsit-bold";
    color: #fff;
    padding: 15px;
    text-decoration: none;
    margin: auto;
    display: table;
    margin-top: 20px;
    z-index: 111;
    border-radius: 10px;

}
.modal-content {
    position: relative;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid #999;
    border: 0px solid rgba(0,0,0,.2);
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal-backdrop.in {
    filter: alpha(opacity=90);
    opacity: 1;
}
.modal-backdrop {
    background-color:#f8f8f8; transition: all .3s;
}

.modal-dialog {
    width: 100%;
    margin: auto;
}
.modal-content{
    max-width: 990px;
    margin: auto;
}

.close{
    opacity: 1;
    color: #000;
}
.modal-header{
    border-bottom: 0;
    background-color: #fff;
    padding: 20px;

}
.modal-header a.viewbtn {
    color: #fff;
    font-family: "larsit";
    background-color: #ed2024;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 0px;
    margin-left: 100px;
}
.sidebar-section .sidebar1{
    margin-top: 40px;
}
.sidebar-section h3{
    font-family: "larsit-bold";
    color: #232323;
    font-size: 20px;
    text-transform: uppercase;
}
.sidebar-section p{
    font-family: "larsit";
    color: #232323;
    font-size: 15px;
    padding-top: 10px;
}
.sidebar-section i{
    font-family: FontAwesome;
    padding-right: 5px;
    color: #232323;
}
.sidebar-section{
    height: 600px;
    background: url("../images/register-sidebar.jpg") no-repeat;
    background-size: cover;
    height: 600px;
    border-right: 1px solid #232323;
    margin-top: 180px;
}
.form-section .form h3{
    font-family: "work-bold";
    color: #232323;
    text-align: center;
}
.terms-body{
    background-color: #fff;
}
.terms-body li{
    color: #505661;
    font-family: "larsit";
    font-size: 16px;
}
.modal-term-conditions{
   display: none;
}
.modal-term-conditions h1{
    font-family: "larsit-bold";
    color: #232323;
    text-align: center;
}
.modal-term-conditions .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    max-width: 700px;
    margin-right: 15px;
    margin: auto;
}
.modal-term-conditions ol{
    padding-left: 20px;
}
.slider1{
    background-size: cover;
    position: relative;
    background-position: center;
}
.slider1ind .banner-text{
    max-width: 590px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50% ,-50%);
}
.slider2ind .banner-text{
    max-width: 700px;
    position: absolute;
    top: 17%;
    left: 23%;
}
.slider2ind .banner-text h1{
    font-size: 20px !important;
    text-align: left !important;
    line-height: 34px;
}
.slider3ind .banner-text{
    max-width: 375px;
    position: absolute;
    top: 15%;
    left: 60%;
    transform: translateX(-50%);
}
.slider1 .banner-text h1{
    font-family: "flexit";
    color: #fff;
    font-size: 52px;
    text-align: center;
    text-transform: uppercase;
}
.slider1 .banner-text p{
    font-family: "flexit";
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}
.slider1 .banner-text p span{
    color: #302e2f;
    text-transform: uppercase;
    font-size: 20px;
    background-color: #fff;
    padding: 0 10px;
}
.slider3ind .banner-text h1{
    font-family: "flexit";
    color: #333333;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
}
.slider3ind .banner-text p{
    font-family: "work-bold";
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}
.slider3ind .banner-text h1 span{
    color: #ed2024;
}
/*.custom-height{*/
    /*height: 120px;*/
    /*overflow: hidden;*/
/*}*/
#owl-carouseltestimonial.owl-carousel .owl-prev{
    position: absolute;
    left: -21px;
    top: 0;
    bottom: 0;
    margin: auto !important;
    height: 31px;
    background: none !important;
}
#owl-carouseltestimonial.owl-carousel .owl-next{
    position: absolute;
    right: -21px;
    top: 0;
    bottom: 0;
    margin: auto !important;
    height: 31px;
    background: none !important;
}
#owl-carouseltestimonial.owl-carousel .owl-next i{
    font-size: 20px;
    color: #e5493a;
}
#owl-carouseltestimonial.owl-carousel .owl-prev i{
    font-size: 20px;
    color: #e5493a;
}
.testimonial-carousel{
    margin-top: 30px;
}
#owl-carouseltestimonial.owl-carousel .owl-nav.disabled {
    display: block;
}
.owl-carousel .owl-dots{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}
#owl-carouseltestimonial.owl-theme .owl-dots {
    display: none;
}
.az-program h1 {
    color: #484848;
    font-family: "larsit-bold";
    text-align: center;
    margin-bottom: 20px;
}
.az-program h4{
    color: #302e2f !important;
}
.az-program h2 {
    color: #e5493a;
    font-family: "larsit-bold";
    margin-bottom: 20px;
}
.az-program p {

    margin-top: 0px;
    font-family: "larsit";
    color: #000;
    font-size: 16px;
}
.az-program p.colorred{
    color: #ed2024;
    font-size: 18px;
}

.az-program .highlights h4{
    font-family: "larsit-bold";
    color: #363636;

}.az-program .highlights h3{
    font-family: "larsit-bold";
    color: #363636;

}
.az-program .highlights li {


    font-family: "larsit";
    color: #363636;
    font-size: 16px;
}
.az-program a.viewbtn {
    color: #fff;
    font-family: "larsit";
    background-color: #830b0d;
    padding: 10px 45px;
    font-size: 20px;
    border-radius: 5px;
    margin: auto;
    display: table;
    margin-top: 20px;
    margin-bottom: 20px;
    text-decoration: none;
    cursor: pointer;
}




.mobile-banner img{
    width: 100%;
}



#owl-carouselbanner.owl-carousel .owl-prev{
    position: absolute;
    left: 10px;
    top: 50%;
    height: 40px;
    background: #302e2f !important;
}
#owl-carouselbanner.owl-carousel .owl-next{
    position: absolute;
    right: 10px;
    top: 50%;
    height: 40px;
    background-color: #302e2f !important;
}
#owl-carouselbanner.owl-carousel .owl-next i{
    font-size: 30px;
    color: #fff;
}
#owl-carouselbanner.owl-carousel .owl-prev i{
    font-size: 30px;
    color: #fff;
}

/*     -----------------------------   Css menu --------------------- */

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#cssmenu #menu-button {
    display: none;
}
#cssmenu {

}
#cssmenu > ul > li {
    float: left;
}
#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}
#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}
#cssmenu.align-center ul ul {
    text-align: left;
}
#cssmenu.align-right > ul > li {
    float: right;
}
#cssmenu > ul > li > a {
    font-family: "larsit";
    padding: 33px 15px;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-decoration: none;
    color: #302e2f;
    font-weight: 400;
}
#cssmenu > ul > li:hover > a {
    color: #302e2f;
}
#cssmenu > ul > li.has-sub > a {
    padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
    position: absolute;
    top: 40px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #fff;
    content: '';
}
#cssmenu > ul > li.has-sub > a:before {
    position: absolute;
    top: 37px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #fff;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
    top: 23px;
    height: 0;
}
#cssmenu ul ul {
    position: absolute;
    left: -9999px;
}
#cssmenu.align-right ul ul {
    text-align: right;
}
#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#cssmenu li:hover > ul {
    left: auto;
    z-index: 11111;
}
#cssmenu.align-right li:hover > ul {
    left: auto;
    right: 0;
}
#cssmenu li:hover > ul > li {
    height: 35px;
}
#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}
#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}
#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(255,255,255,0.9);
    padding: 16px 15px;
    width: 300px;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    background: #302e2f;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
    border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
    color: #ffffff;
}
#cssmenu ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #fff;
    content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
    right: auto;
    left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #fff;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
    right: auto;
    left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0;
}
#cssmenu ul{
    display: inline-block;
    
}
#cssmenu ul.mainul{
   padding-left: 20px; 
}
#cssmenu ul ul li a.firstdrop{
    width: 205px;
}
#cssmenu ul li.dividerheight{
    height: 12px !important;
}
.owl-theme .owl-nav {
    margin-top: 0px;
}
.truck-red-wala-DZpage{
    float: right;
  padding-left: 20px;
}
.logbook-part .log-book-img{
    margin-top: 43px;
   width:100%;
   padding-right:40px;
}
.logbook-part td{
    width:50%;
}
.dz-page-banner{
    background: url("../images/dz-truck-banner.jpg") no-repeat;
}
.getting-started-page .getting-started-steps{
    padding-bottom: 20px;
}
.getting-started-page .getting-started-steps h3{
    font-family: "larsit-bold";
    color: #fff;
    background-color: #302e2f;
    padding: 8px 10px;
    display: table-cell;
}
.getting-started-page .getting-started-steps p{
    margin-top: 20px;
    font-family: "larsit";
    color: #000;
    font-size: 16px;
    padding-left: 0;
}
.getting-started-page .getting-started-steps a{
    font-size: 16px;
    font-weight: 600;
    padding-left: 0;
    color: #484848;
    text-decoration: underline;
    cursor: pointer;
}
.az-refresher-tractor h4{
    text-align: center;
    color: #302e2f !important;
}
.faq-question-main{
    padding-top: 40px;
}
.faq-question-main .question1{
    margin-bottom: 20px;
}
.faq-question-main .question1 .que{
    background-color: #ed2024;
    padding: 10px;
}
.faq-question-main .question1 .que h3{
    color: #fff;
    margin: 0;
    position: relative;
    cursor: pointer;
    font-size:20px;
    padding-right: 30px;
}
.faq-question-main .question1 .que h3:before{
    position: absolute;
    content: url("../images/angle-arrow-down.png");
    width: 20px;
    right: 10px;
    top: 0;
}
.faq-question-main .question1 .ans{
    background-color: #f2f2f2;
    padding: 10px;
}