body{
    font-family: 'Raleway', sans-serif;
    overflow-X: hidden
} 
/***************** ZOL *****************/

.btn-hero-zero {
    border-width: 2px;
    border-color: #0d6efd;
    border-radius: 9px;
    padding: 10px;
    padding: 7px 10px;
    background: #ffffff00;
    color: #fff;
    /* font-weight: bold; */
}

.container{
    padding-top: 30px;
    padding-bottom: 0px
}

.container20{
    padding-top: 20px;
    padding-bottom: 20px
}
.container2{
    padding-top: 0px;
    padding-bottom: 0px
}
.container1{
    padding-top: 0px;
    background: #f9e4e7;
    padding-bottom: 0px;
        background-image: linear-gradient(173deg, #2f2f2f, #535353);
        /* background: transparent !important; */
        background: #000 !important;
        display: fixed;
        /* position: fixed; */
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100px;
        z-index: 1000;
        color: #fff;
    

}
h2{
    color: #2b8a4c;
}

.btn {
    background-color: #92192C;
    color: #fff;
    width: 135px;
    height: 50px;
    line-height: 15px;
    font-size: 16px;
    font-weight: 500;
}
.btn:active{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.btn:hover{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    filter: brightness(80%);
}
.btn-success {
    color: #fff;
    background-color: #2e8b57!important;
    border-color: #2a8050!important;
    width: 100%;
    height: 50px;
    line-height: 15px;
    font-size: 16px;
    font-weight: 500;
}
.save .btn{
    padding: 15px 14px;

}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
}
p{
    font-family: 'Source Sans Pro', sans-serif;
    color: #000;
    line-height: 25px;
    font-size: 16px;
}
h2{
    font-size: 30px;
}
@media(max-width:420px){
    h2{
        font-size: 27px;
    }
}
/**************** nav ********************/

.navbar {
    margin-bottom: 0;
    height: 0;
    position: absolute;
    top: 0;
    z-index: 222;
    width: 100%
}
.navbar .container {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-default {
    background: none;
    border: none;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus{
    background: none;
    color: #fff
}
.navbar-default .navbar-nav > li > a{
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 10px;
}
.navbar-default .navbar-nav .btn.one{
    background-color: #2b8a4c;
    color: #fff
}
.navbar-default .navbar-nav .btn.one:hover,
.navbar-default .navbar-nav .btn.one:focus{
    background-color: #2b8a4c;
    color: #fff
}
.navbar-default .navbar-nav .btn.two{
    background-color: #fff;
    color: #2b8a4c;
}
.navbar-default .navbar-nav .btn.two:hover,
.navbar-default .navbar-nav .btn.two:focus{
    background-color: #fff;
    color: #2b8a4c
}
.navbar-default .navbar-nav > li > a.lang{
    border-bottom: 2px solid #fff;
    padding: 10px 0 5px 0!important;
    font-family: 'DroidArabicKufiRegular';
}
.navbar-default .navbar-nav:first-of-type > li > a{
    margin: 0 -1px
}
.navbar-nav{
    padding-top: 13px
}
.navbar-default .navbar-toggle{
    border-color: #fff;
    z-index: 5555;
    margin-top: 21px
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover{
    background:none
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav > li {
        padding-left: 20px;
        line-height: 50px;
        text-align: center;
    }
    .navbar-default .navbar-nav > li a{
        line-height: 75px;
        margin-left: 0
    }
    .navbar-default .navbar-nav > li:not(:last-of-type) {
        margin-right: 0;
    }

    .navbar-default .navbar-nav .btn:hover,
    .navbar-default .navbar-nav .btn{
        background:none;
        color: #fff
    }
    .navbar-default .navbar-nav .btn:hover{
        color: #000002
    }
    .navbar-nav {
        margin-bottom: 0;
        margin-top: 0;
    }

    .navbar-collapse {
        margin-top: 13px;
        background-color:#2b8a4c ;
        margin-top: 0;
        border: none;
        margin-right: 0;
        min-width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        z-index: 2
    }
    .navbar-collapse ul{
        padding-top: 0
    }
    .navbar-default .navbar-nav > li{
        padding-left: 0
    }
    .navbar-default .navbar-nav .btn.one,
    .navbar-default .navbar-nav .btn.two,
    .navbar-default .navbar-nav .btn.one:hover,
    .navbar-default .navbar-nav .btn.two:hover,
    .navbar-default .navbar-nav .btn.one:focus,
    .navbar-default .navbar-nav .btn.two:focus{
        background: none;
        color: #fff
    }
}
@media (min-width: 768px){
    .navbar-nav:nth-of-type(2) {
        float: right;
    }
}


/**************** nav image ********************/

.dropdown:hover .dropdown-menu{
    display: block
}
.dropdown-menu{
    padding: 0;
    border: 2px solid #e3dede
}
.dropdown-menu li a{
    line-height: 30px;
    border: 2px solid #fff
}
.dropdown-menu li a:hover{
    background: none;
    border: 2px solid #1370d7
}
.dropdown-menu li{
    border-bottom: 1px solid #e3dede;
    line-height: 20px;
}
.navbar-nav:last-of-type .dropdown-menu li a{
    padding-left: 15px
}
.dropdown img{
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    margin-left: 50px;
}
.dropdown i{
    font-size: 25px;
    margin-left: 5px
}

/***************** header *****************/
header{
    background: url(../images/header_secondary.jpg) ;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    position: relative;
    height: 280px;
    width : 1350px
}

header video{
    background: url(../img/video-overlay.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transform: translateX(50%) translateY(50%);
    -moz-transform: translateX(50%) translateY(50%);
    transform: translateX(50%) translateY(50%);
    position: absolute;
    bottom: 50%;
    right: 50%;
    overflow: hidden;
    min-height: 100%;
    min-width: 100%;
    width: auto;
    margin: 0 auto;
}


header img{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transform: translateX(50%) translateY(50%);
    -moz-transform: translateX(50%) translateY(50%);
    transform: translateX(50%) translateY(50%);
    position: absolute;
    bottom: 50%;
    right: 50%;
    overflow: hidden;
    min-height: 100%;
    min-width: 100%;
    width: auto;
    margin: 0 auto;
}

header .overlay{
    background-color: rgba(0,0,0,.3) !important;
    background-image: url(../img/video-overlay.png);
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
}

header .content{
    position: relative;
    top: 30%;
    padding: 21px 0 15px 0;
    z-index: 2;
    padding-left: 10px;
    padding-right: 10px
}
header .content h1{
    color: #fff;
    letter-spacing: .05em;
    line-height: 1.5em;
    font-size: 45px;
    font-weight: 600;
}
header .content p{
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 34px;
    line-height: 1.7em;
    margin-top: 0;
    letter-spacing: 0.05em;
}
header .form-control[type="email"]{
    color: #434343;
    font-size: 16px;
    height: 52px;
    padding: 0 15px;
    width: 70%;
    display: inline-block;
    border-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border-color: #2b8a4c;
    float: left
}
header .form-control[type="email"]:focus{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}
header .form-control[type="submit"]{
    border: none;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: 700;
    height: 49.88px;
    padding: 0 40px;
    text-transform: uppercase;
    background: #2b8a4c !important;
    border-radius: 0;
    width: 30%;
    display: inline-block;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-box-shadow: 0 2px 0 0 #2b8a4c;
    -moz-box-shadow: 0 2px 0 0 #2b8a4c;
    -o-box-shadow: 0 2px 0 0 #2b8a4c;
    box-shadow: 0 2px 0 0 #2b8a4c;
    float: left
}
header .form-control[type="submit"]:hover{
    background-color: #2b8a4c !important;
    -webkit-box-shadow: 0 2px 0 0 #2b8a4c;
    -moz-box-shadow: 0 2px 0 0 #2b8a4c;
    -o-box-shadow: 0 2px 0 0 #2b8a4c;
    box-shadow: 0 2px 0 0 #2b8a4c;
    color: #fff
}
@media (min-width: 480px) and (max-width: 767px) {
    header .container {
        width: 480px;
    }
}

@media(max-width:991px){
    header .content h1{
        font-size: 35px;
    }
}
@media(max-width:767px){

    header .form-control[type="submit"],
    header .form-control[type="email"] {
        float: none;
        width: 100%;
        margin-bottom: 15px
    }
    header .content{
        top: 10%
    }
    header video{
        display: none
    }
}
@media (max-width:500px){
    header .content h1{
        font-size: 30px
    }
}
@media (max-width:431px){
    header .content h1{
        font-size: 26px
    }
}
@media (max-width:634px){
    header .content{
        top: 10%
    }
}
/***************** star *****************/
.star {
    background-color: #f2f1f1;
    overflow: hidden
}
.star > .container{
    padding-bottom: 0
}
.star .star-info{
    padding-top: 10px;
    padding-bottom: 10px
}

.star h2{
    line-height: 54px
}
.star .line{
    width: 70px;
    height: 2px;
    background-color: #2b8a4c;
    display: block;
    margin-top: 10px;
    margin-bottom: 30px;
}
.star p{
    letter-spacing: 0.5px
}
.star .img-usp{
    height: 350px
}
.star .img-usp img{
    height: 100%
}
.star .col-md-6{
    padding-top: 50px;
    padding-bottom: 50px
}
@media (max-width: 767px){
    .star{
        text-align: center
    }
    .star .star-info{
        padding-left: 15px;
        padding-right: 15px
    }
    .star .line{
        margin-left: auto;
        margin-right: auto
    }
}
/***************** usp *****************/
.usp{
    background-color: #176733;
    overflow: hidden
}
.usp > .container{
    padding-top: 0;
    padding-bottom: 0
}
.usp .usp-info{
    padding-top: 10px;
    padding-bottom: 10px
}
.usp h2{
    line-height: 54px
}
.usp h2, .usp p{
    color: #fff
}
.usp p{
    letter-spacing: 0.5px
}
.usp .line{
    width: 70px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin-top: 10px;
    margin-bottom: 30px;
}
.usp .img-usp{
    height: 350px
}
.usp .img-usp img{
    height: 100%
}
.usp .col-md-6{
    padding-top: 50px;
    padding-bottom: 50px
}
@media (max-width: 767px){
    .usp{
        text-align: center
    }
    .usp .usp-info{
        padding-left: 15px;
        padding-right: 15px
    }
    .usp .line{
        margin-left: auto;
        margin-right: auto
    }
}
/***************** how it works *****************/
.how{
    overflow: hidden
}
.card{
    -webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 3px 4px 0 rgba(0,0,0,.3);
    -o-box-shadow: 0 3px 4px 0 rgba(0,0,0,.3);
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.3);
    padding: 40px 0 0;
    background-color: #fbfbfb;
    margin-bottom: 30px
}
.how .line{
    width: 70px;
    height: 2px;
    background-color: #0b1bfa;
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px
}
.card h1{
    font-size: 52px;
    color: #0b1bfa;
}
.card h3{
    font-size: 25px;
    letter-spacing: 0.07em;
    font-weight: 600;
    color: #0b1bfa;
}
.card .info{
    padding: 40px 0 0
}
.card .info p{
    margin-bottom: 20px;
    padding: 0 30px;
    font-size: 13px;
    letter-spacing: .05em;
    line-height: 2.3;
}
.card img{
    width: 100%
}
@media (min-width: 480px) and (max-width: 767px) {
    .how .container {
        width: 480px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .how .col-md-4:last-of-type{
        margin-left: 25%
    }
}
/***************** services *****************/
.ser{
    overflow: hidden;
    background-color: #fbfbfb;
}
.ser .container{
    padding-bottom: 100px
}
.ser .line{
    width: 70px;
    height: 2px;
    background-color: #2b8a4c;
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px
}
.single-ser{
    position: relative;
    padding-bottom: 50px;
}
.ser .col-sm-3{
    padding: 5px
}
.single-ser img{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.single-ser .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.single-ser .overlay p{
    position: absolute;
    top: 40%;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 16px
}
.single-ser:hover .overlay{
    background-color: rgba(0,0,0,0);
}
/***************** contact *****************/





/***************** start Zol school *****************/
.contactx .social{
    margin-top: 20px
}
.contactx .social a i{
    margin-right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
}
.contactx .social a i:hover{
    background-color: #fff;
    color: #ffcc14
}
.contactx li{
    margin-bottom: 12px
}
.contactx p, .contactx a{
    color: #fff;
    
}

/******************************/
.contact{
    background-color: #92192C;
}  
.contact3{
    background-color: #c3c3c3;
}
.contact h3, .contact p, .contact a{
    color: #fff;
 }




.contact .line {
    width: 70px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin-top: 10px;
    margin-bottom: 30px
}
.contact ul{
    padding: 0
}
.contact li{
    margin-bottom: 15px
}
.contact .search{
    border: 2px solid #fff;
    display: inline-block;
    padding: 10px;
    width: 95%;
    margin-top: 30px;
    margin-bottom: 30px
}
.contact .form-control{
    height: 51px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.contact .form-control[type="submit"]{
    background-color: #2b8a4c;
    color: #fff
}
.contact .search > div{
    padding: 0
}
.contact .social{
    margin-top: 20px
}
.contact .social a i{
    margin-right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
}
.contact .social a i:hover{
    background-color: #fff;
    color: #2b8a4c
}
.contact .form-control:focus{
    border-color: #2b8a4c;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    outline: none
}
@media(max-width:767px){
    .contact{
        text-align: center
    }
    .contact .col-md-2{
        margin-top: 30px;
        margin-bottom: 30px
    }
}
@media (max-width:358px){
    .contact h3{
        font-size: 21px
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .contact .container {
        width: 480px;
    }
}
@media (max-width: 767px) {
    .contact .line {
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width:991px){
    .contact .form-control[type="email"]{
        margin-bottom: 10px
    }
}
/***************** footer ********** zol *******/

footer{
   background-color: #c7c7c7 ;
	color: #000000
}
footer .container{
    padding-top: 10px;
    padding-bottom: 10px
}
/***************** ZOL *****************/
footer p{
    color: #92192C;
    margin-top: 13px;
    letter-spacing: 0.5px
}

footer ul{
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
	
    padding: 0
}
footer li{
    margin-top: 15px;color: #000;
}
@media(max-width:767px){
    footer{
        text-align: center
    }
    footer p{
        margin-bottom: 15px
    }

    footer a{
        margin-bottom: 30px;
        float: none
    }
    footer ul{
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        -o-justify-content: space-around;
        justify-content: space-around;
    }
}

@media (min-width: 498px) and (max-width: 767px) {
    footer .container {
        width: 480px;
    }
}


.sp_dept {
    padding-top: 20px;
}
.sp_dept p{
     color: #0b1bfa;
}

/***************** something *****************/
.something{
    overflow: hidden
}
.something .container{
    padding-bottom: 0
}
.something  h2{
    text-align: center
}
.something .line{
    width: 70px;
    height: 2px;
    background-color: #2b8a4c;
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px
}
.something .col-sm-3{
    padding: 8px
}
.something .item{
    border-radius: 5px;
    border: 1px solid #eee;
    overflow: hidden;
    margin-bottom: 30px
}
.something .single{
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: -1
}
.something .single img{
    width: 100%;
}
.something .overlay{
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center
}
.something .item:hover .overlay{
    background-color: rgba(0,0,0,0.3)
}
.something .single-info{
    padding: 5px 16px 10px;
    width: 100%;
    z-index: 2;
    border-top: 1px solid #eee;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #fff
}
.something h4{
    color: #2b8a4c;
    font-weight: 700;
    font-size: 16px;
}
.something h5{
    color: #787880
}
.something .single-info .btn{
    width: 100%;
    background: #2b8a4c;
    color: #fff;
    font-weight: 500;
    padding: 10px 0;
    margin-top: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.something .single-info .btn:focus{
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.something a:hover,
.something a:focus{
    text-decoration: none
}
.something hr{
    border-top: 5px solid #2b8a4c ;
    margin-top: 60px;
    margin-bottom: 0
}
@media(min-width:991px){
    .something .item{
        height: 260px
    }
    .something .item:hover .single{
        margin-top: -30px
    }
    .something .item:hover .single-info{
        margin-top: -20px;
        padding-bottom: 40px;
    }
    .something .item:hover .btn{
        margin-top: 0
    }
}
@media only screen and (max-width: 1199px) and (min-width: 991px){
    .something .item{
        height: 230px;
    }
}
@media only screen and (max-width: 991px) and (min-width: 767px){
    .something .item{
        height: 250px;
    }
}
@media (max-width:768px) {
    .something .col-sm-3{
        padding: 8px
    }
    .something .single-info .btn{
        margin-bottom: 15px
    }
}


/***************** All Services *****************/
.ser .container{
    padding-top: 30px
}
.ser h2{
    margin-top: 0;
    margin-bottom: 25px;
    margin-left: 14px;
}
.ser .line{
    width: 70px;
    height: 2px;
    background-color: #2b8a4c;
    display: block;
    margin-top: 10px;
    margin-bottom: 30px;
    margin-left: 14px;
}
.ser ul {
    margin:0
}
.ser ul li a{
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
    color: #787880;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.ser ul li a:hover{
    text-decoration: none;
    color: #2b8a4c
}
.ser ul li a:focus{
    text-decoration: none;
}
@media (min-width: 480px) and (max-width: 767px) {
    .ser .container {
        width: 480px;
    }
}

/***************** header page *****************/
header.page {
    background: url(../img/slider1.jpg) fixed no-repeat  center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    position: relative;
    height: 210px;
    display: block
}
header.page .overlay{
    background-color: rgba(0,0,0,.3) !important;
    background-image: url(../img/video-overlay.png);
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
}
header.page h1{
    color: #fff;
    font-size: 40px;
    letter-spacing: .05em;
    line-height: 1.5em;
    font-weight: 600;
    margin-top: 70px
}
@media(max-width:767px){
    header.page h1{
        font-size: 30px;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    header.page .container {
        width: 480px;
    }
}
@media (max-width:431px){
    header.page  h1{
        font-size: 26px
    }
}

/***************** Subscribe *****************/
.subscribe{
    background-color: #ececec
}
.subscribe .line{
    width: 70px;
    height: 2px;
    background-color: #2b8a4c;
    display: block;
    margin-top: 10px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}
.subscribe .form-control[type="email"]{
    color: #434343;
    font-size: 16px;
    height: 52px;
    padding: 0 15px;
    width: 50%;
    display: inline-block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border-color: #2b8a4c;
    float: left
}
.subscribe .form-control[type="email"]:focus{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}
.subscribe .form-control[type="submit"]{
    border: none;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: 700;
    height: 49.88px;
    padding: 0 40px;
    text-transform: uppercase;
    background: #2b8a4c !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 50%;
    display: inline-block;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-box-shadow: 0 2px 0 0 #2b8a4c;
    -moz-box-shadow: 0 2px 0 0 #2b8a4c;
    -o-box-shadow: 0 2px 0 0 #2b8a4c;
    box-shadow: 0 2px 0 0 #2b8a4c;
    float: left
}
.subscribe .form-control[type="submit"]:hover{
    background-color: #2b8a4c !important;
    -webkit-box-shadow: 0 2px 0 0 #2b8a4c;
    -moz-box-shadow: 0 2px 0 0 #2b8a4c;
    -o-box-shadow: 0 2px 0 0 #2b8a4c;
    box-shadow: 0 2px 0 0 #2b8a4c;
    color: #fff
}
@media (min-width: 480px) and (max-width: 767px) {
    .subscribe .container {
        width: 480px;
    }
}
@media (max-width: 767px) {
    .subscribe .form-control[type="submit"],
    .subscribe .form-control[type="email"] {
        float: none;
        width: 100%;
        margin-bottom: 15px
    }
}


/********************* Location *********************/
.location{
    border-bottom: 1px solid #dce0e6;
    padding-top: 55px;
}
.location .container{
    padding-bottom: 30px;
    padding-top: 30px;
}
.location .form-control{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #dce0e6;
    height: 50px;
    cursor: context-menu;
    color: #242a30;
    box-shadow: none
}
.location .form-control:focus{
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border-color: #337ab7
}
@media (min-width: 480px) and (max-width: 767px) {
    .location .container {
        width: 480px;
    }
}

@media (max-width: 767px){
    .location .form-control{
        margin-bottom: 20px
    }
}

/********************* options *********************/
.options{
    background-color: #f9fafb;
    padding-top: 50px;
}
.options .col-md-9,
.options .col-md-3{
    padding-left: 10px;
    padding-right: 10px;
}
/********************* Aside *********************/
aside h4{
    margin-bottom: 20px;
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
    color: #2b8a4c;
    font-weight: 500
}
aside hr{
    margin-bottom: 30px;

}
.vehicl{
    border: 1px solid #dce0e6;
    padding: 20px 0 0 38px;
    margin-bottom: 50px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #fff
}
.vehicl2{
    border: 2px solid #dce0e6;
    padding: 20px;
    margin-bottom: 50px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #f9e4e7
}
.vehicl3{
    border: 2px solid #dce0e6;
    padding: 20px;
    margin-bottom: 50px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #92192C;
 	
}
.vehicl4{
    border: 2px solid #dce0e6;
    padding: 20px;
    margin-bottom: 50px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    color:white;
    background-color: #000;
 	
}
input[type=radio]{
    visibility: hidden;
    position: absolute;
}
aside label{
    cursor: pointer;
    font-weight: normal;
    position: relative;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
    padding-right: 10px;
}
aside label:before{
    position: absolute;
    left: -30px;
}
.vehicle div{
    height: 25px;
    margin-bottom: 10px
}
input[type=radio] + label:before{
    height:15px;
    width:15px;
    margin-right: 2px;
    content: " ";
    display:inline-block;
    vertical-align: baseline;
    border:1px solid #86919d;
    cursor: pointer;
    margin-right: 10px;
}
input[type=radio]:checked + label:before{
    background: url("../images/radio-1.png") center center no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    border: 2px solid #92192C;
    width: 16px;
    height: 16px;
}

input[type=radio] + label:before{
    border-radius:50%;
}
aside > div:nth-of-type(2){
    border: 1px solid #dce0e6;
    padding: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #fff
}
aside .how ul li span{
    width: 20px;
    height: 20px;
    border: 1px solid #86919d;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 17px;
    margin-right: 10px;
    margin-bottom: 15px;
    color: #86919d
}
aside > div:nth-of-type(2) p{
    font-size: 13px;
    letter-spacing: .05em;
    line-height: 1.8;
}
aside > div:nth-of-type(2) a{
    color: #337ab7;
}
aside > div:nth-of-type(2) a:hover,
aside > div:nth-of-type(2) a:focus{
    color: #2b8a4c;
    text-decoration: none
}

/********************* taskers *********************/
.single-tasker li {
    display: inline-block;
    padding-left: 10px;

}
ul.list-meta {
    padding-left: 0px;
    font-size: 13px;
    list-style: none;
}
.task .assign{
    padding: 20px;
    background: #f9e4e7;
    border: 2px solid #dce0e6;
    margin-bottom: 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}
.task .assign p{
    display: inline-block
}
.task .assign a{
    font-weight: bold
}
.tasker-num{
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}
.tasker-num select{
    max-width: 250px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #dce0e6;
    padding: 0 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    font-weight: 600
}
.tasker-num select option{
    outline: 0;
    font-weight: 600
}
.tasker-num h3{
    line-height: 0;
}
.task select:focus{
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border-color: #337ab7
}
.single-tasker{
    padding: 20px;
    border: 1px solid #dce0e6;
    background: #fff;
    display: flex;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.tasker-img{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    color: #2b8a4c;
    flex: 0 0.09 auto;
}
.tasker-img img{
    margin-bottom: 20px;
    width: 114px;
    height: 164px
}
.tasker-img span{
    color: #337ab7;
    cursor: pointer
}
.tasker-info {
    padding: 0 1rem 0 2rem;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -o-flex: 1 1 auto;
    flex: 1 1 auto;
}
.tasker-info h3{
    margin-top: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 12px
}
.tasker-info h4, .tasker-info h5{
    font-weight: 500;
    font-size: 17px;
    color: #5d5e64;
    font-family: 'Source Sans Pro', sans-serif;
}
.tasker-info p{
    margin-top: 20px;
    font-size: 13.5px;
    line-height: 1.5;
    color: #292929;
}
.input-lg{
    font-size: 16px!important;
}
.single-tasker .select{
    flex: .15 0 auto;
    text-align: center
}
.single-tasker .select span{
    display: block;
    text-align: right;
    margin-bottom: 20px;
    font-weight: 500;
    color: #a49c9c
}
.single-tasker .select .h1{
    color: #2b8a4c;
}
.single-tasker .select .btn{
    width: 100%;
    background-color: #24657d;
    color: #fff;
    padding: 16px 8px;
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 15px;
}
.single-tasker .select .btn:focus{
    outline: none
}
@media(max-width:767px){
    .tasker-img{
        -webkit-flex: 1 0;
        -moz-flex: 1 0;
        -o-flex: 1 0;
        flex: 1 0;
    }
    .tasker-info{
        -webkit-flex: 4 ;
        -moz-flex: 4 ;
        -o-flex: 4 ;
        flex: 4 ;
    }
    .single-tasker{
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px 0 0 0
    }
    .single-tasker .select.one{
        display: flex !important;
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -o-flex-direction: row-reverse;
        flex-direction: row-reverse;
        width: 100%;
        background-color: #f9fafb;
        border-top: 1px solid #dce0e6;

    }
    .single-tasker .select.one .btn{
        -webkit-flex: 1 1;
        -moz-flex: 1 1;
        -o-flex: 1 1;
        flex: 1 1;
        margin-bottom: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }
    .single-tasker .select.one p{
        -webkit-flex: 1 0 0;
        -moz-flex: 1 0 0;
        -o-flex: 1 0 0;
        flex: 1 0 0;
        padding-left: 20px;
        padding-top: 10px;
        text-align: left
    }
}


.brd--v, .brd--v-imp {
    border-color: #eaeaea;
    border-style: solid;
    border-width: 1px 0;
}
.container-fluid:after, .container-fluid:before {
    content: " ";
    display: table;
}
.brd--e, .brd--e-imp {
    border: solid #eaeaea;
    border-width: 0 0 0 1px;
}
.pdn--at, .portfolio-grid .caption .postcard__title {
    padding: 7px;
}

.clr-gray-darker {
    color: #404040;
}
.skills {
    background: #e0e0e0;
    margin-right: 15px;
    color: #000;
    margin-left: 30px;
    font-size: 14px;
    padding: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.05s ease;
    -moz-transition: all 0.05s ease;
    -o-transition: all 0.05s ease;
    transition: all 0.05s ease;
    cursor: default;
}

.row-border {
    border: solid #eaeaea;
    border-width: 1px 0px 1px 0px;
}

.profile-info {
    padding-top: 50px;
    background: #f9f9f9;
}

select.input-lg {
    height: 46px;
    line-height: 0px;
    padding: 5px 10px;
}
.display-none {
    display: none;
}
select.form-control {
    padding: 0px 12px;
}

.alert>p, .alert>ul {
    margin-bottom: 0;
}

.pdn-s {
    padding-top: 10px;
    padding-bottom: 10px;
}
.pdn-s li {
    padding-bottom: 5px;
    padding-top: 5px;
    display: list-item;
}

.status {
    background: #3f51b5;
    margin-right: 15px;
    color: #fff;
    margin-left: 10px;
    font-size: 11px;
    padding: 4px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.05s ease;
    -moz-transition: all 0.05s ease;
    -o-transition: all 0.05s ease;
    transition: all 0.05s ease;
    cursor: default;
}

.input-group-addon:last-child {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #bdb0b0;
    border-right: 0;
}