@import url('https://fonts.googleapis.com/css2?family=Anton&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

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

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

a {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #ffffff;
}

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

/***** 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: "Anton", sans-serif;
    font-size: 65px;
    color: #ffffff;
    font-weight: 400;
    margin: 0 0 10px;
    text-transform: inherit;
}

h2 {
    font-family: "Anton", sans-serif;
    font-size: 45px;
    color: #000;
    font-weight: 400 !important;
    margin: 0 0 10px;
    text-transform: uppercase;
}

h3 {
    font-family: "Anton", sans-serif;
    font-size: 30px;
    color: #ffffff;
    font-weight: 400;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h4 {
    font-family: "Anton", sans-serif;
    font-size: 25px;
    color: #b2b2b2;
    font-weight: 400;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h5 {
    font-family: "Anton", sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h6 {
    font-family: "Anton", sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: uppercase;
}

p {
    color: #000;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    margin: 0px;
    line-height: 2;
    opacity: 0.7;
}

/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

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

.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: 10px 5px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
}

.menuSec ul li a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    z-index: 1;
}

.menuSec ul li a:hover::after,
.menuSec ul li a.active::after {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    width: 100%;
}

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

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

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

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

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

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

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

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

.menuSec ul:after {
    clear: both;
}

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

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

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

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

/*header css start */

/*banner css start */

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


.themebtn {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px 30px;
    text-align: center;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: color 0.3s ease, border 0.3s ease;
    background: #ffff;
}

.themebtn::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: #000;
    z-index: -1;
    transition: height 0.4s ease;
}

.themebtn:hover::before {
    height: 100%;

}

.headerbtn {
    text-align: end;
}

.bnr_bg img {
    width: 100%;
    object-fit: cover;
    height: 920px;
    position: sticky;
    object-position: top;
}

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

.bnr_a {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 15px;
    text-decoration: underline;
    transition: all ease-in .3s;
}

.bnr_a:hover {
    color: #fff;
    text-decoration: underline;
}

.bnr_avatars {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin: 30px 0 0;
}

.bnr_avatars span {
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
}

.bnr_star i {
    color: #ffa200;
    font-size: 10px;
}

.main_slider {
    position: relative;
}

.menuSection {
    width: 100%;
    z-index: 99;
    padding-top: 10px;
    background: #000;
}

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

.banner_text>p {
    color: #ffff;
    margin: 10px 0 20px;
    width: 85%;
    font-size: 16px;
    line-height: 2;
}

.d_block {
    display: block;
}

.bnr_avatars p {
    color: #ccb4ad;
}

.fffd {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

/* about */

.abt {
    padding: 70px 0;
}

.abt img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
    object-position: top;
}

.abt_txt {
    background-color: #ffff;
    padding: 20px 0;
    border-radius: 10px;
    margin-left: 0;
    margin-top: 10px;
}

.themebtn2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    background: transparent;
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px 30px;
    text-align: center;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: color 0.3s ease, border 0.3s ease;
}

.themebtn2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: #ffffff;
    z-index: -1;
    transition: height 0.4s ease;
}

.themebtn2:hover::before {
    height: 100%;
}

.abt_txt p {
    margin-bottom: 20px;
    width: 100%;
    color: #000;
}

/* about */

/* Testimonial Section Start */

.testimonial-sec {
    position: relative;
    padding: 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: 30px 20px 40px 20px;
    background: #b87540;
    border-radius: 0 10px 0px 0;
}

.testi-img {
    border-left: navajowhite;
    position: relative;
}

.testi-img img {
    height: 430px;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;
}

.testi-box {
    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;
}

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

}

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

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

.testi-box {
    margin: 0;
}

.authr-box>img {
    width: auto;
}

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

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

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

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

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

.testi-slider button.slick-arrow:before {
    background: none;
}

.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 {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    border-radius: 0;
    position: relative;
    z-index: 2;
    transition: 1s ease-in-out;
    border-radius: 40px;
    margin: 0 auto;
    width: 86%;
}

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

section.testimonial-sec .top-heading {
    margin-bottom: 10px;
}

.test-main-box button {
    width: 60px;
    height: 100px;
    border: navajowhite;
    background: #b18e46;
    position: absolute;
    bottom: 90px;
    z-index: 1;
    border-radius: 0 0px 0px 0;
}

.test-main-box {
    position: relative;
    margin: 50px 0;
}

.test-main-box button img {
    object-fit: scale-down;
}

button.prev-slide1 {
    border-radius: 0px 0 0 0px;
}

.test-main-box button {
    width: 60px;
    height: 130px;
    border: #bd773b;
    background: #bd773b;
    border-radius: 10px 0px 0px 10px;
}

