@import url('https://fonts.googleapis.com/css2?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');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400&display=swap');

:root {
    --white: #fff;
    --black: #000;
    --primary: #1F93A9;
    --secondary: #333333;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: "Poppins", sans-serif;
}

@media (min-width: 1700px) {
    .container {
        max-width: 1410px;
    }
}

section {
    position: relative;
}

h1,
h2,
h3 {
    font-family: 'Oswald', sans-serif;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

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

figure {
    margin: 0;
}

/* loader */

.preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.preLoader.black {
    background-color: var(--white);
    z-index: 11113;
}

.preLoader.white {
    z-index: 11112;
    background-color: var(--primary);
}

/* loader */

/* btn css */

.themeBtn {
    background: var(--primary);
    font-size: 1rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    padding: 1rem 1.25rem;
    line-height: normal;
    font-family: 'Montserrat', sans-serif;
}

.themeBtn:hover {
    background: var(--black);
    color: var(--white);
}

/* btn css */

/* navigation css */

.topBar {
    padding-top: 1rem;
    z-index: 1;
    position: relative;
}

nav.navbar.navbar-expand-lg {
    margin-top: -2rem;
}

.topBar ul {
    display: flex;
    gap: 2rem;
    justify-content: end;
}

.topBar ul li a {
    color: var(--black);
    font-size: 0.875rem;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.topBar ul li a i {
    color: var(--primary);
}

.topBar ul li:nth-child(1) a {
    font-size: 1rem;
}

.navbar-nav {
    align-items: center;
    gap: 2.5rem;
}

.navbar-nav .nav-item .nav-link {
    font-size: 1.125rem;
    color: var(--black);
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 0;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
}

.navbar-nav .nav-item .nav-link:hover {
    color: var(--primary);
}

.navbar-brand {
    position: relative;
}

.navbar-brand img {
    width: 250px;
    margin-bottom: -3rem;
}

.navbar-brand:before {
    content: "";
    position: absolute;
    background: var(--white);
    width: 265px;
    height: 243px;
    border-radius: 50%;
    right: -6px;
    top: 1.5rem;
    z-index: -1;
}

header {
    position: relative;
    z-index: 1;
}

/* navigation css */

/* slider css */

.main-slider {
    height: 1023px;
    margin-top: -2rem;
    overflow: hidden;
}

.homeSlider.swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.homeSlider.swiper-container .swiper-slide {
    overflow: hidden;
}

.homeSlider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.banHeading span {
    display: block;
    font-size: 3.125rem;
    font-weight: lighter;
}

.banHeading {
    font-size: 5.625rem;
    color: var(--white);
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 1rem;
}

.main-slider p {
    font-size: 1.125rem;
    color: var(--white);
    text-transform: uppercase;
    background: var(--primary);
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    width: fit-content;
    margin: auto;
    padding: 10px 1rem;
}

.banIcons {
    position: absolute;
    top: 33%;
    left: 8%;
}

.banIcons ul {
    display: grid;
    position: relative;
}

.banIcons ul:before {
    content: "";
    position: absolute;
    background: rgb(255 255 255 / 50%);
    width: 3px;
    height: 116px;
    left: 0;
    right: 0;
    margin: auto;
    top: -8rem;
}

.banIcons ul:after {
    content: "";
    position: absolute;
    background: rgb(255 255 255 / 50%);
    width: 3px;
    height: 116px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -8rem;
}

/* slider css */

/* About Sec Css Start */

.aboutSec {
    padding: 6rem 0 5rem 0;
}

.secHeading {
    font-size: 3.4375rem;
    text-transform: uppercase;
    color: var(--black);
    line-height: 1.1;
}

.secHeading span {
    font-size: 1.875rem;
    display: block;
    font-weight: lighter;
}

.aboutContent p, .aboutContent li {
    color: #535353;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 2;
}

/* About Sec Css End */

/* Service Sec Css Start */

.serviceSec {
    background: #F6F6F6;
    padding: 6rem 0;
}

.serviceSec .row + .row {
    padding-top: 5rem;
}

.serviceImg {
    margin-left: -6rem;
    position: relative;
    z-index: 1;
}

.serviceBox {
    background: var(--white);
    margin-left: -7rem;
    padding: 4.5rem 2rem 4.5rem 7.7rem;
    box-shadow: 1.37px 3.76px 103px rgb(200 200 200 / 55%);
}

.serviceBox h2 {
    font-size: 2.8125rem;
}

.serviceBox p, .serviceBox li {
    color: #5D6977;
    font-weight: 500;
    line-height: 1.9;
}

.serviceBox .themeBtn {
    padding: 1rem 1.7rem;
}

.srvimgTwo {
    margin-right: -6rem;
}

.boxTwo {
    padding: 4.5rem 7.7rem 4.5rem 2rem;
    margin-left: -1rem;
}

/* Service Sec Css End */

/* Home Sec Css Start */

.homeSec {
    padding-top: 1.5rem;
    margin-bottom: 2rem;
    overflow: hidden;
}

.homeWraps {
    position: relative;
}

.homeWraps figure {
    position: relative;
    overflow: hidden;
}

.homeWraps figure img {
    transition: 0.8s ease-in-out;
}

.homeWraps:hover figure img {
    transform: scale(1.1);
}

.homeContent {
    position: absolute;
    top: 0;
    bottom: 1rem;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: end;
}

.subHead {
    font-size: 2.5rem;
    color: var(--white);
}

/* Home Sec Css End */

/* Project Sec Css Start */

.projectSec {
    padding: 6rem 0 4rem 0;
}

.projectWraps {
    position: relative;
}

.projectWraps figure img {
    width: 100%;
}

.projectContent {
    position: absolute;
    top: 0;
    bottom: 1rem;
    left: 0;
    right: 0;
    display: flex;
    align-items: end;
    justify-content: center;
    text-align: center;
    opacity: 0;
}

.projectContent h2 span {
    font-size: 1.375rem;
}

.projectContent h2 {
    line-height: 1.2;
}

.projectSec .swiper-slide.swiper-slide-active .projectContent {
    opacity: 1;
}

.projectSlider {
    padding-bottom: 4rem;
}

.projectSlider .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    color: rgb(0 0 0 / 20%);
}

.projectSlider .swiper-pagination-bullet-active {
    width: 19px;
    height: 19px;
    background: var(--primary);
    position: relative;
}

.projectSlider .swiper-pagination-bullet-active:before {
    content: "";
    position: absolute;
    border: 1px solid var(--primary);
    height: 30px;
    width: 30px;
    border-radius: 50px;
    left: -6px;
    top: 0;
    margin: auto;
    bottom: 0;
    right: 0;
}

.projectSlider .swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

/* Project Sec Css End */

/* Testimonial Sec Css Start */

.testimonialSec {
    background: #F6F6F6;
    padding: 4rem 0;
}

.mainHead {
    font-size: 3.75rem;
}

.testimonialWraps p {
    font-size: 1.5rem;
    font-style: italic;
    line-height: 1.7;
    color: var(--black);
}

.testimonialWraps h3 {
    font-size: 1.625rem;
    text-transform: uppercase;
    color: var(--black);
    margin: 1.5rem 0 1rem 0;
}

.testimonialSlider {
    padding-bottom: 5rem;
}

.testimonialSlider .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    color: rgb(0 0 0 / 20%);
}

