@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/***** General CSS *****/

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: 400;
    line-height: 25px;
    font-size: 14px;
}


/***** 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
}


/***** 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: 15px 25px;
    border: unset;
    border-radius: 50px;
    color: #000;
    z-index: 1;
    background: #ffd700;
    position: relative;
    font-size: 18px;
    overflow: hidden;
    display: flex;
    width: fit-content;
    height: 50px;
    align-items: center;
    justify-content: center;
    font-family: 'Oswald';
    border: 1px solid #fff;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #6a0dad;
    z-index: -1;
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
}

.theme_btn:hover {
    color: #fff;
}

.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: "Oswald", sans-serif;
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
    font-weight: 400;
    margin: 0 0 17px;
}

h2 {
    font-family: "Oswald", sans-serif;
    font-size: 75px;
    line-height: 1.2;
    color: #000;
    font-weight: 400;
    margin: 0 0 20px;
}

h3 {
    font-family: "Oswald", sans-serif;
    font-size: 45px;
    line-height: 1.2;
    color: #000000;
    font-weight: 400;
    margin: 0 0 20px;
}

h4 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

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 */


.menuSec {
    background: transparent;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 99;
    top: 15px;
}
.menuSec .container {
    border-bottom: 1px solid #ffffff6b;
    padding-bottom: 15px;
}
.menuSec img {
    margin: 0;
}

.menuSec ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    align-items: center;
}

.menuSec ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
}

.menuSec li:hover ul {
    opacity: 1;
    visibility: visible;
}


.menuSec ul li a {
    position: relative;
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    transition: 0.5s;
}

.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: var(--primary-color);
}

.menuSec li>ul {
    position: absolute;
    z-index: 0;
    background-color: #fff;
    left: 0;
    width: 240px;
    text-align: left;
    opacity: 0;
    transition: 0.2s ease-in-out;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 0;
    box-shadow: 0 0 10px #ccc;
    column-count: 2;
    display: flex;
    padding: 10px 0;
    visibility: hidden;
    top: 60px;
}

.menuSec li:hover ul {
    transition: 0.2s ease-in-out;
    top: 60px;
    z-index: 999;
}

.menuSec li>ul:after {
    position: absolute;
    content: "";
    background: #606060;
    width: 20px;
    height: 20px;
    top: -20px;
    left: 10px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    z-index: 999;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    /* color: #fff !important; */
    font-size: 13px;
    line-height: 20px;
    width: 100%;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #848484;
    font-family: "Inter", sans-serif;
    text-transform: capitalize;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
    width: 100%;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.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;
}


/* Tabs  */

/* Home */

section.banner {
    background-image: url(../images/banner.png);
    background-size: cover;
    padding: 130px 0 80px 0;
    position: relative;
    z-index: 0;
}
section.banner:before {
    position: absolute;
    content: '';
    background: #4a6546;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background: radial-gradient(circle, #ffd700b8 0%, #6a0dadb3 70%);
}
section.banner .row {
    align-items: center;
}

.banner_text p {
    color: #fff;
    width: 90%;
}

.banner_text h2 {
    color: #fff;
    font-size: 90px;
}

.video-box {
    position: relative;
}

.play-btn a {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #fff;
    border-radius: 50%;
    outline: 10px solid #ffd70087;
    background: #FFD700;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translate(0, -50%);
}

.play-btn a i {
    font-size: 20px;
    color: #fff;
}

.video-box img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 40px;
    border: 1px solid #fff;
}

.video-wrap {
    width: 96%;
    text-align: center;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 40px;
    margin: 0 0 0 auto;
}

.video-wrap h3 {
    font-size: 21px;
    color: #fff;
    margin: 10px 0;
}

.video-wrap p {
    font-size: 11px;
    color: #fff;
    margin: 0;
}

.video-wrap.video-wrap2 {
    display: flex;
    align-items: center;
    margin-top: 0;
    gap: 20px;
}

.video-wrap.video-wrap2 img {
    height: 200px;
}

.video-wrap.video-wrap2>div {
    width: 50%;
}

section.banner hr {
    color: #fff !important;
    width: 90%;
    margin: 20px 0 20px auto;
}

section.about {
    padding: 80px 0;
}

.abt-text h2 {
    margin-bottom: 10px;
}

section.about .row {
    align-items: center;
}

.abt-text p {
    font-size: 13px;
    margin-bottom: 10px;
}

.abt-text ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    font-size: 14px;
    margin-bottom: 4px;
}

.abt-img img {
    border-radius: 40px;
}

/* Counter */
#counter {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 100%;
    flex-wrap: wrap;
    gap: 1%;
}

#counter .item {
    padding: 35px 40px;
    text-align: center;
    border-radius: 26px;
    background: radial-gradient(circle, #ffd700 0%, #6a0dad 70%);
    width: 24%;
    position: relative;
    background: #6a0dad;
}

