@import url('https://fonts.googleapis.com/css2?family=Anton&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');


:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:hover, a:focus, a:active {
    text-decoration: none;
}
ol, ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
a {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: 'Anton', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}
    
.main-wrpper{
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.container{
    max-width: 1175px;
}

/* **** Header **** */
header {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    background: transparent;
    padding: 35px 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}
.navbar-brand img {
    max-width: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}


/* ***** Fix Header **** */
header.nav-new {
    position: fixed;
    top: 0;
    left: 0;
    padding: 10px 0;
    width: 100%;
    background: #40687c;
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
header.nav-new .navbar {
    border-radius: 0;
    box-shadow: none;
}
header.nav-new .navbar-brand img{
    max-width: 100px;
}
header.nav-new .btn-main{
    font-size: 16px;
    padding: 12px 20px;
}
header.nav-new .btn-main img{
    max-width: 18px;
}
/* ***** End Fix Header **** */


/* **** Hero **** */
.hero-wrp{
    background-image: url("../images/hero.png");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 245px 0 0;
    height: 770px;
}
.hero-wrp .hero-dt{
    max-width: 600px;
}
.hero-wrp .hero-dt h2{
    font-weight: 600;
    font-size: 44px;
    line-height: 60px;
    color: #fff;
    margin: 0 0 35px;
}
.hero-wrp .hero-dt p{
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    line-height: 35px;
}
.hero-wrp .hero-form{
    max-width: 420px;
    margin-left: auto;
    background: #fff;
    border-radius: 15px;
    padding: 40px 30px;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.10);
}
.hero-wrp .hero-form h2{
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #000;
    margin: 0 0 20px;
}
.hero-wrp .hero-form .form-group{
    margin: 0 0 20px;
}
.hero-wrp .hero-form .form-group .form-control{
    background: #f3f8fb;
    padding: 15px 20px;
    border-radius: 4px;
    border: none;
    font-size: 15px;
    font-weight: 500;
    color: #958d9e;
    box-shadow: none;
    outline: none;
}

/* **** End Hero **** */

.btn-main{
    font-weight: 900;
    font-size: 24px;
    line-height: 31px;
    background: #ff0000;
    /*background: #139009;*/
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    color: #fff;
}
.btn-main:hover{
    background: #000;
    color: #fff;
}
.btn-main img{
    margin-right: 10px;
    max-width: 100%;
}
.btn-main1{
    font-family: 'Anton', sans-serif;
    padding: 14px;
    font-size: 31px;
    line-height: 41px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    /*background: #2a9aed;*/
    background: #139009;
    font-weight: 400;
    color: #fff;
    width: 100%;
    border: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.btn-main1:hover{
    background: #000;
    color: #fff;
}
.titlebar h2{
    font-size: 45px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin: 0 0 70px;
}


/* **** Testimonials **** */
.testimonials-wrp{
    padding: 250px 0 100px;
    background: #fcfcfc;
}
.testimonials-wrp .slider-box{
    position: relative;
    padding: 48px 20px 20px 35px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    margin: 18px 0;
    min-height: 300px;
    position: relative;
}
.testimonials-wrp .slider-box:before{
    position: absolute;
    left: 25px;
    top: -18px;
    color: #a4b9c4;
    font-size: 22px;
    content: "\f10d";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}
.testimonials-wrp .slider-box h3{
    font-size: 20px;
    color: #000;
    font-weight: 800;
    line-height: 25px;
    margin: 0 0 20px;
}
.testimonials-wrp .slider-box p{
    font-size: 15px;
    line-height: 15px;
    color: #000;
    margin: 0;
    font-weight: 400;
}
.testimonials-wrp .slider-box p span{
    display: block;
    margin: 0 0 10px;
}
.testimonials-wrp .slider-box h6{
    font-size: 15px;
    line-height: 15px;
    color: #000;
    margin: 0;
    font-weight: 500;
    position: absolute;
    left: 20px;
    bottom: 20px;
}
.testimonials-wrp .slick-slide {
    margin: 0 18px;
}
.testimonials-wrp .slick-list {
    margin: 0 -18px;
}
.testimonials-wrp .btn-main1{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    border-radius: 10px;
    width: fit-content;
    margin: 50px auto 0;
}
.testimonials-wrp .btn-main1 img{
    margin: 0 10px;
    max-width: 100%;
}
.testimonials-wrp button.slick-prev.slick-arrow,
.testimonials-wrp button.slick-next.slick-arrow{
    position: absolute;
    top: 50%;
    left: -55px;
    font-size: 0;
    border: none;
    box-shadow: none;
    outline: none;
    font-size: 0;
    z-index: 5;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.testimonials-wrp button.slick-next.slick-arrow{
    left: auto;
    right: -55px;
}
.testimonials-wrp button.slick-prev.slick-arrow:before,
.testimonials-wrp button.slick-next.slick-arrow:before{
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f053";
    height: 40px;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 40px;
    background: #2a9aed;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    border-radius: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.testimonials-wrp button.slick-next.slick-arrow:before{
    left: auto;
    right: 0;
    content: "\f054";
}
.testimonials-wrp button.slick-prev.slick-arrow:hover:before,
.testimonials-wrp button.slick-next.slick-arrow:hover:before{
    background: #ff0000;
    color: #fff;
}
/* **** End Testimonials **** */


/* **** Property **** */
.property-wrp{
    padding: 70px 0 100px;
}
.property-wrp .container{
    max-width: 1530px;
}
.property-wrp h2{
    font-size: 42px;
    color: #000;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
    text-align: center;
}
.property-wrp h2 span{
    color: #2a9aed;
}
.property-wrp h3{
    font-size: 50px;
    color: #000;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
    text-align: center;
    margin: 0 0 100px;
}
.property-wrp h3 span{
    color: #2a9aed;
}
.property-wrp .property-block{
    position: relative;
}
.property-wrp .property-block .property-info{
    max-width: 730px;
}
.property-wrp .property-block .property-info p{
    font-size: 25px;
    font-weight: 400;
    color: #000000;
    line-height: 35px;
    margin: 0 0 40px;
}
.property-wrp .property-block .property-info p span{
    font-weight: 500;
}
.property-wrp .property-block .property-info a{
    font-weight:400;
    font-size: 24px;
    padding: 10px 25px;
    color: #fff;
    text-transform: uppercase;
    /*background: #2a9aed;*/
    background: #139009;
    display: table;
    margin: 0 auto;
}
.property-wrp .property-block .property-info a:hover{
    background: #000;
    color: #fff;
}
.property-img{
    position: absolute;
    max-width: 100%;
    right: 0;
    bottom: 0;
}

/* **** End Property **** */


/* **** PROCESS **** */
.process-wrp{
    padding: 75px 0 100px;
    background: #40687c;
    
}
.process-wrp .process-title h2{
    font-size: 45px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 25px;
    text-align: center;
}
.process-wrp .process-title h2 span{
    color: #62bcff;
}
.process-wrp .process-title p{
    font-size: 25px;
    color: #ffffff;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    margin: 0 0 46px;
}
.center-box{
    position: relative;
}
.center-box:after,
.center-box:before{
    position: absolute;
    content: "";
    height: 35px;
    width: 40px;
    left: -35px;
    background-image: url("../images/arrow1.png");    
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 180px;
}
.center-box:after{
    left: auto;
    right: -35px;
}

.process-wrp .process-box img{
    max-width: 100%;
    margin: 0 auto 35px;
}
.process-wrp .process-box h3{
    font-size: 38px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 35px;
    text-align: center;
}
.process-wrp .process-box p{
    font-size: 20px;
    line-height: 25px;
    margin: 0;
    color: #fff;
    text-align: center;
    font-weight: 300;
}
.process-wrp a{
    font-weight:400;
    font-size: 24px;
    padding: 10px 60px;
    color: #fff;
    text-transform: uppercase;
    /*background: #2a9aed;*/
    
background: #139009;
    display: table;
    margin: 70px auto 0;
}
.process-wrp a:hover{
    background: #000;
    color: #fff;
}
/* **** End PROCESS **** */


/* **** Difference **** */
.difference-wrp{
    padding: 80px 0 100px;
}
.difference-wrp .container{
    max-width: 1530px;
}
.difference-wrp .difference-title h2{
    font-size: 45px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 10px;
}
.difference-wrp .difference-title h2 span{color: #2a9aed;}
.difference-wrp .difference-title h3{
    font-size: 40px;
    font-weight: 600;
    color: #000000;
    font-style: italic;
    margin: 0 0 50px;
    text-align: center;
}
.difference-wrp .difference-title h3 span{
    border-bottom: 2px solid #000;
}

.difference-wrp .difference-block{
    position: relative;
}
.difference-wrp .difference-block .difference-info{
    max-width: 730px;
}
.difference-wrp .difference-block .difference-info p{
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
    color: #000000;
    margin: 0 0 35px;
}
.difference-wrp .difference-block .difference-info ul li{
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
    color: #000000;
    margin: 0 0 35px;
    position: relative;
}
.difference-wrp .difference-block .difference-info ul li:before{
    position: absolute;
    left: -35px;
    top: 11px;
    content: "";
    height: 13px;
    width: 13px;
    border-radius: 100%;
    background: #000;
}
.difference-wrp .difference-block .difference-info ul li a{
    color: #000;
    border-bottom: 1px solid #000;
}
.difference-wrp .difference-block .difference-info ul li span{
    font-weight: 500;
}

.difference-wrp .difference-block .difference-info h6{
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
    color: #000000;
    margin: 0 0 20px;
}
.difference-wrp .difference-block .difference-info h6 i{
    font-weight: 500;
}
.difference-wrp .difference-block .difference-info p span{
    font-weight: 500;
}
.difference-wrp .difference-block .difference-info .agent-btn{
    font-weight:400;
    font-size: 24px;
    padding: 10px 25px;
    color: #fff;
    text-transform: uppercase;
    /*background: #2a9aed;*/
    
    background: #139009;
    display: table;
    margin: 0 auto;
}
.difference-wrp .difference-block .difference-info .agent-btn:hover{
    background: #000;
    color: #fff;
}
.difference-img{
    position: absolute;
    max-width: 100%;
    right: 0;
    bottom: 0;
}
/* **** End Difference **** */


/* **** programs **** */
.programs-wrp{
    padding: 60px 0 35px;
    background-color: #40687c;
    position: relative;
    margin: 0 0 30px;
}
.programs-wrp:before{
    position: absolute;
    content: "";
    height: 100%;
    width: 500px;
    top: 0;
    left: 0;
    bottom: 0;
    background-image: url("../images/program-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.programs-wrp .container{
    position: relative;
}
.programs-wrp h2{
    font-size: 40px;
    font-weight: 300;
    color: #fff;
    font-style: italic;
    text-align: center;
    margin: 0 0 30px;
}
.programs-wrp img{
    max-width: 100%;
    margin: 0 auto 40px;
}
.programs-wrp h6{
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 0;
}
/* **** End programs **** */

/* **** Footer **** */
footer{
    padding: 50px 0 30px;
    background-color: #40687c;
}
footer p{
    font-size: 15px;
    line-height: 18px;
    font-weight:500;
    color: #fff;
    margin: 0;
    text-align: center;
}
/* **** End Footer **** */

.hero-form .form-group .error {
    color: #ff0000;
}

.hero-form .alert-success,
.hero-form .alert-danger {
    background-color: transparent;
    border: none;
}

.hero-form .alert-success {
    color: #008000;
}

.hero-form .alert-danger {
    color: #ff0000;
}

.hero-form .alert {
    padding: 25px 0 0;
    margin: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #958d9e;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    -moz-transition: background-color 5000s ease-in-out 0s;
    -ms-transition: background-color 5000s ease-in-out 0s;
    -o-transition: background-color 5000s ease-in-out 0s;
}


span.disclaimer{
    font-size:0.7em;
}

h6 a{color:#fff;}
h6 a:hover{color:#fff; text-decoration: underline;}