@charset "utf-8";
/* CSS Document */

:root {
	/* color scheme */
  --black: #000000;
	--white: #ffffff;
  
  --blue: linear-gradient(90deg, rgba(201,251,255,1) 0%, rgba(108,244,255,1) 100%);
  --green: linear-gradient(90deg, rgba(144,247,188,1) 0%, rgba(41,220,117,1) 100%);
  --orange: linear-gradient(90deg, rgba(255,231,175,1) 0%, rgba(255,196,62,1) 100%);
	
	--grey: #848485;
	--text: #0B0B0B;
	--background: #ffffff;
  --placeholder: #ffffff;
	--medium: 500;
}

.revBg {
  --blue: linear-gradient(-90deg, rgba(201,251,255,1) 0%, rgba(108,244,255,1) 100%);
  --green: linear-gradient(-90deg, rgba(144,247,188,1) 0%, rgba(41,220,117,1) 100%);
  --orange: linear-gradient(-90deg, rgba(255,231,175,1) 0%, rgba(255,196,62,1) 100%);
}

/* mmenu */
:root:root {
	--mm-color-background: var(--blue);
	--mm-color-text: #fff;
  --mm-color-text-dimmed: #fff;
	--mm-color-button: #fff;
	--mm-navbar-size: 80px;
}

html { -webkit-text-size-adjust: 100%; font-family: "Montserrat", sans-serif; font-style: normal; font-weight: 300;  color: var(--text); font-size: 16px;}
body { margin:0; padding:0; background: var(--background);}
.clear { height:0; clear:both; line-height:0; }
.clearfix:after, .content:after { visibility: hidden; display: block; font-size: 0; content: ""; clear: both; height: 0; }
.IE7 .clearfix:before { visibility: hidden; display: block; font-size: 0; content: ""; clear: both; height: 0;}
.clearfix, .content { display: inline-block; }
* html .clearfix, * html .content { height: 1%; }
.clearfix, .content { display: block; }
h1, h2, h3, h4, h5, h6, p, a, ul, ol { margin:0; padding:0; color: inherit;}
img { border:none; height: auto;}
a, button, input[type=submit], svg, .cta, .thumbnail_slide { text-decoration:none; transition:all 0.3s ease; -moz-transition:all 0.3s ease; -webkit-transition:all 0.3s ease; outline: none;}
button {cursor: pointer;}
a:hover { text-decoration: none; }
select{ -webkit-appearance: none;transition:width 0.3s ease-in-out; -moz-transition:width 0.3s ease-in-out; -webkit-transition:width 0.3s ease-in-out; transition:height 0.3s ease-in-out; -moz-transition:height 0.3s ease-in-out; -webkit-transition:height 0.3s ease-in-out; }
input, textarea, select, button {font-family: "Montserrat", sans-serif; font-style: normal; font-size: 1rem; color: var(--white); outline: none;}
form { margin:0; padding:0; }
ul { margin:0; padding:0; list-style:none; }
ul li { margin:0; padding:0; list-style:none;}
::-webkit-input-placeholder {color: var(--placeholder);}
:-moz-placeholder {color: var(--placeholder);}
::-moz-placeholder {color: var(--placeholder);}
:-ms-input-placeholder {color: var(--placeholder);}

* {margin: 0; padding: 0; box-sizing: border-box;}

/*-----------------------------------------------------------------------------------------------------------------------*/
.left {float: left;}
.right {float: right;} 
.center {text-align: center;}
.half {width: 50%;}
.third {width: 33.33%;}
.fourth {width: 25%;}
.half, .third, .fourth {box-sizing: border-box;}
.row {display: flex; flex-wrap: wrap;}
.c_row {align-items: center;}
.esp_row {justify-content: space-between;}
.jsiCenter {justify-content: center;}

.container {overflow: hidden;}
.content {max-width: 1690px; margin: 0 auto; padding-left: 25px; padding-right: 25px; width: 100%;}
.content * {box-sizing: border-box;}

section {padding: 120px 0; background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; position: relative; overflow-x:hidden}
.black {background-color: var(--black);}
.white {background-color: var(--white);}
.blue {background: var(--blue);}
.green {background: var(--green);}
.orange {background: var(--orange);}

