@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300,400,500,700&display=swap');

/* 
    font-family: 'Montserrat', sans-serif;
 */
/* CSS Document */



body, html{
    height: 100%
}
body{
    background: #fff;
    font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5, h6, p, a, li, span, button, strong, em, input{
    font-family: 'Montserrat', sans-serif;
}
p{
    font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5, h6, p, a, ul, li{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.padding0{
    padding: 0;
}
a:hover{
    text-decoration: none;
}
.navStyle.navbar-default .navbar-form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.navStyle.navbar-default .navbar-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.navStyle.navbar-default .navbar-form input::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
.img-center{
    margin: 0 auto;
}
header .top-row {
    background: #19232b;
    padding: 25px 0 40px;
}
header .top-row p, header .top-row a {
    margin: 0;
    color: #fff;
}
header .top-row p img, header .top-row a img{
    margin-right: 10px;
}
header .top-row .left a{
    padding-right: 30px;
}
header .top-row .right{
    text-align: right;
}
header .top-row .right a{
    padding: 0 10px;
}
/* Begin: Header; */
.navbar-default{
    margin-bottom: 0;
    background: none;
    box-shadow: none;
    border: 0;
}
.navStyle.navbar-default {
    position: absolute;
   
    width: 100%;
   
    background: #004ba1;
   
    border-radius: 0;
}
.navStyle.navbar-default .navbar-brand {
    padding: 7px 0px 0px 10px;
}
.navStyle.navbar-default .nav li a {
    color: #3c3c3c;
   
    padding: 28px 5px 20px;
    
    border-bottom: 3px solid transparent;
}

.navStyle.navbar-default .nav li a:hover, .navStyle.navbar-default .nav li a:focus, .navStyle.navbar-default .nav li.active a:hover, .navStyle.navbar-default .nav li.active a:focus {
    border-color: #003399;
    background: transparent;
}

.navStyle.navbar-default .nav li.active a {
    background: transparent;
}
.navStyle.navbar-default .navbar-form input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #3c3c3c;
    border-radius: 0;
    box-shadow: none;
    color: #3c3c3c;
    padding: 6px 0;
    font-weight: 300;
}
.navStyle.navbar-default .navbar-form .btn {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #3c3c3c;
    padding: 0;
}
.navStyle.navbar-default .nav .dropdown-menu {
    padding: 0;
    border: 4px solid #003399;
    border-top: 0;
}

.navStyle.navbar-default .nav .dropdown-menu li a {
    color: #333;
    font-weight: 500;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.navStyle.navbar-default .nav .dropdown-menu li a i.fa {
    font-size: 6px;
    position: absolute;
    right: 8px;
    top: 16px;
    color: #6b6b6b;
}
#mainSlider .carousel-caption{
    top: 0;
    left: 0;
    right: 0;
    /* bottom: auto; */
    /* text-align: left; */
    bottom: 0;
    display: flex;
    align-items: center;
}
#mainSlider .carousel-caption h2 {
    margin: 0;
    font-size: 60px;
    font-weight: 500;
    line-height: 80px;
    margin-bottom: 40px;
}
#mainSlider .carousel-caption p {
    font-size: 16px;
    font-weight: 300;
    width: 50%;
}
.categories {
    padding-bottom: 30px;
}
.innerCategories{
    padding: 144px 0 0;
}
.famouse_boxes {
    padding: 0px 10;
	margin-bottom:20px;
}
.famouse_boxes .content h2 {
    margin: 0 0 20px;
    text-transform: uppercase;
    color: #19232b;
    font-size: 44px;
}
.famouse_boxes .content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}
.box-wrap {
    position: relative;
    margin-bottom: 30px;
    display: block;
    overflow: hidden;
}
.orange{
border:1px solid #f1f1f1;
   /* background-image: radial-gradient(circle, #f1a963, #ee964c, #ea8236, #e76c22, #004ba1);*/
}
.grey{
border:1px solid #f1f1f1;

   /* background-image: radial-gradient(circle, #6e7c89, #657481, #5c6b78, #546370, #4b5b68);*/
}
.box-wrap .overlay {
    background: rgba(227, 83, 13, 0.75);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px;
    opacity: 0;
    transition: opacity ease-in 0.5s;
}
.box-wrap:hover .overlay{
    opacity: 1;
}
.box-wrap .product {
    width: 100%;
    transition: ease all 0.5s;
    transform: scale(1)
}
.box-wrap:hover .product{
    transform: scale(1.2)
}
.box-wrap .logo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100px;
    padding: 0;
    min-height: auto;
}
.box-wrap .code {
    position: absolute;
    right: 10px;
    bottom: 20px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
}
.box-wrap .overlay h2 {
    font-size: 26px;
    color: #fff;
    margin: 0 0 15px;
    text-transform: uppercase;
}
.box-wrap .overlay p {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}
.mainHeading h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    margin: 0 0 20px;
    font-weight: 600;
}
.mainHeading p {
    text-align: center;
    font-size: 16px;
    margin: 0 0 50px;
}
.chooseType .wrap {
    padding: 100px 0 0;
    height: 520px;
}
.chooseType .mainHeading h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
}
.chooseType .mainHeading p{
    color: #fff;
    font-size: 16px;
    font-weight: 100;
}
.chooseType .wrap .padding0 {
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.chooseType .wrap .box-wrap {
    width: 32%;
    margin-bottom: 60px;
}
.chooseType .wrap .box-wrap .overlay {
    padding-top: 10em;
}
.getCutmQuot{
background:#19232b;

text-align: center; 
padding: 15px 0 7px 0;
}
.getCutmQuot ul{
    background: #fff;
    margin-bottom: 0;
}
.getCutmQuot ul li {
    padding: 0;
    width: 26.6%;
    margin-left: -3px;
}
.getCutmQuot ul li:last-child{
    width: 20.3%;
}
.getCutmQuot ul li a {
    display: block;
    padding: 20px 10px;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    font-weight: 500;
}
.getCutmQuot ul li .btn {
    background: #004ba1;
    color: #fff;
    border: 0;
    border-radius: 0;
    padding: 27px 10px;
    width: 100%;
    font-size: 15px;
    text-transform: uppercase;
    margin-left: 1px;
}
.getCutmQuot ul li:nth-child(3) > input.coments {
    box-shadow: none;
    border: 0;
    border-radius: 0;
    height: 70px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    background: #fff url('../../images/io6.jpg') 0 22px/30px auto no-repeat;
    padding-left: 34px !important;
}
.coments{height: 70px !important;}
.getCutmQuot .dropdown-menu {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    border: 3px solid #004ba1;
    border-bottom: 0;
    margin-left: 3px;
    padding: 24px;
    width: 100%;
}
.getCutmQuot .dropdown-menu input, .getCutmQuot .dropdown-menu select {
    border-radius: 0;
    box-shadow: none;
    border: 0;
    background: #d8d9da;
    margin-bottom: 14px;
    height: 44px !important;
}
.getCutmQuot .dropdown-menu .input-group{
    height: 44px;
    margin-bottom: 15px;
}
.getCutmQuot .dropdown-menu .input-group input, .getCutmQuot .dropdown-menu .input-group select{
    margin-bottom: 0;
}
.getCutmQuot .dropdown-menu .input-group-addon {
    padding: 0 10px;
    height: 44px;
    border: 1px solid #ccc;
    border-radius: 0;
    background: #fff;
    color: rgba(0, 0, 0, 0.5);
}
.getCutmQuot .dropdown-menu .input-group ul li select {
    background: #fff;
    border: 1px solid #ccc;
    padding: 0;
}
.getCutmQuot .dropdown-menu .input-group input {
    border-right: 1px solid #fff;
}
.getCutmQuot .attached a{
    color: #004ba1;
    padding: 0;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 15px;
}
#uploadBtn {
    opacity: 0;
    margin: -40px 0 0;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
#review{
    margin: 0 auto;
    width: 70%;
    text-align: center;
}
#review h2 {
    margin: 30px 0;
    color: #3e464d;
    text-transform: uppercase;

    font-size: 40px;
}
#review img{
    border: 3px solid #3e464d;
    border-radius: 50px;
    margin: 0 auto;
    max-width: 100%;
    width: 100px;
    height: 100px;
}
#review h4 {
    color: #3e464d;
    font-size: 30px;
    margin: 14px 0px;
}
#review p {
    color: #000;
    margin: 20px 0 50px;
    font-size: 16px;
    font-weight: 100;
}
#review .star li i{
    color: #ffdf34;
    font-size: 14px;
}
#review .star li{
    color: #3e464d;
    font-size: 13px;
}
.subscribe {
    background: #d8d8d8;
    padding: 20px 0;
   
}
.subscribe h2 {
    font-size: 20px;
    color: #3e464d;
    margin: 10px 0 0;
  
}
.subscribe .btn {
    border: 0;
    border-radius: 0;
    padding: 14px 40px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
	background-color:#3e464d;
	color:#fff;
}
.Subscribe2
{
	border:1px solid #3e464d;
}

