/**
Theme Name: Leizi Digital
Author: Leizi Digital
Author URI: http://leizi.xyz/
Description: Design & Developed by Leizi Digital
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/


/* General CSS */
html {scroll-behavior: smooth;}
.upper {text-transform: uppercase;}
.capLet {text-transform: capitalize;}
.fw300 {font-weight: 300}
.fw400 {font-weight: 400}
.fw500 {font-weight: 500}
.fw700 {font-weight: 700}
.fw900 {font-weight: 900}
.fs48{font-size: 48px !important;} 
.objectFit {
	width: 100%;
	height: 100%;
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	-ms-object-fit: cover;
	-o-object-fit: cover;
	object-fit: cover;
}
.displayTable {
	display: table;
	width: 100%;
}
input, button, select, textarea {outline: none;}
.clrBlue{color: #1072b0 !important;}
.clrWhite {color: #fff !important;}
.blueSection{
	background: -webkit-linear-gradient(#1a84c1,#1072b0);
    background: -moz-linear-gradient(#1a84c1,#1072b0);
    background: -ms-linear-gradient(#1a84c1,#1072b0);
    background: -o-linear-gradient(#1a84c1,#1072b0);
    background: linear-gradient(#1a84c1,#1072b0);
}
/* Buttons */
.commonBtn {
    display: inline-block;
    font-size: 18px;
	padding: 15px 25px;
	transition: all .3s;
	text-align: center;
	background: #16242e;
	border: 1px solid transparent;
	color: #fff;
	transition: all .3s;
}
.whiteBtn, .commonBtn:hover {
	background: #fff;
	color: #16242e !important;
	border-color: #16242e;
}
.whiteBtn:hover {
	background: #16242e;
	border-color: #16242e;
	color: #fff !important;
}
.blueBtn {
	background: -webkit-linear-gradient(#1a84c1, #1072b0) !important;
	background: -moz-linear-gradient(#1a84c1, #1072b0) !important;
	background: -ms-linear-gradient(#1a84c1, #1072b0) !important;
	background: -o-linear-gradient(#1a84c1, #1072b0) !important;
	background: linear-gradient(#1a84c1, #1072b0) !important;
}
.blueBtn:hover {
	background: -webkit-linear-gradient(#16242e, #16242e) !important;
	background: -moz-linear-gradient(#16242e, #16242e) !important;
	background: -ms-linear-gradient(#16242e, #16242e) !important;
	background: -o-linear-gradient(#16242e, #16242e) !important;
	background: linear-gradient(#16242e, #16242e) !important;
	color: #fff !important;
}
a.headerBtn{
	background: #fff !important;
	color: #16242e !important;
	padding: 15px 25px !important;
	line-height: 1;
}
a.headerBtn:hover{
	background: #16242e !important;
	color: #fff !important;
}
.ceoBox a.commonBtn{padding: 15px 5px;}
.contactForm input[type="submit"], .mainContactForm input[type="submit"]{padding: 17px 25px !important;}
/*** Header Css ***/
.main-header-bar-wrap .main-header-bar {
    border: none;
    background: -webkit-linear-gradient(to right, #FFF 50%, #1072b0 50%) !important;
    background: -moz-linear-gradient(to right, #FFF 50%, #1072b0 50%) !important;
    background: -ms-linear-gradient(to right, #FFF 50%, #1072b0 50%) !important;
    background: -o-linear-gradient(to right, #FFF 50%, #1072b0 50%) !important;
    background: linear-gradient(to right, #FFF 50%, #1072b0 50%) !important;
}
.main-navigation{
	background: #1072b0;
	padding-left: 70px !important;
}
#primary-menu > li > a > .sub-arrow{display: none;}
/*** Footer Css ***/
.footer-adv .footer-adv-overlay{
	background: url(/wp-content/uploads/2018/05/footer-back.jpg) center no-repeat;
	background-size: cover;
}
.footer-adv .widget-title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}
.footer-adv, .footer-adv p, .footer-adv li {font-size: 16px;}
.footerBtn {
    min-width: 120px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid;
}
.footerBtn:hover {
	background: #fff !important;
	color: #16242e !important;
	border-color: #fff;
}
.footer-adv ul.menu li{margin-bottom: 12px;}
ul.footerDetails li {
	position: relative;
	padding: 2px 0 2px 35px;
	margin-bottom: 12px;
}
ul.footerDetails li:before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 28px;
	height: 28px;
	background: url(/wp-content/uploads/2021/05/footerSprite.png) 0 0 no-repeat;
}
ul.footerDetails li.email:before{background-position: 0 -84px;}
ul.footerDetails li.address:before{background-position: 0 -56px;}
ul.footerDetails li.fax:before{background-position: 0 -112px;}
/*** Home Page Css ***/
.doubleBtn a {margin: 0px 10px;}
.divide {
    max-width: 300px;
    border: none;
    border-top: 1px solid #bbbfc2;
    margin: 65px auto 50px;
}
.underLine {
	text-decoration: underline !important;
	font-weight: 700;
}
#introWrapper, #catIntro, #detailIntro {
	background: url('/wp-content/uploads/2018/05/intro-back.jpg') no-repeat center;
	background-size: cover;
}
#whyWrapper, #catDetail, #catLast {
	background: url('/wp-content/uploads/2018/05/why-back.jpg') no-repeat center;
	background-size: cover;
}
.whyImg {
	margin-bottom: 25px;	
}
.whyImg img {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0px 0px 15px 1px rgba(22, 36, 46, 0.4);
	-moz-box-shadow: 0px 0px 15px 1px rgba(22, 36, 46, 0.4);
	-webkit-box-shadow: 0px 0px 15px 1px rgba(22, 36, 46, 0.4);
	box-shadow: 0px 0px 15px 1px rgba(22, 36, 46, 0.4);
}
.whyBox .cTitle {
	color: #404040;
}
.expBox {
    border: 1px solid #dadada;
    padding: 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.expTitle, .importText {
    color: #1072b0;
	border-bottom: 2px solid #cccccc;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 700;
}
.expDesc {
    font-size: 16px;
    color: #404040;
}
.expDesc b {
	display: block;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 5px;
}
.videoWraper iframe{
	width: 100%;
	height: 320px;
}
.videoLink{
	-webkit-box-shadow: 0px 0px 7px 1px rgba(22, 36, 46, 0.2);
	-moz-box-shadow: 0px 0px 7px 1px rgba(22, 36, 46, 0.2);
	-webkit-box-shadow: 0px 0px 7px 1px rgba(22, 36, 46, 0.2);
	box-shadow: 0px 0px 7px 1px rgba(22, 36, 46, 0.2);
}
.videoTitle {
    font-size: 30px;
    line-height: 64px;
    background: #1072b3;
    color: #fff;
    padding: 0 0 0 20px;
}
.videoTitle .videoBtn{
	float: right;
    background: #000;
    color: #fff;
    padding: 0 20px;
	position: relative;
	transition: all .3s;
}
.videoTitle .videoBtn:before{
	position: absolute;
	content: '';
	top: 0;
	left: -22px;
	width: 0;
	height: 0;
	border-top: 32px solid transparent;
	border-bottom: 32px solid transparent;
	border-right: 22px solid #000000;
	transition: all .3s;
}
.videoTitle .videoBtn:hover{
	background: #fff;
	color: #000;
}
.videoTitle .videoBtn:hover:before{
	border-right: 22px solid #fff;
}
.videoLink a.videoPopup {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.videoLink a.videoPopup:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transition: all .3s;
    background: url(/wp-content/uploads/2018/05/video-icon.png) no-repeat;
	background-size: 100% 100%;
	width: 90px;
    height: 90px;
    margin: -45px 0 0 -45px;
}
.videoLink a.videoPopup:hover:before {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.qualityImg {
	float: left;
	margin-right: 20px;
}
.qualityText {
	float: left;
	width: calc(100% - 114px);
}
.qualityInner {
	display: table-cell;
	vertical-align: middle;
	height: 94px;
}
.qTitle {
    font-size: 24px;
    color: #fff;
    margin-bottom: 7px;
}
.qLink, .qLink a {
    font-size: 16px;
    color: #fff;
}
.qLink a:hover {
    color: #333;
}
.introMid:after {
	position: absolute;
	content: '';
	top: 36%;
    left: 50%;
    margin-left: -21px;
	width: 42px;
	height: 44px;
	background: url(/wp-content/uploads/2021/05/arrow.jpg) 0 0 no-repeat;
}
.hardBox p {
	min-height: 87px;
	max-width: 353px;
	margin-left: auto;
	margin-right: auto;
}
#importWrapper {
	background: url('/wp-content/uploads/2018/05/import-back.jpg') no-repeat center;
	background-size: cover 
}
.importBox {
    background: #fff;
    padding: 10px;
}
.importBox p {
    font-size: 16px;
    margin-bottom: 10px;
}
.contactForm input[type="text"], .contactForm input[type="email"], .contactForm textarea {
    display: block;
	width: 100%;
	height: 46px;
	border: 1px solid #dadada;
	box-shadow: 0 0 20px rgba(122, 115, 115, 0.06) inset;
	padding-left: 20px;
	margin-bottom: 20px;
    font-size: 18px;
    color: #000;
    font-weight: 400;
}
#contactWrapper input[type="text"], #contactWrapper input[type="email"], #contactWrapper textarea {
    margin-bottom: 13px;
}
.contactForm textarea { 
	height: 250px;
	padding-top: 15px;
	resize: none;
}
.contactForm input::-webkit-input-placeholder, .contactForm textarea::-webkit-input-placeholder {
	color: #a4a4a4;
}
.contactForm input::-moz-input-placeholder, .contactForm textarea::-moz-input-placeholder {
	color: #a4a4a4;
}
.contactForm input::-ms-placeholder, .contactForm textarea::-ms-placeholder {
	color: #a4a4a4;
}
.contactForm input[type="submit"] {
    margin-top: 10px;
    border: none;
	padding: 17px;
}
.bottomSeprater {
    position: relative;
    padding-bottom: 13px;
    margin-bottom: 15px !important;
}
.bottomSeprater:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 230px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #bbb;
}
.ceoPic {
    padding: 9px;
    border: 1px solid #dadada;
    margin-top: 20px;
}
ul.productSlider{
	margin: 0 -15px !important;
	padding: 0 !important;
}
.productSliderItem {
    text-align: center;
    padding: 0;
	margin: 5px 15px;
    box-shadow: 0px 0px 5px 1px rgb(22 36 46 / 14%);
}
.productSliderTitle {
    position: relative;
    color: #16242e;
    background: #f1f1f1;
    padding: 14px 0;
    border-top: 2px solid #1072b4;
    margin: 0;
    font-weight: 700;
    text-align: center;
}
ul.productSlider .slick-arrow{
	position: absolute;
	content: '';
	top: 50%;
	width: 53px;
    height: 53px;
	margin-top: -27px;
    background: url(https://www.powertelcom.com/wp-content/uploads/2018/05/arrows.png) left top no-repeat;
	cursor: pointer;
	z-index: 4;
	padding: 0;
	text-indent: -99999999px;
}
ul.productSlider .slick-prev{left: -50px;}
ul.productSlider .slick-next{
	right: -50px;
	background-position: -54px 0;
}
.accordionWraper .accordion {
    position: relative;
    background: #f5f5f5;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    padding: 10px 55px 10px 15px;
    cursor: pointer;
    margin-bottom: 14px;
    overflow: hidden;
    border-radius: 4px;
}
.accordionWraper .accordiaBox.active .accordion {
    background: #1072b0;
    color: #fff;
}
.accordionWraper .accordion:after {
    position: absolute;
    content: "+";
    top: 7px;
    right: 14px;
    line-height: 36px;
    text-align: center;
	font-weight: 600;
    font-size: 22px;
    color: #1072b0;
    transition: all .3s;
}
.accordionWraper .accordiaBox.active .accordion:after{
	content: "-";
	color: #fff;
}
.accordionWraper .panel {
    padding: 25px 25px 5px;
    display: none;
    background: #f7f7f7;
    border: 1px solid #1072b0;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 22px;
    color: #6d6d6d;
    border-radius: 4px;
}
.accordionWraper ul{
	padding-left: 20px;
	list-style-type: disc;
}
.accordionWraper ul li{margin: 0 0 20px;}
/* Contact Us */
.contactformBox {
    border: 1px solid #dadada;
    border-radius: 3px;
}
.mainContactForm {
    padding: 25px;
    background: #f4f4f4;
}
.mainContactForm input[type="text"], .mainContactForm input[type="email"], .mainContactForm textarea{
	width: 100%;
	border: 1px solid #dadada;
	padding: 15px;
	font-size: 14px;
	margin-bottom: 10px;
}
.mainContactForm input[type="text"]::placeholder, .mainContactForm input[type="email"]::placeholder, .mainContactForm textarea::placeholder{
	color: #b6b6b6;
}
.mainContactForm textarea{
	min-height: 155px;
	margin-bottom: 20px;
}
.contactPageTitle {
    color: #000000;
    font-size: 30px;
    padding: 0 0 20px;
    border-bottom: 1px solid #dadada;
	margin-bottom: 20px;
	line-height: 36px;
}
.contactPageDetails ul{
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none;
}
.contactPageDetails ul li a {
    color: #16242e;
    font-size: 18px;
    background: #fcfbfb;
	border: 1px solid #dadada;
    display: block;
    width: 100%;
    max-width: 430px;
    padding: 17px 10px 17px 70px;
    margin-bottom: 11px;
	position: relative;
	transition: all .3s;
}
.contactPageDetails ul li.whatsapp a{
	background: #2fb844;
	color: #fff !important;
}
.contactPageDetails ul li.skype a{
	background: #00aff0;
	color: #fff !important;
}
.contactPageDetails ul li a:hover{
	background: #f1f1f1;
}
.contactPageDetails ul li.whatsapp a:hover{
	background: #149928;
}
.contactPageDetails ul li.skype a:hover{
	background: #0a94c7;
}
.contactPageDetails ul li a:before{
	position: absolute;
	content: '';
	top: 5px;
    left: 5px;
	width: 50px;
	height: 45px;
	background: url(/wp-content/uploads/2018/05/contactSprite.png) 0 0 no-repeat;
}
.contactPageDetails ul li.email a:before{background-position: 0 -70px;}
.contactPageDetails ul li.address a:before{background-position: 0 -142px;min-height: 65px;}
.contactPageDetails ul li.whatsapp a:before{background-position: 0 -232px;}
.contactPageDetails ul li.skype a:before{background-position: 0 -301px;}
.contactFullMap{
	position: relative;
}
.mapDetailsBox {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -74px 0 0 -130px;
    box-shadow: 0 0 5px #09243e;
    padding: 3px;
    background: transparent;
}
.mapDetailsBoxInner {
    background: #09243e;
    width: 252px;
    height: 152px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 20px;
    line-height: 24px;
}
.mapMarker {
    position: absolute;
    content: '';
    top: -37px;
    left: 50%;
    box-shadow: 0 0 5px #09243e;
    border-radius: 100%;
    padding: 3px;
    margin-left: -37px;
}
.mapMarkerInner{
	background: url(/wp-content/uploads/2021/05/mapIcon.png) 21px 16px no-repeat #fff;
	font-size: 35px;
	color: #09243e;
	width: 68px;
	height: 68px;
	line-height: 68px;
	border-radius:100%;
	text-align: center;
}
.mapText {
    margin-top: 30px;
}
/* Blog */
.ast-article-post, .single .ast-article-single{
    margin-bottom: 40px !important;
    padding: 35px !important;
    border: none !important;
}
.ast-blog-featured-section {margin-top: 0 !important;}
.blog .entry-title, .archive .entry-title {margin-bottom: 0 !important;}
.blog .read-more a, .archive .read-more a {
    color: #fff;
    line-height: 50px;
    white-space: nowrap;
    vertical-align: middle;
    display: block;
    text-align: center;
    background-color: #e85a1c;
    border-color: #e85a1c;
    font-size: 1rem;
    font-weight: 100 !important;
    margin: 0 !important;
    border-radius: 4px !important;
    transition: all .2s ease-in-out;
	line-height: 1;
	padding: 15px 0;
}
.blog .read-more a:hover, .archive .read-more a:hover{
	background-color: #d44e14;
    border-color: #d44e14;
}
.ast-separate-container .ast-archive-description, .ast-separate-container .ast-author-box {padding: 15px !important;}
/* Sidebar */
#custom_html-5{
	border: 1px solid #e3e3e3;
	padding: 5px;
	box-shadow: 0 0 5px #e3e3e3;
	background: #fff;
	text-align: center;
}
.ceoTitle {
    font-size: 22px;
    color: #ee4a03;
    font-weight: 600;
    margin: 35px 0 25px;
}
.ceoDesc {
    font-size: 16px;
    color: #666666;
}
.newSidebar{
	padding:35px 30px;
	background:#00a7a0;
	text-align:center;
	border-radius:15px;
}
.newSidebarHeading{
	font-size:30px;
	font-weight:500;
	color:#eecc11;
	line-height:1.2;
	margin-bottom:20px;
}
ul.newSidebarList{
	margin:0 0 35px;
	padding:0 30px;
	text-align:left;
}
ul.newSidebarList li{
	color:#fff;
	font-size:20px;
	font-weight:600;
	line-height:1.6;
	border: none;
}
.newSidebarBTN{
	margin:25px 0 0;
}
.newSidebarBTN a{
	background:#e85a1c;
	color:#fff;
	width:100%;
	padding:5px 11px;
	font-size:24px;
	font-weight:500;
	border-radius:5px;
	display:block;
	transition:all .3s;
}
.newSidebarBTN a:hover{
	background:#de4908;
	color:#fff;
}
/*** About Us ***/
ul.aboutSlider, ul.aboutSlider ul.slick-dots{
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none !important;
	text-align: center;
	position: relative;
}
ul.aboutSlider ul.slick-dots{margin: -30px 0 0 !important;}
ul.slick-dots li{
	display: inline-block;
	margin: 0 3px;
	padding: 0;
	width: 13px;
    height: 13px;
    cursor: pointer;
	border-radius: 100%;
	background: #929292;
}
ul.slick-dots li.slick-active{background: #1072b0;}
ul.slick-dots li button{visibility: hidden;}
.commonPoints ul, .catText ul, .featureList ul {
    list-style-type: none;
    padding: 0 !important;
    margin: 0 !important;
}
.commonPoints li, .catText ul li {
	position: relative;
	padding-left: 37px;
	margin-bottom: 8px;
}
.commonPoints li:before, .catText ul li:before { 
	content:'';
	position: absolute;
	width: 17px;
	height: 17px;
	left:0px;
	top: 6px;
	background: url(/wp-content/uploads/2018/05/listArrow.png) no-repeat 0 0;
}
.aboutList ul li {
    margin-bottom: 24px;
}
#timeline {
    background: url('/wp-content/uploads/2018/05/timeline-back.jpg') no-repeat center;
    background-size: cover;
}
.processBox {
    -moz-box-shadow: 0 0 15px rgba(22,36,46,.3);
    -webkit-box-shadow: 0 0 15px rgba(22,36,46,.3);
    box-shadow: 0 0 15px rgba(22,36,46,.3);
}
.proImg img {
    width: 100%;
}
.proTitle a{
    font-size: 18px;
    position: relative;
    color: #16242e;
    background: #f1f1f1;
    padding: 14px 0;
    border-top: 2px solid #1072b4;
    margin: 0;
    font-weight: 700;
    text-align: center;
	display: block;
}
#customerWrapper {
    background: url('/wp-content/uploads/2018/05/customer-back.jpg') no-repeat center;
    background-size: cover;
    position: relative;
}
#customerWrapper:before {
    content:'';
    position: absolute;
    width: 100%;
    height: 41px;
    background: #1072b0;
    left:0px;
    top: 58%;
}
.custBox {
    padding: 122px 0px;
}
.custBox img {
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    z-index: 98;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.custBox:hover img {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    z-index: 99;
}
.time-nav {
    height: 455px;
	position: relative;
}
.time-nav:before {
    position: absolute;
    content: '';
    top: 54%;
    left: 0;
    width: 100%;
    height: 4px;
    background: #455a63;
}
.slider .item {
    position: relative;
	outline: none;
}
.time-nav .item {
    text-align: center;
    height: 243px;
}
.time-nav .item.timeUp {
    margin-top: 250px;
}
.timeIcon, .timeIcon b, .time-nav .item:before, .time-line:before, .time-line:after {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
}
.timeIcon {
    display: inline-block;
    width: 130px;
    height: 130px;
    line-height: 90px;
    padding: 13px;
    text-align: center;
    position: relative;
    background: -webkit-linear-gradient(#40545d,#2b383f);
    background: -moz-linear-gradient(#40545d,#2b383f);
    background: -ms-linear-gradient(#40545d,#2b383f);
    background: linear-gradient(#40545d,#2b383f);
    border: 6px solid #fafafa;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
	margin: 20px 0 0;
}
.timeUp .timeIcon{margin: 0 0 20px;}
.timeIcon b {
    display: block;
    width: 100%;
    height: 100%;
    line-height: inherit;
    background: #1072b0;
    color: #fff;
    font-size: 24px;
}
.time-nav .item.timeUp .timeIcon {
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -65px;
}
.time-nav .item:before, .time-nav .item:after {
    content:'';
    position: absolute;
    left: 50%;
}
.time-nav .item:before {
    width: 36px;
    height: 36px;
    background: #1071af;
    margin-left: -18px;
    bottom: -22px;
}
.time-nav .item.timeUp:before {
    top: -22px;
    bottom: auto;
}
.time-nav .item:after {
    height: 57px;
    width: 4px;
    background: #455a63;
    margin-left: -2px;
    bottom: 25px;
}
.time-nav .item.timeUp:after {
    top: 25px;
    bottom: auto;
}
.timeTitle {
    background: #252525;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding: 16px 38px;
}
.timeText {
    background: #fff;
    color: #6a6b6b;
    font-size: 16px;
    padding: 20px 38px;
}
.sliderArrows {
    position: absolute;
    width: 45px;
    height: 45px;
    background: url(/wp-content/uploads/2018/05/slide-arrows.png) no-repeat;
    top: 50%;
    margin-top: -10px;
    z-index: 99;
    cursor: pointer;
}
.sliderArrows.prev {
    left: -25px;
}
.sliderArrows.next {
    right: -25px;
    background-position: -45px 0px;
}

/*** Prodduct Category ***/
#bannerWrapper {
    background-size: cover;
    background-repeat: no-repeat;
}
.bannerInner {
    display: table-cell;
    vertical-align: middle;
    height: 350px;
}
.detailTabs ul {
    list-style-type: none;
    padding: 0 !important;
	margin: 0 !important;
	background: #f4f4f4;
	border: 1px solid #dadada;
	border-bottom: none;
	border-radius: 5px 5px 0px 0px;
}
.detailTabs ul li {display: inline-block;}
.detailTabs ul li a {
    display: block;
    color: #282828;
    padding: 26px 25px;
	font-weight: 700;
	position: relative;
	text-align: center;
}
.detailTabs ul li a:after {
	content:'';
	position: absolute;
	border-top: 9px solid #1072b2;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	bottom: -9px;
	left: 50%;
	margin-left: -9px;
	opacity: 0;
	transition-duration: 0.5s;
}
.detailTabs ul li.current a, .detailTabs ul li a:hover { 
    color: #fff !important;
    background: #1072b2;
}
.detailTabs ul li.current a:after {
	opacity: 1;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.detailTabs ul li:first-child a {
	-webkit-border-radius: 5px 0px 0px 0px;
		-moz-border-radius: 5px 0px 0px 0px;
		-ms-border-radius: 5px 0px 0px 0px;
		-o-border-radius: 5px 0px 0px 0px;
		border-radius: 5px 0px 0px 0px;
}
.detailTabs.tabsAdjusted ul li:last-child a {
	-webkit-border-radius: 0px 5px 0px 0px;
		-moz-border-radius: 0px 5px 0px 0px;
		-ms-border-radius: 0px 5px 0px 0px;
		-o-border-radius: 0px 5px 0px 0px;
		border-radius: 0px 5px 0px 0px;
}
.detailTabBox {
    display: none;
    background: #fff;
    border: 1px solid #dadada;
    border-top: none;
    padding: 30px 15px 10px;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -ms-border-radius: 0px 0px 5px 5px;
    -o-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}
.detailTabBox, .detailTabBox p {
    color: #404040;
    font-size: 16px;
    line-height: 30px;
}
.detailTabBox.current {
    display: block;
}
.detailTabs.tabsAdjusted ul {
    display: table;
    width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}
.detailTabs.tabsAdjusted ul li {
	float: none;
	display: table-cell;
}
.detailTabs.tabsAdjusted ul li a {
	padding-left: 15px;
	padding-right: 15px;
}
.detailTabBox table, #detailIntro table{
	width: 100%;
	color: #404040;
    line-height: 1.5;
}
.detailTabBox table tr:nth-child(odd), #detailIntro table tr:nth-child(odd){
	background: #efefef;
}
.detailTabBox table tr td, #detailIntro table tr td{
	padding: 10px;
	border: 1px solid #dadada;
}
/*** Product Detail page ***/
.detailImg {
    padding: 5px;
}
.detailImg img, .detail-nav .item {
    -webkit-box-shadow: 0 0 7px 1px rgba(22,36,46,.2);
    -moz-box-shadow: 0 0 7px 1px rgba(22,36,46,.2);
    -webkit-box-shadow: 0 0 7px 1px rgba(22,36,46,.2);
    box-shadow: 0 0 7px 1px rgba(22,36,46,.2);
}
.detail-nav {
    padding-top: 13px;
}
.detail-nav .slick-list, .detail-for .slick-list {
    overflow: hidden;
}
.detail-nav .slick-list {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.detail-nav .item {
    margin: 0px 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    border: 2px solid transparent;
}
.detail-nav .item.slick-current {
    border-color: #1072b0;
	outline: none;
}
.detail-nav .item.slick-current:before {
    content:'';
    position: absolute;
    border-bottom: 6px solid #1072b0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    top: -6px;
    left: 50%;
    margin-left: -9px;
}
.smallArrows {
    width: 31px;
    height: 31px;
    background: url(/wp-content/uploads/2018/05/small-arrows.png) no-repeat center;
}
.smallArrows.prev {
    background-position: 0px 0px;
}
.smallArrows.next {
    background-position: -31px 0;
}
.videoWraper iframe{
	height: 340px;
}
.tableScrollAll{
	overflow-x: scroll;
}
.tableScroll {
	margin-bottom: 20px;	
}
.articleSection h2{
	font-size: 40px !important;
    line-height: 48px !important;
    padding-bottom: 15px !important;
}
.articleSection h3{
	font-size: 30px !important;
    line-height: 38px !important;
    padding-bottom: 15px !important;
}
.articleSection h4{
	font-size: 26px !important;
    line-height: 34px !important;
    padding-bottom: 15px !important;
}
.articleSection ul, .articleSection ol{
	padding-left: 20px;
}
.chapterGuide {
    border: 3px solid #1a84c1;
    padding: 20px;
    margin: 20px 0;
}
.chapterGuide ul{
	list-style-type: none !important;
	padding:0 !important;
	margin: 0 !important;
}
.chapterGuide li {
    position: relative;
	color: #333 !important;
    font-size: 18px !important;
	margin-bottom: 10px;
	padding-left: 30px;
}
.chapterGuide ul li:before {
    position: absolute;
	content: "\e900";
	top: 3px;
    left: 0;
	font-weight: 700;
    font-size: 14px;
	font-family: Astra;
	transform: rotate(270deg);
	color: #1a84c1;
}
.chapterGuide a{
	color: #333 !important;
	text-transform: capitalize;
	text-decoration: none !important;
}
.chapterGuide a:hover{
	color: #1a84c1 !important;
}
/* Optimizer Pages */
.cus-banner {
    min-height: 375px;
    padding-top: 68px;
}

#contactPopUpForm {max-width: 350px;}
#contactPopUpForm .mainContactForm {padding: 15px;}
/*** Medias ***/
.visible-sm{display: none;}
@media (min-width: 1200px){
  .divScroll.side-fixed {
    position: fixed;
    top: 15%;
	width: 100%;
    max-width: 368px;
    z-index: 9;
    box-shadow: 0 0 10px 1px #19588d;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .divScroll.side-fixed {
    position: fixed;
    top: 15%;
	width: 100%;
    max-width: 301.33px;
    z-index: 9;
    box-shadow: 0 0 10px 1px #19588d;
  }
  .main-navigation ul .menu-item .menu-link{padding: 30px 5px !important;}
}
@media (min-width: 992px) {
  .footer-area p {padding-right: 60px;}
}
@media (max-width: 991px) {
  .qualityCertificate {
    margin-top: 40px;
    text-align: center;
  }
  .visible-sm{display: block;}
  .main-header-bar-wrap .main-header-bar{background: #fff !important;}
  .main-navigation {padding-left: 0 !important;}
}
@media (min-width: 768px) and (max-width: 991px) {
  .contactPageTitle {
    margin-top: 40px;
  }
  .contactFullMap img{
  	max-width: 150%;
  }
  .videoTitle {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .cust-col-5 {width: 20%;}
}
@media (max-width: 767px) {
  .contactPageTitle {
    margin-top: 40px;
  }
  .contactFullMap img{
  	max-width: 200%;
  }
  #introWrapper {
    padding-top: 50px;
  }
  .doubleBtn a {
    margin: 0 0 10px;
    width: 100%;
  }
  .expImg img, .importImg img, .ceoPic {
    width: 100%;
  }
  .qualityCertificate a {
    display: block;
    text-align: center;
    margin-top: 40px;
  }
  .hardBox p {
    min-height: auto;
  }
  .footer-area {
    padding-top: 60px;
  }
  .videoTitle {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .contactFullMap img{
  	max-width: 200%;
  }
  .sharingText, #customerWrapper:before {
    display: none;
  }
  .videoLink a.videoPopup:before {
    zoom: 60%;
  }
  .qTitle {
    font-size: 18px;
  }
  .custBox {
    padding: 30px 0;
  }
  .custBox:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .bannerInner {
    height: 250px;
  }
  .videoTitle {
    line-height: 50px;
  }
  .videoTitle .videoBtn:before {
    left: -15px;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 15px solid #000;
  }
}