@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&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');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    width: 100%;
    height: 100%;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 18px;
}

a {
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

.container-fluid,
.container {
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row>* {
    padding-left: 15px;
    padding-right: 15px;
}

@media(min-width:1450px) {
    .container {
        max-width: 1330px;
    }
}

@media(min-width:1550px) {
    .container {
        max-width: 1430px;
    }
}

@media(min-width:1650px) {
    .container {
        max-width: 1530px;
    }
}

@media(min-width:1750px) {
    .container {
        max-width: 1630px;
    }
}

.sub-heading h2 {
    font-size: 56px;
    margin-bottom: 15px;
    color: #000;
}

.sub-heading p {
    font-size: 22px;
    line-height: 32px;
    color: #000;
}

.learn-more-btn {
    display: inline-block;
    background-color: #ffe560;
    border: 2px solid #ffe560;
    color: #000!important;
    padding: 10px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 22px;
    transition: all 0.3s ease;
    font-weight: 600;
    text-transform: uppercase;
}

.learn-more-btn:hover {
    opacity: 0.9;
}

.learn-more-btn-outline {
    display: inline-block;
    background-color: transparent;
    border: 2px solid #ffe560;
    color: #fff!important;
    padding: 10px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 22px;
    transition: all 0.3s ease;
    font-weight: 600;
    text-transform: uppercase;
}

.learn-more-btn-outline:hover {
    background-color: #ffe560;
}


/*Header Css*/

.theme-header {
    background-color: #fff;
    width: 100%;
}

.theme-header .navbar {
    padding: 20px 0;
}

.theme-header .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

.theme-header .nav-link {
    color: #00254b;
    padding: 0!important;
    margin: 0 15px;
    text-transform: uppercase;
}

.theme-header .nav-link.get-free-btn {
    background-color: #0e1629;
    color: #ffe560;
    padding: 15px 20px !important;
    border-radius: 30px;
}

.theme-header .navbar .navbar-toggler {
    width: 46px;
    height: 50px;
    padding: 0 10px;
    border-radius: 4px;
    text-align: center;
    border: none;
    outline: none;
    z-index: 110;
    background-color: transparent;
    box-shadow: none;
}

.theme-header .navbar .navbar-toggler span {
    width: 29px;
    height: 3px;
    background: #ffbc51;
    display: block;
    margin: 3px auto 3px auto;
    position: relative;
    top: 0;
    opacity: 1;
    float: right;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    border-radius: 10px;
}

.theme-header .navbar .navbar-toggler span:nth-child(2) {
    width: 25px;
}

.theme-header .navbar .navbar-toggler[aria-expanded="true"] span:nth-child(1) {
    transform: rotate(45deg);
    position: relative;
    top: 9px;
}

.theme-header .navbar .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}

.theme-header .navbar .navbar-toggler[aria-expanded="true"] span:nth-child(3) {
    transform: rotate(-45deg);
    position: relative;
    top: -9px;
}

.theme-header.sticky-header {
    box-shadow: 0 3px 7px rgba(0, 0, 0, .15);
    position: fixed;
    left: 0;
    top: 0;
    animation: headerSlideDown .95s ease 0s 1 normal forwards running;
    z-index: 99;
}

.theme-header.sticky-header .navbar-brand {
    display: inline-block;
}

.theme-header.sticky-header .navbar-brand img {
    width: 150px;
}

@keyframes headerSlideDown {
    0% {
        margin-top: -15rem
    }
    to {
        margin-top: 0
    }
}

@media(max-width:991px) {
    .theme-header .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        background-color: #fff;
        padding: 20px;
    }
    .theme-header .nav-link {
        font-size: 18px;
        margin: 5px 0px;
        color: #000!important;
    }
}

