/* Hides Google reCAPTCHA Badge on all pages */

@font-face {
    font-family: 'alkesblack';
    src: url('../fonts/fontsfree-net-alkesblack-webfont.woff2') format('woff2'),
         url('../fonts/fontsfree-net-alkesblack-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.font-alkesblack{
	font-family: 'alkesblack';
}


.font-poppins, .font-poppins *{
	font-family: 'Poppins', sans-serif !important;
}

.color-light, .color-light *{
	color: #FFF1D6 !important;
}

.color-light p{
	color:rgb(255 250 240 / 60%) !important;
}

.grecaptcha-badge {
	visibility: hidden !important;
}

.company-table td {
	font-weight: bold;
}

.padding-top195{
	padding-top: 195px;
}

.padding-top50{padding-top:50px;}
.m-b20{margin-bottom: 20px !important;}
.post-meta-wrapper.post-meta-edit-link-wrapper {
    display: none;
}
.margin-bottom0{
	margin-bottom: 0px !important;
}

.margin-bottom24{
	margin-bottom: 24px !important;
}

.margin-top20{
	margin-top: 20px !important;
}

.margin-bottom16{
	margin-bottom: 16px !important;
}

.margin-bottom20{
	margin-bottom: 20px !important;
}

.margin-bottom30{
	margin-bottom: 30px !important;
}

.margin-bottom40{
	margin-bottom: 40px !important;
}

.margin-bottom32{
	margin-bottom: 32px !important;
}

a#vc_load-inline-editor {
    display: none;
}

.font-size24, .font-size24 *{
	line-height: 1.5;
	font-size:24px;
}
.m-t60{
	margin-top: 60px;
}
.overflow-visible{
	overflow: visible !important;
}
.main-wrapper{
	padding:0px 0 0px;
	overflow: hidden;
}

.min-height500{
	min-height:500px;
}

.min-height400{
	min-height:400px;
}

.colr-paragraph, .colr-paragraph *{
	color:#4A4D57;
}

.colr-white, .colr-white *{
	color: #fff;
}

.text-uppercase, .text-uppercase *{
	text-transform: uppercase;
}

p strong{
	font-size:inherit;
}

.wpcf7-display-none {
	display: none !important;
}

