@import url(https://use.typekit.net/wlr4cpn.css);
/*@import url(../fonts/stylesheet.css);*/
.section-heading-module {
	    text-transform: capitalize;
    text-decoration: underline;
    font-size: 3.7rem !important;
    font-weight: 400 !important;
    text-shadow: none !important;
    /* text-align: center !important; */
    width: 100%;
	background: #fff;
}
body {
	font-family: effra, sans-serif;
	font-weight: 400;
	overflow-x: hidden;
}
body{padding-top:135px;}
button {
	outline: none !important;
}
html {
	overflow-x:hidden;
}
.support-link {
	margin-top:2px;
}
.d-none.d-xl-block .collapse {
    position: fixed !important;
    z-index: 999;
    left: 0;
    right: 0;
}
@media all and (max-width:1080px) {
.navbar-nav-main .nav-item {
    max-width: 100% !important;
    flex: none !important;
	width:100% !important;
}	
}
.close-maga-menu {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.footer-bg {
	background:#fff;
}
/*.d-none.d-xl-block .collapse {
    position: relative;
}*/

.close-maga-menu img {
	width: 20px;
}

.tab-pane {
	padding-left:15px;
	min-height: 400px;
}
.tab-pane .btn {
	width:180px !important;
}
.nav-link:hover {
	text-decoration: none !important;
}
.nav-muted .nav-link.active {
	color:#de3195;
}
.nav-bg-hover-light .nav-item {
	width: 100%;
}
.big-module .order-1 {
	order:0;
}
.big-module .order-2 {
	order:0;
}
.big-module h1 {
    font-size: 6.5625rem;
	font-family: effra, sans-serif;
		font-weight: 700;
	    text-shadow: 0 0 2px rgba(0,0,0,0.6);
}

.big-module h2 {
	font-size: 3rem;
	font-family: effra, sans-serif;
		/*font-weight: 700;*/
		    word-break: break-word;
/*		    text-shadow: 0 0 2px rgba(0,0,0,0.6);*/
}
.big-module h2 small {
	font-family: effra, sans-serif;
	font-weight: 100;
}
.big-module h3 {
	font-size: 2.25rem;
	font-family: effra, sans-serif;
			font-weight: 700;
}
.big-module h3 small {
/*	    font-family: 'Effra-light';*/
			font-weight: 100;
}
.nav-link:hover svg {
	fill:#de3195;
}
/*
.fade-up {
	margin-top:100px;
	-webkit-transition: all 0.5s !important;  For Safari 3.1 to 6.0 
  	transition: all 0.5s !important;
}
.fade-up.margin {
	margin: 0;
}
*/
.big-module h4 {
	font-size: 3rem /*1.625rem*/;
}
.big-module h6 {
	font-size: 1.4rem;
	font-family: effra, sans-serif;
			font-weight: 700;
}
.big-module p {
	font-size: 1.125rem;
	font-family: effra, sans-serif;
	font-weight: 100;
	margin-top:10px !important;
	line-height: 23px;
}
.big-module p strong {
	font-family: effra, sans-serif;
			font-weight: 700;
}
.big-module small,.big-module  .small {
	font-size: 100%;
	font-weight: 100%;
	
}
.big-module .discription {
    font-size: 1.5rem;
	font-family: effra, sans-serif;
	display: inline-block;
/*		    text-shadow: 0 0 2px rgba(0,0,0,0.6);*/
}
.big-module button {
	outline: none !important;
}
.big-module .btn {
	border-radius: 50px;
	width:150px;
	text-align: center;
	font-size: 14px;
	font-family: effra, sans-serif;
			font-weight: 700;
	-webkit-transition: all 0.2s !important; /* For Safari 3.1 to 6.0 */
  	transition: all 0.2s !important;
	overflow: hidden;
	position: relative;
	z-index: 2;
	outline: none !important;
	text-transform: uppercase;
}
.big-module .btn.btn-ragular.pink {
	background: #f031a7;
	box-shadow: 0 1px 0 #000;
	color:#fff;

}
.big-module .btn.btn-ragular.pink:hover {
	background: #00f5ff;
	color: #004696;
}
.big-module .btn.btn-ragular.pink:active{
	background: #00f5ff;
	color: #004696;
		box-shadow: 0 1px 0 #000;
}
.big-module .btn.btn-ragular.pink:after {
	content: '';
	background: url(/dist/img/custom/btn-arrow-blue.png) no-repeat center right;
	background-size: 20px 12px;
	height: 12px;
	display: inline-block;
    margin-top: 3px;
	width:0;
	margin-left: 0;
	-webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */
  	transition: all 0.2s;
	position: relative;
	left:300px;
}
.big-module .btn.btn-ragular.pink:hover:after,.btn.btn-ragular.pink:active:after, .btn.btn-ragular.pink:visited:after {
	width: 20px;
	margin-left:15px;
	left: 0;
}
.big-module .btn.btn-ragular.pink:before {
	width:0;
	height: 0;
	position: absolute;
	content: '';
	border-radius: 50px;
	left:50%;
	top:17px;
/*	background: #00e2f3;*/
	background-image: radial-gradient(ellipse at center,rgba(255,255,255,0) 0,rgba(255,255,255,.25) 65%,rgba(255,255,255,0) 66%,rgba(255,255,255,0) 100%);

	z-index: -1;
}
.big-module .btn.btn-ragular.pink:active:before {
width: 110%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    height: 200px;
    top: -75px;
    left: 55%;
    transform: translateX(-55%);
}
.big-module .banner-slider h1, .banner-content h1 {
	padding-bottom:20px;
	font-size: 5.0625rem;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.big-module  .banner-slider h1,.big-module .banner-slider h2,.big-module .banner-slider  .discription {
	color:#fff;
	text-align: center;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.big-module .banner-slider h2 {
	padding:10px 30px;
	margin-bottom:0;
}
.big-module .layer-video {
	position: absolute;
	top:0;
	left: 0;
	bottom:0;
	right:0;
	/* background: rgba(0,24,75,0.7); */
}
.big-module .banner-slider .discription {
	max-width: 600px;
/*	font-family: 'Effra-light';*/
			font-weight: 100;
	font-size: 1.3125rem;
}
.big-module .banner-slider video {
	width:100%;
	object-fit: cover;
}
.big-module .banner-slider video,.big-module  .banner-slider img {
	max-height: 700px;
	background: #000;
	float: left;
	min-width: 100%;
}
.big-module .banner-slider .owl-dots {
	position: absolute;
	z-index: 2;
	top:10%;
	left: 50%;
    transform: translateX(-50%);
	padding:0;
	margin-top: 0;
}
.big-module .owl-theme .owl-dots .owl-dot {
	outline: none !important;
	background: none !important;
	border:none !important;
	transform: scale(1) !important;
}
.big-module .owl-theme .owl-dots .owl-dot span {
	background: none;
	border:1px solid #a7a7a7;
	margin:0 !important;
	-webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */
  	transition: all 0.2s;
}
.big-module .owl-theme .owl-dots .owl-dot:hover span {
	background: none;
	border:1px solid #fff;
	opacity: 1;
}
.big-module .owl-theme .owl-dots .owl-dot.active span, .big-module .owl-theme .owl-dots .owl-dot.active:hover span {
	background: #fff;
	border:none;
}
.big-module .banner-slider .owl-item {
	position: relative;
	overflow: hidden;
	min-width:98vw;
}
.big-module .banner-slider .owl-item img, .banner-slider .owl-item video {
	height: 700px;
	object-fit: cover;
}
.big-module .banner-content {
	    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 1000px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    width: 100%;
}
.big-module .video-muted-off .banner-content, .big-module .video-muted-off .layer-video {
display: none;
}
.big-module .video-muted-off .video-close {
	opacity: 1;
}
.big-module .video-close {
	position: absolute;
	top:30px;
	right: 30px;
	padding:10px;
	background: url(/dist/img/custom/close-video.png) no-repeat center, #fff;
	background-size: 30px;
	width:50px;
	height: 50px;
display: none;
	z-index: 2;
}
.big-module .item-img-text {
	height: 700px;
	overflow: hidden;
}
.big-module .item-img-text .image-container {
	    width: 500px;
    float: right;
    height: 820px;
    padding-top: 100px;
    margin-top: -100px;
    overflow: hidden;
    border-radius: 80% 0 0 50%;
}
.big-module .item-img-text .image-container img {
	min-width: 100%;
	background: none;
}
.big-module .bg-layer-blue {
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ffffff 0%, #ebf1fe 20%, #e5f3fd 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #ffffff 0%,#ebf1fe 20%,#e5f3fd 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #ffffff 0%,#ebf1fe 20%,#e5f3fd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5f3fd',GradientType=1 ); 
    position: absolute;
    top: 0;
    left: -10px;
    bottom: 0;
    right: 10px;
/*    transform: rotate(2deg);*/
    transform-origin: right bottom;
    z-index: -1;
    width: calc(100% + 10px);
}
.big-module .item-img-text .banner-content {
	left:0;
	transform: translateX(0) translateY(-50%);
	text-align: left;
	color:#004696;
	max-width: 580px;
}
.big-module .item-img-text .banner-content h2 {
		text-align: left;
	color:#004696;
	    padding-left: 0;
}
.big-module .item-img-text .discription {
    max-width: 100% !important;
    color: #004696 !important;
    text-align: left !important;
    font-size: 1.4rem;
}
.big-module .item-img-container {
	    position: relative;
    min-height: 700px;
}
.big-module .banner-slider {
	overflow: hidden;
}
.big-module .owl-nav button {
	position: absolute;
	top:50%;
	transform: translateY(-50%);
}
.big-module .banner-slider .owl-nav button.owl-prev {
	left:-50px;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath fill='%23e5e5e5' d='M23.256 32c.363 0 .726-.145 1.016-.435.581-.581.581-1.451 0-2.032L10.775 15.964 24.272 2.467c.581-.581.581-1.451 0-2.032s-1.451-.581-2.032 0L7.728 14.947c-.58.581-.58 1.451 0 2.032L22.24 31.491c.29.363.653.508 1.016.508z'/%3e%3c/svg%3e")!important;
}
.big-module .banner-slider .owl-nav button.owl-next {
	right:-50px;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath fill='%23e5e5e5' d='M8.744 32c-.363 0-.726-.145-1.016-.435-.58-.581-.58-1.451 0-2.032l13.497-13.569L7.728 2.467c-.58-.581-.58-1.451 0-2.032s1.451-.581 2.032 0l14.512 14.512c.581.581.581 1.451 0 2.032L9.76 31.491c-.29.363-.653.508-1.016.508z'/%3e%3c/svg%3e")!important;
}
.big-module .banner-slider:hover .owl-nav button.owl-prev {
	left:4%;
}
.big-module .banner-slider:hover .owl-nav button.owl-next {
	right:4%;
}
.big-module .banner-slider-1 {
	position: relative;
	color:#fff;
	width:100%;
}
.big-module .banner-slider-1 img, .big-module .banner-slider-1 video {
	width: 100%;
	min-height: 700px;
	object-fit: cover;
}
.big-module .banner-slider-1 .discription {
    max-width: 600px;
	font-weight: 100;
/*	font-size: 1.3125rem;*/
    /* font-family: 'Effra-light'; */
	text-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.big-module .item-video {
	overflow:hidden;
	position:relative;
}
.big-module .banner-slider-1 .item-video h1 {
	margin-bottom:30px;
		text-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.big-module .banner-slider .owl-item.active {
		-webkit-transition: all 0.5s; /* For Safari 3.1 to 6.0 */
  	transition: all 0.5s;
	z-index: 2;
}
.big-module .banner-slider .owl-item.active.next-hover {
	margin-left:-3%;
}
.big-module .banner-slider .owl-item.active.prev-hover {
	margin-right:-3%;
}
.big-module .banner-slider .owl-item.active.index {
	z-index: 2;	
}
.big-module .content-banner-slider-1 {
	width: 565px;
	float: right;
	max-width: 90%;
}
.big-module .content-banner-slider-1 h2, .big-module .content-banner-slider-1 .discription {
	color: #004696;
	text-shadow: none;
	width: 100%;
	max-width: none;
}
.big-module .content-banner-slider-1 .discription {
	    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
	    display: -webkit-box;
    overflow: hidden;
    word-break: break-word;
	max-height: 150px;
	overflow: hidden;
}
.image-banner-slider-1 {
	    width: 500px;
    float: right;
    height: 820px;
    padding-top: 200px;
    margin-top: -200px;
    overflow: hidden;
    border-radius: 80% 0 0 50%;
}

.text-banner-slider-1 .discription {
	font-weight: 500;
	font-size: 1.5rem;
}

.text-banner-slider-1 {
	max-height: 550px;
}
.text-banner-slider-1 img {
	    min-height: 550px !important;
}
.text-banner-slider-1 .col-6 {
	height: 550px;
}
.text-banner-slider-1 .content-banner-slider-1 {
	position: relative;
	top:50%;
	transform: translateY(-50%);
}
.logo-dropdown {
	display: none;
}
.logo-dropdown img {
	max-width: 200px;
	padding: 20px;	
}
.get-in-touch-btn {
		display: block;
	}
	.get-in-touch {
		display: none;
	}
@media all and (max-width: 767px) {
	.big-module h1 {
    font-size: 2rem !important;
	}
	.big-module h2 {
    font-size: 2.25rem;
	}
	.big-module .banner-content {
		width:100%;
	}
	.big-module .item-img-text	.banner-content {
		top:auto;
		bottom: 0;
	}
	.big-module	.item-img-text .image-container {
        height: 550px;
    width: 550px;
    padding-right: 250px;
    margin-right: -250px;
    margin-top: -250px;
    padding-top: 250px;
    border-radius: 50% !important;
    overflow: hidden;
	}
	.big-module	.item-img-text .image-container img {
    height: 320px;
    width: 320px;
	}
	.half-width {
		width: 100%
	}
	.big-module.ui-tabs h3, .right-content-middle h2 {
		font-size: 2.6rem;
	}
	.big-module.ui-tabs h3 {
		font-size: 2.25rem;
	}
}
@media all and (max-width:500px) {
	.big-module .content-sign-post {
		padding:10px;
	}
	.big-module h1 {
    	font-size: 1.7rem !important;
	}
	.big-module .item-img-text .banner-content {
		bottom: -40px;
	}
	.big-module	.item-img-text .image-container {
    height: 480px;
    width: 480px;
    padding-right: 60px;
    margin-right: -60px;
    margin-top: -250px;
    padding-top: 250px;
    border-radius: 50% !important;
    overflow: hidden;
}
}
/*Parallax*/
.big-module .parallax-window {
	position: relative;
	overflow: hidden;
}
.big-module .parallax-content {
	padding:120px 30px 180px;
	text-align: center;
}
.big-module .img-overlap-right-top.parallax-content {
	padding:180px 30px 120px;
        margin-top: -2px;
}
.big-module .parallax-content h2 {
	color:#fff;
	font-size: 3.75rem;
	text-shadow: 0 0 15px rgba(0,0,0,0.7);
	font-weight: 500;
}
.big-module .parallax-content h2 small {
/*    font-family: 'Effra-light';*/
			font-weight: 100;
}
.big-module .img-overlap-left-top:before {
	content:'';
	position: absolute;
	bottom:0;
	width:calc(100% + 20px);
	height: 100px;
	transform: rotate(4deg);
    transform-origin: left top;
	background: #f5fbfe; 
	background: -webkit-linear-gradient(left, #f5fbfe 0%, #eaecff 100%);
	background: -o-linear-gradient(left, #f5fbfe 0%, #eaecff 100%);
	background: linear-gradient(to right, #f5fbfe 0%, #eaecff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5fbfe', endColorstr='#eaecff',GradientType=1 );
	left:-10px;
}

.big-module .img-overlap-right-top:before {
	content:'';
	position: absolute;
	top:0;
	width:calc(100% + 20px);
	height: 100px;
	background: #f5fbfe; 
	background: -webkit-linear-gradient(left, #f5fbfe 0%, #eaecff 100%);
	background: -o-linear-gradient(left, #f5fbfe 0%, #eaecff 100%);
	background: linear-gradient(to right, #f5fbfe 0%, #eaecff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5fbfe', endColorstr='#eaecff',GradientType=1 );
	right:-10px;
	transform: rotate(4deg);
    transform-origin: right top;
}
.big-module .cta.img-overlap-right-top:before {
	content:'';
	position: absolute;
	bottom:0;
	width:calc(100% + 20px);
	height: 100px;
	background: #f5fbfe; 
	background: -webkit-linear-gradient(left, #f5fbfe 0%, #eaecff 100%);
	background: -o-linear-gradient(left, #f5fbfe 0%, #eaecff 100%);
	background: linear-gradient(to right, #f5fbfe 0%, #eaecff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5fbfe', endColorstr='#eaecff',GradientType=1 );
	right:-10px;
    transform: rotate(-4deg);
transform-origin: right bottom;
	top:auto;
}
.big-module .img-overlap-right-top.without-mask:before,.big-module .cta.img-overlap-right-top.without-mask:before,.big-module .img-overlap-left-top.without-mask:before {
    display: none!important;
}
.big-module .parallax-content-outer {
	padding-top:20px;
	padding-bottom:30px;
	background: #f5fbfe; 
	background: -webkit-linear-gradient(left, #f5fbfe 0%, #eaecff 100%);
	background: -o-linear-gradient(left, #f5fbfe 0%, #eaecff 100%);
	background: linear-gradient(to right, #f5fbfe 0%, #eaecff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5fbfe', endColorstr='#eaecff',GradientType=1 );
}
.big-module .cta:before {
	background: #fff !important;
}
.big-module .parallax-inner-content {
	max-width:750px;
	margin: auto;
}/*
.card-section.big-module .main-card {
	height: auto!important;
}*/
/*Parallax*/
/*tabs*/
.element::-webkit-scrollbar, .main-tabs-nav::-webkit-scrollbar { 
	width: 0 !important;
}
.big-module.ui-tabs {
	width:100%;
	padding-top:30px;
	padding-bottom:60px;
}
.big-module.ui-tabs, .big-module .ui-widget.ui-widget-content {
	border:none;
	padding-left: 15px;
    padding-right: 15px;
}
.big-module.ui-tabs .ui-tabs-nav {
	padding:0 10px;
	background: none;
	border: none;
}
.big-module.ui-tabs .ui-tabs-nav li {
	margin: 0;
	text-align: center;
	background: none;
	border: none;
	position: relative;
	flex: 0 0 24.9%;
}
.big-module.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	text-align: center;
	width: 100%;
	padding-bottom: 30px;
	font-size: 1.125rem;
	font-family: effra, sans-serif;
			font-weight: 400;
	-webkit-transition: all 0.5s;
  	transition: all 0.5s;
}
.container-fluid.hide-white-mask-bottom.keypoint-container.big-module .btn.btn-ragular.pink{
    width:auto!important;
}
.big-module.ui-tabs .ui-tabs-nav li:before {
	content: '';
	position: absolute;
	left:0;
	bottom: 0;
	height: 3px;
	width: 0;
	border-radius: 10px;
	background: #f031a7;
	
}
.big-module.ui-tabs .ui-tabs-nav li.ui-tabs-active:before {
	width: 100%;
	-webkit-transition: all 0.5s;
  	transition: all 0.5s;
}
.big-module.ui-tabs .ui-tabs-nav .ui-tabs-active .ui-tabs-anchor {
	color:#004696;
/*	font-family: 'Effra-medium';*/
			font-weight: 700;
}
.big-module.ui-tabs h3 {
	color:#004696;
	margin-bottom:30px;
	font-weight: 500;
}
.big-module .tabs-content-outer {
	padding-top:60px;
	padding-bottom:60px;
		-webkit-transition: all 0.5s;
  	transition: all 0.5s;
	
}
.big-module .tabs-content-main {
	width:100%;
}
.big-module .tabs-block {
	padding-bottom:5px;
}
.big-module .tabs-block h6 {
	font-weight: 500;
}
.big-module .button-block {
    padding-top: 3.1rem;
    padding-bottom: 2.5rem;
}
.big-module .tabs-block button {
width: 16rem;
}
.big-module .tabs-block button.btn.btn-ragular.pink:after {
	background: url(/dist/img/custom/download-option.png) no-repeat center;
    background-size: 13px 16px;
    width: 0;
    height: 16px;
    margin-top: 0;
    position: relative;
    top: 4px;
}
.big-module .tabs-block button.btn.btn-ragular.pink:hover:after {
	width: 16px;
}
.big-module .tab-main-col {
    max-width: 565px;
	margin: auto;
	margin-right: 0;
}
.big-module .tab-out-container-image img {
	    max-width: 100%;
    margin-right: -37px;
}
.big-module .testmonial-card {
	background: #004696;
	padding:25px;
	-webkit-transition: all 0.2s;
  	transition: all 0.2s;
}
.big-module .testmonial-card:hover {
	background: #e03197;
	box-shadow: 0 0 15px rgba(0,0,0,0.4);
}
.big-module .testmonial-card:active {
	background: #e03197;
	box-shadow: 0 0 15px rgba(0,0,0,0.7);
}
.big-module .testmonial-card img {
	width:30px;
}
.big-module .blue-quote {
	display: none;
}
.big-module .testmonial-card:hover .blue-quote{
	display: inline;
	transform: scale(1.2);
}
.big-module .testmonial-card:hover .pink-quote {
	display: none;
}
.big-module .quote-text {
	font-size: 25px;
	font-family: effra, sans-serif;
			font-weight: 100;
	color:#fff;
	margin-top:20px;
}
.big-module .quote-name {
	font-size: 14px;
	font-family: effra, sans-serif;
			font-weight: 500;
	display: block;
	margin-top: 10px;
}
.big-module .quote-text button {
    color: #de3195;
    font-size: 14px;
	font-family: effra, sans-serif;
			font-weight: 700;
    position: relative;
    background: none;
    border: none;
    padding: 8px 0;
		-webkit-transition: all 0.2s;
  	transition: all 0.2s;
	margin-top:20px;
}
.big-module .quote-text button:before {
	content:'';
	position: absolute;
	height: 3px;
	width: 15px;
	bottom: 0;
	left: 0;
	background: #fff;
		-webkit-transition: all 0.2s;
  	transition: all 0.2s;
}
.big-module .testmonial-card:hover .quote-text button {
	color:#fff;
}
.big-module .testmonial-card:hover .quote-text button:before {
		width: 100%;
}
.big-module .testmonial-card:active .quote-text button {
	color:#004696;
}
/*tabs*/
/*CTA*/
.big-module .cta, .big-module .cta.img-overlap-right-top.parallax-content {
	text-align: left;
	padding-top: 100px;
    padding-bottom: 200px;
}
.big-module .cta h3, .big-module .cta p {
	color:#fff;
	    word-break: break-word;
}
.big-module .cta h3, .big-module .cta p strong {
	font-weight: 500;
}
.big-module .button-container {
	width:200px;
	margin:auto;
	padding-top:15px;
}
.big-module .button-container .pink.white-bg {
	background: #fff;
	color:#ee31a5;
	margin-top:30px;
}
.big-module .button-container .btn {
	width: 200px;
}
/*CTA*/
/*Key Point Container*/
.big-module.keypoint-container {
	position: relative;
	overflow: hidden;
	padding:200px 15px;
	background: #ffffff;
	background: -moz-linear-gradient(-45deg, #ffffff 0%, #ebf3fd 18%, #eaebfd 100%);
	background: -webkit-linear-gradient(-45deg, #ffffff 0%,#ebf3fd 18%,#eaebfd 100%);
	background: linear-gradient(135deg, #ffffff 0%,#ebf3fd 18%,#eaebfd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaebfd',GradientType=1 ); 
}
.big-module.keypoint-container:before {
	content:'';
	width:calc(100% + 200px);
	height: 80px;
	position: absolute;
	background: #fff;
	transform: rotate(3deg);
	top:0;
	right:0;
	transform-origin: right bottom;
}
.big-module.keypoint-container:after {
	content:'';
	width:calc(100% + 200px);
	height: 80px;
	position: absolute;
	background: #fff;
	transform: rotate(3deg);
	bottom:0;
	left:0;
	transform-origin: left top;
}
.big-module.keypoint-container h3 {
	color:#004696;	
	margin-bottom: 20px;
	font-size: 2.25rem;
	font-weight: 500;
}
.big-module.keypoint-container p {
	margin-bottom: 30px;
}
.big-module.keypoint-container img {
	width: 100%;
			-webkit-transition: all 0.2s;
  	transition: all 0.2s;
	height: 350px;
	overflow: hidden;
    object-fit: cover;
    object-position: center;
}
.big-module.keypoint-container:hover img {
/*	transform: scale(1.05);*/
	transform-origin: center;
}
.keypoint-container .btn {
    font-size: 0.875rem;
    width: 10rem;
    line-height: 1.2;
}
.big-module.keypoint-container.hide-white-mask-top {
	padding-top: 100px;
}
.big-module.keypoint-container.hide-white-mask-bottom {
	padding-bottom: 100px;
}
.big-module.keypoint-container.hide-white-mask-top:before, .big-module.keypoint-container.hide-white-mask-bottom:after {
	content: none !important;
}
/*Key Point Container*/
/*Testmonial*/
.big-module.testmonial {

	padding:80px 0;
}
.big-module.testmonial .owl-dots {
	display: none !important;
}
.big-module .testmonial-content {
	color: #fff;
}
.big-module.testmonial .testmonial-silder .owl-nav button, .big-module.testmonial .testmonial-silder .owl-nav button:hover {
	background: none;
	width:20px;
	height: 30px;
}
.big-module.testmonial .testmonial-silder .owl-nav button span {
	text-indent: -9999px;
    width: 40px;
    height: 80px;
	display: inline-block;
}
.big-module.testmonial .testmonial-silder .owl-nav button {
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	margin: 0;
	width:20px;
	height:30px;
}
.big-module.testmonial .testmonial-silder .owl-nav button.owl-next {
	right:-20px;
	background: none !important;
}
.big-module.testmonial .testmonial-silder .owl-nav button.owl-prev {
	left:-20px;
	background: none !important;
}
.big-module.testmonial .testmonial-silder .owl-nav button.owl-next span:before {
	background: url(/dist/img/custom/arrow-right-testmonial.png) no-repeat center;
	background-size: 18px 30px;
	-webkit-transition: all 0.2s;
  	transition: all 0.2s;
	content: '';
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 30px;
    top: 0;
    left: 0;
	opacity: 1;
}
.big-module.testmonial .testmonial-silder .owl-nav button.owl-next:hover span:before {
	opacity: 0;
}
.big-module.testmonial .testmonial-silder .owl-nav button.owl-next span:after {
	background: url(/dist/img/custom/arrow-right-testmonial-hover.png) no-repeat center;
	background-size: 15px 25px;
	content: '';
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 30px;
    top: 0;
    left: 0;
	opacity: 0;
	-webkit-transition: all 0.2s;
  	transition: all 0.2s;
	transform: scale(1);
}
.big-module.testmonial .testmonial-silder .owl-nav button.owl-next:hover span:after {
	opacity: 1;
	transform: scale(1.5);
}
.big-module.testmonial .testmonial-silder .owl-nav button.owl-next:hover:active span:after {
	background: url(/dist/img/custom/arrow-right-testmonial-active.png) no-repeat center;
	background-size: 15px 25px;
}
.big-module.testmonial .testmonial-silder .owl-nav button.owl-prev span:before {
	background: url(/dist/img/custom/arrow-left-testmonial.png) no-repeat center;
	background-size: 18px 30px;
	-webkit-transition: all 0.2s;
  	transition: all 0.2s;
	content: '';
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 30px;
    top: 0;
    left: 0;
	opacity: 1;
}
.big-module.testmonial .testmonial-silder .owl-nav button.owl-prev:hover span:before {
	opacity: 0;
}
.big-module.testmonial .testmonial-silder .owl-nav button.owl-prev span:after {
	background: url(/dist/img/custom/arrow-left-testmonial-hover.png) no-repeat center;
    background-size: 15px 25px;
	content: '';
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 30px;
    top: 0;
    left: 0;
	opacity: 0;
	-webkit-transition: all 0.2s;
  	transition: all 0.2s;
	transform: scale(1);
}
.big-module.testmonial .testmonial-silder .owl-nav button.owl-prev:hover span:after {
	opacity: 1;
	transform: scale(1.5);
}
.big-module.testmonial .testmonial-silder .owl-nav button.owl-prev:hover:active span:after {
	background: url(/dist/img/custom/arrow-left-testmonial-active.png) no-repeat center;
	background-size: 15px 25px;
}
.big-module .testmonial-content .col-6:first-child {
	padding-left:100px;
}
.big-module .testmonial-content .col-6:first-child h1 {
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	margin: 0;
	font-size: 4rem;
	max-width: 100%;
	word-break: break-all;
}
.big-module .testmonial-content .col-6:last-child {
	padding-right:100px;
}
.big-module .testmonial-content .col-6:last-child img {
	width:50px;
	float: left;
	margin-bottom:30px;
}
.big-module .testmonial-content .col-6:last-child .discription {
	margin-bottom:10px;
	font-size: 1.3125rem;
	padding-right:20%;
	font-weight: 100;
}
.big-module .testmonial-content .col-6:last-child h5 {
	font-size: 14px;
	margin-bottom:30px;
}
.big-module ul li{
    font-size: 1.125rem;
    font-family: effra, sans-serif;
    font-weight: 100;
    margin-top: 0px !important;
    line-height: 23px;
}
.big-module.testmonial .testmonial-content .col-6:last-child button {
	color: #de3195;
    font-size: 14px;
/*    font-family: 'Effra-medium';*/
			font-weight: 700;
    position: relative;
    background: none;
    border: none;
    padding: 8px 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin-top: 20px;
	margin-bottom:20px;
}
.big-module.testmonial .testmonial-content .col-6:last-child button:hover {
	color:#fff;
}
.big-module.testmonial .testmonial-content .col-6:last-child button:active {
	color: #de3195;
}
.big-module.testmonial .testmonial-content .col-6:last-child button:before {
	content: '';
    position: absolute;
    height: 3px;
    width: 15px;
    bottom: 0;
    left: 0;
    background: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.big-module.testmonial .testmonial-content .col-6:last-child button:hover:before {
	width:100%;
}
.testmonial-image-right.testmonial-content .col-6:first-child {
	 float: right;
	 order: 2;
	 padding-right: 100px;
	padding-left:15px;
}
.testmonial-image-right.testmonial-content .col-6:last-child {
		 padding-left: 15px;
	padding-right:80px;
	order:1;
	text-align: right;
}
.testmonial-image-right.testmonial-content .col-6:last-child .discription {
	padding-right:0;
	padding-left:20%;
}
.testmonial-image-right.testmonial-content .col-6:last-child img {
	float:right;
}
/*Testmonial*/
/*text with button*/
.big-module .text-width-button {
    max-width: 950px;
    margin: auto;
	padding: 60px 0;
}
.big-module .text-width-button h3 {
	color:#004696;
	margin-bottom:10px;
	font-size: 3rem;
	/*font-weight: 500;*/
        	font-weight: 100;
}
/*
.big-module .text-width-button p {
	font-size: 0.875rem;
}
*/
.big-module .text-width-button button {
	margin-top:10px;
	width:12rem;
	font-size: 0.875rem;
}
/*text with button*/
/*slider logos*/
.big-module.slider-logos {
	padding:60px 0;
}
.nav-link.h6.text-primary strong{
background-image: url(/dist/img/menu-arrow1.png);
    background-repeat: no-repeat;
	background-position: right center;
    padding-right: 20px;
	}
	.nav-link.h6.text-primary:hover strong{

		background-image: url(/dist/img/menu-arrow2.png);
		background-position: center right;
    background-repeat: no-repeat;
	
	}
	.nav-bg-hover-light .nav-link:hover {

    background: rgba(255,255,255,.75);

    color: #094794 !important;

}
.big-module.slider-logos h3 {
	color:#004696;
	margin-bottom:60px;
}
.big-module .clients-slider img {
	width:200px;
	    -webkit-transition: all 0.1s;
    transition: all 0.1s;
	max-width: 100%;
}

.big-module .clients-slider .item:hover img {
/*filter: invert(627%) sepia(27%) saturate(5450%) hue-rotate(203deg) brightness(91%) contrast(101%);*/
	transform: scale(1.1);
	transform-origin: center;
}

.hover-logo {
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	opacity: 0;
		    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}
.big-module .clients-slider .item:hover .hover-logo {
	opacity: 1;
}
.big-module .clients-slider .owl-dots {
	display: none !important;
}
.big-module .clients-slider .owl-nav button {
	position: absolute;
	top:50%;
	transform: translateY(-50%);
}
.big-module .clients-slider .owl-nav button.owl-prev {
	left:-50px;
	background: url(/dist/img/custom/arrow-left-gray.png) no-repeat center !important;
	background-size: 20px 32px !important;
}
.big-module .clients-slider .owl-nav button.owl-prev:hover {
	background: url(/dist/img/custom/arrow-logo-left-blue.png) no-repeat center !important;
	background-size: 20px 32px !important;
		transform: translateY(-50%) scale(1.1);
	transform-origin: center;
}
.big-module .clients-slider .owl-nav button.owl-prev:hover {
	background: url(/dist/img/custom/arrow-logo-left-pink.png) no-repeat center !important;
	background-size: 20px 32px !important;
}

.big-module .clients-slider .owl-nav button.owl-next {
	right:-50px;
	background: url(/dist/img/custom/arrow-right-gray.png) no-repeat center !important;
	background-size: 20px 32px !important;
}
.big-module .clients-slider .owl-nav button.owl-next:hover {
	background: url(/dist/img/custom/arrow-logo-right-blue.png) no-repeat center !important;
	background-size: 20px 32px !important;
	transform: translateY(-50%) scale(1.1);
		transform-origin: center;
}
.big-module .clients-slider .owl-nav button.owl-next:active {
	background: url(/dist/img/custom/arrow-logo-right-pink.png) no-repeat center !important;
	background-size: 20px 32px !important;
}

/*slider logos*/
/*card*/
.big-module.card-section {
	padding:60px 0;
}
.big-module.card-section .row {
	display:block;
	text-align:center;
}
.big-module.card-section .row .col-4 {
	display:inline-block;
	vertical-align: text-top;
	    max-width: 33%;
}	
.big-module .main-card {
	    -webkit-transition: all 0.2s;
    transition: all 0.2s;
		border:1px solid #d4d4d4;
	height: 100%;

}
.big-module .main-card:hover {
	transform: scale(1.1) !important;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);	
}
.big-module .main-card:active {
	box-shadow: 0 0 15px rgba(0,0,0,0.7);	
}
.big-module .main-card img{
	max-width:100%;
}
.big-module .card-discription {
	padding:15px;
	text-align: left;

}
.big-module .card-discription h5, .big-module .card-discription h5 a {
	font-size: 1.1rem;
/*    font-family: 'Effra-medium';*/
	text-decoration: none;
			font-weight: 500;
	color:#004696;
	margin-bottom:10px;
}
.big-module .card-discription p {
	margin-bottom:0px;
}
.big-module .card-discription button {
    color: #de3195;
    font-size: 14px;
/*    font-family: 'Effra-medium';*/
			font-weight: 700;
    position: relative;
    background: none;
    border: none;
    padding: 8px 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.big-module .card-discription button:hover {
	color:#004696;
}
.big-module .card-discription button:active {
	    color: #de3195;
}
.big-module .card-discription button:before {
    content: '';
    position: absolute;
    height: 3px;
    width: 15px;
    bottom: 0;
    left: 0;
    background: #004680;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.big-module .card-discription button:hover:before {
    width: 100%;
}
/*card*/
/*Sign Post*/
.big-module .sign-post .heading {
	border-bottom:5px solid #004696;
	margin-left: 13px;
	margin-right: 15px;
	width: calc(100% - 33px);
	margin-bottom: 10px;
	max-width:1206px
}
.big-module .sign-post h4 {
	background:#004696;
	float: left;
	color:#fff;
	padding:10px;
	margin-bottom:0;
}
.big-module .sign-post {
	margin-left:-30px;
}
.big-module .sign-post img {
	width:100%;
}
.big-module .sign-post-2 {
	width: calc(100% - 4px);
	float: left;
	margin:2px;
	position: relative;
	overflow: hidden;
}
.big-module .sign-post-1 {
	width: calc(50% - 4px);
	float: left;
	margin:2px;
	position: relative;
	overflow: hidden;
}
.big-module .sign-row {
	margin-left:11px;
	margin-right: -18px;
}
.big-module .content-sign-post {
	position: absolute;
	top: 100%;
	transform: translateY(-100%);
	color:#fff;
	padding: 30px;
	z-index: 2;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.big-module .content-sign-post h5 {
	font-size: 1.5rem/*1.125rem*/;
}
.big-module .sign-post-1:hover .content-sign-post, .big-module .sign-post-2:hover .content-sign-post {
	top:0;
	transform: translateY(0);
}
.big-module .sign-post-1:hover .content-sign-post p, .big-module .sign-post-2:hover .content-sign-post p {
	display: block;
}
.big-module .content-sign-post button {
    color: #de3195;
    font-size: 14px;
/*    font-family: 'Effra-medium';*/
			font-weight: 700;
    position: relative;
    background: none;
    border: none;
    padding: 8px 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.big-module .sign-post-1:hover .content-sign-post button, .big-module .sign-post-2:hover .content-sign-post button {
	color:#00f5ff;
}
.big-module .sign-post-1:hover .content-sign-post button:active, .big-module .sign-post-2:hover .content-sign-post button:active {
	color:#fff;
}
.big-module .content-sign-post button {
	    color: #de3195;
}
.big-module .content-sign-post button:before {
    content: '';
    position: absolute;
    height: 3px;
    width: 15px;
    bottom: 0;
    left: 0;
    background: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.big-module .sign-post-1:hover .content-sign-post button:before, .big-module .sign-post-2:hover .content-sign-post button:before {
    width: 100%;
}
.big-module .circle-post {
	background: rgba(0,201,255,0.5);
	width:600px;
	height: 600px;
	border-radius: 50%;
	position: absolute;
	bottom: -250px;
	left: -220px;
	z-index: 1;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.big-module .sign-post-1 .circle-post {
    width: 450px;
    height: 450px;
    bottom: -230px;
    left: -120px;
        background: rgba(0,53,113,0.5);
}
.big-module .sign-post-last .circle-post {
    width: 400px;
    height: 400px;
    bottom: -200px;
    left: -120px;	
        background: rgba(0,140,240,0.5);
}
.big-module .content-sign-post p {
	display: none;
}
.big-module .sign-post-1:hover .circle-post, .big-module .sign-post-2:hover .circle-post {
	background: rgba(240,49,167,0.7);	
	top:0;
	left: 0;
	right:0;
	bottom:0;
	width: auto;
	height: auto;
	border-radius: 0;
}
.big-module .sign-post-themb .circle-post {
	left: -200%;
	bottom: -200%;
	background: #f031a7 !important; 
}
/*maga nav*/
.bg-primary {
    background-color: #004696!important;
}
.text-primary {
    color: #004696!important;
}
.border-primary {
    border-color: #004696!important;
}
.lead {
    font-size: 1.12rem;
    font-weight: 400;
}
.justify-content-between, .navbar-megamenu .nav-link {
    justify-content: space-between!important;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.75);
}
.navbar-megamenu .nav-link {
    padding: .325rem 1rem;
    border: 0;
}
.navbar-megamenu .navbar-nav .active>.nav-link, .navbar-megamenu .navbar-nav .nav-link.active, .navbar-megamenu .navbar-nav .nav-link.show, .navbar-megamenu .navbar-nav .show>.nav-link {
	    color: #004696;
    font-weight: 700;
    background: #e6e6e6;
}
.navbar-light .navbar-nav .nav-link, .navbar-main .navbar-nav .nav-link {
    color: #000;
	font-weight: 400;
	font-size: 0.9rem;
    line-height: 1.2;
}
.navbar-main .navbar-nav .nav-link.text-muted {
	font-weight: 100;
}
.navbar-nav-main .nav-item.active .nav-link, .navbar-nav-main .nav-link.active {
    font-weight: 700;
}
/*maga nav*/

/*Sign Post*/
/*process*/
.big-module.process {
padding: 60px 0;
background: #e5f3fd;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.process h2 {
	color:#004696;
	margin-bottom:60px;
	font-weight: 500;
}
.big-module.process a {
	text-decoration: none;
}
.big-module.process:hover {
	background: #cee8fb;
}
.big-module.process img {
    width: 100%;
    max-width: 120px;
    padding-bottom: 30px;
		-webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.big-module.process .col-3:hover  img {
	transform: scale(1.1);
}
.big-module.process  h5, .process  p {
	color:#000;
	max-width: 200px;
    margin: auto;
	font-size: 1rem;
}
.big-module.process h5 {
	font-weight: 700;
	font-size: 1.3125rem;
}
/*process*/
/*Tabs parallax*/
#tabs-parallax.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	position: relative;
}
#tabs-parallax.ui-tabs .ui-tabs-nav li.ui-tabs-active:after {
    content: '';
    width: 4000px;
    height: 20px;
    background: url(/dist/img/custom/arrow-parallax-tabs.png) no-repeat center;
    background-size: 4000px;
    position: absolute;
    top: -15px;
    transform: translateX(-50%);
    left: 50%;
}
#tabs-parallax.ui-tabs .ui-tabs-nav li {
    width: auto/*20%*/;
    float: left;
    flex: 0 0 20%;
}
#tabs-parallax {
	padding-left:0;
	padding-right: 0;
	padding-top:0;
}
#tabs-parallax.big-module.ui-tabs {
	width:auto;
}
#tabs-parallax .tabs-content-outer {
	background: #f0f0f0;
}
#tabs-parallax.big-module.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	padding-bottom:20px;
}
#tabs-parallax .card-tabs {
	background: #fff;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
}
#tabs-parallax .right-content {
	background: #004696;
		-webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.right-content-middle .btn { 
	margin-bottom:20px;
}
#tabs-parallax.ui-tabs .ui-tabs-nav li {
	width: auto /*20*/;
    float: none;
    flex: none;
    display: table-cell;
    vertical-align: top;
}
.big-module .img-overlap-right-top.tabs-parallax:before {
	background: #fff;
}

.right-content-inner {
	display: table;
	width: 100%;
	height: 100%;
}
.right-content-middle {
	display: table-cell;
	vertical-align: middle;
	color:#fff;
	padding-left:30px;
	padding-right:30px;
}
.right-content-middle .btn {
	width:12rem;
	box-shadow: none;
}
#tabs-parallax .card-content .btn {
	width: 17rem;
	box-shadow: none;
}
#tabs-parallax .card-tabs:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
#tabs-parallax .card-tabs:hover .right-content {
	background: #ee31a5;
}
#tabs-parallax .card-tabs:hover .right-content .btn, #tabs-parallax .card-tabs:hover .card-content .btn {
    background: #00f5ff;
    color: #004696;
}
#tabs-parallax .card-tabs:hover .right-content .btn:after, #tabs-parallax .card-tabs:hover .card-content .btn:after {
    width: 20px;
    margin-left: 15px;
    left: 0;	
}
/*Tabs parallax*/
/*Footer*/
.footer-border {
	border-bottom:2px solid #004696 !important;
}
.nav-muted {
	max-width:350px;
}
.fullwidth{
    width:100%;
    max-width: 100%;
    height: auto;
}
.rawcontainer {
    background-size: cover;
    width:100%;
    padding: 100px 0;
}
@media all and (min-width: 1400px) {
	.big-module .img-overlap-left-top:before {
			    transform: rotate(3deg);
			    height: 130px;
	}

	.big-module .img-overlap-right-top:before {
					    transform: rotate(3deg);
			    height: 130px;
	}
.big-module .cta.img-overlap-right-top:before {
					    transform: rotate(-3deg);
			    height: 130px;
	}

	.big-module.keypoint-container:before, .big-module.keypoint-container:after {
					    transform: rotate(3deg);
	height: 130px;
	}
	.big-module.keypoint-container {
		    padding: 200px 15px;
	}

}
@media all and (min-width: 2000px) {
	.big-module .img-overlap-left-top:before {
			    transform: rotate(2deg);
	    height: 130px;
	}
	.big-module .img-overlap-right-top:before {
					    transform: rotate(2deg);
	    height: 130px;
	}
	.big-module .cta.img-overlap-right-top:before {
	 transform: rotate(-2deg);
	    height: 130px;	
	}
.big-module.keypoint-container:before, .big-module.keypoint-container:after {
					    transform: rotate(2deg);
	height: 150px;
	}
	.big-module.keypoint-container {
		    padding: 200px 15px;
	}

}
@media all and (min-width: 3000px) {
	.big-module .img-overlap-left-top:before {
			    transform: rotate(2deg);
	    height: 150px;
	}
	.big-module .img-overlap-right-top:before {
					    transform: rotate(2deg);
	    height: 150px;
	}
	.big-module .cta.img-overlap-right-top:before {
		  transform: rotate(-2deg);
	    height: 150px;
	}
.big-module.keypoint-container:before, .big-module.keypoint-container:after {
					    transform: rotate(2deg);
	height: 150px;
	}
	.big-module.keypoint-container {
		    padding: 200px 15px;
	}
}
@media all and (max-width:1300px) {
	.big-module .clients-slider .owl-nav button.owl-prev{
		left:-22px;
	}
	.big-module .clients-slider .owl-nav button.owl-next{
		right:-22px;
	}
	.big-module .sign-row {
    margin-left: auto;
    margin-right: auto;
}
.big-module .sign-post .heading {
    margin-left: 2px;
    width: calc(100% - 6px);
    flex: none;
}
.big-module .sign-post {

    margin-left: -15px;

}
	}
@media all and (max-width:1199px) {
	body{padding-top:100px;}
	.close-menu {
		display: none !important;
	}
	[data-target="#mainmenu"][aria-expanded="true"] .close-menu {
		display: inline !important;
	}
	[data-target="#mainmenu"][aria-expanded="true"] .open-menu {
		display: none !important;
	}
	img.close-menu {
		max-width: 25px;
    	margin-left: 7px;
	}
	.navbar-nav-main .nav-item.active .nav-link {
		font-weight: 400;
	}
	.navbar-light .navbar-nav .nav-link, .navbar-main .navbar-nav .nav-link {
		color:#fff;
		position: relative;
	}
	.navbar-main .navbar-nav .nav-item {
		position:relative;
		max-width: 100% !important;
    flex: none !important;
    width: 100% !important;
	}
	.navbar-main .navbar-nav .arrowafter {
		content: '';
		position: absolute;
		width: 20px;
		height: 20px;
		background: url(/dist/img/custom/arrow-right-testmonial-active.png) no-repeat center !important;
		background-size: 12px !important;
		right: 20px;
		z-index:2;
		top:25px;
	}
	.navbar-main .navbar-nav .open-menu  .arrowafter {
		background: url(/dist/img/custom/arrow-logo-right-blue.png) no-repeat center;
		background-size: 12px;
		right:20px;
		transform: rotate(90deg);
    	width: 21px;
    	height: 21px;
	}
	.dropdown-item {
		position: relative;
		padding: .6rem 1.5rem;
	}
	.dropdown-item:active {
		color: #212529;
	}
	.dropdown-divider {
		display: none;
	}
	.dropdown-item:before  {
		content: '';
		position: absolute;
		width: 15px;
		height: 15px;
		background: url(/dist/img/custom/arrow-logo-right-blue.png) no-repeat center;
		background-size: 8px;
		right: 20px;
	}
	.dropdown-item:active:before {
		background: url(/dist/img/custom/arrow-logo-right-pink.png) no-repeat center;
		background-size: 8px;
	}
	.search-top {
		display: none;	
	}
	.logo-dropdown {
		display: block;
	}
	body.modal-open[style="padding-right: 15px;"] {
		padding-right: 0;
	}
	#mainmenu .order-1 {
		order: 0;
	}
	.suppor-hub a {
		padding-top: 50px !important;
	}
	.get-in-touch-btn {
		display: none;
	}
	.get-in-touch {
		display: block;
	}
	.navbar-main .navbar-nav .show>.nav-link[aria-expanded="true"] {
		color:#212529;
		background: #fff;
		border-bottom: 1px solid #d3dae2;
		font-weight: 700;
	}
	.dropdown-menu {
		border:none !important;
		background: #e6e6e6;
	}
}
@media all and (max-width:1000px) {
.big-module .clients-slider .owl-nav button.owl-next {
right:-12px;
}
.big-module .clients-slider .owl-nav button.owl-prev {
left:-12px;
}
}
@media all and (max-width: 990px) {
	.testmonial-image-right.testmonial-content .col-6:last-child {
		text-align: center;
	}
.nav-muted {
	margin:auto;
}
.big-module .clients-slider .owl-nav button.owl-next {
right:-22px;
}
.big-module .clients-slider .owl-nav button.owl-prev {
left:-22px;
}
.big-module .banner-slider-1 video {
	height:auto !important;
	min-height:0 !important;
}
	#tabs-parallax.ui-tabs .ui-tabs-nav li {
		float:left !important;
	}
	.big-module .sign-post .heading, .big-module .sign-row {
		margin: 0;
	}
.big-module .sign-post .heading {

    margin-left: 2px;

    width: calc(100% - 4px);

}
	.p-5 {
		padding: 1rem !important;
	}
	.big-module .banner-slider h1, .banner-content h1 {
		font-size: 2rem;
	}
	#tabs-parallax .card-content .btn {
		    width: 14rem;
    box-shadow: none;
    font-size: 0.7rem;
	}
	#tabs .container-tabs::-webkit-scrollbar,.tab-menu::-webkit-scrollbar { width: 0 !important }
	#tabs .container-tabs,.tab-menu { overflow: -moz-scrollbars-none; }
	#tabs .container-tabs,.tab-menu { -ms-overflow-style: none; }
	#tabs .container-tabs {
		width:100% !important;
		max-width: 100% !important;
		overflow: auto;
	}
	#tabs.ui-tabs .ui-tabs-nav {
		padding-left:20px;
		padding-right: 20px;
		min-width: 1000px;
	} 

	.tab-menu {
    overflow-x: auto;
    position: relative;
    top: -20px;
    padding: 0;
    border-radius: 0;
    padding-top: 10px;
    z-index: 1;
	}
	.tab-menu .container {
		width: 100%;
    	max-width: 100%;
    	flex: 0 0 100%;
    	margin: 0;
    	padding: 0;
    	border-radius: 0;
	}
	.tab-menu ul {
    min-width: 1200px;
    overflow: hidden;
    padding-right: 20px !important;
    padding-left: 20px !important;
		border-radius: 0;
	}
	#tabs-parallax .right-content, .card-tabs .col-8 {
		width:100%;
		max-width: 100%;
		flex:0 0 100%;
	}
	#tabs-parallax .tabs-content-outer {
		margin-top: -22px;
	}
	#tabs-parallax.ui-tabs .ui-tabs-nav li {
		padding:20px;
	}
	#tabs-parallax.ui-tabs .ui-tabs-nav li.ui-tabs-active:after {
		top:0px;
		z-index: -1;
	}
	.big-module .tabs-content-main {
		padding:0;
	}
	#tabs-parallax .card-tabs {
		margin: 0 !important;
    	max-width: 100%;
    	flex: 0 0 100%;
	}
	.right-content-middle {
		padding-top:30px;
		padding-bottom:30px;
	}
	.big-module .main-card:hover {
		transform: none !important;
	}
	.big-module .col-6 {
		    flex: 0 0 100%;
    max-width: 100%;
	}
		.big-module  .text-banner-slider-1  .col-6 {
				    flex: 0 0 50%;
    max-width: 50%;
	}
	.big-module .content-banner-slider-1 {
		float: left;
	}
	.image-banner-slider-1 {
		width:380px;
	}
	.big-module .testmonial-content .col-6:first-child h1 {
		position: static;
		transform: translateY(0);
		word-break: break-all;
	}
	.big-module.cta {
		text-align: center;
	}
	.big-module.keypoint-container .col-6 {
		padding-bottom:30px;
	}
	.big-module .testmonial-content .col-6 {
		padding-left: 30px !important;
		padding-right: 30px !important;
		text-align: center;
	}
	.big-module .testmonial-content .col-6:last-child .discription {
		padding:0 30px;
	}
	.big-module .testmonial-content .col-6:last-child img {
		float: none;
		padding-top: 30px;
	}
	.big-module .tab-main-col {
		max-width: 720px;	
	}
	.big-module .tab-out-container-image img {
		margin-right: 0;
	}
	.big-module.process .col-3 {
		flex:0 0 50%;
		max-width: 50%;

	}
	.big-module.process .col-3:nth-child(2), .big-module.process .col-3:nth-child(3) {
			padding-bottom:50px;		
	}
	.big-module .cta h3, .big-module .cta p {
text-align:center;
}

}
@media all and (max-width: 767px) {
		.big-module .order-1 {
	order:1;
}
.big-module .order-2 {
	order:2;
}
.big-module.card-section .row .col-4 {
	max-width:100%;
}
.big-module .button-container .pink.white-bg, .big-module .button-container .pink{
    margin-top: 10px;
    margin-bottom: 10px;
}

.big-module .sign-post .heading {

    margin: 0 -13px 0;

    width: calc(100% + 26px);

    flex: none;

    max-width: 767px;

}

	.process.big-module .col {
padding: 20px;
	}
	body{
		padding-top:75px;
		}
	.big-module .banner-slider-1 img, .big-module .banner-slider-1 video {
     height: 420px!important;
	 min-height:420px;
}

	.img-fluid {
	max-width:none !important;
	width:100%;
}
.container-fluid.big-module {
	padding:0;
}
.big-module.slider-logos{
	padding:10px 0 45px 0;
}
.big-module.keypoint-container.hide-white-mask-bottom {
    padding-bottom: 40px;
}
.big-module.keypoint-container.hide-white-mask-top {
    padding-top: 40px;
}
.big-module.keypoint-container {
	padding:130px 15px;
}
	.row {
		margin:0;
	}
	.container .row {
		margin-left:-15px;
		margin-right:-15px;
	}
	.container .row.sign-post {
	
		margin-left:0;
		margin-right:0;
	}
	.image-banner-slider-1 {
		width:100%;
	}
	.big-module .text-banner-slider-1 .col-6 {
		max-width: 100%;
		flex:0 0 100%;
		height:auto;
		max-height:none;
		padding-bottom:20px;
	}
	.text-banner-slider-1 .content-banner-slider-1 {
		    top: 0;
    transform: translateY(0);
	}
	.image-banner-slider-1 {
	width: 800px;
    position: static;
    top: -730px;
    height: auto;
    padding-top: 0;
    margin-top: 0;
    overflow: hidden;
    border-radius: 0 0 100px 600px;
	float:left;
	}
	.text-banner-slider-1 {
    height: auto;
	max-height:none;
}
	.big-module .col-4 {
		 flex: 0 0 100%;
    max-width: 100%;
	}
	.big-module .col-4.item {
		padding-top:15px;
		padding-bottom:15px;
	}
	.big-module.process .col-3 {
		flex:0 0 100%;
		max-width: 100%;
	}
	.big-module.process .col-3:nth-child(4) {
					padding-bottom:50px;
	}
	.big-module .parallax-content h2 {
		font-size: 2.25rem;
	}
	p {
		font-size:  0.875rem !important;
	}
	.big-module p {
font-size:1.125rem!important;;
}
	.big-module .banner-slider .discription, .big-module .banner-slider-1 .discription {
		font-size: 1.125rem;
	}
	.navbar-light .navbar-nav .nav-link, .navbar-main .navbar-nav .nav-link {
		font-size: 1.3125rem;
	}
	.dropdown-menu, .big-module .testmonial-content .col-6:last-child .discription {
		font-size: 1.125rem;
	}
	.process h2 {
		font-size: 2.25rem;
	}
	.process a p {
		font-size: 1.1875rem !important;
	}
		.big-module.process {
padding: 30px 0 30px 0;
	}
	.navbar-collapse {
    height: calc(100vh - 56px);
    overflow-x: scroll;
    bottom: 0px;
}
.big-module .button-container {
    width: auto;
	text-align:center;
}
.big-module .button-block {
    text-align: center;
}
.big-module h4 {
	width: 100%;
}
}
@media all and (max-width:640px) {
	.big-module.testmonial .testmonial-silder .owl-nav button.owl-prev {
    left: 20px;
}
.big-module.testmonial .testmonial-silder .owl-nav button.owl-next {
    right: 20px;
}
.embed-responsive-16by9::before {

    padding-top: 50%;

}
	.big-module .banner-slider-1 img {
		height: auto !important;
    min-height: 450px;
	}
}
@media all and (max-width:500px) {
	#tabs-parallax.ui-tabs .ui-tabs-nav {
    display: block!important;
}

	body {
		overflow-x: hidden;
	}
	.big-module.keypoint-container h3 {
		font-size: 1.5rem;
	}
	.big-module .clients-slider .owl-nav{
		display: none !important;
	}
	.big-module.testmonial .testmonial-silder .owl-nav button.owl-prev {
    left: 20px;
}
.big-module.testmonial .testmonial-silder .owl-nav button.owl-next {
    right: 20px;
}
	.big-module .main-card:hover{
		    transform: scale(1); 
	}
			.image-banner-slider-1 {
		width:600px;
	}
	.image-banner-slider-1 {
		border-radius: 0 0 200px 400px;
		height: 500px;
	}
		.text-banner-slider-1 .content-banner-slider-1 {
		    top: 0px !important;
    transform: translateY(0);
			max-width: 100%;
			padding-left:15px;
			padding-right: 15px;
	}
	section {
		padding-left:0 !important;
		padding-right:0 !important;
	}
	.big-module .parallax-content-outer {
		margin:0;
	}
	.big-module .tab-main-col, .big-module .text-width-button {
		padding-left: 15px;
		padding-right: 15px;
	}
}


#collapseMenu .btn {
	border-radius: 50px;
	width:150px;
	text-align: center;
	font-size: 14px;
	font-family: effra, sans-serif;
			font-weight: 700;
	-webkit-transition: all 0.2s !important; 
  	transition: all 0.2s !important;
	overflow: hidden;
	position: relative;
	z-index: 2;
	outline: none !important;
	text-transform: uppercase;
	padding: .6rem 1.75rem;
}
#collapseMenu .btn.btn-ragular.pink {
	background: #f031a7;
	box-shadow: 0 1px 0 #000;
	color:#fff;

}
#collapseMenu .btn.btn-ragular.pink:hover {
	background: #00f5ff;
	color: #004696;
}
#collapseMenu .btn.btn-ragular.pink:active{
	background: #00f5ff;
	color: #004696;
		box-shadow: 0 1px 0 #000;
}
#collapseMenu .btn.btn-ragular.pink:after {
	content: '';
	background: url(/dist/img/custom/btn-arrow-blue.png) no-repeat center right;
	background-size: 20px 12px;
	height: 12px;
	display: inline-block;
    margin-top: 3px;
	width:0;
	margin-left: 0;
	-webkit-transition: all 0.2s; 
  	transition: all 0.2s;
	position: relative;
	left:300px;
}
#collapseMenu .btn.btn-ragular.pink:hover:after,#collapseMenu .btn.btn-ragular.pink:active:after, #collapseMenu .btn.btn-ragular.pink:visited:after {
	width: 20px;
	margin-left:15px;
	left: 0;
}