.test-main-box button.prev-slide1 {
    left: -2px;
}

.test-main-box button img {
    object-fit: scale-down;
}

button.next-slide1 {
    right: 0px;
    width: 60px;
    border-radius: 0px 10px 10px 0px;
    border: #713d28;
    background: #713d28;
    bottom: 74px;
}

button.prev-slide1 img {
    transform: rotate(357deg);
}

/* .testi-img::before {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 100%;
    height: 126px;
    background: #412e1a78;
    content: '';
} */
.test-box-text h3 {
    font-size: 35px;
}

.test-box-text span {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}

.tstiraing i {
    color: #ffffff;
}

.test-box-text p {
    font-size: 14px;
    color: #ebd6c5;
    margin: 20px 0;
}

.slick-prev:before,
.slick-next:before {
    color: black;
    display: none;
}

.slick-prev:before {
    content: '';
}

section.testi-sec {
    padding-bottom: 100px;
}

button.prev-slide1 img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.testheading {
    text-align: center;
}

.testheading p {
    width: 60%;
    margin: 0 auto;
}

/* Testimonial Section End */

/* contact */

.contact {
    padding: 0 0 120px;
}

.contact form input,
.contact form textarea {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #d6d6d6;
    color: #000;
    border-radius: 7px;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
}

.contact form textarea {
    height: 170px;
    resize: none;
}

.contact form input::placeholder,
.contact form textarea::placeholder {
    color: #adadad;
}

.contact_txt img {
    border-radius: 10px;
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: top;
}

.contact_txt p {
    margin-bottom: 20px;
}

.contact_txt {
    padding: 0 20px;
}

/* contact */

/* footer */

.footerSec {
    padding-top: 70px;
    background-color: #000;
}

.ftr_links h3 {
    margin-bottom: 40px;
}

.ftr_links ul li a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 40px;
    transition: all ease-in .3s;
}

.ftr_links ul li a:hover {
    color: #ffff;
    transform: translateX(10px);
}

.ftr_links ul {
    column-count: 1;
    display: flex;
    justify-content: space-between;
}

.ftr_links {
    padding: 0px;
}

.newsletter p {
    margin: 20px 0 20px;
    color: #ffff;
    width: 69%;
}

.newsletter form {
    position: relative;
    padding-bottom: 50px;
}

.newsletter form input {
    width: 100%;
    background-color: #ffff;
    padding: 20px 30px;
    border-radius: 50px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    border: none;
    margin-bottom: 20px;
}

.newsletter form input::placeholder {
    color: #000;
    text-transform: uppercase;
}

.newsletter form button {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
    border-radius: 50px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 50px;
    background-color: #000;
    font-family: "Montserrat", sans-serif;
    border: none;
    transition: all ease-in .3s;
}

.newsletter form button:hover {
    color: #fff;
    background-color: #000;
}

.socials {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0px 30px 70px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

.soc_icons a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    width: 45px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 50%;
    transition: all ease-in .3s;
}

.soc_icons a:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #000000;
}

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

.newsletter {
    padding-left: 70px;
    border-left: 1px solid #fff;
    padding-top: 30px;
}

.footer-btm .row {
    border-top: 1px solid #fff;
}

.copy-txt p {
    padding: 30px 0;
    text-align: center;
    color: #ffffff;
}

/* footer */

/* watch live performaces */

.live_performance {
    padding-bottom: 120px;
}

.live_performance_btm .container-fluid {
    /* padding: 0; */
}

.live_video_box {
    background-color: #000;
    text-align: center;
}

.live_video_box_sm img {
    height: 580px;
    width: 100%;
    object-fit: cover;
    border-left: 0;
    border-right: 0;
}

.live_video_box_sm {
    position: relative;
}

.live_video_box_sm::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #00000073;
    top: 0;
    left: 0;
}

.live_video_box_sm a {
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 17px;
    background: #ffffffe0;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.live_video_box_sm a::before,
.live_video_box_sm a::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background: #ffffff;
    top: 0;
    left: 0;
    z-index: -1;
    animation: pulse 2s infinite ease-out;
}

.live_video_box_sm a::after {
    animation-delay: .8s;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }

    100% {
        transform: scale(2.2);
        opacity: 0;
    }
}

.live_performance_btm .nav {
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
}


.tabs_btns h4 {
    font-size: 25px;
    text-align: start;
}


.tabs_btns {
    position: relative;
}

.tabs_btns span {
    position: absolute;
    top: -80px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid #cdcdcd;
    color: #7f7f7f;
    background-color: #ffffff;
    font-family: "Anton", sans-serif;
    z-index: 3;
}

