html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    zoom:1;
	   font-family: 'Raleway';
	
}

a, input, textarea, button, select {outline: none;}
a:hover, h1:focus, h2:focus, h3:focus, h4:focus, h5:focus, h6:focus {text-decoration: none;}
a:focus, input:focus, textarea:focus, button:focus, select:focus {outline: none !important;text-decoration: none;}
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.group { display: inline-block; clear: both; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}

body {
    line-height: 1;
    font-size: 62.5%;
    font-family: 'LatoRegular';
    color: #000;
}
body img{
    max-width: 100%;
    width: auto\9;
    height: auto;
    vertical-align: middle;
    border: 0;
}
.clear{
    clear: both;
}
.font-awesome{
    font-family: 'FontAwesome';
}
#page-wrap{
    overflow: hidden;
    webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.container {
    position: relative;
    z-index: 2;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px  !important;
    }
}


/* PRELOADER */
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    margin: auto;
    left: 0; right: 0; top: 0; bottom: 0;
    background: #222;
    z-index: 999999999999;
    text-align: center;
}
#preloader .inner {
    position: absolute;
    width: 150px; height: 266px;
    overflow: hidden;
    margin: auto;
    top: 50%;
    left: 0; right: 0;
    z-index: 9;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#preloader .inner .image {
    overflow: hidden;
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}
#preloader .inner .img2 {
    position: absolute;
    top: 30px; left: -27px;
    z-index: -1;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-animation: preloader-ef 10s ease infinite;
    -moz-animation: preloader-ef 10s ease infinite;
    animation: preloader-ef 10s ease infinite;
}
@-webkit-keyframes preloader-ef {
    0% {top: 30px; left: -27px;}
    10% {top: 50px; left: 27px;}
    20% {top: -40px; left: -15px;}
    30% {top: 40px; left: -20px; -webkit-transform: scale(1.3);}
    40% {top: 60px; left: 0px;}
    50% {top: 30px; left: -27px;}
    60% {top: 45px; left: 0px;}
    70% {top: -20px; left: 10px;}
    80% {top: 0px; left: -22px;}
    90% {top: 10px; left: 20px; -webkit-transform: scale(1.3);}
    100% {top: 30px; left: -27px;}
}
@-moz-keyframes preloader-ef {
    0% {top: 30px; left: -27px;}
    10% {top: 50px; left: 27px;}
    20% {top: -40px; left: -15px;}
    30% {top: 40px; left: -20px; -moz-transform: scale(1.3);}
    40% {top: 60px; left: 0px;}
    50% {top: 30px; left: -27px;}
    60% {top: 45px; left: 0px;}
    70% {top: -20px; left: 10px;}
    80% {top: 0px; left: -22px;}
    90% {top: 10px; left: 20px; -moz-transform: scale(1.3);}
    100% {top: 30px; left: -27px;}
}
@keyframes preloader-ef {
    0% {top: 30px; left: -27px;}
    10% {top: 50px; left: 27px;}
    20% {top: -40px; left: -15px;}
    30% {top: 40px; left: -20px; transform: scale(1.3);}
    40% {top: 60px; left: 0px;}
    50% {top: 30px; left: -27px;}
    60% {top: 45px; left: 0px;}
    70% {top: -20px; left: 10px;}
    80% {top: 0px; left: -22px;}
    90% {top: 10px; left: 20px; transform: scale(1.3);}
    100% {top: 30px; left: -27px;}
}
#preloader .circle-ef {
    width: 130px; height: 130px;
    position: absolute;
    border: 2px solid #303030;
    border-radius: 50%;
    margin: auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    left: 0; right: 0; top: 0; bottom: 23px;
    z-index: 99;
    -webkit-animation: circle-ef 1s linear infinite;
    -moz-animation: circle-ef 1s linear infinite;
    animation: circle-ef 1s linear infinite;
}
@-webkit-keyframes circle-ef {
    100% {-webkit-transform: rotate(360deg)}
}
@-moz-keyframes circle-ef {
    100% {-moz-transform: rotate(360deg)}
}
@keyframes circle-ef {
    100% {transform: rotate(360deg)}
}
#preloader .circle-ef:after {
    content: '';
    display: block;
    position: absolute;

}
.preloader-ef {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
#preloader.preloader-ef .inner .img2,
#preloader.preloader-ef .inner .circle-ef {
    display: none;
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
}
#preloader.preloader-ef .image {
    background: #d0d0d0;
}

/* nicescroll */
#ascrail2000 {
    opacity: .6 !important;
    z-index: 999999999 !important;
    width: 5px !important;
    background-color: rgba(0,0,0,.15) !important;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
#ascrail2000 div {
    width: 5px !important;
    border-radius: 0 !important;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
#ascrail2000:hover,
#ascrail2000:hover div {
    opacity: 1 !important;
}
/* Section overlay */
.section-overlay-black {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5MTAxQjA0M0VBMUYxMUUzOUJCREY4NTUzNkMwOUIzRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5MTAxQjA0NEVBMUYxMUUzOUJCREY4NTUzNkMwOUIzRSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjkxMDFCMDQxRUExRjExRTM5QkJERjg1NTM2QzA5QjNFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjkxMDFCMDQyRUExRjExRTM5QkJERjg1NTM2QzA5QjNFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+RtN/aAAAABJJREFUeNpiYGBg+M+ADAACDAAOBAEAwac3hAAAAABJRU5ErkJggg==);
    z-index: 1;
}
.section-overlay-white {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDQzM2RTA0MkVBMjQxMUUzQjFGOEIxN0RBREJDOTVGNyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDQzM2RTA0M0VBMjQxMUUzQjFGOEIxN0RBREJDOTVGNyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkNDMzZFMDQwRUEyNDExRTNCMUY4QjE3REFEQkM5NUY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkNDMzZFMDQxRUEyNDExRTNCMUY4QjE3REFEQkM5NUY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+sl0ucQAAABZJREFUeNpi+g8BDEwMDAyMQMwAEGAAYesG/z03/gcAAAAASUVORK5CYII=);
    opacity: 0.5;
    z-index: 1;
}
/*Navigation Left*/
#nav-left{
    position: fixed;
    top: 58%;
    left: 20px;
    z-index: 999;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#nav-left ul li{
    border-width:2px;
    border-style: solid;
    border-color: transparent;
    margin-bottom: 14px;
    width: 14px;
    height: 14px;
    border-radius:100%;
    -webkit-transition: border-color .3s linear;
    -moz-transition: border-color .3s linear;
    -ms-transition: border-color .3s linear;
    -o-transition: border-color .3s linear;
    transition: border-color .3s linear;
}
#nav-left ul li a{
    display: block;
    position: relative;
    width: 10px;
    height: 10px;
    background-color: #c0c0c0;
    border-radius:100%;
    -webkit-border-radius:100%;
    -ms-border-radius:100%;
    text-indent: -9999px;
    -webkit-transition: border .3s linear;
    -moz-transition: border .3s linear;
    -ms-transition: border .3s linear;
    -o-transition: border .3s linear;
    transition: border .3s linear;
}
#nav-left ul li a:before{
    display: block;
    content: '';
    border:5px solid transparent;
    border-right:5px solid #ff2b42;
    left: 15px;
    top:0;
    width: 0;
    height: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
