:root {
    --theme-color: #4f2c7c;
	--theme-color2:#4f2c7c;
	--theme-color3:#4f2c7c;
		--theme-color4:#4f2c7c ;
    --title-color: #000;
    --body-color: #1e1e1e;
    --smoke-color: #f7f7f7;
    --smoke-color2: #e8f3ff;
    --black-color: #000000;
    --black-color2: #080e1c;
    --gray-color: #bdbdbd;
    --white-color: #ffffff;
    --light-color: #bdbdbd;
    --yellow-color: #ffb539;
    --success-color: #28a745;
    --error-color: #dc3545;
    --border-color: #e6e6e6;
    --title-font: "Montserrat", sans-serif;
    --body-font: "Poppins", serif;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1220px;
    --container-gutters: 30px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s;
}
html,
body {
    scroll-behavior: auto !important;
}
body {
    font-family: var(--body-font);
    font-size: 15.5px;
    font-weight: 400;
    color: var(--body-color);
    line-height: 26px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
iframe {
    border: none;
    width: 100%;
}
.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    outline: none;
}
input:focus {
    outline: none;
    box-shadow: none;
}
img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto;
}
ul {
    list-style-type: disc;
}
ol {
    list-style-type: decimal;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid var(--border-color);
}
th {
    font-weight: 700;
    color: var(--title-color);
}
td,
th {
    border: 1px solid var(--border-color);
    padding: 9px 12px;
}
a {
    color: var(--theme-color2);
    text-decoration: none;
    outline: 0;
    transition: all ease 0.4s;
}
a:hover {
    color: var(--title-color);
}
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0;
}
button {
    transition: all ease 0.4s;
}
img {
    border: none;
    max-width: 100%;
}
pre {
    font-family: var(--body-font);
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

p:empty {
    display: none;
}
p {
    font-family: var(--body-font);
    margin: 0 0 18px 0;
    color: var(--body-color);
    line-height: 1.75;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: none;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 15px 0;
}
.h1,
h1 {
    font-size: 64px;
    line-height: 1.167;
}
.h2,
h2 {
    font-size: 48px;
    line-height: 1.208;
}
.h3,
h3 {
    font-size: 36px;
    line-height: 1.278;
}
.h4,
h4 {
    font-size: 30px;
    line-height: 1.333;
}
.h5,
h5 {
    font-size: 24px;
    line-height: 1.417;
}
.h6,
h6 {
    font-size: 20px;
    line-height: 1.5;
}
@media (max-width: 1199px) {
    .h1,
    h1 {
        font-size: 44px;
        line-height: 1.3;
    }
    .h2,
    h2 {
        font-size: 36px;
        line-height: 1.3;
    }
    .h3,
    h3 {
        font-size: 30px;
    }
    .h4,
    h4 {
        font-size: 24px;
    }
    .h5,
    h5 {
        font-size: 20px;
    }
    .h6,
    h6 {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .h1,
    h1 {
        font-size: 40px;
    }
    .h2,
    h2 {
        font-size: 34px;
        line-height: 1.3;
    }
    .h3,
    h3 {
        font-size: 26px;
    }
    .h4,
    h4 {
        font-size: 22px;
    }
    .h5,
    h5 {
        font-size: 18px;
    }
    .h6,
    h6 {
        font-size: 16px;
    }
}
@media (max-width: 575px) {
    .h1,
    h1 {
        font-size: 34px;
        line-height: 1.35;
    }
    .h2,
    h2 {
        font-size: 28px;
    }
}
@media (max-width: 375px) {
    .h1,
    h1 {
        font-size: 32px;
    }
}
@media (max-width: 1399px) {
    :root {
        --main-container: 1250px;
    }
}
@media only screen and (min-width: 1300px) {
    
    .container {
        max-width: calc(var(--main-container) + var(--container-gutters));
        padding-left: calc(var(--container-gutters) / 2);
        padding-right: calc(var(--container-gutters) / 2);
    }
    
    .container.px-0 {
        max-width: var(--main-container);
    }
}
@media only screen and (max-width: 1600px) {
    .container-fluid.px-0 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .container-fluid.px-0 .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}



@media only screen and (min-width: 1300px) {
 .container {
max-width:1230px;

}

}

@media only screen and (min-width: 1450px) {
 .container {
max-width:1300px;

}
}
@media only screen and (min-width: 1600px) {
 .container {
max-width:1350px;

}
}
@media only screen and (min-width: 1800px) {
 .container {
max-width:1550px;

}
}
@media only screen and (min-width: 2000px) {
 .container {
max-width:1850px;

}
}





.slick-track > [class*="col"] {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}
@media (min-width: 1300px) {
    .row {
        --bs-gutter-x: 30px;
    }
}
select,
.form-control,
textarea,
input {
    height: 56px;
    padding: 0 25px 0 25px;
    padding-right: 45px;
    border: 1px solid transparent;
    color: var(--body-color);
    background-color: var(--smoke-color);
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
    font-family: var(--body-font);
    transition: 0.4s ease-in-out;
}
select:focus,
.form-control:focus,
textarea:focus,
input:focus {
    outline: 0;
    box-shadow: none;
    border-color: var(--border-color);
    background-color: var(--smoke-color);
}
select::-moz-placeholder,
.form-control::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
    color: var(--body-color);
}
select::-moz-placeholder,
.form-control::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
    color: var(--body-color);
}
select::-moz-placeholder, .form-control::-moz-placeholder, textarea::-moz-placeholder, input::-moz-placeholder {
    color: var(--body-color);
}
select::placeholder,
.form-control::placeholder,
textarea::placeholder,
input::placeholder {
    color: var(--body-color);
}

select {
    display: block;
    width: 100%;
    line-height: 1.5;
    vertical-align: middle;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-position: right 26px center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

select.style2 {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.87109 1.71094L5.71484 5.62109C5.56901 5.7487 5.41406 5.8125 5.25 5.8125C5.08594 5.8125 4.9401 5.7487 4.8125 5.62109L0.65625 1.71094C0.382812 1.40104 0.373698 1.09115 0.628906 0.78125C0.920573 0.507812 1.23047 0.498698 1.55859 0.753906L5.25 4.25391L8.96875 0.753906C9.27865 0.498698 9.57943 0.498698 9.87109 0.753906C10.1263 1.08203 10.1263 1.40104 9.87109 1.71094Z' fill='%238B929C'/%3E%3C/svg%3E");
}
textarea.form-control,
textarea {
    min-height: 154px;
    padding-top: 16px;
    padding-bottom: 17px;
}
textarea.form-control.style2,
textarea.style2 {
    min-height: 100px;
}
.form-group {
    margin-bottom: var(--bs-gutter-x);
    position: relative;
}
.form-group > i {
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 19px;
    font-size: 16px;
    color: var(--body-color);
}
.form-group > i.fa-envelope {
    padding-top: 1px;
}
.form-group > i.fa-comment {
    margin-top: -2px;
}
[class*="col-"].form-group > i {
    right: calc((var(--bs-gutter-x) / 2) + 25px);
}
option:checked,
option:focus,
option:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input[type="checkbox"] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none;
}
input[type="checkbox"]:checked ~ label:before {
    content: "\f00c";
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}
input[type="checkbox"] ~ label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: block;
}
input[type="checkbox"] ~ label:before {
    content: "";
    font-family: var(--icon-font);
    font-weight: 700;
    position: absolute;
    left: 0px;
    top: 3.5px;
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
}
input[type="checkbox"].style2 ~ label {
    color: #8b929c;
    padding-left: 23px;
    margin-bottom: -0.5em;
}
input[type="checkbox"].style2 ~ label:before {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #8b929c;
    height: 14px;
    width: 14px;
    line-height: 14px;
    border-radius: 3px;
    top: 6px;
}
input[type="checkbox"].style2:checked ~ label:before {
    color: var(--theme-color);
}
label {
    margin-bottom: 0.5em;
    margin-top: -0.3em;
    display: block;
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 16px;
}
.slick-track > [class*="col"] {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}
.slick-track {
    min-width: 100%;
}
.slick-list {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}
.slick-slide img {
    display: inline-block;
}
.slick-dots {
    list-style-type: none;
    padding: 0;
    margin: 40px 0 0px 0;
    line-height: 0;
    text-align: center;
    height: -moz-max-content;
    height: max-content;
}
.slick-dots li {
    display: inline-block;
    margin-right: 15px;
}
.slick-dots li:last-child {
    margin-right: 0;
}
.slick-dots button {
    font-size: 0;
    padding: 0;
    width: 10px;
    height: 10px;
    line-height: 0;
    border-radius: 9999px;
    border: none;
    background-color: var(--border-color);
    transition: all ease 0.4s;
    position: relative;
    z-index: 2;
}
.slick-dots button:before {
    content: "";
    position: absolute;
    inset: -5px;
    border: 1px solid var(--theme-color);
    border-radius: inherit;
    transition: 0.4s ease-in-out;
    transform: scale(0.4);
    z-index: -1;
    visibility: hidden;
}
.slick-dots button:hover {
    border-color: var(--theme-color);
}
.slick-dots .slick-active button {
    background-color: var(--theme-color);
}
.slick-dots .slick-active button::before {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.slick-arrow {
    display: inline-block;
    padding: 0;
    background-color: var(--smoke-color);
    color: var(--title-color);
    position: absolute;
    top: 50%;
    border: 1px solid var(--border-color);
    left: var(--pos-x, -100px);
    width: var(--icon-size, 56px);
    height: var(--icon-size, 56px);
    line-height: var(--icon-size, 54px);
    font-size: var(--icon-font-size, 18px);
    margin-top: calc(var(--icon-size, 56px) / -2);
    z-index: 2;
    border-radius: 5px;
}
.slick-arrow.default {
    position: relative;
    --pos-x: 0;
    margin-top: 0;
}
.slick-arrow.slick-next {
    right: var(--pos-x, -100px);
    left: auto;
}
.slick-arrow:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}
@media (max-width: 1500px) {
    .slick-arrow {
        --arrow-horizontal: -20px;
        --pos-x: -70px;
    }
}
@media (max-width: 1399px) {
    .slick-arrow {
        --arrow-horizontal: 40px;
        --pos-x: -17px;
    }
}
@media (max-width: 991px) {
    .slick-arrow {
        --icon-size: 40px;
        line-height: 38px;
        margin-right: 40px;
        font-size: 14px;
    }
    .slick-arrow.slick-next {
        margin-right: 0;
        margin-left: 40px;
    }
    .slick-dots {
        margin: 40px 0 0 0;
    }
}
.slick-3d-active {
    margin-left: -12%;
    margin-right: -12%;
}
.slick-3d-active .slick-list {
    padding-left: 30% !important;
    padding-right: 30% !important;
}
.slick-3d-active .slick-track {
    max-width: 100% !important;
    transform: translate3d(0, 0, 0) !important;
    perspective: 100px;
}
.slick-3d-active .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100% !important;
    transform: translate3d(0, 0, 0);
    transition: transform 1s, opacity 1s;
}
.slick-3d-active .slick-3d-next,
.slick-3d-active .slick-3d-prev,
.slick-3d-active .slick-3d-next2,
.slick-3d-active .slick-3d-prev2 {
    display: block;
}
.slick-3d-active .slick-current {
    opacity: 1;
    position: relative;
    display: block;
    z-index: 2;
}
.slick-3d-active .slick-3d-next {
    opacity: 1;
    transform: translate3d(50%, 0, -21px);
    z-index: 1;
    perspective: 1000px;
}
.slick-3d-active .slick-3d-next2 {
    opacity: 1;
    transform: translate3d(40%, 0, -23px);
    z-index: 0;
    perspective: 1000px;
}
.slick-3d-active .slick-3d-prev {
    opacity: 1;
    transform: translate3d(-50%, 0, -21px);
}
.slick-3d-active .slick-3d-prev2 {
    opacity: 1;
    transform: translate3d(-40%, 0, -23px);
}
.th-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999999;
    width: 0;
    width: 100%;
    height: 100%;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden;
}
.th-menu-wrapper .mobile-logo {
    padding-bottom: 0px;
    padding-top: 40px;
    display: block;
    text-align: center;
    background-color: transparent;
}
.th-menu-wrapper .mobile-logo svg {
    max-width: 185px;
}
.th-menu-wrapper .mobile-logo img{
   height:83px
}

