.grecaptcha-badge { 
	visibility: hidden; 
}
body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	background: #FFF;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
}
body, html {
	margin: 0;
	width: 100%;
	height: 100%;
}
h1 {
	color: #ed1c24;
	margin-top: 10px;
	font-weight: 400;
}
h2, h3, h4, h5 {
	color: #231f20;
	font-weight: 400;
}
h2 {
	color: #231f20;
	font-size: 28px;
}
h3 {
	font-weight: 600;
}
a:focus, input:focus, textarea:focus, :focus {
	outline: none;
}
a {
	color: #0088f1;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
hr {
	border-top: 1px solid #CCC;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding: 0;
	margin: 30px 0;
}
img {
	max-width: 100%;
	height: auto;
}
li {
	font-size: 16px;
}
p {
	line-height: 1.5em;
	margin: 1.5em 0;
}

.font-size60, .font-size60 *{
	font-size: 60px;
}

.font-size50, .font-size50 *{
	font-size: 50px;
}

.font-size45, .font-size45 *{
	font-size: 45px !important;
}

.font-size40, .font-size40 *{
	font-size: 40px !important;
}

.font-size36, .font-size36 *{
	font-size: 36px;
}

.font-size30, .font-size30 *{
	font-size: 30px;
}

.font-size24, .font-size24 *{
	font-size: 24px;
}

.font-size20, .font-size20 *{
	font-size: 20px;
}

.font-size18, .font-size18 *{
	font-size: 18px;
}

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

.color-white a{
	text-decoration: underline;
}

.color-lh-grey, .color-lh-grey *{
	color:#D2D2D2 !important;
}

.font-inter, .font-inter *{
	font-family: 'Inter', sans-serif !important;
}

.font-weight500, .font-weight500 *{
	font-weight: 500;
}

.font-weight600, .font-weight600 *{
	font-weight:600;
}

.font-weight800, .font-weight800 *{
	font-weight: 800;
}

#page-container li {
	line-height: 1.5em;
}/* LAYOUT */


.topHeader{
	padding: 20px 0;
	position: relative;
	z-index: 9;
	display: inline-block;
	vertical-align:top;
	width: 100%;
}

.topHeader .siteLogo{
	float: left;
	margin: 0px 20px 0 0px;
	max-width:70px;
}

.topHeader .siteLogo a{
	display: block;
}

.topHeader .siteLogo a img{
	width: 100%;
}

.nav-right {
    float: right;
    margin: 12px 0 0 0;
}

.main-nav{
	margin: 0;
    list-style: none;
    padding: 20px 0 0 0;
}

.header-nav-main ul {
    padding: 0;
    margin: 0;
    display: inline-block;
}

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

.header-nav-main ul li a {   
    text-decoration: none;
    color: #121212;
    font-size: 15px;
    line-height:18px;
    transition: .25s all;
    position: relative;
    display: inline-block;
    padding: 0 10px;
}

.header-nav-main ul li a:hover{
	color: rgb(237, 28, 36);
}

.header-nav-main ul li.menu-item-has-children .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 230px;
    background: #fff;
    border-radius: 0 0 4px 4px;
    margin: 0;
    padding:16px 0;
    display: none;
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 12%), inset 0 2px 0 0 #ed1c24;
    -webkit-box-shadow: 0 4px 10px 0 rgb(0 0 0 / 12%), inset 0 2px 0 0 #ed1c24;
}

.header-nav-main ul li.menu-item-has-children:hover > .sub-menu {
    display: block;
    margin: 0;
    padding:10px 0px;
}

.header-nav-main ul li.menu-item-has-children > .sub-menu li a {
    padding: 10px 16px;
    position: relative;
    display: block;
}

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

.header-nav-main ul li.menu-item-has-children > .sub-menu li.menu-item-has-children > .sub-menu {
    left: 100%;
    top: 0;
    margin: 0 0 0 -4px;
    padding:0px;
}

.header-nav-main ul li.menu-item-has-children > .sub-menu li.menu-item-has-children > .sub-menu li a{
	font-size: 14px;
	padding: 18px 16px;
}

.header-nav-main .nav-right ul li{
	margin: 0px 6px 0;
	padding-bottom: 0;
}

.header-nav-main .nav-right ul li.btn-top a {
    padding: 10px 20px;
    background: #ED1C24;
    color: #fff;
    border-radius: 100px;
    border: none;
    font-size: 14px;
    border: 1px solid #ED1C24;
}

.header-nav-main .nav-right ul li.btn-top a:hover{
	background: #e01c23;
}

.header-nav-main .nav-right ul li.btn-top.telPh a{
	background: none;
	border: 1px solid #ED1C24;
	color: #ED1C24;
	padding: 10px 16px;
}

.header-nav-main .nav-right ul li.btn-top.telPh a:before{
	content:"";
	background: url('../images/phone-Icon.svg') no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin: -1px 10px 0 0px;
	background-size:100% auto;
}

.header-nav-main .nav-right ul li.telPh a:hover {
    color: #ED1C24;
    background: #f7c4c6;
}


.responsive-button {
     position: absolute;
     right: 20px;
     top:24px;
     background: none;
     border: none;
     padding: 0;
     display: none;
}

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

 .responsive-button span {
     width: 24px;
     background: #000;
     height: 2px;
     display: inline-block;
     margin: 0px 0px;
     position: relative;
     transition: 0.3s all ease-in-out;
}
 .responsive-button span::before {
     width: 100%;
     background: #000;
     height: 2px;
     content: "";
     display: block;
     margin: 0px;
     position: absolute;
     left: 0;
     top: -9px;
     transition: 0.2s all ease-in-out;
     -webkit-transition: 0.2s all ease-in-out;
}
 .responsive-button span::after {
     width: 100%;
     background: #000;
     height: 2px;
     content: "";
     display: block;
     margin: 0px;
     position: absolute;
     left: 0;
     bottom: -9px;
     transition: 0.2s all ease-in-out;
     -webkit-transition: 0.2s all ease-in-out;
}


.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);
	bottom: 0;
}

/* FOOTER */

.site-footer {
	padding-top: 100px;
	background: #fff;
}

.footerLogo a {
    display: inline-block;
    max-width: 70px;
}

.footer-menu h6{
  color: #6F6F6F;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  margin: 0 0 30px 0px;
}

.footer-menu ul{
	padding: 0px;
	margin: 0px;
}

.footer-menu ul li{
	display: block;
}
.footer-menu ul li a{
  color: #121212;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 28px;
  text-decoration: none;
}

.footer-menu ul li a:hover{
	color: #ED1C24;
	text-decoration: none;
}

.footer-menu .address{
	color: #121212;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 24px;
  margin: 0px 0 20px;
  max-width: 195px;
}

.footer-copyright {
    margin: 80px 0 0;
    border-top: 1px solid #EEEEEE;
    padding: 40px 0 40px;
}

.footer-copyright .coptRightContent{
  color: #6F6F6F;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  line-height: 16px;
  display: inline-block;
}

.footer-copyright .copyRightlinks{
	display: inline-block;
	color: #6F6F6F;
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	line-height: 16px;
	margin-left: 40px;
}

.footer-copyright .copyRightlinks a{
	display: inline-block;	
	color: #6F6F6F;
  	font-family: 'Inter', sans-serif;
  	font-size: 13px;
  	line-height: 16px;
}

.footer-copyright .copyRightlinks a:hover{
	text-decoration: none;
	color: #ED1C24;
}

.footerSocial {
    text-align: right;
}

.footerSocial a{
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}


.footer-menu .contactLinks ul li a {
    position: relative;
    padding: 0 0 0 32px;
}

.footer-menu .contactLinks ul li a:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
}

.footer-menu .contactLinks ul li.tel a:before{
	background: url('../images/tel-icon.svg') no-repeat;
	background-position: center;
	background-size: 100% auto;
}
.footer-menu .contactLinks ul li.email a:before{
	background: url('../images/email-icon.svg') no-repeat;
	background-position: center;
	background-size: 100% auto;
}

/*.cog {
	background: url('../images/footer-cog.png') no-repeat center bottom;
	padding: 95px 0 45px;
}*/



