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

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 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 500;
    line-height: 1.2;
    font-size: 15px;
}


/***** 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: "big-noodle";
    src: url(../font/big_noodle_titling.ttf);
}

@font-face {
    font-family: "Montserrat";
    src: url(../font/Montserrat-Medium.ttf);
}

@font-face {
    font-family: "roboto";
    src: url(../font/Roboto-Regular.ttf);
}


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

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

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

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 5px 8px;
    padding-left: 20px;
    border-radius: 5px;
    color: #f1bd2c;
    text-transform: capitalize;
    z-index: 1;
    background: #fff;
    position: relative;
    font-family: 'roboto';
    font-size: 15px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.theme_btn img {
    background-color: rgb(231 180 40);
    width: 40px;
    height: 40px;
    object-fit: scale-down;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-3px); }
    20%, 40%, 60%, 80% { transform: translateX(3px); }
}

.topSec .theme_btn {
    animation: shake 1s infinite ease-in-out;
}

.theme_btn.extra {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    margin-left: 30px;
}

.theme_btn.extra img {
    background: #fff;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 0px;
    background-color: #ffff;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #e3b127 !important;
}

.theme_btn:hover::before {
    width: 100%;
}

.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: 'big-noodle';
    font-size: 95px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0px;
}

h2 {
    font-family: 'big-noodle';
    font-size: 55px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0px;
}

h3 {
    font-family: 'big-noodle';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0px;
}

h4 {
    font-family: 'big-noodle';
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0px;
}

h5 {
    font-family: 'big-noodle';
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0px;
}

h6 {
    font-family: 'big-noodle';
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 px;
}

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 */


.topSec {
    background: #f1be2a;
    padding: 10px;
}

.topSec ul li {
    text-align: end;
    font-size: 16px;
}

.topSec ul li a i {
    color: green;
    font-size: 40px;
    transform: rotate(-30deg);
}

.topSec ul {
    display: flex;
    justify-content: end;
    gap: 50px;
}

.topSec ul {
    margin: 0;
}

.topSec ul li a {
    color: #fff;
    font-family: 'roboto';
    font-size: 20px;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: end;
}

.menuSec {
    padding: 0px 0;
    position: absolute;
    width: 100%;
    /* padding-top: 15px; */
    z-index: 1;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
}

.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: #ffff;
    padding: 10px 35px;
    font-size: 15px;
    font-family: 'roboto';
}

.menuSec ul li a:after {
    content: '';
}

.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: #000;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.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;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

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


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

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

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

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

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

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

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

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/*---------------------------------------------------- Banner Section Start ----------------------------------------------------------- */

section.banner-sec {
    background-image: url(../images/banner-background.jpg);
    width: 100%;
    /* height: 100vh; */
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 100px;
    /* overflow: hidden; */
}

.banner_img img {
    padding-top: 120px;
    width: 100%;
}

.banner_text h1 span {
    color: #000;
}

.banner_text h1 {
    margin-bottom: 40px;
}

.banner_text h1 .dis-block {
    line-height: 30px;
    font-size: 68px;
}

.banner_text p {
    color: #fff;
    line-height: 25px;
    font-family: 'roboto';
}

.slick-dots {
    position: absolute;
    left: auto;
    right: -71px;
    margin: auto !important;
    bottom: 0;
    top: 0;
    display: flex;
    width: fit-content;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    transform: rotate(90deg);
    z-index: 2;
    align-items: center;
    justify-content: flex-end;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #ffffff;
    border: 4px solid #fff;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: #fff;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-active {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 0.78;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/*---------------------------------------------------- Banner Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Footer Section Start ------------------------------------------------------------- */

.Footer {
    background: #272727;
    padding: 90px 0px 40px;
}

.Footer .container-fluid {
    padding: 0 5%;
}

h5.f-main {
    font-size: 28px;
    color: #fff;
    margin: 0 0 30px;
    text-transform: uppercase;
    font-family: "big-noodle";
}

.footer-logo p {
    color: #ffffff;
    font-size: 15px;
    line-height: 27px;
    width: 76%;
    font-family: "Roboto";
    letter-spacing: 1px;
}

ul.navgation-f {
    display: block;
    column-count: 2;
}

.ftr-center {
    padding: 0 40px 30px 40px;
    position: relative;
    z-index: 1;
}

.ftr-center::before,
.ftr-center::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #5e5e5e;
    bottom: 0;
    left: -50px;
}