.innerCategories .innerHading {
   
    padding:0px;
	padding-bottom:10px;
	
    margin-bottom: 30px;
	color:#003399;
	border-bottom:2px solid #f6f2ee;
}


.innerCategories .innerHading h2 {
    margin: 0 0 10px;
    text-transform: uppercase;
    font-weight: 300;
	clear:both;
	padding-top:30px;
	color:#003399;
}

.innerCategories .innerHading p {
    margin: 0;
    font-weight: 300;
    font-size: 16px;
}

.innerCategories .innerHading p span {
    float: right;
}

.categorybar .head {
    background: #d49879;
    padding: 10px 15px;
}

.categorybar .head h4 {
    margin: 0;
    color: #fff;
    text-transform: capitalize;
    font-size: 26px;
    font-weight: 500;
}

.categorybar {
    background: #19232b;
    margin-bottom: 30px;
}

.categorybar ul {
    margin: 0;
    padding: 20px 0;
    list-style: none;
}

.categorybar ul li a {
    padding: 10px 10px 10px 15px;
    display: block;
    color: #fff;
    font-weight: 300;
    position: relative;
    font-size: 15px;
}

.categorybar ul li a i.fa {
    font-size: 6px;
    color: #ccc;
    position: absolute;
    top: 18px;
    right: 10px;
}

