@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&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&display=swap');

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

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

.slicknav_menu {
    background-color: #231f20;
}

html {
    overflow-x: hidden;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

img.circle {
    position: absolute;
}


img.circle1 {
    right: -31px;
    bottom: 12%;
}

img.circle2 {
    bottom: 0;
    right: -6%;
}

img.circle3 {
    top: 0;
    left: -6%;
}

img.circle4 {
    top: 5%;
    left: 0;
}

img.circle5 {
    top: 0;
    right: 0;
}

img.circle6 {
    top: 5%;
    right: -6%;
}


input[type=number] {
  -moz-appearance: textfield;
}

.heading {
    text-align: center;
    width: 50%;
    margin: 0 auto 50px auto;
    position: relative;
    z-index: 9;
}

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

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

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

img {
    max-width: 100%;
}

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

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}


/***** 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: "times_new_roman";
    src: url('../fonts/times_new_roman.ttf');
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.sec {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

/* Buttons Css Starts */

.theme1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0000!important;
    text-align: center;
    position: relative;
    overflow: hidden!important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #f3af3b!important;
    z-index: 10;
    color: #000;
    padding: 0 20px;
    height: 50px;
    border-radius: 10px;
    font-size: 19px;
    line-height: 26px;
    font-family: 'Montserrat';
    font-weight: 500;
    border-radius: 5px 30px 5px 5px;
}

.theme1:hover {
    border: 1px solid #0000!important;
    color: #fff!important
}

.theme1::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #000;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    transition: all .7s cubic-bezier(.77, 0, .175, 1);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #0000!important
}

.theme1::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #fff;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2, .95, .57, .99);
    -moz-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    -o-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    transition: all .4s cubic-bezier(.2, .95, .57, .99);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #0000!important
}

.theme1:hover::before,
.theme1:hover::before {
    opacity: 1;
    width: 116%
}

.theme1:hover::after,
.theme1:hover::after {
    opacity: 1;
    width: 120%
}









.theme2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0000!important;
    text-align: center;
    position: relative;
    overflow: hidden!important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #f3af3b!important;
    z-index: 10;
    color: #fff;
    padding: 0 20px;
    height: 50px;
    border-radius: 10px;
    font-size: 19px;
    line-height: 26px;
    font-family: 'Montserrat';
    font-weight: 500;
    border-radius: 5px 30px 5px 5px;
}

.theme2:hover {
    border: 1px solid #0000!important;
    color: #fff!important
}

.theme2::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #000;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    transition: all .7s cubic-bezier(.77, 0, .175, 1);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #0000!important
}

.theme2::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #fff;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2, .95, .57, .99);
    -moz-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    -o-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    transition: all .4s cubic-bezier(.2, .95, .57, .99);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #0000!important
}

.theme2:hover::before,
.theme2:hover::before {
    opacity: 1;
    width: 116%
}

.theme2:hover::after,
.theme2:hover::after {
    opacity: 1;
    width: 120%
}

/* Buttons Css Ends */

.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: "times_new_roman";
    font-size: 83px;
    line-height: 90px;
    color: #fff;
    font-weight: 500;
    margin: 10px 0;
}

h2 {
    font-family: "times_new_roman";
    font-size: 75px;
    line-height: 80px;
    color: #000;
    font-weight: 500;
    margin: 10px 0;
}

h3 {
    font-family: "times_new_roman";
    font-size: 50px;
    line-height: 55px;
    color: #000;
    font-weight: 400;
    margin: 10px 0;
}

h4 {
    font-family: "times_new_roman";
    font-size: 45px;
    line-height: 50px;
    color: #000;
    font-weight: 500;
    margin: 10px 0;
}

h5 {
    font-family: "times_new_roman";
    font-size: 20px;
    line-height: 25px;
    color: #000;
    font-weight: 500;
    margin: 10px 0;
}

h6 {
    font-family: "times_new_roman";
    font-size: 18px;
    line-height: 23px;
    color: #000;
    font-weight: 500;
    margin: 10px 0;
}

p {
    color: #000;
    font-size: 16px;
    line-height: 25px;
    font-family: "Montserrat", serif;
    font-weight: 400;
    margin: 10px 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */
header {
    padding: 0;
}
.topSec {
    background-color: #231f20;
    padding: 5px 0;
}

.topSec-links ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
}

.topSec-links ul li.topSec-links-border a {
    padding: 0 20px;
    border: 1px solid #fff;
    border-top: none;
    border-bottom: none;
    transition: ease-in;
    transition-duration: 0.2s;
}

.topSec-links ul li a:hover i, .topSec-links ul li a:hover p {
    color: #f3af3b;
    transition: ease-out;
    transition-duration: 0.2s;
}

.topSec-links ul li a {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.topSec-links ul li a i {
    color: #fff;
    font-size: 15px;
    transition: ease-in;
    transition-duration: 0.2s;
}

.topSec-links ul li a p {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    transition: ease-in;
    transition-duration: 0.2s;
}

.socials ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

.socials ul li a i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    background: #0000;
    border-radius: 100px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    transition: ease-in;
    transition-duration: 0.2s;
}

.socials ul li a i:hover {
    background: #f3af3b;
    border: none;
    transition: ease-out;
    transition-duration: 0.2s;
}

.menuSec {
    padding: 20px 0;
}

.menuSec img {
    margin: 0;
}

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

.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: #393939;
    padding: 10px 18px;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Montserrat';
    font-weight: 500;
    transition: ease-in;
    transition-duration: 0.2s;
}

.menuSec ul li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 0;
    border-bottom: 1px solid #000;
    transition: ease-out;
    transition-duration: 0.2s;
}

.menuSec ul li a:hover::before {
    width: 100%;
    transition: ease-in;
    transition-duration: 0.2s;
}


.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

.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:hover a {}

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

.menuSec ul:after {
    clear: both;
}

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


/*header css start */

/*banner css start */

section.banner {
    background-image: url('../images/banner-shape.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100vh;
    position: relative;
}

section.banner::before {
    content: '';
    position: absolute;
    bottom: -20px;
    right: 0;
    height: 100%;
    width: 100%;
    background-image: inherit !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

section.banner::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(95deg, rgb(0 0 0 / 64%) 0%, rgb(255 255 255 / 0%) 100%);
    z-index: -2;
}


.main-banner-img {
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: -2;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators {}

.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: linear-gradient(95deg, rgb(0 0 0 / 74%) 10%, rgb(255 255 255 / 0%) 100%);
}

.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 {
    width: 59%;
    position: relative;
    z-index: 999;
}

.banner_text p {
    color: #fff;
    width: 80%;
    margin: 20px 0;
}

section.banner .container {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    align-items: start;
    justify-content: center;
}

/*banner css end*/

/* Inner Banner Sec Starts  */

section.inner-banner .banner_text {
    width: 100%;
}

section.inner-banner {
    height: 70vh;
    background-size: 100% 100%;
}

section.inner-banner::before {
    background-size: 100% 100%;
}

section.inner-banner .main-banner-img {
    height: 100%;
    object-position: 50% 20%;
}

/* Inner Banner Sec Ends  */

/*About Sec Us Css Starts*/

section.about-sec {
    position: relative;
}

.about-txt h2 {
    color: #f3af3b;
}

.about-txt h3 {
    font-size: 43px;
    line-height: 50px;
}


.about-img {
    background-color: #fff;
    border-radius: 50px;
    overflow: hidden;
    padding: 20px 30px;
    box-shadow: 0 0 20px 0 #00000036;
}

.about-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 630px;
    width: 100%;
    object-fit: cover;
    border-radius: 50px;
    object-position: top;
}

.about-list ul {
    column-count: 2;
    margin: 20px 0;
}

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

.about-list ul li p {
    font-size: 19px;
    line-height: 20px;
    margin: 0;
}

