@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 500;
    line-height: 27px;
    font-family: 'montserrat-medium';
    font-size: 14px;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}


@font-face {
    font-family: 'rajdhani-bold';
    src: url(../fonts/rajdhani-bold.ttf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'montserrat-medium';
    src: url(../fonts/montserrat-medium.ttf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'rajdhani-semibold';
    src: url(../fonts/rajdhani-semibold.ttf);
    font-weight: 400;
    font-style: normal
}
/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}


.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'rajdhani-bold';
    font-size: 57px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
    text-transform: uppercase;
}

h2 {
    font-family: 'rajdhani-bold';
    font-size: 55px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    /* margin: 0 0 30px; */
    text-transform: uppercase;
}

h3 {
    font-family: 'rajdhani-bold';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'rajdhani-bold';
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'rajdhani-bold';
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'rajdhani-bold';
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */
.topSec {
    background: #243e8b;
    padding: 10px 0px;
}
ul.topSec_loct {
    display: flex;
    gap: 14px;
    align-items: center;
    margin: 0;
}

ul.topSec_loct li a {
    color: #fff;
    font-size: 14px;
}

ul.topSec_loct li a i {
    padding-right: 21px;
}

.topSec p {
    color: #fff;
    margin: 0;
    text-align: center;
}
.menuSec {
    padding: 13px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    /* position: relative; */
    /* list-style: none; */
    /* padding: 0; */
    margin: 0;
    text-align: start;
    text-transform: uppercase;
    display: flex;
    justify-content: flex-start;
    gap: 54px;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}
.menuSec-right {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 34px;
    position: relative;
    z-index: 1;
}

.mail-head {
    display: flex;
    align-items: center;
    gap: 12px;
}
.menuSec-right::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 63px;
    background: #00000036;
    left: -23px;
}
.mail-head span {
    font-size: 12px;
}

.mail-head a {
    font-size: 12px;
    color: #243e8b !important;
    font-weight: 600;
}
.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000000;
    /* padding: 10px 23px; */
    font-size: 16px;
    font-family: 'rajdhani-semibold';
}

.menuSec ul li a:after {
    /* content: ''; */
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
}

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}
.carousel-item.active {
    height: 100vh;
    width: 100%;
}
section.main_slider::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 63%;
    background: #234982;
    bottom: 0;
}
section.main_slider {
    padding: 20px 0 100px;
    position: relative;
    z-index: 1;
}
section.main_slider.inner-banner:before {
    position: unset;
}

section.main_slider.inner-banner .carousel-item.active {
    height: 68vh;
}

section.main_slider.inner-banner {
    padding: 35px 0 0;
}
section.main_slider .row {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 0 50px;
}
.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    /* background: rgba(0, 0, 0, 0.1); */
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}
.main_slider .container:before {
    position:absolute;
    width: 100%;
    height : 100%;
    content:'';
    background: #000000a1;
    top: 0;
    left: 0;
    z-index:-1;
      border-radius: 15px;
}
section.main_slider.inner-banner .container::before {
    position: absolute;
    content: '';
    background: #234982b0;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
      border-radius: 15px;
}
.banner_text.inner-banner.wow.fadeInLeft {
    text-align: center;
    width: 50%;
    margin: 0 auto;
}
.banner_text.inner-banner h1 {
    margin: 0;
}
section.main_slider.inner-banner  .container {
    background-image: url(../images/inner-banner.jpg);
}
section.main_slider .container.inner-banner {
    height: 65vh;
}
.main_slider .container {
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
    border-radius: 15px;
    position: absolute;
    left: 0;
    right: 0;
    top: -202px;
    z-index: 1;
}

/*banner css end*/

/* Buttons css Starts */
.banner_btn {
    display: flex;
    gap: 25px;
    align-items: center;
}
.theme1 {
    display: inline-flex;
    align-items: center;
    justify-content: start;
    border: 1px solid #e1e1e1;
    padding: 0;
    transition: ease-in;
    transition-duration: 0.2s;
}

.theme1 span.btn-txt {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #af0418;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    transition: ease-out;
    transition-duration: 0.2s;
}

