@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");

/*** GENERIC CSS ***/
html,body {
	height: 100%;
}

body {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	color: #212121;
}

@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot');
	src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/fontawesome-webfont.woff2') format('woff2'),
		url('../fonts/fontawesome-webfont.woff') format('woff'),
		url('../fonts/fontawesome-webfont.ttf') format('truetype'),
		url('../fonts/fontawesome-webfont.svg#fontawesome-webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

a {
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	text-decoration: none;
	color: #555555;
}

a:hover {
	text-decoration: none;
	color: #0772ba;
}

a:focus {
	text-decoration: none;
}

button {
	outline: 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}

button:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
	color: #212121;
	font-weight: 400;
}

h1 {
	font-size:54px;
	line-height: 1.5;
}

h2 {
	font-size: 28px;
	line-height: 1.4;
}

h3 {
	font-size:35px;
	line-height: 1.5;
}

h4 {
	font-size:27px;
	line-height: 1.3;
}

h5 {
	font-size:24px;
	line-height: 1.5;
}

.d-table {
	width: 100%;
	height: 100%;
}

.d-table-cell {
	vertical-align: middle;
}

p {
	font-size: 18px;
	line-height: 1.6;
	color: #878787;
	margin-bottom: 15px;
}


p:last-child {
	margin-bottom: 0;
}

img {
	max-width: 100%;
	height: auto;
}

.visible-xs {
	display: none;
}

.btn-default {
	display: inline-block;
	line-height: 49px;
	min-width: 175px;
	background-color: #25aae2;
	color:#fff;
	font-weight: bold;
	padding: 0px 50px;
	text-align: center;
	border-radius: 0px;
	white-space: nowrap;
	position: relative;
	text-transform: uppercase;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	-webkit-animation-name: flash;
	animation-name: flash;
	-webkit-animation-name: flash;
	-moz-animation-name: flash;
	-o-animation-name: flash;
	animation-name: flash;
	animation: flash 3.5s linear infinite;
}

.btn-default:hover {
	background: #0772ba;
	color: #fff;
}

.btn-default.active {
	background: #0772ba;
	color: #fff;
}

.btn-default.active:hover {
	background: #25aae2;
	color: #fff;
}

.btn-default.lg {
	font-weight: bold;
	padding: 16px 20px;
	min-width: 270px;
}

.btn-default span {
	position: relative;
	z-index: 1;
}

.btn-default.black {
	color:#000;
	border-color:#000;
}

.btn-default.black:hover {
	color:#000;
	background: #000;
	border-color:#000;
	color:#fff;
}

.underlined {
	position: relative;
	display: inline-block;
}

.underlined::after {
	content:'';
	width:100px;
	background:#134db8;
	height: 4px;
	position:absolute;
	top:100%;
	left: 0%;
}

.section-title h2 {
	font-size: 36px;
	line-height: 1.1;
	font-weight: normal;
	color: #ffffff;
	margin-bottom: 10px;
}

.section-title h2 span {
	color: #25aae2;
}

.section-title h6 {
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	color: #25aae2;
	text-transform: uppercase;
}

.section-title h6:before {
}

.section-title.white h2,
.section-title.white h6,
.section-title.white p {
	color:#fff;
}

.section-title.black h2 {
	color: #212121;
}

.section-title.black h6 {
	color: #0772ba;
}

/*** PRELOADER ***/
.preloader {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #fff;
	top: 0;
	left: 0;
	z-index: 99999;
}

