@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&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');

::selection {
    background: var(--theme-color);
    color: #fff;
    text-shadow: none;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    background-color: var(--theme-color);
}

html {
    font-size: 16px;
    overflow-x: hidden;
}

body {
    position: relative;
    font-family: "Poppins", sans-serif;
    background: var(--white);
    overflow-x: hidden;
    color: var(--para-color);
}

/*.container {
    max-width: 1170px;
}*/

:root {
    --white: #ffffff;
    --black: #000;
    --grey: #333;
    --theme-color: #171b3e;
    --para-color: #333333;
    --head-color: #000000;
    --red: #bd1723;
}

.themeCol {
    color: var(--theme-color);
}

.secondaryCol {
    color: var(--secondary-color);
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.67;
    color: var(--para-color);
    margin-bottom: 2rem;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    color: var(--white);
}

h1 {
    font-size: 5.313rem;
    margin-bottom: 2rem;
}

h1 strong {}

h2 {
    font-size: 4.5rem;
    color: var(--head-color);
    margin-bottom: 1.5rem;
    line-height: 1.28;
    font-weight: 800;
}

h3 {
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--head-color);
}

h4 {
    font-size: 16px;
    font-weight: 500;
}

.smallhead {
    font-size: 1.125rem;
    color: var(--theme-color);
    font-weight: 600;
    position: relative;
    padding-left: 3rem;
    text-transform: uppercase;
}

.smallhead:before {
    content: '';
    position: absolute;
    left: 0;
    top: -5px;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background-color: #fbc102;
}

.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;
    color: var(--theme-color);
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

figure {
    margin: 0;
}

section {
    padding: 5rem 0;
}

.whiteCol {
    color: var(--white);
}

.redcol {
    color: var(--red);

}

.blueCol {
    color: var(--theme-color);
}

.posinit {
    position: initial;
}

.pt-6 {
    padding-top: 6rem;
}

.pt-10 {
    padding-top: 10rem;
}

.swiper-button-next,
.swiper-button-prev {
    /* transform: translateY(-50%); */
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
    color: var(--black);
}

.swiper-button-prev {
    left: 10px;
}

.swiper-button-next {
    right: 10px;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    transition: all 0.3s ease;
    border-radius: 20px;
}

.swiper-pagination-bullet-active {
    width: 25px;
}

.swiper-slide-shadow-left {
    display: none;
}

.swiper-slide-shadow-right {
    display: none;
}

.swiper-pagination-bullet-active {
    background-image: var(--red-gradient-color);
}

.swiper-pagination {}


/* 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: 350px;
}

.preLoader.black {
    background-color: #1e1e1e;
    z-index: 11113;
}

.preLoader.white {
    z-index: 11112;
    background: var(--theme-color);
}

/* loader */