.custom-font {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.generic-button, #respond #submit {
	display: inline-block;
	border: none;
	color: #FFF;
	cursor: pointer;
	padding: 10px 15px;
	font-size: 18px;
	font-weight: 600;
	background: #ed1c24;
	margin: 10px 0 0;
}
.generic-button:hover, #respond #submit:hover {
	opacity: 0.7;
	text-decoration: none;
}
.generic-button-inverse {
	background: #FFF;
	color: #0088f1;
}
.table {
	display: table;
	width: 100%;
	border-spacing: 20px;
	border-collapse: separate;
}
/*.row {
	display: table-row;
}*/
.cell {
	display: table-cell;
}
.primary-color {
	color: #ed1c24;
}
.secondary-color {
	color: #231f20;
}
.primary-background {
	background: #0088F1;
}
.page-id-2191 .max-width, .page-id-2424 .max-width, .page-id-2583 .max-width, .page-id-3513 .max-width, .page-template-template-page .max-width {
	max-width: 1180px;
}
.max-width {
	max-width: 1000px;
}
.margin-auto {
	margin: 0 auto;
}
.side-padding {
	padding-left: 20px;
	padding-right: 20px;
}
.overflow {
	overflow: hidden;
}
.block {
	display: block;
}
.clear {
	clear: both;
}
.clear-height {
	height: 20px;
	overflow: hidden;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.center-text, .center-text p, .center-text div {
	text-align: center;
}
.right-text {
	text-align: right;
}
div.left-text {
	text-align: left;
}
.vertical-padding-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.vertical-padding-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.padding-vertical-em {
	padding-top: 2em;
	padding-bottom: 2em;
}
.bold, .bold-links a {
	font-weight: bold;
}
.white-text {
	color: #FFF;
}
.white-link-text a {
	color: #FFF;
}
.text-shadow {
	text-shadow: 0 1px 0 #000;
}
.light-grey {
	color: #555655;
}
.grey {
	color: #999;
}
.mobile-only {
	display: none;
	visibility: none;
}
.image-align-right {
	display: inline-block;
	float: right;
	padding-left: 25px;
}
.image-align-left {
	display: inline-block;
	float: left;
	padding-right: 25px;
}
.position-relative {
	position: relative;
}
.transition a, .transition-direct {
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.transition a:hover, .transition-direct:hover {
	opacity: 0.7;
}
.transition ul ul a {
	-webkit-transition: none;
	moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.transition-opaque a {
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.font-12 {
	font-size: 12px;
}
.font-14 {
	font-size: 14px;
}
.font-16 {
	font-size: 16px;
}
.font-18 {
	font-size: 18px;
}
.font-20 {
	font-size: 20px;
}
.font-22 {
	font-size: 22px;
}
.font-24 {
	font-size: 24px;
}
.font-26 {
	font-size: 26px;
}
.font-28 {
	font-size: 28px;
}
.font-30 {
	font-size: 30px;
}
.font-32 {
	font-size: 32px;
}
.font-34 {
	font-size: 34px;
}
.font-36 {
	font-size: 36px;
}
.font-100 {
	font-weight: 100;
}
.font-300 {
	font-weight: 300;
}
.font-400 {
	font-weight: 400;
}
.font-700 {
	font-weight: 700;
}
.font-300-italic {
	font-weight: 300;
	font-style: italic;
}
.font-400-italic {
	font-weight: 400;
	font-style: italic;
}
.line-height-1-5 {
	line-height: 1.5em;
}
.line-height-1-6 {
	line-height: 1.6em;
}
.line-height-1-7 {
	line-height: 1.7em;
}
.line-height-1-8 {
	line-height: 1.8em;
}
.line-height-1-9 {
	line-height: 1.9em;
}
.line-height-2 {
	line-height: 2em;
}
.line-height-2-1 {
	line-height: 2.1em;
}
.line-height-2-2 {
	line-height: 2.2em;
}/* GENERAL RESPONSIVE */
.column-width-full {
	width: 100%;
}
.column-width-half {
	width: 50%;
}
.column-width-third {
	width: 33%;
}
.column-width-60 {
	width: 60%;
}
.column-width-40 {
	width: 40%;
}
.column-width-half-middle-space {
	width: 49%;
}
.responsive img, .responsive-direct {
	width: 100%;
	height: 100%;
	display: block;
}
.responsive-restricted {
	max-width: 100%;
}/* POST ALIGNMENTS ETC */
p img {
	max-width: 98%;
	padding: 0;
	height: auto;
}
img.centered, img.aligncenter {
	margin: 0 auto;
	overflow: hidden;
	display: block;
	padding: 20px 0;
}
img.alignright, .attachment-post-thumbnail {
	display: inline;
	margin: 2px 0 15px 20px;
	padding: 0;
}
img.alignleft {
	display: inline;
	margin: 2px 20px 15px 0;
	padding: 0;
}
.alignright, .attachment-post-thumbnail {
	float: right;
}
.alignleft {
	float: left;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	margin: 20px auto 0;
}
.size-full {
	padding: 0;
	/*border: 10px solid #FFF;
	-webkit-box-shadow: 0px 2px 2px 0px #ABABAB;
	box-shadow: 0px 2px 2px 0px #ABABAB;*/
}
#page-container #post-navigation {
	margin: 30px 0 0 0;
}
#page-container #post-navigation .previous {
	float: left;
}
#page-container #post-navigation .next {
	float: right;
}
#page-container #post-navigation .next a {
	border-left: 1px solid #CECECE;
	padding: 16px 15px;
	font-size: 12px;
	display: inline-block;
}
#page-container #post-navigation .previous a {
	border-right: 1px solid #CECECE;
	padding: 16px 15px;
	font-size: 12px;
	display: inline-block;
}
#post-navigation {
	border-color: #CECECE;
	background: #F2F2F2;
	display: block;
	clear: both;
}
#respond {
	background: #F2F2F2;
	padding: 1px 15px;
	margin: 20px 0 0 0;
}
#respond p {
	line-height: 1em;
}
#respond textarea, #respond input {
	border: 1px solid #999;
	padding: 1%;
	-webkit-box-shadow: inset -1px 1px 2px 0 #CCCCCC;
	box-shadow: inset -1px 1px 2px 0 #CCCCCC;
}
#respond textarea {
	width: 98%;
}
#respond #author, #respond #email, #respond #url {
	width: 50%;
}
#respond #submit {
	margin-top: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 500;
}
#respond #submit:hover {
	opacity: 0.7;
}
#respond small {
	color: #666;
}
#comments {
	border-color: #CECECE;
	background: #F2F2F2;
}
#comments .comment {
	background: #FFF;
	border-color: #999;
}
#add-this {
	padding: 35px 0 0 0;
	margin: 0;
	clear: both;
}
#respond label {
	display: block;
	font-size: 14px;
}
#respond .form-allowed-tags {
	font-size: 13px;
	color: #CCC;
	margin: 0 0 22px 0;
}
.background-cover {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}/* NEXT GEN GALLERY */
div.ngg-galleryoverview br {
	display: none;
	visibility: hidden;
}
div.ngg-gallery-thumbnail-box {
	float: none;
	display: inline-block;
}
div.ngg-navigation a.page-numbers, div.ngg-navigation a.next, div.ngg-navigation a.prev, div.ngg-navigation span.page-numbers, div.ngg-navigation span.next, div.ngg-navigation span.prev {
	border: none;
	background: #EFEFEF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
div.ngg-navigation a {
	color: #333;
}
#page .ngg-navigation a:hover {
	background: #000;
}
#page .ngg-navigation span {
	font-weight: normal;
}/* PAGINATION */
#pagination {
	font-size: 14px;
}
#pagination span {
	display: inline-block;
}
#pagination .wp-pagenavi {
	display: inline-block;
}
#pagination .pages {
	margin-left: 0;
	border: none;
	background: #EDEDED;
	color: #555;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#pagination .current {
	border: none;
	background: #9c9c9c;
	color: #FFF;
	font-weight: bold;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#pagination .page {
	border: none;
	background: #EDEDED;
	color: #555;
	font-weight: normal;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#pagination .page:hover {
	border: none;
	background: #ed1c24;
	color: #FFF;
}
#pagination .nextpostslink, #pagination .previouspostslink {
	border: none;
	background: #EDEDED;
	color: #555;
	font-weight: normal;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#pagination .nextpostslink:hover, #pagination .previouspostslink:hover {
	background: #ed1c24;
	color: #FFF;
}
#pagination .wp-pagenavi a, #pagination .wp-pagenavi span {
	padding: 8px 12px;
}
.button-group .generic-button {
	margin-right: 5px;
}
.button-group .generic-button:last-child {
	margin-right: 0;
}
.generic-button.button-sm {
	padding: 4px 10px;
	font-size: 14px;
	border: 1px solid #ed1c24;
    border-radius: 100px;
}
.generic-button.button-outline {
	display: inline-block;
	color: #ed1c24;
	border: 1px solid #ed1c24;
	background: #fff;
  border-radius: 100px;
  padding: 10px 16px;
}
.generic-button.button-outline:hover {
	background: #ed1c24;
	color: #fff;
}
.top-page-quote {
	background: #575757;
	left: 0;
	right: 0;
	color: #fff;
	padding: 26px 28px;
	margin: 12px 0 30px;
	font-size: 18px;
	border-bottom-right-radius: 16px;
	border-top-right-radius: 5px;
	background-image: url('../images/cogs-background.jpg');
	background-size: 210px;
	background-position: right;
	text-align:center;
}
.btn-call-action {
	background: #f1f1f1;
	padding: 20px 20px;
	text-align: center;
	color: #343434;
	border-top: 1px dotted #ccc;
	margin-top: 50px;
	font-size: 12px;
}
.btn-call-action .generic-button {
	margin-top: 0;
	margin-right: 16px;
}

/* BLOCKQUOTE */
blockquote {
    background: url('../images/blockquote.png') no-repeat left top;
    margin: 20px 0;
    padding-left: 55px;
}

/*  Banner css */

.page-id-2191 #page-header, .page-id-2424 #page-header, .page-id-2583 #page-header, .page-id-2786 #page-header, .page-id-4209 #page-header{
	display: none;
}

.page-id-2191 #page-container, .page-id-2424 #page-container, .page-id-2583 #page-container, .page-id-2786 #page-container, .page-id-4209 #page-container{
	padding:0px;
}

.page-id-2191 #page-container > .max-width.side-padding, .page-id-2424 #page-container > .max-width.side-padding, .page-id-2583 #page-container > .max-width.side-padding, 
.page-id-2601 #page-container > .max-width.side-padding, .page-id-2786 #page-container > .max-width.side-padding, .page-id-4209 #page-container > .max-width.side-padding{
	max-width: inherit;
	padding-left: 0;
	padding-right: 0;
}

.bannerImg-wrapper img.alignleft{
	margin: 0;
	border: none;
	box-shadow: none;
}

