@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&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway: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;
    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: 'urban';
    src: url(../fonts/urban.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;
}

.pt-8 {
    padding-top: 80px;
}

.pt-10 {
    padding-top: 100px;
}

.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;
}


.pb-10 {
    padding-bottom: 100px;
}

.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: 'urban';
    font-size: 60px;
    color: #fffefd;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1;
}

h2 {
    font-family: 'urban';
    font-size: 75px;
    color: #020202;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: uppercase;
    line-height: 1;
}

h3 {
    font-family: 'urban';
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: 'urban';
    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: #8a8a98;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
}


/* Header 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: center;
    gap: 80px;
}

.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: 14px;
    text-transform: uppercase;
    font-weight: 500;
}


.menuSec-button a {
    margin: 0 0 0 auto;
}


.theme-btn-1 span {
    background: #161531;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: 10px;
}

.menuSection {
    position: absolute;
    z-index: 9;
    width: 100%;
    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;
    text-decoration: underline;
}

.header-logo a img {
    background: #fff;
    padding: 8px 8px;
    width: 100%;
}


.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;
}

.add-padding {
    padding: 0 4%;
}

/* Header Ends */


/* Banner Start */

.img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.menuSec-button {
    text-align: end;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.banner_text p {
    margin-bottom: 22px;
    color: #8b8a97;
    line-height: 23px;
    width: 94%;
}

.main-slider-girls img {
    width: 894px;
    height: 752px;
    object-fit: contain;
}

section.main_slider {
    position: relative;
}

.main-slider-girls {
    position: absolute;
    z-index: 9;
    right: 48px;
    bottom: 0;
}

.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: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

.banner_text h1 span {
    font-size: 75px;
}

.mian-banner-box {
    width: 272px;
    margin: 0 0 0 auto;
    height: 321px;
    margin-top: -200px;
    text-align: center;
    position: relative;
    z-index: 99999;
}

.mian-banner-box img {
    width: 272px;
    height: 321px;
    object-fit: cover;
}

.mian-banner-box-heading h2 {
    font-size: 18px;
    text-transform: uppercase;
}

.mian-banner-box-heading {
    background: #fff;
    padding: 20px 0;
    position: absolute;
    width: 100%;
    bottom: 0;
}


.theme-btn-1 {
    background: #d31b21;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 50px;
    color: #fff;
    padding: 5px 8px 5px 20px;
    display: inline-flex;
    align-items: center;
    width: fit-content;
    box-shadow: 0px 3px 10px 0px #d31b21;
    text-decoration: none;
    transition: all 0.3s ease;
}

.theme-btn-1 span {
    background: #020202;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: 10px;
    transition: all 0.3s ease;
}


.theme-btn-1:hover span {
    background: #d31b21 !important;
}

.theme-btn-1:hover {
    background: #000;
    color: #fff !important;
}

.theme-btn-1:hover span {
    background: #0f0e25;
}

.theme-btn-1:hover span img {
    transform: translateX(5px);
    transition: 0.5s;
}

.theme-btn-1 span img {
    transition: 0.5s;
    width: 10px;
    height: 8px;
    object-fit: contain;
}

.neo-text {
    animation: reveal 1.4s cubic-bezier(.2, .8, .2, 1) forwards;
    position: relative;
}

.neo-text:before {
    content: "";
    position: absolute;
    background: #d31b2136;
    width: 140%;
    height: 1px;
    bottom: 0;
}

.neo-text label {
    display: inline-block;
    background: linear-gradient(120deg, #d31a20, #c6baba, #d31a20);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shimmer 3s linear infinite;
}

.neo-text b {
    font-weight: 900;
}

@keyframes reveal {
    to {
        opacity: 1;
        filter: blur(0);
        transform: scale(1);
    }
}

@keyframes shimmer {
    to {
        background-position: 200% center;
    }
}


.main-slider-socail-links-row {
    position: absolute;
    bottom: 50px;
    z-index: 9;
    left: 4%;
    display: flex;
    align-items: center;
    gap: 230px;
}

.main-slider-socail-links {
    position: relative;
    display: flex;
    align-items: center;
}

.main-slider-socail-links:before {
    content: "";
    position: absolute;
    background: #2f2e47;
    width: 190px;
    height: 1px;
    right: -210px;
}

.main-slider-socail-links-row {}

.main-slider-socail-links ul {
    display: flex;
    align-items: center;
    gap: 15px;
}

.main-slider-socail-links ul li a {
    color: #636373;
    border: 1px solid #636373;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: 0.5s;
}

.main-slider-socail-heading span {
    font-family: 'urban';
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.main-slider-socail-heading span {
    color: #fff;
    font-size: 18px;
}

.main-slider-socail-links ul li a:hover {
    background: #d31b21;
    transition: 0.5s;
    color: #fff;
    border: 1px solid #d31b21;
    transform: scale(1.1);
}


/* Banner Ends */


/*About Us Start*/


.about-us-images img {
    width: 100%;
    height: 612px;
    object-fit: cover;
}

.about-us-text {
    margin-left: 5px;
}

.about-us-text-btn {
    margin-top: 20px;
}

.about-us-text a {
    border: none;
}

.about-us-text h3 {
    font-size: 40px;
    text-transform: uppercase;
    color: #d31b21;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
    position: relative;
}

.about-us-text h3:before {
    content: "";
    position: absolute;
    background: #e7e7ea;
    width: 100%;
    height: 1px;
    left: -250px;
    bottom: -8px;
    z-index: -1;
}

.about-us-sec {
    position: relative;
}

.about-us-sec:before {
    content: "";
    position: absolute;
    background: #0000001c;
    width: 57.1%;
    height: 87.8%;
    top: 0;
    z-index: -1;
    left: 0;
}

/*About Us Ends */

/*Our Services Start*/

.our-services-sec {
    position: relative;
}

.our-services-sec:before {
    content: "";
    position: absolute;
    background-image: url(../images/our-services-back.png);
    width: 100%;
    height: 635px;
    top: 0;
    z-index: -1;
}

.our-services-heading {
    text-align: center;
}

.our-services-heading h2 {
    color: #fff;
}

.our-services-heading p {
    width: 70%;
    margin: 0 auto;
    color: #8f8e9b;
}

.our-services-silder-items {
    margin-top: 40px;
}

.our-services-silder .slick-active {
    opacity: 1.5;
}

.our-services-silder .slick-slide {
    margin: 0px 25px 50px;
}

.our-services-silder-items-img {
    width: 88%;
    position: relative;
}

.our-services-silder-items-img:before {
    content: "";
    position: absolute;
    background: #d31b2166;
    width: 100%;
    height: 0%;
    transition: 0.5s;
}

.our-services-silder-items:hover .our-services-silder-items-img:before {
    height: 100%;
    transition: 0.5s;
}


.our-services-silder-items-img img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.our-services-silder-items-text h2 {
    font-size: 20px;
    color: #d31b21;
    margin-bottom: 10px;
}

.our-services-silder-items-text p {
    font-size: 14px;
    line-height: 23px;
    color: #92929f;
    margin-bottom: 12px;
}

.our-services-silder-items-text a {
    font-size: 13px;
}

.our-services-silder-items-text a span {
    width: 38px;
    height: 38px;
}

.our-services-silder-items-text {
    background: #fff;
    padding: 30px 25px;
    width: 83%;
    margin: 0 0 0 auto;
    box-shadow: 0 0 10px 0 #0000001a;
    margin-top: -100px;
    position: relative;
    z-index: 9;
}

.our-services-silder-items-number {
    background: #d31b21;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85px;
    height: 80px;
    margin-top: -100px;
}

.our-services-silder-items-number h2 {
    font-size: 25px;
    color: #fff;
    line-height: 25px;
}

/*Our Services Ends */

/*Why Choose Us Start*/

.why-choose-us-text ul li img {
    width: 17px;
    height: 17px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(19%) sepia(55%) saturate(7061%) hue-rotate(350deg) brightness(84%) contrast(94%);
}

.why-choose-us-text h2 span {
    display: block;
}

.why-choose-us-text h2 {
    border-bottom: 1px solid #e7e7ea;
    padding-bottom: 5px;
}

.why-choose-us-text p {
    padding-top: 15px;
}

.why-choose-us-text h3 {
    font-size: 18px;
    color: #d31b21;
    margin-top: 20px;
    font-weight: 400;
}

.why-choose-us-text ul li {
    font-family: 'urban';
    color: #0d1f4a;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 20px;
    margin-bottom: 15px;
}

.why-choose-us-text ul {
    line-height: 40px;
}
.why-choose-us-images img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.why-choose-us-text {
    width: 98%;
}

.why-choose-us-two-img img {
    width: 100%;
    height: 462px;
    object-fit: cover;
}

.why-choose-us-two-img {
    width: 102.5%;
}

.why-choose-us-two-text {
    padding: 85px 50px;
}

.why-choose-us-two-text-btn {
    margin-top: 25px;
}

.why-choose-us-two-text-btn a {
    border: 1px solid #000;
}

.why-choose-us-text .list-wrapper {
    height: 160px;
    overflow: hidden;
    transition: height 0.5s ease;
    margin-bottom: 10px;
    margin-top: 20px;
}

.why-choose-us-text button#readMoreBtn {
    background: #d31b21;
    padding: 10px 25px;
    border-radius: 50px;
    color: #fff;
    border: 1px solid #000;
}

.why-choose-us-text .list-wrapper.expanded {
    height: 160px;              
    overflow-y: auto;           
}


.why-choose-us-text .list-wrapper::-webkit-scrollbar {
    width: 6px;
}
.why-choose-us-text .list-wrapper::-webkit-scrollbar-thumb {
    background: #d31b21;
    border-radius: 5px;
}


/*Why Choose Us Ends*/

/*Join Our Fleet Start*/


.join-our-fleet-sec {
    background-image: url(../images/join-our-fleet-back.png);
    width: 100%;
    height: 605px;
    background-size: cover;
    display: flex;
    align-items: center;
    text-align: center;
    background-attachment: fixed;
}

.join-our-fleet-text h2 {
    color: #fff;
    margin-bottom: 5px;
}

.join-our-fleet-text h2 span {
    display: block;
}

.join-our-fleet-text label {
    font-family: 'urban';
    letter-spacing: 7px;
    word-spacing: 10px;
    color: #d31b21;
    margin-top: 5px;
}

ul.join-our-fleet-points {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    gap: 30px;
}

.join-our-fleet-text ul li {
    font-family: 'urban';
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
}

ul.join-our-fleet-button li a.theme-btn-1 {
    font-family: "Montserrat", sans-serif;
}

.theme-btn-2 {
    border: 1px solid #7d7ba2;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 50px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    width: fit-content;
    box-shadow: 0px 3px 10px 0px #d31b21;
    text-decoration: none;
    transition: all 0.3s ease;
    background: transparent;
    font-family: "Montserrat", sans-serif;
    padding: 15px 30px;
}

ul.join-our-fleet-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
}


/*Join Our Fleet Ends */


/* What Our Clients Say Start */


.what-our-clients-say-heading {
    text-align: center;
}

.what-our-clients-say-heading p {
    width: 70%;
    margin: 0 auto;
}

.what-our-clients-say-silder .slick-active {
    opacity: 1.5;
}

.what-our-clients-say-silder .slick-slide {
    margin: 0px 15px 40px;
}

.what-our-clients-say-silder-items span img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto;
}