/* Cursor Start */

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    margin-left: 2px;
    margin-top: 2px;
    width: 7px;
    height: 7px;
    z-index: 10000001;
    background-color: var(--primary);
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
        margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner:before {
    content: "Click Me";
    width: 100%;
    height: 100%;
    position: absolute;
    font-size: 1rem;
    top: 8px;
    left: 2px;
    display: flex;
    border-radius: 100%;
    opacity: 0;
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.active::before {
    opacity: 1;
    top: 0;
}

.cursor-inner.cursor-hover {
    margin-left: -10px;
    margin-top: -10px;
    width: 30px;
    height: 30px;
    background-color: var(--primary);
    opacity: 0.3;
}

.cursor-inner.cursor-hover.active {
    margin-left: -40px;
    margin-top: -40px;
    width: 120px;
    height: 120px;
    opacity: 1;
    background-color: #007bff9e;
}

/* Cursor End */

/* btn css */

.themeBtn,
.btnSubmit {
    background: var(--red);
    padding: 15px 40px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.63;
    color: var(--white);
    display: inline-block;
    border: none;
    transition: all 0.3s ease;
    border-radius: 1100px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.themeBtn:hover,
.btnSubmit:hover {
    color: var(--white);
}

.themeBtn:before,
.copyright .socialicons a:before {
    content: '';
    z-index: -1;
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    background-color: var(--theme-color);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f4a21a', endColorStr='##ffde00', gradientType='1');
    transform-origin: right center;
    -webkit-transform-origin: right center;
    -webkit-transform: scale(0, 1);
    -khtml-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform .3s cubic-bezier(.37, .31, .2, .85);
    -khtml-transition: transform .3s cubic-bezier(.37, .31, .2, .85);
    -moz-transition: transform .3s cubic-bezier(.37, .31, .2, .85);
    -ms-transition: transform .3s cubic-bezier(.37, .31, .2, .85);
    -o-transition: transform .3s cubic-bezier(.37, .31, .2, .85);
    transition: transform .3s cubic-bezier(.37, .31, .2, .85);
}

.themeBtn:hover:before,
.copyright .socialicons a:hover:before {
    transform-origin: left center;
    -webkit-transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -khtml-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.themeBtn+.themeBtn {
    margin-left: 1rem;
}

.themeBtn.fillBtn {
    background-color: rgb(245 162 96 / 30%)
}

/* .themeBtn.fillBtn:before{ background: var(--theme-color); } */
.themeBtn i {
    margin-left: 10px;
}

.para {
    font-size: 1.25rem;
    line-height: 1.56;
}

.bdBtn {
    border-radius: 10px;
    border: solid 1.5px #333;
    color: var(--theme-color);
    padding: 0.7rem 1.6rem;
    display: inline-block;
}

.bdBtn i {
    margin-left: 10px;
}

/* btn css */

/* mouse animation css  */

.bounce-element {
    animation: bounce 0.9s infinite alternate;
    -webkit-animation: bounce 0.9s infinite alternate;
}

@keyframes bounce {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-15px);
    }
}

@keyframes zoomBig {
    0% {
        transform: translate(-50%, -50%) scale(0.6);
        opacity: 1;
        border-width: 3px;
    }

    40% {
        opacity: .5;
        border-width: 2px;
    }

    65% {
        border-width: 1px;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-width: 1px;
    }
}

.mouse {
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 11;
    text-align: center;
}

/* mouse animation css  */


/* Header Css */

.main-header {
    /* padding: 0rem 0; */
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

header {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    transition: all 0.3s ease;
    /* padding: 7px 0; */
}

.navbar-brand img {
    max-width: 130px;
    height: auto;
}

.topheader {
    background: var(--theme-color);
    padding: 10px 0;
}

.topheader .container-fluid {
    max-width: 90%;
}

.topheader .detailsInfo {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.topheader .detailsInfo a {
    display: flex;
    align-items: center;
    color: var(--white);
    font-size: 12px;
}

.topheader .detailsInfo a i {
    font-size: 13px;
}

.topheader .detailsInfo i {
    background: var(--white);
    width: 27px;
    height: 27px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: var(--red);
}

.socialIcons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.socialIcons a {
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    border-radius: 100%;
    font-size: 13px;
}

.socialIcons a i {
    color: var(--red);
}

/* Hamburger Menu */

.menu-Bar {
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0px;
    margin: auto;
    z-index: 22;
    display: none;
}

.menu-Bar span {
    display: block;
    height: 4px;
    width: 100%;
    background: var(--theme-color);
    position: absolute;
    transition: 0.6s all;
    border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
    top: 0;
}

.menu-Bar span:nth-child(2) {
    top: 8px;
    transform-origin: left;
}

.menu-Bar span:nth-child(3) {
    top: 16px;
}

.menu-Bar.open span {
    background: #ffffff;
}

.menu-Bar.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 12px;
    transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 12px;
    transform-origin: right-center;
}

/* Menu Css */

.menuWrap .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: initial;
}

.main_nav {
    background: var(--theme-color);
}

.menu {
    font-size: 0px;
    display: inline-block;
    vertical-align: middle;
}

.menu li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.menu li:last-child {
    padding-right: 0;
}

.menu li a {
    display: block;
    font-size: 1rem;
    color: var(--theme-color);
    font-weight: 500;
    line-height: normal;
    display: block;
    padding: 0.5rem 1rem;
}

/* .menu > li:hover > a, */
.menu>li.active>a,
.menu>li:hover>a {
    color: var(--red);
}

.menu li a.themeBtn {
    color: var(--white);
    padding: 15px 45px;
    margin-left: 0.5rem;
}

.menu li.active a.themeBtn {
    background: var(--theme-color);
}

/* Menu Dropdown CSS */

.has-child,
.menu-item-has-children {
    position: relative;
    z-index: 1;
}

.dropdown,
.sub-menu {
    position: absolute;
    background: #1c7347;
    border-radius: 0px 0px 10px 10px;
    top: 100%;
    width: 190px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%), 0 6px 6px rgb(0 0 0 / 10%);
    display: none;
}

.dropdown .dropdown,
.sub-menu .sub-menu {
    left: 100%;
    top: 0;
}