footer {
  
    padding: 10px 0 0;
    background-color:#f5f5f5;
}
footer h4{
    color: #003399;
    text-transform: uppercase;
    margin: 20px 0;
    font-size: 23px;
}
footer a {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    display: block;
    padding: 5px 0;
}
footer a:hover, footer a:focus{
    color: #d49879;
}
footer .contact li{
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
}
footer .social li a:hover {
    background-color: #004ba1;
}
footer .contact li img{
    position: absolute;
    top: 3px;
    left: 0;
}
footer p{
    margin: 30px 0;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}
footer .social li{
    display: inline-block;
}
footer .social li a {
    margin: 0 10px 0 0;
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50px;
    background: #3e464d;
    color: #19232b;
    padding-top: 12px;
    font-size: 20px;
    text-align: center;
    color: #fff;
}
footer .copyright {
    background: #e6e6e6;
    text-align: center;
    padding: 10px 0;
    
	color:#303030;
}
footer .copyright p{
   
	color:#787878;
    margin: 0;
}
.requestCall{
   
    
    display: block;
    position: fixed;
    right: 0;
   
    text-align: center;
    background: #bb0707;
    color: #fff;
    
    writing-mode:vertical-lr;
    z-index:99 !important;
    top:40%;
    padding:10px 0px 0px 5px;
    
    border-radius:10px 0px 0px 10px;
    
   
    width:32px;
    height:120px;
}

.requestCall img{
    display: block;
    margin: 0 auto 6px;
}



/* product detail css slider start */

.proImageSlider .nav-tabs {
    margin: 0;
    border: none;
    text-align: center;
}
.proImageSlider .nav-tabs>li {
    margin-right: 0px;
}

.proImageSlider .nav-tabs>li {
    float: none;
   
    width: 154px;
    margin-bottom: 10px;
}
.proImageSlider .nav-tabs>li>a {
    padding: 0;
}
.proImageSlider .nav-tabs>li img {
    max-width: 100% !important;
}
.proImageSlider .tab-pane img {
    border: transparent;
}

.proImageSlider .tab-pane img {
    width: 100%;
    border: 1px solid #d7d7d7;
}

.spec-text h4{
    color: #19232b;
    font-size: 25px;
    margin-bottom: 15px;
}
.spec-text p{font-weight: 300;}
.spec-text p strong{
    color: #004ba1;
    font-weight: 500;
    font-size: 17px;
    display: block;
}
.spec-text ul{}
.spec-text ul li{
    width: 32%;
    display: inline-block;
    vertical-align: top;
}
.spec-text ul li a{
    background-color: #004ba1 !important;
    font-size: 12px;
    text-transform: uppercase;
    padding: 15px 20px;
    color: #fff !important;
    border: 0;
    border-radius: 0;
}
.spec-text ul li p{
    font-size: 16px;
    color: #8c9195;
    font-weight: 400;
}
.spec-text ul li p img{
    width: 70%;
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
}
.spec-text ul li:nth-child(2) {
    
text-align: center;
    
margin-top: -90px;
}
.spec-text ul li:nth-child(3) {
    
text-align: center;
    
margin-top: -90px;
}

.review {
    
    position: relative;
    overflow: hidden;
    padding: 30px 30px;
    margin: 25px 0 0;
}
.col1 {
    width: 10%;
    float: left;
}
.col2 {
    width: 90%;
    float: left;
    padding-left: 27px;
    padding-top: 12px;
}
.col2 h4{
    color: #dddedf;
    display: inline-block;
    margin: 0 20px 0 0;
}

.col2 a i{
        color: #ffdf34;
    font-size: 14px;
} 
.col2 p {
    
font-size: 15px;
    
color: #dddedf;
    
width: 97%;
    
font-weight: 300;
    
margin: 10px 0 0;
}
.col2 span {
    
font-weight: 200;
    
color: #dddedf;
    
display: inline-block;
    
margin-left: 6px;
}
.col3 {
    float: right;
}
.col3 span {
    font-weight: 300;
    color: #dddedf;
}
    /* background-color: #f3f4f4; */