.bannerImg-wrapper{
	margin: 0px 0px 0 0;
	padding: 0px 120px 0 0;
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.bannerImg-wrapper .img{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center;
}

.bannerImg-wrapper .bannerContent {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin: 0px auto;
    max-width: 1140px;
    padding: 0 20px;
}

.bannerImg-wrapper .bannerContent h1{
	font-size: 40px;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	margin: 0px 0 20px 0px;
	color: #fff;
}

.bannerImg-wrapper .bannerContent p{
	font-size: 24px;
	color: #fff;
	margin: 0px;
	font-weight: 400;
    font-family: 'Inter', sans-serif;
}

.bannerImg-wrapper .bannerContent .contentIn{
	/*max-width: 640px;*/
}

.bannerImg-wrapper .bannerContent .circle-arrow-btn-white{
	margin-top:40px;
}

.paragraph-margin {
    margin-top: 0;
    margin-bottom: 20px;
}

.margin-top0{
	margin-top:0px !important;
}

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

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

.margin-top60{
	margin-top:60px !important;
}

.margin-top70{
	margin-top:70px !important;
}

.margin-top80{
	margin-top:80px !important;
}

.margin-bottom10{
	margin-bottom: 10px !important;
}

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

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

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

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

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

.margin-bottom50{
	margin-bottom: 50px !important;
}

.margin-bottom60{
	margin-bottom:60px !important;
}

.margin-bottom70{
	margin-bottom:70px !important;
}

.margin-bottom80{
	margin-bottom:80px !important;
}

.margin-bottom0{
	margin-bottom:0px !important;
}

.min-height-inherit{
	min-height: inherit !important;
}

.bgGrey{
	background:#F5F5F5;
}

.padding-top120{
	padding-top:120px;
}

.padding-top100{
	padding-top:100px;
}

.padding-top90{
	padding-top:90px;
}

.padding-top70{
	padding-top:70px;
}

.padding-top60{
	padding-top:60px;
}

.padding-top50{
	padding-top:50px;
}

.padding-top30{
	padding-top:30px;
}

.padding-top20{
	padding-top:20px;
}

.padding-bottom120{
	padding-bottom:120px;
}

.padding-bottom100{
	padding-bottom:100px;
}

.padding-bottom90{
	padding-bottom:90px;
}

.padding-bottom70{
	padding-bottom:70px;
}

.padding-bottom20{
	padding-bottom:20px;
}

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

.wp-block-column.blockWidth995 {
    max-width: 995px;
    margin: 0px auto;
}

.wp-block-column.blockWidth650 {
    max-width: 650px;
    margin: 0px auto;
}

.wp-block-column.blockWidth720 {
    max-width: 720px;
    margin: 0px auto;
}

.wp-block-column.blockWidth800 {
    max-width: 800px;
    margin: 0px auto;
}

.wp-block-column.max-width720{
	max-width: 720px;
}

.wp-block-column.iconBlock-white{
    background: #fff;
    padding: 40px 32px;
    margin-top: 30px;
}

.wp-block-column.iconBlock-white .wp-block-image {
	margin-bottom: 0px;
}

.wp-block-column.iconBlock-white .wp-block-image figure {
    margin-bottom: 28px;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wp-block-column.iconBlock-white h6{
	font-size: 17px;
	font-weight: 600;
	margin: 0 0 20px 0;
}

.wp-block-column.iconBlock-white p{
	font-size: 15px;
	font-weight: 400;
	 line-height: 24px;
	 margin: 0 0 20px 0px;
}

.wp-block-button.arrowLink {
    margin: 0px;
}

.wp-block-button.arrowLink a {
    position: relative;
    background: none;
    text-decoration: none;
    padding: 10px 14px 10px 30px;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
}

.wp-block-button.arrowLink a:before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4px;
	background:url('../images/arrowRight-grey.svg') no-repeat;
	background-size: 100% auto;
	width: 14px;
	height: 12px;
	transition: 0.25s ease-out;
	-webkit-transition: 0.25s ease-out;
}

.wp-block-button.arrowLink a:hover:before {
    left: 6px;
}

.wp-block-button.circle-arrow-btn{
    margin: 0px;
}

.wp-block-button.circle-arrow-btn a{
	padding: 0 0 0 68px;
	display: inline-block;
	vertical-align: middle;
	line-height: 48px;
	position: relative;
	color: #ED1C24;
	font-size: 16px;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	background: none;
}

.wp-block-button.circle-arrow-btn a:before{
	content: "";
	position: absolute;
	left: 0;
	top:0%;
	margin-top:0px;
	background:url('../images/arrow-circle-white.svg') no-repeat;
	background-size: 100% auto;
	width: 48px;
	height: 48px;
	transition: 0.25s ease-out;
	-webkit-transition: 0.25s ease-out;
}

.wp-block-button.circle-arrow-btn a:hover:before {
    left: 6px;
}

.wp-block-column.bg-ls400 {
    position: relative;
}

.wp-block-column.bg-ls400:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 400px;
    background: url('../images/Marble.jpg') no-repeat;
    background-position: -180px 0px;
    background-size: cover;
    z-index: -1;
}

div#bannerSlider.owl-carousel {
    /*padding-right: 120px;*/
    background: #f5f5f5;
}

div#bannerSlider.owl-carousel:before {
    content: "";
    width: 120px;
    top: 0;
    right: 0;
    bottom: 300px;
    background: url('../images/Marble.jpg') no-repeat;
    background-position: left top;
    position: absolute;
}

div#bannerSlider.owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    width: 120px;
    bottom: 300px;
    margin-bottom: -240px;
    display: flex !important;
    flex-wrap: wrap;
    height: auto;
}

div#bannerSlider.owl-carousel .owl-nav button {
    position: relative !important;
    width: 100% !important;
    height: 120px !important;
    text-align: center;
    background: #fff !important;
    /* box-shadow: inset 0 0px 0 1px rgb(0 0 0 / 10%); */
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 !important;
    overflow: hidden;
    padding: 0 !important;
    top: 0;
    left: 0;
    right: 0;
    display: block !important;
}

div#bannerSlider.owl-carousel .owl-nav button.owl-prev {
    order: 2;
}

div#bannerSlider.owl-carousel .owl-nav button:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: url('../images/arrow-slider-right.svg') no-repeat;
    width: 16px;
    height: 14px;
}

div#bannerSlider.owl-carousel .owl-nav button.owl-prev:before{
	background-image: url('../images/arrow-slider-left.svg');
}

div#bannerSlider.owl-carousel .owl-nav button:hover{
	background:#f1f1f1;
}

div#bannerSlider.owl-carousel .owl-nav button:focus{
	outline: none;
	box-shadow: none;
}

.circle-arrow-btn-white{
	padding: 0 0 0 68px;
	display: inline-block;
	vertical-align: middle;
	line-height: 48px;
	position: relative;
	color: #fff;
	font-size: 16px;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	background: none;
}

.circle-arrow-btn-white:before{
	content: "";
	position: absolute;
	left: 0;
	top:0%;
	margin-top:0px;
	background:url('../images/arrow-circle-red.svg') no-repeat;
	background-size: 100% auto;
	width: 48px;
	height: 48px;
	transition: 0.25s ease-out;
	-webkit-transition: 0.25s ease-out;
}

.circle-arrow-btn-white:hover:before {
    left: 6px;
}

.circle-arrow-btn-white:hover{
	color: #fff;
	text-decoration: none;
}

.bg-dark{
	background: #333;
	position: relative;
	overflow: hidden;
}

.bg-right-gear{
	background: #333;
	position: relative;
	overflow: hidden;
}

.bg-right-gear:before{
	content: "";
	position: absolute;
	background: url('../images/gear.svg') no-repeat;
	width: 514px;
	height: 514px;
	top: -256px;
	right: -116px;
}

.wp-block-column.blockGrey {
    background-color: rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 2px 0 0 #ED1C24;
    padding: 40px;
    color: #D2D2D2;
    margin-top: 28px;
}

.wp-block-column.blockGrey h6{
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 20px 0;
}

.wp-block-column.blockGrey ul{
	padding: 0px;
	margin: 0px;
}

.wp-block-column.blockGrey ul li{
	font-size: 15px;
	color: #D2D2D2;
	line-height: 24px !important;
    list-style: inside;
}

.wp-block-column.partnerLogos-list {
    font-size: 0;
    max-width: 880px;
    margin: 0px auto;
    text-align: center;
}

.partnerLogos-list figure.wp-block-image {
    display: inline-block;
    vertical-align: middle;
    margin:50px 25px 0;
}

.partnerLogos-list figure.wp-block-image img {
    max-height: 40px;
    width: auto;
}

.signUp-bg {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(../images/Marble.jpg) no-repeat;
    background-size:cover;
    position: relative;
}

.signUp-bg:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background:#333333;
    left: 50%;
    margin-left: 400px;
}

.signUp-content{
	margin: 0 0 40px 0;
}

.signUp-content h3{
	color: #fff;
	margin: 0 0 20px 0px;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	line-height: 1.2;
}

.signUp-content p{
	color: #fff;
	font-family: 'Inter', sans-serif;
	margin: 0px;
}

.signupForm{
	margin: 0px;
	position: relative;
}

.signupForm #mailpoet_form_1 form.mailpoet_form{
	padding: 0px;
}

.signupForm #mailpoet_form_1 .mailpoet_paragraph{
	margin-bottom: 0;
}

.signupForm  form p{
	margin: 0px;
}

.signupForm  form br{
	display: none;
}

.signupForm input {
    display: block;
    width: 100%;
    background: #fff !important;
    height: 64px;
    border: none;
    border-radius: 100px;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    color: #121212 !important;
    padding: 0px 70px 0 30px !important;
    opacity: 1;
}

.signupForm input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 0.3;
}
.signupForm input::-moz-placeholder { /* Firefox 19+ */
  opacity: 0.3;
}
.signupForm input:-ms-input-placeholder { /* IE 10+ */
  opacity: 0.3;
}
.signupForm input:-moz-placeholder { /* Firefox 18- */
  opacity: 0.3;
}



.signupForm input:focus{
	outline: none;
}


.signupForm .parsley-custom-error-message {
    color: #ccc;
    font-size: 14px;
    margin: 0 0 0 30px;
}

.signupForm .submitArrow {
    position: absolute;
    right: 0px;
    height: 64px;
    width: 64px;
    text-align: center;
    border: none;
    background: none;
    top: 0;
    padding: 0;
   	text-indent: 9999px;
    overflow: hidden;
    white-space: nowrap;
}

.signupForm .submitArrow:before {
    content: "";
    background: url('../images/arrow-right.svg') no-repeat;
    position: absolute;
    width: 16px;
    height: 14px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background-size: 100% auto;
}

.signupForm .submitArrow:hover:before{
	background-image: url('../images/arrow-right-red.svg');
}

.signupForm .submitArrow:after{
	background-image: url('../images/arrow-right-red.svg');
	content: "";
	position: absolute;
	visibility: hidden;
}

.signupForm .submitArrow:focus{
	outline: none;
}

.signupForm .submitArrow:hover svg #SMSF-Home{
	    stroke:#ED1C24;
}

.signupForm #mailpoet_form_1 .mailpoet_submit {
    background: url('../images/arrow-right.svg') no-repeat !important;
    padding: 0px 0px 0 0px !important;
    width: 64px !important;
    height: 64px !important;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    border: none !important;
    position: absolute;
    right: 0px;
    top: 0;
    text-indent: 9999px;
    overflow: hidden;
    background-position: center !important;
}

.signupForm #mailpoet_form_1 .mailpoet_submit:hover, .signupForm #mailpoet_form_1 .mailpoet_submit:focus{
	background-image: url('../images/arrow-right-red.svg') !important;
}

.testiSlider-wrap .slick-list{
	overflow: visible;
}

.signupForm .mailpoet_form.mailpoet_form_successfully_send .mailpoet_validate_success, .signupForm .wpcf7 form.sent .wpcf7-response-output {
    /*left: 0;
    position: absolute;
    text-align: left;
    top: 0;
    transform: translate(-0%, 0%);*/
    margin: 20px 0 0 0;
    color: #212121;
    padding: 24px 42px 24px 70px;
    background: #f9e1e2;
    border-radius: 6px;
    position: relative;
    border: none;
}