.about-list ul li i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    width: 25px;
    background-color: #f3af3b;
    border-radius: 100px;
    color: #fff;
    font-weight: 300;
}

.about-counter {
    padding: 10px;
    background-color: #a46e12;
    border-radius: 5px 30px 5px 5px;
}

.about-btn-counter {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 30px;
}

.counter-txt .counter, .counter-txt h5 {
    font-size: 27px;
    line-height: 30px;
    font-family: 'times_new_roman';
    color: #000;
    margin: 0;
}

.about-txt-counter {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    background-color: #f3af3b;
    border-radius: 0 20px 0 0;
    padding: 0 10px;
    height: 80px;
}

.counter-txt {
    display: inline-flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
}

.counter-txt-main h6 {
    font-size: 17px;
    line-height: 20px;
    margin: 0;
}

/*About Us Css Ends*/

/*Services Sec Css Starts*/

section.services-sec {
    position: relative;
}

section.services-sec::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 65%;
    background-attachment: fixed;
    background-image: url('../images/services-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

section.services-sec::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 65%;
    background-color: #000000d6;
    z-index: -1;
}

.services-heading * {
    color: #fff;
}

.services_slider .slick-active {
    opacity: 1;
}

.services_slider .slick-prev, .services_slider .slick-next {
    top: -10%;
}

.services_slider .slick-prev {
    left: unset;
    right: 9%;
}

.services_slider .slick-next {
    right: 4%;
}

.services_slider .slick-prev:before {
    content: '\f177';
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    color: #fff !important;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background-color: #f3af3b;
    border-radius: 100px;
    opacity: 1 !important;
}

.services_slider .slick-next:before {
    content: '\f178';
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    color: #fff !important;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background-color: #f3af3b;
    border-radius: 100px;
    opacity: 1 !important;
}

.services-card {
    /* border-radius: 20px; */
    /* overflow: hidden; */
    /* box-shadow: 0 0 20px 0 #00000036; */
    margin: 10px 0;
    transition: ease-in;
    transition-duration: 0.2s;
}

.services-card-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 353px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}

.services-card-txt {
    padding: 40px 20px 20px 20px;
    box-shadow: 0 0 20px 0 #00000036;
    background-color: #fff;
    position: relative;
    z-index: 1;
    transition: ease-out;
    transition-duration: 0.2s;
    border-radius: 0 0 20px 20px;
}

.services-card-txt::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 5%;
    background-color: #f3af3b;
    z-index: -1;
    transition: ease-in;
    transition-duration: 0.2s;
}

.services-card:hover .services-card-txt::before {
    width: 100%;
    border-radius: 0 0 0 20px;
    transition: ease-out;
    transition-duration: 0.2s;
}

.services-card-txt h5 {
    font-size: 35px;
    line-height: 45px;
    margin: 0;
    transition: ease-in;
    transition-duration: 0.2s;
}

.services-card:hover .services-card-txt h5 {
    color: #fff;
    transition: ease-out;
    transition-duration: 0.2s;
}

.services-card-txt p {
    margin: 10px 0 30px 0;
    transition: ease-in;
    transition-duration: 0.2s;
}

.services-card:hover .services-card-txt p {
    color: #fff;
    transition: ease-out;
    transition-duration: 0.2s;
}

.services-card:hover .services-btn .theme2 {
    background: #fff !important;
    color: #000;
    transition: ease-out;
    transition-duration: 0.2s;
}

/*Services Sec Css Ends*/


/*reviews start*/

.reviews-main h1 {
    text-align: center;
    color: #000;
    font-weight: 600;
}

section.reviews-wrap {
    background-image: url(../images/testi-bg.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.reviews-main span {
    color: #6f00b6;
}

.slick-active {
    opacity: 1.5;
}

.regular {
    width: 80%;
    margin: 0 auto;
}

.regular .slick-slide.slick-current.slick-active.slick-center img {
    width: 200px;
    height: 200px;
}

.regular .slick-slide.slick-current.slick-active.slick-center {
    position: relative;
}

/* .regular .slick-slide.slick-current.slick-active.slick-center:after {
    position: absolute;
    content: '';
    width: 160px;
    height: 160px;
    border: 1px solid #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 100%;
} */

.regular .slick-track {
    padding: 14px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reviews-slide .slick-slide.slick-current.slick-active.slick-center:after {
    display: none;
}

.regular .slick-slide.slick-current.slick-active.slick-center {
    transform: scale(1.2);
    position: relative;
    width: 200px !important;
}

.regular .slick-slide.slick-active img {
    height: 165px;
    width: 165px;
}

.regular .slick-slide {
    margin: 20px 20px;
}

.reviews-text {
    margin-top: 0;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

.reviews-text p {
    font-size: 18px;
    line-height: 30px;
    /* padding: 0 50px; */
}

.reviews-text span {
    display: block;
    color: #000;
}

.reviews-text h4 {
    color: #6f00b6;
    font-size: 30px;
    line-height: 40px;
}

.regular .slick-prev {
    left: -140px;
}

.regular .slick-next {
    right: -140px;
}

.reviews-wrap .slick-next:before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    background: #f3af3b;
    color: #fff !important;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    font-weight: 600;
    opacity: 1 !important;
}

.reviews-wrap .slick-prev,
.reviews-wrap .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 40%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-slide .slick-current .slick-active .slick-center .regular img {
    width: 300px !important;
    height: 300px !important;
}

.reviews-wrap .slick-prev:before {
    content: '\f053';
    font-family: 'Font Awesome 5 Free';
    color: #fff !important;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3af3b;
    border: 1px solid;
    font-weight: 900;
    opacity: 1 !important;
}

.reviews-main {
    text-align: center;
    margin-bottom: 30px;
}

.reviews-main h2 {
    font-size: 55px;
    color: #fff;
}

.reviews-main img {
    margin: 40px 0;
}

.regular img {
    width: 143px;
    height: 143px;
    object-fit: cover;
    /* border-radius: 100%; */
    margin: 0 auto;
}

.slick-slide.slick-active.slick-center .regular img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 100%;
}

.slick-slide {
    opacity: 1;
}

.reviews-quote img {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 70px !important;
    width: 90px !important;
}

.reviews-text p {
    font-size: 19px;
    color: #333333;
    line-height: 36px;
    margin: 10px 0 40px;
    font-style: italic;
}

.reviews-text h5 {
    font-size: 37px;
    color: #000;
}

.reviews-text h6 {
    font-size: 23px;
    color: #000;
}


/*reviews end*/


/*Gallery Sec Css Starts*/

section.gallery-sec {
    position: relative;
    background-image: url('../images/g-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

section.gallery-sec::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000000c7;
}

.gallery-heading * {
    color: #fff;
}

.gallery-img-main {
    position: relative;
    z-index: 9;
}

.gallery-img {
    margin: 10px 0;
    position: relative;
    width: 100%;
    transition: ease-in;
    transition-duration: 0.2s;
}

.gallery-img a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background: #f3af3b;
    border-radius: 100px;
    font-family:
    'Montserrat';
    font-size: 50px;
    line-height: 60px;
    font-weight: 300;
    color: #fff;
    border: 1px solid #000;
    opacity: 0;
    transition: ease-in;
    transition-duration: 0.2s;
}

.gallery-img:hover a {
    opacity: 1;
    transition: ease-out;
    transition-duration: 0.2s;
}

.gallery-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 365px;
    width: 100%;
    object-fit: cover;
}

/*Gallery Sec Css Ends*/

/*Gallery Sec Css Ends*/

.rental_slider .slick-active {
    opacity: 1;
    transition: ease-in;
    transition-duration: 0.2s;
}

.rental_slider .slick-disabled:before {
    background-color: #898888 !important;
}

.rental_slider .slick-prev {
    left: -4%;
}

.rental_slider .slick-prev, .rental_slider .slick-next {
    top: 30%;
}

.rental_slider .slick-prev:before {
    content: '\f053';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: #fff !important;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background-color: #f3af3b;
    border-radius: 100px;
    opacity: 1 !important;
}

.rental_slider .slick-next:before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: #fff !important;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background-color: #f3af3b;
    border-radius: 100px;
    opacity: 1 !important;
}