.ftr-center::before {
    left: auto;
    right: 50px;
}

.footer-logo ul li a {
    color: #d2d2d2;
    font-size: 14px;
    line-height: 30px;
    transition: ease-in;
    transition-duration: 0.2s;
    margin: 5px 0;
    font-family: 'roboto';
}

.footer-logo ul li i {
    margin: 0 20px 0 0;
    font-size: 24px;
    color: #fff;
}

ul.navgation-f li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.f-media ul {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 10px;
}

.f-media ul li a {
    border: 1px solid #ffffff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    padding: 10px;
    height: 40px;
    border-radius: 100px;
    color: #ffffff;
    transition: ease-in;
    transition-duration: 0.2s;
}

.f-media ul li a:hover {
    border: 1px solid #0000;
    color: #ffffff;
    background: #f3be20;
    transition: ease-out;
    transition-duration: 0.2s;
}

.footer-btm {
    box-shadow: 0 0 2px 0 #ffffffd1;
    padding: 10px 20px;
    background: #232323;
    position: relative;
}

.copy-right p {
    color: #fff;
    margin: 0;
    font-family: "Bai Jamjuree";
    font-size: 14px;
}

.copy-right {
    display: grid;
    align-content: center;
    justify-content: end;
    height: 100%;
}

.f-card {
    display: grid;
    align-items: center;
    justify-content: end;
    height: 100%;
}

.f-media {
    display: grid;
    align-content: center;
    height: 100%;
}

.footer-logo {
    position: relative;
}

.footer-logo ul li a:hover {
    color: #f3be20;
    transition: ease-out;
    transition-duration: 0.2s;
}

html {
    overflow-x: hidden;
}

.footer-logo.extra.footer-quick-links ul li a {
    font-family: 'Poppins';
}

.footer-logo.extra.footer-quick-links ul li {
    margin-bottom: 12px;
}

.footer-logo ul li i:hover {
    color: #f3be20;
}


/*---------------------------------------------------- Footer Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Testimonial Section Start ------------------------------------------------------------- */

.testimonial-sec {
    position: relative;
    padding: 0 0 50px 0;
}

.testimonial-sec .sec-head h2 {
    font-size: 65px;
}