.description ul{
    border-bottom: transparent;
    margin: 25px 0 0;
}
.description ul li{}
.description ul li a{
    font-size: 17px;
    text-transform: capitalize;
    color: #000;
    font-weight: 300;
    background-color: #e6e5e5;
    padding: 10px 30px;
    border-radius: 0;
}
.description ul li a:hover{
    background-color: #003399;
    border-color: transparent;
    color: #fff;
}
.description ul li a:focus{
   background-color: #b2bbbb;
    border-color: transparent;
}
.description ul li.active a{
    border-color: transparent;
    color: #fff;
    background-color: #003399;
    font-weight: bold;
}
.description ul li.active a:hover{
    background-color: #003399;
    border-color: transparent;
	color:#FFFFFF;
}
.description ul li.active a:focus{
     background-color: #003399;
    border-color: transparent;
	color:#FFFFFF;
}
.description ul li:nth-child(2) a{

position: relative;

left: -2px;
}
.description ul li:nth-child(1) a{

position: relative;

left: -2px;
}
.desc-area {
    background-color: #fff;
    padding: 25px 33px 20px;
	border-top:5px solid #003399;
}
.desc-area h1{
    margin: 0;
    font-size: 21px;
    color: #003399;
    font-weight: 400;
}
.desc-area p{
    font-size: 15px;
    margin: 0;
}
.desc-area .down-one {
        padding: 15px 0 15px;
}
.desc-area .down-one span {
    
color: #004ba1;
}
.desc-para p {
        margin: 30px 0 0;
}
.relat-prodct {
    margin: 25px 0 0;
   max-height: 1000px;
    overflow-y: scroll;
}
.relat-prodct-site {
         background-color: #f3f4f4;
    padding: 25px;
}
.my-container {
    position: relative;
   
    overflow: hidden;
}
   .my-container:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.6;
    background-image: url('<?php echo base_url('assets/images/cube-pattern-1461.png')?>');
    background-repeat: repeat;
   
}
.relat-prodct-site img {
        margin-bottom: 15px;
}
.relat-prodct h1{
    background-color: #004ba1;
    font-size: 21px;
    color: #fff;
    margin: 0;
    padding: 15px 20px;
    font-weight: 400;
}

/* product detail css slider end */
.slide-text {
    text-align: left;
}
.proImageSlider .slider-nav {
    
	margin-top:10px;
    margin-right: 4%;
}
.proImageSlider .slider-nav .slick-slide{
    opacity: 0.5;
	margin-left:5px;
}
.proImageSlider .slider-nav .slick-slide.slick-current{
    opacity: 1;
}
.proImageSlider .slider-for {
   
}

















@media only screen and (min-device-width:520px) and (max-device-width:767px) and (orientation:portrait) {}
@media only screen and (min-device-width:120px) and (max-device-width:750px) and (orientation:landscape) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:portrait) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:landscape) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:portrait) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:landscape) {}