.rental-card {
    background-color: #fff;
    border-radius: 20px 20px 0 0;
    margin: 10px 0;
    transition: ease-out;
    transition-duration: 0.2s;
}

.rental-card:hover {
    box-shadow: 0 0 20px 0 #0000001f;
}

.rental-card-main {
    border-radius: 20px;
}

.rental-card-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 324px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.rental-card-txt {
    text-align: center;
    padding: 20px 10px;
}

.rental-card-txt h5 {
    font-size: 40px;
    line-height: 50px;
    margin: 0;
}

.rental-card-price h5 {
    font-size: 26px;
    line-height: 30px;
    margin: 0;
}

.rental-card-price h6 {
    font-size: 16px;
    line-height: 20px;
    color: #f3af3b;
    margin: 0;
}

.rental-card-price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 20px 0 40px 0;
}


/*Gallery Sec Css Ends*/

/*Quote Sec Css Starts*/

section.quote-sec {
    position: relative;
}

.quote-form-box {
    background-color: #fff;
    box-shadow: 0 0 20px 0 #0000001f;
    padding: 50px 30px;
}

.quote-form-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 450px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
    box-shadow: 0 0 20px 0 #0000006e;
}

.quote-form-input input, .quote-form-slec select, .quote-form-input textarea {
    width: 100%;
    border: 1px solid #0000004d;
    height: 55px;
    padding: 0 10px;
    border-radius: 10px;
    margin: 0 0 30px 0;
    box-shadow: 0 0 7px 0 #0000003b;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Montserrat';
    color: #000;
}

.quote-form-input input::placeholder, .quote-form-slec select::placeholder, .quote-form-input textarea::placeholder {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Montserrat';
    color: #000;
}

.quote-form-slec-main {
    position: relative;
}

.quote-form-slec-icon {
    position: absolute;
    top: 25%;
    right: 4%;
    z-index: 0;
}

.quote-form-slec select {
    cursor: pointer;
    position: relative;
    z-index: 1;
    background-color: #0000;
}

.quote-form-input textarea {
    padding: 15px;
    resize: none;
    height: 200px;
    margin: 0 0 10px 0;
}

.quote-form-btn button {
    width: 100%;
    height: 60px;
    border-radius: 5px 20px 5px 5px;
    color: #fff;
}

/*Quote Sec Css Ends*/

/*How It Works Sec Css Starts*/

section.how-it-works-sec {
    background-image: url('../images/how-it-works-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}

section.how-it-works-sec::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000000de;
}

.how-it-works-heading {
    text-align: center;
    position: relative;
    z-index: 9;
}

.how-it-works-card-main {
    position: relative;
    z-index: 9;
}

.how-it-works-heading h2 {
    font-size: 102px;
    line-height: 110px;
    color: #fff;
}

.how-it-works-heading h3 {
    font-size: 58px;
    line-height: 65px;
    color: #fff;
}

.how-it-works-card {
    text-align: center;
    margin: 40px 0 0 0;
}

.how-it-works-card-txt h5 {
    font-size: 35px;
    line-height: 40px;
    color: #fff;
}

.how-it-works-card-txt p {
    font-size: 14px;
    line-height: 25px;
    color: #fff;
}

.how-it-works-card-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
    width: 130px;
    background-color: #f3af3b;
    border-radius: 100px;
    margin: 0 auto;
}

/*How It Works Sec Css Ends*/


/*Footer-sec*/

footer.footer-sec .container {
  position: relative;
  z-index: 99;
}

.footer-sec {
  position: relative;
  background-image: url(../images/footer-back.jpg);
  background-size: cover;
  width: 100%;
  padding-top: 60px;
  background-attachment: fixed;
}

.footer-sec::before {
  content: '';
  position: absolute;
  width: 100%;
  background: #000000cc;
  z-index: 2;
  height: 100%;
  top: 0;
}

.new-letter form {
  display: flex;
  position: relative;
  width: 100%;
}

.new-letter input {
  width: 65%;
  height: 60px;
  border: 0;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 0 25px;
}

.new-letter button {
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background-color: #1560a0;
  color: #fff;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border: 0;
  font-size: 22px;
  border: 1px solid;
}


.Up-date-sc {
  margin: 45px 0;
  padding: 70px 0;
  width: 100%;
  background-image: url(../images/get.jpg);
  height: 100%;
  background-position: top;
  position: relative;
}