.preloader .lds-ripple {
	position: relative;
	width: 80px;
	height: 80px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.preloader .lds-ripple div {
	position: absolute;
	border: 2px solid #134db8;
	opacity: 1;
	border-radius: 0;
	-webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
	animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.preloader .lds-ripple div:nth-child(2) {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
	0% {
		top: 28px;
		left: 28px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	100% {
		top: -1px;
		left: -1px;
		width: 58px;
		height: 58px;
		opacity: 0;
	}
}

@keyframes lds-ripple {
	0% {
		top: 28px;
		left: 28px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	100% {
		top: -1px;
		left: -1px;
		width: 58px;
		height: 58px;
		opacity: 0;
	}
}

.img-rounded {
	border-radius: 15px;
}

.hover-animate {
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.hover-animate:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

/*** TOPBAR ***/
.topbar {
	background-color: #000;
	padding: 5px 0px;
	z-index: 99999;
	position: relative;
}

.topbar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	width: 100%;
}

.topbar ul li {
	display: inline-block;
	margin-left: 15px;
}

.topbar ul li a {
	display: inline-block;
	color:#fff;
	font-size: 14px;
	position: relative;
	line-height: 30px;
}
/* 
.topbar ul li a:after {
-webkit-transition: -webkit-transform .3s ease-out, border-color .3s ease-out;
transition: transform .3s ease-out,border-color .3s ease-out;
position: absolute;
display: block;
bottom: 0px;
left: 0;
width: 100%;
-ms-transform: scaleX(0);
-webkit-transform: scaleX(0);
transform: scaleX(0);
border-top: 2px solid #fff;
content: "";
padding-bottom: inherit;
}

.topbar ul li a:hover:after {
backface-visibility: hidden;
-webkit-transform: scaleX(1);
transform: scaleX(1);
} */

ul#primary-menu li.current-menu-item a {
	color: #0772ba;
	font-weight: 600;
}

/*** HEADER ***/
.header {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	background: #fff;
	position:relative;
}

.navbar {
	padding:0px 15px;
}

.header .navbar-nav .nav-item {
	padding:12px 13px;
}

.header .navbar-nav .nav-link {
	padding: 0px 0px;
	color: inherit;
	position: relative;
	font-size: 14px;
	font-weight: 600;
	color: #0a0a0a;
	text-align: left;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
}

.header .navbar-nav .nav-item.btn-default {
	line-height:21px !important;
	padding:0px !important;
}

.header .navbar-nav .btn-default .nav-link {
	text-align:center;
	padding:12px 13px !important;
}

/* 
.header .navbar-nav .nav-link:before {
-webkit-transition: -webkit-transform .3s ease-out, border-color .3s ease-out;
transition: transform .3s ease-out,border-color .3s ease-out;
position: absolute;
display: block;
bottom: 0px;
left: 0;
width: 100%;
-ms-transform: scaleX(0);
-webkit-transform: scaleX(0);
transform: scaleX(0);
border-top: 2px solid #000;
content: "";
padding-bottom: inherit;
}

.header .navbar-nav .nav-link:hover:before {
backface-visibility: hidden;
-webkit-transform: scaleX(1);
transform: scaleX(1);
} */

.navbar-brand img {
	max-height: 55px;
	margin-left: 0px;
}

.nav-item:hover .nav-link {
	color:#0772ba !important;
}

.dropdown-toggle::after {
	display:none;
}

.dropdown-menu {
	border:none;
	padding:5px 2px;
	background:#c29b40;
	border-radius:0px;
	margin:0px;
	left:1px;
	background-color: rgba(26, 26, 26, .75);
	max-width: 300px;
}

.dropdown-menu>li {
	padding: 15px 13px;
}

.dropdown-menu a {
	color:#fff;
	display:inline-block;
	font-size:14px;
	line-height: 1;
	letter-spacing: 1.5px;
	padding: 0;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
}

.dropdown-menu a:hover {
	background:none;
	color:#fff;
}

.nav-item.dropdown:hover .dropdown-menu.sub-menu {
	display:block;
}

.dropdown-menu a:before {
	content: '';
	position: absolute;
	display: block;
	height: 1px;
	background-color: #c6c6c6;
	width: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.dropdown-menu a:hover:before {
	width: 100%;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

a:hover, button:hover {
	cursor: pointer;
}

ul.SubMenu {
	padding-left:0px !important;
	display:none;
}

ul.SubMenu li a {
	font-size:14px !important;
	padding:8px 35px!important;
	border:none!important;
}

ul.SubMenu.active {
	display:block;
}

a.CloseBtn {
	float:right;
	color:#000;
	font-size:26px;
	margin:25px 26px 5px 15px;
	position: relative;
}

a.CloseBtn:before,
a.CloseBtn:after {
	content: '';
	display: block;
	width: 22px;
	height: 2px;
	background-color: currentColor;
	position: absolute;
	left: 50%;
	top: 50%;
}

a.CloseBtn:before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

a.CloseBtn:after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-moz-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.navbar-nav {
	align-items: center;
}

#myVideo {
    width: 100%;
    /*height: 100%;*/
    object-fit: fill;
    /*top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    right: 0;*/
    z-index: -1;
}

#myVideo2 {
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
	bottom: 0;
	position: absolute;	
	right: 0;
}
.header.scrolled {
	position: fixed;
	transition: 0.3s;
	z-index: 99999;
	top: 0px;
	left: 0px;
	width: 100%;
	background: #fff;
	box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 30%);
	padding-top: 0px;
}

/**/
.banner {
	/* background: url(../img/bg-banner.jpg) 50% 50% no-repeat;
	background-size: cover; */
    padding: 0px 0px;
    /*position: relative;
    margin-top: 0px;
    height: 100% !important;*/
}

.banner:before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: .2;
	display:none;
}

.banner h5 {
	font-size: 24px;
	font-weight: 500;
	color: #ffffff;
	margin-bottom: 30px;
}

.banner h2 {
	font-size: 72px;
	line-height: 1.2;
	font-weight: normal;
	color: #ffffff;
	margin: 0;
}

.banner p {
	font-size: 28px;
	line-height: 1.2;
	font-weight: normal;
	color: #e5f44e;
	margin-bottom: 60px;
}

.banner .btn-default {
	margin-right: 20px;
}

.zindex {
	position: relative;
	z-index: 3;
}

.h-100vh {
	height: 100vh;
}

.banner .bg-white {
	padding: 50px 40px 50px 40px;
}

.banner h6 {
	font-size: 28px;
	line-height: 1;
	font-weight: 500;
	color: #212121;
	margin-bottom: 20px;
}

.banner h6 span {
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	color: #0772ba;
}

.banner label,.forminfo label {
	display: inline-block;
	margin-bottom: 5px;
	position: relative;
	font-size: 12px;
	line-height: 21px;
	font-weight: 600;
	font-style: normal;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	color: #878787;
}

.form-control {
	display: inline-block;
	width: 100%;
	height: 48px;
	padding: 10px 20px;
	border-radius: 0;
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
	color:#000;
	border: none;
	margin-bottom: 15px;
	background-color: #f6f6f6;
	outline: none !important;
	box-shadow: none !important;
}

textarea.form-control {
	height: 130px;
	padding: 20px 20px;
}

.banner .form-control:focus {
	background-color: rgba(205, 220, 57, 0.40); 
}

.forminfo .form-control:focus {
	background-color: rgba(205, 220, 57, 0.40); 
}

.banner .submit {
	width: 100%;
	color:#fff;
	line-height: 52px;
	font-size: 16px;
}


.banner .form-control.repay {
	background-color: rgba(205, 220, 57, 0.40);
}

/**/
.info {
	padding: 70px 0px;
}

.info h4 {
	font-weight: 400;
	font-size: 28px;
	margin: 30px 0px 20px 0px;
}

.link {
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	color: #0772ba;
	display: inline-block;
	margin-top: 20px;
}

/**/
.get-money {
	background-size: cover;
	padding: 90px 0px;
	position: relative;
}

.title-info h4 {
	font-size: 28px;
	color: #212121;
}

.title-info p {
	margin: 20px 0px 40px 0px;
}

.title-info.white h4,
.title-info.white p {
	color: #ffffff;
}

.get-money:after {
	content: '';
	background-color:#132f83;
	z-index: 1;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 30px;
	height: 30px;
	margin: 0 auto !important;
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	bottom: -15px;
}

.mtop {
	margin-top: 70px;
}

/**/
.choose-among {
	padding: 70px 0px 0px 0px;
	overflow: hidden;
}

.choose-among .img img {
	max-width: inherit;
	min-width: 550px;
}

ul.list {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.list li {
	color: #000;
	font-size: 15px;
	line-height: 1.6;
	padding-left: 30px;
	position: relative;
	margin: 10px 0px;
}
.choose-among  ul.list li, .choose-among  ul.list li {
	font-size:18px;
}
ul.list li .icon {
	color:#212121;
	color: #0772ba;
	position: absolute;
	top: 5px;
	left: 0;
}

/**/
.payday {
	padding: 90px 0px 70px 0px;
}

.iconinfo {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

.iconinfo .icon:before {
	content: '\e87f';
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
}

.iconinfo .icon {
	color: #25aae2;
	font-size: 30px;
	font-weight: 400;
	margin-right: 40px;
	margin-left: 20px;
}

.iconinfo h5 {
	color:#fff;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
}

.iconinfo p {
	color:#fff;
}

/**/
.people {
	padding: 90px 0px;
}

.people p {
	margin-bottom: 0px;
	margin-top: 15px;
}

.people .link {
	font-size: 16px;
}

.people .icon {
	font-size: 25px;
	line-height: 70px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	color: #ffffff;
	background-color:#25aae2;
	text-align: center;
	margin-top: -35px;
	left: -35px;
	position: absolute;
	top: 50%;
}

.people .bg {
	padding-left: 65px;
	margin-left: 35px;
	padding-top: 50px;
	padding-right: 40px;
	padding-bottom: 50px;
	position: relative;
	background-color: #f6f6f6;
}

.people h4 {
	font-size: 24px;
	padding-right: 5px;
}


/**/
.decision {
	padding: 150px 0px;
}

.decision h2 {
	font-size: 48px;
	line-height: 55px;
	color: #ffffff;
}

.decision .mtop {
	margin-top: 110px;
}

.decision p {
	font-size: 28px;
	color: #25aae2;
}

.decision h5 {
	line-height: 60px;
	color: #ffffff;
	font-size: 48px;
	font-weight: bold;
	margin: 0;
}

.decision h6 {
	color: #ffffff;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	text-transform: uppercase;
}

/**/
.newsletter {
	position: relative;
	padding: 70px 0px;
	/*background-color: #3e467b;*/
	background-color: #0772ba;
}

.newsletter h2 {
	margin: 0;
}

.newsletter:before {
	content: '';
	background-color: inherit;
	z-index: 1;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 30px;
	height: 30px;
	margin: auto !important;
	position: absolute;
	left: 0;
	right: 0;
	top: -15px;
	bottom: auto;
	/*background-color: #3e467b;*/
	background-color: #0772ba;
}

.newsletter .form-control {
	color: #706f6f;
	padding: 10px 20px;
	font-size: 13px;
	margin: 0;
}

.newsletter .submit {
	/* width: 135px; */
	font-size: 14px;
	color:#fff;
	text-transform: uppercase;
	background: #25aae2;
	font-weight: 600;
	padding: 0px 15px;
}

/**/
.footer {
	background: #000;
	padding-top: 105px;
	padding-bottom: 40px;
}

.footer .logo {
	margin-top: -50px;
	display: inline-block;
}

.footer .title p {
	margin-top: 25px;
}

.footer p a {
	color: #878787;
	display: flex;
	align-items: center;
	font-size: 14px;
}

.footer p a i {
	line-height: 12px;
	min-width: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	margin-right: 10px;
	background-color: #565656;
	color: #141414;
}

.footer p a:hover {
	color:#25aae2;
}

.footer p a:hover i {
	background:#25aae2;
	color:#fff;
}

.footer h3 {
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.footer ul {
	padding-left: 0px;
	margin-bottom: 40px;
	list-style: none;
}

.footer ul li {
	list-style: none;
	display: inline-block;
	width: 100%;
	padding: 5px 0px;
}

.footer ul li a {
	display: inline-block;
	color: #727272;
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
	font-family: 'Roboto', sans-serif;
}

.footer .social ul li {
	width: auto;
	margin-right: 3px;
}

.footer .social ul li a {
	line-height: 12px;
	width: 23px;
	line-height: 23px;
	text-align: center;
	border-radius: 50%;
	background-color: #565656;
	color: #141414;
}

.footer ul li a:hover {
	color:#25aae2;
}

.footer .social ul li a:hover  {
	color:#fff;
	background-color: #25aae2;
}



/**/
.copyright {
	padding: 25px 0px;
	background: #141414;
}

.copyright p {
	font-size: 14px;
	margin: 0;
}

.copyright p img {
	width: 140px;
	padding-left: 10px;
}

.flash {
	-webkit-animation-name:flash;
	-moz-animation-name:flash;
	-o-animation-name:flash;
	animation-name:flash;
	animation: flash 1.3s linear infinite;
}

@-webkit-keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}
@-moz-keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}
@-o-keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}
@keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}


