@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=Jost:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');

:root {
    --white: #fff;
    --black: #000;
    --primary: #BD1E2C;
    --secondary: #6E991B;
}

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

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

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

section {
    position: relative;
}

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

p {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.8;
    color: #5E5E5E;
}

.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 img {
    max-width: 300px;
}

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

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


/* loader */


/* navigation css */

header {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 111;
    top: 0;
    width: 100%;
    padding: 1rem 0;
    transition: 0.3s ease-in-out;
    background: rgb(1 53 90 / 55%);
}

.navbar-brand img {
    max-width: 180px;
}

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

.navbar-nav .nav-item .nav-link {
    font-size: 1.25rem;
    color: var(--white);
    padding: 0 0;
    display: inline-block;
    font-family: 'Source Sans 3', sans-serif;
}

.form-inline a {
    display: flex;
    align-items: center;
    gap: 12px;
}

.form-inline a div {
    display: grid;
    font-size: 0.875rem;
    text-transform: uppercase;
    color: var(--white);
    font-weight: 500;
}

.form-inline a div span {
    font-size: 1rem;
    font-family: 'Russo One';
}

.form-inline {
    background: #0A5E9A;
    padding: 0.875rem 1.375rem;
    border-radius: 14px;
}


/* navigation css */


/* slider css */

.main-slider {
    height: 100vh;
    z-index: 11;
}

.main-slider .swiper-pagination {
    width: fit-content;
    height: 17.25rem;
    right: 1.75rem;
    bottom: 4rem;
    left: auto;
    writing-mode: tb;
    transform: scale(-1);
    font-size: 3rem;
    color: var(--white);
}

.main-slider .swiper-pagination .swiper-pagination-current {
    font-size: 7rem;
}

.main-slider .swiper-pagination .swiper-pagination-total::before,
.main-slider .swiper-pagination .swiper-pagination-current::before {
    content: '0';
}

.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: end;
}

.bgClr {
    position: relative;
    padding-bottom: 4rem;
}

.bgClr:before {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 45%);
    width: 1629px;
    height: 260px;
    left: -15rem;
    bottom: 0;
}

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

.slideOne p {
    font-size: 1.5625rem;
    color: var(--white);
    width: 72%;
    line-height: 1.3;
}

.bannerPath {
    position: absolute;
    bottom: -3.75rem;
}

.banLinks {
    position: absolute;
    bottom: 3rem;
    left: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
}

.banLinks ul li a {
    background: #0A5E9A;
    color: var(--white);
    width: 53px;
    height: 53px;
    display: grid;
    place-items: center;
    border-radius: 50px;
    transition: 0.5s ease-in-out;
}

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

.banLinks ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.banLinks span {
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
    writing-mode: tb;
    transform: scale(-1);
}

.estimate h3 {
    font-size: 1.75rem;
    color: var(--white);
    background: var(--primary);
    padding: 44px 26px;
    writing-mode: tb;
    transform: scale(-1);
}

.estimate {
    position: absolute;
    bottom: 2rem;
    right: 9rem;
}


/* slider css */


/* About Sec Css Start */

.aboutSec {
    padding: 9rem 0 4rem 0;
}

.aboutSec .row+.row {
    padding-top: 4rem;
}

.aboutHead h2 {
    font-size: 7.5rem;
    line-height: 0.9;
    margin: 0;
    color: var(--black);
}

.aboutHead h2 span {
    font-size: 1.5625rem;
    display: block;
    text-transform: uppercase;
    color: var(--secondary);
}

.aboutHead h3 {
    color: #01355A;
    margin: 0;
}

.aboutPara a {
    font-size: 1.375rem;
    color: var(--primary);
    font-family: 'Russo One';
    text-decoration: underline !important;
}

.aboutPara p {
    margin-bottom: 5px;
}

.aboutContent a {
    font-size: 1.125rem;
    color: #01355A;
    display: block;
    font-family: 'Russo One';
    padding-bottom: 5px;
}