.th-menu-wrapper .mobile-logo h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 21px;
    color: #fff;
    margin-bottom: 20px;
	text-align:center;
    color: var(--theme-color);
}
.mobile-login{
	text-align:center;
}
.mobile-login a {
    position: relative;
    padding: 8px 22px;
    border-radius: 9999px;
    color: #fff;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    color: var(--title-color);
    border: 1px solid var(--title-color);
}
.th-menu-wrapper .th-menu-toggle {
    border: none;
    position: absolute;
    right: -16.5px;
    top: 25px;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 35px;
    font-size: 18px;
    z-index: 1;
    color: var(--white-color);
    background-color:var(--theme-color2);
    border-radius: 50%;
}
.th-menu-wrapper .th-menu-toggle:hover {
    background-color: var(--title-color);
    color: var(--white-color);
}
.th-menu-wrapper .th-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: #fff;
    border-right: 3px solid var(--theme-color2);
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    transition: all ease 1s;
    z-index: 1;
}
.th-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    padding-bottom: 40px;
    margin-top: 23px;
    text-align: left;
}
.th-mobile-menu ul {
    margin: 0;
    padding: 0 0;
}
.th-mobile-menu ul li {
    border-bottom: 1px solid #fdedf1;
    list-style-type: none;
}
.th-mobile-menu ul li li:first-child {
    border-top: 1px solid #fdedf1;
}
.th-mobile-menu ul li a {
  display: block;
    position: relative;
    padding: 12px 0;
    line-height: 1.4;
    font-size: 15px;
    text-transform: capitalize;
    color : var(--title-color);
    padding-left: 18px;
    font-weight: 600;
	    text-transform: uppercase;
}
.th-mobile-menu ul li a:before {
    content: "\f105";
    font-family: var(--icon-font);
    position: absolute;
    left: 0;
    top: 12px;
    margin-right: 10px;
    display: inline-block;
}
.th-mobile-menu ul li ul li {
    padding-left: 20px;
}
.th-mobile-menu ul li ul li:last-child {
    border-bottom: none;
}
.th-mobile-menu > ul {
    padding: 0 40px;
}
.th-mobile-menu > ul > li:last-child {
    border-bottom: none;
}
.th-menu-toggle {
      width: 38px;
    height: 38px;
    padding: 0;
    font-size: 25px;
    border: none;
    background-color: transparent;
    color: var(--white-color);
    display: inline-block;
    border-radius: 5px;
}
.th-menu-toggle:hover {
    background-color: var(--theme-color2);
}
@media (max-width: 400px) {
    .th-menu-wrapper .th-menu-area {
        width: 100%;
        max-width: 270px;
    }
    .th-mobile-menu > ul {
        padding: 0 20px;
    }
}
.loader {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
    background-color: var(--white-color);
    background-image: url("data:image/svg+xml,%3Csvg width='101' height='101' viewBox='0 0 101 101' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M46.8411 0.0601557C42.4528 0.460496 36.6594 1.80205 32.7965 3.31233C17.7304 9.20286 6.19776 22.2024 2.33176 37.6519C1.15065 42.372 0.869141 44.7577 0.869141 50.049C0.869141 55.3402 1.15065 57.7259 2.33176 62.4461C6.69142 79.8684 20.6695 93.9387 38.1205 98.4716C43.0691 99.7567 45.4298 100.049 50.8691 100.049C56.1604 100.049 58.5461 99.7675 63.2663 98.5864C80.6924 94.2256 94.758 80.2526 99.2917 62.7976C100.577 57.849 100.869 55.4884 100.869 50.049C100.869 44.6096 100.577 42.2489 99.2917 37.3003C94.3039 18.0976 78.1442 3.56028 58.3657 0.482874C56.1881 0.144073 48.8648 -0.124462 46.8411 0.0601557ZM57.5917 14.8989C72.0209 17.7282 83.1452 28.8699 86.0447 43.3965C86.7026 46.6921 86.7561 53.0924 86.1517 56.2029C84.6819 63.768 81.2939 70.2018 76.0223 75.4378C70.8521 80.5731 64.4861 83.8888 57.0231 85.3331C53.8311 85.9507 47.4874 85.8867 44.1558 85.203C29.5193 82.1997 18.6007 71.2661 15.6936 56.7015C14.975 53.1022 14.975 46.9957 15.6936 43.3965C17.7181 33.253 23.486 24.9703 32.4043 19.3991C36.2488 16.9975 41.7607 15.0997 46.7174 14.4711C49.2519 14.1495 54.9045 14.3719 57.5917 14.8989ZM45.2747 21.9788C42.5904 22.5586 40.7031 23.2179 38.2256 24.4409C35.2554 25.9073 32.5459 27.898 30.2526 30.2983C28.5544 32.0755 26.2506 35.1294 26.2568 35.5944C26.2586 35.7289 29.2461 37.0875 32.8959 38.6134L39.5316 41.3881L40.3332 40.4905C40.774 39.9971 41.589 39.2344 42.1442 38.796C43.108 38.0347 45.8607 36.59 46.8306 36.3365C47.2804 36.2188 47.2887 36.0847 47.2887 28.9229C47.2887 23.2275 47.2274 21.6329 47.009 21.6467C46.8552 21.6566 46.0747 21.8061 45.2747 21.9788ZM54.4496 28.9126C54.4496 36.085 54.4579 36.2188 54.9077 36.3365C55.8775 36.59 58.6302 38.0347 59.5941 38.796C60.1492 39.2344 60.9654 39.9982 61.4075 40.4934L62.2116 41.3937L68.846 38.6163C72.4949 37.0888 75.4814 35.7289 75.4826 35.5944C75.4868 35.131 73.1864 32.0784 71.5138 30.3278C67.1233 25.7323 61.6792 22.8552 55.2888 21.7535L54.4496 21.6087V28.9126ZM23.2289 42.7202C22.8435 43.782 22.4052 46.7735 22.3024 49.042C21.9878 55.9856 24.6092 63.4996 29.1331 68.6226C29.9188 69.5121 30.0602 69.5905 30.3466 69.2939C30.9016 68.7193 39.2326 58.5597 39.2326 58.4577C39.2326 58.4044 38.8869 57.7747 38.4644 57.0582C37.1801 54.8808 36.7165 53.174 36.6511 50.3849L36.5934 47.9237L30.1367 45.1952C26.5856 43.6945 23.6013 42.4609 23.5053 42.4535C23.409 42.4463 23.2846 42.5665 23.2289 42.7202ZM71.5687 45.218L65.0791 47.9651L65.1487 49.5106C65.2431 51.6078 64.6843 54.2824 63.768 56.1194L63.0087 57.6416L67.4789 63.3557C69.9375 66.4987 72.033 69.0702 72.1355 69.0702C72.5629 69.0702 75.3501 64.9752 76.4768 62.6925C78.6886 58.2106 79.3942 55.0574 79.3564 49.8252C79.3295 46.1187 78.8218 42.6712 78.282 42.5296C78.159 42.4973 75.1379 43.7071 71.5687 45.218ZM49.1908 43.0823C47.1367 43.622 45.6191 44.8264 44.5917 46.7315C43.8942 48.0251 43.8284 48.3104 43.8284 50.049C43.8284 51.7862 43.8944 52.0735 44.5888 53.3611C45.4356 54.9316 46.1378 55.6097 47.8242 56.486C48.7987 56.9924 49.247 57.0799 50.8691 57.0799C52.4913 57.0799 52.9395 56.9924 53.9141 56.486C55.6005 55.6097 56.3027 54.9316 57.1495 53.3611C57.8457 52.0699 57.9094 51.7909 57.905 50.049C57.9007 48.4326 57.8108 47.9752 57.3061 47.004C56.4341 45.3259 55.7506 44.6141 54.2375 43.8076C52.795 43.0387 50.5722 42.7191 49.1908 43.0823ZM56.307 63.1685C53.4764 64.5075 49.7415 64.687 46.6173 63.6339C45.5168 63.2629 44.8502 63.1416 44.6808 63.2815C44.3303 63.571 35.7815 73.968 35.6965 74.2083C35.5893 74.5109 40.4939 76.8113 42.5931 77.4431C48.1986 79.1299 54.1811 79.0538 59.7659 77.2244C62.0272 76.4837 65.8607 74.6465 66.3334 74.077C66.4992 73.8769 65.3716 72.283 62.1697 68.1916C59.7545 65.1055 57.7092 62.5891 57.6246 62.5992C57.54 62.6095 56.947 62.8657 56.307 63.1685Z' fill='%230073E6'/%3E%3C/svg%3E");
    animation: spinPreloader 1s linear infinite;
    border-radius: 50%;
}
@keyframes spinPreloader {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.th-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--title-color);
    font-family: var(--body-font);
    line-height: 1;
    padding: 20px 32px;
    min-width: unset;
font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
    line-height: 1.3em;
    letter-spacing: 0.2px;
    fill: var(--e-global-color-195d883);
    color: var(--e-global-color-195d883);
   
border-style: solid;
    border-width: 0px 0px 0px 0px;
    padding: 15px 30px 15px 30px;
    color: var(--white-color);
    border-radius: 9999px;
	    cursor: pointer;
}
 .th-btn.style3 {
    background-color: #fff;
    color: var(--theme-color2);
       background-image: unset;
}
 
.th-btn:hover,
.th-btn.active {
   color: var(--white-color);
    box-shadow: none;
	   background-color: var(--title-color);
}
.th-btn:hover::before,
.th-btn:hover:after,
.th-btn.active::before,
.th-btn.active:after {
    border-radius: 0;
    transform: scale(1) rotate(360deg);
}
.th-btn.style2 {
    background-color: transparent;
    color: var(--white-color);
    border: 1px solid var(--white-color);
    padding: 20px 40px;
    box-shadow: none;
}
.th-btn.style2:hover {
    color: var(--title-color);
    border-color: var(--white-color);
}
.th-btn.style2:hover:before,
.th-btn.style2:hover:after {
    background-color: var(--white-color);
}
.th-btn.btn-fw {
    width: 100%;
}
.th-btn.btn-fw:before,
.th-btn.btn-fw:after {
    display: none;
}
.th-btn.btn-fw:hover {
    background-color: var(--title-color);
}
.th-btn.btn-small {
    padding: 16px 25px;
    min-width: 152px;
}
.play-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.play-btn > i {
    display: inline-block;
    width: var(--icon-size, 56px);
    height: var(--icon-size, 56px);
    line-height: var(--icon-size, 56px);
    text-align: center;
    background-color: var(--white-color);
    color: var(--theme-color);
    font-size: var(--icon-font-size, 1.4em);
    border-radius: 50%;
    z-index: 1;
    transition: all ease 0.4s;
}
.play-btn:after,
.play-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--white-color);
    z-index: -1;
    border-radius: 50%;
    transition: all ease 0.4s;
}
.play-btn:after {
    animation-delay: 2s;
}
.play-btn:hover:after,
.play-btn:hover::before,
.play-btn:hover i {
    background-color: var(--theme-color);
    color: var(--white-color);
}
.play-btn.style2:before,
.play-btn.style2:after {
    background-color: transparent;
    border: 1px solid var(--white-color);
}
.play-btn.style3 > i {
    --icon-size: 40px;
    font-size: 14px;
    border: 1px solid;
    background-color: var(--theme-color);
    color: var(--white-color);
}
.play-btn.style3:before,
.play-btn.style3:after {
    background-color: var(--white-color);
}
.play-btn.style3:hover > i {
    background-color: var(--white-color);
    color: var(--theme-color);
}
.play-btn.style3:hover:before,
.play-btn.style3:hover:after {
    background-color: var(--white-color);
}
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 1;
    visibility: hidden;
    transform: translateY(45px);
    transition: all 300ms linear;
}
.scroll-top:after {
    content: "\f062";
    font-family: var(--icon-font);
    position: absolute;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: var(--theme-color2);
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    border: 2px solid var(--theme-color2);
    box-shadow: none;
    border-radius: 50%;
}
.scroll-top svg {
    color: var(--theme-color2);
    border-radius: 50%;
    background: var(--white-color);
}
.scroll-top svg path {
    fill: none;
}
.scroll-top .progress-circle path {
    stroke: var(--theme-color2);
    stroke-width: 20px;
    box-sizing: border-box;
    transition: all 400ms linear;
}
.scroll-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.sec-title {
       margin-bottom: 10px;
    margin-top: 0;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 40px;
 
}