.Up-date-sc:before {
  content: "";
  position: absolute;
  background: #000000a3;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}

.Up-date-sc .container {
  position: relative;
  z-index: 9;
}

.Up-date-sc h2 {
  margin-bottom: 0;
  color: #fff;
}

.footer-sec .mg-top-b {
  margin: 60px 0;
}

.footer-sec h5::before {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #fff;
  bottom: -7px;
  left: 0;
}

.footer-sec h5 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

.footer-sec iframe {
  height: 200px;
  width: 95%;
  border-radius: 5px;
  margin-top: 15px;
}

.footer-sec .link-list li {
  margin: 10px 0;
  gap: 10px;
}

.footer-sec .link-list li a {
  color: #fff;
  font-size: 14px;
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.footer-sec .link-list li a:hover {
    color: #f3af3b;
}

.footer-sec .inst-feed {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-sec .inst-feed li {
  width: 32%;
}

ul.inst-feed li img {
  object-fit: contain;
  /* margin-bottom: 10px; */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  margin: 0 0 10px 0;
}

.copy-write .row {
  display: flex;
  align-items: center;
}

.copy-write {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 2px solid #fff;
}

.copy-write p {
  text-align: center;
  margin: 0;
}

.copy-write .socail-links {
  display: flex;
  justify-content: flex-end;
  margin: 0;
}

.copy-write .socail-links li:last-child {
  margin-right: 0;
}

.copy-write .socail-links li {
  margin-right: 10px;
}

.copy-write .socail-links li a i:hover {
  background-color: #1560a0;
  color: #fff;
}

.copy-write .socail-links li a i {
  display: flex;
  transition: 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  height: 40px;
  font-size: 18px;
  width: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  animation: tada 1.5s ease infinite;
}

.footer-news-txt h2 {
    font-size: 52px;
    line-height: 60px;
    color: #fff;
}

.footer-news-email {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 50px 0;
}

.footer-news-txt {
    width: 50%;
}

.footer-news-email-main {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 50%;
}

.footer-news-email-input input {
    width: 100%;
    border: none;
    height: 50px;
    height: 60px;
    padding: 0 20px;
    border-radius: 5px 0 0 5px;
}

.footer-news-email-input {
    width: 100%;
}

.footer-news-email-btn {
    width: 41%;
}

.footer-news-email-btn .theme1 {
    border-radius: 0px 30px 5px 0px;
    height: 60px;
}

.footer-socials ul {
    justify-content: start;
}

.footer-socials ul li a i {
    height: 40px;
    width: 40px;
    font-size: 16px;
}

.footer-sec p {
    color: #fff;
}

ul.link-list-extra li {
    margin: 0 0 30px 0 !important;
}

/*footer-sec*/

/* About Us Page css Starts */

section.inner-banner-sec img.circle1 {
    top: 0;
    right: -20px;
}

section.inner-banner-sec img.circle2 {
    top: 10%;
    right: -4%;
}

/* About Us Page css Ends */

/* Services Page css Starts */

section.inner-services-sec img.circle1 {
    top: 0;
    right: -20px;
}

section.inner-services-sec img.circle2 {
    top: 3%;
    right: -4%;
}

section.inner-services-sec img.circle3 {
    top: 44%;
    left: -4%;
}

section.inner-services-sec img.circle4 {
    top: 46%;
    left: 0;
}

section.inner-services-sec img.circle5 {
    top: 49%;
    right: 1%;
}

section.inner-services-sec img.circle6 {
    top: 51%;
    right: -5%;
}

section.inner-services-sec img.circle7 {
    top: 69%;
    right: 1%;
}

section.inner-services-sec img.circle8 {
    top: 71%;
    right: -5%;
}

section.inner-services-sec img.circle9 {
    bottom: 3%;
    left: -6%;
}

section.inner-services-sec img.circle10 {
    bottom: 1%;
    left: 0;
}

section.inner-services-sec .about-txt h2 {
    font-size: 60px;
    line-height: 65px;
    color: #000;
}

section.inner-services-sec .about-txt p {
    margin: 0 0 30px 0;
}

.service-space {
    margin: 70px 0;
}


/* Services Page css Ends */

/* Rental Page css Starts */

section.inner-rental-sec {
    position: relative;
}

section.inner-rental-sec img.circle1 {
    right: -4%;
    top: -2%;
}

section.inner-rental-sec img.circle2 {
    top: 2%;
    right: -8%;
}

section.inner-rental-sec img.circle3 {
    top: unset;
    bottom: -3%;
    left: -6%;
}

section.inner-rental-sec img.circle4 {
    top: unset;
    bottom: -7%;
    left: 0;
}

section.inner-rental-sec .rental-card {
    margin: 10px 0 50px 0;
}

/* Rental Page css Ends */

/* Rental Page Detail css Ends */

section.rental-sec.rental-detail-sec {
    position: relative;
}

section.rental-sec.rental-detail-sec img.circle1 {
    right: -3%;
    top: -2%;
}

section.rental-sec.rental-detail-sec img.circle2 {
    right: -8%;
    top: 3%;
}

section.rental-sec.rental-detail-sec img.circle3 {
    top: unset;
    bottom: -5%;
    left: unset;
    right: -4%;
}

section.rental-sec.rental-detail-sec img.circle4 {
    top: unset;
    bottom: 1%;
    left: unset;
    right: 2%;
}

section.rental-detail-sec .rental-card-img img {
    height: 550px;
}

section.rental-detail-sec .rental-card-txt {
    text-align: start;
    padding: 0;
}

section.rental-detail-sec .rental-card {
    background-color: #0000;
}

section.rental-detail-sec .rental-card:hover {
    box-shadow: 0 0 0 0 #0000;
}

section.rental-detail-sec .rental-card-txt h5 {
    font-size: 60px;
    line-height: 65px;
}

section.rental-detail-sec .rental-card-price {
    justify-content: start;
    margin: 0;
}

section.rental-detail-sec .rental-card-price h5 {
    font-size: 41px;
    line-height: 50px;
}

section.rental-detail-sec .rental-detail-card-btn {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 40px;
    margin: 30px 0 0 0;
}

/* Rental Page Detail css Ends */

/* Gallery Page css Starts */

section.inner-gallery-sec {
    padding: 80px 0 200px 0;
}

section.inner-gallery-sec {
    background-image: unset;
}

section.inner-gallery-sec::before {
    display: none;
}

section.inner-gallery-sec img.circle1 {
    right: 0;
    top: -3%;
    bottom: unset;
    height: 120px;
    width: 120px;
}

section.inner-gallery-sec img.circle2 {
    right: -4%;
    top: 1%;
    bottom: unset;
    height: 120px;
    width: 120px;
}

section.inner-gallery-sec img.circle3 {
    top: unset;
    bottom: -7%;
    right: -1%;
    left: unset;
}

section.inner-gallery-sec img.circle4 {
    top: unset;
    bottom: 0;
    right: 2%;
    left: unset;
}

/* Gallery Page css Ends */


/*Contact Us Page Css Start*/

section.contact_page img.circle1 {
    right: 0;
    bottom: unset;
    top: -6%;
}

section.contact_page img.circle2 {
    right: -4%;
    bottom: unset;
    top: 5%;
}

.contact_form img.circle3 {
    top: unset;
    bottom: -6%;
    left: unset;
    right: -4%;
}

.contact_form img.circle4 {
    top: unset;
    bottom: 0;
    left: unset;
    right: 2%;
}

.contact_detail_box figure img {
    margin: auto;
    height: 55px;
    width: 55px;
    object-fit: contain;
}

.contact_detail_box h2 {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    font-weight: 700;
    margin: 30px 0 10px 0;
}

.contact_detail_box p {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    margin: 0;
    font-weight: 400;
    margin-bottom: 0;
    display: block;
    width: 67%;
}

.contact_detail_box {
    padding: 40px 20px;
    transition: 0.5s;
    border-radius: 30px;
    background-color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 250px;
}

.contact_form {
    padding-bottom: 7%;
    position: relative;
}

.contact_form label {
    font-size: 15px;
    line-height: 20px;
    color: #5d5d5d;
    margin-bottom: 7px;
    font-weight: 400;
}


.contact_page {
    padding: 100px 0;
    position: relative;
}

.contact_form input {
    height: 50px;
    width: 100%;
    margin-bottom: 25px;
    border-radius: 0px;
    padding: 0 25px;
    border: 1px solid #cccccc;
    border-radius: 100px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.contact_form textarea {
    height: 200px;
    margin-bottom: 30px;
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 0px;
    padding: 25px 25px;
    resize: none;
    border-radius: 40px;
}

.section_head {
    margin-bottom: 50px;
}

.section_head p {
    width: 65%;
    margin: 0 auto;
    color: #000000;
    font-size: 15px;
}

.section_head h3 {
    color: #000;
    font-size: 65px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 75px;
}

.br_gradient {
    padding: 2px;
    border-radius: 12px;
}

.contact_detail_box p span {
    display: block;
}

section.contact_page.chg2 {
    padding-bottom: 50px;
}

section.contact_page.chg2 .contact_detail_box figure img {

    filter: brightness(0) saturate(100%) invert(43%) sepia(28%) saturate(1267%) hue-rotate(169deg) brightness(92%) contrast(89%);
}

.contact_page h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 10px 0;
}

.section_head.chg h3 {
    color: #000;
}

.btn_wrap {
    text-align: center;
}

.contact_detail_box a {
    display: block;
    font-size: 16px !important;
    transition: ease-in;
    transition-duration: 0.2s;
}

.contact_detail_box:hover {
    background-color: #f3af3b;
    transition: ease-out;
    transition-duration: 0.2s;
}

.contact_detail_box figure img.img-responsive {
    transition: ease-in;
    transition-duration: 0.2s;
}

.contact_detail_box:hover figure img.img-responsive {
    filter: brightness(0) saturate(100%) invert(100%) sepia(9%) saturate(1418%) hue-rotate(282deg) brightness(115%) contrast(98%);
    transition: ease-out;
    transition-duration: 0.2s;
}

.btn_wrap button img {
    margin-left: 10px;
    margin-top: -3px;
}

/*Contact Us Page Css End*/


/* Get A Quote Page Starts */

section.book-sec {
    padding: 80px 0;
    position: relative;
}

section.book-sec img.circle1 {
    right: -3%;
    bottom: -7%;
}

section.book-sec img.circle2 {
    right: 1%;
    bottom: 0;
}

section.book-sec img.circle3 {
    top: 0;
    left: unset;
    right: -6%;
}

section.book-sec img.circle4 {
    top: -3%;
    right: 0;
    left: unset;
}

.book-form-input input, .book-form-slec select, .book-form-slec, .book-form-input textarea {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 15px;
    height: 70px;
    border: 1px solid #00000047;
    outline: none;
    font-size: 20px;
    font-family: 'Montserrat';
    border-radius: 0 30px 0 0;
    position: relative;
    background-color: #0000;
}

.book-form-slec, .book-form-slec select {
    cursor: pointer;
}

.book-form-slec-icon {
    position: absolute;
    top: 35%;
    right: 3%;
}

.book-form-slec-icon i {
    font-weight: 400;
}

.book-form-input textarea {
    resize: none;
    height: 200px;
    border-radius: 0 30px 0 0;
    padding: 20px;
}

.book-form-btn {
    text-align: center;
    margin: 50px 0 0 0;
}

.book-form-slec select {
    border: none;
    padding: 0;
    margin: 0;
    z-index: 1;
}


/* Get A Quote Page Ends */



@media only screen and (min-width: 1366px) and (max-width: 1920px) {}


@media only screen and (min-width: 1501px) and (max-width: 1600px) {

/* Fonts css Starts */

/* Fonts css Ends */



/* Buttons css Starts */

/* Buttons css Ends */




/* Home css Starts */

/* Home css Ends */




}

@media only screen and (min-width: 1401px) and (max-width: 1500px) {

    
/* Fonts css Starts */

/* Fonts css Ends */



/* Buttons css Starts */

/* Buttons css Ends */




/* Home css Starts */
.page-id-6 section.banner {
    height: 590px !important;
    background-position: bottom;
}
section.inner-banner {
    background-position: bottom;
    height: 400px !important;
    background-size: 100% 100%;
}


/* Home css Ends */


}

@media only screen and (min-width: 1301px) and (max-width: 1400px) {

.new-btn {
    background: black;
    color: white;
    padding: 16px 10px;
    position: relative;
    top: 0;
    font-weight: 800;
    display:block;
    width:100%;
}
.heading {
    width: 60%;
}

/* Fonts css Starts */

/* Fonts css Ends */



/* Buttons css Starts */

/* Buttons css Ends */




/* Home css Starts */

.contact_detail_box p {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    margin: 0;
    font-weight: 400;
    margin-bottom: 0;
    display: block;
    width: 80%;
}
.about-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 430px;
    width: 100%;
    object-fit: cover;
    border-radius: 50px;
    object-position: top;
}
.menuSec ul li a {
    padding: 10px 9px;
}

.about-list ul li p {
    font-size: 17px;
}

.footer-news-email-btn {
    width: 51%;
}

.footer-sec h5 {
    font-size: 22px;
    margin-bottom: 25px;
}
.page-id-6 section.banner {
    height: 590px !important;
    background-position: bottom;
}
.footer-sec .link-list li {
    margin: 2px 0;
    gap: 10px;
}
section.quote-sec.sec {
    padding-top: 0;
}
section.inner-banner {
    background-position: bottom;
    height: 400px !important;
    background-size: 100% 100%;
}
/* Home css Ends */


}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {

.heading {
    width: 60%;
}

/* Fonts css Starts */

/* Fonts css Ends */



/* Buttons css Starts */

/* Buttons css Ends */




/* Home css Starts */

.contact_detail_box p {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    margin: 0;
    font-weight: 400;
    margin-bottom: 0;
    display: block;
    width: 80%;
}
.about-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 430px;
    width: 100%;
    object-fit: cover;
    border-radius: 50px;
    object-position: top;
}
.menuSec ul li a {
    padding: 10px 9px;
}


.about-list ul li p {
    font-size: 17px;
}

.footer-news-email-btn {
    width: 51%;
}

.footer-sec h5 {
    font-size: 22px;
    margin-bottom: 25px;
}

.page-id-6 section.banner {
    height: 590px !important;
}
.footer-sec .link-list li {
    margin: 2px 0;
    gap: 10px;
}
section.quote-sec.sec {
    padding-top: 0;
}
section.inner-banner {
    height: 300px !important;
    background-position: bottom;
}

.page-id-297 .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_3d img {
    border-radius: 0;
    box-shadow: none;
    margin: 20px 0 0 0 !important;
}
.page-id-297 .new-btn {
    background: black;
    color: white;
    padding: 16px 20px;
    position: relative;
    top: 40px;
    font-weight: 800;
    width: 100% !important;
    display: block !important;
}

/* Home css Ends */


}

@media only screen and (min-width: 992px) and (max-width: 1199px) {


.sec {
    padding: 50px 0;
}

.heading {
    width: 80%;
}

/* Fonts css Starts */

h1 {
    font-size: 70px;
    line-height: 75px;
}

h2 {
    font-size: 60px;
    line-height: 65px;
}

h3 {
    font-size: 55px;
    line-height: 50px;
}

p {
    font-size: 14px;
    line-height: 23px;
}

/* Fonts css Ends */



/* Buttons css Starts */

.theme1 {
    font-size: 15px;
    line-height: 23px;
}

.theme2 {
    font-size: 15px;
    line-height: 23px;
}


/* Buttons css Ends */




/* Home css Starts */

.page-id-297 .center-box.wpb_column.vc_column_container.vc_col-sm-8 {
    width: 100% !important;
}
.page-id-297 .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_3d img {
    border-radius: 0;
    box-shadow: none;
    margin: 20px 0 0 0 !important;
}
.page-id-297 .new-btn {
    background: black;
    color: white;
    padding: 16px 20px;
    position: relative;
    top: 40px;
    font-weight: 800;
    width: 100% !important;
    display: block !important;
}

.about-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 430px;
    width: 100%;
    object-fit: cover;
    border-radius: 50px;
    object-position: top;
}
img.circle {
    display: none;
}

.topSec {
    padding: 20px 0;
}

.menuSec ul li a {
    padding: 7px 1px;
    font-size: 15px;
    line-height: 23px;
}


section.banner {
    height: 600px;
}

section.banner::after {
    background: #00000085;
}

.banner_text {
    width: 70%;
}

.banner_text p {
    width: 90%;
}

.about-txt h3 {
    font-size: 40px;
    line-height: 45px;
}

.about-list ul {
    column-count: 1;
}

.services_slider .slick-prev {
    right: 13%;
}

.regular .slick-prev {
    left: -50px;
}

.regular .slick-next {
    right: -30px;
}

.rental_slider .slick-prev {
    left: -5%;
}

.rental_slider .slick-next {
    right: -3px;
}

.quote-form-input input, .quote-form-slec select, .quote-form-input textarea {
    margin: 0 0 20px 0;
}

.quote-form {
    margin: 20px 0;
}

.footer-news-email-main {
    flex-direction: column;
    gap: 10px;
}

.footer-sec h5 {
    font-size: 19px;
    margin-bottom: 25px;
}

.footer-news-email-input input {
    border-radius: 5px;
}

.footer-news-email-btn {
    width: 100%;
}

.footer-news-email-btn button {
    border-radius: 5px !important;
    width: 100%;
}

.footer-socials ul {
    justify-content: start;
}

.footer-news-txt h2 {
    font-size: 45px;
    line-height: 50px;
}

.footer-sec .link-list li a {
    font-size: 12px;
    gap: 5px;
}

ul.link-list-extra li {
    margin: 0 0 10px 0 !important;
}

.topSec-links ul li {
    display: flex;
    gap: 6px;
}
.topSec-links ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
}
.topSec-links ul li a p {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    transition: ease-in;
    transition-duration: 0.2s;
}
.page-id-6 section.banner {
    height: 500px!important;
}
.about-list ul li {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    margin: 0 0 5px 0;
}
.about-txt h3 {
    font-size: 36px;
    line-height: 45px;
}