strong {font-weight: bold;}
p a, label a {text-decoration: underline;}
p a:hover, label a:hover {text-decoration: none;}

h1, h2, h3, h4, h5, h6 {margin-bottom: 30px; color: inherit; line-height: 1.1em;}

h1, h2 {font-size: 40px; text-transform: uppercase;}
h2 {font-weight: 300;}
h2 strong {font-weight: 600;}
h1 {font-weight: 300;}
h1 strong {font-weight: 600;}
h3 {font-size: 30px;}
h4 {font-size: 25px; text-transform: uppercase; font-weight: 600; margin-bottom: 20px;}
h5 {font-size: 26px; text-transform: uppercase;}
h6 {font-size: 20px;}

p, ul, ol {line-height: 1.3em; margin-bottom: 16px;}

.button {--width: 100%;	--time: 0.4s; display: inline-flex; justify-content: center; align-items: center; height: 56px; font-size: 18px; color: var(--text); text-align: center; padding: 0 25px;  font-weight: 500; min-width: 200px; border-radius: 15px; overflow: hidden; position: relative; text-decoration: none;}
.button text {position: relative; z-index: 3; text-decoration: none;}
.button span {
  position: absolute;
	display: block;
	z-index: 1;
	width: 0;
	height: 0;
	border-radius: 100%;
	background: var(--white);
	transform: translate(-50%, -50%);
	transition: width var(--time), padding-top var(--time);}
.button.white:hover {color: var(--white);}
.button.white span {background: var(--black);}
.button:hover span {
	width: calc(var(--width) * 2.25);
	padding-top: calc(var(--width) * 2.25);}
.banner .button, .itbContent .button {margin-top: 15px; margin-right: 20px;}


html .mm-listitem:after {display: none;}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, a:last-child, ul:last-child, li:last-child, ol:last-child {margin-bottom: 0;}

.websiteHeader {padding: 22px 0; position: fixed; top: 0; left: 0; width: 100%; transition: all .3s ease; z-index: 991010101;}
.banner .content {position: relative; z-index: 55;}
.admin-bar header {top: 32px;}
.websiteHeader.isSticky, .mega-menu-main_menu-mobile-open .websiteHeader, .websiteHeader:has(.mega-toggle-on) {background: var(--white);}


.logoWr img {transition: all .3s ease; height: auto; filter: brightness(0%);}
.isSticky .logoWr img {filter: none;}
.logoWr {position: relative; z-index: 5555;}

.banner { background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; padding: 0; padding-top: 115px;}
.home .banner {background-position: 50% 25%; display: flex; min-height: 100vh; align-items: center;}
.bnimg {position: relative; height: 100%;}
.pixels {position: absolute; bottom: 0; right: 0; display: none; max-width: 80%; height: auto;}

.blue .pxBlue, .orange .pxYellow, .green .pxGreen {display: block;}

.home .banner .pixels {display: none;}
.logoWr a, .logoWr img {display: block; width: 100%;}

#main_menu {margin-left: auto; position: relative;}
#main_menu::after, #main_menu .menu > li.current-menu-item > a::before, #main_menu .menu > li > a:hover::before, #main_menu .menu > li.current-menu-ancestor > a::before {content: ''; display: block; position: absolute; width: 100%; height: 1px; left: 0; bottom: -1px; background: var(--text);}
.menu {margin: 0;}
.menu a {color: var(--text); font-weight: 600;}
.menu a:hover {}
#main_menu .menu > li {margin-right: 40px;}
#main_menu .menu > li:last-child {margin-right: 0px;}
#main_menu .menu > li > a {position: relative;}

#main_menu .menu > li.current-menu-item > a::before, #main_menu .menu > li > a:hover::before, #main_menu .menu > li.current-menu-ancestor > a::before {height: 4px; bottom: -16px;}