.title-area   h3 {
    color: var(--theme-color);
    font-size: 20px;
}
.sec-title span {
	 color: var(--theme-color);
}
.title-area {
    margin-bottom: calc(var(--section-title-space) - 12px);
    position: relative;
    z-index: 2;
}
.title-area .sec-title {
    margin-bottom: 11px;
}
.title-area.mb-0 .sec-title {
    margin-bottom: -0.24em;
}
.title-area .th-btn {
    margin-top: 20px;
    margin-bottom: 10px;
}
@media (max-width: 1199px) {
    .title-area,
    .sec-title {
        --section-title-space: 60px;
    }
    .title-area.mb-50,
    .sec-title.mb-50 {
        margin-bottom: 40px;
    }
}
@media (max-width: 991px) {
    .title-area,
    .sec-title {
        --section-title-space: 50px;
    }
}
.shape-mockup {
    position: absolute;
    z-index: -1;
    pointer-events: none;
}
.badge {
    position: absolute;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 0.25em 0.45em;
    font-size: 0.7em;
    border-radius: 50%;
    top: 8px;
    right: 8px;
    font-weight: 400;
    transition: 0.3s ease-in-out;
}
.slider-shadow .slick-list {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: -30px;
    margin-top: -30px;
}
.btn-group {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}
.btn-group.style2 {
    gap: 20px 70px;
}
@media (max-width: 767px) {
    .btn-group.style2 {
        gap: 20px 30px;
    }
    .btn-group {
        gap: 20px;
    }
}
.bg-white {
    background-color: var(--white-color) !important;
}
.bg-black {
    background-color: var(--black-color) !important;
}

[data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.text-white {
    color: var(--white-color) !important;
}

.play-btn:after,
.play-btn:before {
    animation-duration: var(--ripple-ani-duration);
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-name: ripple;
}
@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    30% {
        opacity: 0.4;
    }
    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}
@keyframes ripple2 {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    30% {
        opacity: 0.4;
    }
    100% {
        transform: scale(2.8);
        opacity: 0;
    }
}
@keyframes morph {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    50% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}
@keyframes movingX {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(50px);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes movingCar {
    0% {
        transform: translateX(0) rotateY(0deg);
    }
    50% {
        transform: translateX(calc(100vw * -1 + 108%));
    }
    51% {
        transform: translateX(calc(100vw * -1 + 108%)) rotateY(180deg);
    }
    100% {
        transform: translateX(0) rotateY(180deg);
    }
}
@keyframes moving {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-50px);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes jumpAni {
    0% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes jumpReverseAni {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(30px);
    }
    100% {
        transform: translateY(0);
    }
}
.spin {
    animation: spin 10s linear infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes bgColor {
    0% {
        background-color: #f2ba4c;
    }
    25% {
        background-color: #81f24c;
    }
    50% {
        background-color: #41f27d;
    }
    75% {
        background-color: #0500ff;
    }
    100% {
        background-color: #f2ba4c;
    }
}
@keyframes animate-positive {
    0% {
        width: 0;
    }
}

.slideinleft {
    opacity: 0;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-delay: 0.3s;
    animation-name: var(--animation-name);
}

@-webkit-keyframes slideinleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-70px);
        transform: translateX(-70px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes slideinleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-70px);
        transform: translateX(-70px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes slidebottomright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px) translateY(100px);
        transform: translateX(100px) translateY(100px);
    }
    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
}
@keyframes slidebottomright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px) translateY(100px);
        transform: translateX(100px) translateY(100px);
    }
    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
}
@-webkit-keyframes slidetopleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px) translateY(-100px);
        transform: translateX(-100px) translateY(-100px);
    }
    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
}
@keyframes slidetopleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px) translateY(-100px);
        transform: translateX(-100px) translateY(-100px);
    }
    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
}