#nav-left ul li a:after{
    content: attr(title);
    display: block;
    position: absolute;
    left: 25px;
    text-indent: 0;
    min-width: 90px;
    font-weight: bold;
    height: 30px;
    padding:0 5px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    line-height: 30px;
    top: 50%;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
#nav-left ul li.weFetch a:after {
	 min-width: 115px;
}
#nav-left ul li.clothDonat a:after {
	 min-width: 170px;
}

#nav-left ul li:hover a{
    background-color: transparent;
}
#nav-left ul li:hover a:before,#nav-left ul li:hover a:after{
    opacity: 1;
    visibility: visible;
}

#nav-left ul li.current-page-item a{
    background-color: transparent;
}

/*End Navigation Left*/

/*Navigation*/
#nav-menu{
    background-color:#222222;
    padding: 100px 0 50px;
    height: 100%;
    position: fixed;
    z-index: 9999;
    width: 270px;
    right:-270px;
    webkit-transition: all .5s cubic-bezier(0,1,0.7,1);
    -moz-transition: all .5s cubic-bezier(0,1,0.7,1);
    -ms-transition: all .5s cubic-bezier(0,1,0.7,1);
    -o-transition: all .5s cubic-bezier(0,1,0.7,1);
    transition: all .5s cubic-bezier(0,1,0.7,1);
}

.nav-menu-ef {
    right: 0 !important;
    opacity: 1 !important;
}
#nav-menu #close-menu{
    display: block;
    float: right;
    margin-right: 30px;
    cursor: pointer;
    width: 13px;
    height: 13px;
    background: url('../images/icon-close.png') no-repeat 0 50%;
}
.menu-nav{
    clear: both;
    margin: 0 !important;
    position: relative;
    right: -70px;
    opacity: 0;
    webkit-transition: all .5s cubic-bezier(0,1,0.5,1) .18s;
    -moz-transition: all .5s cubic-bezier(0,1,0.5,1) .18s;
    -ms-transition: all .5s cubic-bezier(0,1,0.5,1) .18s;
    -o-transition: all .5s cubic-bezier(0,1,0.5,1) .18s;
    transition: all .5s cubic-bezier(0,1,0.5,1) .18s;
}
.menu-nav li{
    position: relative;
    display: block;
    background: #222;
    padding: 0 30px;
    box-sizing: border-box;
}
.menu-nav li a{
    display: block;
    color: #696969;
    font-weight: bold;
    text-transform: uppercase;
    font: 900 1.3em/40px 'LatoRegular';
    border-bottom: 1px solid #2b2b2b;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.menu-nav li:last-child a {
    border: 0;
}

.menu-nav .sub-menu {
    position: absolute;
    width: 200px;
    top: 0; left: 0;
    visibility: hidden;
    background: #222;
    padding: 5px 0;
    z-index: -1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    webkit-transition: all .5s cubic-bezier(0,1,0.5,1) .3s;
    -moz-transition: all .5s cubic-bezier(0,1,0.5,1) .3s;
    -ms-transition: all .5s cubic-bezier(0,1,0.5,1) .3s;
    -o-transition: all .5s cubic-bezier(0,1,0.5,1) .3s;
    transition: all .5s cubic-bezier(0,1,0.5,1) .3s;
}
.menu-nav .sub-menu li {
    width: auto;
    padding: 0 15px;
}
.menu-nav .sub-menu a {
    font-size: 1.1em;
}
.menu-nav li:hover .sub-menu {
    left: -200px;
    visibility: visible;
    webkit-transition: all .5s cubic-bezier(0,1,0.5,1);
    -moz-transition: all .5s cubic-bezier(0,1,0.5,1);
    -ms-transition: all .5s cubic-bezier(0,1,0.5,1);
    -o-transition: all .5s cubic-bezier(0,1,0.5,1);
    transition: all .5s cubic-bezier(0,1,0.5,1);
}
/*End Navigation*/


/*Header*/
    /*Header*/
    
    #header{
        height: 80px;
        top: 45px;
        width: 100%;
        position: absolute;
        z-index: 999;
    }
    .logo{
        float: left;
    }
    .logo a{
        text-indent: -9999px;
        background: url('../images/logo.png') no-repeat 0 50%;
        display: block;
        width:200px;
        height: 106px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    #button-menu{
        display: block;
        float: right;
        width: 28px;
        height: 17px;        
        cursor: pointer;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        background:url('../images/colors/red/menu-button.png') no-repeat left top;
        margin-top: 24px;
    }
    #button-menu:hover{
        background:url('../images/colors/red/menu-button.png') no-repeat right top;
    }
    #menu-top{
        float: right;
        height: 17px;
        margin-top: 29px;
        position: relative;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
        top: -999px;
    }
    #menu-top li{
        float: left;
        height: 17px;
        margin-right: 45px;
    }
    #menu-top li a{
        font: 900 1.3em/17px 'LatoRegular';
        text-transform: uppercase;
        color: #fff;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }

    /*Sticky Header*/
    #header-sticky-wrapper{
        height: auto !important;
    }
    .header-sticky #header{
        background-color: #222222;
        z-index: 99999;
        -webkit-animation: sticky-ef .5s ease;
        -moz-animation: sticky-ef .5s ease;
        animation: sticky-ef .5s ease;
    }
    @-webkit-keyframes sticky-ef {
        0% {top: -100px; opacity: 0;}
        100% {top: 0; opacity: 1;}
    }
    @-moz-keyframes sticky-ef {
        0% {top: -100px; opacity: 0;}
        100% {top: 0; opacity: 1;}
    }
    @keyframes sticky-ef {
        0% {top: -100px; opacity: 0;}
        100% {top: 0; opacity: 1;}
    }
    .header-sticky .logo a{
        background: url('../images/logo-scroll.png') no-repeat 0 50%;
    }
    .header-sticky #button-menu{
        background: url('../images/colors/red/menu-button.png') no-repeat left bottom;
        margin-top: 29px;
    }
    .header-sticky #button-menu:hover{
     background: url('../images/colors/red/menu-button.png') no-repeat right bottom;
    }
    .header-sticky #menu-top{
        top: auto;
    }
    /*End Sticky Header*/

/*End Header*/
.parallax{
    position: relative;
    background-position: 50% 0;
    background-attachment: fixed !important;
    background-repeat: no-repeat;
}
/*Banner*/
#banner{
    position: relative;
    background-image: url('../images/parallax/image-parallax-1.jpg');
	background-color:#d6d6d6\9;
}
.head-ct {
    position: absolute;
    left: 0; right: 0;
    top: 78%;
    z-index: 9;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#owl-banner .item{
    text-align: center;
}
#owl-banner .item h2 {
    text-transform: uppercase;
    color: #000;
    font-weight: 900;
	/* font-size: 9em;*/
	font-size: 5em;
    -webkit-transition: color .3s linear;
    -moz-transition: color .3s linear;
    -ms-transition: color .3s linear;
    -o-transition: color .3s linear;
    transition: color .3s linear;
}
.head-ct h3 {
    padding: 10px 20px;
    margin-top: 9px;
    display: inline-block;
    font-size: 2em;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 1px;
    -webkit-transition: color .3s linear;
    -moz-transition: color .3s linear;
    -ms-transition: color .3s linear;
    -o-transition: color .3s linear;
    transition: color .3s linear;
}
#banner .icon-banner{
    display: block;
    width: 22px;
    height: 36px;
    position: absolute;
    bottom: 25px;
    right: 0;
    left:0;
    z-index: 9;
    margin:auto;
    background:url('../images/icon-banner.png') no-repeat center top;
    cursor: pointer;
    -webkit-animation: icon-ef 1.5s ease infinite;
    -moz-animation: icon-ef 1.5s ease infinite;
    animation: icon-ef 1.5s ease infinite;
}
@-webkit-keyframes icon-ef {
    0%{opacity: 0.2; bottom: 30px;}
    50%{opacity: 1; bottom: 25px;}
    100%{opacity: 0.2; bottom: 30px;}
}
@-moz-keyframes icon-ef {
    0%{opacity: 0.2; bottom: 30px;}
    50%{opacity: 1; bottom: 25px;}
    100%{opacity: 0.2; bottom: 30px;}
}
@keyframes icon-ef {
    0%{opacity: 0.2; bottom: 30px;}
    50%{opacity: 1; bottom: 25px;}
    100%{opacity: 0.2; bottom: 30px;}
}
/*End Banner*/

