@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Rajdhani:wght@300;400;500;600;700&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Montserrat', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

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;
}

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;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

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

img {
    max-width: 100%
}


/***** 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: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.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 {
    color: #fff;
    font-size: 70px;
    margin: 0 0 0px;
    font-weight: 800;
    font-family: 'Rajdhani';
    text-transform: uppercase;
}

h2 {
    font-size: 50px;
    margin: 0 0 0px;
    font-weight: 700;
    color: #0e0f0f;
    font-family: 'Rajdhani';
    text-transform: uppercase;
}

h3 {
    font-family: 'Rajdhani';
    font-size: 45px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    color: #000;
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 0px;
    font-family: 'Rajdhani';
}

h5 {
    color: #000;
    margin: 0 0 0px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Rajdhani';
}

h6 {
    color: #000;
    font-size: 14px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'Montserrat';
}

p {
    margin: 0px;
    font-size: 14px;
    color: #7a7979;
    font-weight: 500;
    letter-spacing: 0px;
    font-family: 'Montserrat';
}

.add-padding {
    margin: 0 auto;
    max-width: 1600px;
}

.section-heading {
    text-align: center;
    margin-bottom: 25px;
}

.section-heading p {
    width: 62%;
    margin: auto;
}

.theme-btn-1 {
    padding: 0;
    border: none;
    display: flex;
    width: fit-content;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    transition-duration: 0.5s;
}

.theme-btn-1 span.theme-btn-1-text {
    left: 3px;
    display: flex;
    color: #fff;
    border-radius: 5px;
    padding: 15px 25px;
    position: relative;
    width: fit-content;
    align-items: center;
    font-family: 'Rajdhani';
    justify-content: center;
    transition: ease-in-out;
    text-transform: uppercase;
    transition-duration: 0.5s;
    background: linear-gradient(53deg, #ff8b16, #ff8000, #ff8000);
    background-size: 200% 200%;
    animation: gradientFlow 3s ease infinite;
}

.theme-btn-1 span.theme-btn-1-img {
    width: 60px;
    height: 55px;
    display: flex;
    align-items: center;
    transition: ease-in-out;
    justify-content: center;
    background-color: #fff;
    transition-duration: 0.5s;
    border: 1px solid #ebebeb;
    border-radius: 0px 5px 5px 0px;
}

.theme-btn-1 span.theme-btn-1-img img {
    width: 25px;
    height: 15px;
    object-fit: contain;
    transition: ease-in-out;
    transition-duration: 0.5s;
    filter: brightness(0) saturate(100%) invert(55%) sepia(17%) saturate(4478%) hue-rotate(358deg) brightness(99%) contrast(110%);
}

.theme-btn-1:hover {
    transition: ease-in;
    transition-duration: 0.5s;
    box-shadow: 0px 0px 38.88px 15.12px rgba(0, 0, 0, 0.07);
}

.theme-btn-1:hover span.theme-btn-1-text {
    color: #ff8000;
    background: #fff;
    transition: ease-in;
    transition-duration: 0.5s;
}

.theme-btn-1:hover span.theme-btn-1-img {
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: #ff8000;

}

.theme-btn-1:hover span.theme-btn-1-img img {
    transition: ease-in;
    transform: scale(1.2);
    transition-duration: 0.5s;
    filter: brightness(0) saturate(100%) invert(91%) sepia(80%) saturate(24%) hue-rotate(202deg) brightness(110%) contrast(101%);
}

/* Keyframe for background gradient animation */
@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


/*header css start */

.menuSection {
    padding: 25px 4%;
}

.menuSection .row {
    align-items: center;
}

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    text-align: center;
    position: relative;
    align-items: center;
    text-transform: capitalize;
    justify-content: space-evenly;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    color: #202020;
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-family: 'Rajdhani';
    text-transform: uppercase;
}


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

.header-logo {
    width: 100%;
    height: 70px;
}

.header-logo a,
.header-logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
}

