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

.slicknav_nav a:hover {
    background: #bd1a1f;
}

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%;
    height: 100% !important;
}


.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;
}
html {
    overflow-x: hidden !important;
}
/* Footer Ends */



@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .footer-form form input,
    .footer-form form textarea {
        font-size: 13px !important;
        margin-bottom: 5px !important;
    }
    .menuSec ul li a,
    .our-services-silder-items-text a,
    .theme-btn-1 {
        font-size: 11px;
    }
    .our-services-silder-items,
    .why-choose-us-row,
    section#custom_html-5 {
        margin-top: 20px;
    }
    .footer-form form input {
        height: 45px !important;
    }
    .footer-form form textarea {
        height: 80px !important;
    }
    .our-services-silder-items-text a span,
    .theme-btn-1 span {
        width: 32px;
        height: 32px;
    }
    .theme-btn-1 {
        padding: 4px 4px 4px 15px;
    }
    .theme-btn-1 span {
        margin-left: 5px;
    }
    .what-our-clients-say-silder-items {
        padding: 15px 20px;
    }
    .what-our-clients-say-silder .slick-prev {
        left: -18px;
    }
    .what-our-clients-say-silder button.slick-next.slick-arrow,
    .what-our-clients-say-silder button.slick-prev.slick-arrow {
        width: 40px;
        height: 40px;
    }
    .our-services-silder .slick-slide {
        margin: 0 15px 50px;
    }
    .our-services-heading p {
        width: 80%;
    }
    .our-services-silder-items-text h2 {
        font-size: 20px;
        margin-bottom: 2px;
    }
    .our-services-silder-items-text p {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .banner_text p,
    p {
        line-height: 20px;
    }
    .our-services-silder-items-text {
        background: #fff;
        padding: 15px 12px;
        width: 83%;
        margin-top: -60px;
        height: 158px;
    }
    .our-services-silder-items-img img {
        height: 400px;
    }
    .why-choose-us-two-img img {
        height: 300px;
    }
    .mian-banner-box-heading {
        padding: 10px 0;
    }
    .mian-banner-box img {
        width: 100%;
        height: 230px;
    }
    .mian-banner-box {
        margin-top: -100px;
        width: 220px;
        height: 230px;
    }
    .banner_text h1 span,
    .let-heading h2 span {
        font-size: 45px;
    }
    .banner_text p {
        margin-bottom: 15px;
    }
    .let-heading h2,
    h1 {
        font-size: 40px;
    }
    .menuSec-button a {
        font-size: 10px !important;
    }
    .menuSec ul {
        gap: 20px;
    }
    .menuSec-button {
        text-align: end;
        margin-left: -30px;
    }
    .footer-link ul,
    .main-slider-socail-links ul {
        gap: 5px;
    }
    .main-slider-socail-links ul li a {
        width: 35px;
        height: 35px;
        font-size: 13px;
    }
    .img-fluid {
        max-width: 100%;
        width: 100%;
        height: 590px;
    }
    .main-slider-socail-links:before {
        width: 120px;
        height: 1px;
        right: -130px;
    }
    .main-slider-socail-links-row {
        gap: 150px;
    }
     .main-slider-girls img {
        width: 695px;
        height: 520px;
        object-fit: contain;
    }
     .main-slider-girls {
        right: 48px;
        bottom: 0;
    }
    .about-us-text h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .our-services-sec {
        padding-bottom: 30px;
    }
    .our-services-sec:before {
        height: 100%;
    }
    .why-choose-us-text button#readMoreBtn {
        padding: 10px 15px;
        font-size: 12px;
    }
    .our-services-silder-items-number {
        width: 72px;
        height: 65px;
        margin-top: -98px;
    }
    .why-choose-us-images img {
        height: 350px;
    }
    .why-choose-us-text p {
        padding-top: 10px;
    }
    .why-choose-us-text h3 {
        font-size: 16px;
        margin-top: 10px;
    }
    .why-choose-us-text .list-wrapper {
        height: 90px;
        margin-bottom: 15px;
        margin-top: 15px;
        overflow-y: scroll;
    }
    .why-choose-us-two-text {
        padding: 15px 10px;
    }
    .what-our-clients-say-silder .slick-next {
        right: -29px;
    }
    .theme-btn-2 {
        font-size: 12px;
        padding: 10px 15px;
    }
    ul.join-our-fleet-points {
        padding: 10px 0;
        gap: 30px;
    }
    .join-our-fleet-text label {
        letter-spacing: 4px;
        word-spacing: 0px;
        margin-top: 0;
    }
    .join-our-fleet-sec {
        height: 320px;
    }
    .footer-link form,
    .let-heading,
    .what-our-clients-say-heading {
        margin-bottom: 30px;
    }
    h2 {
        font-size: 50px;
    }
    .what-our-clients-say-silder .slick-dots {
        bottom: -25px;
    }
    .what-our-clients-say-heading p {
        width: 85%;
        margin: 0 auto;
    }
    .what-our-clients-say-silder-items p {
        margin-bottom: 10px;
    }
    .logo-col ul li strong,
    .what-our-clients-say-silder-items ul li i {
        font-size: 13px;
    }
    .logo-col ul li span a,
    p {
        font-size: 12px;
    }
    footer.pt-5 {
        padding-top: 0 !important;
    }
    .pb-10 {
        padding-bottom: 50px;
    }
    .pt-10 {
        padding-top: 50px;
    }
    .bottom-bar {
        margin-top: 30px;
        padding: 15px 0;
    }
       .footer-form {
        padding: 15px 15px 20px;
        width: 100%;
        margin-top: 10px;
        top: 0;
        width: 30%;
        height: 330px;
    }
    .footer-link h6 a {
        font-size: 20px;
    }
    .footer-link p {
        margin-bottom: 15px;
        width: 85%;
    }
    .footer-link form button {
        height: 40px;
        width: 70px;
        bottom: 8px;
        right: 0;
        font-size: 10px;
    }
    .footer-link form input {
        height: 40px;
        padding-left: 15px;
        font-size: 11px;
    }
    .footer-sec {
        padding-top: 40px;
    }
    .logo-col ul {
        gap: 3px;
        margin: 20px 0 0;
    }
    footer .logo-col h3 {
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 5px;
    }
    .footer-link ul li a {
        margin-bottom: 2px;
        font-size: 12px;
    }
    .footer-link h5 {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-form form input,
    .footer-form form textarea {
        font-size: 13px !important;
        margin-bottom: 5px !important;
    }
    .about-us-sec .row {
    align-items: center !important;
}


    .menuSec ul li a,
    .our-services-silder-items-text a,
    .theme-btn-1 {
        font-size: 11px;
    }
    .our-services-silder-items,
    .why-choose-us-row,
    section#custom_html-5 {
        margin-top: 20px;
    }
    .our-services-silder .draggable {
    padding: 0 0 100px 0;
}

    .our-services-silder .slick-prev:before {
    content: '←';
    color: #fff !important;
}
.our-services-silder .slick-prev {
    left: 40%;
}
    .our-services-silder .slick-next {
        right: 40%;
    }