.signupForm .mailpoet_form.mailpoet_form_successfully_send .mailpoet_validate_success:before, .signupForm .wpcf7 form.sent .wpcf7-response-output:before {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    background: url('../images/okFilled-red.svg') no-repeat;
    background-size: 100% auto;
    left: 24px;
    top: 20px;
}

.testiBg{
	display: block;
	margin: 0px;
}

.testiBg .testiBgIn{
	background-color: #FFFFFF;
	padding:40px 40px 100px 40px;
	position: relative;
	max-width: 500px;
	margin: 0 30px 0 0;
	height: 100%;
}

.testiBg .testiBgIn:before{
	content:"";
	background: url('../images/quote-Icon.svg') no-repeat;
	width: 29px;
	height: 29px;
	display: block;
	margin: 0 0 40px 0px;
}

.testiBg .testiBgIn:after{
	content: "";
	position: absolute;
	bottom: 0;
	right: 40px;
	background: url('../images/bg-quote.svg') no-repeat;
	width: 229px;
	height: 103px;
}

.testiBg .testiBgIn .content{
	font-size: 18px;
	line-height: 1.8;
	font-family: 'Inter', sans-serif;
	color: #121212;
}

.testiBg .testiBgIn .testiAuthor {
    bottom: 40px;
    left: 40px;
    position: absolute;
    font-size: 16px;
    font-size: 16px;
	color: #6F6F6F;
	line-height: 1;
	font-family: 'Inter', sans-serif;
}

.testiBg .testiBgIn .testiAuthor .name{
	font-size: inherit;
	color: #121212;
	font-weight: 600;
	font-family:inherit;
}

.testiBg .testiBgIn .testiAuthor .authWork{
	font-size: inherit;
	color: #6F6F6F;
	font-family:inherit;
}

.testiSlider-wrap .slick-arrow {
    height: 48px;
    position: absolute;
    right: 0;
    top: -70px;
    width: 48px;
    background-color: #FFFFFF;
    border-radius: 24px;
    text-indent: 9999px;
    height: 48px;
    overflow: hidden;
    white-space: nowrap;
    border: none;
    box-shadow: none;
}

.testiSlider-wrap .slick-arrow:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: url('../images/arrow-right.svg') no-repeat;
    width: 16px;
    height: 14px;
    background-size: 100% auto;
    margin: -8px 0 0 -8px;
}

.testiSlider-wrap .slick-arrow.slick-prev{
	right: 58px;
}

.testiSlider-wrap .slick-arrow.slick-prev:before {
    background-image: url('../images/arrow-left.svg');
}


.testiSlider-wrap .slick-arrow:hover:before{
	background-image: url('../images/arrow-right-red.svg');
}

.testiSlider-wrap .slick-arrow.slick-prev:hover:before{
	background-image: url('../images/arrow-left-red.svg');
}

.testiSlider-wrap.slick-slider .slick-track{
	display: flex;
}

.testiSlider-wrap.slick-slider .slick-track .slick-slide.testiBg{
	height: auto;
	margin-top: 30px;
}

.testiSlider-wrap .slick-arrow:focus{
	outline: none;
}

.wp-block-column.blockContainer {
    overflow: hidden;
}

.partnerLogos-list p:empty {
    display: none;
}

.bookAppointment > .wp-block-column {
    max-width: 708px;
    margin:68px auto;
    display: flex;
    align-items: center;
}

.bookAppointment > .wp-block-column > .wp-block-image{
  margin:0px 30px 0 0;
  flex:0 0 48px;
}

.bookAppointment > .wp-block-column h4 {
    color: #fff;
    font-family: 'Inter', sans-serif !important;
    font-weight: 500;
    margin: 0 30px 0 0;
}

.wp-block-buttons > .wp-block-button.fillBtn-red{
  margin:0px;
}

.fillBtn-red .wp-block-button__link{
  color: #FFFFFF;
  font-family: 'Inter', sans-serif !important;
  font-size: 15px;
  line-height: 18px;
  padding:15px 32px 14px;
  background-color: #ED1C24;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  min-width: 200px;
}

.fillBtn-red .wp-block-button__link:hover{
    background-color:#dc0008;
    color:#fff;
    text-decoration:none;
}


.wp-block-buttons > .wp-block-button.fillBtn-bl{
  margin:0px;
}

.fillBtn-bl .wp-block-button__link{
  color: #FFFFFF;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 22px;
  padding:17px 30px 18px;
  background-color: #0A2229;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  letter-spacing: -0.002em;
  min-width: 200px;
}

.fillBtn-bl.bigBtn .wp-block-button__link {
	font-size: 21px;
	line-height: 32px;
}

.fillBtn-bl .wp-block-button__link:hover{
    background-color:#441d1e;
    color:#fff;
    text-decoration:none;
}

.fillBtn-bl.redBtn .wp-block-button__link{
	background-color:#ED1C24;
}

.fillBtn-bl.redBtn .wp-block-button__link:hover{
	background-color:#dc0008;
}

.fillBtn-bl .downloadBtn .wp-block-button__link{
	background: transparent;
	color: #ccc;
	border: 1px solid #C6C6C6;
	position: relative;
	padding: 10px 60px 10px;
	text-align: left;
	font-size: 14px;
	font-weight: 500;
	color: #0A2229;
}

.fillBtn-bl .downloadBtn .wp-block-button__link strong{
	display: block;
	font-size: 11px;
	color: #C4C4C4;
	font-weight: 400;
	line-height: 13px;
	margin: 0px;
}

.fillBtn-bl .downloadBtn .wp-block-button__link:before{
	content: "";
	position: absolute;
	left: 24px;
	top: 50%;
	width: 19px;
	height: 24px;
	background: url('../images/bookRed.svg') no-repeat;
	margin: -11px 0 0 0;
}

.fillBtn-bl .downloadBtn .wp-block-button__link:after{
	content: "";
	position: absolute;
	right: 24px;
	top: 50%;
	width: 12px;
	height: 15px;
	background: url('../images/Icdownload.svg') no-repeat;
	margin: -7px 0 0 0;
}

.fillBtn-bl .downloadBtn .wp-block-button__link:hover{
	border-color: #ed1c24;
	color: #ed1c24;
}

.fillBtn-bl .downloadBtn .wp-block-button__link:hover strong{
	color: #EA898C;
}

.fillBtn-bl .wp-block-button + .wp-block-button {
	margin-left: 24px;
}

.articleBtn-wrapper .wp-block-buttons {
    justify-content: flex-end;
}

.font-barlow, .font-barlow *{
	font-family: 'Barlow', sans-serif;
}

.font-DMSans, .font-DMSans *{
	font-family: 'DM Sans', sans-serif;
}

.font-twoStyle {
	font-weight: 500;
}

.page-id-2601  #page-header{
	display: none;
}

.page-id-2601 #page-container {
	padding: 0;
}

.bg-redTop{
	position: relative;	
}

.bg-redTop:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 680px;
	background: url('/wp-content/uploads/2021/10/header-sub-bg.jpg') no-repeat;
	background-size: cover;
	z-index: -1;
	bottom: 0;
}

.bg-redTop_nag210{
	position: relative;
}

.bg-redTop_nag210:before{
	content: "";
	position: absolute;
	left: 0;
	top: -210px;
	bottom: 214px;
	right: 0;
	background:#ED1C24;
	z-index: -1;
}

.bgbanner-admn{
	position: relative;
  background: url('/wp-content/uploads/2021/10/header-sub-bg.jpg') no-repeat;
	background-size: cover;
}

.bgRed1540{
	position: relative;
	z-index: 1;
}

.bgRed1540:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 138px;
	max-height: 1540px;
	z-index: -1;
	background: #CA271D;
}

.bgRed1540.bgBottom339:before{
	bottom: 339px;
	max-height: inherit;
}

.bgRed248{
	position: relative;
	z-index: 1;
}

.bgRed248:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 230px;
	z-index: -1;
	background: #CA271D;
}

.imgStylebr{
	position: relative;
}

.imgStylebr figure{
	border-radius: 8px;
	-webkit-border-radius: 8px;
	overflow: hidden;
	position: relative;
}

.imgTopSvg:before{
	content: "";
	position: absolute;
	right:-30px;
	top:-28px;
	height: 56px;
	width: 67px;
	background: url('../images/ic1573.svg') no-repeat;
	background-size:100% auto;
}


.imgbottom-right::before {
	content: "";
	position: absolute;
	right: -12px;
	bottom: -32px;
	height: 56px;
	width: 67px;
	background: url('../images/ic1572.svg') no-repeat;
	background-size: 100% auto;
}

.admisList{
	margin: 0px;
	padding: 0px;
}

.admisList > li {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 35px !important;
	font-weight: 400;
	font-family: 'DM Sans', sans-serif;
	padding: 0 0 0 32px;
	margin: 0px;
}

.admisList > li:before{
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	width: 14px;
	height: 14px;
	background: url('../images/akar-icon.svg') no-repeat;
	background-size: 100% auto;
}

.admisList.marginBottom > li {
	margin-bottom: 24px;
	line-height: 1.5 !important;
}

.admisList.marginBottom > li:last-child {
	margin-bottom: 0;
}


.admisList > li > ul {
	padding: 0 0 0 30px;
	margin: 0px;
}

.admisList > li > ul > li{
	font-size: inherit;
	list-style: disc;
}

.wp-block-column.tagsFlex {
	display: flex;
}

.wp-block-column.tagsFlex .tagscircle {
	background: #EFEFEF;
	border-radius: 59px;
	display: inline-block;
	font-size: 20px;
	line-height: 40px;
	padding: 5px 21px 6px;
	margin: 0px 0 0 28px;
}

.wp-block-column.tagsFlex .tagscircle:first-child{
	margin-left: 0px;
}

.adminTable.wp-block-table table {
	background: #0A2229;
	color: #fff;
	font-size: 24px;
}

.adminTable.wp-block-table table {
	background: #0A2229;
	color: #fff;
	font-size: 20px;
	border-collapse: collapse;
}

.adminTable.wp-block-table table th {
	padding: 24px 0;
	background: #ED1C24;
	font-size: 24px;
	font-weight: normal;
	border: 0.5px solid rgba(255, 255, 255, 0.35);
}

.adminTable.wp-block-table table td {
	padding: 20px 0;
	border: 0.5px solid rgba(255, 255, 255, 0.35);
}

.adminTable.wp-block-table table th:first-child {
	width: 400px;
}

.adminTable.wp-block-table table th:nth-child(2) {
    width: 280px;
}