/*Title*/
    .title h2{
        font-size: 3em;
       font-size: 2em\9;
		font-weight: 900;
        position: relative;
		text-transform: uppercase;
        margin-top: 70px;
        color: #222;
    }
    .title h2:before{
        content: '';
        width: 58px;
        height: 4px;
        position: absolute;
        display: block;
		font-size: 3em;
		
		font-size: 2em\9;
		font-weight: 900; 
		text-transform: uppercase;
        left:0;
    }
	  .title h3{
        font-size: 2em;
     
			font-size: 1.5em\9;
		line-height:20px\9;
		font-weight: 900;
        position: relative;
		text-transform: uppercase;
        margin-top: 70px;
        color: #222;
    }
    .title h3:before{
        content: '';
        width: 58px;
        height: 4px;
        position: absolute;
        display: block;
		font-size: 2em;
		/*font-size: 1em\9;*/
		font-weight: 900; 
		text-transform: uppercase;
        left:0;
    }
    .title p{
        font:300 2em/1.6em 'LatoRegular';
      font:300 16px\9 'LatoRegular';
        margin-top: 10px;
    }
	
	.h2new {color: #222;
    font-size: 3em;
    font-weight: 900;
    margin-top: 40px;
    position: relative;
    text-transform: uppercase;}
	
	.title1 h2{
        font-size: 3em;		
     font-size: 22px\9;	
		font-weight: 900; 
		text-transform: uppercase;
        position: relative;
        margin-top: 40px;
        color: #fff;

    }
	
	
	.title2 h2{
        font-size: 4em;		
     font-size: 22px\9;	
		font-weight: 900; 
		text-transform: uppercase;
        position: relative;
        margin-top: 40px;
        color: #fff;

    }
	
	    .title1 h2:before{
        content: '';
        width: 58px;
        height: 4px;
        
        position: absolute;
        display: block;
        top: -15px;
        left:0;
    }
    .title1 p{
        font:300 2em/1.6em 'LatoRegular';
        margin-top: 10px;
    }
/*End Title*/

/*About*/
#about{
    background: #fff;
    min-height: 655px;
    padding-bottom: 30px;
}
#about .title h2{
    margin-top: 100px;
}
#about p{
    margin-top: 20px;
    font: 300 1.7em/2em 'LatoRegular';
    color: #696969;
	color:#444444;

}
#about a{
    display: block;
    width: 110px;
    height: 32px;
    text-align: center;;
    text-transform: uppercase;
    line-height: 32px;
    font-size: 1.3em;
    color: #fff;
    margin-top: 45px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
#about .about-img{
    position: relative;
    width: 100%;
    top: -35px;
}
#about .about-img img {
    width: 100%;
	    width: auto\9;
    max-width: 300px;
    position:absolute;
    right: 15px;

}
/*End About*/

/*Services*/
#services{
    min-height: 680px;
    padding-bottom: 30px;
    background-image: url('../images/parallax/image-parallax-2.jpg');
	width:100%;
	height:100%;
	background-size:cover;
}
#services .title h2{

    color: #fff;
    font-size: 5em;
    font-size: 2em\9;
    font-weight: 900;
	top:50px;
}
#services .title h2:before{
    display: none;
}
#services .title p{
    color: #fff;
    margin-top: 4px;
}
#owl-services .item{
    margin: 35px 15px 0 15px;
    padding:25px 10px 30px 10px;
    text-align: center;

}
#owl-services .item .icon {
    font-size: 48px;
    color: #fff;
}
#owl-services .item h2{
    font-size: 1.6em;
    font-size: 16px\9;
    color: #fff;
    font-weight: 900;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-top: 12px;
}
#owl-services .item p{
    color:#000;
    margin-top: 20px;
    font:300 1.6em/1.8em 'LatoRegular';
}
#owl-services .item a{
    display: inline-block;
    width: 108px;
    height: 34px;
    padding: 0 10px;
    color: #fff;
    border:1px solid #fff;
    font:700 1.2em/34px 'LatoRegular';
    margin-top: 20px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#owl-services .item a img.icon {
    display: inline-block;
    margin-left: 6px;
    margin-top: -2px;
}


#owl-services .item1{
    margin: 35px 15px 0 15px;

    padding:25px 10px 30px 10px;
    text-align: center;

}
#owl-services .item1 .icon {
    font-size: 48px;
    color: #fff;
}
#owl-services .item1 h2{
    font-size: 1.6em;
    color: #fff;
    font-weight: 900;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-top: 12px;
}
#owl-services .item1 p{
    color:#000;
    margin-top: 20px;
    font:300 1.6em/1.8em 'LatoRegular';
}
#owl-services .item1 a{
    display: inline-block;
    width: 108px;
    height: 34px;
    padding: 0 10px;
    color: #fff;
    border:1px solid #fff;
    font:700 1.2em/34px 'LatoRegular';
    margin-top: 20px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#owl-services .item1 a img.icon {
    display: inline-block;
    margin-left: 6px;
    margin-top: -2px;
}

#owl-services .owl-controls{
    text-align: center;
    margin: 0px 15px;
    text-align: center;
    font-size: 0;
    position: relative;
    z-index: 10;
    margin-top: 28px;
}
#owl-services .owl-controls .owl-buttons div{
    display: inline-block;
    font: 14px FontAwesome;
    height: 23px;
    width: 23px;
    line-height: 20px;
    color: #fff;
    border:1px solid #fff;
    text-align: center;;
    margin: 0 5px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
#owl-services .item a:hover{
    border:1px solid #ff2b42;
}
#owl-services .owl-controls .owl-buttons div:hover {
    border: 1px solid #ff2b42;
}


#owl-services .owl-controls{
    text-align: center;
    margin: 0px 15px;
    text-align: center;
    font-size: 0;
    position: relative;
    z-index: 10;
    margin-top: 28px;
}
#owl-services .owl-controls .owl-buttons div{
    display: inline-block;
    font: 14px FontAwesome;
    height: 23px;
    width: 23px;
    line-height: 20px;
    color: #fff;
    border:1px solid #fff;
    text-align: center;;
    margin: 0 5px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
#owl-services .item a:hover{
    border:1px solid #ff2b42;
}
#owl-services .owl-controls .owl-buttons div:hover {
    border: 1px solid #ff2b42;
}

/*End Services*/

