html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    font-size: 1.5rem;
    font-family: "Lato", sans-serif;
    color: #383838;
    font-weight: 400;
}


.btn,
a {
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    text-decoration: none;
}

.btn:hover,
a:hover {
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    outline: none;
    box-shadow: none;
}

.container-fluid {
    width: 90%;
}

.homerbanner {
    background: linear-gradient(to bottom, #1f242a 0%, #113454 100%);
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.homerbanner::before {
    content: "";
    position: absolute;
    height: 100vh;
    right: 0;
    top: 0;
    opacity: 0.2;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-top-width: 200rem;
    border-bottom-width: 0px;
    border-right: 250rem solid black;

}

.bg-light {
    background: transparent !important;
}

.h-banner {
    position: absolute;
    right: 0;
    bottom: 0;
    width: max-content;
}

.h-banner img {
    width: 80rem;
}

.heading-bann h2,
.heading-bann h1 {
    font-size: 4rem;
    color: #fff;
    font-weight: 500;
}

.heading-bann h2 span {
    color: #2387C0;
}

.heading-bann h3 {
    color: #fff;
    font-size: 2.4rem;
}

.h-1001 {
    height: 100vh;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    padding-right: 3.5rem;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: #2387C0 !important;
}

.nav-link:focus,
.nav-link:hover {
    color: #2387C0 !important;
}

.btn-primary {
    background: #fff;
    border-radius: 3rem;
    font-size: 1.6rem;
    font-weight: 500;
    color: #183E63;
    padding: 1.3rem 5rem;
    margin-top: 6rem;
    border: 0;
}

.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background: #2387C0;
    box-shadow: none;
    border: 0;
}

.btn-secondary {
    background: #2387C0;
    color: #fff;
    font-weight: 500;
    font-size: 1.4rem;
    border-radius: 5rem;
    padding: 1.2rem 3rem;
    border: 0;
}

.btn-secondary:hover,
.btn-secondary:focus {
    color: #2387C0;
    background: #fff;
    box-shadow: none;
}

.home-about h3 {
    font-size: 3.2rem;
    font-weight: 600;
}

.home-about h3 span {
    color: #2387C0;
}

.home-about h3 b {
    font-weight: 600;
}

.habout h4 {
    font-size: 2.3rem;
    font-weight: 700;
    color: #183E63;
    letter-spacing: -1px;
}

.habout p {
    color: #183E63;
    font-size: 1.7rem;
    font-weight: 500;
}

.habout {
    margin-top: 12rem;
}

.upcoming-project {
    background: #EFF5FB;
    padding: 10rem 0;
}

.heading h4 {
    font-size: 2.4rem;
    color: #383838;
    font-weight: 500;
}

.heading h3 {
    font-size: 3.2rem;
    font-weight: 600;
}

.heading h3 span {
    color: #2387C0;
}

.heading p {
    font-size: 1.6rem;
}

.visonmain {
    padding: 10rem 0;
}

.crafting {
    background: #183E63;
    padding: 10rem 0;
    color: #fff;
}

.crafting .heading {
    color: #fff;
}

.crafting p {
    color: #fff;
    opacity: 70%;
}

.craftingblock h3 {
    font-size: 2rem;
    font-weight: 700;
}

.craftingblock {
    background: #466582;
    border-radius: 10px;
    padding: 3rem 2.5rem;
    height: 100%;
}

.craftingblock p {
    color: #fff;
    opacity: 70%;
    font-weight: 400;
}

.whitecolor {
    background: #fff;
}

.whitecolor h3 {
    color: #000929;
}

.whitecolor p {
    color: #000929;
}

.featured-projects {
    background: #F7F7F7;
    padding: 8rem 0 7rem 0;
    margin-bottom: 5rem;
}

.featured-projects a {
    color: #2387C0;
    font-size: 1.6rem;
    text-decoration: underline;
    letter-spacing: -1px;
    font-weight: 500;
    text-align: center;
    line-height: 1.9rem;
}

.featured-projects a:hover {
    color: #383838;
}

.featured-projects swiper-container {
    width: 100%;
    height: 100%;
}

.featured-projects .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.6rem;
    position: relative;
}

.featured-projects .swiper-slide::before {
    content: "";
    background: linear-gradient(to bottom, #000, transparent);
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    border-radius: 1.6rem;
    top: 0;
    opacity: 70%;
}

.featured-projects .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.6rem;
}