.live_performance_btm .nav>li {
    width: 100%;
    height: 25%;
    position: relative;
    z-index: 55;
}

.live_performance_btm .nav>li>button {
    height: 100%;
    width: 100%;
    padding: 0px 70px;
    border: 1px solid #cccccc !important;
    border-left: 0 !important;
    border-right: 0 !important;
    background: #ffffff;
}

.live_performance_btm .nav-tabs .nav-link.active {
    background: url(../images/tabs-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 10px 10px;
}

.live_performance_btm .nav-tabs .nav-link.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* z-index: 1; */
    background: #bd773bd6;
    border-radius: 10px 10px;
}

.live_performance_btm .nav-tabs .nav-link.active .tabs_btns h4 {
    position: relative;
    z-index: 2;
    color: #ffffff;
}

.live_performance_btm .nav-tabs .nav-link.active .tabs_btns span {
    border: 3px solid #ffffff;
    color: #ffffff;
    background-color: #ac6c3d;
}

.live_performance_btm .nav-tabs .nav-link.active::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 40%;
    right: -20px;
    z-index: 99;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #a86a41;
}

/* watch live performaces */

/* inner pages start*/

/* inner banner */

.inr_bnr_bg img {
    width: 100%;
    object-fit: cover;
    height: 450px;
}

.inr_banner_text h1 {
    margin-top: 10px;
}

/* inner banner */

/* about page */

.abt_p p {
    margin-bottom: 20px;
}

.abt_p {
    margin-top: -20px;
}

/* about page */

/* show reels page */

.showreels {
    padding: 70px 0;
}

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

.showreels_heading p {
    width: 65%;
    margin: 0 auto;
}

.showreels_sm {
    position: relative;
    margin-bottom: 0;
    width: 49%;
}

.showreels_sm::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #00000073;
    top: 0;
    left: 0;
}

.showreels_sm img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.showreels_sm a {
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 17px;
    background: #ffffffe0;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.showreels_sm a::before,
.showreels_sm a::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background: #ffffff;
    top: 0;
    left: 0;
    z-index: -1;
    animation: pulse 2s infinite ease-out;
}

.showreels_sm a::after {
    animation-delay: .8s;
}

/* show reels page */

/* contact us page*/

.inr_contact {
    padding: 120px 0;
}

/* contact us */

/* reviews page */


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

.reviews_heading h2 {
    margin-bottom: 10px;
}

.reviews_heading p {
    width: 60%;
    margin: 0 auto;
}

.avatar ul li h3 {
    font-size: 20px;
    color: #4e4e4e;
    font-weight: 400;
}

.avatar ul li p {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}

.stars i {
    color: #fe8900;
    transition: color 0.3s ease-in;
}

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

.avatar {
    padding: 0 0 0 30px;
    margin-top: 10px;
}

.stars {
    margin-top: 20px;
    margin-bottom: 20px;
}

.review_txt {
    padding: 40px 20px 20px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    transition: background-color 0.3s ease-in;
    box-shadow: 0 0 16px 0 #00000038;
}

.review_txt::after {
    content: '\f10d';
    position: absolute;
    background-color: #ffffff;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: #000;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    z-index: 1;
    top: -20px;
    left: 20px;
    transition: all ease-in 0.3s;
    border: 1px solid #00000033;
}

.review_txt p {
    transition: color 0.3s ease-in;
    font-size: 13px;
}

.box {
    margin-bottom: 40px;
    transition: all ease-in 0.3s;
}

.box:hover .review_txt::after {
    background-color: #000;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.box:hover .review_txt::before {
    opacity: 1;
}

.box:hover .review_txt {
    background-color: #000;
}

.box:hover .review_txt p {
    color: #ffffff;
}

.review_slider .slick-slide {
    opacity: 1;
}

.avatar ul li img {
    height: 60px;
    width: 60px;
    object-fit: cover;
    transition: border 0.3s ease-in;
}

.review_slider .slick-track {
    margin-top: 50px;
}

.reviews {
    padding-bottom: 120px;
}

.inr_testi {
    padding: 80px 0 60px 0;
}

.review_heading {
    text-align: center;
    margin-bottom: 60px;
}

.review_heading p {
    margin: 0 auto;
    width: 54%;
}

/* reviews page */

.gallery-sec .gallery-box img {
    height: 250px;
    object-fit: cover;
}

.gallery-sec .slick-slide {
    opacity: 1;
}

/* inner pages end */


html,
body {
    overflow-x: hidden;
}


