
@import url("../fonts/fonts.css");

html :where(.wp-block) {
    max-width: 100% !important;
}

@media (min-width: 782px) {
body .interface-complementary-area {
    min-width: 420px;
}
}

.acf-block-preview * {
	outline: 0 !important;
	text-decoration: none !important
}

.acf-block-preview {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	font-family: Lato, sans-serif;
	color: #7c8696
}

.acf-block-preview {
	height: 100%
}

.acf-block-preview .main-wrapper {
	position: relative;
	overflow-x: hidden
}

.acf-block-preview li,
.acf-block-preview ol,
.acf-block-preview ul {
	padding: 0;
	margin: 0;
	list-style: none
}

.acf-block-preview a {
	transition: all .3s
}

.acf-block-preview a,
.acf-block-preview a:hover {
	color: #7c8696;
	text-decoration: none
}

.acf-block-preview a:focus,
.acf-block-preview button:focus,
.acf-block-preview input:focus,
.acf-block-preview select:focus,
.acf-block-preview textarea:focus {
	outline: none
}

.acf-block-preview img {
	max-width: 100%;
	display: block
}

.acf-block-preview .h1,
.acf-block-preview .h2,
.acf-block-preview .h3,
.acf-block-preview .h4,
.acf-block-preview .h5,
.acf-block-preview .h6,
.acf-block-preview h1,
.acf-block-preview h2,
.acf-block-preview h3,
.acf-block-preview h4,
.acf-block-preview h5,
.acf-block-preview h6 {
	color: #222837;
	font-weight: 700;
	margin-bottom: 20px;
	font-family: Titillium Web, sans-serif
}

.acf-block-preview .h1,
.acf-block-preview h1 {
	font-size: 80px;
	line-height: 110%
}

.acf-block-preview .h2,
.acf-block-preview h2 {
	font-size: 56px;
	line-height: 115%
}

.acf-block-preview .h3,
.acf-block-preview h3 {
	font-size: 46px;
	line-height: 120%
}

.acf-block-preview .h4,
.acf-block-preview h4 {
	font-size: 30px;
	line-height: 110%
}

.acf-block-preview .h5,
.acf-block-preview h5 {
	font-size: 30px;
	line-height: 40px
}

.acf-block-preview .h6,
.acf-block-preview h6 {
	font-size: 16px;
	line-height: 24px
}

.acf-block-preview p {
	margin-bottom: 20px
}

.acf-block-preview p:last-child {
	margin-bottom: 0 !important
}

.acf-block-preview button {
	border: none;
	transition: all .4s ease 0s;
	background: transparent
}

.acf-block-preview .section,
.acf-block-preview section {
	padding: 70px 0
}

.acf-block-preview .container {
	max-width: 1200px
}

.acf-block-preview .container.wide {
	max-width: 1400px
}

.acf-block-preview .container.medium {
	max-width: 1300px
}

.acf-block-preview .container.smalls {
	max-width: 1100px
}

.acf-block-preview .fw_900 {
	font-weight: 900
}

.acf-block-preview .cta-btn {
	display: inline-flex;
	text-align: center;
	justify-content: center;
	padding: 16px 35px;
	border: 1px solid transparent;
	font-family: Titillium Web, sans-serif;
	font-weight: 700;
	font-size: 15px
}

.acf-block-preview .btn_border {
	border-color: #5ba1fb
}

.acf-block-preview .btn_default {
	background: #5ba1fb;
	color: #fff;
	border-color: #5ba1fb
}

.acf-block-preview .btn_default:hover {
	background: #2d75d1;
	color: #fff;
	border-color: #2d75d1
}

.acf-block-preview .btn_border_dark {
	border-color: #132848;
	color: #132848;
	border-width: 3px;
	background: #fbfbfb
}

.acf-block-preview .btn_border_dark:hover {
	background: #132848;
	color: #fff
}

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

.acf-block-preview .header-area .btn_border {
	color: #fff;
	margin-left: 30px
}

.acf-block-preview .header-area .btn_border:hover {
	background: #5ba1fb;
	color: #fff
}

.acf-block-preview .site-logo {
	max-width: 120px
}

.acf-block-preview .mainmenu #menu {
	display: flex;
	align-items: center;
	justify-content: flex-end
}

.acf-block-preview .mainmenu ul li {
	position: relative;
	display: inline-block;
	margin-right: 35px
}

.acf-block-preview .mainmenu ul li a {
	color: #a2a9b5
}

.acf-block-preview .mainmenu ul li a:hover {
	color: #fff
}

.acf-block-preview .mainmenu ul li.has-submenu>a:after {
	position: absolute;
	content: "";
	right: -16px;
	width: 7px;
	height: 7px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: translateY(-50%) rotate(45deg);
	top: 47%
}

.acf-block-preview .mainmenu ul li.has-submenu>a:hover:after {
	border-color: #fff
}

.acf-block-preview .mainmenu ul li>ul {
	width: 250px;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 15px;
	z-index: 9;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	transition: all .4s;
	border-top: 4px solid #2d75d1;
	text-align: left;
	box-shadow: 0 19px 51px rgba(0, 0, 0, .31);
	background-color: #fff;
	border-radius: 5px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.acf-block-preview .mainmenu ul li>ul>li {
	display: block;
	padding: 0;
	margin: 0
}

.acf-block-preview .mainmenu ul li>ul>li a {
	padding: 7px;
	display: block;
	color: #181818;
	opacity: 1
}

.acf-block-preview .mainmenu ul li>ul>li a:hover {
	padding-left: 12px;
	color: #222837
}

.acf-block-preview .mainmenu ul li:hover>ul {
	visibility: visible;
	opacity: 1;
	-ms-filter: "alpha(opacity=100)"
}

.acf-block-preview .mainmenu ul li:hover>a,
.acf-block-preview .text_white,
.acf-block-preview .text_white>* {
	color: #fff
}

.acf-block-preview .hero-area {
	padding-top: 200px
}

.acf-block-preview .hero-img img {
	max-width: 630px;
	position: relative;
	z-index: 1
}

.acf-block-preview .hero-text .h1 {
	margin-bottom: 30px
}

.acf-block-preview .hero-text .cta-btn {
	margin-top: 10px
}

.acf-block-preview .play_btn_circle text {
	fill: #222837;
	font-family: Lato, sans-serif;
	font-size: 42px;
	font-weight: 400;
	text-transform: uppercase;
	font-variant-ligatures: none;
	letter-spacing: 13px;
	-webkit-animation: rotate 25s linear infinite;
	animation: rotate 25s linear infinite;
	transform-origin: center center
}

.acf-block-preview .play_btn_circle svg {
	max-width: 80vmin
}

@-webkit-keyframes rotate {
	to {
		transform: rotate(1turn)
	}
}

@keyframes rotate {
	to {
		transform: rotate(1turn)
	}
}

.acf-block-preview .play_btn_circle .textcircle {
	transition: transform 1s cubic-bezier(.65, 0, .35, 1);
	transform-origin: 250px 250px
}

.acf-block-preview .hero-img {
	position: relative
}

.acf-block-preview .play_btn_circle em {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 65px;
	height: 65px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #222837;
	color: #fff;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .43);
	font-size: 14px;
	transition: all .4s;
	z-index: 11;
	text-indent: 2px
}

.acf-block-preview .play_btn_circle:hover em {
	box-shadow: none
}

.acf-block-preview .play_btn_circle .dots {
	position: absolute;
	width: 52%;
	height: 52%;
	background: transparent;
	-webkit-animation: rotate 25s linear infinite;
	animation: rotate 25s linear infinite;
	transform-origin: center center
}

.acf-block-preview .play_btn_circle .dots:after {
	position: absolute;
	content: "";
	bottom: 27px;
	left: calc(100% + 8px);
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #222837
}

.acf-block-preview .play_btn_circle {
	position: absolute;
	bottom: -106px;
	right: -110px;
	width: 140px;
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #5ba1fb;
	border-radius: 50%
}

.acf-block-preview .hero-area {
	position: relative;
	z-index: 11
}

.acf-block-preview .text_upper {
	text-transform: uppercase
}

.acf-block-preview .count_box .title {
	font-family: Titillium Web, sans-serif;
	color: #5ba1fb;
	font-size: 100px;
	line-height: 100%
}

.acf-block-preview .count_box p {
	color: #8c96a6;
	font-size: 20px
}

.acf-block-preview .count_box {
	margin-top: 10px
}

.acf-block-preview .relative-area {
	position: relative;
	z-index: 1
}

.acf-block-preview .top_left_shape {
	position: absolute;
	left: -20%;
	top: -85%;
	width: 800px;
	height: 800px;
	z-index: -1
}

.acf-block-preview .bg_dark .top_left_shape {
	left: auto;
	right: -20%;
	opacity: .8
}

.acf-block-preview .content-text .cta-btn {
	margin-top: 18px
}

.acf-block-preview .bg_gradient_gray {
	background: linear-gradient(180deg, #fbfbfb, hsla(0, 0%, 98.4%, 0))
}

.acf-block-preview .bg_dark {
	background: #2b3346
}

.acf-block-preview .video-box-alt {
	position: relative;
	width: 730px;
	float: right
}

.acf-block-preview .video-box-alt.right {
	float: left
}

.acf-block-preview .video-box {
	position: relative;
	z-index: 1
}

.acf-block-preview .video-box:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #132848;
	opacity: .5
}

.acf-block-preview .content-img.video-box-alt .play_btn_circle {
	bottom: 30px;
	right: 30px
}

.acf-block-preview .play_btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(.9);
	width: 65px;
	height: 65px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #5ba1fb;
	color: #fff;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .43);
	font-size: 14px;
	transition: all .4s;
	z-index: 11
}

.acf-block-preview .play_btn:hover {
	transform: translate(-50%, -50%) scale(1);
	color: #fff
}

.acf-block-preview .step_tabs .nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
	margin-bottom: 70px
}

.acf-block-preview .step_tabs .nav button {
	flex: auto;
	font-weight: 700;
	color: #8c96a6;
	background: rgba(91, 161, 251, .07);
	padding: 20px 10px;
	border-bottom: 3px solid rgba(91, 161, 251, .07)
}

.acf-block-preview .step_tabs .nav button.active {
	border-color: rgba(91, 161, 251, .66);
	border-width: 3px;
	color: #132848;
	background: #fff
}

.acf-block-preview .link_text {
	display: inline-flex;
	align-items: center;
	font-weight: 700;
	color: #132848;
	font-family: Titillium Web, sans-serif;
	font-size: 18px
}

.acf-block-preview .link_text span {
	position: relative
}

.acf-block-preview .link_text span:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	transition: all .4s;
	height: 1.5px;
	background: #132848
}

.acf-block-preview .link_text img {
	margin-left: 10px;
	height: 10px;
	position: relative;
	top: 2px;
	transition: all .4s;
	left: 0
}

.acf-block-preview .link_text:hover img {
	left: 7px
}

.acf-block-preview .link_text:hover {
	color: #132848
}

.acf-block-preview .link_text:hover span:after {
	width: 0
}

.acf-block-preview .shape_right {
	position: absolute;
	top: -65%;
	right: -30%;
	z-index: -1;
	width: 800px;
	height: 800px
}

.acf-block-preview .shape_left {
	position: absolute;
	top: -30%;
	left: -28%;
	z-index: -1;
	width: 800px;
	height: 800px
}

.acf-block-preview .c_logo {
	height: 73px
}

.acf-block-preview .c_logo img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.acf-block-preview .logos_slider .slide {
	padding: 0 40px
}

.acf-block-preview .logos_slider .slick-list {
	margin-left: -40px;
	margin-right: -40px
}

.acf-block-preview .logos_slider {
	margin-top: 60px
}

.acf-block-preview .text_bg {
	color: #222837;
	font-size: 230px;
	font-weight: 900;
	font-family: Titillium Web, sans-serif;
	color: transparent;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #222837;
	line-height: 100%;
	opacity: .1
}

.acf-block-preview .group-wavy-area {
	z-index: 1
}

.acf-block-preview .bg_white {
	background: #fff
}

.acf-block-preview .bg_white.relative-area {
	z-index: 11
}

.acf-block-preview .cloud_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40%;
	z-index: -1
}

.acf-block-preview .middle-area {
	padding-top: 50px
}

