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

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

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

html {
    overflow-x: hidden;
}

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

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

@font-face {
    font-family: 'OrlietPro';
    src: url(../fonts/OrlietPro-7BZXA.ttf);
}


/***** 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 {
    font-family: 'OrlietPro';
    font-size: 60px;
    color: #1e1b1c;
    font-weight: 500;
    margin: 0 0 0px;
}

h2 {
    font-family: 'OrlietPro';
    font-size: 58px;
    color: #1e1b1c;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: 'OrlietPro';
    font-size: 35px;
    color: #1e1b1c;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: 'OrlietPro';
    font-size: 26px;
    color: #1e1b1c;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: 'OrlietPro';
    font-size: 16px;
    color: #1e1b1c;
    font-weight: 500;
    margin: 0 0 0px;
}

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

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


.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;
    background-color: #fbb300;
    border: 2.5px solid #fbb300;
}

.footer-logo a img {
    width: 90%;
}

.theme-btn-1 span.theme-btn-1-text {
    display: flex;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    border-radius: 3px;
    padding: 15px 25px;
    position: relative;
    width: fit-content;
    background: #fff;
    align-items: center;
    justify-content: center;
    transition: ease-in-out;
    text-transform: uppercase;
    font-family: 'Montserrat';
    transition-duration: 0.5s;
}

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

.header-logo a img {
    width: 100%;
    object-fit: contain;
    height: 50px;
}

.header-logo a {
    display: block;
}



.theme-btn-1 span.theme-btn-1-img img {
    width: 20px;
    height: 15px;
    object-fit: contain;
    transition: ease-in-out;
    transition-duration: 0.5s;
    filter: brightness(0) saturate(100%) invert(91%) sepia(80%) saturate(24%) hue-rotate(202deg) brightness(110%) contrast(101%);
}

.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: #fff;
    transition: ease-in;
    background: #1e1b1c;
    transition-duration: 0.5s;
}

.theme-btn-1:hover span.theme-btn-1-img {
    transition: ease-in;
    transition-duration: 0.5s;
}

.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(88%) sepia(77%) saturate(28%) hue-rotate(325deg) brightness(107%) contrast(99%);
}


/* Header Start */

.menuSection {
    padding: 20px 4%;
    background-color: #1e1b1c;
}

.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: 14px;
    color: #fff;
    font-weight: 400;
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.menuSec ul li a::before {
    left: 0;
    width: 0px;
    height: 1px;
    content: '';
    bottom: -1px;
    position: absolute;
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: #fbb300;
}

.menuSec ul li a:hover::before,
.menuSec ul li a.active::before {
    width: 23px;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

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

.header-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


/* Header Ends */


/* Banner Start */

.main_slider {
    padding: 0px 4%;
    position: relative;
    background-color: #1e1b1c;
}

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

.banner-bg-slider::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.9;
    position: absolute;
    background: #fbb300;
}

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

.bannerSlidreText .slick-list {
    overflow: visible;
}

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

.banner-number {
    gap: 0px;
    z-index: 1;
    bottom: -80px;
    right: -60px;
    display: flex;
    width: fit-content;
    position: absolute;
}

.banner-number .slide_counter {
    z-index: 1;
    display: flex;
    position: relative;
}

.banner-number .slide_counter::before {
    top: 0;
    left: 0;
    content: '';
    width: 100vw;
    height: 100%;
    position: absolute;
    background-color: #fbb300;
}

.banner-number .slide_counter button {
    z-index: 1;
    width: 80px;
    height: 80px;
    border: none;
    position: relative;
    transition: ease-out;
    transition-duration: 0.5s;
    background-color: #141414;
}

.banner-number .slide_counter button.banner-slider-btn.next {
    background-color: #fbb300;
}

.banner-number .slide_counter button.banner-slider-btn.next img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(4%) saturate(14%) hue-rotate(134deg) brightness(100%) contrast(106%);
}

.banner-number .slide_counter button.banner-slider-btn.prev img {
    transform: rotate(180deg);
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(172deg) brightness(101%) contrast(101%);
}

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

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

.banner-icon {
    top: 0;
    bottom: 0;
    height: 80%;
    right: -50px;
    margin: auto;
    display: flex;
    overflow: hidden;
    position: absolute;
    align-items: center;
    flex-direction: column;
    transform: rotate(180deg);
    justify-content: space-between;
}

.banner-icon h5 {
    z-index: 1;
    color: #ffff;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    background-color: #1e1b1c;
    font-family: 'Montserrat';
    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;
    transform: rotate(90deg);
    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: 15px;
}

.banner-slider-text-box h1 span {
    color: #fff;
    display: block;
    font-size: 65px;
    font-weight: 300;
    padding: 0px 5px;
    position: relative;
}

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

.banner-slider-text-box h1 span::after {
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    height: 90%;
    content: '';
    width: 100vw;
    margin: auto;
    position: absolute;
    border-radius: 0px;
    background-color: #1e1b1c;
}

.banner-slider-text-box p {
    opacity: 0.8;
    font-weight: 500;
    max-width: 580px;
    color: #141414;
    margin-bottom: 25px;
}

.banner-slider-text-box a.theme-btn-1 {
    border-color: #141414;
    background-color: #141414;
}

.banner-slider-text-box a.theme-btn-1 .theme-btn-1-text {
    color: #141414;
    font-weight: 600;
    background-color: #fbb300;
}

.banner-img {
    z-index: 1;
    width: 100%;
    height: 650px;
    margin: 30px 0px;
    position: relative;
}

.banner-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}


/* Banner Ends */


/* About Start */

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

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

.about-sec .row {
    align-items: center;
}

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

.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-text h4 {
    margin-bottom: 10px;
}

.about-text p {
    margin-bottom: 20px;
}

.about-text .nav-link,
.about-text .nav.nav-tabs {
    border: none;
}

.about-text .nav-link {
    opacity: 0.5;
    color: #000;
    font-size: 26px;
    font-family: 'OrlietPro';
}

