/*
  Project Name : XL
  Author Company : Ewebcraft
  Project Date: 08 May, 2015
  Author Website : http://www.ewebcraft.com
  Author Email : ewebcraft@gmail.com
*/

/*------------------------------------------------------------------
[generic Table of contents]

* body
  
    + #loader
  

    + .top-bar
        - .right-side
        - .left-side
            
    + .slider-wrapper
        - header
        - .rider-slider
            
    + #about
        - .about-content
        - .about-wrapper
        - .responsive-wrapper
        - .featured-wrapper

    + #services
        - .services-wrapper
        - .skills

    + #portfolio
        - .portfolio-wrapper
            - .portfolio-filter
            - .portfolio-list

    + #team
        - .team-wrapper
        - .testimonial-wrapper

    + #price
        - .price-wrapper
     
    + #blog
        - .blog-wrapper

    + #client
        - .client-wrapper
        
    + #contact
        - .contact-wrapper     
    
    + . map-container

    + footer
  
  -------------------------------------------------------------------*/

@media only screen and (min-width: 1170px) {
    .container{
        width: 1170px;
        padding: 0;
        border: 0;
    }
}
body{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #212121;
    font-weight: 300;
}
*{
    outline: 0 auto !important;
}
a,a:active,a:visited.a:focus{
    text-decoration: none;
    color: #212121;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}
a:hover,a:active,a:focus{
    color: #ffeb3b !important;
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Asap', sans-serif;
    font-weight: 700;
}
.spliter{
    display: inline-block;
    height: 6px;
    background: #ffeb3b;
    border-radius: 10px;
    width: 72px;
    clear: both;
    transition: all 0.4s ease;
}
.cd-primary-nav-trigger{
    background: none;
}
.cd-primary-nav{
    list-style: none;
}
.right-menu{
    display: none !important;
}
.yellow-btn{
    background: #ffeb3b;
}
.invert-btn{
    background: #fff;
    border: 1px solid #212121 !important;
}
/* ---------------------------------- INNER PAGE SECTION -------------------------------- */
.featured-img{
    float: left;
    width: 100%;
    min-height: 183px;
    position: relative;
    background-size: cover;
}
.featured-img .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(84,79,75,.7);
}
.featured-img .breadcum{
    position: relative;
    z-index: 1;
}
    .featured-img .breadcum h4{
        color: #fff;
        margin: 65px 0 10px 0;
        font-size: 26px;
    }
    .featured-img .breadcum ul{
        list-style: none;
        margin: 0;
        padding: 0;
    }
        .featured-img .breadcum ul li{
            display: inline-block;
        }
            .featured-img .breadcum ul li a,.featured-img .breadcum ul li span{
                color: #fff;
                font-size: 16px;
                font-family: 'Asap', sans-serif;
                font-weight: normal;
            }
.page-content{
    padding: 60px 0;
} 
    .page-content-wrapper h1{
        font-size: 38px;
        font-family: 'Roboto', sans-serif;
        font-weight: lighter;
        margin-bottom: 35px;
        margin-top: 0;
        line-height: 23px;
    }
    .page-content-wrapper .blog-post-holder{
        margin-bottom: 30px;
        border-bottom: 1px solid #d5d5d5;
        padding-bottom: 30px;
    }
    .page-content-wrapper .blog-post-holder h1,.page-content-wrapper #comments h3{
        font-family: "Roboto",sans-serif;
        font-size: 30px;
        font-weight: lighter;
        line-height: 23px;
        margin-bottom: 30px;
        margin-top: 24px;
    }
    .page-content-wrapper #comments label {
        display: block;
        font-weight: lighter;
        margin: 5px 0 15px;
    }
    .page-content-wrapper .blog-post-holder a.readmore{
        background: #ffeb3b none repeat scroll 0 0;
        border-radius: 25px;
        display: inline-block;
        padding: 8px 15px;
    }
    .page-content-wrapper .blog-post-holder .meta-item{
        display: inline-block;
        margin:0 15px;
        font-size: 14px;
    }
    .page-content-wrapper .blog-post-holder .meta-item a{
        padding-left: 5px;
    }
    .page-content-wrapper .blog-post-holder .meta-item:first-child{
        margin-left: 0;
    }
    .page-content-wrapper .blog-post-holder .meta-item:last-child{
        margin-right: 0;
    }
    .page-content-wrapper .blog-post-holder.single-post{
        border:0;
    }
    .page-content-wrapper .blog-post-holder a.readmore:hover{
        background: #212121;
    }
    .page-content-wrapper a.with-arrow-btn{
        background: #ffeb3b;
        border-radius: 20px;
        color: #212121;
        font-size: 16px;
        width: 200px;
        height: 43px;
        display: inline-block;
        margin-top: 40px;
    }
    .page-content-wrapper a.with-arrow-btn:hover{
        background: #212121;
        color:#ffeb3b;
    }
        .page-content-wrapper a.with-arrow-btn span{
            display: inline-block;
            float: left;
            margin:10px 0 0 28px;
        }
        .page-content-wrapper a.with-arrow-btn i{
            color: #fff;
            font-size: 40px;
            float: right;
            margin: 2px 6px 0 0;
        }