.header-btn {
    width: 220px;
    display: flex;
    align-items: anchor-center;
    justify-content: center;
}

/*header css start */


/* banner-sec */

.main_slider {
    padding: 0px 4%;
    position: relative;
}

.main_slider::before {
    left: 0;
    bottom: 0;
    content: '';
    height: 50%;
    z-index: -1;
    width: 100%;
    position: absolute;
    background: linear-gradient(53deg, #ff8b16, #ff8000, #ff8000);
    background-size: 200% 200%;
    animation: gradientFlow 3s ease infinite;
}

.main_slider .add-padding {
    position: relative;
}

.bannerBgSlider {
    top: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    width: 100vw;
    max-width: 2000px;
    position: absolute;
}

.bannerBgSlider .slick-list,
.bannerBgSlider .slick-track {
    height: 100%;
}

.banner-bg-slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 0 15px 15px 0px;
}

.banner-bg-slider::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../images/banner-bg-before.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.56) 61%, rgba(0, 0, 0, 0.55) 76%, rgba(0, 0, 0, 1) 100%); */
}

.banner-bg-slider::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 100%;
    filter: blur(2);
    position: absolute;
    background: linear-gradient(-45deg, #ff8000 0%, rgba(123, 182, 0, 0) 25%, rgba(123, 182, 0, 0) 75%, #ff8000 100%);
}

.banner-bg-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-text {
    z-index: 1;
    position: relative;
    padding: 160px 0px;
}

.banner-number {
    margin: 50px 0px;
}

.banner-number .slide_counter {
    width: 100%;
    gap: 15px;
    display: flex;
}

.banner-number .slide_counter button {
    width: 55px;
    height: 55px;
    border: none;
    opacity: 0.5;
    transition: ease-out;
    transition-duration: 0.5s;
    background-color: transparent;
}

.banner-number .slide_counter button.banner-slider-btn.prev img {
    transform: rotate(180deg);
}

.banner-number .slide_counter button:hover {
    opacity: 1;
    transition: ease-in;
    transition-duration: 0.5s;
}

