/*
Theme Name: Kairit
Theme URI: https://wordpress.org/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Theme Description
Version: 1.0
Text Domain: kairit

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*font-family: 'Poppins', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

/* GLOBAL STYLES */
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}
body{font-size:15px;line-height:26px;color:#909090;margin:0;padding:0;font-family:'Poppins',sans-serif;font-weight:400;}
a{color:#ff6d00;text-decoration:none;transition:all 300ms linear;-moz-transition:all 300ms linear;-o-transition:all 300ms linear;-ms-transition:all 300ms linear;-webkit-transition:all 300ms linear;}
a:focus{outline:none;text-decoration:none;color:#014fa1;}
a:hover,a:active{outline:0;text-decoration:none;color:#014fa1;}
h1,h2,h3,h4,h5,h6{color:#333;font-family:'Poppins',sans-serif;line-height:1.2;margin:0;font-weight:400;}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit;}
h1{font-size:55px;line-height:62px}
h2{font-size:30px;line-height:38px; font-weight: 700;}
h3{font-size:22px;line-height:30px; font-weight:600;}
h4{font-size:20px;line-height:28px;}
h5{font-size:18px;line-height:25px;}
h6{font-size:16px;line-height:23px;}
img{max-width:100%;border:0;}
input:not([type="radio"]):not([type="checkbox"]){-webkit-appearance:none;-webkit-border-radius:0px;}
input,button,textarea,select{border:1px solid #ccc;outline:none;font-family:'Poppins',sans-serif;font-size:14px;color:#333;}
input[type=submit],button{cursor:pointer;-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;-o-transition:all 0.4s ease-in-out;transition:all  0.4s ease-in-out;}
p{margin:0 0 20px 0;}
ol,ul{margin:0;padding:0;list-style:none;}
table{border-collapse:collapse;border-spacing:0}
hr{background-color:rgba(0,0,0,0.1);border:0;height:1px;margin-bottom:23px;}
::-webkit-selection{background-color:#47d5ff;color:#fff;text-shadow:none;}
::-moz-selection{background-color:#47d5ff;color:#fff;text-shadow:none;}
::selection{background-color:#47d5ff;color:#fff;text-shadow:none;}
::-webkit-input-placeholder{color:#333;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
::-moz-placeholder{color:#333;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
:-ms-input-placeholder{color:#333;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}

/* Common Css Start Here */
.pullLeft{float:left;}
.pullRight{float:right;}
.hide{display:none;}
.show{display:block;}
.txtL{text-align:left;}
.txtR{text-align:right;}
.txtC{text-align:center;}
.clear{clear:both;}
.alignleft{float:left;margin-right:15px;margin-top:5px;margin-bottom:10px!important;}
.alignright{float:right;margin-left:15px;margin-top:5px;margin-bottom:10px!important;}

.container{max-width:1100px;margin:0 auto; width: 100%;}

select{background-image:url('./images/down-arrow.png');background-position:right 30px center;background-repeat:no-repeat;}

.red-btn{font-size:14px;line-height:14px;display:inline-block;min-width:255px;background:#BE212A;color:#fff;padding:10px 15px;text-align:center;}
.red-btn:hover,.red-btn:focus{background:#942421;}
.black-btn{font-size:13px;line-height:13px;display:inline-block;background-color:#ff6d00;min-width:126px;padding:6.5px 15px;color:#fff;text-align:center;}
.black-btn:hover,.black-btn:focus{background-color:#080708;color:#fff;}
.white-btn{font-size:16px;line-height:16px;padding:14px 15px;min-width:203px;display:inline-block;color:#FFF;background-color:#ff6d00;text-align:center;}
.white-btn:hover,.white-btn:focus{background-color:#080708;color:#fff;}

.header{position:fixed;top:0;left:0;width:100%;z-index:9; transition: all ease 0.4s;}
.header.fixed {   background: #fff;box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1);}
/*.header .container{max-width:1160px;width:100%;}*/
.top-header{padding:13px 0;text-align:right;}
.top-header .container, .main-header .container { max-width: 1160px; }
.top-header .header-btn-wrap a{margin:0 5px;}
.top-header .search-wrap { display: inline-block; vertical-align: middle; }
.top-header .header-btn-wrap{ display: inline-block; vertical-align: middle; }
.top-header .search-wrap input{background:transparent;border:1px solid #fff;padding: 1px 11px;box-sizing:border-box;color:#fff;}
.top-header .search-wrap input::-webkit-input-placeholder{color:#333;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; font-size: 13px;}
.top-header .search-wrap input::-moz-placeholder{color:#333;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";font-size: 13px;}
.top-header .search-wrap input:-ms-input-placeholder{color:#333;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";font-size: 13px;}

.main-header .logo-wrap{max-width:195px;float:left;    margin-top: 17px;}
.main-header .logo-wrap a,.main-header .logo-wrap a img{display:inline-block;vertical-align:middle; max-width: 195px;}
.main-header .nav-wrap{width:calc(100% - 205px);float:left;text-align:right;    margin-top: 15px;}
.main-header .nav-wrap ul li a{color:#fff;font-size:13px;line-height:16px;font-weight:700;text-transform:uppercase;}
.main-header .nav-wrap ul li a:hover, .main-header .nav-wrap ul li.current_page_item a{color: #ff6d00;}
.main-header .nav-wrap ul li{display:inline-block;vertical-align:middle;padding:0 7px; position: relative;}
.main-header .nav-wrap .phone-wrap{display:inline-block;vertical-align:middle;font-size:18px;line-height:25px;color:#014fa1!important;font-weight:700;margin-left:30px;}
.main-header .nav-wrap .phone-wrap:hover{color:#ff6d00;}
/*.main-header .nav-wrap ul{display:inline-block;vertical-align:middle;}*/

.header.inner_header, .header{background:#fff;padding-bottom:15px;}
.header.inner_header .nav-wrap ul li a,.header.inner_header  .main-header .nav-wrap .phone-wrap, .header .nav-wrap ul li a, .header  .main-header .nav-wrap .phone-wrap{ color: #333; }
.header.inner_header .nav-wrap ul li a:hover, .header.inner_header .main-header .nav-wrap .phone-wrap:hover, .header.fixed .nav-wrap ul li a:hover, .header.fixed  .main-header .nav-wrap .phone-wrap:hover { color: #ff6d00; }
.header.inner_header .main-header .logo-wrap a:not(.innerpage-logo),  .header .main-header .logo-wrap a:not(.innerpage-logo) { display: none; }

/*.main-header .logo-wrap a.innerpage-logo { display: none; }*/

.header.inner_header .main-header .logo-wrap a.innerpage-logo, .header.fixed .main-header .logo-wrap a.innerpage-logo { display: block; }

.header.inner_header .top-header .search-wrap input,.header .top-header .search-wrap input{background:#f1f1f1; color:#333;background-image:url(images/srch-icon.png);background-repeat:no-repeat;background-size:16px;background-position:95% 5px; max-width: 200px;}
.header.inner_header .top-header .search-wrap input::-webkit-input-placeholder, .header.fixed .top-header .search-wrap input::-webkit-input-placeholder{color:#333;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; font-size: 13px;}
.header.inner_header .top-header .search-wrap input::-moz-placeholder, .header.fixed .top-header .search-wrap input::-moz-placeholder{color:#333;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";font-size: 13px;}
.header.inner_header .top-header .search-wrap input:-ms-input-placeholder,.header.fixed .top-header .search-wrap input:-ms-input-placeholder{color:#333;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";font-size: 13px;}

/* Slider */
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;}
.slick-list{outline:none;position:relative;display:block;overflow:hidden;margin:0;padding:0;}
.slick-list:focus{outline:none;}
.slick-list.dragging{cursor:pointer;cursor:hand;}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
.slick-track{position:relative;top:0;left:0;display:block;}
.slick-track:before,.slick-track:after{display:table;content:'';}
.slick-track:after{clear:both;}
.slick-loading .slick-track{visibility:hidden;}
.slick-slide{float:left;height:100%;min-height:1px;outline:none;}
[dir='rtl'] .slick-slide{float:right;}

/*.slick-slide.slick-loading img { display: none; }*/
.slick-slide.dragging img{pointer-events:none;}

/*.slick-initialized .slick-slide { display: block; }*/
.slick-loading .slick-slide{visibility:hidden;}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent;}
.slick-arrow.slick-hidden{display:none;}
.slick-arrow{cursor:pointer;z-index:5;position:absolute;top:50%;margin-top:-17.5px;display:inline-block;color:#fff;background:#333;width:35px;height:35px;font-size:0;text-index:-9999;cursor:pointer;}
.slick-arrow:before{font-family:'FontAwesome';font-size:14px;}
.slick-arrow:hover{background:#fff;color:#333;}
.slick-arrow.slick-prev{left:5px;}
.slick-arrow.slick-prev:before{content:"\f104";}
.slick-arrow.slick-next{right:5px;}
.slick-arrow.slick-next:before{content:"\f105";}
.slick-arrow.slick-disabled{display:none;}
ul.slick-dots{margin:0;padding:0;list-style:none;float:left;width:100%;}
ul.slick-dots{text-align:center;padding:10px 0 0;}
ul.slick-dots li{display:inline-block;padding:0 5px;}
ul.slick-dots li button{display:inline-block;background:#a1a1a1;width:7px;height:7px;border-radius:0;font-size:0;text-index:-9999;cursor:pointer;border:0;}
ul.slick-dots li button:hover,ul.slick-dots li.slick-active button{background:#fff;}


.banner-wrap-main{perspective:1200px;position:relative;z-index:5;}
.banner-section{position:relative;transform:skewY(-5deg);margin-top:-40px;overflow:hidden;z-index:1;height:720px;transform-style:preserve-3d;}
.banner-section:before{content:'';width:0;height:0;position:absolute;left:0;bottom:0px;z-index:1;border-right:100vw solid #333;border-left:30px solid transparent;border-top:30px solid transparent;}
.banner-section .banner-slider-wrap{transform:skewY(5deg);/*height:770px;*/transform-style:preserve-3d;position: relative;}
.banner-section .single-slide{min-height:810px;background-size:cover;background-position:center;}
.banner-section .banner-caption{position:absolute;top:60%;transform:translateY(-50%) skewY(5deg);transform-style:preserve-3d;}
.banner-section .banner-slider-wrap:after{content:'';width:100%;height:100%;/*background-color: rgba(1, 79, 161, 0.68);*/position:absolute;left:0;top:0;
 /*background: rgb(1,79,161);    background: -moz-linear-gradient(to right, rgb(51, 51, 51) 5%,rgb(1,79,161,0.95) 35%, rgba(126,174,221,0) 60%);
    background: -webkit-linear-gradient(to right, rgb(51, 51, 51) 5%,rgb(1,79,161,0.95) 35%, rgba(126,174,221,0) 60%);
    background: linear-gradient(to right, rgb(51, 51, 51) 5%,rgb(1,79,161,0.95) 35%, rgba(126,174,221,0) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014fa1', endColorstr='#7eaedd',GradientType=1 ); opacity: 1*/

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#333333+0,014fa1+35,7eaedd+60&1+0,0.95+35,0+60 */
background: -moz-linear-gradient(left,  rgba(51,51,51,1) 0%, rgba(1,79,161,0.95) 35%, rgba(126,174,221,0) 60%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(51,51,51,1) 0%,rgba(1,79,161,0.95) 35%,rgba(126,174,221,0) 60%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(51,51,51,1) 0%,rgba(1,79,161,0.95) 35%,rgba(126,174,221,0) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#007eaedd',GradientType=1 ); /* IE6-9 */opacity: 1;

}
.banner-section .banner-caption h2{font-size:50px;line-height:58px;color:#fff;font-weight:700;}
.banner-section .banner-caption .sub-title{font-size:25px;line-height:32px;color:#fff;font-weight:300;margin-bottom:10px;}
.banner-section .banner-caption p{font-size:18px;line-height:30px;margin-top:15px;margin-bottom:30px;font-weight:400; color: #fff;}
.banner-section .banner-caption .btn-wrap a{margin-right:2px;}
.banner-section ul.slick-dots{text-align:left;position:absolute;bottom:47px;max-width:1170px;margin:0 auto;left:50%;transform: translate(-50%); display:none!important;}

.banner-section.small-banner{background-repeat:no-repeat;background-size:cover;height: 450px;}
.banner-section.small-banner .banner-caption{position:absolute;max-width:1160px;width:100%;left:52%;top:55%;z-index:1;color:#fff;padding-right:21%;transform:translateX(-50%) skewY(5deg);}
.banner-section.small-banner:after{content:'';width:100%;height:100%;/* background-color: rgba(1, 79, 161, 0.68);*/position:absolute;left:0;top:0;    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#333333+0,014fa1+35,7eaedd+60&1+0,0.95+35,0+60 */
background: -moz-linear-gradient(left,  rgba(51,51,51,1) 0%, rgba(1,79,161,0.95) 35%, rgba(126,174,221,0) 60%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(51,51,51,1) 0%,rgba(1,79,161,0.95) 35%,rgba(126,174,221,0) 60%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(51,51,51,1) 0%,rgba(1,79,161,0.95) 35%,rgba(126,174,221,0) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#007eaedd',GradientType=1 ); /* IE6-9 */opacity: 1;}
.banner-section.small-banner .banner-caption h2,.banner-section.small-banner .banner-caption h1 { color: #fff; font-size: 50px; line-height: 58px; font-weight: 700;}
.banner-section.small-banner .banner-caption .sub-title{color:#fff;margin-bottom:10px;font-size: 25px;  line-height: 32px; font-weight: 300;margin-top: 0px;}
.banner-section.small-banner .banner-caption p { font-size: 18px; line-height: 28px;margin-top: 10px; }
.blog-post.banner-section.small-banner .banner-caption h1 {font-size: 40px;}
.intro-section{position:relative;padding:220px 0 80px;background-repeat:no-repeat;background-size:contain;background-position:100% 100%;min-height:450px;margin-top:-84px;z-index:0;display:inline-flex;align-items:center; width: 100%;}
.intro-section .section-content{width:100%;float:left; max-width: 813px;}
.intro-section .section-content strong{color:#231F20;display:block;}
.intro-section .section-content a{margin-top:20px;display:inline-block;font-weight: 700; color: #ff6d00; position: relative;}
.intro-section .section-content a:hover, .intro-section .section-content a:focus { color: #014FA1; }
.intro-section .img-wrap{width:395px; position: absolute; top: 0; bottom: 0; right: 0;}
.intro-section .img-wrap img { height: 100%; object-fit: cover; }
.intro-section h2 { margin-bottom: 20px;     font-weight: 700;}

.intro-section .section-content a:after { content: "\f105"; font-family: "FontAwesome"; font-size: 16px; color: #ff6d00; margin-left: 10px;}
.intro-section .section-content a:hover:after { color:#014FA1;}

.what-we-offer-section { padding: 80px 0 70px;position: relative; }
.what-we-offer-section:after {content:''; width: 100%; height: 420px; position: absolute; top: 0; left: 0; background-color:#F5F5F5;z-index: -1; }
.what-we-offer-section .section-content { margin-left: -25px;    margin-right: -25px; }
.what-we-offer-section .section-content .service-single-col{width:calc(33.03% - 50px);display:inline-block;margin:0 25px;position:relative; transition: all ease 0.4s;}
.what-we-offer-section .section-content .service-single-col:hover a.black-btn {   color: #080708;  }

.what-we-offer-section .service-single-col > a{position:absolute;left:0;right:0;top:0;bottom:0;z-index:2;}
.what-we-offer-section .service-single-col .img-wrap{ width: 100%; overflow: hidden;position: relative;max-height: 225px; margin-bottom: 25px; box-shadow: 0px 0px 10px #888888;}
.what-we-offer-section .service-single-col .img-wrap > div{height:225px;overflow:hidden;margin-bottom:25px;position:relative;background-repeat:no-repeat;background-size:100%;background-position:center; transition: all ease 0.4s;}
.what-we-offer-section .service-single-col .img-wrap > div:before { content: ''; width: 100%; height: 100%; background-color: #333; opacity: 0.4;position: absolute; left: 0; top: 0;z-index: 1; }
.what-we-offer-section .service-single-col .img-wrap .img-caption{width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;font-weight:700;z-index: 2;}
.what-we-offer-section .service-single-col:hover .img-wrap > div { transform: scale(1.2);  }
.what-we-offer-section .service-single-col .post-content { font-size: 15px; line-height: 26px; }
.what-we-offer-section .section-content .service-single-col a.black-btn{min-width:234px;padding:0px 15px;background-color:transparent;color:#ff6d00;font-size:23px;text-align:left;padding-left:0;}

.section-title  { max-width: 805px; margin: 0 auto 30px; }
.section-title h3 { font-weight:300; color: #333;    margin-bottom: 5px; }
.section-title h2 { margin-bottom: 15px; }

.strength-section { padding: 80px 0 150px; }
.strength-section .section-title { max-width: 100%; }
.strength-section .section-content { position: relative; float: left; }
.strength-section .img-wrap{width:40%;padding-right:35px;position:relative;position:absolute;left:0;height:100%;}
.strength-section .img-wrap:before { content: ''; width: 5px; height: 100%; background-color: #fff; position: absolute; top: 0; bottom: 0;left: 55%; }
.strength-section .img-wrap img{display:inline-block;vertical-align:middle;height:100%;object-fit:cover;object-position:left;}
.strength-section .strength-content { width: 60%; float: right; }
.strength-section .strength-content .strength-icon{width:60px;float:left;background-color:#014fa1;height:60px;display:inline-flex;justify-content:center;align-items:center;border-radius:50%;}
.strength-section .strength-content .strength-icon img{width: 32px;}
.strength-section .strength-content .strength-detail-desc { width: calc(100% - 60px); padding-left: 20px; float: left; }
.strength-section .strength-content .strength-detail-desc h5 { font-weight: 700; color: #333;margin-bottom: 7px; }
.strength-section .strength-content .single-strength-row { margin-bottom: 30px; display: inline-block;}
.strength-section .strength-content .single-strength-row:last-child { margin-bottom: 0; }
.strength-section .strength-content .single-strength-row p { margin-bottom: 0; }
.strength-section .btn-wrap{display:inline-block;width:100%;text-align:center;margin-top:80px;}
.btn-wrap a.black-btn.big-btn{font-size:16px;line-height:16px;min-width:370px;padding:19px 15px;}

.product-gallery-section{background-color:#F5F5F5;clear:both;width:100%;float:left;}
.product-gallery-section .content-part{width:33.33%;float:left;text-align:right;padding-right:25px;}
.product-gallery-section .content-part a {font-weight: 700; color: #ff6d00; position: relative; }
.product-gallery-section .content-part a:hover {color: #014fa1;}
.product-gallery-section .content-part a:after { content: "\f105"; font-family: "FontAwesome"; font-size: 16px; color: #ff6d00; margin-left: 10px;}
.product-gallery-section .content-part a:hover:after { color:#014FA1;}
.product-gallery-section .container { display: flex;align-items: center; }
.product-gallery-section .gallery-wrap { margin-top: -50px; margin-bottom: -50px; width: 66.66%; float: left; }
.product-gallery-section .gallery-wrap .single-col { width: calc(50% - 25px); float: left; padding: 50px 0 37px 50px; position: relative;margin-left: 25px;}
.product-gallery-section .gallery-wrap .single-col:after{content:'';width:290px;height:100%;position:absolute;left:0;top:0;background-color: #014fa1;z-index:0; right: 15px;}
.product-gallery-section .gallery-wrap .single-col .img-wrap { max-height: 180px; overflow: hidden;position: relative; max-width: 290px; box-shadow: 0px 0px 10px #707070}
.product-gallery-section .gallery-wrap .single-col .img-wrap:after { content: ''; width: 100%; height: 50%; background-color: rgba(255, 109, 0, 0.8); position: absolute; top: 0; left: 0;opacity: 0; transition: all ease 0.4s; }
.product-gallery-section .gallery-wrap .single-col .img-box-wrap:hover .img-wrap:after { height: 100%; opacity: 1; }
.product-gallery-section .gallery-wrap .single-col .img-wrap img { height: 180px; object-fit: cover;width: 100%;   }
.product-gallery-section .gallery-wrap .single-col .img-box-wrap { position: relative;z-index: 1; }
.product-gallery-section .gallery-wrap .single-col .img-box-wrap h6{color:#fff;text-align:right;padding-right:61px;margin-bottom:15px;margin-top:5px;}

.news-article-section{padding:130px 0 90px;clear:both;width:100%;float:left;}
.news-article-section  .section-title { max-width: 100%; }
.news-article-section .news-wrap { margin-left: -25px; margin-right: -25px; }
.news-article-section .news-wrap .single-news-col { width: calc(50% - 50px); float: left; margin: 0 25px 40px;  }
.news-article-section .news-wrap .single-news-col.with-img .img-wrap{max-width:242px;float:left;max-height: 260px;  overflow: hidden;}
.news-article-section .news-wrap .single-news-col.with-img .img-wrap img { height: 100%; object-fit: cover; }
.news-article-section .news-wrap .single-news-col.with-img .post-content{width:calc(100% - 243px);float:left;padding-left:15px;}
.single-news-col .post-content h5{font-size:19px;line-height:27px;font-weight:700; margin-bottom: 7px;}
.single-news-col .post-content h5 a { color: #333; }
.single-news-col .post-content .post-meta { margin-bottom: 15px; color: #231F20; }
.single-news-col .post-content p { font-size: 14px; line-height: 20px; }
.single-news-col .post-content a { color: #231F20;  }
.single-news-col .post-content a:hover { color: #014fa1; }
.news-article-section .news-wrap .single-news-col:not(.with-img) { background-color: #F1F1F2; padding: 15px; }
.news-article-section .btn-wrap { width: 100%; clear: both;text-align: center; }

.btm-cta-section .cta-single-part{width:50%;float:left;padding-top:50px;padding-bottom:50px;position:relative;transition:all ease 0.4s;background-position:center;background-size:100%;background-repeat:no-repeat;}
.btm-cta-section .cta-single-part:hover { background-size: 110%; }
.btm-cta-section .cta-single-part:before { content: '';width: 100%; height: 100%;     background-color: rgba(102, 102, 103, 0.8);position: absolute; left: 0; top: 0; }
.btm-cta-section .cta-single-part.left { padding-right: 80px;    border-right: 2px solid rgba(255,255,255,0.6); }
.btm-cta-section .cta-single-part.right { padding-left: 80px; }
.btm-cta-section .cta-single-part.right:before { content: '';width: 100%; height: 100%; background-color: #ff6d00; opacity: .85;position: absolute; left: 0; top: 0; }
.btm-cta-section .cta-single-part.left:before { content: '';width: 100%; height: 100%; background-color: #333; opacity: .8;position: absolute; left: 0; top: 0; }
.btm-cta-section .cta-single-part > * { position: relative;z-index: 2; }
.btm-cta-section .cta-single-part h4 { color: #fff; font-weight: 700;  margin-bottom: 10px;}
.btm-cta-section .cta-single-part p { color: #fff; font-size: 14px; line-height: 20px; margin-bottom: 0;}
.btm-cta-section .cta-single-part a { display: inline-block; vertical-align: middle; }


.home .btm-strength-section { display: none; }
.btm-strength-section {padding: 40px 0; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#852421+0,ff2a03+100 */
    background: rgb(1,79,161);
    background: -moz-linear-gradient(-45deg, rgba(1,79,161,1) 0%, rgba(0,27,56,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(1,79,161,1) 0%,#023c79 100%);
    background: linear-gradient(135deg, rgba(1,79,161,1) 0%,#023c79 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014fa1', endColorstr='#001b38',GradientType=1 );
clear: both;}
.btm-strength-section h4 { font-size: 14px; color: #fff; font-weight: 700; line-height: 20px; }
.btm-strength-section .single-col{text-align:center;width:25%;display:inline-block;vertical-align:top;}
.btm-strength-section .container { display: flex;align-items: center; max-width: 70%;    flex-wrap: wrap; }
.btm-strength-section .single-col .icon-wrap{width:60px;height:60px;margin:0 auto 20px;}

.footer-section{background:#333;padding:60px 0;text-align:center;clear: both;}
.footer-section .social-media-wrap{ margin-bottom:20px; display:none; }
.footer-section .social-media-wrap ul li { display: inline-block; vertical-align: middle; margin: 0 7px;}
.footer-section .social-media-wrap ul li a{width:45px;height:45px;background-color:#ff6d00;border-radius:50%;display:inline-flex;color:#fff;align-items:center;justify-content:center;}
.footer-section .social-media-wrap ul li a:hover { color:#ff6d00; background-color: #fff; }

.footer-section .footer-menu { margin-bottom: 10px; }
.footer-section .footer-menu ul li {display: inline-block; vertical-align: middle; margin: 0 10px;}
.footer-section .footer-menu ul li a { color: #fff; font-weight: 700;}
.footer-section .footer-menu ul li a:hover { color:#ff6d00;  }

.footer-section .footer-sub-menu {}
.footer-section .footer-sub-menu ul li { display: inline-block; vertical-align: middle; margin: 0 10px; }
.footer-section .footer-sub-menu ul li a { font-size: 14px; line-height: 20px; color: #fff; position: relative; }
.footer-section .footer-sub-menu ul li a:hover { color: #ff6d00; }
.footer-section .footer-sub-menu ul li a:after{content:'';width:2px;height:15px;background-color:#fff;position:absolute;right:-13px;top:2px;}
.footer-section .footer-sub-menu ul li:last-child a:after { display: none; }

.btm-footer{padding:10px 0;text-align:center;color:#fff;background:rgb(1,79,161);background:-moz-linear-gradient(-45deg,rgba(1,79,161,1) 0%,rgba(0,27,56,1) 100%);background:-webkit-linear-gradient(-45deg,rgba(1,79,161,1) 0%,#023c79 100%);background:linear-gradient(135deg,rgba(1,79,161,1) 0%,#023c79 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#014fa1',endColorstr='#001b38',GradientType=1);}
.btm-footer p { margin: 5px 0; font-size: 14px; line-height: 20px;}
.btm-footer p a { color: #fff; position: relative; padding-left: 15px;}
.btm-footer p a:before { content: ''; width: 2px; height: 15px; background-color: #fff; position: absolute;left: 4px; top: 3px; }
.btm-footer p a:hover { color: #ff6d00; }
.btm-footer p br { display: none; }

.inner-main { margin-top: 10px; }
/*.inner-main h2 { font-weight: 300; }*/
.inner-main .section-title { max-width: 100%;   }

.breadcrumb-wrap { text-align: right;font-size: 15px; line-height: 20px; font-weight: 300;}
.breadcrumb-wrap a, .breadcrumb-wrap span { color: #231F20; }
.breadcrumb-wrap a { padding-right: 13px; position: relative; }
.breadcrumb-wrap a:hover span{ color:#014FA1; }
.breadcrumb-wrap a:after { content: ''; width: 1px; height: 15px; background-color:#231F20; position: absolute; right: 4px; top: 3px;  }

.left-content-right-img-section { padding:80px 0 50px; display: inline-block; width: 100%;}
.left-content-right-img-section .content-part { width: 65%; float: left;padding-right: 60px;    }
.left-content-right-img-section .content-part h3{margin-bottom:15px;}
.left-content-right-img-section .img-part { width: 35%; float: left; }

.material-tab-section { padding-bottom: 20px; }
.material-tab-section .section-content #tabs-container { width: 15%; float: left; background-color: #014fa1;text-align: right;padding-bottom: 40px;}
.material-tab-section .section-content #tabs-container h3 { font-weight: 300; color: #fff; padding: 19px 30px 15px 10px; margin-bottom: 5px; }
.material-tab-section .section-content .tabing-title .tabs-title {  padding: 13px 30px 13px 10px;color: #fff;margin-bottom: 5px; margin-top:40px; cursor: pointer;position: relative;}
.material-tab-section .section-content .tabing-title .tabs-title.current { background-color: #ff6d00; }
.material-tab-section .section-content .tabing-title .tabs-title.current:after{content:'';width:0;height:0;border-left:25px solid #ff6d00;border-top:25px solid transparent;border-bottom:25px solid transparent;position:absolute;right:-25px;top:0;z-index: 1;}
.material-tab-section .section-content .tabbing-main { width: 85%; float: left;border: 1px solid #6D6E70;  /*padding: 50px 0 0 60px;*/  position: relative;}
.material-tab-section .section-content { display: flex; }
.material-tab-section .section-content .tabbing-main .tab-content{width:100%;float:left;}
.material-tab-section .section-content .tabbing-main .tab-content .spec-wrap { width: 100%; float: left; padding: 50px 15px 50px 60px;}
.material-tab-section .section-content .tabbing-main .tab-content .spec-wrap h3 { font-weight: 700; color: #333;margin-bottom: 20px; }
.material-tab-section .section-content .tabbing-main .tab-content .spec-wrap > ul > li { border-bottom: 1px solid #808285; width: 100%; float: left; position: relative;}
.material-tab-section .section-content .tabbing-main .tab-content .spec-wrap > ul > li:first-child > * { padding-top: 0; }
.material-tab-section .section-content .tabbing-main .tab-content .spec-wrap > ul > li:last-child { padding-bottom: 0; border-bottom: 0; }
.material-tab-section .tab-content .spec-wrap ul li .spec-title{font-size:18px; width:40%;float:left;padding-right:20px;padding:15px 20px 15px 0; color: #333; }
.material-tab-section .tab-content .spec-wrap ul li .spec-title:after {content: ''; border-right:1px solid #808285; position: absolute; top: 0; bottom: -16px; left: 40%;}
.material-tab-section .tab-content .spec-wrap ul li .spec-desc{width:60%;float:left;padding:15px 0 0px 23px;font-size:15px;line-height:20px;}
.material-tab-section .tab-content .spec-wrap ul li .spec-desc ul li {text-align: left; position: relative;padding-left: 20px;}
.material-tab-section .tab-content .spec-wrap ul li .spec-desc ul li:after {content: ''; width: 4px; height: 4px; border-radius: 50%; background-color: #014fa1; position: absolute; left: 0; top: 8px;}
.material-tab-section .section-content .tabbing-main .tab-content .usage-wrap{width:265px;background:#E6E7E8;padding:0 20px;font-size:14px;line-height:20px;position:absolute;right:0;height:100%;display:flex;justify-content:center;flex-direction:column;}
.material-tab-section .section-content .tabbing-main .tab-content .usage-wrap h6 { margin-bottom: 5px;color: #231F20; }

.zigzag-section .single-section-row { margin-top: 75px; display: flex; flex-direction: row; align-items: center;}
.zigzag-section .single-section-row > div { width: 100%; }
/*.zigzag-section .single-section-row:nth-child(even) { flex-direction: row-reverse; }
.zigzag-section .single-section-row:nth-child(even) .content-part  { padding-right: 0; padding-left: 50px; }*/
.zigzag-section .single-section-row .content-part h2 { margin-bottom: 15px; }
/*.zigzag-section .single-section-row .content-part { padding-right: 50px; }*/
.zigzag-section .single-section-row .content-part.left-content  { padding-right: 50px; }
.zigzag-section .single-section-row .content-part.right-content  { padding-left: 50px; }
.zigzag-section .single-section-row .video_sec img { width: 100%;   display: inline-block; vertical-align: middle;}
.zigzag-section .single-section-row .video_sec a { display: inline-block; vertical-align: middle;width: 100%;position: relative; }
.zigzag-section .single-section-row .video_sec a:before{content:"\f144";font-family:FontAwesome;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:100px;color:#fff;width:87px;height:87px;display:flex;align-items:center;border-radius:50%;box-shadow:0px 1px 2px rgba(0,0,0,0.5);}
.zigzag-section .single-section-row .content-part.right-content ul li {position:relative;    padding-left: 15px;}
.zigzag-section .single-section-row .content-part.right-content ul li:before {content:''; width:5px; height: 5px; background-color: #014fa1; border-radius: 50%; position: absolute; left: 0;top: 9px;}


.simple-content-section { margin:75px 0px; }
.simple-content-section h2 { margin-bottom: 20px; }

.simple-content-section li {position: relative; padding-left: 15px; color: #014fa1; padding-bottom: 10px;}
.simple-content-section li:before{content:'';width:5px;height:5px;border-radius:50%;background-color:#014fa1;position:absolute;left:0;top:9px;}

.capability-gallery-section h2 { margin-bottom: 50px;margin-top: 50px; }
.capability-gallery-section .gallery-imgs-wrap{margin-left:-5px;margin-right:-5px;}
.capability-gallery-section .gallery-imgs-wrap .single-img-box { width: calc(25% - 10px); margin: 0 5px 10px; position: relative; float: left; max-height: 200px; overflow: hidden;}
.capability-gallery-section .gallery-imgs-wrap .single-img-box img { height: 200px; width: 100%; object-fit: cover; }
.capability-gallery-section .gallery-imgs-wrap .single-img-box a { position: relative; }
.capability-gallery-section .gallery-imgs-wrap .single-img-box a, .capability-gallery-section .gallery-imgs-wrap .single-img-box a img { display: inline-block; vertical-align: middle; }
.capability-gallery-section .gallery-imgs-wrap .single-img-box a h6{text-align:center;position:absolute;left:0;top:60%;width:100%;z-index: 2; transition: all ease 0.4s;opacity: 0; color: #fff;}
.capability-gallery-section .gallery-imgs-wrap .single-img-box a:before { content: ''; width: 100%; height: 0%; background-color: #014fa1; opacity: 0.7; position: absolute; bottom: 0; left: 0;z-index: 1;  transition: all ease 0.4s;}
.capability-gallery-section .gallery-imgs-wrap .single-img-box:hover a:before { height: 100%; }
.capability-gallery-section .gallery-imgs-wrap .single-img-box a:hover h6 { opacity: 1; top: 50%;}
.capability-gallery-section .btn-wrap{margin-top:20px;display:inline-block;text-align:center;width:100%;}

.gform_wrapper textarea.medium {background:#f6f6f6;}
.form-section { padding-top: 50px 0; }
.form-section .section-title { max-width: 650px; text-align: center; }
.form-section .section-title h2 { color: #231F20; }
.form-section .form_section .gform_wrapper { margin: 0; }
.form-section .form_section .gform_wrapper ul li { padding-right: 0 !important;margin-top: 0; margin-bottom: 15px;}
.form-section .form_section { max-width: 610px; margin: 0 auto; }
.form-section .gform_wrapper .top_label div.ginput_container { margin-top:0; }
.form-section .gform_wrapper .top_label div.ginput_container input{width:100%;margin-top:0;background:#f6f6f6; height:40px;padding:10px 15px !important;color:#333;}
.form-section .gform_wrapper .gform_footer { text-align: center;position: relative; }
.form-section .gform_wrapper .gform_footer input[type="submit"] { width: 370px; padding: 13px 15px; background-color: #ff6d00; color: #fff; text-align: center;display: inline-block; margin-right: 0; border: 0;}
.form-section .gform_wrapper .gform_footer input[type="submit"]:hover { background-color: #080708; }
.form-section .gform_wrapper div.validation_error { display: none; }
.form-section .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){max-width:100%!important;border:0;background:transparent;}
.form-section .gform_ajax_spinner { position: absolute; top: 80px; left: 50%; transform: translateX(-50%);}

.product-gallery-wrap { padding: 30px 0 0; margin-left: -15px; margin-right: -15px; }
.product-gallery-wrap .single-box{ width:calc(33.33% - 30px); margin: 0 15px 30px; float: left;max-height: 311px; overflow: hidden; position: relative; }
.product-gallery-wrap .single-box img {height: 311px;  object-fit: cover;  width: 100%;}
.product-gallery-wrap .single-box .img-caption{position:absolute;bottom:0;width:100%;text-align:center;background:#014fa1;padding:21px 15px;color:#fff;font-weight:300;}
#load-more{clear:both;width:100%;text-align:center;margin-top:20px;display:inline-block; text-align: center;}
#load-more a { color: #231F20; font-size: 17px; line-height: 23px; font-weight: 700; text-transform: uppercase; }
#load-more a:hover { color: #014fa1; }
.hidden{visibility:hidden;width:0px!important;height:0px!important;margin:0px!important;padding:0px!important;}
.product-filter-row{margin-top:50px;text-align:center;}
.product-filter-row select{width:316px;height:39px;text-align:center;-webkit-appearance:none;padding:0 15px;    border-color: #939598;}

.video-popup { padding: 0;width: 700px; overflow: visible;}
.video-popup iframe{width:100%;height:450px;display:inline-block;vertical-align:middle;}
.video-popup button.fancybox-close-small{background:#fff;opacity:1;top:-20px;border-radius:50%;right:-16px;}

.page-template-photo-gallery-template .inner-main { padding-bottom: 50px; }
.page-template-inside-template .inner-main { position: relative; }
.page-template-inside-template .submenu-sidebar{position:absolute;width:180px;background:#E6E7E8;top:0;bottom:0;padding:100px 8px;}
.page-template-inside-template .submenu-sidebar ul li { margin-bottom: 15px; }
/*.page-template-inside-template .submenu-sidebar ul li a {     color: #231F20; font-size: 15px; line-height: 22px;}*/
.page-template-inside-template .submenu-sidebar ul li a:hover { color: #014fa1; }
.page-template-inside-template .submenu-sidebar ul li.active a { font-weight: 700; font-size: 17px; line-height: 26px;color: #014fa1;}
.page-template-inside-template .submenu-sidebar > span {color: #014fa1; font-weight: 700;font-size: 18px;  line-height: 25px;display: inline-block; margin-bottom: 10px;}
.page-template-inside-template .submenu-sidebar > ul > li > a {color: #ff6d00; font-weight: 700; font-size: 14px;}
.page-template-inside-template .submenu-sidebar ul.sub-menu { padding-left: 10px; margin: 5px 0; }
.page-template-inside-template .submenu-sidebar ul.sub-menu li a { color: #333; font-size: 14px; line-height: 18px;display: inline-block; font-weight: 500;}
.page-template-inside-template .submenu-sidebar ul.sub-menu li a:hover {color: #ff6d00;}


.latest-post-wrap { position: relative;width: 100%; float: left; padding: 110px 0 100px;}
.latest-post-wrap .topic-list{position:absolute;left:0;background:#014fa1;top:0px;width:242px;padding: 105px 40px 30px;bottom: 0;}
.latest-post-wrap .topic-list h4, .latest-post-wrap .topic-list ul li a { color: #fff; }
.latest-post-wrap .topic-list h4 { font-weight: 700; font-size: 17px; line-height: 25px; margin-bottom: 10px;}
.latest-post-wrap .topic-list ul li { margin-bottom: 10px; }
.latest-post-wrap .topic-list ul li a { font-size: 15px; line-height: 23px; font-weight:300; }
.latest-post-wrap .topic-list ul li a:hover {color: #ff6d00}

.latest-post .img-wrap{width:50%;float:left;display:inline-block;vertical-align:middle;max-height:300px;overflow:hidden;}
.latest-post .img-wrap img{width:100%;display:inline-block;vertical-align:middle;height:290px;object-fit:cover;}
.latest-post .post-content { width: 50%; float: left; padding-left: 25px;}
.latest-post { display: flex;align-items: center; }
.latest-post .post-content .cate-name { font-size: 14px; line-height: 20px; color: #231F20; }
.latest-post .post-content h4{color:#231F20;font-weight:700;margin-bottom:15px;}
.latest-post .post-content .content { font-size: 15px; line-height: 25px; margin-bottom: 25px; }
.latest-post .post-content > a { color:#231F20;  }
.latest-post .post-content > a:hover{ color: #014fa1 }

.posts-wrapper{clear:both;padding:100px 0 70px;background:#F1F1F2;width: 100%; display: inline-block; vertical-align: middle;}
.posts-wrapper .post-box-wrap { margin-left: -15px;margin-right: -15px; }
.posts-wrapper .post-box-wrap .single-post-box { width: calc(33.33% - 30px); margin: 0 15px 30px;float: left; }
.posts-wrapper .post-box-wrap .single-post-box img { display: inline-block; vertical-align: middle;width: 100%; height: 250px; object-fit: cover;}
.posts-wrapper .post-box-wrap .single-post-box .img-wrap { max-height: 250px;  overflow: hidden; }
.posts-wrapper .post-box-wrap .single-post-box .post-content { background: #fff; padding: 20px 15px; }
.posts-wrapper .post-box-wrap .single-post-box .post-content .cate-name{font-size:14px;line-height:20px;color:#231F20;margin-bottom:10px;}
.posts-wrapper .post-box-wrap .single-post-box .post-content h4{color:#231F20;font-weight:700;margin-bottom: 5px;}
.posts-wrapper .post-box-wrap .single-post-box .post-content .content { font-size: 14px; line-height: 20px;margin-bottom: 20px; }
.posts-wrapper .post-box-wrap .single-post-box .post-content a { color: #231F20; }
.posts-wrapper .post-box-wrap .single-post-box .post-content a:hover { color:#014fa1; }

.blog  .site-main header { display: none; }

.main-header .nav-wrap ul.mainmenu .sub-menu{position:absolute;width:250px;left:0;text-align:left;background:#fff;top:29px;opacity: 0; visibility: hidden; transition: all ease 0.4s;box-shadow: 0px 2px 2px rgba(0,0,0,0.3);}
.main-header .nav-wrap ul.mainmenu .sub-menu li { padding: 0; }
.main-header .nav-wrap ul.mainmenu .sub-menu li a{padding:10px 15px;width:100%;display:inline-block;color: #ff6d00;}
.main-header .nav-wrap ul.mainmenu .sub-menu li a:hover { color: #333; }
.main-header .nav-wrap ul.mainmenu li:hover .sub-menu { opacity:1; visibility: visible; }
.header.inner_header .main-header .nav-wrap ul.mainmenu .sub-menu li a:hover { color:#333;  }

.main-header .nav-wrap ul.mainmenu .sub-menu li ul { position: relative; box-shadow: none;top: 0; padding-left: 20px; }
.main-header .nav-wrap ul.mainmenu .sub-menu li ul li a { color: #333; padding: 7px; }
.main-header .nav-wrap ul.mainmenu .sub-menu li ul li a:hover, .header.inner_header .main-header .nav-wrap ul.mainmenu .sub-menu li ul li a:hover {color:#ff6d00; }

.main-header .nav-wrap ul.mainmenu .sub-menu > li{	display: block;}
/* .main-header .nav-wrap ul.mainmenu .sub-menu > li a{color: #333;}
.main-header .nav-wrap ul.mainmenu .sub-menu > li a:hover {color: #ff6d00;}
.main-header .nav-wrap ul.mainmenu .sub-menu > li.menu-item-has-children a {color: #ff6d00;}
.main-header .nav-wrap ul.mainmenu .sub-menu > li.menu-item-has-children a:hover {color: #333;}
.main-header .nav-wrap ul.mainmenu .sub-menu > li.menu-item-has-children > .sub-menu a {color: #333;}
.main-header .nav-wrap ul.mainmenu .sub-menu > li.menu-item-has-children > .sub-menu a:hover {color: #ff6d00;} */

.single-post .latest-post-wrap { padding: 80px 0; }
.single-post .latest-post-wrap .latest-post { flex-direction: column; }
.single-post .latest-post-wrap .latest-post > * { width: 100%; }
.single-post .latest-post-wrap .latest-post .img-wrap { max-height: 100%; max-width: 500px; }
.single-post .latest-post-wrap .latest-post .img-wrap img { height: 100%; }
.single-post .latest-post-wrap .latest-post .post-content { padding: 0; margin-top: 15px; }
.single-post .latest-post .post-content .cate-name ul { margin-bottom: 0; }
.single-post .latest-post .post-content .cate-name ul li { display: inline-block; vertical-align: middle; padding-left: 0;}
.single-post .latest-post .post-content .cate-name ul li:before { display: none; }
.single-post .latest-post .post-content .cate-name ul li a{font-size: 14px;  line-height: 20px;  color: #231F20;}
.single-post .latest-post .post-content .cate-name ul li a:hover { color: #014fa1 }
.single-post .latest-post-wrap .latest-post ul { margin-bottom: 20px; }
.single-post .latest-post-wrap .latest-post ul li { position: relative; padding-left: 20px; }
.single-post .latest-post-wrap .latest-post ul li:before{content:'';width:5px;height:5px;border-radius:50%;background-color:#014fa1;position:absolute;left:0;top:9px;}

.single-post .latest-post-wrap .topic-list {     top: -50px; }
.single-post .breadcrumb-wrap { margin-top: 40px; }

.not-found { padding: 100px 0; text-align: center;}
.not-found h2 { margin-bottom: 15px; }
.not-found form label span{width:100%;float:left; margin-bottom: 10px;}
.not-found form label input{height:45px;padding:5px 10px;max-width:300px;width: 100%;}
.not-found form button{height:45px;background:#be212a;padding:10px;color:#fff;border:0;}

.content-part ul {margin-left:10px;}
.content-part ul li { position: relative; padding-left: 15px; color:#014fa1; padding-bottom:10px;}
.content-part ul li:before {content: ''; width: 5px; height: 5px; border-radius: 50%; background-color: #014fa1;position: absolute; left: 0;  top: 9px;}

/* 28-11-19 */
.simple-content-section p a {  font-size: 18px;  line-height: 28px; margin-top: 5px;} 
.post-content .request-a-quote {  text-align: center;}
.btm-cta-section {padding-top: 50px;}
.news-article-section .slick-dots{display: none !important;}

.wppsac-post-carousel .wppsac-post-categories ul.wppsac-post-categories-list li:nth-child(4n+1) a{background: #ff6d00;}
.wppsac-post-carousel .wppsac-post-categories ul.wppsac-post-categories-list li:nth-child(4n+2) a{background: #014fa1;}
.single-photo_gallery .latest-post .img-wrap {
	max-height: unset;
}
.single-photo_gallery .latest-post .img-wrap img {
	height: auto;
}
.single-photo_gallery .latest-post {
    display: block;
    float: left;
    align-items: end;
    width: 100%;
}
.single-photo_gallery .latest-post .img-wrap {
    width: 50%;
    float: left;
    display: inline-block;
    vertical-align: middle;
    max-height: 500px;
    overflow: hidden;
    padding-right: 20px;
}
.single-photo_gallery .latest-post .post-content {
    width: unset;
    float: none;
    padding-left: 25px;
}
body.page-template-industries-template .submenu-sidebar {
    width: 250px;
    margin: 0 auto;
}
@media (min-width:992px){
	/*ul.mainmenu{display:block!important;}*/
	ul.mainmenu li:hover ul{display:block;}

	.main-header .nav-wrap ul.mainmenu { display: inline-block !important; vertical-align: middle;}

	.main-header .nav-wrap ul.mainmenu .sub-menu li .child-triggerm { display: none; }
	
}

@media (min-width:768px){
	.tabs .tabs-title{display: none;} 
}

/*-- Max Media Queries --*/

@media(max-width: 1619px){

	.btm-strength-section .container { max-width: 90%; }

	.page-template-inside-template .submenu-sidebar { width: 180px; }
	.page-template-inside-template .submenu-sidebar + .container { max-width: 970px; }
	.material-tab-section .section-content .tabbing-main .tab-content .spec-wrap {     padding: 50px 15px 50px 30px; }
	.material-tab-section .tab-content .spec-wrap ul li .spec-title { width: 42%; }
	.material-tab-section .tab-content .spec-wrap ul li .spec-desc { width: 58%; }

	.latest-post-wrap .topic-list { width: 200px; }
	.blog .latest-post-wrap .container{max-width:1050px;margin-left:230px;}

	.single-post .breadcrumb-wrap .container, .single-post .latest-post-wrap .container { max-width: 970px; }

	.category .latest-post-wrap .container { max-width: 970px; }
	.single-photo_gallery .latest-post-wrap .container {
		max-width: 1050px;
		margin-left: 230px;
	}
}
@media(max-width: 1429px){	

	.banner-section { height: 660px; }
	.banner-section .banner-slider-wrap { height: 720px; }
	.banner-section .single-slide { min-height: 720px; }

	.intro-section .img-wrap {  width: 430px; }
	.intro-section .section-content { max-width: 655px; }

	.btm-strength-section { padding: 40px 15px; }
	.btm-strength-section .container { max-width: 100%; }

	.page-template-inside-template .submenu-sidebar + .container { max-width:calc(100% - 250px); margin-left: 230px; }

	.blog .latest-post-wrap .container { max-width: calc(100% - 250px); }
	.latest-post-wrap { padding: 80px 0; }
	.posts-wrapper { padding: 80px 0 50px; }

	.single-post .breadcrumb-wrap .container, .single-post .latest-post-wrap .container  { max-width: calc(100% - 250px); margin-left: 230px; }
	.single-post .latest-post-wrap { padding: 50px 0; }
	.single-post .latest-post-wrap .latest-post .img-wrap { max-height: 350px;}

	.category .latest-post-wrap .container { max-width: calc(100% - 250px); margin-left: 230px; }
	.main-header .logo-wrap { margin-top:30px; }
	.single-photo_gallery .latest-post-wrap .container {
		max-width: calc(100% - 250px);
	}

}

@media (max-width:1200px){

	h1 { font-size: 50px; line-height: 60px; }

	.container, .top-header .container, .main-header .container { max-width: 970px; }

	.main-header .logo-wrap { max-width: 145px; }
	.main-header .nav-wrap { width: calc(100% - 145px); }
	.main-header .nav-wrap .phone-wrap { font-size: 14px; line-height: 20px;margin-left: 10px; }
	.main-header .nav-wrap ul li { padding: 0 6px; }

/*	.banner-section .banner-caption { left: 51%;top: 48%; }*/
	.banner-section ul.slick-dots { left: 51%;bottom: 57px; }

	.intro-section { padding: 170px 0 50px; }
	.intro-section .img-wrap { width: 370px;}
	.intro-section .section-content { max-width: 575px;} 
	.intro-section .section-content a { margin-top: 0; }

	.what-we-offer-section { padding: 60px 0 50px;width: 100%; float: left; }
	.what-we-offer-section .section-content { margin-left: -15px; margin-right: -15px;}
	.what-we-offer-section .section-content .service-single-col { width: calc(33.33% - 30px);margin: 0 15px; float: left; }

	.news-article-section .news-wrap { margin-left: -15px;margin-right: -15px;}
	.news-article-section .news-wrap .single-news-col {width: calc(50% - 30px);margin: 0 15px 40px; }

	.left-content-right-img-section { padding-bottom: 30px; }
	.zigzag-section .single-section-row { margin-top: 50px; }

	.simple-content-section {  padding: 55px 0 30px;}
	.form-section { padding: 60px 0;}

	.product-gallery-wrap { margin-left: -10px; margin-right: -10px; }
	.product-gallery-wrap .single-box{width:calc(33.33% - 20px);margin:0 10px 30px;}

	.latest-post-wrap { padding: 60px 0;}

	.posts-wrapper .post-box-wrap { margin-right: 0; margin-left: 0; }

	.banner-section.small-banner .banner-caption h2 { font-size: 48px; line-height: 56px; }

	.capability-gallery-section .gallery-imgs-wrap .single-img-box {     width: calc(33.33% - 10px); }
 

	
}
@media (max-width:991px){

	h1 { font-size: 46px; line-height:56px; } 

	.container, .top-header .container, .main-header .container { max-width: 750px; }

	/*Nav*/
	.menulinks{ position: absolute; right: 15px;top: 58px;}
	.main-header .nav-wrap ul.mainmenu{text-align:left;position:absolute;top:92px;padding:0;right:0;width:100%;background:#014fa1;display:none;z-index:9999999;}
	.main-header .nav-wrap ul.mainmenu > li{float:left;width:100%;padding:0px;margin:0;border-top:1px solid rgba(255,255,255,0.2);position:relative;}
	.main-header .nav-wrap ul.mainmenu > li:first-child{border:none;}
	.main-header .nav-wrap ul.mainmenu > li > a:link,ul.mainmenu > li > a:visited{padding:12px 15px;font-size:16px;float:left;width:100%;border:none;text-align:left;color:#fff !important;}
	/*ul.mainmenu > li > a:hover{background:rgba(255,255,255,0.2);}*/
	a.menulinks i{display:inline;position:relative;top:-2px;margin-left:0;-webkit-transition-duration:0s;-webkit-transition-delay:.2s;-moz-transition-duration:0s;-moz-transition-delay:.2s;transition-duration:0s;transition-delay:.2s;}
	a.menulinks i:before,a.menulinks i:after{position:absolute;content:'';left:0;}
	a.menulinks i,a.menulinks i:before,a.menulinks i:after{width:35px;height:4px;background-color:#fff;display:inline-block;}
	a.menulinks i:before{margin-top:-10px;-webkit-transition-property:margin,-webkit-transform;-webkit-transition-duration:.2s;-webkit-transition-delay:.2s,0;}
	a.menulinks i:after{margin-top:10px;-webkit-transition-property:margin,-webkit-transform;-webkit-transition-duration:.2s;-webkit-transition-delay:.2s,0;}
	.mobile-open a.menulinks i{background-color:rgba(0,0,0,0.0);-webkit-transition-delay:.2s;-webkit-box-shadow:0px 1px 1px rgba(0,0,0,0);-moz-box-shadow:0px 1px 1px rgba(0,0,0,0);box-shadow:0px 1px 1px rgba(0,0,0,0);}
	.mobile-open a.menulinks i:before{margin-top:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition-delay:0,.2s;-webkit-box-shadow:0px 1px 1px rgba(0,0,0,0);-moz-box-shadow:0px 1px 1px rgba(0,0,0,0);box-shadow:0px 1px 1px rgba(0,0,0,0);}
	.mobile-open a.menulinks i:after{margin-top:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition-delay:0,.2s;-webkit-box-shadow:0px 1px 1px rgba(0,0,0,0);-moz-box-shadow:0px 1px 1px rgba(0,0,0,0);box-shadow:0px 1px 1px rgba(0,0,0,0);}
	.main-header .nav-wrap ul.mainmenu > li > a.current:after{display:none;}
	.main-header .nav-wrap ul.mainmenu ul{position:relative;top:auto;left:auto;float:left;width:100%;}
	.main-header .nav-wrap ul.mainmenu ul li{position:relative;}
	.main-header .nav-wrap ul.mainmenu ul li a{padding:8px 15px 8px 25px;color:#fff;}
	a.child-triggerm{display:block!important;cursor:pointer;position:absolute!important;top:0px;right:0px;width:50px!important;min-width:50px!important;height:40px!important;padding:0!important;border-left:1px dotted rgba(255,255,255,.20);    border-bottom: 1px dotted rgba(255,255,255,0.20);}
	a.child-triggerm:hover{text-decoration:none;color:#f00;}
	a.child-triggerm span{position:relative;top:50%;margin:0 auto!important;-webkit-transition-duration:.2s;-moz-transition-duration:.2s;transition-duration:.2s;}
	a.child-triggerm span:after{position:absolute;content:'';}
	a.child-triggerm span,a.child-triggerm span:after{width:10px;height:1px;background-color:#fff;display:block;}
	a.child-triggerm span:after{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition-duration:.2s;-moz-transition-duration:.2s;transition-duration:.2s;}
	a.child-triggerm.child-open span:after{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg);-webkit-transition-duration:.2s;-moz-transition-duration:.2s;transition-duration:.2s;}
	a.child-triggerm.child-open span{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition-duration:.2s;-moz-transition-duration:.2s;transition-duration:.2s;}
	a.child-triggerm:hover span,a.child-triggerm:hover span:after{background-color:#fff;}

	.main-header .nav-wrap ul.mainmenu .sub-menu{position:relative;width:100%;top:0;background:#464646;opacity:1;visibility:visible; transition: none; box-shadow: none; display: none;}
	.main-header .nav-wrap ul.mainmenu .sub-menu li {  padding: 0 15px; width: 100%;}

	.main-header .nav-wrap .phone-wrap{width:100%;margin:0;padding:12px 15px;text-align:center;border-top:1px solid rgba(255,255,255,0.2);font-size: 18px; line-height: 24px;}
	.main-header .nav-wrap ul li a:hover{color:#942421!important;}
	.main-header .nav-wrap .phone-wrap:hover { color: #942421!important;}

	.header.inner_header a.menulinks i, .header.inner_header a.menulinks i:before, .header.inner_header a.menulinks i:after, .header a.menulinks i, .header a.menulinks i:before, .header a.menulinks i:after { background-color:#333; }
	.mobile-open .header.inner_header  a.menulinks i, .mobile-open .header a.menulinks i{background-color:rgba(0,0,0,0.0);webkit-transition-delay:.2s;-webkit-box-shadow:0px 1px 1px rgba(0,0,0,0);-moz-box-shadow:0px 1px 1px rgba(0,0,0,0);box-shadow:0px 1px 1px rgba(0,0,0,0);}
	.header.inner_header .nav-wrap ul li a, .header.inner_header .main-header .nav-wrap .phone-wrap, .header .nav-wrap ul li a, .header .main-header .nav-wrap .phone-wrap { color: #ffff!important;}
	.header.inner_header .nav-wrap ul li a:hover, .header.inner_header .main-header .nav-wrap .phone-wrap:hover, .header .nav-wrap ul li a:hover, .header .main-header .nav-wrap .phone-wrap:hover  { color:#ff6d00!important; }

	
	.banner-section ul.slick-dots { bottom: 77px; }
	.banner-section .banner-caption h2 { font-size: 48px; line-height: 55px; }

	.intro-section .img-wrap {  width: 330px;}
	.intro-section .section-content {  max-width: 405px;}

	.what-we-offer-section .section-content {  margin-left: -10px; margin-right: -10px;}
	.what-we-offer-section .section-content .service-single-col { width: calc(33.33% - 20px);margin: 0 10px; }

	.strength-section{ padding-bottom: 60px; }
	.strength-section .img-wrap { position: relative;  width: 100%; padding: 0; }
	.strength-section .img-wrap img { width: 100%; }
	.strength-section .strength-content { width: 100%; margin-top: 20px; }
	.strength-section .btn-wrap {     margin-top: 60px; }

	.product-gallery-section .container { flex-direction: column; }
	.product-gallery-section { padding: 60px 0; }
	.product-gallery-section .content-part { text-align: left; width: 100%; padding: 0; }
	.product-gallery-section .gallery-wrap{margin-top:30px;margin-bottom:0;width:100%;}
	.product-gallery-section .gallery-wrap .single-col .img-box-wrap h6 { padding-right: 71px; }

	.news-article-section { padding: 50px 0 60px; }
	.news-article-section .news-wrap { margin-left: 0;  margin-right: 0; }
	.news-article-section .news-wrap .single-news-col{width:100%;margin:0 0 20px;}

	.btm-cta-section .cta-single-part { padding: 40px 15px !important; }
	.btm-strength-section .single-col { padding: 0 10px; }

	.banner-section.small-banner { height: 480px; }
	.banner-section.small-banner .banner-caption { top: 50%; }
	.material-tab-section .section-content .tabbing-main .tab-content .spec-wrap { width: 100%; }
	.material-tab-section .section-content .tabbing-main .tab-content .usage-wrap { width: 100%; position: relative;padding: 15px; }

	.zigzag-section .single-section-row {  margin-top: 20px;} 
	.simple-content-section {  padding: 20px 0 20px;}

	.form-section { padding: 40px 0;}

	.product-gallery-wrap .single-box img {     height: 210px; }

	.page-template-inside-template .submenu-sidebar { padding: 75px 20px; }

	.latest-post-wrap .topic-list { top: -30px; padding-top: 95px; }
	.latest-post { flex-direction: column; }
	.latest-post .img-wrap, .latest-post .post-content { width: 100%; }
	.latest-post .img-wrap { margin-bottom: 15px; }
	.latest-post .post-content { padding-left: 0; }
	.posts-wrapper { padding: 60px 0 40px;}
	.posts-wrapper .post-box-wrap .single-post-box { width: calc(50% - 30px); }

	.single-post .latest-post-wrap .topic-list {  top: -90px;}

	.not-found { padding: 70px 0; }

	.main-header .nav-wrap ul.mainmenu .sub-menu li a { color: #fff; }

	.main-header .logo-wrap { margin-top: 25px; margin-bottom: 10px;}

	.header-btn-wrap {text-align: center; margin: 15px 0;}

	.combined-header { display: inline-block; width: calc(100% - 154px); }
	.combined-header .container {padding: 0 !important;}

	.main-header .nav-wrap ul.mainmenu .sub-menu li ul li a { color: #fff; }

	.main-header .nav-wrap ul.mainmenu .sub-menu li ul { background:transparent; }

	.material-tab-section .section-content .tabing-title .tabs-title { padding-right: 0; }

	.banner-section.small-banner .banner-caption h2 { font-size: 42px; line-height: 50px; } 

	.what-we-offer-section .service-single-col .img-wrap > div { height: 165px; }
	.what-we-offer-section .service-single-col .img-wrap { max-height: 165px; }

	.left-content-right-img-section .content-part { width: 100%; padding-right:0; }
	.left-content-right-img-section .img-part { width: 100%;text-align: center; }

	.capability-gallery-section .gallery-imgs-wrap .single-img-box { width: calc(50% - 10px);}

	.btm-cta-section { display: inline-flex; }
}

@media (max-width:767px){

	h1 { font-size: 42px; line-height: 50px; }

	.container, .top-header .container, .main-header .container { max-width: 100%; padding: 0 15px; }

	.menulinks { right: 20px; }

	.banner-section { transform: none;    height: 100%; min-height: 580px;    margin-top: 0; }
	.banner-section .banner-slider-wrap { transform: none; }
	.banner-section:before { display: none; }
	.banner-section .banner-caption{max-width:100%;left:0;transform:translateY(-50%);right:0;padding:0 15px;top:55%;}
	.banner-section .banner-caption h2{font-size:42px;line-height:50px;}
	.banner-section .banner-slider-wrap { height:100%;}
	.banner-section .single-slide { min-height: 580px;}
	.banner-slider-wrap ul.slick-dots{bottom:35px;width:100%;left:0;transform:none;text-align:center;}

	.intro-section .img-wrap { width: 100%; max-width: 400px; position: relative; margin: 0 auto 20px;}
	.intro-section { padding-top: 50px; margin-top: 0; }
	.intro-section .section-content { max-width: 100%;} 
	.intro-section .container { display: flex; flex-direction: column-reverse; }

	.what-we-offer-section .section-content { margin-left: 0; margin-right: 0;text-align: center;}
	.what-we-offer-section .section-content .service-single-col { width: 100%; margin: 0 auto 20px; float: none; display: inline-block; max-width: 400px; text-align: left; }
	.strength-section .btn-wrap {  margin-top: 40px;}

	.product-gallery-section .gallery-wrap .single-col:after { display: none; }
	.product-gallery-section .gallery-wrap .single-col {  width: 50%; padding: 15px; position: relative; margin-left: 0; background: #014fa1;}
	.product-gallery-section .gallery-wrap .single-col .img-box-wrap h6 { padding-right: 0;}
	.product-gallery-section {   padding: 50px 0;}

	.btm-strength-section .container { flex-direction: column; }
	.btm-strength-section .single-col { width: 100%; margin-bottom: 20px }
	.product-gallery-section .gallery-wrap .single-col .img-wrap { max-width: 100%; }

	.banner-section.small-banner .banner-caption{transform:translateY(-50%);left:0;padding:0 15px;top:64%;}

	.banner-section.small-banner { min-height: 1px;height: 420px; }

	.left-content-right-img-section .content-part { width: 100%;padding-right:0; }
	.left-content-right-img-section .content-part h3 {margin-bottom:15px;}
	.left-content-right-img-section .img-part { width: 100%; max-width: 400px; margin: 0 auto 20px;}
	.left-content-right-img-section .section-content{ display: flex; flex-direction: column-reverse; }

	.material-tab-section .section-content > h3 { display: none; }
	.material-tab-section .section-content .tabbing-main { width: 100%; border: 0; }
	.material-tab-section .section-content .tabbing-main .tabs-title{padding:10px;background:#014fa1;color:#fff;display: inline-block; width: 100%; position: relative;}
	.material-tab-section .section-content .tabbing-main .tabs-title:after { content: "\f107"; font-size: 20px;font-family: "FontAwesome"; color: #fff; position: absolute; top: 11px; right: 15px; transition: all ease 0.4s}
	.material-tab-section .section-content .tabbing-main .tabs { margin-bottom: 10px;width: 100%;  float: left; }
    .material-tab-section .section-content .tabbing-main .tab-content .spec-wrap {     width: 100%; padding: 25px 10px; }

    .material-tab-section .section-content .tabbing-main .tab-content { display: none; }
    .material-tab-section .section-content .tabbing-main .tabs-title.active:after { transform: rotate(-180deg); }

    /*.zigzag-section .single-section-row, .zigzag-section .single-section-row:nth-child(even) { flex-direction: column-reverse; }*/
    .zigzag-section .single-section-row .img-video-part { max-width: 400px; width: 100%; margin: 0 auto 20px; }
    .zigzag-section .single-section-row .content-part, .zigzag-section .single-section-row:nth-child(even) .content-part { padding: 0; }

    .capability-gallery-section .gallery-imgs-wrap .single-img-box { width: calc(50% - 10px); }
    .capability-gallery-section .gallery-imgs-wrap .single-img-box * { width: 100%; }

	.capability-gallery-section .gallery-imgs-wrap .single-img-box a h6{top:inherit;bottom:0;background:#014fa1;opacity:1;padding:10px 15px;}

	.form-section .form_section { max-width: 100%; }

	.video-popup { max-width:95%; }

	.zigzag-section .single-section-row .content-part.left-content { padding-right: 0; }
	.zigzag-section .single-section-row .content-part.right-content { padding-left: 0; }
	.zigzag-section .single-section-row { flex-direction: column-reverse;}
	.zigzag-section .single-section-row.right_content_wrapper { flex-direction: column; }

	.form-section .gform_wrapper ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error { margin-top: 0;}

	.product-gallery-wrap .single-box { width: calc(50% - 20px); }
	.product-gallery-wrap .single-box img { height: 300px; }

	.page-template-inside-template .submenu-sidebar { display: none; }
	.page-template-inside-template .submenu-sidebar + .container { max-width: 100%; margin-left: 0; }

	.blog .banner-section.small-banner .banner-caption { top: 56%; }

	.breadcrumb-wrap{width:100%;padding:15px 0;}
	.latest-post-wrap .topic-list{width:100%;top:0;padding:20px;text-align:center;bottom:inherit;position:relative;margin-bottom:15px;}
	.latest-post-wrap .topic-list h4 { display: none; }
	.latest-post-wrap .topic-list select{width:100%;height:45px;padding:5px 10px;}
	.latest-post-wrap { padding: 0 0 40px;}
	.blog .latest-post-wrap .container { max-width: 100%; margin: 0; }
	.posts-wrapper {  padding: 50px 0 20px;}
	
	.single-post .breadcrumb-wrap .container, .single-post .latest-post-wrap .container { max-width: 100%; margin-left: 0; }
	.single-post .latest-post-wrap .topic-list { top: 0;}
	.single-post .latest-post-wrap { padding: 0 0 20px;} 
	.single-post .breadcrumb-wrap { margin-top: 0;}

	.error404 .banner-section.small-banner, .search-no-results .banner-section.small-banner  { height: 330px; }

	.category .latest-post-wrap .container { max-width: 100%; margin-left: 0; }


	.banner-section {margin-top: 30px;}

	.banner-section.small-banner .banner-caption h2 { font-size: 36px; line-height: 44px; }  

	.btm-cta-section { flex-direction: column; }
	.btm-cta-section .cta-single-part { width: 100%; }
	.single-photo_gallery .latest-post-wrap .container { max-width: 100%; margin: 0 ;  }
	.single-photo_gallery .latest-post .img-wrap{    width: 100% ;}
	.latest-post-wrap .topic-list{
		margin-top: 15px;
	}

}
@media(max-width: 575px){

	h2 { font-size: 26px; line-height: 34px; }
	.simple-content-section { margin:20px 0px;}
	.banner-section.small-banner .banner-caption h1 { font-size: 42px; line-height: 50px; }
	.banner-section.small-banner .banner-caption {top: 68%;}
	.banner-section.small-banner .banner-caption p { font-size: 16px;line-height: 24px; }

	.banner-section .banner-caption h2{font-size:30px;line-height:40px;}
	.banner-section .banner-caption .sub-title { font-size: 20px; line-height: 28px; }
	.banner-section .banner-caption p { font-size: 16px; line-height: 24px; }
	.banner-section .banner-caption .btn-wrap a{margin-right:0;width:100%;margin-bottom:10px;}

	.what-we-offer-section:after { display: none; }
	.what-we-offer-section { padding-top: 10px; }
	.btn-wrap a.black-btn.big-btn { min-width: 100%; }

	.product-gallery-section .gallery-wrap .single-col { width: 100%; }
	.news-article-section .news-wrap .single-news-col.with-img .img-wrap { max-width: 100%; }
	.news-article-section .news-wrap .single-news-col.with-img .post-content { width: 100%; padding: 0; margin-top: 15px; }

	.btm-cta-section .cta-single-part { width: 100%; border-bottom: 2px solid rgba(255,255,255,0.6); }
	.btm-cta-section .cta-single-part.left { border-right: 0 }
	.btm-cta-section .cta-single-part.right { border-bottom: 0; }

	.capability-gallery-section .gallery-imgs-wrap { margin-left: 0; margin-right: 0;}
	.capability-gallery-section .gallery-imgs-wrap .single-img-box { width: 100%; margin: 0 0 10px; }

	.form-section .gform_wrapper .gform_footer input[type="submit"] { width: 100%; }

	.left-content-right-img-section { padding-top: 30px; }

	.breadcrumb-wrap { font-size: 12px; line-height: 17px; }

	.top-header {text-align: center;}
	.top-header .search-wrap { margin-bottom: 10px; width: 100%;}
	.main-header .nav-wrap ul.mainmenu { top: 102px; }

	.video-popup iframe { height: 250px; }
	.video-popup { max-width: 90%;} 

	.product-gallery-wrap{margin-left:0;margin-right:0;text-align:center;}
	.product-gallery-wrap .single-box{width:100%;margin:0 auto 20px;float:none;display:inline-block;}
	.product-filter-row select { width: 100%; }

	.posts-wrapper .post-box-wrap .single-post-box { width: 100%; margin: 0 0 20px;}
	.posts-wrapper .post-box-wrap { margin-left: 0; margin-right: 0;}

	.not-found { padding: 40px 0; }
	.not-found form label input { max-width: 100%; margin-bottom: 10px; }
	.not-found form button { width: 100%; }

	.main-header {width:100%; display: inline-block;}

	/*.top-header .search-wrap{width:74%;float:right;text-align:right;}*/

	.top-header .search-wrap {display: none;}
	.menulinks { top: 38px; }

	.main-header .logo-wrap a, .main-header .logo-wrap a img{ max-width: 155px; }


}