.acf-block-preview .wavy-ocean {
	width: 100%;
}

.acf-block-preview .text_blue {
	color: #5ba1fb
}

.acf-block-preview .group-wavy-area {
	position: relative;
	background: #222837;
	padding-bottom: 100px;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 98%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 98%, 0 100%);
	margin-top: -1px
}

.acf-block-preview .solution-area {
	position: relative;
	z-index: 1
}

.acf-block-preview .solution-area .container {
	position: relative
}

.acf-block-preview .middle-img .cta-btn {
	margin-top: 20px
}

.acf-block-preview .solution-text-block {
	margin-bottom: 50px;
	padding-bottom: 50px;
	position: relative
}

.acf-block-preview .solution-text-block:last-child {
	margin-bottom: 0;
	padding-bottom: 0
}

.acf-block-preview .solution-text-block:after {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 1px;
	content: "";
	background: linear-gradient(-60deg, rgba(140, 150, 166, 0), #8c96a6);
	opacity: .564
}

.acf-block-preview .solution-text-block:last-child:after {
	display: none
}

.acf-block-preview .solution-text-block.text-end:after {
	background: linear-gradient(60deg, rgba(140, 150, 166, 0), #8c96a6)
}

.acf-block-preview .solution-text-block .title {
	margin-bottom: 15px;
	display: block
}

.acf-block-preview .solution-text-block p {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 18px
}

.acf-block-preview .wavy-shape-left {
	position: absolute;
	left: -350px;
	width: 700px;
	height: 700px;
	bottom: 10%;
	z-index: -1;
	opacity: .8
}

.acf-block-preview .wavy-shape-center {
	position: absolute;
	left: 35%;
	width: 700px;
	height: 700px;
	bottom: 20%;
	z-index: -1;
	opacity: .8
}

.acf-block-preview .link_text.text_white span:after {
	background: #fff
}

.acf-block-preview .image-box.style1 {
	height: 287px
}

.acf-block-preview .image-box.style1 img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.acf-block-preview .g_5 {
	--bs-gutter-x: 35px;
	--bs-gutter-y: 35px
}

.acf-block-preview .ps_35 {
	padding-left: 35px
}

.acf-block-preview .video-box.style2 {
	height: 100%
}

.acf-block-preview .video-box.style2 img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.acf-block-preview .video-box.style2:after {
	background: linear-gradient(180deg, rgba(34, 40, 55, 0), rgba(34, 40, 55, .77) 46.8%, #222837);
	opacity: .842;
	top: auto;
	bottom: 0;
	height: 55%
}

.acf-block-preview .video_meta {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 50px;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.acf-block-preview .video_meta .title {
	font-family: Titillium Web, sans-serif;
	font-weight: 700;
	font-size: 22px
}

.acf-block-preview .video_meta p {
	font-weight: 500;
	color: #bfc8d6
}

.acf-block-preview .video-box.style2 .play_btn {
	position: inherit;
	top: auto;
	left: auto;
	transform: translate(0) scale(.9);
	box-shadow: none
}

.acf-block-preview .video-box.style2 .play_btn:hover {
	transform: translate(0) scale(1)
}

.acf-block-preview .section_heading {
	margin-bottom: 40px
}

.acf-block-preview .section_action {
	margin-top: 40px
}

.acf-block-preview .text_dark {
	color: #222837
}

.acf-block-preview .divider-area hr {
	margin: 0;
	opacity: .2;
	border-color: #132848
}

.acf-block-preview .video-slider .slide {
	padding: 0 10px
}

.acf-block-preview .video-slider .slick-list {
	margin-left: -10px;
	margin-right: -10px
}

.acf-block-preview .video-slide-box {
	position: relative;
	z-index: 1
}

.acf-block-preview .video-slide-box:after {
	position: absolute;
	content: "";
	background: linear-gradient(180deg, rgba(19, 40, 72, 0), #132848);
	top: auto;
	bottom: 0;
	height: 85%;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all .4s
}

.acf-block-preview .video-slide-box:hover:after {
	opacity: 1;
	visibility: visible
}

.acf-block-preview .video-slide-box .meta {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	padding: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 1
}

.acf-block-preview .video-slide-box .meta .left {
	width: 60%
}

.acf-block-preview .video-slide-box .meta .play_btn {
	position: inherit;
	top: auto;
	left: auto;
	transform: translate(0) scale(.9);
	box-shadow: none;
	border: 1px solid #5ba1fb;
	background: transparent
}

.acf-block-preview .video-slide-box .meta .play_btn:hover {
	transform: translate(0) scale(1)
}

.acf-block-preview .video-slide-box:hover .meta .play_btn {
	background: #5ba1fb
}

.acf-block-preview .video-slide-box .meta .title {
	font-family: Titillium Web, sans-serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 38px
}

.acf-block-preview .sales-slider .slick-arrow:before,
.acf-block-preview .video-full-width-slider .slick-arrow:before,
.acf-block-preview .video-slider .slick-arrow:before {
	display: none
}

.acf-block-preview .sales-slider .slick-arrow,
.acf-block-preview .video-full-width-slider .slick-arrow,
.acf-block-preview .video-slider .slick-arrow {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid rgba(19, 40, 72, .16)
}

.acf-block-preview .sales-slider .slick-prev,
.acf-block-preview .video-full-width-slider .slick-prev,
.acf-block-preview .video-slider .slick-prev {
	left: -80px
}

.acf-block-preview .sales-slider .slick-next,
.acf-block-preview .video-full-width-slider .slick-next,
.acf-block-preview .video-slider .slick-next {
	right: -80px
}

.acf-block-preview .sales-slider .slick-next {
	right: -300px
}

.acf-block-preview .sales-slider .slick-next svg,
.acf-block-preview .video-full-width-slider .slick-next svg,
.acf-block-preview .video-slider .slick-next svg {
	transform: rotate(180deg)
}

.acf-block-preview .sales-slider .slick-arrow:hover,
.acf-block-preview .video-full-width-slider .slick-arrow:hover,
.acf-block-preview .video-slider .slick-arrow:hover {
	background: #132848
}

.acf-block-preview .sales-slider .slick-arrow:hover path,
.acf-block-preview .video-full-width-slider .slick-arrow:hover path,
.acf-block-preview .video-slider .slick-arrow:hover path {
	stroke: #fff
}

.acf-block-preview .box.style1 {
	display: block;
	background: #f7f7f7;
	margin-top: 30px
}

.acf-block-preview .box.style1 .text {
	padding: 40px
}

.acf-block-preview .box.style1 .image {
	height: 270px
}

.acf-block-preview .box.style1 .image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.acf-block-preview .box.style1 .title {
	font-family: Titillium Web, sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #132848;
	margin-bottom: 15px
}

.acf-block-preview .box.style1 .text p {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.acf-block-preview .box.style1 .link_text {
	font-size: 16px
}

.acf-block-preview .box.style1:hover {
	transform: translateY(-12px)
}

.acf-block-preview .newsletter_inner {
	background: #2b3346;
	padding: 80px 80px 90px;
	position: relative;
	z-index: 1
}

.acf-block-preview .newsletter_inner .left img {
	position: absolute;
	bottom: 0;
	width: 330px;
	left: 125px
}

.acf-block-preview .newsletter_inner .shape {
	position: absolute;
	width: 600px;
	height: 600px;
	left: 10%;
	z-index: -1;
	top: -30%;
	opacity: .8
}

.acf-block-preview .newsletter_inner form {
	position: relative;
	height: 65px;
	width: calc(100% - 100px);
	background: #fff;
	margin-top: 40px
}

.acf-block-preview .newsletter_inner form input:not([type=submit]) {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: transparent;
	border: none;
	padding: 10px 165px 10px 20px
}

.acf-block-preview .newsletter_inner form input[type=submit] {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background: #5ba1fb;
	color: #fff;
	display: inline-flex;
	text-align: center;
	justify-content: center;
	padding: 16px 30px;
	border: 1px solid transparent;
	font-family: Titillium Web, sans-serif;
	font-weight: 700
}

.acf-block-preview .newsletter_inner form label {
	display: none
}

.acf-block-preview .newsletter_inner form .gfield_validation_message {
	position: absolute;
	bottom: -30px;
	color: red;
	font-size: 14px
}

.acf-block-preview .gform_submission_error {
	display: none
}

.acf-block-preview .footer-top {
	padding: 290px 0 80px;
	background: #222837
}

.acf-block-preview .footer-area {
}

.acf-block-preview .footer-logo {
	display: inline-block;
	width: 140px;
	margin-bottom: 15px
}

.acf-block-preview .footer-talk .title {
	font-family: Titillium Web, sans-serif;
	font-weight: 700;
	font-size: 66px;
	line-height: 100%
}

.acf-block-preview .footer-talk .inner {
	display: flex;
	align-items: center;
	margin-top: 20px
}

.acf-block-preview .footer-talk .inner>a {
	color: #fff;
	opacity: .45;
	position: relative
}

.acf-block-preview .footer-talk .inner>a:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	opacity: .45;
	transition: all .4s
}

.acf-block-preview .footer-talk .inner>a:hover:after {
	width: 0
}

.acf-block-preview .footer-talk .inner>a:hover {
	opacity: 1
}

.acf-block-preview .footer-social li {
	display: inline-block;
	margin-left: 15px
}

.acf-block-preview .footer-social li a {
	color: #fff;
	opacity: .28;
	font-size: 17px
}

.acf-block-preview .footer-social li a:hover {
	opacity: 1
}

.acf-block-preview .footer_title {
	font-size: 26px;
	font-family: Titillium Web, sans-serif;
	font-weight: 700;
	margin-bottom: 30px
}

.acf-block-preview .footer_links li {
	margin-bottom: 10px
}

.acf-block-preview .footer_links li a {
	color: #e5e5e5;
	position: relative
}

.acf-block-preview .copyright p a:after,
.acf-block-preview .footer_links li a:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #e5e5e5;
	transform: scaleX(0);
	transform-origin: bottom right;
	transition: transform .3s
}

.acf-block-preview .copyright p a:hover:after,
.acf-block-preview .footer_links a:hover:after {
	transform-origin: bottom left;
	transform: scaleX(1)
}

.acf-block-preview .footer_links li a:hover {
	color: #fff
}

.acf-block-preview .footer_links {
	-moz-column-count: 2;
	column-count: 2
}

.acf-block-preview .ps_85 {
	padding-left: 85px
}

.acf-block-preview .copyright {
	padding: 30px 0
}

.acf-block-preview .copyright p,
.acf-block-preview .copyright p a {
	color: #fff;
	font-size: 13px;
	position: relative
}

.acf-block-preview .bullet_shape {
	position: absolute;
	left: -10%;
	top: 0;
	z-index: -1;
	width: 47%;
	height: 100%
}

.acf-block-preview .logo_shape {
	position: absolute;
	right: -25%;
	top: -23%;
	z-index: -1
}

.acf-block-preview .relative-area .container {
	position: relative
}

.acf-block-preview .gradient_shape {
	position: absolute;
	right: -30%;
	width: 600px;
	height: 600px;
	top: 50%;
	transform: translateY(-50%);
	opacity: .8;
	z-index: -1
}

.acf-block-preview .header-toggle {
	display: none;
	height: 46px;
	width: 46px;
	text-align: center;
	background: #5ba1fb;
	margin-left: 10px
}

.acf-block-preview .header-toggle span {
	height: 2px;
	width: 95%;
	background: #fff;
	display: block;
	margin-top: 5px;
	position: relative;
	transition: all .2s ease 0s;
	border-radius: 5px;
	margin-right: auto;
	margin-left: 0
}

.acf-block-preview .header-toggle span:first-child {
	top: 4px
}

.acf-block-preview .header-toggle span:nth-child(2) {
	top: 6px;
	width: 65%
}

.acf-block-preview .header-toggle span:nth-child(3) {
	top: 8px
}

.acf-block-preview #menu-toggle {
	width: 42px;
	height: 42px;
	display: block;
	position: relative;
	background: transparent;
	padding: 4px 8px;
	border-radius: 7px;
	margin-left: auto;
	margin-right: auto
}

.acf-block-preview .box-slider .slide {
	padding: 0 15px
}

.acf-block-preview .box-slider .slick-list {
	margin-left: -15px;
	margin-right: -15px
}

.acf-block-preview .breadcrumb_navigation li {
	display: inline-block;
	position: relative
}

.acf-block-preview .breadcrumb_navigation li:after {
	position: absolute;
	content: "";
	top: 50%;
	right: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	transform: translateY(-50%);
	background: #5ba1fb
}

.acf-block-preview .breadcrumb_navigation li:last-child:after {
	display: none
}

.acf-block-preview .breadcrumb_navigation li {
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	margin-right: 10px;
	padding-right: 20px
}

.acf-block-preview .breadcrumb_navigation li a {
	color: #8c96a6;
	font-weight: 400;
	font-size: 14px
}

.acf-block-preview .banner-area {
	padding-top: 110px;
	padding-bottom: 80px;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%)
}

.acf-block-preview .breadcrumb_navigation {
	padding-bottom: 50px
}

.acf-block-preview .banner-text .cta-btn {
	margin-top: 13px
}

.acf-block-preview .banner-text .h2 {
	font-size: 60px;
	margin-bottom: 10px
}

.acf-block-preview .icon-teasers {
	margin-top: 50px
}

.acf-block-preview .icon-teasers .single-item {
	padding: 50px 0;
	border-bottom: 1px solid rgba(19, 40, 72, .2);
	color: #2b3346
}

.acf-block-preview .icon-teasers .single-item:last-child {
	border-bottom: 0;
	padding-bottom: 0
}

.acf-block-preview .icon-teasers .single-item .h4 {
	line-height: 140%
}

.acf-block-preview .icon-teasers .icon img {
	height: 80px;
	width: 80px
}

.acf-block-preview .cta-box.style1 {
	padding: 70px;
	position: relative;
	z-index: 1
}

.acf-block-preview .cta_shape {
	position: absolute;
	width: 600px;
	height: 600px;
	left: -20%;
	bottom: -50%;
	z-index: -1
}

.acf-block-preview .cta-box.style1 .content {
	font-size: 18px;
	width: 80%;
	margin: 30px auto
}

.acf-block-preview .video-full-width-slider .video-box {
	height: 450px
}

.acf-block-preview .video-full-width-slider .video-box img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.acf-block-preview .video-full-width-slider {
	margin-top: 50px;
	position: relative;
	z-index: 11
}

.acf-block-preview .n_top_300 {
}

.acf-block-preview .n_top_220 {
}

.acf-block-preview .bg_gray {
	background: #fbfbfb
}

.acf-block-preview .sub_heading {
	color: #5ba1fb;
	text-transform: uppercase;
	margin-bottom: 20px
}

.acf-block-preview .content-list {
	margin: 20px 0
}

.acf-block-preview .content-list li {
	position: relative;
	padding-left: 35px;
	color: #2b3346;
	margin-bottom: 13px
}

.acf-block-preview .content-list li:before {
	position: absolute;
	content: "";
	top: 5px;
	left: 0;
	width: 20px;
	height: 20px;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='Group 797' xmlns='http://www.w3.org/2000/svg' width='26' height='26'%3E%3Ccircle data-name='Ellipse 29' cx='13' cy='13' r='13' fill='%235ba1fb'/%3E%3Cpath data-name='Path 1997' d='M9.814 15.31l2.781 2.781 3.752-8.984' fill='none' stroke='%23fff' stroke-linecap='square' stroke-linejoin='bevel' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat scroll 50%/cover
}

.acf-block-preview .content-list.text_white li {
	color: #fff
}

.acf-block-preview .column_2 {
	-moz-column-count: 2;
	column-count: 2
}

.acf-block-preview .text-box.style1 {
	padding: 30px;
	height: 100%
}

.acf-block-preview .text-box.style1 .h3 {
	margin-bottom: 10px
}

.acf-block-preview .box.style2 {
	position: relative;
	z-index: 1;
	display: block;
	height: 355px;
	margin-top: 30px
}

.acf-block-preview .box.style2>img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.acf-block-preview .box.style2 .meta {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 40px;
	z-index: 1;
	text-align: center;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

.acf-block-preview .box.style2 .link_text {
	position: absolute;
	bottom: 40px;
	right: 40px
}

.acf-block-preview .box.style2:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(19, 40, 72, 0), rgba(19, 40, 72, .75) 37.4%, #132848)
}

.acf-block-preview .box.style2 .title {
	font-size: 38px;
	font-weight: 700;
	font-family: Titillium Web, sans-serif;
	margin-bottom: 15px;
	line-height: normal
}

.acf-block-preview .box.style2 .link_text {
	color: #fff
}

.acf-block-preview .box.style2 p {
	color: #bec3cc
}

.acf-block-preview .box.style2:hover .link_text img {
	left: 10px
}

.acf-block-preview .box.style2:hover {
	transform: translateY(-12px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, .4)
}

.acf-block-preview .faqs_accordion {
	margin-top: 50px
}

.acf-block-preview .faqs_accordion .accordion-item:first-of-type,
.acf-block-preview .faqs_accordion .accordion-item:first-of-type .accordion-button {
	border-radius: 0
}

.acf-block-preview .faqs_accordion .accordion-item {
	margin-top: 30px;
	border: none
}

.acf-block-preview .faqs_accordion .accordion-item:first-child {
	margin-top: 0
}

.acf-block-preview .faqs_accordion .accordion-button {
	border: none;
	background: #fbfbfb;
	color: #2b3346;
	box-shadow: none;
	border-radius: 0;
	padding: 25px 30px;
	font-size: 18px;
	font-family: Titillium Web, sans-serif;
	font-weight: 700
}

.acf-block-preview .faqs_accordion .accordion-body {
	background-color: #fbfbfb;
	border-radius: 10px;
	margin-top: -10px;
	padding: 45px 30px 40px;
	line-height: 30px;
	color: #7c8696
}

.acf-block-preview .faqs_accordion .accordion-item:last-of-type .accordion-button.collapsed {
	border-radius: 0
}

.acf-block-preview .faqs_accordion .accordion-button:not(.collapsed) {
	background-color: #2b3346;
	color: #fff;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important
}

.acf-block-preview .accordion-button:not(.collapsed):after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E")
}

.acf-block-preview .pb_40 {
	padding-bottom: 40px
}

.acf-block-preview .custom_select {
	position: relative;
	cursor: pointer
}

.acf-block-preview .select-hidden {
	display: none
}

.acf-block-preview .select-styled {
	background-color: transparent;
	border-bottom: 1px solid hsla(0, 0%, 43.9%, .38);
	color: #838383;
	width: 100%;
	position: relative;
	height: 65px;
	padding: 18px 0 10px;
	font-size: 18px
}

.acf-block-preview .select-styled:after {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	top: calc(50% - 4px);
	right: 15px;
	z-index: 55;
	border: 2px solid #050505;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg) translateY(-50%);
	transition: all .3s
}

.acf-block-preview .select-styled.active:after {
	transform: rotate(-135deg) translateY(-50%)
}

.acf-block-preview ul.select-options {
	display: none;
	background: #fff !important;
	position: absolute;
	top: 100%;
	z-index: 222;
	left: 0;
	padding: 20px 30px;
	box-shadow: 0 .5em 2em rgba(0, 0, 0, .15);
	width: 100%
}

.acf-block-preview ul.select-options li {
	color: #4e4e4e;
	cursor: pointer;
	margin-bottom: 5px;
	font-size: 18px
}

.acf-block-preview ul.select-options li:hover {
	color: #050505
}

.acf-block-preview ul.select-options li:first-child {
	display: none
}

.acf-block-preview .select-styled.iss {
	color: #050505
}

.acf-block-preview .filter .select-styled {
	border: none;
	background: transparent;
	border: 1px solid rgba(19, 40, 72, .49);
	padding: 12px 20px 8px;
	color: #2b3346;
	font-weight: 400;
	font-size: 15px;
	height: 55px
}

.acf-block-preview .filter ul.select-options {
	background: #222837 !important
}

.acf-block-preview .filter ul.select-options li {
	color: #fff;
	font-family: Titillium Web, sans-serif;
	font-weight: 600;
	margin: 8px 0;
	font-size: 16px;
	transition: all .4s
}

.acf-block-preview .filter ul.select-options li:hover {
	padding-left: 7px
}

.acf-block-preview .sidebar .title {
	color: #fff;
	font-family: Titillium Web, sans-serif;
	font-size: 22px;
	font-weight: 700;
	padding: 30px;
	background: #2b3346
}

.acf-block-preview .sidebar ul li a {
	display: block;
	background: #fbfbfb;
	color: #2c2c2c;
	position: relative;
	padding: 30px 60px 30px 30px
}

.acf-block-preview .sidebar ul li a:after {
	position: absolute;
	content: "";
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	right: 30px;
	width: 7px;
	height: 7px;
	border-bottom: 1px solid #2b3346;
	border-right: 1px solid #2b3346;
	transition: all .4s
}

.acf-block-preview .sidebar ul li a:hover {
	background: hsla(0, 0%, 89.8%, .34)
}

.acf-block-preview .sidebar ul li a:hover:after {
	right: 20px
}

.acf-block-preview .sidebar ul li {
	border-bottom: 1px solid rgba(190, 195, 204, .45)
}

.acf-block-preview .sidebar ul li:last-child {
	border-bottom: 0
}

.acf-block-preview .pt_40 {
	padding-top: 40px
}

.acf-block-preview .post-meta p {
	color: #8c96a6
}

.acf-block-preview .post-meta p a {
	color: #5ba1fb
}

.acf-block-preview .featured-image {
	margin-bottom: 40px;
	height: 440px
}

.acf-block-preview .featured-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.acf-block-preview .blog-banner {
	padding-bottom: 320px
}

.acf-block-preview .post-content-area {
	padding-top: 0;
	position: relative;
	z-index: 1
}

.acf-block-preview .testimonial-box {
	border: 1px solid hsla(0, 0%, 43.9%, .17);
	position: relative;
	transition: all .4s;
	padding: 60px 40px 60px 90px
}

.acf-block-preview .testimonial-box:hover {
	background: #2b3346;
	color: #bec3cc
}

.acf-block-preview .review_tag {
	position: absolute;
	left: -.5px;
	top: -.5px;
	width: 70px
}

.acf-block-preview .testimonial-box .head {
	display: flex;
	justify-content: space-between
}

.acf-block-preview .testimonial-box .right {
	padding: 10px;
	border-radius: 7px;
	background: #fff
}

.acf-block-preview .testimonial-box .right img {
	height: 60px
}

.acf-block-preview .testimonial-box .title {
	font-family: Titillium Web, sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #343434;
	transition: all .4s
}

.acf-block-preview .testimonial-box:hover .title {
	color: #fff
}

.acf-block-preview .testimonial-box .date {
	text-transform: uppercase;
	color: #868686;
	margin-bottom: 10px;
	transition: all .4s
}

.acf-block-preview .testimonial-box .review {
	margin-top: 30px
}

.acf-block-preview .testimonial-box:hover .date {
	color: #bec3cc
}

.acf-block-preview .text_light {
	color: #8c96a6
}

.acf-block-preview .banner-area.alt .banner-text {
	margin-top: 30px;
	padding-bottom: 50px
}

.acf-block-preview .partner-table table {
	width: 100%
}

.acf-block-preview .partner-table thead th {
	background: #2b3346;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	font-family: Titillium Web, sans-serif;
	padding: 25px 40px
}

.acf-block-preview .partner-table tbody td,
.acf-block-preview .partner-table tbody th {
	padding: 30px 40px;
	color: #707070;
	border-right: 1px solid rgba(190, 195, 204, .39)
}

.acf-block-preview .partner-table th {
	border-right: 1px solid rgba(190, 195, 204, .39)
}

.acf-block-preview .partner-table td:last-child,
.acf-block-preview .partner-table th:last-child {
	border-right: 0 solid rgba(190, 195, 204, .39)
}

.acf-block-preview .partner-table tbody tr:nth-child(2n) {
	background: #fbfbfb
}

.acf-block-preview .partner-table td:last-child {
	width: 290px
}

.acf-block-preview .partner-table tbody th {
	text-decoration: underline
}

.acf-block-preview .table_filter.custom_select {
	margin-bottom: 40px
}

.acf-block-preview .filter_search,
.acf-block-preview .table_filter .select-styled {
	border: none;
	background: transparent;
	border: 1px solid rgba(190, 195, 204, .66);
	padding: 18px 20px 10px;
	color: #2b3346;
	font-family: Titillium Web, sans-serif;
	font-weight: 600;
	font-size: 16px
}

.acf-block-preview .table_filter ul.select-options {
	background: #222837 !important
}

.acf-block-preview .table_filter ul.select-options li {
	color: #fff;
	font-family: Titillium Web, sans-serif;
	font-weight: 600;
	margin: 8px 0;
	font-size: 16px;
	transition: all .4s
}

.acf-block-preview .table_filter ul.select-options li:hover {
	padding-left: 7px
}

.acf-block-preview .table_filter {
	margin-bottom: 50px
}

.acf-block-preview .filter_search {
	position: relative;
	height: 65px
}

.acf-block-preview .filter_search input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	font-family: Titillium Web, sans-serif;
	font-weight: 600;
	padding: 15px 50px 15px 20px
}