.testimonialSlider .swiper-pagination-bullet-active {
    width: 19px;
    height: 19px;
    background: var(--primary);
    position: relative;
}

.testimonialSlider .swiper-pagination-bullet-active:before {
    content: "";
    position: absolute;
    border: 1px solid var(--primary);
    height: 30px;
    width: 30px;
    border-radius: 50px;
    left: -6px;
    top: 0;
    margin: auto;
    bottom: 0;
    right: 0;
}

.testimonialSlider .swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

/* Testimonial Sec Css End */

/* Contact Sec Css Start */

.contactSec {
    background: url(../images/contactBg.webp) center/cover no-repeat;
    padding: 6rem 0;
}

.contactHead h2 {
    color: var(--white);
}

.contactHead p {
    color: var(--white);
    font-size: 1.125rem;
    font-family: 'Montserrat', sans-serif;
}

.contactForm .form-group .form-control {
    background: transparent;
    border-top: unset;
    border-left: unset;
    border-right: unset;
    border-radius: unset;
    border-bottom: 1px solid var(--white);
    height: 55px;
    padding-left: 2rem;
    color: #fff;
}

.contactForm .form-group {
    display: flex;
    align-items: baseline;
    position: relative;
}

.contactForm .form-group i {
    position: absolute;
    left: 6px;
    color: var(--white);
    top: 1.125rem;
}

.contactForm .form-group .form-control::placeholder {
    color: #B3B8C4;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.contactForm .form-group input {
    margin-bottom: 5rem;
}

.contactForm .themeBtn {
    background: #001E24;
    border: unset;
    padding: 1rem 2.25rem;
}

.contactInformation ul {
    display: flex;
    justify-content: space-between;
}

.contactInformation ul li a div {
    background: #001E24;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    display: grid;
    place-items: center;
    font-size: 30px;
    color: var(--white);
}