#main_menu .menu-item-has-children {position: relative;}
#main_menu .sub-menu {display: none; position: absolute; z-index: 5555; background: var(--white); padding: 15px; margin-left: -15px; top: 33px; min-width: calc(100% + 30px);}
#main_menu .sub-menu a {padding: 7px 0 1px; margin-bottom: 8px; font-size: 14px; display: block; white-space: nowrap; font-weight: normal; margin-right: 0;}
.sub-menu a {font-size: 14px;}
#main_menu li a.sf-with-ul, #main_menu li.menu-item-has-children > a {position: relative;padding-right: 24px;}
#main_menu li a.sf-with-ul::after {content: "\f107"; font-family: 'ShortcodesUltimateIcons'; color: var(--text);margin-left: 8px;vertical-align: middle;font-size: 15px;line-height: 12px;position: absolute;top: 4px;}
#main_menu li.sfHover a.sf-with-ul:after {content: "\f106"; }

#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item:last-child {margin-right: 0;}
html #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu {position: fixed;}
.mega-sub-menu li.widget_text {padding-top: 0!important;}

.hbct {max-width: 600px; padding: 50px 0 150px;}
.hbct h1 {font-size: 60px;}
.hbct h1 strong {font-weight: 700;}
.home .banner {position: relative;}
.home .banner .content {position: relative; z-index: 5;}
.home .banner::before {content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(/wp-content/uploads/2024/04/Group-58@2x.png) no-repeat 100% 100%, linear-gradient(180deg, rgba(218, 218, 218, 0.25) 0%, rgba(0, 0, 0, 0.35) 37%, rgba(0, 0, 0, 0.55) 90%, rgba(0, 0, 0, 1) 100%); background-size: 50%;}

.bannerMain p, .fwcontent p {font-size: 18px;}
.fw {display: block; width: 100%; height: 100%; object-fit: cover;}
.bnct {padding: 50px 50px 50px 0; max-width: 620px;}
.bnhflimit {margin-left: auto; padding-left: 25px; max-width: 850px; height: 100%; display: flex; align-items: center; min-height: 500px;}
.bnct ul li {margin-bottom: 16px; padding-left: 25px; background: url("../img/ios-checkmark-5.svg") no-repeat 0 0; background-size: 21px;}
.bnct ul li:last-child {margin-bottom: 0;}