.blockContainer > .wp-block-columns {
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.bigContainer > .wp-block-columns {
	max-width:1920px;
	margin: 0px auto;
}

.container, .container-sm, .container-md, .container-lg, .container-xl{
	max-width: 1250px;
	padding-left: 20px;
    padding-right: 20px;
}

.padding-top140{
	padding-top: 140px;
}
.padding-bottom140{
	padding-bottom: 140px;
}

.padding-bottom40{
	padding-bottom: 40px;
}

.padding0{
	padding: 0px !important;
}


/* header css */

/*.top-header{
	position:absolute;
	width:100%;
	z-index: 99;
	top: 0;
	left: 0;
	padding:0px 0;
}

.top-header .container-fluid {
	padding-right:60px;
	padding-left:60px;
}

.header-inner {
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding:0px 0px;
}

.top-header .site_logo {
	float:left;
	margin:30px 0px 0 0px;

}

.top-header .site_logo a {
	display:inline-block;
	width:121px;
	height:72px;
	vertical-align:top;
	background-image:url('../images/pantherCorp-logo.png');
	background-repeat:no-repeat;
	background-size:100% auto;
}

#menu-get-in-touch {
	margin-top:0px;
}

.container {
	margin: 0 auto;
}

.header-nav-main  .main-nav > ul{
	padding:0px;
	margin:36px 0 0px;
	display:inline-block;
	position: relative;
	font-size: 0;
}

.header-nav-main .main-nav{
	padding-left: 76px;
}

.header-nav-main .main-nav > ul > li{
	display:inline-block;
	margin:0px 0 0 0;
	position:relative;
	padding-bottom: 11px;
}

.header-nav-main ul li a {
	padding:14px 24px 14px;
	text-decoration: none;
	color: #402E2E;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	transition: 0.25s all;
	position:relative;
	display: inline-block;
	text-align: center;
}

.header-nav-main ul li.menu-item-has-children > a:after {
    content: "\e903";
    position: absolute;
    right: 0;
    top: 20px;
    font-family: 'icomoon' !important;
    font-size: 10px;
    color: #515151;
    line-height: 1;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.header-nav-main ul li.menu-item-has-children > a:hover:after {
	color: #E7A614;
}


.header-nav-main  .main-nav > ul > li.current-menu-item > a, .header-nav-main .main-nav > ul > li.current-menu-parent > a {
	color:#E7A614;
}

.header-nav-main .main-nav > ul > li > a:hover{
	color:#E7A614;	
}

.responsive-menu-open .responsive-button span{
	background: transparent;
}

.responsive-menu-open .responsive-button span::before{
	transform: rotate(45deg);
	top: 0px;
}

.responsive-menu-open .responsive-button span::after{
	transform: rotate(-45deg);
	top: 0px;
}

.responsive-button:focus{
	outline: none !important;
}

.social-top {
    float: right;
    margin:24px 30px 0 0px;
}

.social-top a{
	display: inline-block;
	margin:0px 10px;
	transition: 0.25s ease-out;
	-webkit-transition: 0.25s ease-out;
}

.social-top a i{
	font-size: 18px;
}

.social-top a:hover i:before{
	color: #11141C;
}

.social-top a:hover{
	text-decoration: none;
	
}


.responsive-button {
    	display:none;
	    border: none;
	    padding: 0;
	    cursor: pointer;
	    outline: none;
	    position: absolute;
	    left: 10px;
		float: right;
		background:none !important;
		width: 36px;
		height: 36px;
		/*border-radius: 100px;
		-webkit-border-radius: 100px;
		margin: 24px 0 0 0;
}

.responsive-button span {
	    width: 22px;
	    height: 2px;
	    display: inline-block;
	    margin: 4px 0;
	    border-radius: 10px;
	    -webkit-border-radius: 10px;
	    position: relative;
	    transition: .3s all ease-in-out;
	    background:#402e2e;
}

.responsive-button span::before {
	width: 100%;
	background: inherit;
	height: 2px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	content: "";
	display: block;
	margin: 0;
	position: absolute;
	left: 0;
	top: -7px;
	transition: .2s all ease-in-out;
	-webkit-transition: .2s all ease-in-out;
}

.responsive-button span::after {
	    width: 100%;
	    background: inherit;
	    height: 2px;
	    content: "";
	    display: block;
	    margin: 0;
	    position: absolute;
	    left: 0;
	    bottom: -7px;
	    transition: .2s all ease-in-out;
	    -webkit-transition: .2s all ease-in-out;
	    border-radius: 10px;
	    -webkit-border-radius: 10px;
}

.responsive-button.active span{
	background:transparent;
}

.responsive-button.active span:before {
    transform: rotate(45deg);
    top: 0px;
}

.responsive-button.active span:after {
    transform: rotate(-45deg);
    top: 0;
}


.top-header button.sub-menu-toggle {
    display: none;
}

.header-nav-main .main-nav > ul > li.menu-item-has-children > .sub-menu {
    background-color: #fff;
    position: absolute;
    left: 0;
    min-width: 200px;
    top: 100%;
    padding: 0px 0 0 0px;
    margin: 0px;
    display: none;
    flex-wrap: wrap;
}

.header-nav-main .main-nav > ul > li.menu-item-has-children > .sub-menu:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 2px;
	background: #e7a614;
}

.header-nav-main .main-nav > ul > li.menu-item-has-children > .sub-menu li{
	display: block;
}

.header-nav-main .main-nav > ul > li.menu-item-has-children > .sub-menu li a {
    display: block;
    padding: 10px 16px 11px;
    border-bottom: 1px solid  rgba(255, 255, 255, 0.1);
    text-align: left;
    font-weight: 400;
    font-size: 15px;
    background: transparent;
    transition: 0.25s ease-out;
    -webkit-transition: 0.25s ease-out;
}

.header-nav-main .main-nav > ul > li.menu-item-has-children > .sub-menu li a .menu-item-description {
    display: block;
    font-size: 14px;
    color: rgb(255 250 240 / 60%);
    line-height: 17px;
    margin: 6px 0 0 0;
}

.header-nav-main .main-nav > ul > li.menu-item-has-children > .sub-menu li a:hover{
	color: #E7A614;
}


.header-nav-main .main-nav > ul > li.menu-item-has-children > .sub-menu li:last-child a{
	border-bottom:none;
}

.header-nav-main .nav-right {
    float: right;
}

.header-nav-main .nav-right ul {
    padding: 0px;
    margin: 37px 0 0 0;
}

.header-nav-main .nav-right ul li {
    display: inline-block;
    vertical-align: middle;
}

.header-nav-main .nav-right ul li.getStarted a{
	background: #E7A614;
	padding: 9px 15px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
}

.header-nav-main .nav-right ul li.getStarted a:hover{
	background: #FFB100;
}*/


.sponserLogo {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.sponserLogo .img{
	margin: 0px;
}

.sponserLogo .img img {
    height: 60px;
}

.sponserLogoWrap h4 {
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 30px 0;
}

.siteFooter{
	background: #66675A;
	padding: 90px 0 0px;
}

.footerlogo .img {
    max-width: 110px;
    margin: 0 0 12px 0;
}

.footerlogo p{
	font-size: 14px;
	color: rgba(255,255,255,0.7);
	margin: 0px;
}

.footerNav ul{
	padding: 0px;
	margin: 0px;
}

.footerNav ul li{
	display: block;
}

.footerNav ul li a{
	color: rgba(255,255,255,0.7);
	line-height: 40px;
	transition: 0.25s ease-out;
	-webkit-transition: 0.25s ease-out;
	display: inline-block;
    vertical-align: top;
}

.footerNav ul li a:hover{
	color: rgba(255,255,255,1);
	text-decoration: none;
}

.addressBlock {
    padding: 0 0 0 24px;
    position: relative;
    color: rgba(255,255,255,0.7);
    line-height: 28px;
    margin: 6px 0 10px 0;
}

.addressBlock .icon {
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 16px;
}

.addressBlock a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    transition: 0.25s ease-out;
    -webkit-transition: 0.25s ease-out;
    line-height: 40px;
    word-wrap: anywhere;
}

.addressBlock a:hover{
	color: #fff;
}

.addressBlock .icon.icon-email {
    font-size: 13px;
    top: 14px;
}

.addressBlock .icon.icon-phone {
    font-size: 14px;
    top: 13px;
}

.copyRightBar{
	padding: 90px 0 32px;
	color: rgba(255,255,255,0.7);
}

.copyRightBar ul{
	padding: 0px;
	margin: 0px;
	font-size: 0;
}

.copyRightBar ul li{
	padding: 0px;
	display: inline-block;
	padding: 0 20px;
}

.copyRightBar ul li:last-child{
	padding-right: 0px;
}

.copyRightBar ul li a{
	display: inline-block;
	font-size: 16px;
	color: rgba(255,255,255,0.7);
	transition: 0.25s ease-out;
    -webkit-transition: 0.25s ease-out;
}

.copyRightBar ul li a:hover{
	text-decoration: none;
	color: #fff;
}

.wp-block-image.img576 {
    max-width: 576px;
    margin: 0px 0 0 auto;
    max-height: 520px;
}


.wp-block-image.imgLeft576{
    max-width: 576px;
    margin: 0px 0 0 0px;
    max-height:490px;
}


.teamslider .wpsm_team_2_member_wrapper{
	text-align: center;
    background: #ffffff;
    box-shadow: none;
    border: 1px solid #DEDEDE;
    border-radius: 10px;
    overflow: hidden;
    margin: 0px 5px !important;
}

.teamslider .wpsm_team_2_b_row{
	margin-bottom: 0;
}

.teamslider .owl-nav.disabled + .owl-dots {
	margin-top: 50px;
}

.teamslider .owl-dots .owl-dot span{
	width: 20px;
	height: 3px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}


.wp-block-table {
    border: 1px solid #DEDEDE;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.wp-block-table table td, .wp-block-table table th {
    border: none;
}

.wp-block-table table thead{
	border-bottom:none;
	background: #FFF8EE;
}

.wp-block-table tbody td, .wp-block-table thead th{
	padding: 16px 24px;
	color: #402E2E;
	vertical-align: middle;
}

.wp-block-table thead th{
	font-size: 18px;
    font-weight: 500;
}

.wp-block-table tbody td{
	font-size: 16px;
	color: #402E2E;	
	border-top: 1px solid #DEDEDE;
	height: 80px;
}

.wp-block-table tbody td strong {
    font-weight: 600;
}

.singleNews .content p a {
    font-weight: 600;
    color: #1461E7;
}

.wp-block-buttons.downloadsBtn{
	font-size: 0;
}

.wp-block-buttons.downloadsBtn > .wp-block-button {
    margin: 20px 0 0 20px !important;
}

.wp-block-buttons.downloadsBtn > .wp-block-button:first-child{
	margin-left: 0px !important;
}

.downloadsBtn .wp-block-button__link {
    background: #fff;
    border: 1px solid #DEDEDE;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 16px 12px 36px;
    position: relative;
    color: #402E2E;
    transition: 0.25s ease-out;
    -webkit-transition: 0.25s ease-out;
}

.downloadsBtn .wp-block-button__link:before {
    color: #ABABAB;
    content: "\e90a";
    font-family: 'icomoon' !important;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    margin: 1px 0 0 0;
    font-size: 14px;
}

.downloadsBtn .wp-block-button__link:hover {
    background: #212529;
    color: #fff;
    border-color: #212529;
}

.downloadsBtn .wp-block-button__link:hover:before{
	color: #fff;
}

.productContent {
    padding: 50px 0 0 0;
    color: #515151;
}

.sideBarList {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px #7E7F6F14;
    border-radius: 10px;
    padding: 0 30px 20px;
}

.sideBarList h4{
    padding: 30px 0px 20px;
    font-weight: 700;
    color: #402E2E;
    border-bottom: 1px solid #DEDEDE;
    font-size: 22px;
    margin:0 0px 20px;
}

.sideBarList ul{
	padding: 0px;
	margin: 0px;
}

.sideBarList ul li{
	display: block;
}

.sideBarList ul li a {
    color: #515151;
    padding:0px 0px 0 17px;
    margin: 10px 0;
    display: inline-block;
    vertical-align: top;
    line-height: 1.75;
    position: relative;
}

.sideBarList ul li a:before {
    content: "\e903";
    font-family: 'icomoon';
    position: absolute;
    left: 0;
    top: 9px;
    color: #ABABAB;
    font-size: 10px;
    line-height: 1;
}

.sideBarList ul li a:hover{
	color: #E7A614;
	text-decoration: none;
}

.sideBarList ul li a:hover:before{
	color: #E7A614;
}

.sideBarList ul li a strong{
	color: #1461E7;
}

.sideBarList + .sideBarList{
	margin-top: 32px;
}

.margin-top40{
	margin-top: 40px;
}


.wpb-content-wrapper {
    max-width: 1250px;
    margin: 0px auto;
    padding: 0 20px;
}

.pageTitle {
    margin: 0px 0 80px 0;
    padding: 180px 0 60px 0;
    background: #fff8ee;
}

.pageTitle h2{
	margin: 0 0 0 0px;
}

.table-contents a {
    text-decoration: none;
    color: #515151;
    font-size: 16px;
    display: inline-block;
    line-height: 1.8;
}

ul li {
    text-decoration: none;
    color: #515151;
    font-size: 16px;    
    line-height: 1.8;
}


.box-highlight {
    border-left: 5px solid #EAE7E7;
    padding: 20px 10px 20px 20px;
    background: #f3f3f3;
    font-size: 14px;
}

.box-highlight.box-tip {
    border-left: 5px solid #00279a;
    background: #ebf0ff;
}

.box-highlight.box-warning {
    border-left: 5px solid #d6a906;
    background: #fffbeb;
}

.section {
    margin-bottom: 40px;
}

.sub-section {
    padding-left: 20px;
}


@media only screen and (min-width:992px) {
	/*.header-nav-main .main-nav > ul > li.menu-item-has-children:hover > .sub-menu{
		display: flex;
		box-shadow: 0px 0px 30px #7e7f6f14;
		-webkit-box-shadow: 0px 0px 30px #7e7f6f14;
	}

	.header-nav-main .main-nav > ul > li.menu-item-has-children > .sub-menu{
		min-width: 450px;
	}

	.header-nav-main .main-nav > ul > li.menu-item-has-children > .sub-menu li{
		flex: 0 0 50%;
	}*/

	.copyRightBar ul{
		text-align: right;
	}

	.sideBarList {
		margin: -230px 0 0 0;
	}
}

/*@media only screen and (max-width:1200px) {

	.header-nav-main .main-nav{
		padding-left: 50px;
	}

}*/


@media only screen and (max-width:992px) {

	/*.header-nav-main .main-nav{
		clear: both;
		margin: 0px 0 0px;
		padding:20px 0 0;
		text-align: left;
	}

	.header-nav-main .main-nav > ul {
    	margin: 0px 0 0px 0;
    	display: block;
	}

	.header-nav-main .main-nav > ul > li{
		display: block;
		position: relative;
	}

	.header-nav-main ul li a{
		text-align: left;
	}

	.header-nav-main .main-nav > ul > li a{
		padding:8px 0px;
		line-height: 1.5;
		font-size: 16px;
		position: static;
	}

	.top-header button.sub-menu-toggle {
		display: block;
		position: absolute;
		background: none;
		border: none;
		color: #fff;
		width: 32px;
		height: 32px;
		top: 4px;
		right: 0;
		padding: 0;
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transition: 0.25s ease-out;
		-webkit-transition: 0.25s ease-out;
		outline: none;
	}

	.top-header .sub-menuActive button.sub-menu-toggle {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}

	.top-header button.sub-menu-toggle::before {
		content: "\e90c";
		font-family: 'icomoon';
		font-size: 11px;
	}

	.top-header button.sub-menu-toggle .icon-plus{
		display: none;
	}
	.top-header button.sub-menu-toggle .icon-minus{
		display: none;
	}
	.top-header button.sub-menu-toggle .screen-reader-text{
		display: none;
	}

	.home .header-nav-main .main-nav > ul > li > a{
		color: rgba(255,255,255,0.5);
	}

	.top-header .container-fluid{
		padding-left: 24px;
		padding-right: 24px;
	}

	.top-header .site_logo{
		margin: 18px 0px 0 42px;
	}

	.top-header .site_logo a {
		width:80px;
		height: 50px;
	}

	.responsive-button{
		display: block;
	}

	.top-header .header-nav-main .main-nav {
	    display: none;
	}

	.top-header{
		background:transparent;
	}

	.responsive-menu-open{
		overflow: hidden;
	}

	.responsive-menu-open .top-header{
		position: fixed;
		height: 100%;
		overflow: auto;
	}

	.top-header:before{
		content: "";
		position: absolute;
		top:0%;
		opacity: 0;
		left:0;
		right: 0;
		height: 100%;
		background:#fff;
		transition: 0.3s ease-out;
		-webkit-transition: 0.3s ease-out;
	}

	.responsive-menu-open .top-header:before{
		top: 0;
		opacity: 1;
	}

	.home .header-nav-main .main-nav > ul > li > a{
		color: #402e2e;
		position: static;
	}

	.header-nav-main .main-nav > ul > li.current-menu-item > a, .header-nav-main .main-nav > ul > li.current-menu-parent > a{
		color:#e7a614;
	}

	.header-nav-main .main-nav > ul > li > a::after {
		bottom: auto;
		right: 0;
		top: 17px;
	}*/

	/*.responsive-menu-open .responsive-button {
    	background: #fff !important;
	}*/

	/*.responsive-menu-open .responsive-button span:before{
		background: #402e2e;
	}

	.responsive-menu-open .responsive-button span:after{
		background: #402e2e;
	}

	.home.responsive-menu-open .responsive-button span, .page-template-template-books.responsive-menu-open .responsive-button span{
		background:transparent;
	}

	.header-nav-main .main-nav > ul > li.menu-item-has-children > .sub-menu {
		position: relative;
		margin: 10px 0;
		min-width: inherit;
		padding: 8px 0;
		min-height: inherit;
	}

	.header-nav-main .main-nav > ul > li.menu-item-has-children > .sub-menu li a {
		line-height: 1.6;
		padding: 10px 10px;
		font-size: 14px;
	}

	.header-nav-main .nav-right ul{
		margin: 17px 0 0 0;
	}

	.header-nav-main .main-nav > ul > li.menu-item-has-children:hover > .sub-menu{
		display: block;
	}*/
}


/* header css */


/* New Header css */ 


/* header css */


.top-header {
    /*border-bottom:1px solid #EAE8E8;
    background: #fff;*/
    padding:0px 0;
}

.header-inner {
    position: relative;
    display: flex;
    width: 100%;
    vertical-align: top;
    align-items: center;
    position: relative;
    z-index: 1;
}

.header-nav-main {
    flex: 1;
}

.site_logo{
	float: left;
	margin: 30px 0px 0 0px;
	flex: 0 0 125px;
}

.site_logo a{
	display: block;
}

.site_logo a img {
    width:125px;
}

.site-name .site-logo img {
    width: 125px;
}


.top-header .smallNav{
	width: 100%;
	display: flex;
    justify-content: flex-end;
}

.top-header .smallNav ul {
    display: flex;
    justify-content: flex-end;
    margin: 0px;
}

.top-header .smallNav ul li{
	list-style: none;
	margin: 0 4px;
}

.top-header .smallNav ul li a{
	color: #6c757d;
	font-size:.7rem;
	border: none;
	background: #fff;
	padding:4px 8px;
	line-height: 1.5;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	transition: 0.25s ease-out;
	-webkit-transition: 0.25s ease-out;
	text-decoration: none;
	line-height: 1.5;
	display: inline-block;
}

.top-header .smallNav ul li a:hover{
	background:#f8f9fa;
}

.top-header .smallNav ul li.phoneNumber:before {
    content: "Freecall :";
    font-style: italic;
    color: #6c757d;
    font-size:0.66rem;
}

.top-header .smallNav ul li.phoneNumber a {
    padding-left: 0;
    padding-right: 0;
    font-weight: 600;
}

.top-header .smallNav ul li.phoneNumber a {
	color: #494f54;
	background: none;
}

.top-header .topMenu{
	width: 100%;
	order: 1;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 32px 0 0 0;
}

.top-header .topMenu > ul{
    display: flex;
    margin: 0px;
    padding-left: 0px;
}

.top-header .topMenu > ul#menu-getstarted {
    padding-left: 30px;
}