.page-content-wrapper .ms-skin-black-2 .ms-nav-next,.page-content-wrapper .ms-skin-black-2 .ms-nav-prev{
    height: 35px !important;
    width: 35px !important;
}
.section-wrapper.second-level{
    padding-bottom: 0;
}
.page-content-wrapper .ms-skin-black-2 .ms-nav-next{
    background-position:-90px -108px !important;
}
.page-content-wrapper .ms-skin-black-2 .ms-nav-prev{
    background-position:59px -31px !important;
}
.section-wrapper .page-content-wrapper .heding-wrapper{
    padding-top:0;
}
.gray-background .team-holder{
    background: #fff;
}
.page-content-wrapper .inner-string{
    display: inline-block;
    margin: 0 0 40px;
}
.small-services{
    margin-bottom: 13px;
    padding-left: 9px;
    padding-right: 9px;
    height: 186px;
}
.small-services .gray-background{
    border:5px solid #fff;
}
.small-services:hover .gray-background{
    border:5px solid #ffeb3b;
}
.small-services > div{
    height: 100%;
}
.small-services i{
    color: #acacac;
    font-size: 50px;
    padding-top: 40px;
}
.small-services:hover i{
    color: #ffeb3b;
}
.small-services span{
    display: block;
    font-size: 18px;
    padding: 10px 10px 0;
}
.page-content .contact-holder,.page-content .contact-holder span,
.page-content .contact-holder .detail-holder i{
    color: #212121;
}
.page-content .contact-holder .left-detail .spliter{
    background: #212121;
}
.page-content .contact-holder .detail-holder a,
.page-content .contact-holder .detail-holder a:hover{
    color: #212121 !important;
}
.page-content .contact-holder input{
    width: 100%;
    height: 48px;
    border:1px solid #d9d9d9;
    color: #212121;
    background: none;
    margin-bottom: 15px;
    padding-left: 20px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    transition: .4s; 
}
.page-content .contact-holder input:focus,.page-content .contact-holder textarea:focus{
    background: #f7f7f7;
    color: #212121;
}
.page-content .contact-holder textarea{
    width: 100%;
    height: 215px;
    border:1px solid #d9d9d9;
    color: #212121;
    resize:none;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-top: 20px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    transition: .4s; 
    background: none;
}
.page-content .contact-holder input[type=submit]{
    border-radius: 25px;
    display: inline-block;
    padding: 13px 55px;
    line-height: 16px;
    color: #212121;
    border:1px solid #d9d9d9;
    background: none;
    width: auto;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    transition: 1s; 
}
.page-content .contact-holder input[type=submit]:hover{
    background: #ffeb3b;
    border:1px solid  #ffeb3b;
    color: #212121;
}
.page-content.contact-wrapper p{
    margin-bottom: 20px;
}
.page-content .contact-holder label{
    display: block;
    font-weight: lighter;
    margin:30px 0 15px; 
}
.page-content .contact-page-ops span.heading-spn{
    display: block;
    font-size: 26px;
}
.page-content .contact-page-ops span.spliter{
    background: #212121;
    margin-top: 20px;
    margin-bottom: 40px;
}
.page-content .contact-holder .detail-holder{
    margin-bottom: 52px;
}
.about-bg{
    background: url(../images/about_bg.jpg) center center no-repeat;   
}
.portfolio-bg{
    background: url(../images/portfilio_bg.jpg) center center no-repeat;   
}
.price-bg{
    background: url(../images/price_bg.jpg) center center no-repeat;   
}
.team-bg{
    background: url(../images/team_bg.jpg) center center no-repeat;   
}
.services-bg{
    background: url(../images/services_bg.jpg) center center no-repeat;   
}
.contact-bg{
    background: url(../images/contact_bg.jpg) center center no-repeat;   
}
.detail-page-feature{
    height: 365px;
    overflow: hidden;
}
.detail-page-feature img{
    width: 100%;
}
.detail-page p{
    margin: 20px 0;
}
.detail-page h6{
    font-size: 18px;
    font-weight: normal;
    margin: 30px 0 0;
}
.page-content .widget h5{
    font-size: 26px;
    font-weight: normal;
    margin-top: 0;
}
.page-content aside{
    margin-bottom: 40px;
}
.page-content aside ul{
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
}
    .page-content aside.services-list ul li{
        padding: 11px 0;
        border-bottom: 1px solid #e9e9e9;
    }
    .page-content aside.services-list ul li:last-child{
        border-bottom: 0;
    }
        .services-list li a{
            font-size: 18px;
        }
        .services-list li a:hover,.services-list li.active a{
            color:#7d7d7d !important;
        }
        .services-list li a i{
            font-size: 16px;
        }
        .services-list li a i:last-child{
            display: none;
            float: right;
            margin-top: 5px;
        }
    .services-list li a:hover i:last-child,.services-list li.active a i:last-child{
        display: inline-block;
    }
.services-list li a i:first-child{
    padding-right: 10px;
}
aside.recent-post li{
    margin-top: 20px;
}
    aside.recent-post li img{
        display: inline-block;
        width: 70px;
        height: 70px;
        float: left;
        margin-right: 15px;
    }
    aside.recent-post li a:hover{
        color: #212121 !important;
    }
    aside.recent-post li span.meta-date{
        color: #7d7d7d;
        display: block;
        margin-top: 5px;
    }
.testi-author-meta img{
    display: inline-block;
    float: left;
    width: 56px;
    height: 46px;
    border-radius: 3px;
    border: 2px solid #ffeb3b;
    margin-right: 10px;
}   
.testi-author-meta h2{
    font-size: 16px;
} 
.testi-author-meta h2 small{
    font-size: 14px;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
}
.portfolio-detail-wrapper{
    margin-top: 50px;
    float: left;
    width: 100%;
}
    .portfolio-detail-wrapper h3{
        font-size: 26px;
        font-weight: normal;
        margin-top: 0;
    }
    .portfolio-detail-wrapper aside h6{
        margin-top: 0;
        margin-bottom: 5px;
    }
    .portfolio-detail-wrapper aside span{
        display: block;
        margin-bottom: 30px;
    }
.want-wrapper{
    padding: 50px 0;
    float: left;
    width: 100%;
}     
    .want-wrapper h3{
        font-size: 30px;
        margin-top: 0;
    }
    .want-wrapper span{
        font-family: 'Asap', sans-serif;
        font-weight: normal;
    }
    .want-wrapper a{
        display: inline-block;
        width: 250px;
        height: 53px;
        background: #fff;
        float: right;
        border-radius: 25px;
        text-align: center;
        padding-top: 16px;
        font-family: 'Asap', sans-serif;
        font-weight: normal;
    }
    .want-wrapper a:hover{
        background: #212121;
    }
/* ---------------------------------- PAGINATION -------------------------------- */    
.pagination ul{
    list-style: none;
    margin:0;
    padding: 0;
}
    .pagination ul li{
        display: inline-block;
        margin: 5px 0;
    }
    .pagination ul li:first-child{
        margin-left: 0;
    }
    .pagination ul li:last-child{
        margin-right: 0;
    }
        .pagination ul li a{
            display: inline-block;
            background: #ffeb3b;
            padding: 8px 15px;
            border-radius: 25px;
        }
        .pagination ul li a:hover{
            background: #212121;
        }
        .pagination ul li span{
            display: inline-block;
            color: #ffeb3b;
            padding: 8px 15px;
            border-radius: 25px;
            background: #212121;
        }
