/* ==== old footer ==== */

.flex {
	display: flex;
}
footer {
	background-color: #23374D;
	color: #fff;
	position: relative;
}

footer .footer-wrap {
	max-width: 1380px;
	margin: 0 auto;
	padding: 48px 20px 24px;
	justify-content: space-between;
}

footer .footer-wrap .left img {
	display: flex;
	max-width: 345px;
	height: 29px;
	width: auto;
}

footer .footer-wrap .left .logof {
	display: flex;
	padding-top: 2px;
	max-width: 311px;
	width: 100%;
	height: 30px;
}


.footer-wrap .fb-like > span,
.footer-wrap .fb-like > span > iframe{
	width:100% !important;
}

.footersocial{
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
footer .footer-wrap .left .socialbutton {
	display: block;
	width: 45px;
	height: 45px;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 5px;
}

footer .footer-wrap .left .socialbutton:hover {
	cursor: pointer;
}

footer .footer-wrap .left .fsb {
	background-image: url(../local/img/social/fb.svg);
}
footer .footer-wrap .left .fsb:hover {
	background-image: url(../local/img/social/fb_hover.svg);
}

footer .footer-wrap .left .tw {
	background-image: url(../local/img/social/tw.svg);
}
footer .footer-wrap .left .tw:hover {
	background-image: url(../local/img/social/tw_hover.svg);
}

footer .footer-wrap .left .ig {
	background-image: url(../local/img/social/ig.svg);
}
footer .footer-wrap .left .ig:hover {
	background-image: url(../local/img/social/ig_hover.svg);
}

footer .footer-wrap .left {
	max-width: 407px;
	width: 100%;
	display: flex;
	position: relative;
	flex-direction: column;
	padding-bottom: 20px;
	margin: 0 10px;
}

footer .footer-wrap .left .flex {
	margin-bottom: 29px;
}

footer .footer-wrap .left .bot {
	display: block;
	width: 360px;
	font-family: 'Open Sans', sans-serif;
}

footer .footer-wrap .center {
	display: flex;
	flex-direction: column;
	margin: 0 10px;
	width: 100%;
	justify-content: space-between;
	text-align: left;
}

footer .footer-wrap .center ul .item-menu {
	padding-bottom: 25px;
	line-height: 20px;
	font-size: 13px;
}

footer .footer-wrap .right .input {
	padding-top: 21px;
	position: relative;
	font-size: 14px;
	width: 100%;
	max-width: 500px;
}

footer .footer-wrap .right button {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 51px;
	top: 23px;
	right: -1px;
	border-radius: 35px;
	z-index: 35;
	height: 46px;
	background-color: #fff;
	border: 0px;
}

footer .footer-wrap .right .input button .arrow {
	position: absolute;
	background-image: url(../local/img/footerarrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 14px;
	height: 20px;
}

.fbmob {
	display: none;
}

.active- {
	background-color: #3dd791;
}

footer .footer-wrap .right .input input {
	width: 100%;
	height: 51px;
	padding: 10px 20px;
	border-radius: 23px;
}

footer .footer-wrap .right {
	margin-left: auto;
	max-width: 500px;
	padding-top: 2px;
	width: 100%;
}
footer .footer-wrap .right img{
	border-radius:10px;
}

footer .footer-wrap .right h4 {
	padding-left: 20px;
	font-size: 18px;
	color: #fff;
}

footer .footer-wrap .right {
}

footer .bot {
	display: none;

}

footer .bot p {
	margin-top: 50px;
	font-size: 13px;
	margin-bottom: 7px;
	letter-spacing: 0;
}

footer .bot p:last-child {
	padding-top: 11px;
}

footer .bot a {
	font-size: 12px;
	text-decoration: underline;
}

@media screen and (max-width: 1100px) {

	footer .footer-wrap .left .bot{
		width:auto;
	}
	footer .footer-wrap .center{
		margin: 0 20px;
	}
}

@media (max-width: 768px) {

	footer .footer-wrap {

		padding: 21px 15px;
		flex-direction: column;
	}

	footer .footer-wrap .left {
		max-width: 100%;
		margin: 0 auto;
		padding: 0;
	}

	footer .footer-wrap .left .logof {
		height: 69px;
		width: 100%;
		max-width: 433px;
	}

	footer .footer-wrap .left .flex {
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		padding-bottom: 4px;
		margin-bottom: 0;
	}

	footer .footer-wrap .left .flex .logof {
		display: flex;
		align-items: center;
		width: 100%;
		max-width: 100%;
		height: 100%;
	}

	footer .footer-wrap .left #fb {
		padding-left: 0;
		max-width: 53px;
		height: 69px;
	}

	footer .footer-wrap .left img {
		max-width: 166px;
		width: 100%;
		height: auto;
		padding-left: 0;
	}


	footer .footer-wrap .center ul {
		font-size: 12px;
		flex-direction: row;
		flex-wrap: wrap;
		height: 100%;
		justify-content: space-between;
		padding-bottom: 0;
		margin-bottom: 40px;
	}

	footer {
		padding-bottom: 17px;
	}

	footer .footer-wrap .center {
		order: 3;
		flex-wrap: wrap;
		max-width: 100%;
		margin: 0;
		height: 100%;
	}

	footer .footer-wrap .nav:before,footer .footer-wrap .nav:after{
		content:normal;
	}

	footer .footer-wrap .right {
		order: 2;
		max-width: 100%;
		padding-bottom: 11px;
		margin-left: 0;
		margin-top: 18px;
	}

	footer .footer-wrap .right h4 {
		padding-left: 0;
		font-size: 14px;
		color: #fff;
		font-weight: 600;
		font-family: Open Sans, sans-serif;
	}

	footer .footer-wrap .right .input {
		padding-top: 17px;
		position: relative;
		font-size: 14px;
		width: 100%;
		max-width: 100%;
		padding-bottom: 20px;
	}

	footer .footer-wrap .right .input input {
		height: 55px;
		font-size: 14px;
		padding-left: 23px;
		border-radius: 50px;
	}

	footer .footer-wrap .center ul .item-menu {
		padding-right: 42px;
		margin-bottom: 0;
		padding-bottom: 23px;
		font-size: 14px;
		line-height: 16px;
	}

	footer .footer-wrap .center ul .item-menu:last-child {
		padding-right: 0;
	}

	footer .footer-wrap .right .input button .arrow {
		width: 22px;
		height: 22px;
		top: 9px;
		right: 19px;
		border-radius: 50px;
	}

	footer .footer-wrap .left .bot {
		display: none;
	}

	footer .bot {
		display: block;
		padding: 0 25px;
		position: unset;
		width: 100%;
		max-width: 570px;
		margin: 0 auto;
	}

	footer .bot p {
		margin-top: 0px;
		font-size: 14px;
		margin-bottom: 2px;
		letter-spacing: 0.3px;
	}

	footer .bot a {
		font-size: 14px;
	}

	footer .bot p:last-child {
		margin-top: 3px;
		font-size: 11px;
		letter-spacing: 0.6px;
	}

	.fbmob {
		display: block;
		height: 41px;
		max-width: 290px;
		margin-top: 11px;
	}

	footer .footer-wrap .right button {
		width: 46px;
		height: 46px;
		top: 23px;
		right: 0px;
		border-radius: 50px;
	}

	footer .footer-wrap .left .fb {
		display: block;
		width: 41px;
		height: 49px;
		background-size: contain;
		margin-right: 0px;
		background: url(../local/img/FBfooter.svg) 8px;
		background-repeat: no-repeat;
	}
	footer .footer-wrap .left .socialbutton{
		width:40px;
		height:40px;
	}

}

footer h1, footer h2, footer h4, footer h6 {
	font-family: 'Varela Round', sans-serif;
}

footer .nav > li > a:hover {
	background-color: inherit;
}

footer a {
	color: inherit;
}

footer .nav a {
	line-height: 15px;
	display: inline;
	padding: 0;
}

footer ul.nav.menu.mod-list {
	margin-left: -15px;
	margin-right: -15px;
}

footer p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	opacity: 0.8;
}