.adminTable figcaption {
	text-align: center;
	margin: 24px 0 0 0;
	font-size: 14px;
}

.bgGreyHalf {
	position: relative;
	z-index: 1;
}

.bgGreyHalf::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 1230px;
	background: #EFEFEF;
	z-index: -1;
	top: 440px;
}

.wp-block-image.adBanner-Img {
	width: 735px;
	margin: 0;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

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

.groupImg-left{
	width: 530px;
	float: right;
	margin:0 0px 0 0 !important;
}

.groupImg-left figure {
	float: none !important;
	margin: 0 !important;
	box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
}


.bigList-arrow {
	padding: 0;
	margin: 0px;
}

.bigList-arrow > li {
	display: block;
	list-style: none;
	position: relative;
	font-size: 32px;
	line-height: 35px !important;
	font-weight: 700;
	padding: 0 0 0 32px;
	margin: 0 0 50px 0;
}

.bigList-arrow > li:last-child{
	margin: 0px;
}

.bigList-arrow > li:before{
	content: "";
	position: absolute;
	left: 0;
	top: 13px;
	width: 14px;
	height: 14px;
	background: url('../images/akar-icon.svg') no-repeat;
	background-size: 100% auto;
}

.bigList-arrow > li > ul{
	padding: 0px;
	margin: 24px 0 0 0;
}

.bigList-arrow > li > ul > li{
	display: block;
	font-size: 20px;
	line-height: 30px !important;
	font-weight: normal;
}

.bg-redTop263{
	position: relative;
	z-index: 1;
}

.bg-redTop263:before{
	content: "";
	background: #CA271D;
	position: absolute;
	left: 0;
	right: 0;
	top: 263px;
	bottom: 0;
	z-index:-1;
}

.bg-redTop263.bottomBgunderlay:before{
	bottom: -340px;
}

.font-weight400 {
	font-weight: 400;
}

.imgWithoutborder {
	border: none;
	box-shadow: none;
	border-radius: 8px;
	-webkit-border-radius: 8px;
}

.imgWithoutborder > figure{
	border: none;
	box-shadow: none;	
}

.fullImg{
	border: none;
	box-shadow: none;
	margin: 0px !important;
}


.fullImg img{
	width:100%;
}

.iconImg{
	display: block;
	list-style: none;
	position: relative;
	font-size: 32px;
	line-height: 35px !important;
	font-weight: 700;
	padding: 0 0 0 32px;
	margin: 0 0 0px 0;
}

.iconImg:before{
	content: "";
	position: absolute;
	left: 0;
	top: 13px;
	width: 14px;
	height: 14px;
	background: url('../images/akar-icons-white.svg') no-repeat;
	background-size: 100% auto;
}

.z-index9{
	z-index: 9;
}

.greyTable.wp-block-table table {
	background: #FFFFFF;
}

.greyTable.wp-block-table table thead tr th {
	background: #0A2229;
	color: #fff;
	font-size: 24px;
	line-height: 46px;
	padding: 0 50px;
	height: 90px;
	font-weight: 600;
	border-right: 2px solid #fff;
}

.greyTable.wp-block-table table thead tr th:last-child{
	margin-right: 0px;
}

.greyTable.wp-block-table table tbody tr td{
	color: #0A2229;
	font-weight: 500;
	font-size: 20px;
	line-height: 34px;
	padding: 0 50px;
	height: 90px;
}

.greyTable.wp-block-table table tbody tr:nth-child(even) td{
	background:#EFEFEF;
}

.greyTable figcaption {
	background: #EFEFEF;
	display: block;
	padding: 32px 100px;
	text-align: center;
	font-size: 20px;
	color: #0A2229;
}

.borderBTN .wp-block-button__link {
	background: #fff;
	border: 1px solid #ED1C24;
	font-size: 20px;
	color: #ED1C24;
	font-weight: 500;
	height: auto;
	padding: 11px 28px;
	line-height: 1.7;
}

.borderBTN .wp-block-button__link:hover{
	background: #ED1C24;
	color: #fff;
	text-decoration: none;
}

.borderBTN .wp-block-button__link:focus, .borderBTN .wp-block-button__link:active, .borderBTN .wp-block-button__link:visited{
	background: #ED1C24;
	color: #fff;
}

.borderBTN.borderBtn-white .wp-block-button__link{
	border-color: #fff;
	background: transparent;
	color: #fff;
}

.borderBTN.borderBtn-white .wp-block-button__link:hover{
	background: #fff;
	color: #ED1C24;
}

.borderBTN.borderBtn-white .wp-block-button__link:focus, .borderBTN.borderBtn-white .wp-block-button__link:active, .borderBTN.borderBtn-white .wp-block-button__link:visited{
	background: #fff;
	color: #ED1C24;
}

.font-size20 a {
	color: #ED1C24;
	text-decoration: underline;
}

.font-size20 a:hover{
	color: #D00E16;
}

.simplelist {
	padding: 0;
	margin-left:20px;
}

.bgWhite .priceMonth {
	background: #fff;
	border-radius: 8px 0 8px 0px;
	-webkit-border-radius: 8px 0 0px 8px;
	padding: 60px 90px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-basis: 50%;
	position: relative;
}

.bgWhite .priceMonth h2 {
	font-size: 52px;
	font-weight: 700;
	letter-spacing: -1px;
	width: 100%;
}
.bgWhite .priceMonth h2 strong{
	font-size: 23px;
	font-weight: 400;
}

.bgWhite .bgBlack-include {
	background: #0A2229;
	border-radius: 0px 8px 8px 0px;
	-webkit-border-radius: 0px 8px 8px 0x;
	flex-basis: 50%;
	padding: 60px 30px 65px 60px;
	align-content: center;
	color: #fff;
	position: relative;
	font-size: 0;
}

.bgWhite .bgBlack-include.bgRed-include{
	background:#ED1C24;
}

.tagsCircle {
	display: inline-block;
	font-size: 20px;
	line-height: 35px;
	padding: 5px 20px;
	border: 1px solid #fff;
	border-radius: 100px;
	margin: 12px 15px 0 0px;
}

.tagsContent {
	font-size: 16px;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	margin: 12px 0 0 0;
}

.bgWhite{
	position: relative;
}

.bgWhite:after{
	content: "";
	position: absolute;
	left: 60px;
	right: 60px;
	bottom: -30px;
	height: 69px;
	background: rgba(10, 34, 41, 0.25);
	filter: blur(170px);
	z-index: -1;
}

.bgDark{
	background: #0A2229;
}


.workBg-red {
	background: #ED1C24;
	color: #fff;
	padding: 32px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.workBg-red:first-child:before{
	content: "";
	position: absolute;
	left: -31px;
	bottom: -32px;
	height: 56px;
	width: 67px;
	background: url('../images/ic1572.svg') no-repeat;
	background-size: auto;
	background-size: 100% auto;
}

.priceCapsule {
	border: 1px solid #C6C6C6;
	border-radius: 100px;
	padding: 0px 25px;
	flex: 0 auto !important;
}

.priceCapsule h3 {
	display: inline-block;
	font-size: 24px;
	color: #0A2229;
	font-weight: 400;
	margin: 0;
	line-height: 1;
	padding: 23px 0px 20px;
}

.priceCapsule h3 strong {
	font-size: 52px;
	color: #ED1C24;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	margin: -4px 0px 0 10px;
}

.priceCapsule h3:first-child{
	border-right: 1px solid #C6C6C6;
	padding-right: 25px;
	margin-right: 25px;
}

.circleTitle {
	color: #fff;
	font-size: 24px;
	line-height: 42px;
	border: 1px solid #fff;
	display: inline-block;
	padding: 3px 20px;
	border-radius: 100px;
}

.checkList {
	padding: 0px;
	margin: 0px;
}

.checkList li{
	position: relative;
	padding: 0 0 4px 24px;
	display: block;
}

.checkList li:before{
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 13px;
	height: 10px;
	background: url('../images/checkwhite.svg') no-repeat;
}

.servicesBlock {
	background: #EFEFEF;
	margin-top: 50px;
}

.servicesBlock .blockTitle{
	background: #0A2229;
	color: #fff;
	font-size: 28px;
	font-weight:600;
	padding: 32px 30px;
	margin: 0px;
}

.servicesBlock .contentIn{
	padding: 32px;
	margin: 0px;
}

.servicesBlock .contentIn p{
	margin: 0px;
}

.servicesBlock .contentIn .wp-block-buttons .wp-block-button{
	margin: 24px 0 0 0;
}

.servicesBlock .contentIn .wp-block-buttons.fillBtn-bl .wp-block-button__link{
	padding: 12px 30px 12px;
	min-width: inherit;
}

.bgTitle {
	display: inline-block;
	padding: 10px 20px;
	background: #ccc;
	color: #fff;
	border-radius: 8px;
	font-size: 24px;
	text-transform: uppercase;
	margin: 0px;
}

.font-size28 {
	font-size: 28px;
}

.font-weight500 {
	font-weight:500;
}
.priceFlex {
	justify-content: center;
	background: #fff;
	position: relative;
	z-index: 2;
	padding: 30px 0;
}

.priceFlex > .wp-block-column {
	flex: 0 0 content;
	margin: 0;
	flex-basis: auto !important;
	padding: 0 28px 0;
	border-left: 1px solid #ccc;
	display: flex;
	align-items: center;
}

.priceFlex > .wp-block-column:first-child {
	border-left: none;
}

.priceFlex p {
	margin: 0;
}

.bgTitle.green{
	background: #4FA30E;
}

.bgTitle.orange{
	background: #ED801C;
}

.bgTitle.red{
	background: #ED1C24;
}

.priceFlex > .wp-block-column > h2 {
	font-size: 76px;
	margin: 0;
	font-weight: 800;
}

.bgBlackradius{
	background:#0A2229;
	padding: 36px 36px 50px;
	border-radius:8px;
	-webkit-border-radius:8px;
	position: relative;
	z-index: 1;
}

.bgBlackShadow{
	margin-bottom: 85px;
}

.bgBlackShadow:after{
	position: absolute;
	content: "";
	bottom: -36px;
	left: 86px;
	right: 86px;
	height: 69px;
	background: rgba(10, 34, 41, 0.25);
	filter: blur(170px);
	z-index: -1;
}

.color-paragraph, .color-paragraph *{
	color: #555555;
} 

.color-paragraph strong{
	color: #000;	
	font-weight: 500;
}

.color-paragraph a {
	color: #157dee;
}

.wp-block-button.redArrowBtn {
	margin: 0;
}

.redArrowBtn a {
	background: #ED1C24;
	padding: 17px 54px 17px 36px;
	font-size: 16px;
	position: relative;
	color: #fff;
	text-transform: uppercase;
}

.redArrowBtn a::after {
	content: "";
	position: absolute;
	right: 24px;
	top: 50%;
	margin: -6px 0 0 0px;
	background: url('../images/arrowRightW.svg');
	width: 9px;
	height: 12px;
	z-index: 9;
	transition: 0.25s ease-out;
	-webkit-transition: 0.25s ease-out;
}

.redArrowBtn a:hover, .redArrowBtn a:focus{
	color: #fff;
	background: #FF0F18;
}

.redArrowBtn a:hover::after{
	right: 20px;
}

.redVidBtn.redArrowBtn a::after{
	background-image: url('../images/vid.svg');
	background-repeat: no-repeat;
}


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

.tickList li{
	position: relative;
	display: block;
	padding: 0 0 0 26px;
	color: #121212;
	margin:9px 0 0px 0px;
	line-height: 24px;
}

.tickList li::before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 15px;
	height: 15px;
	background: url('../images/iconTickRIght.svg') no-repeat;
	background-size: 100% auto;
	background-position: center;
}

.tickList li strong{
	font-weight: 500;
}

.commanTableLayout{
	position: relative;
	border: 1px solid #ccc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: hidden;
}

.commanTableLayout table{
	border: none;
	font-family: 'Inter', sans-serif !important;
	margin-bottom: -1px;
}

.commanTableLayout table thead tr th {
	background: #ED1C24;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 20px 60px;
	text-transform: uppercase;
	vertical-align: middle;
}

.commanTableLayout table tbody tr td{
	background: #fff;
	font-size: 16px;
	font-weight: ;
	font-weight: 400;
	padding: 16px 60px;
	border-bottom: 1px solid #CCCCCC;
	height: 58px;
	vertical-align: middle;
	color: #121212;
}

.commanTableLayout table tbody tr td[rowspan="3"] {
	border-right: 1px solid #ccc;
}

.commanTableLayout table tbody tr:nth-child(even) td{
	background: #F5F5F5;
}

.commanTableLayout table tbody tr:last-child td {
	border-bottom: none;
}

.commanTableLayout.brLayout table thead tr th{
	padding: 20px 40px;
}

.commanTableLayout.brLayout table tbody tr td{
	padding: 20px 40px;
	border-left: 1px solid #ccc;
}


.commanTableLayout.checkTableContent table tbody tr td::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('../images/iconTickRIght.svg') no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-size: 100% auto;
	background-position: center;
	vertical-align: middle;
	margin: -3px 8px 0 0;
}