.what-our-clients-say-silder-items:before {
    content: "";
    position: absolute;
    background: #d31b21;
    width: 100%;
    height: 8px;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: 0.5s;
    opacity: 0;
}

.what-our-clients-say-silder-items {
    margin-top: 5px;
    text-align: center;
    padding: 35px 30px;
    position: relative;
    border-bottom: 8px solid #d31b21;
}

.what-our-clients-say-silder .slick-slide.slick-current.slick-active.slick-center .what-our-clients-say-silder-items * {
    color: #fff;
    font-weight: 400;
}

.what-our-clients-say-silder-items h2 {
    font-size: 18px;
    color: #212121;
    margin-top: 30px;
    margin-bottom: 2px;
}

.what-our-clients-say-silder-items strong {
    color: #d31b21;
    font-size: 13px;
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
}

.what-our-clients-say-silder-items p {
    color: #557697;
}

.what-our-clients-say-silder-items ul li i {
    color: #ffa200;
    font-size: 15px;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1.2;
}

.what-our-clients-say-silder .slick-slide.slick-current.slick-active.slick-center .what-our-clients-say-silder-items:before {
    height: 390px;
    opacity: 1;
    bottom: 0;
    transition: 0.5s;
}

.what-our-clients-say-silder .slick-slide.slick-current.slick-active.slick-center .what-our-clients-say-silder-items {
    border-bottom: 8px solid #000;
}