footer h4 {
	font-size: 100%;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}




/*footer new design start*/
body footer{
	display: block;
}
.footer-logo-container .footer-logos .footer-logos-image {
	width: 100%;
}

.footer-logo-container {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #f2f7ff1f;
	padding-bottom: 30px;
}

.footer-logo-container .footer-logos .footer-logos-image.iab {
	max-height: 74px;
}

.footer-logo-container .footer-logos .footer-logos-image.google-partner {
	max-height: 90px;
}

.footer-logo-container .footer-logos.badges .footer-logos-image {
	padding-right: 11px;
	padding-left: 11px;
	max-width: 105px;
}

.footer-logos a{
	transition-duration: 100ms;
	display: block;
	position: relative;
}

.footer-logos a.footer-bigger{
	transform: scale(1.2);
}
.footer-logos a:hover{
	transform: scale(1.1);
}
.footer-logos a.footer-bigger:hover{
	transform: scale(1.3);
}
.footermark {
	position: absolute;
	top: 10px;
	right: 13px;
	color: #23374D;
	font-size: 20px;
	font-weight: 900;
	border-left: 1px solid #DDD;
	padding-left: 10px;
}
.footer-logo-container .footer-logos{
	width: 33.33%;
	display: flex;
	align-items: flex-start;
	justify-content: space-evenly;
}