.top-header .topMenu ul li{
	margin: 0 8px;
	list-style: none;
	/*position: relative;*/
}



.top-header .topMenu > ul > li >a{
	color:#231F20;
	font-weight:400;
    font-size: 16px;
	border: none;
	background: transparent;
	padding:25px 8px 25px 8px;
	line-height: 1.5;
	transition: 0.25s ease-out;
	-webkit-transition: 0.25s ease-out;
	text-decoration: none;
	line-height: 1.5;
	display: inline-block;
	vertical-align:top;
/*	text-transform: uppercase;*/
	position: relative;
}

.top-header .topMenu > ul > li > a:hover{
	color:#495057;
}


.top-header .topMenu > ul#menu-getstarted > li.telephone > a{
	position: relative;
	text-indent: 999px;
	overflow: hidden;
	width: 40px;
	height: 40px;
	padding: 0;
}

.top-header .topMenu > ul#menu-getstarted > li.telephone > a::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 15px;
	height: 15px;
	background: url('../images/phoneIcon.svg') no-repeat;
	background-size: 100% auto;
	margin: -7px 0 0 -7px;
}

.top-header .mobileMenu{
	display: none;
}


.top-header .topMenu > ul > li > .sub-menu > li.menu-item-has-children > a{
	cursor: auto;
	color: #212529;
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;	
	margin:0px 30px 15px;
	text-decoration: none;
	white-space: nowrap;
    display: block;
}

.top-header .topMenu > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu{
	display: block;
    padding: 0;
    margin: 0;
}

.top-header .topMenu > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu > li{
	margin: 0px;
}

.top-header .topMenu > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu > li > a {
    display: block;
    width: 100%;
    padding:6px 30px;
    clear: both;
    font-weight: 400;
    color: #231F20;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    font-size: 14px;
    text-decoration: none;
    line-height: 1.3;
}

.top-header .topMenu > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu > li > a:hover{
	color: #e7a614;
    text-decoration: none;
    /*background-color: #e9ecef;*/
}

.top-header .topMenu > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > a {
    cursor: auto;
    color: #343a40;
    font-size:18px;
    text-transform: uppercase;
    font-weight:600;
    margin:12px 30px 10px;
    text-decoration: none;
    white-space: nowrap;
    padding: 0 0 0px 0;
    border-bottom: none;
}

.top-header .topMenu > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu{
	padding: 0px;
	margin: 0px;
}

.top-header .topMenu > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu > li {
    margin: 0px;
}

.top-header .topMenu > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu > li > a{
	display: block;
    width: 100%;
    padding:0 30px;
    clear: both;
    font-weight: 400;
    color: #231F20;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    font-size: 14px;
    background: transparent;
    text-decoration: none;
    line-height: 26px;
}

.top-header .topMenu > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu > li > a:hover{
	color: #E7A614;
	text-decoration: none;
}


.top-header .topMenu ul li.getStarted {
    display: flex;
    align-items: center;
    margin-left: 0;
}

.top-header .topMenu > ul > li.getStarted >a{
	background: #E7A614;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 12px 24px;
	color: #fff;
	font-weight: 600;
	line-height: 1.3;
}

.top-header .topMenu > ul > li.getStarted >a:before{
	display: none;
}

.top-header .topMenu > ul > li.getStarted >a:hover{
	background:#FFB100;
	color: #fff;
}


