*{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
    list-style: none;
    font-family: 'Inter', sans-serif;
}
.wrapper{
    width: 95% !important;
    float: none !important;
    margin: 0 auto !important;
    max-width: 1200px !important;
}
.p-t{
    padding-top: 70px;
}
.p-b{
    padding-bottom: 70px;
}
.row{
    width: 100%;
    float: left;
}
.header{
    padding: 21px 0;
	position: fixed;
    z-index: 99;
    background: #ffffff;
}
.footer_img{
    display: flex;
    margin: 0 auto;
}
.header-logo{
    width: 25%;
    float: left;
}
.header-logo img{
    width: auto;
    float: left;
}
.header-menu{
    width: 60%;
    float: left;
    text-align: center;
}
.header-menu ul{
    width: 100%;
    padding: 18px 0;
}
.header-menu ul li{
    display: inline-block;
}
.header-menu ul li a, .nav li a{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 146.02%;
    padding: 15px;
    letter-spacing: 0.015em;
    color: #595A5C;
    text-decoration: none;
    -webkit-transition: 300ms all !important;
}
.header-menu ul li a:hover{
    color: #2282A1;
/* 	-webkit-transform: scale(.8) !important; */
}
.header-quote{
    width: 15%;
    float: left;
    text-align: right;
    padding-top: 17px;
}
.header-quote a{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 146.02%;
    letter-spacing: 0.015em;
    color: #FFFFFF;
    padding: 12px 25px;
    background: #2282A1;
    border-radius: 25px;
    text-decoration: none;
}
.header-quote a:hover{
	color: #2282A1;
    background-color: transparent;
    box-shadow: 0 0 10px 0 #2282A1 inset, 0 0 10px 4px #2282A1;
}
.banner{
    position: relative;
}
.banner-img{
    width: 50% !important;
    float: right !important;
}
.banner-img img{
    width: 100%;
    float: left;
}
.fl-photo-img-jpg{
	width: 100%;
}
.banner-content{
	position: absolute;
    top: 50%;
    transform: translate(0% , -50%);
}
.banner-txt{
    width: 50%;
    float: left;
}
.banner-txt h1{
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 113.02%;
    letter-spacing: 0.015em;
    color: #363636;
    margin-bottom: 40px;
}
.banner-txt h1 strong{
    font-style: normal;
    font-weight: 900;
    font-size: 60px;
    line-height: 113.02%;
    letter-spacing: 0.015em;
    color: #2282A1;
}
.banner-txt h3{
    font-weight: 400;
    font-size: 20px;
    line-height: 163.02%;
    letter-spacing: 0.015em;
    text-transform: capitalize;
    color: #363636;
    margin-bottom: 50px;
}
.btn-1{
    padding: 15px 40px;
    font-weight: 600;
    font-size: 18px;
	font-style: normal;
    line-height: 146.02%;
    text-align: center;
    letter-spacing: 0.015em;
    color: #FFFFFF;
    text-decoration: none;
    background: #2282A1;
    border-radius: 30px;
	text-shadow: none;
}
.btn-1:hover{
    color: #2282A1;
    background-color: transparent;
    box-shadow: 0 0 10px 0 #2282A1 inset, 0 0 10px 4px #2282A1;
}
.container-1{
    padding: 60px 0;
    background-color: #2282A1;
}
.cont-1-content .fl-col-group-nested{
    display: grid;
    gap: 25px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.cont-1-content .fl-col-group-nested::before, .cont-1-content .fl-col-group-nested::after{
    display: none;
}
.cont-1-box{
    width: 100% !important;
    float: left !important;
    position: relative;
    padding: 0 30px 20px 0;
}
.cont-1-box h3{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 146.02%;
    letter-spacing: 0.015em;
    color: #FFFFFF;
    margin-bottom: 5px;
}
.cont-1-box p{
    font-weight: 400;
    font-size: 13px;
    line-height: 155.52%;
    letter-spacing: 0.015em;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.cont-1-box-btn{
    position: absolute;
    bottom: 0px;
}
.cont-1-box-btn a{
    font-weight: 500;
    font-size: 14px;
    line-height: 155.52%;
    letter-spacing: 1px;
    color: #FFFFFF;
    text-decoration-line: underline;
}
.container-2{
    position: relative;
    background-color: #242021;
}
.cont-2-img{
    width: 60% !important;
    float: left !important;
}
.cont-2-img img{
    width: 100%;
    float: left;
}
.cont-2-txt{
    width: 45%;
	float: right;
}
.cont-2-txt h3{
    font-weight: 700;
    font-size: 39px;
    line-height: 47px;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.cont-2-txt p{
    font-style: italic;
    font-weight: 400;
    font-size: 22px;
    line-height: 213.02%;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.container-box-cont .fl-col-group-nested{
    display: grid;
    gap: 80px;
    grid-template-columns: 1fr 1fr;
	place-items: center;
}
.container-box-cont .fl-col-group-nested::before, .container-box-cont .fl-col-group-nested::after{
    display: none;
}
.cont-box-img, .cont-box-txt{
    width: 100% !important;
    float: left !important;
}
.cont-box-img img{
    width: 100%;
    float: left;
    border-radius: 50px;
}
.cont-box-txt{
    position: relative;
}
.cont-box-txt-abs{
/*     position: absolute; */
/*     top: 50%; */
/*     transform: translate(0% , -50%); */
}
.cont-box-txt-abs h3{
    font-weight: 400;
    font-size: 39px;
    line-height: 47px;
    color: #000000;
    margin-bottom: 40px;
}
.cont-box-txt-abs p{
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #484848;
}
.lists li{
	 font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #484848;
	list-style:disc;
}
.lists {
    padding-left: 35px;
    margin-bottom: 25px;
}

.box-btn{
    margin-top: 60px;
}
.bg-f5{
    background: #F5F5F5;
}
.benefits .fl-col-group-nested{
    display: flex !important;
}
.benefits-left{
    width: 50% !important;
    float: left !important;
    padding: 80px;
    background: url(../images/bg-img-1.jpg) center center no-repeat;
    background-size: cover;

}
.benefits-right{
    width: 50% !important;
    float: left !important;
    padding: 80px;
    background: url(../images/bg-img-2.jpg) center center no-repeat;
    background-size: cover;
}
.benefits-left h3, .benefits-right h3{
    font-weight: 400;
    font-size: 35px;
    line-height: 146.02%;
    letter-spacing: 0.015em;
    color: #FFFFFF;
    margin-bottom: 35px;
}
.benefits-left p, .benefits-right p{
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
}
.btn-2{
    font-weight: 600;
    font-size: 18px;
    padding: 16px 40px;
    line-height: 146.02%;
    text-align: center;
    letter-spacing: 0.015em;
    color: #2282A1;
    background: #FFFFFF;
    border-radius: 30px;
    text-decoration: none;
}
.btn-2:hover{
    color: #ffffff;
    background-color: transparent;
    box-shadow: 0 0 10px 0 #ffffff inset, 0 0 10px 4px #ffffff;
}
.contact-form-content{
    width: 60%;
    float: none;
    margin: 0 auto;
}
.contact-form-content h3{
    font-weight: 400;
    font-size: 39px;
    line-height: 47px;
    text-align: center;
    color: #000000;
    margin-bottom: 30px;
}
.contact-form-txt label{
    width: 100%;
    float: left;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #2282A1;
    margin-bottom: 8px;
}
.contact-form-txt input{
    width: 100%;
    float: left;
    height: 50px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #2282A1 !important;
    padding: 0 10px;
    background: #FFFFFF !important;
    border: 1px solid #8d8d8d;
    outline: none;
    margin-bottom: 25px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}
.contact-form-txt textarea{
    width: 100%;
    float: left;
    height: 110px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #2282A1 !important;
    padding: 8px;
    background: #FFFFFF !important;
    border: 1px solid #8d8d8d;
    outline: none;
    resize: none;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}
.submit{
    margin-top: 30px;
}
.submit input{
    height: 55px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF !important;
    background: #2282A1 !important;
    cursor: pointer;
    border: 2px solid #2282A1;
    padding: 0;
    margin-bottom: 0px;
}
.submit input:hover{
    color: #2282A1 !important;
    background-color: #ffffff !important;
    border: 2px solid #2282A1;
}
.wpcf7-spinner{
    display: none !important;
}
.footer{
    background-color: #2282A1;
}
.footer-content{
    display: grid;
    gap: 80px;
    grid-template-columns: 1fr 1fr 1fr;
}
.ftr-logo{
	display: flex;
	align-items: center;
}
.ftr-logo img{
    width: auto;
    margin-bottom: 20px;
}
.footer-box h3{
    font-weight: 600;
    font-size: 18px;
    line-height: 146.02%;
    letter-spacing: 0.015em;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.footer-box p{
    display: flex;
    flex-wrap: wrap;
    font-weight: 400;
    font-size: 16px;
    line-height: 146.02%;
    letter-spacing: 0.015em;
    color: #FFFFFF;
    margin-bottom: 10px;
	align-items: center;
}
.ftr-logo p{
    font-weight: 400;
    font-size: 16px;
    line-height: 146.02%;
    letter-spacing: 0.015em;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.ftr-logo p a{
    font-weight: 400;
    font-size: 16px;
    line-height: 146.02%;
    letter-spacing: 0.015em;
    color: #FFFFFF;
    text-decoration: none;
}.footer-box .fa-phone{
	font-size: 35px;
	line-height: 35px;
    margin-right: 10px;
}
.footer-box .fa-mobile{
	font-size: 45px;
	line-height: 35px;
    margin-right: 10px;
}
.footer-box .fa-envelope-o{
	font-size: 33px;
	line-height: 28px;
    margin-right: 10px;
}
.footer-box p a{
    font-weight: 400;
    font-size: 16px;
    line-height: 146.02%;
    letter-spacing: 0.015em;
    color: #FFFFFF;
    text-decoration: none;
}
.ftr-logo p a:hover, .footer-box p a:hover, .footer-bottom p a:hover{
	text-decoration: underline;
}
.address{
    padding-left: 40px;
    position: relative;
}
.address::after {
	position: absolute;
	content: "\f041";
    font-family: "FontAwesome";
	top: 0;
	font-size: 35px;
    left: 0px;
    color: #ffffff;
}
.address p{
    font-weight: 400;
    font-size: 16px;
    line-height: 177.52%;
    letter-spacing: 0.015em;
    color: #FFFFFF;
}
.footer-bottom{
	padding-top: 40px;
	text-align: center;
}
.footer-bottom p{
    font-weight: 400;
    font-size: 16px;
    line-height: 146.02%;
    letter-spacing: 0.015em;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.footer-bottom p a{
    font-weight: 400;
    font-size: 16px;
    line-height: 146.02%;
    letter-spacing: 0.015em;
    color: #FFFFFF;
    text-decoration: none;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output {
    float: left !important;
}

.sub-menu {
    width: 220px !important;
	position:absolute;
/* 	top:82px; */
	z-index:999;
	display:none;
	text-align:left;
	padding: 0px !important;
	border-radius: 15px;
	overflow: hidden;
}
.sub-menu li {
	width:100%;
	float:left;
	background:#2282A1;
}
.sub-menu-toggle{
	display:none !important;
}
.sub-menu li a {
	font-size: 13px !important;
    line-height: 20px;
    font-weight: normal;
    color: #fff !important;
    padding: 8px !important;
    display: block;
    width: 100% !important;
}
.sub-menu li:nth-child(even){
	background: #258cad;
}
.sub-menu li a:hover {
/* 	background: #dba396; */
	color: #0f1b29;
}
.nav li:hover .sub-menu {
	display:block;
}
.main-menu:after{
/*     position: absolute; */
    content: "\f107";
    font-family: "FontAwesome";
    right: -10px !important;
    color: #2282A1;
    margin-right: 7px;
}
.page-id-3 .header{
	position: relative;
}
.page-id-3 .header-menu, .page-id-3 .header-quote{
	display: none;
}
.page-id-3 .header-logo{
	width: 100%;
	float: left;
	text-align: center;
}
.privacy-policy-txt{
	background-color: #f5f5f5;
}
.privacy-policy-txt h1{
    font-weight: 600;
    font-size: 40px;
    line-height: 47px;
    color: #2282A1;
    margin-bottom: 40px;
}
.privacy-policy-txt h2 {
    font-weight: 400;
    font-size: 30px;
    line-height: 47px;
    color: #000000;
    margin-bottom: 20px;
}
.privacy-policy-txt p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #484848;
}
.privacy-policy-txt ul{
	width: 100%;
	padding-left: 20px;
}
.privacy-policy-txt ul li{
	list-style-type: disc;
	font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #484848;
}
@media only screen and (max-width: 1180px){
	.header{
		position: static;
	}
	.banner{
		padding: 0;
	}
    .header-logo {
        width: 100%;
        text-align: center;
    }
    .header-logo img {
        width: auto;
        float: none;
    }
    .header-menu {
        width: 75%;
    }
    .header-quote {
        width: 25%;
    }
    .banner-txt{
        width: 100%;
        left: 0;
        padding: 20px;
    }
    .cont-2-txt{
        width: 60%;
    }
    .container-box-cont .fl-col-group-nested{
        gap: 35px;
    }
    .benefits-left, .benefits-right{
        padding: 50px;
    }
    .footer-content {
        display: grid;
        gap: 40px;
        grid-template-columns: 1fr 1fr;
    }
    .ftr-logo{
		display: block;
        grid-column: 1 / 3;
        text-align: center;
    }
    .footer-box{
        padding: 0 40px;
    }
    .footer-box h3{
        text-align: center;
    }
}
@media only screen and (max-width: 991px){
    .header-menu {
        width: 100%;
    }
    .header-quote {
        display: none;
    }
    .banner-txt h1 {
        font-size: 40px;
        margin-bottom: 5px;
    }
    .banner-txt h1 strong {
        font-size: 45px;
    }
    .banner-txt h3{
        font-weight: 400;
        font-size: 18px;
        line-height: 140%;
        margin-bottom: 40px;
    }
	.container-1 {
    	padding: 30px 20px;
	}
    .cont-1-content .fl-col-group-nested {
        display: grid;
        gap: 40px;
        grid-template-columns: 1fr 1fr;
    }
    .cont-2-txt {
        width: 100%;
        right: 0px;
        padding: 15px;
    }
    .cont-2-txt h3 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .cont-2-txt p {
        font-size: 20px;
        line-height: 120%;
        margin-bottom: 30px;
    }
    .container-box-cont .fl-col-group-nested {
        display: grid;
        gap: 50px;
        grid-template-columns: 1fr;
    }
    .cont-box-txt-abs {
        position: relative;
        top: 0;
        transform: none;
    }
    .benefits .fl-col-group-nested {
    	display: block !important;
	}
    .benefits-left, .benefits-right{
        width: 100% !important;
        float: left !important;
    }
    .contact-form-content{
        width: 80%;
    }
    .footer-box {
        padding: 0 10px;
    }
	.cont-box-img, .fl-photo-img-jpg, .fl-node-62d6a801819ff .cont-box-img{
		width: 100% !important;
	}
	.mobile-view .fl-col-group{
		display: flex;
		flex-direction: column-reverse;
	}
}
@media only screen and (max-width: 768px){
	.fl-col-small:not(.fl-col-small-full-width) {
    	max-width: 96% !important;
    	margin: 0 auto !important;
    	float: none !important;
	}
	.fl-col .cont-box-img{
		width: 100% !important;
	}
}
@media only screen and (max-width: 767px){
    .p-b{
        padding-bottom: 45px;
    }
    .p-t{
        padding-top: 45px;
    }
    .header-menu ul li a{
        padding: 0 5px;
    }
    .banner-txt h1{
        font-size: 32px;
    }
    .banner-txt h1 strong{
        font-size: 35px;
    }
    .banner-txt h3{
        margin-bottom: 20px;
    }
    .btn-1{
        padding: 8px 26px;
    }
    .cont-box-txt-abs h3{
        font-size: 32px;
        line-height: 35px;
        margin-bottom: 20px;
    }
    .box-btn{
        margin-top: 30px;
    }
    .footer-content {
        grid-template-columns: 1fr;
    }
    .footer-box{
        grid-column: 1 / 3;
        padding: 0 30px;
    }
}
@media only screen and (max-width: 599px){
    .header-menu {
        display: none;
    }
    .banner-txt h1 {
        font-size: 26px;
    }
    .banner-txt h1 strong {
        font-size: 28px;
    }
    .cont-1-content .fl-col-group-nested {
        display: grid;
        gap: 40px;
        grid-template-columns: 1fr;
    }
    .cont-2-txt h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .cont-2-txt p {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .benefits-left, .benefits-right {
        padding: 30px;
    }
    .contact-form-content {
        width: 100%;
        float: left;
    }
	.contact-form-txt{
		width: 100%;
		float: left;
		padding: 0 10px;
	}
}
@media only screen and (max-width: 479px){
    .banner-txt{
        padding: 10px;
    }
    .banner-txt h1{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .banner-txt h1 strong {
        font-size: 22px;
    }
    .banner-txt h3 {
        display: none;
    }
    .btn-1 {
        padding: 6px 20px;
    }
    .cont-2-txt {
        padding: 8px;
    }
    .cont-2-txt h3 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 5px;
		text-shadow: 2px 2px 3px #000000;
    }
    .cont-2-txt p {
        font-size: 16px;
		line-height: 140%;
        margin-bottom: 10px;
		text-shadow: 2px 2px 2px #000000;
    }
    .cont-box-txt-abs h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .benefits-left, .benefits-right {
        padding: 20px;
    }
    .benefits-left h3, .benefits-right h3 {
        font-weight: 400;
        font-size: 24px;
        line-height: 140.02%;
        margin-bottom: 25px;
    }
    .btn-2 {
        padding: 10px 30px;
    }
    .footer-box {
        padding: 0 10px;
    }
}