#counter .item .count {
    color: #fff;
    margin-bottom: 5px;
    font-size: 80px;
}

#counter .item h3 {
    color: #fff;
    font-size: 30px;
    text-transform: capitalize;
    margin: 0;
}

/* end */
section.episode {
    padding: 100px 0 140px 0;
    margin-top: 70px;
    background-image: url(../images/banner.png);
    background-size: cover;
    position: relative;
    z-index: 0;
}
section.episode:before {
    position: absolute;
    content: '';
    background: #6a0dad9c;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}
section.episode .container-fluid {
    padding: 0px 6% 0 3%;
}

.slick-list.draggable {
    padding: 0 !important;
}

.slick-track {
    margin: 0 !important;
}

.slick-slide {
    opacity: 1;
}

.nav-box img {
    width: 100%;
    height: 210px;
    border-radius: 20px;
    border: 1px solid #fff;
    object-fit: cover;
}

.nav-video {
    position: relative;
}

.for-box img {
    width: 100%;
    object-fit: cover;
    border: 2px solid #fff;
    border-radius: 40px;
    height: 600px;
}

.for-box {
    position: relative;
}

.nav-box {
    text-align: center;
}

.nav-box h4 {
    color: #fff;
    font-size: 20px;
    font-family: "Oswald", sans-serif;
    margin: 10px 0;
}

.nav-box p {
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    margin: 0;
}

.slider-nav .slick-slide {
    margin: 0 10px;
}

section.episode .row {
    align-items: end;
}

.heading-episode h2 {
    color: #fff;
}

.heading-episode p {
    color: #fff;
}

.heading-episode {
    margin-bottom: -270px;
}

.slider-for .slick-prev:before,
.slider-for .slick-next:before {
    position: absolute;
    content: '';
    background-image: url(../images/arr.png);
    background-size: contain;
    width: 20px;
    height: 7px;
    z-index: 999;
}

.slider-for .slick-next:before {
    transform: rotate(180deg);
}

.slider-for .slick-prev,
.slider-for .slick-next {
    width: 50px;
    height: 50px;
    background: #6a0dad;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #fff;
}

.slider-for .slick-prev,
.slider-for .slick-next {
    bottom: -120px;
    top: unset;
}

.slider-for .slick-prev {
    left: -100px;
}

.slider-for .slick-next {
    right: unset;
    left: -20px;
}

.slider-for .slick-prev:hover,
.slider-for .slick-prev:focus,
.slider-for .slick-next:hover,
.slider-for .slick-next:focus {
    background: #fff;
}

.slider-for .slick-prev:hover:before,
.slider-for .slick-prev:focus:before,
.slider-for .slick-next:hover:before,
.slider-for .slick-next:focus:before {
    filter: brightness(0.5);
}

/* Testimonial Starts */

.testimonial-sec {
    position: relative;
    padding: 70px 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 40px 40px 80px;
    position: relative;
}

.testi-img img {
    height: 350px;
    object-fit: cover;
    margin-top: -70px;
    border-radius: 40px;
}

.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;
}

.authr-box>div {
    margin-left: 10px;
}

.test-box-text h4 {
    font-size: 32px;
    margin-bottom: 0px;
    padding-top: 0;
    color: #000;
    font-family: 'Oswald';
}

.test-box-text span {
    font-size: 16px;
    color: #4a6546;
    line-height: 20px;
    margin: 0;
    font-weight: 400;
}

.authr-box img {
    margin-bottom: 30px;
}

.testi-box {
    margin: 0;
}

.authr-box>img {
    width: auto;
}

.testi-slider .slick-list {
    padding: 20px 0;
}

.testi-slider button.slick-arrow {
    width: 251px;
    transition: 2s all;
    border-radius: 20px;
    background-color: transparent;
    background-blend-mode: overlay;
    background-size: cover !important;
    background-position: center !important;
    height: 350px;
}

.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 {
    content: "\f177";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 24px;
    color: #d7192e;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: auto;
    right: -760px;
    bottom: -120px;
    height: 51px;
    width: 50px;
    display: none;
}

.testi-slider button.slick-next.slick-arrow:before {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 24px;
    color: #d7192e;
    display: flex;
    align-items: center;
    /* justify-content: center;
     */
    position: absolute !important;
    left: -153px !important;
    right: 0;
    height: 51px;
    width: 50px;
    bottom: -7px;
    margin: 0 0 -40px 52px;
    display: none;
}

.testi-slider .slick-slide {
    transition: all ease-in-out 0.3s;
    opacity: 1;
    margin: 10px;
    padding-top: 40px;
}

.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;
    bottom: -80px;
}

.testi-slider .slick-dots li.slick-active button {
    opacity: 1;
    font-size: 16px;
    border: 1px solid #0000009d;
}