.page-banner {
	background: linear-gradient(rgba(7,114,186,0.5), rgba(7,114,186,0.5)),url(../img/page-err.jpg) 50% 50% no-repeat;
	background-size: cover;
	padding: 200px 0px;
}

.page-banner h2 {
	color:#fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 35px;
	margin: 0;
}

.page-banner p {
	color:#fff;
	font-size: 20px;
}

.contactinfo {
	padding: 90px 0px;
}

.cominfo {
	margin-bottom: 25px;
	align-items: start;
}

.cominfo .icon {
	margin-right: 10px;
	background: #0772ba;
	color: #fff;
	min-width: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	font-size: 15px;
}

.cominfo h6 {
	margin-bottom: 0px;
}

.cominfo p {
	font-size: 13px;
}

.cominfo p a {
	color: #25aae2;
}

.map iframe {
	float: left;
}

.termsinfo {
	padding: 90px 0px;
}

.termsinfo h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 45px;
}

.termsinfo p {
	color: #000000;
}

.termsinfo h6 {
	text-transform: uppercase;
	font-weight: 600;
	margin: 30px 0px 20px 0px;
	font-size: 18px;
}

.listinfo {
	padding-left: 19px;
	font-size: 14px;
}

.choose-among.inner {
	padding: 90px 0px;
}