.bnHalfForm {position: relative;}
.bnHalfForm .bnimg {position: absolute; width: 100%; top: 0; left: 0;}
.bnFormMain {position: relative; z-index: 5; background: rgba(0,0,0,0.5); display: flex; justify-content: center; align-items: center; padding: 5%;}
.bnFormWr {max-width: 580px; padding: 100px 0;}
.bnFormWr .gform-field-label {color: #fff!important;}
.bnFormWr .gform_footer .button {background: #6CF4FF!important; color: var(--black)!important;}
.bnFormWr .gform_footer .button:hover {background: var(--white)!important;}

.p404Section {display: flex; justify-content: center; align-items: center; padding: 120px 0;}
.ctaWr404 {margin: 60px 0;}

.ftContact p {margin-bottom: 3px; font-size: 15px;}
.ftContact h4 {font-weight: 400; margin-bottom: 35px; text-transform: none;}
.ftContact h4:last-child {margin-bottom: 0;}

.ftForm {max-width: 580px;}
.ftForm h2 {font-size: 34px;}
.hStdCnt {padding-right: 50px;}
.sectionForm .gform-theme--framework .gform-field-label--type-inline {color: var(--white);}
.sectionForm .gform_footer .button {color: var(--text)!important; background: var(--green)!important;}


footer {color: var(--white); background-color: var(--black); padding: 105px 0; position: relative;}
footer h5, footer p {color: inherit;}
footer .logoWr {width: 140px;}
.fbrow {margin-top: 200px; margin-bottom: 50px;}
.wimg img {vertical-align: middle; margin-right: 15px;}
footer a {text-decoration: none;}
footer a:hover {text-decoration: underline;}
.ftrow {width: 100%; max-width: 620px;}
.dkText {color: #999;}
.logoFWr {margin-bottom: 25px; width: 260px;}

.cornerImg {position: absolute; display: block; max-width: 30%; pointer-events: none;}
.tleft {left: 0; top: 0;}
.bleft {left: 0; bottom: 0;}
.tright {right: 0; top: 0;}
.bright {right: 0; bottom: 0;}
.wtext {color: var(--white);}

.fwcontent {max-width: 920px; margin: 0 auto; padding: 100px 0; pointer-events: stroke; z-index: 2;}
.bbSwiperMain, .csSwiperMain {width: calc(100% + (100vw - 100%) / 2);}
.slSingleWr {width: 35%;}
.slBbWr {width: 60%; position: relative; padding: 180px 0;}
.ssInner {background: var(--white);}
.bbBox {background: var(--black); border-radius: 15px; padding: 50px; display: flex; text-align: center; justify-content: center; align-items: center;}

.slBb .swiper-slide, .csSwiper .swiper-slide {height: auto; display: flex;}
.slBb {position: relative; z-index: 4;}
.swNavs {position: absolute; z-index: 6;}
.swBg {position: absolute; height: 100%; right: 0; width: calc(100% - 100px); top: 0; border-bottom-left-radius: 15px; border-top-left-radius: 15px;}

.sw-button {width: 43px; height: 43px; background: url("../img/arr.svg") no-repeat 50% 50%; background-size: cover; cursor: pointer;}
.sw-button-prev {transform: scaleX(-1);}
.swNavs {display: flex; width: 140px; justify-content: space-between;}
.swBg .swNavs {position: absolute; left: 40px; bottom: 45px;}

.cssBox {width: 100%;}
.cssBox.white {display: flex; width: 100%; color: var(--text);}
.cssBox.wtext {color: var(--white);}
.cssBoxCnt {padding: 40px 35px; display: flex; flex-direction: column; position: relative; height: 100%;}
.cssBoxCnt .sw-button {position: absolute; bottom: 40px; right: 50px;}

.slBbWr.sglWr {padding: 120px 0;}
.slGrid {height: 600px;}
.slGrid .swiper-slide {height: auto;display: flex;padding: 10px;}
.glBox {background: var(--white); border-radius: 15px; display: flex; padding: 25px 24px; text-align: center; justify-content: center; align-items: center; box-shadow: -3px 3px 4px 0px rgba(0,0,0,0.15); width: 100%;}
.glBox img {display: block; max-width: 100%; height: auto;}

.cssBoxTitle {margin-bottom: 30px;}
.cssBoxLogo {margin-top: auto;}
.cssBox h3 {font-weight: 500;}
.cssTag {display: inline-flex; justify-content: center; text-align: center; align-items: center; text-transform: uppercase; border-radius: 10px; border: 1px solid; height: 36px; margin-bottom: 36px; padding: 0 10px; font-size: 13px; text-transform: uppercase;}
.csBlue {border-color: #6CF4FF;}
.csOrange {border-color: #FFC43E;}
.csGreen {border-color: #90F7BC;}
.cssAuthor {font-size: 15px; font-weight: 500; margin-top: 15px;}
.cssAuthor strong {font-weight: 600;}

.wNavs .sw-button, .black .sw-button {filter: brightness(0) invert(1);}
.csControls {margin-top: 60px; display: flex; align-items: center;}
.csControls .swNavs {width: 115px; position: relative; margin-right: 50px;}
.scButtonWr {margin-left: 50px;}
.scrollWr {position: relative; flex: 1; margin-top: 20px;}

.scrollWr .swiper-scrollbar.swiper-scrollbar-horizontal {height: 9px; border-radius: 9px; background: rgba(255,255,255,0.7);}
.scrollWr .swiper-scrollbar-drag {border-radius: 9px; background: linear-gradient(-90deg, rgba(144,247,188,1) 0%, rgba(41,220,117,1) 100%);}

.rsp {max-width: 100%; height: auto; display: block;}
.rdcorner {overflow: hidden; border-radius: 15px;}

.itRow {margin: 60px -150px 140px;}
.itHalf {position: relative; display: flex;}
.itBoxImgHalf {left: 150px;}
.itBoxCntHalf {right: 150px; top: 80px;}
.itBoxCnt {padding: 90px; align-items: center; display: flex; width: 100%;}
.itbContent {max-width: 660px;}
.itbContent li {margin-bottom: 12px; padding-left: 25px; background: url("../img/sml.svg") no-repeat 0 2px;}

.nmRow .itBoxCnt {padding-right: 0;}
.nmRow.reverse .itBoxCnt {padding-left: 0; padding-right: 90px;}


.reverse {flex-direction: row-reverse;}
.reverse .itBoxImgHalf {right: 150px; left: auto;}
.reverse .itBoxCntHalf {left: 150px; right: auto;}

.csSection .content {z-index: 5; position: relative;}
.csSection::before {content: ''; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: linear-gradient(0deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.95) 100%); pointer-events: none;}

.mobMenuButtonBox {display: none;}

.ftFormSection .content {position: relative; z-index: 5;}
.ftImg {position: absolute; left: 25%; pointer-events: none; display: block; width: 800px; max-width: 38%; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; padding-top: 114px; opacity: 0.6;}
.hTitle {width: 51%;}
.hDescription {width: 35%;}
.titleRow {margin-bottom: 80px;}

.pagesRow {margin: -20px -40px;}
.pagesRow > div {display: flex;}
.pageBox {display: block; color: var(--text); padding: 50px 35px 45px; position: relative; margin: 20px 40px; top: 0; width: 100%;}
.pageBox:hover {top: -15px;}
.pageBox h4 {text-transform: uppercase;}
.pageBox .sw-button {filter: none; position: absolute; right: 20px; bottom: 20px;}

.sTitle {max-width: 1000px; margin: 0 auto 70px; text-align: center;}
.sBottom {max-width: 1000px; margin: 70px auto 0; text-align: center;}
.logosRow {margin: -10px;}
.logoBox {padding: 10px 25px; display: flex; justify-content: center; text-align: center; align-items: center; margin: 10px;}
.col5 {width: 20%; display: flex;}
.logoBox img {display: block; max-width: 100%; height: auto;}

.row2 {margin: 0 -25px -50px;}
.row2 .half {padding: 0 25px 50px; display: flex;}
.blackBox {padding: 70px 60px;}
.blackBox h4 {font-weight: 300;}
.blackBox h4 strong {font-weight: 600;}
.blackBox h4 img {max-height: 48px; width: auto; margin-right: 15px;}
.blackBox h4 img, .blackBox h4 span {display: inline-block; vertical-align: middle;}

.sb1 {margin-top: 50px; padding: 110px 60px; background-image: url(/wp-content/uploads/2024/04/Group-55.svg); background-repeat: no-repeat; background-position: 100% 0;}
.sb1 h4 {display: block;}
.rowText {margin: 70px -50px -50px;}
.rowText .third {padding: 0 50px 50px;}

.rowText3 {margin: 60px -70px -50px; align-items: baseline;}
.rowText3 .third {padding: 0 70px 50px;}

.tmWr {max-width: 1320px; margin: 0 auto;}
.tmRow {margin: 0 -25px -50px;}
.tmBox {padding: 0 25px 50px;}
.tmContent {max-width: 374px; margin: 0 auto;}
.tnImg {aspect-ratio: 374 / 420; background: var(--black);}
.tnImg img, .acImg img {width: 100%; height: 100%; object-fit: cover; display: block;}
.tmDsc {margin-top: 20px;}
.tmDsc p {margin-bottom: 4px;}
.tmDsc h6 {margin-bottom: 15px;}
.tmDsc p a {text-decoration: none;}
.tmDsc p a:hover {text-decoration: underline;}

.casesParent .half, .casesParent .third, .casesParent .sCaseBox, .scLink {display: flex; }
.casesMainWr {margin: 0 -30px -60px;}
.sCaseBox {padding: 0 30px 60px;}
.scLink .rdcorner {display: flex; flex-direction: column;}
.acImg {aspect-ratio: 789 / 366;}
.blogRow .acImg {aspect-ratio: 490 / 242;}
.insCtWr {background: var(--black); flex: 1; padding: 35px; position: relative;}
.csLogoWr {width: 189px; height: 84px; display: flex; align-items: center;}
.csLogoWr img {max-width: 100%; max-height: 100%; filter: brightness(0) invert(1); display: block;}
.insCtWr .sw-button {position: absolute; bottom: 40px; right: 50px; filter: brightness(0) invert(1);}
.insCtWr .cssTag, .insCtWr h6 {margin-bottom: 20px;}
.insCtWr h6 {text-transform: uppercase;}
.smContent {max-width: 1320px; margin: 0 auto;}
.smContent h2, .smContent h3, .smContent h4, .smContent h5, .smContent h6 {text-transform: none; margin-top: 45px;}
.smContent h2:first-child, .smContent h3:first-child, .smContent h4:first-child, .smContent h5:first-child, .smContent h6:first-child {margin-top: 0;}
.smContent figure {margin: 2rem 0;}

.adPost {border-top: 1px solid #aaa; padding-top: 35px;}
.adCase .addtoany_list a {width: 32px; height: 32px; padding: 0; margin-right: 8px; filter: brightness(0)}
.adPost .addtoany_list a {width: 38px; height: 38px; padding: 0; margin-right: 8px;}
.adPost .addtoany_list a img, .adCase .addtoany_list a img {max-width: 100%; height: auto;}
.lftTitle {margin-bottom: 60px;}

/* forms */
html .gform-theme--foundation {
    --gf-form-gap-x: 8px;
    --gf-form-gap-y: 8px;
}
html .gform-theme--framework {
  --gf-ctrl-size-md: 58px;
  --gf-ctrl-border-width: 0;
  --gf-radius: 15px!important;
}
html .gform-theme--foundation .gfield textarea.large {
    min-block-size: 8rem;
}
.gform_footer .button {width: 100%!important; background: var(--black)!important;}
.gform_footer .button:hover {width: 100%!important; background: var(--white)!important; color: var(--black)!important;}
.gfield_required.gfield_required_text {display: none!important;}

.animateBg {background-size: 300%;  animation: AnimateBG 4s ease infinite;}

.page-id-320 section.black.wtext .titleRow {padding-top: 5%;}

@keyframes AnimateBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@media screen and (max-width: 1600px) {
  .hbct h1 {font-size: 50px;}
	h1 {font-size: 36px;}
  h2, .ftForm h2 {font-size: 34px;}
  h3 {font-size: 26px;}
  .cssBox h3 {font-size: 24px;}
  h4 {font-size: 24px;}
  h5 {font-size: 22px;}
  h6 {font-size: 20px;}
}

@media screen and (max-width: 1420px) {
	.hbct h1 {font-size: 46px;}
	h1 {font-size: 34px;}
  h2, .ftForm h2 {font-size: 32px;}
  h3 {font-size: 24px;}
  .cssBox h3 {font-size: 22px;}
  h4 {font-size: 22px;}
  h5 {font-size: 20px;}
  h6 {font-size: 18px;}
  .pagesRow {margin: -20px -20px;}
  .pageBox {margin: 20px 20px;}
  .casesMainWr {margin: 0 -20px -60px;}
  .sCaseBox {padding: 0 20px 60px;}
}

@media screen and (max-width: 1280px) {
  .ftImg {
    position: absolute;
    left: 10%;
    pointer-events: none;
    display: block;
    max-width: 80%;
    top: auto;
    bottom: 0;
    margin-top: auto;
    margin-bottom: -8%;
    padding-top: 0;
    opacity: 0.6;
}
}

@media screen and (max-width: 1080px) {
  .hbct h1 {font-size: 40px;}
	h1 {font-size: 30px;}
  h2, .ftForm h2 {font-size: 26px;}
  h3 {font-size: 22px;}
  .cssBox h3 {font-size: 18px;}
  h4 {font-size: 20px;}
  h5 {font-size: 19px;}
  h6 {font-size: 17px;}
  
  .home .banner {min-height: 0;}
	.hTitle {width: 100%;}
  .hDescription {width: 100%; margin-top: 30px;}
  .third {width: 50%;}
  
  #main_menu::after, #main_menu .menu > li.current-menu-item > a::before, #main_menu .menu > li > a:hover::before, #main_menu .menu > li.current-menu-ancestor > a::before {content: none; display: none; position: absolute; width: 0; height: 0; background: none;}
  #mega-menu-main_menu {margin-top: 35px!important;}
  html #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu {position: relative;}
  .mega-menu-item.mega-menu-item-type-widget.widget_media_image {display: none!important;}
  #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link {padding: 0 25px!important;}
  #mega-menu-wrap-main_menu #mega-menu-main_menu p {margin-bottom: 0; font-size: 13px;}
  html #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {padding: 10px 10px 10px 10px;}
  
  .bbSwiperMain, .csSwiperMain {width: 100%;}
  
  .bnhflimit {min-height: 360px;}
  .slSingleWr, .slBbWr {width: 100%;}
  .slBbWr {padding: 0; margin-top: 40px;}
  .slBbWr.sglWr {padding: 0; margin-top: 15px;}
  .swBg {position: static;height: auto;width: 100%;border-bottom-left-radius: 0;border-top-left-radius: 0;background: none;}
  .swBg .swNavs {position: static; margin-top: 25px;}
  .glBox {box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);}
  .slGrid {height: 400px;}
  
  .bnwForm .half {width: 100%;}
  .bnwForm .bnhflimit {max-width: 100%;}
  .bnFormMain {padding: 80px 25px;}
  .bnFormWr {padding: 0;}
}

@media screen and (max-width: 940px) {
.ftImg {
    position: absolute;
    left: auto;
    right: -6%;
    pointer-events: none;
    display: block;
    max-width: 80%;
    top: auto;
    bottom: 0;
    margin-top: auto;
    margin-bottom: -8%;
    padding-top: 0;
    opacity: 0.6;
}
}

@media screen and (max-width: 840px) {
  .fcol {margin-bottom: 40px; margin-right: 30px;}
  .flogo {width: 100%; margin-bottom: 60px;}
  footer {padding-top: 60px;}
  .fbrow {margin-top: 60px;}
}

@media screen and (max-width: 767px) {
	.hbct h1 {font-size: 36px;}
	h1 {font-size: 30px;}
  h2, .ftForm h2 {font-size: 26px;}
  h3 {font-size: 22px;}
  .cssBox h3 {font-size: 18px;}
  h4 {font-size: 20px;}
  h5 {font-size: 19px;}
  h6 {font-size: 17px;}
  
  .third, .half {width: 100%;}
  .col5 {width: 33.333%;}
  .itRow {margin: 0;}
  .itHalf {position: static;}
  .itHalf + .itHalf {margin-top: 60px;}
  .itBoxCnt {padding: 40px;}
  
  .bnhflimit {min-height: 0;}
  .bnct {padding: 20px 25px 60px 0;}
  
  section {padding: 60px 0;}
  .cornerSection {padding: 60px 25px;}
  .whiteBox {padding-top: 0;}
  .wbImg, .wbCnt {width: 100%;}
  .wbCnt {padding-top: 60px;}
  .cornerSection {background: var(--blue)!important;}
  
  .ftFormWr.sectionForm {margin-top: 40px;}
  .slGrid {height: 300px;}
  .sb1 {background-image: none!important;}
}

@media screen and (max-width: 580px) {
  .csControls {flex-wrap: wrap;}
  .scButtonWr {margin-left: 0;width: 100%;margin-top: 30px;}
}

@media screen and (max-width: 480px) {
	.hbct h1 {font-size: 32px;}
	h1 {font-size: 28px;}
  h2, .ftForm h2 {font-size: 24px;}
  h3 {font-size: 22px;}
  .cssBox h3 {font-size: 18px;}
  h4 {font-size: 20px;}
  h5 {font-size: 19px;}
  h6 {font-size: 17px;}
  
  .col5 {width: 50%;}
  .button {font-size: 16px; height: 51px;}
  .logoWr {width: 180px;}
  #mega-menu-main_menu {margin-top: 26px !important;}
  .hbct {padding-bottom: 100px;}
  .itBoxCnt, .insCtWr, .pageBox, .cssBoxCnt, .blackBox, .sb1 {padding: 35px 25px;}
  .ftContact h4 {margin-bottom: 25px;}
  .ftForm {margin-top: 25px;}
  
  .slGrid {height: 200px;}
}


