@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Rajdhani:wght@300;400;500;600;700&family=Roboto: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;
}

a {
    font-family: "Montserrat", sans-serif;
    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: 'oswald';
    src: url(../fonts/Oswald-DemiBold.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: 100px 0;
}

.all-section-btm {
    padding: 0 0 100px;
}

.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: "Rajdhani", sans-serif;
    font-size: 81px;
    color: #ffffff;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: capitalize;
    line-height: 70px;
}

h2 {
    font-family: "Rajdhani", sans-serif;
    font-size: 73px;
    color: #000000;
    font-weight: 700;
    margin: 0 0 0px;
}

h3 {
    font-family: "Rajdhani", sans-serif;
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: "Rajdhani", sans-serif;
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: "Rajdhani", sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: "Rajdhani", sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #000000c7;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px 0 20px;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.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: space-between;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    padding: 0;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
}


/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
*/


/*.menuSec ul li:last-child a {
    padding-right: 0px;
}*/


/* .menuSec ul li:last-child a:after {
    display: none;
} */

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #ffffff;
}

.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 css start */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: end;
    /* background: rgba(0, 0, 0, 0.1); */
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/


/* search box css */

.top-shipping ul li {
    margin-right: 15px;
}

.top-shipping ul {
    align-items: baseline !important;
}

body.search-open {
    overflow: hidden;
}

.close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: none;
    border: 0;
    font-size: 50px;
    font-weight: 700;
    display: block;
    cursor: pointer;
    color: black;
    padding: 1rem 1.25rem;
    border-radius: 50%;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font: 18px;
    opacity: 1 !important;
    width: 50px;
    height: 50px;
}

.close:hover {
    background: #e21d1a;
    color: white;
    opacity: 1 !important;
    top: 2rem;
    right: 2rem;
}

.search-box.search-elem {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #000000b0;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.search-box.search-elem .inner {
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}

.search-box.search-elem label {
    color: white;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
}

.search-box.search-elem button.submit {
    outline: none;
    position: absolute;
    top: 0;
    right: 15px;
    height: 70px;
    color: #ffffff;
    width: 171px;
    height: 55px;
    background: #000000;
    font-family: 'Poppins';
    font-size: 22px;
    cursor: pointer;
    border: 0;
}

.top-cart ul li i {
    margin-right: 13px;
    font-size: 20px;
}