.acf-block-preview .filter_search input::-moz-placeholder {
	color: #2b3346
}

.acf-block-preview .filter_search input:-ms-input-placeholder {
	color: #2b3346
}

.acf-block-preview .filter_search input::placeholder {
	color: #2b3346
}

.acf-block-preview .filter_search button {
	color: #8c96a6;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%)
}

.acf-block-preview .c_form {
	background: #2b3243;
	position: relative;
	z-index: 1
}

.acf-block-preview .c_form.style1 {
	padding: 80px
}

.acf-block-preview .c_form input,
.acf-block-preview .c_form textarea {
	width: 100%;
	height: 70px;
	border: none;
	border-bottom: 1px solid hsla(0, 0%, 100%, .2);
	padding: 10px 0;
	background: transparent;
	color: #fff
}

.acf-block-preview .c_form input::-moz-placeholder,
.acf-block-preview .c_form textarea::-moz-placeholder {
	opacity: 1;
	color: #bec3cc
}

.acf-block-preview .c_form input:-ms-input-placeholder,
.acf-block-preview .c_form textarea:-ms-input-placeholder {
	opacity: 1;
	color: #bec3cc
}

.acf-block-preview .c_form input::placeholder,
.acf-block-preview .c_form textarea::placeholder {
	opacity: 1;
	color: #bec3cc
}