.banner-number .slide_counter button img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.banner-number .slide_counter h2 {
    width: 100%;
    color: #fff;
    display: flex;
    font-size: 22px;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

.banner-number .slide_counter .progress {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0%;
    width: 88%;
    height: 1.5px;
    margin: auto;
    display: block;
    overflow: hidden;
    position: absolute;
    border-radius: 10px;
    transition: background-size 0.4s ease-in-out;
    background-color: #ffffff62;
    background-size: 0 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(to right, #fff, #fff);
}

.banner-curent-slider {
    display: flex;
    height: 130px;
    position: relative;
    padding-right: 50px;
    align-items: flex-end;
    justify-content: flex-end;
}


.banner-curent-slider h2 {
    font-size: 175px;
    color: #fff;
    font-weight: 700;
    position: relative;
}

.banner-curent-slider h2 span.start_number.back {
    left: 0;
    z-index: 1;
    color: #fff;
    position: absolute;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #ffffff;
    -webkit-text-fill-color: transparent;
}

.banner-icon {
    top: 0;
    right: -50px;
    height: 100%;
    display: flex;
    position: absolute;
    overflow-y: hidden;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}

.banner-icon h5 {
    z-index: 1;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    background-color: #fff;
    writing-mode: sideways-rl;
    padding: 0px 0px 25px 0px;
    text-transform: uppercase;
}

.banner-icon ul {
    gap: 15px;
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.banner-icon ul::before {
    left: 0;
    right: 0;
    width: 1px;
    content: '';
    bottom: 100%;
    height: 200%;
    margin: auto;
    position: absolute;
    background-color: #cecece;
}

.banner-icon ul li a {
    width: 40px;
    height: 40px;
    display: flex;
    color: #fff;
    opacity: 0.5;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}

.banner-icon ul li a:hover {
    opacity: 1;
    color: #ff8000;
    transition: ease-in;
    background-color: #fff;
    transition-duration: 0.5s;
}

.banner-icon::before {
    position: absolute;
}

.banner-slider-text-box h1 {
    margin-bottom: 10px;
}

.banner-slider-text-box h1 span {
    padding: 0px 5px;
    position: relative;
}

.banner-slider-text-box h1 span::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80%;
    width: 100%;
    z-index: -1;
    content: '';
    margin: auto;
    position: absolute;
    border-radius: 5px;
    background-color: #ff8000;
}

.banner-slider-text-box p {
    color: #fff;
    opacity: 0.5;
    max-width: 580px;
    margin-bottom: 25px;
}

/* banner-sec */

/* inner banner */

.inner-banner-sec .inner-banner {
    top: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    width: 100vw;
    max-width: 2000px;
    position: absolute;
}

.inner-banner-sec .banner-text {
    min-height: 430px;
    display: flex;
    align-items: center;
}

.inner-banner-sec {
    padding-bottom: 100px;
}

.inner-banner-sec .banner-icon {
    height: 500px;
}

/* inner banner */

/* about sec */

.about-sec {
    padding: 100px 0px;
}

.about-img {
    width: 100%;
    height: 550px;
    min-height: 100%;
}

.about-img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.about-text {
    padding-bottom: 100px;
}

.about-text h2 {
    margin-bottom: 15px;
}

.about-text p {
    padding-bottom: 25px;
}

.mission-text {
    margin-top: -80px;
    position: relative;
    border-radius: 5px;
    background-color: #fff;
    padding: 30px 0px 0px 70px;
}

.mission-text::after {
    top: 40px;
    width: 1.5px;
    left: 45px;
    content: '';
    height: 15px;
    position: absolute;
    background-color: #ff8000;
}

.mission-text::before {
    top: 0;
    left: 45px;
    content: '';
    width: 1.5px;
    opacity: 0.2;
    height: 55px;
    position: absolute;
    background-color: #000;
}

.mission-text h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
}

/* about sec */

/* counter-sec */

.counter-main-box {
    border-radius: 10px;
    background-color: #ff800042;
}

.counter-box {
    position: relative;
    padding: 65px 10px;
    text-align: center;
}

.counter-box h6 {
    font-weight: 700;
    font-family: 'Rajdhani';
    text-transform: uppercase;
}

.counter-box .counter {
    font-size: 35px;
    color: #ff8000;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'Rajdhani';
}


.counter-box.top-line::before {
    top: 0;
    right: 0;
    width: 1px;
    content: '';
    height: 100px;
    position: absolute;
    background-color: #fff;
}

.counter-box.top-line::after {
    right: 0;
    top: 80px;
    width: 1px;
    content: '';
    height: 20px;
    position: absolute;
    background-color: #ff8000;
}

.counter-box.bottom-line::before {
    right: 0;
    bottom: 0;
    width: 1px;
    content: '';
    height: 100px;
    position: absolute;
    background-color: #fff;
}

.counter-box.bottom-line::after {
    right: 0;
    width: 1px;
    content: '';
    bottom: 80px;
    height: 20px;
    position: absolute;
    background-color: #ff8000;
}

/* counter-sec */


/* service-sec */

.service-sec {
    padding: 100px 4%;
}

.service-sec .custom-sapce {
    margin-top: 25px;
}

.service-box {
    padding: 35px 25px;
    border-radius: 10px;
    background-color: #ff800042;
}

.service-box span {
    width: 85px;
    height: 85px;
    display: flex;
    border-radius: 50%;
    margin-bottom: 15px;
    align-items: center;
    justify-content: center;
    border: 3px solid #fff;
    background-color: #ff8000;
}

.service-box h4 {
    margin-bottom: 5px;
    text-transform: uppercase;
}

.service-box p {
    margin-bottom: 20px;
}

.service-box a {
    font-size: 15px;
    font-weight: 600;
    color: #ff8000;
    width: fit-content;
    font-family: 'Rajdhani';
    text-transform: uppercase;
    border-bottom: 1px solid #ff8000;
}

.service-box ul {
    gap: 40px;
    display: flex;
}

.service-img {
    width: 100%;
    height: 300px;
    min-height: 100%;
}

.service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

/* service-sec */

/* ready-sec */

.ready-sec {
    display: flex;
    overflow: hidden;
    padding: 100px 4%;
    min-height: 650px;
    position: relative;
    align-items: flex-end;
    justify-content: center;
    background-image: url(../images/ready-bg.png);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.ready-sec::before {
    top: 0;
    left: 0px;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgba(25, 19, 26, 1) 0%, rgba(25, 19, 26, 0.288) 20%, rgba(25, 19, 26, 0.85) 46%, rgba(25, 19, 26, 1) 100%);
}

.ready-sec::after {
    top: 0;
    left: 0px;
    width: 100%;
    content: '';
    height: 100%;
    filter: blur(5px);
    position: absolute;
    background: linear-gradient(45deg, #ff8000 0%, rgba(123, 182, 0, 0) 25%, rgba(123, 182, 0, 0) 75%, #ff8000 100%);
}

.ready-sec .row {
    justify-content: flex-end;
}

.ready-text {
    z-index: 1;
    position: relative;
}

.ready-text h2 {
    color: #fff;
    font-size: 60px;
}

.ready-text h2 span {
    padding: 0px 5px;
    position: relative;
}

.ready-text h2 span::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80%;
    width: 100%;
    z-index: -1;
    content: '';
    margin: auto;
    position: absolute;
    border-radius: 5px;
    background-color: #ff8000;
}

.ready-text p {
    margin-bottom: 15px;
}

.ready-text .ready-text-line {
    margin-top: 20px;
    padding-left: 60px;
    position: relative;
}

.ready-text .ready-text-line::before {
    top: 0;
    left: 29px;
    width: 1px;
    content: '';
    height: 200%;
    opacity: 0.1;
    position: absolute;
    background-color: #fff;
}

.ready-text .ready-text-line::after {
    top: 0;
    left: 29px;
    width: 1px;
    content: '';
    height: 30px;
    position: absolute;
    background-color: #ff8000;
}

/* ready-sec */

/* why-choose-sec */

.why-choose-sec {
    padding: 100px 0px;
}

.why-choose-img {
    width: 100%;
    height: 400px;
    overflow: hidden;
    min-height: 100%;
    border-radius: 10px 0px 10px 10px;
}

.why-choose-img:hover img {
    transition: ease-in;
    transform: scale(1.2);
    transition-duration: 0.5s;
}

.why-choose-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: ease-out;
    transition-duration: 0.5s;
}