.test-box-text {
    background-image: url(../images/testi-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 40px;
}

.testi-img img {
    height: 400px;
    object-fit: cover;
    object-position: top;
}

.testi-box {
    background: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    /* box-shadow: 0 0 10px 0 #fff; */
}

.authr-box {
    display: flex;
    align-items: end;
    margin: 0 0 20px;
}

.authr-box>div {
    margin-left: 10px;
}

.test-box-text h4 {
    font-size: 31.61px;
    line-height: 35px;
    font-family: 'big-noodle';
    margin-bottom: 0px;
    padding-top: 12px;
    color: #000000;
    text-transform: uppercase;
}

.test-box-text span {
    font-size: 14px;
    color: #666;
    font-family: 'Roboto';
    line-height: 20px;
    margin: 0;
}

.authr-box img {
    margin-bottom: 30px;
}

.testi-box {
    margin: 0;
}

.authr-box>img {
    width: auto;
    /* filter: brightness(0) saturate(100%) invert(80%) sepia(30%) saturate(812%) hue-rotate(27deg) brightness(94%) contrast(83%); */
}

.testi-slider .slick-list {
    padding: 20px 0;
}

.testi-slider button.slick-arrow {
    transition: 2s all;
    height: calc(84% - 40px);
    width: 24%;
    background-color: #0cd94100 !important;
    border-radius: 0;
    background-blend-mode: overlay;
    background-size: cover !important;
    background-position: center !important;
}

.testi-slider button.slick-prev.slick-arrow {
    left: -240px;
}

.testi-slider button.slick-next.slick-arrow {
    right: -240px;
}

.testi-slider button.slick-prev.slick-arrow:before {
    margin: 0;
    content: '';
    font-family: 'Font Awesome 6 Pro';
    height: 100%;
    background: #dcbb48d4;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}

.testi-slider button.slick-next.slick-arrow:before {
    content: '';
    margin: 0;
    font-family: 'Font Awesome 6 Pro';
    height: 100%;
    background: #dcbb48d4;
    width: 100%;
    left: 0 !important;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}

.testi-slider button.slick-next.slick-arrow:after {
    content: '';
    background-image: url(../images/arrow-testi.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 35%;
    height: 23px;
    position: absolute;
    top: 188px;
    left: 72px;
}

.testi-slider button.slick-prev.slick-arrow:after {
    content: '';
    background-image: url(../images/arrow-testi.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 35%;
    height: 23px;
    position: absolute;
    top: 179px;
    left: 72px;
    transform: rotateY(180deg);
}

.testi-slider .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
    margin: 10px;
}

.testi-slider button.slick-arrow:before {
    color: #fff;
    font-size: 30px;
    opacity: 1;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-left: 65px;
}

.testi-slider button.slick-arrow:hover:before {
    color: #fff;
    transition: 0.5s ease-in-out;
}

.testi-slider button.slick-next.slick-arrow:before {
    right: 50px;
    position: absolute;
    left: auto;
}

.testi-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #0c7f7d;
    font-size: 16px;
}

.testi-slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'Ã¢â‚¬Â¢';
    text-align: center;
    opacity: 1;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.testi-slider .slick-dots {
    position: absolute;
    bottom: -55px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.testi-slider-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    /* padding-right: 40px; */
    border-radius: 0;
    position: relative;
    z-index: 2;
    transition: 1s ease-in-out;
    background: #ffff;
    box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.09);
    margin: 30px auto;
    width: 100%;
}

.testi-slider-box:hover {
    transition: 1s ease-in-out;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
}

.testi-slider-box .col-lg-8 {
    position: relative;
    z-index: 1;
}

ul.tidti-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonial-sec .sec-head h2 {
    color: #000000;
    font-size: 93.53px;
    margin: 0;
}

.sec-head p {
    color: #8d8d8d;
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
    font-family: 'roboto';
    line-height: 25px;
}

ul.star {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.test-box-text ul.star i {
    color: #f3be20;
}

.test-box-text p {
    font-size: 14px;
    color: #8a8a8a;
    font-family: "Montserrat";
    line-height: 25px;
}

.testimonial-sec .sec-head {
    margin: auto;
    text-align: center;
}


/*---------------------------------------------------- Testimonial Section End ------------------------------------------------------------- */


/*---------------------------------------------------- About Section Start ------------------------------------------------------------- */

.about-text h2 {
    font-size: 98.98px;
    color: #161616;
    margin-bottom: 30px;
}

.about-text h2 .dis-block {
    color: #f1bd2c;
    line-height: 80px;
}

.about-text strong {
    font-size: 15px;
    font-family: 'roboto';
    line-height: 25px;
    font-weight: 500;
    color: #000;
}

.about-text p {
    font-size: 15px;
    font-family: 'roboto';
    margin: 20px 0;
    line-height: 25px;
    color: #00000099;
}

.about-img img {
    width: 93%;
    height: 610px;
    object-fit: cover;
    border-radius: 15px;
}

.about-text {
    margin-top: 15px;
}

a.theme_btn.extra.i {
    background: #f1bd2c;
    border: unset;
    margin: 0;
}

section.about-sec {
    margin-bottom: 100px;
}


/* INNER PAGE ABOUT US START */

.about-inner-last p {
    font-size: 14.7px;
    font-family: 'roboto';
    line-height: 26px;
    color: #00000099;
}

.about-img.iner img {
    height: 480px;
}


/* INNER PAGE ABOUT US END */


/*---------------------------------------------------- About Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Service Section Start ------------------------------------------------------------- */


/* slieder  */

.row-custom {
    display: flex;
    /* margin: 0 -15px; */
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 100px;
}

.col-custom {
    position: relative;
    flex: 1;
    width: 176px;
    height: 470px;
    margin: 10px;
    padding: 48px 20px 0 20px;
    transition: 0.5s;
    cursor: pointer;
    overflow: hidden;
    background: #171717;
    border-radius: 10px;
}

.col-custom::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border-radius: 10px;
    height: 100%;
    width: 100%;
    /* opacity: 1; */
    /* visibility: hidden; */
    /* transition: all 0.3s ease-in-out; */
    background: #f2bd20ad;
}

.col-custom.active:before {
    display: none;
}

.tp-panel-content {
    text-align: center;
    display: inline-flex;
}

.tp-panel-content img {
    width: 55px;
    height: 65px;
    object-fit: contain;
}

.tp-panel-title {
    /* width: 360px; */
    /* transform: rotate(180deg) translate(273px, -130px); */
    font-size: 36px;
    writing-mode: vertical-lr;
    color: #fff;
    margin-bottom: 0;
    font-family: "big-noodle";
    position: relative;
    text-align: start;
    /* text-align: left; */
    writing-mode: sideways-lr;
    height: 70%;
}

.content {
    padding-left: 130px;
    margin-top: 90px;
}

.tp-panel-item-2 {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    transform: scale(0.7);
    width: 320px;
}

.tp-panel-content-2 .tp-panel-shape {
    position: absolute;
    bottom: -85px;
    left: -50px;
    z-index: -1;
}

.tp-panel-content-2 .tp-panel-icon {
    margin-bottom: 10px;
}

.tp-panel-icon img {
    width: 65px;
    height: 65px;
    filter: invert(1);
}

.tp-panel-title-2 {
    /* font-weight: 600; */
    font-size: 31px;
    color: var(--tp-common-white);
    margin-bottom: 10px;
}

.tp-panel-content-2 p {
    font-weight: 400;
    font-size: 14px;
    color: var(--tp-common-white);
    margin-bottom: 10px;
    line-height: 1.6;
}

.col-custom.active {
    flex: 4;
    background-position: unset;
}

.col-custom.active::before {
    visibility: visible;
    opacity: 1;
}

.col-custom.active .tp-panel-item {
    display: none;
}

.col-custom.active .tp-panel-item-2 {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}


/* slieder  */


/* images bg */

div#img1 {
    background-image: url("../images/service-1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: 100% 100%; */
    width: 100%;
    height: 590px;
    position: relative;
    z-index: 1;
    background-position: -328px 0px;
}

div#img1.active {
    background-position: 0px 0px;
}

