@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');
*{
    padding: 0;
    margin: 0;
}
body, h1, h2, h3, h4, h5, h6, p, ul {
    padding: 0;
    margin: 0;
    font-family: 'Inter', sans-serif;
}
.center {
    text-align: center;
}
/* ===== Landing Page Styling ===== */
.navbar-brand img {
    width: 70px;
}
.navbar-nav {
    margin: 0 auto;
}
.navbar-nav li a {
    font-size: 14px;
    font-weight: 600;
    color: #000 !important;
    text-transform: uppercase;
    transition: 0.3s;
}
.navbar-nav li a:hover {
    color: #6ab8ee !important;
    transition: 0.3s;
}
.banner-slider-inner-wrap {
    position: relative;
}
.banner-slider-inner-wrap img {
    height: 750px;
}
.banner-txt {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #0000007d;
    z-index: 1;
    top: 0;
    text-align: center;
    padding-top: 260px;
    color: #fff;
}
.banner-txt h3 {
    color: #6ab8ee;
    font-size: 74px;
    font-weight: 800;
    margin: 10px 0 50px 0;
}
.banner-txt h5 {
    font-weight: 700;
    font-size: 22px;
}
.banner-txt a {
    display: flex;
    width: 120px;
    color: #fff;
    text-decoration: none;
    background: #6ab8ee;
    height: 42px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    margin: 0 auto;
    font-weight: 600;
    transition: 0.3s;
}
.banner-txt a:hover {
    color: #000;
    background: #fff;
    transition: 0.3s;
}
.banner-slider .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff !important;
    width: 10px;
    height: 10px;
}
.banner-slider .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #6ab8ee !important;
}
.gallery-content {
    padding: 50px 0 40px 0;
}
.gal-box {
    height: 238px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 24px;
    overflow: hidden;
    position: relative;
    transition: 0.4s;
}
.gal-box img {
    width: 100%;
    transition: 0.4s;
}
.gal-box:hover img {
    width: 100%;
    transform: scale(1.1);
    transition: 0.4s;
}
.gal-box:hover span {
    position: absolute;
    top: 0;
    left: 0;
    background: #6ab8eeba;
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.4s;
}
.gal-txt {
    padding-left: 20px;
}
.theme-txt-box h6 {
    font-size: 14px;
    font-weight: 700;
    color: #6ab8ee;
    margin-bottom: 20px;
}
.theme-txt-box h4 {
    font-size: 35px;
    font-weight: 700;
    color: #6ab8ee;
    width: 230px;
}
.seprator {
    height: 10px;
    width: 70px;
    background: #6ab8ee;
    margin: 30px 0 15px 0;
}
.theme-txt-box p {
    color: rgb(38, 50, 56);
    font-weight: 400;
    font-size: 14px;
    width: 346px;
    line-height: 22.5px;
}
.services-it {
    background: #242424;
}
.section-title {
    background-color: #212121;
    padding: 85px 0 20px 0;
}
.section-title h4 {
    font-size: 35px;
    color: rgb(106, 184, 238);
    font-weight: 600;
}
.section-title h5 {
    color: #fff;
    font-weight: 400;
    font-size: 24px;
}
.serve-content {
    padding: 30px 0;
}
.ser-txt-box {
    text-align: center;
    color: #fff;
}
.ser-txt-box h6 {
    font-size: 17px;
    margin: 30px 0 15px 0;
    font-weight: 600;
}
.ser-txt-box p {
    font-size: 15px;
    font-weight: 400;
}
.projects-it {
    padding: 85px 0;
    background: #212121;
    color: #fff;
    text-align: center;
}
.projects-it h4, .projects-it h5 {
    font-size: 33px;
    font-weight: 600;
    width: 1050px;
    margin: 0 auto;
    color: #6ab8ee;
}
.project-content {
    padding: 30px 0 0 0;
}
.proj-txt-box h6 {
    font-size: 18px;
    font-weight: 600;
    width: calc(100% - 30px);
    margin: 30px auto 0 auto;
}
.partners-it {
    background-image: url('imgs/partner-bg.jpeg');
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
}
.partner-content {
    background-color: #6ab8eecf;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feedback-it {
    background-image: url('imgs/parallex.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}
.feedback-content {
    padding: 80px 0;
    background: #000000a8;
}
.contact-txt h5 {
    font-size: 30px;
    font-weight: 600;
    padding: 35px 0 25px 0;
    color: #6ab8ee;
}
.contact-txt p {
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 21px;
}
.contact-txt a {
    display: flex;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 21px;
    align-items: center;
}
.contact-txt a i {
    font-size: 21px;
    margin-right: 10px;
    color: #6ab8ee;
    padding: 0 10px;
}
.contact-form {
    padding: 60px 45px;
    color: #fff;
    border: 1px solid #fff;
}
.contact-form h5 {
    text-align: center;
    font-size: 24px;
    padding-top: 15px;
}
.contact-form h6 {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    border-bottom: 1px solid #313131;
    padding: 10px 0 25px 0;
}
.contact-form-content {
    padding: 14px 30px;
}
.contact-form .form-control {
    background: transparent;
    border-radius: unset;
    border: unset;
    border-bottom: 2px solid #fff;
    color: #848484 !important;
    padding: 15px;
}
.contact-form .form-control::placeholder {
    color: #848484 !important;
}
.contact-form-content button {
    color: #fff;
    border: unset;
    border-radius: 6px;
    width: 100%;
    padding: 10px 0;
    background-color: #6ab8ee;
    font-weight: 600;
}
.forgot-pass a {
    font-size: 14px;
    color: #878787;
}
.forgot-pass a i {
    margin-left: 8px;
}
.top-footer {
    padding: 30px 0;
    overflow: hidden;
}
.top-foot-txt h4, .top-foot-txt p {
    width: 100%;
}
.bottom-footer p {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: hsla(0, 0%, 14%, 1);
    color: #fff;
    font-size: 13px;
}





@media screen and (max-width: 1399px){
    .gal-box {
        height: 207px;
    }
}

@media screen and (max-width: 1199px){
    .gal-box {
        height: 172px;
    }
}

@media screen and (max-width: 1070px){
    .projects-it h4, .projects-it h5 {
        width: 100%;
        padding: 0 30px;
    }
}

@media screen and (max-width: 991px){
    .gal-box {
        height: auto;
    }
    .gal-txt {
        padding-left: 0;
    }
    .theme-txt-box h4 {
        width: 100%;
    }
    .theme-txt-box p {
        width: 100%;
    }
    .proj-txt-box {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 770px){
    .theme-txt-box p {
        width: 100%;
    }
    .banner-txt {
        padding: 260px 30px 0 30px;
    }
}

@media screen and (max-width: 767px){
    .ser-txt-box {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 575px){
    .banner-txt h5 {
        font-size: 16px;
    }
    .banner-txt h3 {
        font-size: 40px;
    }
    .banner-slider-inner-wrap img {
        height: 600px;
    }
    .banner-txt {
        padding: 200px 20px 0 20px;
    }
    .theme-txt-box h4 {
        font-size: 22px;
    }
    .section-title h4 {
        font-size: 22px;
    }    
    .section-title h5 {
        font-size: 18px;
        padding: 0 15px;
    }
    .ser-txt-box h6 {
        margin: 20px 0 15px 0;
    }
    .projects-it h4, .projects-it h5 {
        font-size: 22px;
    }
    .contact-form {
        padding: 30px 15px;
    }
}