.theme1:hover span.btn-txt {
    background-color: #000;
    color: #fff;
    transition: ease-in;
    transition-duration: 0.2s;
}


.theme1 span.btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    object-fit: contain;
    background-color: #fff;
    padding: 0 14px;
}
span.btn-txt.Join-Campaign_btn {
    background-color: #243e8b;
}
/* Buttons css Ends */
.abot_sec {
    padding: 100px 0;
}
.abot_sec.inner-about .row {
    align-items: end;
}
.about_img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.abot_sec .row {
    align-items: center;
}
.services{
    background-color: #1b1b1b;
    padding: 100px 0;
}
.services_content {
    text-align: center;
}

.services_content h2 {
    color: #fff;
    margin-bottom: 0px;
}

.services_content p {
    color: #fff;
}.Services_tools img {
    height: auto !important;
    width: auto !important;
}

.Services_tools {
    height: 60px;
    width: 60px;
    background: #243e8b;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 40%;
    left: 0;
}

.serives_box {
    position: relative;
    z-index: 1;
}

.serives_box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.services_text a img {
    height: auto;
    width: auto;
}

.services_text h3 {
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 11px;
}

.services_text p {
    color: #fff;
}

.services_text {
    background: #2c2c2c;
    padding: 25px;
}
.heat_cool {
    padding: 100px 0;
}

.heat_cool .container {
    background: #f6f6f6;
    padding: 40px;
}
.heat_cool_img img {
    height: 520px;
    object-fit: cover;
    width: 100%;
}

.heat_cool .row {
    align-items: center;
}
.hm-contact-sec{
    background-image: url(../images/hm-contact.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px;
    position: relative;
    z-index: 1;
}
.hm-contact-sec .row {
    align-items: center;
}
.hm-contact-sec::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #000000eb;
    left: 0;
    top: 0;
}
.hm-contact-text h2 {
    color: #fff;
}

.hm-contact-text p {
    color: #fff;
}

.hm-contact-text a {
    color: #fff;
}

.hm-contact-tools {
    display: flex;
    gap: 20px;
    align-items: center;
    background: #fff;
    margin-bottom: 12px;
    padding: 20px 35px;
    border-left: 6px solid #234982;
    width: 90%;
}

.hm-contact-tools h6 {
    color: #000;
    margin-bottom: 2px;
    font-size: 23px;
}

.hm-contact-tools p {
    color: #000;
    margin: 0;
}

.hm-contact-tools a {
    color: #000;
}

.hm-contact-tools img {
    height: 39px;
    width: auto;
}
.hm-contact-form {
    background: #fff;
    padding: 40px;
    border-radius: 18px;
}

.hm-contact-form input {
    width: 100%;
    height: 50px;
    padding: 10px;
    position: relative;
    z-index: 1;
    border: 1px solid #f5f5f5;
    padding-left: 54px;
    margin-bottom: 10px;
    background: #f5f5f5;
    border-radius: 5px;
}

.hm-contact-form textarea {
    width: 100%;
    height: 130px;
    padding: 13px;
    background: #f5f5f5;
    border-color: #f5f5f5;
    border-radius: 5px;
}

.hm-contact-form i {
    position: absolute;
    left: 54px;
    z-index: 1;
    padding-top: 18px;
    color: #000;
}
img.angel {
    position: absolute;
    left: 84px;
    z-index: 1;
    height: 50px;
}

.hm-contact-form input::placeholder {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    color: #000;
}

.hm-contact-form textarea::placeholder {
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}

.hm-contact-form h3 {
    font-size: 56px;
    text-transform: uppercase;
    margin-bottom: 11px;
}
.hm-contact-form {
    position: relative;
}
/* Chrome, Safari, Edge */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/*Companies Sec Css Starts*/

section.comy-sec {
    padding: 50px 0 80px 0;
    background: #f3f3f3;
}
.comy-heading.heading {
    text-align: center;
}
.comy-heading h3 {
    font-size: 50px;
    line-height: 65px;
    margin: 0;
}

.comy_slider {
    width: 95%;
    margin: 0 auto;
}

