@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
*{
	padding:0;
	margin:0;
}
body{
    font-size:16px;
    line-height:24px;
    font-family: 'open_sansregular';
	font-weight: 300;
	font-style: normal;
	color:#000;
}
h1{
	font-family: 'Gotham';
	font-weight: bold;
}
h2{
	font-family: 'open_sanssemibold';
	font-size:36px;
	color: #00397f;
}
a{
    text-decoration:none;
}
a:hover{
    transition: all 0.6s ease 0s;
    text-decoration:none;
}
.padding0{
    padding:0;
}
.spacer-lg{
    width:100%;
    height:50px;
}
.spacer-md{
    width:100%;
    height:35px;
}
.spacer-sm{
    width:100%;
    height:20px;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: #004670;
    outline: 0;
    outline: thin dotted \9;
    transition: all 0.6s ease 0s;
}
.wrapper-main{
	width:100%;
}
.top-bar{
	width:100%;
	background-color:#202222;
}
.logo{
	padding:10px 0;
}
.banner-main{
	width:100%;
	position:relative;
}
.banner-main img{
	width:100%;
}
.content-main{
	padding:25px 0 0;
}
.content-main h2{
	padding:20px 0;
	margin:0;
}
.caption{
	position:absolute;
	width:100%;
	top:15%;
}
.caption h2{
	font-family: 'Gotham';
	font-weight:bold;
	font-size:48px;
	text-transform:uppercase;
	color:#000;
}
.caption p{
	font-size:24px;
}
.banner-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.home-block{
	padding:35px 0;
}
.home-block h3{
	text-transform:uppercase;
	font-size:20px;
	font-family: 'Gotham';
	font-weight:500;
	padding:20px 0;
	margin:0;
}
.home-block h3 a{
	color:#000;
}
.home-block h3 a:hover{
	color:#dbbe67;
}
.numbers {
    background-image: url(../images/number-bg.webp);
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 16px;
    padding: 7px 0 0 7px;
	margin-right:5px;
}
.box-main {
    border: solid 1px #929292;
    padding: 15px 20px 20px;
    border-radius: 14px;
	margin-top:20px;
}
.box-main.last{
	min-height:210px;
}
.box-main h4 {
    font-size: 24px;
    margin: 0;
    padding-bottom: 15px;
}
.box-main p{
	margin:0;
}
.box-main img{
	margin-bottom:15px;
}
.confidence-left{
	padding-right:100px;
}
.gray-bg {
    width: 100%;
    background-color: #f3f3f3;
    padding: 50px 0;
}
.gray-bg h2 {
    color: #000;
}
.listing{
	padding:15px 0 0;
	margin:0;
}
.listing li {
    list-style: none;
    display: block;
    background-image: url(../images/tick.webp);
    background-repeat: no-repeat;
    background-position: left 3px;
    padding: 0 0 12px 40px;
}
.listing.second li {
    list-style: none;
    display: block;
    background-image: url(../images/right-arrow.webp);
    background-repeat: no-repeat;
    background-position: left 3px;
    padding: 0 0 12px 32px;
}
.gray-btn {
    background-color: #dbbe67;
    color: #000;
    text-transform: uppercase;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 15px;
    border-radius: 4px;
}
.gray-btn:hover{
	opacity:0.8;
	color:#000;
}
.testimonial{
	text-align:center;
	padding-top:35px;
}
.footer{
	padding-top:35px;
	padding-bottom:35px;
}
.f-contact{
	font-size:30px;
}
.f-contact img{
	margin-right:15px;
}
.f-contact .email{
	font-size:20px;
	margin:0
}
.f-socials{
	padding:20px 0 0 ;
	margin:0;
	text-align:center;
}
.f-socials li{
	list-style:none;
	display:inline-block;
}
.f-socials li a {
    color: #6f7073;
    width: 36px;
    height: 36px;
    text-align: center;
    border: solid 1px #6f7073;
    border-radius: 50%;
    line-height: 36px;
    display: inline-block;
	margin-right: 5px;
}
.f-socials li a:hover{
	color:#fff;
	border:solid 1px #0150b1;
	background-color:#0150b1;
	border-radius:50%;
	line-height:36px;
}
.rights{
	width:100%;
	background-color:#202222;
	padding:15px 0;
	color:#919191;
	font-size:14px;
	text-align:center;
}
.bg-image {
    background-image: url(../images/bg.webp);
    background-repeat: no-repeat;
    background-position: 17% bottom;
}
.split-main {
    width: 100%;
    background-image: url(../images/split-bg.webp);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 50px 0;
    margin: 35px 0;
    height: 600px;
}
.col-sm-6.bg-white {
    padding: 35px;
    box-shadow: 0 0 15px #ccc;
    position: absolute;
    left: 0;
    padding-left: 15%;
}
.bg-white h2{
	font-size:30px;
	color:#000;
}






@media (min-width: 992px) and (max-width: 1120px) {




}
@media (min-width: 768px) and (max-width: 991px) {

}

@media (max-width: 767px) {
.logo {
    text-align: center;
}
.logo img{
    width:200px;
}
h2 {
    font-size: 20px;
}
.home-block {
    padding: 35px 0 0;
}
.confidence-left {
    padding-right: calc(var(--bs-gutter-x) * .5);
}
.box-main.last {
    min-height: auto;
    margin-bottom: 15px;
}
.spacer-md {
    display: none;
}
.footer {
    text-align: center;
}
.f-contact {
    font-size: 22px;
    padding-top: 25px;
}
.f-contact .email {
    font-size: 16px;
}
.rights {
    font-size: 12px;
}
.f-logo img{
	width:200px;
}
.caption h2 {
    font-size: 20px;
}
.caption p {
    font-size: 16px;
}
.split-main {
    background-image: none;
    padding: 0;
    margin: 0 ;
    height: auto;
}
.col-sm-6.bg-white {
    padding: 15px;
    box-shadow:none;
    position: inherit;
    left: 0;
}
.gray-bg {
    padding: 15px 0;
    margin-bottom: 20px;
}
.text-end {
    margin-bottom: 20px;
}
.home-block {
    padding: 15px 0 0;
}
.home-block .text-center {
    text-align: left !important;
}
.col-sm-5.text-end.responsive-left {
    text-align: center !important;
}


}
@media (max-width: 480px) {




}





