.why-choose-text {
    padding: 0px 30px 50px 0px;
}

.why-choose-text h2 {
    margin-bottom: 10px;
}

.why-choose-text p {
    margin-bottom: 15px;
}

.why-choose-img.why-choose-img-1 {
    width: 102%;
    left: -24px;
    position: relative;
    border-radius: 10px 10px 10px 0px;
}

.why-choose-text.why-choose-text-2 {
    padding: 50px 0px 50px 15px;
}

.why-choose-text.why-choose-text-2 ul {
    gap: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1.5px solid #d1d0d1;
}

.why-choose-text.why-choose-text-2 ul li h5 {
    font-weight: 700;
    text-transform: uppercase;
}

.why-choose-text.why-choose-text-2 ul li img {
    filter: brightness(0) saturate(100%) invert(55%) sepia(17%) saturate(4478%) hue-rotate(358deg) brightness(99%) contrast(110%);
}

/* why-choose-sec */

/* gallery-sec */

.gallery-sec {
    padding: 0px 4% 100px;
}

.gallery-b-img {
    width: 100%;
    height: 425px;
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 10px;
}

.gallery-b-img a,
.gallery-b-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-s-img {
    width: 100%;
    height: 240px;
    overflow: hidden;
    border-radius: 10px;
}

.gallery-s-img a,
.gallery-s-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-m-img {
    width: 100%;
    height: 340px;
    overflow: hidden;
    border-radius: 10px;
}