.acf-block-preview .c_form textarea {
	height: 180px
}

.acf-block-preview .c_form li {
	margin-bottom: 20px
}

.acf-block-preview .c_form form {
	margin-top: 20px
}

.acf-block-preview .c_form legend {
	color: #fff;
	font-family: Titillium Web, sans-serif;
	font-weight: 700;
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 0
}

.acf-block-preview .form-banner {
}

.acf-block-preview .n_top_530 {
}

.acf-block-preview .c_form.style2 {
	padding: 60px
}

.acf-block-preview .c_info {
	padding: 60px;
	background: #fbfbfb
}

.acf-block-preview .c_info .title {
	font-family: Titillium Web, sans-serif;
	font-weight: 700;
	font-size: 28px;
	color: #2c2c2c;
	margin-bottom: 10px
}

.acf-block-preview .c_info p {
	font-size: 18px;
	color: #343434
}

.acf-block-preview .c_info .single {
	margin-bottom: 30px
}

.acf-block-preview .c_info .single:last-child {
	margin-bottom: 0
}

.acf-block-preview .c_info .phone em {
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #5ba1fb;
	border-radius: 50%;
	margin-right: 10px;
	color: #fff;
	font-size: 16px
}

.acf-block-preview .c_info .phone a {
	font-size: 22px;
	color: #2c2c2c;
	font-family: Titillium Web, sans-serif;
	font-weight: 700
}

.acf-block-preview .c_info .phone a:hover {
	color: #5ba1fb
}

.acf-block-preview .c_info .link_text {
	color: #5ba1fb;
	margin-top: 10px;
	font-size: 16px
}

.acf-block-preview .c_info .link_text span:after {
	background: #5ba1fb
}

.acf-block-preview .sales-slider-nav .title {
	font-size: 20px;
	color: rgba(140, 150, 166, .73)
}

.acf-block-preview .sales-slider-nav .slide {
	padding: 0 40px;
	display: flex;
	align-items: center
}

.acf-block-preview .sales-slider {
	background: #fff;
	z-index: 1
}

.acf-block-preview .sales-slider-nav .slick-list {
	margin-right: -2000px;
	height: 100%;
	padding-right: 2000px;
	position: relative;
	left: -300px
}

.acf-block-preview .sales-slider-nav,
.acf-block-preview .sales-slider-nav .slick-track {
	height: 100%
}

.acf-block-preview .testimonial-slider .slide {
	padding: 50px 30px
}

.acf-block-preview .testimonial-slider .slick-list {
	margin-left: -180px;
	margin-right: -180px
}

.acf-block-preview .testimonial-slide-box {
	padding: 40px;
	border: 1px solid #5ba1fb;
	transition: all .4s
}

.acf-block-preview .testimonial-slide-box:hover {
	border-color: #fff;
	box-shadow: 12px 12px 30px rgba(19, 40, 72, .15)
}

.acf-block-preview .testimonial-slide-box .meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px
}

.acf-block-preview .testimonial-slide-box .meta img {
	height: 45px;
	filter: grayscale(1) opacity(.5)
}

.acf-block-preview .testimonial-slide-box .meta .title {
	font-family: Titillium Web, sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #343434;
	margin-bottom: 0
}

.acf-block-preview .testimonial-slide-box .meta p {
	text-transform: uppercase;
	color: rgba(52, 52, 52, .52);
	font-size: 14px;
	font-weight: 600
}

.acf-block-preview .testimonial-slide-box .review {
	height: 200px;
	overflow: auto;
	padding-right: 10px
}

.acf-block-preview .testimonial-slide-box .review::-webkit-scrollbar {
	width: 7px
}

.acf-block-preview .testimonial-slide-box .review::-webkit-scrollbar-track {
	background: #fff
}

.acf-block-preview .testimonial-slide-box .review::-webkit-scrollbar-thumb {
	background-color: rgba(91, 161, 251, .38);
	border-radius: 10px;
	border: 3px solid #fff
}

.acf-block-preview .custom_arrows li {
	width: 50px;
	height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
	cursor: pointer;
	transition: all .4s
}

.acf-block-preview .custom_arrows svg,
.acf-block-preview .custom_arrows svg * {
	transition: all .4s
}

.acf-block-preview .testimonial_next {
	transform: rotate(180deg)
}

.acf-block-preview .custom_arrows li:hover svg g {
	opacity: 1
}

.acf-block-preview .custom_arrows li:hover svg {
	transform: scale(1.1)
}

.acf-block-preview .testimonial-slider .slick-dots li button:before {
	display: none
}

.acf-block-preview .testimonial-slider .slick-dots li button {
	padding: 0;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 1px solid rgba(91, 161, 251, .55);
	transition: all .4s
}

.acf-block-preview .testimonial-slider .slick-dots li.slick-active button {
	background: rgba(91, 161, 251, .38)
}

.acf-block-preview .video-box-v2:hover {
	transform: translateY(-10px)
}

.acf-block-preview .video-box-v2 {
	transition: all .4s;
	padding-top: 10px
}

.acf-block-preview .video-box-v2 img {
	width: 100%;
	height: 100%
}

.acf-block-preview .gradient_shape.v2 {
	right: -24%;
	width: 800px;
	height: 800px;
	top: 60%
}

.acf-block-preview .banner-area {
	position: relative;
	z-index: 1
}

.acf-block-preview .banner_shape_left {
	position: absolute;
	left: -20%;
	width: 700px;
	height: 700px;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1
}

.acf-block-preview .banner-area .h4 {
	line-height: 130%;
	font-size: 34px
}

.acf-block-preview .text_42 {
	font-size: 42px;
	line-height: 130%;
	margin-bottom: 10px
}

.acf-block-preview .video-box-v3 {
	position: relative;
	z-index: 111;
	margin-top: 30px
}

.acf-block-preview .video-box-v3 .play_btn_circle,
.acf-block-preview .video-box.v4 .play_btn_circle {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1
}

.acf-block-preview .video-box.v4 .play_btn_circle {
	width: 120px;
	height: 120px
}

.acf-block-preview .video-box.v4 .play_btn_circle em {
	width: 52px;
	height: 52px
}

.acf-block-preview .n_top_160 {
}

.acf-block-preview .video-testimonial-inner {
	padding: 40px;
	border: 1px solid rgba(52, 52, 52, .21)
}

.acf-block-preview .video-review-text .review {
	font-weight: 700;
	color: #868686;
	font-size: 22px;
	padding: 0 30px
}

.acf-block-preview .video-review-text .review p {
	line-height: 150%
}

.acf-block-preview .video-review-text .meta {
	margin-top: 30px
}

.acf-block-preview .video-review-text .title {
	font-size: 26px;
	font-weight: 700;
	color: #132848;
	margin-bottom: 8px
}

.acf-block-preview .video-review-text .meta p {
	color: #132848;
	font-weight: 600
}

.acf-block-preview .video-review-box {
	margin-top: 30px
}

.acf-block-preview .video-review-box .action {
	padding: 15px 25px;
	background: rgba(19, 40, 72, .68);
	border-top: 2px solid #707070
}

.acf-block-preview .video-review-box .title {
	font-size: 26px;
	font-weight: 700;
	color: #fbfbfb;
	margin-bottom: 3px
}

.acf-block-preview .video-review-box .meta p {
	color: #bec3cc;
	font-weight: 600
}

.acf-block-preview .video-review-box .play_btn_circle {
	position: relative;
	top: auto;
	bottom: auto;
	right: auto;
	width: 80px;
	height: 80px;
	margin-left: auto
}

.acf-block-preview .video-review-box .play_btn_circle em {
	width: 30px;
	height: 30px;
	font-size: 12px
}

.acf-block-preview .video-review-box .play_btn_circle .dots:after {
	bottom: 8px;
	left: calc(100% + 4px);
	width: 4px;
	height: 4px
}

.acf-block-preview .video-review-box .image {
	height: 300px
}

.acf-block-preview .video-review-box .image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.acf-block-preview .form-banner .container {
	position: relative
}

.acf-block-preview .banner_shape_center {
	position: absolute;
	right: -6%;
	width: 700px;
	height: 700px;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
	opacity: .6
}

.acf-block-preview .c_form .w_40 {
	width: 40%
}

.acf-block-preview .partner-banner .container {
	position: relative;
	z-index: 1
}

.acf-block-preview .partner-banner .banner-img {
	width: 70%;
	margin: auto
}

.acf-block-preview .partner-table tbody td:nth-child(3) {
	width: 410px
}

.acf-block-preview .image-box-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px
}

.acf-block-preview .image-box-flex>.image-box {
	flex: 1
}

.acf-block-preview .image-box.style3 {
	height: 500px;
	transform: scale(1);
	position: relative
}

.acf-block-preview .image-box-flex .slick-track {
	padding-top: 30px
}

.acf-block-preview .image-box.style3:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70%;
	background: linear-gradient(180deg, rgba(19, 40, 72, 0), #132848);
	opacity: .922
}

.acf-block-preview .image-box.style3 img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all .4s
}

.acf-block-preview .image-box.style3:hover {
	transform: scaleY(1.04) scaleX(1.08);
	transform-origin: bottom;
	position: relative;
	z-index: 1
}

.acf-block-preview .image-box.style3 .meta {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 30px 40px;
	z-index: 1;
	transition: all .4s;
	opacity: 1;
	visibility: visible
}

.acf-block-preview .image-box.style3:hover .meta {
	opacity: 0;
	visibility: hidden
}

.acf-block-preview .image-box.style3 .hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 30px;
	background: rgba(19, 40, 72, .82);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	z-index: 1;
	transition: all .4s;
	opacity: 0;
	visibility: hidden
}

.acf-block-preview .image-box.style3:hover .hover {
	opacity: 1;
	visibility: visible
}

.acf-block-preview .image-box.style3 .hover p {
	color: #b2b2b2;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 15px;
	line-height: 26px
}

.acf-block-preview .image-box.style3 .link_text {
	color: #fff;
	font-size: 16px
}

.acf-block-preview .image-box.style3 .link_text img {
	width: 20px;
	-o-object-fit: contain;
	object-fit: contain
}

.acf-block-preview .image-box.style3 .hover .h4 {
	margin-bottom: 10px
}