.our-services-silder .slick-next:before {
    content: '→';
    color: #fff !important;
}
.our-services-silder .slick-prev, .our-services-silder .slick-next {
  top: unset;
  bottom: 0;
}

    .footer-form form input {
        height: 45px !important;
    }
    .footer-form form textarea {
        height: 80px !important;
    }
    .our-services-silder-items-text a span,
    .theme-btn-1 span {
        width: 32px;
        height: 32px;
    }
    .theme-btn-1 {
        padding: 4px 4px 4px 15px;
    }
    .theme-btn-1 span {
        margin-left: 5px;
    }
    .what-our-clients-say-silder-items {
        padding: 15px 20px;
    }
    .what-our-clients-say-silder .slick-prev {
        left: -18px;
    }
    .what-our-clients-say-silder button.slick-next.slick-arrow,
    .what-our-clients-say-silder button.slick-prev.slick-arrow {
        width: 40px;
        height: 40px;
    }
    .our-services-silder .slick-slide {
        margin: 0 15px 50px;
    }
    .our-services-heading p {
        width: 80%;
    }
    .our-services-silder-items-text h2 {
        font-size: 20px;
        margin-bottom: 2px;
    }
    .our-services-silder-items-text p {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .banner_text p,
    p {
        line-height: 20px;
    }
    .our-services-silder-items-text {
        background: #fff;
        padding: 15px 12px;
        width: 83%;
        margin-top: -60px;
        height: 158px;
    }
    .our-services-silder-items-img img {
        height: 400px;
    }
    .why-choose-us-two-img img {
        height: 300px;
    }
    .mian-banner-box-heading {
        padding: 10px 0;
    }
    .mian-banner-box img {
        width: 100%;
        height: 230px;
    }
    .mian-banner-box {
        margin-top: -100px;
        width: 220px;
        height: 230px;
    }
    .banner_text h1 span,
    .let-heading h2 span {
        font-size: 45px;
    }
    .banner_text {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
}
    .banner_text p {
        margin-bottom: 15px;
    }
    .let-heading h2,
    h1 {
        font-size: 40px;
    }
    .menuSec-button a {
        font-size: 10px !important;
    }
    .menuSec ul {
        gap: 20px;
    }
    .menuSec-button {
        text-align: end;
        margin-left: -30px;
    }
    .footer-link ul,
    .main-slider-socail-links ul {
        gap: 5px;
    }
    .main-slider-socail-links ul li a {
        width: 35px;
        height: 35px;
        font-size: 13px;
    }
    .img-fluid {
        max-width: 100%;
        width: 100%;
        height: 750px;
    }
    .main-slider-socail-links:before {
        width: 120px;
        height: 1px;
        right: -130px;
    }
    .main-slider-socail-links-row {
        gap: 150px;
        bottom: unset;
        top: 91%;
    }
    .main-slider-girls img {
        width: 405px;
        height: 342px;
        object-fit: contain;
    }
    .main-slider-girls {
        right: 118px;
        bottom: 0;
    }
    .about-us-text h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .our-services-sec {
        padding-bottom: 30px;
    }
    .our-services-sec:before {
        height: 100%;
    }
    .why-choose-us-text button#readMoreBtn {
        padding: 10px 15px;
        font-size: 12px;
    }
    .our-services-silder-items-number {
        width: 72px;
        height: 65px;
        margin-top: -98px;
    }
    .why-choose-us-images img {
        height: 350px;
    }
    .why-choose-us-text p {
        padding-top: 10px;
    }
    .why-choose-us-text h3 {
        font-size: 16px;
        margin-top: 10px;
    }
    .why-choose-us-text .list-wrapper {
        height: 90px;
        margin-bottom: 15px;
        margin-top: 15px;
        overflow-y: scroll;
    }
    .why-choose-us-two-text {
        padding: 15px 10px;
    }
    .what-our-clients-say-silder .slick-next {
        right: -29px;
    }
    .theme-btn-2 {
        font-size: 12px;
        padding: 10px 15px;
    }
    ul.join-our-fleet-points {
        padding: 10px 0;
        gap: 30px;
    }
    .join-our-fleet-text label {
        letter-spacing: 4px;
        word-spacing: 0px;
        margin-top: 0;
    }
    .join-our-fleet-sec {
        height: 320px;
    }
    .footer-link form,
    .let-heading,
    .what-our-clients-say-heading {
        margin-bottom: 30px;
    }
    h2 {
        font-size: 50px;
    }
    .what-our-clients-say-silder .slick-dots {
        bottom: -25px;
    }
    .what-our-clients-say-heading p {
        width: 85%;
        margin: 0 auto;
    }
    .what-our-clients-say-silder-items p {
        margin-bottom: 10px;
    }
    .logo-col ul li strong,
    .what-our-clients-say-silder-items ul li i {
        font-size: 13px;
    }
    .logo-col ul li span a,
    p {
        font-size: 12px;
    }
    footer.pt-5 {
        padding-top: 0 !important;
    }
    .pb-10 {
        padding-bottom: 50px;
    }
    .pt-10 {
        padding-top: 50px;
    }
    .bottom-bar {
        margin-top: 30px;
        padding: 15px 0;
    }
       .footer-form {
        padding: 20px;
        width: 100%;
        bottom: unset;
        margin-top: 0;
        top: unset;
        height: auto;
        position: relative;
        overflow: hidden;
    }

    .footer-link h6 a {
        font-size: 20px;
    }
    .footer-link p {
        margin-bottom: 15px;
        width: 85%;
    }
    .footer-link form button {
        height: 40px;
        width: 70px;
        bottom: 8px;
        right: 0;
        font-size: 10px;
    }
    .footer-link form input {
        height: 40px;
        padding-left: 15px;
        font-size: 11px;
    }
    .footer-sec {
        padding-top: 40px;
    }
    .logo-col ul {
        gap: 3px;
        margin: 20px 0 0;
    }
    footer .logo-col h3 {
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 5px;
    }
    .footer-link ul li a {
        margin-bottom: 2px;
        font-size: 12px;
    }
    .footer-link h5 {
        margin-bottom: 20px;
    }
    