/* ---------------------------------- PRELOADER -------------------------------- */
.loader {
    background: #000;
    background: radial-gradient(#222, #000);
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.loader-inner {
    bottom: 0;
    height: 60px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}

.loader-line-wrap {
    animation: 
        spin 2000ms cubic-bezier(.175, .885, .32, 1.275) infinite
    ;
    -webkit-animation: 
        spin 2000ms cubic-bezier(.175, .885, .32, 1.275) infinite
    ;
    box-sizing: border-box;
    height: 50px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transform-origin: 50% 100%;
    width: 100px;
}
.loader-line {
    border: 4px solid transparent;
    border-radius: 100%;
    box-sizing: border-box;
    height: 100px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}
.loader-line-wrap:nth-child(1) { animation-delay: -50ms; }
.loader-line-wrap:nth-child(2) { animation-delay: -100ms; }
.loader-line-wrap:nth-child(3) { animation-delay: -150ms; }
.loader-line-wrap:nth-child(4) { animation-delay: -200ms; }
.loader-line-wrap:nth-child(5) { animation-delay: -250ms; }

.loader-line-wrap:nth-child(1) { -webkit-animation-delay: -50ms; }
.loader-line-wrap:nth-child(2) { -webkit-animation-delay: -100ms; }
.loader-line-wrap:nth-child(3) { -webkit-animation-delay: -150ms; }
.loader-line-wrap:nth-child(4) { -webkit-animation-delay: -200ms; }
.loader-line-wrap:nth-child(5) { -webkit-animation-delay: -250ms; }

.loader-line-wrap:nth-child(1) .loader-line {
    border-color: #ffeb3b;
    height: 90px;
    width: 90px;
    top: 7px;
}
.loader-line-wrap:nth-child(2) .loader-line {
    border-color: #fff;
    height: 76px;
    width: 76px;
    top: 14px;
}
.loader-line-wrap:nth-child(3) .loader-line {
    border-color: #ffeb3b;
    height: 62px;
    width: 62px;
    top: 21px;
}
.loader-line-wrap:nth-child(4) .loader-line {
    border-color: #fff;
    height: 48px;
    width: 48px;
    top: 28px;
}
.loader-line-wrap:nth-child(5) .loader-line {
    border-color: #ffeb3b;
    height: 34px;
    width: 34px;
    top: 35px;
}

/* ---------------------------------- TOP BAR ---------------------------------- */
.top-bar{
    height:41px;
    width: 100%;
    background: #212121;
}
    .top-bar ul{
        list-style: none;
        padding: 0;
        margin: 0;
    }
        .top-bar ul li{
            display: inline-block;
        }
            .top-bar ul li a,.top-bar ul li a:active,.top-bar ul li a:visited,.top-bar ul li a:focus{
                color:#727272;
                font-size: 14px;
                text-transform: capitalize;
            }
    .top-bar .left-side,.top-bar .right-side{
        margin: 9px 0 0 0;
    }
        .top-bar .left-side li{
            padding: 0 10px;
        }
        .top-bar .left-side li:first-child{
            padding-left: 0;
        }
    .top-bar .right-side{
        text-align: right;
    }
        .top-bar .right-side li{
            padding: 0 4px;
        }
        .top-bar .right-side li:last-child{
            padding-right : 0;
        }
/* ---------------------------------- HEADER ---------------------------------- */
.slider-wrapper{
    position: relative;
    width: 100%;
    float: left;
}
    .slider-wrapper header{
        height: 81px;
        background: #fff;
        width: 100%;
        position: absolute;
        z-index: 9999;
        top: 0;
        left: 0;
    }
    .slider-wrapper header.sticky{
        position: fixed;
        top: 0;
        width: 100%;
        -webkit-transition: .6s;
        -moz-transition: .6s;
        -o-transition: .6s;
        -ms-transition: .6s;
        transition: .6s;
        background: rgba(33,33,33,.8);
    }
        .slider-wrapper header figure{
            display: inline-block;
            float: left;
            margin: 12px 0 0 0;
        }
            .slider-wrapper header a.text-base,.slider-wrapper header a.text-base:hover,.slider-wrapper header a.text-base:visited{
                font-size: 40px;
                font-weight: normal;
                color: #fff !important;
                line-height: 28px;
                font-weight: 500;
            }
            .slider-wrapper header a.text-base span{
                color: #ffeb3b;
            }
            .slider-wrapper header a.img-base{
                display: none;
            }
        .slider-wrapper header nav.main-nav{
            display: inline-block;
            float: left;
            margin:29px 95px 0 0;
        }
            .slider-wrapper header nav.main-nav ul{
                list-style: none;
            }
                .slider-wrapper header nav.main-nav ul li{
                    display: inline-block;
                    padding: 0 ;
                    margin: 0 10px;
                }
                .slider-wrapper header nav.main-nav ul li:last-child{
                    padding-right: 0;
                }
                .slider-wrapper header nav.main-nav ul li:first-child{
                    padding-left: 0;
                }
                    .slider-wrapper header nav.main-nav ul li a{
                        color:#474747;
                        font-weight: 400;
                        font-size: 15px;
                        padding: 5px 15px;
                        -webkit-transition: .4s;
                        -moz-transition: .4s;
                        -o-transition: .4s;
                        -ms-transition: .4s;
                        transition: .4s;
                    }
                    .slider-wrapper header.sticky nav.main-nav ul li a{
                        color:#fff;
                    }
                    .slider-wrapper header nav.main-nav ul li.active a,.slider-wrapper header nav.main-nav ul li:hover a{
                        color: #212121 !important;
                        background: #ffeb3b;
                        padding: 5px 15px;
                        border-radius: 25px;
                    }
        .slider-wrapper header .right-menu{
            display: inline-block;
            float: right;
        }
        .slider-wrapper header.sticky .right-menu .cd-primary-nav-trigger .cd-menu-icon,
        .slider-wrapper header.sticky .right-menu .cd-primary-nav-trigger .cd-menu-icon::before, 
        .slider-wrapper header.sticky .right-menu .cd-primary-nav-trigger .cd-menu-icon:after
        {
            background-color: #ffeb3b;
        }
    .slider-wrapper .rider-slider{
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }    
        .slider-wrapper .rider-slider .item{
            position: relative;
        }
            .slider-wrapper .rider-slider .item img{
                width: 100%;
                height: auto;
            }
                .slider-wrapper .rider-slider .item .container{
                    padding-left: 30px;
                }
                .slider-wrapper .rider-slider .item .slider-caption{
                    position: absolute;
                    top: 27%;
                    z-index: 999;
                    font-family: 'Asap', sans-serif;
                }
                    .slider-wrapper .rider-slider h1{
                        color: #fff;
                        font-size: 42px;
                    }
                        .slider-wrapper .rider-slider small{
                            color: #fff;
                            display: block;
                            font-size: 18px;
                            font-weight: normal;
                            font-family: 'Asap', sans-serif;
                        }
                        .slider-wrapper .rider-slider span{
                            color: #fff;
                            display: block;
                            font-weight: normal;
                            padding: 5px 0;
                            font-size: 42px;
                            font-family: 'Asap', sans-serif;
                        }
                    .slider-wrapper .rider-slider p{
                        color: #fff;
                        display: block;
                        font-weight: normal;
                        font-weight: normal;
                        font-family: 'Asap', sans-serif;
                    }
                    .slider-wrapper .rider-slider span.spliter{
                        height: 5px;
                    }
                    .slider-wrapper .rider-slider a{
                        background: #ffeb3b;
                        border-radius: 25px;
                        padding: 8px 30px;
                        display: inline-block;
                        margin-top: 30px;
                        font-family: 'Asap', sans-serif;
                        -webkit-transition: 1s;
                        -moz-transition: 1s;
                        -o-transition: 1s;
                        -ms-transition: 1s;
                        transition: 1s;
                    }
                    .slider-wrapper .rider-slider a:hover{
                        color: #212121 !important;
                        background: #fff;
                    }
header.inner{
    position: relative;
}
/* ---------------------------------- ABOUT US SECTION ---------------------------------- */
#about{
    padding-bottom: 0;
}
.section-wrapper{
    float: left;
    width: 100%;
    padding-bottom: 60px;
}
    .section-wrapper .heding-wrapper{
        padding: 60px 15px;
    }
    .section-wrapper .heding-wrapper span{
        font-size: 20px;
        color: #8d8d8d;
        font-family: 'Asap', sans-serif;
        font-weight: normal;
    }
    .section-wrapper .heding-wrapper h3{
        font-family: 'Roboto', sans-serif;
        font-weight: lighter;
        font-size: 38px;
    }
        .section-wrapper .about-content .gray-box{
            background: #f7f7f7;
            padding: 15px 30px;
            margin-bottom: 30px;
        }
            .section-wrapper .about-content .gray-box p{
                margin: 15px 0;
            }
    .section-wrapper .view-all{
        display: block;
        padding-bottom: 0;
    }
        .section-wrapper .view-all a{
            margin: 0 6px;
        } 
        .gradiant-box i{
            font-size: 30px;
            color: #414141;
        } 
        .gradiant-box .heding-wrapper h3{
            font-size: 22px;
            margin: 15px 0 0 0;
        }
        .gradiant-box .white-spliter{
            background: #fff;
            width: 50px;
            margin: 15px 0 25px 0;
            -webkit-transition: .6s;
            -moz-transition: .6s;
            -o-transition: .6s;
            -ms-transition: .6s;
            transition: .6s;
        }
        .gradiant-box-holder:hover .white-spliter{
            width: 75px;
        }
        .gradiant-box-holder:first-child{
            background: #E4E4E4;
        }
        .gradiant-box-holder:nth-child(2){
            background: #eaeaea;
        }
        .gradiant-box-holder:last-child{
            background: #F0EFEF;
        }
    .section-wrapper .responsive-wrapper{
        position: relative;
        width: 100%;
        background-size: cover;
        background-attachment: fixed;
    }
    .device-helper{
        position: absolute;
        width: 100%;
        height: 70px;
        bottom: 0;
        z-index: -1;
    }
        .section-wrapper .responsive-wrapper h2{
            font-size: 40px;
            color: #fff;
            margin: 70px 0 25px 0;
            font-family: 'Roboto', sans-serif;
        }
        .section-wrapper .responsive-wrapper p{
            font-size: 20px;
            color: #fff;
            font-family: 'Asap', sans-serif;
            padding: 0 40px;
            margin-bottom: 40px;
        }
        .section-wrapper .responsive-wrapper figure{
            margin: 55px 0 0 0;
        }
    .section-wrapper .featured-wrapper .featured-box span{
        width: 61px;
        height: 53px;
        border-radius: 3px;
        background: #ffeb3b;
        color: #474747;
        display: inline-block;
        margin-right: 25px;
        font-size: 30px;
        line-height: 54px;
    }
    .section-wrapper .featured-wrapper .featured-box .feature-content{
        border-bottom: 1px solid #d5d5d5;
        margin-bottom: 50px;
        padding-bottom: 25px;
    }
    .section-wrapper .featured-wrapper .featured-box .feature-content h5{
        margin: 0 0 20px 0;
        font-size: 20px;
        font-weight: normal;
    }
    .device-holder{
        margin-bottom: 70px;
        float: left;
    }    
/* ---------------------------------- EXPERENCES SECTION -------------------------------- */
.yellow-background{
    background: #ffeb3b;
}
.experience-wrapper .panel{
    background: #fff;
    border: 0 !important;
    box-shadow: none !important;
}
.experience-wrapper .panel-default > .panel-heading{
    background: none;
    border-bottom: 0;
    box-shadow: none;
    padding: 14px 15px 15px 0;
}
.experience-wrapper .panel-default > .panel-heading + .panel-collapse > .panel-body{
    border-top:0;
}
.panel-group .panel + .panel{
    margin-top: 2px;
}
.panel-group .panel{
    border-radius: 0;
}
.experience-wrapper .panel-title a,.experience-wrapper .panel-title a:hover{
    color: #212121 !important;
    font-weight: normal;
    font-family: 'Asap', sans-serif;
}
.experience-wrapper .panel-heading{
    padding-right: 0;
    padding-left: 0;
}
    .experience-wrapper .panel-heading i{
        color: #fff;
        float: left;
        font-size: 22px;
        margin-top: -14px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -o-transition: .5s;
        -ms-transition: .5s;
        transition: .5s;
        background: #474747;
        display: inline-block;
        text-align: center;
        width: 56px;
        height: 49px;
        line-height: 46px;
        margin-right: 20px;
    }
.panel-collapse.collapse.in .panel-body{
    margin-left: 76px;
}    
.panel-title{
    font-size: 18px;
}    
.experience-wrapper .panel-collapse.in .panel-heading i{
    font-weight: lighter;
}
.more-about {
    margin-top: 40px;
}
.more-about a{
    border: 1px solid #fff;
    border-radius: 25px;
    display: inline-block;
    padding: 10px 50px;
    width: auto;
    color:#212121 !important;
}
.more-about a:hover{
    background: #212121;
    color: #FFEB3B !important;
} 
/* ---------------------------------- VIDEO SECTION ---------------------------------- */   
.video-wrapper{
    background: url(../images/video_bg.jpg) center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 460px;
}
    .video-wrapper .video-holder{
        position: relative;
        top: 57%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
.video-wrapper h1{
    color: #fff;
    font-size: 40px;
    font-family: "Roboto",sans-serif;
    font-weight: lighter;
}
.video-wrapper h1 span{
    font-family: 'Asap', sans-serif;
    font-weight: 700;
    display: inline-block;
}
.video-wrapper i{
    color: #fff;
    font-size: 80px;
}
.yellow{
    color:#ffeb3b;
}
/* ---------------------------------- SKILLS ---------------------------------- */
.skilk{
    padding-bottom: 0;
}
.specilize-wrapper h6{
    font-size: 20px;
    font-family: 'Asap', sans-serif;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 60px;
}
.half-container-right {
    float: right;
    width: 585px;
    padding-right: 45px;
}
.half-container-right .row > div{
    padding-left: 45px;
}
.half-container-left .row > div{
    padding-right: 45px;
}
.half-container-left {
    float: left;
    width: 585px;
    padding-left: 45px;
}
.skills-slider-holder .span{
    display: block;
}
.skills-slider-holder .rail{
    width: 100%;
    position: relative;
    height: 3px;
    background: #fff;
    margin-bottom: 80px;
}
    .skills-slider-holder .rail .skill-bar{
        width: 0;
        height: 100%;
        background: #212121;
        float: left;
    }
    .skills-slider-holder .rail .html-bar.animated{
        width: 90%;
    }
    .skills-slider-holder .rail .photo-bar.animated{
        width: 95%;
    }
    .skills-slider-holder .rail .wp-bar.animated{
        width: 70%;
    }
    .skills-slider-holder .rail .php-bar.animated{
        width: 90%;
    }
    .skills-slider-holder .rail .skill-tool{
        width: 0;
        float: left;
        height: 100%;
        position: relative;
    }
    .skills-slider-holder .rail .skill-tool:after{
        position: absolute;
        height: 30px;
        width: 60px;
        border-radius: 3px;
        padding-top: 3px;
        top: -50px;
        left: -45px;
        color: #fff;
        text-align: center;
        background: #474747;
    }
    .skills-slider-holder .rail .skill-tool.html-tool:after{
        content: '90%';
    }
    .skills-slider-holder .rail .skill-tool.photo-tool:after{
        content: '95%';
    }
    .skills-slider-holder .rail .skill-tool.wp-tool:after{
        content: '70%';
    }
    .skills-slider-holder .rail .skill-tool.php-tool:after{
        content: '90%';
    }
    .skills-slider-holder .rail .skill-tool:before{
        position: absolute;
        content: '';
        height: 30px;
        width: 60px;
        top: -45px;
        left: -57px;
        color: #fff;
        text-align: center;
        background: url(../images/down-arror.png) no-repeat bottom right;
    }
/* ---------------------------------- SERVICES SECTION ---------------------------------- */
.gray-background{
    background: #f7f7f7;
}
#services{
    padding-bottom: 30px;
}
    .services-content{
        position: relative;
        width: 100%;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 30px;
    }
    .services-content img{
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -o-transition: .5s;
        -ms-transition: .5s;
        transition: .5s;
        border-radius: 10px;
    }
    .services-content:hover img{
        -ms-transform: scale(1.2); 
        -webkit-transform: scale(1.2); 
        -moz-transform: scale(1.2); 
        transform: scale(1.2);
        border-radius: 10px;
    }
    .services-content .overlap{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(87,97,75, .6);
        z-index: 2;
        border-radius: 10px;
    }
    .overlap:hover,
    .services-content:hover .overlap{
        border-radius: 10px;
    }
        .services-content .overlap h4{
            margin: 30px 10px 30px 45px;
            font-size: 26px;
            color: #fff;
            display: block;
        }
            .services-content .overlap h4 small{
                color: #fff;
                font-size: 18px;
                font-weight: normal;
                display: block;
                margin-bottom: 5px;
            }
            .services-content .overlap span{
                display: inline-block;
                padding: 10px 12px;
                background: #ffeb3b;
                margin: 0 10px 4px -100%;
            }
            .services-content:hover .overlap span{
                margin-left: 45px;
            }
            .services-content .overlap span.fast{
                -webkit-transition: .6s;
                -moz-transition: .6s;
                -o-transition: .6s;
                -ms-transition: .6s;
                transition: .6s;
            }
            .services-content .overlap span.medium{
                -webkit-transition: .8s;
                -moz-transition: .8s;
                -o-transition: .8s;
                -ms-transition: .8s;
                transition: .8s;
            }
            .services-content .overlap span.slow{
                -webkit-transition: 1s;
                -moz-transition: 1s;
                -o-transition: 1s;
                -ms-transition: 1s;
                transition: 1s;
            }
            .services-content a{
                display: inline-block;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: 3;
            }
/* ---------------------------------- PORTFOLIO SECTION ---------------------------------- */
.portfolio-wrapper{
    position: relative;
}
    .portfolio-wrapper ul{
        list-style: none;
        text-align: center;
        margin: 0;
        padding: 0;
    }
        .portfolio-wrapper ul li{
            display: inline-block;
            margin: 0 25px;
            line-height: 15px;
        }
            .portfolio-wrapper ul li a{
                font-size: 20px;
                font-family: 'Asap', sans-serif;
            }
            .portfolio-wrapper ul li span.spliter{
                width: 0;
            }
            .portfolio-wrapper ul li:hover span.spliter,.portfolio-wrapper ul li.active span.spliter{
                width: 100%;
            }
            .portfolio-wrapper ul li.active a{
                color: #ffeb3b;
            }
    .portfolio-wrapper #portfolio-list{
        margin: 60px 0 0 0;
    }     
        .portfolio-wrapper #portfolio-list img{
            width: 100%;
        }
        .portfolio-wrapper #portfolio-list > div{
            padding: 0 2px;
            overflow: hidden;
        }   
        .portfolio-wrapper #portfolio-list .portfolio-holder{
            position: relative;
            margin-bottom: 4px;
        }
            .portfolio-wrapper #portfolio-list .portfolio-holder .overlay{
                position: absolute;
                width: 100%;
                height: 100%;
                background: rgba(87,79,75,.6);
                top: -100%;
                left: 0;
                -webkit-transition: .6s;
                -moz-transition: .6s;
                -o-transition: .6s;
                -ms-transition: .6s;
                transition: .6s;
            }
            .portfolio-wrapper #portfolio-list .portfolio-holder:hover .overlay{
                top: 0;
            }
            .portfolio-wrapper #portfolio-list .portfolio-holder .overlay h3{
                color: #fff;
                font-size: 26px;
                text-align: center;
                margin-top: 30%;
            }   
                .portfolio-wrapper #portfolio-list .portfolio-holder .overlay h3 small{
                    color: #fff;
                    font-size: 18px;
                    display: block;
                    margin-bottom:5px;
                    -webkit-transition: 1s;
                    -moz-transition: 1s;
                    -o-transition: 1s;
                    -ms-transition: 1s;
                    transition: 1s;
                }
                .portfolio-wrapper #portfolio-list a{
                    color: #fff;
                }
                .portfolio-wrapper #portfolio-list a:hover small{
                    color: #ffeb3b !important;
                }
                .portfolio-wrapper #portfolio-list .portfolio-holder a.fancybox,.portfolio-wrapper #portfolio-list .portfolio-holder a.fancybox:hover{
                    position: absolute;
                    bottom: -100%;
                    right: -100%;
                    display: inline-block;
                    height: 44px;
                    width: 44px;
                    background: #ffeb3b;
                    text-align: center;
                    line-height: 44px;
                    color: #212121 !important;
                    -webkit-transition: .6s;
                    -moz-transition: .6s;
                    -o-transition: .6s;
                    -ms-transition: .6s;
                    transition: .6s;
                }
                .portfolio-wrapper #portfolio-list .portfolio-holder:hover a.fancybox{
                    bottom: 0;
                    right: 0;
                }