.acf-block-preview .box.style4 {
	position: relative;
	z-index: 1;
	display: block;
	height: 280px;
	margin-top: 30px
}

.acf-block-preview .box.style4:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(19, 40, 72, 0), #132848)
}

.acf-block-preview .box.style4 img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.acf-block-preview .box.style4 .meta {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 40px;
	z-index: 1;
	text-align: center;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

.acf-block-preview .box.style4 .title {
	font-size: 38px;
	font-weight: 700;
	font-family: Titillium Web, sans-serif;
	margin-bottom: 15px;
	line-height: normal
}

.acf-block-preview .box.style4:hover {
	transform: translateY(-12px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, .4)
}

.acf-block-preview .banner_sub_heading {
	font-weight: 700;
	font-family: Titillium Web, sans-serif;
	font-size: 24px;
	color: #fff
}

.acf-block-preview .text_light .content-list li {
	color: #8c96a6
}

.acf-block-preview .video-box-v3.alt {
	padding: 12px;
	background: #fff;
	box-shadow: 0 10px 20px rgba(19, 40, 72, .56)
}

.acf-block-preview .borderText {
	font-weight: 700;
	font-family: Titillium Web, sans-serif;
	font-size: 36px;
	display: inline-block;
	padding: 18px 30px;
	color: #5ba1fb;
	border: 2px solid #5ba1fb;
	letter-spacing: -1px
}

.acf-block-preview .icon-teasers.style2 .single-item.alt {
	background: hsla(0, 0%, 98.4%, .7)
}

.acf-block-preview .icon-teasers.style2 .single-item {
	padding: 0;
	border: 0
}

.acf-block-preview .icon-teasers.style2 .single-item .inner {
	padding: 30px;
	border-bottom: 1px solid rgba(19, 40, 72, .2)
}

.acf-block-preview .icon-teasers.style2 .single-item:last-child .inner {
	border: none
}

.acf-block-preview .icon-teaser-step-area .logo_shape {
	right: -36%;
	top: -110%
}

.acf-block-preview .icon-teaser-step-area .gradient_shape {
	width: 800px;
	height: 800px;
	top: 70px;
	transform: translateY(0)
}

.acf-block-preview .icon-teaser-step-area .bullet_shape {
	height: calc(100% - 100px)
}

.acf-block-preview .icon-teaser-step-area {
	border-top: 1px solid rgba(19, 40, 72, .2)
}

.acf-block-preview .content-list.list_disc li:before {
	display: none
}

.acf-block-preview .content-list.list_disc li:after {
	position: absolute;
	content: "";
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #5ba1fb;
	top: 10px
}

.acf-block-preview .content-list.list_disc li {
	padding-left: 24px
}

.acf-block-preview .highlighted {
	display: inline-block;
	padding: 15px 25px;
	background: rgba(247, 255, 0, .29);
	font-size: 24px;
	color: #132848;
	margin: 20px 0
}

.acf-block-preview .icon-teaser-step-area.alt {
	border: none
}

.acf-block-preview .icon-teaser-step-area.alt .bullet_shape {
	height: 100%
}

.acf-block-preview .icon-teaser-step-area.alt .logo_shape {
	right: -50%;
	top: -58%
}

.acf-block-preview .icon-teaser-step-area.alt .gradient_shape {
	width: 600px;
	height: 600px;
	top: -15%;
	opacity: .5;
	right: -30%
}

.acf-block-preview .content-list li>ul {
	padding-left: 20px;
	margin: 0
}

.acf-block-preview .content-list li>ul>li {
	margin: 5px 0
}

.acf-block-preview .list_border>li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(19, 40, 72, .2)
}

.acf-block-preview .list_border>li:last-child {
	border: none
}

.acf-block-preview .content-list.list_border li:before {
	top: 16px
}

.acf-block-preview .content-list.list_border {
	margin: 0
}

.acf-block-preview .content-img .group_img {
	margin-top: 20px
}

.acf-block-preview .box.style7,
.acf-block-preview .box.style8 {
	margin-top: 30px;
	display: block
}

.acf-block-preview .box.style7:hover,
.acf-block-preview .box.style8:hover {
	transform: translateY(-10px)
}

.acf-block-preview .box.style8 {
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
}

.acf-block-preview .box.style8 img {
	width: 100%;
	height: 180px;
	-o-object-fit: cover;
	object-fit: cover
}

.acf-block-preview .box.style8 .text {
	padding: 10px 8px;
	background: #fff
}

.acf-block-preview .box.style8 .text .title {
	font-family: Titillium Web, sans-serif;
	font-weight: 700;
	color: #2b3346;
	font-size: 17px
}

.acf-block-preview .icon-teaser-step-area.v2 .logo_shape {
	right: -50%;
	top: -25%
}

.acf-block-preview .icon-teaser-step-area.v2 .gradient_shape {
	width: 600px;
	height: 600px;
	top: 20%;
	opacity: .5;
	right: -30%
}

.acf-block-preview .no-skew {
	-webkit-clip-path: inherit;
	clip-path: inherit
}

.acf-block-preview .sticky-nav {
	background: #bec3cc
}

.acf-block-preview .sticky-nav ul {
	text-align: center
}

.acf-block-preview .sticky-nav ul li {
	display: inline-block;
	border-right: 1px solid #e5e5e5
}

.acf-block-preview .sticky-nav ul li:last-child {
	border-right: 0
}

.acf-block-preview .sticky-nav ul li a {
	display: block;
	padding: 12px 25px;
	color: #e5e5e5;
	font-size: 18px
}

.acf-block-preview .solution-area.style2 {
	margin: 0
}

.acf-block-preview .solution-area.style2 .middle-img img {
	width: 65%
}

.acf-block-preview .solution-area.style2 .heading {
	margin-bottom: 50px
}

.acf-block-preview .center_heading {
	margin-bottom: 80px
}

.acf-block-preview .group_btn_area .inner {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1
}

.acf-block-preview .group_btn_area .btn_wrap:has(>.btn_border_dark) {
	padding-left: 20px;
	background: #fff;
	padding-right: 10px
}

.acf-block-preview .group_btn_area .btn_wrap:has(>.btn_default) {
	padding-right: 20px;
	background: #fff;
	padding-left: 10px
}

.acf-block-preview .group_btn_area .inner:after {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background: #132848;
	opacity: .2;
	z-index: -1
}

.acf-block-preview .or_sep {
	font-weight: 700;
	color: #b2b2b2;
	margin: 0 20px;
	position: relative;
	z-index: 1
}

.acf-block-preview .or_sep:after {
	position: absolute;
	content: "";
	top: 0;
	left: 50%;
	width: calc(100% + 10px);
	height: 100%;
	background: #fff;
	z-index: -1;
	transform: translateX(-50%)
}

.acf-block-preview .n_top_30 {
}

.acf-block-preview .box.style9 {
	margin-bottom: 40px;
	transition: all .4s
}

.acf-block-preview .box.style9 .text {
	display: block;
	padding: 15px 10px;
	background: #e5e5e5;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	font-family: Titillium Web, sans-serif;
	font-weight: 700;
	color: #2b3346;
	font-size: 17px
}

.acf-block-preview .box.style9 .image {
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	margin-bottom: 20px;
	display: block;
	background: #bec3cc;
	height: 420px;
	border: 1px solid #bec3cc
}

.acf-block-preview .box.style9 .image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.acf-block-preview .box.style9:hover .text {
	background: #222837;
	color: #fff
}

.acf-block-preview .box.style10 {
	display: block;
	margin-top: 30px;
	background: #fff;
	box-shadow: 0 3px 4px rgba(0, 0, 0, .16);
	padding: 10px
}

.acf-block-preview .box.style10:hover {
	transform: translateY(-10px)
}

.acf-block-preview .box.style10 .title {
	color: #132848;
	font-size: 16px
}

.acf-block-preview .box.style10 .text {
	padding: 12px 6px
}

.acf-block-preview .box.style10 .image {
	height: 200px;
	position: relative
}

.acf-block-preview .box.style10 .image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.acf-block-preview .box.style10 .duration {
	background: rgba(7, 7, 7, .7);
	color: #bec3cc;
	font-size: 12px;
	position: absolute;
	bottom: 0;
	right: 7px;
	bottom: 7px;
	line-height: normal;
	padding: 3px
}

.acf-block-preview .box.style10 .status {
	background: #bec3cc;
	color: #132848;
	font-size: 12px;
	position: absolute;
	right: 7px;
	top: 7px;
	line-height: normal;
	padding: 3px
}

.acf-block-preview .video_filter_tags li {
	display: inline-block;
	margin-right: 10px
}

.acf-block-preview .video_filter_tags li:last-child {
	margin-right: 0
}

.acf-block-preview .video_filter_tags li a {
	display: block;
	padding: 10px 20px;
	background: #707070;
	color: #e5e5e5;
	font-size: 14px
}

.acf-block-preview .video_filter_tags li a.active,
.acf-block-preview .video_filter_tags li a:hover {
	background: #b2b2b2
}

.acf-block-preview .sidebar-cta {
	padding: 30px;
	background: #2b3346;
	margin-top: 30px
}

.acf-block-preview .sidebar-widget {
	margin-top: 30px
}

.acf-block-preview .sidebar-cta p {
	font-size: 18px;
	color: #8c96a6
}

.acf-block-preview .blog-listing .box.style1 {
	margin-top: 0;
	margin-bottom: 30px
}

.acf-block-preview .blog-listing .box.style1 .text p {
	-webkit-line-clamp: 4
}

.acf-block-preview .author-box {
	padding: 20px;
	background: hsla(0, 0%, 89.8%, .32);
	margin-top: 50px
}

.acf-block-preview .post-cat {
	margin-top: 50px
}

.acf-block-preview .post-cat .video_filter_tags {
	margin-top: 30px
}

@media (max-width:1024px) {

	.acf-block-preview .h1,
	.acf-block-preview h1 {
		font-size: 65px
	}

	.acf-block-preview .h2,
	.acf-block-preview h2 {
		font-size: 48px
	}

	.acf-block-preview .h3,
	.acf-block-preview h3 {
		font-size: 42px
	}

	.acf-block-preview .banner-area .h4 {
		font-size: 30px
	}

	.acf-block-preview .cloud_bg {
		height: 50%
	}

	.acf-block-preview .video-box-alt {
		width: 500px
	}

	.acf-block-preview .hero-img img {
		width: 100%
	}

	.acf-block-preview .mainmenu ul li {
		margin-right: 20px
	}

	.acf-block-preview .cta-btn {
		padding: 12px 20px;
		font-size: 15px
	}

	.acf-block-preview .hero-area {
		padding-top: 165px
	}

	.acf-block-preview .play_btn_circle {
		bottom: -60px;
		right: 0
	}

	.acf-block-preview .count_box .title {
		font-size: 96px
	}

	.acf-block-preview .count_box p {
		font-size: 18px
	}

	.acf-block-preview .c_logo {
		height: 60px
	}

	.acf-block-preview .logos_slider .slide {
		padding: 0 15px
	}

	.acf-block-preview .logos_slider .slick-list {
		margin-left: -15px;
		margin-right: -15px
	}

	.acf-block-preview .text_bg {
		font-size: 180px
	}

	.acf-block-preview .wavy-ocean {
		margin-top: -170px
	}

	.acf-block-preview .solution-area {
		margin-top: -300px
	}

	.acf-block-preview .logo_shape {
		top: -10%
	}

	.acf-block-preview .video-slide-box .meta .title {
		font-size: 20px;
		line-height: 30px
	}

	.acf-block-preview .box.style1 .image {
		height: 220px
	}

	.acf-block-preview .newsletter_inner .left img {
		left: 70px
	}

	.acf-block-preview .newsletter_inner .shape {
		width: 400px;
		height: 400px
	}

	.acf-block-preview .newsletter_inner form button {
		display: flex;
		align-items: center
	}

	.acf-block-preview .footer-talk .title {
		font-size: 50px
	}

	.acf-block-preview .footer-logo {
		width: 120px
	}

	.acf-block-preview .footer-talk .inner {
		display: block
	}

	.acf-block-preview .footer-social {
		margin-top: 10px
	}

	.acf-block-preview .footer-social li:first-child {
		margin-left: 0
	}

	.acf-block-preview .footer_links li a {
		font-size: 13px
	}

	.acf-block-preview .logos_slider .slick-dots,
	.acf-block-preview .slick-dots {
		position: inherit;
		bottom: auto;
		margin-top: 30px
	}

	.acf-block-preview .logos_slider .slick-dots li button,
	.acf-block-preview .logos_slider .slick-dots li button:before,
	.acf-block-preview .slick-dots li button,
	.acf-block-preview .slick-dots li button:before {
		display: none
	}

	.acf-block-preview .logos_slider .slick-dots li,
	.acf-block-preview .slick-dots li {
		background: rgba(44, 97, 219, .1);
		height: 4px;
		border-radius: 5px;
		transition: all .4s
	}

	.acf-block-preview .logos_slider .slick-dots li.slick-active,
	.acf-block-preview .slick-dots li.slick-active {
		background: #5ba1fb
	}

	.acf-block-preview .slick-slider {
		margin-bottom: 0 !important
	}

	.acf-block-preview .banner-text .h2 {
		font-size: 48px
	}

	.acf-block-preview .partner-table tbody td,
	.acf-block-preview .partner-table tbody th,
	.acf-block-preview .partner-table thead th {
		padding: 15px
	}

	.acf-block-preview .tab-content.bg_gray {
		background: transparent
	}

	.acf-block-preview .sidebar .title {
		padding: 20px;
		font-size: 20px
	}

	.acf-block-preview .sidebar ul li a {
		padding: 20px 40px 20px 20px
	}

	.acf-block-preview .sales-slider-nav .slick-list {
		left: -270px
	}

	.acf-block-preview .image-box.style3 .meta {
		padding: 20px
	}

	.acf-block-preview .testimonial-slider .slide {
		padding: 20px 10px
	}

	.acf-block-preview .box.style10 .text {
		min-height: 75px
	}

	.acf-block-preview .video_filter_tags li a {
		padding: 10px
	}

	.acf-block-preview .group-wavy-area.home-style .cloud_bg {
		height: 42%
	}

	.acf-block-preview .hero-area .play_btn_circle {
		z-index: 1
	}
}