.choose-among.inner P {
	color:#000;
}

.choose-among .list {
	margin-bottom: 35px;
}

.choose-among .rimg img {
	height: 100%;
	object-fit: cover;
}

.our-rates {
	padding: 90px 0px 30px 0px;
}

.our-rates P {
	color:#000;
}

.progress {
	margin-bottom: 25px;
	height: 14px;
	border-radius: 0px;
	overflow: visible;
}

.progress-bar {
	background-color: #0772ba;
	position: relative;
	overflow: visible;
}

.progress-bar span {
	color:#0772ba;
	position: absolute;
	bottom: -10px;
	right: 0;
	font-weight: 600;
}

.steps {
	padding: 170px 0px;
}

.steps h2 {
	font-size: 46px;
	/*color: #3e467b;*/
	color: #0772ba;
}

.steps h3 {
	color: #212121;
	font-size: 30px;
	margin: 35px 0px 25px 0px;
}

.steps h4 {
	color: #212121;
	font-size: 22px;
	font-weight: 600;
}

.steps .listinfo {
	color: #878787;
}
.steps  li, .steps p{
	font-size:18px !important;
}
.step2 h2 {
	color: #fff;
}

.step2 h3,
.step2 h4,
.step2 p {
	color:#fff;
}

.downarrow {
	position: relative;
}