.about-text .nav-link.active {
    opacity: 1;
}

/* About Us */

/* Service Start */


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

.service-box {
    transition: ease-in;
    padding: 10px 10px 25px;
    transition-duration: 0.5s;
    background-color: #e8e6e5;
}

.service-box:hover,
.slick-current .service-box {
    transition: ease-out;
    transition-duration: 0.5s;
    background-color: #1e1b1c;
}

.service-box:hover h4,
.slick-current .service-box h4 {
    color: #fff;
    transition: ease-out;
    transition: ease-out;
    transition-duration: 0.5s;
}

.service-box:hover p,
.slick-current .service-box p {
    color: #fff;
    transition: ease-out;
    transition-duration: 0.5s;
}

.service-box p {
    overflow: hidden;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.service-box ul {
    height: 0;
    columns: 2;
    gap: 15px;
    width: 100%;
    display: flex;
    overflow: hidden;
    margin-bottom: 10px;
}

.service-box ul li::before {
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    content: '';
    border-radius: 50%;
    position: absolute;
    background-color: #fbb300;
}

.service-box ul li,
.slick-current .service-box ul li {
    color: #fff;
    padding-left: 12px;
    position: relative;
}

.service-box:hover ul,
.slick-current .service-box ul {
    height: fit-content;
}

.service-box:hover a,
.slick-current .service-box a {
    transition: ease-out;
    background-color: #fbb300;
    transition-duration: 0.5s;
}

.service-box:hover a img,
.slick-current .service-box a img {
    transition: ease-out;
    transition-duration: 0.5s;
    filter: brightness(0) saturate(100%) invert(0%) sepia(92%) saturate(6%) hue-rotate(264deg) brightness(99%) contrast(100%);
}

.service-box-img {
    width: 100%;
    height: 280px;
    position: relative;
    transition: ease-in;
    margin-bottom: 25px;
}

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

.service-box-img a {
    right: 5px;
    width: 70px;
    height: 70px;
    bottom: 5px;
    display: flex;
    position: absolute;
    border-radius: 50%;
    align-items: center;
    transition: ease-in;
    justify-content: center;
    transition-duration: 0.5s;
    background-color: #1e1b1c;
}

.service-box:hover a.theme-btn-1 span.theme-btn-1-text,
.slick-current .service-box a.theme-btn-1 span.theme-btn-1-text {
    color: #fff;
    background-color: #1e1b1c;
}

.service-box-img a img {
    width: 35px;
    height: 35px;
    transition: ease-in;
    object-fit: contain;
    border-radius: 0 !important;
    transition-duration: 0.5s;
}

.service-box h4 {
    position: relative;
    margin-bottom: 15px;
    transition: ease-in;
    transition-duration: 0.5s;
}

.service-box:hover h4 {
    color: #fff;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.serviceSlider .slick-slide {
    opacity: 1;
}

.service-btn {
    display: flex;
    margin-top: 25px;
    align-items: center;
    justify-content: center;
}

/* Service Ends */

/* Who We Serve Start */

.who-we-serve-sec {
    overflow: hidden;
    padding: 0px 4%;
}

.who-we-serve-sec .row {
    align-items: center;
}

.who-we-serve-text {
    padding: 90px 0px;
    position: relative;
}

.who-we-serve-text::before {
    top: 0;
    content: '';
    z-index: -1;
    height: 100%;
    width: 100vw;
    right: -130px;
    position: absolute;
    background-color: #1e1b1c;
}

.who-we-serve-text h2 {
    color: #fff;
    margin-bottom: 10px;
}

.who-we-serve-text h4 {
    color: #fff;
    margin-bottom: 15px;
}

.who-we-serve-text p {
    color: #a7a6a6;
    margin-bottom: 25px;
}

.we-serve-box {
    position: relative;
    padding: 50px 25px;
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: #1e1b1c;
}

.weServeSlider {
    margin-bottom: 0 !important;
}

.weServeSlider .slick-dots {
    display: flex;
    bottom: -40px;
    align-items: center;
    justify-content: center;
}

.weServeSlider .slick-dots li {
    width: 7px;
    height: 7px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: #8e8c8c;
}

.weServeSlider .slick-dots li button::before {
    display: none;
}

.weServeSlider .slick-dots li.slick-active {
    opacity: 1;
    width: 20px;
    height: 20px;
    background-color: #fbb300;
}

.weServeSlider .slick-dots li.slick-active button::before {
    top: 0;
    left: 0;
    bottom: 0;
    right: 1px;
    width: 7px;
    height: 7px;
    content: '';
    margin: auto;
    display: flex;
    font-size: 0;
    line-height: 9px;
    border-radius: 50%;
    background-color: #fff;
}

.weServeSlider .slick-slide {
    opacity: 1;
    margin: 0px 10px;
}

.we-serve-box .we-serve-box-icon {
    width: 70px;
    height: 70px;
    display: flex;
    border-radius: 50%;
    margin-bottom: 20px;
    align-items: center;
    transition: ease-in;
    justify-content: center;
    transition-duration: 0.5s;
    background-color: #fbb300;
}

.we-serve-box h4 {
    color: #fff;
    transition: ease-in;
    margin-bottom: 15px;
    transition-duration: 0.5s;
}

.we-serve-box p {
    color: #fff;
    transition: ease-in;
    transition-duration: 0.5s;
}

.we-serve-box .we-serve-box-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    transition: ease-in;
    transition-duration: 0.5s;
    filter: brightness(0) saturate(100%) invert(6%) sepia(5%) saturate(987%) hue-rotate(289deg) brightness(101%) contrast(89%);
}

.we-serve-box:hover,
.slick-current .we-serve-box {
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: #fbb300;
}