@keyframes slideinup {
    0% {
        opacity: 0;
        transform: translateY(70px);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes slideinright {
    0% {
        opacity: 0;
        transform: translateX(70px);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes slideindown {
    0% {
        opacity: 0;
        transform: translateY(-70px);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes slideinleft {
    0% {
        opacity: 0;
        transform: translateX(-70px);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes slidebottomright {
    0% {
        opacity: 0;
        transform: translateX(100px) translateY(100px);
    }
    100% {
        transform: translateX(0) translateY(0);
    }
}
@keyframes slidetopleft {
    0% {
        opacity: 0;
        transform: translateX(-100px) translateY(-100px);
    }
    100% {
        transform: translateX(0) translateY(0);
    }
}


.scalein.th-animated {
    --animation-name: scalein;
}
.slidetopleft.th-animated {
    --animation-name: slidetopleft;
}
.slidebottomright.th-animated {
    --animation-name: slidebottomright;
}
.slideinleft.th-animated {
    --animation-name: slideinleft;
}
.slideinright.th-animated {
    --animation-name: slideinright;
}
.slideinup.th-animated {
    --animation-name: slideinup;
}
.slideindown.th-animated {
    --animation-name: slideindown;
}
.rollinleft.th-animated {
    --animation-name: rollinleft;
}
.rollinright.th-animated {
    --animation-name: rollinright;
}

.th-animated {
    opacity: 1;
}

.widget_nav_menu ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0;
}
.widget_nav_menu > ul,
.widget_nav_menu .menu {
    margin: -20px 0 -20px 0;
}
.widget_nav_menu a {
    display: block;
    background-color: transparent;
    margin: 0;
    padding: 16px 45px 19px 27px;
    font-size: 16px;
    line-height: 1.313;
    color: var(--body-color);
    border-radius: 0;
    border-bottom: 1px solid var(--border-color);
}
.widget_nav_menu a::before {
    content: "\f07c";
    position: absolute;
    left: 0;
    top: 17px;
    font-family: var(--icon-font);
    font-weight: 500;
}
.widget_nav_menu li {
    display: block;
    position: relative;
}
.widget_nav_menu li:last-child a {
    border-bottom: none;
}
.widget_nav_menu li > span {
    color: var(--body-color);
    text-align: center;
    position: absolute;
    right: 0;
    top: 14px;
    transition: all ease 0.4s;
    pointer-events: none;
    min-width: 20px;
    text-align: right;
}
.widget_nav_menu a:hover {
    color: var(--theme-color);
}
.widget_nav_menu a:hover ~ span {
    color: var(--theme-color);
}
.widget_nav_menu a {
    padding-right: 20px;
}
.widget_nav_menu .sub-menu {
    margin-left: 10px;
}
.widget {
    padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
    background-color: var(--smoke-color);
    margin-bottom: 40px;
    position: relative;
    border-radius: 10px;
}
.widget select,
.widget input,
.widget .form-control,
.widget textarea {
    background-color: var(--white-color);
}
.widget textarea {
    min-height: 120px;
}
.widget .form-group > i {
    background-color: var(--white-color);
}

.widget_title {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    font-family: var(--title-font);
    line-height: 1em;
    padding-bottom: 17px;
    margin: -0.12em 0 30px 0;
}

.widget_title:after,
.widget_title:before {
    content: "";
    height: 3px;
    width: 100%;
    background-color: var(--border-color);
    position: absolute;
    bottom: 0;
    left: 0;
}

.widget_title:after {
    background-color: var(--theme-color);
    width: 30px;
}
@media (max-width: 1199px) {
    .widget {
        --widget-padding-y: 30px;
        --widget-padding-x: 30px;
    }
    .widget_title {
        font-size: 22px;
        margin: -0.12em 0 24px 0;
    }
}
@media (max-width: 991px) {
    .widget {
        --widget-padding-y: 40px;
        --widget-padding-x: 40px;
    }
}
@media (max-width: 767px) {
    .widget {
        padding: 35px 20px;
    }
}
.footer-widget {
    margin-bottom: 30px;
}
.footer-widget,
.footer-widget .widget {
    padding: 0;
    border: none;
    padding-bottom: 0;
    background-color: transparent;
    box-shadow: none;
}
.footer-widget .form-group > i {
    color: var(--theme-color);
    top: 18px;
}
.footer-widget .widget_title {
    max-width: 100%;
    color: var(--white-color);
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 38px 0;
    padding: 0 0 17px 0;
}
.footer-widget .widget_title:before {
    display: none;
}
.footer-widget .widget_title:after {
    border-radius: 10px;
    height: 3px;
    width: 112px;
    background-color: transparent;
  content:unset
}

.footer-widget.widget_nav_menu ul {
    margin-top: 0px;
}

.footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu > ul {
    margin-bottom: 0px;
}

.footer-widget.widget_nav_menu a {
    padding: 0 0 0 20px;
    margin-bottom: 17px;
    font-family: var(--body-font);
    display: block;
    max-width: 100%;
    width: -moz-max-content;
    width: max-content;
    padding-right: 0;
    background-color: transparent;
    border-bottom: none;
    position: relative;
	    font-size: 14px;
    font-weight: 400;
}

.footer-widget.widget_nav_menu a:before {
    content: "\f061";
    font-weight: 600;
    left: 0;
    top: 2px;
    transform: translateY(0);
    font-size: 0.9em;
    background-color: transparent;
    border: none;
    color: inherit;
}

.footer-widget.widget_nav_menu a:hover {
    background-color: transparent;
    color: #fff;
}

.footer-widget.widget_nav_menu a:hover:before {
    color: var(--theme-color2);
}

.footer-widget.widget_nav_menu li > span {
    width: auto;
    height: auto;
    position: relative;
    background-color: transparent;
    color: var(--body-color);
    line-height: 1;
}

.footer-widget.widget_nav_menu li:last-child a {
    margin-bottom: 0;
}
@media (max-width: 1199px) {
    
    .footer-widget.widget_nav_menu a {
        margin-bottom: 16px;
    }
}
@media (max-width: 767px) {
    .footer-widget .widget_title {
        margin-bottom: 35px;
    }
}
.th-header {
    position: absolute;
    z-index: 41;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
	    background-color: #00000021;
}
.th-header .menu-area {
    position: relative;
    z-index: 2;
}
.sticky-wrapper {
    transition: 0.4s ease-in-out;
}
@keyframes stickyAni {
    0% {
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7;
    }
    100% {
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1;
    }
}

.sticky-wrapper.sticky .main-menu a {
	 color: var(--theme-color);
}

.sticky-wrapper.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: var(--white-color);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    -webkit-animation: stickyAni 0.4s ease-in-out;
    animation: stickyAni 0.4s ease-in-out;
}

.header-black  .main-menu a:hover, .sticky-wrapper.sticky .main-menu a:hover {
	  color: #934ced;
}

.sticky-wrapper.sticky .header-logo img {
   height: 88px;
    
}

.sticky-wrapper.sticky .header-logo h3{
	  color: var(--theme-color);
}

.sticky-wrapper.sticky a {
    padding-top: 5px;
    padding-bottom: 5px;
	}


.main-menu a {
    display: block;
    position: relative;
    font-weight: 700;
    font-size: 14px;
    font-family: var(--title-font);
    color: var(--white-color);
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}

.main-menu a:hover {
    color: var(--theme-color);
}
.main-menu > ul > li {
    margin: 0 13px;
}
.main-menu > ul > li > a {
    padding: 27px 0;
}

.main-menu > ul > li > a:before {
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
    background: #934ced;
    width: 0%;
    margin-top: 30px;
    transition: 0.4s;
}
.main-menu > ul > li > a:hover:before, .main-menu > ul > li > a.active:before{
    width: 100%;
}
.main-menu > ul > li > a:hover, .main-menu > ul > li > a.active {
    color: #934ced;
}
.main-menu ul {
    margin: 0;
    padding: 0;
}
.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
}
.main-menu ul li.menu-item-has-children > a:after {
    content: "\2b";
    display: inline-block;
    position: relative;
    font-family: var(--icon-font);
    margin-left: 4px;
    font-weight: 600;
    top: 0;
    font-size: 0.9em;
    color: var(--white-color);
    transition: 0.3s ease-in-out;
	    content: "\f107";
}
.main-menu ul li.menu-item-has-children > a:hover:after  {
    content: "\f068";
    transform: rotate(180deg);
	    content: "\f107";
		    color: var(--theme-color);
}
.main-menu ul li:last-child {
    margin-right: 0 !important;
}
.main-menu ul li:first-child {
    margin-left: 0 !important;
}
.main-menu ul li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    z-index: 9;
}
.main-menu ul.sub-menu {
    border-top: unset;
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    min-width: 230px;
    width: -moz-max-content;
    width: max-content;
    padding: 0px 0;
    left: -14px;
    opacity: 0;
    z-index: -1;
    box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
    border-radius: 0;
    transform: scaleY(0);
    transform-origin: top center;
    transition: all 0.4s ease 0s;
}
.main-menu ul.sub-menu a {
       font-size: 15px;
    line-height: 27px;
    font-weight: 500;
}
.main-menu ul.sub-menu {
    padding: 0px 0px 0px 0px;
    left: 0px;
}
.main-menu ul.sub-menu li {
    display: block;
    margin: 0 0;
    padding: 0px 0px;
}
.main-menu ul.sub-menu li.menu-item-has-children > a:after {
    content: "\2b";
    float: right;
    top: 1px;
    display: inline-block;
}
.main-menu ul.sub-menu li.menu-item-has-children > a:hover:after {
    content: "\f068";
    transform: rotate(180deg);
}
.main-menu ul.sub-menu li a {
    position: relative;
    padding: 8px 15px;
    text-transform: capitalize;
	  color: var(--title-color);
}
 
.main-menu ul.sub-menu li a:hover {
 
	  
 
    color: var(--theme-color2);
}
.main-menu ul.sub-menu li a:hover:before {
    visibility: visible;
    opacity: 1;
    left: 0;
}
.main-menu ul.sub-menu li ul.sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0 0;
    margin-left: 20px;
}
.main-menu ul.sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto;
}

    .main-menu > ul > li {
        margin: 0 24px
    }
.header-logo {
     padding-top: 5px;
    padding-bottom: 5px;

}
.header-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.header-links li {
    display: inline-block;
    position: relative;
    font-size: 15px;
    font-weight: 400;
}
.header-links li:not(:last-child) {
    margin: 0 40px 0 0;
}
 
.header-links li > i {
    margin-right: 6px;
}
.header-links li,
.header-links span,
.header-links p,
.header-links a {
      color: var(--body-color);
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;

}
.header-links a:hover {
    color: var(--theme-color);
}
.header-links b,
.header-links strong {
    font-weight: 600;
    margin-right: 6px;
}
.header-top {
    padding: 16px 0;
    background-color: var(--theme-color);
    --body-color: #fff;
}
.header-top a:hover {
    color: var(--title-color);
}
.header-layout2 .menu-area {
    background-color:transparent;
}

.header-layout2 .menu-area:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 33.5%;
    background-color: var(--theme-color);
    clip-path: polygon(60px 0, 100% 0, 100% 100%, 0% 100%);
    z-index: -1;
}
.header-layout2 .header-top {
     padding: 4px 0;
    background-color: transparent;
    --body-color: #fff;
    position: relative;
    z-index: 2;
    background: #230638D1;
}
.header-layout2 .header-top a:hover {
    color: var(--white-color);
}
.header-layout2 .header-top:before {
    content:unset!important;
    
}
.header-layout2 .header-links li > i {
    color: #fff;
}
.header-layout2 .header-links li:after {
    height: 56px;
    top: -15px;
    background-color: #2a2f3c;
    opacity: 1;
}
@media (min-width: 1922px) {
    .header-layout2 .menu-area:before {
        width: 38%;
    }
    .header-layout2 .header-top:before {
        width: 37%;
    }
}
@media (max-width: 1700px) {
    .header-layout2 .header-top:before {
        width: 30%;
    }
}
@media (max-width: 1500px) {
    .header-layout2 .header-top:before {
        width: 35%;
    }
    .header-layout2 .menu-area:before {
        width: 14%;
    }
}
@media (max-width: 1299px) {
    .header-layout2 .header-top:before {
        width: 50%;
    }
   
}
@media (max-width: 991px) {
    .header-layout2 .header-top:before {
        display: none;
    }
}
@media (max-width: 575.98px) {
    .header-layout2 .header-links li:nth-child(3) {
        display: none;
    }
}
.footer-wrapper {
    --border-color: rgba(255, 255, 255, 0.3);
    --body-color: #fff;
    position: relative;
    z-index: 2;
	    --title-color: #fff;
    background-color: var(--theme-color2);
    overflow: hidden;
	   
}
.widget-area {
  padding-top: 70px;
    padding-bottom: 30px;
}
.copyright-wrap {
padding: 22px 0;
    background-size : 100% auto;
    background-color: #3e1b6b;
}
.copyright-text {
    margin: 0;
	font-size:14px;
	    text-align: center;
}
.copyright-text a {
      color: var(--white-color);
    font-size: 15px;
    font-weight: 400;
	padding:10px 0
}
.copyright-text a:hover {
   color: var(--white-color);
}
.th-widget-contact {
    max-width: 265px;
}
@media (max-width: 991px) {
    .footer-wrapper .widget-area {
        padding-top: var(--section-space-mobile);
        padding-bottom: 30px;
    }
    .copyright-text {
        text-align: center;
    }
}
.th-widget-contact {
    max-width: 280px;
}
.info-box {
    display: -ms-flexbox;
    display: BLOCK;
    align-items: unset;
    margin-bottom: 30px;
}
.info-box:last-child {
    margin-bottom: 0;
}
.info-box_text {
    display: block;
    color: var(--body-color);
    margin-top: -0.45em;
    margin-bottom: -0.45em;
	    font-size: 14px;
    font-weight: 400;
}
.th-hero-wrapper {
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.th-hero-wrapper .slick-arrow {
    border: none;
}
.th-hero-wrapper .slick-dots {
    position: absolute;
    top: 50%;
    left: 80px;
    transform: translateY(-50%);
}
.hero-title {
        font-size: 49px;
    font-weight: 700;
    line-height: 1.135;
    margin-bottom: 0;
	    text-shadow: 0px 5px 20px #040404;
}

.hero-title:last-of-type {
    margin-bottom: 17px;
}
.hero-text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}
 .bann-img{
	width:100%;
	height:100vh!important;
	-o-object-fit:cover;
	   object-fit:cover;
	    -o-object-position: top;
	       object-position: top;
	  
}
.hero-1 .th-hero-slide:before{
	    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
  /*  background: #00000054;*/
    z-index: 0;
}
.Banner-slide {
    position: absolute;
    top: 47%;
    z-index: 9;
    color: #fff;
    left: 0;
    right: 0;
}
@media (min-width: 1600px) {
 .Banner-slide {
 top: 47%;
}
}
.hero-1 {
    overflow: hidden;
}
.hero-style1 {
    position: relative;
    z-index: 6;
    padding:  0px 0!important;
    max-width: 620px;
}
.hero-style1 .hero-title {
    color: var(--white-color);
}
.hero-style1 .hero-text {
    color: var(--white-color);
    font-weight: 400;
		    text-shadow: 0px 5px 20px #040404
}

@media (max-width: 991px) {
    .hero-title {
        font-size: 54px;
        line-height: 1.2;
    }
    .hero-style1 {
        padding: 110px 0;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .hero-style1 .btn-group {
        justify-content: center;
    }
    .hero-style1 .hero-text {
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 767px) {
    .hero-title {
        font-size: 48px;
    }
}
@media (max-width: 575px) {
    .hero-title {
        font-size: 38px;
        line-height: 1.24;
    }
    .hero-text {
        margin-bottom: 28px;
    }
}
@media (max-width: 390px) {
    .hero-title {
        font-size: 34px;
        line-height: 1.3;
    }
}
@media (max-width: 330px) {
    .hero-title {
        font-size: 30px;
    }
}
@keyframes colorPosition {
    0% {
        height: 0;
        width: 0;
        border-radius: 0 50% 50% 0;
    }
    100% {
        height: 100%;
        width: 100%;
        border-radius: 0;
    }
}
#description {
    margin-bottom: 30px;
}
.woocommerce-cart-form {
    text-align: center;
}
.cart_table {
    border: 1px solid #eaf0f2;
    margin-bottom: 45px;
}
.cart_table thead {
    background-color: #ecf0f1;
}
.cart_table thead th {
    border: none !important;
}
.cart_table td:before,
.cart_table th {
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 800;
    border: none;
    padding: 27px 15px;
}
.cart_table td:before {
    content: attr(data-title);
    position: absolute;
    left: 15px;
    top: 50%;
    vertical-align: top;
    padding: 0;
    transform: translateY(-50%);
    display: none;
}
.cart_table td {
    border: none;
    border-bottom: 1px solid #f3f3f3;
    color: #8b8b8b;
    padding: 20px 10px;
    position: relative;
    vertical-align: middle;
}
.cart_table .remove {
    color: var(--theme-color);
    font-size: 18px;
}
@media (max-width: 991px) {
    .cart_table th {
        padding: 23px 8px;
        font-size: 14px;
    }
}
.testi-box {
    position: relative;
    z-index: 2;
    text-align: center;
    transition: 0.4s ease-in-out;
}
.testi-box_img {
    text-align: center;
    position: relative;
    margin-bottom: 35px;
}
.testi-box_img img {
    max-width: 140px;
    padding: 15px;
    background-color: var(--white-color);
    border: 1px solid var(--theme-color);
    border-radius: 50%;
}
.testi-box_img .play-btn {
    position: absolute;
    bottom: 5px;
    left: calc(50% - 15px);
}
.testi-box_img .play-btn i {
    --icon-size: 30px;
    font-size: 18px;
    background-color: var(--theme-color);
    color: var(--white-color);
}
.testi-box_img .play-btn:before,
.testi-box_img .play-btn:after {
    background-color: var(--theme-color);
}
.testi-box_content {
    padding: 30px;
    position: relative;
    filter: drop-shadow(0px 6px 15px rgba(191, 191, 191, 0.1));
    background-image: linear-gradient(to bottom, var(--theme-color), var(--white-color) 50%);
    z-index: 2;
    border-radius: 20px;
}
.testi-box_content:before {
    content: "";
    position: absolute;
    inset: 1px;
    background-color: var(--white-color);
    z-index: -1;
    border-radius: inherit;
    pointer-events: none;
}
.testi-box_content:after {
  position: absolute;
    left: calc(50% - 37.5px);
    bottom: calc(100% - 4.2px);
    height: 23px;
    width: 75px;
	
	content:url(../img/download.png);
}
.testi-box_name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 2px;
	color:var(--theme-color2)
}
.testi-box_desig {
     margin-bottom: 0;
    display: block;
    color: var(--title-color);
    font-weight: 500;
}
.testi-box:hover {
}

 
.counter-card {
    --border-color: #d4d4d4;
 
    padding: 20px 0;
    text-align: left;
    position: relative;
    z-index: 2;
}
.counter-card:before {
       content: '';
    position: absolute;
    background-color: var(--theme-color);
    width: 1px;
    right: 18px;
    height: 100%;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    top: 0;
    z-index: 1;
    opacity: 0.2;
 
}
.counter-card:last-child:before {
	content:unset!important
}
.counter-card-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
    width: 100%;
}
.counter-card:last-child {
    border-right: none;
}
.counter-card_number {
        font-size: 36px;
    color: var(--theme-color);
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 0;
    line-height: 1.2;
    padding-left: 10px;
}
.counter-card_number .counter-number {
    color: var(--title-color);
    font-weight: 600;
}
.counter-card_text {
    display: block;
    margin-bottom:0;
}
.counter-card.style2 {
    --border-color: #7bbe42;
}
.counter-card.style2 .counter-number {
    color: var(--white-color);
}
.counter-card.style2 .counter-card_text {
    color: var(--title-color);
    font-weight: 500;
    font-size: 18px;
}
@media (max-width: 991px) {
    .counter-card-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .counter-card:nth-child(even) {
        border-right: none;
    }
    .counter-card:nth-child(-n + 2) {
        border-bottom: 1px solid var(--border-color);
    }
}
@media (max-width: 575px) {
    .counter-card {
        padding: 50px 0;
    }
}
.btn-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px 30px;
}
.px-5 {
    padding-right: 5px;
    padding-left: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-35 {
    margin-bottom: 35px;
}
.mb-50 {
    margin-bottom: 50px;
}
.number-dots .slick-dots button {
    --size: 45px;
    font-size: 18px;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: transparent;
    border: unset;
    color: var(--white-color);
    font-weight: 500;
    border: 1px solid #fff;
    border-radius: 50%;
	    opacity: 0.5;
 background-color:var(--theme-color)
 
}
.number-dots .slick-dots button:before {
  content:unset!important;
}
.number-dots .slick-dots .slick-active button {
    --size: 55px;
	    opacity: 1;
		background-color:var(--theme-color)
}
.number-dots .slick-dots .slick-active button:before {
  content:unset!important;
}

.th-hero-wrapper .slick-dots {
  left: unset;
    left: 6%;
    width: auto;
    right: auto;
    transform: unset;
    bottom: 30px;
    top: unset;
    height: auto;
    text-align: left;
    margin: 0;
}

.number-dots .slick-dots:before {
    
 
	
}
.th-hero-wrapper .slick-dots li {
    margin-right: 0;
    margin: 0px 5px;
	
	display:inline-block
}
.th-hero-wrapper .slick-arrow {
    border: none;
    border-radius: 0%;
    background-color:transparent;
    --pos-x: 5%;
    color: var(--white-color);
}
.th-hero-wrapper .slick-arrow:hover {
    background-color: transparent;
   color: var(--white-color);
}
@keyframes widthAni {
    from {
        width: 298px;
    }
    to {
        width: 0;
    }
}
.header-logo {
    position: relative;
    z-index: 3;
}
.header-logo img{ 
      height: 88px;
   
}
.header-logo h3{
	  font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 21px;
    color: #fff;
    margin-bottom: 0;
 
}
.header-logo h3 span{
display : block;
    text-align: right;
}
.header-layout4 {
    --top-bg: 34%;
    --logo-bg: 26%;
}
.header-layout4 .header-top:before {
    content:unset!important;
}
.header-layout4 .header-top:after {
 content:unset!important;
}
.header-layout4 .menu-area:before {
    display: none;
}
.header-layout4 .main-menu {
    margin-left: 0px;
}
@keyframes bgZoom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}
.btn-group:has(.video-btn) {
    gap: 45px;
}
@media (max-width: 767px) {
    .btn-group:has(.video-btn) {
        gap: 25px;
    }
}
.counter-number {
    font-weight: 800;
    font-feature-settings: "pnum" on, "lnum" on;
}