.colIMg2 {
    background-image: url("../images/service-2.jpg") !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    width: 100%;
    height: 590px;
    background-position: -108px 0px;
}

.colIMg3 {
    background-image: url("../images/service-3.jpg") !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    width: 100%;
    height: 590px;
    background-position: -488px 0px;
}

.colIMg4 {
    background-image: url("../images/service-4.jpg") !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    width: 100%;
    height: 590px;
}

.colIMg5 {
    background-image: url("../images/service-5.jpg") !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    width: 100%;
    height: 590px;
    background-position: -408px 0px;
}

.col-custom:nth-child(1)::before {
    /* content: url("../images/slidebig.png"); */
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.col-custom.colIMg2 .active {
    background-image: url("../images/service-4.jpg") !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

.tp-panel-content-2 {
    position: absolute;
    transform: translate(7%, 193%);
    width: 490px;
}

.tp-panel-content-2 h6.numb {
    float: right;
    margin: 0px;
    position: absolute;
    right: -15%;
    bottom: 3%;
    color: #fff;
    font-size: 40px;
    line-height: 50px;
}

.col-custom.active::after {
    position: absolute;
    content: url("../images/shade.png");
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    z-index: -1;
    background: linear-gradient(350deg, rgba(0, 0, 0, 1) 5%, rgb(0 0 0 / 25%) 80%);
}

.tp-panel-content-2 h4 {
    color: #fff;
}

section.services .container-fluid {
    padding: 0 3%;
}

.tp-panel-content-2 p {
    color: #ffffff9c;
    font-size: 14px;
    margin-bottom: 22px;
}


/* images bg */

.service-head {
    text-align: center;
}

.service-head h2 {
    font-size: 93.53px;
    background: #f7f7f7;
}

section.service-head-main {
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}

section.services {
    margin-bottom: 150px;
}

.last-ser {
    margin-top: 20px;
}


/*---------------------------------------------------- Service Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Contact Section Start ------------------------------------------------------------- */

section.contact-sec {
    background-image: url(../images/contact-back.jpg);
    width: 100%;
    height: 620px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 100px;
    position: relative;
}

.contact-form {
    background: #fff;
    padding: 30px 120px 30px 60px;
    width: 46%;
    height: 540px;
    position: absolute;
    top: 40px;
    right: 0;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}

.contact-form form {
    display: grid;
    gap: 10px;
    margin-bottom: 20px;
}

.contact-form h3 {
    font-size: 52.36px;
    margin-bottom: 20px;
}

.contact-form form input {
    border: 1px solid #00000029;
    border-radius: 10px;
    padding: 15px;
    font-family: 'Montserrat';
}

.contact-form form textarea {
    border: 1px solid #00000029;
    border-radius: 10px;
    padding: 15px;
    height: 120px;
    font-family: 'Montserrat';
}


/*---------------------------------------------------- Contact Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Book Section Start ------------------------------------------------------------- */

section.book-sec {
    margin-bottom: 100px;
    position: relative;
}

section.book-sec:before {
    content: '';
    position: absolute;
    top: 110px;
    left: 25px;
    right: 0;
    margin: 0;
    height: 480px;
    width: 96.7%;
    background: #efb81d;
    z-index: -1;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.book-img {
    display: flex;
    gap: 10px;
}

.book-text h2 {
    font-size: 85.18px;
    color: #fff;
    line-height: 90px;
    margin-bottom: 10px;
}

.book-text p {
    color: #fff;
    line-height: 25px;
    font-size: 14px;
}

section.book-sec .row {
    align-items: center;
}

img.book-2 {
    margin-top: 70px;
}

.book-img img {
    height: 650px;
    width: 100%;
    object-fit: cover;
}

.img-google-app img {
    width: 33%;
    height: auto;
    object-fit: scale-down;
}


/*---------------------------------------------------- Book Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Contact Inner Section Start ----------------------------------------------------------- */

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

.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: 15px;
    line-height: 25px;
    color: #636363;
    margin: 0;
    font-weight: 400;
    margin-bottom: 0;
    display: block;
    font-family: "Roboto";
    width: 70%;
    margin: 0 auto;
}

.contact_detail_box {
    padding: 40px 20px;
    /* background-color: #f5f5f5; */
    transition: 0.5s;
    border: 1px solid #f8b03e;
    height: 250px;
}

.contact_detail_box:hover img {
    filter: brightness(0) invert(1);
}

.contact_detail_box:hover h4 {
    color: #fff;
}

.contact_detail_box:hover p {
    color: #fff;
}

.contact_detail_box:hover {
    background: #f8b03e;
    transform: translate(0px, -2px);
}

.contact_form {
    padding-bottom: 7%;
}

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

.btn_wrap button:hover {
    background-color: transparent;
    border: 1px solid #24483e;
    color: #24483e;
    transition: 0.5s;
}

.contact_page {
    padding-bottom: 100px;
}

.contact_form input {
    height: 52px;
    width: 100%;
    border: 2px solid #e4e4e4;
    margin-bottom: 25px;
    border-radius: 0;
    padding: 0 15px;
    /* background: #fbfbfb; */
}


/* 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 {
    width: 100%;
    height: 167px;
    margin-bottom: 30px;
    width: 100%;
    border: 2px solid #e4e4e4;
    border-radius: 0;
    padding: 15px 15px;
    /* background: #fbfbfb; */
    resize: none;
}

.btn_wrap button {
    border: 0;
    background: transparent;
    color: #f8af3c;
    font-weight: 600;
}

.btn_wrap i {
    color: #f8af3c;
}

.btn_wrap button.btn-2:before {
    background: #f8af3c;
}

.btn_wrap button:hover i {
    color: #fff;
}

.btn_wrap button:hover {
    color: #fff;
    border: 0;
}

.section_head {
    margin-bottom: 40px;
}

.section_head p {
    width: 70%;
    margin: 0 auto;
    font-weight: 400;
    font-size: 15px;
    color: #636363;
    font-family: "Roboto";
}

.section_head h3 {
    color: #003d4d;
    font-size: 70px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 85px;
    text-transform: none;
    text-transform: uppercase;
}

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

.contact_detail_box p span {
    display: block;
}

.contact_page h4 {
    color: #f0bc2b;
    font-size: 30px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: none;
}

.btn_wrap {
    text-align: center;
}

.contact_detail_box a {
    display: block;
    font-size: 16px !important;
}

section.banner-sec.inner .row {
    padding-top: 160px;
    text-align: center;
}

section.banner-sec.inner {
    height: 70vh;
}

section.banner-sec.inner h1 {
    font-size: 120.56px;
    margin-bottom: 10px;
    line-height: 100px;
}

section.banner-sec.inner .banner_text {
    padding-top: 30px;
}

section.banner-sec.inner p {
    color: #fff;
    width: 47%;
    margin: 0 auto;
    font-family: 'roboto';
    line-height: 23px;
    font-size: 15px;
}


/*---------------------------------------------------- Contact Inner Section End ----------------------------------------------------------- */


/*---------------------------------------------------- Why Choose Section Start ----------------------------------------------------------- */

section.why-choose-sec {
    margin-bottom: 100px;
}

.why-choose-text h2 {
    font-size: 98.98px;
    color: #222222;
    margin-bottom: 20px;
}

.why-choose-text strong {
    font-family: 'roboto';
    font-size: 15px;
    line-height: 25px;
}

.why-choose-text p {
    font-size: 15px;
    font-family: 'roboto';
    line-height: 25px;
    color: #000000b0;
}

.why-choose-img img {
    width: 90%;
    height: 520px;
    object-fit: cover;
    float: inline-end;
}

.why-choose-inner-last p {
    font-size: 15px;
    font-family: 'roboto';
    line-height: 25px;
    color: #000000c9;
}

.why-choose-inner-last {
    margin-top: 60px;
}

.why-choose-inner-last h2 {
    margin-bottom: 30px;
    color: #000;
    font-size: 80px;
    text-align: center;
}

.why-choose-inner-last p {
    font-size: 15px;
}

.why-choose-text {
    margin-top: 30px;
}


/*---------------------------------------------------- Why Choose Section End ----------------------------------------------------------- */


/* ------------------------------------------------- Service Section Inner Start -------------------------------------------------------- */

section.service-sec-inner {
    margin-bottom: 150px;
}

section.service-sec-inner .row {
    margin-bottom: 60px;
    align-items: center;
}

.service-iner-img-left img {
    height: 455.41px;
    width: 100%;
    position: relative;
    object-fit: cover;
    z-index: 1;
    border-radius: 15px;
}

.service-iner-img-Right img {
    height: 455.41px;
    width: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
    border-radius: 15px;
}

.service-iner-text-left {
    border: 7px solid #efc02e;
    border-radius: 12px;
    padding: 20px;
    background: #fff;
    margin-left: -130px;
    position: relative;
    /* z-index: -1; */
}

.service-iner-text-left .inner-main {
    background: #fff;
    border-radius: 12px;
    padding: 50px 60px;
    position: relative;
    z-index: 2;
}

.service-iner-text-left .inner-main h5 {
    font-family: "Montserrat";
    font-size: 22.94px;
    margin-bottom: 17px;
    text-transform: uppercase;
}

.service-iner-text-left .inner-main p {
    font-family: 'roboto';
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}

.service-iner-text-Right {
    border: 8px solid #f3be20;
    border-radius: 12px;
    padding: 20px;
    background: #fff;
    margin-right: -130px;
    position: relative;
    /* z-index: -1; */
}

.service-iner-text-Right .inner-main {
    background: #fff;
    border-radius: 12px;
    padding: 40px 40px;
    position: relative;
    z-index: 2;
    text-align: right;
    /* height: 420px; */
}

.service-iner-text-Right .inner-main h5 {
    font-family: "Montserrat";
    font-size: 22.94px;
    margin-bottom: 17px;
    text-transform: uppercase;
}

.service-iner-text-Right .inner-main p {
    font-family: 'roboto';
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}


/* Service Detail Section Inner Start  */

.service-iner-img-Right.detl img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
}