@media only screen and (min-width:991px) {
	.top-header .topMenu > ul > li > .sub-menu {
		position: absolute;
		right:0px;
		margin: 0px;
	}

	.top-header .topMenu > ul > li.menu-item-has-children:hover > .sub-menu {
		display: flex;
	}

	.top-header .topMenu > ul > li.menu-item-has-children:hover > a{
		color: #495057;
	}

	.top-header .topMenu > ul > li > .sub-menu > li {
	    display: inline-block;
	    margin: 0 0px;
	    min-width:300px;
	}

	.sub-menu-toggle{
		display: none !important;
	}

	.top-header{
		position: absolute;
	    width: 100%;
	    z-index: 99;
	    top: 0;
	    left: 0;
	    padding: 0px 0;
	}

	.top-header .topMenu > ul > li.menu-item-has-children > a{
		padding:25px 10px 25px 12px;
	}

	ul#menu-getstarted {
	    margin-left: 20px;
	}

.top-header .topMenu > ul > li.menu-item-has-children::after{
	content: "\e903";
	font-family: 'icomoon' !important;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin: 32px 0 0 0;
	font-size: 12px;
    color: #515151;
    line-height: 1;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.top-header .topMenu > ul > li > a:before{
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	bottom:-2px;
	background:#042699;
	height: 3px;
	display: none;
}
.top-header .topMenu > ul > li.menu-item-has-children > a::before{
	right: -20px;
}

/*.top-header .topMenu > ul > li > a:hover:before{
	display: block;
}*/

/*.top-header .topMenu > ul > li.current-menu-ancestor > a:before{
	display: block;
}*/



	.top-header .topMenu > ul > li.menu-item-has-children > a:after{
		content: "";
		position: absolute;
		bottom: -8px;
		left: 50%;
		margin: 0 0 0 -7px;
		border-left: 14px solid transparent;
		border-right: 14px solid transparent;
		border-bottom: 8px solid white;
		box-shadow: 0px 15px 25px #0426991A;
		-webkit-box-shadow: 0px 15px 25px #0426991A;
		display: none;
	}

	.top-header .topMenu > ul > li.menu-item-has-children:hover > a:after{
		display: block;
	}

	.top-header .topMenu > ul > li > .sub-menu {
	    width: auto;
	    /*background: #fff;*/
	    margin: 0px 0 0 0;
	    padding:38px 20px;
	    display: none;
	    /*box-shadow:0 4px 10px 0 rgb(0 0 0 / 12%), inset 0 2px 0 0 #212529;*/
	    
	}

	.top-header .topMenu > ul > li > .sub-menu:before{
		content: "";
		border-radius: 8px;
	    -webkit-border-radius: 8px;
	    background: #fff;
	    box-shadow: 0px 15px 25px #0426991A;
	    position: absolute;
	    top: 8px;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    z-index: -1;
	}

	.top-header .topMenu > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu > li > a{
		padding: 6px 10px;
	}

	.top-header .topMenu > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > a{
		 margin: 12px 10px 10px;
	}

	.top-header .topMenu > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu > li > a{
		padding: 0 10px;
	}

	.backBtn{
		display: none !important;
	}

	.top-header .topMenu > ul > li > .sub-menu > li.menu-item-has-children > a{
		margin: 0px 10px 15px;
		font-weight: 600;
	}

	.top-header .topMenu ul li:last-child {
		margin-right: 0;
	}
}

@media only screen and (min-width:1340px) {

	.top-header .topMenu > ul > li > .sub-menu {
		padding:30px 0;
	}

	.top-header .topMenu > ul > li > .sub-menu > li.menu-item-has-children > a{
		margin: 0px 30px 15px;
		font-weight: 600;
	}

	.top-header .topMenu > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu > li > a{
		 padding: 6px 30px;
	}

	.top-header .topMenu > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > a{
		margin: 12px 30px 10px;
	}
	.top-header .topMenu > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu > li > a {
    	padding: 0 30px;
	}
}

@media only screen and (max-width:1050px) {
	.top-header .topMenu > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu > li > a{
		white-space: normal;
	}
}


@media only screen and (max-width:991px) {
	.top-header{
	    position: absolute;
	    z-index: 99;
	    left: 0;
	    right: 0;
	}

	.responsive-menu-open .top-header{
		position: fixed;
		right: 0;
		left: 0;
		top: 0;
		z-index: 99;
		background:#fff8ee;
	}

	.top-header .container{
		max-width: inherit;
	}

	.header-inner{
		display: block;
		position: static;
	}

	.site_logo{
		max-width:120px;
		margin:0px 0 0 36px;
	}

	.top-header .mobileMenu{
		position: absolute;
		display: block;
		left:10px;
    	top: 14px;
	}

	.top-header .mobileMenu a {
	    background: #08c;
	    width: 40px;
	    height: 40px;
	    display: inline-block;
	    vertical-align: middle;
	    border-radius: 100px;
	    text-align: center;
	    font-size: 21px;
	    line-height: 40px;
	    color: #fff;
	}

	.top-header .mobileMenu .responsive-button {
	    position: relative;
	    display: inline-block;
	    vertical-align: middle;
	    width: 32px;
	    height:32px;
	    border: none;
	    background:none;
	    padding: 0px;
	    text-align: center;
	}

	.responsive-button span {
	    width: 20px;
	    background: #231F20;
	    height: 2px;
	    display: inline-block;
	    margin: 4px 0px;
	    position: relative;
	}

	.responsive-button span::before {
	    content: "";
	    display: inline-block;
	    width: 100%;
	    height: 2px;
	    background: #231F20;
	    position: absolute;
	    top: -7px;
	    left: 0;
	    transition: 0.3s all;
	    -webkit-transition: 0.3s all;
	    transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}

	.responsive-button span::after {
	    content: "";
	    display: inline-block;
	    width: 100%;
	    height: 2px;
	    background: #231F20;
	    position: absolute;
	    bottom: -7px;
	    left: 0;
	    transition: 0.3s all;
	    -webkit-transition: 0.3s all;
	    transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}

	.responsive-menu-open .responsive-button span{
		background: transparent;
	}

	.responsive-menu-open .responsive-button span:before{
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		top: 0;
	}

	.responsive-menu-open .responsive-button span:after{
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		top: 0;
	}


	.top-header .topMenu{
		margin: 0px;
	}

	.top-header .topMenu ul li{
		margin: 0px;
	}

	.top-header #menu-new-top-menu{
		display: block;
		position: fixed;
		background:#fff8ee;
		top: 72px;
		bottom: 0;
		left: 0;
		right: 0;
		padding:16px 24px 0;
		margin:0px 0px 0;
		display: none;
		overflow: auto;
		z-index: 9;
	}

	.top-header .topMenu > ul{
		padding: 0;
		display: block;
	}

	.top-header .topMenu ul li{
		margin: 0;
		position: relative;
	}

	.top-header .topMenu > ul > li >a{
		padding: 0px 0px 0px 0px;
		line-height: 48px;
	}

	.top-header .smallNav{
		display: block;
	}

	.top-header .smallNav ul{
		display: block;
		padding: 0;
		margin: 0px 0 14px 0;
	}

	.top-header .smallNav ul li.phoneNumber{
		display: none;
	}

	.top-header .smallNav ul li a{
		font-size: .9rem;
		padding: 6px 20px 6px 5px;
		font-weight: 600;
		font-size: .9rem;
		color: #4c4c4c;
	}
	
	.top-header .topMenu > ul > li >a:hover, .top-header .smallNav ul li a:hover{
		background: transparent;
		color: #08c;
	}

	.top-header .topMenu > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu > li > a{
		display: inline-block;
		border-bottom: none;
		width: auto;
		padding:0 24px;
		line-height: 32px;
		font-size: 14px;
		white-space: inherit;
	}

	.top-header .topMenu > ul > li > .sub-menu{
		padding: 0px 0 10px;
	    position: fixed;
	    top: 0;
	    background: #fff;
	    left: 0;
	    right: 0;
	    z-index: 9999;
	    bottom: 0;
	    overflow: auto;
	    display: none;
	}

.top-header .topMenu > ul > li > .sub-menu > li.menu-item-has-children > a{
	margin:10px 8px 0px;
	white-space: normal;
}


.top-header .sub-menu-toggle {
    position: absolute;
    right: 0;
    width: 100%;
    height: 48px;
    background: none;
    border: none;
    padding: 0;
    text-align: right;
}

.top-header .sub-menu-toggle .screen-reader-text, .top-header .sub-menu-toggle .icon-plus, .top-header .sub-menu-toggle .icon-minus{
	display: none;
}

