@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

/***** General CSS *****/

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;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url("../images/arrow.png") no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
}


/***** Font Files *****/

@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
}

@font-face {
    font-family: "Megila";
    src: url(../fonts/Megila.otf);
}

@font-face {
    font-family: "Montserrat-Medium";
    src: url(../fonts/Montserrat-Medium.ttf);
}

@font-face {
    font-family: "Montserrat-Regular";
    src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
    font-family: "Oswald-Demi-BoldItalic";
    src: url(../fonts/Oswald-Demi-BoldItalic.ttf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 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: "Megila";
    font-size: 68px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h2 {
    font-family: "Megila";
    font-size: 45px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: "Montserrat-Regular";
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: "Montserrat-Regular";
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: "Montserrat-Regular";
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: "Montserrat-Regular";
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #000;
    font-size: 15px;
    font-family: "Montserrat-Medium";
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}


/*header css start */

header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    right: 0;
}

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.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: 12px;
    font-family: 'Montserrat-Medium';
}


/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
*/


/*.menuSec ul li:last-child a {
    padding-right: 0px;
}*/


/* .menuSec ul li:last-child a:after {
    display: none;
} */

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #fe6500;
}

.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;
}

a.search {
    color: #fff;
    font-size: 18px;
    margin-right: 30px;
    align-items: center;
}

.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;
}

a.Now {
    font-family: 'Montserrat-Medium';
    font-size: 13px;
    background: #fe6500;
    color: #fff;
    width: 133px;
    height: 43px;
    text-align: center;
    border-radius: 6px;
    padding-top: 9px;
}

.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;
}

.menuSection {
    padding: 22px 0;
}


/*header css start */


/*banner css start */

.banner_text h1 {
    color: #fff;
    font-size: 101px;
    line-height: 80px;
}

.banner_text h4 {
    color: #fff;
}

.banner_text p {
    color: #fff;
    padding-bottom: 15px;
}

.banner_text a {
    font-family: 'Montserrat-Medium';
    font-size: 13px;
    background: #fe6500;
    color: #fff;
    width: 133px;
    height: 43px;
    text-align: center;
    border-radius: 6px;
    padding-top: 9px;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-item img {
    height: 100vh;
    width: 100%;
}

.carousel-caption.inner-banner {
    height: 89vh !important;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    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: rgb(0 0 0 / 67%);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/


/* about start */

.about_sec {
    padding: 100px 0;
}

.about_img img {
    width: 90%;
    height: 675px;
}

.about_img {
    text-align: end;
}

#counter {
    text-align: center;
    display: flex;
    align-items: center;
    gap: 114px;
}

#counter .item {
    text-align: center;
}

#counter .item .count {
    margin-bottom: 5px;
    font-size: 57px;
    color: #000;
}

#counter .item h3 {
    color: #fe6500;
    text-transform: capitalize;
    font-size: 12px;
    font-family: 'Montserrat-Medium';
}

.item h1 {
    color: #fe6500;
}

.about_content p {
    padding-bottom: 25px;
    font-size: 16px;
}

.about_content h1 {
    font-size: 68px;
    font-weight: 400;
}

.about_content h2 {
    font-size: 58px;
    font-weight: 300;
}

.Our_Services {
    padding: 100px 0;
    background: #0d0d0d;
}

h1.Servi {
    padding-bottom: 15px;
    color: #fff;
}

.services_card {
    position: relative;
    z-index: 1;
}

.services_img {
    width: 100%;
}

.services_text {
    position: absolute;
    bottom: 26px;
    z-index: 99;
    padding: 15px;
}

.services_img::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000094;
    z-index: 1;
}

.services_card h2 {
    color: #fff;
    font-size: 31px;
}

.services_card p {
    color: #fff;
    padding-bottom: 15px;
    font-weight: 100;
    font-family: 'Montserrat-Regular';
    font-size: 11px;
}

.services_card a {
    color: #fff;
    background: #fe6500;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    justify-content: space-between;
    padding-left: 6px;
}

.services_card a i {
    padding-right: 11px;
}

.services_card1 {
    background-image: url(../images/services_card2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 420px;
    position: relative;
    z-index: 1;
    padding: 217px 24px 0;
}

.services_card1::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000a6;
    z-index: -1;
}

.services_card1 h2 {
    color: #fff;
    font-size: 31px;
}

.services_card1 p {
    color: #fff;
    padding-bottom: 15px;
    font-weight: 100;
    font-family: 'Montserrat-Regular';
    font-size: 11px;
}