.we-serve-box:hover p,
.we-serve-box:hover h4,
.slick-current .we-serve-box p,
.slick-current .we-serve-box h4 {
    color: #1e1b1c;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.we-serve-box:hover span,
.slick-current .we-serve-box span {
    color: #1e1b1c;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.we-serve-box:hover .we-serve-box-icon,
.slick-current .we-serve-box .we-serve-box-icon {
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: #1e1b1c;
}

.we-serve-box:hover .we-serve-box-icon img,
.slick-current .we-serve-box .we-serve-box-icon img {
    transition: ease-in-out;
    transition-duration: 0.5s;
    filter: brightness(0) saturate(100%) invert(88%) sepia(77%) saturate(28%) hue-rotate(325deg) brightness(107%) contrast(99%);
}

.we-serve-box span {
    top: 30px;
    right: 20px;
    opacity: 0.3;
    color: #fff;
    font-size: 60px;
    font-weight: 500;
    position: absolute;
    transition: ease-in;
    transition-duration: 0.5s;
    font-family: 'Montserrat';
}


/* Who We Serve Ends */


/*Our Projects Start*/

.our-projects-sec {
    padding: 100px 0;
}

.our-projects-heading {
    text-align: center;
}

.our-projects-heading p {
    color: #7c7c7c;
    font-weight: 600;
    width: 55%;
    margin: 0 auto;
    margin-top: 5px;
}

.our-projects-silder .slick-active {
    opacity: 1.5;
}

.our-projects-silder .slick-slide {
    margin: 20px 12px;
}

.our-projects-row {
    margin-top: 10px;
}

.our-projects-box-text h2 {
    font-size: 25px;
    margin-bottom: 8px;
}

.our-projects-box-text p {
    color: #8d8d8d;
    font-weight: 600;
    margin-bottom: 12px;
}

.our-projects-box-text a.theme-btn-1 {
    border-color: #1e1b1c;
    background-color: #1e1b1c;
}

.our-projects-box-text a.theme-btn-1:hover {
    border-color: #fbb300;
    background-color: #fbb300;
}

.our-projects-box-text a.theme-btn-1:hover .theme-btn-1-text {
    color: #010101;
    background-color: #ffffff;
}

.our-projects-box-text {
    margin-top: 20px;
    padding: 0 10px;
}

.our-projects-box-img img {
    width: 100%;
    height: 276px;
    object-fit: cover;
}

.our-projects-box-date {
    position: absolute;
    bottom: 1px;
    left: 20px;
}

.our-projects-box-img {
    position: relative;
}

.our-projects-box-date span {
    background: #1e1b1c;
    color: #e1e1e1;
    padding: 5px 10px;
    font-size: 14px;
}

.our-projects-silder .slick-next:before {
    content: '';
    position: absolute;
    background-image: url(../images/theme--btn-arrow.png);
    width: 27px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(268deg) brightness(97%) contrast(107%);
    left: 13px;
    top: 16px;
}

.our-projects-silder .slick-next:after {
    content: "";
    position: absolute;
    background: #e8e6e5;
    height: 50px;
    left: 0;
    top: 0;
    width: 50px;
    z-index: -1;
}

.our-projects-silder .slick-next:after {
    content: "";
    position: absolute;
    background: #fbb300;
    height: 50px;
    left: 0;
    top: 0;
    width: 50px;
    z-index: -1;
}

.our-projects-silder .slick-prev {
    left: -55px;
}


.our-projects-silder .slick-next {
    right: -25px;
}

.our-projects-silder .slick-prev:before {
    content: '';
    position: absolute;
    background-image: url(../images/theme--btn-arrow.png);
    width: 27px;
    height: 15px;
    transform: rotate(180deg);
    background-repeat: no-repeat;
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(268deg) brightness(97%) contrast(107%);
    padding: 12px 0px;
    left: 12px;
}

.our-projects-silder .slick-prev:after {
    content: "";
    position: absolute;
    background: #e8e6e5;
    height: 50px;
    left: 0;
    top: 0;
    width: 50px;
    z-index: -1;
}


/*Our Projects Ends*/

/*Faqs Start*/

.faqs-box .accordion-button:hover {
    z-index: inherit;
}

.faqs-box .accordion-item.chg:before {
    display: none;
}

.faqs-box .accordion-item.chg:after {
    display: none;
}

.faqs-sec {
    background-image: url(../images/faqs-bak.jpg);
    width: 100%;
    height: 660px;
    background-size: cover;
    display: flex;
    align-items: end;
}

.faqs-box-btn span.theme-btn-1-img img {
    filter: brightness(0) saturate(100%) !important;
}

.faqs-sec .row {
    justify-content: end;
}

.faqs-box {
    background: #fff;
    padding: 25px 30px 30px;
    height: 510px;
}

.faqs-box h2 {
    margin-bottom: 5px;
}

.faqs-box .accordion-item {
    background-color: none !important;
    border: none;
    margin-top: 20px;
    position: relative;
    background: none !important;
}


.faqs-box .accordion-item:before {
    content: "";
    position: absolute;
    background: #d2d1d2;
    width: 2px;
    height: 100%;
    top: 20px;
    left: 16px;
    z-index: 1;
}

.faqs-box .accordion-item:after {
    content: "";
    position: absolute;
    background: #fbb300;
    width: 2px;
    height: 100%;
    left: 16px;
    z-index: 2;
    top: 0;
}

.faqs-box-btn {
    margin-top: 28px;
}

.faqs-box .accordion-button:not(.collapsed) {
    color: inherit;
    background-color: inherit;
    box-shadow: inherit;

}

.faqs-box .accordion-button::after {

    background-image: inherit;

}

.accordion-button:not(.collapsed)::after {
    background-image: inherit;
}

.faqs-box .accordion-button {
    padding: 0px 0;
    color: #000;
    font-weight: 500;
    font-size: 20px;
    padding-bottom: 0;
}

.faqs-box .accordion-button:focus {
    z-index: 3;
    border-color: inherit;
    outline: 0;
    box-shadow: inherit;
}

.faqs-box .accordion-button span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #000;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    margin-right: 12px;
    font-family: 'Montserrat';
    font-weight: 600;
    position: relative;
    z-index: 9;
}

.faqs-box .accordion-body {
    padding: 0 0 0 45px;
}

.faqs-box .accordion-body {
    padding: 0 0 0 45px;
    color: #858585;
    font-weight: 500;
    font-size: 14px;
}


/*Faqs Ends*/


/*Our Testimonails Start*/


.our-testimonails-sec {
    padding: 100px 0 0px;
}

.our-testimonails-sec .row {
    align-items: center;
}

.our-testimonails-heading p {
    color: #7c7c7c;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Testimonial Section Start */

.slick-slide.slick-current.slick-active .testimonial-slide-box {
    display: block;
}

.slick-slide.slick-current.slick-active .client-profile-box {
    display: none;
}

.testimonial-slide-box {
    display: none;
}

.testimonial-sec {
    background-image: -webkit-linear-gradient(90deg, rgb(0, 4, 42) 0%, rgb(0, 49, 87) 100%);
    padding: 80px 0;
}

.testimonial-content h2 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #1c3557;
}

.testimonial-content h2::before {
    position: absolute;
    content: '';
    width: 20%;
    height: 2px;
    background: #173d9b;
    bottom: -2px;
    left: 0;
}

.testimonial-content p {
    font-size: 14px;
    color: #ffffff8f;
    width: 90%;
}

ul.client-profile-list {
    width: 97px;
    height: 350px;
    display: grid;
    background-color: #1e1b1c;
    justify-content: space-between;
    justify-content: center;
    padding: 12px 0px;
    position: relative;
}

ul.stars {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2px;
    margin: 0 0 20px;
}

ul.stars i {
    color: #000;
}

ul.stars li:last-child i {
    color: #000;
}

.testimonial-slide-box {
    width: 470px;
    padding: 35px 25px;
    background-color: #fbb300;
}

.testimonial-slide-box p {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    padding: 10px 0;
}

ul.testimonial-profile {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

ul.testimonial-profile h4 {
    font-size: 19px;
    color: #121111;
    text-transform: capitalize;
    margin-bottom: 5px;
}

ul.testimonial-profile h5 {
    font-size: 14px;
    color: #344ead;
    text-transform: capitalize;
}

ul.client-profile-list h4 {
    font-size: 12px;
    color: #ffffff;
    writing-mode: tb;
    line-height: 30px;
    margin-top: 160px;
    text-align: center;
    font-family: 'OrlietPro';
    text-transform: capitalize;
}

ul.client-profile-list h4 span {
    color: #fff;
    display: block;
    font-size: 14px;
    writing-mode: tb;
    margin-left: 3px;
    font-family: 'Montserrat';
}

.testimonial-slider .slick-slide {
    opacity: 1;
}

.testimonial-slider .slick-prev,
.testimonial-slider .slick-next {
    bottom: 20%;
    top: auto;
    left: -35vw;
}

.testimonial-slider .slick-prev {
    left: -630px;
    right: auto;
}

.testimonial-slider .slick-prev:before,
.testimonial-slider .slick-next:before {
    background-image: url(../images/right-arrow.png);
    background-position: center;
    background-size: initial;
    background-repeat: no-repeat;
    position: absolute;
    width: 50px;
    height: 50px;
    content: '';
    filter: brightness(0) saturate(100%) invert(40%) sepia(100%) saturate(1717%) hue-rotate(176deg) brightness(99%) contrast(98%);
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    display: grid;
    place-content: center;
}

.testimonial-slider .slick-prev:after,
.testimonial-slider .slick-next:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    border: 1px solid #029af2;
    border-radius: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: #ffffff;
}

.testimonial-slider .slick-prev:hover:after,
.testimonial-slider .slick-next:hover:after {
    background: #029af2;
}

.testimonial-slider .slick-prev:hover:before,
.testimonial-slider .slick-next:hover:before {
    filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(2%) hue-rotate(174deg) brightness(112%) contrast(100%);
}

.testimonial-slider .slick-prev:before {
    transform: rotate(180deg);
}

ul.client-profile-list img {
    width: 65px;
    height: 65px;
    object-fit: cover;
    border-radius: 100px;
    margin: auto;
}

ul.testimonial-profile img {
    width: 65px;
    height: 65px;
    object-fit: cover;
    border-radius: 100px;
}

.mains-testi-sdiedv {
    display: flex;
    gap: 20px;
    justify-content: end;
}

ul.testimonial-profile h4 span {
    display: block;
    font-size: 14px;
    color: #344ead;
}

ul.client-profile-list:before {
    left: 0;
    right: 0;
    top: 78px;
    width: 1px;
    content: '';
    height: 70%;
    margin: 0 auto;
    position: absolute;
    background: #dde4ff;
}


/* Testimonial Section End */


/*Contact Us Start*/

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

.contact-us-form h2 {
    margin-bottom: 10px;
}

.contact-us-form p {
    margin-bottom: 20px;
    font-weight: 600;
}

.contact-us-form h4 {
    margin-bottom: 8px;
}

.contact-us-form h2 {
    margin-bottom: 8px;
}

.contact-us-form input {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    padding: 0 15px;
    border: 2px solid #b7b6b5;
    font-size: 14px;
    color: #9d9d9d;
    border-radius: 0px;
    font-weight: 600;
}

.contact-us-form input::placeholder {
    color: #9d9d9d;
    font-weight: 600;
}

.contact-us-form textarea::placeholder {
    color: #9d9d9d;
    font-weight: 600;
}

.contact-us-form select {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    padding: 0 15px;
    border: 2px solid #b7b6b5;
    font-size: 14px;
    color: #babbbc;
    border-radius: 0px;
    color: #9d9d9d;
    font-weight: 600;
}

.contact-us-form textarea {
    width: 100%;
    height: 150px;
    margin-bottom: 20px;
    padding: 15px 15px;
    font-size: 14px;
    color: #babbbc;
    resize: none;
    border-radius: 0;
    border: 2px solid #b7b6b5;
    color: #9d9d9d;
    font-weight: 600;
}

.contact-us-form .position-relative i {
    top: 17px;
    right: 35px;
    pointer-events: none;
    position: absolute;
    color: #b7b6b5;
}

.contact-us-images img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.contact-us-form {
    padding-right: 10px;
}

.contact-us-form span.theme-btn-1-img img {
    filter: brightness(0) saturate(100%) !important;
}

/*Contact Us Ends*/

/* Footer Start */

footer.footer {
    background: #141414;
    padding-top: 60px;
    padding-bottom: 50px;
}

section.footer p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #8c8c8c;
}