/*No Funfacts*/
    #funfacts{
        min-height: 290px;
        padding-bottom: 30px;
    }
    #funfacts .item{
        margin-top: 50px;
        text-align: center;
        color: #000;
        overflow: hidden;
    }
    #funfacts .item.color-white{
        color: #fff;
    }
    #funfacts .item p{
        display: inline-block;
        position: relative;
    }
    #funfacts .item p .countup{
        font: 900 8em 'LatoRegular';
    }
    #funfacts .item p .plus{
        position: absolute;
        top: -15px;
        right: -25px;
        font: 900 4.8em 'LatoRegular';
    }
    #funfacts .item h3{
        font-size: 1.5em;
        text-transform: uppercase;
        margin-top: 14px;
        font-weight: 900;
    }
/*End Funfacts*/

/*Our Team*/
#team{
    background-color: #fff;
    min-height: 810px;
    padding-bottom: 30px;
}
#team .title h2{
    margin-top:130px;
}
#team .title h2:before{
    top:auto;
    bottom:-15px;
}
#team .title p{
    margin-top: 35px;
    font-size: 1.8em;
}
#team .item{
    margin-top: 83px;
    cursor: pointer;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 18px;
    text-align: center;
    -webkit-transition: border-color .4s linear;
    -moz-transition: border-color .4s linear;
    -ms-transition: border-color .4s linear;
    -o-transition: border-color .4s linear;
    transition: border-color .4s linear;
}

#team .item .img{
    position: relative;
    overflow: hidden;
}
#team .item .img img{
    width: 100%;
}
#team .item .img .content {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    webkit-transition: all .4s cubic-bezier(0,1,0.5,0.98);
    -moz-transition: all .4s cubic-bezier(0,1,0.5,0.98);
    -ms-transition: all .4s cubic-bezier(0,1,0.5,0.98);
    -o-transition: all .4s cubic-bezier(0,1,0.5,0.98);
    transition: all .4s cubic-bezier(0,1,0.5,0.98);
}
#team .item .img .content p{
    margin-top: 60px;
    color: #fff;
    line-height: 1.8em;
    font-weight: 400;
    font-size: 1.4em;
    text-align: left;
}
#team .item .img .content a .fa{
    display: block;
    float: left;
    margin-top: 15px;
    margin-right: 10px;
    color: #fff;
    background-color: rgba(225,225,225,0.5);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    width: 40px;
    height: 40px;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}
#team .item .img .content a .fa-twitter:hover{
    background-color: #fff;
    color: #00acee;
}
#team .item .img .content a .fa-pinterest:hover{
    background-color: #fff;
    color: #dc222a;
}
#team .item h3{
    font-weight: 900;
    font-size: 1.6em;
    text-transform: uppercase;
    margin-top: 30px;
}
#team .item span{
    font: 1.2em 'LatoRegular';
    margin-top: 8px;
    display: inline-block;
    text-transform: uppercase;
    color: #696969;
}

#team .join-team{
    margin-top: 83px;
    text-align: center;
    -webkit-transition: background-color .4s linear;
    -moz-transition: background-color .4s linear;
    -ms-transition: background-color .4s linear;
    -o-transition: background-color .4s linear;
    transition: background-color .4s linear;
    position: relative;
}
#team .join-team .content{
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    height: 220px;
}
#team .join-team h2{
    color: #fff;
    font-size: 1.6em;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px;
}
#team .join-team .add-join-team{
    margin-top: 45px;
}
#team .item:hover{
    border-bottom:1px solid #ff2b42;
}
#team .item:hover .img .content{
    top: 0;
}
/*End Our Team*/
/* Skill */
#skill{
	font-weight:900;
    min-height: 680px;
    padding-bottom: 30px;
    background: url('../images/parallax/image-parallax-3.jpg')
}
#skill .title h2{
    color: #fff;
    font-size: 6em;
   font-size: 2em\9;
    font-weight: 900;
	text-transform: uppercase;
}
#skill .title h2:before{
    display: none;
}
#skill .title p{
    color: #fff;
    margin-top: 5px;
}
#skill .item{
    margin-top: 100px;
    text-align: center;
}
.chart {
    width:150px;
    height:150px;
    text-align:center;
    position: relative;
    margin: auto;
}
.chart span {
    left: 0;
    text-align:center;
    display: inline-block;
    font: 300 3em/140px 'LatoRegular';
    color: #fff;
    right: 0;
    position: absolute;
}
.chart span:after{
    content: '%';
    margin-left: 0.1em;
    font-size: .8em;
}
#skill .item h2{
    font-size: 1.8em;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    margin-top: 25px;
    letter-spacing: 1px;
}

/*End Skill*/

