body{
    font-family:'Open Sans', sans-serif;
    font-weight: 400;
    text-align: justify;
    letter-spacing: 1px;
}
section{
    clear: both;
}
h1{
    font-family:'Open Sans', sans-serif;;
    font-weight: lighter;
    font-size: 30px;
}
#header{
    background-color: rgba(0, 0, 0, 0.65);
}
.fa-search:before {
    content: "\f002";
    color: white;
}
#header .top-box{
    float: right;
}
/***************************header-search****************/
#header .search-box{
    float: left;
    padding-right: 0px;
    padding-left: 0px;
    overflow: hidden;
    margin-top: -1px;
}
#header .search-box input {
    outline: none;
}
#header .search-box input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}
#header .search-box input::-webkit-search-decoration,
#header .search-box input::-webkit-search-cancel-button {
    display: none; 
}


#header .search-box input[type=search] {
    background: #ededed url(http://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
    border: solid 1px #ccc;
    padding: 3px 0px 5px 35px;
    width: 100%;
    /*width: auto;*/

    /*-webkit-border-radius: 10em;*/
    /*-moz-border-radius: 10em;*/
    /*border-radius: 10em;*/

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
#header .search-box input[type=search]:focus {
    width: 100%;
    /*width: auto;*/
    background-color: #fff;
    border-color: #66CC75;

    -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
    -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
    box-shadow: 0 0 5px rgba(109,207,246,.5);
}


#header .search-box input:-moz-placeholder {
    color: #999;
}
#header .search-box input::-webkit-input-placeholder {
    color: #999;
}
/***************************header-search-end****************/

/***************************header-contact****************/
#header .contact-id{
    background-color: #f0491d;
    float: right;
    padding: 8px 5px;
    color: white;
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
    margin-top: -1px;
}
#header .contact-id .fa{
    font-size: 14px;
    font-weight: normal;
}
.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
    margin-right: 10px;
}
/***************************header-contact-end****************/

/***************************header-navigation****************/
#header .nav-bar{
    float: right;
    margin: 0px;
}
#header .nav-bar ul{
    list-style: none;
    margin: 0px auto;
    padding: 0px;
    float: right;    
}
#header .nav-bar li{
    color: white;
    text-decoration: none;
    float: left;
    padding: 15px 0 10px 0px;
    margin: 0px 20px;
}
#header .nav-bar li a{
    list-style: none;
    text-decoration: none;
    color: white;
    padding: 10px 0px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
}
#header .nav-bar li a:hover{
    border-top: 2px solid #f0491d;
}
#header.sticky .navbar-toggle .top-box {
    display: initial;
}
#header.sticky .navbar-toggle {
    top: 15px;
}
#header.sticky {
    /*font-size: 24px;*/
    line-height: 48px;
    height: 65px;
    background: black;
    text-align: left;
    padding-left: 20px;
}
#header.sticky .top-box{
    display: none;
}
#header.sticky .nav-bar{
    margin-top: 0px;
}
#header.sticky .logo{
    width: 50%;
    top: -10px;
}
#header.sticky .logo img{
    width: 49%;
    margin: 0 auto;
}
.navbar-brand{
    float: none;
}

/************nav-2**************/