.services_card1 a {
    color: #fff;
    background: #fe6500;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    justify-content: space-between;
    padding-left: 6px;
}

.services_card1 a i {
    padding-right: 11px;
}

.services_card2 {
    background-image: url(../images/services_card3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 420px;
    position: relative;
    z-index: 1;
    padding: 217px 24px 0;
}

.services_card2::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000a6;
    z-index: -1;
}

.Services_slider .slick-slide.slick-current.slick-active {
    width: 450px !important;
}

.services_card2 h2 {
    color: #fff;
    font-size: 31px;
}

.services_card2 p {
    color: #fff;
    padding-bottom: 15px;
    font-weight: 100;
    font-family: 'Montserrat-Regular';
    font-size: 11px;
}

.services_card2 a {
    color: #fff;
    background: #fe6500;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    justify-content: space-between;
    padding-left: 6px;
}

.services_card2 a i {
    padding-right: 11px;
}

.services_card3 {
    /* background-image: url(../images/services_card4.jpg); */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* width: 100%; */
    height: 420px;
    position: relative;
    z-index: 1;
    /* padding: 217px 24px 0; */
}

.services_card3::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000a6;
    z-index: -1;
}

.services_card3 h2 {
    color: #fff;
    font-size: 31px;
}

.services_card3 p {
    color: #fff;
    padding-bottom: 15px;
    font-weight: 100;
    font-family: 'Montserrat-Regular';
    font-size: 11px;
}

.services_card3 a {
    color: #fff;
    background: #fe6500;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    justify-content: space-between;
    padding-left: 6px;
}

.services_card3 a i {
    padding-right: 11px;
}

.Services_slider {
    position: relative;
}

.Services_slider .slick-next:before {
    content: '\f061';
    font-family: 'FontAwesome';
    color: #fe6500;
    border: 1px solid;
    border-radius: 50px;
    height: 80px;
    width: 80px;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
    position: absolute;
    top: -305px;
    right: 173px;
}

.Services_slider .slick-prev::before {
    content: '\f060';
    font-family: 'FontAwesome';
    color: #fe6500;
    border: 1px solid;
    border-radius: 45px;
    height: 80px;
    width: 80px;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
    position: absolute;
    top: -305px;
    left: 1025px;
}


/* 
.slick-list.draggable {
    padding-right: 50px;
}

.slick-current.slick-active {
    width: 400px !important;
}

.slick-slide {
    width: 250px !important;
} */

.slick-prev,
.slick-next {
    z-index: 99;
}

.Services_slider .slick-list.draggable {
    margin-right: -120px;
    /* padding-right: 100px; */
}

.Services_slider .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1.2;
}

.Services_slider .slick-active {
    opacity: 4.5;
    width: 300px !important;
}

.Services_slider .slick-slide img {
    width: 100%;
    height: 437px;
}

.Our_Work {
    padding: 100px 0;
    position: relative;
}

.Our_Work_text p {
    font-size: 17px;
    color: #8f8f8f;
    padding-bottom: 35px;
}

p.para {
    font-size: 23px;
    color: #fe6500;
}

.Our_Work_img img {
    width: 100%;
    height: 455px;
    object-fit: cover;
}

.Our_Work_img {
    text-align: end;
    position: relative;
}

.Our_Work_img::before {
    position: absolute;
    content: '';
    background: linear-gradient(90deg, rgba(242, 136, 7, 1) 0%, rgba(248, 194, 129, 1) 60%, rgba(255, 255, 255, 1) 100%);
    width: 305px;
    height: 4px;
    right: -163px;
    top: 185px;
    transform: rotate(90deg);
}

.Our_Work_img::after {
    position: absolute;
    content: '';
    background: linear-gradient(90deg, rgba(242, 136, 7, 1) 0%, rgba(248, 194, 129, 1) 60%, rgba(255, 255, 255, 1) 100%);
    width: 305px;
    bottom: -23px;
    left: 218px;
    height: 4px;
}

.Work-img img {
    width: 100%;
    height: 311px;
    object-fit: cover;
}

.work_slider_nav {
    margin-top: -105px;
    margin-left: 0;
}

.work_slider_nav .slick-slide {
    opacity: 1.2;
}

.work_slider_nav .slick-active {
    opacity: 4.5;
}

.work_slider_nav .slick-next:before {
    content: '\f061';
    font-family: 'FontAwesome';
    color: #fe6500;
    border: 1px solid;
    border-radius: 50px;
    height: 80px;
    width: 80px;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
    position: absolute;
    left: -953px;
    bottom: 0;
    background: #000;
    z-index: -1;
}

