/*
    Header
*/
.dropdown:hover>.dropdown-menu {
    display: block;
}
#nav .dropdown-menu{
    left: auto;
    right: 0;
}

#nav .dropdown-menu li{
    float: none;
    display: block;
    text-align: right;
    padding: 0;
}

#nav .dropdown-menu li a{
    padding: 15px ;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    margin: 0;
}

#nav .dropdown-menu li a:hover{
    background-color: #045284;
    color: #fff !important;
}

#nav li.current-menu-parent > a{
    background-color: #0681D1;
    color: #fff !important;
}

#nav li.current-menu-parent ul li.current_page_item a{
    background-color: #EDA100;
    color: #fff !important;
    border-radius: 0;
}


.slider_area .bg-color{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
}
.slider_area .videoWrapper video{
    width: 100%;
    height: 100vh;
    object-fit: fill;
}

.slider_area .slide_text .cd-intro{
    position: absolute;
    right: 10%;
}

/*
    Single
*/

#single{
    padding: 30px 0;
    margin: 20px 0;
}

#single .post-wrapper{
    background: #fff;
    border: 1px solid #eee;
}

#single .post-wrapper .post-title{
    text-align: right;
    padding: 0 10px;
    margin-bottom: 15px;
}

#single .post-wrapper .post-title h1{
    font-size: 23px;
    color: #000;
    font-weight: bold;
    margin: 0;
}

#single .post-wrapper .post-content{
    padding: 0 10px;
}

#single .post-wrapper .post-content {
    font-size: 15px;
    padding-bottom: 20px;
}

#single .post-wrapper .post-content p{
    font-size: 15px;
    line-height: 30px;
    color: #666;
    text-align: justify;
}

#single .post-img{
    margin-bottom: 20px;
}

#single .post-img img{
    width: 100%;
    max-height: 400px;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#single .sidebar{

}

#single .sidebar .block{
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #eee;
}

#single .sidebar .block .block-title{
    text-align: center;
    padding: 15px;
    background-color: #EDA000;
    margin-bottom: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#single .sidebar .block .block-title h3{
    color: #fff;
    font-size: 17px;
}


#single .sidebar .block .related .item{
    margin-bottom: 10px;
    padding: 5px;
    display: flex;
    align-items: center;
}

#single .sidebar .block .related .item .post-related-title{
    text-align: right;
}

#single .sidebar .block .related .item .post-related-title a{
    color: #000;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}


#single .sidebar .block .related .item:hover .post-related-title a{
    color: #E1252D;
}

#single .share{
    text-align: center;
    padding-bottom: 15px;
}

#single .share h4{
    margin-bottom: 10px;
}


/*
    Project
*/

#ourprject .more-link{
    color: #E1252D;
    margin: 0 10px ;
    font-weight: bold;
}

#ourprject .single_items img{
    height:270px;
}


/*
    Page
*/

#page{
    padding: 30px 0;
    margin: 20px 0;
}

#page .page-wrapper{
    background: #fff;
    border: 1px solid #eee;
    padding: 20px;
}

#page .page-wrapper p{
    font-size: 15px;
    line-height: 30px;
    color: #666;
    text-align: justify;
}

#page .share{
    text-align: center;
}

#page .share h4{
    margin-bottom: 10px;
}

/*
    Number
*/

#numbers{
    padding: 50px 0;
    background: url(../images/numbers-bg.png) center center/100% no-repeat #252525;
    text-align: center;
    background-size: cover;
}

#numbers .num-block{
    padding: 10px 0;
}

#numbers .num-block span{
    font-weight: bold;
    color: #eb9e00;
    font-size: 30px;
    display: block;
    margin-bottom: 5px;
}

#numbers .num-block .title{
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

#numbers .numbers-title{
    color: #fff;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 20px;
}

/*
    Loader
*/

#loading{
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    background-color: #fff;
}

#loading div{
    position: absolute;
    transform: translate(-50%,-50%);
}

#loading div.loader-img{
    left: 50%;
    top: 45%;
}

#loading div.loader-logo{
    left: 50%;
    top: 60%;
}

/*
    Archive Page
*/
#archive .pagination{
    background-color: #fff;
    direction: rtl;
}

#archive .pagination a{
    background: #fff;
    color: #666;
    padding: 3px 10px;
    transition: .3s all;

}

#archive .pagination span.current{
    background: #C31F2A;
    color: #fff;
    padding: 5px 10px;
}

#archive .pagination a:hover{
    background: #EC9F00;
    color: #fff;
}


/*
    Home Page
*/

#about .embed-responsive-16by9{
    padding-bottom: 57.25%;
}



/*
    Media
*/

@media screen and (max-width: 1199px){

    #about .video-col{
        padding: 0;
    }

    #about .about-video img{
        right: 7px;
        width: auto;
    }

    #about .about-video iframe{
        width: 95%;
        height: 95%;
        margin: 11px 2px 0;
    }

    #about .about-video .embed-responsive-16by9{
        padding-bottom: 62.25%;
        position: static;
    }

    .box-tools h2{font-size: 20px}

}

@media screen and (max-width: 1170px){
    .slider_area .slide_text .cd-intro{top:20% }
}

@media screen and (max-width: 991px){
    header .logo{
        max-width: 270px;
        padding: 0;
        margin-top: 6px;
    }

    #nav > li a{
        padding: 8px 12px;
        margin-right: 0;
    }

    #about .about-video{
        display: none;
    }

    #about h1{text-align: center}

    .slider_area .slide_text .cd-intro{
        top: 30%;
    }

    #single .sidebar{
        display: none;
    }
}

@media screen and (max-width: 767px){
    .slide_text h1{font-size:25px}
    .expo{font-size: 20px}
    header .navbar-header{
        float: none !important;
    }

    header .logo{float:left}

    .navbar-default .navbar-toggle{
        border: none;
        background-color: #EC9F00;
        margin-top: 13px;
    }

    .navbar-default .navbar-toggle .icon-bar{background-color: #fff}

    #nav{
        float: right;
        list-style: none;
        width: 200px;
    }

    #nav li{float: none}

    .navbar-default .navbar-collapse, .navbar-default .navbar-form{border: none;}

    #numbers .num-block .title{font-weight: normal;font-size: 16px}
    #numbers .num-block span{font-size:20px}

    .box-tools h2{font-size: 16px}
}

@media screen and (max-width: 480px){
    .slider_area .slide_text .cd-intro{
        top: 10%;
    }
}

@media screen and (max-width: 450px){
    #numbers .num-block .title{font-weight: normal;font-size: 12px}
}

@media screen and (max-width: 400px){
    #service h2{
        font-size: 18px;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 375px){
    .slider_area .slide_text .cd-intro{
        right: 5%;
    }
    .slide_text h1{
        font-size: 20px;
    }

    header .logo{
        max-width: 230px;
    }
}


/*
    Contact Section
*/

#contact .info{
    margin: 10px 0;
}

#contact .info p{
    padding-left: 0;
}

#contact .info p span{
    color: #fff;
}

#contact .info p .fa{
    font-size: 16px;
}

#contact .widget-google-play{
    text-align: center;
    margin-top: 20px;
}

#contact .widget-google-play img{
    width: 200px !important;
}




/*
    About
*/

#about .social_icon,
.box-tools .social_icon
{
    margin-top: 25px;
}
.box-tools .social_icon a,
#about .social_icon a{
    margin: 0 15px 15px 15px;
    display: inline-block;
}

/*
    Clients
*/

#clients img.owl-lazy{
    height: 100px;
}



/*
    work
*/

#work .single_items img{
    height: 250px;
}