@media only screen and (min-width: 1366px) and (max-width: 1920px){}
@media only screen and (min-width: 1200px) and (max-width: 1365px){
    .box-wrap .product{
            position: relative;
    top: 20px;
    }
    .subscribe {
    margin-top: 0;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
    .navStyle.navbar-default .navbar-brand {
    padding: 20px 0;
    width: 80%;
    height: auto;
}
.navStyle.navbar-default .nav li a {
        font-size: 11px;
}
.navStyle.navbar-default {
    position: static;
    margin-top: 0;
    padding: 0;
}
.main-navigate {
    background-color: #004ba1;
}
#mainSlider .carousel-caption h2 {
    font-size: 50px;
    line-height: 70px;
    margin-bottom: 20px;
}
.box-wrap .overlay {
        padding: 20px;
}
.box-wrap .overlay p {
    font-size: 14px;
    line-height: 21px;
}
.box-wrap .product {
    position: relative;
    top: 20px;
    padding: 20px;
}
.chooseType .wrap {
    padding: 40px 0 0;
    height: auto;
}

.subscribe {
    margin-top: 0;
}
.innerCategories {
    padding: 30px 0 0;
}

.categories .col-md-7{
    width: 100%;
}
.categories .col-md-5{
    width: 100%;
}
.proImageSlider .nav-tabs>li {
        width: 226px;
}
.col2 {
    padding-left: 67px;
}
.desc-para p {
    margin: 30px 0 30px;
}
.desc-area h1 {
        margin: 0 0 10px;
}
.relat-prodct h1 {
    font-size: 15px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .navStyle.navbar-default {
        position: static;
        margin-top: 0;
    }
    .main-navigate {
    background-color: #004ba1;
        padding-bottom: 20px;
}
.main-navigate .navbar-header {
    float: none;
}
.navStyle.navbar-default .navbar-brand {
    padding: 0;
    float: none;
}
.navStyle.navbar-default .navbar-brand img {
    margin: 0 auto;
}
.getCutmQuot ul li {
    width: 33.3%;
}
.getCutmQuot ul li:last-child{
    width: 100%;
}
.navStyle.navbar-default .nav li a {
        padding: 20px 11px 0;
        font-size: 15px;
}
.navStyle.navbar-default .nav li:last-child {
float: left;
    width: 100%;
} 
.navStyle.navbar-default .nav li:last-child .navbar-form {
    text-align: center;
}
.navStyle.navbar-default .nav {
        margin: 10px 0 0;
}
#mainSlider .carousel-caption h2 {
    margin: 0;
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 40px;
}
.chooseType .wrap .box-wrap .overlay {
    padding: 84px 0;
}
.box-wrap .overlay h2 {
    font-size: 20px;
}
footer h4 {
        margin: 0 0 20px;
            font-size: 17px;
}
footer p {
    font-size: 13px;
}
footer a {
    font-size: 13px;
}
footer .social li a {
        width: 40px;
    height: 40px;
        padding-top: 9px;
    font-size: 16px;
}
.chooseType .wrap {
    padding: 40px 0 0;
    height: auto;
}
header .top-row .left a {
    padding-right: 10px;
}

.box-wrap .product {
    padding: 30px;
}
.categorybar .head h4 {
        font-size: 22px;
}
.categorybar ul li a {
    font-size: 13px;
}
.innerCategories {
    padding: 30px 0 0;
}
.subscribe {
    margin-top: 0;
}

.categories .col-md-7{
    width: 100%;
}
.categories .col-md-5{
    width: 100%;
}
.proImageSlider .nav-tabs>li {
        width: 170px;
}
.col2 {
    padding-left: 67px;
}
.desc-para p {
    margin: 30px 0 30px;
}
.desc-area h1 {
        margin: 0 0 10px;
}
.relat-prodct h1 {
    font-size: 15px;
}

.chooseType .col-sm-offset-2 {
    margin-left: 0;
}
.famouse_boxes {
    padding: 20px 0 30px;
}
}
@media only screen and (min-width: 520px) and (max-width: 767px){
    .navStyle.navbar-default {
        position: static;
        margin-top: 0;
            padding: 10px 10px;
    }
    header .top-row .left a {
    padding-right: 10px;
    font-size: 16px;
}
header .top-row p img, header .top-row a img {
    margin-right: 4px;
}
header .top-row {
    padding: 25px 0;
    text-align: center;
}
header .top-row p, header .top-row a {
    margin: 13px 0 0;
    font-size: 16px;
}
#mainSlider .carousel-caption h2 {
    margin: 0;
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 8px;
}
#mainSlider .carousel-caption p {
    font-size: 15px;
    width: 63%;
    text-shadow: 0 0 8px black;
}
.getCutmQuot {
    padding: 15px 0;
}
.getCutmQuot ul li, .getCutmQuot ul li:last-child{
    width: 100%;
    margin: 0;
}
.getCutmQuot .dropdown-menu,
.getCutmQuot ul li .btn{
    margin: 0;
}
.box-wrap .overlay {
   padding: 14px;
    padding: 170px 0;
    text-align: center;
}
.box-wrap .overlay p {
        font-size: 13px;
    line-height: 16px;
    width: 90%;
    margin: 0 auto;
}
.box-wrap .overlay h2 {
    font-size: 21px;
}
.famouse_boxes .content h2 {
    font-size: 25px;
}
.box-wrap .product {
    position: relative;
    top: 30px;
}
.chooseType .mainHeading h2 {
    font-size: 28px;
}
.chooseType .wrap .box-wrap .overlay {
        padding-top: 0;
    padding: 26px 0;
}
.chooseType .wrap .box-wrap .overlay h2 {
    font-size: 11px;
}
.chooseType .wrap .box-wrap {
    margin-bottom: 0;
}
.chooseType .wrap {
    padding: 39px 0;
    height: auto;
}
.review .col-md-12 {
    background: transparent !important;
}
#review {
    width: 100%;
}
.review {
    padding: 0px 30px;
    margin: 20px 0;
}
.subscribe h2 {
    font-size: 23px;
    margin: 0 0 15px;
}
.subscribe .btn {
        padding: 9px 20px;
    font-size: 14px;    
}
.subscribe .col-md-6 {
    text-align: center !important;
}
.subscribe {
    padding: 30px 0;
}
#review h2 {
    font-size: 20px;
}
.mainHeading h2 {
    font-size: 30px;
}
.famouse_boxes {
    padding: 30px 0 10px;
}
footer a {
        font-size: 13px;
}
footer .copyright {
    padding: 13px 0;
}
footer .copyright p {
    font-size: 12px;
}
footer h4 {
    font-size: 20px;
}
.categories {
    padding-bottom: 0;
}
.navStyle.navbar-default .navbar-brand {
    padding: 13px 0;
    width: 50%;
}
.main-navigate {
        background-color: #004ba1;
}
header .top-row .right {
    text-align: center;
}

/* inner page responsive start */

.innerCategories {
    padding: 30px 0 0;
}
.innerCategories .innerHading h2 {
        font-size: 22px;
}
.box-wrap {
        margin-top: 30px;
}