/*Work*/
    #work{
        background-color: #fff;
		height:auto !important;
    }
    
    #work .title h2{
        /*margin-top:130px;*/
    }
    #work .title h2:before{
        top:auto;
        bottom:-15px;
    }
    #work .title p{
        margin-top: 27px;
        font-size: 2em;
        font-size: 16px\9;
    }
    #work #filters{
        margin-top: 50px;
    }
    #work #filters ul{
        font-size: 0;
    }
    #work #filters ul li{
        display: inline-block;
        margin-top: 10px;
        font-size: 11px;
        margin-left: 45px;
        border-bottom: 1px solid #fff;
        line-height: 18px;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }
    #work #filters ul li:first-child{
        margin-left: 0;
    }
    #work #filters ul li a{
        color: #9a9a9a;
        text-transform: uppercase;
        font-weight: bold;
        font: 1.2em;
    }
    #work #filters ul li.select-filter{
        border-bottom:1px solid #ff2b42;
    }
    #work #filters ul li:hover{
        border-bottom:1px solid #ff2b42;
    }
    #work-wrap{
        margin-top: 93px;
    }
    #work-wrap .work-item{
        position: relative;
        overflow: hidden;
    }
    #work-wrap .work-item .work-image img{
        width: 100%;
        display: block;
        border:0;
    }
    #work-wrap .work-item .caption {
        position: absolute;
        width: 100%;
        height: 100%;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        cursor: pointer;
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        -webkit-transition: all .5s cubic-bezier(0,1,0.8,1);
        -moz-transition: all .5s cubic-bezier(0,1,0.8,1);
        -ms-transition: all .5s cubic-bezier(0,1,0.8,1);
        -o-transition: all .5s cubic-bezier(0,1,0.8,1);
        transition: all .5s cubic-bezier(0,1,0.8,1);
    }


    #work-wrap .work-item:hover .caption{
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    #work-wrap .work-item .caption .caption-box {
        margin: auto;
        padding: 15px 0;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 17%;
        right: 17%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #work-wrap .work-item .caption .caption-box:before {
        content: '';
        display: block;
        position: absolute;
        background: #fff;
        width: 100%; height: 1px;
        margin: auto;
        top: -100px; left: 0; right: 0;
        -webkit-transition: all .4s cubic-bezier(0,1,0.8,1);
        -moz-transition: all .4s cubic-bezier(0,1,0.8,1);
        -ms-transition: all .4s cubic-bezier(0,1,0.8,1);
        -o-transition: all .4s cubic-bezier(0,1,0.8,1);
        transition: all .4s cubic-bezier(0,1,0.8,1);
    }
    #work-wrap .work-item .caption .caption-box:after {
        content: '';
        display: block;
        position: absolute;
        background: #fff;
        width: 100%; height: 1px;
        margin: auto;
        bottom: -100px; left: 0; right: 0;
        -webkit-transition: all .4s cubic-bezier(0,1,0.8,1);
        -moz-transition: all .4s cubic-bezier(0,1,0.8,1);
        -ms-transition: all .4s cubic-bezier(0,1,0.8,1);
        -o-transition: all .4s cubic-bezier(0,1,0.8,1);
        transition: all .4s cubic-bezier(0,1,0.8,1);
    }
    #work-wrap .work-item:hover .caption .caption-box:before {
        top: 0;
    }
    #work-wrap .work-item:hover .caption .caption-box:after {
        bottom: 0;
    }
    #work-wrap .work-item .caption .caption-box h2{
        text-transform: uppercase;
        color: #fff;
        font-size: 1.8em;
        font-weight: 700;
        letter-spacing: 2px;
    }
    #work-wrap .work-item .caption .caption-box span{
        color: #fff;
        margin-top: 5px;
        font-size: 1.3em;
        display: block;
        letter-spacing: 1px;
    }
    /* Start: Recommended Isotope styles */
    /**** Isotope Filtering ****/
    .isotope-item {
        z-index: 2;
    }
    .isotope-hidden.isotope-item {
        pointer-events: none;
        z-index: 1;
    }
    /**** Isotope CSS3 transitions ****/
    .isotope,
    .isotope .isotope-item {
        -webkit-transition-duration: 0.6s;
        -moz-transition-duration: 0.6s;
        -ms-transition-duration: 0.6s;
        -o-transition-duration: 0.6s;
        transition-duration: 0.6s;
        -webkit-transition-delay: .05s;
        -moz-transition-delay: .05s;
        -ms-transition-delay: .05s;
        -o-transition-delay: .05s;
        transition-delay: .05s;
        -webkit-transition-timing-function: cubic-bezier(1,0,0.5,1);
        -moz-transition-timing-function: cubic-bezier(1,0,0.5,1);
        -ms-transition-timing-function: cubic-bezier(1,0,0.5,1);
        -o-transition-timing-function: cubic-bezier(1,0,0.5,1);
        transition-timing-function: cubic-bezier(1,0,0.5,1);
    }
    .isotope {
        -webkit-transition-property: height, width;
        -moz-transition-property: height, width;
        -ms-transition-property: height, width;
        -o-transition-property: height, width;
        transition-property: height, width;
    }
    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property:    -moz-transform, opacity;
        -ms-transition-property:     -ms-transform, opacity;
        -o-transition-property:      -o-transform, opacity;
        transition-property:         transform, opacity;
    }
    /**** disabling Isotope CSS3 transitions ****/
    .isotope.no-transition,
    .isotope.no-transition .isotope-item,
    .isotope .isotope-item.no-transition {
        -webkit-transition-duration: 0s;
        -moz-transition-duration: 0s;
        -ms-transition-duration: 0s;
        -o-transition-duration: 0s;
        transition-duration: 0s;
    }
    /* End: Recommended Isotope styles */
    /* disable CSS transitions for containers with infinite scrolling*/
    .isotope.infinite-scrolling {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

#ajax-section {
    position: relative;
}
#ajax-section:after {
    content: '';
    display: block;
    clear: both;
}
#ajax-content-outer {
    width: 100%;
    overflow: hidden;
    position: relative;
}
#ajax-content-inner {
    overflow: hidden;
}
#ajaxpage {
    overflow: hidden;
}
#ajaxpage .item img {
    width: 100%;
}
#ajaxpage h4 {
    font-size: 1.8em;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px;
}
#ajaxpage .about-pj {
    margin-bottom: 25px;
}
#ajaxpage .about-pj p {
    color: #696969;
    margin-top: 20px;
    font: 300 1.6em/1.8em 'LatoRegular';
}
#ajaxpage .detail-pj ul li {
    color: #696969;
    font: 300 1.3em/1.5em 'LatoRegular';
    line-height: 40px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
#ajaxpage .detail-pj ul li:last-child {
    border: 0;
}
#ajaxpage .detail-pj ul li .list-tt {
    text-transform: uppercase;
}
#ajaxpage .detail-pj ul li .list-tt a.link {
    color: #010101;
    display: block;
    font-size: 13px;
    height: 35px;
    line-height: 31px;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 115px;
    border:2px solid #222;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#ajaxpage .col {
    margin-top: 30px;
}
.w-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0px;
    overflow: hidden;
}
.w-video iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0px none;
}
#project-navigation {
    position: absolute;
    top: -15px;
    width: 100%;
    z-index: 2;
}
#project-navigation ul {
    display: none;
    text-align: center;
}
#project-navigation ul li {
    display: inline-block;
    margin: 0 10px;
}
#ajax-section #loader {
    width: 100%;
    height: 45px;
    display: none;
    position: absolute;
    top: 100px;
}
#ajax-section #loader.projectError {
    text-align: center;
    height: auto !important;
    background-position: top center;
}
#ajax-section #loader.projectError p {
    display: none;
    padding-top: 16px;
}
#ajax-section #loader {
    background: url(/web/20190118150745im_/https://themoustachelaundry.com/assets/images/loader.gif) center center no-repeat;
}
#ajax-section #loader.projectError p {
    color: #666 !important;
}
#closeProject a {
    display: inline-block !important;
    font-size: 20px;
    color: transparent;
    width: 18px; height: 16px;
    background: url('../images/colors/red/w-close.png') no-repeat left top;
    z-index: 999;
    cursor: pointer;
}
#closeProject a:hover {
    background: url('../images/colors/red/w-close.png') no-repeat right top;
}
#nextProject .fa,
#prevProject .fa {
    font-size: 30px;
    color: #c0c0c0;
}
.owl-box.owl-theme .owl-controls {
    height: 0;
    margin: 0;
    padding: 0;
}
.owl-box.owl-theme .owl-buttons div {
    background-color: #fff;
    opacity: .8;
    bottom: 0;
    color: #000;
    display: block;
    font-family: 'FontAwesome';
    font-size: 17px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 28px;
    z-index: 999;
    font-weight: bold;
}
.owl-box.owl-theme .owl-buttons div:hover {
    background-color: rgba(255,43,66,1);
    opacity: .8;
    color: #fff;
}
.owl-box.owl-theme .owl-buttons .owl-prev {
    left: 0;
}
.owl-box.owl-theme .owl-buttons .owl-next {
    right: 0;
}
/*End WOrk*/

