@import url('https://fonts.googleapis.com/css2?family=Montserrat: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');
@font-face {
    font-family: 'Futura';
    src: url('Futura-Condensed-Medium.ttf')
}
@font-face {
    font-family: 'MinionPro-Regular';
    src: url('MinionPro-Regular_0.otf')
}
@font-face {
    font-family: 'Montsertat-light';
    src: url('MONTSERRAT-LIGHT.OTF')
}
@font-face {
    font-family: 'Montsertat';
    src: url('MONTSERRAT-SEMIBOLD.OTF')


}
@font-face {
    font-family: 'LeagueSpartan';
    src: url('LeagueSpartan-Bold.ttf')
}
body{
	font-family: 'Montserrat', sans-serif !important;
}
.banner-area{
	background: url(../images/White-Background.png) no-repeat center bottom;
	min-height: 250px;
	background-size: 100% 100%;
	padding: 50px 0px 90px 0px;
}
.my-navbar{
	border-bottom: 1px solid #ddd;
}
.navbar-brand img{
	height: 50px;
}
.my-navbar .nav-link{
	font-family: Montserrat, Arial, Helvetica, sans-serif !important;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
    font-style: normal;
    color: #091f3f;
}
.banner-form{
	background: #e7e7e7;
    padding: 26px 26px 5px;
}
.banner-form h2{
	text-align: center;
	font-weight: 700;
	font-style: italic;
	margin: 0px;
	font-size: 20px;
	color: #000000;
}
.my-form-btn{
	display: block;
	background: #00aeef;
	color: #000000;
	font-weight: 700;
	font-style: italic;
	font-size: 16px;
	padding: 10px;
	border-radius: 6px;
	border: none;
	width: 100%;
	transition: 0.4s;
}
.my-form-btn:hover{
	background: #1197c9;
	transition: 0.4s;
}
.banner-form .form-control{
	border: 2px solid #ddd;
	height: 44px;
	line-height: 44px;
}
.banner-form .form-control:hover{
	border-color: #b3b3b3;
}
.banner-form label{
	font-weight: 600;
	font-style: italic;
	margin-bottom: 2px;
	font-size: 15px;
}
.header-title{
	color: #000000;
	font-weight: 800;
	font-style: italic;
	font-size: 50px;
	margin-bottom: 20px;
}
.header-title span{
	color: #00aeef;
}
.header-table{
	width: 100%;
}
.tick-mark{
	background: #00aeef;
    border-radius: 100px;
    padding: 5px;
    width: 60px;
    height: 60px;
    border: 9px solid #5bd2ff;
}
.header-table tr td{
	vertical-align: middle;
	padding: 30px 5px;
}
.header-table tr td:first-child{
	width: 80px;
}
.header-table h3{
	margin: 0px;
	font-weight: 700;
	font-style: italic;
	color: #000000;
	font-size: 26px;
}
.header-table p{
	margin: 0px;
	font-weight: 500;
	color: #000000;
	font-size: 19px;
}
.center-title{
	font-weight: normal;
    text-transform: uppercase;
    font-family: 'Futura' !important;
    color: #000000;
    text-align: center;
    font-size: 60px;
    position: relative;
    overflow: hidden;
}
.center-title span.blue{
	color: #00aeef;
}
.center-title:before, .center-title:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 4px;
    content: '\a0';
    background-color: #000000;
}
.center-title:before {
    margin-left: -50%;
    text-align: right;
}
.pad-lr{
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
}
.full-width{
	width: 100%;
}
.benefit-title{
	font-weight: 700;
	text-transform: uppercase;
	font-style: italic;
	color: #000000;
	font-size: 38px;
}
.benefit-title span{
	display: inline-block;
	border-bottom: 3px solid #00aeef;
}
.benefit-table{
	width: 100%;
}
.benefit-table tr td{
	vertical-align: top;
	padding: 21px 5px;
}
.benefit-table tr td:first-child{
	width: 70px;
}
.benefit-table h4{
	font-weight: 700;
	font-style: italic;
	color: #00aeef;
	margin: 0px;
	font-size: 26px;
}
.benefit-table p{
	font-weight: 500;
	color: #222;
	margin: 0px;
	font-size: 17px;
}
.featured-section{
	background: url(../images/Featured-Background.png) no-repeat center center;
	background-size: 100%;
	padding: 100px 0px 50px 0px;
}
.featured-section h2{
	color: #fff;
	font-size: 35px;
	font-weight: 700;
	text-align: center;
}
.max-full{
	max-width: 100%;
}
.bottom-contact{
	padding: 100px 0px;
}
.bottom-contact table{
	width: 100%;
}
.bottom-contact table tr td{
	padding: 10px 0px;
	vertical-align: middle;
}
.bottom-contact table tr td:last-child{
	width: 24%;
}
.bottom-contact table tr td:first-child{
	padding-right: 5%;
}
.bottom-contact h2{
	margin: 0px 0px 10px 0px;
	font-weight: 800;
	color: #00aeef;
	font-size: 43px;
}
.bottom-contact p{
	margin: 0px;
	font-weight: 500;
	color: #555;
	font-size: 18px;
}
.btn-large{
	display: inline-block;
	background: #00aeef;
	color: #000000;
	font-weight: 700;
	font-size: 22px;
	padding: 14px 20px;
	border-radius: 100px;
	text-decoration: none;
	margin-top: 40px;
	width: 100%;
	text-align: center;
}
.btn-large:hover{
	background: #1197c9;
	color: #000000;
	transition: 0.4s;
}
.btn-large:focus{
    text-decoration: none;
    color: #000000;
}
.featured-section img, .brans-logo-lg{
	transition: 0.4s;
}
.featured-section img:hover{
	transition: 0.4s;
	transform: scale(1.1);
}
.hover-tick{
	transition: 0.5s
}
.hover-tick:hover .tick-mark{
	transition: 0.5s;
	border-width: 5px;
}
.featured-section img{
	max-width: 85%;
}
@media only screen and (max-width: 1400px) {
	.header-title{
		font-size: 38px;
	}
	.banner-form h2{
		font-size: 17px;
	}
	.header-table h3{
		font-size: 22px;
	}
	.header-table p{
		font-size: 15px;
	}
	.center-title{
		font-size: 45px;
	}
	.benefit-title{
		font-size: 26px;
	}
	.benefit-table h4{
		font-size: 24px;
	}
	.benefit-table p{
		font-size: 15px;
	}
	.bottom-contact table tr td:last-child{
		width: 25%;
	}
	.d-mt-0{
		margin-top: 0px !important;
	}
	.d-mt-5{
		margin-top: 4rem !important;
	}
}
.mobile-show{
	display: none;
}
.mobile-hide{
	display: inline-block;
}
.footer-social{
	background: linear-gradient(45deg, #313b54 0%,#171a22 100%);
	padding: 5px 0px;
}
.footer-social-icon{
	display: inline-block;
	font-size: 16px;
	color: #fff;
	padding: 5px;
}
.footer-copyright{
	background: #000000;
	padding: 15px 0px;
	text-align: center;
}
.footer-copyright p{
	color: #fff;
	margin: 0px;
	font-size: 12px;
}
.footer-copyright p a{
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding: 0px 10px;
}
@media only screen and (max-width: 768px) {
	.my-navbar{
		background: #333b48;
	}
	.mobile-show{
		display: inline-block;
	}
	.mobile-hide{
		display: none;
	}
	.navbar-brand img {
	    height: 75px;
	}
	.navbar-toggler{
		border-color: #fff;
	    border-radius: 0;
	    border-width: 2px;
	    background: #fff;
	}
	.mobile-mt-20{
		margin-top: 20px !important;
	}
	.header-table h3{
		font-size: 18px;
	}
	.header-table tr td{
		padding: 20px 5px;
	}
	.center-title {
	    font-size: 25px;
	    margin: 25px 0px;
	}
	.center-title:before, .center-title:after{
		display: none;
	}
	.center-title span.blue{
		display: block;
	}
	..banner-area{
		padding-bottom: 40px;
	}
	.benefit-title {
	    font-size: 23px;
	}
	.benefit-table h4 {
	    font-size: 19px;
	}
	.featured-section{
		display: none;
	}
	.bottom-contact{
		padding: 0px 0px 30px 0px;
	}
	.bottom-contact table tr td{
		display: block;
		width: 100% !important;
		text-align: center;
	}
	.bottom-contact h2{
		font-size: 26px;
	}
	.bottom-contact p{
		font-size: 13px;
	}
	.btn-large {
	    display: inline-block;
	    background: #00aeef;
	    color: #fff;
	    font-weight: 700;
	    font-size: 16px;
	    padding: 10px 47px;
	    border-radius: 100px;
	    text-decoration: none;
	    margin-top: 0px;
	    width: auto;
	    text-align: center;
	}
	.my-navbar .nav-link{
		color: #fff;
	}
	.banner-area{
		padding-top: 15px;
		padding-bottom: 25px;
	}
	.header-title{
		margin-bottom: 0px;
	}
}
.banner-form .wpcf7-submit{
	display: block;
	background: #00aeef;
	color: #000000;
	font-weight: 700;
	font-style: italic;
	font-size: 16px;
	padding: 10px;
	border-radius: 6px;
	border: none;
	width: 100%;
	transition: 0.4s;
}
.banner-form .wpcf7-submit:hover{
	background: #1197c9;
	transition: 0.4s;
}
.swal2-title{
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
.swal2-html-container{
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
.wpcf7-spinner {
    top: -34px !important;
}
.margin-p-0 p {
	margin: 0;
}