.what-our-clients-say-silder .slick-prev:before {
    content: '';
    position: absolute;
    background-image: url(../images/our-clients-say-silder-arrow-right.png);
    width: 18px;
    height: 10px;
    background-size: cover;
    filter: brightness(0) saturate(100%) invert(83%) sepia(0%) saturate(1516%) hue-rotate(151deg) brightness(81%) contrast(87%);
}

.what-our-clients-say-silder button.slick-prev.slick-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    transition: 0.5s;
}

.what-our-clients-say-silder .slick-prev {
    left: -35px;
}

.what-our-clients-say-silder .slick-next:before {
    content: '';
    position: absolute;
    background-image: url(../images/our-clients-say-silder-arrow-right.png);
    width: 18px;
    height: 10px;
    background-size: cover;
    filter: brightness(0) saturate(100%) invert(83%) sepia(0%) saturate(1516%) hue-rotate(151deg) brightness(81%) contrast(87%);
    transform: rotate(180deg);
}

.what-our-clients-say-silder button.slick-next.slick-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    transition: 0.5s;

}

.what-our-clients-say-silder .slick-next {
    right: -35px;
}

.what-our-clients-say-silder .slick-dots li.slick-active button:before {
    opacity: 1;
    color: black;
    background: #d1d1d1;
    width: 8px;
    height: 8px;
    content: '';
    border-radius: 50%;
    transition: 0.5s;
}

