@font-face {
 font-family: 'OpenSansCondensed-Light';
src: url('../fonts/opensans/OpenSansCondensed-Light');
src: local('OpenSansCondensed-Light'), url('../fonts/opensans/OpenSansCondensed-Light.woff') format('woff'), url('../fonts/opensans/OpenSansCondensed-Light.ttf') format('truetype');
}

@font-face {
 font-family: 'OpenSansCondensed-Bold';
src: url('../fonts/opensans/OpenSansCondensed-Bold');
src: local('OpenSansCondensed-Bold'), url('../fonts/opensans/OpenSansCondensed-Bold.woff') format('woff'), url('../fonts/opensans/OpenSansCondensed-Bold.ttf') format('truetype');
}

body{
     margin:0;
     padding:0;
     color: #000000;
     font-family:"Open Sans",sans-serif;
    font-size: 16px;
}
p {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    font-family:"Open Sans",sans-serif;
}
h1, h2, h3, h4, h5, h6{
    color: #000;
    font-family: 'OpenSansCondensed-Bold';
    margin-top: 10px;
    margin-bottom: 10px;
}
h1{
    font-size: 22px;
    color: #000000;
}
h2{
    font-size: 18px;
    color: #000000;
}
h3{
    font-size: 22px;
    color: #00006a;
}
h4{
    font-size: 18px;
    color: #00006a;
}
h5{
    font-size: 22px;
    color: #c57633;
}
h6{
    font-size: 18px;
    color: #c57633;
}

a{
    color: #00006a;
    font-family: 'OpenSansCondensed-Bold';
    font-weight: bold;
}
a:focus, a:hover{
	text-decoration:none;
}