.spec-text ul li:nth-child(3) {margin-top: -90px;display: inline-block;}
.spec-text ul li:nth-child(2) {
        margin-top: -90px;
        display: inline-block;
}
.col1 {
    width: 100%;
    float: none;
}
.col2 {
    width: 100%;
    float: none;
    padding-left: 0;
}
.col2 h4 {
    display: block;
}
.col2 span {
    display: block;
}
.col2 a i {
    margin: 10px 0;
}
.col3 {
    float: none;
    text-align: center;
    margin-top: 20px;
}
.detl-review .review {
        text-align: center;
    padding: 40px 30px;
}
.col2 p {
    width: 100%;
}
.description ul li a {
        padding: 10px 25px;
            font-size: 16px;
}
.desc-area h1 {
        margin: 0 0 10px;
}
.proImageSlider .nav-tabs>li {
    width: 161px;
}
.mainHeading p {
    margin: 0 0 0;
}
/* inner page responsive end */
}
@media only screen and (min-width: 300px) and (max-width: 519px){
    .navStyle.navbar-default {
        position: static;
        margin-top: 0;
            padding: 10px 10px;
    }
    header .top-row .left a {
    padding-right: 10px;
    font-size: 11px;
}
header .top-row p img, header .top-row a img {
    margin-right: 4px;
}
header .top-row {
    padding: 25px 0;
    text-align: center;
}
header .top-row p, header .top-row a {
    margin: 13px 0 0;
}
#mainSlider .carousel-caption h2 {
    margin: 0;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 8px;
}
#mainSlider .carousel-caption p {
    font-size: 11px;
    width: 63%;
    text-shadow: 0 0 8px black;
}
.getCutmQuot {
    padding: 15px 0;
}
.getCutmQuot ul li, .getCutmQuot ul li:last-child{
    width: 100%;
    margin: 0;
}
.getCutmQuot .dropdown-menu,
.getCutmQuot ul li .btn{
    margin: 0;
}
.box-wrap .overlay {
    padding: 14px;
}
.box-wrap .overlay p {
    font-size: 11px;
    line-height: 16px;
}
.box-wrap .overlay h2 {
    font-size: 21px;
}
.famouse_boxes .content h2 {
    font-size: 25px;
}
.box-wrap .product {
    position: relative;
    top: 30px;
}
.chooseType .mainHeading h2 {
    font-size: 28px;
}
.chooseType .wrap .box-wrap .overlay {
        padding-top: 0;
    padding: 26px 0;
}
.chooseType .wrap .box-wrap .overlay h2 {
    font-size: 11px;
}
.chooseType .wrap .box-wrap {
    margin-bottom: 0;
}
.chooseType .wrap {
    padding: 39px 0;
    height: auto;
}
.review .col-md-12 {
    background: transparent !important;
}
#review {
    width: 100%;
}
.review {
    padding: 0px 30px;
    margin: 20px 0;
}
.subscribe h2 {
    font-size: 23px;
    margin: 0 0 15px;
}
.subscribe .btn {
        padding: 9px 20px;
    font-size: 14px;    
}
.subscribe .col-md-6 {
    text-align: center !important;
}
.subscribe {
    padding: 30px 0;
        margin-top: 0;
}
#review h2 {
    font-size: 30px;
}
.mainHeading h2 {
    font-size: 30px;
}
.famouse_boxes {
    padding: 30px 0 10px;
}
footer a {
        font-size: 13px;
}
footer .copyright {
    padding: 13px 0;
}
footer .copyright p {
    font-size: 12px;
}
footer h4 {
    font-size: 20px;
}
.categories {
    padding-bottom: 0;
}
.navStyle.navbar-default .navbar-brand {
    padding: 13px 0;
    width: 50%;
}
.main-navigate {
        background-color: #004ba1;
}
header .top-row .right {
    text-align: center;
}


/* inner page responsive start */

.innerCategories {
    padding: 30px 0 0;
}
.innerCategories .innerHading h2 {
        font-size: 19px;
}
.box-wrap {
        margin-top: 30px;
}