/* adjust body when menu is open */
body.slide-active {
    overflow-x: hidden
}
/*first child of #page-content so it doesn't shift around*/
.no-margin-top {
    margin-top: 0px!important
}
#header .navbar-toggle {
    cursor: pointer;
    position: relative;
    line-height: 0;
    float: left;
    margin: 0;
    width: 30px;
    height: 40px;
    padding: 0px;
    top: 40px;
    border: 0;
    background: transparent;
}
/* icon bar prettyup - optional */
#header .navbar-toggle > .icon-bar {
    width: 100%;
    display: block;
    height: 3px;
    margin: 5px 0 0 0;
}
#header .navbar-toggle.slide-active .icon-bar {
    background: orange
}
.navbar-header {
    position: relative;
    background-color: black;
    padding: 0px;
}
/* un fix the navbar when active so that all the menu items are accessible */
.navbar.navbar-fixed-top.slide-active {
    position: relative
}
/* screw writing importants and shit, just stick it in max width since these classes are not shared between sizes */
@media (max-width:767px) { 
    #header .container {
        margin: 0!important;
        padding: 0!important;
        height:100%;
    }
    #header .navbar-header {
        margin: 0 auto;
        /*padding: 0 15px;*/
        padding: 0 0px;
    }
    #header .navbar.slide-active {
        position: absolute;
        width: 80%;
        top: -1px;
        z-index: 1000;
    }
    #header #slidemenu {
        background: #f7f7f7;
        left: -100%;
        width: 80%;
        min-width: 0;
        position: absolute;
        padding-left: 0;
        z-index: 2;
        top: -8px;
        margin: 0;
    }
    #header #slidemenu .navbar-nav {
        min-width: 0;
        width: 100%;
        margin: 0;
    }
    #header #slidemenu .navbar-nav .dropdown-menu li a {
        min-width: 0;
        width: 80%;
        white-space: normal;
    }
    #header {
        border-top: 0
    }
    #header.navbar-inverse #slidemenu {
        background: #333
    }
    /* this is behind the navigation but the navigation is not inside it so that the navigation is accessible and scrolls*/
    #navbar-height-col {
        position: fixed;
        top: 0;
        height: 100%;
        bottom:0;
        width: 80%;
        left: -80%;
        background: #f7f7f7;
    }
    #navbar-height-col.inverse {
        background: #333;
        z-index: 1;
        border: 0;
    }
    #header .navbar-form {
        width: 100%;
        margin: 8px 0;
        text-align: center;
        overflow: hidden;
        /*fast clearfixer*/
    }
    #header .navbar-form .form-control {
        text-align: center
    }
    #header .navbar-form .btn {
        width: 100%
    }
}
@media (min-width:768px) { 
    #page-content {
        left: 0!important
    }
    .navbar.navbar-fixed-top.slide-active {
        position: fixed
    }
    .navbar-header {
        left: 0!important
    }
}
.navbar-brand {
    float: none;
    height: auto  !important;
    padding: 0 !important;
    font-size: 18px;
    line-height: 20px;
}
.navbar-right{
    margin-right: 0px;
}
.navbar-inverse .navbar-nav>.active>a{
    background-color: transparent;
    border-top: 2px solid #f0491d;
}
.navbar-inverse .navbar-nav>.active>a:hover{
    background-color: transparent;
}
#header .nav-box{
    /*float: right;*/
}
#header.navbar-inverse #slidemenu.active #header .navbar-nav li{
    float: none;
}
.navbar>.container-fluid .navbar-brand{
    margin-left: 0px;
}
.navbar-brand img{
    margin: 0 auto;
    margin-right: 0px;
}
#header .container-fluid{
    padding-left: 0px;
}
#header .navbar-collapse{
    padding-right: 100px;
}
#header .navbar-nav ul li:last-child{
    margin-right: 0px;
}


/************nav-2-end**************/
/***************************header-navigation-end****************/

/***************************banner****************/
#header{
    position: fixed;
    z-index: 9000000;
    margin: 0 auto;
    width: 100%;
    transition: all 0.4s ease;
    padding-left: 0px;
}
#banner{
    position: relative;
    overflow: hidden;
    width: 100%;
    /*height: 100%;*/
    /*    background-image: url(../images/banner/1.png);
        background-repeat: no-repeat;*/
}
#banner img{
    width: 100%;
}
#banner .since-seal{
    position: absolute;
    width: 200px;
    height: 200px;
    right: 40px;
    float: right;
    bottom: 22px;
}
/***************************banner-end****************/