.project-heading {
    position: absolute;
    top: 3rem;
    left: 3rem;
    color: #fff;
}

.project-heading h5 {
    font-size: 1.9rem;
    font-weight: 500;
}

.project-heading h6 {
    font-size: 1.6rem;
    font-weight: 400;
}

footer {
    background: #183E63;
    padding: 10rem 0;
    color: #fff;
    padding-bottom: 0;
}

footer h4 {
    font-size: 1.3rem;
}

footer h3 {
    font-size: 2rem;
    font-weight: 700;
}

footer p {
    font-size: 1.4rem;
}

footer p a {
    color: #fff;
}

footer p a:hover {
    color: #2387C0;
}

footer h3 b {
    font-size: 3rem;
    font-weight: 700;
}

footer h5 {
    font-size: 1.9rem;
    font-weight: 700;
    margin-bottom: 3rem;
}

footer ul li {
    list-style: none;
}

footer ul li a {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 1.7rem;
    display: block;
    width: max-content;
}

footer ul li a:hover {
    color: #22A1E9;
}

.homeform {
    background: #B9D2EA;
    padding: 5rem 3rem;
    border-radius: 1rem;
    color: #383838;
}

.homeform h4 {
    font-size: 3rem;
    font-weight: 500;
}

.homeform p {
    font-size: 2rem;
    font-weight: 500;
}

.homeform .form-control {
    height: 6rem;
    border-radius: 0.5rem;
    font-size: 1.5rem;
    font-weight: 400;
    color: #383838;
    border: 0;
    padding-left: 2rem;
}

.homeform .form-control::placeholder {
    color: #383838;
}

.btn-success {
    background: #183E63;
    border-radius: 20rem;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 2rem 2rem;
    margin-top: 3rem;
}

.btn-success:hover,
.btn-success:focus {
    background: #2387C0;
    box-shadow: none;
    outline: none;
}

.form {
    padding-bottom: 10rem;
}

.formmain {
    padding: 7rem 0;
    background: #F7F7F7;
    margin-top: 8rem;
}

.formmain p a {
    color: #183E63;
}

.formmain p a:hover {
    color: #2387C0;
}

.testimonials .mySwiper {
    height: 100%;
    padding-bottom: 6rem;
}

.swiper-pagination-bullet-active {
    background: #122223;
    border: 1px solid #ccc;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #12222333;
    border-radius: 50%;
    opacity: 1;
    transition: all 0.3s ease;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 12px);
}

.swiper-pagination-bullet-active {
    position: relative;
    background: #122223;
    width: 10px;
    height: 10px;
}

.swiper-pagination-bullet-active::before {
    content: "";
    width: 25px;
    height: 25px;
    border: 2px solid #122223;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.testimonials .swiper-slide {
    background: #EFF5FB;
    padding: 6rem 4rem;
    border-radius: 1.6rem;
    height: 100%;
}

.testimonials .quote {
    position: absolute;
    top: 5rem;
    right: 4rem;
}

.testimonials h4 {
    font-size: 1.9rem;
    font-weight: 600;
    margin-bottom: 5rem;
}

.testimonials p {
    font-size: 1.5rem;
}

.swiper2 {
    padding-bottom: 9rem;
    margin-top: 2rem;
}

.goals ul li {
    font-size: 2rem;
    font-weight: 600;
    color: #383838;
    line-height: normal;
    display: flex;
    margin-bottom: 4rem;
}

.goals ul li i {
    vertical-align: middle;
}

.goals {
    margin-top: 8rem;
    margin-bottom: 10rem;
}

.upcoming-pro {
    position: relative;
    border-radius: 1.6rem;
}

.upcoming-pro img {
    border-radius: 1.6rem;
}

.upcoming-pro::before {
    content: "";
    background: linear-gradient(to bottom, #000, transparent);
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    border-radius: 1.6rem;
    top: 0;
    opacity: 70%;
}

.coming-soon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: max-content;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.9rem;
    font-weight: 500;
}

.projmain {
    margin-top: 5rem;
}

.years {
    background: #183E63;
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    color: #fff;
    position: relative;
}

.years::before {
    content: "";
    position: absolute;
    width: 10rem;
    height: 10rem;
    border: 2px dashed white;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: rotate 5s linear infinite;
}

