/**
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 */
.ast-search-menu-icon.slide-search input.search-field {
    width: inherit !important;
}
html {scroll-behavior: smooth;}
/* CLR */
.clrBlue {color: #1490d7 !important;}
/* Font Size */
.fz42 {font-size: 42px !important;}
/* BTNs */
a.commonBtn, .wideContactForm input[type="submit"], .contactForm input[type="submit"], .quickQuoteForm input[type="submit"]{
    display: inline-block;
    background: #1490d7;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    min-width: 260px;
    text-align: center;
    padding: 12px 35px;
    border-radius: 3px;
	transition: all .3s;
}
.headerBtn a.commonBtn, .stickyHeaderLink a.commonBtn{
	font-size: 12px;
}
a.commonBtn:hover, .wideContactForm input[type="submit"]:hover, .contactForm input[type="submit"]:hover, .quickQuoteForm input[type="submit"]:hover{
	background: #0979b9;
}
a.commonBtn.round {
    border-radius: 40px;
    min-width: 180px;
}
a.commonBtn.whiteBdr{
	border: 1px solid #fff;
}
a.sliderBtn{
	min-width: auto;
	padding: 12px 20px !important;
	color: #fff !important;
}
.commonBtn.btnWhite {
    background: #fff;
    color: #1490d7;
}
.commonBtn.btnWhite:hover{
	color: #fff;
}
.doubleBtn a.hp2Btn{margin: 0 10px;}
a.hp2Btn {
    color: #fff;
    display: inline-block;
    padding: 11px 20px;
	position: relative;
	z-index: 1;
}
a.hp2Btn:before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #017bbd;
	border: 2px solid #017bbd;
	transition: all .3s;
	transform: skew(-15deg);
	z-index: -1;
}
a.hp2WhiteBtn{color: #017bbd;}
a.hp2WhiteBtn:before{background: #fff;}
a.hp2WhiteBtn:hover{color: #fff;}
a.hp2Btn:hover:before{
	background: #333;
	border: 2px solid #333;
}
/* Header */
#primary-menu > li > a .sub-arrow{display: none;}
ul.astra-megamenu > li > a {font-weight: 600;}
/* Home */
.lp2CheckList ul, ul.checkList, .categorySection1  ul, .articleFeatures ul, .product_description ul{
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none;
}
.lp2CheckList li, ul.checkList li, .categorySection1  ul li, .articleFeatures ul li, .product_description ul li{
	padding-left: 25px;
	position: relative;
	margin-bottom: 10px;
}
.lp2CheckList li:before, ul.checkList li:before, .categorySection1  ul li:before, .articleFeatures ul li:before, .product_description ul li:before{
	position: absolute;
	content: "";
	top: 7px;
	left: 0;
	width: 17px;
	height: 12px;
	background: url(../../uploads/2021/01/checkIcon.png) 0 0 no-repeat;
}
.homeVideoPopup a{
	position: relative;
	display: inline-block;
}
.homeVideoPopup a:before{
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 61px;
    height: 61px;
    margin: -30px 0 0 -30px;
    background: url(../../uploads/2018/11/videoPlay.png) 0 0 no-repeat;
    transition: all .3s;
}
.homeVideoPopup a:hover:before{transform: scale(1.1);}
.productSection {
    background: #f2f2f2;
}
.productBox{
	display: inline-block;
}
.productImg a{
	display: block;
	position: relative;
}
.productImg a:before {
    position: absolute;
    content: "";
    bottom: -17px;
    left: 50%;
    width: 34px;
    height: 34px;
    background: url(../../uploads/2021/01/whiteCheckIcon.png) center no-repeat #1490d7;
    margin-left: -17px;
}
.productImg img{
	border-radius: 4px;
}
.productTitle a{
	display: inline-block;
	font-size: 24px;
	color: #1e1e27;
	margin-top: 40px;
	transition: all .3s;
}
.productTitle a:hover{color: #1490d7;}
.productLink a{
	margin-top: 20px;
	display: inline-block;
	text-decoration: underline;
	transition: all .3s;
}
.productLink a:hover{text-decoration: none;}
.featuredPoint {
    margin-bottom: 20px;
}
.featuredPointTitle {
    padding: 10px 0 11px 65px;
    position: relative;
	font-size: 24px;
	margin-bottom: 5px;
}
.featuredPointTitle:before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 52px;
	height: 51px;
	background: url(../../uploads/2018/07/sprite.png) 0 0 no-repeat;
}
.point2:before{background-position: 0 -204px;}
.point3:before{background-position: 0 -51px;}
.point4:before{background-position: 0 -255px;}
.point5:before{background-position: 0 -102px;}
.point6:before{background-position: 0 -306px;}
.point7:before{background-position: 0 -153px;}
.point8:before{background-position: 0 -357px;}
.featuredPointText {
    line-height: 22px;
	min-height: 70px;
}
.section2{
	border-top: 2px solid #e1e1e1;
}
.guideSection {
    background: #f5f5f5;
}
.wideContactForm input[type="text"], .wideContactForm input[type="email"], .wideContactForm input[type="tel"], .wideContactForm textarea,
.contactForm input[type="text"], .contactForm input[type="email"], .contactForm input[type="tel"], .contactForm textarea {
    width: 100%;
    border: 1px solid #dadada;
    border-radius: 2px;
    padding: 13px 20px;
    margin-bottom: 20px;
    font-size: 16px;
}
.wideContactForm input[type="text"]::placeholder, .wideContactForm input[type="email"]::placeholder, .wideContactForm input[type="tel"]::placeholder, .wideContactForm textarea::placeholder,
.contactForm input[type="text"]::placeholder, .contactForm input[type="email"]::placeholder, .contactForm input[type="tel"]::placeholder, .contactForm textarea::placeholder{
	color: #a4a4a4;
}
.wideContactForm textarea, .contactForm textarea{
	min-height: 250px;
}
.wideContactForm input[type="submit"], .contactForm input[type="submit"]{
	border: none;
	padding: 16px 35px;
}
/* Footer */
.footer-adv .widget-title {
    font-size: 22px;
	padding-bottom: 25px;
    margin-bottom: 25px !important;
	position: relative;
}
.footer-adv .widget-title:before{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ffffff;
	background: -moz-linear-gradient(left,  #ffffff 50%, #000000 90%);
	background: -webkit-linear-gradient(left,  #ffffff 50%,#000000 90%);
	background: linear-gradient(to right,  #ffffff 50%,#000000 90%);
}
.footer-adv ul.menu li{margin-bottom: 20px;}
ul.footerDetails {position: relative;}
ul.footerDetails li {
	padding: 3px 0 3px 40px;
	margin-bottom: 15px;
	position: relative;
}
ul.footerDetails li.location {padding: 0 0 0 40px;}
ul.footerDetails li:before {
	position: absolute;
	content: '';
	top: 3px;
	left: 0;
	width: 20px;
	height: 27px;
	background: url(../../uploads/2022/01/footerSprte.png) 0 0 no-repeat;
}
ul.footerDetails li.email:before {background-position: 0 6px;}
ul.footerDetails li.phone:before {background-position: 0 -34px;}
ul.footerDetails li.address:before {background-position: 0 -74px;}
/* Contact Us */
.page-title-container{
	border-bottom: none;
}
.page-title-captions {
    display: none;
}
.page-title ul {
    width: 100%;
    text-align: left;
}
.page-title ul li {
    position: relative;
    margin: 0 15px;
}
.page-title ul li:after {
	position: absolute;
    content: '';
	top: 8px;
	right: -15px;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 100%;
}
.page-title ul li:last-child:after{
	display: none;
}
.page-title ul li a {
    color: #fff;
}
.bottomSeprater {
    position: relative;
    padding-bottom: 13px;
    margin-bottom: 15px;
}
.bottomSeprater:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 230px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #bbb;
}
.title, .title a {
    display: block;
    font-size: 24px;
    line-height: 1;
}
.contactDetails {
    margin: 5px 0 25px 0 !important;
    padding: 0 !important;
    list-style-type: none;
}
.contactDetails li{
	position: relative;
	padding:5px 0 5px 40px;
	font-size: 22px;
    color: #666666;
}
.contactDetails li:before{
	position: absolute;
	content: '';
	top: 12px;
	left: 0;
	width: 24px;
	height: 24px;
	background: url(../../uploads/2021/01/contactSprite.png) 0 0 no-repeat;
}
.contactDetails li.email:before{background-position: 0 0;}
.contactDetails li.whatsapp:before{background-position: 2px -38px;}
.contactDetails li.weechat:before{background-position: 0 -78px;}
.contactDetails li a{
	font-size: 22px;
    color: #666666;
}
.contactDetails .text {
    color: #666;
    line-height: 24px;
}
ul.socialLinks{
	margin:0;
	padding: 0;
	list-style-type: none;
}
ul.socialLinks li{
	display: inline-block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 22px;
	background: #000;
	border-radius: 100%;
	margin-right: 5px;
}
ul.socialLinks li.fb{background:#3b5998;}
ul.socialLinks li.yt{background:#c4302b;}
ul.socialLinks li.tw{background:#55acee;}
ul.socialLinks li.in{background:#007ab9;}
ul.socialLinks li a{
	color: #fff;
}
.contactForm{
	padding-left: 40px;
}
.contactForm input[type="submit"]{
	min-width: 210px;
	padding: 16px 20px;
}
.contactPageSection1 .note {
	padding-left: 100px;
}
/* Product Details */
.innerPageBanner {
	background: url(../../uploads/2018/07/pageBanner.jpg) 0 0 no-repeat;
    background-size: cover;
}
.displayTable {
    display: table;
    width: 100%;
}
.bannerInner {
    display: table-cell;
    vertical-align: middle;
    height: 318px;
}
.bannerText {
    max-width: 670px;
    margin: 0 auto;
}
.product_description h2{
	line-height: 42px !important;
	font-size: 40px !important;
}
.product_description ul li {
    line-height: 36px;
}
ul.productSlider {
    margin: 0 !important;
    padding: 0 10px 0 0 !important;
}
ul.productSlider .slick-slide {
    border: 1px solid #e2e2e2;
    background: #fff;
    outline: 0;
}
ul.productSlider ul.slick-dots {
    margin: 15px 0 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}
ul.productSlider ul.slick-dots li{
	display: inline-block;
}
ul.productSlider ul.slick-dots li button {
    text-indent: -999999px;
    width: 11px;
    height: 11px;
    background: #fff;
    border: 2px solid #dadada;
    border-radius: 100%;
    margin: 0 1px;
    outline: 0;
	padding: 0;
}
ul.productSlider ul.slick-dots li.slick-active button{
    background: #1490d7;
	border: 2px solid #1490d7;
}
.articleSection, .greySection{
	background: #f5f5f5;
}
.articleSection h2{
	margin: 0 0 20px !important;
}
.articleSection h3{
	margin: 0 0 15px !important;
}
.articleImgText {
    background: #1490d7;
    text-align: center;
    color: #fff;
    font-size: 26px;
    padding: 30px 0 20px;
}
.tabsSection{
	border-top: 1px solid #f1f1f1;
}
.productDetailsTab{
	border: 1px solid #f1f1f1;
}
ul.tabs {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    background: #f6f6f6;
    border-radius: 2px 2px 0 0;
    overflow: hidden;
}
ul.tabs li {
    font-size: 18px;
    background: transparent;
    color: #444;
    display: inline-block;
    padding: 15px 56px;
    cursor: pointer;
}
ul.tabs li.current {
    background: #1490d7;
	color: #fff;
}
.tab-content {
    display: none;
	color: #5a596a;
	line-height: 30px;
	padding: 20px;
    border-top: 0;
	background: #fff;
}
.tab-content.current{
	display: block;
}
.tab-content h2{font-size: 30px;}
.tableScroll{overflow-x: hidden;}
table{
	width: 100%;
	margin: 20px 0;
}
table tr:nth-child(even) {background: #f7f7f7;}
table tr td, table tr th{
	padding: 10px;
	font-size: 16px;
	border: 1px solid #c2c2c2;
}
.tab-content .tabImg {
    border: 1px solid #e6e6e6;
    padding: 4px;
    border-radius: 10px;
    overflow: hidden;
}
.tab-content .tabImgLeft{
	float: left;
	margin-right: 30px;
}
.tab-content .tabImgRight{
	float: right;
	margin-left: 30px;
}
.tab-content ul{
	padding-left:20px;
}
dt.gallery-icon a {
    display: block;
    padding: 0 10px;
}
dt.gallery-icon a img{
	border: 1px solid #cfcfcf;
}
.gallery-caption{
	background: #f19f14;
	color: #fff;
	margin: 0 10px !important;
	padding: 3px 0;
}
.tab-content .videoWraper{
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.tab-content .videoWraper:before{
    padding-top: 56.25%;
    display: block;
    content: "";
}
.tab-content .videoWraper iframe{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.quickQuoteForm {
    border: 1px solid #f6f6f6;
	max-width: 370px;
	display: inline-block;
}
.formTitle {
    background: #f6f6f6;
    font-size: 26px;
    color: #222222;
    font-weight: 500;
    text-align: center;
    padding: 15px 0;
}
.quickQuoteForm form{
	padding: 30px 15px;
}
.quickQuoteForm input[type="text"], .quickQuoteForm input[type="email"], .quickQuoteForm input[type="tel"], .quickQuoteForm textarea{
    width: 100%;
    border: 1px solid #eeeeee;
    padding: 12px 20px;
	outline: none;
	margin-bottom: 14px;
}
.quickQuoteForm input[type="text"]::placeholder, .quickQuoteForm input[type="email"]::placeholder, .quickQuoteForm input[type="tel"]::placeholder, .quickQuoteForm textarea::placeholder{
	color: #666666;
}
.quickQuoteForm input[type="text"]::focus, .quickQuoteForm input[type="email"]::focus, .quickQuoteForm input[type="tel"]::focus, .quickQuoteForm textarea::focus{
	border-bottom: 2px solid #666666;
}
.quickQuoteForm textarea{
	min-height: 120px;
}
.quickQuoteForm input[type="submit"]{
    min-width: 160px;
    padding: 14px 35px;
    border: none;
}
/* Category */
.categoryBanner{
	background: url(../../uploads/2018/07/categoryBanner.jpg) 0 0 no-repeat;
	background-size: cover;
}
.categoryBanner .bannerInner{
	height: 314px;
}
.categoryBanner .bannerHeading{
	font-size: 48px;
	color: #1e1e27;
	line-height: 60px;
}
.categorySection1 ul.checkList li{
    line-height: 36px;
}
.page-template-product-category .contactSection{
	border-top: 1px solid #dadada;
}
.margin0, .articleSection .margin0{
	margin: 0 !important;
}
.articleFeatures{
	background: #1490d7;
	padding: 40px;
}
.articleFeaturesTitle{
	font-size: 30px;
	color: #fff;
	line-height: 48px;
}
.articleFeatures ul li{
	color: #fff;
	line-height: 36px;
}
.articleFeatures ul li:before{
	color: #fff !important;
}
.articleFeatures ul li a{
	color: #fff;
}
.articleFeatures ul li a:hover{
	text-decoration: underline;
}
.chapterGuide{
	border: 3px solid #1490d7;
	margin: 20px 0;
	padding: 20px;
}
.chapterGuide ul{
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none;
}
.chapterGuide ul li{
	position: relative;
	padding-left: 35px;
	margin-bottom: 7px;
}
.chapterGuide ul li:before{
	position: absolute;
    content: "";
    top: 7px;
    left: 0;
    width: 17px;
    height: 12px;
    background: url(../../uploads/2021/01/checkIcon.png) 0 0 no-repeat;
}
.chapterGuide ul li a{color: #333;}
.chapterGuide ul li a:hover{color: #1490d7;}
a.btnBlack{background: #000;}
a.btnBlack:hover{background: #333;}
.productDesc {
    font-size: 15px;
    line-height: 24px;
    padding: 15px 0 0;
}
.ltBlueSection {background: #f4f6f9;}
.pc3ProductBox {
	display: inline-block;
	max-width: 370px;
	text-align: left;
	transition: none;
}
.pc3ProductText ul li {margin-bottom: 10px;}
.pc3ProductTitle {
	margin: 15px 0;
	position: relative;
	font-weight: 600;
	color: #363636;
	font-size: 20px;
}
.pc3ProductTitle a {color: #363636;}
.pc3ProductImg {overflow: hidden;}
.pc3ProductImg a {
	display: block;
	transition: all 0.3s;
}
.pc3ProductImg a:hover {transform: scale(1.1);}
.pc3ProductBtn{visibility: hidden;}
.pc3ProductBox:hover .pc3ProductBtn{visibility: visible;}
.pc3ProductBtn a.commonBtn{min-width: auto;}
/* Popup Form */
#contactPopUpForm .contactForm {
    max-width: 350px;
	padding-left: 0 !important;
}
#contactPopUpForm .contactForm textarea {
    min-height: 180px;
}
.visible-sm{display: none;}
/* landing Page */
.page-template-landing-page .page-title-container{display: none;}
.landingPageWraper p, body .landingPageWraper, .landingPageWraper li{
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 500;
}
.landingPageWraper h1, .landingPageWraper h2, .landingPageWraper h3, .landingPageWraper h4{font-family: 'Montserrat', sans-serif !important;}
.lpLogo a {
    display: inline-block;
    margin-top: 40px;
}
.lpHeaderContactWraper{text-align: right;}
.lpHeaderContact {
    line-height: 30px;
    font-size: 18px;
    color: #1a64a4;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    padding: 29px 0;
}
.lpHeaderContact b {
    display: block;
    font-size: 30px;
    font-weight: 500;
}
.lpBanner{
	background: url(../../uploads/2019/05/lpBanner.jpg) center no-repeat;
	background-size: cover;
	padding: 100px 0;
}
.lpBannerHeading {
    font-size: 48px;
    line-height: 48px;
    font-weight: 600;
    color: #f5f5f5;
    background: #1a64a4;
    display: inline-block;
    padding: 10px;
	margin-top: 100px;
}
.lpBannerSubHeading {
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    color: #f5f5f5;
    background: #75ac34;
    display: inline-block;
    padding: 14px;
}
.lpCheckList ul{
	margin: 35px 0 0 !important;
	padding: 0 !important;
	list-style-type: none;
}
.lpCheckList ul li{
	position: relative;
	padding: 0 0 20px 45px;
	color: #fff;
	font-size: 18px;
}
.lpCheckList ul li:before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 22px;
	height: 21px;
	background: url(../../uploads/2019/05/checkList.png) 0 0 no-repeat;
}
.lpCommonBtn, .lpQuickQuote input[type="submit"], .sidebarForm input[type="submit"]{
	display: inline-block;
	color: #fff;
	border-radius: 5px;
	padding: 13px 30px;
	background: rgb(26,138,216);
	background: -moz-linear-gradient(top, rgba(26,138,216,1) 0%, rgba(47,115,172,1) 100%);
	background: -webkit-linear-gradient(top, rgba(26,138,216,1) 0%,rgba(47,115,172,1) 100%);
	background: linear-gradient(to bottom, rgba(26,138,216,1) 0%,rgba(47,115,172,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a8ad8', endColorstr='#2f73ac',GradientType=0 );
}
.lpCommonBtn:hover, .lpQuickQuote input[type="submit"]:hover, .sidebarForm input[type="submit"]:hover{
	color: #fff;
	background: rgb(47,115,172);
	background: -moz-linear-gradient(top, rgba(47,115,172,1) 0%, rgba(26,138,216,1) 100%);
	background: -webkit-linear-gradient(top, rgba(47,115,172,1) 0%,rgba(26,138,216,1) 100%);
	background: linear-gradient(to bottom, rgba(47,115,172,1) 0%,rgba(26,138,216,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f73ac', endColorstr='#1a8ad8',GradientType=0 );
}
.lpQuickQuote {
    background: #f5f5f5;
    border-radius: 5px;
    padding: 40px 25px 45px;
}
.lpQuickQuote h3{
	font-size: 32px !important;
	line-height: 32px;
	color: #1a64a4 !important;
	margin-bottom: 40px !important;
	text-align: center;
}
.lpQuickQuote input[type="text"], .lpQuickQuote input[type="email"], .lpQuickQuote input[type="tel"], .lpQuickQuote textarea{
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 12px;
    width: 100%;
	box-shadow: 0 5px 3px -5px rgba(0,0,0,.1);
}
.lpQuickQuote input[type="text"]::placeholder, .lpQuickQuote input[type="email"]::placeholder, .lpQuickQuote input[type="tel"]::placeholder, .lpQuickQuote textarea::placeholder{
	color: #666666;
}
.lpQuickQuote textarea{min-height: 215px;}
.lpQuickQuote input[type="submit"]{
	border: none;
	min-width: 152px;
	padding: 18px 30px;
}
#lpPopUpForm .contactForm{
	max-width: 350px;
	padding: 0 !important;
}
.greenSection{background: #75ac34;}
.clrWhite{color: #fff !important;}
.fs32{font-size: 32px !important;}
.fs26{font-size: 26px !important;}
.fw600{font-weight: 600;}
ul.lpSlider {max-width: 541px;}
.lpProductBox {
    display: inline-block;
    max-width: 370px;
}
.lpProductTitle{
    font-size: 26px;
    display: inline-block;
    color: #282828;
    margin: 35px 0 15px;
}
.lpProductDesc {line-height: 24px;}
.gallerySection {background: #f9f9f9;}
.galleryBox {
    display: inline-block;
    box-shadow: 0 0 8px 1px rgba(0,0,0,.12);
    border-radius: 5px;
    overflow: hidden;
	margin-bottom: 17px;
}
.container {overflow: visible !important;}
.blueGradiantSection {
	background: rgb(26,100,164);
	background: -moz-linear-gradient(left, rgba(26,100,164,1) 55%, rgba(19,92,155,1) 55%);
	background: -webkit-linear-gradient(left, rgba(26,100,164,1) 55%,rgba(19,92,155,1) 55%);
	background: linear-gradient(to right, rgba(26,100,164,1) 55%,rgba(19,92,155,1) 55%);
}
.blueGradiantSection .cFileUpload{color: #fff;}
.cFileUpload{font-weight: 600;}
.lpCertWraper{text-align: right;}
ul.lpCertificates {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.lpCertificates li {
    background: #fff;
    display: inline-block;
    width: 126px;
    height: 126px;
    border-radius: 100%;
    text-align: center;
    line-height: 126px;
    margin-right: 10px;
    color: #000;
    font-size: 22px;
    position: relative;
	z-index: 1;
}
ul.lpCertificates li:before {
    position: absolute;
    content: '';
    top: -10px;
    left: -10px;
    width: 146px;
    height: 146px;
    border-radius: 100%;
    background: rgba(255,255,255,.5);
    z-index: -1;
    box-shadow: 5px 5px 15px rgba(0,0,0,.25);
}
.lpContactFormWraper{text-align: right;}
.lpContactForm {
    width: 100%;
    max-width: 370px;
    display: inline-block;
	text-align: left;
}
.lpContactForm input[type="text"], .lpContactForm input[type="email"], .lpContactForm input[type="tel"], .lpContactForm textarea{
    border: 1px solid #e1e1e1;
    width: 100%;
    margin-bottom: 12px;
    padding: 20px;
    border-radius: 5px;
    background: transparent;
}
.lpContactForm input[type="text"]::placeholder, .lpContactForm input[type="email"]::placeholder, .lpContactForm input[type="tel"]::placeholder, .lpContactForm textarea::placeholder{
	color: #a3c1db;
}
.lpContactForm textarea{min-height: 215px;}
.lpContactForm input[type=submit] {
    background: #f9f9f9;
    border: none;
    border-radius: 5px;
    color: #1a64a4;
    padding: 17px 20px;
    min-width: 150px;
    font-size: 20px;
    margin-top: 11px;
	transition: all .3s;
}
.lpContactForm input[type=submit]:hover{
	background: #333;
	color: #fff;
}
.accordionWraper {padding-right: 50px;}
.accordionWraper .accordion {
    position: relative;
    font-size: 20px;
    color: #fff;
    padding: 0 55px 10px 0;
    cursor: pointer;
    margin-bottom: 6px;
}
.accordionWraper .accordion:after{
	position: absolute;
    content: "+";
    top: 7px;
    right: 9px;
    width: 26px;
    height: 26px;
	font-size: 26px !important;
    line-height: 26px;
    text-align: center;
    background: #fff;
    font-size: 16px;
    color: #015ca7;
    transition: all .3s;
    border-radius: 100%;
	font-weight: 500;
}
.accordionWraper .accordion.active:after{content: "-";}
.accordionWraper .panel {
    display: none;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background: rgba(255,255,255,.1);
    padding: 10px;
    margin-bottom: 10px;
}
.page-id-1051 #footer, .page-template-landing-page #footer{
    border-color: #ffffff !important;
    background-color: #ffffff !important;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}
.page-id-1051 .copyright, .page-template-landing-page .copyright{color: #333333;}
.lpDetails h3{font-size: 26px !important;}
.lpDetails p{margin-bottom: 40px !important;}
.lpfProductBox {
	display: inline-block;
	max-width: 370px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    overflow: hidden;
	position: relative;
}
.lpDetails ul li{margin-bottom: 10px;}
.lpfProductBox:before {
    position: absolute;
    content: '';
    top: 0;
    left: 27px;
    width: 315px;
    height: 5px;
    background: #094;
}
.lpfProductTile{
    background: #f9f9f9;
    font-size: 20px;
    font-weight: 500;
    display: block;
    color: #0b0b0a;
    padding: 11px 10px;
    margin: 5px 0 0;
}
.lpfProductTile a{color: #0b0b0a;}
.lpfProductDesc {
    font-size: 16px;
    line-height: 24px;
    color: #0b0b0a;
    padding: 20px 16px;
    text-align: left;
}
.lpfProductLink {padding: 0 20px 35px 0;}
.lpfProductLink a{
	font-size: 18px;
	font-weight: 500;
	color: #009944;
	padding-right: 35px;
	position: relative;
}
.lpfProductLink a:before {
    position: absolute;
    content: "\e900";
    font-family: Astra;
    top: 10px;
    right: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border: 2px solid #094;
    color: #094;
    border-radius: 100%;
    font-size: 14px;
    transform: translate(0,-50%) rotate(270deg);
    font-weight: 700;
}
.vissible-sm{display: none;}
.lpArticleWraper h2{
	margin: 0 0 20px !important;
	font-size: 40px !important;
}
.lpArticleWraper h3{
	font-size: 34px !important;
	line-height: 40px !important;
}
.lpArticleWraper h2.faq{
	font-size: 34px !important;
	line-height: 40px !important;
	margin-bottom: 15px !important;
}
.lpArticleWraper h3, .lpArticleWraper h4{margin-bottom: 15px !important;}
.lpArticleWraper, .lpArticleWraper p, .lpArticleWraper li{
	color: #333;
	font-size: 16px;
}
.lpArticleWraper ul, .lpArticleWraper ol{
	padding-left: 20px;
}
.lpContactForm .divScroll{
	padding: 10px;
	background: #135B9B;
}
.pc3TotalProducts {
    padding: 7px 8px;
    background: #f5f5f5;
    display: inline-block;
}
.pageNo a {
    padding: 10px;
    border: 1px solid #1490d7;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
    min-width: 36px;
    text-align: center;
}
.pageNo a:hover, .pageNo .current {
    background: #1490d7;
    color: #fff;
}
.pageNo .current {
    padding: 8px 10px 9px;
    height: auto;
    margin: 0;
    position: relative;
    border: 1px solid #1490d7;
    display: inline-block;
    min-width: 36px;
    text-align: center;
    line-height: 1;
}
/* 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: #1490d7;
    border-color: #1490d7;
    font-size: 1rem;
    font-weight: 100 !important;
    margin: 0 !important;
    border-radius: 4px !important;
    transition: all .2s ease-in-out;
}
.blog .read-more a:hover, .archive .read-more a:hover{
	background-color: #0c7ebf;
    border-color: #0c7ebf;
}
.ast-separate-container .ast-archive-description, .ast-separate-container .ast-author-box {padding: 15px !important;}
/* Sidebar */
.sidebar-main .widget-title {
    background: #1490d7;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    padding: 16px 0;
	margin: 0;
}
.sidebar-main .widgetBox {
    background: #fff;
    padding: 20px;
}
/* Sidebar Form*/
.sidebarForm{
    border: 1px solid #dadada;
    background: #fff;
    border-radius: 5px;
    padding: 20px;
}
.sidebarForm h3 {
    font-size: 28px !important;
    line-height: 30px;
    color: #1a64a4 !important;
    margin-bottom: 15px !important;
}
.sidebarForm input[type=text], .sidebarForm input[type=email], .sidebarForm input[type=tel], .sidebarForm textarea {
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    padding: 13px;
    margin-bottom: 8px;
    width: 100%;
    box-shadow: 0 5px 3px -5px rgba(0,0,0,.1);
}
.sidebarForm textarea {
    min-height: 150px;
	margin-bottom: 15px;
}
.sidebarForm input[type=submit] {
    border: none;
    min-width: 152px;
    padding: 13px 30px;
}
/* landing page 2 */
.page-template-landing-page2 .lp2CheckList li{
	margin-bottom: 10px;
}
.lp2Section1 h1, .lp2Section2 h2, .lp2Section3 h2{
	font-size: 34px !important;
	color: #222 !important;
	line-height: 48px !important;
}
.lp2Section1 h1 span, .lp2Section2 h2 span{
	display: block;
	text-transform: capitalize;
}
.lp2Section1Img {
    border: 1px solid #dadada;
    padding: 9px;
	display: inline-block;
}
.lp2Section3 .videoWraper {
    border: 1px solid #dadada;
    padding: 9px;
}
.lp2Section3 .videoWraper p{
    margin: 0 !important;
}
.lp2Section3 .videoWraper iframe {
    height: 290px;
}
.featureBox .featImg {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 6px;
    background: #fff;
}
.featureBox .title{color: #333;}
a.orangeBtn{background: #f08519;}
.specialBox {
    border: 1px solid #dadada;
    padding: 10px;
    background: #fff;
	transition: all .3s;
	max-width: 270px;
	display: inline-block;
}
.specialBox .specialBoxImg a {display: block;}
.specialBox .specialBoxTitle a{
	font-size: 18px;
    color: #1f1f1f;
	line-height: 24px;
	margin: 10px 0;
	display: inline-block;
}
.specialBox .specialBoxText {
    font-size: 15px;
    line-height: 22px;
    padding-bottom: 15px;
}
.specialBoxBtn a.commonBtn{min-width: 100%;}
.ast-oembed-container {margin: 20px 0 !important;}
.lp2quickQuote {
	background: #fff;
    padding: 15px;
    border: 1px solid #dfdfdf;
}
.lp2quickQuote input[type="text"], .lp2quickQuote input[type="email"], .lp2quickQuote input[type="tel"], .lp2quickQuote textarea{
	padding: 15px;
    margin-bottom: 12px;
    font-size: 16px;
    color: #a4a4a4;
    width: 100%;
    border: 1px solid #dadada;
}
.lp2quickQuote textarea{
	min-height: 175px;
}
/* Sticky Contact */
.stickyContacts{
	position: fixed;
	content: '';
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	background: rgba(0,0,0,0.3) !important;
	z-index: 99;
	border-radius: 50px;
}
.stickyContacts ul{
	margin: 0 !important;
	padding: 20px 0 !important;
	list-style-type: none;
}
.stickyContacts ul li a{
	display: block;
	width: 50px;
    height: 50px;
    position: relative;
	z-index: 2;
}
.stickyContacts ul li a span {
    position: absolute;
    top: 0;
    right: -400px;
    width: 250px;
    height: 100%;
    background: #1490d7;
    border-radius: 25px;
    color: #fff;
    padding: 14px 55px 10px 15px;
	transition: all .3s;
	z-index: -1;
	visibility: hidden;
}
.stickyContacts ul li a:hover span{
	right: 0;
	visibility: visible;
}
.stickyContacts ul li a:before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../../uploads/2021/08/sidebarSprit.png) 0 0 no-repeat;
}
.stickyContacts ul li.email a:before{background-position:12px 17px;}
.stickyContacts ul li.phone a:before{background-position:13px -32px;}
.stickyContacts ul li.mobile a:before{background-position:12px -80px;}
.stickyContacts ul li.wechat a:before{background-position:11px -133px;}
.stickyContacts ul li.whatsapp a:before{background-position:10px -174px;}
/* Detail */
.productSliderWraper {
	max-width: 640px;
	margin: 0 auto;
}
ul.detailProductSlider {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none
}
ul.detailProductSlider .slick-slide {
    outline: none;
	border-radius: 10px;
    overflow: hidden;
    margin: 0;
}
ul.productSliderPager {
    margin: 35px 0 0 !important;
    padding: 0 !important;
    list-style-type: none;
}
ul.productSliderPager .slick-slide{
	padding: 0 10px;
	outline: none;
}
ul.productSliderPager .slick-slide a{
    outline: none;
	border-radius: 5px;
	display: block;
	overflow: hidden;
}
ul.productSliderPager .slick-arrow {
    position: absolute;
    top: 50%;
    width: 13px;
    height: 26px;
    padding: 0;
	margin-top: -12px;
    text-indent: -999999px;
    border: none;
    background: url(../../uploads/2021/08/pd2SliderArrows.png) 0 0 no-repeat transparent;
    z-index: 2;
}
ul.productSliderPager  .slick-prev{left: -34px;}
ul.productSliderPager  .slick-next {
    right: -34px;
    background-position: -13px 0;
}
.diamondList ul {
	padding: 0 !important;
	margin: 0 !important;
	list-style-type: none;
	position: relative;
}
.pd2Section1 .tableScroll {overflow-x: inherit;}
.pd2Section1 table {
	border: none;
}
.pd2Section1 table th, .pd2Section1 table td {
	border: none;
}
.pd2Section4Details ul li {margin-bottom: 5px;}
.videoImg, .videoSection2Img{text-align: center;}
.videoImg a, .videoSection2Img a{
    display: inline-block;
    position: relative;
}
.videoImg a:before, .videoSection2Img a:before{
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 76px;
    height: 76px;
    margin: -38px 0 0 -38px;
    background: url(../../uploads/2021/08/playIcon.png) 0 0 no-repeat;
    transition: all .3s;
}
.videoImg a:hover:before, .videoSection2Img a:hover:before{transform: scale(1.1);}
.pc2TabSection, .pd2ProductSection {border-top: 2px solid #1490d7;}
.pc2TabsWrapper {
    border: 1px solid #ededed;
    border-radius: 5px;
    overflow: hidden;
}
.pc2TabsWrapper {
	border: 1px solid #ededed;
	border-radius: 5px;
	overflow: hidden;
}
ul.pc2Tabs {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none;
	box-shadow: 0px 3px 5px 0px rgba(0,0,0, 0.1);
	background: #fbfbfb;
	position: relative;
}
ul.pc2Tabs li {
    display: inline-block;
    padding: 20px 25px;
    color: #6a6b6b;
    font-size: 16px;
    transition: all .3s;
	border: none;
	cursor: pointer;
}
ul.pc2Tabs li.current {
    background: #1490d7;
    color: #fff;
	border: none;
}
.pc2TabsWrapper .tab-content{
    display: none;
    background: #fff;
    padding: 25px 15px 15px;
}
.pc2TabsWrapper .tab-content.current{display: block;}
.pc2CatalogBox {
	max-width: 270px;
	margin: 0 auto;
}
.pc2CatalogImg {
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 8px 8px 0px 0px #d5d5d5;
}
.dp2relatedProductSlider{
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
}
.dp2relatedProductSlider .slick-slide{
	outline: none;
    margin: 0 15px;
	text-align: center;
}
.dp2relatedProductImg {
	padding: 6px;
	border: 2px solid #edeeee;
	border-radius: 1px;
}
.dp2relatedProductImg a{display: block;}
.dp2relatedProductImg img{display: inline-block;}
.dp2relatedProductSlider .slick-arrow{
	position: absolute;
	top: 50%;
	width: 19px;
	height: 34px;
	margin: -40px 0 0;
	padding: 0;
	background: url(../../uploads/2021/08/dp2Arrows.png) 0 0 no-repeat;
	text-indent: -99999999px;
	border: none;
	z-index: 2;
}
.dp2relatedProductSlider .slick-prev{
    background-position: 0px 0px;
    left: -20px;
}
.dp2relatedProductSlider .slick-next{
	background-position: -19px 0 !important;
	right: -20px;
}
.dp2relatedProductTitle a {
	font-size: 22px;
	font-weight: 500;
	color: #233645;
}
.quickQuote {
	padding: 35px 30px 30px;
	border: 1px solid #dadada;
	background: url(../../uploads/2021/08/qqBG.png) right top 20px no-repeat #f1f1f1;
	margin: 0 auto;
	width: 100%;
	max-width: 370px;
}
.quickQuoteTitle {
	font-size: 22px;
	line-height: 24px;
	color: #171717;
	font-weight: 500;
	margin-bottom: 20px;
}
.quickQuote input[type="text"], .quickQuote input[type="email"], .quickQuote input[type="tel"], .quickQuote textarea {
	width: 100%;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #e1eaec !important;
	padding: 15px;
	margin-bottom: 8px;
	font-size: 15px;
	color: #636363;
}
.quickQuote textarea {
	min-height: 155px;
	max-height: 155px;
}
.quickQuote input[type="submit"] {
	padding: 12px 15px;
	min-width: 120px;
}
.scBanner {
    position: relative;
}
.scBanner .scBannerContent {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 1170px;
    margin-top: 10%;
    padding: 15px 15px 30px;
}
.scBannerHeading {
    font-size: 2.8vw;
    line-height: 3vw;
    color: #fff;
}
.scBannerHeading {
    font-weight: 600;
	padding-bottom: 30px;
}
/* Simple Product Category */
.productMenu .widget-title{
    font-size: 30px;
    font-weight: 600;
    background: #1490d7;
    padding: 20px 10px;
    color: #fff;
	margin: 0 !important;
}
.productMenu{background: #f1f1f1;}
.productMenu ul.menu {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none !important;
}
.productMenu ul.menu > li > a{
	background: #dadada;
    padding: 15px 10px;
    border-bottom: 1px solid #f1f1f1;
	font-size: 16px;
    font-weight: 500;
    color: #333;
	display: block;
}
.productMenu ul.menu > li > a:hover{
	background: #1490d7;
	color: #fff;
}
.productMenu ul.sub-menu {
	padding: 0 10px !important;
	margin: 0 !important;
	list-style-type: none;
}
.productMenu ul.sub-menu > li{padding: 0 !important;}
.productMenu ul.sub-menu > li > a {
    font-size: 14px;
    padding: 8px 0;
    display: block;
    border-bottom: 1px dashed #1490d7;
	transition: all .3s;
}
.productMenu ul.sub-menu > li > a:hover{padding-left: 20px;}
.productMenu ul.sub-menu > li:last-child > a {border-bottom: none;}
.productMenuSection .quickQuote {margin-top: 35px;}
.LP3Section1 {border-bottom: 1px dashed #dadada;}
.LP3ProductBox {
	display: inline-block;
	transition: all .3s;
}
.LP3ProductImg {overflow: hidden;}
.LP3ProductImg a {
	display: block;
	transition: all 0.3s;
}
.LP3ProductImg a:hover {transform: scale(1.1);}
.LP3ProductTitle {min-height: 68px;}
.LP3ProductTitle a{
	display: inline-block;
	color: #000;
	padding: 15px 0 5px;
}
.LP3ProductTitle a:hover{color: #1490d7;}
.LP3ProductText p{margin-bottom: 8px !important;}
.LP3ProductBtn a.commonBtn {
    padding: 8px 15px;
    display: inline-block;
    min-width: auto;
}
.LP3ProductBtn{visibility:hidden;}
.LP3ProductBox:hover .LP3ProductBtn{visibility:visible;}
.LP3Section2 {
	background: top center no-repeat;
}
.LP3FeaturedBox {
	display: inline-block;
	max-width: 370px;
}
.LP3FeaturedImg {
	display: inline-block;
	overflow: hidden;
	border-radius: 100%;
}
.LP3FeaturedTitle {
	font-weight: 700;
	padding: 10px 0;
}
.LP3Section3 {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(217,217,217,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(217,217,217,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(217,217,217,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9d9d9',GradientType=0 ); /* IE6-9 */
}
.hotProductTitle{
	padding: 10px 0;
	text-align: center;
	background: #f1f1f1;
}
.hotProductTitle a{
	display: inline-block;
	font-size: 18px;
	color: #333;
	font-weight: 500;
}
.hotProductTitle a:hover{color: #1490d7;}
ul.dp2Slider {
    margin: 0 auto !important;
	max-width: 270px;
    padding: 0 !important;
    list-style-type: none;
	position: relative;
	z-index: 1;
}
ul.dp2Slider li.slick-slide {outline: none;}
ul.dp2Slider ul.slick-dots {
    margin: 17px 0 0px;
    padding: 0;
    list-style-type: none;
    text-align: center;
}
ul.dp2Slider ul.slick-dots li {
    outline: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-indent: -999999px;
    width: 10px;
    height: 10px;
    background: #d0d0d0;
    border-radius: 100%;
    margin: 0 2px;
}
ul.dp2Slider ul.slick-dots li.slick-active {
    background: #1490d7;
}
.categoryHeading {
    font-weight: 600;
    margin-bottom: 10px;
}
#lpPopUpForm .quickQuote {
    padding: 0;
    border: none;
    background: transparent;
}
/* Product Category 3 */
.pc3Banner {
	background-position: center center;
	background-size: cover;
}
.pc3BannerHeading {
	font-size: 50px;
	line-height: 58px;
	font-weight: 600;
	color: #fff;
	padding:70px 0 35px;
}
.pc3BannerLayer {
	padding: 40px 20px 70px;
	background: rgba(0,0,0, 0.7);
}
.pc3BannerDetails p {
	font-size: 17px;
	color: #fff;
	font-weight: 500;
}
.pc3BannerDetails ul {
	padding: 0 !important;
	margin: 0 !important;
	list-style-type: none;
	position: relative;
}
.pc3BannerDetails ul li {
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	padding-left: 30px;
	margin-bottom: 10px;
	position: relative;
}
.pc3BannerDetails ul li:before {
	position: absolute;
	content: '';
	top: 7px;
	left: 0;
	width: 10px;
	height: 10px;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 100%;
}
.pc3Form {
	padding: 60px 25px;
	background: rgba(22,82,155,.6);
}
.pc3FormTitle {
	font-size: 26px;
	line-height: 40px;
	color: #fff;
	padding-bottom: 60px;
}
.pc3Form input[type="text"], .pc3Form input[type="email"], .pc3Form input[type="tel"], .pc3Form textarea {
	width: 100%;
	border: none;
	border: none !important;
	border-bottom: 1px solid #fff !important;
	border-radius: 0;
	padding: 0 0 15px;
	margin-bottom: 20px;
	color: #fff;
	background-color:transparent !important;
}
.pc3Form input[type="text"]:focus, .pc3Form input[type="email"]:focus, .pc3Form input[type="tel"]:focus, .pc3Form textarea:focus{background-color:transparent !important;}
.pc3Form input[type="text"]::placeholder, .pc3Form input[type="email"]::placeholder, .pc3Form input[type="tel"]::placeholder, .pc3Form textarea::placeholder, .pc3Form input[type="file"], .cFileUpload{color: #fff !important;}
.pc3Form textarea {height: 135px;}
.c1ProductBox{
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 10px 20px 0 rgb(48 49 51 / 10%), 0 -10px 20px 0 rgb(48 49 51 / 5%);
	max-width: 370px;
	display: inline-block;
}
.c1ProductTitle {padding: 10px 0;}
.c1ProductTitle a{
    font-size: 24px;
    color: #222;
    line-height: 28px;
    font-weight: 500;
}
.c1ProductText {
    font-size: 16px;
    line-height: 24px;
}
.c1ProductBtn a{
	display: block;
	color: #fff;
	background: #1490d7;
    border: solid 1px #1490d7;
	border-radius: 5px;
    padding: 6px 15px;
	text-align: center;
}
.c1ProductBtn a:hover{
	background: #fff;
	color: #1490d7;
}
.pc3TabSection .tab-content{padding: 20px 0;}
.productFAQs .accordiaBox {
    border: 1px solid #f0f0f0;
    margin-bottom: 15px;
}
.productFAQs .accordion {
    color: #000;
    font-weight: 500;
    padding: 8px 30px 8px 10px;
    position: relative;
    background: #dadada;
	cursor: pointer;
}
.productFAQs .accordion:before {
    position: absolute;
    content: '+';
    top: 2px;
    right: 15px;
    font-size: 26px;
    font-weight: 400;
    color: #000;
}
.productFAQs .accordiaBox.active .accordion:before{
	content: '-';
}
.productFAQs .panel {
    padding: 15px;
    display: none;
}
.readmoreBtn {
	display: inline-block;
    padding-left: 25px;
    position: relative;
    font-weight: 600;
    color: #1490d7;
	cursor: pointer;
}
.readmoreBtn:before{
	position: absolute;
	content: "\e900";
	top: -1px;
	left: 0;
	font-family: Astra;
	font-size: 18px;
	font-weight: 600;
	color: #1490d7;
	transition: all .3s;
}
.readmoreBtn.read-more:before{
	transform: rotate(180deg);
}
ul.pc3ProductSlider, ul.pc3ProductSlider ul.slick-dots{
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none;
	text-align: center;
}
ul.pc3ProductSlider .slick-slide{margin: 10px 15px;}
ul.pc3ProductSlider .slick-arrow{
	position: absolute;
	content: '';
	top: 50%;
	width: 23px;
	height: 19px;
	background: url(../../uploads/2022/02/pc3Arrows.png) 0 0 no-repeat;
	padding: 0;
	text-indent: -999999999px;
	z-index: 1;
}
ul.pc3ProductSlider .slick-prev{left: -50px;}
ul.pc3ProductSlider .slick-next{
	right: -50px;
	background-position: -24px 0;
}
ul.pc3ProductSlider .slick-prev.slick-disabled{
	background-position: 0 -19px;
}
ul.pc3ProductSlider .slick-next.slick-disabled{
	background-position: -24px -19px;
}
ul.pc3ProductSlider .slick-arrow button, ul.pc3ProductSlider ul.slick-dots li button{visibility: hidden;}
ul.pc3ProductSlider ul.slick-dots{margin-top: 10px !important;}
ul.pc3ProductSlider ul.slick-dots li{
	display: inline-block;
	padding: 0;
	width: 18px;
	height: 18px;
    border: 2px solid #676767;
	border-radius: 100%;
	margin: 0 3px;
	position: relative;
}
ul.pc3ProductSlider ul.slick-dots li.slick-active{border-color: #1490d7;}
ul.pc3ProductSlider ul.slick-dots li.slick-active:before{
	position: absolute;
	content: "";
    width: 6px;
    height: 6px;
	margin: -3px 0 0 -3px;
    top: 50%;
    left: 50%;
    border-radius: 100%;
	background: #1490d7;
}
.pc3s7Box{
	display: inline-block;
	width: 100%;
	max-width: 270px;
}
.pc3s7Img {
    display: inline-block;
    overflow: hidden;
    border-radius: 100%;
    border: 2px solid #fff;
}
.pc3s7Title {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin: 10px 0;
}
.pc3s5ProductBox {
    border: 1px solid #dadada;
    padding: 7px;
}
.pc3s5ProductImg {
    width: 270px;
    float: left;
    border: 1px solid #dadada;
}
.pc3s5Content{
	width: calc(100% - 270px);
	float: left;
	padding-left: 30px;
}
.pc3s5ProductTitle a {
    color: #000;
    font-size: 24px;
    font-weight: 600;
}
.pc3s5Btns a.commonBtn {
    margin: 0 5px;
    min-width: auto;
    padding: 11px 15px;
	border: 1px solid #1490d7;
}
.pc3s5Btns a.whiteBtn{
	background: #fff;
	color: #1490d7;
}
.pc3s5Btns a.whiteBtn:hover{
	background: #1490d7;
	color: #fff;
}
.pc3s6Box {
    display: inline-block;
    max-width: 570px;
	text-align: left;
}
.pc3s6Img{
	position: relative;
	overflow: hidden;
}
.pc3s6Img a{display: block;	
}
.pc3s6Box:hover .pc3s6Img a{transform: scale(1.1);}
.pc3s6Caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: rgba(0,0,0,.2);
	font-size: 18px;
	color: #fff;
}
.pc3s6Title {margin: 15px 0 8px;}
.pc3s6Title a{
	font-size: 20px;
	font-weight: 700;
	color: #333;
}
.pc3s6Box:hover .pc3s6Title a{color: #1490d7;}
ul.pc3TestimonialSlider {
	margin: 0 !important;
	padding: 50px 0 0 !important;
	list-style-type: none;
	position: relative;
}
ul.pc3TestimonialSlider:before{
	position: absolute;
	content: '';
	top: 0;
	left: 50%;
	margin-left: -14px;
	width: 27px;
	height: 27px;
	background: url(../../uploads/2022/02/quoteIcon.png) 0 0 no-repeat;
}
ul.pc3TestimonialSlider li.slick-slide{outline: none;}
ul.pc3TestimonialSlider .pc3TestimonialBox{
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}
ul.pc3TestimonialSlider  .pc3TestimonialText {font-style: italic;}
ul.pc3TestimonialSlider .pc3TestimonialTitle {
    margin-top: 20px;
    font-weight: 600;
}
ul.pc3TestimonialSlider .slick-arrow{
	position: absolute;
	top: 50%;
	margin-top: -36px;
	width: 37px;
	height: 71px;
	background: url(../../uploads/2022/02/testimonialArrow.png) 0 0 no-repeat;
	z-index: 1;
	padding: 0;
	text-indent: -999999999px;
}
ul.pc3TestimonialSlider .slick-prev{left: 0;}
ul.pc3TestimonialSlider .slick-next{
	right: 0;
	transform: rotate(180deg);
}
ul.pc3TestimonialSlider .slick-dots{
	margin: 20px 0 0 !important;
	padding: 0 !important;
	list-style-type: none;
	text-align: center;
}
ul.pc3TestimonialSlider .slick-dots li {
	display: inline-block;
	margin: 0 2px;
	padding: 0;
}
ul.pc3TestimonialSlider .slick-dots li button{
	width: 42px;
	height: 42px;
	padding: 0;
	background: transparent;
	color: #000;
}
ul.pc3TestimonialSlider .slick-dots li.slick-active button{
	background: #1490d7;
	color: #fff;
}
.pc3FAQs .accordiaBox {border-top: 1px solid #ebebeb;}
.pc3FAQs .accordiaBox:last-child {border-bottom: 1px solid #ebebeb;}
.pc3FAQs .accordion {
    color: #000;
    font-weight: 600;
    padding: 40px 30px 40px 0;
    position: relative;
    font-size: 20px;
	cursor: pointer;
}
.pc3FAQs .accordion:before {
    position: absolute;
    content: "\e900";
    top: 42px;
    right: 0;
	font-family: Astra;
    font-size: 16px;
    font-weight: 700;
    color: #000;
	transform: rotate(270deg);
	transition: all .3s;
}
.pc3FAQs .accordiaBox.active .accordion:before{transform: rotate(0deg);}
.pc3FAQs .panel {
	color: #000;
    display: none;
}
.youtube-player {
	position: relative;
	padding-bottom: 70%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #000;
}
.youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
}
.youtube-player img {
	object-fit: cover;
	display: block;
	left: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: 0.4s all;
	-moz-transition: 0.4s all;
	transition: 0.4s all;
}
.youtube-player img:hover {
	-webkit-filter: brightness(75%);
}
.youtube-player .play {
	height: 61px;
	width: 61px;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -31px;
	position: absolute;
	background: url(../../uploads/2018/11/videoPlay.png) no-repeat;
	cursor: pointer;
}
.videoSection2Title {
    font-size: 20px;
    margin: 10px 0;
}
.videoCOntent, .videoHeading{padding: 0 !important;}
/* Home New */
.hpSep{
	width: 100%;
	max-width: 600px;
	height: 1px;
	margin: 0 auto;
	background: #bcbcbc;
	position: relative;
}
.hpSep:before, .hp2List ul li:before{
    position: absolute;
    content: '';
    top: -5px;
    left: 50%;
    width: 11px;
    height: 11px;
    background: #017bbd;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #017bbd;
    transform: rotate(45deg);
}
.hp2List ul{
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none;
}
.hp2List ul li{
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative;
}
.hp2List ul li:before{
	top: 6px;
	left: 0;
}
.hp2s2Content{position: relative;}
.hp2s2Video {
    position: absolute;
	top: 0;
	left: 100%;
    width: 870px;
    height: 100%;
}
.hp2s2Video a{
	display: inline-block;
	position: relative;
}
.hp2s2Video a:before{
	position: absolute;
	content: '';
	top: 50%;
	left: 15px;
	margin-top: -30px;
	width: 61px;
	height: 61px;
	background: url(../../uploads/2022/01/videoIcon1.png) 0 0  no-repeat;
	transition: all .3s;
}
.hp2s2Video a:hover:before{transform: scale(1.1);}
.hp2Section3, .hp2Section6 {
	border-top: 1px solid #bfbfbf;
	position: relative;
}
.hp2Section3:before, .hp2Section3:after, .hp2Section6:before{
	position: absolute;
	content: '';
	width: 571px;
	height: 320px;
	background: url(../../uploads/2022/01/pattern.png) 0 0 no-repeat;
	z-index: -1;
}
.hp2Section3:before, .hp2Section6:before{
	top: 0;
	left: 0;
}
.hp2Section3:after{
	bottom: 0;
	right: 0;
	transform: rotate(180deg);
}
.hp2s3Box {
    display: inline-block;
    max-width: 370px;
	background: #fff;
    border-bottom: 4px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	transition: all .3s;
	padding-bottom: 30px;
}
.hp2s3Box:hover{border-bottom: 4px solid #017bbd;}
.hp2s3Img{overflow: hidden;}
.hp2s3Img a{display: inline-block;}
.hp2s3Box:hover .hp2s3Img a{transform: scale(1.1);}
.hp2s3Title{margin:0 10px 10px;}
.hp2s3Title a{
	font-size: 22px;
	font-weight: 700;
	color: #000;
}
.hp2s3Box:hover .hp2s3Title a{color: #017bbd;}
.hp2s3Text {padding: 0 10px 15px;}
.hp2s4Video {text-align: center;}
.hp2s4Video a, .hp2s7Img a{
	display: inline-block;
	position: relative;
}
.hp2s4Video a:before, .hp2s7Img a:before{
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	margin: -46px 0 0 -46px;
	width: 93px;
	height: 93px;
	background: url(../../uploads/2022/01/videoIcon2.png) 0 0 no-repeat;
	transition: all .3s;
}
.hp2s4Video a:hover:before, .hp2s7Img a:hover:before{transform: scale(1.1);}
.hp2s6Box, .hp2s10Box{
	display: inline-block;
	max-width: 370px;
}
.hp2s6Title a, .hp2s7Title a, .hp2s10Title a{
	display: inline-block;
	font-size: 22px;
	font-weight: 700;
	color: #000;
	margin: 15px 0 10px;
}
.hp2s6Box:hover .hp2s6Title a, .hp2s7Box:hover .hp2s7Title a, .hp2s10Box:hover .hp2s10Title a{
	color: #017bbd;
}
.hp2s6Img{overflow: hidden;}
.hp2s6Img a{display: inline-block;}
.hp2s6Box:hover .hp2s6Img a, .hp2s10Box:hover .hp2s10Img a{transform: scale(1.1);}
.hp2s7Box{
	max-width: 570px;
	display: inline-block;
	text-align: left;
}
.hp2s7Img {
    border: 1px solid #c9c9c9;
    padding: 5px;
    border-radius: 3px;
}
.hp2s7Img a:before{
	width: 70px;
	height: 70px;
	margin: -35px 0 0 -35px;
	background-size: 100%;
}
.hp2s8Title, .hp2s8Text, .hp2s11Title, .hp2s11Text{color: #fff !important;}
.hp2s8SubTitle {color: #fccd48;}
.hp2Section9 h3 b{color: #017bbd;}
.hp2s10Img {box-shadow: 0 0 10px rgb(0 0 0 / 15%);}
.hp2Section8 , .hp2Section11 {background-size: cover;}
ul.hp2Brands{
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none;
}
ul.hp2Brands li {
    display: inline-block;
    padding: 0 14px;
}
/* Contact 3*/
.cu3contactBanner {text-align: center;}
.cu3contactBanner img {width: 100%;}
.cu3contactDetailWrapper {background: #017bbd;}
.cu3contactDetailContent {padding: 40px 25px 30px;}
.cu3contactDetailTitle {
	font-size: 50px;
	line-height: 30px;
	color: #fff;
	font-weight: 300;
	display: block;
	letter-spacing: 2px;
	padding-top: 15px;
}
.cu3contactDetailTitle span {
	font-size: 16px;
    display: block;
    padding-bottom: 15px;
}
.cu3contactDetailSep {border-bottom: 1px solid #fff;}
.cu3contactDetails {padding: 35px 25px;}
.cu3contactDetails ul {
	padding: 0 !important;
	margin: 0 !important;
	list-style-type: none;
	position: relative;
}
.cu3contactDetails ul li {
	position: relative;
	padding: 7px 0px 6px 40px;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
}
.cu3contactDetails ul li a {color: #fff;}
.cu3contactDetails ul li span {
	display: block;
	padding-top: 10px
}
.cu3contactDetails ul li:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 33px;
	height: 33px;
	background: url(../../uploads/2022/03/cu3ContactSprite.png);
}
.cu3contactDetails ul li.email:before {background-position: 0px 0px;}
.cu3contactDetails ul li.location1:before {background-position: 0px -33px;}
.cu3contactDetails ul li.location2:before {display: none;}
.cu3contactDetails ul li.whatsapp:before {
	background-position: 0 -66px;
    height: 32px;
}
.cu3contactDetails ul li.address:before {background-position: 0 -98px;}
.cu3contactQuote {
	position: relative;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	margin-top: 80px;
	padding: 40px 0 30px;
}
.cu3contactQuote:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 36px;
	height: 30px;
	background: url(../../uploads/2022/03/contactQuote.png);
}
.cu3contactQuote:after {
	position: absolute;
	content: '';
	bottom: 0;
	right: 0;
	width: 36px;
	height: 30px;
	background: url(../../uploads/2022/03/contactQuote.png);
	transform: scale(-1,-1);
}
.cu3contactPageForm {
	padding: 75px 40px 75px 40px;
}
.cu3aboutContactWrapper {box-shadow: 0px 0px 3px 3px rgba(0,0,0, 0.1);}
.cu3contactDetailSection {padding: 0;}
.cu3formProductsTitle {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	padding: 20px 0 20px 15px;
}
.checkBoxLabel {display: inline-block;}
.contactLabelRow{
	margin-left: 0 !important;
    margin-right: 0 !important;
}
.cu3contactPageForm input[type="text"], .cu3contactPageForm input[type="email"], .cu3contactPageForm textarea{
	width: 100%;
	border: none;
	border-bottom: 1px solid #d4d4d4;
	padding: 0 30px 15px 30px;
	margin-bottom: 25px;
    border-radius: 0;
}
.cu3contactPageForm textarea {
	min-height: 170px;
	border: 1px solid #dddddd;
	padding: 20px 45px !important;
}
.nameField, .emailField {margin-bottom: 70px;}
.numberField, .companyField, .textField {margin-bottom: 20px;} 
.nameField {
	background: url(../../uploads/2022/03/nameIcon.png) #fff no-repeat top left !important;
}
.emailField {
	background: url(../../uploads/2022/03/mailIcon.png) #fff no-repeat top left !important;
}
.numberField {
	background: url(../../uploads/2022/03/numberIcon.png) #fff no-repeat top left !important;
}
.textField {
	background: url(../../uploads/2022/03/messgIcon.png) #fff no-repeat top 20px left 10px !important;
}
.cUploadFile{
	font-weight: 600;
	margin-bottom: 5px;
}


/* Media */
@media (min-width: 1200px){
  .articleFeaturedBox.side-fixed {
    position: fixed;
    top: 20%;
    max-width: 470px;
    z-index: 9;
    box-shadow: 0 0 10px 1px #19588d;
  }
  .divScroll.side-fixed {
    position: fixed;
    top: 20%;
    max-width: 360px;
    z-index: 9;
    box-shadow: 0 0 10px 1px #19588d;
  }
  .sidebarForm.side-fixed {
    position: fixed;
    top: 20%;
    max-width: 340px;
    z-index: 9;
    box-shadow: 0 0 10px 1px #19588d;
  }
  .bannerHeading {
    font-size: 45px;
    line-height: 72px;
  }
}
@media(min-width: 992px) and (max-width: 1199px){
  ul.checkList li {
    font-size: 16px;
  }
  .contactForm, .contactPageSection1 .note{
    padding-left: 0;
  }
  .articleFeatures {
    padding: 10px;
  }
  .divScroll.side-fixed {
    position: fixed;
    top: 20%;
    max-width: 303.33px;
    z-index: 9;
    box-shadow: 0 0 10px 1px #19588d;
  }
  .articleFeaturedBox.side-fixed {
    position: fixed;
    top: 20%;
    max-width: 386.66px;
    z-index: 9;
    box-shadow: 0 0 10px 1px #19588d;
  }
  .sidebarForm.side-fixed {
    position: fixed;
    top: 20%;
    max-width: 313px;
    z-index: 9;
    box-shadow: 0 0 10px 1px #19588d;
  }
  .lpBanner {padding: 50px 0;}
  .lpBannerHeading {margin-top: 50px;}
  .lpQuickQuote h3 {
    font-size: 26px !important;
    margin-bottom: 20px !important;
  }
  .certificateText.fs32{font-size: 28px !important;}
  .lpSection1 p.paddBottom20 {padding: 0;}
  .lpBannerHeading {font-size: 42px;}
  .lpBannerSubHeading {font-size: 26px;}
  div#custom_html-2 {padding-right: 0;}
  .headerSearch input#s {margin: 10px 0 20px;}
  .hidden-md{display: none;}
  .quickQuote {padding: 15px;}
  .scBanner .scBannerContent {max-width: 970px;}
  .pc3Form {padding: 35px 15px;}
  .pc3FormTitle {padding-bottom: 30px;}
}
@media(min-width: 767px) and (max-width: 991px){
  .hidden-sm{display: none;}
  .visible-sm{display: block;}
  .scBanner .scBannerContent {max-width: 750px;}
  .pc3s5Content {padding-left: 10px;}
  .pc3s5Btns a.commonBtn {padding: 11px 10px;}
}
@media (max-width: 991px){
  .section1Img {
    margin-top: 40px;
  }
  .section1, .section2{
    padding: 60px 0 40px;
  }
  .paddLeft0 {
    padding-left: 15px !important;
  }
  .articleFeaturedBox {
    max-width: 500px;
    margin: 0 auto;
  }
  .contactForm, .contactPageSection1 .note{
    padding-left: 0;
  }
  .quickQuoteForm{
  	margin-top: 30px;
  }
  .lpBannerHeading{margin-top: 0;}
  .lpBanner {padding: 60px 0;}
  .lpQuickQuote {margin-top: 30px;}
  .certificateText, .lpCertWraper{text-align: center;}
  .lpSection1 p.paddBottom20{padding: 0;} 
  .cust-row{margin: 0 -15px !important;}
  .accordionWraper {padding-left: 0;}
  .blueGradiantSection{background: #135b9b;}
  .lpContactForm {max-width: 100%;}
  .lp2Section1Img, .videoWraper{margin-top: 20px;}
  .dualLinks a.commonBtn{min-width: auto;}
  .responsiveVideo:before {padding-top: 42%;}
  .headerSearch input#s {margin: 10px 0 20px;}
  .homeVideoPopup {margin-top: 30px;}
  .featuredPointText {min-height: auto;}
  .responsiveMargin{margin-top: 30px;}
  .quickQuote {padding: 15px;}
  .hp2s2Video {
    position: relative;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 30px;
  }
  .hp2s2Video a:before {
    left: 50%;
    margin: -30px 0 0 -30px;
  }
  ul.tabs li {padding: 15px;}
  ul.pc3TestimonialSlider .pc3TestimonialBox {padding: 0 50px;}
  .cu3contactPageForm {padding: 30px 15px;}
  .cu3contactDetailContent {padding: 2px 15px 15px;}
}
@media (max-width: 767px){
  .cust-row {
    margin: 0 -15px !important;
  }
  .featuredPointTitle {
    padding: 0 0 0 65px;
    margin-bottom: 10px;
    line-height: 24px;
  }
  .hidden-small{
  	display: none;
  }
  .hidden-xs{display: none;}
  .lpLogo {text-align: center;}
  .lpHeaderContactWraper {text-align: center;}
  .accordionWraper {margin-top: 30px;}
  .featureBox .title {margin-top: 15px !important;}
  .bannerInner {height: 220px;}
  .scBanner .scBannerContent {max-width: 480px;}
  .scBanner .scBannerContent {margin-top: 6%;}
  ul.pc3ProductSlider .slick-prev {left: -20px;}
  ul.pc3ProductSlider .slick-next {right: -20px;}
  .pc3s5Content {
    width: 100%;
    padding: 10px 0 0;
  }
  ul.tabs li {display: block;}
  .pc3FAQs .accordion {padding: 20px 25px 20px 0;}
  .pc3FAQs .accordion:before {top: 23px;}
}
@media (max-width: 479px){
  .contactPageSection1 .note{
  	margin-top: 40px;
  }
  .articleFeatures {
    padding: 10px;
  }
  .lpCommonBtn{padding: 13px 5px;}
  .lpQuickQuote h3 {
    font-size: 24px !important;
    line-height: 28px !important;
	margin-bottom: 20px !important;
  }
  .lpQuickQuote {padding: 20px 15px 25px;}
  .blog .post, .single .post, .archive .post {padding: 15px;}
  .dualLinks a.commonBtn {min-width: 100%;}
  .dualLinks a.orangeBtn{margin-top: 15px;}
  a.commonBtn{padding: 8px 15px;}
  .lpBannerHeading {
    font-size: 34px;
    line-height: 38px;
  }  
  .lpQuickQuote input[type=text], .lpQuickQuote input[type=email], .lpQuickQuote textarea {padding: 10px;}
  .lpQuickQuote textarea {min-height: 145px;}
  .scBanner .scBannerContent {max-width: 320px;}
  .scBannerBtn {display: none;}
  .scBannerHeading {padding-bottom: 0;}
  .pc3BannerHeading {
    font-size: 36px;
    line-height: 44px;
    padding: 40px 0 20px;
  }
  .pc3BannerLayer {padding: 15px;}
  .pc3Form {padding: 15px;}
  .pc3FormTitle {
    font-size: 24px;
    padding-bottom: 20px;
  }
  .doubleBtn a.hp2Btn {margin: 5px 0;}
  .pc3s6Caption {
    position: relative;
    text-align: left;
  }
  .pc3s5Btns a.commonBtn {
    margin: 5px 0;
    display: block;
  }
  .cu3contactPageForm {padding: 15px 0;}
  .cu3contactDetails {padding: 15px;}
  .cu3contactQuote {margin-top: 30px;}
}