#collapseMenu .getInTouchButton
{
	width: 175px;
    padding: .6rem 0rem;
}

#collapseMenu .search-top {
    padding-right: 18px;
}
.search-top a {
	text-decoration:none !important;
	font-size: 0.9rem;
    line-height: 1.2;
	font-weight:100;
}
.navbar-nav-main .nav-item {
	max-width: 150px;
	flex: 0 0 110px;
}


.main-tabs-nav {
	overflow-x:auto;
}


#tabs-parallax.ui-tabs .ui-tabs-nav {/*
    float: left;
    width: 100%;
    text-align: center;
    display: block;	*/
	float: left;
    width: 100%;
    text-align: center;
    display: table;
    justify-content: space-between;
}

.open-menu .dropdown-menu {
	display:block;
}

.header-main {
    position: fixed;
    z-index: 990;
    top: 0px;
    width: 100%;
    background-color: white;
	overflow-y:auto;
	max-height:100vh;
}
.container.py-5 iframe{
	margin-top:0!important;
}
@media all and (max-width:340px) {
	.big-module.ui-tabs h3, .right-content-middle h2 {
    font-size: 1.8rem;
    line-height: 2.2rem;
	}
	.right-content-middle {
    padding-left: 15px;
    padding-right: 15px;
}
#tabs-parallax .tabs-content-outer {
    margin-top: -36px;
}
}