.commanTableLayout table tbody tr td a{
	color: #ED1C24;
	text-decoration: underline;
}


.tableCaption {
	color: #999999;
	font-size: 16px;
	line-height: 28px;
	margin: 16px 0 0 0px;
	font-style: italic;
	font-weight: 400;
	font-family: 'Inter', sans-serif !important;
}

.br70 {
	border-width: 1px 0 0 0 !important;
	border-color: #ccc !important;
	margin: 70px 0;
}

.bgwhiteSm{
	background: #fff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	margin:30px 0 0 0;
	padding: 40px 30px 20px;
}

.bgwhiteSm.boxShadow{
	box-shadow: 0px 20px 50px 5px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0px 20px 50px 5px rgba(0, 0, 0, 0.05);
}

.bgwhiteSm .wp-block-image {
	margin: 0 0 30px 0;
}

.bgwhiteSm h5{
	color: #121212;
	font-size: 20px;
	font-weight: 600;
	font-family: 'Inter', sans-serif !important;
	margin: 0 0 10px 0;
}

.bgwhiteSm p {
	font-size: 16px;
	line-height: 28px;
	color: #555555;
	margin: 0 0 20px 0;
	min-height: 112px;
}

.enqBox.bgwhiteSm{
	padding: 30px 30px 20px;
	background: #f5f5f5;
}

.bgwhiteSm.enqBox.white{
	background: #fff;
}

.enqBox.bgwhiteSm p{
	min-height: inherit;
	margin-bottom: 10px;
}

.wp-block-button.rdArrowLink {
	margin-bottom: 0;
}

.rdArrowLink a{
	color: #ED1C24 !important;
	font-size: 15px;
	font-weight: 600;
	padding: 10px 22px 10px 0;
	font-family: 'Inter', sans-serif;
	background: none;
	text-decoration: underline;
	position: relative;
	text-transform: uppercase;
}

.rdArrowLink a::after {
	content: "";
	position: relative;
	right: -8px;
	top: 0;
	margin-top: -1px;
	background: url('../images/arRight-red.svg') no-repeat;
	background-size: auto;
	background-size: 100% auto;
	width: 9px;
	height: 12px;
	transition: 0.25s ease-out;
	-webkit-transition: 0.25s ease-out;
	display: inline-block;
	vertical-align: middle;
	margin-left: 0;
}

.rdArrowLink a:hover{
	color: #ED1C24 !important;
	text-decoration: underline;
}

.rdArrowLink a:hover:after{
	right: -12px;
}


.rdArrowLink.bgarrowbtn a {
	background: #FEF4F4;
	border-radius: 4px;
	padding: 26px 30px 26px 20px;
}


.rdArrowLinkWr{
	color: #ED1C24;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 22px 10px 0;
	font-family: 'Inter', sans-serif;
	background: none;
	text-decoration: underline;
	position: relative;
	text-transform: uppercase;
	display: inline-block;
	white-space: nowrap;
}

.rdArrowLinkWr::before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
	background: url('../images/arRight-red.svg') no-repeat;
	background-size: auto;
	background-size: 100% auto;
	width: 9px;
	height: 12px;
	transition: 0.25s ease-out;
	-webkit-transition: 0.25s ease-out;
}

.rdArrowLinkWr:hover{
	color: #ED1C24;
	text-decoration: underline;
}

.rdArrowLinkWr:hover:before{
	right: -4px;
}

.iconHeight60 {
	min-height: 60px;
	display: flex;
	align-items: center;
}

.teamWrap {
	display: inline-block;
	width: 100%;
	margin: 0px;
	border-top: 1px solid #CCCCCC;
	padding: 50px 0;
}

.teamWrap.brNone {
	border-top: none;
}

.teamWrap .wp-block-image.imgLeft {
	float: left;
	margin: 0 30px 0 0;
	width: 60px;
	height: ;
	height: 60px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	overflow: hidden;
}

.teamWrap .name {
	font-size: 20px;
	font-weight: 600;
	font-family: 'Inter', sans-serif !important;
	margin: 0;
	overflow: hidden;
	color:#121212;
	line-height: 30px;
}

.teamWrap .desgination {
	overflow: hidden;
	color: #555555;
	font-size: 16px;
	line-height: 28px;
	margin: 0px;
}

.padding-bottom0{
	padding-bottom: 0 !important;
}

.teamWrap .content {
	margin: 20px 0 0;
	color: #555555;
	line-height: 1.75;
}

.paartnerSliderWrap {
	border: 1px solid #CCCCCC;
	padding: 40px 30px 40px;
	text-align: center;
	border-radius: 6px;
}

.paartnerSliderWrap .img {
	margin: 0 0 24px 0;
	min-height: 60px;
}

.paartnerSliderWrap h4 {
	font-weight: 600;
	margin: 0 0 10px 0;
	font-family: 'Inter', sans-serif !important;
}

.paartnerSliderWrap p{
	color: #555555;
	font-weight: 400;
	margin: 0 0 0px 0;
	font-family: 'Inter', sans-serif !important;
}

.partnerSlider .sa_owl_theme .owl-dots .owl-dot span{
	background-color: #DEDEDE !important;
	width: 8px !important;
	height: 8px !important;
	border-radius: 50px !important;
}

.partnerSlider .sa_owl_theme .owl-dots .active span {
	background-color: #ED1C24 !important;
	width: 20px !important;
}

.partnerSlider .sa_owl_theme .owl-dots{
	position: static;
}

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

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

.wp-block-column.flowWrap h5{
	margin: 0 0 10px 0;
}

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

.wp-block-uagb-faq .uagb-faq__wrap .uagb-faq-child__outer-wrap {
	margin-bottom: 0;
	margin-top: 30px;
}

.wp-block-uagb-faq .uagb-faq__wrap .uagb-faq-item{
	border: 1px solid #CCCCCC;
}

.wp-block-uagb-faq .uagb-faq__wrap .uagb-faq-item:focus{
	outline: none !important;
}

.wp-block-uagb-faq .uagb-faq__wrap .uagb-faq-questions-button{
	padding: 20px 30px;
	position: relative;
}

.wp-block-uagb-faq .uagb-faq__wrap .uagb-faq-questions-button .uagb-faq-icon-wrap {
	display: none !important;
}

.wp-block-uagb-faq .uagb-faq__wrap .uagb-faq-questions-button::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	width: 15px;
	height: 8px;
	background: url('../images/faqArrowDown.svg') no-repeat;
	background-position: center;
	margin: -4px 0 0 0;
}

.wp-block-uagb-faq .uagb-faq__wrap .uagb-faq-item-active .uagb-faq-questions-button::after{
	background-image:url('../images/faqArrowUp.svg');
}

 .wp-block-uagb-faq .uagb-faq__wrap .uagb-faq-content span {
	margin: 0;
	padding: 20px 30px;
	border-top: 1px solid #CCC;
	display: block;
	font-size: 16px;
	color: #555555;
}

.wp-block-uagb-faq .uagb-faq__wrap .uagb-faq-content span p {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.contentBgLf{
	background:#F5F5F5;
	border: 1px solid #D5D8DC;
	padding: 25px 30px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
}

.contentBgLf h5{
	margin: 0 0 14px 0px;
}

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

.contentBgLf ul li {
	list-style: inside;
	padding: 0 0 0 0px;
	line-height: 1.8;
}

.faqTagWrap .wp-block-aab-accordion-block{
	border-radius: 10px !important;
}

.faqTagWrap .wp-block-aab-accordion-block .aab__accordion_head {
	padding: 20px 30px !important;
}

.faqTagWrap .wp-block-aab-accordion-block .aab__accordion_head .aab__accordion_heading *{
	font-size: 20px;
	font-weight: 500;
}

.faqTagWrap .wp-block-aab-accordion-block .aab__accordion_head .aab__accordion_icon{
	position: relative;
}

.faqTagWrap .wp-block-aab-accordion-block .aab__accordion_head .aab__accordion_icon .dashicons::before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 15px;
	height: 8px;
	background: url('../images/faqArrowDown.svg') no-repeat;
	background-position: center;
	margin: -4px 0 0 0;
}