.what-our-clients-say-silder .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    content: '';
    text-align: center;
    opacity: 1;
    color: black;
    background: #d1d1d1;
    border-radius: 50%;
}

.what-our-clients-say-silder .slick-dots li.slick-active button:before {
    opacity: 1;
    color: black;
    background: #d31b21 !important;
}

.what-our-clients-say-silder .slick-dots li.slick-active button:after {
    content: "";
    position: absolute;
    border: 2px solid #d31b21;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: -6px;
    left: -6px;
}

.what-our-clients-say-silder button.slick-next.slick-arrow:hover {
    background: #d31b21;
    transition: 0.5s;
}

.what-our-clients-say-silder button.slick-prev.slick-arrow:hover {
    background: #d31b21;
    transition: 0.5s;
}

.what-our-clients-say-silder button.slick-prev.slick-arrow:hover:before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(286deg) brightness(103%) contrast(103%);
}

.what-our-clients-say-silder button.slick-next.slick-arrow:hover:before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(286deg) brightness(103%) contrast(103%);
}

.what-our-clients-say-silder .slick-dots {
    position: absolute;
    bottom: -35px;

}

/* What Our Clients Say Ends */


/* Footer Start */

footer {
    position: relative;
    overflow: hidden;
}

.footer-sec {
    background: #000;
    padding-top: 70px;
}

.let-heading {
    margin-bottom: 40px;
}

.let-heading h2 {
    text-transform: uppercase;
    margin-bottom: 0px;
    font-size: 50px;
}

.let-heading h2 label {
    color: #d31b21;
}

.let-heading h2 span {
    display: block;
    font-size: 65px;
}


.mb5 {
    margin-bottom: 50px;
}

.bottom-bar {
    margin-top: 70px;
    position: relative;
    padding: 24px 0;
}

.logo-col img {
    margin-bottom: 15px;
}

.logo-col h4 {
    color: #fff;
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 15px;
}

.logo-col p {
    color: #fff;
    width: 70%;
    margin-bottom: 15px;
}

.logo-col h5 {
    font-size: 16px;
    color: #fff;
    position: relative;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: 'urban';
}

.logo-col h5::before {
    left: 0;
    bottom: -8px;
    content: "";
    height: 2px;
    width: 70px;
    background: #fff;
    position: absolute;
}

.logo-col ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
    margin: 0;
    margin-top: 35px;
}

.logo-col ul li {
    color: #fff;
}

.logo-col ul li span a {
    color: #acacac;
    transition: ease-out;
    transition-duration: 0.5s;
    font-weight: 500;
}

.logo-col ul li strong {
    font-weight: 600;
}