.service-iner-text-Right.detl .inner-main.detl {
    padding: 40px 50px 30px 20px;
}

.service-detail-iner-1 h3 {
    font-family: 'Montserrat';
    text-transform: uppercase;
    color: #393939;
    font-size: 26px;
    margin-bottom: 30px;
}

.txt-detail-iner-1 ul li p {
    font-family: 'roboto';
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.5px;
}

.txt-detail-iner-1 ul li p strong {
    font-size: 15px;
    font-weight: 600;
    font-family: 'Montserrat';
}

.txt-detail-iner-1 p.cls {
    padding-top: 20px;
    line-height: 25px;
}

.txt-detail-iner-1 p {
    font-size: 15px;
    font-family: 'Montserrat';
}


/* Service Detail Section Inner End  */


/* ------------------------------------------------- Service Section Inner End -------------------------------------------------------- */


/* ----------------------------------------------------- Book Section Start ------------------------------------------------------------ */

section.book-section {
    margin-bottom: 130px;
}

section.book-section .book-header {
    text-align: center;
    margin-bottom: 30px;
}

section.book-section .book-header h2 {
    font-size: 83.62px;
}

section.book-section .book-header p {
    width: 54%;
    margin: 0 auto;
    line-height: 25px;
    font-size: 15px;
    font-family: 'roboto';
}