.comy_slider .slick-active {
    opacity: 1;
}

.comy-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
    width: 100%;
    overflow: hidden;
    transition: ease-in;
    transition-duration: 0.5s;
}

.comy-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 76%;
    width: 62%;
    object-fit: contain;
    transition: ease-out;
    transition-duration: 0.5s;
}

.comy-img:hover img {
    scale: 1.1;
    transition: ease-out;
    transition-duration: 0.5s;
}

/*Companies Sec Css Ends*/


/* Testimonial Section Start */

    .client-say-sec {
        padding: 100px 0;
        position: relative;
    }

    .ch-img {
        position: absolute;
        top: 60px;
        right: 0;
    }

    .client-say-sec .container-fluid {
        padding: 0;
    }
.client-heading.heading h2 {
    margin: 0;
}

.client-heading.heading {
    text-align: center;
}
    .client-box::before {
        content: '\22';
        font-family: 'Font Awesome 5 Free';
        font-weight: 600;
        color: #fff;
        position: absolute;
        left: 0;
        top: 0;
        height: 65px;
        width: 58px;
        background-color: #234982;
        /* clip-path: polygon(0 0, 0% 100%, 100% 0); */
        font-size: 48px;
        padding: 26px 0 0 16px;
        border-radius: 7px 7px 7px 0;
    }

    .client-box::after {
        /* content: '\f10e'; */
        font-family: 'Font Awesome 5 Free';
        font-weight: 600;
        color: #e6e8ea;
        position: absolute;
        right: 20px;
        bottom: 20px;
        font-size: 65px;
        opacity: 0.5;
    }

    .client-box {
        position: relative;
        box-shadow: 0 0 1px 1px #00000022;
        padding: 50px 30px;
        margin: 10px 0;
        border-radius: 7px;
    }
.client-box ul li {
    display: grid;
    justify-content: center;
}
    .client-box ul {
        /* display: flex; */
        width: 100%;
        margin: 0% auto;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        gap: 10px;
        text-align: center;
    }

    .client-box ul li img {
    display: flex;
    align-items: center;
    justify-content: start;
    border-radius: 100px;
    height: 100px;
    width: 100px;
    object-fit: cover;
    border: 3px solid #2a7baf;
    object-position: top;
    }

    .client-box ul li h4 {
        margin: 0;
        color: #000;
        font-size: 24px;
        text-transform: uppercase;
    }

    .client-box ul li h5 {
        color: #6f6f6f;
        font-size: 14px;
        font-weight: 400;
        margin: 0px 0 8px;
        font-family: 'rajdhani-bold';
        text-transform: uppercase;
    }

    .client-box ul li .d-flex i {
        color: #fd8f00;
    }

    .client-box p {
        color: #6f6f6f;
        font-size: 14px;
        width: 100%;
        margin: 0% auto;
        text-align: center;
    }

    .client-say-sli .slick-slide {
        opacity: 1;
    }

    h2.themes-h2 {
        text-align: center;
        margin-bottom: 50px;
    }

    .client-say-sli .slick-dots li button:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid #755040;
        width: 60px;
        height: 10px;
        border-radius: 40px;
        opacity: 1;
    }

    .client-say-sli .slick-dots li {
        position: relative;
        display: inline-block;
        width: 80px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

    .client-say-sli .slick-dots li.slick-active button:before {
        opacity: 5;
        background: #755040;
    }

    .client-say-sli .slick-active {
        opacity: 1;
    }

    .client-say-sli .slick-dots {
        position: absolute;
        bottom: -65px;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }

/* Testimonial Section End */
/* Footer Css Starts */

a.top-navigator {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 72px;
  font-size: 18px;
  color: #000000;
  font-family: "FontAwesome";
  background: #ffffff;
}

a.top-navigator:hover {
  background: #000;
  color: #fff;
}

a.top-navigator i {
  transition: 0.3s all ease-in-out;
}

footer {
  padding: 60px 0 0 0;
  position: relative;
  z-index: 0;
  background: #212121;
}

footer:before {
  /* position: absolute; */
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  right: 100px;
  background-color: #00000021;
}

.foot-bottom {
  background: #212121;
  margin-top: 60px;
  padding: 24px 0px;
  border-top: 1px solid #ffffff24;
}

footer h5 {
  position: relative;
  font-size: 24px;
  color: #ffffff;
  padding-left: 0px;
  text-transform: capitalize;
  line-height: 40px;
  margin-bottom: 20px;
}

footer h5:before {
  /* position: absolute; */
  content: "";
  width: 3px;
  height: 80%;
  top: 6px;
  left: 0;
  background: #ff8400;
}
.footer-about a img {
    height: 93px;
    width: auto;
    margin-bottom: 12px;
}
footer p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #ffffff;
  opacity: 1;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  background: transparent;
  border: 1px solid white;
  border-radius: 50%;
  font-size: 14px;
  margin-right: 10px;
  box-shadow: 0 5px 15px 0px rgb(0 0 0 / 60%);
  transform: translatey(0px);
  transition: 0.3s all ease-in-out;
  overflow: hidden;
  opacity: 50%;
  transition: ease-out;
  transition-duration: 0.5s;
}