@media (max-width:991px) {
	.acf-block-preview {
		line-height: 26px
	}

	.acf-block-preview .header-area {
		padding: 15px 0
	}

	.acf-block-preview .mobile-quote-btn {
		display: block
	}

	.acf-block-preview .banner-logos li img {
		height: 35px
	}

	.acf-block-preview nav#menu {
		position: absolute;
		top: 99%;
		left: 0;
		width: 100%;
		display: block;
		z-index: 999;
		min-height: calc(100vh - 71px);
		opacity: 0;
		visibility: hidden;
		transition: all .3s
	}

	.acf-block-preview nav#menu.active {
		opacity: 1;
		visibility: visible;
		transition: all .3s
	}

	.acf-block-preview .mainmenu ul {
		text-align: left
	}

	.acf-block-preview nav#menu,
	.acf-block-preview nav#menu>ul ul {
		overflow: hidden;
		max-height: 0;
		background: #222837;
		transition: all .4s ease 0s;
		overflow: auto;
		padding: 50px 20px
	}

	.acf-block-preview nav#menu>ul>li {
		display: block !important;
		margin: 0 !important;
		padding: 0
	}

	.acf-block-preview nav#menu ul ul,
	.acf-block-preview nav#menu ul ul ul {
		display: inherit;
		position: relative;
		left: auto;
		top: auto;
		padding: 0
	}

	.acf-block-preview nav#menu>ul>li>span {
		width: 30px;
		height: 30px;
		position: absolute;
		right: 0;
		top: 16px;
		z-index: 2
	}

	.acf-block-preview nav#menu ul ul.sub-menu.active {
		visibility: visible;
		opacity: 1;
		max-height: 55em
	}

	.acf-block-preview nav#menu>ul>li>a {
		display: block;
		position: relative;
		padding: 15px 0;
		color: #fff;
		border-bottom: 1px solid hsla(0, 0%, 69.4%, .06);
		font-size: 16px;
		opacity: 1
	}

	.acf-block-preview .mainmenu ul li>ul,
	.acf-block-preview nav#menu>ul>li:last-child>a {
		border: none
	}

	.acf-block-preview nav#menu li.has-submenu>a:after {
		border: none;
		content: "+";
		position: absolute;
		top: 10px;
		right: 9px;
		display: block;
		top: 50%;
		transform: translateY(-50%);
		width: auto;
		height: auto;
		font-size: 30px;
		font-weight: 400
	}

	.acf-block-preview .sub-menu:before {
		height: 90% !important;
		left: 50% !important;
		transform: translate(-50%, -50%) !important
	}

	.acf-block-preview .sub-menu:after {
		display: none
	}

	.acf-block-preview nav#menu li.has-submenu>a.active:after {
		content: "-";
		font-size: 20px
	}

	.acf-block-preview nav#menu ul ul>li a {
		padding: 13px 0;
		line-height: normal;
		color: #fff;
		font-size: 15px;
		border-bottom: 1px solid rgba(0, 0, 0, .06)
	}

	.acf-block-preview ul.sub-menu {
		padding-left: 20px
	}

	.acf-block-preview .header-toggle .active span:nth-child(2) {
		opacity: 0
	}

	.acf-block-preview .header-toggle .active span:first-child {
		top: 14px;
		transform: rotate(45deg)
	}

	.acf-block-preview .header-toggle .active span:nth-child(3) {
		top: 0;
		transform: rotate(-45deg)
	}

	.acf-block-preview .header-toggle {
		display: block
	}

	.acf-block-preview nav#menu>ul ul {
		background: transparent;
		box-shadow: none;
		width: 100%;
		padding-left: 15px
	}

	.acf-block-preview .header-action {
		display: none
	}

	.acf-block-preview .site-logo {
		width: 100px
	}

	.acf-block-preview .section,
	.acf-block-preview section {
		padding: 50px 0
	}

	.acf-block-preview .container {
		padding: 0 20px
	}

	.acf-block-preview .header-area.active {
		background: #222837
	}

	.acf-block-preview .mainmenu #menu {
		display: block
	}

	.acf-block-preview .cta-btn {
		padding: 12px 20px;
		font-size: 14px
	}

	.acf-block-preview .footer-logo {
		width: 100px;
		margin-bottom: 15px
	}

	.acf-block-preview .header-area .btn_border {
		margin-left: 0;
		margin-top: 20px
	}

	.acf-block-preview .h1,
	.acf-block-preview h1 {
		font-size: 52px;
		line-height: 110%
	}

	.acf-block-preview .h2,
	.acf-block-preview h2 {
		font-size: 36px;
		line-height: 115%
	}

	.acf-block-preview .h3,
	.acf-block-preview h3 {
		font-size: 30px;
		line-height: 120%
	}

	.acf-block-preview .hero-img img {
		max-width: 100%
	}

	.acf-block-preview .play_btn_circle {
		bottom: -70px;
		width: 110px;
		height: 110px;
		left: auto;
		right: 0
	}

	.acf-block-preview .play_btn_circle em {
		width: 45px;
		height: 45px;
		font-size: 12px
	}

	.acf-block-preview .play_btn_circle .dots:after {
		bottom: 30px;
		left: 68px;
		width: 6px;
		height: 6px
	}

	.acf-block-preview .hero-area {
		padding-top: 130px
	}

	.acf-block-preview .count_box .title {
		font-size: 64px
	}

	.acf-block-preview .count_box p {
		font-size: 16px
	}

	.acf-block-preview .top_left_shape {
		width: 550px;
		height: 550px
	}

	.acf-block-preview .shape_right {
		right: -45%;
		width: 500px;
		height: 500px
	}

	.acf-block-preview .step_tabs .nav button {
		font-size: 12px;
		padding: 8px 10px
	}

	.acf-block-preview .step_tabs .nav {
		margin-top: 25px;
		margin-bottom: 50px
	}

	.acf-block-preview .c_logo {
		height: 40px
	}

	.acf-block-preview .logos_slider .slide {
		padding: 0 15px
	}

	.acf-block-preview .logos_slider .slick-list {
		margin-left: -15px;
		margin-right: -15px
	}

	.acf-block-preview .logos_slider {
		margin-top: 30px
	}

	.acf-block-preview .text_bg {
		font-size: 120px
	}

	.acf-block-preview .wavy-ocean {
		margin-top: -120px
	}

	.acf-block-preview .solution-area {
		margin-top: -210px;
		position: relative;
		z-index: 1
	}

	.acf-block-preview .h4,
	.acf-block-preview h4 {
		font-size: 24px;
		line-height: 110%
	}

	.acf-block-preview .solution-text-block p {
		font-size: 15px;
		line-height: 26px
	}

	.acf-block-preview .logo_shape {
		top: -20%
	}

	.acf-block-preview .image-box.style1 {
		height: 185px
	}

	.acf-block-preview .video_meta {
		padding: 30px
	}

	.acf-block-preview .g_5 {
		--bs-gutter-x: 15px;
		--bs-gutter-y: 15px
	}

	.acf-block-preview .ps_35 {
		padding-left: 15px
	}

	.acf-block-preview .video-slide-box .meta .title {
		font-size: 20px;
		line-height: 28px
	}

	.acf-block-preview .video-slider .slide {
		padding: 0 10px
	}

	.acf-block-preview .video-slider .slick-list {
		margin-left: -10px;
		margin-right: -10px
	}

	.acf-block-preview .video-slide-box .meta {
		padding: 20px;
		flex-direction: column-reverse;
		text-align: center
	}

	.acf-block-preview .video-slide-box .meta .left {
		width: 100%
	}

	.acf-block-preview .video-slide-box .meta .play_btn {
		background: #5ba1fb;
		margin-bottom: 10px
	}

	.acf-block-preview .video-slide-box {
		height: 210px
	}

	.acf-block-preview .video-slide-box>img {
		height: 100%;
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover
	}

	.acf-block-preview .video-slide-box:after {
		opacity: 1;
		visibility: visible
	}

	.acf-block-preview .video-slider {
		margin-bottom: 0 !important
	}

	.acf-block-preview .box-slider .slide,
	.acf-block-preview .video-slider .slide {
		padding: 0 8px
	}

	.acf-block-preview .box-slider .slick-list,
	.acf-block-preview .video-slider .slick-list {
		margin-left: -8px;
		margin-right: -8px
	}

	.acf-block-preview .box.style1 .image {
		height: 190px
	}

	.acf-block-preview .box.style1 .text {
		padding: 30px
	}

	.acf-block-preview .newsletter_inner form {
		width: 100%;
		margin-top: 25px;
		height: 60px
	}

	.acf-block-preview .newsletter_inner form input {
		padding: 10px 105px 10px 10px;
		font-size: 15px
	}

	.acf-block-preview .newsletter_inner form button {
		padding: 12px;
		display: flex;
		align-items: center
	}

	.acf-block-preview .newsletter_inner .h2 {
		font-size: 26px
	}

	.acf-block-preview .newsletter_inner .left img {
		width: 220px;
		left: 20px
	}

	.acf-block-preview .newsletter_inner {
		padding: 60px 40px
	}

	.acf-block-preview .newsletter_inner .shape {
		width: 300px;
		height: 300px;
		top: 0
	}

	.acf-block-preview .footer-talk .title {
		font-size: 36px
	}

	.acf-block-preview .footer_title {
		font-size: 20px;
		margin-bottom: 15px
	}

	.acf-block-preview .footer_links li a {
		font-size: 14px
	}

	.acf-block-preview .footer_links li {
		margin-bottom: 5px
	}

	.acf-block-preview .footer-talk {
		text-align: center
	}

	.acf-block-preview .footer-talk .inner {
		display: block;
		text-align: center
	}

	.acf-block-preview .footer-social li:first-child {
		margin-left: 0
	}

	.acf-block-preview .footer-social {
		margin-top: 15px
	}

	.acf-block-preview .ps_85 {
		padding-left: 15px
	}

	.acf-block-preview .footer-widget {
		margin: 15px 0
	}

	.acf-block-preview .footer-top {
		padding: 240px 0 30px
	}

	.acf-block-preview .banner-text .h2 {
		font-size: 36px
	}

	.acf-block-preview .banner-area,
	.acf-block-preview .hero-area.banner-area {
		padding-top: 101px;
		padding-bottom: 80px;
		-webkit-clip-path: inherit;
		clip-path: inherit
	}

	.acf-block-preview .banner-area .content-list {
		text-align: left
	}

	.acf-block-preview .breadcrumb_navigation {
		padding-bottom: 30px
	}

	.acf-block-preview .video-full-width-slider .video-box {
		height: 350px
	}

	.acf-block-preview .video-full-width-slider {
		margin-bottom: 0 !important
	}

	.acf-block-preview .pt_40 {
		padding-top: 20px
	}

	.acf-block-preview .pb_40 {
		padding-bottom: 20px
	}

	.acf-block-preview .blog-banner.banner-area {
		padding-bottom: 200px
	}

	.acf-block-preview .post-content-area {
		margin-top: -155px
	}

	.acf-block-preview .featured-image {
		height: 320px
	}

	.acf-block-preview .c_info .title {
		font-size: 24px
	}

	.acf-block-preview .c_info .phone a {
		font-size: 18px
	}

	.acf-block-preview .c_form.style1,
	.acf-block-preview .c_form.style2 {
		padding: 30px
	}

	.acf-block-preview .c_form input,
	.acf-block-preview .c_form textarea {
		height: 55px
	}

	.acf-block-preview .c_info {
		padding: 30px;
		margin-bottom: 30px
	}

	.acf-block-preview .faqs_accordion .accordion-button {
		padding: 18px 20px;
		font-size: 16px
	}

	.acf-block-preview .faqs_accordion {
		margin-top: 30px
	}

	.acf-block-preview .faqs_accordion .accordion-item {
		margin-top: 15px;
		border: none
	}

	.acf-block-preview .form-banner.banner-area {
		padding-bottom: 300px
	}

	.acf-block-preview .n_top_530 {
		margin-top: -250px
	}

	.acf-block-preview .banner-area.alt .banner-text {
		margin-top: 0
	}

	.acf-block-preview .filter_search,
	.acf-block-preview .table_filter .select-styled {
		padding-top: 10px;
		font-size: 14px;
		height: 50px
	}

	.acf-block-preview .partner-table td:last-child {
		width: 200px
	}

	.acf-block-preview .partner-table tbody td,
	.acf-block-preview .partner-table tbody th {
		padding: 12px
	}

	.acf-block-preview .partner-table thead th {
		font-size: 14px;
		padding: 12px;
		line-height: 20px
	}

	.acf-block-preview .review_tag {
		width: 50px
	}

	.acf-block-preview .testimonial-box {
		padding: 70px 20px 20px
	}

	.acf-block-preview .testimonial-box .review {
		margin-top: 10px
	}

	.acf-block-preview .testimonial-box .title {
		font-size: 22px
	}

	.acf-block-preview .testimonial-box .right img {
		height: 36px
	}

	.acf-block-preview .testimonial-box .date {
		margin-bottom: 4px
	}

	.acf-block-preview .sidebar .title {
		font-size: 16px;
		padding: 15px
	}

	.acf-block-preview .sidebar ul li a {
		padding: 15px 40px 15px 15px;
		font-size: 15px
	}

	.acf-block-preview .video-box-alt {
		width: 100%;
		float: none
	}

	.acf-block-preview .banner-area .h4 {
		font-size: 24px
	}

	.acf-block-preview .banner_shape_left {
		width: 500px;
		height: 500px
	}

	.acf-block-preview .text_42 {
		font-size: 30px;
		line-height: 120%
	}

	.acf-block-preview .cta-box.style1 {
		padding: 40px
	}

	.acf-block-preview .banner_sub_heading {
		font-size: 20px;
		margin-bottom: 10px;
		display: block
	}

	.acf-block-preview .testimonial-slide-box {
		padding: 20px
	}

	.acf-block-preview .testimonial-slider .slide {
		padding: 10px 8px
	}

	.acf-block-preview .testimonial-slider .slick-list {
		margin-left: 8px;
		margin-right: 8px
	}

	.acf-block-preview .testimonial-slide-box .meta .title {
		font-size: 20px
	}

	.acf-block-preview .testimonial-slide-box .meta p {
		font-size: 12px
	}

	.acf-block-preview .testimonial-slide-box .meta img {
		height: 30px
	}

	.acf-block-preview .image-box-flex {
		display: block
	}

	.acf-block-preview .image-box-flex .slick-track {
		padding-top: 0
	}

	.acf-block-preview .image-box-flex .image-box.style3 {
		margin: 0 10px
	}

	.acf-block-preview .image-box.style3:hover {
		transform: scale(1)
	}

	.acf-block-preview .image-box.style3 {
		height: 400px
	}

	.acf-block-preview .breadcrumb_navigation li {
		margin-right: 7px;
		padding-right: 12px;
		font-size: 12px
	}

	.acf-block-preview .video_filter_tags li {
		margin: 3px 3px 3px 0
	}

	.acf-block-preview .video_filter_tags li a {
		padding: 8px 12px;
		font-size: 13px
	}

	.acf-block-preview .sidebar-cta p {
		font-size: 16px
	}

	.acf-block-preview .box.style4 .title {
		font-size: 22px
	}

	.acf-block-preview .box.style4 {
		height: 180px
	}

	.acf-block-preview .banner-area.pb_40 {
		padding-bottom: 60px
	}

	.acf-block-preview .box.style9 .image {
		height: 320px
	}

	.acf-block-preview .box.style9 .text {
		font-size: 15px;
		min-height: 65px;
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 16px
	}

	.acf-block-preview .partner-table tbody td:nth-child(3) {
		width: 250px
	}

	.acf-block-preview br {
		display: none
	}

	.acf-block-preview .box.style2 .title {
		font-size: 30px;
		line-height: 36px
	}

	.acf-block-preview .borderText {
		font-size: 22px;
		padding: 12px 25px
	}

	.acf-block-preview .highlighted {
		font-size: 18px
	}

	.acf-block-preview .group-wavy-area {
		padding-bottom: 60px
	}

	.acf-block-preview .icon-teasers.style2 .single-item .inner {
		padding: 30px 0
	}

	.acf-block-preview .icon-teaser-step-area .logo_shape {
		top: -50%
	}

	.acf-block-preview .sticky-nav ul li a {
		padding: 10px 15px;
		font-size: 14px
	}

	.acf-block-preview .box.style8 img {
		height: 120px
	}

	.acf-block-preview .box.style8 .text {
		min-height: 65px;
		display: flex;
		align-items: center;
		justify-content: center
	}

	.acf-block-preview .box.style8 .text .title {
		font-size: 15px;
		line-height: 18px
	}

	.acf-block-preview .video-review-text .title {
		font-size: 22px
	}

	.acf-block-preview .video-review-box .image {
		height: 200px
	}

	.acf-block-preview .video-review-box .title {
		font-size: 18px
	}

	.acf-block-preview .video-review-box .meta p {
		font-size: 13px;
		line-height: 20px
	}

	.acf-block-preview .hero-area .play_btn_circle {
		z-index: 1
	}

	.acf-block-preview .box.style10 .image {
		height: 120px
	}

	.acf-block-preview .shape_left {
		width: 500px;
		height: 500px
	}

	.acf-block-preview .c_form .w_40 {
		width: auto
	}
}

