/**
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;}
/* Heading */
h1, h2, h3, h4, h5, h6, b, strong, .fw600{font-weight: 700 !important;}
.fw400{font-weight: 400 !important;}

/* Fonts */
.upper{text-transform: uppercase !important;}

.fs21{
	font-size: 21px !important;
	line-height: 26px !important;
}
.fs22{
	font-size: 22px !important;
	line-height: 30px !important;
}
.fs30{
	font-size: 30px !important;
	line-height: 36px !important;
}
/* Button */
a.commonBtn, .contactForm input[type="submit"], .cQuickQuote input[type=submit]{
	display: inline-block;
	background: #f89900;
	color: #fff;
	text-align: center;
	padding: 16px 15px;
	border-radius: 4px;
}
a.commonBtn:hover, .contactForm input[type="submit"]:hover, .cQuickQuote input[type=submit]:hover{background: #333;}
a.whiteBtn {
	background-color: transparent;
	border: 2px solid #f89900;
	border-radius: 5px;
	color: #242424;
	padding: 8px 20px;
}
a.whiteBtn:hover {
	background-color: #f89900;
	color: #fff;
}
a.sliderBtn{color: #fff !important;}
.headerBtn a.commonBtn {
    line-height: 1.4;
    background: #f89900 !important;
    font-weight: 400;
}
.headerBtn a.commonBtn:hover{
	background: #333 !important;
	color: #fff !important;
}
a.smBtn{padding: 7px;}
a.minwidth180{min-width: 180px;}
a.minwidth160{min-width: 160px;}
a.minwidth280 {min-width: 280px;}
a.minwidth240 {min-width: 240px;}
a.minwidh390{min-width: 390px;}
/* Colors */
.clrOrange{color: #f89900 !important;}
.clrBlue{color: #114e84 !important;}
.clrBlack{color: #141414 !important;}
.clrWhite{color: #ffffff !important;}

.orangeSection{background: #f89900;}
.blueSection, a.blueBtn{background: #114e84;}
.greySection{background: #f3f3f3;}
/* Header */

/* Footer */
.footer-adv-overlay{background: url(/wp-content/uploads/2019/05/footerPattern.jpg) 0 0 repeat;}
.footer-adv .widget-title {
    text-align: center;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
}
.footerText {
    line-height: 26px;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}
.footerSocial{
	text-align: center;
	padding: 20px 0 40px !important;
}
.footerSocial li{
	display: inline-block;
}
.footerSocial li a {
	display: inline-block;
    border-radius: 100%;
    width: 44px;
    height: 44px;
    background: url(/wp-content/uploads/2020/12/footerSprite.jpg) 0 0 no-repeat;
	text-indent: -9999999999px;
}
.footerSocial li.fb a{background-position: 0 0;}
.footerSocial li.twitter a{background-position: -44px 0;}
.footerSocial li.yt a{background-position: -88px 0;}
.footerSocial li a:hover{opacity: 0.7}
.footerContactBox {
    border: 2px solid #e1eaec;
    text-align: left;
    padding: 35px 35px 15px 110px;
    color: #c9c9c9;
    min-height: 128px;
	position: relative;
}
.footerContactBox.address{padding: 20px 35px 15px 110px;}
.footerContactBox:before{
	position: absolute;
	content: '';
	top: 35px;
	left: 40px;
	width: 52px;
	height: 52px;
	background: url(/wp-content/uploads/2019/05/footerSprite.png) 0 0 no-repeat;
}
.footerContactBox.phone:before{background-position: -69px 0;}
.footerContactBox.address:before{background-position: -140px 0;}
.footerContactBox a{color: #c9c9c9;}
.footerContactBox b {
    display: block;
    font-size: 24px;
    margin-bottom: 15px;
	color: #fff;
}

.copyright {text-align: center;}
/* Home */
.mainPopupBox {
    display: inline-block;
    padding: 70px 110px 40px;
    box-shadow: 0 0 13px 0 rgba(0,0,0,.12);
    border-radius: 5px;
	overflow: hidden;
}
.mainPopupBox ul, .circleList ul{
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none;
	position: relative;
	font-weight: 600;
}
.mainPopupBox ul li{
	margin-bottom: 25px;
	color: #434343;
}
.mainPopupBox .circleList ul:before, .circleList ul:before{
	position: absolute;
	content: '';
	top: 8px;
	left: 8px;
	width: 1px;
	height: 100%;
	background: #d8d8d8;
}
.circleList ul:before{height: calc(100% - 20px);}
.circleList li{
	position: relative;
	padding-left: 40px;
	margin-bottom: 25px;
}
.circleList li:before{
	position: absolute;
	content: '';
	top: 5px;
	left: 0;
	width: 16px;
	height: 16px;
	border: 2px solid #ffbd21;
	background: #fff;
	border-radius: 100%;
}
.mCircleList{text-align: right;}
.contactBar{position: relative;}
.contactBarBtn {
	position: absolute;
    bottom: -26px;
    left: 50%;
    margin-left: -135px;
}
.productBox {
	display: inline-block;
	max-width: 270px;
}
.productImg {
    box-shadow: 0 0 10px 1px rgba(0,0,0,.12);
    border-radius: 5px;
    overflow: hidden;
}
.productImg a{display: block;}
.productTitle a{
	color: #141414;
	display: inline-block;
	line-height: 24px;
	margin: 20px 0 0;
	
}
.productTitle a:hover{color: #f89900;}
.seperator {
	border-bottom: 1px solid #d4d4d4;
	width: 100%;
	max-width: 630px
	margin: 0 auto;
	position: relative;
}
.seperator::before {
	position: absolute;
	content: '';
	top: -12px;
    left: 50%;
	margin-left: -31px;
	width: 61px;
	height: 25px;
	background: url(/wp-content/uploads/2019/05/sepCircle.png) 0 0 no-repeat;
}
.videoBox, .popupvideo a{
	display: inline-block;
	position: relative;
}
.popupvideo a:before {
	position: absolute;
	content: '';
	top: 50%;
    left: 50%;
    width: 79px;
    height: 79px;
    margin: -35px 0 0 -35px;
	background: url(/wp-content/uploads/2019/05/videoIcon.png) 0 0 no-repeat;
	transition: all 0.3s;
}
.popupvideo a:hover:before {transform: scale(1.1);}
.videoBtn {
    position: absolute;
    left: 50%;
    bottom: -27px;
    margin-left: -195px;
}
.factoryBox{
	display: inline-block;
	box-shadow: 0 0 10px 1px rgba(0,0,0,.12);
	border-radius: 5px;
	overflow: hidden;
}
.whyusBox {
	display: inline-block;
	min-height: 250px;
}
.whyusImg {
	float: left;
	width: 270px;
	box-shadow: 0 0 10px 1px rgba(0,0,0,.12);
	border-radius: 5px;
	overflow: hidden;
}
.whyusContent {
	width: calc(100% - 270px);
	float: left;
	padding-left: 20px;
}
.whyusTitle {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 24px;
}
.whyusText {
    color: #656565;
    font-size: 16px;
}
.projectBox {
	display: inline-block;
	max-width: 370px;
}
.projectImg{
	box-shadow: 0 0 10px 1px rgba(0,0,0,.12);
	border-radius: 5px;
	overflow: hidden;
}
.projectTitle a {
    color: #141414;
    display: inline-block;
    margin-top: 25px;
}
.projectTitle a:hover{color: #f89900;}
.contactForm {
	border: 1px solid #dadada;
	padding: 25px;
	border-radius: 4px;
	position: relative;
	background: #fff;
}
.contactForm input[type="text"], .contactForm input[type="email"], .contactForm input[type="number"], .contactForm textarea {
    width: 100%;
    background: #f7f7f7;
	border: 1px solid #dadada;
    padding: 12px 20px;
    margin-bottom: 10px;
}
.contactForm input[type="text"]::placeholder, .contactForm input[type="email"]::placeholder, .contactForm textarea::placeholder{
	color: #b6b6b6;
}
.contactForm textarea {
	min-height: 130px;
	margin-bottom: 15px;
}
.contactForm input[type="submit"]{
    min-width: 155px;
	border: none;
	padding: 12px 20px;
}
.accordionWraper {
    counter-reset: step-counter;
}
.accordionWraper .accordiaBox .accordion {
    position: relative;
    counter-increment: step-counter;
    border: 1px solid #d6d6d6;
    font-size: 17px;
    font-weight: 700;
    color: #333;
    padding: 10px 55px;
    cursor: pointer;
    margin-bottom: 6px;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.accordionWraper .accordiaBox.active  .accordion {
    margin-bottom: 0px;
    border-bottom-color: #a5a5a5;
    background: #fff;  
    color: #173284;
    border-radius: 4px 4px 0px 0px;
}
.accordionWraper .accordion:before{
    position: absolute;
    content: counter(step-counter);
    top: 0;
    left: 0;
    width: 48px;
    height: 100%;
    color: #080808;
    font-weight: 700;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    background: transparent;
}
.accordionWraper .accordiaBox.active .accordion:before{
    color: #173284;
}
.accordionWraper .accordion:after{
	position: absolute;
    content: "+";
    top: 7px;
    right: 7px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #a5a5a5;
    font-size: 22px;
    color: #fff;
    transition: all .3s;
    border-radius: 4px;
}
.accordionWraper .accordiaBox.active .accordion:after{
	content: "-";
	background: #173284;
}
.accordionWraper .panel {
    padding: 13px 13px 5px;
    display: none;
    border: 1px solid #d2d2d2;
    background: #fff;
    border-top: none;
    margin-bottom: 6px;
    font-size: 16px;
    color: #010101;
    border-radius: 0px 0px 4px 4px;
}
.accordionWraper .panel li{
	margin-bottom: 10px;
}
.homeProductSlider{
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
}
.homeProductSlider .slick-slide{
	outline: none;
    margin: 0 !important;
	text-align: center;
	max-width: 380px;
}
.homeProductSlider .slick-arrow{
	position: absolute;
	top: 50%;
	width: 71px;
	height: 71px;
	margin-top: -35px;
	padding: 0;
	background: url(/wp-content/uploads/2019/05/testimonialsArrow.png) 0 0 no-repeat;
	text-indent: -99999999px;
	border: none;
	z-index: 2;
}
.homeProductSlider .slick-prev {
    background-position: 0px 0px;
    left: -100px;
}
.homeProductSlider .slick-next{
	background-position: -71px 0px;
	right: -100px;
}
.sProductBox {
    position: relative;
    max-height: 329px;
}
.sProductImg a {display: block;}
.sProductExtras {
    position: absolute;
    z-index: 1;
    top: 100%;
    width: 100%;
    text-align: center;
    height: 100%;
    background: rgba(4,111,216,.90);
    transition: all .3s;
}
.sProductTitle {
    font-size: 30px;
    color: #fff;
    padding: 120px 0 40px;
}
.sProductBox:hover .sProductExtras{top: 0;}


.homeTestimonialSlider {
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
}
.homeTestimonialSlider .slick-slide{
	outline: none;
    margin: 0 !important;
}
.homeTestimonialSlider .slick-arrow{
	position: absolute;
	top: 50%;
	width: 71px;
	height: 71px;
	margin-top: -35px;
	padding: 0;
	background: url(/wp-content/uploads/2019/05/testimonialsArrow.png) 0 0 no-repeat;
	text-indent: -99999999px;
	border: none;
	z-index: 2;
}
.homeTestimonialSlider .slick-prev {
    background-position: 0px 0px;
    left: -100px;
}
.homeTestimonialSlider .slick-next{
	background-position: -71px 0px;
	right: -100px;
}
.testimonialWraper {
    background: #f3f3f3;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    overflow: hidden;
    margin: 8px;
    padding: 60px 45px 45px;
}
.testimonialImg {
    max-width: 220px;
    float: left;
}
.testimonialContent {
    width: calc(100% - 200px);
    float: left;
    padding-left: 45px;
}
.testimonialTitle {
    font-size: 30px;
    font-weight: 700;
    margin: 40px 0 35px;
}

/*PRODUCT CATEGORY PAGE*/
.categoryBanner {
    background-size: cover;
    padding: 100px 0;
}
.cBannerHeading {
    font-size: 48px;
    line-height: 48px;
    font-weight: 600;
    color: #f5f5f5;
    background: #1a64a4;
    display: inline-block;
    padding: 10px;
    margin-top: 100px;
}
.cBannerSubHeading {
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    color: #f5f5f5;
    background: #75ac34;
    display: inline-block;
    padding: 14px;
}
.cQuickQuote {
    background: #f5f5f5;
    border-radius: 5px;
    padding: 40px 25px 45px;
}
.cQuickQuoteTitle {
    font-size: 32px !important;
    line-height: 32px;
    color: #1a64a4 !important;
    margin-bottom: 40px !important;
    text-align: center;
}
.cQuickQuote input[type=text], .cQuickQuote input[type=email], .cQuickQuote 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);
}
.cQuickQuote textarea {min-height: 215px;}
.cQuickQuote input[type=submit] {
    border: none;
    min-width: 152px;
    padding: 18px 30px;
}
#contactPopUpForm .cQuickQuote{
	max-width: 370px;
    padding: 15px;
}
.listBtn {margin-left: 40px;}
.catalogueBox {
	border: 1px solid #d5d5d5;
	background: #f9f9f9;
	margin-bottom: 20px;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.10);
}
.catalogueImg {
    width: 100%;
    max-width: 412px;
    float: left;
}
.catalogueImg a{display: block;}
.catalogueContent {
	width: calc(100% - 412px);
	float: left;
	padding: 22px 20px;
}
.catalogueTitle a{
	color: #141414;
	font-size: 21px;
}
.catalogueTitle a:hover{color: #f89900;}
.catalogueText {
	font-size: 17px;
	color: #585858;
	padding: 15px 0px 15px;
}
.catalogueList ul {font-size: 16px;}
.arrowList ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
}
.arrowList ul li {
	color: #232323;
	padding-left: 24px;
	margin-bottom: 2px;
	position: relative;
}
.arrowList ul li:before {
    position: absolute;
    content: '';
    top: 8px;
    left: 0;
    width: 15px;
    height: 6px;
	background: url(/wp-content/uploads/2019/05/arrowIcon.png) 0 0 no-repeat;
}
.catalogueBtn {margin-left: 23px !important;}
.section4 {
	background: url(/wp-content/uploads/2019/05/autobrickmachineBG.jpg);
	background-size: cover;
}
.section4 b {
	display: block;
	font-size: 80px;
	line-height: 80px;
}
.section4Content {
	padding-left: 30px;
}
.articleWrapper {
	border: 1px solid #dadada;
	border-radius: 3px;
	padding: 15px;
	margin-top: 30px;
}
.articleForm {
	padding-top: 72px !important;
}
.articleImg {display: inline-block;}
.articleHeading {font-size: 22px;}
.articleHeadingBG {
	background-color: #114e84;
	padding: 15px;
	max-width: 290px;
	margin-bottom: 15px;
}
.formHeading {
	position: absolute;
	top: -21px;
	left: 18px;
	padding: 18px 20px;
	width: calc(100% - 36px);
	background-color: #114e84;
}
.tabSection {
	background: url(/wp-content/uploads/2019/10/tabsBG.jpg) center no-repeat;
	background-size: cover;
}
.tabsWrapper {
	padding-top: 54px;
	border: 1px solid #c1c1c1;
	position: relative;
	background: #fff;
}
ul.tabs {
	position: absolute;
    margin: 0 0 5px;
	padding: 0;
	top: -21px;
	left: 20px;
    width: calc(100% - 40px);
    list-style-type: none;
	background: #114e84;
}
ul.tabs li {
    display: inline-block;
    padding: 15px 35px;
    color: #ffffff;
    font-size: 18px;
    transition: all .3s;
}
ul.tabs li.current {
    color: #fff;
	position: relative;
}
ul.tabs li.current:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 10px;
    margin: 0 auto;
    width: calc(100% - 20px);
    border-bottom: 3px solid #fff;
    margin-bottom: 4px;
}
.tab-content{
    display: none;
    background: #fff;
    border-radius: 4px;
    padding: 15px;
}
.tab-content.current{display: block;}
.responsiveVideo{
	position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
	margin: 0 !important;
}
.responsiveVideo p{margin: 0 !important;}
.responsiveVideo:before{
	padding-top: 0;
    display: block;
    content: "";
}
.responsiveVideo iframe{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.productSlider {
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none;
}
.productSlider .slick-slide{
	outline: none;
	box-shadow: 0 0 13px rgba(0,0,0, .12);
	border-radius: 5px;
	overflow: hidden;
	margin: 10px;
}
.productSlider .slick-arrow {
    position: absolute;
    bottom: 20px;
    left: 45px;
    width: 24px;
    height: 24px;
    text-indent: -99999999px;
    background: url(/wp-content/uploads/2019/05/sliderArrows.jpg) 0 0 no-repeat;
    border: none;
}
.productSlider .slick-prev {
    background-position: -24px 0;
    left: 72px;
    z-index: 1;
}
.eBook {
    display: inline-block;
    max-width: 372px;
}
.eBook a{display: block;}
/* Product Details */
.carouselImg {
	border-radius: 5px;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.10);
}
.dProductblueSection {padding: 45px 20px 30px;}
.dProductblueSection, .dProductblueSection p, .dProductblueSection li{color: #fff;}
.blueCircle ul li:before {
	background-color: #114e84;
    border: 2px solid #fff;
}
.tableScroll{overflow-x: scroll;}
table{width: 100%;}
table tr th, table tr td{
	padding: 10px;
	border: 1px solid #dadada;
    font-size: 14px;
}

.tableScroll p {
    margin: 0;
    font-size: 14px;
}

table tr th{background: #eeeeee;}
table tr:nth-child(odd) td{background: #eeeeee;}
/* About Us */
.aboutBanner {
	background: url(/wp-content/uploads/2019/05/aboutBanner.jpg);
	background-size: cover;
}
.aboutBannerlgText {
	font-size: 70px;
	line-height: 70px;
}
.bannerText{font-size: 34px;}
.displayTable {
	display: table;
	width: 100%;
}
.bannerBox {
    display: table-cell;
    vertical-align: middle;
    height: 400px;
}
.factoryImgBox {
    max-width: 370px;
    display: inline-block;
}
.aboutHeading {margin-left: 40px !important;}
.timelineWrapper {
	padding: 60px 20px 60px 30px;
	border-left: 76px solid #62676a;
	border-right: 76px solid #62676a;
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	background: #fff;
}
.timelineIcon {position: relative;}

.iconCircle:after {
	position: absolute;
	content: '';
	top: -26px;
    left: 92px;
	width: 10px;
	height: 10px;
	background-color: #fff;
	border: 2px solid #63686b;
	border-radius: 100%
}
.timelineIcon:before {
	position: absolute;
	content: '';
	top: -16px;
    left: 50%;
    margin-left: -6px;
	width: 2px;
	height: 16px;
	background: #63686b;
}
.timelineBox {margin-bottom: 16px;}
.timelineYear {
	padding: 35px 0 0 0;
	font-size: 30px;
	font-weight: 700;
	width: 90px;
	float: left;
}
.timelineIcon {
	width: 205px;
	float: left;
}
.timelineText {
	padding: 0px 0px 0px 20px;
	width: calc(100% - 295px);
	float: left;
}
.timelineTextContainer {
	display: table-cell;
    vertical-align: middle;
    height: 118px;
}
.wideContactForm {
	margin: 0 auto;
	width: 100%;
	max-width: 950px;
}
.wideContactForm textarea {min-height: 197px;}
.wideContactForm input[type=submit] {margin-right: 13px;}

/* Contact Us */
.contactBanner {
	background: url(/wp-content/uploads/2019/05/contactBanner.jpg);
	background-size: cover;
}
.bannerHeading {font-size: 50px;}
.bannerSubtitle {font-size: 26px;}
.contactBannerlgText {
	line-height: 60px;
	font-size: 50px;
}
.bannerText{font-size: 34px;}
.displayTable {
	display: table;
	width: 100%;
}
.bannerBox {
    display: table-cell;
    vertical-align: middle;
    height: 400px;
}
.displayBlock {display: block;}
.contactWrapper {
	border-radius: 4px;
	border: 1px solid #d5d5d5;
}
.contactImg {
	width: 375px;
	float: left;
}
.contactPageDetails {
	padding: 30px 50px 0px 50px;
	width: calc(100% - 375px);
	float: left;
}
.contactTitle {font-size: 30px;}
.contactDetailsBox {
	padding-top: 115px;
	position:relative;
}
.contactDetailsBox:before {
	position: absolute;
	content: '';
	top: 0;
	left: 50%;
	margin-left: -51px;
	width: 99px;
	height: 99px;
	background: url(/wp-content/uploads/2019/05/contactSprite.png) 0 0 no-repeat;
}
.contactDetailsBox2:before {background-position: 0px -99px;}
.contactDetailsBox3:before {background-position: 0px -199px;}
.contactText a{
	display: inline-block;
	color: #282828;
}
.contactText a:hover{color: #f89900;}
.contactPageForm input[type=text], .contactPageForm input[type=email], .contactPageForm input[type=number], .contactPageForm textarea {
    background: #ffffff;
	border: none;
	border-bottom: 1px solid #bababa;
    padding: 16px 0px;
    margin-bottom: 10px;
}
.contactPageForm {
	padding: 15px 40px 40px 40px;
	max-width: 560px;
	margin: 0 auto;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.20);
	border: none;
}
.contactPageForm input[type=text]::placeholder, .contactPageForm input[type=email]::placeholder, .contactPageForm input[type=number]::placeholder, .contactPageForm textarea::placeholder {
	color: #333333;
}
.chapterGuide{
	border: 3px solid #f89900;
	margin: 20px 0;
	padding: 20px;
}
.chapterGuide ul{
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none;
}
.chapterGuide ul li{
	position: relative;
	padding-left: 30px;
	margin-bottom: 7px;
}
.chapterGuide ul li:before{
	position: absolute;
    content: "";
    top: 8px;
    left: 0;
	width: 16px;
	height: 12px;
    background: url(/wp-content/uploads/2020/12/checkIcon.png) 0 0 no-repeat;
}
.chapterGuide ul li a{
	color: #333;
}
.chapterGuide ul li a:hover{
	color: #f89900;
}
/* 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: #114e84;
    border-color: #114e84;
    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: #0d70c7;
    border-color: #0d70c7;
}
.ast-separate-container .ast-archive-description, .ast-separate-container .ast-author-box {padding: 15px !important;}
/* Sidebar */
.sidebar-main .widget-title {
    background: #114e84;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    padding: 16px 0;
	margin: 0;
}
.sidebar-main .widgetBox {
    background: #fff;
    padding: 20px;
}
/* Sticky Form */
#stickyForm {
	width: 240px;
	background: #fff;
	position: fixed;
	bottom: 40px;
	left: 20px;
	z-index: 9;
	display:none;
	border: 1px solid #dadada;
}
.stickyForm, .existPopupForm{padding: 5px 15px 15px;}
.closeForm, .closeExistPopup{
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	border-radius: 25px;
	position: absolute;
	right: -10px;
    top: -10px;
    background: #333;
}
.stickyFormHeading h3, .existPopupHeading h3{
	margin: 0;
	padding: 15px 10px;
	 background: #114e84;
	color: #fff;
	text-align: center;
	font-size: 16px;
	word-spacing: 5px;
}
.stickyFormHeading p {
	padding: 10px 0px 5px;
	margin: 0;
	text-align: center;
	font-size: 13px;
	color: #61676d;
	box-shadow: inset 0 5px 7px -5px #333;
}
.stickyForm input[type="text"], .stickyForm input[type="email"], .stickyForm textarea{
	border: 1px solid #dedede;
	background:none;
	font-size: 14px;
	width: 100%;
	display: block;
	margin-bottom: 10px;
	padding: 5px;
}
.stickyForm input[type="text"], .stickyForm input[type="email"]{height: 28px;}
.stickyForm textarea {
	height: 75px;
	padding-top: 12px;
}
.stickyForm input[type="submit"] {
	height: 42px;
	width: 100%;
	background: #114e84;
	color: #fff;
	border: none;
	border-bottom: 3px solid #0d70c7;
	font-size: 20px;
}
.stickyForm input[type="submit"]:hover {background: #0d70c7;}
/* Exist Popup */
.popupOverlay{
	position: relative;
	display: none;
}
.popupOverlay.activeExitPopup{display: block;}
.popupOverlay{
	position: fixed;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	z-index: 999;
}
#existPopup {
	width: 340px;
	background: #fff;
	position: fixed;
	top: -1000px;
	left: calc(50% - 170px);
	z-index: 1000;
	border: 1px solid #dadada;
	transition: all .2s;
}
#existPopup.active{top: 200px;}
.existPopupForm input[type="text"], .existPopupForm input[type="email"], .existPopupForm textarea{
	padding: 12px;
	height: auto;
	position: relative;
}
.existPopupForm textarea{height: 125px;}
/* Youtube Light */
.youtube-player {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #000;
	margin: 5px;
}
.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: 72px;
	width: 72px;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
	position: absolute;
	background: url('//i.imgur.com/TxzC70f.png') no-repeat;
	cursor: pointer;
}
/* Media */
@media(min-width: 1200px){
  .hidden-lg{display: none;}
  .divScroll.side-fixed {
    position: fixed;
    top: 20%;
    max-width: 370px;
    z-index: 999;
    box-shadow: 0 0 10px 1px #19588d;
  }
  .sidebarScroll.side-fixed {
    position: fixed;
    top: 20%;
    max-width: 340px;
    z-index: 999;
    box-shadow: 0 0 10px 1px #19588d;
  }
}
@media(min-width: 992px) and (max-width: 1199px){
	.hidden-md{display: none;}
  #nav > ul > li{padding-right: 20px;}
  .footerContactBox b {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .ceoName {padding: 20px 0 20px;}
  .bannerBox {height: 320px;}
  .bannerBox {height: 300px;}
  .aboutVideo {margin-top: 30px !important;}
  .contactForm {padding: 15px;}
  .divScroll.side-fixed {
    position: fixed;
    top: 20%;
    max-width: 303.33px;
    z-index: 999;
    box-shadow: 0 0 10px 1px #19588d;
  }
  #sidebar{padding-left: 10px;}
  .sidebarScroll.side-fixed {
    position: fixed;
    top: 20%;
    max-width: 313px;
    z-index: 999;
    box-shadow: 0 0 10px 1px #19588d;
  }
  .cBannerHeading {
	margin-top: 40px;
    font-size: 40px;
    line-height: 44px;
  }
  .cBannerSubHeading {font-size: 26px;}
  .cQuickQuoteTitle {
    font-size: 28px !important;
    margin-bottom: 20px !important;
  }
  .cQuickQuote textarea {min-height: 150px;}
  .ast-right-sidebar #secondary{padding-left: 10px !important;}
}
@media(min-width: 768px) and (max-width: 991px){
  .hidden-sm{display: none;}
  .mainPopupBox {padding: 40px 20px 20px;}
  .bannerBox {height: 260px;}
  .articleForm {margin-top: 40px;}
}
@media(max-width: 991px){
  .logo {text-align: center;}
  .logo a{display: inline-block;}
  nav#nav {text-align: center;}
  .headerBtn {
    text-align: center;
    margin: 20px 0;
  }
  .ceonoteBox {margin-top: 30px;}
  .cust-row{margin: 0 -15px !important;}
  #content{
  	margin: 0 !important;
	width: 100% !important;
  }
  #sidebar{width: 100% !important;}
  .timelineWrapper {
    border-left: 16px solid #62676a;
    border-right: 16px solid #62676a;
  }
  .aboutVideo, .eBook{margin-top: 30px !important;}
  ul.productSlider {max-width: 556px;}
  .catalogueContent {width: 100%;}
  .section4Content {padding-left: 0;}
  .articleForm {margin-top: 40px;}
  .contactImg {display: none;}
  .contactPageDetails {
    padding: 30px;
	width: 100%;
  }
  .contactBannerlgText {
    line-height: 44px;
    font-size: 40px;
  }
  .categoryBanner {padding: 50px 0;}
  .cBannerHeading {margin-top: 0;}
  .cQuickQuote{margin-top: 20px;}
  .cQuickQuoteTitle {
    font-size: 28px !important;
    margin-bottom: 20px !important;
  }
  .cQuickQuote textarea {min-height: 150px;}
  .testimonialWraper {padding: 15px;}
}
@media(max-width: 921px){
  .main-header-menu .sub-menu {width: 100% !important;}
}
@media(min-width: 768px){
  .mainPopupBox .mCircleList ul:before{display: none;}
  .mainPopupBox .mCircleList ul li:before{display: none;}
}
@media(max-width: 767px){
  .hidden-xs{display: none;}
  .whyusContent {
    width: 100%;
    padding: 20px 0 0;
  }
  .mainPopupBox {padding: 20px 20px 10px;}
  .mCircleList{text-align: left;}
  .videoBtn {
    position: relative;
    left: auto;
    bottom: 0;
    margin: 20px 0 0;
  }
  .timelineYear {
    padding: 0 0 15px;
    width: 100%;
  }
  .timelineIcon {display: none;}
  .timelineText {
    padding: 0;
    width: 100%;
  }
  .timelineTextContainer {height: auto;}
  .contactForm.wideContactForm{padding: 25px 0;}
  .aboutBannerlgText {
    font-size: 40px;
    line-height: 40px;
  }
  .bannerText {font-size: 24px;}
  .bannerBox {height: 220px;}
  .contactForm {padding: 15px;}
  .tabsWrapper {padding-top: 0;}
  ul.tabs {
    position: relative;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
  }
  ul.tabs li {
    display: block;
    padding: 15px 20px;
	margin-bottom: 3px;
  }
  .contactDetailsBox {margin-bottom: 30px;}
  .bannerSubtitle {font-size: 20px;}
  .cBannerHeading {
    font-size: 32px;
    line-height: 38px;
  }
  .cBannerSubHeading {
    font-size: 24px;
    line-height: 26px;
  }
  .testimonialWraper {padding: 15px;}
  .testimonialContent {
	width: 100%;
	padding-left: 0;
  }
  .testimonialTitle {margin: 0 0 15px;}
}
@media(max-width: 479px){
  .ceonoteBox {padding: 15px;}
  .post-content h1, .post-content h2{
  	font-size: 36px !important;
	line-height: 44px !important;
  }
  .listBtn {margin-left: 0;}
  .timelineWrapper {padding: 30px 15px 40px 15px;}
  .contactPageDetails {padding: 15px;}
  .contactBannerlgText {
    line-height: 36px;
    font-size: 30px;
  }
  .cQuickQuote {padding: 15px;}
  .cQuickQuoteTitle {
    font-size: 21px !important;
    margin-bottom: 10px !important;
  }
  .blog .post, .single .post, .archive .post {padding: 15px;}
  a.minwidh390 {min-width: 100%;}
	 .testimonialContent {
    width: 100%;
    padding: 0;
  }
  .testimonialTitle {
    line-height: 36px;
    margin: 20px 0 15px;
  }
  .testimonialImg {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .testimonialContent {text-align: center;}
}