/*Out Process*/
    #process{
        background-color: #fff;
    }
    #process .title {
        text-align: center;
    }

    #process .title h2{
        display: inline-block;
        margin-top: 110px;
    }
    #process .title h2:before{
        left: 0;
        right: 0;
        margin: auto;
        bottom: -15px;
        top: auto;
    }
      #process .item{
        margin-top: 10px;
        text-align: center;
        cursor: pointer;
        position: relative;
        padding-top: 48px;
      }

      #process .item .icon{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        font-size: 48px;
        color: #000;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
      }
      #process .item .hr{
        height: 3px;
        background-color: #e3e3e3;
        display: block;
        position: relative;
        margin-top: 28px;
      }
      
      #process .item h2{
        font-size: 1.6em;
       font-size: 16px\9;
        text-transform: uppercase;
        font-weight: 900;
        margin-top: 20px;
        color: #222;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
      }
      #process .item p{
        border:1px solid #a5a5a5;
        padding:32px 17px;
        min-height: 245px;
        margin-top: 22px;
        font: 300 1.6em/1.8em 'LatoRegular';
        font: 300 14px\9 'LatoRegular';
        color: #696969;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
		text-align:left;
		line-height:20px\9;
		
      }
      #process .item:hover p{
        background: #222;
        color: #ffffff;
      }
      #process .item .hr:after{
        display: block;
        content: '';
        position: absolute;
        top: -10px;
        width: 0;
        height: 0;
        right: 0;
        left: 0;
        margin: auto;
        border:6px solid transparent;
        border-top: 6px solid #222222;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
      }
      #process .item .hr:before{
        display: block;
        content: '';
        position: absolute;
        left: -30px;
        top: 0;
        height: 3px;
        width: 30px;
        background-color: #e3e3e3;
      }
      #process .item:hover .hr:after{
        border-top: 6px solid #ff2b42;
      }
      #process .even:last-child .item{
        display: none;
      }
    .do-you-love-us-yet{
        text-align: center;
    }
    .do-you-love-us-yet h3 {
        margin-top: 70px;
        font-size: 4em;
        font-size: 2em\9;
        color: #222;
        text-transform: uppercase;
        font-weight: 300;
    }
    .do-you-love-us-yet a {
        margin-top: 40px;
        display: inline-block;
        min-width: 170px;
        height:40px;
        line-height: 40px;
        font-size: 1.6em;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 95px;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }
    .do-you-love-us-yet a:hover {
        background: #222;
    }
/*End Out Process*/

/*Contact Ucs Slide*/
#twitter{
    min-height: 450px;
    padding-bottom: 30px;
    background-image: url('../images/parallax/image-parallax-4.jpg')
}
#twitter .item {
    text-align: center;
}
#twitter .icon{
    width: 55px;
    height: 55px;
    display: block;
    color: #fff;
    line-height: 55px;
    text-align: center;
    border-radius: 100%;
    font-size: 2.5em;
    margin:70px auto 0 auto;
}
#twitter .item p{
    color: #fff;
    font-size: 2.5em;
    font-weight: 300;
    text-align: center;
    line-height: 1.2em;
    width: 87%;
    margin: 32px auto auto;
}

#twitter .item .time-about{
    color: #b2b2b2;
    margin-top: 28px;
    display: inline-block;
    font-size: 1.4em;
    font-weight: 300;
}
#twitter .item h2{
    font-weight: 700;
    margin-top: 23px;
    font-size: 1.8em;
}
#twitter .owl-buttons{
    text-align: center;
    font-size: 0;
    height: 23px;
    margin-top: 62px;
}
#twitter .owl-buttons div{
    display: inline-block;
    font-size: 14px;
    font-family: 'FontAwesome';
    border:1px solid #fff;
    width: 22px;
    height: 22px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    margin:0 5px 0 5px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
#twitter .owl-buttons div:hover{
    border:1px solid #ff2b42;
}
/*End Contact Ucs Slide

/*Our Plans*/
#plans{
    background-color: #fff;
}

#plans .title h2:before{
    bottom: -15px;
    top: auto;
}
#plans .title p {

font-size: 1.8em;
font-size: 14px\9;
}
#plans .item{
    background-color: #f0f0f0;
    margin-top: 10px;
    text-align: center;
    cursor: pointer;
}
#plans .item .package{
    height: 55px;
    color: #222;
    line-height: 55px;
    font-size: 2em;
    font-size: 16px\9;
    font-weight: 900;
    text-transform: uppercase;
    display: block;
}
#plans .item .price{
    height: 58px;
}
#plans .item .price p{
    display: inline-block;
    color: #fff;
    font:900 24px 'Lato';
   font:900 3em\9 'LatoRegular';
    height: 50px;
   line-height: 50px;
    position: relative;

}
#plans .item .price p span{
    position: absolute;
    color: #fff;
    display: block;
    font-weight: 400;
    font-size: 25px;
}
#plans .item .price p span.currency{
    top: -14px;
    left: -32px;
}
#plans .item .price p span.month{
    bottom: -20px;
    right: -35px;
    font-size: 16px;
}
#plans .item ul{
    padding:15px 0;
    min-height: 203px;
    margin: 0;
}
#plans .item ul li{
    padding:8px;
    color: #696969;
    letter-spacing: 1px;
    font: 300 1.6em/1.4em 'LatoRegular';
    font: 300 14px\9'LatoRegular';
}
#plans .item .sign-up{
    height: 50px;
    background-color: #313131;
    position: relative;
}
#plans .item .sign-up a{
    position: absolute;
    display: block;
    top: 0;
	top: 10\9;
    height: 50px;
    width: 100%;
    text-transform: uppercase;
    font:700 1.6em/60px 'LatoRegular';
   font:700 14px\9 'LatoRegular';
    -webkit-transition: all 1s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    color: #fff;
}
#plans .item:hover .sign-up a{
    top: -20px;
}
/*End Our Plans*/

/*News*/
#news{
    min-height: 945px;
    padding-bottom: 30px;
    position: relative;
    background-image: url('../images/parallax/image-parallax-5.jpg')
}
#news .title h2{
    margin-top: 145px;
    color: #fff;
    font-size: 5.8em;
    font-weight: 900;
}
#news .title p {
color: #fff;
margin-top: 5px;    
}
#news .title h2:before{
    display: none;
}

#owl-news .item{
    margin: 50px 15px 0 15px;
    overflow: hidden;
    color:#fff;
}
#owl-news .item .ct {
    padding-top: 32px;
    padding-bottom: 25px;
}
#owl-news .item .image{
    position: relative;
    display: block;
    overflow: hidden;
}
#owl-news .item .image img{
    width: 100%;
}
#owl-news .item .image:after{
    position: absolute;
    content: '';
    display:block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;

}
#owl-news .item .image:hover:after{
    opacity: 0.6;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
#owl-news .item .image .share{
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    top: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 2em;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    opacity: 0;
    z-index: 1;
}

#owl-news .item .image:hover .share{
    opacity: 1;
    bottom: 0;
}
#owl-news .item h2{
    text-align: center;
    padding: 0 35px;
}
#owl-news .item h2 a{
    text-transform: uppercase;
    font-weight: 900;
    font-size: 2em;
    color: #fff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

#owl-news .item p{
    padding: 0 35px;
    color: #fff;
    text-align: center;
    margin-top: 22px;
    padding-bottom: 15px;
    font: 300 2.0em/1.8em 'LatoRegular';
}
#owl-news .item ul{
    font-size: 0;
    padding: 0 17px;
}
#owl-news .item ul li{
    display: inline-block;
    font: 300 14px 'LatoRegular';
    margin: 0px 17px;
    margin-top: 15px;
    color: #000;
}
#owl-news .item ul li .fa {
    margin-right: 5px;
    font-size: 16px;
}

#owl-news .owl-buttons {
    text-align: center;
    font-size: 0;
    height: 23px;
    margin-top: 65px;
}
#owl-news .owl-buttons div {
    display: inline-block;
    font-size: 14px;
    font-family: 'FontAwesome';
    border: 1px solid #fff;
    width: 22px;
    height: 22px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    margin: 0 5px 0 5px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