.footer-sec .link-list li {
    margin: 0px 0;
    gap: 10px;
}
section.quote-sec.sec {
    padding-top: 0;
}

section.inner-banner {
    height: 300px !important;
    background-position: bottom;
}
.contact_detail_box {
    padding: 40px 0px;
 
}
/* Home css Ends */

/* About Us Page css Starts */

.how-it-works-heading h2 {
    font-size: 60px;
    line-height: 65px;
}

.how-it-works-heading h3 {
    font-size: 50px;
    line-height: 55px;
}

.how-it-works-card-txt h5 {
    font-size: 28px;
    line-height: 35px;
}

/* About Us Page css Ends */

}

@media only screen and (min-width: 768px) and (max-width: 991px) {


section.about-sec.inner-services-sec .container div:nth-child(2) {
    flex-direction: column-reverse;
}
section.about-sec.inner-services-sec .container div:nth-child(4) {
    flex-direction: column-reverse;
}
.about-txt {
    margin: 20px 0;
}

.sec {
    padding: 50px 0;
}

.heading {
    width: 80%;
}

/* Fonts css Starts */

h1 {
    font-size: 70px;
    line-height: 75px;
}

h2 {
    font-size: 60px;
    line-height: 65px;
}

h3 {
    font-size: 55px;
    line-height: 50px;
}

p {
    font-size: 14px;
    line-height: 23px;
}

/* Fonts css Ends */



/* Buttons css Starts */

.theme1 {
    font-size: 16px;
    line-height: 23px;
}

.theme2 {
    font-size: 16px;
    line-height: 23px;
}


/* Buttons css Ends */




/* Home css Starts */

.contact_detail_box {
    padding: 40px 0px;
    transition: .5s;
    border-radius: 30px;
    background-color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 210px;
}

.page-id-297 .center-box.wpb_column.vc_column_container.vc_col-sm-8 {
    width: 100% !important;
}
.page-id-297 .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_3d img {
    border-radius: 0;
    box-shadow: none;
    margin: 20px 0 0 0 !important;
}
.page-id-297 .new-btn {
    background: black;
    color: white;
    padding: 16px 50px;
    position: relative;
    top: 40px;
    font-weight: 800;
    width: 100% !important;
    display: block !important;
}

img.circle {
    display: none;
}

.topSec {
    padding: 20px 0;
}

.socials ul {
    justify-content: center;
    margin: 20px 0 0 0;
}

.menuSec ul {
    gap: 5px;
}

.menuSec ul li a {
    padding: 5px 1px;
    font-size: 14px;
    line-height: 20px;
}

.header-btn .theme1 {
    padding: 0 10px;
    height: 40px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 5px 20px 5px 5px;
}

section.banner {
    height: 600px;
}

section.banner::after {
    background: #00000085;
}

.banner_text {
    width: 100%;
}

.banner_text p {
    width: 90%;
}

.about-txt h3 {
    font-size: 40px;
    line-height: 45px;
}

.services_slider .slick-prev {
    right: 13%;
}

.regular .slick-prev {
    left: 0;
}

.regular .slick-next {
    right: 40px;
}

.rental_slider .slick-prev {
    left: -5%;
}

.rental_slider .slick-next {
    right: -3px;
}

.quote-form-input input, .quote-form-slec select, .quote-form-input textarea {
    margin: 0 0 20px 0;
}

.quote-form {
    margin: 20px 0;
}

.footer-news-email-main {
    flex-direction: column;
    gap: 10px;
}

.footer-news-email-input input {
    border-radius: 5px;
}

.footer-news-email-btn {
    width: 100%;
}

.footer-news-email-btn button {
    border-radius: 5px !important;
    width: 100%;
}

.footer-socials ul {
    justify-content: start;
}

.footer-news-txt h2 {
    font-size: 45px;
    line-height: 50px;
}


.topSec-links ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 16px;
    flex-wrap: wrap;
}
.topSec-links ul li a p {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    transition: ease-in;
    transition-duration: 0.2s;
}