@keyframes rotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.years-txt {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.years-txt h4 {
    font-size: 1.4rem;
    line-height: 1;
}

.year-rotate {
    position: absolute;
    top: 30%;
    left: 17%;
}

.navbar {
    transition: background-color 0.3s ease-in-out;
}

.navbar.scrolled {
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    background: linear-gradient(to bottom, #183E63, #103354) !important;
}

.header .bg-light {
    background: linear-gradient(to bottom, #183E63, #103354) !important;
}

.aboutus-main {
    padding: 5rem 0;
}

.aboutus-main::before {
    content: "";
    background: url(../images/km-icon.svg) no-repeat;
    width: 50%;
    height: 100vh;
    display: block;
    position: absolute;
    z-index: -9;
    top: 10rem;
}

.profilebg {
    background: #183E63;
    padding: 8rem 0;
    color: #fff;
}

.profilebg h1 {
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: -1px;
}

.profilebg h1 span {
    color: #22A1E9;
}

.profilesingle {
    background: #466582;
    border-radius: 8px;
    padding: 3rem 7rem;
    margin-top: 7rem;
}

.profilesingle h4 {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -1px;
}

.text70 {
    opacity: 70%;
    font-weight: 400 !important;
}

.whitebg {
    background: #fff;
    color: #1A1A1A;
}

.foundations {
    background: #EFF5FB;
    padding: 12rem 0;
    margin-bottom: 10rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: #183E63;
    color: #fff !important;
    border: 1px solid #1A1A1A;
}

.nav-pills .nav-link {
    font-size: 1.6rem;
    font-weight: 600;
    color: #1A1A1A;
    border-radius: 4rem;
    padding: 1rem 2rem;
    margin-right: 2rem;
}

.properties-details {
    border-radius: 1.2rem;
}

.properties-details img {
    border-radius: 1.2rem;
}

.property-text {
    background: rgba(24, 62, 99, 0.8);
    position: absolute;
    bottom: 2rem;
    left: 50%;
    width: 95%;
    color: #fff;
    border-radius: 8px;
    transform: translateX(-50%);
    padding: 2rem;
}

.property-text h3 {
    font-size: 1.9rem;
    font-weight: 500;
}

.property-text h5 {
    font-size: 1.6rem;
    font-weight: 500;
}

.material-icons-outlined {
    vertical-align: middle;
}

.property-text h6 {
    font-size: 1.3rem;
}

.tab-content {
    margin-top: 6rem;
    margin-bottom: 13rem;
}

.property-img {
    height: 42.2rem;
    overflow: hidden;
    border-radius: 8px;
    width: 100%;
}

.property-img img {
    object-fit: cover;
    object-position: top;
    height: 100%;
    width: 100%;

}

.removebg::before {
    display: none;
}

.removebg .visonmain {
    padding-bottom: 2rem;
}

.form-control {
    height: 6rem;
    border-radius: 0;
    font-size: 1.5rem;
    font-weight: 400;
    color: #383838;
    border: 1px solid #E0E0E0;
    padding-left: 2rem;
}

.form-control::placeholder {
    color: #828282;
}

.form .btn-success {
    border-radius: 0;
}

.contactus h1 {
    font-size: 2rem;
    font-weight: 700;
}

.contactus h4 {
    font-weight: 600;
    color: #000;
    font-size: 1.4rem;
}

.contactus p a {
    color: #383838;
}

.contactus p a:hover {
    color: #22A1E9;
}

.contact-c {
    margin-top: 5rem;
    margin-bottom: 6rem;
}

.shape {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -9;
}

.contactmain h2 {
    font-size: 2.5rem;
    font-weight: 600;
}

.contactbann {
    border-radius: 1.5rem;
}

.copyright {
    border-top: 1px dotted #53799d;
    margin-top: 5rem;
}

/* responsive */
@media screen and (max-width:768px) {
    .bg-light {
        background: linear-gradient(to bottom, #183E63, #103354) !important;
    }

    .heading-bann {
        width: 60%;
    }

    .navbar-toggler-icon {
        filter: invert(100%);
        width: 3.5rem;
        height: 3.5rem;
        opacity: 1;
    }

    .btn-close {
        filter: invert(100%);
        opacity: 1;
    }

    .navbar-toggler {
        border: 0;
        padding: 0;
    }



    .h-banner img {
        width: 43rem;
    }

    .h-banner img {
        width: 43rem;
    }


    .heading-bann h2, .heading-bann h1 {
        font-size: 3.5rem;
    }

    .heading-bann h3 {
        font-size: 2.2rem;
    }

    .offcanvas-body {
        padding: 1rem 3rem;
    }

    .mobbtn {
        margin-bottom: 2rem;
        margin-top: 2rem;
    }

    .offcanvas-title {
        margin-left: 2rem;
    }

    .offcanvas-header .btn-close {
        margin-right: 1rem;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .home-about h3 {
        font-size: 2.8rem;
    }

    .years {
        width: 11rem;
        height: 11rem;
    }

    .years::before {
        width: 9rem;
        height: 9rem;
    }

    .year-rotate {
        top: 17%;
    }

    .habout h4 {
        font-size: 2rem;
    }

    .heading h3 {
        font-size: 2.8rem;
    }

    .goals ul li {
        line-height: 4;
    }

    .habout {
        margin-top: 9rem;
    }

    .homeform {
        margin-top: 5rem;
    }

    footer h3 b {
        font-size: 2.3rem;
    }

    .mobspace {
        margin-top: 5rem;
    }

    .profilebg h1 {
        font-size: 3rem;
    }

    .profilesingle {
        padding: 3rem 4rem;
    }
}

@media screen and (max-width:600px) {
    .heading-bann h2, .heading-bann h1 {
        font-size: 3rem;
    }

    .heading-bann h3 {
        font-size: 1.8rem;
    }

    .heading-bann {
        width: 100%;
        margin-top: 10rem;
    }

    .h-banner img {
        width: 47rem
    }

    .year-rotate {
        top: 36%;
    }

    .habout h4 {
        font-size: 1.8rem;
    }

    .habout p {
        font-size: 1.5rem;
    }

    .upcoming-project {
        padding: 8rem 0;
    }

    .visonmain img {
        margin-top: 5rem;
    }

    .goals ul li {
        line-height: 3;
    }

    .homeform p {
        font-size: 1.8rem;
    }

    .profilesingle img {
        margin-bottom: 3rem;
    }
}

@media screen and (max-width:480px) {
    .heading-bann {
        padding-top: 2rem;
    }

    .habout {
        text-align: center;
    }

    .h-banner img {
        width: 40rem
    }

    .profilesingle {
        padding: 2rem 3rem;
    }

    .btn-secondary {
        padding: 1rem 2rem;
        font-size: 1.4rem;
    }

    .btn-primary {
        padding: 1rem 3rem;
        font-size: 1.4rem;
    }
}

@media screen and (max-width:360px) {
    .btn-primary {
        margin-top: 2rem;
    }

    .navbar-brand img {
        width: 80%;
    }

    .heading-bann h2, .heading-bann h1 {
        font-size: 2.5rem;
    }

    .heading-bann h3 {
        font-size: 1.6rem;
    }

    .home-about h3 {
        font-size: 2.5rem;
    }

    .habout {
        text-align: center;
    }

    .heading h3 {
        font-size: 2.3rem;
    }

    .heading h4 {
        font-size: 2rem;
    }

    .craftingblock h3 {
        font-size: 1.8rem;
    }

    .project-heading h6 {
        font-size: 1.4rem;
    }

    .project-heading h5 {
        font-size: 1.6rem;
    }

    .goals ul li {
        font-size: 1.6rem;
    }

    .homeform {
        padding: 5rem 3rem;
    }

    footer {
        padding: 7rem 0;
    }

    footer h4 {
        margin-top: 1rem;
        font-size: 1.4rem;
    }

    footer p {
        font-size: 1.5rem;
    }

    footer h5 {
        margin-bottom: 2rem;
    }

    .mobspace {
        margin-top: 4rem;
    }

    .visonmain {
        padding: 6rem 0;
    }

    .profilebg h1 {
        font-size: 2.5rem;
    }

    .profilesingle {
        padding: 2rem 3rem;
    }

    .btn-secondary {
        padding: 1rem 2rem;
        font-size: 1.3rem;
    }

    .btn-primary {
        padding: 1rem 3rem;
        font-size: 1.4rem;
    }

}