.top-header .sub-menu-toggle:before{
		content: "\e903";
		display: inline-block;
		font-family: 'icomoon' !important;
		font-size: 12px;
		display: inline-block;
		color: inherit;
}

	.top-header .sub-menu-toggle[aria-expanded="true"]:before{
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}


	.top-header .topMenu > ul#menu-getstarted{
		display: flex;
		padding-left: 0;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.top-header .topMenu > ul#menu-getstarted li + li{
		margin-left: 10px;
	}


	.backBtn {
	    display: block;
	    padding: 24px 24px 24px 50px;
	    font-size: 18px;
	    font-weight: 500;
	    position: relative;
	    border-bottom: 1px solid #E9E8E8;
	    cursor: pointer;
	}

	.backBtn::before {
		content: "\e903";
		position: absolute;
		left: 24px;
		top: 50%;
		font-size: 13px;
		margin: -6px 0 0;
		font-family: 'icomoon' !important;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}

	.top-header .topMenu > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > a{
		margin:24px 24px 12px;
		line-height: normal;
	}

	.top-header .topMenu > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu > li > a{
		font-size: 14px;
		padding: 0 24px;
		line-height: 32px;
	}

	.top-header .topMenu > ul#menu-getstarted > li > a{
		padding: 12px 18px 12px;
		font-size: 14px;
	}
	    
}


.bgBanner{
	padding: 205px 0 180px;
	position: relative;
}

.bgBanner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #FFF8EE;
	z-index: -1;
}

.bgBanner::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: auto;
	background: url('../images/curve-bottom.svg') no-repeat;
	background-size: 100% auto;
	top: 0;
	background-position: center 101%;
	z-index: -1;
}

.bannercontent h6 {
    font-size: 14px;
    margin: 0 0 20px 0px;
    font-weight: 600;
}

.bannercontent h2{
	font-size: 60px;
	margin: 0 0 20px 0px;
	line-height: 1.18;
	font-weight: 500;
}

.bannercontent .primaryBtn {
    margin: 30px 0 0 0 !important;
}

.primaryBtn .wp-block-button__link {
    border-radius: 4px;
    background: #E7A614;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 16px 47px 16px 24px;
    position: relative;
    transition: 0.25s ease-out;
    -webkit-transition: 0.25s ease-out;
}

.primaryBtn .wp-block-button__link:hover{
	background: #FFB100;
	color: #fff;
}

.primaryBtn .wp-block-button__link:after {
    content: "";
    position: absolute;
    right: 21px;
    top: 50%;
    content: "\e903";
    font-family: 'icomoon' !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 14px;
    transition: 0.25s ease-out;
    -webkit-transition: 0.25s ease-out;
}

.primaryBtn .wp-block-button__link:hover:after{
	right: 18px;
}


.wp-block-image.imgReplicate {
    text-align: right;
    position: relative;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    margin: 0px;
}

.wp-block-image.imgReplicate.img450{
	max-width: 470px;
	margin: 0px 0 0 auto;
}

.wp-block-image.imgReplicate img{
	position: relative;
	border-radius: 15px;
	-webkit-border-radius: 15px;
}

.wp-block-image.imgReplicate::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: #7E7F6F;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	transform: matrix(0.92, 0.12, -0.12, 0.99, 0, 0);
	-webkit-transform: matrix(0.92, 0.12, -0.12, 0.99, 0, 0);
}

.wp-block-column.bgImgDots {
    position: relative;
    max-width: 478px;
    margin: 0px 0 0 auto;
}

.wp-block-column.bgImgDots:before {
    content: "";
    position: absolute;
    top: 122px;
    right: -45px;
    width: 72px;
    height: 72px;
    background: #fff;
    box-shadow: 0px 50px 40px #7E7F6F80;
    z-index: 1;
    border-radius: 100px;
}

.wp-block-column.bgImgDots:after {
    content: "";
    position: absolute;
    top: 202px;
    right: -34px;
    width: 24px;
    height: 24px;
    background: #E7A614;
    z-index: 0;
    border-radius: 100px;
}

.container660{
	max-width:660px;
	margin: 0px auto !important;
}

.wp-block-image.igBorderLeft {
    position: relative;
    max-width: 450px;
    margin: 0px;
}

 .wp-block-image.igBorderLeft:before {
    content: "";
    position: absolute;
    left: -12px;
    top: -6px;
    border: 2px dashed #E7A614;
    bottom: -6px;
    right: 50px;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    z-index: -1;
}

.wp-block-image.igBorderLeft.igBorderRight {
    margin: 0px 0 0 auto;
}

.wp-block-image.igBorderLeft.igBorderRight:before{
	right: -12px;
	left: 50px;
}

.tickList, .tickList ul {
    padding: 0 0 0 0;
}

.tickList li {
	display: block;
	position: relative;
	padding: 0 0 0 32px;
	font-size: 16px;
	color: #515151;
	margin: 0 0 14px 0;
	line-height: 30px;
}

.tickList li::before {
	content: "\e902";
	font-family: 'icomoon' !important;
	position: absolute;
	left: 0;
	top: 8px;
	line-height: 1;
	color: #E7A614;
	font-size: 17px;
}

.arrowBtn{
	margin: 0px !important;
}

.arrowBtn > a.wp-block-button__link {
	background: none;
	border: none;
	padding: 7px 16px 7px 0;
	color: #402E2E;
	font-weight: 600;
	position: relative;	
	transition: 0.25s ease-out;
	-webkit-transition: 0.25s ease-out;
}

.arrowBtn > .wp-block-button__link::before {
	content: "\e903";
	position: absolute;
	right: 0;
	top: 50%;
	font-family: 'icomoon' !important;
	font-size: 12px;
	transform: translateY(-50%);
	font-weight: normal;
	transition: 0.25s ease-out;
	-webkit-transition: 0.25s ease-out;
}

.arrowBtn > a.wp-block-button__link:hover{
	color:#E7A614;
	text-decoration: none;
}

.arrowBtn > .wp-block-button__link:hover:before{
	color:#E7A614;
	right: -4px;
}

.wp-block-column.bgwhiteBlock {
    background: #fff;
    box-shadow: 0px 0px 30px #7E7F6F14;
    padding: 30px;
    margin-top: 50px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.wp-block-column.bgwhiteBlock > .wp-block-image {
    margin: 0 0 30px 0;
}

.wp-block-column.bgwhiteBlock p{
	margin-bottom: 0px;
}

.backgroundpaddin0{
	padding: 0px !important;
}

.font-size14, .font-size14 *{
	font-size:14px !important;
}

.wp-block-column.bgTestimonial {
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    max-width: 895px;
    margin: 50px auto 0;
    padding: 30px;
}

.wp-block-column.bgTestimonial > .wp-block-image.quoteImg {
    width: 50px;
    height: 50px;
    background: #E7A614;
    margin: 0px auto 30px;
    border-radius: 100px;
    overflow: hidden;
    text-align: center;
    line-height: 50px;
}

.testiSlide .quoteIc{
	width: 50px;
    height: 50px;
    background: #E7A614;
    margin: 0px auto 30px;
    border-radius: 100px;
    overflow: hidden;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 20px;	
}

.testiSlide .content {
	text-align: center;
	line-height: 30px;
	color: #515151;
}

.testiSlide .authDetails{
	margin: 30px 0 0 0;
}

.testiSlide .authDetails h6{
	color: #402E2E;
	margin: 0 0 3px 0px;
	font-weight: 600;
}

.testiSlide .authDetails p{
	color: #ABABAB;
	font-size: 14px;
	margin: 0px;
}

.wp-block-column.bgTestimonial > .wp-block-image.quoteImg img {
    border-radius: 0px;
}

#testimonial .sa_hover_container {
	min-height: inherit !important;
}

#testimonial.owl-pagination-true {
	margin-bottom: 0 !important;
}

#testimonial.sa_owl_theme .owl-dots {
	bottom: -80px !important;
}

#testimonial.sa_owl_theme .owl-dots .owl-dot span{
	width: 20px !important;
	height: 3px !important;
	background: #DEDEDE !important;
	border-radius: 12px !important;
	-webkit-border-radius: 12px !important;
}

#testimonial.sa_owl_theme .owl-dots .owl-dot.active span{
	background: #402E2E !important;
}


.articleBlock .articleBlockIn {
    margin:0px 0 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #fff;
    position: relative;
    height: 100%;
    transition: 0.25s ease-out;
    -webkit-transition: 0.25s ease-out;
    box-shadow:0 0 0 1px #e5e5e5;
    -webkit-box-shadow:0 0 0 1px #e5e5e5;
}

.articleBlock .content h4 a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.articleBlock:hover .articleBlockIn{
	box-shadow: 0px 25px 30px #7E7F6F14;
	-webkit-box-shadow: 0px 25px 30px #7E7F6F14;
}

.articleBlock .img{
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	overflow: hidden;
	margin: 0 0 20px 0px;
}

.articleBlock .content {
    padding: 0px 30px 54px;
    text-align: center;
}

.articleBlock .img img{
	width: 100%;
}

.date{
	font-size: 14px;
	color: #ABABAB;
	margin: 0 0 12px 0px;
}

.date .icon{
	margin: 0 10px 0 0;
}

.descriptionWrap {
    min-height: 88px;
    max-height: 88px;
    overflow: hidden;
    margin: 0 0 20px 0;
}

