@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,400,500,600,600i,700,800,900');
body {
    background: #fff;
    font-family: 'Montserrat', sans-serif;
}
p {
    font-size: 14px;
    font-weight: 300;
}
li{
    font-weight: 300;
}
.clearfix:after {
    content: " ";
    /* Older browser do not support empty content */

    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
.wrapper-bg {
    padding: 55px 0;
    background-size: cover !important;
    text-shadow: 1px 1px 1px #000
}
.wrapper-bg h1 {
    color: #fff;
    margin: 0;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
/*---heading-v1---*/

.no-padding {
    padding: 0;
}
.heading-v {
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
    display: inline-block;
}
.heading-v:before {
    content: '';
    width: 60%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.heading-v1:before {
    background: #2d2d2d;
}
.heading-v1 {
    color: #2d2d2d;
}
.heading-v2 {
    color: #fff;
}
.heading-v2:before {
    background: #fff;
    left: 0;
    right: 0;
    margin: auto;
}
/*---Header---*/

header .first-header {
    background: #fff;
    border-bottom: 3px solid #f58811;
}
header .first-header .main-menu {
    padding-right: 0;
}
header .first-header .navbar {
    margin-bottom: 0;
}
.first-header .navbar-header {
    padding: 20px 0
}
.first-header .navbar-header .logo {
    width: 80%;
}
.first-header .navbar-header .logo img {
    width: 100%;
}
.first-header .navbar-header .logo {
    display: inline-block;
}
.first-header .main-menu ul>li>a {
    padding: 60px 15px;
    font-family: 'Montserrat', sans-serif;
    color: #4b4b4b;
    font-weight: 700;
    letter-spacing: 0px;
    font-size: 1em;
    text-transform: uppercase;
}
.first-header .main-menu ul>li:hover>a, .first-header .main-menu ul>li.active>a {
    background: #4b4b4b;
    color: #fff;
}
.first-header .main-menu ul>li:hover>a:after, .first-header .main-menu ul>li.active>a:after {
    /*border-top:3px solid #f58811;*/

    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #f58811;
    position: absolute;
    top: 0;
    left: 0;
}
.main-menu .dropdown-menu>li>a {
    padding: 15px 20px !important;
}
.main-menu ul>li.dropdown.open>a {
    background: #4b4b4b;
    color: #fff;
}
header .second-header {
    padding: 20px 0;
    background: #2d2d2d;
}
header .second-header .top-links {
    margin: 6px 0 0 0;
}
header .second-header .top-links li {
    display: inline-block;
    color: #c3c3c3;
    margin-right: 10px;
    text-align: left;
}
header .second-header .top-links li:last-of-type {
    margin-right: 0;
}
header .second-header .top-links li a {
    text-decoration: none;
    color: #c3c3c3;
}
header .second-header .social-icons {
    margin: 0;
}
header .second-header .social-icons li {
    display: inline-block;
    margin-left: 15px;
}
header .second-header .social-icons li a {
    color: #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #5e5e5e;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}
/*---container-silder---*/

.container-silder {
    padding: 0;
}
.container-silder .carousel-caption {
    bottom: 25%;
}
.container-silder .item img {
    width: 100%;
    margin: 0 auto;
}
.container-silder  h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 66px;
    font-weight: 900;
    line-height: 60px;
}
.container-silder  p {
    font-size: 18px;
    font-weight: lighter;
}
.btn-1 {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    margin: 2em auto 2em;
    max-width: 200px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 200px;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #fff;
    -webkit-transition: background 500ms ease-out;
    -moz-transition: background 500ms ease-out;
    -o-transition: background 500ms ease-out;
    transition: background 500ms ease-out;
}
.btn-more:hover {
    background: #fff;
    color: #0061aa;
    text-shadow: none;
    text-decoration: none;
    -webkit-transition: background 500ms ease-out;
    -moz-transition: background 500ms ease-out;
    -o-transition: background 500ms ease-out;
    transition: background 500ms ease-out;
}
.wrapper-about {
    padding: 30px 0;
}
.wrapper-products {
    width: 100%;
    background: #2d2d2d;
    padding: 20px 0;
    color: #fff;
}
.wrapper-products h3 {
  font-size: 18px;
}
.wrapper-products .heading-v2:before {
    background: #fff;
    text-align: center;
}
.wrapper-products article {
    width: 65%;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.wrapper-box {
    margin-top: 60px;
}
.wrapper-box .thumbnail {
    background: 0;
    border: 0;
}
.wrapper-box .content-img {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
    display: inline-block;
}
.wrapper-box .content-img img {
    width: 100%;
    height: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.wrapper-box .content-img:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.45;
}
.wrapper-box .thumbnail .caption {
    color: #fff;
    padding: 0;
}
.wrapper-box .thumbnail .caption p {
    height: 100px;
    overflow: hidden;
}
.wrapper-box .thumbnail .caption a {
    color: #f58811;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}
.wrapper-box .thumbnail .caption a:hover {
    text-decoration: none;
}
.wrapper-box .thumbnail .caption .fa {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}
.wrapper-box .thumbnail .caption a:hover .fa {
    -webkit-transform: translateX(90%);
    transform: translateX(90%);
}
.wrapper-call-action {
    padding: 50px 0;
    background: url(../img/contact.jpg) no-repeat 0 0;
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.wrapper-call-action .container {
    position: relative;
    z-index: 4;
}
.wrapper-call-action:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(000, 000, 000, 0.45);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.wrapper-call-action h2 {
    color: #fff;
    margin: 0;
    line-height: 42px;
}
.wrapper-call-action .btn-1 {
    margin: 0px;
}
/*---Footer---*/

.footer {
    background: #2d2d2d;
    padding: 30px 0;
}
.footer .heading-v1 {
    color: #fff;
}
.footer .heading-v1:before {
    background: #fff;
}
.wrapper-about-footer p {
    color: #fff;
    font-size: 12px;
}
.wrapper-links ul {
    padding: 0;
    margin-top: 0;
    list-style-type: none;
}
.wrapper-links ul li {
    margin-bottom: 15px;
    padding-left: 15px;
    position: relative;
}
.wrapper-links ul li:after {
    content: "\f105";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    color: #f58811;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
.wrapper-links ul li:last-of-type {
    margin-bottom: 0;
}
.wrapper-links ul li a {
    color: #fff;
    text-decoration: none;
}
.wrapper-contant-footer {
    color: #fff;
}
/*---- Page About----*/

.wrapper-bg-about {
    background: url(../img/about-bg.jpg) no-repeat center center;
}
.container-img {
    width: 100%;
    background: #ccc;
    padding: 5px;
    height: 373px;
    overflow: hidden;
}
.container-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.container-img:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.45;
}
.container-caption {
    background: #ccc;
    padding: 5px 10px;
    display: inline-block;
    width: 100%;
}
.wrapper-items {
    margin: 60px 0;
}
.item {
    padding: 0;
    height: 100%;
}
.item p {
    font-weight: 100;
}
.item ul {
    margin-left: -23px;
    font-weight: 100;
}
.item-value {
    background-color: #0061aa;
}
.item-vision {
    background-color: #2980b9;
}
.item-mission {
    background-color: #2179B3;
}
.item-inner {
    padding: 60px 50px 40px 50px;
    height: 450px;
    color: #fff;
    overflow: hidden;
}
.item-inner .heading-v1 {
    line-height: 46px;
    padding-bottom: 15px;
    color: #fff;
}
.item-inner .heading-v1:before {
    background: rgba(255, 255, 255, 0.44)
}
.item-inner .heading-v1 small {
    display: block;
    font-size: 14px;
    color: #fff;
}
.wrapper-why-us {
    margin-bottom: 60px;
}
.wrapper-why-us ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.wrapper-why-us ul li {
    margin-bottom: 10px;
}
.wrapper-why-us .heading-v1 {
    margin-top: 0;
    margin-bottom: 30px;
}
.wrapper-why-us ul li .fa {
    color: #f58811;
}
.wrapper-why-us .contanier-img {
    background: #ccc;
    padding: 5px;
    height: 351px;
    overflow: hidden;
}
/*----page Quality----*/

.wrapper-bg-Quality {
    background: url(../img/about-bg.jpg) no-repeat center center;
}
.wrapper-quality {
    margin: 100px 0;
}
.wrapper-map {
    height: 450px;
    width: 100%;
    overflow: hidden;
    margin: 60px 0 0 0;
}
.wrapper-map iframe {
    width: 100%;
    height: 450px;
}
/*---- Style Taps----*/
.wrapper-tabs .nav-tabs{
    border:none;
    background: #F1F1F1;
}
.wrapper-tabs .nav-tabs li a{
    margin: 0;
    text-align: center;
    padding: 55px 0;
    font-size: 20px;
    font-weight: 200;
    color: #1B59A3;
}
.wrapper-tabs .nav-tabs li a:hover{
    border: 0;
    background: #F1F1F1;
    height: 100%;
}
.wrapper-tabs .nav-tabs li.active{
    border: none;
}
.wrapper-tabs .nav-tabs li.active a{
    background: #1B59A3;
    color: #fff;
    border-radius: 0;
    border: none;
    position: relative;
}
.wrapper-tabs .nav-tabs li.active a:after{
    content: '';
    position: absolute;
    bottom:  -13px;
    left: 50%;
    margin-left: -11px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 11.5px 0 11.5px;
    border-color: #1B59A3 transparent transparent transparent;
}
.tab-pane{
    padding: 40px 0;
}
/*----page Contact US----*/

.wrapper-contact form {
    margin-top: 12px;
}
.wrapper-contact .form-group label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.wrapper-contact .form-group input {
    font-weight: 200;
    border-radius: 0;
    box-shadow: none;
}
.wrapper-contact .form-group textarea {
    font-weight: 200;
    border-radius: 0;
    box-shadow: none;
}




.wrapper-bg-1 {
    background: url(../img/bg_1.jpg) no-repeat center center;
}
.wrapper-bg-2 {
    background: url(../img/bg_2.jpg) no-repeat center center;
}
.wrapper-bg-3 {
    background: url(../img/bg_3.jpg) no-repeat center center;
}
.wrapper-bg-4 {
    background: url(../img/bg_4.jpg) no-repeat center center;
}
.wrapper-bg-5 {
    background: url(../img/bg_5.jpg) no-repeat center center;
}
.wrapper-bg-6 {
    background: url(../img/bg_6.jpg) no-repeat center center;
}
.wrapper-bg-7 {
    background: url(../img/bg_7.jpg) no-repeat center center;
}
.wrapper-bg-8 {
    background: url(../img/bg_8.jpg) no-repeat center center;
}
.wrapper-bg-9 {
    background: url(../img/bg_9.jpg) no-repeat center center;
}




.form-group .btn {
    min-width: 200px;
    margin-top: 20px;
    border-radius: 20px;
    padding: 12px 0;
}
.container-product {
    margin: 60px 0;
}
.Product-box {
    color: #fff;
    display: inline-block;
}
.Product-box .Product-img {
    width: 100%;
    height: 210px;
    overflow: hidden;
    border: 1px solid #2d2d2d;
}
.Product-box .Product-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.Product-box:hover .Product-img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.Product-box:hover {
    color: #fff;
    text-decoration: none;
}
.Product-box .Product-name {
    width: 100%;
    height: 50px;
    overflow: hidden;
    background: #2d2d2d;
    padding: 15px 10px;
}
.Product-box .Product-name h5 {
    margin: 0;
}
.wrapper-product-inner {
    margin: 30px 0;
    display: inline-block;
}
.slide-product {
    height: 360px;
    overflow: hidden;
}
.btn-breadcrumb .btn:not(:last-child):after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid white;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: 100%;
    z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid rgb(173, 173, 173);
    position: absolute;
    top: 50%;
    margin-top: -17px;
    margin-left: 1px;
    left: 100%;
    z-index: 3;
}
.btn-breadcrumb .btn {
    padding: 6px 12px 6px 24px;
}
.btn-breadcrumb .btn:first-child {
    padding: 6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
    padding: 6px 18px 6px 24px;
}
.btn-breadcrumb .btn.btn-default {
    background: #2d2d2d;
    color: #fff;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
    border-left: 10px solid #2d2d2d;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
    border-left: 10px solid #CCC;
}
.tab-content .caption h3{
    margin-top: 0;
}
.required,.error {
    color: red
}

@media only screen and (max-device-width: 481px) {
    .first-header .navbar-header .logo {
        width: 35%;
    }
    .navbar-toggle {
        border: 1px solid #2d2d2d;
        margin-top: 30px;
        margin-right: 0;
    }
    .navbar-toggle .icon-bar {
        background: #2d2d2d;
    }
    .first-header .main-menu ul>li>a{
    	padding: 10px 15px;
    }
    .first-header .container{
    	padding: 0;
    }
    header .second-header .top-links li{
    	font-size: 13px;
    }
    .social-icons{
    	text-align: center;
   	 	margin-top: 17px !important;
    }
    .wrapper-about{
    	padding: 30px 20px;
    }
    .container-silder .carousel-caption{
    	display: none;
    }
    .wrapper-box .content-img{
    	height: auto;
    }
    .wrapper-call-action .btn-1{
    	margin: 23px auto 0;
    }
    .container-img{
    	height: auto
    }
    .col-md-6+.container-img{
    	margin-bottom: 10px;
    }
    .item-inner{
    	height: auto;
    }
    .wrapper-why-us .contanier-img{
    	height: auto;
    }
    .wrapper-bg h1{
    	padding-left: 15px;
    }

    .Product-box, .Product-box img{width: 100%}
    .container-fluid.no-padding{padding:auto!important;}
}