.search-box.search-elem button.submit[disabled] {
    width: 171px;
    height: 55px;
    font-size: 20px;
    color: white;
    background: linear-gradient(to top, #e70e0e 0%, #f66565 100%);
    display: inline-block;
}

.search-box.search-elem input[type=text] {
    padding: 20px;
    height: 55px;
    width: 80%;
    font-size: 32px;
    font-family: 'Poppins';
    font-weight: 300;
    border: none;
    border-bottom: solid 2px #e21d1a;
    transition: border 0.3s;
    border-radius: 0;
}

.search-box.search-elem input[type=text]:focus {
    border-bottom: solid 2px #55cd6c;
    box-shadow: none;
}

.search-box.search-elem label.placeholder {
    position: absolute;
    top: 13px;
    left: 2rem;
    font-size: 32px;
    font-weight: 300;
    font-family: 'Poppins';
    color: #999;
    transition: all 0.3s;
}

.search-box.search-elem label.placeholder.move-up {
    top: -25px;
    color: white;
    font-size: 17px;
    font-family: 'Poppins';
}

.search-box.search-elem.search-open {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.search-btn {
    font-family: 'Raleway', sans-serif;
    font-size: 0.875rem;
    padding: 0 10px;
    display: inline-block;
    color: white;
}

/* end search box css */

/* header */

.menuSection {
    position: absolute;
    width: 100%;
    z-index: 999;
}

.menuSection .row {
    border-bottom: 1px solid #adc6df;
    padding: 20px 0;
}

.main_slider {
    position: relative;
}

.container-fluid {
    padding: 0 8%;
}

/* header */

/* banner */

.img-fluid {
    width: 100%;
    object-fit: cover;
    height: 900px;
}

.banner_text h1 span {
    font-size: 61px;
}

.banner_text p {
    color: #fff;
    margin-bottom: 20px;
    width: 78%;
}

.themebtn {
    background: #d5962d;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border: 1px solid #d5962d;
    text-decoration: none;
    color: #ffffff;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 50px;
    padding: 5px 5px 5px 25px;
    transition: background-color 0.4s ease, color 0.4s ease;
}

.btn_icon {
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.btn_icon img {
    width: 20px !important;
    height: 20px !important;
    object-fit: contain !important;
    transition: transform 0.4s ease;
    filter: brightness(0) saturate(100%) invert(67%) sepia(88%) saturate(562%) hue-rotate(340deg) brightness(90%) contrast(84%);
}

.themebtn:hover .btn_icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(295deg) brightness(104%) contrast(104%);
    transform: translateX(5px);
}

.themebtn:hover .btn_icon {
    background: #d5962d;
}

.themebtn:hover {
    border: 1px solid #d5962d;
    color: #d5962d;
    background: #ffffff;
}

.bnr_house img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.banner_text {
    padding: 80px 160px 20px 70px;
    border-radius: 20px;
    background: linear-gradient(0deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 7%) 100%);
    box-shadow: 0 0 2px #ffffff99;
}

.banner_wrap {
    border-radius: 20px;
    /* border: 1px solid #8BAED3; */
}

.bnr_house {
    height: 80vh;
    width: auto;
    position: absolute;
    bottom: 2%;
    right: -11%;
}

.bnr_social h6 {
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
}

.bnr_social ul li a {
    height: 50px;
    width: 50px;
    font-size: 20px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    color: #ffffff;
    background: transparent;
    transition: all .3s ease-in;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bnr_social ul li a:hover {
    border: 1px solid #d5962c;
    background: #d5962c;
}

.bnr_social ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.bnr_flx {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    gap: 120px;
}

.bnr_social {
    margin-bottom: 50px;
}

/* banner */

/* about */

.about_left img {
    height: 630px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.about_txt ul li h3 {
    font-size: 29px;
    color: #000;
    font-weight: 400;
}

.about_txt ul li img {
    height: 50px;
    width: auto;
    object-fit: contain;
}

.about_txt ul {
    display: flex;
    margin: 30px 0;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.about_txt ul li {
    border-radius: 20px;
    box-shadow: 0 1px 20px rgb(0 0 0 / 13%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    height: 100px;
    width: 100%;
    border-left: 3px solid #d6962b;
}

.d_block {
    display: block;
}

.about_txt {
    padding: 0 40px;
}

/* about */

/* service */

.service {
    background: #f7f7f7;
}

.heading {
    text-align: center;
    margin-bottom: 30px;
}

.heading p {
    width: 50%;
    margin: 0 auto;
}


.service_img img {
    border-radius: 15px;
    height: 245px;
    width: 100%;
    object-fit: cover;
}

.service_txt {
    padding: 35px 0px;
}

.service_main h3 {
    color: #d5962c;
    font-size: 30px;
}

.service_txt h4 {
    font-size: 29px;
    margin-bottom: 10px;
}

.service_txt p {
    margin-bottom: 10px;
}

.service_txt a {
    color: #d5962c;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    text-decoration: underline;
    text-transform: capitalize;
}

.service_main {
    padding: 30px 20px;
}

.service2 h3 {
    margin-bottom: 35px;
}

.service2 .service_txt {
    padding: 35px 0px 0;
}

.service2 {
    position: relative;
}

.service2::before {
    content: '';
    position: absolute;
    top: 0;
    left: -11px;
    background: #dddddd;
    height: 100%;
    width: 1px;
    z-index: 1;
}

.service2::after {
    content: '';
    position: absolute;
    top: 0;
    right: -11px;
    background: #dddddd;
    height: 100%;
    width: 1px;
    z-index: 1;
}

/* service */

/* why choose us */

.wcu_txt h2 {
    font-size: 68px;
}

.progress_item {
    margin-bottom: 30px;
}

.progress_item h6 {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 17px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.progress_bar {
    width: 100%;
    height: 10px;
    background: #e8f1f5;
    border-radius: 20px;
    position: relative;
}

.progress_fill {
    height: 100%;
    background: #d5962c;
    border-radius: 20px;
    position: relative;
}

.progress_tooltip {
    position: absolute;
    top: -45px;
    right: -15px;
    background: #d5962c;
    color: #fff;
    font-size: 13px;
    border-radius: 8px;
    font-weight: 600;
    height: 30px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.progress_tooltip::after {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 13px;
    border-width: 13px;
    border-style: solid;
    border-color: #d5962c transparent transparent transparent;
    z-index: 2;
}

.progress_fill {
    width: 0;
    transition: width 2s ease;
}

.wcu_right>img {
    height: 530px;
    object-fit: cover;
    width: 100%;
    border-radius: 15px;
}

.wcu_right {
    position: relative;
    padding-left: 110px;
}

img.wcu-img-2 {
    height: 300px;
    object-fit: cover;
    width: 400px;
    border-radius: 15px;
    border: 3px solid #ffffff;
    position: absolute;
    left: 0;
    bottom: -60px;
}

.wcu_txt {
    padding-right: 50px;
}

.progress_wrap {
    margin: 40px 0 0;
}

/* why choose us */


/* Contact Us */

.contact {
    padding: 100px 0;
    background: url(../images/contact-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.contact::before {
    content: '';
    position: absolute;
    z-index: 0;
    background: #d6972beb;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.contact::after {
    content: '';
    position: absolute;
    z-index: 0;
    background: #f7f7f7;
    height: 100%;
    width: 155%;
    top: 0;
    left: 0;
    clip-path: circle(40% at 10% 50%);
}

.contact_right h2 {
    font-size: 69px;
}

.contact_right form input,
.contact_right form textarea {
    width: 100%;
    font-size: 15px;
    padding: 15px 20px;
    border: 1px solid #0000003b;
    color: #000000;
    font-weight: 400;
    margin-bottom: 20px;
    border-radius: 5px;
    font-family: 'montserrat';
}

.contact_right form input::placeholder,
.contact_right form textarea::placeholder {
    color: #00000075;
}

.contact_right form textarea {
    resize: none;
    height: 160px;
}

button.thembtn {
    padding: 0;
}

.contact_left img {
    height: 700px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.contact .contact_white {
    background: #ffffff;
    border-radius: 10px;
    margin: 0 auto;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.contact_right {
    padding: 0px 70px;
}

.contact .container-fluid {
    position: relative;
    z-index: 99;
}

/* Contact Us */

/* gallery */


.project_main>a {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    transition: all ease .3s;
    width: 100%;
    margin-bottom: 20px;
}

.project_main a img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.project_main>a::after {
    position: absolute;
    content: "+";
    background: #d6972b9a;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    font-size: 40px;
    border-radius: 20px;
    transition: all 0.4s ease-in-out 0s;
    transform: scale(0);
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
}

.project_main>a:hover::after {
    transition: all 0.4s ease-in-out 0s;
    transform: scale(1);
    border-radius: 20px;
}

/* gallery */

/* footer */

.footer-btm {
    padding: 20px 0;
    background: #d5962c;
}

.footer-btm p {
    margin-bottom: 0;
    color: #ffffff;
    text-align: center;
}

.footerSec h5 {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 30px;
    font-family: 'oswald';
}

.footerSec {
    background: #1e1e1e;
}

.ftr_links ul li a {
    color: #d2d2d2;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

.ftr_links ul li {
    padding-left: 15px;
    margin-bottom: 20px;
    position: relative;
}

.ftr_links ul li::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    background: #f4f4f4;
    height: 4px;
    width: 4px;
    border-radius: 50%;
}

.ftr_links ul {
    column-count: 2;
}

.contact_links ul li a i {
    height: 40px;
    width: 40px;
    border-radius: 5px;
    background: #353535;
    font-size: 20px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact_links ul li a span {
    color: #d2d2d2;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

.contact_links ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    gap: 15px;
}

.ftr_links {
    padding: 95px 90px 95px 0px;
    position: relative;
}

.contact_links {
    padding: 95px 0px 95px 170px;
    position: relative;
}

.newsletter form input {
    width: 100%;
    padding: 15px 20px;
    border-radius: 5px;
    border: none;
    color: #000;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    background: #ffffff;
}

.newsletter form input::placeholder {
    color: #00000088;
}

.newsletter form button {
    height: 55px;
    width: 65px;
    border-radius: 5px;
    color: #fff;
    background: #d5962c;
    border: none;
    font-size: 20px;
}

.newsletter form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.newsletter p {
    margin: 30px 0;
    color: #d2d2d2;
}

.newsletter {
    text-align: center;
}

.ftr_links::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background: #4b4b4b;
    right: 55px;
    z-index: 1;
    height: 100%;
    width: 1px;
}

.contact_links::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background: #4b4b4b;
    left: 70px;
    z-index: 1;
    height: 100%;
    width: 1px;
}

/* footer */

.brand_img img {
    height: 50px;
    object-fit: contain;
    width: auto;
    filter: grayscale(1) brightness(1.5);
}

.brand_slider .slick-slide {
    opacity: 1;
    margin: 0 10px;
}

.brand_slider {
    position: absolute;
    background: #ffffff;
    border-top-left-radius: 30px;
    width: 60%;
    padding: 0 100px;
    height: 150px;
    z-index: 1;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 20px rgb(0 0 0 / 13%);
}

/* Our Testimonials  */


.testi_left img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.testi_left h2 {
    font-size: 30px;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    background: #d5962c;
    text-transform: uppercase;
    letter-spacing: 17px;
    writing-mode: sideways-rl;
    height: 500px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.testi_left {
    position: relative;
}

ul.testi-2 {
    gap: 20px;
    display: flex;
    align-items: center;
}

ul.testi-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

ul.testi-2 h3 {
    font-size: 21px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
}

ul.testi-2 p {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
}

.testi_card {
    background: #f7f7f7;
    padding: 50px 70px 50px 30px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.testi_card .rating i {
    color: #d5962c;
    font-size: 17px;
}

.testi_card p {
    margin: 0px 0 10px;
}

.countingsm {
    color: #cccccc;
    font-weight: 400;
    font-size: 26px;
    font-family: "Roboto", sans-serif;
}

.divider {
    height: 1px;
    width: 120px;
    background: #cccccc;
}

.countinglarge {
    color: #d5962c;
    font-weight: 400;
    font-size: 41px;
    font-family: "Roboto", sans-serif;
}

.slider_controls {
    display: flex;
    align-items: center;
    gap: 15px;
}

.slider_btns img {
    height: 11px;
    width: auto;
    object-fit: contain;
}

.slider_btns_prev img {
    transform: rotate(180deg);
}

.slider_btns button img {
    filter: brightness(0) saturate(100%) invert(60%) sepia(0%) saturate(0%) hue-rotate(267deg) brightness(90%) contrast(89%);
}

.slider_btns button {
    height: 50px;
    width: 50px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    justify-content: center;
    background: #fff;
    transition: all .3s ease-in;
}

.slider_btns {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
}

.slider_btm {
    display: flex;
    justify-content: space-between;
    padding: 30px 30px;
}

.slider_btns button:hover {
    background: #d5962c;
    border: 1px solid #d5962c;
}

.slider_btns button:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(0%) hue-rotate(168deg) brightness(113%) contrast(100%);
}

.testi_slider .slick-slide {
    margin: 0;
}

/* Our Testimonials  */


.bbb_badge img {
    height: 80px;
    width: auto;
    object-fit: contain;
    margin-top: 20px;
}

/* video featured */

.video_slider .slick-slide {
    opacity: 1;
}

.video_main iframe {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.video_slider ul.slick-dots li {
    height: 10px;
    width: 10px;
    background: #d09437;
    border-radius: 50%;
}

.video_slider .slick-dots li button:before {
    content: '';
}

.video_slider .slick-dots {
    bottom: -55px;
}

/* video featured */