.footer-logo-container .footer-logos.reviews{
	display: flex;
}

.footer-logo-container .footer-logos.reviews .footer-logos-image{
	max-width: 184px;
	padding-bottom: 16px;
}

footer .footer-wrap .center ul {
	display: block;
	font-size: 11px;
	margin: 31px 0 27px 0;
	border-bottom: 1px solid #f2f7ff1f;
	list-style-type: none;
	padding: 0 0 31px 0;
	column-count: 6;
	column-gap: 1.5rem;
	column-fill: auto;
	font-weight: 300;

}

footer ul li .separator.column {
	text-transform: uppercase;
	padding: 0;
	margin-bottom: 12px;
	font-weight: 600;
}

footer .footer-wrap .center ul li {
	font-size: 15px;
	padding: 10px 15px;
	break-inside: avoid-column;       /* modern */
	-webkit-column-break-inside: avoid;/* Safari */
	-moz-column-break-inside: avoid;   /* Firefox */
}
footer .footer-wrap .center ul li.divider {
	break-before: column; /* modern */
	-webkit-column-break-before: always;
	-moz-column-break-before: always;
}

footer .footer-wrap .center ul::before {
	content: none;
}

footer .footer-wrap .center .footer-soc-logos {
	margin-bottom: 29px;
}

footer .footer-wrap .center .footer-soc-logos img {
	max-width: 26px;
	margin-right: 43px;
}

footer .footer-wrap .center .copyright p {
	color: #f2f7ff96;
	font-size: 12px;
	margin-bottom: 0;
	line-height: 18px;
}


@media screen and (max-width: 991px){
	footer .footer-wrap .center .footer-logo-container {
		flex-direction: column;
	}

	footer .footer-wrap .center .footer-logo-container .footer-logos{
		width: 100%;
		margin-bottom: 32px;
	}

	footer .footer-wrap .center ul {
		column-count: 2;
		column-fill: balance;
	}

	footer .footer-wrap .center ul li.divider {
		break-before: auto;
		-webkit-column-break-before: auto;
		-moz-column-break-before: auto;
	}

	footer ul li .separator.column {
		padding: 10px 11px;
	}

	footer .footer-wrap .center ul li a{
		padding: 10px 11px;
	}
}

@media only screen and (max-width: 414px) {
	footer .footer-wrap .center .footer-logo-container .footer-logos.reviews {
		flex-direction: column;
	}

	footer .footer-wrap .center .footer-logo-container .footer-logos.reviews .reviews-logos-container{
		text-align: center;
	}

	footer .footer-wrap .center ul {
		column-count: 1;
	}
}

/*footer new design end*/


/* ====  LANGUAGE SELECTOR ==== */
.t3-mainnav .t3-navbar .open .dropdown-menu img{
	display: initial;
}

.langimg{
	width: 22px;
	height: 22px;
	margin-right: 3px;
	margin-top: -3px;
	vertical-align: middle;
}

@media screen and (max-width: 991px){
	.t3-mainnav .t3-navbar-collapse .navbar-nav li a img {
		display: initial;
	}
}

.t3-mainnav .t3-navbar-collapse .navbar-nav li > a .fa{
	display: none;
}

.t3-megamenu .nav > li > .dropdown-toggle .caret {
	border: 0;
	margin-top: -30px;
	margin-left: 5px;
	display: initial;
}

.t3-megamenu .nav > li > .dropdown-toggle .caret:before {
	content: "\f107";
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	border: 0;
}

.menew{
	display: inline;
	margin: -5px 0 -2px 6px;
}
.textflag {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 10px 0;
}