.aboutContent a i {
    color: var(--secondary);
    margin-right: 12px;
}

.aboutContent {
    margin-top: 1rem;
}

.aboutSec figure {
    display: flex;
    gap: 2rem;
}


/* About Sec Css End */


/* Service Sec Css Start */

.ServiceSec {
    background: rgb(247 255 219 / 90%);
    z-index: -1;
    padding: 5rem 0 24rem 0;
}

.ServiceSec:before {
    position: absolute;
    content: "";
    height: 410px;
    bottom: -6rem;
    left: 24%;
    background-color: #B1B1B1;
    width: 1px;
    z-index: 1;
}

.aboutBox {
    background-color: #FFFFFF;
    padding: 7rem 7rem 7rem 3rem;
    width: 93%;
    margin: 2rem 0 0 2rem;
}

.aboutBox h2 span {
    font-size: 30px;
    display: block;
    font-family: 'Jost';
    padding-bottom: 1.5rem;
}

.aboutBox a {
    font-size: 1.375rem;
    color: var(--primary);
    border: 2px solid var(--primary);
    padding: 10px 20px;
    display: inline-block;
    background: transparent;
}

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

.abtImg {
    position: absolute;
    right: -6rem;
    bottom: -19rem;
    z-index: -1;
}

.subHeading {
    font-size: 5rem !important;
    text-transform: uppercase;
    padding-bottom: 6rem;
    line-height: 1 !important;
}

.secondService {
    background: #E3E3E3;
    height: 1340px;
    z-index: -11;
}

.secondService .aboutBox {
    padding: 4rem 7rem 4rem 3rem;
    margin: 0rem 0 0 2rem;
}

.secondService .abtImg {
    left: 0;
    top: -2rem;
}

.secondService:before {
    height: 159px;
    left: 20%;
}

.thirdSrv {
    background: #DFEEFF;
    padding-top: 17rem;
}

.thirdSrv .aboutBox {
    margin-top: -12rem;
    padding: 6rem 7rem 6rem 3rem;
}

.fourSrv {
    background: #FFE5D9;
}

.fourSrv:before {
    display: none;
}

.srvBtn a {
    font-size: 1.5625rem;
    color: var(--white);
    background: var(--primary);
    font-family: 'Russo One';
    padding: 15px 30px;
}


/* Service Sec Css End */


/* Construction Sec Css Start */

.constructionSec {
    background: url(../images/constructionBg.jpg) center/cover no-repeat;
    height: 1224px;
    display: grid;
    place-items: center;
}

.constructionHead h2 {
    font-size: 9.375rem;
    color: var(--white);
    text-transform: uppercase;
    text-align: center;
    line-height: 0.9;
}


/* Construction Sec Css End */


/* Testimonial Sec Css Start */

.testimonialSec {
    padding: 4rem 0 8rem 0;
}

.testBorder {
    position: relative;
}

.testBorder:before {
    content: "";
    position: absolute;
    border: 1px solid #CCCCCC;
    width: 98%;
    height: 582px;
    border-radius: 27px;
    bottom: -3.5rem;
}

.testimonialWrap {
    border: 1px solid #E1E1E1;
    border-radius: 27px;
    background: var(--white);
    box-shadow: 0 0 49px #E8E8E8;
    padding: 0 1rem 2rem 0;
    text-align: center;
}

.testimonialWrap figure {
    border: 15px solid var(--secondary);
    width: fit-content;
    margin: auto;
    border-radius: 100%;
    margin-top: -8rem;
}

.testimonialSec .subHeading {
    padding-bottom: 0;
}

.testimonialWrap p {
    font-size: 1.4375rem;
    color: #777777;
    font-style: italic;
    width: 71%;
    margin: auto;
    padding: 3rem 0 1.2rem 0;
    line-height: 1.9;
}

.testimonialWrap h4 {
    font-size: 1.25rem;
    color: var(--black);
}

.quoteImg img {
    position: absolute;
}