.slick-prev-custom,
.slick-next-custom {
    color: #fff;
    border: none;
    font-size: 32px;
    cursor: pointer;
    background-color: #c8c8c8;
    outline: none;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.slick-prev-custom {
    position: absolute;
    top: 50%;
    left: -100px;
    z-index: 1;
    transform: translateY(-50%);
}

.slick-next-custom {
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    right: -100px;
}


/*Footer Css*/

.theme_ftr {
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 80px;
}

.theme_ftr .theme_ftr_logo {
    width: 180px;
}

.theme_ftr_itm p {
    font-size: 20px;
    line-height: 34px;
}

.theme_ftr_itm p i {
    margin-right: 15px;
    font-size: 22px;
    margin-top: 5px;
    color: #ffbc51;
}

.theme_ftr_itm h4 {
    color: #444;
    font-size: 28px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.theme_ftr_itm ul li a {
    display: inline-block;
    color: #444;
    margin-bottom: 10px;
}

.ftr-social-lnks {
    display: flex;
    margin-top: 20px;
    column-gap: 15px;
}

.theme_ftr_logo_sec {
    margin-bottom: 50px;
}

.ftr_serch_box {
    box-shadow: 0 3px 7px rgba(0, 0, 0, .15);
    background-color: #fff;
    border-radius: 8px;
    position: relative;
    margin-bottom: 50px;
}

.ftr_serch_box .form-control {
    background-color: transparent;
    border-color: #fff;
    box-shadow: none!important;
    height: 52px;
}

.ftr_serch_box button {
    position: absolute;
    right: 0;
    background-color: transparent;
    border: none;
    top: 0;
    height: 100%;
    width: 30px;
}

.ftr-social-lnks a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 26px;
    background-color: #0e1629;
    border-radius: 50%;
}

.ftr-social-lnks a:hover {
    color: #fff;
    background-color: #ffbc51;
}

.copy_right_txt {
    background-color: #0e1629;
    padding-top: 15px;
    padding-bottom: 15px;
}

.copy_right_txt p {
    font-size: 16px;
    color: #fff;
}

.copy_right_txt ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.copy_right_txt ul li {
    margin-left: 20px;
}

.copy_right_txt ul li a {
    font-size: 16px;
    color: #fff;
}


/*Footer Css*/


/* Home Page Banner*/

.hmg-bnr-home {
    padding-top: 175px;
    padding-bottom: 60px;
    background-color: #fffff4;
    background-image: url('../images/hero-banner.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.hmg-bnr-home h1 {
    font-size: 80px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 100px;
    color: #ffe560;
}

.hmg-bnr-home p {
    font-size: 26px;
    color: #fff;
    font-weight: 200;
    margin-bottom: 55px;
}

.full-service-section {
    background-color: #f3f5f7;
    padding-top: 100px;
    padding-bottom: 100px;
}

.full-service-row {
    margin-top: 50px;
    row-gap: 35px;
}

.full-service-itm {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
}

.full-service-itm .most-popular {
    position: absolute;
    top: -20px;
    left: 10px;
    background-color: #ffd24a;
    color: #0e1629;
    padding: 8px 15px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
}

.full-service-itm .itm-icn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background-color: #fffadf;
    border-radius: 12px;
    color: #ffd24a;
    font-size: 36px;
    margin-bottom: 20px;
}

.full-service-itm h4 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #0e1629;
}

.full-service-itm p {
    font-size: 16px;
    line-height: 28px;
    color: #0e1629;
    margin-bottom: 15px;
}

.full-service-itm .lern-more-txt {
    color: #ffd24a;
    display: inline-block;
}

.full-service-itm:hover {
    background-color: #0e1629;
}

.full-service-itm:hover h4,
.full-service-itm:hover p {
    color: #fff;
}


.full-service-itm.active {
    background-color: #0e1629;
}


.full-service-itm.active h4,
.full-service-itm.active p {
    color: #fff;
}

.full-service-itm:hover .itm-icn {
    background-color: #1c2a50;
}

.specialzed_section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.specialzed_row {
    margin-top: 40px;
    row-gap: 30px;
}

.specialzed_itm {
    background-color: #fff;
    border-radius: 8px;
    transition: all 0.3s ease;
    overflow: hidden;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .15);
    height: 100%;
}