.testi-box_name,
.counter-number,
.counter-card_number .counter-number {
    font-weight: 700 !important;
}
.counter-card.style2 {
    border-color: #74757b;
	    text-align: center;
}
.counter-card.style2 .counter-number {
    color: var(--theme-color);
}
.footer-widget .widget_title {
    font-size: 19px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--title-color);
    margin: 0 0 35px 0;
    padding : 0 0 0px 0;
}


.footer-widget table{
	    margin-top: -10px;
}

/**************/

/***********/
.header-layout4 .header-top:before {
    background-color: #4f7b29;
}
.btn-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
}
@media (max-width: 375px) {
    .header-logo img {
        max-width: 170px;
    }
}
@keyframes lineDown {
    0% {
        transform: 0;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    100% {
        transform: translateY(8px);
        opacity: 0;
    }
}
.counter-card {
    --border-color: #d4d4d4;
}
.counter-card-wrap.style2 {
    padding: 50px 10px;
    position: relative;
    z-index: 3;
    margin-bottom: -50px;
    border-radius: 6px 6px 0 6px;
    overflow: hidden;
}
@media (max-width: 991px) {
    .counter-card-wrap.style2 {
        padding: 0;
    }
}
.counter-card-wrap.style2 .counter-card {
    padding: 10px 0;
    border-right: 1px dashed #74757b;
}
.counter-card-wrap.style2 .counter-card:last-child {
    border-right: none;
}
@media (max-width: 991px) {
    .counter-card-wrap.style2 .counter-card {
        padding: 35px 5px;
    }
    .counter-card-wrap.style2 .counter-card:nth-child(even) {
        border-right: none;
    }
    .counter-card-wrap.style2 .counter-card:nth-child(-n + 2) {
        border-bottom: 1px dashed #74757b;
    }
}
@keyframes heroripple {
    0% {
        opacity: 0.6;
    }
    100% {
        opacity: 0;
        width: 300px;
        height: 300px;
    }
}
.th-widget-contact {
    max-width: 100%;
}

/************/

.testimonial-sec{
 
    padding: 60px 0px 60px;
    position: relative;
}
/********/

/**********/
/*********/

/**********/

.courses{
	position:relative;
	padding:50px 0px 30px;
	    overflow: hidden;
}
/*******/

.ccosec h3 {
    margin-bottom: 0px;
    font-size: 22px;
    margin-top: 15px;
    color: var(--title-color);
}
 .ccosec p {
	 margin:10px 0
 }
.ccosec h3 a{
	color:var(--theme-color)
}
.ccosec h3 a:hover{
	color:var(--theme-color)
}
.sechedulesec{
	    position: relative;
    padding: 27px 0;
    background: #e6d3ff !important;
}

/********/


 .social-profile li a img {
    width: 21px;
    text-align: center;
    position: relative;
    top: 0px;
    margin: 0px auto;
    padding: 0px 0px;
}

.social-profile li {
    display: inline-block;
    margin: 0 4px;
}
.social-profile li a{
	 width: 28px;
	 height:28px;
	 line-height:28px
}
.social-profile li:first-child {
    margin-left: 0;
}
 .social-profile {
    text-align: right;
    margin-left: 15px;
    position: relative;
    padding-left: 0px;
	margin-bottom:0;
	padding-bottom:0
}
.Countersec{
	      position: relative;
		  
		  border-radius:20px;
    padding: 0px 40px 0px;
    background: #e6d3ff !important;
}
 
.Countersec .container{
	position:relative;
	 z-index: 2;
}

.counter-card_number {
    font-size: 40px;
	
}

.co-icon img {
    height: 56px;
    margin-bottom: 13px;
}

/*****************/
/*********/
/***********/

/***********************FIXED_BTN***********************/
.fixedRit {
	position: fixed;
    bottom: 0px;
    overflow: hidden;
    left: unset;
    background: transparent;
    border-radius: 3px;
    box-shadow: unset;
    right: 0px;
    z-index: 10;
opacity: 0;
    visibility: hidden;

}
.fixedRit-sticky{
	opacity: 1;
    visibility: visible;
	 bottom: 140px;
}
.fixedRit ul {
	margin:0px;
	padding-left:0px;
}
.fixedRit ul li{
	list-style:none;
}

.fixedRit ul a {
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	padding:5px;
transition:all .3s;
    height: 60px;
    width: 50px;
    font-size: 32px;
}
.fixedRit ul a.call {
	
	    color: #fff;
    background: #25b6d7;
	    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 0;
}
.fixedRit ul a.mail {
	
	    color: #fff;
    background: #cb2312;
}
.fixedRit ul a.whatsapp {
    border-top-left-radius: 10px;
    border-top-right-radius: 0;
    color: #fff;
    background: #0cd602;
}

.fixedRit ul a span {
	text-transform:uppercase;
	font-size:10px;
	display:none;
color: #fff;
    transition: all .3s;
    line-height: 19px;
}
@media only screen and (min-width: 768px) {
.fixedRit ul a span {
display:block
}
}


.fixedRit ul a:hover {
	background:var(--theme-color)
}
.fixedRit ul a:hover span {
	color:#fff
}
.fixedRit ul a:hover svg {
	fill:#fff
}
.fixedRit ul a:hover i{
	color:#fff;
}

			/*****/
			
			/****************/
			
			/**********/

/***************/


/*************/

/***************/
/*************/
/************/

/***********/

/***********/
/**************/


/*********/
.Contactpage-form {
    background: #fff;
    margin-top: 0px;
    padding: 35px 40px;
    border: 1px solid var(--theme-color2);
    position: relative;
    margin-bottom: 50px;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,.08)!important;
}
.Contactpage-form .form-control{
	
    width: 100%;
    margin-bottom: 18px;
    border: none;
    border-bottom: 1px solid #22a0117d;
    background: transparent;
    padding-left: 0px;
	    font-size: 15px;
		border-radius:0
	
}
.Contactpage-form textarea.form-control  {
    min-height: 130px;
}
.Contactpage-form .form-group {
    margin-bottom: 15px;
    position: relative;
}

/**************/
/***************/
/***************/


		/**********/


/***********/

.footer-newsletter2 {
    border-bottom: 1px solid #ffffff2b;
    padding-bottom : 32px;
    margin-bottom: 46px;
}
.Social-img a{
	padding-left:10px
}
.Social-img {
	text-align:right
}

/**********/

/********/
/***********/


/*********/
/*******/

/**********/

/*********/
.footer-widget.widget_nav_menu a:before{
	content:unset!important
}
.footer-widget.widget_nav_menu a{
	padding-left:0px !important
}

/******/

/*******/

/*****/

.widget-area{
	position:relative;
	z-index:1
}

/*********/

/*************/


/************/

/************************************/

/*.service-box1-ov:after {
	content:"";
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	height:70%;
	width:100%;
	background-image:linear-gradient(0deg, #001817, rgba(0, 24, 23, 0));
	z-index:0
}
.service-box1 .service-box1-ov:after  {
    background-image: linear-gradient(0deg,#170001,rgba(0,24,23,0.0));
}*/

/******************/
	
	/*********/

/********/

/***************/

/*********/

/******/

/***********/

/**********/
 

 

 
/*************/
  
  /**********/

/***************/
/**********/

/*************/