.spec-text ul li:nth-child(3) {
    margin-top: 0;
}
.spec-text ul li:nth-child(2) {
        margin-top: 20px;
    display: block;
}
.col1 {
    width: 100%;
    float: none;
}
.col2 {
    width: 100%;
    float: none;
    padding-left: 0;
}
.col2 h4 {
    display: block;
}
.col2 span {
    display: block;
}
.col2 a i {
    margin: 10px 0;
}
.col3 {
    float: none;
    text-align: center;
    margin-top: 20px;
}
.detl-review .review {
        text-align: center;
    padding: 40px 30px;
}
.col2 p {
    width: 100%;
}
.description ul li a {
        padding: 10px 25px;
            font-size: 16px;
}
.desc-area h1 {
        margin: 0 0 10px;
}
.proImageSlider .nav-tabs>li {
    width: 87px;
}
.mainHeading p {
    margin: 0 0 0;
}
/* inner page responsive end */
}
.dropdown-large {
    position: static !important;
}
.dropdown-menu-large {
    margin-left: 16px;
    margin-right: 16px;
    padding: 20px 0px;
}
.dropdown-menu-large > li > ul {
    padding: 0;
    margin: 0;
}
.dropdown-menu-large > li > ul > li {
    list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
    color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
    color: #428bca;
    font-size: 18px;
}
.custom-new-li{background-color: inherit !important;border: none !important;}
.custom-new-li:hover{background: #004ba1 !important;}
.cat-main-anch:hover,.cat-main-anch:focus,.cat-main-anch:active{background: #004ba1 !important;}
.cat-main-anch{padding: 10px 10px 10px 15px !important;
    display: block !important;
    color: #fff !important;
    font-weight: 300 !important;
    position: relative !important;
    font-size: 12px !important;
    font-family: 'Montserrat', sans-serif !important;}
.navbar-nav > li > a.active{background: #004ba1 !important;}
.cat-subprod:nth-of-type(odd) {
    background-image: radial-gradient(circle, #f1a963, #ee964c, #ea8236, #e76c22, #004ba1);
}
.cat-subprod:nth-of-type(even) {
    background-image: radial-gradient(circle, #6e7c89, #657481, #5c6b78, #546370, #4b5b68);
}

.demo_changer .demo-icon, .menu-color-gradient .btn-primary, .menu-color-gradient .label-danger, .menu-color-gradient .navbar-brand, .menu-color-gradient .navbar-default .navbar-nav > .open > a, .menu-color-gradient .navbar-default .navbar-nav > .open > a:hover, .menu-color-gradient .navbar-default .navbar-nav > .open > a:focus, .menu-color-gradient .navbar-default .navbar-nav > li > a:focus, .menu-color-gradient .navbar-default .navbar-nav > li > a:active, .menu-color-gradient .navbar-default .navbar-nav > li > a.active, .menu-color-gradient .navbar-default .navbar-nav>li>a:hover{background: #004ba1 !important;}
.cust-prod-img{}
.prod-specs-wrap{}
.prod-specs-wrap > h2,.prod-specs-wrap > h3,.prod-specs-wrap > h4,.prod-specs-wrap > ul > li:nth-of-type(odd){color: #004ba1;
    font-weight: 500;
    font-size: 17px;
    display: block;}
.prod-specs-wrap ul {padding-left: 0px;}
.prod-specs-wrap ul li {list-style: none}
.prod-specs-wrap > ul > li > h3,.prod-specs-wrap > ul > li > h2,.prod-specs-wrap > ul > li > h4 {margin-bottom: 0;margin-top: 10px;color: #004ba1;
    font-weight: 500;
    font-size: 17px;
    display: block;}
.prod-specs-wrap ul > li:nth-of-type(even){color: darkgrey;font-size: 15px;}
.prod-specs-head2{color: #003399;font-size: 25px;margin-bottom: 15px;}
.prod-specs-head{color: #19232b;font-size: 25px;margin-bottom: 15px;}
.prod-specs-util{display: inline-flex;}
.prod-specs-util div a{background-color: #004ba1 !important;
    font-size: 12px;
    text-transform: uppercase;
    padding: 15px 20px;
    color: #fff !important;
    border: 0;
    border-radius: 0;}
.prod-specs-util div:nth-child(1) {margin-left: 0}
.review-img{border: 3px solid #fff;
    border-radius: 50px;
    margin: 0 auto;
    max-width: 100%;
    width: 100px;
    height: 75px;}

.prod-specs-util div{text-align: center; color: darkgrey;font-size: 15px; margin-left: 20px}
/*.prod-specs-util div:nth {text-align: center; color: darkgrey;font-size: 15px;}*/
.prod-specs-util img{width: 110px;height: auto;}
.desc-area > h2,.desc-area > h3,.desc-area > h4 {margin: 0;
    font-size: 21px;
    color: #004ba1;
    font-weight: 400;}
.desc-area ul {padding-left: 0;list-style: none;}
.desc-area > ul > li >a {background: none; color: #333; padding: 0;font-size: 15px}
.intro-head{color: #004ba1}
.fa-star{color: #ffdf34 !important;}
.prod-review-slider{height: 200px}
.cust-foot-con{background-color: inherit}
.cust-foot-con > li > a:hover{font-size: 16px}
.slick-prev:before,.slick-next:before{content: '' !important;}
.cust-slide-nav-img{}
.cust-banner-img{height: 600px !important;}
.cust-main-quote{height: 216px; overflow-y: scroll}
.cust-step-wrap{width: 90%}
.cust-dropup{width: 500px !important;}


@media (max-width: 768px) {
    .dropdown-menu-large {
        margin-left: 0 ;
        margin-right: 0 ;
    }
    .dropdown-menu-large > li {
        margin-bottom: 30px;
    }
    .dropdown-menu-large > li:last-child {
        margin-bottom: 0;
    }
    .dropdown-menu-large .dropdown-header {
        padding: 3px 15px !important;
    }
	.getCutmQuot {
    padding: 70px 0 20px 0 !important;
}
.requestCall {
    bottom: 154px;
}
}
.requestQuote{
   
    border-radius:0 4px  4px 0;
    display: block;
    position: fixed;
    left: 0;
    
    text-align: center;
    background: #bb0707;
    color: #fff !important;
    
    top: 40%;
    writing-mode:vertical-lr;
    z-index:99 !important;
    padding:10px 0px 10px 0px;
    
    border-radius:0px 10px 10px 0px;
    
   
    width:32px;
    height:120px;
}
.getCutmQuot i{
	font-size: 40px;
	color:#004ba1;
	padding-bottom:5px;
}
.getCutmQuot p{
	font-size: 20px;
	line-height:22px;
	color:#fff;

}
.getCutmQuot .cust-step-wrap {
    width: 100% !important;
}

.fullwth{
	width:100%;
	min-height:100px;
}
.rqsttop {
    padding-top: 7%;
}
.heading {
    text-align: center;
    text-transform: uppercase;
}
.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
    font-size: 14px;
}
.bg-gray{
  background: #f1f1f1;
}

/* Feature 1 */

.feature-1 .wrap-icon {
  margin: 0 auto;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
}

.feature-1 .wrap-icon.icon-1 {
  background: linear-gradient(-45deg, #3b87bd, #2d71a2);
}

.feature-1 .wrap-icon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2.5rem;
}

.feature-1 h3 {
  font-size: 20px;
  color:#004ba0;
}

.feature-1 p {
  color: #585858;
}
.text-center {
    text-align: center!important;
}

.btn {
  border: none;
  padding: 15px 30px !important;
}

.btn.btn-outline-white {
    border: 2px solid #fff;
    background: #f4efea;
    color: #d49879;
    border-radius: 30px 30px;
}

.btn.btn-outline-white:hover {
  background: #fff;
  color: #2d71a1;
}

.btn.btn-primary {
  background: #003399;
  background: linear-gradient(-d49879, #1391a5, #003399);
  color: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}

/* CTA Section */

.cta-section {
  background: #003399;
  color: #fff;
  text-align: center;
  padding:30px;
}

.cta-section h2 {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  
}
.cta-section .btn {
    background: #fff;
    color: #000;
   
}


h1,
h2,
h3,
h4,
h5,
h6,
.font-heading {
  font-family: "Poppins", sans-serif;
  color: #003399;
}

.gallery {
 
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-rows: 8px;
}
.gallery img {
  max-width: 100%;
  
  transition: all 0.5s ease;
}

.gallery .content {
  padding: 4px;
}
.gallery .gallery-item {
  transition: grid-row-start 300ms linear;
  transition: transform 300ms ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.gallery .gallery-item:hover {
  transform: scale(1.025);
}
@media (max-width: 600px) {
  .gallery {
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  }
}
@media (max-width: 400px) {
  .gallery {
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
  }
}
.gallery {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-width: 33%;
-moz-column-width: 33%;
column-width: 33%; }
.gallery .pics {
-webkit-transition: all 350ms ease;
transition: all 350ms ease; }
.gallery .animation {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }

@media (max-width: 450px) {
.gallery {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
-webkit-column-width: 100%;
-moz-column-width: 100%;
column-width: 100%;
}
}

@media (max-width: 400px) {
.btn.filter {
padding-left: 1.1rem;
padding-right: 1.1rem;
}
}
.heading h3 {
  text-align: center;
  color: #003399;
  padding-top: 20px;
}
.heading h4 {
  text-align: center;
}
.w100 {
  width: 100%;
}
.text-center
{text-align:center;}
.myicon img
{
 margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 10px;

}

.headicon
{
color:#e3dad0;
padding:10px;
padding-bottom:20px;
padding-top:0px;
width:30px;
line-height:40px;

}
.headicon:hover
{
color:#d49879;
}
.fa
{
font-size:25px;
}
.prod_title
{
	background-color:#003399;
	color:#FFFFFF;
	padding:10px; 
	text-align:center;
	text-transform: uppercase;
	display:block;
}
.prod_title:hover
{
color:#fff;
}
.product_box
{border:1px solid #e3dad0}
  .card {
       
        position: relative;
        display: inline-block;
       
    }
    .card .img-top {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
    }
    .card:hover .img-top {
        display: inline;
    }
	
	.specification{
	 padding:0px;
	}
	.specification table {
  border-collapse: collapse;
  width: 100%;
  border:1px solid #f2f2f2;
}

.specification table th, td {
  text-align: left;
  padding: 8px;
}

.specification table tr:nth-child(even) {background-color: #f2f2f2;}
.box {
		margin-top:20px;
        position: relative;
		font-size:16px;
		
       
    }
	  .border {
        position: aboslute;
        background: #003399;
       
        bottom: 0;
		
        width: 40px;
        height: 5px;
		
		margin-bottom:20px;
    }
	::placeholder {color:#3c3c3c}
	.navbar-brand{height:100%;}
.navStyle.navbar-default {
   
    /* margin-top: -20px; */
    width: 100%;
    background: #e6e6e6;
    /* padding: 10px 10px 0 10px; */
    border-radius: 0;
}