/*Resources*/
.row-5 {
	width:100%;
	display:block;
	margin-bottom:80px;
}
.col-5-1 {
	width: 19.7%;
	padding-right:30px;
	display:inline-block;
}
.col-5-1:last-child {
	padding-right:0
}
.custom-select-resources {
  position: relative;
width:100%;
		border:1px solid #d4d4d4;
}

.custom-select-resources select {
  display: none;
}

.select-selected {
  background-color: #fff;
		color: #000000;
    padding: 8px 16px;

}



.select-selected:after {
  position: absolute;
  content: "";
  top: 16px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #d4d4d4 transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
  border-color:#004696 transparent transparent  transparent;
  top: 16px;
}

.select-items div,.select-selected {
  color: #000000;
  padding: 8px 16px;
  border: 1px solid transparent;

  cursor: pointer;
  user-select: none;
}
.select-selected {
	color: #000000;
    padding: 8px 16px;
}


.select-items .same-as-selected, .select-items .same-as-selected:hover
{
	color: #f031a7;
	
}



.select-items {
  position: absolute;
  background-color: #fff;
	border-left: 1px solid #d4d4d4;
		border-right: 1px solid #d4d4d4;
		border-bottom: 1px solid #d4d4d4;
  top: 100%;
  left: -1px;
  right: -1px;
  z-index: 99;
}
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
	color:#4d4d4d;
}
.search-filters {
	position: relative;
}
.search-filters input{
	padding:8px 30px 8px 8px;
	width:100%;
	outline: none !important;
	    border: 1px solid #d4d4d4;
}
.search-filters button {
	position: absolute;
	right:10px;
	top:11px;
	width:16px;
	height: 16px;
	border:none;
			-webkit-transition: all 0.5s;
  	transition: all 0.5s;
	opacity: 1;
	background: none;
	
}
.search-filters button:hover {
	background: none
}
.search-filters button:before {
	content:'';
		position: absolute;
	right:0;
	top:0;
		width:16px;
	height: 16px;
	background: url("../img/search-icon.png") no-repeat center;
	background-size: 100%;
				-webkit-transition: all 0.5s;
  	transition: all 0.5s;
	opacity: 1;
}
.search-filters button:hover:before {
	opacity: 0;
}
.search-filters button:after {
	content:'';
		position: absolute;
	right:0;
	top:0;
		width:16px;
				-webkit-transition: all 0.5s;
  	transition: all 0.5s;
	height: 16px;
		background: url("../img/search-icon-hover.png") no-repeat center;
		background-size: 100%;
	opacity: 0;
}
.search-filters button:hover:after {
	opacity: 1;
}
.big-module.card-resources {
	margin-top:80px;
}
.big-module.card-resources .card-discription h5 a {
	font-size: 1.125rem;
}
.big-module.card-resources .card-discription p {
	font-size: 0.875rem;	
}
.big-module.card-resources img {
	width:100%;
}
.big-module.card-resources .row .col-4 {
	padding-bottom:35px;
}
@media all and (max-width:768px) {
	.col-5-1 {
		width:100%;
		padding:0;
		margin-bottom:20px; 
	}
	.col-5-1:last-child {
				margin-bottom:0px; 
	}
}
/*Resources*/