.logo{
    padding:5px 0px;
}
#top-header{
    background-color: #ffffff;
}
.right-top h2 {
    color: #c57633;
    text-transform: uppercase;
    font-size: 26px;
    margin-top: 5px;
    margin-bottom: 0px;
    text-align: right;
    font-weight: 700;
}
.right-top{
    margin-top: 25px;
}
#top-header .right-top a{
    color: #aaa9a5;
    font-family: 'OpenSansCondensed-Bold';
}
#top-header .right-top p{
    color: #aaa9a5;
    font-family: 'OpenSansCondensed-Bold';
    text-transform: uppercase;
    text-align: right;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
}
.navbar-nav.breadcrumb > li + li:before{
    display: none;
}
nav.navbar.bootsnav{
        background-color: #00006a;
}
nav.navbar.bootsnav .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700 !important;
    padding: 20px 20px;
   font-family: 'OpenSansCondensed-Bold';
    font-size: 18px;
    letter-spacing: 1.2px;
}
nav.navbar.bootsnav .navbar-nav > li > a:hover{
    color: #ffffff;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    background-color: #00006a;
    color: #fff;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover{
    background-color: #c57633;
    color: #fff;
    transition: all 0.3s linear;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu{
    padding:0px !important;
    border:none;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a{
    padding:10px 10px;
    font-family: 'OpenSansCondensed-Bold';
    font-size: 16px;
    font-weight: 100 !important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, nav.navbar.bootsnav .navbar-toggle {
    color: #fff;
    padding: 6px 10px 2px 10px;
    cursor: pointer;
}
button.navbar-toggle .fa-bars {
    font-size: 22px;
}
.carousel-caption {
    background-color: inherit;
    right: auto;
    left: 20%;
    top: 15%;
    text-align: left;
    width: 400px;
}
.carousel-caption h1 {
    color: #333;
    font-size: 30px;
    font-weight: 500;
    text-shadow: none;
    text-transform: uppercase;
    margin-top: 0px;
    line-height: 35px;
}
.carousel-caption .carousel-link {
    background-color: inherit;
    display: inline;
    font-size: 30px;
    color: #00006a;
}
.carousel-caption .carousel-list {
    padding: 0px;
    margin-top: 15px;
    list-style-type: none;
}
.carousel-caption .carousel-list a {
    background-color: inherit;
    color: #00006a;
    text-shadow: none;
    height: initial;
    margin: 0px;
    text-align: left;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    width: auto;
    font-family: 'OpenSansCondensed-Bold';
}
.carousel-caption .carousel-list a:hover, .carousel-caption .carousel-link:hover{
    color: #999;
}
.carousel-indicators{
    display: none;
}
/*--service-block--*/
.service-block {
    width: 100%;
    float: left;
    padding: 70px 0px 40px;
}
.what-we-do .text p {
	line-height: 29px;
}

.service-block-one-area {
	position: relative;
    display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap;
}

.service-block-one {
    position: relative;
    display: flex;
    flex-direction: inherit;
}

.service-block-one .inner-box {
	position: relative;
	margin-bottom: 30px;
}

.service-block-one .inner-box .image {
	position: relative;
	overflow: hidden;
}

.service-block-one .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

.service-block-one .inner-box .caption {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.60);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.service-block-one:hover .inner-box .caption {
	opacity: 0;
	visibility: hidden;
}

.service-block-one .icon-box {
	color: #fff;
	font-size: 55px;
	margin-bottom: 30px;
}

.service-block-one h4 {
	font-size: 30px;
	font-weight: 600;
	color: #fff;
}

.service-block-one .inner-box .overlay-box {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	-webkit-transform: perspective(400px) rotateX(-90deg);
	-ms-transform: perspective(400px) rotateX(-90deg);
	transform: perspective(400px) rotateX(-90deg);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background-color: rgba(7, 0, 89, 0.8);
}

.service-block-one .inner-box:hover .overlay-box {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
}

.service-block-one .inner-box .overlay-box .overlay-inner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: table;
	text-align: center;
	padding: 10px 30px;
	vertical-align: middle;
}

.service-block-one .inner-box .overlay-box .overlay-inner .content {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.service-block-one .inner-box .overlay-box h2 {
	position: relative;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 18px;
}

.service-block-one .inner-box .overlay-box h2 a {
	position: relative;
	color: #ffffff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.service-block-one .inner-box .overlay-box h2 a:hover {
	color: #17b6e6;
}

.service-block-one .inner-box .overlay-box .text {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 25px;
}
.service-block-one .inner-box .overlay-box .text p{
    color: #ffffff;
}
.service-block-one .inner-box .overlay-box .read-more {
	position: relative;
	background: #fff;
	color: #222;
	font-weight: 600;
	padding: 11px 18px;
	letter-spacing: 1px;
	font-size: 13px;
	text-transform: uppercase;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	font-family: 'Montserrat', sans-serif;
}

.service-block-one .inner-box .overlay-box .read-more:hover {
	color: #c57633;
}
.about-block {
    width: 100%;
    background-color: #f7f6f1;
    float: left;
    padding: 60px 0px;
}
.about-right{
    padding-left: 20px;
}
.about-right h1 {
    font-size: 36px;
    margin-top: 0px;
    color: #565551;
    margin-bottom: 15px;
}
.about-right p {
    color: #63615e;
    line-height: 25px;
    letter-spacing: 0.2px;
}
.about-right .about-btn {
    background-color: #37322b;
    color: #ffffff;
    padding: 8px 20px;
    float: left;
    border-radius: 3px;
    margin-top: 15px;
    font-family: 'OpenSansCondensed-Bold';
    transition: all 0.3s linear 0s;
}
.about-right .about-btn:hover{
    background-color: #00006a;
}
/*--products-block--*/
.services-area{
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #f7f7f7;
    z-index: 100;
}
.services-area:before{
    position: absolute;
    top: -40px;
    right: 0;
    width: 927px;
    height: 593px;
    content: "";
    background: url(../images/services/service-top-pattern.jpg);
    z-index: -1;
}
.services-area .pattern-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
}
.single-service-item{
    position: relative;
    display: block;
    margin-bottom: 40px;
    margin-right: 25px;
    transition: all 500ms ease;
    transition-delay: .9s;
}
.single-service-item:hover{
    -moz-box-shadow: 0px 2px 4px #d1d1d1;
    -webkit-box-shadow: 0px 2px 4px #d1d1d1;
    box-shadow: 0px 2px 4px #d1d1d1;    
}
.single-service-item .inner-content{
    position: relative;
}
.single-service-item .inner-content .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-service-item .inner-content .img-holder img{
    width: 100%;
}

.single-service-item .inner-content .title-holder{
    display: block;
    overflow: hidden;
    background: #00006a;
    padding: 28px 40px 28px;
    padding-right: 0;
}
.single-service-item .inner-content .title-holder .icon{
    display: block;
    padding-bottom: 14px;
}
.single-service-item .inner-content .title-holder .icon span:before{
    font-size: 50px;
    line-height: 50px;
}
.single-service-item .inner-content .title-holder h3{
    color: #ffffff;
    margin: 0px;
}

.single-service-item .overlay-content-top{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: #00006a;
    padding-top: 55px;
    padding-left: 40px;
    padding-right: 30px;
    opacity: 0;
    transition: all 500ms ease;
    transition-delay: .2s;
}
.single-service-item:hover .overlay-content-top{
    opacity: 1;
    height: 85%;
}
.single-service-item .overlay-content-top .title-holder{}
.single-service-item .overlay-content-top .title-holder .icon{
    display: block;
    padding-bottom: 14px;    
}
.single-service-item .overlay-content-top .title-holder .icon span:before{
    font-size: 50px;
    line-height: 50px;    
}
.single-service-item .overlay-content-top .title-holder h3{
    color: #ffffff; 
    margin: 0 0 16px;
}
.single-service-item .overlay-content-top .text-holder{}
.single-service-item .overlay-content-top .text-holder p{
    color: #c4c4c4;
    margin: 0;
}
 
.single-service-item .overlay-content-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: #c57633; 
    display: block;
    padding: 0 40px;
    opacity: 0;
    transition: all 500ms ease;
    transition-delay: .5s;
}
.single-service-item:hover .overlay-content-bottom{
    opacity: 1;
    height: 15%;
}
.single-service-item .overlay-content-bottom .read-more-button {
    display: table;
    width: 100%;
    height: 100%;
}
.single-service-item .overlay-content-bottom .read-more-button a {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.single-service-item .overlay-content-bottom .read-more-button a span:before {
    color: #222222;
    font-size: 12px;
    display: inline-block;
    padding-left: 7px;
}
.products-list .owl-pagination{
    display: none;
}

.products-list .customNavigation a.prev, .products-list .customNavigation a.next {
    background-color: #c57633;
    padding: 9px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin: 0px 5px;
}
.products-list .customNavigation a.next {
    padding-left: 12px !important;
}
.products-list .customNavigation .fa-chevron-left, .products-list .customNavigation .fa-chevron-right  {
    font-size: 18px;
    color: #ffffff;
}

.products-list .customNavigation {
    position: absolute;
    top: -65px;
    right: 20px;
}

.products-list .customNavigation a.next:hover, .products-list .customNavigation a.prev:hover{
    background-color: #37322b;
    color: #fff;
}
.products-list {
    position: relative;
}
.products-block {
    width: 100%;
    float: left;
    position: relative;
    padding: 100px 0px 10px;
}
.invoice-block {
    margin-bottom: 20px;
}
.invoice-block .btn-primary {
    color: #fff;
    background-color: #c57633;
    border-color: #c57633;
    margin-bottom: 0px;
    margin-top: 26px;
    font-size: 16px;
    padding: 6px 15px;
    transition: all 0.3s linear;
}
.invoice-block .btn-primary:hover{
    color: #fff;
    background-color: #a6a39d;
    border-color: #a6a39d;
}

footer{
    width: 100%;
    float: left;
    background-color: #00006a;
    border-top: none;
}
footer strong {
    font-weight: 100;
}
.top-footer {
    padding: 25px 0px;
}
footer h3, .footer-logo p, .footer-address h4{
    color: #fff;
    margin-top: 0px;
    margin-bottom: 15px;
}
address a, .footer-list a {
    color: #000;
}
.footer-list ul li{
    padding: 3px 0px;
}
.footer-address ul li {
    padding: 5px 0px;
    color: #fff;
    line-height: 16px;
}
.more-info .fa-home {
    display: table;
    float: left;
}
span.footer-address {
    display: table-cell;
    line-height: 25px;
}
address {
    line-height: 24px;
    color: #fff;
}
.more-info li, .shop-list a{
    font-size: 16px;
}
.more-info i, .social li i, .shop-list i{
    color: #ffffff;
}
.footer-address a, .more-info p{
    color: #fff;
}
footer .shop-list a:hover {
    color: #999;
}
footer .shop-list a{
    text-transform: capitalize;
}
.footer-title{
    border-bottom: 1px solid #fff;
    font-family: 'OpenSansCondensed-Bold';
    font-size: 20px;
    margin-bottom: 20px;
}
.more-info .social a {
    display: block;
    float: left;
    margin-left: 5px;
    width: 38px;
    height: 38px;
    text-align: center;
    border-radius: 500px;
    background: #a6a39d;
    padding: 5px;
}
.more-info .social a:hover{
    background: #38332c;
}
.more-info ul.social li {
    margin: 0px;
    padding: 0px;
}
.more-info ul.social .fa-facebook {
    padding-left: 8px;
}
.power p, .copy p{
     color: #fff;
    margin-bottom: 0px;
}
.power a{
    color: #ffffff;
}
.bottom-footer {
    text-align: left;
    padding: 15px 0 15px 0;
    background-color: #333;
}
.shop-list .left_brand {
    float: left;
    width: 50%;
}
.shop-list .right_brand {
    float: right;
    width: 50%;
}
.shop-list .left_brand li:first-child, .shop-list .right_brand li:first-child{
    margin-top: 0px;
}
.col-md-8.copy {
    padding: 0px;
}
.power p {
    text-align: right;
}
#scrolltoup:hover {
    background-color: #c57633;
    color: #ffffff;
}
.more-btn {
    color: #fff;
    background-color: #00006a;
    border-color: #00006a;
    margin-top: 10px;
    font-size: 18px;
    letter-spacing: 0.4px;
}
.more-btn:hover{
     color: #fff;
    background-color: #c57633;
    border-color: #c57633;
}
.more-info {
    width: 100%;
    float: left;
}

/*--Media-responsive--*/
@media (min-width:992px) and (max-width:1199px){
    .right-top {
        margin-top: 10px;
    }
    .carousel-caption .carousel-list a{
        font-size: 22px;
        line-height: 30px;
    }
    .carousel-caption{
        top: 12%;
    }
    .single-service-item .inner-content .title-holder h3{
        font-size: 20px;
    }
    .single-service-item .inner-content .title-holder{
        padding: 15px;
    }
    .more-info i{
        margin-right: 0px;
    }
}
@media (min-width:768px) and (max-width:991px){
    .right-top{
        margin-top: 0px;
    }
    .right-top h2{
        font-size: 22px;
    }
    #top-header .right-top p{
        font-size: 16px;
        margin-bottom: 0px;
    }
    #top-header{
        padding: 10px 0px;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        font-size: 15px;
        padding: 15px 10px;
    }
    .carousel-caption{
        width: 300px;
        left: 12%;
    }
    .carousel-caption h1, .carousel-caption .carousel-link {
        font-size: 20px;
        line-height: 25px;
    }
    .carousel-caption .carousel-list a{
        font-size: 15px;
        line-height: 24px;
    }
    .service-block{
        padding: 30px 0px 10px;
    }
    .single-service-item .inner-content .title-holder h3{
        font-size: 20px;
    }
    .single-service-item .inner-content .title-holder{
        padding: 15px;
    }
    .service-block-one .inner-box{
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 990px){
    .footer-title {
        margin-top: 20px;
        margin-bottom: 20px;
        width: 100%;
        float: left;
    }
    .shop-list {
        width: 100%;
        float: left;
        clear: both;
    }
    .power p {
        text-align: center;
    }
    .power p, .copy p{
        margin-bottom: 10px;
    }
}
@media (min-width:320px) and (max-width:767px){
    .right-top{
        margin: 0px;
        float: none !important;
        text-align: center;
    }
    .right-top h2, #top-header .right-top p{
        text-align: center;
    }
    #top-header{
        padding: 10px 0px;
    }
    .carousel-caption{
        background-color: rgba(0, 0, 0, 0.35);
        padding: 5px;
    }
    .carousel-caption h1{
        font-size: 20px;
        line-height: 24px;
        color: #ffffff;
    }
    .carousel-caption .carousel-list{
        display: none;
    }
    .carousel-caption h1, .carousel-caption .carousel-link{
        font-size: 18px;
        line-height: 24px;
    }
    .carousel-caption {
        width: 300px;
        right: 0;
        left: 0;
    }
    .service-block, .about-block{
        padding: 30px 0px 30px;
    }
    .products-block{
        padding-bottom: 10px;
    }
    nav.navbar.bootsnav .navbar-toggle{
        top: 0px;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 12px 10px;
    }
    .carousel-caption{
        width: 300px;
    }
    .about-right{
        padding-left: 0px;
        padding-top: 30px;
    }
    .single-service-item{
        margin-right: 0px;
        margin-bottom: 10px;
    }
}
@media (min-width:320px) and (max-width:480px){
    .about-right h1{
        font-size: 30px;
    }
    .single-service-item .inner-content .title-holder{
        padding: 15px;
    }
    .footer-title{
        margin-top: 20px;
    }
    .carousel-caption h1{
        font-size: 14px;
        line-height: 22px;
        color: #ffffff;
    }
    
}