.textflag img{
	width: 50%;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
/*==== CTA ====*/
.acm-cta.style-31 {
	background-image: url(/images/backgrounds/cta_bg.svg);
	background-repeat: no-repeat;
	background-position: 75% 103%;
	background-size: auto 70%;
}

.acm-cta.style-31 .container:before{
	content:" ";
	width: 100px;
	display: block;
	height: 4px;
	background-color: #23374d;
	position: relative;
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
}
.acm-cta.style-31 .container{
	padding-top:20px;
	padding-bottom:30px;
}

.style-31 .cta-showcase-actions a{
	margin-right:20px;
	margin-bottom:20px;
}

@media (max-width: 991px) {
	.acm-cta.style-31 {
		background-image: url("/images/backgrounds/support.svg");
	}
}


/*==== TOC ====*/
/*
.autotoc{
	padding: 20px;
	margin: 0px 0;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 10px;
	border-left-color: #428bca;
}

.autotoc > ul{
	margin: 20px 0 0 0;
	padding: 0;
}

.autotoc > ul > li{
	display: block;
}
.autotoc ul ul {
}

.autotoc > span{
	font-size: 120%;
	font-weight: 600;
	color:#000;
}
.autotoc li li{
	list-style: none;
	margin-bottom:10px;
}
.autotoc li li a{
	font-weight: 600;
}
.autotoc li li li a{
	font-weight: 300;
	padding-left: 10px;
	border-left: 3px solid #d3d3d3;
}
.autotoc li li li{
	list-style-type: none;
}
.autotoc ul ul ul{
	padding-left:10px;
	margin-left:20px;
}
.autotoc ul ul ul li:first-child{
	margin-top:10px;
}
.autotoc a{
	color:#505656;
	margin-bottom: 5px;
}
.autotoc a:hover {
	color: #22b8f0;
	text-decoration: none;
}
*/

/*==== bootstrap styles ====*/

.bs-callout ul{
	margin-bottom:0;
}

.bs-callout {
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 10px;
}

.bs-callout h4 {
	margin-top: 0;
	margin-bottom: 5px;
}

.bs-callout p:last-child {
	margin-bottom: 0;
}

.bs-callout code {
	border-radius: 3px;
}

.bs-callout + .bs-callout {
	margin-top: -5px;
}

.bs-callout-default {
	border-left-color: #777;
}

.bs-callout-default h4 {
	color: #777;
}

.bs-callout-primary {
	border-left-color: #428bca;
}

.bs-callout-primary h4 {
	color: #428bca;
}

.bs-callout-success {
	border-left-color: #5cb85c;
}

.bs-callout-success h4 {
	color: #5cb85c;
}

.bs-callout-danger {
	border-left-color: #d9534f;
}

.bs-callout-danger h4 {
	color: #d9534f;
}

.bs-callout-warning {
	border-left-color: #f0ad4e;
}

.bs-callout-warning h4 {
	color: #f0ad4e;
}

.bs-callout-info {
	border-left-color: #5bc0de;
}

.bs-callout-info h4 {
	color: #5bc0de;
}

a.tipright {
	display: inline !important;
}

div.tipright {
	display: block !important;
}

input.tipright, textarea.tipright, .tipright {
	display: inline-block;
}

.tooltip {
	white-space: pre-wrap;
	font-size: 12px;
}

.tooltip img {
	border: 1px solid #FFF;
	-moz-box-shadow: 0px 0px 5px #FFF;
	-webkit-box-shadow: 0px 0px 5px #FFF;
	box-shadow: 0px 0px 5px #FFF;
	margin-bottom: 7px;
}

.hasTip {
	display: inline !important;
}

/* Sidenav for Docs
-------------------------------------------------- */

.bs-docs-sidenav {
	padding: 0;
	background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
}

.bs-docs-sidenav > li > a {
	display: block;
	width: 190px \9;
	margin: 0 0 -1px;
	padding: 8px 14px;
	border: 1px solid #e5e5e5;
}

.bs-docs-sidenav > li:first-child > a {
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}

.bs-docs-sidenav > li:last-child > a {
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}

.bs-docs-sidenav > .active > a {
	position: relative;
	z-index: 2;
	padding: 9px 15px;
	border: 0;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .15);
	-webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .1);
	box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .1);
}

/* Chevrons */
.bs-docs-sidenav .icon-chevron-right {
	float: right;
	margin-top: 2px;
	margin-right: -6px;
	opacity: .25;
}

.bs-docs-sidenav > li > a:hover {
	background-color: #f5f5f5;
}