.col-xl-7.col-lg-7.col-md-12.d-none.d-md-block {
    order: 2;
}
.header-btn {
    display: flex;
    justify-content: end;
    padding: 0 30px 0 0;
}
.page-id-6 section.banner {
    height: 500px !important;
}
.about-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 430px;
    width: 100%;
    object-fit: cover;
    border-radius: 50px;
    object-position: top;
}
.footer-sec .link-list li {
    margin: 0;
    gap: 10px;
}
ul.link-list-extra li {
    margin: 0 0 0px 0 !important;
}
.gallery-img {
    margin: 10px auto;
    position: relative;
    width: 80%;
    transition: ease-in;
    transition-duration: 0.2s;
}
section.quote-sec.sec {
    padding-top: 0;
}

.footer-sec .widget_text {
    margin: 40px 0 0 0;
}
.footer-news-email {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}
.rental-card-txt h5 {
    font-size: 35px;
    line-height: 50px;
    margin: 0;
}
section.inner-banner {
    height: 250px !important;
    background-position: bottom;
}


section.inner-rental-sec .rental-card {
    margin: 10px 50px 50px 50px;
}
/* Home css Ends */

/* Inner Banner css Starts */

section.inner-banner {
    height: 400px;
}

/* Inner Banner css Ends */

/* About Us Page css Starts */

.how-it-works-heading h2 {
    font-size: 60px;
    line-height: 65px;
}

.how-it-works-heading h3 {
    font-size: 50px;
    line-height: 55px;
}

/* About Us Page css Ends */

/* Services Page css Starts */

.service-space {
    margin: 20px 0;
}

/* Services Page css Ends */

/* Contact Page css Starts */

.section_head h3 {
    font-size: 50px;
    line-height: 55px;
}

.section_head p {
    width: 100%;
}

.contact_page h4 {
    font-size: 20px;
    line-height: 25px;
}

.contact_detail_box p {
    width: 100%;
    font-size: 13px;
    line-height: 20px;
}



/* Contact Page css Ends */


}

@media only screen and (min-width: 520px) and (max-width: 767px) {
section.inner-gallery-sec {
    padding: 80px 0 50px 0;
}
section.about-sec.inner-services-sec .container div:nth-child(2) {
    flex-direction: column-reverse;
}
section.about-sec.inner-services-sec .container div:nth-child(4) {
    flex-direction: column-reverse;
}
.about-txt {
    margin: 20px 0;
}

.sec {
    padding: 40px 0;
}

.heading {
    width: 100%;
}

/* Fonts css Starts */

h1 {
    font-size: 60px;
    line-height: 65px;
}

h2 {
    font-size: 45px;
    line-height: 50px;
}

h3 {
    font-size: 35px;
    line-height: 40px;
}

h4 {
    font-size: 35px;
    line-height: 40px;
}

p {
    font-size: 14px;
    line-height: 23px;
}

/* Fonts css Ends */

/* Buttons css Starts */

.theme1 {
    font-size: 16px;
    line-height: 24px;
    height: 45px;
    padding: 0 10px;
    border-radius: 5px 20px 5px 5px;
}

.theme2 {
    font-size: 16px;
    line-height: 24px;
    height: 45px;
    padding: 0 10px;
    border-radius: 5px 20px 5px 5px;
}

/* Buttons css Ends */

/* Home css Starts */
.new-btn {
    background: black;
    color: white;
    padding: 16px 50px;
    position: relative;
    top: 0;
    font-weight: 800;
}
.page-id-297  .vp-portfolio__items-style-default .vp-portfolio__item-img img {
    width: 300px;
    height: 300px;
    object-fit: contain;
    border-radius: 50%;
    margin: 0 auto;
}

.page-id-297 .wpb_single_image.vc_align_left {
    text-align: center !important;
}
.page-id-297 figure.wpb_wrapper.vc_figure {
    margin: 20px 0 0 0 !important;
}

section.inner-rental-sec .rental-card {
    margin: 10px 50px 50px 50px;
}
.rental-card-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
section.inner-rental-sec .rental-card {
    margin: 10px 0 10px 0;
}

.rental-card-price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 20px 0 0px 0;
}

.topSec-links ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.topSec-links ul li.topSec-links-border a {
    padding: 0;
    border: none;
}