/***************************content-area****************/
#content-area{
    margin: 30px 0px;
    font-family: HelveticaNeue Regular;
}
#content-area .box{
    border: 1px solid black;
    width: 100%;
    overflow: hidden;
    padding: 0px;
    /*margin-bottom: 80px;*/    
    margin: 15px;
    max-height: 330px;
    cursor: pointer;
}
#content-area .box .price-tag{
    position: absolute;
    right: 40px;
    bottom: 80px;
    /*    width: 100%;
        height: 100%;*/
}
#content-area .box:hover{
    border: 1px solid #f0491d;
}
#content-area .box h1{
    color: black;;
}
#content-area .box p{
    margin-top: 20px;
    font-size: 14px;
    margin: 0px 100px 0 0;
    text-align: left;
    font-weight: normal;
    font-style: italic;
}
#content-area .learn-more{
    text-transform: capitalize;
    text-decoration: none;
    color: white;
    font-size: 17px;
    float: left;
    padding: 25px;
    position: relative;
    right: 100px;
    /*margin-top: 80px;*/
}
#content-area .learn-more:after{
    content: '';
    position: absolute;
    width: 50%;
    height: 2px;
    background: white;
    top: 50%;
    /*left: 0;*/
    margin-left: 10px;

}
#content-area .box:hover .learn-more,.learn-more:after{
    color: #f0491d;
}
#content-area .box:hover .learn-more:after{
    background: #f0491d;
}
#content-area .box .box-pad{
    padding: 0px 5px 0px 15px;
    position: relative;
    /*z-index: 900000000;*/
    margin-bottom: 84px;
    min-height: 150px;
}
/*#content-area .box .box-pad a:after{
    content: "\f2d1";
    font-family: FontAwesome;
    width: 10px;

}*/
#content-area .box .box-2{
    color: white;
}
#content-area .box .box-2 h1{
    color: white;
}
#content-area box box-1 .learn-more{
    float: left;
    color: #f0491d !important;
    right: 100px;
}
#content-area box1 .learn-more:after{
    float: left;
    background: #f0491d !important;
}
#content-area .box-1 h1{
    font-size: 30px;
    font-weight: lighter;
    text-transform: uppercase;
}
#content-area .box-1 p{
    font-size: 17px;
    font-style: normal;
}
#content-area .box-1 a{
    float: left;
    color: #f0491d !important;
    right: 0px;
}
#content-area .box-1 a:after{
    background: #f0491d !important;
}
#content-area .learn-more{
    float: right;
    color: white;
}
#content-area .box:hover .learn-more{
    /*color: red;*/
    float: left;
    right: 0px;
}
#content-area .box-6 h1{
    color: #f0491d !important;
}
#content-area .box-6 p{
    color: #7b6061;
}
#content-area .box-6 a{
    float: right;
    color: #f0491d !important;
}
#content-area .box-6 a:after{
    background: #f0491d !important;
}

/********************blog*************/
#blog .container{
    margin: 0px;
    width: 100%;
}
#blog .box{
    overflow: hidden;
    height: 380px;
    position: relative;
    margin-bottom: 30px;
    margin: 10px;
}
#blog .box img{
    overflow: hidden;
    position: absolute;
    width: 100%;
}
#blog .box-pad{
    position: absolute;
    padding: 15px;
    width: 100%;
    height: 100%;
}
#blog .seal{
    /*position: absolute;*/
}
#blog{
    color: white;
}
#blog .box h1{
    text-transform: uppercase;
    color: white;
}
#blog .box p{
    margin-top: 20px;
    font-size: 24px;
    font-weight: lighter;
}
#blog .box-2 p{
    margin-top: 20px;
    font-size: 18px;
    font-weight: lighter;
}
#blog .box-2 h3{
    font-size: 80px;
    font-weight: 300;
}
#blog .box .cntnt{
    float: right;
    top: 140px;
    /*left: 70px;*/
    right: 0px;
    position: absolute;
}
#blog .box .cntnt-2{
    float: right;
    padding: 0px 40px 0 14px;
    /*top: 140px;*/
    /*left: 70px;*/
    /*right: 0px;*/
    position: absolute;
}
#blog .box span{
    font-size: 24px;
}
#blog .box .learn-more{
    float: right;
    color: white;
    text-transform: capitalize;
}
#blog .box a{
    text-decoration: none;
}
#blog .learn-more{
    text-transform: capitalize;
    text-decoration: none;
    color: white;
    font-size: 17px;
    float: left;
    padding: 25px;
    position: relative;
    right: 100px;
    /*margin-top: 80px;*/
}
#blog .learn-more:after{
    content: '';
    position: absolute;
    width: 50%;
    height: 2px;
    background: white;
    top: 50%;
    /*left: 0;*/
    margin-left: 10px;
}
#blog .box-2:hover .learn-more{
    color: #f0491d;
}
#blog .box-2:hover .learn-more:after{
    background: #f0491d;
}
/********************blog-end*************/