@media (max-width:767px) {

	.acf-block-preview .h1,
	.acf-block-preview h1 {
		font-size: 42px;
		line-height: 110%
	}

	.acf-block-preview .h2,
	.acf-block-preview h2 {
		font-size: 30px;
		line-height: 115%
	}

	.acf-block-preview .h3,
	.acf-block-preview h3 {
		font-size: 30px;
		line-height: 120%
	}

	.acf-block-preview .h4,
	.acf-block-preview h4 {
		font-size: 22px;
		line-height: 110%
	}

	.acf-block-preview .hero-img img {
		max-width: 100%;
		position: relative;
		z-index: 1
	}

	.acf-block-preview .hero-area {
		padding-top: 125px;
		padding-bottom: 60px
	}

	.acf-block-preview br {
		display: none
	}

	.acf-block-preview .count_box p {
		font-size: 16px
	}

	.acf-block-preview .count_box .title {
		font-size: 50px
	}

	.acf-block-preview .count_box {
		margin-top: 20px
	}

	.acf-block-preview .content-text .cta-btn {
		margin-top: 10px
	}

	.acf-block-preview .step_tabs .list-unstyled {
		background: #222837;
		list-style: none;
		padding: 0;
		height: 56px;
		margin-top: 0;
		font-size: 16px;
		line-height: 1;
		font-weight: 600;
		color: #fff;
		width: 100%;
		margin-bottom: 30px
	}

	.acf-block-preview .step_tabs .list-unstyled li {
		padding: 19px 20px;
		z-index: 2
	}

	.acf-block-preview .step_tabs .list-unstyled li:not(.init) {
		padding: 15px;
		width: 100%;
		display: none;
		background: #1c222f;
		color: #fff;
		position: relative;
		font-size: 14px
	}

	.acf-block-preview .step_tabs .list-unstyled li a {
		color: #fff
	}

	.acf-block-preview .step_tabs.alt .list-unstyled li:not(.init) {
		padding: 0
	}

	.acf-block-preview .step_tabs.alt .list-unstyled li:not(.init) a {
		padding: 15px;
		display: block
	}

	.acf-block-preview .step_tabs .list-unstyled li.selected:not(.init),
	.acf-block-preview .step_tabs .list-unstyled li:not(.init):hover {
		background: #5ba1fb;
		color: #fff
	}

	.acf-block-preview .step_tabs .list-unstyled li.init {
		cursor: pointer;
		position: relative
	}

	.acf-block-preview .step_tabs .list-unstyled li.init:after {
		position: absolute;
		content: "";
		top: 50%;
		right: 20px;
		width: 7px;
		height: 7px;
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(45deg) translateY(-50%)
	}

	.acf-block-preview .logos_slider .slide {
		padding: 0 10px
	}

	.acf-block-preview .logos_slider .slick-list {
		margin-left: -10px;
		margin-right: -10px
	}

	.acf-block-preview .link_text,
	.acf-block-preview .solution-text-block p {
		font-size: 16px
	}

	.acf-block-preview .video_meta p {
		line-height: 24px
	}

	.acf-block-preview .video_meta .title {
		font-size: 20px
	}

	.acf-block-preview .box.style1 .image {
		height: 200px
	}

	.acf-block-preview .play_btn_circle {
		bottom: -70px;
		width: 110px;
		height: 110px;
		left: 0
	}

	.acf-block-preview .play_btn_circle em {
		width: 45px;
		height: 45px;
		font-size: 12px
	}

	.acf-block-preview .play_btn_circle .dots:after {
		bottom: 13px;
		left: 55px;
		width: 6px;
		height: 6px
	}

	.acf-block-preview .c_logo {
		height: 40px
	}

	.acf-block-preview .logos_slider {
		margin-top: 30px
	}

	.acf-block-preview .middle-area {
		padding-top: 0
	}

	.acf-block-preview .text_bg {
		font-size: 110px
	}

	.acf-block-preview .solution-area {
		margin-top: -150px
	}

	.acf-block-preview .wavy-ocean {
		margin-top: -100px
	}

	.acf-block-preview .solution-text-block p {
		-webkit-line-clamp: 3;
		font-size: 15px
	}

	.acf-block-preview .solution-text-block {
		margin-bottom: 30px;
		padding-bottom: 30px
	}

	.acf-block-preview .g_5 {
		--bs-gutter-x: 15px;
		--bs-gutter-y: 15px
	}

	.acf-block-preview .image-box.style1 {
		height: 160px
	}

	.acf-block-preview .ps_35 {
		padding-left: 7px
	}

	.acf-block-preview .video_meta {
		padding: 20px
	}

	.acf-block-preview .logo_shape {
		top: -15%
	}

	.acf-block-preview .banner-text .h2 {
		font-size: 30px
	}

	.acf-block-preview .icon-teasers .icon img {
		height: 60px;
		width: 60px
	}

	.acf-block-preview .icon-teasers {
		margin-top: 30px
	}

	.acf-block-preview .cta-box.style1 .h2 {
		font-size: 28px;
		margin-bottom: 10px
	}

	.acf-block-preview .cta-box.style1 .content {
		font-size: 16px;
		width: 100%;
		margin: 20px auto;
		line-height: 24px
	}

	.acf-block-preview .cta_shape {
		width: 400px;
		height: 400px;
		bottom: -15%
	}

	.acf-block-preview .n_top_300 {
		padding-top: 285px;
		margin-top: -252px
	}

	.acf-block-preview .video-full-width-slider .video-box {
		height: 310px
	}

	.acf-block-preview .video-full-width-slider {
		margin-top: 30px
	}

	.acf-block-preview .featured-image {
		height: 320px
	}

	.acf-block-preview .partner-table td:last-child {
		width: auto
	}

	.acf-block-preview .column_2 {
		text-align: left
	}

	.acf-block-preview .box.style2 .meta {
		padding: 20px
	}

	.acf-block-preview .box.style2 .title {
		font-size: 24px;
		margin-bottom: 10px
	}

	.acf-block-preview .filter .select-styled {
		padding-top: 13px;
		height: 55px;
		font-size: 16px
	}

	.acf-block-preview .banner-area .h4 {
		font-size: 18px
	}

	.acf-block-preview .content-img.video-box-alt .play_btn_circle {
		bottom: 0;
		right: 0;
		left: auto;
		transform: translateX(0)
	}

	.acf-block-preview .play_btn_circle .dots {
		width: 65%;
		height: 75%
	}

	.acf-block-preview .bg_dark .top_left_shape {
		display: none
	}

	.acf-block-preview .n_top_160 {
		padding-top: 200px
	}

	.acf-block-preview .cloud_bg {
		height: 50%
	}

	.acf-block-preview .box.style9 .image {
		height: 230px
	}

	.acf-block-preview .sticky-nav ul {
		display: flex;
		overflow-x: auto;
		justify-content: flex-start;
		text-align: left
	}

	.acf-block-preview .sticky-nav ul li {
		flex: 1;
		min-width: 190px;
		text-align: center
	}

	.acf-block-preview .sticky-nav ul li a {
		padding: 13px 10px;
		font-size: 16px
	}

	.acf-block-preview .group_btn_area .inner {
		flex-direction: column
	}

	.acf-block-preview .group_btn_area .btn_wrap {
		padding: 10px 0 !important;
		width: 50%
	}

	.acf-block-preview .group_btn_area .btn_wrap .cta-btn {
		width: 100%
	}

	.acf-block-preview .box.style8 img {
		height: 130px
	}

	.acf-block-preview .video-review-box .image {
		height: 160px
	}

	.acf-block-preview .video-review-text {
		padding-top: 20px
	}

	.acf-block-preview .video-testimonial-inner .play_btn_circle .dots {
		width: 33%;
		height: 40%
	}

	.acf-block-preview .video-review-box .play_btn_circle .dots {
		width: 45%;
		height: 29%
	}

	.acf-block-preview .box.style10 .image {
		height: 150px
	}

	.acf-block-preview .group-wavy-area.home-style .cloud_bg {
		height: 42%
	}
}