/**************/
		
		/*************/
		
		.hh-losec{
			position:relative;
			padding:0;
			display:inline-block;
		}
		
		/***********/
		
	.h-login {
    position: relative;
    padding: 8px 22px;
    border-radius: 9999px;
    color: #fff;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}

.h-login:hover {
	 color: #fff;
}

/********/
	
/**********/

/***********/

/**********/


/**********/

/**********/


 
 /*********************/

/*---------------------------
	Signup model
	-----------------------------*/
.singnup-modal h2 {
	font-family: var(--htitle-font);
	margin: 0;
	font-size: 35px;
	    margin-bottom: 15px;
		position:relative;

}
.singnup-modal p {
	font-size: 15px;
	font-weight:400;
	line-height: 20px;
	letter-spacing: 0.5px;
	margin: 20px 0 30px;
	color: #fff;
	position:relative;
}
.singnup-modal span {
	font-size: 15px;
	position:relative;
}
.singnup-modal a {
	color: var(--title-color);
    font-size: 15px;
    text-decoration: none;
    margin: 15px 0;
    position: relative;
    display: block;
    font-weight: 600;
}
.singnup-modal h6{
	font-size:16px;
	 font-weight: 600;
	 color: var(--body-color);
	 
}
.singnup-modal h6 a{
	    font-size: 16px;
    font-weight: 600;
    color: var(--theme-color);
    margin: 0px auto;
    position: relative;
    display: inline-block;
	 
}
.singnup-modal button:active {
	transform: scale(0.95);
}
.singnup-modal button:focus {
	outline: none;
}
.singnup-modal .btn-close{
	    position: absolute;
    right: 20px;
    top: 8px;
    z-index: 100000;
    width: 30px;
    height: 30px;
}
.singnup-modal .modal-dialog {
    max-width:453px;
    border-radius: 20px;
	    margin: 100px auto 30px;
}
.singnup-modal .btn-close span{
	    font-size: 34px;
    position: relative;
    color: var(--theme-color2);
    display: block;
    font-weight: 500;
}
.singnup-modal .formsec {
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding:36px 30px 10px;
	height: 100%;
	text-align: center;
}
.singnup-modal form {
	position: relative;
    width: 100%;
    display: block;
}
.singnup-modal input {
background-color: #eee;
    border: none;
    padding: 12px 30px;
    margin: 8px 0;
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
}

.singnup-modal input::-moz-placeholder {
	
			 font-size: 16px;
  font-weight: 400;
  color: #000;
  
}

.singnup-modal input::placeholder {
	
			 font-size: 16px;
  font-weight: 400;
  color: #000;
  
}
.singnup-modal .modelcontainer {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),  0 10px 10px rgba(0, 0, 0, 0.22);
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	min-height:unset
}
.singnup-modal .form-container {
	position: relative;
	top: 0;
	height: 100%;
	transition: all 0.6s ease-in-out;
}
.singnup-modal .sign-up-container {
	left: 0;
	width: 100%;
	opacity: 0;
	z-index: 1;
}
.singnup-modal .modelcontainer.right-panel-active .sign-up-container {
	
	opacity: 1;
	z-index: 5;
	animation: show 0.6s;
}
 @keyframes show {
 0%, 49.99% {
 opacity: 0;
 z-index: 1;
}
 50%, 100% {
 opacity: 1;
 z-index: 5;
}
}
.modal-dialog {
	max-width: 768px;
	border-radius:20px;
}
.modal {
    
    z-index: 1000000;
}
	@media only screen and (max-width: 767px)
	{
.singnup-modal h1 {
    font-size: 20px !important;
}
.singnup-modal form {
    padding: 0 8px !important;
}

.singnup-modal button {
    padding: 10px 18px !important;
}
}

.singnup-modal a.ff {
       color: var(--title-color);
    font-size: 15px;
    text-decoration: none;
    margin: 15px 0;
    position: relative;
    display: block;
    font-weight: 600;
    text-align: center;
    padding: 5px;
    color: var(--theme-color2);
    border: 1px solid var(--theme-color2);
    border-radius: 50px;
}

/**********/

/********************/
/***********/

/********/
/*********/
/*************/
/***********/



/***************/


/*
**************
other profile


****************************/

/*******/



	/*************/
/************************/

/***************/

/********/
.otherproDiv_odd {
	
    font-size: 15px;
	padding:12px 0px;
	color:#202020;
}
.family{
padding-top:15px;
}
.family h3{
	font-size: 20px;
    margin-bottom: 20px;
}
.family h4{
font-size: 17px;
    margin-bottom: 11px;
    text-transform: capitalize;

}

.family label{
	    font-weight: 600;
    text-transform: capitalize;
    font-size: 15px;
}



/***********/


/**********/

/*********/
.Contactpage-form {
       padding: 0;
    border-radius: 0;
    background: transparent;
    margin-right: 0px;
    border: unset;
    box-shadow: unset !important;
    position: relative;
    padding: 30px;
    border-radius: 20px;
    width: 100%;
    background-color: #e6d3ff !important;
    text-align: center;
	margin-bottom: 30px;
}
.Contactpage-form .form-control{
	
       width: 100%;
    margin-bottom: 18px;
    border: none;
    border: unset;
    background: transparent;
    padding-left: 0px;
    font-size: 15px;
    border-radius: 20px;
    padding: 10px 15px;
    background : #fff;
	
}
.Contactpage-form textarea.form-control  {
    min-height: 130px;
		padding:23px 15px;
			 
}
.Contactpage-form .form-group {
    margin-bottom: 15px;
    position: relative;
}

/**************/
/***************/
/***************/


/************/

/*-------------------------------
         Contact CSS
-------------------------------*/
.contact-item {
padding: 21px 15px;
    border-radius: 0;
    margin: 0 0 30px;
    position: relative;
    z-index : 1;
    border-radius: 5px;
    transition: 0.4s;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
    width: 100%;
    background: #fff;
}
.contact-item .contact-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  background-color: transparent;
  border: 1px dashed var(--theme-color2);
  transition: 0.4s;
}
.contact-item .contact-icon i {
  color: var(--theme-color2);
  line-height: 0.8;
  font-size: 36px;
  position: relative;
  transition: 0.34s;
}
.contact-item .contact-info {
  width: calc(100% - 100px);
  margin-left: 20px;
  transition: 0.3s;
}
.contact-item .contact-info h3 {
  font-size: 22px;
  margin: 0 0 2px;
  font-weight: 600;
  transition: 0.3s;
}
.contact-item .contact-info a,
.contact-item .contact-info p {
    display: block;
    margin: 0;
    line-height: 1.7;
    color: var(--body-color);
    transition: 0.3s;
    font-size: 15px;
    font-weight: 500;

}
.contact-item:hover {
  transform: translateY(-5px);
}
.contact-item:hover .contact-icon {
  background-color: var(--theme-color2);
}
.contact-item:hover .contact-icon i {
  color: #fff;
}



  .contact-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
	display: flex
;
    flex-wrap: wrap;
}
 .contact-item .contact-icon  {
    display: flex
;
    flex-wrap: wrap;
	flex-direction: column;
    justify-content: center;
}

/**********/

/***************/

.mtab {
   
 position:relative
}
 
.tabmain{
 position:relative
}


/*************************/


/************************/ 
/*
***********/
/*************/


/********************/


/**************/

/*************/