.faqTagWrap .wp-block-aab-accordion-block .aab__accordion_head .aab__accordion_icon .dashicons.dashicons-minus::before {
	background-image:url('../images/faqArrowUp.svg');
}

.faqTagWrap .wp-block-aab-accordion-block .aab__accordion_body{
	padding: 20px 30px !important;
}

.faqTagWrap .wp-block-aab-accordion-block .aab__accordion_body p:first-child {
	margin-top: 0;
}

.faqTagWrap .wp-block-aab-accordion-block .aab__accordion_body p:last-child {
	margin-bottom: 0;
}

.faqTagWrap .wp-block-aab-accordion-block .aab__accordion_body p {
	color: #555;
	font-size: 16px;
}



@media screen and (min-width:768px){
	.wp-block-column.ltImg {
    	flex: 0 0 400px;
	}

	.buttonBottom{
		position: relative;
		padding-bottom: 62px !important;
	}

	.buttonBottom .wp-block-buttons {
		position: absolute;
		bottom: 20px;
	}
	
}

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

	.repo-justify-right {
		justify-content: right;
	}

	.repo-text-right{
		text-align: right;
	}

	.wp-block-column.ltImg {
    	flex: 0 0 550px;
	}

	.font-size32 {
    	font-size: 32px;
	}	

	.font-size17{
		font-size: 17px;
	}

	.color-dr {
    	color: #121212;
	}

	.wp-block-column.padding-left-content {
    	margin-left: 90px !important;
	}

	.order-lg1 {
    	order: 1;
	}

	.bgbanner-admn .font-size60, .bgbanner-admn .font-size60 *{
		letter-spacing: -2px;
	}

	.imgrightfull {
		width: 630px;
		margin-left: 40px;
		float: left;
	}

	.imgleftfull {
		width: 630px;
		margin: 0 40px 0 0!important;
		float: right;
	}

	.letter-spacing2{
		letter-spacing: -2px;
	}

	.column-left-margin{
		margin-left: 4em !important;
	}

	.d-margin-left40{
		margin-left: 40px;
	}

	.wp-block-image.imgFullRight {
		margin: 0;
		border: none;
		box-shadow: none;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.wp-block-image.imgFullRight img {
		width: auto;
		height: 100%;
		max-width: inherit;
	}


	.wp-block-column.rightFullImg {
		position: static;
	}

	.wp-block-column.rightFullImg > .wp-block-image {
	margin: 0;
	border: none;
	padding: 0;
	box-shadow: none;
	position: absolute;
	left: 50%;
	right: 0;
	top: 0;
	bottom: 0;
	}

	.wp-block-column.rightFullImg > .wp-block-image > img {
	height: 100%;
	width: auto;
	max-width: inherit;
	}


	.wp-block-column.leftFullImg {
		position: static;
	}

	.wp-block-column.leftFullImg > .wp-block-image {
		margin: 0;
		border: none;
		padding: 0;
		box-shadow: none;
		position: absolute;
		right: 50%;
		left: 0;
		top: 0;
		bottom: 0;
	}

	.wp-block-column.leftFullImg > .wp-block-image > img {
		height: 100%;
		width: auto;
		max-width: inherit;
		float: right;
	}


	.margin-left60{
		margin-left: 60px !important;
	}

	.margin-right60{
		margin-right: 60px !important;
	}

	.margin-left120{
		margin-left: 120px !important;
	}

	.margin-right120{
		margin-right: 120px !important;
	}

	.servicesBlock-wrapper .wp-block-column.servicesBlock:not(:first-child){
		margin-left: 5px;
	}



	.wp-block-column.flowWrap {
		position: relative;
	}

	.wp-block-column.flowWrap:not(:first-child){
		margin-left: 8em;
	}

	.wp-block-column.flowWrap::after {
		content: "";
		position: absolute;
		left: 50%;
		top: 20px;
		width: 272px;
		height: 41px;
		background: url(../images/arrowDir.svg) no-repeat;
		margin: 0 0 0 72px;
	}

	.wp-block-column.flowWrap:last-child:after{
		display: none;
	}

	.wp-block-button.rdArrowLink.bgarrowbtn::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
	border-left: 10px solid #E00710;
	text-align: center;
	margin: 0px 14px 0 24px;
	}

	.wp-block-button.rdArrowLink.bgarrowbtn:last-child::after {
		display: none;
	}

}

@media screen and (min-width:1200px){
	.rdArrowLink.bgarrowbtn a {
		min-width: 320px;
	}

	.wp-block-button.rdArrowLink.bgarrowbtn::after {
		margin: 0px 4px 0 14px;
	}
}


@media screen and (min-width:1441px){
	/*.bannerImg-wrapper .img{
		width: 100%;
    	height: 980px;
	}*/

	.owl-carousel .bannerImg-wrapper .img img {
	    width: 100%;
	    height: 100%;
	    max-width: inherit;
	    object-fit: cover;
	}
}




@media screen and (max-width:992px){
	.font-size32 {
    	font-size: 28px;
	}
	.font-size17{
		font-size: 16px;
	}

	.wp-block-column.bg-ls400:before{
		width: 280px;
	}

	.footer-copyright .copyRightlinks{
		margin-left: 0;
	}

	.topHeader .siteLogo{
		width: 50px;
	}

	.responsive-button{
		display: block;
	}

	.header-nav-main .main-nav{
		padding: 20px 0 20px 0;
		position: absolute;
		width: 100%;
		background: #fff;
		top: 100%;
		display: none;
		left: 0;
	}

	.header-nav-main .main-nav ul{
		display: block;
	}

	.header-nav-main .main-nav ul li{
		display: block;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.header-nav-main .nav-right ul li.telPh{
		display: none;
	}

	.header-nav-main .nav-right ul li{
		margin: 0px;
	}
	.nav-right{
		margin:2px 48px 0 0;
	}

	.header-nav-main ul li.menu-item-has-children .sub-menu{
		position: static;
	    margin:0px 0 0;
	    box-shadow: none;
	    border-radius: 0;
	    padding:4px 0 0;
	}

	.header-nav-main ul li.menu-item-has-children:hover > .sub-menu{
		display: block;
		margin: 0px 0 0;
		padding: 4px 0px 0;
	}

	.header-nav-main ul li.menu-item-has-children > .sub-menu li a{
		font-size: 14px;
		padding: 8px 16px;
	    position: relative;
	    display: inline-block;
	}

	.header-nav-main ul li.menu-item-has-children > .sub-menu li.menu-item-has-children > .sub-menu li a{
		font-size: 14px;
    	padding: 8px 16px 8px 30px;
	}

	.header-nav-main ul li.menu-item-has-children{
		position: relative;
	}

	.header-nav-main ul li.menu-item-has-children:after{
		content:"";
		position: absolute;
		right: 16px;
		top: 12px;
		width: 20px;
		height: 20px;
		background: url('../images/arrowDown.svg') no-repeat;
		background-position: center;
		background-size: 18px auto;
	}

	.header-nav-main ul li.menu-item-has-children:hover:after{
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}

	.bannerImg-wrapper{
		padding: 0px;
	}

	div#bannerSlider.owl-carousel .owl-nav{
		right: 2px;
	    width: auto;
	    bottom: 0;
	    margin-bottom:2px;
	}

	div#bannerSlider.owl-carousel .owl-nav button{
		width: 40px !important;
		height: 40px !important;
	}

	div#bannerSlider.owl-carousel .owl-nav button.owl-prev {
	    order: 0;
	    margin-right: 2px !important;
	}

	.bannerImg-wrapper .img{
		height: 500px;
	}

	.owl-carousel .bannerImg-wrapper .img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		max-width: inherit;
	}
  
  .signUp-bg:before {
  	display:none;
  }

  .font-size60, .font-size60 *{
	font-size: 44px;
  }

.font-size36, .font-size36 *{
	font-size: 32px;
}

.font-size30, .font-size30 *{
	font-size:28px;
}

  .font-size20, .font-size20 *{
	font-size: 18px;
}


.adminTable.wp-block-table table{
	min-width: 500px;
}

.adminTable.wp-block-table table th:first-child {
	width: auto;
}

.adminTable.wp-block-table table th:nth-child(2) {
	width: auto;
}

.adminTable.wp-block-table table th{
	padding: 16px 0;
	font-size: 18px;
}

.adminTable.wp-block-table table td{
	padding: 16px 0;
	font-size: 16px;	
}

.column-wrap-lg{
	flex-wrap: wrap !important;
}

.column-wrap-lg .wp-block-column{
	flex-basis:100%;
}

.column-wrap-lg .wp-block-column{
	flex-basis:100%;
}

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

.bgbanner-admn{
	padding-bottom: 40px;
}

.wp-block-image.adBanner-Img {
	width: auto;
	margin: 0 -20px 40px -20px;
}

.font-size50, .font-size50 * {
	font-size: 40px;
}

.h3, h3{
	font-size: 1.16rem;
}

.groupImg-left {
	width: auto;
	float: none;
	margin: 0 0px 0 0px !important;
}

.iconImg{
	font-size: 28px;
}

.repo-margin-top24 {
	margin-top: 24px;
}

.greyTable.wp-block-table table thead tr th{
	font-size: 18px;
	padding:16px 20px;
	height: 60px;
}

.greyTable.wp-block-table table{
	min-width: 550px;
}

.greyTable.wp-block-table table tbody tr td{
	font-size: 16px;
	padding:16px 20px;
	height: 60px;	
}

.greyTable figcaption{
	padding: 22px 20px;
	font-size: 15px;
	min-width: 550px;
}

.borderBTN .wp-block-button__link{
	font-size: 15px;
}

.bg-redTop263.bottomBgunderlay::before {
	bottom: -160px;
}

.bgWhite .priceMonth{
	display: block;
	border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	padding:32px 30px 40px;
	background: #f4f4f4;
}

.tagsCircle{
	font-size: 16px;
	padding: 10px 20px;
	line-height:inherit;
}

.bgWhite .bgBlack-include{
	padding:32px 30px 40px;
	border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
}

.bgRed1540.bgBottom339::before {
	bottom: 120px;
}