ul.adrs-links li a {
    gap: 8px;
    display: flex;
    color: #b9b9b9;
    font-size: 13px;
    font-weight: 500;
    align-items: center;
    transition: 0.7s ease-in-out;
    padding-bottom: 15px;
    line-height: 22px;
}

ul.adrs-links li a i {
    width: 30px;
    flex-shrink: 0;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    font-family: 'FontAwesome';
}

li.boader a {
    border: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

ul.adrs-links {
    margin-bottom: 0 !important;
}

ul.adrs-links li {
    line-height: 1.1;
    margin-bottom: 15px;
}

ul.social-links {
    display: flex;
    gap: 15px;
    justify-content: center;
}

ul.social-links li a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #033059;
    height: 38px;
    width: 38px;
    border-radius: 0;
    font-size: 20px;
    border-radius: 0px;
}

ul.social-links li a:hover {
    background: #ffe1a8;
    color: #033059;
    animation: float 1s ease-in-out infinite;
}

ul.social-links li a:hover i {
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}

ul.adrs-links li a:hover {
    color: #fbb300;
}

section.footer h2 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

ul.linkList li a {
    font-size: 13px;
    transition: 0.5s;
    font-weight: 500;
    text-transform: uppercase;
    color: #b9b9b9;
}

ul.linkList li a i {
    color: #ffffff94;
}

