
@import url(https://fonts.googleapis.com/css?family=Exo+2:400,200|Lato);



html,
body {
    width: 100%;
    height: 100%;
}
.hidden
{
   display: none
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #B1B1B1;
}
.bg-primary {
    color: #fff;
    background-color: #FF9900;
}
.lead {
    font-size: 16px;
}
#slidy-container { 
  width: 100%; overflow: hidden; margin: 0 auto;
}
.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgb(0, 0, 0);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #D2D2D2;
    background-color: rgb(0, 0, 0);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 45%;
    margin-right: -250px;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.85);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
    border-bottom: 1px dotted rgba(82, 76, 76, 0.49);
    /* background: rgb(98, 131, 145); */
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 77px;
    left: 330px;
}
#logo {
    z-index: 1;
    position: fixed;
    top: 75px;
    left: 64px;
}
#sidebar-wrapper.active {
    left: 116px;
    top: 142px;
    width: 253px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 4px 5px 0 0;
}

/* Header */

.header {
    display: table;
    position: relative;
   
    
}

/* About */

.about {
    padding: 50px 0;
}

/* Services */

.services {
    padding: 50px 0;
}

.service-item {
    margin-bottom: 30px;
}

/* Callout */

.callout {
    display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    background: url(../img/callout.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Portfolio */

.portfolio {
    padding: 50px 0;
}

.portfolio-item {
    margin-bottom: 30px;
}

.img-portfolio {
    margin: 0 auto;
}

.img-portfolio:hover {
    opacity: 0.8;
}

/* Call to Action */

.call-to-action {
    padding: 50px 0;
}

.call-to-action .btn {
    margin: 10px;
}

/* Map */

.map {
    height: 500px;
}

@media(max-width:768px) {
    .map {
        height: 75%;
    }
}
@media(max-width:767px) {
    #logo {
    z-index: 1;
    position: fixed;
    top: 34px;
    left: 30px;
    /* width: 200px; */
}
.in_tab.tab_steps .de_nav li span {
  line-height: 30px!important;
  font-size:20px!important;
  width:150px!important;
  height: 150px!important;
}
#color-overlay1, #color-overlay {padding:10px!important;}
#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 20px;
    left: 243px;
}
#sidebar-wrapper.active {
    left: 40px;
    top: 95px;
    width: 253px;
    top: 73px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.separator span:before, .separator span:after {
   
    width: 100px!important;
}
.header {
    display: table;
    position: relative;
    
    /* background: url(../img/bg.jpg) no-repeat center center scroll; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
}

/* Footer */

footer {
    padding: 100px 0;
}


/*Custom*/


.separator {
  line-height: 0.5;
  text-align: center;
  margin:30px 0 30px 0;
}
.separator span {
  display: inline-block;
  position: relative;
 
}
.separator span:before,
.separator span:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid rgba(249, 233, 233, 0.52);
  top: 5px;
  width: 300px;
}
.separator span:before {
  right: 100%;
  margin-right: 15px;
}
.separator span:after {
  left: 100%;
  margin-left: 15px;
}

.separator span  i{
font-size:6px;
padding:0;
margin:0;
float:none;
color:#FF9900;
}

.serviceitem h3 b {
    font-size: 20px;
    letter-spacing: 0;
    text-transform: none;
    text-transform: uppercase;
    font-weight: 600;
    color: #FF9900;
}
.serviceitem h3  {
    font-size: 24px;
    color: #1F1F1F;
}

.servicess {padding-bottom: 65px;padding-top: 65px;}

 .bg-fixed {
    background: top fixed #fff;
}
.processbg {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
    background-image: url(../img/6.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

/* tabs */
    /* ================================================== */
    .in_tab {
    opacity:.8;
    }
    
    .in_tab .de_nav {
    overflow: hidden;
    padding-left: 0;
    margin: 0;
    padding: 0;
    font-weight:bold;
    }
    
    .accordion-inner img.full-size{
    margin-top:5px;
    margin-bottom:10px;
    }
    
    a.accordion-toggle,a:visited.accordion-toggle{
    font-weight:bold;
    color:#222;
    }
    
    .in_tab .de_nav li {
    float: left;
    list-style: none;
    background: #EEE;
    margin-right: 5px;
    }
    
    
    .in_tab .de_nav li span {
    padding: 8px 16px 8px 16px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    display: block;
    background: #f5f5f5;
    text-decoration: none;
    color: #646464;
    font-size: 13px;
    cursor: pointer;
    }
    
    .in_tab.tab_steps .de_nav{
    text-align:center;  
    }
    .in_tab.tab_steps .de_nav li{
    background:none;
    display:inline-block;
    float:none;
    margin:0 30px 0px 30px;
    }
    
.in_tab.tab_steps .de_nav li span {
    padding: 30px 0 30px 0;
    border-radius: 120px;
    color: rgb(0, 0, 0);
    /* text-shadow: 1px 1px 1px rgb(0, 0, 0); */
    /* font-family: "Dosis"; */
    font-size: 16px;
    -moz-border-radius: 120px;
    -webkit-border-radius: 120px;
    line-height: 120px;
    width: 180px;
    height: 180px;
    text-align: center;
    text-transform: capitalize;
}
    
    .in_tab.tab_steps .de_nav li span:hover{
    background:#000;
    border: 1px solid #DADADA;
    color:#fff;
    }
    
    .in_tab.tab_steps .de_nav li .v-border{
    height:60px;
    border-left:solid 1px rgba(255,255,255,.3);
    display:inline-block;
    margin-bottom:-5px;
    }
    
    .in_tab .de_nav li span {
    border:none;
    background: #FAB702;
    }
    
    .in_tab .de_nav li:first-child span {
    border-left: 1px solid #ddd;
    }
    
    .in_tab .de_nav li:first-child span {
    border-left: 1px solid #404040;
    }
    
    
    .in_tab .in_tab_content {
    border: 1px solid #ddd;
    padding: 15px 20px 20px 20px;
    margin-top: -1px;
    background: #fff;
    }
    
    .in_tab .in_tab_content {
    border: 1px solid #404040;
    background: #27282b;
    }
    
    .in_tab.tab_steps .in_tab_content {
    background:0;
    padding:0;
    border:none;
    padding-top:30px;
    border-top:solid 1px rgba(255,255,255,.4);
	    color: white;
		font-size:14px;
    }
    
    .in_tab .de_nav li.active span {
    background: #FFF;
    border-bottom: 1px solid #fff;
    color: #222;
    margin-bottom: -3px;
    }
    
    .in_tab .de_nav li.active span .v-border{
    display:none !important;
    }
    
    .in_tab .de_nav li.active span {
    background: #27282b;
    border-bottom: 1px solid #27282b;
    color: #ccc;
    }
    
    .in_tab.tab_steps .de_nav li.active span {
    background:none;
    color: #ffffff;
    border:solid 2px rgba(255,255,255,.8);
    }
    

    .tab-small-post ul {
    list-style: none;
    margin: 0;
    padding: 0;
    }
    
    .tab-small-post ul li {
    min-height: 60px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: solid 1px #eeeeee;
    }
    
.in_tab.tab_steps .de_nav li span,
#services-list li a:hover,
.de_light #services-list li.active,
#services-list li.active, .button.btn.btn-line:hover,.woocommerce #respond input#submit, .woocommerce a.button:hover, 

{
 background-color:#FAB702;
}
    .tab-small-post ul li{
    border-bottom: solid 1px #404040;
    }
    
    .tab-small-post ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    }
    
    .tab-small-post ul li img {
    position: absolute;
    }
    
    .tab-small-post ul li span {
    display: block;
    padding-left: 64px;
    }
    
    .tab-small-post ul li span.post-date {
    font-size: 11px;
    }
	
in_tab .de_nav li span, .feature-box-small-icon i, a.btn-line:after, .de_count, .social-icons a i, .vc_tta-container .vc_tta-tabs-container li span:hover, .in_tab.tab_steps .de_nav li span:hover, .de-gallery .overlay .icon i, .de-gallery .overlay .icon i:hover, header.smaller, .wpcf7 input[type=submit], .wpcf7 input[type=submit]:hover, .product img, .product img:hover, .mfp-close, .mfp-close:hover {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    outline: none;
}



.aboutbg {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
    background-image: url(../img/aboutusbg.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.about h2 { color:#FF9900}
#color-overlay {
    background-color: black;
    opacity: 0.9;
    height: 100%;
    padding: 70px;
    margin-top: -90px;
    margin-bottom: -90px;
}#color-overlay1 {
    background-color: black;
    opacity: 0.8;
    height: 100%;
    padding: 70px;
    margin-top: -90px;
    margin-bottom: -90px;
}

/* ================================================== */
/* footer */
/* ================================================== */
    footer {
        background: #111;
        color: #ccc;
        padding: 80px 0 0 0;
		    line-height: 25px;
    letter-spacing: 1px;
    }
    
    footer h3 {
        color:#fff;
        font-size: 20px;
    }
    
    footer a {
        color: #ccc;
    }
    
    footer a:visited {
        color: #ccc;
    }
    
    footer a:hover {
        color:#eceff3;
    }

    .subfooter{
        background:#0b0b0b;
        padding:30px 0 20px 0;
    }
.widget {
   
    padding-bottom: 60px;
  
}
.widget_recent_entries li {
    padding: 0 0 5px 0;
    margin: 0;
    background: none;
    border-bottom-color: #222;
    border-bottom: solid 1px #222;
}

.feature-box i, #mainmenu li:hover > ul, .slider_text h1, .id-color, .pricing-box li h1, .title span, i.large:hover, .feature-box-small-icon-2 i, address div i, .pricing-dark .pricing-box li.price-row, .price, #mainmenu .current_page_parent.menu-item-has-children > a, #mainmenu a:hover, #mainmenu a.active, .pricing-dark .pricing-box li.price-row, .dark .feature-box-small-icon i, a.btn-slider:after, .feature-box-small-icon i, a.btn-line:after, .team-list .social a, .de_contact_info i, .de_count, .dark .btn-line:hover:after, .dark a.btn-line:hover:after, .dark a.btn-line.hover:after, a.btn-text:after, .separator span i, address div strong, address span strong, .vc_tta-container .vc_tta-tabs-container li span:hover, .de_testi_by, .pf_text, .widget_tags li a, .dark .btn-line:after, .dark a.btn-line:after, .crumb a, .post-info a, .comments_number, .date .c_reply a, .search-form:before, .widget_tag_cloud li a, h3 b, nav ul#mainmenu > li.current-menu-ancestor > a, .woocommerce .star-rating span, .woocommerce .star-rating:before, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #FF9900;
}

/* address */
    /* ------------------------------ */
    address{
    margin:0;
    margin-top:20px;
    }
    address div {
    display: block;
    border-bottom:solid 1px #222;
    padding-bottom:5px;
    margin-bottom:5px;
    font-weight:300;
    }
    .de_light address div{
        border-bottom:solid 1px #ddd;
    }
    address span {
    display: block;
    border-bottom:solid 1px #222;
    padding-bottom:5px;
    margin-bottom:5px;
    font-weight:300;
    }
    
    .de_light .widget_text address div {
    border-bottom:solid 1px #ddd;
    }
    .de_light .widget_text address span {
    
    }
    
    address div strong {
        display: inline-block;
        width: 60px;
    }
    address span strong {
        display: inline-block;
        width: 60px;
    }
    
    address div{
    border-bottom-color:#222;
    }
    address span{
    border-bottom-color:#222;
    }
    
    address div i{
    margin-top:5px;
    margin-right:20px;
    float:none;
    }
    address span i{
    margin-top:5px;
    margin-right:20px;
    float:none;
    }
    
    address div strong {
    display: inline-block;
    }
    address span strong {
    display: inline-block;
    }
    
    address div a{
    color:#eceff3;
    }
    address span a{
    color:#eceff3;
    }
    
    .de_light #sidebar .widget address div{
    border-bottom:solid 1px #ddd;
    }
    .de_light #sidebar .widget address span{
    border-bottom:solid 1px #ddd;
    }
    
    .de_light #sidebar .widget address a{
    color:#333;
    }
    
    
    
    /* border */
    /* ------------------------------ */
    .small-border{
    height:1px;
    width:120px;
    background:#ccc;
    display:block;
    margin:0 auto;
    margin-top:20px;
    margin-bottom:30px;
    }
    
	
	/* Back To Top*/
    #back-to-top {
        background: #FAB702;
        border: 0 none;
        border-radius: 2px;
        bottom: 40px;
        cursor: pointer;
        height: 32px;
        line-height: 30px;
        opacity: 0;
        outline: medium none;
        position: fixed;
        right: 40px;
        text-align: center;
        text-decoration: none;
        transition: opacity 0.2s ease-out 0s;
        width: 32px;
        z-index: 9999;
    }
    #back-to-top:hover {
        background: #000 none repeat scroll 0 0;
    }
    #back-to-top.show {
        opacity: 1;
    }
    #back-to-top::before {
        color: #222;
        content: "\f106";
        font-family: "FontAwesome";
        font-size: 22px;
        margin: 5px;
        position: relative;
    }
    #back-to-top:hover::before {
        color: #fff;
    }
	
	
	
    /* testimonial
    /* ================================================== */
    	
	.testimonials{
   padding-top: 90px !important;
    padding-bottom: 90px !important;
    background-image: url(../img/aboutusbg.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.customername { color:#FFB400}
/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color:rgba(255, 146, 53, 0.98);
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}

.quote1 {    color: #FFB400;}


.navbar-wrapper {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 65px;
    background: rgba(136, 133, 125, 0.69);
}
.navbar-inverse {
    background-color: rgba(34, 34, 34, 0);
    border-color: rgba(239, 239, 239, 0);
}
.navbar-inverse .navbar-nav>li>a {
    color: #FFFFFF;
    font-size: 20px;
    padding-top: 20px;
	transition: border-top .2s;
	transition: padding-top .2s;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
    border-top: 4px solid #FFB400;
	  padding-top: 10px;
}
.carousel-fade {
    .carousel-inner {
        .item {
            transition-property: opacity;
        }
        
        .item,
        .active.left,
        .active.right {
            opacity: 0;
        }

        .active,
        .next.left,
        .prev.right {
            opacity: 1;
        }

        .next,
        .prev,
        .active.left,
        .active.right {
            left: 0;
            transform: translate3d(0, 0, 0);
        }
    }

    .carousel-control {
        z-index: 2;
    }
}



header.carousel {
    height: 100%;
}
header.item {
    display: none;
    position: relative;
    .transition(.6s ease-in-out left);
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.carousel-caption {
    right: 10%;
    left: 10%;
    padding-bottom: 10%;
}

@media (max-width:767px){
	.carousel-caption h1 {
   
    font-size: 25px!important;
    
}.carousel-caption  h2 {font-size:20px!important;}

.in_tab.tab_steps .de_nav li span {
    padding: 45px 20px 45px 20px!important;
}
	.navbar-inverse .navbar-nav>li>a {
   
    border-bottom: 1px dotted #6B6666!important;
    background: rgba(0, 0, 0, 0.81)!important;
}
}

@media (min-width:768px){
	.carousel-caption {
    right: 30%!important;
    left: 30%!important;
    padding-bottom: 5%!important;
}
	
}
.carousel-caption  h2 {/* background: rgba(0, 0, 0, 0.9); */font-size: 25px;padding:10px;letter-spacing:2px;text-transform: capitalize;}

.carousel-caption  h1 {/* background: rgba(0, 0, 0, 0.6); */padding:10px;font-family: initial;font-size: 40px;color: #FFFFFF;font-weight: bold;text-transform:uppercase;text-shadow: 1px 5px 12px #000000;}
#logo .btn-group-lg>.btn, .btn-lg {
    padding: 5px 10px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
#myCarousel .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgb(250, 180, 17);
    border: 1px solid rgb(250, 180, 17);
    border-radius: 0px; 
}

#myCarousel .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: rgb(250, 180, 17);
}

.navbar-inverse .navbar-toggle {
    border-color: rgba(51, 51, 51, 0);
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 6px 9px;
    margin-top: 19px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: rgb(255, 102, 0);
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}

.services_text {
    color: #828282;
    text-align: justify;

    margin-bottom: 24px;
  
    }