@media (max-width:575px) {
	.acf-block-preview .table_filter .col-sm-3>div {
		margin-bottom: 5px
	}

	.acf-block-preview .box.style10 .image {
		height: 200px
	}

	.acf-block-preview .table_filter {
		margin-bottom: 30px
	}

	.acf-block-preview .featured-image {
		height: 220px
	}

	.acf-block-preview .video-full-width-slider .video-box {
		height: 250px
	}

	.acf-block-preview .hero-area {
		padding-top: 150px;
		padding-bottom: 120px
	}

	.acf-block-preview .header-area .btn_border {
		margin-left: 0;
		margin-top: 30px;
		display: flex
	}

	.acf-block-preview .hero-img {
		margin-top: 30px
	}

	.acf-block-preview .play_btn_circle {
		bottom: -50px;
		right: auto;
		width: 100px;
		height: 100px;
		left: 50%;
		transform: translateX(-50%)
	}

	.acf-block-preview .play_btn_circle em {
		width: 45px;
		height: 45px;
		font-size: 12px;
		z-index: 11;
		line-height: 1px
	}

	.acf-block-preview .play_btn_circle .dots {
		transform: rotate(-38deg)
	}

	.acf-block-preview .play_btn_circle .dots:after {
		bottom: 11px;
		left: auto;
		width: 6px;
		height: 6px;
		right: 4px
	}

	.acf-block-preview .count_box {
		text-align: center
	}

	.acf-block-preview .content-img {
		margin-bottom: 30px
	}

	.acf-block-preview .cloud_bg {
		height: 35%
	}

	.acf-block-preview .text_bg {
		font-size: 70px
	}

	.acf-block-preview .wavy-ocean {
		margin-top: -70px;
		height: 400px;
		-o-object-fit: cover;
		object-fit: cover
	}

	.acf-block-preview .solution-area {
		margin-top: -170px
	}

	.acf-block-preview .middle-area {
		padding-top: 20px
	}

	.acf-block-preview .shape_right {
		display: none
	}

	.acf-block-preview .solution-text-block {
		margin-bottom: 30px;
		padding-bottom: 30px;
		margin-top: 30px
	}

	.acf-block-preview .group-wavy-area {
		padding-bottom: 80px
	}

	.acf-block-preview .bullet_shape {
		left: -50%;
		width: 100%
	}

	.acf-block-preview .logo_shape {
		right: -30%;
		top: -100px
	}

	.acf-block-preview .newsletter_inner {
		text-align: center;
		padding: 30px 30px 300px
	}

	.acf-block-preview .newsletter_inner .left img {
		width: 200px;
		left: 50%;
		transform: translateX(-50%)
	}

	.acf-block-preview .banner-text {
		text-align: center
	}

	.acf-block-preview .icon-teasers .single-item {
		padding: 20px 0;
		text-align: center
	}

	.acf-block-preview .icon-teasers .icon img {
		margin: 0 auto 20px
	}

	.acf-block-preview .cta-box.style1 {
		padding: 30px
	}

	.acf-block-preview .footer-cta {
		padding-top: 0
	}

	.acf-block-preview .partner-table tbody th[scope=row] {
		background-color: #222837;
		color: #fff;
		padding: 15px;
		text-decoration: none
	}

	.acf-block-preview .partner-table tbody tr {
		margin-bottom: 5px;
		border: 2px solid #222837
	}

	.acf-block-preview .partner-table thead th {
		background-color: #222837;
		border: 1px solid #222837;
		font-weight: 400;
		text-align: center;
		color: #fff
	}

	.acf-block-preview .partner-table thead th:first-of-type {
		text-align: left
	}

	.acf-block-preview .partner-table tbody td {
		text-align: right;
		border-bottom: 1px solid #222837
	}

	.acf-block-preview .partner-table tbody td[data-title]:before {
		content: attr(data-title);
		float: left;
		color: #2b3346;
		font-family: Titillium Web, sans-serif;
		font-weight: 600
	}

	.acf-block-preview .partner-table td,
	.acf-block-preview .partner-table th {
		padding: .5em;
		vertical-align: middle
	}

	.acf-block-preview .partner-table tbody,
	.acf-block-preview .partner-table td,
	.acf-block-preview .partner-table th,
	.acf-block-preview .partner-table tr {
		display: block;
		padding: 0;
		text-align: left;
		white-space: normal
	}

	.acf-block-preview .partner-table thead {
		position: absolute;
		clip: rect(1px 1px 1px 1px);
		clip: rect(1px, 1px, 1px, 1px);
		padding: 0;
		border: 0;
		height: 1px;
		width: 1px;
		overflow: hidden
	}

	.acf-block-preview .partner-table td:last-child {
		width: auto
	}

	.acf-block-preview .partner-table tbody td {
		padding: 12px
	}

	.acf-block-preview .banner-img {
		margin-bottom: 30px
	}

	.acf-block-preview .video-box-v3 {
		margin-top: 0
	}

	.acf-block-preview .pt-m-20 {
		padding-top: 20px
	}

	.acf-block-preview .post-author-image {
		margin-bottom: 30px
	}

	.acf-block-preview .banner-area .hero-img,
	.acf-block-preview .banner-img,
	.acf-block-preview .partner-banner .banner-img {
		margin-bottom: 30px;
		margin-top: 0
	}

	.acf-block-preview .box.style9 .image {
		height: 200px
	}

	.acf-block-preview .partner-table tbody td:nth-child(3) {
		width: auto
	}

	.acf-block-preview .partner-table tbody td span {
		width: 60%;
		display: block;
		margin-left: auto
	}

	.acf-block-preview .middle-img {
		margin-top: 30px
	}

	.acf-block-preview .solution-area.style2 .heading {
		margin-bottom: 0
	}

	.acf-block-preview .single-item .content-list {
		text-align: left
	}

	.acf-block-preview .icon-teaser-step-area .bullet_shape {
		height: 100% !important;
		left: 0
	}

	.acf-block-preview .group_btn_area .btn_wrap {
		width: 100%
	}

	.acf-block-preview .video-testimonial-inner {
		padding: 0
	}

	.acf-block-preview .video-review-text {
		padding: 15px
	}

	.acf-block-preview .video-review-text .review {
		font-size: 18px;
		padding: 0
	}

	.acf-block-preview .video-review-box .image {
		position: relative
	}

	.acf-block-preview .video-review-box .image .play_btn_circle {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		margin: 0;
		position: absolute
	}

	.acf-block-preview .video-review-box .play_btn_circle .dots {
		width: 35%;
		height: 50%
	}

	.acf-block-preview .video-testimonial-inner .play_btn_circle .dots {
		width: 70%;
		height: 40%
	}

	.acf-block-preview .video-review-box .image {
		height: 210px
	}

	.acf-block-preview .box.style10 .text {
		min-height: inherit
	}

	.acf-block-preview .filter.custom_select {
		margin-top: 20px
	}

	.acf-block-preview .group-wavy-area.home-style .cloud_bg {
		height: 35%
	}
}

.acf-block-preview .breadcrumb-wrap {
	font-family: Titillium Web, sans-serif;
	font-size: 14px;
	margin: 0 0 40px;
	color: #fff
}

.acf-block-preview .breadcrumb-wrap .separator {
	color: #5ba1fb;
	font-family: Arial, sans-serif;
	position: relative;
	top: 1px;
	margin: 0 5px;
	font-size: 14px
}

.acf-block-preview #gform_confirmation_message_1 {
	background: hsla(0, 0%, 100%, .1);
	color: #fff;
	padding: 10px 20px;
	text-align: center
}

.acf-block-preview .gform_wrapper:not(#gform_wrapper_1) .gform_fields {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px
}

.acf-block-preview .gform_wrapper:not(#gform_wrapper_1) .gform_fields>div {
	padding: 0 15px;
	margin-bottom: 20px
}

.acf-block-preview .gform_wrapper:not(#gform_wrapper_1) label {
	display: none
}

.acf-block-preview .gform_wrapper:not(#gform_wrapper_1) .gfield_validation_message {
	color: red;
	font-size: 14px
}

.acf-block-preview .paginations {
	margin: 40px 0 0
}

.acf-block-preview .paginations ul {
	display: flex;
	align-items: center
}

.acf-block-preview .paginations ul li {
	margin-right: 10px
}

.acf-block-preview .paginations ul li a,
.acf-block-preview .paginations ul li span {
	border: 1px solid #ddd;
	color: #999;
	padding: 0 10px;
	line-height: 30px;
	height: 30px;
	min-width: 35px;
	display: table;
	text-align: center;
	font-size: 14px
}

.acf-block-preview .paginations ul li span {
	background: #2b3347;
	border-color: #2b3347;
	color: #fff
}

.acf-block-preview .paginations ul li i {
	position: relative;
	top: 1px
}

.acf-block-preview .paginations ul li a:hover {
	border-color: #2b3347;
	color: #2b3347
}

.acf-block-preview.error404 header {
	background: #222837
}

.acf-block-preview .error-page {
	padding: 210px 0 60px
}

.acf-block-preview .video-slider,
.acf-block-preview .testimonial-slider,
.acf-block-preview .box-slider {
	display: flex;
	flex-wrap: wrap;
}

.acf-block-preview .video-slider > div,
.acf-block-preview .box-slider > div {
	padding: 0 10px 20px;
	width: 33.33333%;
}

.acf-block-preview .testimonial-slider > div {
	width: 33.33333%;
}

.acf-block-preview .video-slider > div {
	width: 25%
}

.acf-block-preview .logos_slider {
	display: flex;
}