.quoteImg .quoteOne {
    top: 12%;
    left: 12rem;
}

.quoteImg .quoteTwo {
    bottom: -5rem;
    right: 6rem;
}

.testimonialSlider {
    padding-top: 10rem;
}

.testimonialSec .swiper-button-next:after {
    content: '\f178';
    font-family: 'Font Awesome 5 Pro';
}

.testimonialSec .swiper-button-prev:after {
    content: '\f177';
    font-family: 'Font Awesome 5 Pro';
}

.testimonialSec .swiper-button-next,
.testimonialSec .swiper-button-prev {
    color: var(--black);
    top: 65%;
}

.testimonialSec .swiper-button-next {
    right: -4.5rem;
}

.testimonialSec .swiper-button-prev {
    left: -4.5rem;
}

.testimonialSec .swiper-pagination-bullet {
    width: 19px;
    height: 19px;
    background: rgb(58 58 58 / 27%);
    opacity: 1;
}

.testimonialSec .swiper-pagination-bullet-active {
    background: #3A3A3A;
}

.testimonialSec .swiper-pagination {
    margin-bottom: -7rem;
}

.testBg {
    position: absolute;
    bottom: -12.5rem;
}


/* Testimonial Sec Css End */


/* Portfolio Sec Css Start */

.portfolioSec {
    background: #FFD6DA;
    padding: 6rem 0;
}

.portfolioWrap {
    position: relative;
}

.portfolioContent {
    position: absolute;
    bottom: 2.5rem;
    left: 3rem;
}

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

.portfolioContent a {
    font-size: 1.25rem;
    text-transform: uppercase;
    color: var(--white);
    text-decoration: underline !important;
    font-family: 'Russo One';
}


/* Portfolio Sec Css End */


/* Blog Sec Css Start */

.blogSec {
    padding: 4rem 0;
}

.blogContent h3 span {
    font-size: 0.875rem;
    display: block;
    font-family: 'Jost';
}

.blogContent h3 {
    font-size: 1.875rem;
    margin: 0;
    line-height: 1.3;
}

.blogContent a {
    font-size: 1.375rem;
    text-transform: uppercase;
    color: var(--primary);
    font-family: 'Russo One';
    border: 2px solid var(--primary);
    padding: 0.875rem 1.5em;
    display: inline-block;
    background: transparent;
}

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

.blogContent {
    margin-top: 12px;
}

.blogWrap figure img {
    width: 100%;
}

.blogSlider {
    margin-left: 15rem;
}


/* Blog Sec Css End */


/* Contact Sec Css Start */

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

.contactSec .row+.row {
    padding-top: 7rem;
}

.contactForm .form-group .form-control {
    background: transparent;
    border: unset;
    border-bottom: 3px solid var(--white);
    border-radius: unset;
    padding: 0;
    box-shadow: unset;
    color: var(--white);
}

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

.contactForm .form-group .form-control::placeholder {
    color: var(--white);
}

.contactBtn button {
    font-size: 1.5625rem;
    border: unset;
    text-transform: uppercase;
    font-family: 'Russo One';
    background: #C02936;
    color: var(--white);
    padding: 8px 7em;
}

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

.contactBox {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.contactBox figure {
    background: #00233D;
    width: 124px;
    height: 124px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--white);
    font-size: 2rem;
    border: 1px dashed #707070;
}

.contactBox .contactText a {
    font-size: 1.875rem;
    color: var(--white);
    line-height: 1.2;
    font-weight: 500;
}

.contactBox .contactText a span {
    display: block;
    font-weight: bold;
}