.articleBlock.landscape .content .descriptionWrap {
    min-height: inherit;
    max-height: inherit;
}

.articleBlock .content h4 {
    font-size: 22px;
    font-weight:400;
    margin: 0 0 20px 0;
}

.articleBlock .content h4 a {
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    text-decoration: none;
    transition: 0.25s ease-out;
    -webkit-transition: 0.25s ease-out;
    line-height: inherit;
}

.articleBlock .content h4 a:hover{
	text-decoration: none;
}

.readMoreBtn {
    color: #ABABAB;
    font-size: 16px;
    line-height: 28px;
    position: relative;
    padding: 0 16px 0 0;
    transition: 0.25s ease-out;
    -webkit-transition: 0.25s ease-out;
}

.readMoreBtn:after {
    content: "\e903";
    position: absolute;
    right: 0;
    top: 50%;
    font-family: 'icomoon' !important;
    font-size: 13px;
    line-height: 1;
    transform: translateY(-50%);
    margin: 0px 0 0 0;
    font-weight: 400;
    transition:right 0.25s ease-out;
    -webkit-transition:right 0.25s ease-out;
}

.readMoreBtn:hover{
	text-decoration: none;
	color: #e7a614;
}

.readMoreBtn:hover:after{
	right: -4px;
}

.articleBlock .readMoreBtn {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.articleBlock:hover .readMoreBtn{
	color: #e7a614;
}

.articleBlock:hover .readMoreBtn:after{
	color: #e7a614;
}

.sponserLogoWrap h4 {
    font-size: 24px;
    font-weight: 400;
}

.newsHeader{
	padding: 196px 0px;
	background: #FFF8EE;
	position: relative;
	z-index: -1;
}

.newsHeader .titleGroup  h2 {
    margin: 0 0 20px 0;
    line-height: 1.1;
}

.newsHeader .titleGroup  p {
	margin: 0px;
}

.articleBlock.landscape .articleBlockIn {
    display: flex;
    flex: 0 0 100%;
}

.articleBlock.landscape .img {
    max-width: 380px;
    flex: 0 0 380px;
    margin: 0 70px 0 0;
    border-radius: 10px 0 0 10px;
}

.articleBlock.landscape.articleBlock .content{
    padding: 30px 40px 30px 0;
	text-align: left;
	max-width: 650px;
}

.articleBlock.landscape.articleBlock .content h4{
	line-height: 1.3;
	font-size: 40px;
}


.articleBlock.landscape.articleBlock .readMoreBtn{
	position: relative;
    bottom: 0;
    left: 0;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
}

.articleBlock.landscape .img img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}

.articleBlock.landscape.articleBlock .content .descriptionWrap {
    margin: 0 0 30px 0;
}

.newsWrapper {
    margin: 0 -20px;
    font-size: 0;
}

.newsWrapper .articleBlock.landscape {
    width: 100%;
    margin: -140px 0 0 0;
}

.newsWrapper .articleBlock{
	padding: 0  20px;
	display: inline-block;
    width: 33.3%;
    margin: 50px 0 0 0;
}

.latest.articleBlock .articleBlockIn:before {
    content: "Latest";
    position: absolute;
    left: 0;
    background: url('../images/triangle.svg') no-repeat;
    color: #fff;
    font-size: 16px;
    width: 83px;
    height: 30px;
    padding: 0 0 0 10px;
    line-height: 30px;
    top: 20px;
}

.iconContent {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 30px 0 0 0;
    max-width: 333px;
}

.iconContent:first-child {
    margin-top: 63px;
}

.iconContent .icon {
    float: left;
    margin: 0 20px 0 0;
    width: 55px;
    height: 55px;
    border-radius: 100px;
    line-height: 55px;
    background: rgb(231 166 20 / 20%);
    text-align: center;
    font-size: 13.5px;
    color: #E7A614;
}

.iconContent .content {
    overflow: hidden;
    color: #515151;
    line-height: 26px;
}

.iconContent .content a{
	color: #515151;
	text-decoration: none;
}

.iconContent .content a:hover{
	color: #E7A614;
}

.iconContent .content strong{
	color: #402E2E;
}

.iconContent .icon .icon-map {
    font-size: 18px;
    vertical-align: middle;
}

.iconContent .icon .icon-phone {
    font-size: 15px;
}

.wp-block-column.contactBg {
    background: #fff;
    margin-top: -282px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 0px 30px #7e7f6f14;
    padding: 50px;
}

.wp-block-column.contactBg:before {
    content: "";
    position: absolute;
    left: -40px;
    top: 90px;
    width: 23px;
    height: 23px;
    background: #fff;
    border-radius: 100px;
    -webkit-border-radius: 100px;
}

.wp-block-column.contactBg:after{
	content: "";
	position: absolute;
	left: -22px;
	top: 130px;
	width: 38px;
	height: 38px;
	background:#E7A614;
	border-radius: 100px;
    -webkit-border-radius: 100px;
    z-index: -1;
}

.form-group label{
	display: block;
	font-size:16px;
	color:#515151;
	margin: 0 0 14px 0;
	font-weight: 400;
}

.form-group br{
	display: none;
}

.form-group input{
	border: 1px solid #DEDEDE;
	background:#FFFFFF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #402E2E;
	font-size: 16px;
	padding: 0 15px;
	height: 55px;
	width: 100%;
	font-weight: 600;
}

.form-group input::-webkit-input-placeholder { /* Edge */
  color: #ABABAB;
  opacity: 1;
  font-weight: 400;
}

.form-group input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ABABAB;
  opacity: 1;
  font-weight: 400;
}

.form-group input::placeholder {
  color: #ABABAB;
  opacity: 1;
  font-weight: 400;
}

.selectBox{
	position: relative;
}

.selectBox:after {
    content: "\e903";
    font-family: 'icomoon';
    position: absolute;
    right: 16px;
    top: 22px;
    font-size: 13px;
    z-index: 9;
    transform: rotate(90deg);
    color: #515151;
}

.selectBox select {
    border: 1px solid #DEDEDE;
    background: #FFFFFF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #402E2E;
    font-size: 16px;
    padding: 0 15px;
    height: 55px;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-weight: 600;
}

.form-group textarea{
    border: 1px solid #DEDEDE;
    background: #FFFFFF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #402E2E;
    font-size: 16px;
    padding: 12px 15px;
    height: 170px;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-weight: 600;
}

.form-group textarea::-webkit-input-placeholder { /* Edge */
  color: #ABABAB;
  opacity: 1;
  font-weight: 400;
}

.form-group textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ABABAB;
  opacity: 1;
  font-weight: 400;
}

.form-group textarea::placeholder {
  color: #ABABAB;
  opacity: 1;
  font-weight: 400;
}

.submitBtn {
    position: relative;
    background: #E7A614;
    border: none;
    width: 100%;
    border-radius: 6px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    height: 60px;
    transition: 0.25s ease-out;
    -webkit-transition: 0.25s ease-out;
}

.submitBtn:after {
    content: "\e903";
    font-family: 'icomoon';
    position: absolute;
    margin: 6px 0 0 16px;
    font-size: 13px;
    transition: 0.25s ease-out;
    -webkit-transition: 0.25s ease-out;
}

.submitBtn:hover{
	background: #ffb610;
}

.submitBtn:hover:after{
	margin-left: 20px;
}

.singleNewsBg{
	background: #FFF8EE;
	padding: 196px 0 120px;
	position: relative;
}

.singleNews .titleGroup h2 {
    margin: 0px;
}

.singleNews .dateBlock {
    display: flex;
    align-items: center;
}

.singleNews .dateBlock .date{
	margin:22px 0 0 0px;
}

.singleNews .dateBlock .date.user{
	margin-left: 28px;
}

.singleNews .dateBlock .date.user .img {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    background-image: url('../images/user-circle.svg');
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0px 10px 0 0;
    vertical-align: middle;
    overflow: hidden;
}

.singleNews .dateBlock .date.user .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: top;
    display: inline-block;
    object-position: top;
}

.singleNews .titleGroup{
	position: relative;
}

.postSare {
    right: 0;
    bottom: 0;
    position: absolute;
    display: flex;
    align-items: center;
}

.postSare h6{
	font-size: 14px;
	color: #ABABAB;
	font-weight: 400;
	margin: 0 0px 0 0;
	text-transform: uppercase;
}

.postSare a{
	display: inline-block;
	width: 35px;
	height: 35px;
	box-shadow: 0 0 0 1px #DEDEDE;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	color: #ABABAB;
	text-align: center;
	margin: 0 0 0 15px;
	text-decoration: none;
	transition: 0.25s ease-out;
	-webkit-transition: 0.25s ease-out;
}

.postSare a .icon{
	font-size: 19px;
	line-height: 35px;
}

.postSare a .icon.icon-twitter{
	font-size: 15px;
}

.postSare a .icon.icon-linkedin{
	font-size: 14px;
}

