/* FONT IMPORT */


/* Google Font */

@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:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

/* Local Font */

:root {
    --white: #fff;
    --black: #000;
    --primary: #5FA7DD;
    --secondary: #7EA534;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: "Jost", sans-serif;
}

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;
}


/* PRELOADER */

.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);
}


/* PRELOADER */


/* GLOBAL CSS */

.themeBtn {
    background: var(--primary);
    font-size: 1.125rem;
    color: var(--white);
    text-transform: uppercase;
    display: inline-block;
    padding: 0.9375rem 2.3em;
    border-radius: 50px;
    line-height: normal;
}

.themeBtn:hover {
    background: var(--secondary);
    color: var(--white);
}


/* !GLOBAL CSS */


/* NAV HEADER CSS */

header {
    padding: 1rem 0;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar-nav {
    align-items: center;
    gap: 4rem;
}

.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;
}

.navbar-nav .nav-item .nav-link:hover {
    transform: translateY(-10px);
    color: var(--secondary);
}


/* !NAV HEADER CSS */


/* MAIN HERO SLIDER CSS */

.main-slider {
    height: 950px;
    background: url(../images/mainBan.webp)center/cover;
    background-attachment: fixed;
}

.main-slider:before,
.inner-banner::before {
    content: "";
    position: absolute;
    background: linear-gradient(160deg, #000000, transparent);
    inset: 0;
    opacity: 50%;
}

.homeSlider.swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    overflow: hidden;
}

.homeSlider.swiper-container .swiper-slide {
    overflow: hidden;
    display: flex;
    align-items: center;
}

.slideOne h1 {
    color: var(--white);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 5rem;
    line-height: 1.1;
}

.slideOne p {
    color: var(--white);
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 0.625rem;
}


/* !MAIN HERO SLIDER CSS */


/* About Sec Css Start */

.aboutSec {
    padding: 6.25rem 0;
}

.aboutContent h4 {
    font-size: 1.75rem;
    text-transform: uppercase;
    color: var(--primary);
}

.aboutImages {
    display: flex;
    gap: 1rem;
}