.social-links a:hover {
  background: #234982;
  color: #fff;
  border-color: transparent;
  opacity: 1;
  transition: ease-in;
  transition-duration: 0.5s;
}

.quick-links a {
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
  font-weight: 500;
  transition: ease-in;
  transition-duration: 0.5s;
}

.quick-links a:hover {
  color: #234982;
  text-decoration: underline;
  transition: ease-out;
  transition-duration: 0.5s;
}

.foot-number {
  font-size: 30px;
  font-family: "Roboto";
  color: #fff;
  display: block;
  margin-bottom: 20px;
}

a.req-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 20px;
  border: 1px solid white;
  padding: 20px 40px;
  font-size: 16px;
  font-family: "Roboto";
  color: white;
  transition: 0.3s all ease-in-out;
  margin-top: 20px;
}

.foot-bottom p {
  color: #fff;
}

footer .visa {
  position: relative;
  display: flex;
  gap: 10px;
  width: 30%;
}

footer ul.quick-links {
  margin-left: 4px;
}

footer ul.ft-connect {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 19px;
  margin: 38px 0px 0px;
}

footer ul.ft-connect li a {
  display: flex;
  align-items: center;
  gap: 20px;
}

footer ul.ft-connect li a span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}

footer ul.ft-connect li a img {
  width: 18px;
}

footer ul.ft-connect li a:hover span {
  color: #234982;
  opacity: 1;
}

footer .visa img {
  width: 100%;
  object-fit: fill;
  height: 45px;
  flex-shrink: 0;
}

.ftlinks2 {
  padding-left: 50px;
}

.footer-about p {
  width: 85%;
  margin: 0 0 020px 0;
}

/* Footer Css Ends */

/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 200px;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: start;
    /* background: rgba(0, 0, 0, 0.1); */
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/* Tabs  */

.container-fluid {
    padding: 0px 100px;
}

.banner-img img {
    width: 100%;
}

.header-btn {
    display: flex;
    align-items: center;
    justify-content: end;
}

.side-btn {
    /* display: flex; */
    /* align-items: center; */
    /* gap: 20px; */
}

.side-btn-text {padding: 12px 26px;background: #fff;color: #000;border-radius: 8px;font-family: 'montserrat-medium';text-transform: uppercase;}

.dis-block{
    display: block;
}
.red-color {
    color: #da2424;
}
.banner-icons {
    position: absolute;
    z-index: 1;
    top: 150px;
    left: 40px;
}

.banner-text {
    /* transform: rotate(90deg); */
}

.banner-text h5 {
    margin-bottom: 0px;
    writing-mode: sideways-rl;
    color: #fff;
    letter-spacing: 2px;
    line-height: 35px;
}

.banner-icons ul {
    padding-bottom: 130px;
    position: relative;
}

.banner-icons ul li a i {
    height: 40px;
    width: 40px;
    border: 1px solid #ffffff29;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 16px;
    color: #ffffff29;
}
.banner-icons ul li a i:hover {
    background: #da2424;
    color: #fff;
    box-shadow: 0px 0px 6px 0px #da2424;
    border: 1px solid #da2424;
}

.banner-icons ul:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    height: 130px;
    width: 1px;
    background: #ffffff29;
}