.login-img{

}
.login-img a{
    padding: 14px 0px !important;
}
.login-img a:after{
	content:unset!important;
}
.main-menu .login-img ul.sub-menu{
	background-color: var(--theme-color2) !important;
 background: var(--theme-color2) !important;
    padding: 18px 20px 18px 18px;
    left: auto;
    right: 0;
}
.main-menu .login-img ul.sub-menu li a {
    position: relative;
    padding-left: 0px;
    text-transform: capitalize;
    border-top: unset;
    font-size: 14px;
    padding: 5px 0px;
    width: unset;
    color: #fff !important;
    padding: 8px 0px !important;
}
.main-menu .login-img ul.sub-menu .drop-pdetail{
	
}
.main-menu .login-img ul.sub-menu .drop-pdetail h3{
	font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #fff;
}
.main-menu .login-img ul.sub-menu .drop-pdetail p{
	font-size: 15px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #fff;
    border-bottom: 1px solid #ffffff80;
    padding-bottom: 5px;
}
.login-img img{
	-o-object-fit: cover;
	   object-fit: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

/****************/


/***********/

/**********/

.profile-form-area{
	position:relative;
	
}
.profile-form-area .form-control{
position: relative;
    width: 100%;
    background-color: #fff;
    border: 1px solid #00000017;
    height: 55px;
    margin-bottom: 0px;
    padding: 0 10px 0 10px;
    background-color: #e6d3ff8f !important;
    border-radius: 15px;
    font-size: 15px;
    color: var(--body-color);
}
.profile-form-area select option {
    color: var(--title-color) !important;
}
.profile-form-area textarea.form-control{
	min-height: 120px;
height: 120px;
 padding: 10px 10px 10px 10px;
}
.profile-form-area textarea::-moz-placeholder, .profile-form-area input::-moz-placeholder{
	color:var(--body-color)
}
.profile-form-area textarea::placeholder, .profile-form-area input::placeholder{
	color:var(--body-color)
}
/**********/
/******************/

/***********/

/****************/

.header-layout4 .main-menu.pho-iconn {
    margin-left: 0!important;
}

.phh-bb:before, .phh-bb:after{
	content:unset!important;
	
}

/*********/

/**********/

/******/

/********/

/********/

.bann-mobile-img{
	display:none!important
}


/**********/

.Aboutt-ma-sec{
	position:relative;
	padding:60px 0 60px
}

.abu-left{
	position:relative;
}
.abu-left p{
    margin-bottom: 10px;
	}
.abu-right{
		position:relative;
}
   .abu-right::before  {
        content: "";
        display: block;
        position: absolute;
        background-image: url(../img/dots-black.svg);
        top: 0;
        left:0;
        right: 0;
        bottom: 0;
        z-index: 0;
        opacity: .8;
    }
	
	   .abu-right img{
		position: relative;
    z-index: 1;
    padding: 50px 50px;
	   }
/***********/


.Coursemsec{
	position:relative;
	padding:60px 0 30px;
	overflow:hidden
}

.cou-left{
		position:relative;
		border-radius: 0 30px 30px 0;
		width:100%;
		height:100%;
		
}
.cou-left img{
	 	width:100%;
		height:100%;
		border-radius: 0 30px 30px 0;
		    -o-object-fit: cover;
		       object-fit: cover;
}
.cou-right{
border-radius: 30px 0px 0px 30px;
padding:30px;
    background-color: #EEEBEB;
    width: 100%;
    position: relative;
	 
	}
	.cou-right h2{
	font-size: 31px;
 
    color: var(--title-color);
	margin-bottom:15px;
	    padding-right: 70px;
	}
.cou-right h3{
	font-size: 23px;
 
 
	margin-bottom:10px;
	color:var(--theme-color)
	}
	.cou-right h4{
	font-size: 17px;
 
    color: var(--title-color);
	margin-bottom:5px
	}
.cou-right p{
	margin-bottom:10px
}
.cou-right ul{
	padding:0;
	margin:0;
	position:relative
}
.cou-right ul li {
    position: relative;
    display: block;
    color: var(--title-color);
    padding-left: 23px;
    margin-bottom: 5px;
	font-size: 15.5px;
}
.cou-right  ul li:before {
    font-family: var(--icon-font);
    font-weight: 900;
    color: var(--theme-color);
    position: absolute;
    left: 0;
    transition: 0.3s ease-in-out;
    content: "\f336";
	    font-size: 13px;
}
/**********/

.Coursemsec .container-fluid{
	width:100%;
	padding-left:0;
	padding-right:0;
	
}
.Coursemsec .container-fluid .row{
	 
	margin-left:0;
	margin-right:0;
	margin-bottom:30px
}
.Coursemsec .container-fluid .col-lg-6{
 
	padding-left:0;
	padding-right:0;
	
}

.Coursemsec .container-fluid .col-lg-6.coo-1{
	padding-right:10px
}
.Coursemsec .container-fluid .col-lg-6.coo-2{
	padding-left:10px
}


.cou-right  .tour-listing__card-inner-content {
      position: relative;
    padding: 15px 20px 15px;
    margin-top: 18px;
    background-color: #fff;
    border-radius: 10px;
    transition: all 400ms ease-in-out;
    z-index: 1;
    display: flex
;
    align-items: center;
    justify-content: center;
    width: -moz-max-content;
    width: max-content;
}
.cou-right  .ttpricesec {
    display: block;
    position: relative;
    border-right: 1px solid #000;
    padding-right: 15px;
    margin-right: 15px;
}
.cou-right  .ttpricesec p {
 margin-bottom: 0;
    font-size: 15px;
    font-weight: 700;
}
.cou-right  .tour-listing__card-price {
    font-size: 38px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 0;
    transition: all 0.4s ease-in-out;
    padding: 5px 0;
    color: var(--theme-color2);
}

.cou-right  .tour-listing__card-review-box {
    display: flex
;
    margin-bottom: 5px;
}

.cou-right  .tour-listing__card-review-box a{
	background: var(--theme-color2);
    position: relative;
    padding: 11px 41px;
    border-radius: 9999px;
    color: #fff;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: 700;
}

/***********/

.feturebox-img{
	width:100%;
	height:100%
}

.feturebox img{
	width:64px
}
.feturebox-img img{
	width:100%;
	height:100%;
		border-radius:20px;
		    -o-object-fit: cover;
		       object-fit: cover;
}
.feturebox{
	position:relative;
	padding:20px;
	border-radius:20px;
	width:100%;
	 background-color:#e6d3ff !important;
	 text-align:center;
}
.feturebox img{
	margin-bottom:10px
}
.feturebox h3{
	
	font-size:20px;
	margin-bottom:10px
}
.Feturesec .row  .col-lg-3:nth-child(1) .feturebox{
	  background-color: #f5f4ea;  
}
.Feturesec .row  .col-lg-3:nth-child(2) .feturebox{
	 background-color: #fff8f8;
}
.Feturesec .row  .col-lg-3:nth-child(4) .feturebox{
	background-color: #f2f5f5;
}
.Feturesec .row  .col-lg-3:nth-child(5) .feturebox{
	
 background-color: #efedff;
}

.Feturesec .row  .col-lg-3:nth-child(7) .feturebox{
	  background-color: #f5f4ea;  
}
.Feturesec .row  .col-lg-3:nth-child(8) .feturebox{
	 background-color: #fff8f8;
}

.Feturesec .row  .col-lg-3{
	margin-bottom:30px
}

/************/

.Feturesec{
	padding:0px 0 50px ;
	position:relative
}


.abb-sec:before   {
   /* content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 854px;
    background-image: url(../img/dottes-bg.png);*/
}
.abb-sec{
padding: 60px 0 60px;
    position: relative;
    background-color: #EEEBEB;
 
	
	  
}
 
.abb-left{
	    position: relative;
     background-color: #fff;
    box-shadow: 0px 3px 30px 0px rgba(11, 46, 72, .15);
    height: 100%;
	   border-radius: 20px 20px ;
}

.abb-left img{
width: 100%;
    border-radius: 20px 20px 0 0;
   
 
	
}
.abb-right{
	    position: relative;
    padding-left: 20px;
    margin-bottom: 30px;
}
.abb-right h3{
	color:var(--theme-color);
	font-size:20px;
}

  .MsgBox {
    padding: 23px 20px 26px;
}

 .MsgBox .Name {
    font-size: 22px;
    margin-bottom: 20px;
    color: var(--theme-color);
    font-weight: 700;
    margin-bottom: 0;
}

.about-22{
position:relative;

padding:0
}

.about-22 img{
	border-radius:20px
}
.Reviewsec{
	position:relative;
	padding:0  0 0px
}

/**********/
.New-featuresec{
	
	padding:60px 0 30px;
	position:relative
}
.New-featuresec .col-lg-4 {
	width:30%
}
.new-ffsec{
	position:relative;
	width:100%;
	text-align:center;
	    background-color: #e6d3ff !important;
		margin-bottom:30px;
		padding:0px 20px 20px;
		
	    margin-top: 191px;
		border-radius: 31px;
}

.new-ffsec img{
	
	    height: 191px;
    margin-top: -220px;
}
.new-ffsec p{
	margin-bottom:0
}
.new-ffsec h3{
	font-size:20px;
	margin-bottom:10px
}

/***********/
  .sstag {
    position: absolute;
    bottom: 0px;
    color: #fff;
    background: var(--theme-color);
    padding: 3px 13px;
    left: 20px;
	font-weight:600;
    font-size: 18px;
}

.abb-left-ii{
	position:relative
}

.aatag {
    position: absolute;
    bottom: 50px;
    color: #fff;
    background: var(--theme-color);
    padding: 10px 13px;
    right: 50px;
    font-weight: 600;
    font-size: 21px;
    z-index: 1;
	    border-radius: 20px 0;

}

/********/

.foo-logo{
	position:relative
}

.foo-logo h3{
	
	    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 26px;
    color: #fff;
    margin-bottom: 0;
}

.Social-img img{
	width:35px
}

.info-box_text a{
	color:#fff!important
}
h3.DDRRR {
	color:#fff!important;
	font-size:15px!important;
}
@keyframes jumpAni {
0% {
 transform: scale(1); 
}
20% {
 transform: scale(1.1); 
 background: #c495ff;
 transform: scale(1.2); 
 background: #934ced;
}
100% {
 transform: scale(1); 
}
}
/**********/

.Vidoetestimonial-sec{
	position:relative;
	padding:80px 0 30px
}

/***********/

/* Media Featured Box
-----------------------------------------------------------------*/

.media-box {
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	flex-direction: column;
	margin-bottom: 30px;
	background: var(--theme-color);
    width: 100%;
    position: relative;
}

.media-box .fbox-media { margin: 0 0 1.5rem; }

.media-box .fbox-media,
.media-box .fbox-media a,
.media-box .fbox-media img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.media-box .fbox-media iframe { display: block; }

.media-box p { margin-top: 1rem; }

.media-box .fbox-content {
	-ms-flex-preferred-size: auto;
}

.media-box.fbox-bg .fbox-media { margin: 0; }

.media-box.fbox-bg .fbox-content {
    padding: 15px 20px;
    background-color: transparent;
    border: unset;
    border-top: 0;
    border-radius: 0;
}
.media-box.fbox-bg .fbox-content h3 {
	
	font-size: 17px;
    text-align: center;
   color:#fff;
    font-weight: 700;
	margin-bottom:0px;
    text-transform: capitalize;
	
	
}
.media-box.fbox-bg .fbox-media img { border-radius: 5px 5px 0 0; }

.wrapper {
 
  margin: 0px auto;
  padding: 0 0px;
}

.youtube {
  background-color: var(--theme-color);
 
  position: relative;
  padding-top: 57.00%;
  overflow: hidden;
  cursor: pointer;
}
.youtube img {
  width: 100%;
  top: -15.82%;
  left: 0;
  opacity: 1;
}
.youtube .play-button {
  width: 70px;
  height: 50px;
  background-color: #333;
  box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
  z-index: 1;
  opacity: 0.8;
  border-radius: 9px;
}
.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
  cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute!important;
}
.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.wrapper:hover .youtube .play-button {
	
	 background-color: red;
}

/******/

.ba-1 .hero-title {
    font-size: 43px;
	    line-height: 1.2;
}

.ba-1 .hero-style1 {
 
    max-width: 700px;
}


/**************/

.inner-bannr-sec{
	position:relative;
	width:100%
}

.inner-bannr-sec img{
	width:100%
}

/**********/

 .inner-pagesconatct-sec{
	 position:relative;
	 
	 padding:60px 0 30px
 }
 
 .mapsecs-inn{
	 position:relative;
	 padding:0 0 50px
 }
 
  .mapsecs-inn iframe{
	 border-radius:20px;
	 margin-bottom:-10px
 }
 

  /******************/
  .testi-grid_review{
	  margin-top: 10px;
    color: #f1c034;
	display:flex;
	gap:5px;
	align-items:center;
	justify-content:center
  }
  
  /***********/
  
  .inner-pagestesti-sec{
	  padding:60px 0 30px;
  }
  
  .Rbout-menu{
	    display: block;
    position: relative;
    text-align: left;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    margin-bottom: 31px;
    text-align: center;
}

.Rbout-menu li{
	    display: inline-block;
    position: relative;
    margin: 0px 6px 10px;
    list-style: none;
}

.Rbout-menu li a{
      color: var(--title-color);
    font-size: 20px;
    font-weight: 600;
    padding-left: 20px;
}
.Rbout-menu li a:before{
	content:"";
	color:#fff;
	font-size:22px;
	position:absolute;
	left:0;
	top:0;
	    font-family: var(--icon-font);
		    content: "\f107";
			    content: "\f0da";
}
.Rbout-menu li a.active {
    color: var(--theme-color) !important;
    
}
.Rbout-menu li a.active:before{
	color:var(--theme-color)
}

.Rbout-menu li a::after {
    color: #fff;
    font-size: 22px;
    position: absolute;
    left: 0;
    bottom: 0;
    font-family: var(--icon-font);
    content: "";
    width: 100%;
    background: transparent;
    height: 3px;
    z-index: 1;
    border-radius: 10px;
}
.Rbout-menu li a.active:after, .Rbout-menu li a:hover::after {
    background: var(--theme-color);
}

/*********************/



.testimonials-card-three{
    border-radius: 20px;
    padding: 20px;
    Background: #e6d3ff !important;
    margin-bottom: 30px;
}

.testimonials-card-three__quote {
  margin-bottom: 13px;
   
 
  transition: all 500ms ease;
 
 
  transition: all 0.4s ease-in-out;
}



.testimonials-card-three__quote p{ 
 
	
	}
	
	.testimonials-card-three__image{
		margin-bottom:20px;
		
	}
	
		.testimonials-card-three__image img{
			width:100px;
			height:100px;
			border-radius:50%
			
		}
		
		.testimonials-card-three .trevlo-ratings i {
    font-size: 16px;
    transition: all 500ms ease;
}
.trevlo-ratings i {
    font-size: 15px;
    color: #ffd60e;
}
.testimonials-card-three__identity__designation {
    margin: 0;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    transition: all 500ms ease;
    color: var(--theme-color);
}
.testimonials-card-three__identity__name {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    transition: all 500ms ease;
}

/***********/


 /***********/
 
 .inner-pagesabout-sec{
	 position:relative;
	 padding:60px 0 30px
 }
 
  .inner-pagesabout-sec:before{
	  background:var(--theme-color);
	  content:"";
	  top:0;
	  bottom:0;
	  left:0;
	  height:100%;
	  position:absolute;
	  z-index:0;
	  width:27%
  }
.agg-right {
    position: relative;
    padding: 5px;
    background: #fff;
    box-shadow: 0 2px 20px rgba(34, 30, 31, 0.4);
    border-radius: 100px;
	
	margin-bottom:30px
}

.agg-right img {
    position: relative;
    z-index: 1;
    /* padding: 50px 50px; */
    border-radius: 100px;
}

.agtag {
    position: absolute;
    bottom: 50px;
    color: #fff;
    background: var(--theme-color);
    padding: 10px 13px;
   left: 50px;
    font-weight: 600;
    font-size: 21px;
    z-index: 1;
    border-radius: 20px 0;
}

.adu-left {
    position: relative;
	padding-left:20px;
	margin-bottom:30px
}