/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {
    .live_performance_btm .nav {
        flex-direction: column !important;
        align-items: flex-start !important;
        height: 100% !important;
    }

    .live_performance_btm .nav>li {
        width: 100% !important;
        height: 25% !important;
    }

    .live_performance_btm .nav>li>button {
        padding: 0px 70px !important;
    }

    .tabs_btns span {
        top: -80px !important;
        left: 0 !important;
        height: 50px !important;
        width: 50px !important;
    }
}

@media only screen and (min-width: 1291px) and (max-width: 1365px) {
    .live_performance_btm .nav {
        flex-direction: column !important;
        align-items: flex-start !important;
        height: 100% !important;
    }

    .live_performance_btm .nav>li {
        width: 100% !important;
        height: 25% !important;
    }

    .live_performance_btm .nav>li>button {
        padding: 0px 70px !important;
    }

    .tabs_btns span {
        top: -80px !important;
        left: 0 !important;
        height: 50px !important;
        width: 50px !important;
    }

    .menuSection .row>div:nth-child(1) {
        order: 1;
        width: 20%;
    }

    .menuSection .row>div:nth-child(3) {
        order: 2;
        width: 30%;
    }

    .menuSection .row>div:nth-child(2) {
        order: 2;
        width: 50%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1290px) {
    img.custom-logo {
        width: 70% !important;
    }

    .themebtn {
        font-size: 12px;
        padding: 12px 16px;
    }

    .menuSection .row>div:nth-child(1) {
        order: 1;
        width: 20%;
    }

    .menuSection .row>div:nth-child(3) {
        order: 2;
        width: 30%;
    }

    .menuSection .row>div:nth-child(2) {
        order: 2;
        width: 50%;
    }

    .menuSec ul li a {
        font-size: 12px;
    }

    .headerbtn {
        display: flex;
        justify-content: end;
    }

    .main_slider .col-lg-6 {
        width: 60%;
    }

    h2 {
        font-size: 37px;
    }

    .abt_txt p {
        width: 100%;
    }

    .abt {
        padding: 100px 0;
    }

    .live_performance_btm .nav {
        flex-direction: column !important;
        align-items: flex-start !important;
        height: 100% !important;
    }

    .live_performance_btm .nav>li {
        width: 100% !important;
        height: 25% !important;
    }

    .live_performance_btm .nav>li>button {
        padding: 0px 70px !important;
    }

    .tabs_btns span {
        top: -80px !important;
        left: 0 !important;
        height: 50px !important;
        width: 50px !important;
    }

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

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

    .test-main-box button.prev-slide1 {
        left: -17px;
    }

    button.next-slide1 {
        right: -15px;
    }

    .abt_p p {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .inr_testi .col-lg-3 {
        flex: 0 0 auto;
        width: 50%;
    }

    h1 {
        font-size: 47px;
    }


}

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


    .menuSection .row>div:nth-child(1) {
        order: 1;
        width: 50%;
    }

    .menuSection .row>div:nth-child(3) {
        order: 2;
        width: 50%;
    }

    .menuSection .row>div:nth-child(2) {
        order: 3;
        width: 100%;
    }

    .menuSec ul li a {
        font-size: 12px;
    }

    .menuSection {
        position: unset;
        background: #b87540;
    }

    .themebtn {
        font-size: 12px;
        padding: 10px 10px;
        border-radius: 5px;
    }


    .main_slider .col-md-4 {
        width: 100%;
    }

    .bnr_bg img {
        height: 700px;
    }

    h1 {
        font-size: 50px;
    }


    .abt .col-lg-7 {
        width: 50%;
    }

    .abt .col-lg-5 {
        width: 50%;
    }

    h2 {
        font-size: 40px;
    }

    .abt_txt {
        padding: 20px;
        border-radius: 10px;
        margin-left: -50%;
        margin-top: 10%;
    }

    .abt img {
        height: 400px;

    }

    .abt {
        padding: 70px 0;
    }

    .abt_txt p {
        width: 100%;
    }

    .live_performance {
        padding-bottom: 70px;
    }


    .testheading p {
        width: 70%;
    }


    .testi-img img {
        height: 330px;
    }

    .test-main-box button.prev-slide1 {
        left: -20px;
    }

    button.next-slide1 {
        right: -20px;
    }

    section.testi-sec {
        padding-bottom: 60px;
    }

    .contact .col-lg-4 {
        width: 50%;
    }

    .contact .col-lg-8 {
        width: 50%;
    }

    .contact {
        padding: 0 0 70px;
    }

    .ftr_links {
        padding: 0 0px;
    }

    .ftr_links h3 {
        margin-bottom: 30px;
    }

    .ftr_links ul li a {
        margin-bottom: 30px;
    }

    .newsletter {
        padding-left: 40px;
    }

    .newsletter p {
        width: 100%;
    }

    .socials {
        padding: 20px 0px 20px 40px;
    }

    .newsletter form {
        padding-bottom: 30px;
    }

    .ftr_links ul {
        column-count: 1;
    }

    .live_video_box_sm img {
        height: 500px;
    }


}

@media only screen and (min-width: 520px) and (max-width: 767px) {

    .header-logo img {
        width: 30% !important;
    }

    .menuSection .col-sm-4 {
        width: 100%;
    }

    .header-logo {
        text-align: center;
    }

    .headerbtn {
        text-align: center;
    }


    .menuSection {
        position: unset;
        background: #bd773b;
    }


    .themebtn {
        font-size: 12px;
        padding: 10px 20px;
        border-radius: 5px;
    }

    .themebtn2 {
        font-size: 12px;
        padding: 10px 20px;
        border-radius: 5px;
    }


    h1 {
        font-size: 35px;
        margin: 0 0 5px;
    }


    .main_slider .col-sm-4 {
        width: 100%;
    }

    .banner_text>p {
        margin: 5px 0 10px;
        width: 100%;
    }


    .bnr_btns {
        gap: 10px;
    }


    .bnr_avatars img {
        width: 80%;
    }

    .bnr_avatars {
        gap: 0px;
        margin: 10px 0 0;
    }

    .bnr_a {
        font-size: 12px;
    }


    .bnr_avatars span {
        font-size: 15px;
    }

    .bnr_bg img {
        height: 500px;
    }

    .abt img {
        height: 300px;
        border-radius: 5px;
    }

    .abt_txt {
        padding: 10px;
        border-radius: 5px;
        margin-left: 0;
        margin-top: 0;
    }

    h2 {
        font-size: 31px;
        margin: 0 0 5px;
    }


    .abt_txt p {
        margin-bottom: 5px;
        width: 100%;
    }


    .abt {
        padding: 50px 0;
    }

    .live_video_box_sm img {
        height: 400px;
        border-left: 20px solid #000;
        border-right: 20px solid #000;
    }

    .live_video_box_sm a {
        height: 40px;
        width: 40px;
        font-size: 12px;
    }

    .live_performance {
        padding-bottom: 50px;
    }

    .testheading p {
        width: 100%;
    }

    .testi-slider-box {
        border-radius: 5px;
        width: 100%;
        flex-direction: column;
    }

    .testi-img img {
        height: 200px;
        border-radius: 5px;
    }

    .test-main-box {
        margin: 20px 0;
    }


    .test-main-box button {
        width: 60px;
        height: 60px;
        border-radius: 5px 0px 0px 5px;
    }

    .test-box-text h3 {
        font-size: 20px;
    }

    .test-box-text p {
        font-size: 12px;
        margin: 5px 0;
    }

    .tstiraing i {
        font-size: 10px;
    }

    .test-box-text {
        padding: 10px 20px 20px 20px;
        border-radius: 0 0 0px 0;
    }

    .test-main-box button.prev-slide1 {
        left: 75px;
        bottom: -60px;
    }

    button.next-slide1 {
        right: 60px;
        bottom: -60px;
    }

    .contact form input,
    .contact form textarea {
        padding: 10px 10px;
        border-radius: 5px;
        margin-bottom: 10px;
    }

    .contact_txt {
        padding: 20px 0px;
    }

    .contact_txt p {
        margin-bottom: 10px;
    }

    .contact_txt img {
        border-radius: 5px;
        height: 300px;
    }

    .contact {
        padding: 0 0 50px;
    }

    .footerSec {
        padding-top: 50px;
    }

    .ftr_links {
        padding: 0 10px;
    }

    .ftr_links h3 {
        margin-bottom: 10px;
    }

    .ftr_links ul li a {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .newsletter {
        padding-left: 10px;
        border-left: 1px solid #6e3c2a;
    }

    h3 {
        font-size: 25px;
    }

    .newsletter p {
        margin: 10px 0 20px;
        width: 100%;
    }

    .newsletter form button {
        font-size: 12px;
        padding: 10px 20px;
    }

    .newsletter form input {
        padding: 15px 20px;
    }

    .newsletter form {
        padding-bottom: 30px;
    }

    .socials {
        padding: 10px 0px 10px 10px;
    }

    .soc_icons a {
        height: 35px;
        font-size: 12px;
        width: 35px;
    }


    .soc_icons {
        gap: 5px;
    }


    .copy-txt p {
        padding: 10px 0;
    }

    p {
        font-size: 12px;
    }

    .inr_bnr_bg img {
        height: 300px;
    }

    .inr_banner_text h1 {
        margin-top: 5%;
    }


    .showreels {
        padding: 50px 0;
    }

    .showreels_heading p {
        width: 100%;
    }

    .showreels_sm img {
        height: 300px;
    }

    .showreels_sm a {
        height: 40px;
        width: 40px;
        font-size: 12px;
    }

    .showreels_sm {
        margin-bottom: 10px;
    }

    .inr_testi {
        padding: 50px 0;
    }

    .review_heading p {
        width: 100%;
    }

    .review_heading {
        margin-bottom: 30px;
    }

    .stars i {
        font-size: 12px;
    }

    .stars {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .box {
        margin-bottom: 30px;
    }

    section.contact.inr_contact {
        padding-top: 50px;
    }

    .tabs_btns h4 {
        font-size: 20px;
        text-align: center;
    }

    .live_performance_btm .nav>li {
        width: 25%;
        height: auto;
    }

    .live_performance_btm .nav {
        flex-direction: unset;
        align-items: unset;
        height: 100%;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
    }

    .live_performance_btm .nav>li>button {
        padding: 22px 0px;
    }

    .tabs_btns span {
        top: -45px;
        left: 23px;
        height: 35px;
        width: 35px;
        font-size: 11px;
        font-size: 11px;
    }
}

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


    .menuSection .col-sm-4 {
        width: 100%;
    }

    .header-logo {
        text-align: center;
    }

    .headerbtn {
        text-align: center;
    }


    .menuSection {
        position: unset;
        background: #bd773b;
    }


    .themebtn {
        font-size: 12px;
        padding: 10px 20px;
        border-radius: 5px;
    }

    .themebtn2 {
        font-size: 12px;
        padding: 10px 20px;
        border-radius: 5px;
    }


    h1 {
        font-size: 31px;
        margin: 0 0 5px;
    }


    .main_slider .col-sm-4 {
        width: 100%;
    }

    .banner_text>p {
        margin: 5px 0 10px;
        width: 100%;
    }


    .bnr_btns {
        gap: 10px;
        flex-direction: column;
        align-items: flex-start;
    }


    .bnr_avatars img {
        width: 80%;
    }

    .bnr_avatars {
        gap: 0px;
        margin: 10px 0 0;
    }

    .bnr_a {
        font-size: 12px;
    }


    .bnr_avatars span {
        font-size: 15px;
    }

    .bnr_bg img {
        height: 500px;
    }

    .abt img {
        height: 200px;
        border-radius: 5px;
    }

    .abt_txt {
        padding: 10px;
        border-radius: 5px;
        margin-left: 0;
        margin-top: 0;
    }

    h2 {
        font-size: 26px;
        margin: 0 0 5px;
    }


    .abt_txt p {
        margin-bottom: 5px;
        width: 100%;
    }


    .abt {
        padding: 50px 0;
    }

    .live_video_box_sm img {
        height: 300px;
        border-left: 20px solid #000;
        border-right: 20px solid #000;
    }

    .live_video_box_sm a {
        height: 40px;
        width: 40px;
        font-size: 12px;
    }

    .live_performance {
        padding-bottom: 50px;
    }

    .testheading p {
        width: 100%;
    }

    .testi-slider-box {
        border-radius: 5px;
        width: 100%;
        flex-direction: column;
    }

    .testi-img img {
        height: 200px;
        border-radius: 5px;
    }

    .test-main-box {
        margin: 20px 0;
    }


    .test-main-box button {
        width: 50px;
        height: 50px;
        border-radius: 5px;
    }

    .test-box-text h3 {
        font-size: 20px;
    }

    .test-box-text p {
        font-size: 12px;
        margin: 5px 0;
    }

    .tstiraing i {
        font-size: 10px;
    }

    .test-box-text {
        padding: 10px 20px 20px 20px;
        border-radius: 0 0 0px 0;
    }

    .test-main-box button.prev-slide1 {
        left: 75px;
        bottom: -60px;
    }

    button.next-slide1 {
        right: 60px;
        bottom: -60px;
    }

    .contact form input,
    .contact form textarea {
        padding: 10px 10px;
        border-radius: 5px;
        margin-bottom: 10px;
    }

    .contact_txt {
        padding: 20px 0px;
    }

    .contact_txt p {
        margin-bottom: 10px;
    }

    .contact_txt img {
        border-radius: 5px;
        height: 200px;
    }

    .contact {
        padding: 0 0 50px;
    }

    .footerSec {
        padding-top: 50px;
    }

    .ftr_links {
        padding: 0 10px;
    }

    .ftr_links h3 {
        margin-bottom: 10px;
    }

    .ftr_links ul li a {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .newsletter {
        padding-left: 10px;
        border-left: 1px solid #6e3c2a;
    }

    h3 {
        font-size: 20px;
    }

    .newsletter p {
        margin: 10px 0 20px;
        width: 100%;
    }

    .newsletter form button {
        font-size: 12px;
        padding: 10px 20px;
    }

    .newsletter form input {
        padding: 15px 20px;
    }

    .newsletter form {
        padding-bottom: 30px;
    }

    .socials {
        padding: 10px 0px 10px 10px;
    }

    .soc_icons a {
        height: 30px;
        font-size: 12px;
        width: 30px;
    }


    .soc_icons {
        gap: 5px;
    }


    .copy-txt p {
        padding: 10px 0;
    }

    p {
        font-size: 12px;
    }

    .inr_bnr_bg img {
        height: 200px;
    }

    .inr_banner_text h1 {
        margin-top: 5%;
    }


    .showreels {
        padding: 50px 0;
    }

    .showreels_heading p {
        width: 100%;
    }

    .showreels_sm img {
        height: 250px;
    }

    .showreels_sm a {
        height: 40px;
        width: 40px;
        font-size: 12px;
    }

    .showreels_sm {
        margin-bottom: 10px;
    }

    .inr_testi {
        padding: 50px 0;
    }

    .review_heading p {
        width: 100%;
    }

    .review_heading {
        margin-bottom: 30px;
    }

    .stars i {
        font-size: 12px;
    }

    .stars {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .box {
        margin-bottom: 30px;
    }

    section.contact.inr_contact {
        padding-top: 50px;
    }

    .tabs_btns h4 {
        font-size: 20px;
        text-align: center;
    }

    .live_performance_btm .nav>li {
        width: 25%;
        height: auto;
    }

    .live_performance_btm .nav {
        flex-direction: unset;
        align-items: unset;
        height: 100%;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
    }

    .live_performance_btm .nav>li>button {
        padding: 22px 0px;
    }

    .tabs_btns span {
        top: -45px;
        left: 23px;
        height: 35px;
        width: 35px;
        font-size: 11px;
        font-size: 11px;
    }

}

/*Media Query End*/



.menuSec ul {
    justify-content: center;
    gap: 60px;
}

.header-logo {
    margin: 0 auto;
    display: block;
    width: 7%;
}

.header-logo a {
    display: flex;
    justify-content: center;
}


img.custom-logo {
    height: 100%;
    width: 100% !important;
    margin-bottom: 15px;
}

.banner_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.abt_txt a {
    color: #000;
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.bnr_bg {
    position: relative;
    z-index: 0;
}

.bnr_bg::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: '';
    background: #000;
    opacity: 0.8;
}

.themebtn2:hover {
    color: #000 ! IMPORTANT;
}

h2 strong {
    font-weight: 400 !important;
}

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

.banner-text-image-box img {
    margin: 0 0 10px 0;
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.inr_bnr_bg {
    position: relative;
    z-index: 0;
}

.inr_bnr_bg::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: '';
    background: #000;
    opacity: 0.8;
}

section.abt.inner-abt .abt_txt {
    text-align: center;
}

section.abt.inner-abt .abt_p {
    text-align: center;
}

.showreels_text {
    width: 49%;
}

.showreels_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}

.showreels_main h3 {
    color: #000;
}

.showreels_main {
    padding: 30px 40px;
    border-bottom: 2px solid #00000026;
    box-shadow: 0 0 17px 0 #0000002b;
}

button.slick-arrow {
    height: 60px;
    width: 60px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: #000;
    border-radius: 50%;
    position: absolute;
    z-index: 10;
}

button.slick-prev:before {
    content: '\f060';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff;
    font-size: 17px;
}

button.slick-next:before {
    content: '\f061';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff;
    font-size: 17px;
}

button.slick-prev.slick-arrow {
    left: -65px;
}

button.slick-next.slick-arrow {
    right: -65px;
}

.slick-prev,
.slick-next {
    font-size: 0 !important;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: #fff;
    outline: none;
    background: #000;
}

.slick-prev:before,
.slick-next:before {
    display: block;
}

.footer_logo a img {
    width: 30%;
}

.footer_logo a {
    display: flex;
    text-align: center;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.footer_logo {
    height: 100%;
    display: flex;
    align-items: center;
}

section#custom_html-3 {
    border-left: 1px solid #fff;
    padding-left: 70px;
}


.showreelTab .nav-tabs {
    border: 0;
    gap: 15px;
    justify-content: center;
}

.showreelTab .nav-link {
    background: #000;
    color: #fff;
    border: 2px solid #000;
    border-radius: 50px;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 600;
    transition: all .3s ease;
}

.showreelTab .nav-link:hover {
    background: #222;
    color: #fff;
}

.showreelTab .nav-link.active {
    background: #fff;
    color: #000;
    border-color: #000;
}

.showreelTab .tab-content {
    margin-top: 40px;
}

.showreelTab .tab-pane {
    padding: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    background: #fff;
}

.fix-btn {
    writing-mode: sideways-lr;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    z-index: 999;
    width: fit-content;
    background: #000;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px 0px 0px 20px;
    height: fit-content;
    padding: 24px 10px;
    font-size: 16px;
    font-weight: 600;
    transition: all .3s ease;
}

.show-reel-sec .row {
    justify-content: center;
}

.reel-show-box {
    padding: 10px;
    border-radius: 12px;
    border: 1px solid #000;
}

.reel-show-box:hover {
    background-color: #000;
}

.reel-show-box:hover * {
    color: #fff;
}

.reel-show-box:hover .themebtn2 {
    border-color: #fff;
}

.reel-show-box img {
    width: 100%;
    height: 300px;
    display: block;
    object-fit: cover;
    margin-bottom: 25px;
    border-radius: 10px;
}

.reel-show-box h4 {
    color: #000;
}

.reel-show-box p {
    margin-bottom: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.why-choose-sec {
    padding: 100px 0px;
}

.career-highlights-sec {
    padding: 0px 0px 100px;
}

.why-choose-text {
    padding: 40px 0px;
}

.why-choose-text h6 {
    font-size: 20px;
    margin-bottom: 5px;
}

.why-choose-text ul {
    gap: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.why-choose-text ul li {
    padding-left: 30px;
    position: relative;
}

.why-choose-text ul li::before {
    top: 7px;
    left: 0;
    width: 15px;
    content: '';
    height: 15px;
    position: absolute;
    border-radius: 5px;
    background-color: #000;
}

.career-text h2 {
    margin-bottom: 5px;
}

.career-text ul {
    gap: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.career-text ul li {
    padding-left: 30px;
    position: relative;
}

.career-text ul li::before {
    top: 7px;
    left: 0;
    width: 15px;
    content: '';
    height: 15px;
    position: absolute;
    border-radius: 5px;
    background-color: #000;
}

.why-choose-img {
    width: 100%;
    height: 350px;
    overflow: hidden;
    min-height: 100%;
    border-radius: 10px;
}

.why-choose-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.career-img {
    width: 100%;
    height: 350px;
    overflow: hidden;
    min-height: 100%;
    border-radius: 10px;
}

.career-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.show-detail-img {
    width: 100%;
    height: 350px;
    overflow: hidden;
    min-height: 100%;
    border-radius: 10px;
}

.show-detail-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

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

.video-sec {
    padding: 100px 0px;
}

.video-sec .live_video_box {
    margin-bottom: 25px;
}

.show-detail-sec {
    padding: 100px 0px;
}

.show-detail-text {
    padding: 40px 0px 20px;
}

.show-detail-text h2 {
    margin-bottom: 5px;
}

.show-detail-text p {
    margin-bottom: 20px;
}

.reviewSlider .slick-slide {
    opacity: 1;
    margin: 30px 10px 0px;
}

.gallery-sec {
    padding-top: 100px;
    padding-bottom: 50px;
}

section.review-sec.py_8 {
    padding-bottom: 100px;
}



/***** Brand Marquee CSS Start *****/
.brands-sec {
    overflow: hidden;
    position: relative;
    padding: 0px 0 100px;
}

.brand-marquee-container {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 35px 0;
}

.brand-marquee-container::before,
.brand-marquee-container::after {
    content: "";
    height: 100%;
    position: absolute;
    width: 150px;
    z-index: 2;
    pointer-events: none;
    top: 0;
}

.brand-marquee-container::before {
    left: 0;
    background: linear-gradient(to right, #fbfbfb 0%, rgba(251, 251, 251, 0) 100%);
}

.brand-marquee-container::after {
    right: 0;
    background: linear-gradient(to left, #fbfbfb 0%, rgba(251, 251, 251, 0) 100%);
}



.brand-marquee-list {
    display: flex;
    align-items: center;
    gap: 70px;
    padding-right: 50px;
}

.brand-item {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand-image {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand-img {
    max-height: 65px;
    width: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.5;
}

/***** Brand Marquee CSS End *****/