.postSare a:hover{
	box-shadow: 0 0 0 1px #e7a614;
	background:#e7a614;
	color: #fff;
}

.postImg{
	margin: 0 0 40px 0px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: hidden;
}

.postImg img {
	width: 100%;
}

.singleNews .content p {
    max-width: 1050px;
}

.newsWrapper .wp-pagenavi{
	display: block;
    margin: 70px 0 0 0;
    text-align:center;
}

.newsWrapper .wp-pagenavi a, .newsWrapper .wp-pagenavi span {
    text-decoration: none;
    margin: 0px 5px;
    display: inline-block;
    font-size: 16px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    color: #515151;
    padding: 6px 12px;
    vertical-align: top;
    border: 1px solid #DEDEDE;
    background: transparent;
    line-height: 1;
    transition: 0.25s ease-out;
    -webkit-transition: 0.25s ease-out;
}

.newsWrapper .wp-pagenavi span.current {
	background: #E7A614;
	color: #fff;
	border-color: #E7A614;
}
.newsWrapper .wp-pagenavi a:hover{
	background: #E7A614;
	color: #fff;
	border-color: #E7A614;	
}

.padding-top196{
	padding-top: 196px;
}

.wp-block-column > .nav.nav-tabs {
    border: none;
}

.wp-block-column > .nav.nav-tabs li {
    margin: 0 0 0 20px;
}

.nav.nav-tabs li:first-child{
	margin-left: 0px;
}

.wp-block-column > .nav.nav-tabs li a {
    display: inline-block;
    font-size: 16px;
    color: #515151;
    border-radius: 100px;
    padding: 19px 25px;
    background: #fff;
    transition: 0.25s ease-out;
    -webkit-transition: 0.25s ease-out;
}

.wp-block-column > .nav.nav-tabs li a:hover, .wp-block-column > .nav.nav-tabs li a.active{
	text-decoration: none;
	color: #fff;
	background: #E6A513;
}

.bgYellowLight{
	background:#fff8ee;
}

.productHeader {
    max-width: 760px;
}

.productHeader h2{
	margin-bottom: 30px;
}

.btn-primary {
    display: inline-block;
    padding: 16px 32px;
    font-size: 16px;
    background: #E7A614;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-weight: 600;
    transition: 0.25s ease-out;
    -webkit-transition: 0.25s ease-out;
}

.btn-primary:hover, .btn-primary:focus{
	background: #FFB100;
	color: #fff;
	text-decoration: none;
}

.btn-secondary {
    display: inline-block;
    border: 1px solid #DEDEDE;
    padding: 16px 20px;
    color: #402E2E;
    font-weight: 600;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    text-align: center;
    transition: 0.25s ease-out;
    -webkit-transition: 0.25s ease-out;
    background: transparent;
}

.btn-secondary:hover{
	text-decoration: none;
	background: #402E2E;
	border-color: #402E2E;
	color: #fff;
}

.btn-group a + a{
	margin-left: 20px;
}

.productContent .tickList {
	margin: 24px 0;
}

.search-company .wp-block-columns .wp-block-column {
	position: relative;
}
.search-company .submitBtn {
	position: absolute;
    width: auto;
    padding: 0 40px;
    right: 0px;
    height: 54px;
}

#loginform .form-group {
	margin-bottom: 2rem;
}

.tabsWrap {
    margin: 10px 0 0 0;
}

.tabsWrap .nav-tabs .nav-link {
    font-size: .8rem;
    margin-bottom: -1px !important;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    font-weight: 600;
    color: #231F20;
}

.tabsWrap .nav-tabs .nav-item.show .nav-link, .tabsWrap .nav-tabs .nav-link.active {
    color: #E7A614;
    background-color: #fff;
    border-color: #E7A614 #E7A614 #fff;
}

.tabsWrap .nav-tabs .nav-link.active {
    border-top: .1rem solid #E7A614;
}

.tabsWrap .tab-content {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-radius: 0 0 .25rem .25rem;
    padding: 1rem;
    color: #000;
}

.weDo ul {
    padding: 0px;
}

.weDo ul li {
    padding: 0px;
    color: #434344;
    font-size: .9rem;
    list-style: inside;
    margin: 5px 0 0px 0;
}

.btnWhite-arrow.blueBtn {
    border-radius: 4px;
    background: #E7A614;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 16px 47px 16px 24px;
    position: relative;
    transition: 0.25s ease-out;
    -webkit-transition: 0.25s ease-out;
    display: inline-block;
}

.btnWhite-arrow.blueBtn:before{
    position: absolute;
    right: 21px;
    top: 50%;
    content: "\e903";
    font-family: 'icomoon' !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 14px;
    transition: 0.25s ease-out;
    -webkit-transition: 0.25s ease-out;
}

.btnWhite-arrow.blueBtn:hover {
    background: #FFB100;
    color: #fff;
    text-decoration: none;
}

.btnWhite-arrow.blueBtn:hover:before {
    right: 18px;
}

.sideBar-con {
    background: #f8f9fa;
    padding: 1.5rem;
}

.sideBar-con > h6{
	color: #212529;
    text-align: left;
}

.sideBar-con ul {
    padding: 0px;
    margin: 0px;
}

.sideBar-con ul li{
	display: block;
}

.sideBar-con ul li a{
	display: block;
	border-top:1px solid #dee1e4;
	font-size: .8rem;
    line-height: 22px;
    padding: .5rem 0px;
    color: #7c7c7d;
    text-decoration: none;
}

.sideBar-con ul li a i{
	margin-right: 8px;
}

.sideBar-con ul li a:hover{
	color: #E7A614;
	text-decoration: none;
}

.sideBar-con + .sideBar-con {
    margin-top: 12px;
}

.unorderList ul li a{
	display: inline-block;
	line-height: 22px;
	color: #012fbd;
	font-size: .8rem;
}

.unorderList ul li a:hover{
	color: #E7A614;
	text-decoration: underline;
}

.orderFormBtnWrap + .sideBar-con{
	margin-top: 32px;
}

.sideBar-bg.vc_column_container>.vc_column-inner > .wpb_wrapper {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px #7e7f6f14;
    border-radius: 10px;
    padding: 0 30px 20px;
}


.sideBar-bg.vc_column_container>.vc_column-inner > .wpb_wrapper  .vc_custom_heading{
	padding: 30px 0px 20px;
    font-weight: 700;
    color: #402E2E;
    border-bottom: 1px solid #DEDEDE;
    font-size: 20px;
    margin: 0 0px 20px;
}

.sideBar-bg.vc_column_container>.vc_column-inner > .wpb_wrapper ul{
    padding: 0px;
    margin: 0px;
}

.sideBar-bg.vc_column_container>.vc_column-inner > .wpb_wrapper ul li{
	display: block;
}

.sideBar-bg.vc_column_container>.vc_column-inner > .wpb_wrapper ul li a{
	color: #515151;
    padding: 0px 0px 0 17px;
    margin: 10px 0;
    display: inline-block;
    vertical-align: top;
    line-height: 1.75;
    position: relative;
}

.sideBar-bg.vc_column_container>.vc_column-inner > .wpb_wrapper ul li a:before {
    content: "\e903";
    font-family: 'icomoon';
    position: absolute;
    left: 0;
    top: 9px;
    color: #ABABAB;
    font-size: 10px;
    line-height: 1;
}

.sideBar-bg.vc_column_container>.vc_column-inner > .wpb_wrapper ul li a:hover {
    color: #E7A614;
    text-decoration: none;
}

.sideBar-bg.vc_column_container>.vc_column-inner > .wpb_wrapper ul li a:hover:before {
    color: #E7A614;
}


/*.knowledgeBanner {
    background: #f4f4f4;
    padding: 25px 0px;
}*/

.knowledgeBanner-content {
    text-align: center;
}

.knowledgeBanner-content h3 {
    margin: 0 0 30px 0px;
}

.bannerSearch {
    max-width: 600px;
    margin: 0px auto 8px;
    position: relative;
}

.bannerSearch input {
    width: 100%;
    height: 34px;
    padding: 0 16px 0 38px;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    color: #555;
    font-size: 12px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
}

.bannerSearch .serchBtn {
    position: absolute;
    left: 0px;
    border: none;
    background: none;
    box-shadow: none;
    color: #ccc;
    padding: 0 12px 0 16px;
    z-index: 9;
    height: 33px;
}

.bannerSearch .serchBtn .fa-search {
    font-size: 13px;
}


.categoryTitle {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    padding: 0 0 24px 0;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0;
}