.testi-slider .slick-dots li button {
    border-radius: 50%;
    border: 1px solid #0000009d !important;
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "" !important;
    text-align: center;
    opacity: 1;
    color: black;
    list-style: none !important;
}

.testi-slider .slick-dots li.slick-active button:before {
    background-color: #0000009d;
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    left: 19px;
    width: 55px;
    height: 1px;
    content: "";
}

.testi-slider .slick-dots li button:before {
    content: '';
    font-size: 0;
    /* number bilkul invisible */
}

/* Slick dots ke button ke andar ka text hide kare */
.slick-dots li button {
    font-size: 0 !important;
    /* Text hide */
}

.testi-slider .slick-dots {
    position: absolute;
    bottom: 10px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: end;
    right: 30px;
}

.testi-slider-box {
    gap: 20px;
    z-index: 2;
    width: 87%;
    display: flex;
    border-radius: 0;
    margin: 30px auto;
    position: relative;
    align-items: center;
    justify-content: center;
    transition: 1s ease-in-out;
    background-color: transparent;
    border-bottom: 2px solid #6a0dad9c;
}

.testi-slider-box:hover {
    transition: 1s ease-in-out;
    border-radius: 0px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 6px 27px 0px rgba(0, 0, 0, 0.09);
}

.testi-slider-box .col-lg-8 {
    position: relative;
    z-index: 1;
}

ul.tidti-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.star {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 3px;
    margin: 0;
}

.rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.rating h6 {
    margin: 0;
    color: #000;
}

.test-box-text ul.star i {
    color: #ffd700;
}

.test-box-text p {
    font-size: 14px;
    color: #8a8a8a;
    margin: 10px 0;
}

section.testimonial-sec .top-heading {
    margin-bottom: 10px;
}

.test-box-extra {
    left: 0;
    top: 0;
    right: unset;
    height: 100%;
    width: fit-content;
    padding: 10px 12px;
    position: absolute;
    background: #6a0dad9c;
}

.test-box-extra h5 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 5px;
    writing-mode: sideways-lr;
    text-transform: uppercase;
    text-align: center;
    height: 100%;
}