.wp-block-image.imgFullRight{
	margin:60px 0 0 0;
	border: none;
	box-shadow: none;
}

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

.priceCapsule h3{
	font-size: 16px;
	padding: 12px 0px 12px;
}

.priceCapsule h3:first-child{
	padding-right: 16px;
	margin-right: 16px;
}

.priceCapsule h3 strong {
    font-size: 28px;
}

h1 br {
    display: none;
}

h2 br{
	display: none;
}

.wp-block-column.rightFullImg > .wp-block-image{
	margin: 60px 0 0 0;
	border: none;
	padding: 0;
	box-shadow: none;	
}

.wp-block-column.leftFullImg > .wp-block-image{
	margin:0px 0 0 0;
	border: none;
	padding: 0;
	box-shadow: none;	
}

.repo-padding-bottom0{
	padding-bottom: 0 !important;
}


.servicesBlock{
	margin-top: 30px;
}

.repo-margin-top30{
	margin-top: 30px !important;
}

.font-size20 br {
	display: none;
}

.priceFlex{
	display: block !important;
}

.priceFlex > .wp-block-column{
	padding: 0;
	margin:0 0 10px 0 !important;
	border-left: none;
	display: block;
	text-align: center;
}

.bgTitle{
	font-size: 17px;
}

.font-size28 {
	font-size: 22px;
}

.priceFlex > .wp-block-column > h2{
	font-size: 48px;	
}

.priceFlex > .wp-block-column:last-child {
	margin-bottom: 0px !important;
}

.font-size45, .font-size45 *{
	font-size: 32px !important;
}

.font-size40, .font-size40 * {
	font-size: 32px !important;
}

.font-size50, .font-size50 * {
	font-size: 32px;
}

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

.servicesBlock .blockTitle{
	font-size:22px;
}

.servicesBlock .contentIn{
	font-size: 24px;
}

.bgBlackradius{
	padding: 36px 24px 50px;
}

.repo-padding-top32{
	padding-top: 32px !important;
}

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

.redArrowBtn a{
	padding: 13px 48px 13px 25px;
	font-size: 14px;
}

.br70{
	margin: 40px 0;
}

.tableCaption{
	font-size: 14px;
}


.commanTableLayout table thead tr th{
	font-size: 12px;
	padding: 16px 24px;
}

.commanTableLayout table tbody tr td{
	font-size: 14px;
	padding: 16px 24px;
}

.font-size18, .font-size18 * {
	font-size: 16px;
}

body{
	font-size: 14px;
}

li {
    font-size: 14px;
}

.commanTableLayout{
	overflow: auto;
}

.commanTableLayout table{
	min-width: 768px;
}

.bgwhiteSm p{
	font-size: 14px;
	min-height: inherit;
	line-height: 1.7;
}

.bgwhiteSm h5{
	font-size: 18px;
}

.rdArrowLink a{
	padding: 8px 22px 8px 0;
	font-size: 14px;
}

.bgwhiteSm h5{
	font-size: 17px;
}

}


@media screen and (max-width:768px){
	.site-footer{
		padding-top: 60px;
	}

	.footer-menu h6{
		margin:32px 0 24px 0px;
	}

	.footer-copyright{
		padding: 24px 0 24px;
		margin: 30px 0 0;
	}

	.footer-copyright .coptRightContent{
		display: block;
	    text-align: left;
	    margin: 0 0 12px 0;
	}
	.footer-copyright .copyRightlinks{
		margin-left: 0;
    	text-align: left;
    	display: block;
	}

	.footerSocial {
	    text-align: left;
	    margin: 30px 0 0 0;
	}

	.footerSocial a{
		margin: 0 10px 0 0;
	}

	.padding-bottom120 {
		padding-bottom: 80px;
	}

	.padding-bottom100{
		padding-bottom: 70px;
	}

	.padding-top120 {
	    padding-top: 80px;
	}

	.padding-top100 {
		padding-top: 70px;
	}

	.bannerImg-wrapper .bannerContent h1{
		font-size: 36px;
	}

	.bannerImg-wrapper .bannerContent p{
		font-size: 18px;
	}

	.bannerImg-wrapper .bannerContent .circle-arrow-btn-white{
		margin-top: 30px;
	}

	.circle-arrow-btn-white{
		font-size: 14px;
		line-height: 40px;
		padding:0 0 0 58px;
	}

	.circle-arrow-btn-white:before{
		width: 40px;
		height: 40px;
	}

	.font-size32 {
    	font-size:24px;
	}

	.wp-block-column.iconBlock-white{
		padding: 40px 32px 28px;
		margin-top: 20px;
	}

	.wp-block-column.bg-ls400:before{
		width: 100%;
    	height: 220px;
    	background-position: 0;
	}
  
  .wp-block-column.bg-ls400 .wp-block-column.ltImg{
    flex-basis: 100% !important;
  }
  
  .wp-block-column.ltImg .wp-block-image img {
    width: 100%;
  }
  
  .wp-block-column.bg-ls400 .wp-block-column.padding-left-content{
    margin-left: 0px !important;
    flex-basis: inherit !important;
  }

	.wp-block-column.ltImg .wp-block-image {
	    margin: 0px 0 40px 0;
	    padding: 0px;
	}

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

	.margin-bottom40 {
    	margin-bottom: 30px;
	}

	.wp-block-button.circle-arrow-btn a{
		padding: 0 0 0 58px;
		font-size: 14px;
		line-height: 40px;
	}

	.wp-block-button.circle-arrow-btn {
    	margin: 0;
	}

	.wp-block-button.circle-arrow-btn a:before{
		width: 40px;
		height: 40px;
	}

	.bg-right-gear:before{
		width: 300px;
		height: 300px;
		top: -146px;
		right: -150px;
		background-size: 100%;
	}

	.wp-block-column.max-width720 {
    	max-width: 430px;
	}

	.wp-block-column.blockGrey h6{
		font-size: 17px;
	}

	.wp-block-column.blockGrey{
		margin-top: 20px;
	}

	.wp-block-column.testiSlider-wrap.slick-slider {
    	padding: 0 10px 0 0;
	}

	.testiBg .testiBgIn{
		margin: 0 20px 0 0;
		padding: 26px 28px 70px;
	}

	.testiBg .testiBgIn .content{
		font-size: 14px;
	}

	.testiBg .testiBgIn .testiAuthor{
		bottom: 28px;
    	left: 28px;
    	font-size: 14px;
	}

	.testiSlider-wrap .slick-arrow{
		display: none !important;
	}

	.partnerLogos-list figure.wp-block-image{
		margin: 30px 15px 0;
	}

	.partnerLogos-list figure.wp-block-image img{
		max-height: 30px;
	}

	.signUp-bg{
		padding-top: 40px;
    	padding-bottom: 40px;
	}

	.signupForm input{
		height: 56px;
	}

	.signupForm .submitArrow{
		height: 55px;
	}
  
  .wp-block-columns .wp-block-column.articleBtn-wrapper {
    justify-content: normal;
    margin-left: 0;
    flex-basis: 100% !important;
    margin-top: 20px;
	}
  
  .articleBtn-wrapper .wp-block-buttons {
    justify-content: inherit;
  }

  .paragraph-margin {
	margin-top: 0;
	margin-bottom: 10px;
  }

  .bg-redTop::before {
  	height: 520px;
  }

  .font-size36, .font-size36 * {
    font-size: 28px;
  }

  .font-size30, .font-size30 *{
	font-size:24px;
  }

  .font-size24, .font-size24 *{
  	font-size: 20px;
  }

  .font-size20, .font-size20 * {
	font-size: 16px;
   }

  .margin-bottom70 {
    margin-bottom: 60px !important;
  }

  .admisList > li{
  	font-size: 16px;
  }

  .bgRed1540::before {
  	max-height: 1200px;
  }

  .fillBtn-bl .wp-block-button__link{
  	font-size: 15px;
  }

  .padding-top70 {
	padding-top: 60px;
  }

  .wp-block-image.repoImg-margin {
	margin: 16px 0 0 0;
  }

  .repoImg-margin.wp-block-image .alignright {
	float: none;
	margin: 0;
  }

  .wp-block-column.tagsFlex {
	display: block;
  }

  .wp-block-column.tagsFlex .tagscircle{
  	margin: 0px 0 16px 10px;
  	font-size: 16px;
  	line-height: 36px;
  }

  .repoImg-margin.wp-block-image .alignright img {
	width: 100%;
}

.fillBtn-bl.bigBtn .wp-block-button__link {
	font-size: 15px;
	line-height: inherit;
}

.font-size60, .font-size60 *{
	font-size: 36px;
  }

  .bgGreyHalf::before {
  	height: 850px;
  }

  .font-size45, .font-size45 *{
	font-size: 28px !important;
}

  .font-size40, .font-size40 * {
	font-size: 28px !important;
  }

  .bg-redTop263::before {
  		top: 100px;
  }

  .bigList-arrow > li{
  	font-size: 24px;
  	margin: 0 0 24px 0;
  	padding: 0 0 0 28px;
  }

  .bigList-arrow > li::before {
  	top: 11px;
  }

  .bigList-arrow > li > ul > li{
  	line-height: 26px !important;
  }

  .priceCapsule{
  	padding: 0px;
  	border-radius: 4px;
  	-webkit-border-radius: 4px;
  }

  .priceCapsule h3{
  	display: block;
  	text-align: center;
  	margin: 0;
  }

  .priceCapsule h3:first-child{
  	margin-right: 0;
  	border-right: none;
  	padding-right: 0px;
  	border-bottom: 1px solid #C6C6C6;
  }

  .rdArrowLink.bgarrowbtn a{
  	padding: 18px 24px 18px 20px;
  	margin-top: 6px;
  }

  .wp-block-uagb-faq .uagb-faq__wrap .uagb-faq-questions-button{
  	padding: 18px 38px 18px 24px;
  }
  .wp-block-uagb-faq .uagb-faq__wrap .uagb-faq-questions-button .uagb-question {
	font-size: 16px;
  }
  .wp-block-uagb-faq .uagb-faq__wrap .uagb-faq-content span{
  	font-size: 14px;
  	padding: 20px 24px;
  }

  .wp-block-uagb-faq .uagb-faq__wrap .uagb-faq-child__outer-wrap{
  	margin-top: 20px;
  }

}

@media screen and (max-width:599px){
	.rdArrowLink.bgarrowbtn{
		flex:0 0 100%;
	}
}