/********************index-map*************/
#index-map{
    margin: 30px 0;
}
#index-map .subscribe{
    background-color: #df2028;
    padding: 65px 0 145px 65px;
    color: white;
}
#index-map .subscribe h1{
    margin-top: 0px;
}
#index-map .subscribe p{
    font-size: 18px;
    font-weight: lighter;
}
#index-map .subscribe .btn{
    font-size: 18px;
}
#index-map .col-md-6{
    padding-left: 0px;
    padding-right: 0px;
}
#index-map .subscribe input[type="email"]{
    width: 44%;
    background-color: transparent;
    border: 1px solid white;
    padding: 22px 22px 23px 20px;
    color: white;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
#index-map .subscribe input[type="submit"]{
    background-color: white;
    color: black;   
    padding: 20px;
    border: 1px solid white;
    border-radius: 0px; 
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-top: -2px;
}
/********************index-map-end*************/

/********************footer*************/
#footer{
    background-color: #424542;
    clear: both;
}
#footer .contact-id{
    color: white;
    background-color: #ed471c;
    padding: 20px 20px;
    float: right;
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
}
/*#footer .contact-id .fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
    margin-right: 20px;
}*/
#footer .foot-links{
    padding-top: 10px;
}
#footer .foot-links h6{
    font-size: 18px;
    font-weight: bold;
    font-family: Droid Sans;
    color: #909090;
    text-transform: uppercase;
}
#footer .foot-links ul{
    list-style: none;
    margin: 0 auto;
    padding: 0px;
}
#footer .foot-links ul li{
    list-style: none;
}
#footer .foot-links ul li a{
    color: white;
    text-decoration: none;
    font-size: 17px;
    font-weight: lighter;
}
#footer .foot-links .foot-links-3 ul li a{
    color: #acacac;
    font-size: 16px;
    font-weight: lighter;
    letter-spacing: 0px;
}
#footer .foot-links-3 ul li a{
    color: #909090;
}
#footer .foot-logo{
    padding-right: 0px;
}
#footer .foot-logo img{
    float: right;
}
#footer .foot-logo p{
    color: #909090;
    float: right;
}
#footer .social-icons{
    list-style: none;
    display: inline-block;
    float: right;
}
#footer .social-icons a{
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
#footer .social-icons ul{
    float: right;
    margin: 0px;
    padding: 0px;
}
#footer .social-icons ul li{
    list-style: none;
    display: inline-block;
}
#footer .social-icons li i {
    margin: 0 3px 0 3px;
    box-sizing: content-box;
    margin-bottom: 30px;
    font-size: 1.17143rem;
    width: 5px;
    height: 5px;
    color: #fff;
    padding: 15px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.fs-facebook, .fs-twitter, .fs-google, .fs-dribble, .fs-pinterest {
    opacity: 0.7;
    border: 2px solid transparent;
    color: #fff;
    transition: all 0.4s;
}
.fs-facebook {
    background-color: #da4d3f;
}
.fs-twitter {
    background-color: #da4d3f;
}
.fs-youtube {
    background-color: #da4d3f;
}
.fs-pinterest {
    background-color: #da4d3f;
}
#footer .powered{
    margin: 0 auto;
    text-align: center;
    margin: 10px 0;
}
#footer .powered i{
    color: #909090;
}
#footer .powered i a{
    color: white;
}
#footer .powered i a:hover{
    color: #ed471c;
    text-decoration: none;
}