/*Inner Banner Starts*/

.inner-page-banner {
    padding: 0 !important;
    height: 350px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.inner-page-banner .banner-content {
    padding: 0 !important;
}

.inner-page-banner h1 {
    font-size: 45px !important;
    line-height: 50px !important;
    margin: 0 !important;
}

/*Inner Banner Ends*/

/*About Us Page Starts*/

article#post-238 .vc_column-inner img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 450px;
    width: 100%;
    object-fit: cover;
}

/*About Us Page Ends*/

/*Contact Us Page Starts*/

article#post-146 .entry-content .vc_row .vc_col-sm-6 {
    width: 100%;
}

/*Contact Us Page Ends*/

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menuSec ul li a,
    .our-services-silder-items-text a,
    .theme-btn-1 {
        font-size: 11px;
    }
    .about-us-sec .row {
    align-items: center !important;
}


    .our-services-silder-items,
    .why-choose-us-row,
    section#custom_html-5 {
        margin-top: 20px;
    }
    .hf-fields-wrap {
    width: 100%;
}
    .footer-form form input {
        height: 50px !important;
        font-size: 13px !important;
        margin-bottom: 5px !important;
    }
    .footer-form form textarea {
        height: 80px !important;
        font-size: 13px !important;
        margin-bottom: 5px !important;
    }
    .our-services-silder-items-text a span,
    .theme-btn-1 span {
        width: 32px;
        height: 32px;
    }
    .theme-btn-1 {
        padding: 4px 4px 4px 15px;
    }
    .theme-btn-1 span {
        margin-left: 5px;
    }
    .what-our-clients-say-silder-items {
        padding: 15px 20px;
    }
    .what-our-clients-say-silder .slick-prev {
        left: -18px;
    }
    .what-our-clients-say-silder button.slick-next.slick-arrow,
    .what-our-clients-say-silder button.slick-prev.slick-arrow {
        width: 40px;
        height: 40px;
    }
    .our-services-silder .draggable {
    padding: 0 0 100px 0;
}

    .our-services-silder .slick-prev:before {
    content: '←';
    color: #fff !important;
}
.our-services-silder .slick-prev {
    left: 40%;
}
    .our-services-silder .slick-next {
        right: 40%;
    }
