@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz@0,14..32;1,14..32&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/***** General CSS *****/

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

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

@font-face {
    font-family: 'sui-generis';
    src: url(../fonts/sui-generis.otf);
}


/***** 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: 'sui-generis';
    font-size: 50px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: uppercase;
}

h2 {
    font-family: 'sui-generis';
    font-size: 50px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: uppercase;
}

h3 {
    font-family: 'sui-generis';
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: 'sui-generis';
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

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

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

p {
    color: #ebebeb;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}


/* Header Start */

.menuSec {
    padding: 0px 0;
    margin-bottom: 25px;
}

.menuSec img {
    margin: 0;
}

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

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

.menuSec li ul {
    display: none;
}

.header-logo a img {
    width: 163px;
    height: 102px;
    object-fit: contain;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #141414;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}


.add-padding {
    padding: 0 5%;
}


.menuSection {
    padding: 20px 0;
}

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

.theme-btn-1 {
    background: #ff6900;
    border-radius: 5px;
    padding: 5px 3px;
    display: flex;
    align-items: center;
    height: 55px;
    width: fit-content;
    color: #ffffff;
    text-transform: uppercase;
}

.header-button {
    display: flex;
    justify-content: end;
    margin-bottom: 25px;
}

.theme-btn-1 span.theme-btn-img {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 48px;
    border-radius: 3px;
}


.theme-btn-1 span.theme-btn-text {
    padding: 0 15px;
    font-size: 15px;
}

.theme-btn-1 span.theme-btn-img {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 5px;
}


.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*header css start */


/* Banner Start */

.main-banner-images-silder-items img {
    width: 100%;
    height: 670px;
    object-fit: cover;
    border-radius: 40px;
}

.header-banner-sec {
    position: relative;
}

.header-banner-sec:before {
    content: "";
    position: absolute;
    background-image: url(../images/header-banner-back.png);
    width: 99.1%;
    height: 832px;
    background-size: cover;
    z-index: -1;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 10px;
    border-radius: 70px;
}

.main-banner-text-silder-items label {
    font-family: 'sui-generis';
    font-size: 26px;
    color: #fff;
    text-transform: uppercase;
}

.main-banner-text-silder-button {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 20px;
}


.main-banner-text-silder-items {
    margin-bottom: 100px;
}

.main-banner-follow-us-row h2 {
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
}

.main-banner-follow-us-row ul li a {
    border: 2px solid #767676;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    color: #747375;
    transition: 0.5s;
}

.main-banner-follow-us-row ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.main-banner-follow-us-row ul {
    margin-top: 15px;
}

.main-banner-follow-us-row {
    margin-top: -40px;
}

.main-banner-sec .slick-slide {
    margin: 0px 0px;
}

.theme-btn-1 span.theme-btn-img img {
    width: 17px;
    height: 9px;
    object-fit: contain;
}

.main-banner-follow-us-row ul li a:hover {
    background: #ff6900;
    transition: 0.05s;
    border: 2px solid #ff6900;
    color: #ffffff;
    transform: scale(1.1);
}

.main-banner-text-silder-btn ul li img {
    width: 52px;
    height: 50px;
    object-fit: contain;
}

.main-banner-text-silder-btn ul {
    display: flex;
    align-items: center;
    gap: 15px;
}


.main-banner-text-silder-btn ul li a {
    font-size: 22px;
    font-family: 'sui-generis';
    color: #ffffff;
}

.main-banner-text-silder-btn ul li span {
    text-transform: uppercase;
    font-size: 15px;
    color: #f0f0f0;
}

.main-banner-text-silder-items p {
    color: #f0f0f0;
}

/* Banner Ends */


/*About Us Start*/

.sec {
    margin: 120px 0;
}


.about-us-sec {
    margin: 150px 0px;
}

.about-us-text {
    background-image: -webkit-linear-gradient(90deg, rgb(72, 71, 71) 0%, rgb(151, 151, 151) 51%, rgb(102, 102, 102) 100%);
    border-radius: 20px;
    padding: 50px 25px 20px;
    height: 605px;
}

.about-us-images img {
    width: 100%;
    height: 605px;
    object-fit: cover;
    border-radius: 20px;
}

.about-us-text p {
    margin-bottom: 25px;
    width: 79%;
    color: #dadada;
}

.about-us-our-mission {
    background: #ff6900;
    margin-top: 75px;
    padding: 35px 20px;
    border-radius: 20px;
}

.about-us-our-mission p {
    color: #ffebdd;
    margin-bottom: 0;
    width: 100%;
}

.about-us-our-mission h2 {
    font-size: 25px;
}

/*About Us Ends*/


/*What We Do Start*/


.what-we-do-sec:before {
    content: "";
    position: absolute;
    background-image: url(../images/what-we-do-back.png);
    width: 98%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 0;
    border-radius: 80px;
}


.what-we-do-heading {
    border-bottom: 1px solid #bab7b7;
    padding: 15px 0;
}

.what-we-do-sec {
    position: relative;
    padding: 70px 0 100px;
}

.what-we-do-silder-items {
    margin-top: 50px;
    padding: 50px 10px 30px;
    border-radius: 12px;
}

.what-we-do-silder-items span img {
    width: 222px;
    height: 3px;
    object-fit: contain;
}

.what-we-do-silder .slick-active {
    opacity: 1.5 !important;
}

.what-we-do-silder .slick-slide {
    margin: 0px 12px 35px;
}

.what-we-do-silder-items label {
    font-size: 40px;
    font-family: 'sui-generis';
    color: #fff;
}

.what-we-do-silder-items h2 {
    font-size: 25px;
    margin-top: 5px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.what-we-do-silder-items p {
    margin-top: 20px;
    margin-bottom: 35px;
}

.what-we-do-silder-items img {
    width: 100%;
    height: 188px;
    object-fit: cover;
    border-radius: 15px;
}

.what-we-do-silder .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1.2;
}

.what-we-do-silder .slick-slide.slick-current.slick-active.slick-center .what-we-do-silder-items {
    background: #ff6900;
    transform: scale(1.1);
    padding: 50px 30px 30px;
}

.what-we-do-silder {
    margin-top: 50px;
}


.what-we-do-silder .slick-next:before {
    content: '\f178';
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
    color: #fefefe !important;
    border: 1px solid #fefefe;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 16px;
}


.what-we-do-silder .slick-prev:before {
    content: '\f177';
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
    color: #fefefe !important;
    border: 1px solid #fefefe;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 16px;
}

.what-we-do-silder .slick-next {

    top: -120px;

}

.what-we-do-silder .slick-prev {
    top: -120px;
}

.what-we-do-silder .slick-prev {
    left: inherit;
    right: 95px;
}

.what-we-do-silder .slick-next {
    right: 30px;
}

/*What We Do Ends */


/*Our Portfolio Start*/

.latest_work_sec {
    overflow: hidden;
    padding: 20px 0;
}

.latest_workheading h2 {
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.latest_workheading p {
    color: #fff;
    width: 70%;
    margin: auto;
}

.latest_work_slider ul li img {
    height: 600px;
    object-fit: cover;
    width: 400px;
}

.latest_work_slider {
    max-width: 100%;
    overflow: visible;
}

.slider-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: clamp(300px, 60vw, 500px);
    overflow: hidden;
}

.slider-container img {
    position: absolute;
    width: clamp(180px, 40vw, 400px);
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
    transition: all 0.5s ease;
    border: 10px solid #e1e2e4;
    opacity: 0;
    transform: scale(0.7);
    z-index: 1;
    border-radius: 25px;
}

.latest_workheading {
    margin-bottom: 25px;
}

.slider-container img.active {
    opacity: 1;
    transform: translateX(0) scale(1);
    z-index: 5;
}

.slider-container img.left {
    transform: translateX(-10vw) scale(0.85);
    opacity: 1;
    z-index: 4;
}

.slider-container img.right {
    transform: translateX(10vw) scale(0.85);
    opacity: 1;
    z-index: 4;
}

.slider-container img.far-left1 {
    transform: translateX(-18vw) scale(0.7);
    opacity: 1;
    z-index: 3;
}

.slider-container img.far-right1 {
    transform: translateX(18vw) scale(0.7);
    opacity: 1;
    z-index: 3;
}

.slider-container img.far-left2 {
    transform: translateX(-25vw) scale(0.6);
    opacity: 1;
    z-index: 2;
}

.slider-container img.far-right2 {
    z-index: 2;
    opacity: 1;
    transform: translateX(25vw) scale(0.6);
}

.latest_work_sec .dots {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    margin-top: 25px;
}

.latest_work_sec .dots button {
    width: 10px;
    height: 10px;
    border: none;
    margin: 5px;
    cursor: pointer;
    border-radius: 50%;
    position: relative;
    padding: 0 !important;
    background: #ff6900;
}

.latest_work_sec .dots button.active {
    background: #ff6900;
    transform: scale(1.2);
    margin: 5px 10px;
}

.latest_work_sec .dots button.active::before {
    height: 20px;
    width: 20px;
    left: -5px;
    right: 0;
    top: 0;
    content: '';
    bottom: 0;
    margin: auto;
    z-index: -2;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #fc7516;
}

.latest_work_sec .latest_workheading h2 {
    color: #000;
    margin-bottom: 8px;
}

.latest_work_sec .latest_workheading p {
    color: #2d2e2e;
    font-weight: 500;
    font-size: 16px;
}

.latest_work_sec .dots:before {
    content: "";
    position: absolute;
    background-image: url(../images/latest-work-silder-line.png);
    width: 74px;
    height: 1px;
    right: -95px;
    top: 10px;
}

.latest_work_sec .dots:after {
    content: "";
    position: absolute;
    background-image: url(../images/latest-work-silder-line.png);
    width: 74px;
    height: 1px;
    top: 10px;
    left: -95px;
    transform: rotate(180deg);
}


/*Our Portfolio Ends */


/*Contact Us Start*/

.contact-us-form {
    background: #232323;
    padding: 40px 30px;
    border-radius: 10px;
    height: 550px;
    width: 98%;
}

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

.contact-us-sec:before {
    content: "";
    position: absolute;
    background-image: url(../images/contact-us-back.png);
    width: 98%;
    height: 100%;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-radius: 80px;
    background-size: cover;
}

.contact-us-heading p {
    width: 78%;
    line-height: 28px;
}

.contact-us-call-box {
    background: #ff6900;
    padding: 50px 40px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-top: 50px;
}

.contact-us-sec.sec .row {
    position: relative;
}

.contact-us-sec.sec .row:before {
    content: "";
    position: absolute;
    background: #ff6900;
    width: 100%;
    height: 322px;
    bottom: 0;
    right: 0;
    z-index: -1;
    border-radius: 10px;
}


.contact-us-heading {
    margin-top: 80px;
}

.contact-us-call-box ul li i {
    color: #ffffff;
    border: 2px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 18px;
}

.contact-us-call-box ul {
    display: flex;
    align-items: center;
    gap: 15px;
}


.contact-us-call-box ul li a {
    color: #fbf8f8;
    font-size: 20px;
}

.contact-us-call-box ul li label {
    color: #fff;
}

.contact-us-form input {
    width: 100%;
    height: 50px;
    background: none;
    border: none;
    border-bottom: 1px solid #7b7b7b;
    color: #919191;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 15px;
}

.contact-us-form input::placeholder {

    color: #919191;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.contact-us-form textarea::placeholder {

    color: #919191;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.contact-us-form textarea {
    width: 100%;
    height: 150px;
    background: none;
    border: none;
    border-bottom: 1px solid #7b7b7b;
    color: #919191;
    text-transform: uppercase;
    margin-bottom: 20px;
    resize: none;
    font-size: 15px;
}

.contact-us-form button {
    border: none;
}

ul.contact-us-call-us {
    margin-top: 30px;
}


/*Contact Us Ends*/


/*Our Reviews Start*/

.testimonial-sec {
    position: relative;
}


.testimonial-sec .sec-head h2 {

    font-size: 65px;

}


.test-box-text {
    background-image: url(../images/testi-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 40px 30px 10px 90px;
    position: relative;
}


.testi-img img {
    height: 400px;
    object-fit: cover;
    object-position: top;
    width: 100%;
    border-radius: 20px;
}


.authr-box {

    display: flex;

    align-items: end;

}


.authr-box>div {

    margin-left: 10px;

}


.test-box-text h4 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 5px;
    padding-top: 0;
    color: #000;
    font-family: 'sui-generis';
}


.test-box-text span {
    font-size: 16px;
    color: #171717;
    font-family: "Montserrat";
    line-height: 20px;
    margin: 0;
    font-weight: 600;
}


.authr-box img {

    margin-bottom: 30px;

}


.testi-box {

    margin: 0;

}


.authr-box>img {

    width: auto;

}


.testi-slider .slick-list {

    padding: 20px 0;

}


.testi-slider button.slick-arrow {
    transition: 2s all;
    height: calc(84% - 40px);
    width: 28%;
    border-radius: 0;
    background-blend-mode: overlay;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 0;
    border-radius: 20px;
    height: 395px;
}

.slick-dots li.slick-active button::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ff6900;
    content: '';
    z-index: -1;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.slick-active {
    opacity: 1.5;
}

.slick-dots li.slick-active {
    margin: 0 50px 0 0;
}


.testi-slider button.slick-prev.slick-arrow {

    left: -240px;

}


.testi-slider button.slick-next.slick-arrow {

    right: -240px;

}


.testi-slider button.slick-prev.slick-arrow:before {

    content: "\f177";

    font-family: "Font Awesome 6 Free";

    font-weight: 900;

    font-size: 24px;

    color: #d7192e;

    display: flex;

    align-items: center;

    justify-content: center;

    position: absolute;

    left: auto;

    right: -760px;

    bottom: -120px;

    height: 51px;

    width: 50px;

    display: none;

}


.testi-slider button.slick-next.slick-arrow:before {

    content: "\f061";

    font-family: "Font Awesome 6 Free";

    font-weight: 900;

    font-size: 24px;

    color: #d7192e;

    display: flex;

    align-items: center;

    /* justify-content: center;

     */

    position: absolute !important;

    left: -153px !important;

    right: 0;

    height: 51px;

    width: 50px;

    bottom: -7px;

    margin: 0 0 -40px 52px;

    display: none;

}


.testi-slider .slick-slide {

    transition: all ease-in-out 0.3s;

    opacity: 1;

    margin: 10px;

}


.testi-slider button.slick-arrow:before {

    color: #fff;

    font-size: 30px;

    opacity: 1;

    width: 50px;

    height: 50px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50px;

    margin-left: 65px;

}


.testi-slider button.slick-arrow:hover:before {

    color: #fff;

    transition: 0.5s ease-in-out;

}


.testi-slider button.slick-next.slick-arrow:before {

    right: 50px;

    position: absolute;

    left: auto;

    bottom: -80px;

}


.testi-slider .slick-dots li.slick-active button {

    opacity: 1;

    font-size: 16px;

    border: 1px solid #0000009d;

}


.testi-slider .slick-dots li button {
    border-radius: 50%;
    border: 2px solid #a0a0a2 !important;
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    content: "" !important;
    text-align: center;
    opacity: 1;
    color: black;
    list-style: none !important;
}


.testi-slider .slick-dots li.slick-active button:before {
    background-color: #a0a0a2;
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 47.1%;
    left: 19px;
    width: 55px;
    height: 2px;
    content: "";
}

.testi-slider .slick-dots li:last-child.slick-active button:before {
    left: -55px;
}

.slick-dots li:last-child.slick-active {
    margin: 0 0 0 50px;
}

.testimonial-heading p {
    color: #2e2e2e;
    width: 55%;
    margin: 0 auto;
    font-weight: 500;
}


.slick-dots li button:before {

    content: '';

    font-size: 0;

    /* number bilkul invisible */

}


/* Slick dots ke button ke andar ka text hide kare */

.slick-dots li button {

    font-size: 0 !important;

    /* Text hide */

}


.testi-slider .slick-dots {
    position: absolute;
    bottom: -20px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: end;
    right: 50px;
}

.testi-slider-box {
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 20px;
    z-index: 2;
    transition: 1s ease-in-out;
    margin: 30px auto;
    width: 88%;
    position: relative;
    border-bottom: 2px solid #ff6900;
    padding-bottom: 30px;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.testi-slider-box .testi-img img {
    height: 360px;
}

.testi-slider-box:hover {

    transition: 1s ease-in-out;


}


.testi-slider-box .col-lg-8 {

    position: relative;

    z-index: 1;

}


ul.tidti-list {

    display: flex;

    align-items: center;

    justify-content: space-between;

}


ul.star {

    display: flex;

    align-items: center;

    justify-content: start;

    gap: 3px;

}

.test-box-text ul.star i {
    color: #f79b1b;
}


.test-box-text p {
    font-size: 16px;
    color: #535353;
    margin: 10px 0;
    margin-bottom: 20px;
}


section.testimonial-sec .top-heading {

    margin-bottom: 10px;

}


.test-box-extra {
    left: -130px;
    padding: 20px 20px;
    rotate: 270deg;
    position: absolute;
    bottom: 33%;
    right: unset;
    width: 38%;
    background: #ff6900;
    height: auto;
}


.test-box-extra h5 {
    font-size: 20px;
    line-height: 18px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin: 0;
    font-weight: 200;
    height: auto;
    padding: 0 20px;
    font-family: 'sui-generis';
}


.pro_bar.testi-bar {

    bottom: 0;

    width: 45%;

    margin: 0 auto;

    left: 0;

    right: 0;

}


.progress4,

.progress3 {

    display: block;

    width: 70%;

    height: 6px;

    border-radius: 10px !important;

    overflow: hidden;

    background-image: linear-gradient(to right, #264a5c, #264a5c);

    background: linear-gradient(190deg, #000 0%, #000 100%);

    background-repeat: no-repeat;

    background-size: 0 100%;

    transition: background-size 0.4s ease-in-out;

}


.progress4,

.progress3 {

    display: flex;

    overflow: hidden;

    font-size: 0.75rem;

    background-color: #e7ebed;

    border-radius: 0;

    margin: -30px 0 0 71px;

}


.testi-slider-number span.end_number,

.testi-slider-number span.start_number1 {

    right: 0;

    font-family: "Montserrat";

    font-size: 25px;

    line-height: 20px;

    background: #000;

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

}


.testi-slider-number .nike-zoom-silder-number {

    top: auto;

    bottom: -48%;

    left: 5%;

}


.testi-slider-number {

    bottom: -52%;

    top: auto;

    left: 4%;

}


.testi-slider-number span.start_number1 {

    font-family: "Montserrat";

    font-size: 25px;

    line-height: 20px;

    bottom: 0;

    background: #000;

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

}


.slide_counter h2 span.mid {

    font-family: "Montserrat";

    font-size: 17px;

    line-height: 20px;

    background: #000;

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

}


.heading.text_center {

    display: flex;

    flex-flow: column;

    justify-content: center;

    align-items: center;

    text-align: center;

}


.heading.text_center p {

    width: 45%;

}


.testi-counter h2 {

    display: flex;

    align-items: center;

    justify-content: start;

    width: 60%;

    margin: 0 auto -10px;

    font-weight: 400;

    gap: 10px;

}


.testimonial-heading h2 {
    color: #000;
    margin-bottom: 8px;
}


/*Our Reviews Ends*/


/*Current Projects Start */


.gallery-heading p {
    color: #4d4e4e;
    width: 60%;
    margin: 0 auto;
    font-weight: 500;
}

.gallery-heading {
    text-align: center;
}

.gallery-heading label.theme-heading-1 {
    width: 11%;
    margin: 0 auto;
    margin-bottom: 20px;
}


@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-features-area {
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 270px) and (max-width: 575px) {
    .tp-features-area {
        padding-bottom: 0;
    }
}

.tp-features-wrapper {
    margin-top: -110px;
}

.tp-features-wrapper p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-features-wrapper {
        margin-top: -125px;
        margin-bottom: 160px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 270px) and (max-width: 575px) {
    .tp-features-wrapper {
        margin-bottom: 120px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 270px) and (max-width: 575px) {
    .tp-features-wrapper p br {
        display: none;
    }
}

.tp-features-icon span {
    position: relative;
    margin-top: 15px;
    height: 78px;
    width: 78px;
    background: var(--tp-common-white);
    box-shadow: 0px 8px 18px rgba(44, 52, 128, 0.12);
    border-radius: 88px;
    display: inline-block;
    line-height: 78px;
    text-align: center;
    font-size: 30px;
    -webkit-text-fill-color: transparent;
    background-image: var(--tp-gradient-primary);
    -webkit-background-clip: text;
}

.tp-features-icon span img {
    transform: translateY(-2px);
}

.tp-features-icon span::before {
    content: "";
    position: absolute;
    height: 102px;
    width: 102px;
    background: var(--tp-common-white);
    box-shadow: 0px 8px 18px rgba(44, 52, 128, 0.12);
    border-radius: 88px;
    left: -12px;
    top: -12px;
    z-index: -1;
}

.tp-features-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}

.fml {
    margin-left: 70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .fml {
        margin-left: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .fml {
        margin-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .fml {
        margin-left: 0px;
    }
}

.fml-2 {
    margin-left: 120px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .fml-2 {
        margin-left: 105px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .fml-2 {
        margin-left: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .fml-2 {
        margin-left: 0px;
    }
}

.tp-feature-area {
    background: no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.tp-feature-wrapper .tp-section__title-pre-3 {
    background: #272727;
    color: var(--tp-common-white);
    box-shadow: none;
    border: none;
}

.tp-feature-wrapper .tp-section__title {
    color: var(--tp-common-white);
    margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 270px) and (max-width: 575px) {
    .tp-feature-wrapper .tp-section__title br {
        display: none;
    }
}

.row-custom {
    display: flex;
    margin: 0 -15px;
    padding-left: 30px;
    padding-right: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .row-custom {
        padding: 0;
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 270px) and (max-width: 575px) {
    .row-custom {
        flex-direction: column;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.col-custom {
    position: relative;
    flex: 1;
    width: 100%;
    height: 400px;
    margin: 10px;
    padding: 30px 0;
    transition: 0.5s;
    cursor: pointer;
    overflow: hidden;
    border: 2px solid #535353;
    border-radius: 15px;
    margin-top: 30px;
}

.our-gallery-text-box h2 {
    font-size: 25px;
    margin-bottom: 10px;
    color: #000;
}

.our-gallery-text-box p {
    color: #2d2d2e;
    font-weight: 500;
    margin-bottom: 20px;
    width: 85%;
}

.t-img h2 {
    font-size: 22px;
    color: #7d7d7d;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .col-custom {
        padding: 40px 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .col-custom {
        padding: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .col-custom {
        width: 15%;
        padding: 0;
        flex: 0 0 15%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .col-custom {
        width: 25%;
        padding: 40px 25px;
        flex: 0 0 25%;
    }
}

@media only screen and (min-width: 398px) and (max-width: 575px) {
    .col-custom {
        width: 100%;
        padding: 20px;
    }
}

@media (max-width: 397px) {
    .col-custom {
        width: 100%;
        padding: 0;
    }
}

.col-custom.active {
    flex: 6;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .col-custom.active {
        flex: 5;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .col-custom.active {
        flex: 0 0 55%;
        width: 55%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .col-custom.active {
        flex: 0 0 63%;
        width: 55%;
    }
}

.col-custom.active .tp-panel-item {
    display: none;
}

.col-custom.active .tp-panel-item-2 {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.col-custom.active::before {
    visibility: visible;
    opacity: 1;
}

.tp-panel-title {
    width: 240px;
    transform: rotate(90deg) translate(145px, 80px);
    font-weight: 600;
    font-size: 26px;
    color: #fff;
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .tp-panel-title {
        transform: rotate(90deg) translate(145px, -10px);
    }
}

.tp-panel-title.child-one {
    transform: rotate(90deg) translate(172px, 100px);
    width: 275px;
}

@media (max-width: 575px) {
    .tp-panel-title.child-one {
        transform: rotate(90deg) translate(172px, 7px);
    }
}

.tp-panel-title.child-two {
    transform: rotate(90deg) translate(172px, 100px);
    width: 275px;
}

@media (max-width: 575px) {
    .tp-panel-title.child-two {
        transform: rotate(90deg) translate(172px, 10px);
    }
}

.tp-panel-title.child-three {
    transform: rotate(90deg) translate(180px, 104px);
    width: 290px;
}

@media (max-width: 575px) {
    .tp-panel-title.child-three {
        transform: rotate(90deg) translate(180px, 23px);
    }
}

.tp-panel-title.child-four {
    transform: rotate(90deg) translate(146px, 104px);
    width: 290px;
}

@media (max-width: 575px) {
    .tp-panel-title.child-four {
        transform: rotate(90deg) translate(146px, 20px);
    }
}

.tp-panel-content {
    text-align: center;
}

.tp-panel-content span {
    font-weight: 700;
    font-size: 26px;
    line-height: 28px;
    color: var(--tp-common-white);
}

.tp-panel-content-2 .tp-panel-shape {
    position: absolute;
    bottom: -85px;
    left: -50px;
    z-index: -1;
}

.tp-panel-content-2 .tp-panel-icon {
    margin-bottom: 10px;
}


@media only screen and (min-width: 270px) and (max-width: 575px) {
    .tp-panel-content-2 p {
        font-size: 18px;
    }
}

.tp-panel-content-2 i {
    font-weight: 900;
    font-size: 16px;
    height: 54px;
    color: #161616;
    line-height: 54px;
    background: var(--tp-common-white);
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}


ul.testi-stars li a i {
    color: #ffffff;
    font-size: 11px;
}


.tp-panel-title-2 {
    font-weight: 600;
    font-size: 24px;
    color: var(--tp-common-white);
    margin-bottom: 10px;
}

@media only screen and (min-width: 270px) and (max-width: 575px) {
    .tp-panel-title-2 {
        font-size: 22px;
    }
}

.tp-panel-item-2 {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    transform: scale(0.7);
    width: 100%;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-panel-item-2 {
        width: 290px;
    }
}

@media only screen and (min-width: 270px) and (max-width: 575px) {
    .tp-panel-item-2 {
        width: 100%;
    }
}


.tp-line-wrapper {
    position: fixed;
    top: 0;
    left: 50%;
    bottom: 0px;
    margin: auto;
    width: calc(100% - 400px);
    z-index: -1;
    transform: translateX(-50%);
    border-left: 1px solid #EEF3F8;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-line-wrapper {
        width: calc(100% - 200px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-line-wrapper {
        width: calc(100% - 80px);
    }
}

.tp-line-wrapper::before {
    width: 1px;
    right: 0;
    content: "";
    height: 100px;
    position: absolute;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
    animation: line_anim_2 15s ease-out infinite alternate;
    z-index: 1;
}

.tp-line-item {
    width: 12.5%;
    float: left;
    height: 100%;
    position: relative;
    border-right: 1px solid #EEF3F8;

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-line-item {
        width: 20.5%;
    }
}

.tp-line-item::before {
    width: 1px;
    left: 0;
    content: "";
    height: 100px;
    position: absolute;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), transparent);
}

.tp-line-item:nth-child(even)::before {
    animation: line_anim 15s ease-out infinite alternate;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), transparent);
}

.tp-line-item:nth-child(odd)::before {
    animation: line_anim_2 15s ease-out infinite;
}

@-webkit-keyframes line_anim {
    0% {
        top: 0;
        opacity: 1;
    }

    50% {
        top: 50%;
    }

    90% {
        opacity: 1;
    }

    100% {
        top: 100%;
        opacity: 0.5;
    }
}

@-moz-keyframes line_anim {
    0% {
        top: 0;
        opacity: 1;
    }

    50% {
        top: 50%;
    }

    90% {
        opacity: 1;
    }

    100% {
        top: 100%;
        opacity: 0.5;
    }
}

@-ms-keyframes line_anim {
    0% {
        top: 0;
        opacity: 1;
    }

    50% {
        top: 50%;
    }

    90% {
        opacity: 1;
    }

    100% {
        top: 100%;
        opacity: 0.5;
    }
}

@keyframes line_anim {
    0% {
        top: 0;
        opacity: 1;
    }

    50% {
        top: 50%;
    }

    90% {
        opacity: 1;
    }

    100% {
        top: 100%;
        opacity: 0.5;
    }
}

@-webkit-keyframes line_anim_2 {
    0% {
        opacity: 1;
        bottom: 0;
    }

    50% {
        bottom: 50%;
    }

    90% {
        opacity: 1;
    }

    100% {
        bottom: 100%;
        opacity: 0.5;
    }
}

@-moz-keyframes line_anim_2 {
    0% {
        opacity: 1;
        bottom: 0;
    }

    50% {
        bottom: 50%;
    }

    90% {
        opacity: 1;
    }

    100% {
        bottom: 100%;
        opacity: 0.5;
    }
}

@-ms-keyframes line_anim_2 {
    0% {
        opacity: 1;
        bottom: 0;
    }

    50% {
        bottom: 50%;
    }

    90% {
        opacity: 1;
    }

    100% {
        bottom: 100%;
        opacity: 0.5;
    }
}

@keyframes line_anim_2 {
    0% {
        opacity: 1;
        bottom: 0;
    }

    50% {
        bottom: 50%;
    }

    90% {
        opacity: 1;
    }

    100% {
        bottom: 100%;
        opacity: 0.5;
    }
}

.blog-text h4 {
    font-size: 22px;
    color: #09050d;
    writing-mode: tb;
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 80px;
    transform: rotate(180deg);
    font-family: 'sui-generis';
    text-transform: uppercase;
    margin-bottom: 0 !important;
}

.blg-txt1 p {
    font-size: 11px;
    color: #09050d;
    writing-mode: tb;
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: -120px;
    margin-left: -16px;
}


.blox-box .row {
    align-items: center;
}

.col-custom.wow.fadeInUpBig.active {
    padding: 30px;
    position: relative;

}

.blox-box-number h2 {
    font-size: 22px;
    margin-bottom: 0;
    color: #7d7d7d;
}

.blox-box {
    position: relative;
    padding: 0 25px;
}

.blox-box-number {
    position: absolute;
    top: -10px;
    right: 20px;
}

.our-gallery-images-box img {
    width: 100%;
    height: 337px;
    object-fit: cover;
    border-radius: 20px;
}

ul.blgdetail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0;
    position: relative;
    border-bottom: solid 0.5px #ffffff3b;
    padding: 20px 0;
}


.t-img img {
    width: 68px;
    border-bottom: solid 0.5px #0000004a;
    padding: 20px 0;
}

.gallery-heading h2 {
    color: #000;
    margin-bottom: 8px;
}

/*Current Projects Ends */


/*Footer Start*/

.footer-sec {
    position: relative;
    padding-top: 80px;
    margin-bottom: 20px !important;
}

.footer-sec:before {
    content: "";
    position: absolute;
    background-image: url(../images/footer-back.png);
    width: 98%;
    height: 100%;
    background-size: cover;
    z-index: -1;
    top: 0;
    border-radius: 70px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.footer-logo a img {
    width: 188px;
    height: 117px;
    object-fit: contain;
    margin-bottom: 15px;
    margin-left: -5px;
}

.footer-logo p {
    width: 93%;
    color: #f1f1f1;
}

.footer-logo h3 {
    font-size: 16px;
    font-family: 'sui-generis';
    font-weight: 500;
    margin-top: 25px;
    color: #f1f1f1;
}

.footer-logo ul li a {
    color: #f1f1f1;
    border: 1px solid #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 18px;
    transition: 0.5s;
}

.footer-contact-info-box ul li label {
    color: #f1f1f1;
    font-weight: 500;
}

.footer-contact-info-box ul li a {
    color: #f1f1f1;
    font-weight: 500;
}

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

.footer-contact-info-box ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.footer-contact-info-box ul li span {
    /* clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); */
    /* background: #ff6900; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    color: #fff;
    position: relative;
    z-index: 999;
}

.footer-copy-right-row {
    text-align: center;
    margin-top: 75px;
    padding: 35px 0;
}

.footer-contact-info-box {
    margin-top: 50px;
}

.footer-copy-right-row p {
    margin-bottom: 0;
    color: #1e1f20;
    font-weight: 600;
}

.footer-contact-info-box ul li span:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 55px;
    height: 60px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    z-index: -5;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.footer-logo ul li a:hover {
    background: #ff6900;
    transition: 0.5s;
    color: #fff;
    border: 1px solid #ff6900;
    transform: scale(1.1);
}

.subscribe-our-row h2 {
    font-size: 35px;
    margin-bottom: 0;
    color: #f1f1f1;
    text-transform: math-auto;
}

.subscribe-our-row h2 span {
    display: block;
}

.subscribe-our-row input {
    width: 100%;
    height: 55px;
    background: #fff;
    border: none;
    padding: 0 20px;
    border-radius: 10px;
    color: #424242;
    font-weight: 500;
}

.subscribe-our-row form {
    position: relative;
    display: flex;
    align-items: center;
}

.subscribe-our-row form button {
    position: absolute;
    right: 0;
}

.subscribe-our-row form button {
    position: absolute;
    right: 0;
    background: #ff6900;
    height: 55px;
    width: 170px;
    border-radius: 10px;
    border: none;
    color: #fff;
    font-weight: 500;
}

.subscribe-our-row {
    border-bottom: 1px solid #c5c4c5;
    padding-bottom: 30px;
}

.quicklink-ourservices-row h2 {
    font-size: 20px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.footer-qucik-link-box {
    margin-top: 50px;
}

.footer-qucik-link-box ul li a {
    color: #f1f1f1;
    font-weight: 500;
    transition: 0.5s;
}

.footer-qucik-link-box ul li a:hover {
    color: #ff6900;
    margin-left: 20px;
    transition: 0.5s;
}


.quicklink-ourservices-row h2:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 30%;
    height: 2px;
    bottom: 0;
}

.footer-qucik-link-box ul {
    line-height: 32px;
}

.footer-qucik-link-box ul li a i.fas.fa-arrow-right {
    transform: rotate(-45deg);
    margin-right: 3px;
}


.footer-contact-info-box ul li span::after {
    top: 0;
    left: 50%;
    content: "";
    position: absolute;
    background: #ff6900;
    width: 55px;
    height: 58px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    z-index: -5;
    transform: translateX(-50%);
}


/*Footer Ends*/




/*Inner Portfolio Start*/

.inner-portfolio-one-box a img {
    width: 100%;
    height: 580px;
    object-fit: cover;
    border-radius: 20px;
}

.padding-left {
    padding-left: 0;
}

.inner-portfolio-two-box img {
    width: 100%;
    height: 275px;
    object-fit: cover;
    border-radius: 20px;
}

.inner-portfolio-three-box {
    margin-top: 25px;
}

.inner-portfolio-three-box img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 20px;
}

.inner-portfolio-sec.sec a {
    width: 100%;
}

.inner-banner-images img {
    width: 100%;
    height: 410px;
    object-fit: cover;
    border-radius: 20px;
}

.inner-banner-heading {
    margin-top: 80px;
}

.inner-banner-heading p {
    width: 90%;
    margin-bottom: 0;
}



.inner-header-banner-sec {
    position: relative;
}

.inner-header-banner-sec:before {
    content: "";
    position: absolute;
    background-image: url(../images/inner-banner-back.png);
    width: 98%;
    height: 605px;
    background-size: cover;
    z-index: -1;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 10px;
}

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

/*Inner Portfolio Ends */













/*Inner About Us Start*/


.about-us-text.inner p {
    width: 100%;
}

.about-us-text.inner h3 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 30px;
}

.our-mission-our-values-sec:before {
    content: "";
    position: absolute;
    background-image: url(../images/what-we-do-back.png);
    width: 98%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 0;
    border-radius: 80px;
}

.our-mission-our-values-sec {
    position: relative;
}

.our-mission-our-values-sec {
    position: relative;
    padding: 100px 0;
}

.our-mission-our-values-sec.sec .row.mt-5 {
    margin-top: 70px !important;
}

.our-mission-our-values-img img {
    width: 100%;
    height: 385px;
    object-fit: cover;
    border-radius: 20px;
}

.our-mission-our-values-text {
    width: 95%;
}

.our-mission-our-values-text.chg {
    margin: 0 0 0 auto;
}

.meet-our-team-heading {
    text-align: center;
}

.meet-our-team-heading h2 {
    color: #000;
}

.meet-our-team-heading p {
    color: #000;
    width: 50%;
    margin: 0 auto;
    font-weight: 500;
}

.meet-our-team-box {
    margin-top: 35px;
    position: relative;
}

.meet-our-team-box-heading {
    position: absolute;
    bottom: 20px;
    background: #fff;
    width: 90%;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-radius: 15px;
    padding: 20px 30px;
}

.meet-our-team-box img {
    width: 100%;
    height: 488px;
    object-fit: cover;
    border-radius: 20px;
}

.meet-our-team-box-heading h2 {
    font-size: 22px;
    margin-bottom: 5px;
    color: #000;
}

.inner-current-projects-heading {
    text-align: center;
}

.inner-current-projects-heading h2 {
    color: #000000;
    margin-bottom: 8px;
}

.inner-current-projects-heading p {
    color: #000;
    width: 60%;
    margin: 0 auto;
    font-weight: 500;
}

.page-number-box ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.page-number-box {
    margin-top: 40px;
}

.page-number-box ul li a {
    color: #797979;
    border: 1px solid #797979;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    font-size: 20px;
    font-family: 'sui-generis';
    transition: 0.5s;
}

.page-number-box ul li a:hover {
    background: #ff6900;
    transition: 0.5s;
    color: #fff;
    border: 1px solid #ff6900;
}





/*Inner About Us Ends */




/* Inner Current Projects Start*/




.meet-our-team-box-heading span {
    color: #ff6900;
    text-transform: uppercase;
    font-weight: 500;
}


/* Inner Current Projects Ends */


/*Inner What We Do Start*/

.inner-what-we-do-text {
    background-image: -webkit-linear-gradient(90deg, rgb(72, 71, 71) 0%, rgb(151, 151, 151) 51%, rgb(102, 102, 102) 100%);
    border-radius: 20px;
    padding: 85px 50px;
}

.inner-what-we-do-images img {
    width: 100%;
    height: 445px;
    object-fit: cover;
    border-radius: 20px;
}

.inner-what-we-do-text p {
    color: #dfdfdf;
    margin-bottom: 25px;
}



.inner-services-detail-img img {
    width: 100%;
    height: 652px;
    object-fit: cover;
    border-radius: 20px;
}

.inner-services-detail-text h2 {
    color: #000;
}


.inner-services-detail-text p {
    color: #595959;
    font-weight: 500;
}

.inner-services-detail-text h3 {
    font-size: 30px;
    color: #e47b1b;
    margin-bottom: 18px;
}

.inner-services-detail-text {
    margin-top: 35px;
    width: 95%;
}


.services-category-box {
    background-image: -webkit-linear-gradient(90deg, rgb(72, 71, 71) 0%, rgb(151, 151, 151) 51%, rgb(102, 102, 102) 100%);
    border-radius: 20px;
    padding: 30px 30px;
    margin-left: 10px;
}

.services-category-box h2 {
    font-size: 30px;
}

.services-category-box ul li a {
    border: 2px solid #ffffff;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    border-radius: 10px;
    font-family: 'sui-generis';
    color: #fff;
    font-size: 22px;
    margin-top: 20px;
}

.services-category-box li.active a {
    background: #ff6900;
}

/*Inner What We Do Ends */

/*Inenr Project Detail Start*/

.inner-pro-detail-one-silder-items img {
    width: 100%;
    height: 677px;
    object-fit: cover;
    border-radius: 40px;
}

.inner-pro-detail-one-silder img {
    width: 100%;
    height: 659px;
    object-fit: cover;
    border-radius: 40px;
}

.inner-pro-detail-two-silder {
    margin-top: 30px;
}

.inner-pro-detail-one-silder .slick-slide {
    margin: 0px 0px;
}

.inner-project-detail-text p {
    color: #000;
}

.inner-project-detail-text h2 {
    color: #000;
}

.inner-project-detail-text {
    margin-top: 40px;
}

.inner-pro-detail-two-silder .slick-slide {
    margin: 0px 10px;
}

.inner-pro-detail-two-silder img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 20px;
}


/*Inenr Project Detail Ends */




/*Inner Get a Quote Start*/



.booking-in input {
    width: 100%;
    border: 1px solid #a4a5a6;
    background: transparent;
    height: 58px;
    padding: 15px;
    color: #686868;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 30px;
}

.booking-in input::placeholder {
    color: #686868;
    font-weight: 500;
}

.booking-in textarea::placeholder {
    color: #686868;
    font-weight: 500;
}

.booking-in textarea {
    width: 100%;
    border: 1px solid #a4a5a6;
    background: transparent;
    height: 220px;
    padding: 15px;
    color: #686868;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 30px;
    resize: none;
}

.booking-in-btn button {
    border: none;
}

.booking-in-btn {
    display: flex;
    justify-content: center;
}

.booking-btn {
    text-align: center;
}

section.booking-wrap button.theme-btn {
    border: unset;
}

.apointment-head {
    text-align: center;
    margin-bottom: 3%;
}

.apointment-head p {
    width: 60%;
    margin: 0 auto;
    color: #5c5c5c;
    font-weight: 500;
}

.booking-in {
    position: relative;
}

.booking-in i {
    position: absolute;
    right: 0px;
    width: 16%;
    height: 57px;
    display: inline-flex;
    color: white;
    align-items: center;
    justify-content: center;
    background: #ff6900;
    font-size: 26px;
    top: 1px;
    pointer-events: none;
    border-radius: 10px;
}

.booking-in select {
    width: 100%;
    border: 1px solid #a4a5a6;
    background: transparent;
    height: 58px;
    padding: 15px;
    color: #686868;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 30px;
}

.booking-in .header-btn {
    margin: 0 auto;
    display: block;
    width: 20%;
}

.apointment-head h2 {
    color: #000;
}

/*Inner Get a Quote Ends*/

/*Inner Contact Us Start */


.inner-contact-us-map iframe {
    width: 100%;
    height: 650px;
    border: 2px solid #ff6900;
    border-radius: 20px;
}

.inner-contact-us-form {
    border: 2px solid #ff6900;
    width: 90%;
    padding: 40px 30px;
    background: #fff;
    border-radius: 20px;
}

.inner-contact-us-form input {
    width: 100%;
    height: 60px;
    border: 2px solid #fe7c21;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 0 10px;
}

.inner-contact-us-form textarea {
    width: 100%;
    height: 160px;
    border: 2px solid #fe7c21;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 0 10px;
}

.inner-contact-us-form button {
    border: none;
}




.inner-contact-us-form label {
    color: #4d4c4b;
    font-weight: 500;
    margin-bottom: 5px;
}

.inner-contact-us-box {
    border-radius: 15px;
    background-image: -webkit-linear-gradient(90deg, rgb(72, 71, 71) 0%, rgb(151, 151, 151) 51%, rgb(102, 102, 102) 100%);
    padding: 40px 35px;
    position: relative;
    transition: 0.5s;
}

.inner-contact-us-row {
    margin-bottom: 80px;
}

.inner-contact-us-number {
    position: absolute;
    top: 30px;
    right: 50px;
}

.inner-contact-us-box:hover {
    background: #ff6900;
    transition: 0.5s;
}

.inner-contact-us-number h2 {
    margin: 0 !important;
    font-size: 60px !important;
}

.inner-contact-us-box h2 {
    font-size: 24px;
    margin-bottom: 5px;
    margin-top: 35px;
}

.inner-contact-us-box p {
    margin-bottom: 0;
}

.inner-contact-us-box img {
    width: 55px;
    height: 57px;
    object-fit: contain;
}

.inner-gallery-box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
}

.inner-gallery-box a {
    width: 100% !important;
}

.inner-portfolio-sec ul.nav {
    margin-bottom: 30px !important;
    justify-content: space-between;
}

.inner-portfolio-sec ul.nav button.nav-link {
    color: #141414;
}

.inner-portfolio-sec ul.nav button.nav-link.active {
    background-color: #ff6900;
    color: #fff;
}

/*Inner Contact Us  Ends*/





/*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*/