/* ---------------------------------- TEAM SECTION ---------------------------------- */
#team{
    padding-bottom: 0;
}
.team-holder{
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -o-transition: .8s;
    -ms-transition: .8s;
    transition: .8s;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    min-height: 396px;
    overflow: hidden;
    margin-bottom: 30px;
    background: #F7F7F7
}
.team-holder:hover{
    box-shadow: 3px 3px 5px #d3d2d0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
    .team-wrapper{
        padding-bottom: 40px;
    }
    .team-holder img{
        border-top-right-radius: 5px;
        border-top-left-radius: 5px; 
        -webkit-transition: .6s;
        -moz-transition: .6s;
        -o-transition: .6s;
        -ms-transition: .6s;
        transition: .6s;  
    }
    .team-holder h6{
        font-size: 20px;
        font-weight: normal;
        margin: 25px 0 0 0;
    }
        .team-holder h6 small{
            font-family: 'Roboto', sans-serif;
            font-size: 16px;
            color: #212121;
            font-weight: lighter;
            display: block;
            margin: 10px 0 0 0;
        }
    .team-holder .spliter{
        width: 35px;
        margin:15px 0 28px 0;
        background: #acacac;
    }    
    .team-holder:hover .spliter{
        width: 70px;
        background: #FFEB3B;
    }
/* ---------------------------------- TESTMONIALS SECTION ---------------------------------- */
.testimonial-wrapper{
    min-height: 464px;
    width: 100%;
    position: relative;
    background: url(../images/testimonials-bg1.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    float: left;
}
    .testimonial-wrapper .overlay{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(87,79,75,.6);
        z-index: 1;
    }
    .testimonial-wrapper h2{
        color: #fff;
        margin-top: 130px;
        font-size: 26px;
    }
    .testimonial-wrapper h2 small{
        color: #fff;
        display: block;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-weight: lighter;
        margin-top: 15px;
    }
    .testimonial-wrapper .spliter{
        width: 35px;
        margin:15px 0 28px 0;
    }    
    .testimonial-wrapper p{
        color: #fff;
        font-size: 18px;
    }
/* ---------------------------------- PRICE SECTION ---------------------------------- */
.big-wrapper{
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
    padding: 0;
}
.big-wrapper:hover {
    -ms-transform: scale(1.05); 
    -webkit-transform: scale(1.05); 
    -moz-transform: scale(1.05); 
    transform: scale(1.05);
    position: relative;
    z-index: 999;
}
.price-holder{
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    background: #f8f8f8;
    overflow: hidden;
}
.price-holder:nth-of-type(2){
    border-right: 0;
    border-left: 0;
}
.big-wrapper:hover .price-holder:nth-of-type(2){
    border-right: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
}
.big-wrapper:hover .price-holder{
    box-shadow: 2px 2px 5px #d3d2d0;
    background: #fff;
}
    .price-holder.heding-wrapper{
        padding: 40px 0;   
    }
        .price-holder.heding-wrapper span{
            font-size: 16px;
        }
        .price-holder.heding-wrapper span.spliter{
            width: 35px;
        }
        .big-wrapper:hover .price-holder.heding-wrapper span.spliter{
            width: 75px;
        }
        .price-holder.heding-wrapper h3{
            margin: 20px 0 10px;
            font-size: 70px;
            font-weight:bold;
        }
        .price-holder.heding-wrapper ul{
            list-style: none;
            margin: 25px 0;
            padding: 0;
        }
            .price-holder.heding-wrapper ul li{
                border-bottom: 1px solid #fff;
                padding: 10px 15px;
                background: #efefef;
            }
        .price-holder.heding-wrapper a{
            display: inline-block;
            padding: 13px 55px;
            background: none;
            border-radius: 25px;
            border: 1px solid #212121;
        }
        .big-wrapper:hover a{
            background: #ffeb3b;
            color: #212121 !important;
            border: 1px solid #ffeb3b;
        }
/* ---------------------------------- BLOG SECTION ---------------------------------- */
.blog-content{
    overflow: hidden;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    margin-bottom: 30px;
}
    .blog-content img{  
        border-radius: 5px;
    }
    .blog-content .img-holder{
        position: relative;
    }
        .blog-content .img-holder .overlay{
            background: rgba(87,79,75,.6);
            position: absolute;
            top: 0;
            left: -100%;
            height: 100%;
            width: 100%;
            -webkit-transition: .6s;
            -moz-transition: .6s;
            -o-transition: .6s;
            -ms-transition: .6s;
            transition: .6s; 
        }
        .blog-content:hover .img-holder .overlay{
            left: 0;
        }
        .blog-content .img-holder .author{
            position: absolute;
            bottom: 25px;
            right: -100%;
            height: auto;
            width: 100%;
            -webkit-transition: .6s;
            -moz-transition: .6s;
            -o-transition: .6s;
            -ms-transition: .6s;
            transition: .6s; 
        }
        .blog-content:hover .img-holder .author{
            right: 0;
        }
        .blog-content:hover .img-holder .author span{
            height: 53px;
            width: 61px;
            background: #ffeb3b;
            border-radius: 2px;
            font-size: 30px;
            display: inline-block;
            line-height: 55px;
            margin-bottom: 20px;
        }
        .blog-content .img-holder .author-link,.blog-content .img-holder .author-link a{
            color: #fff;
            -webkit-transition: .6s;
            -moz-transition: .6s;
            -o-transition: .6s;
            -ms-transition: .6s;
            transition: .6s; 
        }
        .blog-content .img-holder .author-link a:hover{
            color: #fff;
            text-decoration: underline;
        }
    .blog-content .blog-ceontent-holder{
        padding-bottom: 30px;
        border-bottom: 1px solid #d5d5d5;
        margin-bottom: 20px;
    }    
    .blog-content h4{
        font-size: 20px;
        font-weight: normal;
        margin: 35px 0 20px;
    }
    .blog-content h4 a:hover{
        color: #212121 !important;
        text-decoration: underline;
    }
    .blog-content .date{
        float: left;
        display: inline-block;
        color: #8d8d8d;
    }
    .blog-content .comments{
        float: right;
        display: inline-block;
        color: #8d8d8d;
    }
/* ---------------------------------- CLIENT SECTION ---------------------------------- */
.client-wrapper img{
    border: 1px solid #c7c7c7;
    border-radius: 5px ;
}
/* ---------------------------------- CONTACT SECTION ---------------------------------- */
.contact-background{
    min-height: 715px;
    width: 100%;
    position: relative;
    background: url(../images/contact-bg.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    float: left;
}
    .contact-background .overlay{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(87,79,75,.6);
        z-index: 1;
    }
    .section-wrapper.contact-background .heding-wrapper span,
    .section-wrapper.contact-background .heding-wrapper h3{
        color: #fff;
    }
    .contact-holder input{
        width: 100%;
        height: 48px;
        border: 1px solid #FFEB3B;
        background: none;
        margin-bottom: 15px;
        padding-left: 20px;
        color: #FFEB3B;
        -webkit-transition: 2s;
        -moz-transition: 2s;
        -o-transition: 2s;
        -ms-transition: 2s;
        transition: 2s; 
    }
    .contact-holder input:focus{
        background: #ffeb3b;
        color:#000000;
    }
    ::-webkit-input-placeholder { color:#FFEB3B;opacity: 1; }
    ::-moz-placeholder { color:#FFEB3B;opacity: 1; } 
    :-ms-input-placeholder { color:#FFEB3B;opacity: 1; }
    input:-moz-placeholder { color:#FFEB3B;opacity: 1; }
    ::-webkit-textarea-placeholder { color:#FFEB3B;opacity: 1; }
    ::-moz-placeholder { color:#FFEB3B;opacity: 1; } 
    :-ms-textarea-placeholder { color:#FFEB3B;opacity: 1; }
    textarea:-moz-placeholder { color:#FFEB3B;opacity: 1; }
    .contact-holder textarea{
        width: 100%;
        height: 190px;
        border: 1px solid #FFEB3B;
        resize:none;
        margin-bottom: 40px;
        padding-left: 20px;
        padding-top: 20px;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -o-transition: 1s;
        -ms-transition: 1s;
        transition: 1s; 
        color:#FFEB3B;
        background: none;
    }
    .contact-holder textarea:focus{
        background: #ffeb3b;
        color:#000000;
    }
    .contact-holder input[type=submit]{
        border-radius: 25px;
        display: inline-block;
        padding: 13px 55px;
        line-height: 16px;
        color: #fff;
        border: 1px solid #fff;
        background: none;
        width: auto;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -o-transition: 1s;
        -ms-transition: 1s;
        transition: 1s; 
    }
    .contact-holder input[type=submit]:hover{
        background: #ffeb3b;
        border:1px solid  #ffeb3b;
        color: #212121;
    }
    .contact-holder .detail-holder{
        color: #fff;
        margin-bottom: 60px;
    }
     .contact-holder .detail-holder a{
        color: #fff !important;
     }
    .contact-holder .detail-holder i{
        color: #ffeb3b;
    }
    .contact-holder .left-detail{
        display: inline-block;
        float: left;
        margin-right: 25px;
        width: 50px;
        text-align: center;
    }
        .contact-holder .left-detail .spliter{
            margin-top: 10px;
        }
    .contact-holder .right-detail{
        display: inline-block;
        float: left;
    }
/* ---------------------------------- MAP SECTION ---------------------------------- */
#map-canvas{
    width: 100%;
    height: 230px;
    float: left;
}
/* ---------------------------------- FOOTER SECTION ---------------------------------- */
footer{
    height: auto;
    width: 100%;
    background: #424242;
    float: left;
    padding: 40px 0 36px 0;
}
    footer .footer-left span{
        display: inline-block;
        color:#767676;
        margin-top: 20px;
    }
    footer .footer-left{
        margin-top: 14px;
    }
    footer ul{
        list-style: none;
        padding: 0;
        margin: 0;
    }
    footer h3{
        color: #fff;
        font-weight: normal;
        margin-top: 10px;
    }
    footer a{
        color: #767676 ;
    }
    footer .footer-left ul{
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: left;
        margin-top: 15px;
    }
        footer ul li{
            padding: 5px 0;
        }
        footer .footer-left ul li{
            display: inline-block;
            margin-left: 5px;
        }
        footer .footer-left ul li:first-child{
            margin-left: 0;
        }  
        footer ul.footer-thumb li{
            display: inline-block;
        }
            footer ul li img{
                display: inline-block;
                margin: 0 2px 2px;
                height: 80px;
                width:80px;
            }
            footer .footer-left ul li a{
                width: 34px;
                height: 34px;
                border-radius: 2px;
                font-size: 18px;
                background: #707070;
                color: #9a9a9a;
                -webkit-transition: .6s;
                -moz-transition: .6s;
                -o-transition: .6s;
                -ms-transition: .6s;
                transition: .6s;
                display: inline-block;
                text-align: center;
                line-height: 35px;
                margin-top: 5px;
            }
            footer .footer-left ul li a:hover{
                color: #424242 !important;
                background: #ffeb3b;
            }
            .botton-bar{
                padding: 40px 0;
                width: 100%;
                background: #212121;
                text-align: center;
                color: #767676;
                float: left;
            }
            .botton-bar a{color: #767676;}

/* ---------------------------------- SCROLL TO TOP ---------------------------------- */            
.scrollToTop{
    width:50px; 
    height:50px;
    text-align:center; 
    background: #fff;
    font-weight: bold;
    color: #212121;
    text-decoration: none;
    position:fixed;
    bottom:75px;
    right:40px;
    display:none;
    border: 5px solid #ffeb3b;
    border-radius: 25px;
    font-size: 32px;
    line-height: 32px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
    z-index: 9999;
}
.scrollToTop:hover{
    text-decoration:none;
    background: #ffeb3b;
    color: #212121 !important;
}
/* ---------------------------------- ANIMATION ---------------------------------- */
.animate-in{
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: .6s;
    -ms-transition: .6s;
    transition: .6s;
}
.bottom-out{
    margin-top: 200px !important;
}
.bottom-out.animated{
    margin-top: 55px !important;
}
.fade-in{
    opacity: 0;
    margin-top: -20px;
}
.fade-in.animated{
    opacity: 1;
    margin-top: 0px;
}
.scale-less{
    opacity: 0;
    -ms-transform: scale(.8); 
    -webkit-transform: scale(.8); 
    -moz-transform: scale(.8); 
    transform: scale(.8);
}
.scale-less.animated{
    opacity: 1;
    -ms-transform: scale(1); 
    -webkit-transform: scale(1); 
    -moz-transform: scale(1); 
    transform: scale(1);
}
.left-out{
    margin-left: -100%;
    opacity: 0;
}
.left-out.animated{
    margin-left: 0;
    margin-top: -181px;
    opacity: 1;
}
.right-out{
    margin-right: -100%;
    opacity: 0;
}
.right-out.animated{
    margin-right: -70px;
    margin-top: -202px;
    opacity: 1;
}
.move-up{
    margin-top:30px;
    opacity:0;
}
.move-up.animated{
    margin-top:0;
    opacity:1;
}
.scale-big{
    opacity: 0;
    -ms-transform: scale(.9); 
    -webkit-transform: scale(.9); 
    -moz-transform: scale(.9); 
    transform: scale(.9);
}
.scale-big.animated{
    -ms-transform: scale(1); 
    -webkit-transform: scale(1); 
    -moz-transform: scale(1); 
    transform: scale(1);
    opacity:1;
}
.small-spliter{
    width: 50px;
}
.small-spliter.animated{
    width: 20px;
}
/* ---------------------------------- CUSTOM MEDIA QUERY ---------------------------------- */
@media only screen and (max-width: 1170px) {
    .img-responsive{
        width: 100%;
    }
    .slider-wrapper header nav.main-nav{
        margin-right: 75px;
    }
    .section-wrapper .about-wrapper .about-box h6{
        padding: 0;
    }
    .skills .skills-wrapper #skill-one.circle{
        margin-left: 50px;
    }
    .skills .skills-wrapper #skill-five.circle{
        margin-right: 50px;
    }
}
@media only screen and (max-width: 1024px) {
    .slider-wrapper header nav.main-nav ul li{
        padding: 0 15px;
    }
    .half-container-left,.half-container-right{
        width: 50%;
    }
    .slider-wrapper header nav.main-nav{
        display: none;
    }
    .right-menu{
        display: inline-block !important;
    }
}
@media only screen and (max-width: 991px) {
    .half-container-left,.half-container-right{
        width: 100%;
    }
    .half-container-right,.half-container-left{
        padding-left: 0;
        padding-right: 0;
    }
    .half-container-right .row > div,.half-container-left .row > div{
        padding-left: 30px;
        padding-right: 30px;
    }
    .yellow-background{
        float: left;
        width: 100%;
    }
    footer{
        text-align: center;
    }
    footer div{
        float: none;
    }
    footer .footer-left ul{
        text-align: center;
    }
    .container{
        overflow: hidden;
    }
}
@media only screen and (max-width: 767px) {
    .cd-primary-nav-trigger{
        height: auto;
        top: 40px;
    }
    .contact-background{
        min-height: 1000px;
    }
    .section-wrapper .responsive-wrapper h2{
        font-size: 28px;
        margin-top: 50px;
    }
    .section-wrapper .responsive-wrapper p{
        font-size: 16px;
    }
    .section-wrapper .responsive-wrapper figure img{
        width: 80%;
    }
    .featured-wrapper{
        text-align: center;
        margin-top: 30px;
    }
    .top-bar .left-side, .top-bar .right-side{
        text-align: center;
    }
    .top-bar{
        height: auto;
        padding-bottom: 10px;
    }
    .left-out.animated{
        margin-left: -50px;
        margin-top: -181px;
    }
    .right-out.animated{
        margin-right: -50px;
        margin-top: -202px;
    }
    .section-wrapper .featured-wrapper .featured-box span{
        margin-right: 0;
    }
    .price-holder:nth-of-type(2){
        border-right: 1px solid #cdcdcd;
        border-left: 1px solid #cdcdcd;
        border-bottom: 0;
        border-top: 0;
    }
    .big-wrapper:hover .price-holder:nth-of-type(2){
        border-bottom: 1px solid #cdcdcd;
        border-top: 1px solid #cdcdcd;
    }
    .page-slider{
        margin-bottom: 40px;
    }
    .page-content.contact-wrapper p{
        margin-top: 20px;
    }
    .detail-page-feature{
        height: auto;
    }
    .want-wrapper,.want-wrapper .animate-in.animated{
        text-align: center;
    }
    .want-wrapper a{
        float: none;
        margin-top: 20px;
    }
    .slider-wrapper .rider-slider h1{
        margin-top: 7% !important;
    }
    .slider-wrapper .rider-slider small{
        margin-top: 10% !important;
    }
    .slider-wrapper .rider-slider span{
        margin-top: 15% !important;
    }
    .slider-wrapper .rider-slider p{
        margin-top: 12% !important;
    }
    .slider-wrapper .rider-slider span.spliter{
        margin-top: 11% !important;
    }
    .slider-wrapper .rider-slider a{
        margin-top: 14% !important;
    }
    .slider-wrapper .rider-slider .last-slide h1{
        left:auto !important;
        right: 50px !important;
    }
    .slider-wrapper .rider-slider .last-slide small{
        left:auto !important;
        right: 50px !important;
    }
    .slider-wrapper .rider-slider .last-slide span{
        left:auto !important;
        right: 50px !important;
    }
    .slider-wrapper .rider-slider .last-slide p{
        left:auto !important;
        right: 50px !important;
    }
    .slider-wrapper .rider-slider .last-slide span.spliter{
        left:auto !important;
        right: 50px !important;
    }
    .slider-wrapper .rider-slider .last-slide a{
        left:auto !important;
        right: 50px !important;
    } 
}
@media only screen and (max-width: 600px) {
    .mac{
        width: 250px;
    }
    .laptop{
        width: 150px;
    }
    .ipad{
        width: 70px;
    }

}
@media only screen and (max-width: 500px) {
    .section-wrapper .heding-wrapper h3{
        font-size: 28px;
    }
    .services-content .overlap h4 small{
        font-size: 14px;
    }
    .services-content .overlap h4{
        font-size: 22px;
        margin-left: 15px;
    }
    .services-content .overlap span{
        font-size: 12px;
        padding: 4px 12px;
    }
    .services-content:hover .overlap span{
        margin-left: 15px
    }
    .section-wrapper .responsive-wrapper h2{
        font-size: 22px;
    }
    .section-wrapper .responsive-wrapper p{
        padding: 0;
    }
    .section-wrapper .heding-wrapper h3{
        font-size: 24px;
    }
    .testimonial-wrapper h2{
        font-size: 30px;
    }
    p{
        text-align: justify;
    }
    .slider-wrapper .rider-slider small,.slider-wrapper .rider-slider p{
        font-size: 14px !important;
    }
    .slider-wrapper .rider-slider a{
        font-size: 12px !important;
        padding: 5px 10px !important;
    }
    .ms-nav-prev,.ms-nav-next{
        display: none !important;
    }
    .page-content-wrapper h1{
        font-size: 28px;
    }
}
@media only screen and (max-width: 479px) {
    .contact-holder .left-detail{
        margin: 0 0 10px;
        width: 100%;
        text-align: center;
    }
    .contact-holder .right-detail{
        width: 100%;
        text-align: center;
    }
    .contact-holder .detail-holder{
        margin-bottom: 25px;
    }
    .contact-background{
        min-height: 1070px;
    }
}
@media only screen and (max-width: 321px) {
    .container{
        overflow: hidden;
    }
}