.work_slider_nav .slick-prev::before {
    content: '\f060';
    font-family: 'FontAwesome';
    color: #fe6500;
    border: 1px solid;
    border-radius: 45px;
    height: 80px;
    width: 80px;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
    position: absolute;
    left: -63px;
    bottom: -65px;
    z-index: 2;
}

.work_back {
    position: absolute;
    bottom: 25px;
    left: 55%;
}

.work_back img {
    width: 22%;
    height: 327px;
    opacity: 0.5;
}

.Book_Appointment {
    /* background: #fe7418; */
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}

.Book_Appointment_form form {
    background: #202020;
    padding: 72px 33px;
}

.Book_Appointment_form form input {
    width: 100%;
    height: 50px;
    padding: 11px;
    margin-bottom: 11px;
    background: #181818;
    border: 1px solid #666e74;
    color: #fff;
}

.Book_Appointment_form form textarea {
    width: 100%;
    padding: 11px;
    margin-bottom: 11px;
    background: #181818;
    border: 1px solid #666e74;
    color: #fff;
    height: 251px;
}

.Book_Appointment_form form input::placeholder {
    color: #6b6b6b;
}

.Book_Appointment_form form textarea::placeholder {
    color: #6b6b6b;
}

.Book_Appointment::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background: #fe7418;
    z-index: -3;
}

.book img {
    height: 560px;
    position: absolute;
    left: 0;
    z-index: -1;
    width: 90%;
    bottom: 0;
    object-fit: cover;
    right: 0;
    margin: 0 auto;
    top: 270px;
}

.Our_Guests_Say {
    padding: 100px 0;
}

.Book_text p {
    color: #fff;
    font-weight: 200;
    font-family: 'Montserrat-Regular';
    font-size: 13px;
}

.Book_text h1 {
    color: #fff;
}

.guest_img {
    display: flex;
    align-items: center;
    gap: 22px;
}

.guest_img img {
    height: 120px;
    width: 120px;
    object-fit: cover;
    border-radius: 63px;
    background: #fff;
    padding: 8px;
}

.guest_test h4 {
    font-weight: 600;
}

.guest_test p {
    font-weight: 500;
}

.Our_Guests {
    background: #fff;
    box-shadow: 0 0 11px 0 #bababa;
    height: 300px;
    padding: 24px;
    position: relative;
    z-index: 1;
}

.Our_Guests::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: #fe7418;
    height: 100%;
    width: 90px;
    z-index: -1;
    transition: .5s all;
}

.paara p {
    padding-left: 113px;
    font-size: 13px;
}

.Our_Guests_slider .slick-slide {
    opacity: 1.2;
    margin: 15px 20px;
}

.Our_Guests_slider .slick-active {
    opacity: 4.5;
}

.Our_Guests_slider .slick-next:before {
    content: '\f061';
    font-family: 'FontAwesome';
    color: #fe6500;
    border: 1px solid;
    border-radius: 50px;
    height: 80px;
    width: 80px;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
    position: absolute;
    z-index: -1;
    top: -230px;
    right: 44px;
}

.Our_Guests_slider .slick-prev::before {
    content: '\f060';
    font-family: 'FontAwesome';
    color: #fe6500;
    border: 1px solid;
    border-radius: 45px;
    height: 80px;
    width: 80px;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
    position: absolute;
    z-index: 2;
    top: -230px;
    left: 1154px;
    background: #000;
}

.paara {
    position: relative;
}

i.fa-solid.two.fa-quote-left {
    position: absolute;
    left: 94px;
    top: -7px;
}

i.fa-solid.fa-quote-right {
    position: absolute;
    left: 393px;
    bottom: -5px;
}

.footerSec {
    background: #0d0d0d;
    padding: 100px 0 0;
    position: relative;
    overflow: hidden;
}

.footer-btm {
    padding: 25px 0;
    background: #181818;
    margin-top: 40px;
    position: relative;
}

.footer-contact h5 {
    color: #fff;
    font-size: 32px;
    padding-bottom: 0;
    /* padding-left: 8px; */
    /* border-left: 4px solid #fe7418; */
    font-family: 'Megila';
}

.footer-contact p {
    padding: 21px 0;
    color: #ffffff96;
    font-weight: 100;
    font-size: 13px;
}

.foot-links h5 {
    color: #fff;
    font-family: 'Megila';
    font-size: 23px;
    /* border-left: 5px solid #fe7418; */
    /* padding-left: 5px; */
}

.foot-links ul {
    column-count: 2;
    padding-top: 24px;
}