form.footerForm input {
    margin-bottom: 20px;
    background: #fff;
    border-radius: 0;
    width: 100%;
    height: 55px;
    padding: 0 20px;
}

form.footerForm input::placeholder {
    text-transform: uppercase;
    color: #b9babb;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
}

ul.linkList li a:hover {
    color: #fbb300;
    margin-left: 20px;
}


.foot1 .w-100 {
    top: -2px;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.foot1 .w-100 img {
    width: 200px;
    height: 40px;
    object-fit: contain;
}

.foot1 h4 {
    margin-bottom: 5px;
    font-family: 'Montserrat';
    font-size: 18px;
    color: #ffffff;
    margin-top: 35px;
}

.foot1 p {
    margin-top: 30px;
    color: #b9b9b9;
}


.foot1 {
    width: 87%;
}

.foot4 {
    padding: 30px 0% 0px 21px;
}

section.copyrite-txt {
    background: #141414;
    border-top: 1px solid #2c2c2c;
    padding: 18px 0;
}

section.copyrite-txt p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    font-family: 'Montserrat';
    color: #b9b9b9;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    25% {
        transform: translatey(-10px);
    }

    100% {
        transform: translatey(0px);
    }
}

ul.adrs-links li a:hover i {
    animation: float 1s ease-in-out infinite;
    font-size: 20px;
}


form.footerForm button {
    border-radius: 0;
}

form.footerForm button:hover {
    color: #000;
}

form.footerForm button::before,
form.footerForm button::after {
    border-radius: 0;
}

ul.adrs-links li:first-child,
ul.adrs-links li:last-child {
    gap: 12px;
    display: flex;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    align-items: baseline;
    font-family: 'Montserrat';
    transition: 0.7s ease-in-out;
}

form.footerForm button {
    background: #c7293d;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 15px 35px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}

button.btn:hover {
    background-color: #ffe1a8;
    border: 1px solid #ffe1a8;
}

ul.footer-social li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border: 1px solid #3f3f3f;
    color: #424242;
    font-size: 15px;
    border-radius: 50%;
    transition: ease-out;
    transition-duration: 0.5s;
    transition: 0.5s;
}


ul.footer-social li a:hover {
    transition: ease-in;
    transition-duration: 0.5s;
    transition: 0.5s;
    background: #fbb300;
    color: #fff;
}

.social-icon ul {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    gap: 10px;
    margin-top: 10px;
    padding: 0 0 0 0%;
}

.social-icon h5 {
    color: #fff;
    margin-bottom: 0px;
    font-size: 14px;
    font-family: 'Montserrat';
}

.quick-links-ft ul {
    column-count: 1;
    line-height: 40px;
}

ul.footer-social {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

.payment-card {
    float: inline-end;
}

section.copyrite-txt .row {
    align-items: center;
}

.social-icon ul li a:hover {
    background: #fff;
}

footer.footer h2 {
    font-size: 20px;
    color: #ffffff;
    font-family: 'Montserrat';
    margin-bottom: 25px;
    text-transform: uppercase;
}

.foot2.contact {
    margin-left: 60px;
}

ul.linkList.chg {
    column-count: 2;
}

.quick-links-ft.service {
    margin-left: 20px;
}

/*Footer End*/

/*Inner About Us Start*/


.menuSection span.theme-btn-1-text {
    background: #1e1b1c !important;
    color: #fff !important;
}

.banner-text h1 {
    font-size: 69px;
    text-transform: capitalize;
}


.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: 450px;
    text-align: center;
}

.banner-text ul li a {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

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

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


/*Inner About Us Ends*/

/*Inner Faqs Start*/

.banner-text ul li {
    color: #000;
    font-weight: 800;
}
.banner-text ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 5px;
}
.faqs-sec.inner {
    background: none;
    height: auto;
    padding: 100px 0;
}
.faqs-sec.inner .faqs-box {
    background: #fff;
    padding: 25px 30px 30px;
    height: auto;
    box-shadow: 0 0 10px 0 #00000029;
    margin-top: 25px;
}