.bs-docs-sidenav a:hover .icon-chevron-right {
	opacity: .5;
}

.bs-docs-sidenav .active .icon-chevron-right, .bs-docs-sidenav .active a:hover .icon-chevron-right {
	background-image: url(../img/glyphicons-halflings-white.png);
	opacity: 1;
}

.bs-docs-sidenav.affix {
	top: 40px;
}

.bs-docs-sidenav.affix-bottom {
	position: absolute;
	top: auto;
	bottom: 270px;
}

.tab-pane {
	overflow: hidden;
}


/*404 page*/
@keyframes cookieflow {
	0% {
		transform: translate(0, -15px) rotate(-10deg);
	}
	100% {
		transform: translate(0, 15px) rotate(10deg);
	}
}
@keyframes digitflow {
	0% {
		transform: rotate(-20deg);
	}
	100% {
		transform: rotate(20deg);
	}
}
.view-error404 .t3-wrapper,
.com_scanner.view-errors .t3-wrapper{
	background: radial-gradient(circle 500px at -5% 30%, rgba(51,125,193,0.2) 0%, rgba(255,255,255,0) 100%),
	radial-gradient(circle 350px at 100% 10%, rgba(51,125,193,0.2) 0%, rgba(255,255,255,0) 100%),
	radial-gradient(circle 500px at 110% 60%, rgba(217,224,33,0.3) 0%, rgba(255,255,255,0) 100%);
}
.view-error404 h1,
.com_scanner.view-errors h1{
	text-align: center;
	font-family: Inter, 'Open Sans', sans-serif;
	font-weight: 400;
}
.wrap404 {
	margin-top: 37px;
	display: flex;
	flex-direction: column;
}
.imgwrap404 {
	width: 333px;
	margin: 27px auto 50px auto;
	position: relative;
}
.cookie404_1,
.cookie404_2,
.cookie404_3,
.digit404_1,
.digit404_2,
.digit404_3{
	position: absolute;
}

.cookie404_1{
	top: 56%;
	left: 17%;
	width: 44px;
	animation: cookieflow 3s ease-in-out alternate infinite ;
}
.cookie404_2{
	top: 71%;
	left: 67%;
	width: 42px;
	animation: cookieflow 4.5s ease-in-out alternate infinite ;
}
.cookie404_3{
	top: 88%;
	left: 54%;
	width: 50px;
	animation: cookieflow 6s ease-in-out alternate-reverse infinite ;
}

.digit404_1{
	top: 74%;
	left: 31%;
	width: 33px;
	animation: digitflow 5s ease-in-out alternate infinite ;
}
.digit404_2{
	top: 62%;
	left: 43%;
	width: 38px;
	animation: digitflow 7s ease-in-out alternate-reverse infinite ;
}
.digit404_3{
	top: 47%;
	left: 47%;
	width: 40px;
	animation: digitflow 5s ease-in-out alternate infinite ;
}
@media only screen and (max-width: 414px) {
	.imgwrap404 {
		width: 80%;

	}
	.wrap404{
		margin-top: 0;
	}
}
/*ovr for proper search icon*/
body .ps_class_search_search:after,body .ps_class_search_spinner:after,body .ps_class_search_clear:after{
	font-family: 'Font Awesome 5 free';
}



/*contact form*/
.footer-wrap .footlogo img {
	max-width: 228px;
	height: auto;
	margin-bottom: 60px;
}

.itemid-519 body{
	background-color: #f2f7ff;
	overflow: hidden;
}
.itemid-519 .form-control{
	padding: 18px 30px 18px 30px;
	transition: .35s;
	display: block;
	width: 100%;
	height: auto;
	border-radius: 40px;
}

.itemid-519 .form-horizontal .control-label{
	padding-top:0;
	padding-bottom:7px;
}
.itemid-519 .form-horizontal .form-group{
	display: block;
}
.itemid-519 #cookiescript_badge,
.itemid-519 #cookiescript_injected,
.itemid-519 .rsform-thankyou-button
{
	display: none;
}
.itemid-519 #window-mainbody-cs > p{
	margin-top: 300px;
	text-align: center;
}
.itemid-519 .grecaptcha-badge{
	box-shadow: none !important;
}


.logo-image a .spinme {
	-webkit-transition: -webkit-transform .8s ease-in-out;
	transition: transform .8s ease-in-out;
	height: 30px;
	align-self: self-start;
}

.logo-image:hover a .spinme {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg)
}