.our-services-silder .slick-next:before {
    content: '→';
    color: #fff !important;
}
.our-services-silder .slick-prev, .our-services-silder .slick-next {
  top: unset;
  bottom: 0;
}

    .our-services-silder .slick-slide {
        margin: 0 15px 50px;
    }
    .our-services-heading p {
        width: 80%;
    }
    .our-services-silder-items-text h2 {
        font-size: 20px;
        margin-bottom: 2px;
    }
    .our-services-silder-items-text p {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .banner_text p,
    p {
        line-height: 20px;
    }
    .our-services-silder-items-text {
        background: #fff;
        padding: 15px 12px;
        width: 83%;
        margin-top: -60px;
        height: 168px;
    }
    .our-services-silder-items-img img {
        height: 290px;
    }
    .why-choose-us-two-img img {
        height: 220px;
    }
    .mian-banner-box-heading {
        padding: 10px 0;
    }
    .mian-banner-box img {
        width: 100%;
        height: 270px;
    }
    .mian-banner-box {
        width: 100%;
        height: 100%;
        margin-top: -170px;
    }
    .banner_text h1 span,
    .let-heading h2 span {
        font-size: 45px;
    }
    .banner_text p {
        margin-bottom: 15px;
    }
    .let-heading h2,
    h1 {
        font-size: 40px;
    }
    .menuSec-button a {
        font-size: 10px !important;
    }
    .menuSec ul {
        gap: 20px;
    }
    .menuSec-button {
        text-align: end;
        margin-left: -30px;
    }
    .footer-link ul,
    .main-slider-socail-links ul {
        gap: 5px;
    }
    .main-slider-socail-links ul li a {
        width: 35px;
        height: 35px;
        font-size: 13px;
    }
    .img-fluid {
        max-width: 100%;
        width: 100%;
        height: 1000px;
    }
    .main-slider-socail-links:before {
        width: 120px;
        height: 1px;
        right: -130px;
    }
    .main-slider-socail-links-row {
        gap: 150px;
        bottom: unset;
        top: 95%;
    }
    .main-slider-girls img {
        width: 294px;
        height: 242px;
        object-fit: contain;
    }
    .about-us-text h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .our-services-sec {
        padding-bottom: 30px;
    }
    .our-services-sec:before {
        height: 100%;
    }
    .why-choose-us-text button#readMoreBtn {
        padding: 10px 15px;
        font-size: 12px;
    }
    .our-services-silder-items-number {
        width: 65px;
        height: 60px;
        margin-top: -108px;
    }
    .why-choose-us-images img {
        height: 250px;
    }
    .why-choose-us-text p {
        padding-top: 10px;
    }
    .why-choose-us-text h3 {
        font-size: 16px;
        margin-top: 10px;
    }
    .why-choose-us-text .list-wrapper {
        height: 90px;
        margin-bottom: 5px;
        margin-top: 15px;
        overflow-y: scroll;
    }
    .why-choose-us-two-text {
        padding: 15px 10px;
    }
    .what-our-clients-say-silder .slick-next {
        right: -29px;
    }
    .theme-btn-2 {
        font-size: 12px;
        padding: 10px 15px;
    }
    ul.join-our-fleet-points {
        padding: 10px 0;
        gap: 30px;
    }
    .join-our-fleet-text label {
        letter-spacing: 4px;
        word-spacing: 0px;
        margin-top: 0;
    }
    .join-our-fleet-sec {
        height: 320px;
    }
    .footer-link form,
    .let-heading,
    .what-our-clients-say-heading {
        margin-bottom: 30px;
    }
    h2 {
        font-size: 50px;
    }
    .what-our-clients-say-silder .slick-dots {
        bottom: -25px;
    }
    .what-our-clients-say-heading p {
        width: 85%;
        margin: 0 auto;
    }
    .what-our-clients-say-silder-items p {
        margin-bottom: 10px;
    }
    .logo-col ul li strong,
    .what-our-clients-say-silder-items ul li i {
        font-size: 13px;
    }
    footer.pt-5 {
        padding-top: 0 !important;
    }
    .pb-10 {
        padding-bottom: 50px;
    }
    .pt-10 {
        padding-top: 50px;
    }
    .bottom-bar {
        margin-top: 30px;
        padding: 15px 0;
    }
 .footer-form {
        padding: 20px;
        width: 100%;
        right: unset;
        top: unset;
        bottom: unset;
        height: auto;
        position: relative;
        margin: 30px auto 0 auto !important;
    }
    .footer-link h6 a {
        font-size: 20px;
    }
    .footer-link ul li a,
    .logo-col ul li span a,
    p {
        font-size: 12px;
    }
    .footer-link p {
        margin-bottom: 15px;
        width: 85%;
    }
    .footer-link form button {
        height: 45px;
        width: 70px;
        bottom: 3px;
        right: 0;
        font-size: 12px;
    }
    .footer-link form input {
        height: 45px;
    }
    .footer-sec {
        padding-top: 40px;
    }
    .logo-col ul {
        gap: 3px;
        margin: 20px 0 0;
    }
    footer .logo-col h3 {
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 5px;
    }
    .footer-link ul li a {
        margin-bottom: 2px;
    }
    .footer-link h5 {
        margin-bottom: 20px;
    }
    