.categoryTitle .categoryLink {
    font-size: 14px;
    color: #e7a614;
    float: right;
    margin: 7px 0 0 0;
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-item-term .accordion-button:not(.collapsed) {
    color: #1089cc;
    background-color: #dcf0fd;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.accordion-button:focus{
	outline: none;
	box-shadow: none;
}

.accordion-body {
    padding: 1rem 1.25rem;
}

.iconContentWrap .iconContent {
    display: block;
    margin: 32px 0 0 0;
    max-width: 430px;
}

@media only screen and (min-width:992px) {

	.row.grid50{
	    margin-left: -25px;
	    margin-right: -25px;
	}

	.row.grid50 > [class*=" col-"], .row.grid50 > [class^="col-"]{
	    padding-left: 25px;
	    padding-right: 25px;
	}

	.wp-block-column.bgwhiteBlock:not(:first-child){
		margin-left: 50px;
	}

	.md-padding-top50{
		padding-top: 50px !important;
	}

	.padding-lg-left0{
		padding-left: 0px !important;
	}

	.margin-lg-left0{
		margin-left: 0px !important;
	}

	.max-width550{
		max-width: 550px;
	}

	.postImg {
	    height: 500px;
	    overflow: hidden;
	    margin: -60px 0 40px 0;
	    position: relative;
	    z-index: 1;
	}

	.postImg img {
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	}
	
	.wp-block-column.container475right {
		max-width: 475px;
		margin: 0px 0 0 auto;
	}

}

@media only screen and (max-width:1200px) {
	.header-nav-main ul li a{
		padding: 14px 16px 14px;
	}

	.wp-block-column.bgImgDots::before {
		right: -18px;
	}

	.wp-block-column.bgImgDots::after {
		right: -14px;
	}

	.bgBanner{
		padding: 170px 0 150px;
	}

	.bannercontent h2{
		font-size: 40px;
	}

	.wp-block-column.contactBg{
		margin-top: -150px;
	}
}

@media only screen and (max-width:992px) {
	.column-wrap-lg {
		flex-wrap: wrap !important;
	}

	.column-wrap-lg .wp-block-column:not(:only-child) {
		flex-basis: 100% !important;
	}

	.column-wrap-lg .wp-block-column {
		flex-basis: 100%;
		margin-left: 0px;
	}

	.wp-block-column.bgImgDots{
		margin: 70px auto 0 auto;
	}

	.repo-padding-top30 {
		padding-top: 30px;
	}
	.repo-padding-top50 {
		padding-top: 50px;
	}

	.wp-block-image.igBorderLeft{
		margin: 0px auto;
	}
	.wp-block-image.igBorderLeft.igBorderRight {
		margin: 0px auto;
	}

	.wp-block-column.bgwhiteBlock{
		margin-top: 30px;
	}

	.tickList li{
		font-size: 15px;
	}

	.sponserLogo{
		flex-wrap: wrap;
	}

	.sponserLogo .img {
		margin: 0px 20px 20px;
		flex: 0 0 auto;
	}

	.footerlogo {
		margin: 0 0 24px 0;
	}

	.footerNav {
		margin: 0 0 20px 0;
	}

	.wp-block-image.img576 {
		margin: 0px 0 0px 0;
		max-height: inherit;
	}

	.wp-block-image.imgLeft576 {
		margin: 0px 0 0 0px;
		max-height: inherit;
	}

	.copyRightBar{
		padding: 40px 0 32px;
	}

	.copyRightBar ul{
		margin: 16px 0 0 0;
	}

	.copyRightBar ul li{
		padding: 0 10px;
	}

	.repo-padding-top0 {
		padding-top: 0 !important;
	}

	.wp-block-table tbody td, .wp-block-table thead th{
		padding: 16px 24px;
	}

	.productContent{
		font-size: 15px;
	}

	.btn-primary{
		padding: 12px 24px;
		font-size: 15px;
	}
	.btn-secondary{
		padding: 11px 20px;
		font-size: 15px;
	}

	.wp-block-table thead th{
		font-size: 16px;
	}

	.wp-block-table tbody td{
		font-size: 15px;
	}

	.sideBarList h4{
		padding: 24px 0px 20px;
		font-size: 18px;
	}

	.nav.nav-tabs li {
		margin: 0 0 20px 10px;
	}

	.nav.nav-tabs li a{
		font-size: 14px;
		padding: 14px 24px;
	}

	.downloadsBtn .wp-block-button__link{
		font-size: 14px;
	}

	.newsWrapper .articleBlock{
		width: 50%;
	}

	.articleBlock .img img{
		max-width: inherit !important;
	}

	.articleBlock .content{
		text-align: left;
		padding: 10px 24px 30px;
	}

	.descriptionWrap{
		max-height: inherit;
		min-height: inherit;
	}

	.wp-block-column.contactBg{
		padding: 30px 24px;
	}

	.form-group label{
		font-size: 14px;
		margin: 0 0 8px 0;
	}

	.form-group input{
		font-size: 15px;
		height: 48px;
	}

	.submitBtn{
		height: 58px;
	}

	.iconContent .content{
		font-size: 15px;
		line-height: 1.6;
	}

	body{
		font-size: 15px;
	}

	.singleNews .titleGroup h2{
		margin: 0px 0 24px 0;
	}

	.padding-top196 {
		padding-top: 140px;
	}

	.postImg{
		margin: -60px 0 40px 0;
		position: relative;
	}

	.singleNewsBg{
		padding-top: 140px;
	}

	.newsHeader{
		padding:140px 0px 196px;
	}

	.wp-block-column > .nav.nav-tabs li{
		margin: 10px 10px 0 0px;
	}

}

@media only screen and (max-width:768px){
	.articleBlock.landscape .articleBlockIn{
		display: block;
	}

	.articleBlock.landscape .img{
		max-width: inherit;
		margin: 0 0px 0 0;
		border-radius: 10px 10px 0 0px;
		-webkit-border-radius: 10px 10px 0 0px;
	}

	.articleBlock.landscape .img img{
		max-width: inherit !important;
	}

	.articleBlock.landscape.articleBlock .content{
		padding: 30px 24px 30px 24px;
	}

	.date{
		font-size: 13px;
	}

	.articleBlock.landscape.articleBlock .content h4{
		font-size: 22px;
	}

	.articleBlock.landscape.articleBlock .content .descriptionWrap{
		margin: 0 0 10px 0;
	}

	.newsWrapper .articleBlock{
		width: 100%;
	}

	.articleBlock .readMoreBtn{
		position: relative;
		bottom: 0;
		left: 0;
	}

	.postSare{
		position: static;
		margin: 30px 0 0 0;
	}

	
}

@media only screen and (max-width:500px){
	.productHeader .btn-group{
		display: block;
	}

	.productHeader .btn-group .btn-primary{
		display: block;
		text-align: center;
	}

	.productHeader .btn-group .btn-secondary{
		display: block;
		text-align: center;
	}

	.productHeader .btn-group a + a{
		margin-left: 0;
		margin-top: 20px;
	}
	
	.search-company .submitBtn {
		position: relative;
		width: 100%;
	}
}

/* Knowledgebase */


.faqContent{
	padding: 50px 0px;
}

.categoryList {
    border-bottom: 1px solid #ccc;
    padding: 0px 0px 24px;
    margin-bottom: 24px;
}

.categoryList ul{
	padding: 0px;
	margin: 0px;
	display: flex;
	flex-wrap: wrap;
}

.categoryList ul li {
    text-align: center;
    flex: 0 0 33.3%;
    list-style: none;
    padding: 4px 10px;
}

.categoryList ul li a{
	font-size:17px;
    color: #4f4f4f;
    text-transform: uppercase;
    padding: 20px;
    font-weight: 400;
    transition: 0.25s ease-out border, background, box-shadow;
    -webkit-transition: 0.25s ease-out border, background, box-shadow;
    border: 1px solid transparent;
    background: transparent;
    display: block;
    text-decoration: none;
}

.categoryList ul li a:hover{
	text-decoration: none;
	color:#0088cc;
	background-color: #fafafa;
    border: 1px solid #dfdfdf;
    box-shadow: 0px 5px 20px rgb(0 0 0 / 5%);
}

.accordion{
	padding:1px 0 0 0px;
}

.accordion-button:focus{
	box-shadow: none;
}

.accordion-item-term{
	margin: 20px 0 0;
	border:1px solid rgba(0, 0, 0, 0.125);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	overflow: hidden;
}

.accordion-item-term .accordion-button:not(.collapsed){
	color: #1089cc;
    background-color: #dcf0fd;
}

.accordion-item-term .accordion-button:focus{
	box-shadow:inset 0 -1px 0 rgb(183 214 234);
}

.accordion-item-term .accordion-body p{
	color: #000;
	font-size: 15px;
}

.pageTitle-st{
	background: #042699;
	padding: 43px 0px;
	position: relative;
	overflow: hidden;
	margin-bottom: 60px !important;
}

.pageTitle-st:before{
	content: "";
	position: absolute;
	background-color: #FFFFFF;
    border-radius: 100%;
	opacity: 0.053392;
	width: 768px;
	height: 768px;
	top: -384px;
	right: -100px;
}