.foot-links ul li a {
    color: #ffffff;
    font-weight: 200;
    font-size: 11px;
}

.service h5 {
    font-family: 'Megila';
    color: #fff;
    font-size: 26px;
    /* border-left: 5px solid #fe7418; */
    /* padding-left: 5px; */
}

.service a {
    color: #ffffffb5;
    font-weight: 200;
}

.news-letter h5 {
    color: #fff;
    font-family: 'Megila';
    font-size: 25px;
    /* border-left: 5px solid #fe7418; */
    /* padding-left: 5px; */
}

.news-letter ul li a {
    color: #fff;
    padding-top: 18px;
    font-weight: 200;
}

.news-letter ul li a i {
    padding-right: 14px;
    color: #fe7418;
}

.copy-txt ul {
    display: flex;
    gap: 24px;
    align-items: center;
}

.copy-txt ul li a {
    color: #888888;
    border: 1px solid #888888;
    display: flex;
    height: 40px;
    width: 40px;
    font-size: 18px;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
}

.copy-txt ul li a:hover {
    background: #fe7418;
    color: #eeeeee;
    border: 1px solid #fe7418;
}

.copy-txt1 a {
    width: 120px;
    position: absolute;
    content: '';
    right: 0;
    display: flex;
    background: #fe7418;
    color: #fff;
    height: 90px;
    bottom: 0;
    top: 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 34px;
}

.copy-txt1 p {
    text-align: center;
    color: #fff;
    align-items: center;
    font-size: 12px;
}

.footerSec::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    right: 118px;
    top: 0;
    background: #666e74;
    z-index: 1;
}

.Our_Guests:hover::before {
    width: 100%;
}

.theme-btn {
    position: relative;
    z-index: 2;
    border: 0;
}

.theme-btn::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: #000;
    border-radius: 5px;
    z-index: -1;
    transition: .5s all;
}

.theme-btn:hover::before {
    width: 100%;
    height: 100%;
}

.Our_Guests_slider .slick-prev:hover::before {
    background: #fe7418;
    color: #fff;
}

.Our_Guests_slider .slick-next:hover::before {
    background: #fe7418;
    color: #fff;
}

.work_slider_nav .slick-next:hover::before {
    background: #fe6500;
    color: #fff;
}

.work_slider_nav .slick-prev:hover::before {
    background: #fe6500;
    color: #fff;
}

.Services_slider .slick-next:hover::before {
    background: #fe6500;
    color: #fff;
    border: 1px solid #fe6500;
}

.Services_slider .slick-prev:hover::before {
    background: #fe6500;
    color: #fff;
    border: 1px solid #fe6500;
}

.btn:hover {
    color: #ffffff;
}

.news-letter {
    position: relative;
}

.news-letter::before {
    position: absolute;
    content: '';
    top: 0;
    left: -7px;
    width: 4px;
    height: 21px;
    background: #fe7418;
}

.footer-contact {
    position: relative;
}

.footer-contact::before {
    position: absolute;
    content: '';
    top: 0;
    left: -7px;
    width: 4px;
    height: 29px;
    background: #fe7418;
}

.service {
    position: relative;
}

.service::before {
    position: absolute;
    content: '';
    top: 0;
    left: -7px;
    width: 4px;
    height: 21px;
    background: #fe7418;
}

.foot-links {
    position: relative;
}

.foot-links::before {
    position: absolute;
    content: '';
    top: 0;
    left: -7px;
    width: 4px;
    height: 21px;
    background: #fe7418;
}

html {
    overflow-x: hidden;
}

.Our_Guests:hover * {
    color: #fff;
}

.Book_Appointment_form form button {
    background: #fe7418;
    border: unset;
    width: 136px;
    height: 36px;
    color: #fff;
    font-family: 'Oswald-Demi-BoldItalic';
    font-size: 17px;
}

.carousel-item.inner-banner.active {
    height: 70vh;
}

.vision {
    padding: 30px 0 50px;
}

.vision_img img {
    width: 100%;
    height: 436px;
    object-fit: cover;
}

.vision_text p {
    padding-bottom: 34px;
    font-size: 16px;
}

.vision_text h1 {
    font-weight: 100;
    padding-top: 80px;
}

.vision_img {
    position: relative;
}

.vision_img::before {
    position: absolute;
    content: '';
    top: -15px;
    left: -13px;
    width: 400px;
    height: 468px;
    background: #fe6700;
    z-index: -1;
}

.vision_img.mission::before {
    left: 140px;
}