.socials ul {
    justify-content: center;
    margin: 20px 0 0 0;
}

.topSec {
    padding: 20px 0;
}

.menuSec {
    text-align: center;
}

.header-btn {
    margin: 20px 0 0 0;
}

section.banner {
    height: 600px;
}

section.banner::after {
    background: #000000a8;
}

.banner_text {
    width: 100%;
}

.banner_text p {
    width: 100%;
}

.about-img {
    padding: 10px;
    border-radius: 30px;
}

.about-img img {
    height: 300px;
    border-radius: 30px;
}

.about-txt h3 {
    font-size: 30px;
    line-height: 35px;
}

.about-list ul {
    column-count: 1;
}

.about-list ul li {
    gap: 10px;
}

.counter-txt .counter, .counter-txt h5 {
    font-size: 20px;
    line-height: 25px;
}

img.circle {
    display: none;
}

.services-card-img img {
    height: 200px;
}

.services-card-txt {
    padding: 20px;
}

.services_slider .slick-prev, .services_slider .slick-next {
    top: -15%;
}

.services_slider .slick-prev {
    right: 17%;
}

.reviews-text p {
    font-size: 16px;
    line-height: 25px;
}

.reviews-text h5 {
    line-height: 35px;
}

.reviews-text h6 {
    font-size: 20px;
    line-height: 25px;
}

.reviews-quote img {
    height: 40px !important;
    width: 50px !important;
}

.regular .slick-prev {
    left: 0;
}

.regular .slick-next {
    right: 30px;
}

.rental_slider .slick-prev {
    left: -7%;
}

.rental_slider .slick-next {
    right: -5px;
}

.quote-form-box {
    padding: 20px;
}

.quote-form-img img {
    height: 300px;
}

.quote-form {
    margin: 20px 0 0 0;
}

.quote-form-input input, .quote-form-slec select, .quote-form-input textarea {
    height: 50px;
    margin: 0 0 10px 0;
}

.quote-form-input textarea {
    height: 150px;
}

.footer-news-email {
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 10px;
    margin: 0 0 20px 0;
}

.footer-news-txt {
    width: 100%;
}

.footer-news-email-main {
    width: 100%;
    flex-direction: column;
    gap: 10px;
}

.footer-news-txt h2 {
    font-size: 45px;
    line-height: 50px;
}

.footer-news-email-btn {
    width: 100%;
}

.footer-news-email-input input {
    padding: 0 10px;
    border-radius: 5px;
}

.footer-news-email-btn button {
    width: 100%;
    border-radius: 5px !important;
}

.footer-socials ul {
    justify-content: start;
}

.footer-sec {
    padding-top: 20px;
}

h1 {
    font-size: 40px !important;
    line-height: 55px;
}
.about-list ul li {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    margin: 0 0 10px 0;
}
.about-list ul {
    column-count: 1;
    margin: 20px 0 0 0;
}



.page-id-6 section.banner {
    height: 400px !important;
}

.about-img img {
    height: 300px;
}

.services-card-txt p {
    margin-bottom: 0;
}

.reviews-slide .slick-slide {
    margin: 0;
}

.gallery-img img {
    height: 300px;
}

.heading {
    margin: 0 0 10px 0;
}

.rental-card {
    margin: 0;
}

section.quote-sec.sec {
    padding-top: 0;
}

section.rental-sec.sec {
    padding-bottom: 0;
}

.quote-form-img img {
    height: 300px;
}

div.gfield input {
    height: 30px;
}

section.reviews-wrap.sec .row {
    justify-content: center;
}
.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large, .gform_wrapper.gravity-theme .gfield textarea.medium {
    width: 100%;
    margin: 0px 0 0px 0;
    padding: 0 15px;
    height: 50px !important;
    border: 1px solid #00000047;
    outline: none;
    font-size: 14px !important;
    font-family: 'Montserrat';
    border-radius: 0 !important;
    position: relative;
    background-color: #0000;
}
.gform_wrapper.gravity-theme .gfield textarea.medium {
    height: 112px !important;
}
.gform_wrapper.gravity-theme .ginput_container_date input {
    width: 100% !important;
    margin: 0 0 10px 0;
    padding: 0 15px;
    height: 50px !important;
    border: 1px solid #00000047;
    outline: none;
    font-size: 20px;
    font-family: 'Montserrat';
    border-radius: 0 !important;
    position: relative;
    background-color: #0000;
}
.gform_wrapper.gravity-theme .hour_minute_colon {
    line-height: 3 !important;
    padding: 0 8px;
}

.footer-news-email-input input {
    width: 100% !important;
}

.footer-news-email-main {
    width: 100%;
}

form.hf-form.hf-form-196 {
    width: 60%;
}

.footer-sec .link-list li {
    margin: 0;
}

.footer-sec .widget_text {
    margin: 40px 0 0 0;
}

.footer-sec h5 {
    margin: 0 0 10px 0;
}

.footer-sec .link-list li {
    margin: 0 !important;
}

section#custom_html-6 {
    margin: 0;
}

.topSec-links ul {
    gap: 10px;
}

.topSec {
    padding: 10px 0;
}
.gallery-img {
    margin: 10px auto;
    position: relative;
    width: 80%;
    transition: ease-in;
    transition-duration: 0.2s;
}
section.inner-banner {
    height: 200px !important;
    background-position: bottom;
}


.about-txt-main {
    margin: 10px 0;
}

.how-it-works-card-txt {
    width: 70%;
    margin: 0 auto;
}

.new-btn {
    background: black;
    color: white;
    padding: 16px 50px;
    position: relative;
    top: 0;
    font-weight: 800;
}
/* Home css Ends */

/* Inner Banner css Starts */

section.inner-banner, section.inner-banner::before {
    background-size: cover;
}

section.inner-banner {
    height: 400px;
}

/* Inner Banner css Ends */

/* About Us Page css Starts */

.how-it-works-heading h2 {
    font-size: 40px;
    line-height: 45px;
}

.how-it-works-heading h3 {
    font-size: 40px;
    line-height: 45px;
}

.how-it-works-card-txt h5 {
    font-size: 30px;
    line-height: 35px;
}

/* About Us Page css Ends */

/* Services Page css Starts */

section.inner-services-sec .about-txt h2 {
    font-size: 50px;
    line-height: 55px;
}

.service-space {
    margin: 20px 0;
}

/* Services Page css Ends */

/* Contact Page css Starts */

.contact_page {
    padding: 30px 0;
    position: relative;
}

.section_head h3 {
    font-size: 35px;
    line-height: 40px;
}

.section_head p {
    width: 100%;
}

.contact_page h4 {
    font-size: 20px;
    line-height: 25px;
}

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

.contact_detail_box {
    padding: 20px 0;
    height: 190px;
    border-radius: 10px;
}

.contact_form input {
    border-radius: 5px;
}

.contact_form textarea {
    border-radius: 5px;
}

/* Contact Page css Ends */


}

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

.sec {
    padding: 20px 0;
}

.heading {
    width: 100%;
}

/* Fonts css Starts */

h1 {
    font-size: 50px;
    line-height: 55px;
}

h2 {
    font-size: 40px;
    line-height: 45px;
}

h3 {
    font-size: 30px;
    line-height: 35px;
}

h4 {
    font-size: 30px;
    line-height: 35px;
}

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

/* Fonts css Ends */

/* Buttons css Starts */

.theme1 {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    padding: 0 10px;
    border-radius: 5px 20px 5px 5px;
}

.theme2 {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    padding: 0 10px;
    border-radius: 5px 20px 5px 5px;
}


/* Buttons css Ends */

/* Home css Starts */
.gallery-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    width: 100%;
    object-fit: cover;
}



.rental-card-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
section.inner-rental-sec .rental-card {
    margin: 10px 0 10px 0;
}

.rental-card-price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 20px 0 0px 0;
}