.pro_bar.testi-bar {
    bottom: 0;
    width: 45%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.progress4,
.progress3 {
    display: block;
    width: 70%;
    height: 6px;
    border-radius: 10px !important;
    overflow: hidden;
    background-image: linear-gradient(to right, #264a5c, #264a5c);
    background: linear-gradient(190deg, #000 0%, #000 100%);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size 0.4s ease-in-out;
}

.progress4,
.progress3 {
    display: flex;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e7ebed;
    border-radius: 0;
    margin: -30px 0 0 71px;
}

.testi-slider-number span.end_number,
.testi-slider-number span.start_number1 {
    right: 0;
    font-family: "Montserrat";
    font-size: 25px;
    line-height: 20px;
    background: #000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.testi-slider-number .nike-zoom-silder-number {
    top: auto;
    bottom: -48%;
    left: 5%;
}

.testi-slider-number {
    bottom: -52%;
    top: auto;
    left: 4%;
}

.testi-slider-number span.start_number1 {
    font-family: "Montserrat";
    font-size: 25px;
    line-height: 20px;
    bottom: 0;
    background: #000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slide_counter h2 span.mid {
    font-family: "Montserrat";
    font-size: 17px;
    line-height: 20px;
    background: #000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.heading.text_center {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.heading.text_center p {
    width: 45%;
}

.testi-counter h2 {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 60%;
    margin: 0 auto -10px;
    font-weight: 400;
    gap: 10px;
}

.testimonial-heading h2 {
    color: #000;
}

.testi-slider .slick-dots li.slick-active button::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    z-index: -1;
    width: 10px;
    height: 10px;
    background: #e4bd75;
    border-radius: 50%;
}

.testi-slider .slick-dots li.slick-active button::before {
    background-color: rgba(0, 0, 0, 0.616);
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    left: 19px;
    width: 55px;
    height: 1px;
    content: "";
}

.testi-slider .slick-dots li.slick-active {
    margin: 0px 50px 0px 0px;
}

.testimonial-heading {
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

/* Testimonial Section End */
/* footer start */

footer.footer-sec {
    position: relative;
    padding: 60px 0 0;
    width: 100%;
    background: url(../images/banner.png);
    background-size: cover;
    z-index: 0;
    position: relative;
}
footer.footer-sec:before {
    position: absolute;
    content: '';
    background: #6a0dad9c;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}
.footer-text.user-links {
    width: 80%;
    margin: 0 0 0 auto;
}
.footer-text.chg p {
    text-align: left;
    margin-top: 20px;
    color: #ffffffc7;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 30px;
    font-size: 17px;
}

ul.footer-social-list li i:hover {
    background: #004aad;
    transition: 1s ease-in-out;
    color: #fff;
}

ul.footer-link li a {
    font-size: 16px;
    color: #ffffffc7;
    line-height: 40px;
    font-weight: 300;
    text-transform: capitalize;
    font-family: 'Oswald';
}

ul.footer-link-list li i {
    font-size: 22px;
    color: #fff;
}

ul.footer-link-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    padding-right: 15px;
    margin-bottom: 17px;
    font-family: 'Oswald';
}

ul.footer-link-list li p {
    font-size: 15px;
    color: #ffffffc7;
    font-weight: 500;
    line-height: 25px;
    margin: 0;
}

.footer-form {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    position: relative;
}

.footer-form input {
    width: 100%;
    height: 60px;
    padding: 15px;
    border: none;
    margin-bottom: 10px;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    border-radius: 10px;
}

.footer-text.chg {
    padding: 0;
    margin: 0;
    padding-top: 0;
}

.footer-text {
}

section.bottom-nav {
    padding: 15px 0;
    text-transform: capitalize;
    margin-top: 30px;
    border-top: 1px solid #cccccc52;
}

section.bottom-nav p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin: 0;
    font-weight: 300;
}

.footer-text {
    position: relative;
}

ul.footer-link li {
    border-bottom: 1px solid transparent;
    width: 75%;
    transition: 1s ease-in-out;
}


ul.footer-link-list li {
    border-bottom: 1px solid #ffffff2b;
    padding-bottom: 20px;
    transition: 1s ease-in-out;
    width: fit-content;
}

.footer-text ul.hdr-top-right-list li a:hover {
    transition: 0.3s ease-in-out;
    background-color: #1eb8d1;
    border: 1px solid #1eb8d1;
}


ul.hdr-top-right-list li a:hover i {
    transition: 0.3s ease-in-out;
    color: #fff;
}

ul.hdr-top-right-list li a i {
    font-size: 20px;
}


.footer-text h5 {
    color: #fff;
    position: relative;
    z-index: 1;
    margin: 0 0 30px 0;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Oswald';
}

.footr-btn button {
    transition: 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    padding: 15px 25px;
    border-radius: 10px;
    background: #6a0dad;
    gap: 7px;
    font-size: 14px;
    font-weight: 600;
    width: fit-content;
    border: 0;
    font-family: 'Oswald';
    font-size: 18px;
    color: #fff;
}

.footer-text p {
    color: #ffffffc7;
    font-size: 13px;
    font-family: 'Oswald';
}

footer.footer-sec .main-silder-socail-link ul:before {
    display: none;
}

.footr-btn button:hover {
    background: #000;
}

ul.footer-link-list li:last-child {
    border: 0;
}

/* footer end */
/* side navbar */
/* Responsive Adjustments */
@media (min-width: 768px) {
  .nav-menu {
    width: 750px;
  }
}
/*Medium Screens */
@media (min-width: 922px) {
  .nav-menu {
    width: 970px;
  }
}
/*Large Screens */
@media (min-width: 1200px) {
  .nav-menu {
    width: 1170px;
  }
}

/* Burger Icon Container */
.burger-container {
  cursor: pointer;
  width: 40px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5px;
  border-radius: 5px;
  background: hwb(0 100% 0% / 0.1);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 6px #0000001a;
  margin: 0 0 0 auto;
  z-index: 9999999;
  position: relative;
  background: #fff;
}

/* Burger Icon Lines */
.burger-line {
  width: 100%;
  height: 3px;
  background-color: #6a0dad;
  border-radius: 2px;
  transform-origin: center;
  transition: all 0.4s ease-in-out;
}

/* Checkbox Hack */
#burger-toggle {
  display: none;
}

/* Navigation Styles */
.nav-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  transition: right 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
  box-shadow: -4px 0 15px #00000033;
  padding-top: 100px;
  z-index: 99;
  background: radial-gradient(circle, #ffd700 0%, #6a0dad 70%);
  background: #ffd700;
}

.nav-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #ffffff0d;
  backdrop-filter: blur(10px);
}

.nav-menu ul {
  list-style-type: none;
}

.nav-menu ul li {
  margin: 0 0px;
  border-bottom: 1px solid #0000001f;
  width: 100%;
}

.nav-menu ul li a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 15px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
}

.nav-menu ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background-color: var(--secondary-color);
  transition: left 0.3s ease;
}

.nav-menu ul li a:hover::after {
  left: 0;
}

/* Burger Icon Animation on Checkbox Checked */
#burger-toggle:checked ~ .burger-container .burger-line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

#burger-toggle:checked ~ .burger-container .burger-line:nth-child(2) {
  opacity: 0;
}

#burger-toggle:checked ~ .burger-container .burger-line:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* Navigation Slide In */
#burger-toggle:checked ~ .nav-menu {
  right: 0;
}

/* end navbar */
/* end */