.specialzed_itm .specialzed_itm_img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.specialzed_itm_contnt {
    padding: 25px;
}

.specialzed_itm_contnt h4 a {
    color: #000;
    font-size: 22px;
}

.specialzed_itm_contnt .lern-more-txt {
    color: #000;
    font-size: 22px;
}

.specialzed_itm_contnt .lern-more-txt:hover {
    color: #ffd24a;
}

.request_section {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #f3f5f7;
}

.recognized_section {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 40px 30px;
    row-gap: 20px;
    align-items: center;
    border-radius: 15px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .15);
}

.recognized_itm {
    text-align: center;
    width: 25%;
}

.recognized_itm img {
    width: 100%;
    max-width: 200px;
    height: 250px;
    object-fit: contain;
}

.recognized_section h2 {
    width: 100%;
    text-align: center;
}

.request_section_row {
    margin-top: 50px;
}

.request_section_row h2 {
    font-size: 36px;
    margin-bottom: 15px;
}

.request_section_row form {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .15);
    padding: 20px;
}

.request_section_row form .row {
    row-gap: 15px;
    margin-left: -5px;
    margin-right: -5px;
}

.request_section_row form .row>* {
    padding-left: 5px;
    padding-right: 5px;
}

.request_section_row form .row .form-control {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    box-shadow: none!important;
    height: 54px;
}

.why_property_section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.why_property_row {
    margin-top: 50px;
    justify-content: center;
}

.why_property_section ul li {
    display: flex;
    margin-bottom: 25px;
}

.why_property_section ul li i {
    background-color: #0e1629;
    min-width: 80px;
    height: 80px;
    border-radius: 6px;
    color: #ffe560;
    font-size: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.why_property_section ul li h4 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #0e1629;
}

.why_property_section ul li p {
    font-size: 14px;
    margin-bottom: 0px;
    color: #0e1629;
}

.why_property_img {
    width: 100%;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .15);
}

.ready_to_section {
    background-color: #0e1629;
    padding-top: 100px;
    padding-bottom: 100px;
}

.ready_to_left ul {
    margin-top: 35px;
    margin-bottom: 35px;
}

.ready_to_left ul li {
    margin-bottom: 20px;
    color: #fff;
}

.ready_to_left ul li i {
    color: #ffe560;
    margin-right: 10px;
}

.ready_to_right {
    background-color: #131f3a;
    padding: 20px 20px;
    border-radius: 12px;
}

.ready_to_right h3 {
    font-size: 24px;
    margin-bottom: 30px;
}

.ready_to_right ul li {
    margin-top: 20px;
    background-color: #15254b;
    padding: 25px;
    border-radius: 12px;
}

.trusted_section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.trusted_itm {
    background-color: #f7f7f7;
    padding: 30px;
    box-shadow: 0 0 5px 0 #cccc;
    border-radius: 12px;
}

.trusted_itm .trusted_rating i {
    margin-right: 5px;
    color: #ffe560;
    font-size: 20px;
}

.trusted_itm p {
    margin-top: 20px;
    margin-bottom: 25px;
}

.trusted_itm h4 {
    font-size: 26px;
    font-weight: 500;
}

.trusted_itm h5 {
    font-size: 20px;
    font-weight: 500;
}

.trusted_section .slick-dots li button {
    background-color: #000;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    opacity: 0.5;
}

.trusted_section .slick-dots {
    bottom: -60px;
}

.trusted_section .slick-dots li.slick-active button {
    opacity: 1;
}

.trusted_section .slick-slider {
    margin: 0 -15px;
}

.trusted_section .slick-slide {
    margin-right: 15px;
    margin-left: 15px;
}

.faq_section {
    background-color: #f3f5f7;
    padding-top: 100px;
    padding-bottom: 100px;
}

.faq_section .accordion {
    margin-top: 50px;
}

.faq_section .accordion-item+.accordion-item {
    margin-top: 25px;
    border-radius: 12px;
    overflow: hidden;
}

.faq_section .accordion-item .accordion-header .accordion-button {
    color: #444!important;
}

.ftr_serch_box