/*Inner Faqs Ends*/

/*Inner Services Start*/

.service-box {
    margin-top: 40px;
    transition: 0.5s !important;
}

/*Inner Services Ends */


/*Inner Testimonails Start*/


.inner-our-testimonails-box {
    padding: 30px 25px;
    box-shadow: 0 0 2px 0 #00000012;
    border: 2px solid #e8e7e6;
    margin-top: 30px;
}

.inner-our-testimonails-sec {
    padding: 100px 0;
}
.inner-our-testimonails-box ul li h2 {
    font-size: 22px;
    margin-bottom: -5px;
}
.inner-our-testimonails-box p {
    color: #5c5b5b;
}
.inner-our-testimonails-box ul li p {
    color: #000;
    font-size: 13px;
}
ul.john-smith {
    display: flex
;
    align-items: center;
    margin-bottom: 18px;
    gap: 8px;
}

ul.john-smith li img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #000;
}
ul.john-smith-star {
    margin-top: 20px;
    display: flex
;
    align-items: center;
    gap: 2px;
}
ul.john-smith-star li i {
    color: #000000;
}
.inner-our-testimonails-sec {
    padding: 70px 0 100px;
}

/*Inner Testimonails Ends*/

/*Inner Services Start*/

.inner-services-sec {
    padding: 100px 0;
}
.inner-services-images img {
    width: 100%;
    height: 688px;
    object-fit: cover;
}
.inner-services-text {
    margin-top: 20px;
}
.inner-services-text h2 {
    margin-bottom: 10px;
}
.inner-services-text p {
    margin-bottom: 15px;
}
.inner-services-text p {
    color: #8d8d8d;
}
.inner-ser-img-icon a img {
    width: 52px;
    height: 52px;
}
.inner-ser-img-icon a {
    background: #fbb300;
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 85px;
    height: 85px;
    border-radius: 50%;
}
.inner-ser-img-icon {
    float: right;
    margin-top: -35px;
    position: relative;
    z-index: 999;
    margin-right: 30px;
}

/*Inner Services Ends*/

/*Project Detail Start*/

.project-detail-sec {
    padding: 100px 0;
}
.project-detail-images img {
    width: 100%;
    height: 688px;
    object-fit: cover;
}
.project-detail-text {
    margin-top: 15px;
}
.project-detail-text p {
    margin-bottom: 20px;
}
.project-detail-text h2 {
    margin-bottom: 8px;
}
.project-detail-images {
    position: relative;
}
.project-detail-date {
    position: absolute;
    bottom: 0;
    left: 40px;
}
.project-detail-date span {
    background: #fbb300;
    color: #000;
    font-weight: 500;
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 40px;
}

/*Project Detail Ends*/


/*Our Project Start*/

.our-projects-sec.inner .our-projects-box {
    margin-bottom: 40px;
    transition: 0.5s;
}

.our-projects-box:hover .our-projects-box-date span {
    background: #fbb300;
    color: #000;
    font-weight: 600;
    transition: 0.5s;
}
.our-projects-box:hover .our-projects-box-text a {
 
        border-color: #fbb300;
    background-color: #fbb300;
}

/*Our Project Ends*/







.get-quote-sec {
    padding: 100px 0;
}

.get-quote-touch-form {
    margin-left: 20px;
}
.get-quote-touch-form h3 {
    font-weight: 400;
    font-size: 26px;
    margin-bottom: 10px;
}
.get-quote-touch-form h2 {
    margin-bottom: 5px;
}
.get-quote-touch-form form {
    margin-top: 20px;
}
.get-quote-touch-form input {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    border: 2px solid #d9d7d6;
    color: #9d9d9d !important;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 20px;
}
.get-quote-touch-form select {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    border: 2px solid #d9d7d6;
    color: #9d9d9d !important;
    font-weight: 500;
    font-size: 14px;
}
.get-quote-touch-form input::placeholder {
      color: #9d9d9d !important;
      font-weight: 500;
      font-size: 14px;
}
.get-quote-touch-form textarea {
    width: 100%;
    height: 150px;
    padding: 15px 15px;
    border: 2px solid #d9d7d6;
    color: #9d9d9d !important;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 20px;
    resize: none;
}
.get-quote-touch-form textarea::placeholder {
      color: #9d9d9d !important;
      font-weight: 500;
      font-size: 14px;
}
.get-quote-touch ul li h2 {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Montserrat';
    color: #000000;
    font-weight: 600;
    margin-bottom: 1px;
}
.get-quote-touch p {
    width: 85%;
}
.get-quote-touch ul li a {
    color: #8d8d8d;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
}
.get-quote-touch ul {
    display: flex
;
    align-items: center;
    gap: 15px;
    margin-top: 35px;
}
.get-quote-touch ul li i {
    font-size: 22px;
    color: #fbb300;
}



/*Media Query Start */

@media only screen and (min-width: 1401px) and (max-width: 1600px) {
    header .theme-btn-1 span.theme-btn-1-text {
    padding: 15px 22px;
}

.banner-slider-text-box h1 span {
    font-size: 57px;
}

.banner-text h1 {
    font-size: 61px;
}

.banner-icon {
    right: -33px;
}
section.main_slider.inner-banner-sec .banner-text.wow.bounceIn.animated {
    display: flex;
    align-items: center;
    flex-direction: column;
 
    justify-content: center;
}



}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .banner-text h1 {
    font-size: 51px;
}

.banner-slider-text-box h1 span {
    font-size: 47px;
}


.menuSection span.theme-btn-1-text {
    font-size: 11px;
    padding: 14px 8px;
}

.banner-icon {
    right: -30px;
}

.we-serve-box h4 {
    font-size: 25px;
}