.banner_img {
    position: absolute;
    bottom: 200px;
    right: 100px;
}
.banner-btm-img {
    position: absolute;
    bottom: 60px;
    left: 0;
    z-index: 2;
}

section.main_slider:after {
    /* position: absolute; */
    content: '';
    bottom: 0;
    left: 160px;
    height: 290px;
    width: 220px;
    background: #da2424;
    z-index: 1;
    border-radius: 0px 10px 0px 0px;
}













.custom-pagination-container {
    display: flex;
    align-items: center;
    gap: 15px;
    /* background: #111; */ /* Dark background like your image */
    padding: 20px;
    /* font-family: 'Arial Black', sans-serif; */
    color: white;
    position: absolute;
    bottom: 0;
    z-index: 3;
    right: 85px;
}

.current-slide {
    font-size: 24px;
    font-weight: bold;
}

.total-slides {
    font-size: 20px;
    color: #ffffff; /* Faded color for the target number */
}

/* Progress Bar Styling */
.progress-bar-wrapper {
    width: 270px; /* Line ki lambai */
    height: 2px;
    background: #53719d; /* Background line color */
    position: relative;
    overflow: hidden;
}

.progress-line-active {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 20%; /* Initial width */
    background: white;
    transition: width 0.4s ease; /* Smooth animation */
}

/* Arrows */
.nav-arrow {
    cursor: pointer;
    opacity: 0.6;
    transition: 0.3s;
}
.next-btn {
    position: absolute;
    left: -223%;
    bottom: 19px;
}

.prev-btn {
    position: absolute;
    left: -238%;
    bottom: 20px;
}
.nav-arrow:hover {
    opacity: 1;
}
.banner_text h1 span {
    color: #243e8b;
    background: #fff;
}

/*Contact Us Page Css Start*/

section.contact_page img.circle1 {
    right: 0;
    bottom: unset;
    top: -6%;
}

section.contact_page img.circle2 {
    right: -4%;
    bottom: unset;
    top: 5%;
}

.contact_form img.circle3 {
    top: unset;
    bottom: -6%;
    left: unset;
    right: -4%;
}

.contact_form img.circle4 {
    top: unset;
    bottom: 0;
    left: unset;
    right: 2%;
}

.contact_detail_box figure img {
    margin: auto;
    height: 55px;
    width: 55px;
    object-fit: contain;
    /* filter: brightness(0) saturate(100%) invert(57%) sepia(31%) saturate(333%) hue-rotate(341deg) brightness(86%) contrast(92%); */
}

.contact_detail_box h2 {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    font-weight: 700;
    margin: 30px 0 10px 0;
}

.contact_detail_box p {
    font-size: 16px;
    line-height: 25px;
    color: #636363;
    margin: 0;
    font-weight: 400;
    margin-bottom: 0;
    display: block;
    width: 100%;
}

.contact_detail_box {
    padding: 40px 20px;
    transition: 0.5s;
    background-color: #0000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 250px;
    border: 1px solid #7c7c7c;
    border-radius: 9px;
}

.contact_form {
    padding-bottom: 7%;
    position: relative;
}

.contact_form label {
    font-size: 15px;
    line-height: 20px;
    color: #5d5d5d;
    margin-bottom: 7px;
    font-weight: 500;
}


.contact_page {
    padding: 100px 0;
    position: relative;
}