.form-section {
    margin-bottom: 20px;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.form-group {
    display: flex;
    flex-direction: column;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
}

.form-group.full-width {
    width: 100%;
    margin-right: 0;
}

.form-group label {
    font-weight: bold;
    margin-bottom: 5px;
}

.form-group input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 60px;
}

.form-group input::placeholder {
    text-transform: uppercase;
    font-family: "Montserrat";
    font-size: 14px;
    padding-left: 10px;
    color: #494949ab;
}

.form-group textarea::placeholder {
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-size: 14px;
    padding-left: 10px;
    color: #494949ab;
}

.form-group textarea {
    resize: vertical;
    height: 160px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
}

.form-group:nth-child(2n) {
    margin-right: 0;
}

form.booking-form h5 {
    margin-bottom: 15px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 15px;
    color: #000;
    font-weight: 400;
}

.book-section button.theme_btn {
    border: unset;
    background: #f3be20;
    color: #fff;
    width: 13%;
    margin: 0 auto;
}

.book-section button.theme_btn .image-btn {
    background: #fff !important;
}

.theme_btn.extra:hover .image-btn {
    background: #efc02e !important;
}

.theme_btn.extra:hover .image-btn img {
    background: unset;
    filter: brightness(7.5);
}

.tp-panel-item {
    width: fit-content;
    margin: auto;
}

.contact-form button.theme_btn.extra.i {
    margin-left: 0;
    color: #e3b127;
}

.col-custom {
    position: relative;
    z-index: 1;
}


/* ------------------------------------------------------- Book Section End ------------------------------------------------------------ */