.faqs-sec .col-lg-6.col-md-6.col-12 {
    width: 60%;
}
section.main_slider.inner-banner-sec .banner-text.wow.bounceIn.animated {
    display: flex;
    align-items: center;
    flex-direction: column;
 
    justify-content: center;
}


}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    header .col-lg-3.col-md-3.col-sm-4 {
    width: 20%;
}

header .col-lg-7.col-md-6.col-sm-4.d-none.d-md-block {
    width: 60%;
    padding: 0;
}

header .menuSection span.theme-btn-1-text {
    padding: 10px 6px;
}

header .menuSec ul li a {
    font-size: 12px;
}

header .col-lg-2.col-md-3.col-sm-4.text-right {
    width: 20%;
}

header .theme-btn-1 span.theme-btn-1-img {height: auto;}

.banner-icon {
    right: -30px;
}

.banner-text h1 {
    font-size: 51px;
}

.banner-slider-text-box h1 span {
    font-size: 47px;
}

.banner-text {
    padding: 100px 0;
}

.banner-img {
    height: 400px;
}

.about-text h4 {
    font-size: 21px;
}

p {
    font-size: 13px;
}
.our-projects-silder {
    transform: scale(0.9);
}

.faqs-sec .col-lg-6.col-md-6.col-12 {
    width: 70%;
}

.testimonial-slide-box {
    width: 400px;
}

.contact-us-form h4 {
    font-size: 20px;
}

.gform_wrapper.gravity-theme .gform_fields {
    gap: 1%;
}

input#gform_submit_button_1 {
    width: fit-content !important;
}
section.main_slider.inner-banner-sec .banner-text.wow.bounceIn.animated {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.get-quote-sec .row .col-lg-5.col-md-5.col-12 .row .col-lg-6.col-md-6.col-12 {
    width: 100%;
}

.get-quote-touch-form h3 {
    font-size: 19px;
}


.get-quote-sec .row {
    align-items: start !important;
}
    
 .service-box br {
    display: none;
}   
    
    .our-projects-box-text h2 {
    height: 60px;
}
       
	.contact-us-https\:\/\/www\.maxblackllc\.com\/wp-content\/themes\/maxblack\/images.wow.fadeInRight.animated img {
    height: 500px;
    object-fit: cover;
    object-position: right;
}
	.contact-us-https\:\/\/www\.maxblackllc\.com\/wp-content\/themes\/maxblack\/images.wow.fadeInRight.animated {
    width: 100%;
}
.foot2.contact {
    margin: 0;
}
	.about-text p {
    font-size: 11px;
    line-height: 20px;
    margin-bottom: 10px;
}
	.service-box h4 {
    font-size: 20px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.service-box h4 {font-size: 20px;}


	.about-text p {
    font-size: 11px;
    line-height: 20px;
    margin-bottom: 10px;
}

.about-img {
    height: 970px;
}

.about-img img {
    object-position: right;
}
	ul.adrs-links li a {
    font-size: 10px;
}
	.contact-us-https\:\/\/www\.maxblackllc\.com\/wp-content\/themes\/maxblack\/images.wow.fadeInRight.animated img {
    height: 500px;
    object-fit: cover;
    object-position: right;
}
	.contact-us-https\:\/\/www\.maxblackllc\.com\/wp-content\/themes\/maxblack\/images.wow.fadeInRight.animated {
    width: 100%;
}
    header .col-lg-3.col-md-3.col-sm-4 {
    width: 20%;
}
section.service-sec .col-lg-4.col-md-4.col-12 {
    width: 50%;
}

.our-projects-sec.inner .col-lg-4.col-md-4.col-12 {
    width: 50%;
}
.inner-our-testimonails-sec .col-lg-4.col-md-4.col-12 {
    width: 50%;
}


header .col-lg-7.col-md-6.col-sm-4.d-none.d-md-block {
    width: 60%;
    padding: 0;
}

header .menuSection span.theme-btn-1-text {
    font-size: 9px;
    padding: 10px 6px;
}

header .menuSec ul li a {
    font-size: 10px;
}

header .col-lg-2.col-md-3.col-sm-4.text-right {
    width: 20%;
}

header .theme-btn-1 span.theme-btn-1-img {
    width: 30px;
    height: auto;
}

.banner-text h1 {
    font-size: 50px;
}

.banner-slider-text-box h1 span {
    font-size: 49px;
}

.banner-icon {
    right: -24px;
}

.banner-img {
    height: 300px;
    margin-left: -10%;
}

.banner-text {
    padding:  90px 0;
}

.banner-slider-text-box p {
    font-size: 11px;
    line-height: 19px;
    margin-bottom: 20px;
}

.banner-icon h5 {
    font-size: 12px;
}

.banner-number {right: -30px;}

.about-text h4 {
    font-size: 18px;
}

p {
    font-size: 12px;
    line-height: 20px;
}

section.about-sec div#custom-tabContent {
    margin-top: 10px !important;
}

.section-heading p {
    width: 80%;
}

section.who-we-serve-sec .col-xl-6.col-lg-6.col-md-4.col-sm-12.col-12 {
    width: 50%;
}

section.who-we-serve-sec .col-xl-6.col-lg-6.col-md-8.col-sm-12.col-12 {
    width: 50%;
}

.who-we-serve-text h2 {
    font-size: 50px;
}

.who-we-serve-text h4 {
    font-size: 20px;
}

.who-we-serve-text {
    padding: 50px 0;
}
.our-projects-silder {
    transform: scale(0.9);
}

.our-projects-sec {
    padding-bottom: 40px;
}

.faqs-sec .col-lg-6.col-md-6.col-12 {
    width: 100%;
}
.faqs-sec {
    height: auto;
    padding: 60px 0;
}

.faqs-box {
    height: auto;
}

h2 {
    font-size: 39px;
}

.testimonial-slide-box {
    width: 290px;
}

.contact-us-form h4 {
    font-size: 16px;
}

.gform_wrapper.gravity-theme .gform_fields {
    gap: 1%;
}

.contact-us-https\:\/\/www\.maxblackllc\.com\/wp-content\/themes\/maxblack\/images.wow.fadeInRight.animated {
    width: 100%;
}

input#gform_submit_button_1 {
    width: fit-content !important;
}