.logo-col ul li span a:hover {
    color: #fff;
    transition: 0.3s ease-in-out;
    transition-duration: 0.5s;
}

.footer-link h5 {
    color: #fff;
    position: relative;
    margin-bottom: 35px;
    text-transform: uppercase;
    font-family: 'urban';
    font-size: 16px;
}

.footer-link h5::before {
    left: 0;
    bottom: -8px;
    content: "";
    height: 2px;
    width: 50px;
    background: #fff;
    position: absolute;
}

.bottom-left-side {
    display: flex;
    align-items: center;
    gap: 50px;
}

.bottom-left-side p {
    color: #b9a5a4;
}

.bottom-right-side p {
    color: #b9a5a4;
    margin: 0px;
}

.bottom-right-side {
    gap: 10px;
    display: flex;
    text-align: end;
    align-items: center;
    justify-content: center;
    color: #acacac;
}

.footer-link ul li a {
    margin-bottom: 2px;
    transition: ease-out;
    transition-duration: 0.5s;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    color: #acacac;
}

.footer-link ul li a:hover {
    padding-left: 10px;
    transition: 0.3s ease-in-out;
    transition-duration: 0.2s;
}

.footer-link ul {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-link h4 {
    color: #fff;
    font-size: 16px;
    position: relative;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.footer-link h6 a {
    color: #fff;
    font-size: 22px;
    font-family: 'urban';
}

.footer-link h4::before {
    left: 0;
    bottom: -10px;
    content: "";
    height: 2px;
    width: 70px;
    background: #fff;
    position: absolute;
}

.footer-link p {
    color: #b3b3b3;
    margin-bottom: 25px;
    width: 85%;
}

.footer-link form {
    height: 48px;
    margin-bottom: 50px;
    position: relative;
}

.footer-link form input {
    width: 100%;
    height: 50px;
    padding-left: 18px;
    position: absolute;
    background: transparent;
    font-weight: 500;
    border: 1px solid #fff;
    border-radius: 45px;
    color: #fff;
    padding-right: 95px;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
}

.footer-link form input::placeholder {
    font-family: "Montserrat", sans-serif;
    color: #fff;
}

.footer-link form button {
    position: absolute;
    right: 3px;
    height: 50px;
    color: #fff;
    border: 0;
    border-radius: 45px;
    background: #d31b21;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    font-weight: 500;
    transition: 0.3s;
    bottom: -2px;
    right: 0px;
}

.footer-link form input::placeholder {
    color: #a49796;
}

.footer-form {
    padding: 50px 35px 40px;
    width: 460px;
    position: absolute;
    background: #fff;
    filter: drop-shadow(1px 1px 8px #22222257);
    bottom: 100px;
    border-radius: 10px;
}

.footer-form form {
    gap: 20px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
}

.footer-form form input {
    width: 100%;
    height: 65px;
    color: #737373;
    border-radius: 8px;
    padding-left: 15px;
    background: #f6f6f6;
    border: 2px solid #b1b1b1;
    font-size: 14px;
    font-weight: 600;
}

.footer-form form input::placeholder {
    color: #737373;
}

.footer-form form textarea::placeholder {
    color: #737373;
}

.footer-form form textarea {
    width: 100%;
    height: 200px;
    color: #737373;
    background: #f6f6f6;
    resize: unset;
    border-radius: 8px;
    padding: 18px 15px;
    border: 2px solid #b1b1b1;
    font-size: 14px;
    font-weight: 600;
}

.footer-form form button {
    border: none;
}


.footer-form .sitebtn {
    text-align: center;
    width: 100%;
}

.footer-form .sitebtn button {
    margin: 0 auto;
}

footer .logo-col h3 {
    color: #fff;
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500;
}

.footer-link form button:hover {
    background: #fff;
    color: #630e23;
}

.footer-link form input::placeholder {
    color: #fff;
    opacity: 60%;
    font-weight: 400;
}

.bottom-bar:before {
    position: absolute;
    content: "";
    width: 130%;
    height: 1px;
    left: -110px;
    background: #ffffff59;
    top: 0;
}

.footer-form form textarea::placeholder {
    position: absolute;
    bottom: 20px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    display: none;
    margin: 0;
}

/* Footer 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*/