.contactInformation ul li a {
    display: flex;
    align-items: center;
    gap: 14px;
}

.contactInformation ul li a span {
    display: grid;
    color: var(--white);
    font-size: 1.25rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.contactInformation ul li a span strong {
    font-size: 1.375rem;
    font-family: 'Oswald';
    text-transform: uppercase;
}

.contactInformation {
    margin-top: 6rem;
}

/* Contact Sec Css End */

/* Footer Css Start */

footer {
    background: #001E24;
    padding-top: 5rem;
}

footer ul li a:hover {
    color: var(--primary);
}

footer h3 {
    font-size: 1.625rem;
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 1.2rem;
}

.links li a {
    text-transform: uppercase;
    color: var(--white);
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.links li + li {
    padding-top: 0.875rem;
}

.footForm p {
    font-size: 0.875rem;
    color: var(--white);
    line-height: 0;
}

.footForm input {
    border-radius: unset;
    border: 1px solid #D6D6D6;
    height: 52px;
    padding-left: 1.3rem;
    margin-bottom: 10px;
}

.footForm input::placeholder {
    font-size: 0.875rem;
    color: #888C90;
}

.footForm .themeBtn {
    border: unset;
    padding: 1rem 2.25rem;
    display: block;
    margin-left: auto;
}

.tems-ul {
    display: flex;
    color: var(--white);
}

.tems-ul li a {
    color: var(--white);
    padding: 0 1rem;
}

.copyRight p {
    color: var(--white);
    margin: 0;
}

.socialLinks {
    display: flex;
    justify-content: end;
    gap: 8px;
}

.socialLinks li a {
    border: 1px solid var(--white);
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    border-radius: 50px;
    color: var(--white);
    font-size: 1.25rem;
    background: transparent;
}

.socialLinks li a:hover {
    background: var(--primary);
    color: var(--white);
}

.copyRight {
    border-top: 2px solid #8A8A8A;
    margin-top: 3rem;
    padding: 1.5rem 0;
}

/* Footer Css End */

/* Inner Pages Css Start */

.innerBanner {
    position: relative;
    margin-top: -2rem;
}

.innerBanner .overlay {
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aboutInner .row + .row {
    padding-top: 3rem;
}

.galleryWraps {
    margin-bottom: 2rem;
}

.galleryInner {
    padding: 4rem 0 2rem 0;
}

.reviewsInner {
    padding: 5rem 0 4rem 0;
}

.reviewsInner .testimonialWraps {
    text-align: center;
    background: #F6F6F6;
    border-radius: 10px;
    padding: 2rem 2rem;
    margin-bottom: 1.5rem;
}

.cont-wrap {
    display: flex;
    gap: 2.5rem;
    margin-bottom: 1.5rem;
    align-items: center;
    justify-content: center;
}

.cont-wrap figure {
    background: var(--primary);
    height: 143px;
    width: 143px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    box-shadow: 0 0 0 12px rgb(31 147 169 / 70%);
}

.tex h3 {
    font-size: 1.9375rem;
    color: var(--black);
    text-transform: uppercase;
}

.tex p {
    font-size: 1.375rem;
    color: var(--black);
}

.contact .form-group {
    margin-bottom: 2.5rem;
}

.contact .form-control {
    border: none;
    border-bottom: 1px solid #707070;
    border-radius: 0;
    font-size: 28px;
    height: 70px;
    background: transparent;
    padding: 0;
}

.contact .form-control::placeholder {
    color: rgb(0 0 0 / 50%);
}

.contact .themeBtn {
    border: unset;
    font-size: 1.125rem;
    padding: 1.2rem 2.25rem;
}

.contactHeadss h2 {
    font-size: 4.375rem;
}

.contactHeadss {
    margin: 2rem 0;
}

.contact {
    padding: 6rem 0;
}

.aboutContent ul,
.serviceBox ul {
    margin-bottom: 2rem;
}
a.footLogo img {
    width: 250px;
}
.small-image img {
    width: 100%;
   height: 660px;
}
/* Inner Pages Css End */

.reviewsInner input {
    width: 100%;
    height: 3.5rem;
    padding-left: 1rem;
    background: #f6f6f6;
    border: none;
}

.reviewsInner textarea{
    width: 100%;
    height: 150px;
    padding: 1rem;
    background: #f6f6f6;
    border: none;
}

.reviewsInner label {
    font-size: 1.2rem;
    font-weight: 400;
}
.reviewsInner form {
    margin: 2rem 0;
}

.reviewsInner button {
    border: none;
}