.socialLinks {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.socialLinks li a {
    background: var(--white);
    width: 80px;
    height: 80px;
    display: grid;
    place-items: center;
    font-size: 1.375rem;
    color: #163764;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

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


/* Contact Sec Css End */


/* Footer Css Start */

footer {
    background: #00233D;
    padding-top: 5rem;
}

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

footer h3 {
    font-size: 1.875rem;
    color: var(--white);
}

.links li a {
    font-size: 1.25rem;
    color: var(--white);
    font-family: 'Source Sans 3';
}

.footPara {
    color: var(--white);
    font-size: 0.875rem;
    font-weight: 500;
}

.footForm input {
    border: 1px solid #D6D6D6;
    width: 100%;
    height: 50px;
    padding-left: 1.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0.875rem
}

.footForm input::placeholder {
    color: #888C90;
}

.footForm button {
    font-size: 1.25rem;
    background: #C02936;
    border: unset;
    text-transform: uppercase;
    font-family: 'Russo One';
    color: var(--white);
    padding: 12px 30px;
    margin-left: auto;
    display: block;
}

.copyRight ul {
    display: flex;
    gap: 1rem;
}

.copyRight ul li a {
    color: var(--white);
    font-size: 1.125rem;
    font-weight: 500;
}

.copyRight ul li+li {
    border-left: 1px solid var(--white);
    padding-left: 1rem;
}

.copyRight p {
    font-size: 0.875rem;
    color: var(--white);
    font-weight: 500;
    margin: 0;
}

.copyRight {
    border-top: 2px solid #4F6788;
    margin-top: 3rem;
    padding: 2rem 0;
}


/* Footer Css End */


/* Inner Pages Css Start */

.innerBanner {
    position: relative;
}

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

.testimonialInner .row+.row {
    margin-top: 7rem;
}

.testimonialInner {
    padding-bottom: 12rem;
}

.blogInner .row+.row {
    padding-top: 4rem;
}

.portWrap {
    margin-bottom: 1.7rem;
}

.portfolioInner {
    padding: 4rem 0;
}

.serviceInner .swiper-button-next,
.serviceInner .swiper-button-prev {
    border: 2px solid var(--white);
    border-radius: 50px;
    width: 52px;
    height: 52px;
    background: transparent;
    color: var(--white);
}

.serviceInner .swiper-button-next:hover,
.serviceInner .swiper-button-prev:hover {
    background: var(--white);
    color: var(--black);
}

.serviceInner .swiper-button-prev:after,
.serviceInner .swiper-button-next:after {
    font-family: 'Font Awesome 5 Pro';
    font-size: 24px;
}

.serviceInner .swiper-button-prev:after {
    content: '\f060';
}

.serviceInner .swiper-button-next:after {
    content: '\f061';
}

.serviceInner .swiper-button-prev {
    left: 5rem;
}

.serviceInner .swiper-button-next {
    right: 5rem;
}

.srvBox a {
    border: 2px solid var(--primary);
    color: var(--primary);
    font-size: 1.375rem;
    font-family: 'Russo One';
    padding: 14px 1.5em;
    display: inline-block;
}

.srvBox h2 {
    text-transform: capitalize !important;
}

.srvBox h3 {
    text-transform: capitalize;
}

.srvBox {
    background: var(--white);
    box-shadow: 0 33px 82px rgb(125 125 125 / 17%);
    padding: 2rem 2rem 2rem 2rem;
    position: relative;
    z-index: 1;
    width: 92%;
    margin: -5rem auto 0;
}

.serviceInner .row+.row {
    padding-top: 4rem;
}

.serviceInner {
    padding: 4rem 0;
}

.aboutInner .subHeading {
    font-size: 6.25rem !important;
    color: #01355A;
}

.aboutInner .aboutHead h2 {
    font-size: 14.875rem;
}

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

.aboutInner {
    padding-top: 4rem;
}


/* Inner Pages Css End */

.aboutHead img {
    width: 450px;
}

.abtText img {
    width: 300px;
}

.estimationInner {
    padding: 5rem 0;
}

.estimationInner p {
    font-size: 1.25rem;
    color: var(--black);
    font-weight: 500;
}

.estimationInner p a {
    color: var(--secondary);
}


/* range slider css  */



.largeProject {
    background: #F6FAFF;
    padding-top: 8rem;
    z-index: 1;
    padding-bottom: 5rem;
}

.afordableBox {
    border: 2px solid #E5E5E5;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    padding: 1rem 1.2rem;
}

.largeHead {
    text-align: center;
    margin-bottom: 2rem;
}

.largeHead h2 {
    font-size: 33px;
    color: #01355A;
    margin: 0;
}

.largeHead p {
    margin: 0;
    font-size: 25px;
    color: #515F66;
}

.moveSlide h3 {
    font-size: 20px;
    color: #01355A;
    margin: 0;
    line-height: 0.7;
}

.moveSlide label {
    font-size: 14px;
    color: #515F66;
    margin: 0;
}



.price-input {
    width: 100%;
    display: flex;
    margin: 0;
}

.price-input .field {
    display: flex;
    width: 100%;
    height: auto;
    align-items: center;
}

.field input {
    /* width: 100%; */
    /* height: 100%; */
    outline: none;
    font-size: 19px;
    margin-left: 0;
    border-radius: 5px;
    text-align: left;
    border: 0;
    -moz-appearance: textfield;
    font-size: 14px;
    color: #01355A;
    background: transparent;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}

/* .slider {
    height: 9px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
} */

/* .slider .progress {
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: #6E991B;
} */

.range-input {
    position: relative;
}

.range-input input {
    /* position: absolute; */
    width: 100%;
    height: 5px;
    /* top: -7px; */
    /* background: none; */
    /* pointer-events: none; */
    background-color: #BFBFBE;
    accent-color: #6E991B;
    /* -webkit-appearance: none;
    -moz-appearance: none; */
}

/* input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #6E991B;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #6E991B;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
} */

/* Support */
.support-box {
    top: 2rem;
    position: relative;
    bottom: 0;
    text-align: center;
    display: block;
}

.b-btn {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.b-btn.paypal i {
    color: blue;
}

.b-btn:hover {
    text-decoration: none;
    font-weight: bold;
}

.b-btn i {
    font-size: 20px;
    color: yellow;
    margin-top: 2rem;
}

.price-input .field+.field {
    justify-content: flex-end;
}

.price-input .field+.field input {
    text-align: right;
}

.priceBox {
    border: 2px solid #E6E6E6;
    background: #F9F9F9;
    border-radius: 10px;
    padding: 7px 20px 6px;
    margin: 10px 0 16px;
}

.field {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.field input+input {
    text-align: right;
}

.estimatePay {
    background: #375196;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 1.6rem 0;
    border-radius: 10px;
    margin-bottom: -9px;
    position: relative;
}

.estimatePay label {
    font-size: 25px;
    color: var(--white);
    margin: 0 0 6px;
}

.estimatePay span {
    font-size: 80px;
    color: var(--white);
    font-family: 'Russo One', sans-serif;
    line-height: 1;
}

.totalAmount {
    background: #01355A;
    padding: 0 5rem;
}

.totalAmount ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.totalAmount ul li {
    font-size: 16px;
    color: var(--white);
}

.totalAmount ul li:last-child {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.totalAmount ul li .amountFinal {
    font-size: 30px;
    font-family: 'Russo One', sans-serif;
}

.proDone {
    font-size: 26px;
    color: #01355A;
    text-align: center;
    padding: 1.5rem 0;
    background: #FFFFFF;
}

.personalize {
    background: #BD1E2C;
    font-size: 30px;
    color: var(--white);
    text-align: center;
    font-family: 'Russo One', sans-serif;
    padding: 1.5rem 0;
    border-radius: 0 0 10px 10px;
}



img.img-fluid.parlgo {
    position: absolute;
    right: 0;
    bottom: 2rem;
    width: 17%;
}

/* privacySec */
.privacySec {
    padding: 5rem 0;
}

.privacySec-content .secHeading {
    font-size: 2rem;
    margin: 1rem 0;
}

.privacySec-content p a{
    color: var(--primary);
    font-weight: 500;
}