.contact_form input {
    height: 50px;
    width: 100%;
    margin-bottom: 25px;
    padding: 0 25px;
    border: 1px solid #cccccc;
    border-radius: 10px;
    background-color: #fff;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
.btn_wrap {
    text-align: center;
}
.contact_form textarea {
    height: 200px;
    margin-bottom: 30px;
    width: 100%;
    border: 1px solid #cccccc;
    padding: 25px 25px;
    resize: none;
    border-radius: 20px;
    background-color: #fff;
}

.section_head {
    margin-bottom: 50px;
}

.section_head p {
    width: 65%;
    margin: 0 auto;
    color: #000000;
    font-size: 15px;
}

.section_head h3 {
    color: #000;
    font-size: 70px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 75px;
    text-transform: capitalize;
}

.br_gradient {
    padding: 2px;
    border-radius: 12px;
}

.contact_detail_box p span {
    display: block;
}

section.contact_page.chg2 {
    padding-bottom: 50px;
}

section.contact_page.chg2 .contact_detail_box figure img {

    filter: brightness(0) saturate(100%) invert(43%) sepia(28%) saturate(1267%) hue-rotate(169deg) brightness(92%) contrast(89%);
}

.contact_page h4 {
    color: #000;
    font-size: 23px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 10px 0;
    text-transform: capitalize;
}

.section_head.chg h3 {
    color: #000;
    text-transform: capitalize;
}

.contact_detail_box a {
    display: block;
    font-size: 16px !important;
    transition: ease-in;
    transition-duration: 0.2s;
}

.contact_detail_box:hover {
    background-color: #034276;
    transition-duration: 0.2s;
}

.contact_detail_box figure img.img-responsive {
    transition: ease-in;
    transition-duration: 0.2s;
    filter: brightness(0) saturate(100%) invert(26%) sepia(10%) saturate(3921%) hue-rotate(178deg) brightness(97%) contrast(90%);
}

.contact_detail_box:hover figure img.img-responsive {
    transition: ease-out;
    transition-duration: 0.2s;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

.contact_detail_box:hover * {
    color: #fff !important;
}
.seriv_detail_img {
    position: relative;
    z-index: 1;
}

.Services_tools.four {
    top: 72%;
    width: 150px;
    height: 150px;
}

.Services_tools.four img {
    height: 151px !important;
    width: 150px !important;
    padding: 30px;
    object-fit: cover;
}
/*Contact Us Page Css End*/
.seriv_detail_img img {
    height: 532px;
    object-fit: cover;
    width: 94%;
}

.servi_detail_sec {
    padding: 100px 0;
}

.servi_detail_sec .row {
    align-items: end;
}

.servi_detail_text h2 {
    font-size: 40px;
}
.Financing_Available_sec {
    padding: 100px 0;
}
/*Gallery Sec Css Starts */

.gallery-heading h4 {
  font-size: 54px;
  color: #000;
  margin: 0;
}

.gallery-card-main {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 385px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin: 10px 0;
}

.gallery-card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.gallery-card-img a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.gallery-heading.heading {
    text-align: center;
}

.gallery-heading.heading p {
    width: 48%;
    margin:  0 auto;
    padding-bottom: 33px;
}

section.gallery-sec.sec {
    padding: 100px 0;
}
.gallery-card-img a img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.gallery_slider .slick-active {
  opacity: 1;
}

.gallery_slider .slick-slide.slick-active {
  scale: 0.9;
}

.gallery_slider .slick-current {
  scale: 1 !important;
}

.gallery_slider .slick-slide {
  scale: 0.9;
}

.gallery_slider .slick-prev,
.gallery_slider .slick-next {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  z-index: 99;
  border-radius: 100px;
  overflow: hidden;
  opacity: 1;
  background-color: var(--ct1);
  border: 2px solid var(--text-white);
  transition: ease-in;
  transition-duration: 0.5s;
}

.gallery_slider .slick-prev:hover,
.gallery_slider .slick-next:hover {
  background-color: var(--ct3);
  transition: ease-out;
  transition-duration: 0.5s;
}

.gallery_slider .slick-prev {
  left: -3%;
}

.gallery_slider .slick-next {
  right: -3%;
}

.gallery_slider .slick-prev::before,
.gallery_slider .slick-next::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  width: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%)
    hue-rotate(106deg) brightness(106%) contrast(104%);
}

.gallery_slider .slick-prev::before {
  background-image: url("../images/arrow-left1.png");
}

.gallery_slider .slick-next::before {
  background-image: url("../images/arrow-right1.png");
}

/*Gallery Sec Css Ends */