.gallery-m-img a,
.gallery-m-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-slider-box {
    margin-top: 25px;
    padding: 50px 40px;
    border-radius: 10px;
    background: linear-gradient(53deg, #ff8000, #fe7b55, #ff8000);
    background-size: 200% 200%;
    animation: gradientFlow 3s ease infinite;
}

.gallery-slider-btn {
    gap: 15px;
    display: flex;
    margin-top: 15px;
    align-items: center;
    justify-content: flex-start;
}

.gallery-slider-btn button {
    width: 50px;
    height: 50px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}

.gallery-slider-btn button img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gallery-slider-btn button.gallery-slider-btn-left img {
    transform: rotate(180deg);
}

.gallerySlider .slick-slide {
    margin: 0px 10px;
}

.gallery-text h2 {
    color: #fff;
    margin-bottom: 10px;
}

.gallery-text p {
    color: #fff;
    opacity: 0.5;
    font-size: 16px;
    margin-bottom: 15px;
}

.gallery-textp {
    height: 190px;
    overflow-y: scroll;
}

.gallery-textpe::-webkit-scrollbar,
.gallery-textp::-webkit-scrollbar {
    height: 8px;
    /* Horizontal scrollbar height */
    width: 8px;
    /* In case vertical is used too */
}

.gallery-textpe::-webkit-scrollbar-track,
.gallery-textp::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.gallery-textpe::-webkit-scrollbar-thumb,
.gallery-textp::-webkit-scrollbar-thumb {
    background: linear-gradient(120deg, #ff8000, #ff8000);
    /* Stylish gradient */
    border-radius: 4px;
}

.gallery-textpe::-webkit-scrollbar-thumb:hover,
.gallery-textp::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(120deg, #ff8000, #000);
    /* Darker on hover */
}

.inner-gallery-sec {
    padding: 100px 0px;
}

.mtaf .gallery-b-img {
    margin-top: 25px;
}

.inner-small-g .gallery-b-img {
    height: 340px;
}

.inner-small-g .gallery-s-img {
    height: 325px;
}

/* gallery-sec */

/* how-work-card-sec */

.how-work-card-sec {
    padding: 100px 6%;
}

.how-work-card-sec .row {
    position: relative;
    align-items: center;
    padding: 25px 0px;
    justify-content: space-between;
}

.how-work-card-sec .row::before {
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 90%;
    content: '';
    margin: auto;
    position: absolute;
    background-color: #cecece;
}

.how-work-card-sec .row .service-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 85px;
    margin: auto;
    height: 85px;
    display: flex;
    border-width: 3px;
    border-radius: 50%;
    align-items: center;
    border-style: solid;
    justify-content: center;
    border-color: rgb(255, 255, 255);
    background: linear-gradient(53deg, #ff8000, #fe7b55, #ff8000);
    box-shadow: 7px 12.124px 24px 0px rgba(123, 182, 0, 0.14);
}

.how-work-card-sec .row.last-one::before {
    opacity: 0;
}

.step-img-1 {
    width: 100%;
    height: 450px;
    min-height: 100%;
}

.step-img-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.step-text h2 {
    font-size: 35px;
    margin-bottom: 10px;
}

.step-text p {
    margin-bottom: 15px;
}

/* how-work-card-sec */

/* testi-sec */

.testi-before-sec {
    position: relative;
}

.testi-before-sec::before {
    right: 0;
    bottom: 0;
    content: '';
    width: 150px;
    height: 100px;
    position: absolute;
    background-image: url(../images/testibefore.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.testi-sec {
    overflow-x: hidden;
    padding: 0px 4% 100px;
}

.testiSlider {
    width: 100vw;
    max-width: 2000px;
}

.testiSlider .slick-active {
    opacity: 1;
}

.testiSlider .slick-current .testi-text {
    border-radius: 10px;
    background: linear-gradient(53deg, #ff8000, #fe7b55, #ff8000);
}

.testiSlider .slick-current .testi-text p {
    color: #fff;
}

.testiSlider .slick-current .testi-text i {
    color: #fff;
}

.testi-text {
    border-radius: 5px;
    position: relative;
    margin-bottom: 25px;
    transition: ease-out;
    padding: 35px 35px 50px;
    border-radius: 10px;
    transition-duration: 0.5s;
    background-color: rgb(255, 255, 255);
    box-shadow: 19.799px 19.799px 51px 0px rgba(0, 0, 0, 0.05);
}

.testi-text::before {
    top: 25px;
    right: 40px;
    width: 60px;
    content: '';
    height: 60px;
    position: absolute;
    background-image: url(../images/testi-quote.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.testi-text p {
    position: relative;
    transition: ease-out;
    margin-top: 25px;
    transition-duration: 0.5s;
}

.testi-text p::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 100px;
    height: 70px;
    margin: auto;
    position: absolute;
    background-image: url(../images/testi-quote-2.png);
}

.testi-text span i {
    color: #fe7b55;
    transition: ease-out;
    transition-duration: 0.5s;
}

.testi-img {
    gap: 15px;
    display: flex;
    align-items: center;
}

.testi-img img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.testi-img h5 {
    text-transform: uppercase;
}

.testi-img h5 span {
    color: #ff8000;
    font-size: 12px;
}

.testiSlider .slick-current .testi-img img {
    border: 3px solid #ff8000;
}

/* testi-sec */

/* contact css */

/*Contact us start*/

.contact-text>p {
    opacity: 0.5;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.contact-text {
    min-height: 550px;
    padding: 50px 30px;
    border-radius: 10px;
    background: linear-gradient(53deg, #ff8000, #fe7b55, #ff8000);
    background-size: 200% 200%;
    animation: gradientFlow 3s ease infinite;
}

.contatc-form {
    padding: 0px 30px;
}

.contatc-form h2 {
    margin-bottom: 5px;
}

.contatc-form p {
    margin-bottom: 25px;
}

.contatc-form input {
    width: 100%;
    height: 65px;
    color: #000;
    font-size: 15px;
    border-radius: 5px;
    padding: 10px 25px;
    background: #fff;
    transition: ease-out;
    transition-duration: 0.5s;
    border: 1px solid #e1e1e1;
}

.contatc-form input:hover {
    border-radius: 5px;
    transition: ease-in;
    transition-duration: 0.5s;
    border-color: transparent;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 38.88px 15.12px rgba(0, 0, 0, 0.07);
}

.contatc-form input::placeholder,
.contatc-form textarea::placeholder {
    font-weight: 600;
    color: #7b7b7b;
    font-family: 'Rajdhani';
    text-transform: uppercase;
}

.contatc-form textarea {
    background: #fff0;
    width: 100%;
    padding: 10px;
    resize: none;
    color: black;
    height: 150px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
}

.contact-text h2 {
    color: #fff;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 5px;
}

.contact_page_sidbar h6 {
    margin: 0;
    color: #fff;
    font-size: 14px;
    max-width: 220px;
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;
}

.contact_page_sidbar h4 {
    font-size: 18px;
    line-height: 23px;
    color: #000000;
    font-weight: 600;
    margin: 0;
}

.contact_page_sidbar i {
    width: 20px;
    color: #fff;
    font-size: 18px;
    margin: 0 20px 0 0;
}

.contact_page_main {
    padding: 100px 0px;
}

ul.contact_page_sidbar {
    margin-bottom: 50px;
}

ul.contact_page_sidbar li {
    margin-top: 35px;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: transparent;
    color: #000000;
    transition: 0.2sease-in-out;
    border: solid 1px black;
    border-radius: 20px;
}

.contact_page_main {
    width: 100%;
    height: 100%;
    background-size: cover;
}

/* contact css */

/* plan-sec css */

.plan-sec {
    position: relative;
    padding: 100px 0px;
}

.plan-heading h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}

.plan-heading h2 span {
    color: #fe7b55;
}

.plan-heading p {
    text-align: center;
    width: 60%;
    font-size: 14px;
    color: #ccd4da;
    font-weight: 200 !important;
    margin: 0 auto;
}

.basic-plan-box {
    width: 90%;
    margin-top: 30px;
    padding-top: 30px;
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
    transition: ease-in;
    padding-bottom: 30px;
    transition-duration: 0.4s;
}

.basic-plan-box h6 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.basic-plan-box p {
    color: #b3bfc8;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.price-box span {
    font-size: 60px;
    color: #fe7b55;
    font-weight: 700;
    font-family: 'Rajdhani';
}

.price-box h4 {
    font-size: 20px;
    color: #7492b4;
    font-weight: 400;
    letter-spacing: 3px;
    font-family: 'Montserrat';
}

.price-box h2 {
    color: #ff8000;
    font-size: 80px;
}

.price-box {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 25px;
}

.basic-plan-box a {
    width: 100%;
    color: #fff;
    padding: 14px 2px;
    font-weight: 600;
    text-align: center;
    border-radius: 4px;
    font-family: 'Rajdhani';
    text-transform: uppercase;
    background: linear-gradient(53deg, #ff8000, #fe7b55, #ff8000);
}

.basic-plan-box ul {
    margin-top: 35px;
    margin-bottom: 35px;
}

.basic-plan-box ul li {
    gap: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.basic-plan-box ul li img {
    filter: brightness(0) saturate(100%) invert(55%) sepia(17%) saturate(4478%) hue-rotate(358deg) brightness(99%) contrast(110%);
}

.basic-plan-box ul li p {
    margin: 0;
    color: #000;
    font-size: 14px;
}

.basic-plan-box:hover {
    border-radius: 10px;
    background: linear-gradient(53deg, #ff8000, #fe7b55, #ff8000);
    transform: scale(1.03);
    transition: ease-out;
    transition-duration: 0.4s;
}

.basic-plan-box:hover ul li img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7474%) hue-rotate(108deg) brightness(97%) contrast(107%);
}

.basic-plan-box:hover a {
    font-weight: 500;
    transition: ease-in;
    background: #202020;
    transition-duration: 0.5s;
}

.basic-plan-box:hover::before {
    width: 149px;
    height: 149px;
    background: url(../images/plan-after.png)no-repeat;
}

.basic-plan-box:hover p {
    color: #fff;
    font-weight: 600;
}

.basic-plan-box:hover i {
    color: #fff;
}

.basic-plan-box:hover h2 {
    color: #fff;
}

.basic-plan-box:hover h4 {
    color: #fff;
}

.basic-plan-box:hover span {
    color: #fff;
}

.basic-plan-box:hover h6 {
    color: #fff;
}

/* plan-sec css */

/* get a free */

/* Form Start */

.form-control:disabled,
.form-control:read-only {
    background-color: #ffffff;
}

.input-group-text {
    background-color: #ffffff;
    border-left: 0;
}

.order-form .input-group {
    position: relative;
}

.order-form .input-group>.form-control,
.order-form .input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    border-color: #bdbdbd;
    color: #909091;
    font-family: 'Montserrat';
    border-radius: 5px;
    font-weight: 500;
    padding: 17px;
    margin-bottom: 30px;
}

.order-form .form-select {
    background-image: url(../images/arrow-icon.png);
    background-size: unset;
}

.input-group-text.plane {
    align-items: start;
}

.order-form textarea.form-control {
    resize: none;
}

.submit-btn {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}


form.order-form :is(input,
    select,
    textarea) {
    border: 1px solid #000;
    border-radius: 5px;
}

form.order-form ::placeholder {
    color: #909091;
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border: 1px solid #b3b3b3;
    border-radius: 0px 10px 10px 0px;
    padding: 14px;
}

.contact1 input::placeholder {
    color: #909091;
}

section.work-together.bg-effect:before {
    background-position: bottom;
}

.work-together {
    margin-bottom: 100px;
    margin-top: 100px;
}

.order-form .input-group i {
    position: absolute;
    right: 0;
    height: 60px;
    width: 50px;
    display: flex;
    border: none !important;
    align-items: center;
    justify-content: center;
}

.order-form .input-group i::after {
    width: 10px;
    background-size: 10px 50px;
    background-image: url(../images/aroow-forward.png);
    background-repeat: no-repeat;
    content: '';
    height: 58px;
    width: 26px;
    position: absolute;
    right: 50px;
    rotate: 180deg;
    top: -2px !important;
    background-size: 10px 54px;
}


/* get a free */

/* footer */

footer {
    background-color: #141414;
    padding: 100px 4% 0;
    position: relative;
    z-index: 0;
}

.foot-bottom {
    padding: 0px 0px 25px;
    background: #141414;
}

.foot-bottom::before {
    right: 0;
    width: 100%;
    content: '';
    height: 1px;
    position: absolute;
    border-top: 1px solid #434343;
}

.footer-line-border {
    min-height: 100%;
    padding-top: 25px;
    padding-left: 50px;
    position: relative;
    padding-bottom: 50px;
}

.footer-line-border::after {
    bottom: 0;
    left: -1px;
    width: 1px;
    content: '';
    height: 75%;
    position: absolute;
    background-color: #434343;
}

footer h5 {
    color: white;
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    margin-bottom: 20px;
    text-transform: uppercase;
}

footer h5::before {
    left: 0;
    bottom: 0;
    width: 60%;
    height: 1px;
    content: '';
    position: absolute;
    background-color: #434343;
}

footer p {
    font-size: 14px;
    color: #a8a8a8;
    line-height: 24px;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #ff8000;
    border: 1px solid #ffffff00;
    border-radius: 50%;
    font-size: 15px;
    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;
    transition: ease-in;
    transition-duration: 0.2s;
}

.social-links a:hover {
    color: #ff8000;
    background: #fff;
    transition: ease-out;
    border-color: #fff;
    transition-duration: 0.2s;
}

.quick-links {
    columns: 1;
}

.custom-flex {
    display: flex;
    gap: 20%;
}

.footer-logo {
    padding-top: 25px;
    padding-bottom: 40px;
}

.footer-logo h6 {
    color: #fff;
    margin: 35px 0px 15px;
    font-weight: 600;
    font-family: 'Rajdhani';
    text-transform: uppercase;
}

.footer-logo a.log-ag {
    top: -50px;
    width: 180px;
    position: relative;
    margin-bottom: -15px;
    padding-bottom: 25px;
}

.footer-logo a.log-ag::before {
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #434343;
}

.footer-logo a img {
    width: 100%;
    height: 70px;
    background: #fff;
    object-fit: contain;
    padding: 10px;
}

.quick-links a {
    font-size: 14px;
    line-height: 31px;
    color: #ffffffa8;
    font-family: 'Montserrat';
    text-transform: capitalize;
}

.quick-links a:hover {
    color: white;
    text-decoration: underline;
}

.foot-number {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 30px;
    font-family: 'Roboto';
    color: #fff;
    display: block;
    transition: ease-in;
    transition-duration: 0.2s;
}

.foot-timing li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 1px solid #3c3c3c;
}

.foot-timing li span {
    font-size: 15px;
    font-family: 'Roboto';
    color: #a8a8a8;
}

.foot-bottom p {
    margin-top: 25px;
    text-align: center;
    color: #ffffff96;
}

/*top-seller-sec*/

.footer-last-ul {
    gap: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.footer-last-ul li a {
    gap: 10px;
    display: flex;
    color: #c1c1c3;
    align-items: center;
    justify-content: center;
}

.footer-last-ul li a i {
    width: 35px;
    font-size: 20px;
    text-align: center;
}

/* footer */

/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}


/*Media Query End*/