.dropdown ul li a,
.sub-menu li a {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding: 10px 20px;
}

.dropdown li:not(:last-child),
.sub-menu li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.chev.rotate {
    transform: rotate(180deg);
}

.chev {
    transition: .5s ease;
}

/* Dropdown CSS*/

.swiper-button-next,
.swiper-button-prev {
    width: 35px;
    height: 35px;
    background: var(--red);
    border-radius: 100%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: var(--white);
    font-size: 14px;
}

.swiper-button-next {
    right: -2rem;
}

.swiper-button-prev {
    left: -2rem;
}

.main-banner {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 8rem 0 12rem;
    text-align: center;
    min-height: 1000px;
}

.main-banner h3,
.main-banner h1,
.main-banner p {
    color: var(--white);
}

.main-banner h1 {
    line-height: 1.23;
    font-weight: 800;
    font-size: 38px;
    margin-bottom: 0px;
}

.main-banner h1 span {
    display: block;
    font-size: 3.625rem;
    font-weight: 500;
}

.main-banner a.themeBtn {
    background: var(--white);
    color: var(--theme-color);
}

.main-banner a.themeBtn:hover {
    color: var(--red);
}

.aboutSec {
    padding: 0 0 5rem;
}

.aboutSec h2 span {
    font-size: 2.188rem;
    font-weight: 500;
    display: block;
}

h2.font45 {
    font-size: 2.813rem;
    font-weight: 600;
}

h2.font45 span {
    font-weight: normal;
}

.commercialDv {
    padding-top: 5rem;
    border-top: 1px solid #ddd;
}

.commercialSlider .BoxSlide {
    text-align: center;
}

.commercialSlider .BoxSlide figure {
    margin-bottom: 1rem;
}

.commercialSlider .BoxSlide h3 {
    color: var(--theme-color);
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.sliderarrows {
    position: relative;
}

.commercialDv .BoxSlide {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3rem 2rem;
    min-height: 310px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    text-align: center;
    margin-bottom: 2rem;
    border-radius: 10px;
    gap: 1rem;
    position: relative;
    z-index: 1;
}

.commercialDv .BoxSlide:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .5;
    z-index: -1;
}

.commercialDv .BoxSlide h3 {
    font-size: 1.45rem;
    font-weight: 600;
    color: var(--head-color);
}


.services_icons {
    fill: #1a5b79;
    color: #1a5b79;
    border-color: #1a5b79;
}

.services_icons svg {
    width: 3em;
    height: 3em;
    position: relative;
    display: block;
}

.allservicess {
    padding: 3rem 0;
}

.BxitemsCom {
    padding: 1rem 1rem;
    text-align: center;
    margin-bottom: 1rem;
    border-radius: 10px;
    box-shadow: 0 4px 34px 0 rgba(0, 0, 0, 0.1);
    border: solid 2px #fff;
    background-color: #fff;
}

.BxitemsCom img {
    max-width: 100px;
    margin: auto auto 1rem;
}

.bookAppSec {
    background: url('../images/bookappointment-Bg.png') no-repeat;
    background-size: 100% 100%;
    width: 100%;
    min-height: 1330px;
    position: relative;
}

.bookForm .field {
    margin-bottom: 2rem;
}

.bookForm .field label {
    color: var(--white);
    font-size: 1rem;
    font-weight: 600;
    display: block;
}

.bookForm .field input,
.bookForm .field select {
    background: var(--white);
    padding: 16px 19px;
    border-radius: 17px;
    width: 100%;
    border: none;
    font-size: 13px;
}

.bookForm .field textarea{
    background: var(--white);
    padding: 16px 19px;
    border-radius: 17px;
    width: 100%;
    max-height: 130px;
    border: none;
}

.bookForm .scheduleBtn input {
    width: 100%;
}