#owl-news .owl-buttons div:hover {
    border: 1px solid #ff2b42;
}
/*End News*/
/*Happy Clients*/
#client{
    background-color: #fff;
}
#client .title h2 {
margin-top: 130px;
}
#client .title h2:before {
bottom: -15px;
top: auto;
}
#client .title p {
margin-top: 30px;
font-size: 2em;
}
#client .content{
    margin-top: 45px;
    padding: 0px 15px;
    overflow: hidden;
}
#client .content .item{
    width: 20%;
    float: left;
    margin-top: 20px;
}
#client .content .item img{
    max-width: 100%;
}
/*End Happy Clients*/

/*Slide Testimonial*/
#testimonial{
    margin-top: 80px;
    padding-bottom: 30px;
    min-height: 435px;
    background-image: url('../images/parallax/image-parallax-6.jpg');
}

#testimonial .icon {
width: 55px;
height: 55px;
display: block;
color: #fff;
line-height: 55px;
text-align: center;
border-radius: 100%;
font-size: 2.4em;
margin: 68px auto 0 auto;
}

#testimonial .item {
    text-align: center;
}

#testimonial .item p {
    color: #fff;
    font-size: 3.5em;
    text-align: center;
    line-height: 1.4em;
    width: 85%;
    margin: 45px auto auto;
    font-weight: bold;
}
#testimonial .item h2 {
font-weight: 700;
margin-top: 25px;
font-size: 2.8em;
text-transform: capitalize;;
}

#testimonial .item span {
color: #fff;
margin-top: 35px;
display: inline-block;
font-size: 2.4em;
font-weight: bold;
padding-bottom: 3px;
}
#testimonial .owl-buttons {
text-align: center;
font-size: 0;
height: 23px;
margin-top: 55px;
}
#testimonial .owl-buttons div {
display: inline-block;
font-size: 14px;
font-family: 'FontAwesome';
border: 1px solid #fff;
width: 22px;
height: 22px;
line-height: 20px;
color: #fff;
text-align: center;
margin: 0 5px 0 5px;
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
-ms-transition: all .3s linear;
-o-transition: all .3s linear;
transition: all .3s linear;
}
#testimonial .owl-buttons div:hover {
border: 1px solid #ff2b42;
}

/*End Testimonial*/
/*Contact*/

#contact .title h2 {
    margin-top: 40px;
    font-size: 3em;
   font-size: 2em\9;
    font-weight: 900;
    color: #222222;
}
#contact .title h2:before{
    display: none;
}
#contact .title p{
    margin-top: 5px;
}
#contact .contact-item{
    margin-top: 50px;
}
.contact_for-issues b{
    line-height: 2!important;
    display: block;
}
.logo_bottom-text{
    font-size: 14.5px;
    line-height: 2.33;
    font-weight: 600;
}
#contact .contact-info h2{
    font-size: 1.8em;
   font-size: 16px\9;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 900;
    color: #222222;
    margin-top: 25px;
}
#contact .contact-info div{
    margin-top: 15px;
    overflow: hidden;
}
#contact .contact-info div .fa {
    display: block;
    float: left;
    color: #222;
    background-color: #e7e7e7;
    font-size: 20px;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-weight: bold;
    margin-right: 25px;
}
#contact .contact-info div p{
    color: #222;
    font: 300 1.6em/1.6em 'LatoRegular';
}
#contact .contact-info div p b{
    font: bold 14px\9 'LatoRegular';
	font: bold 15px/45px 'LatoRegular';
    color: #222;
}
#contact .contact-info div p b a{
    color: #222;
}
#contact .contact-form .item{
    margin-top: 27px;
}
#contact .contact-form .item input,
#contact .contact-form .item textarea {
    height: 44px;
    /*text-transform: uppercase;*/
    padding: 12px 19px;
    width: 100%;
    font-size: 1.2em;
    font-size: 12px\9;
    border: 1px solid #d1d1d1;
    color: #696969;
}
#contact .contact-form .item textarea{
    height: 180px;
    resize: none;
}
#contact .contact-form .item button{
    display: block;
    width: 120px;
    height: 37px;
    text-align: center;
    margin-top: 20px;
	margin-bottom: 10px;
    border:none;
    font:1.3em/37px 'LatoRegular';
	font:14px 'LatoRegular';
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    float: right;
    letter-spacing: 1px;
}
.hideError {
	display:none;
}
#contact-form label.error {
	color: #ff0000;
    background-color: #fcf8e3;
    border-color: #faebcc;
	padding: 15px;
	    border-radius: 4px;
		    font-size: 13px;
    margin-top: 5px;
}


/*End Contact*/
/*Map*/
#map{
    margin-top: 95px;
    min-height: 495px;
}
/*End Map*/


/*Footer*/

#footer{
    min-height: 245px;
    background-color: #222222;
    position: relative;
    text-align: center;
}
#footer #scroll-top{
    position: fixed;
    width: 46px;
    height: 50px;
    display: block;
    right: 20px;
    bottom:20px;
    margin: auto;
    font-size: 3em;
    /*font-size: 2em\9;*/
    line-height: 50px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    cursor: pointer;
    opacity: 0.5;
}
#footer #scroll-top:hover{
    color: #fff;
     opacity: 1;
}
#footer .share{
    font-size: 0;
}
#footer .share a .fa {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    display: inline-block;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #2e2e2e;
    color: #fff;
    margin: 70px 10px 0 10px;
}
#footer .share a .fa-twitter:hover{
    background-color: #00d2ff;
}
#footer .share a .fa-facebook:hover{
    background-color: #3c599f;
}
#footer .share a .fa-linkedin:hover{
    background-color: #0274b3;
}
#footer .share a .fa-google-plus:hover{
    background-color: #dd222a;
}
#footer p{
    color: #565656;
    font:300 1.4em 'LatoRegular';
    font:300 14px\9 'LatoRegular';
    margin-top: 45px;
    text-transform: uppercase;
}
/*End Footer*/


#style-option {
    position: fixed;
    left: -240px;
    top: 25%;
    background: #fff;
    padding: 5px 20px;
    text-align: center;
    width: 240px;
    z-index: 99999999;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 0 0 0;
    -moz-border-radius: 0 0 0;
    border-radius: 0 0 0;
    -webkit-box-shadow: 3px 0 6px rgba(0,0,0,.5);
    -moz-box-shadow: 3px 0 6px rgba(0,0,0,.5);
    box-shadow: 3px 0 6px rgba(0,0,0,.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	height:40px;
	line-height:30px;
	font-size:16px;
}

@media (max-width: 760px) {
    #style-option {display: none}
}

.text-center{
  text-align:center;	
}

.offer-nav{
    padding: 0px 6px;
    margin: 32px 0px 4px;
    /* height: 39px; */
    color: #fff !important;
    text-align: center;
    background: #3998dc;
}
.nav-menu-ef-custom{
text-align:center
}

@media (max-width:480px){
	#contact .contact-info div p b{
	font-size:12px;
	
}

#nav-menu{
	width:200px;
	}
	.menu-nav li a{
font:900 1.3em/40px 'LatoRegular';
	}
	#banner .icon-banner{
	bottom:17px;
	}
	.head-ct{
	top:70%;
	}
	.title1 h2{
	font-size:2em;
	}
}
.style-option-toggle {
    left: 0 !important;
}
#style-option .button {
    position: absolute;
    width: 40px; height: 40px;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
    -webkit-box-shadow: 6px 0 6px rgba(0,0,0,.5);
    -moz-box-shadow: 6px 0 6px rgba(0,0,0,.5);
    box-shadow: 6px 0 6px rgba(0,0,0,.5);
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    top: 0; right: -40px;
}
#style-option .button .fa {
    font-size: 20px;
    color: #000;
    display: block;
    text-align: center;
    line-height: 40px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation: rotateEf 1.5s linear infinite;
    -moz-animation: rotateEf 1.5s linear infinite;
    animation: rotateEf 1.5s linear infinite;
}
@-webkit-keyframes rotateEf {
    0%{-webkit-transform: rotate(0deg);}
    100%{-webkit-transform: rotate(360deg);}
}
@-moz-keyframes rotateEf {
    0%{-moz-transform: rotate(0deg);}
    100%{-moz-transform: rotate(360deg);}
}
@keyframes rotateEf {
    0%{transform: rotate(0deg);}
    100%{transform: rotate(360deg);}
}