/*banners*/
.banner-slider-with-buttons .btn {
	width:255px;
	margin-right:20px;
	margin-top:30px;
}
.banner-slider-with-buttons .btn:hover {
	background: #fff !important;
	color:#ec31a3 !important;
}
.banner-slider-with-buttons .btn:before, .banner-slider-with-buttons .btn:after {
	content: none !important;
}
.ms-browser {
		display: none;
}
.text-width-button-blue-bg {
	background: #004696;
	color:#fff;
}
.text-width-button-blue-bg .text-width-button h3 {
	color:#fff;
}
.big-module .text-width-button button {
	width: auto;
	min-width:200px;
	padding:12px 40px;
}
.text-width-button-blue-bg .text-width-button button:hover {
	text-indent: -20px;
	padding-right:25px;
}
.left-align-button-center, .right-align-button-center, .center-align {
	text-align: center;
}
.left-align, .left-align-button-center h3, .left-align-button-center p {
	text-align: left;
}
.right-align, .right-align-button-center h3, .right-align-button-center p {
	text-align: right;
}
.nav-link.h6.text-primary:active strong {
	transform: none !important;
	-webkit-animation: mymove 2s infinite; /* Safari 4.0 - 8.0 */
  animation: mymove 2s infinite;
	position: relative;
	padding-right:30px;
	
}
.team-slider.owl-theme {
	position: relative;
	background: #e5faff;
	padding-top:60px;
	padding-bottom:60px;
}
.team-slider.owl-theme .owl-stage-outer:before, .team-slider.owl-theme .owl-stage-outer:after {
	content: '';
	position: absolute;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */

	top: 50px;
	bottom: 50px;
	width: 20%;
	z-index: 999;

}
.team-slider.owl-theme .owl-stage-outer:after {
	right:0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e5faff+100&0+0,1+100 */
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(229,250,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(229,250,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(229,250,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e5faff',GradientType=1 ); /* IE6-9 */

}
.team-slider.owl-carousel .owl-stage .item img {
	width:100%;
}
.team-slider.owl-theme .owl-dots span {
	display: none;
}
.team-slider.owl-theme .caption-hover .caption {
	position: static !important;
	opacity: 1;
}
.team-slider.owl-theme .caption-hover .icon-linkedin:hover {
	transform: none;
}
.team-slider.owl-theme  .lead {
	font-size: 0.875rem;
	color:#4d4d4d;
	margin-bottom:-20px;
	height: 90px;
	position: relative;
	padding-right:30px;
}
.team-slider.owl-theme .lead .h5 strong {
	color:#004696;
	font-size: 1.125rem;
}
.team-slider.owl-theme .social-media-icon img {
	width: auto;
	max-width: 100%;
}
.team-slider.owl-theme .caption-hover .caption {
	background: #fff !important;
	padding:10px;
}
.owl-carousel-new .owl-stage-outer {
	padding:50px 0;
}
.team-slider.owl-theme .caption-hover {
	border:1px solid #d2d2d2;
}
.team-slider.owl-theme .item {
		-webkit-transition: all 0.2s !important; /* For Safari 3.1 to 6.0 */
  	transition: all 0.2s !important;
}
.team-slider.owl-theme .item:hover {
	transform: scale(1.1);
	box-shadow: 0 0 15px rgba(0,0,0,0.3) !important;
}
.team-slider.owl-theme .lead .pt-3.pb-2 {
	float:right;
	position: absolute;
	top:-10px;
	z-index: 2;
	right:0px;
}
.team-slider.owl-theme .lead .pt-3.pb-2 img.in-hover {
	position: absolute;
	width:25px;
	max-width:25px;
	height: 24px;
	float: left;
	z-index: 2;
	opacity: 0 !important;
	-webkit-transition: all 0.2s !important; /* For Safari 3.1 to 6.0 */
  	transition: all 0.2s !important;
	top:0;
	left:0;
}
.team-slider.owl-theme .lead .pt-3.pb-2:hover img.in-hover {
	opacity: 1 !important;
}
.team-slider.owl-theme .owl-dots .owl-dot {
	    width: 10px;
    height: 10px;
    border: 1px solid #cacaca;
	border-radius: 50%;
	margin:0 8px;
}
.team-slider.owl-theme .caption-hover .social-media-icon {
	float:right;
}
.team-slider.owl-theme .owl-dots .owl-dot.active {
	background: #004696;
	border:1px solid #004696;
}
.owl-carousel-new.owl-drag .owl-item {
	max-width:250px;
}
.testmonial-content .btn {
	width:auto;
}
.testmonial-content .btn.btn-ragular.pink:hover {
color:#ed31a4;
	background: #fff ;
}

.testmonial-content .btn.btn-ragular.pink:before, .testmonial-content .btn.btn-ragular.pink:after {
	content: none;
}
.testmonial h1 img {
	max-width:100%;
}
.white-quote {
	position: absolute;
	right:80px;
	opacity: 0;
		-webkit-transition: all 0.2s !important; /* For Safari 3.1 to 6.0 */
  	transition: all 0.2s !important;
}
.testmonial:hover .white-quote {
	opacity: 1;
}
.testmonial-image-left .white-quote{
	left:15px;
	right:auto;
}
.fixed-right-icons {
	pointer-events:none;
}
.fixed-right-icons a, .fixed-right-icons button {
	pointer-events:auto;
}
.fixed-right-icons a {
	border-radius:50%;
	overflow:hidden;
}
#tabs-parallax .tab-menu a{
    position: relative;
}
#tabs-parallax .tab-menu a .rightborder{
  position: absolute;
height: 24px;
width:2px;
background-color: silver;
right:0px;
top: 9px;
}
#tabs-parallax .tab-menu li:last-of-type a .rightborder{
    display: none;
}
.fix-right-icon{
    position: fixed;
    right:15px;
    bottom:50px;
    list-style: none;
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bolder;
    z-index: 999;
    margin: 0px;
    padding: 0px;
}
.fix-right-icon .icon1, .fix-right-icon .icon2 {
    margin: 14px 0px 15px auto;
    border-radius: 44px;
    padding: 0 15px;
    color: white;
    height: 86px;
    line-height: 86px;
    max-width: 86px;
    width:100%;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}