.contact_sec {
    padding: 90px 0;
}

.contact_detail h1 {
    font-size: 100px;
    font-family: 'Megila';
    line-height: 79px;
}

.contact_detail p {
    font-size: 15px;
    font-family: 'Montserrat-Medium';
}

.contact_detail {
    padding: 50px 0;
}

.contact_card {
    border: 1px solid #fe6500;
    padding: 34px;
    height: 100%;
}

.contact_card h2 {
    font-size: 28px;
    font-family: 'Megila';
    color: #000;
    margin-bottom: 10px;
    padding-top: 13px;
}

.contact_card p {
    font-size: 16px;
    font-family: 'Montserrat-Medium';
    color: #636363;
}

.contact_card p a {
    text-decoration: none;
    color: #636363;
}

.contact_heading h1 {
    font-size: 95px;
    font-family: 'Megila';
    line-height: 100px;
}

.contact_heading p {
    font-size: 15px;
    font-family: 'Montserrat-Medium';
    margin-bottom: 30px;
}

.contact_form input,
.contact_form textarea {
    width: 100%;
    border: 1px solid #979797;
    padding: 12px 20px;
    margin-bottom: 20px;
    font-size: 15px;
    font-family: "montserrat.medium";
    color: #000;
    text-transform: capitalize;
}

.contact_form button {
    background-color: #fe6500;
    color: #fff;
    border: none;
    padding: 15px 38px;
    font-size: 15px;
    font-family: 'Montserrat-Medium';
    border-radius: 5px;
    margin: 0 auto;
    display: block;
    font-weight: 600;
}

.contact_form {
    padding: 0px 0 100px;
}


/* quote-sec */

form.quote-form {
    margin-top: 50px;
}

.quote-form input,
.quote-form select {
    width: 100%;
    height: 50px;
    text-indent: 10px;
    border: 1px solid #d4d4d4;
    margin-bottom: 20px;
    background: transparent;
}

.quote-form .position-relative select {
    margin-bottom: 0px;
    padding: 0px;
    color: #5c5757;
}

.quote-form textarea {
    padding: 10px;
    text-indent: 0px;
    height: 200px;
    width: 100%;
    resize: none;
    border: 1px solid #d4d4d4;
}

.quote-form i {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    color: #ffffff;
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    pointer-events: none;
    background: #fe6500;
}

.quote-form .position-relative {
    margin-bottom: 20px;
    z-index: 2;
}

.quote-form .position-relative input {
    margin-bottom: 0;
}

.quote-form div input[type="date"]::-webkit-calendar-picker-indicator,
.quote-form div input[type="time"]::-webkit-calendar-picker-indicator {
    position: relative;
    z-index: 2;
    width: 60%;
    margin-left: auto;
    height: 100%;
    opacity: 0;
    z-index: 1;
}

.clubj-buttn button {
    color: #ffffff;
    width: 141px;
    height: 44px;
    background: #fe6500;
    border: unset;
    border-radius: 5px;
    font-family: 'Montserrat-Medium';
    font-size: 13px;
}

.clubj-buttn button img {
    border-left: 1px solid #ffa224 !important;
    background: #ffa224 !important;
}

.makeappointment_form {
    padding: 100px 0;
}

.get_a_quote h2 {
    font-size: 75px;
}

.Gallery_Sec {
    padding: 101px 0;
}

.gallery1 img {
    height: 231px;
    width: 445px;
    object-fit: cover;
}

.gallery2 img {
    width: 640px;
    height: 287px;
    object-fit: cover;
}

.gallery_img img {
    width: 100%;
    height: 539px;
}

.gallery2 {
    padding-top: 20px;
}

.Our_Work_Speaks {
    padding-bottom: 50px;
}

.service_sec {
    padding: 100px 0;
}

.services_img1 img {
    width: 87%;
    height: 611px;
    border: 3px solid #fe6500;
    padding: 20px;
    object-fit: cover;
}

.services_img1 {
    position: relative;
    text-align: center;
}

.services_img1::before {
    position: absolute;
    content: '';
    left: -226px;
    width: 290px;
    height: 115px;
    background: #fc6400;
    bottom: 200px;
}

.services_text1 h2 {
    padding-top: 70px;
    font-size: 55px;
    padding-bottom: 5px;
}

.services_text1 p {
    padding-bottom: 25px;
}

.services_text1 li {
    list-style-type: none;
    padding-bottom: 20px;
    align-items: center;
}

.services_text1 li img {
    margin-right: 11px;
}

.services_img1.servis::before {
    left: 93%;
}