.topSec-links ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.topSec-links ul li.topSec-links-border a {
    padding: 0;
    border: none;
}

.socials ul {
    justify-content: center;
    margin: 20px 0 0 0;
}

.topSec {
    padding: 20px 0;
}

.menuSec {
    text-align: center;
}

.header-btn {
    margin: 20px 0 0 0;
}

section.banner {
    height: 550px;
}

section.banner::after {
    background: #000000a8;
}

.banner_text {
    width: 100%;
}

.banner_text p {
    width: 100%;
}

.about-img {
    padding: 10px;
    border-radius: 30px;
}
.new-btn {
    background: black;
    color: white;
    padding: 16px 50px;
    position: relative;
    top: 0;
    font-weight: 800;
}
.about-img img {
    height: 300px;
    border-radius: 30px;
}

.about-txt h3 {
    font-size: 30px;
    line-height: 35px;
}

.about-list ul {
    column-count: 1;
}

.about-list ul li {
    gap: 10px;
}

.about-list ul li i {
    height: 20px;
    width: 20px;
    font-size: 12px;
}

.about-btn-counter {
    flex-direction: column;
    align-items: start;
    gap: 10px;
}

.counter-txt .counter, .counter-txt h5 {
    font-size: 20px;
    line-height: 25px;
}

img.circle {
    display: none;
}

.services-card-img, .rental-card-img {
    height: 200px !important;
    object-fit: cover !important;
}

.services-card-txt h5 {
    font-size: 25px;
    line-height: 35px;
}

.services-card-txt {
    padding: 20px;
}

.services_slider .slick-prev, .services_slider .slick-next {
    top: -15%;
}

.services_slider .slick-prev {
    right: 17%;
}

.reviews-text p {
    font-size: 14px;
    line-height: 23px;
}

.reviews-text h5 {
    font-size: 30px;
    line-height: 35px;
}

.reviews-text h6 {
    font-size: 20px;
    line-height: 25px;
}

.reviews-quote img {
    height: 40px !important;
    width: 50px !important;
}

.gallery-img a {
    height: 40px;
    width: 40px;
    font-size: 35px;
}

.rental-card-txt h5 {
    font-size: 30px;
    line-height: 35px;
}

.quote-form-box {
    padding: 20px;
}

.quote-form-img img {
    height: 300px;
}

.quote-form {
    margin: 20px 0 0 0;
}

.quote-form-input input, .quote-form-slec select, .quote-form-input textarea {
    height: 50px;
    margin: 0 0 10px 0;
}

.quote-form-input textarea {
    height: 150px;
}

.footer-news-email {
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 10px;
    margin: 0 0 20px 0;
}

.footer-news-txt {
    width: 100%;
}

.footer-news-email-main {
    width: 100%;
    flex-direction: column;
    gap: 10px;
}

.footer-news-txt h2 {
    font-size: 40px;
    line-height: 45px;
}

.footer-news-email-btn {
    width: 100%;
}

.footer-news-email-input input {
    padding: 0 10px;
    border-radius: 5px;
}

.footer-news-email-btn button {
    width: 100%;
    border-radius: 5px !important;
}

.footer-socials ul {
    justify-content: start;
}

.footer-sec h5 {
    font-size: 20px;
    margin-bottom: 25px;
}

.footer-sec {
    padding-top: 20px;
}



h1 {
    font-size: 30px !important;
    line-height: 55px;
}
.about-list ul li {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    margin: 0 0 10px 0;
}
.about-list ul {
    column-count: 1;
    margin: 20px 0 0 0;
}



.page-id-6 section.banner {
    height: 400px !important;
}

.about-img img {
    height: 250px;
}

.services-card-txt p {
    margin-bottom: 0;
}

.reviews-slide .slick-slide {
    margin: 0;
}

.gallery-img img {
    height: 250px;
}

.heading {
    margin: 0 0 10px 0;
}

.rental-card {
    margin: 0;
}

section.quote-sec.sec {
    padding-top: 0;
}

section.rental-sec.sec {
    padding-bottom: 0;
}

.quote-form-img img {
    height: 250px;
}

div.gfield input {
    height: 30px;
}

section.reviews-wrap.sec .row {
    justify-content: center;
}
.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large, .gform_wrapper.gravity-theme .gfield textarea.medium {
    width: 100%;
    margin: 0px 0 0px 0;
    padding: 0 15px;
    height: 50px !important;
    border: 1px solid #00000047;
    outline: none;
    font-size: 14px !important;
    font-family: 'Montserrat';
    border-radius: 0 !important;
    position: relative;
    background-color: #0000;
}
.gform_wrapper.gravity-theme .gfield textarea.medium {
    height: 112px !important;
}
.gform_wrapper.gravity-theme .ginput_container_date input {
    width: 100% !important;
    margin: 0 0 10px 0;
    padding: 0 15px;
    height: 50px !important;
    border: 1px solid #00000047;
    outline: none;
    font-size: 20px;
    font-family: 'Montserrat';
    border-radius: 0 !important;
    position: relative;
    background-color: #0000;
}
.gform_wrapper.gravity-theme .hour_minute_colon {
    line-height: 3 !important;
    padding: 0 8px;
}

.footer-news-email-input input {
    width: 100% !important;
}

.footer-news-email-main {
    width: 100%;
}

form.hf-form.hf-form-196 {
    width: 100%;
}

.footer-sec .link-list li {
    margin: 0;
}

.footer-sec .widget_text {
    margin: 40px 0 0 0;
}

.footer-sec h5 {
    margin: 0 0 10px 0;
}

.footer-sec .link-list li {
    margin: 0 !important;
}

section#custom_html-6 {
    margin: 0;
}

.topSec-links ul {
    gap: 10px;
}

.topSec {
    padding: 10px 0;
}
section.inner-banner {
    height: 200px !important;
    background-position: bottom;
}

.how-it-works-card-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100px;
    background-color: #f3af3b;
    border-radius: 100px;
    margin: 0 auto;
}

.about-txt-main {
    margin: 10px 10px;
}
.rental-card-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100% !important;
    float: left;
    clear: both;
    margin: 0 0 2.992em;
}
section.about-sec.inner-services-sec .container div:nth-child(2) {
    flex-direction: column-reverse;
}

section.about-sec.inner-services-sec .container div:nth-child(4) {
    flex-direction: column-reverse;
}


/* Home css Ends */

/* Inner Banner css Starts */

section.inner-banner, section.inner-banner::before {
    background-size: cover;
}

section.inner-banner {
    height: 400px;
}

/* Inner Banner css Ends */

/* About Us Page css Starts */

.how-it-works-heading h2 {
    font-size: 40px;
    line-height: 45px;
}

.how-it-works-heading h3 {
    font-size: 40px;
    line-height: 45px;
}

.how-it-works-card-txt h5 {
    font-size: 30px;
    line-height: 35px;
}

/* About Us Page css Ends */

/* Services Page css Starts */

section.inner-services-sec .about-txt h2 {
    font-size: 40px;
    line-height: 45px;
}

.service-space {
    margin: 20px 0;
}

/* Services Page css Ends */

/* Contact Page css Starts */

.contact_page {
    padding: 30px 0;
    position: relative;
}

.section_head h3 {
    font-size: 35px;
    line-height: 40px;
}

.section_head p {
    width: 100%;
}

.contact_page h4 {
    font-size: 20px;
    line-height: 25px;
}

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

.contact_detail_box {
    padding: 20px 0;
    height: 190px;
    border-radius: 10px;
}

.contact_form input {
    border-radius: 5px;
}

.contact_form textarea {
    border-radius: 5px;
}

.how-it-works-card-img img {
    object-fit: scale-down;
    width: 60px;
}
/* Contact Page css Ends */
section.inner-gallery-sec {
    padding: 80px 0 50px 0;
}


}


/*Media Query End*/