.compannyVan {
    position: absolute;
    bottom: -1rem;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.compannyVan img {
    max-width: 55%;
    height: 350px;
}

.ourGallery figure {
    margin-bottom: 2rem;
}

.testimoBox {
    background: url('../images/testimBg.png') no-repeat;
    background-size: 100% 100%;
    padding: 4rem 2rem;
    width: 100%;
    height: 453px;
}

.testimoBox img {
    width: 54px;
    height: 54px;
    border-radius: 100%;
}

.testimoBox p {
    color: var(--white);
    margin: 2rem 0 0;
    line-height: 1.8;
    font-style: italic;
    padding-right: 5rem;
}

.testimoBox h3 {
    font-size: 1.625rem;
    color: var(--red);
    font-weight: 700;
    margin-bottom: 0;
}

.testimoBox h3 span {
    font-size: 1.063rem;
    color: var(--white);
    opacity: 0.5;
    display: block;
    font-weight: normal;
}

.testimoBox .profiletestim {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.ctaSec {
    background: url('../images/ctaBg.png') no-repeat;
    padding: 12rem 0 5rem;
    text-align: center;
    background-size: 100% 100%;
}

.ctaSec h2 {
    color: var(--white);
    font-size: 3.438rem;
    font-weight: bold;
}

.ctaSec h2 span {
    font-weight: normal;
}

.ctaSec a.themeBtn {
    background: var(--theme-color);
    color: var(--white);
}

.ctaSec a.themeBtn:before {
    background: var(--red);
}

.ctaSec p {
    color: var(--white);
}

.timeInfo .items {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    font-size: 13px;
}

.timeInfo .items+.items {
    border-top: 1px solid #e3e3e3;
}

footer {
    padding: 5rem 0;
}

footer p {
    margin-bottom: 18px;
    font-size: 13px;
}

.flogo {
    margin-bottom: 2rem;
}

.flogo a img{
    max-width: 130px;
    height: auto;
}

footer h3 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

footer .widget ul li {
    padding: 7px 0;
}

footer .widget ul li a {
    font-size: 13px;
    color: #454545;
}

footer a:hover {
    color: var(--theme-color) !important;
}

footer .socialIcons a {
    background: var(--red);
    color: var(--white);
}

footer .socialIcons a i {
    color: var(--white);
}

footer .socialIcons a:hover {
    background: var(--theme-color);
}

.contaclistss a i {
    background: var(--red);
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: var(--white);
    flex-shrink: 0;
}

.contaclistss a {
    display: flex;
    align-items: center;
    gap: 0.20rem;
}

.copyright {
    background: var(--theme-color);
    padding: 1rem 0;
    text-align: center;
}

.copyright p {
    color: var(--white);
    margin-bottom: 0;
}

.main-banner.innerBann {
    min-height: 485px;
    background-size: 100%;
    padding: 5rem 0;
    z-index: 1;
    position: relative;
}

.main-banner.innerBann h1 span {
    display: inline-block;
    font-size: 5.313rem;
}

.serviceSecs .commercialDv {
    border-top: none;
    padding-top: 3rem;
}

.bookAppSec.contactSecs {
    margin-top: -10rem;
    padding-top: 10rem;
    padding-bottom: 28rem;
}

.testimLeft {
    position: relative;
    padding-bottom: 3rem;
}

#swipernext2,
#swiperprev2 {
    position: absolute;
    bottom: 0;
    margin: 0;
    top: initial;
    width: 68.8px;
    height: 35.2px;
    border-radius: 40px;
}

#swipernext2 {
    right: initial;
    left: 82px;
}

#swiperprev2 {
    left: 0;
}

.ourGallery img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.serviceSecs h2 {
    font-size: 2.2rem;
}

.serviceSecs ul {
    padding-left: 20px;
    list-style: disc;
    margin-bottom: 2rem;
}

.serviceSecs ul li {
    font-size: 1rem;
}

.topsetdv .BxitemsCom {
    min-height: 346px;
}

.topsetdv .BxitemsCom h3 {
    font-size: 1.5rem;
    font-weight: 700;
}

/* bannerSliderSec start */
.bannerSliderSec{
    position: relative;
    width: 100%;
    padding: 0px;
}

.bannerSlider{
    position: relative;
    width: 100%;
    overflow: hidden;
}

.bannerSlider .swiper-pagination-bullet{
    width: 20px;
    height: 8px;
    transition: all 0.3s ease;
    border-radius: 20px;
}

.swiper-pagination-bullet-active{
    width: 35px !important;      
    background-color: var(--white);
}

.bannerSliderContent{
    position: relative;
    z-index: 1;
    padding: 110px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bannerSliderContent::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}

.bannerSliderContent h3{
    color: var(--white);
    font-size: 1.25rem;
    font-weight: 500;
}

.bannerSliderContent h1{
    color: var(--white);
    line-height: 1.23;
    font-weight: 800;
    margin-bottom: 15px;
}

.bannerSliderContent p{
    color: var(--white);
    margin-bottom: 15px;
    text-align: center;
}
/* bannerSliderSec end */

/* ourGallery start */
.ourGallery a{
    display: block;
    margin-top: 22px;
}
/* ourGallery end */