.downarrow:after {
	content: '';
	background-color: #fff;
	z-index: 1;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 30px;
	height: 30px;
	margin: 0 auto !important;
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	bottom: -15px;
}

.form-row {
	margin-right: 0px;
	margin-left: 0px;
}

.form-row>.col, .form-row>[class*=col-] {
	padding-right: 15px;
	padding-left: 15px;
}


.newsletter .mc4wp-form-fields {
	display: flex;
}

input.wpcf7-form-control.wpcf7-not-valid{
	border: 2px solid #f00 !important;
}
span.wpcf7-not-valid-tip{
	display:none;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	display:inline-block !important; 
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok{
	display:inline-block !important;
}
.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output{
	display:none !important;
}
.wpcf7 form .wpcf7-response-output{
	display:inline-block !important;
}

body.home .info h6 {
	font-size: 28px;
	line-height: 1;
	font-weight: 500;
	color: #212121;
	margin-bottom: 20px;
}

body.home .info h6 span {
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	color: #0772ba;
}

body.home .info .bg-white {
	padding: 50px 40px 50px 40px;
	background: #25aae2 !important;
}

.owl-carousel .owl-item img {
	display: inline-block;
	width: auto;
}

.newsletter .btn-default:hover {
	background: #fff;
	color: #0772ba;
}

.footer p a.ft {
	align-items: start;
}

button.btn-default.active.submit:hover{
	background:#fff;
	color:#000;
}

.logos-info h5 {
	font-size: 22px;
	font-weight: bold;
	color: #7c7777;
}

.logos-info h3 {
	font-size: 24px;
	letter-spacing: -.3px;
	color: #000;
	font-weight: bold;
}

.logos-info p {
	font-size: 15px;
	color: #223645;
}

.logos-info .imgs img {
	max-height: 80px;
	margin: 20px 0px;
}

.logos-info {
	padding: 90px 0px;
}

.nheight {
	/*height: 99px;*/
	position: relative;
}
.wpcf7 form.invalid .wpcf7-response-output {
	color: #842029;
	background-color: #f8d7da;
	border-color: #f5c2c7 !important;
	padding: 0.8rem 1rem;
	margin: 1rem 0;
	border: 2px solid #f5c2c7;
	border-radius: 0.25rem;
	width: 100%;
	text-align: center;
}
.wpcf7 form.sent .wpcf7-response-output {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
	padding: 0.8rem 1rem;
	margin: 1rem 0;
	border: 2px solid #c3e6cb;
	border-radius: 0.25rem;
	width: 100%;
	text-align: center;
}