.contact-us-sec {
    padding: 80px 0 50px;
}

.quick-links-ft.service {
    margin: 0;
}

.foot2.contact {
    margin: 0;
}

footer.footer h2 {
    font-size: 19px;
}

ul.linkList li a {
    font-size: 9px;
    line-height: 30px;
}

ul.linkList li a:hover {
    margin: 0;
}
section.main_slider.inner-banner-sec .banner-text.wow.bounceIn.animated {
    display: flex;
    align-items: center;
    flex-direction: column;
    min-height: 350px;
    justify-content: center;
}


.get-quote-sec .row .col-lg-5.col-md-5.col-12 .row .col-lg-6.col-md-6.col-12 {
    width: 100%;
}

.get-quote-touch-form h3 {
    font-size: 19px;
}


.get-quote-sec .row {
    align-items: start !important;
}
 
.service-box br {
    display: none;
}   
    
    .our-projects-box-text h2 {
    height: 60px;
}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
.header-logo {
    margin-bottom: 15px;
}
    
}

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


.header-logo {
    margin-bottom: 15px;
}
.header-logo a img {
    width: 85%;
    object-fit: contain;
    height: 35px;
    margin: 0 auto;
}
.header-logo {
    text-align: center;
}

.header-btn {
    justify-content: center;
}

section.main_slider .slick-slide {
    margin: 0;
}

.banner-text h1 {
    font-size: 30px;
    line-height: 1.2;
}

.banner-slider-text-box h1 span {
    font-size: 32px;
    padding: 10px 0;
}

.banner-img img {
    height: auto;
}

.banner-img {
    height: auto;
}

.banner-text {
    padding: 40px 0 20px;
}


.banner-number {
    right: 0;
    left: 0;
    margin: 0 auto;
}

.banner-number .slide_counter::before {
    display: none;
}
.about-img {
    height: 300px;
    margin-bottom: 10px;
}

h2 {
    font-size: 40px;
}

section.about-sec {
    text-align: center;
}

section.about-sec .nav {
    justify-content: center;
}

section.about-sec a.theme-btn-1 {
    margin: 0 auto;
}
.section-heading p {
    width: 100%;
}
.who-we-serve-text::before {
    width: 100%;
    right: 0;
}
.who-we-serve-text {
    padding: 40px 10px;
    margin-bottom: 10px;
}
.we-serve-box span {
    font-size: 40px;
}

.we-serve-box h4 {
    font-size: 20px;
}

.we-serve-box {
    padding: 20px;
}

.our-projects-heading p {
    width: 100%;
}

.our-projects-sec {
    text-align: center;
    padding: 40px 0;
}

.our-projects-sec a {
    margin: 0 auto;
}
.faqs-box {
    height: auto;
    padding: 10px 10px;
}

.faqs-sec {
    height: auto;
    padding: 40px 0;
}

.faqs-box .accordion-body {
    padding-left: 0;
}

.faqs-box .accordion-button {
           font-size: 15px;
        display: block;
}

.faqs-box .accordion-button span {        
		width: 100%;
        display: flex;
        height: 30px;
        margin: 0;
        border-radius: 10px;
        margin-bottom: 10px;
        width: fit-content;
        padding: 0 20px;}

h4 {
    font-size: 20px;
}

.testimonial-slide-box {
    width: 100%;
    margin-bottom: 20px;
}

.testimonial-slider .slick-slide {
    margin: 0;
}

.contact-us-sec {
    padding: 40px 0;
}
input#gform_submit_button_1 {
    width: 190px !important;
}

.foot2.contact {
    margin-left: 0;
}

.quick-links-ft.service {
    margin-left: 0;
}

ul.footer-social {
    margin: 10px 0;
}

.textwidget.custom-html-widget {
    margin: 10px 0;
}

.banner-slider-text-box a.theme-btn-1 .theme-btn-1-text {
    padding: 10px;
}

section.main_slider.inner-banner-sec .banner-text.wow.bounceIn.animated {
    display: flex;
    align-items: center;
    flex-direction: column;
    min-height: 350px;
    justify-content: center;
}

.get-quote-touch {
    text-align: center;
}

.get-quote-touch p {
    width: 100%;
}

.get-quote-touch ul {
    justify-content: center;
}

.get-quote-touch-form {
    padding-top: 40px;
}

.get-quote-touch-form {
           text-align: center;
        margin: 0;
}

.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
    justify-content: center;
}

.banner-icon {
    display: none;
}

section.main_slider {
    background: #fbb300;
}
























}


/*Media Query End*/




.inner-our-testimonails-box img {
    DISPLAY: none;
}


.faqs-box .accordion-item:before {
    left: -13px;
}

.faqs-box .accordion-item:after {
    left: -13px;
}





footer.footer .footer-logo img {
    background: white;
}


.menuSection .header-logo img {
    background: white;
    height: 66px;
}

.banner-icon li {
    transform: rotate(90deg);
}





.gravity-theme input {
    border-radius: 10px;
}

.gravity-theme textarea {
    border-radius: 10px;
    height: 150px !important;
}

input#gform_submit_button_1 {
    background: #fbb300;
    color: black !important;
    font-size: 17px;
    width: 20%;
}



div#gform_confirmation_message_1 {
    padding: 10px;
    border: 1px solid;
    margin-top: 20px;
    color: black;
    font-weight: 500;
}




section.error-404.not-found {
    text-align: center;
    padding: 90px 10px;
}

section.error-404.not-found {
    text-align: center;
}

section.error-404.not-found h2 {
    font-size: 51px;
}


.errorbut78 {
    justify-items: center;
}


footer.footer section#media_image-2 img {
    background: white;
}


.main_slider br {
    display: none;
}