.aboutImg {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.aboutimg {
    width: 444px;
}

.aboutImg>img {
    object-fit: cover;
}

.yearBox {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #F7F2ED;
    justify-content: center;
    padding: 1rem 0;
}

.yearBox h4 {
    font-size: 3.125rem;
    font-weight: bold;
    color: #D54447;
    margin: 0;
}

.yearBox h5 {
    color: var(--black);
    font-size: 0.8125rem;
    text-transform: uppercase;
    line-height: 1.5;
    margin: 0;
    letter-spacing: 1px;
}

.yearBox h5 span {
    display: block;
    font-size: 0.6875rem;
    color: #787878;
}

.mainHeading {
    font-size: 3.75rem;
    text-transform: uppercase;
    color: var(--black);
    font-weight: 600;
    line-height: 1.1;
}

.aboutContent p {
    color: #707070;
    line-height: 1.875;
}

.themeBtn1 {
    background: var(--secondary);
    font-size: 1rem;
}

.themeBtn1:hover {
    background: var(--primary);
}


/* About Sec Css End */


/* Commercial Sec Css Start */

.commercialSec {
    background: var(--secondary) url(../images/commercialBg.webp)right no-repeat;
    padding: 2.1875rem 0;
}

.commercialHeading span {
    color: var(--white);
    font-size: 1.125rem;
}

.commercialHeading h3 {
    color: var(--white);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 2.125rem;
    margin: 0;
    line-height: 1.35;
}

.callBtn {
    display: flex;
    align-items: center;
    gap: 1.125rem;
    margin-left: 3rem;
}

.callBtn div {
    background: var(--secondary);
    width: 125px;
    height: auto;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 50%;
    transition: 0.5s ease;
}

.callBtn:hover div {
    background: var(--primary);
}

.callBtn:hover div img {
    animation: tada 1s infinite;
}

.callBtn:hover a {
    transform: translateX(10px);
}

.callBtn a {
    color: var(--white);
    font-size: 2.5rem;
    line-height: 1.3;
}

.callBtn a span {
    display: block;
    font-size: 1rem;
}


/* Commercial Sec Css End */


/* Service Sec Css Start */

.serviceSec {
    background: #F8F8F8;
    padding: 6.25rem 0;
}

.serviceHeading p {
    font-size: 1.125rem;
    color: #828282;
    margin-bottom: 1.2rem;
}

.serviceWrap {
    text-align: center;
}

.serviceWrap figure {
    overflow: hidden;
}

.serviceWrap figure img {
    transition: 0.5s ease;
}

.serviceWrap figure:hover img {
    transform: scale(1.1);
}

.serviceWrap h3 {
    text-transform: uppercase;
    font-size: 1.625rem;
    color: var(--black);
    margin-top: 1.25rem;
}

.serviceWrap p {
    font-size: 1.125rem;
    color: var(--black);
    line-height: 1.7;
}

.serviceWrap .themeBtn {
    font-weight: 500;
    padding: 0.8rem 1.5em;
}

.serviceWrap .themeBtn:hover {
    background: #5CA249;
}


/* Service Sec Css End */


/* Choose Sec Css Start */

.chooseSec {
    background: unset;
}

.chooseSec h2 {
    margin-bottom: 2.5rem;
}

.chooseBox {
    text-align: center;
    background: #F8F8F8;
    padding: 4.0625rem 0;
    transition: 0.5s ease;
}

.chooseBox:hover {
    background: #5CA249;
}

.chooseBox figure img {
    transition: 0.5s ease;
}

.chooseBox:hover figure img {
    filter: brightness(0) invert(1);
}

.chooseBox h3 {
    font-size: 1.6875rem;
    text-transform: uppercase;
    color: var(--black);
    margin-top: 0.75rem;
    transition: 0.5s ease;
}

.chooseBox:hover h3,
.chooseBox:hover p,
.chooseBox:hover a {
    color: var(--white);
}

.chooseBox p {
    color: var(--black);
    line-height: 1.875;
    width: 79%;
    margin: 0 auto 8px;
    transition: 0.5s ease;
}

.chooseBox a {
    text-transform: uppercase;
    color: #393939;
    font-size: 1.125rem;
    font-weight: 500;
    text-decoration: underline !important;
    transition: 0.5s ease;
}


/* Choose Sec Css End */


/* Safety Sec Css Start */

.safetySec {
    background: #D54447;
    padding: 0 0 3.125rem 5rem;
}

.safetyHeading {
    padding-top: 4rem;
}

.safetyHeading .mainHeading {
    font-weight: 500;
}

.safetyHeading p {
    color: var(--white);
    font-size: 1.125rem;
    line-height: 2.4;
    width: 90%;
}

.safetyHeading p+p {
    margin-top: 3rem;
}

.safetyImages {
    position: relative;
}

.safetyImages .btn-video {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    margin: auto;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: var(--white);
    color: #D54447;
    font-size: 1.75rem;
    outline: 2px solid var(--white);
    outline-offset: 1.5rem;
    transition: 0.5s ease;
}

.safetyImages .btn-video:hover {
    outline-offset: 1rem;
}

.cta-call-option {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
    margin: 2.5rem 0 0 4.375rem;
}

.cta-call-option h3 {
    color: var(--white);
    font-size: 2.5rem;
    margin: 0;
    font-weight: 400;
}

.cta-call-option .btn-call:focus {
    box-shadow: none;
}

.cta-call-option .btn-call {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    color: var(--white);
    font-size: 2.5rem;
}

.cta-call-option .btn-call figure {
    width: 3.5rem;
    height: 3.5rem;
    background-color: var(--white);
    border-radius: 50%;
    color: #D54447;
    display: grid;
    place-items: center;
    font-size: 1.5rem;
    margin-left: 1rem;
}

.cta-call-option .btn-call:hover figure i {
    animation: tada 1s infinite;
}


/* Safety Sec Css End */


/* Customer Sec Css Start */

.main {
    padding-top: 5.3125rem;
    background: linear-gradient(180deg, #FFFFFF, #F3F3F3);
}

.customerSec {
    padding-bottom: 4.6875rem;
}

.customerSec .mainHeading,
.blogSec .mainHeading {
    font-weight: bold;
}

.customerPara p {
    font-size: 1.125rem;
    line-height: 1.9;
    color: var(--black);
    margin-left: 2rem;
    font-family: "Poppins", sans-serif;
}

.customerWrap {
    display: flex;
    align-items: center;
    background: var(--white);
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    padding: 3.125rem 2.1875rem 2.1875rem 2.1875rem;
}

.customerWrap div {
    flex: 1;
}

.customerWrap ul {
    display: flex;
    gap: 6px;
}

.customerWrap ul li i {
    color: #F7A51E;
    font-size: 1.25rem;
}

.customerWrap p {
    font-size: 0.875rem;
    color: #828282;
    line-height: 2;
    font-style: italic;
    position: relative;
    margin: 0.75rem 0 1.8rem 0;
    width: 90%;
    font-family: "Poppins", sans-serif;
}

.customerWrap p:before {
    content: "";
    position: absolute;
    background: linear-gradient(45deg, #5FA7DD, #ff000000);
    width: 320px;
    height: 2px;
    bottom: -0.75rem;
}

.customerWrap h5 {
    color: var(--black);
    font-size: 1.0625rem;
    font-weight: 600;
    font-style: italic;
    margin: 0;
    font-family: "Poppins", sans-serif;
}

.customerWrap span {
    font-size: 0.8125rem;
    color: #828282;
    font-style: italic;
}

.customerWrap figure {
    position: relative;
}

.customerWrap figure div {
    background: var(--primary);
    width: 5rem;
    height: 5rem;
    display: grid;
    place-items: center;
    border-radius: 50px;
    color: var(--white);
    font-size: 2.5rem;
    border: 5px solid var(--white);
    position: absolute;
    top: -1rem;
    right: 0;
}

.customerSlider {
    padding: 3.4375rem 2px 5rem 2px;
}

.customerSlider .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.customerSlider .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: rgb(213 68 71 / 50%);
    opacity: 1;
}

.customerSlider .swiper-pagination-bullet-active {
    width: 1rem;
    height: 1rem;
    background: #D54447;
}


/* Customer Sec Css End */


/* Blog Sec Css Start */

.blogSec {
    padding-bottom: 6.25rem;
}

.blogBox {
    border: 1px solid #EFEFEF;
    background: var(--white);
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    padding: 2.5rem 2.5rem 3.75rem 2.5rem;
}

.blogBox figure {
    text-align: center;
}

.blogBox span {
    text-transform: uppercase;
    color: var(--secondary);
    font-size: 1.25rem;
    display: block;
    margin: 2.5rem 0 0.625rem 0;
}

.blogBox h4 {
    font-size: 1.875rem;
    color: var(--black);
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.4;
}

.blogBox p {
    color: #707070;
    font-size: 1.125em;
    font-style: italic;
    line-height: 1.7;
    margin-bottom: 2.1875rem;
}

.blogBox a {
    text-transform: uppercase;
    font-size: 1.625rem;
    color: var(--secondary);
    text-decoration: underline !important;
}

.blogWraps h4 {
    font-size: 1.5rem;
    margin: 5px 0;
}

.blogWraps span {
    margin: 0;
}

.blogWraps {
    padding: 1.25rem 1.25rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.blogWraps div {
    flex: 1;
}

.blogWraps+.blogWraps {
    margin-top: 1.875rem;
}


/* Blog Sec Css End */


/* Quote Sec Css Start */

.quoteBox {
    background: var(--white);
    box-shadow: 0 4px 16px rgb(0 0 0 / 16%);
    padding: 1.875rem 1.875rem 1.875rem 3.75rem;
    position: relative;
    z-index: 1;
}

.quoteBox .mainHeading {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 3.875rem;
    margin-bottom: 1rem;
}

.quoteForm .form-group {
    margin-bottom: 1.25rem;
}

.quoteForm .form-control,
.quoteForm select {
    background: #EFEFEF;
    border-radius: 20px;
    border: 1px solid var(--white);
    outline: unset;
    box-shadow: unset;
    width: 100%;
    color: #707070;
    padding-left: 1rem;
}

.quoteForm input,
.quoteForm select {
    height: 80px;
}

.quoteForm .form-control::placeholder {
    color: #707070;
}

.quoteForm textarea {
    padding-top: 1.5rem;
    resize: unset;
}

.quoteForm .themeBtn1 {
    border: unset;
    padding: 11px 1.4em;
    outline: unset;
}

.quoteImg img {
    box-shadow: 0 4px 16px rgb(0 0 0 / 16%);
}

.googleMap {
    margin-top: -19rem;
}

.googleMap iframe {
    display: block;
    filter: grayscale(1);
}


/* Quote Sec Css End */


/* Footer Css Start */

footer {
    padding-top: 7.1875rem;
    background: #030504;
}

footer ul li a:hover {
    color: var(--primary);
}

footer h4 {
    font-size: 1.5625rem;
    color: var(--white);
    padding-bottom: 1.2rem;
    text-transform: uppercase;
    font-weight: 400;
}

.links li a {
    color: var(--white);
    text-transform: uppercase;
    font-size: 0.875rem;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}

.links li+li {
    border-top: 1px dashed rgb(255 255 255 / 50%);
    padding-top: 7px;
    margin-top: 7px;
}

.contactInfom li a {
    color: var(--white);
}

.contactInfom li a span {
    display: block;
    margin: 0 0 3px;
}

.contactInfom li+li {
    border-top: 1px dashed rgb(255 255 255 / 50%);
    padding-top: 1rem;
    margin-top: 1rem;
}

.socialLinks li a {
    display: inline-flex;
    align-items: center;
    gap: 1.25rem;
    color: var(--white);
    transition: 0.5s ease;
}

.socialLinks li a span {
    text-decoration: underline !important;
}

.socialLinks li a i {
    background: rgb(255 255 255 / 20%);
    width: 39px;
    height: 39px;
    display: grid;
    place-items: center;
    border-radius: 50px;
    color: var(--white);
    font-size: 1.25rem;
    transition: 0.5s ease;
}

.socialLinks li a:hover i {
    background: var(--primary);
}

.socialLinks li+li {
    border-top: 1px dashed rgb(255 255 255 / 50%);
    padding-top: 0.7rem;
    margin-top: 0.7rem;
}

.copyRight p {
    margin: 0;
    color: var(--white);
    font-size: 1.125rem;
    text-align: center;
}

.copyRight {
    border-top: 1px solid rgb(223 223 224 / 50%);
    margin-top: 3.125rem;
    padding: 1.5625rem 0;
}

.footLogo p {
    color: var(--white);
    font-size: 0.875rem;
    line-height: 1.8;
    margin: 1.25rem 0 0 0;
}


/* Footer Css End */

/* inner-pages */
.inner-banner {
    background: url("../images/inner-bg.png") no-repeat 80% center / cover fixed;
    height: 618px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.inner-banner__content {
    position: relative;
}

.inner-banner__content h1 {
    font-size: 5rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--white);
    margin: 0;
}

.about-inner .row+.row {
    margin-top: 5rem;
}

.blog-inner {
    padding: 5rem 0 2rem;
}

.blog-inner .blogBox {
    padding: 1.25rem;
    margin-bottom: 3rem;
}

.blog-inner .blogBox span {
    font-size: 15px;
    margin: 0.75rem 0;
}

.blog-inner .blogBox h4 {
    font-size: 1.5rem;
}

.blog-inner .blogBox p {
    margin-bottom: 1.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.blog-inner .blogBox a {
    font-size: 16px;
}

.customer-inner .customerWrap {
    margin-bottom: 2.875rem;
}

.contact-info-section {
    padding: 2rem 0 7rem;
}

.info-icon {
    width: 220px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--secondary);
    display: grid;
    place-items: center;
    margin: 0 auto 1.5rem;
}

.info-text h4 {
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--black);
    text-transform: capitalize;
}

.info-text p {
    font-size: 1.25rem;
    color: var(--black);
}

.careers-section .aboutContent h4 {
    font-size: 2rem;
    font-weight: 600;
    color: var(--black);
    font-family: "Oswald", sans-serif;
    margin: 0 0 0.5rem;
}

.careers-section .aboutContent li {
    position: relative;
    font-size: 1rem;
    font-weight: 500;
    color: #707070;
    padding-left: 1.75rem;
    line-height: 1;
}

.careers-section .aboutContent li+li {
    margin-top: 1.25rem;
}

.careers-section .aboutContent li::before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: var(--secondary);
    position: absolute;
    top: 0;
    left: 0;
}

.careers-section .aboutContent p a,
.privacyContent p a,
.termsContent p a {
    font-weight: 600;
    color: var(--secondary);
}

/* privacy & terms page*/

.privacy,
.terms {
    padding: 6rem 0;
}

.privacyContent :is(p, li),
.termsContent :is(p, li) {
    font-size: 1.125rem;
    font-weight: 500;
    margin: 0 0 1rem;
    color: #707070;
}

.privacyContent h3,
.termsContent h3 {
    font-size: 2.125rem;
    font-weight: 600;
    margin: 1.125rem 0;
}

.privacyContent .list li,
.termsContent .list li {
    position: relative;
    padding-left: 1.75rem;
}

.privacyContent .list li::before,
.termsContent .list li::before {
    content: "";
    width: 16px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--secondary);
    position: absolute;
    top: 0.25rem;
    left: 0;
}


.aboutImages.aos-init.aos-animate img {
    object-fit: cover;
}

.serviceWrap img {
    width: 100%;
    height: 367px;
    object-fit: cover;
}

.serviceWrap-imglg img {
    height: 403px;
}

.blogBox img {
    width: 100%;
    height: 375px;
    object-fit: cover;
}

.blogBox.blogWraps img {
    width: 250px;
    height: 200px;
    object-fit: cover;
}