/*Inner Banner Starts*/

.inner-page-banner {
    padding: 0 !important;
    height: 300px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.inner-page-banner .banner-content {
    padding: 0 !important;
}

.inner-page-banner h1 {
    font-size: 45px !important;
    line-height: 50px !important;
    margin: 0 !important;
}

/*Inner Banner Ends*/

/*About Us Page Starts*/

article#post-238 .vc_column-inner img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 450px;
    width: 100%;
    object-fit: cover;
}

/*About Us Page Ends*/

/*Contact Us Page Starts*/

article#post-146 .entry-content .vc_row .vc_col-sm-6 {
    width: 100%;
}

/*Contact Us Page Ends*/

}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    .about-us-text,
    .banner_text,
    .bottom-right-side,
    .let-bar,
    .main-slider-girls,
    .menuSec-button,
    .menuSection,
    .why-choose-us-text {
        text-align: center;
    }
        .our-services-silder .slick-prev:before {
    content: '←';
    color: #fff !important;
}
.our-services-silder .slick-prev {
    left: -10px;
}
    .our-services-silder .slick-next {
        right: 15px;
    }
.our-services-silder .slick-next:before {
    content: '→';
    color: #fff !important;
}
.our-services-silder .slick-prev, .slick-next {
  
    top: 40%;
   
}
.let-heading {
    margin-bottom: 0;
}


    html p {
        font-size: 14px !important;
        line-height: 25px !important;
    }
    .pt-10 {
        padding-top: 50px;
    }
    .pb-10 {
        padding-bottom: 50px;
    }
    h2 {
        font-size: 35px !important;
    }
    .about-us-text h3 {
        font-size: 25px;
        margin-bottom: 3px;
    }
    .about-us-text {
        margin-left: 0;
        margin-top: 20px;
    }
    .why-choose-us-two-img {
        width: 100%;
        margin-top: 15px;
    }
    .why-choose-us-text .list-wrapper {
        overflow-y: scroll;
        margin-top: 10px;
    }
    .why-choose-us-text h3 {
        font-size: 15px;
        margin-top: 15px;
    }
    .about-us-sec:before,
    .our-services-sec:before {
        height: 100%;
        width: 100%;
    }
    .why-choose-us-images img {
        height: 400px;
    }
    .why-choose-us-two-text {
        padding: 15px 0;
        text-align: center;
    }
    ul.join-our-fleet-points {
        display: block;
        padding: 10px 0;
    }
    ul.join-our-fleet-button {
        display: block;
    }
    .what-our-clients-say-row,
    .what-our-clients-say-silder-items h2,
    .why-choose-us-images {
        margin-top: 20px;
    }
    .join-our-fleet-text label {
        letter-spacing: 0;
        word-spacing: 3px;
    }
    .join-our-fleet-sec {
        height: 360px;
    }
    .why-choose-us-text button#readMoreBtn {
        padding: 8px 15px;
        font-size: 12px;
    }
    .what-our-clients-say-silder .slick-dots {
        position: absolute;
        bottom: -10px;
    }
    .what-our-clients-say-silder button.slick-next.slick-arrow,
    .what-our-clients-say-silder button.slick-prev.slick-arrow {
        width: 25px;
        height: 25px;
    }
    .what-our-clients-say-silder .slick-next:before,
    .what-our-clients-say-silder .slick-prev:before {
        width: 12px;
        height: 6px;
    }
    .what-our-clients-say-silder .slick-next {
        right: -13px;
    }
    .what-our-clients-say-silder .slick-prev {
        left: -12px;
    }
    .join-our-fleet-text ul li {
        font-size: 14px;
        justify-content: center;
    }
    .what-our-clients-say-silder-items {
        margin-top: 0;
        padding: 15px 10px;
    }
    .theme-btn-2 {
        font-size: 12px;
        padding: 10px 20px;
        margin-top: 10px;
    }
    .what-our-clients-say-heading p {
        width: 100%;
        margin: 0 auto;
    }
    .theme-btn-1 {
        font-size: 10px;
        padding: 3px 3px 3px 15px;
    }
    .what-our-clients-say-sec {
        padding-bottom: 0 !important;
    }
    .let-heading h2 span {
        display: block;
        font-size: 35px;
    }
    .banner_text h1 span {
        font-size: 45px;
    }
    .banner_text {
        margin-top: -130px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
    .mian-banner-box {
        width: 45%;
        height: 100%;
        margin: 20px auto 0;
    }
    .main-slider-girls {
        position: absolute;
        z-index: 9;
        right: 0;
        bottom: 0;
        left: 0;
        width: 90%;
        margin: 0 auto;
    }
    .menuSection {
        width: 100%;
        padding: 20px 0;
        /* position: relative; */
        /* background-color: #000007; */
    }
    .header-logo a img {
        width: 30%;
    }
    .main-slider-socail-links:before,
    .our-services-row .slick-dots {
        display: none !important;
    }
    .main-slider-girls img {
        width: 100%;
        height: 260px;
        object-fit: contain;
    }
    .main-slider-socail-links-row {
        bottom: unset;
        top: 95%;
        left: 0;
        gap: 20px;
        justify-content: center;
        width: 100%;
    }
    .our-services-silder-items-text a {
        font-size: 11px;
    }
    .main-slider-socail-links ul {
        gap: 8px;
        justify-content: center;
    }
    .our-services-silder-items-text h2 {
        font-size: 30px !important;
        margin-bottom: 5px;
        line-height: 35px;
    }
    .our-services-silder-items-number {
        margin-top: -132px;
        width: 56px;
        height: 80px;
    }
    .our-services-silder-items-text p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .our-services-silder-items-img img {
        width: 100%;
        height: 350px;
    }
    .our-services-silder-items-text {
        background: #fff;
        padding: 15px 10px;
        width: 77%;
        height: 231px;
        margin-top: -100px;
    }
    .our-services-sec {
        margin-bottom: 40px;
    }
    .banner_text p {
        margin-bottom: 0 !important;
        /* line-height: 20px !important; */
        width: 100% !important;
    }
    .main-slider-socail-links ul li a {
        font-size: 13px;
        width: 30px;
        height: 30px;
    }
    .mian-banner-box-heading {
        padding: 10px 0;
    }
    .mian-banner-box img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
    h1 {
        font-size: 40px;
        margin: 0 !important;
    }
    .img-fluid {
        max-width: 100%;
        width: 100%;
        height: 900px;
    }
    footer {
        padding-top: 2rem !important;
    }
    .let-heading h2 {
        font-size: 30px;
    }
    .why-choose-us-two-img img {
        height: 300px;
    }
    .menuSec-button {
        margin-top: 20px;
    }
    .why-choose-us-text ul li {
        font-size: 14px;
        gap: 5px;
        line-height: 20px;
        margin-bottom: 7px;
        justify-content: center;
    }
    .why-choose-us-text h2 span {
        display: contents;
    }
    .why-choose-us-text ul li img {
        width: 15px;
        height: 15px;
    }
    .theme-btn-1 span {
        width: 35px;
        height: 35px;
    }
    .our-services-heading p {
        width: 100%;
    }
    .our-services-silder .draggable {
    padding: 0 0 150px 0;
}

    .our-services-silder .slick-prev:before {
    content: '←';
    color: #fff !important;
}
.our-services-silder .slick-prev {
    left: 40%;
}
    .our-services-silder .slick-next {
        right: 40%;
    }
.our-services-silder .slick-next:before {
    content: '→';
    color: #fff !important;
}
.our-services-silder .slick-prev, .our-services-silder .slick-next {
  top: unset;
  bottom: 0;
}
    
    .our-services-silder .slick-slide {
        margin: 0 10px 20px;
    }
    .why-choose-us-text {
        width: 100%;
    }
    .footer-form {
        padding: 15px;
        top: unset;
        height: auto;
        left: unset;
        right: unset;
        bottom: unset;
        width: 100%;
        position: relative;
        margin: 50px auto 0 auto !important;
    }
    .slicknav_menu {
        background: #000;
    }
    .slicknav_nav a:hover {
        background: #d31b21;
    }
    .slicknav_nav a {
        font-size: 12px;
    }
    .footer-link p {
        margin-bottom: 15px;
    }
    .footer-form form textarea {
        width: 100% !important;
        height: 100px !important;
    }
    .footer-form form input,
    .footer-link form input {
        width: 100% !important;
        height: 45px !important;
    }
    .footer-form form input {
        margin-bottom: 10px !important;
    }
    .footer-link form button {
        height: 45px;
        width: 80px;
        bottom: 3px;
        right: 0;
        font-size: 12px;
    }
    .logo-col ul li span a {
        font-size: 13px;
    }
    .footer-link form {
        margin-bottom: 25px;
    }
    .footer-sec {
        padding-top: 40px;
    }
    .logo-col ul li strong {
        font-size: 14px;
    }
    .footer-link h5, .footer-link h4, .logo-col h5 {
        font-size: 15px;
        margin: 20px 0;
    }
    .footer-link ul {
        gap: 3px;
    }
    .footer-link ul li a {
        margin-bottom: 0;
        font-size: 12px;
    }
    .logo-col ul {
        gap: 5px;
        margin: 15px 0 0;
    }
    footer .logo-col h3 {
        font-size: 25px;
        line-height: 45px;
        margin-bottom: 10px;
    }
    .bottom-bar {
        margin-top: 30px;
        padding: 14px 0;
    }

/*Inner Banner Starts*/

.inner-page-banner {
    padding: 0 !important;
    height: 300px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.inner-page-banner .banner-content {
    padding: 0 !important;
}

.inner-page-banner h1 {
    font-size: 40px !important;
    line-height: 45px !important;
    margin: 0 !important;
}

/*Inner Banner Ends*/    

/*About Us Page Starts*/

article#post-238 .vc_column-inner img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 430px;
    width: 100%;
    object-fit: cover;
}

/*About Us Page Ends*/



}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    .about-us-text,
    .banner_text,
    .bottom-right-side,
    .let-bar,
    .main-slider-girls,
    .menuSec-button,
    .menuSection,
    .why-choose-us-text {
        text-align: center;
    }
    p {
        font-size: 12px !important;
        line-height: 20px !important;
        margin: 0 !important;
    }
    .pt-10 {
        padding-top: 50px;
    }
    .pb-10 {
        padding-bottom: 50px;
    }
    h2 {
        font-size: 35px !important;
    }
    .about-us-text h3 {
        font-size: 25px;
        margin-bottom: 3px;
    }
    .about-us-text {
        margin-left: 0;
        margin-top: 20px;
    }
    .why-choose-us-two-img {
        width: 100%;
        margin-top: 15px;
    }
    .why-choose-us-text .list-wrapper {
        overflow-y: scroll;
        margin-top: 10px;
    }
    .why-choose-us-text h3 {
        font-size: 15px;
        margin-top: 15px;
    }
    .about-us-sec:before {
        height: 100%;
        width: 100%;
    }
    .why-choose-us-images img {
        height: 300px;
    }
    .why-choose-us-two-text {
        padding: 15px 0;
        text-align: center;
    }
    ul.join-our-fleet-points {
        display: block;
        padding: 10px 0;
    }
    ul.join-our-fleet-button {
        display: block;
    }
    .what-our-clients-say-row,
    .what-our-clients-say-silder-items h2,
    .why-choose-us-images {
        margin-top: 20px;
    }
    .join-our-fleet-text label {
        letter-spacing: 0;
        word-spacing: 3px;
    }
    .join-our-fleet-sec {
        height: 360px;
    }
    .why-choose-us-text button#readMoreBtn {
        padding: 8px 15px;
        font-size: 12px;
    }
    .what-our-clients-say-silder .slick-dots {
        position: absolute;
        bottom: -10px;
    }
    .what-our-clients-say-silder button.slick-next.slick-arrow,
    .what-our-clients-say-silder button.slick-prev.slick-arrow {
        width: 25px;
        height: 25px;
    }
    .what-our-clients-say-silder .slick-next:before,
    .what-our-clients-say-silder .slick-prev:before {
        width: 12px;
        height: 6px;
    }
    .what-our-clients-say-silder .slick-next {
        right: -13px;
    }
    .what-our-clients-say-silder .slick-prev {
        left: -12px;
    }
    .join-our-fleet-text ul li {
        font-size: 14px;
        justify-content: center;
    }
    .what-our-clients-say-silder-items {
        margin-top: 0;
        padding: 15px 10px;
    }
    .theme-btn-2 {
        font-size: 12px;
        padding: 10px 20px;
        margin-top: 10px;
    }
    .what-our-clients-say-heading p {
        width: 100%;
        margin: 0 auto;
    }
    .theme-btn-1 {
        font-size: 10px;
        padding: 3px 3px 3px 15px;
    }
    .what-our-clients-say-sec {
        padding-bottom: 0 !important;
    }
    .let-heading h2 span {
        display: block;
        font-size: 35px;
    }
    .banner_text h1 span {
        font-size: 40px;
        line-height: 45px;
    }
    .banner_text {
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
    .mian-banner-box {
        width: 70%;
        height: 100%;
        margin: 20px auto 0;
    }
    .main-slider-girls {
        position: absolute;
        z-index: 9;
        right: 0;
        bottom: 0;
        left: 0;
        width: 90%;
        margin: 0 auto;
    }
    .menuSection {
        width: 100%;
        padding: 20px 0;
        /* position: relative; */
        /* background-color: #000007; */
    }
    .header-logo a img {
        width: 40%;
    }
    .main-slider-socail-links:before,
    .our-services-row .slick-dots {
        display: none !important;
    }
    .main-slider-girls img {
        width: 100%;
        height: 260px;
        object-fit: contain;
    }
    .main-slider-socail-links-row {
        top: 95%;
        bottom: unset;
        left: unset;
        gap: 20px;
        justify-content: center;
        width: 100%;
    }
    .our-services-silder-items-text a {
        font-size: 11px;
    }
    .main-slider-socail-links ul {
        gap: 8px;
        justify-content: center;
    }
    .our-services-silder-items-text h2 {
        font-size: 20px !important;
        margin-bottom: 5px;
        line-height: 25px  !important;
    }
    .our-services-silder-items-number {
        margin-top: -50px;
        width: 50px;
        height: 50px;
    }
    .our-services-silder-items-text p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .our-services-silder-items-img img {
        width: 100%;
        height: auto;
    }
    .our-services-silder-items-text {
        background: #fff;
        padding: 15px 10px;
        width: 80%;
        height: auto;
        margin-top: -76px;
    }
    .our-services-sec {
        margin-bottom: 0;
    }
    .our-services-sec:before {
    height: 100%;
}
    .our-services-silder-items {
    margin: 0;
}
    .our-services-silder .draggable {
    padding: 0 0 100px 0;
}
    .banner_text p {
        margin-bottom: 22px;
        line-height: 20px;
        width: 100%;
    }
    .main-slider-socail-links ul li a {
        font-size: 13px;
        width: 30px;
        height: 30px;
    }
    .mian-banner-box-heading {
        padding: 10px 0;
    }
    .mian-banner-box img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
    h1 {
        font-size: 35px;
        line-height: 40px;
        margin: 0;
    }
    .img-fluid {
        max-width: 100%;
        width: 100%;
        height: 800px;
    }
    footer {
        padding-top: 2rem !important;
    }
    .let-heading h2 {
        font-size: 30px;
    }
    .why-choose-us-two-img img {
        height: 155px;
    }
    .menuSec-button {
        margin-top: 20px;
    }
    .why-choose-us-text ul li {
        font-size: 14px;
        gap: 5px;
        line-height: 20px;
        margin-bottom: 7px;
        justify-content: center;
    }
    .why-choose-us-text h2 span {
        display: contents;
    }
    .why-choose-us-text ul li img {
        width: 15px;
        height: 15px;
    }
    .theme-btn-1 span {
        width: 35px;
        height: 35px;
    }
    .our-services-heading p {
        width: 100%;
    }
    .our-services-silder .slick-slide {
        margin: 0 15px 20px;
    }
    .why-choose-us-text {
        width: 100%;
    }
       .footer-form {
        padding: 15px;
        width: 100%;
        top: unset;
        bottom: unset;
        height: auto;
        left: unset;
        position: relative;
        margin: 30px auto 0 auto !important;
        overflow: hidden;
    }
    .slicknav_menu {
        background: #000;
    }
    .slicknav_nav a:hover {
        background: #d31b21;
    }
    .slicknav_nav a {
        font-size: 12px;
    }
    .footer-link p {
        margin-bottom: 15px;
    }
    .footer-form form textarea {
        width: 100% !important;
        height: 100px !important;
    }
    .let-heading {
        margin-bottom: 0;
    }
    .footer-form form input {
        width: 100% !important;
        height: 45px !important;
        margin-bottom: 10px !important;
    }
    .footer-link form input {
        width: 100% !important;
        height: 45px !important;
    }
    .footer-link form button {
        height: 45px;
        width: 80px;
        bottom: 3px;
        right: 0;
        font-size: 12px;
    }
    .logo-col ul li span a {
        font-size: 13px;
    }
    .footer-link form {
        margin-bottom: 25px;
    }
    .footer-sec {
        padding-top: 40px;
    }
    .logo-col ul li strong {
        font-size: 14px;
    }
    .footer-link h5 {
        font-size: 15px;
        margin: 20px 0 !important;
    }
    .footer-link ul {
        gap: 3px;
        margin: 0 0 40px 0;
    }
    .footer-link ul li a {
        margin-bottom: 0;
        font-size: 12px;
    }
    .logo-col ul {
        gap: 5px;
        margin: 15px 0 0;
    }
    footer .logo-col h3 {
        font-size: 25px;
        line-height: 45px;
        margin-bottom: 10px;
    }
    .bottom-bar {
        margin-top: 30px;
        padding: 14px 0;
    }
    .our-services-silder .slick-prev:before {
    content: '←';
    color: #fff !important;
}
.our-services-silder .slick-prev {
    left: 40%;
}
    .our-services-silder .slick-next {
        right: 40%;
    }
.our-services-silder .slick-next:before {
    content: '→';
    color: #fff !important;
}
.our-services-silder .slick-prev, .our-services-silder .slick-next {
  top: unset;
  bottom: 0;
}


/*Inner Banner Starts*/

.inner-page-banner {
    padding: 0 !important;
    height: 300px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.inner-page-banner .banner-content {
    padding: 0 !important;
}

.inner-page-banner h1 {
    font-size: 40px !important;
    line-height: 45px !important;
    margin: 0 !important;
}

/*Inner Banner Ends*/

/*About Us Page Starts*/

article#post-238 .vc_column-inner img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 430px;
    width: 100%;
    object-fit: cover;
}

/*About Us Page Ends*/








}