#style-option h1 {
    font: 700 2em/3em 'Montserrat';
    color: #000;
    text-transform: uppercase;
    border-bottom: 1px solid #dcdcdc;
}
#style-option h2 {
    font: 700 1.6em/2em 'Montserrat';
    color: #000;
    text-transform: uppercase;
    margin-top: 10px;
}
#style-option select {
    width: 100%;
    padding: 5px;
    font: 1.2em 'Montserrat';
    color: #313131;
}
#style-option ul.nav-skin li {
    width: 50%;
}
#style-option ul.nav-skin li span {
    display: block;
    color: #313131;
    text-align: center;
    font: 13px/35px 'Montserrat';
    height: 35px;
    border: 1px solid #313131;
    cursor: pointer;
}
#style-option ul.nav-skin li span.nav-1 {
    background: #313131;
    color: #fff;

}
#style-option ul {
    overflow: hidden;
    margin-left: -4px;
    margin-right: -4px;
}
#style-option ul li {
    float: left;
    padding: 3px 6px;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#style-option ul li a {
    display: block;
    width: 100%; height: 20px;
    border: 1px solid #dcdcdc;
    text-indent: -999999px;
}
#style-option ul .color-1 {
    background: #ff2b42;
}
#style-option ul .color-2 {
    background: #2ECC71;
}
#style-option ul .color-3 {
    background: #3498DB;
}
#style-option ul .color-4 {
    background: #1ABC9C;
}
#style-option ul .color-5 {
    background: #F1C40F;
}
#style-option ul .color-6 {
    background: #9B59B6;
}

.leftul li{ text-align:left; font-size:18px; color:#fff; list-style:square; line-height:30px}

.rightul li{ text-align:left; float:left; margin-left:50px; margin-right:50px; font-size:18px; color:#fff; list-style:square; line-height:30px}

.topbot{margin:50px 0px;}

.hcol{color:#FFF}

.box{
color: #fff;
    font-size: 1.6em;
    font-weight: 900;
    letter-spacing: 4px;
    margin-top: 12px;
    text-transform: uppercase;
	margin-top:80px;
	height:60px;
	line-height:60px;}

.fon{clear:both;
	font-size: 1.8em;
	/*font-size: 1.2em\9;*/
    font-weight: 900;
    letter-spacing: 4px;
    margin-top: 5px;
    text-transform: uppercase;
	text-align:center;}

	
.box1{ height:300px;  font-size:14px; margin-top:20px;}

.box1 h2{ font-size:18px; height:40px; line-height:40px; text-align:center; color:#FFF}

.boxx{background:#3e5871; color:#fff;  }

.boxx p{font-size:20px; color:#fff; text-align:left;}

.boxx h3{font-size:19px; font-weight:bold; text-align:left; line-height:23px; margin-bottom:10px}

.boxx1{border:1px solid #3e5871; background:#fff; color:#000; margin-top:40px;  }

.boxx1 p{font-size:20px; color:#000; text-align:left;}

.boxx1 h3{font-size:19px; font-weight:bold; text-align:left; height:50px;  line-height:23px; }

.min-heig{min-height:768px}

.min-heig1{min-height:868px}

.packagee{color: #fff;
    display: block;
    font-size: 2em;
    font-size: 18px\9;
    font-weight: 900;
    height: 70px;
    line-height: 70px;
    text-transform: uppercase;
	text-align:center;
	}

.bigbox{color:#FFF; line-height:100px; margin:0px;}

.magtop{ margin-top:50px; }

.page-header1 {
    border-bottom: 3px solid #00b6de;
	
	color:#006286;
}
.font1{font-family:'Trebuchet MS'}

.contact-align{line-height:20px; margin-top:-8px; margin-right:20px;}

.contact-align1{line-height:20px; font-size:15px;}

.align-h2{font-size: 3em;font-weight: 900; text-transform: uppercase;}

.align-h22{font-size: 2em;font-weight: 900; line-height:30px; text-transform: uppercase;}

.item-border{border:1px #fff solid}

.price h2{ margin:0px;}

.price-line{line-height:70px; height:70px; margin-top:0px;}

.area-align{margin-top:50px; color:#FFF; margin-top:60px; font-size:30px}

.circle{
	font-size:1.7em;
line-height:20px\9;
	font-size:14px\9;
	color:#fff;}

.price1{font-size:15px; margin-left:-12px;}

.hours{color:#FFF; margin-top:60px; font-size:30px}

.heig{height:30px;}

.cloth{color:#000; margin-top:60px; font-size:20px; font-weight:300;}

.faqcolor{color:#fff;}
.faqcolor h2{color:#fff;}

.anim{visibility: visible;-webkit-animation-delay: 0.5s; -moz-animation-delay: 0.5s; animation-delay: 0.5s;}
.anim1{visibility: visible;-webkit-animation-delay: 1s; -moz-animation-delay: 1s; animation-delay: 1s;}
.anim2{visibility: visible;-webkit-animation-delay: 1.5s; -moz-animation-delay: 1.5s; animation-delay: 1.5s;}
.anim3{visibility: visible;-webkit-animation-delay: .5s; -moz-animation-delay: .5s; animation-delay: .5s;}


.style1{font-size:18px;color:#444444}

.ankar {font-weight:bold; color:#fff;}
.ankar a:hover{font-weight:bold; color:#ccc;}

.top40{margin-top:100px}

.price ul{ color:#fff; text-align:center}
.price li{float:left; color:#fff;}

.top40{margin-top:140px}

.appBook{
        padding: 10px;
    display: inline-block;
    background-color: #00AEEF;
}

/* 5th April 2018 starts (For We are FRANCHISING!) */

@media only screen and (max-width:767px) and (min-width:200px){
	.franchisebtn{
		display:none;
	}
	.franchisebtn-mob{
    line-height: 1.5 !important;
    padding: 10px;
    }
    #nav-menu {
    background-color: #222222;
    padding: 30px 0 50px;
    }
}
@media only screen and (max-width:2000px) and (min-width:768px){
	.franchisebtn-mob{
	  	display:none !important;
	}

	}
/* 5th April 2018 starts (For We are FRANCHISING!) */
/*
     FILE ARCHIVED ON 15:07:45 Jan 18, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:02:32 Sep 17, 2020.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  exclusion.robots.policy: 0.167
  LoadShardBlock: 478.244 (3)
  CDXLines.iter: 18.195 (3)
  captures_list: 565.059
  exclusion.robots: 0.18
  RedisCDXSource: 64.636
  PetaboxLoader3.resolve: 1328.627 (2)
  load_resource: 1721.984 (2)
  PetaboxLoader3.datanode: 755.056 (5)
  esindex: 0.014
*/