/**********/

.inner-onenss-clinic{
		 position:relative;
	 padding:60px 0 30px
}

.obb-right{
	position:relative;
	margin-bottom:30px
}

.occ-left {
    background-color: #fff;
    box-shadow: 0px 3px 30px 0px rgba(11, 46, 72, .15);
    height: 100%;
    border-radius: 20px 20px;
    position: relative;
    padding: 20px;
    background: #fff;
    box-shadow: 0 2px 20px rgba(34, 30, 31, 0.4);
    border-radius: 20px;
	
	margin-bottom:30px
}
.occ-left-ii {
    position: relative;
}
.occMsgBox {
    padding: 0px 0px 17px;
    text-align: center;
}
.occMsgBox .Name {
    font-size: 22px;
    margin-bottom: 20px;
    color: var(--theme-color);
    font-weight: 700;
    margin-bottom: 0;
}

.obbtag {
    position: absolute;
    bottom: 50px;
    color: #fff;
    background: var(--theme-color);
    padding: 10px 13px;
    left: 50px;
    font-weight: 600;
    font-size: 21px;
    z-index: 1;
    border-radius: 20px 0;
}


/************/

/***************/
.ibm-bcrms-main{
	position:relative;
	background:#fff;
	padding-top:0px;
}
.ibm-bcrms {
     background: var(--theme-color);
    position: relative;
    padding: 5px 30px;
    text-align: center;
	
}

.ibm-bcrms h3{
	    font-size: 30px;
    color: #fff;
    padding-top: 0;
    padding: 11px 0;
    margin-bottom: 0px;
}

/**********/


.Myaccountsec {
    position: relative;
    display: block;
    padding: 60px 0px 60px;
}

.mainlinkall {
box-shadow: 0px 0px 10px 0px #29049747;
    padding: 20px 20px 4px;
    border-radius: 20px;
}

.mainlinkall h3{
	font-size: 18px;
    font-weight: 700;
    color: #414141;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.mainlinkall p{
	display: block;
    position: relative;
    font-size: 19px;
    color: var(--title-color);
    text-align: center;
    font-weight: 600;
	    margin-bottom: 16px;
    border-bottom: 1px solid #0000001c;
}

.mainlinkall .tab {
	    padding-left: 0px;
}
/* Style the buttons inside the tab */
.mainlinkall .tab a {
	display: block;
    background-color: inherit;
    color: var(--title-color);
    padding: 0px 0px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    padding-left: 26px;
}
.mainlinkall .tab a i{
	position:absolute;
	left:0;
	top:5px;
	content:""
}
/* Change background color of buttons on hover */
.mainlinkall .tab a:hover {
	background-color: #fff!important;
	color:var(--theme-color)!important;
}
/* Create an active/current "tab button" class */
.mainlinkall .tab a.active {
	background-color: #fff;
	color:var(--theme-color);
}
.mainlinkall .tab li{
	list-style:none;
}
/* Style the tab content */
.tabcontent {
	float: left;
	padding: 0px;
	width: -webkit-fill-available;
	border-top:none;
	margin-bottom:0px;
}
.Address{
	    padding: 30px 34px 25px;
    border: unset;
    overflow: hidden;
    margin-bottom: 10px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px #29049747;
    border-radius: 20px;
}

/********/

.proimageemp {
    margin: 0px auto 10px;
    text-align: center;
}
.proimageemp img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: 0px auto;
    text-align: center;
}
.proimageemp i {
    display: block;
    margin-top: -25px;
    color: var(--theme-color);
    font-weight: 200;
    font-size: 20px;
    padding-bottom: 4px;
}

/***********/
.Dasdd-board h5{
	font-weight: 700;
    color: var(--theme-color2);
    font-size: 31px;
}
.Dasdd-board h2{
	font-weight: 700;
    color: var(--title-color);
    font-size: 26px;
}
.Dasdd-board p{
    font-weight: 500;
    font-size: 16px;
    color: var(--title-color);
    line-height: 30px;
    margin-bottom: 5px;
	
}
.Dasdd-board h3{
	color:var(--theme-color);
	font-weight:600;
	font-size:18px;
}
.Dasdd-board h4{
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    padding: 15px 20px 15px;
    margin-top: 0;
    background-color: var(--theme-color);
    border-radius: 10px;
    transition: all 400ms ease-in-out;
    display: inline-block;
    margin-bottom: 10px;
}
/***********/
/***************/

.otherproDiv_odd .title{
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 6px;
    display: block;
}
.cart_table td {
    border: none;
    border-bottom: 1px solid #f3f3f3;
    color: var(--title-color);
    padding: 15px 15px;
    position: relative;
    vertical-align: middle;
    text-align: left;
}
.cart_table thead {
    background-color: var(--theme-color);
    color: #fff;
	padding: 13px 15px;
	    text-align: left;
}
.cart_table thead th {
    color: #fff;
    border: none !important;
	    text-align: left;
		font-weight:600;
}


.download-video{
	text-align:center;
	position:relative;
	width:100%;
	    margin-bottom: 0px;
	
}
.d-video-hover{
	width: 100%;
    
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    text-align: center;
}
.d-video-hover .play-btn{
	
}

/************/

.Coursemsec-book{
	position:relative;
	padding:60px 0 30px
}


/*******************/


.Booking-left{
	position:relative;
	padding:0 0 0
}
	.booki-box2{
border-radius: 10px;
    border: 1px solid #e7e7e7;
    padding: 15px;
		margin-bottom:20px;
	position:relative
}
.booki-box2 p{
	margin-bottom:10px;
	font-size:14px
}
.booki-box2 h3{
	    margin-top: 10px;
    font-weight: 700;
  font-size: 23px;
    margin-bottom: 10px;
}
.booki-box2 h4{
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 6px;
    color: var(--theme-color);
}
.booki-box2 h5{
    font-size: 17px;
    font-weight: 600;
	margin-bottom:0px
}

/*********/

.booki-box3{
border-radius: 10px;
    border: 1px solid #e7e7e7;
    padding: 15px 0;
		margin-bottom:20px;
	position:relative
}
.booki-box3 p{
	margin-bottom:10px;
	font-size:14px;
	padding:0 15px
}
.booki-box3 h3{
	    margin-top: 0px;
    font-weight: 700;
  font-size: 23px;
    margin-bottom: 10px;
	padding:0 15px
}
.booki-box3 h4{
    font-size: 16px;
    font-weight: 500;
	margin-bottom:10px;
	padding:0 15px
}
.booki-box3 h5{
    font-size: 17px;
    font-weight: 600;
	margin-bottom:10px;
	padding:0 15px
}

.price-bbg{
    Background: #e6d3ff !important;
    padding: 20px 10px;
    align-items: center;
    justify-content: space-between;
    display: flex
;
margin-bottom:15px
}

.pps-1{
    font-size: 28px;
    font-weight: 700;
    display : block;
    position: relative;
    color: var(--theme-color);
}

.pps-2{
	font-size:30px;
  font-weight: 700;
    display : block;
    position: relative;
    color: var(--theme-color);
}

.pps-2 span{
display: block;
    font-weight: 400;
    font-size: 14px;
    color: var(--title-color);
}
.Booking-right {
padding-left:20px
}
.Booking-right-ss {
border-radius: 10px;
    border: 1px solid #e7e7e7;
    padding: 40px 21px;
    margin-bottom: 20px;
    position: relative;
	
}

.Booking-right-ss h3 {
    margin-top: 0px;
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 20px;
}

.Booking-right-ss .form-control {
    margin-bottom: 0px;
    font-size: 14px;
    height: 50px;
    line-height: normal;
    padding: 10px 10px;
    font-weight: 500;
    border-width: 0 0 1px 0;
    font-family: inherit;
    background-color: transparent;
    border-radius: 0;
    border: none;
    border: 1px solid rgb(3 26 38 / 25%);
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    background-clip: padding-box;
    display: block;
    width: 100%;
    color: var(--body-color);
    border-radius: 5px;
}
.Booking-right-ss select {
    margin-bottom: 0px;
    font-size: 14px;
    height: 50px;
    line-height: normal;
    padding: 10px 10px;
    font-weight: 500;
    border-width: 0 0 1px 0;
    font-family: inherit;
    background-color: transparent;
    border-radius: 0;
    border: none;
    border: 1px solid rgb(3 26 38 / 25%);
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
  
    display: block;
    width: 100%;
    color: var(--body-color);
    border-radius: 5px;
}
.Booking-right-ss textarea.form-control {
	min-height:110px;
	height:110px
}

/*********/
.qr-code{
	position:relative;
	margin-bottom:20px
}

.qr-code img{
	
width:200px	
}

.book-class-img{
	border-radius: 20px;
    margin-top: 20px;
    width: 100%;
}

/***********/


/**************************/
/***************/


/**************/

.sti-menu{
	    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 10000;
    background: #fff;
    box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    display: none;
    border-radius: 0px 0px 0 0;
    display: flex;
	text-align:center;
	margin:0;
	    padding: 0 0px;
}
.sti-menu li{
	list-style:none;
	    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 80px;
    padding: 0px 0px;
    border-radius: 0px;
    position: relative;
	margin:0
}

.sti-menu li a{
	text-align:center;
	width:100%;
	padding:8px 0;
	display:block;
	position:relative;
	color:var(--title-color);
	    border-top: 3px solid #fff;
    border-radius: 0px;
}
 
 

.sti-menu li a i{
	  font-size: 15px;
    display: block;
    font-weight: 500;
}

.sti-menu li a span{
    font-size: 10px;
    display: block;
    font-weight: 500;
}

.sti-menu  li a.active {
    color: var(--theme-color) !important;
	border-top: 3px solid var(--theme-color);
}

.sti-menu  li a.active i {
    color: var(--theme-color) !important;
}
.sti-menu  li a  i img {
	    height: 21px;
}
.sti-menu  li a.active i img{
    color: var(--theme-color) !important;
    filter: unset;
}
.sti-menu  li a.active span{
    color: var(--theme-color) !important;
}
.sti-menu{
		padding:0 60px
	}
	.sti-menu li a i img {
    height: 40px;
}
.sti-menu li a span {
    font-size: 15px;
}

/********/




/* new style 01-08-2025 */
.testi-box_content p {
    padding: 0px 5px 0 0;
    height: 87px;
    overflow-y: auto;
    padding: 0px 5px 0px 0px;

    /* Optional smooth appearance */
    scrollbar-width: thin;
    scrollbar-color: var(--theme-color) #f0f0f0; /* Firefox only */
}

/* For WebKit browsers */
.testi-box_content p::-webkit-scrollbar {
    width: 6px;
}

.testi-box_content p::-webkit-scrollbar-track {
    background: var(--theme-color); /* Track color */
    border-radius: 10px;
}

.testi-box_content p::-webkit-scrollbar-thumb {
    background-color: var(--theme-color); /* Scrollbar thumb color */
    border-radius: 10px;
    border: 1px solid var(--theme-color);
}



 .custom-alert {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #f44336; /* red */
        color: white;
        padding: 15px 20px;
        z-index: 9999;
        text-align: center;
        font-size: 16px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .custom-alert .close-btn {
        position: absolute;
        right: 20px;
        font-size: 22px;
        cursor: pointer;
    }
	
	.blink-me {
	animation: blinker 1s linear infinite;
	}
	
	.ending-soon
	{
	font-size: 19px;
    font-weight: 600;
	}

	@keyframes blinker {
	  
	  20% {
	  color:red;
	  }
      50%{
      color:black;
      }
	  100%
	  {
	  color:red;
	  }
	  
	}

    
.th-menu-wrapper.th-body-visible {
    opacity: 1;
    visibility: visible;
}
.th-menu-wrapper.th-body-visible .th-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible;
}