.fix-right-icon span{
    color: white;
    padding: 0 10px;
}
.fix-right-icon .icon1:hover,.fix-right-icon .icon1.activeicon,.fix-right-icon .icon2:hover,.fix-right-icon .icon2.activeicon{
    max-width:100%;
    transition: all linear 0.1s;
}
.fix-right-icon .icon1{
    background-color: #004696;
}
.fix-right-icon .icon1:hover{
       background-color: #008cf0; 
}
.fix-right-icon .icon2{
    background-color: #008cf0;
}
.fix-right-icon .icon2:hover{
    background-color: #004696;
}
.fix-right-icon .popup-icon-1, .fix-right-icon .popup-icon-2 {
    display: none;
    position: absolute;
    background-color: white;
    padding: 15px;
    width: 365px;
    height: 60vh;
    overflow-y: scroll;
    left: -365px;
    bottom: 15px;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.fix-right-icon .popup-icon-1{
    bottom: 115px;
}
.close1, .close2 {
    position: absolute;
    top: 9px;
    right: 9px;
    cursor: pointer;
    color: gray;
    line-height: 18px;
}
@media all and (max-width:450px) {	
	.team-slider.owl-theme .item:hover {
	transform: scale(1.0);
}
}
@media all and (max-width:990px) {
	.testmonial-image-right.testmonial-content .col-6:first-child {
		order:1;
	}
	.testmonial-image-right.testmonial-content .col-6:last-child {
		order:2;
	}
}
@media all and (max-width:767px) {
    .fix-right-icon{
        display: none;
    }
    .keypoint-container.big-module .row>div{
        order:2;
    }
        .keypoint-container.big-module .row>div.hasimage{
        order:1;
    }
    .big-module .text-width-button h3{
        font-size: 1.7rem;
    }
.card-resources {
		padding-top:50px !important;
	}
	.testmonial {
		padding-bottom:30px !important;
	}
	.navbar-main .navbar-nav .arrowafter {
		background-size: 18px !important;
    	top: 20px;
	    width: 30px;
    	height: 37px;
	}
	.navbar-main .navbar-nav .open-menu .arrowafter {
		    width: 31px;
    height: 31px;
	}
	.dropdown-item:before {
		    background-size: 12px !important;
			    width: 20px;
    height: 21px;
	}
}
@-webkit-keyframes mymove {
  0% {background-position: right 10px center}
  50% {background-position: right 0px center }
	  100% {background-position: right 10px center }
}

@keyframes mymove {
    0% {background-position: right 10px center}
  50% {background-position: right 0px center }
	  100% {background-position: right 10px center }
}
@supports (-webkit-appearance:none) {
	.all-browsers {
		display: none;
	}
	.ms-browser {
		display: block;
	}
}
.container-fluid.big-module.gridmodule-box {
position: relative;
}
.container-fluid.big-module.gridmodule-box:before {
    content: '';
    width: calc(100% + 200px);
    position: absolute;
    background: #ebf3fd;
    top: -65px;
    right: 0;
    transform-origin: right bottom;
    transform: rotate(2deg);
    height: 350px;
}
@media screen and (min-width:0\0) and (min-resolution:+72dpi), \0screen\,screen\9 { 
	.all-browsers {
		display: none;
	}
	.ms-browser {
		display: block;
	}
}
_:-ms-fullscreen, :root .all-browsers { 
		display: none;
	}
_:-ms-fullscreen, :root	.ms-browser {
		display: block;
	}
/*banners*/