/*******************************************************about-page************************/
#about-us{
    margin: 30px 0px;
}
#about-us .about-img{
    float: right;
    border: 2px solid #909090;
    padding: 10px 10px;
}
.heading{
    border-bottom-color: #ce0a0a;
    border-bottom: 2px solid #ce0a0a;
    padding-bottom: 10px;
    display: inline-block;
}
hr{
    border-color: #b2b2b2;
    margin: -12px 0 0;
    margin-bottom: 30px;
}
#about-us .box-1 ul{
    list-style: none;
    margin: 0 auto;
    padding: 10px 0px;;
}
#about-us .box-1 ul li{
    margin-right: 40px;
    margin-bottom: 8px;
}
.fa-circle-o:before {
    content: "\f10c";
    margin-right: 10px;
    color: #ce0a0a;
}
#about-us .doc-details{
    background-color: #424542;
}
#about-us .doc-details h5{
    font-size: 24px;
    /*font-weight: bold;*/
    color: white;
}
#about-us .doc-details h6{
    font-size: 16px;
    /*font-weight: bold;*/
    color: white;
}
#about-us .doc-details p{
    font-size: 14px;
    color: white;
}
#about-us .doc-details span{
    /*margin-right: 20px;*/
    color: white;
}
#about-us .box-2{
    margin-top: 30px;
    margin-bottom: 30px;
}
#about-us .box-2 .vision h1{
    text-align: center;
}
#about-us .box-2 .value h1{
    text-align: right;
}


/********************contact-page************************/

#contact{
    margin-top: 30px;
    margin-bottom: 30px;
}
.contact-form-area input[type=text], .contact-form-area input[type=password], .contact-form-area input[type=email], .contact-form-area textarea{
    padding:28px 15px;
    border-radius:0;
    background-color:#FBFBFB;
}

.contact-form-area input[type=submit]{
    margin-top:30px;
    padding:15px 10px;
    border:none;
}
.submit-button-blue:hover {
    background-color: black;
    color: white;
}
.contact-p{
    margin:0 0 30px 0;
}

.contact-info{
    margin:45px 0 0 0;
    padding:0;
}

.contact-info li{
    list-style:none;
    margin-bottom:15px;
    font-size:14px;
}	

.contact-info li i{
    margin-right:20px;
    font-size:18px;
    color:#424542;
}
.contact-map-area{
    width:100%;
    overflow:hidden;
    height:275px;
    /*border:1px solid #ccc;*/
    margin-bottom: 10px;
}

#contact .contact-form-area .submit-button-blue{
    width: 100%;
}

.google-map-overlay {
    background:transparent;
    position:relative;
    width:640px; /* your iframe width */
    height:480px; /* your iframe height */
    top:480px; /* your iframe height */
    margin-top:-480px; /* your iframe height */
}
#contact .contact-info li{
    color: #7b7d7b;
}
#contact .contact-info li a{
    color: #7b7d7b;
    text-decoration: none;
}
#contact .contact-info li a:hover{
    color: #ed471c;
}
#contact .form-group {
    margin-bottom: 30px;
}


.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
} 
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
} 
.carousel-caption {
    text-shadow: 0 1px 4px rgba(0,0,0,.9);
    font-size:17px
}
.carousel-caption h3 {
    font-size: 30px;
    font-family: 'Lato', sans-serif;
}
/*html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
    height: 100%;
} */
.item:nth-child(1) {
    /*background: url('https://snap-photos.s3.amazonaws.com/img-thumbs/960w/HZZKGVVJ6I.jpg');*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.item:nth-child(2) {
    /*background: url('https://snap-photos.s3.amazonaws.com/img-thumbs/960w/D2ROMCUEIV.jpg');*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.item:nth-child(3) {
    /*background: url('https://snap-photos.s3.amazonaws.com/img-thumbs/960w/PU9HHZB5QW.jpg');*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.navbar-collapse .nav-bar .collapse in{
    background-color: black !important;
}
#contact .office{
    padding-left: 0px;
    margin-bottom: 25px;
}

/*************************************************************Products-page*****************************/
#products{
    margin: 30px 0px;
}
#products .box-pad h1{
    color: #f0491d;
    padding-top: 0px;
    margin-top: 0px;
    /*margin-bottom: 20px;*/
}
#products .box-pad{
    padding: 15px;
}
#products  .box{
    border: 1px solid rgba(0, 0, 0, 0.23);
    padding: 10px;
}
#products  .prodct-img{
    padding: 0px;
}
#products  .box{
    border: 1px solid rgba(0, 0, 0, 0.13);
    margin: 10px;
    /*margin-bottom: 20px;*/
}
/*#products .box-2 .prodct-img{
    float: right;
}*/






