@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

html {
    font-size: 16px;
    overflow-x: hidden;
}

body {
    position: relative;
    font-family: "Roboto", sans-serif;
    background: #0d0c05;
    overflow-x: hidden;
    height: 100%;
}

.container {
    max-width: 1380px;
}

:root {
    --white: #ffffff;
    --black: #000;
    --gary-color: #727272;
    --lightgary-color: #b2b9bd;
}

p {
    font-size: 1.5625rem;
    font-weight: 300;
    line-height: 40px;
    color: var(--white);
    font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
    font-family: "Silk Serif";
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

figure {
    margin: 0;
}

@font-face {
    font-family: "Silk Serif";
    src: url("fonts/SilkSerif-Medium.eot");
    src: url("fonts/SilkSerif-Medium.eot?#iefix") format("embedded-opentype"),
    url("fonts/SilkSerif-Medium.woff2") format("woff2"),
    url("fonts/SilkSerif-Medium.woff") format("woff"),
    url("fonts/SilkSerif-Medium.ttf") format("truetype"),
    url("fonts/SilkSerif-Medium.svg#SilkSerif-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Silk Serif";
    src: url("fonts/SilkSerif-SemiBold.eot");
    src: url("fonts/SilkSerif-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("fonts/SilkSerif-SemiBold.woff2") format("woff2"),
    url("fonts/SilkSerif-SemiBold.woff") format("woff"),
    url("fonts/SilkSerif-SemiBold.ttf") format("truetype"),
    url("fonts/SilkSerif-SemiBold.svg#SilkSerif-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Silk Serif";
    src: url("fonts/SilkSerif-SemiBoldItalic.eot");
    src: url("fonts/SilkSerif-SemiBoldItalic.eot?#iefix") format("embedded-opentype"),
    url("fonts/SilkSerif-SemiBoldItalic.woff2") format("woff2"),
    url("fonts/SilkSerif-SemiBoldItalic.woff") format("woff"),
    url("fonts/SilkSerif-SemiBoldItalic.ttf") format("truetype"),
    url("fonts/SilkSerif-SemiBoldItalic.svg#SilkSerif-SemiBoldItalic") format("svg");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Silk Serif";
    src: url("fonts/SilkSerif-BlackItalic.eot");
    src: url("fonts/SilkSerif-BlackItalic.eot?#iefix") format("embedded-opentype"),
    url("fonts/SilkSerif-BlackItalic.woff2") format("woff2"),
    url("fonts/SilkSerif-BlackItalic.woff") format("woff"),
    url("fonts/SilkSerif-BlackItalic.ttf") format("truetype"),
    url("fonts/SilkSerif-BlackItalic.svg#SilkSerif-BlackItalic") format("svg");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Silk Serif";
    src: url("fonts/SilkSerif-Italic.eot");
    src: url("fonts/SilkSerif-Italic.eot?#iefix") format("embedded-opentype"),
    url("fonts/SilkSerif-Italic.woff2") format("woff2"),
    url("fonts/SilkSerif-Italic.woff") format("woff"),
    url("fonts/SilkSerif-Italic.ttf") format("truetype"),
    url("fonts/SilkSerif-Italic.svg#SilkSerif-Italic") format("svg");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Silk Serif";
    src: url("fonts/SilkSerif-Regular.eot");
    src: url("fonts/SilkSerif-Regular.eot?#iefix") format("embedded-opentype"),
    url("fonts/SilkSerif-Regular.woff2") format("woff2"),
    url("fonts/SilkSerif-Regular.woff") format("woff"),
    url("fonts/SilkSerif-Regular.ttf") format("truetype"),
    url("fonts/SilkSerif-Regular.svg#SilkSerif-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Silk Serif";
    src: url("fonts/SilkSerif-Black.eot");
    src: url("fonts/SilkSerif-Black.eot?#iefix") format("embedded-opentype"),
    url("fonts/SilkSerif-Black.woff2") format("woff2"),
    url("fonts/SilkSerif-Black.woff") format("woff"),
    url("fonts/SilkSerif-Black.ttf") format("truetype"),
    url("fonts/SilkSerif-Black.svg#SilkSerif-Black") format("svg");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Silk Serif";
    src: url("fonts/SilkSerif-MediumItalic.eot");
    src: url("fonts/SilkSerif-MediumItalic.eot?#iefix") format("embedded-opentype"),
    url("fonts/SilkSerif-MediumItalic.woff2") format("woff2"),
    url("fonts/SilkSerif-MediumItalic.woff") format("woff"),
    url("fonts/SilkSerif-MediumItalic.ttf") format("truetype"),
    url("fonts/SilkSerif-MediumItalic.svg#SilkSerif-MediumItalic") format("svg");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Silk Serif";
    src: url("fonts/SilkSerif-LightItalic.eot");
    src: url("fonts/SilkSerif-LightItalic.eot?#iefix") format("embedded-opentype"),
    url("fonts/SilkSerif-LightItalic.woff2") format("woff2"),
    url("fonts/SilkSerif-LightItalic.woff") format("woff"),
    url("fonts/SilkSerif-LightItalic.ttf") format("truetype"),
    url("fonts/SilkSerif-LightItalic.svg#SilkSerif-LightItalic") format("svg");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Silk Serif";
    src: url("fonts/SilkSerif-Bold.eot");
    src: url("fonts/SilkSerif-Bold.eot?#iefix") format("embedded-opentype"),
    url("fonts/SilkSerif-Bold.woff2") format("woff2"),
    url("fonts/SilkSerif-Bold.woff") format("woff"),
    url("fonts/SilkSerif-Bold.ttf") format("truetype"),
    url("fonts/SilkSerif-Bold.svg#SilkSerif-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Silk Serif";
    src: url("fonts/SilkSerif-ExtraLightItalic.eot");
    src: url("fonts/SilkSerif-ExtraLightItalic.eot?#iefix") format("embedded-opentype"),
    url("fonts/SilkSerif-ExtraLightItalic.woff2") format("woff2"),
    url("fonts/SilkSerif-ExtraLightItalic.woff") format("woff"),
    url("fonts/SilkSerif-ExtraLightItalic.ttf") format("truetype"),
    url("fonts/SilkSerif-ExtraLightItalic.svg#SilkSerif-ExtraLightItalic") format("svg");
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Silk Serif";
    src: url("fonts/SilkSerif-ExtraLight.eot");
    src: url("fonts/SilkSerif-ExtraLight.eot?#iefix") format("embedded-opentype"),
    url("fonts/SilkSerif-ExtraLight.woff2") format("woff2"),
    url("fonts/SilkSerif-ExtraLight.woff") format("woff"),
    url("fonts/SilkSerif-ExtraLight.ttf") format("truetype"),
    url("fonts/SilkSerif-ExtraLight.svg#SilkSerif-ExtraLight") format("svg");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Silk Serif";
    src: url("fonts/SilkSerif-BoldItalic.eot");
    src: url("fonts/SilkSerif-BoldItalic.eot?#iefix") format("embedded-opentype"),
    url("fonts/SilkSerif-BoldItalic.woff2") format("woff2"),
    url("fonts/SilkSerif-BoldItalic.woff") format("woff"),
    url("fonts/SilkSerif-BoldItalic.ttf") format("truetype"),
    url("fonts/SilkSerif-BoldItalic.svg#SilkSerif-BoldItalic") format("svg");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Silk Serif";
    src: url("fonts/SilkSerif-Light.eot");
    src: url("fonts/SilkSerif-Light.eot?#iefix") format("embedded-opentype"),
    url("fonts/SilkSerif-Light.woff2") format("woff2"),
    url("fonts/SilkSerif-Light.woff") format("woff"),
    url("fonts/SilkSerif-Light.ttf") format("truetype"),
    url("fonts/SilkSerif-Light.svg#SilkSerif-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 2.25rem;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 3.75rem;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 1.25rem;
    }

    .overlay .closebtn {
        font-size: 2.5rem;
        top: 15px;
        right: 35px;
    }
}

.an-navbar a img {
    width: 50px;
    height: 50px;
    margin: 0;
    border-radius: 100%;
    object-fit: contain;
    background: #ddd;
}

header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 11;
    padding: 1rem 0 0 ;
}

.an-navbar span {
    color: var(--white);
}

.main-slider .carousel-caption {
    padding: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.headOne {
    font-size: 6.25rem;
    font-weight: 200;
    line-height: 1;
}

.slideContent p {
    margin: 0 0 2rem;
}

.slideContent .headOne {
    margin: 0 0 1.5rem;
}

.themeBtn {
    background-color: rgb(235, 88, 40);
    border: 2px solid rgb(235, 88, 40);
    font-size: 1.563rem;
    color: var(--white);
    font-weight: 100;
    display: inline-block;
    padding: 0.58em 2.1em;
}

.themeBtnSm {
    background-color: rgb(235, 88, 40);
    border: 2px solid rgb(235, 88, 40);
    font-size: 20px;
    color: var(--white);
    font-weight: 100;
    display: inline-block;
    padding: 0em 2.1em;
}

.main-slider .carousel-control-prev {
    height: 0;
    opacity: 1;
    font-size: 6rem;
    z-index: 10;
    top: 50%;
}

.main-slider .carousel-control-next {
    height: 0;
    opacity: 1;
    font-size: 6rem;
    z-index: 10;
    top: 50%;
}

.bounce-element {
    animation: bounce 0.9s infinite alternate;
    -webkit-animation: bounce 0.9s infinite alternate;
}

@keyframes bounce {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-15px);
    }
}

.main-slider {
    position: relative;
}

.main-slider a.bounce-element {
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 2.5rem;
    color: var(--white);
}

.abtSec {
    text-align: center;
    padding: 7rem 0;
}

.abtContent .headOne {
    color: var(--white);
}

.abtContent p {
    margin: 0 0 2rem;
}

.portfolioSec {
    padding: 3rem 4rem;
}

.portfolioSec .headOne {
    text-align: center;
    margin: 0 0 3rem;
    color: var(--white);
}

.portfolioBox a img {
    width: 100%;
    height: 650px;
    object-fit: contain;
    background: #ddd;
}

.portfolioBox a {
    display: block;
    margin-bottom: 2rem;
    height: 100%;
}

/*.portfolioSec .col-md-5 .portfolioBox a img {*/
/*    height: 564px;*/
/*    object-fit: cover;*/
/*    object-position: top;*/
/*}*/

.wrkSec {
    padding: 4rem 4rem;
}

.wrkSec a {
    display: block;
    margin: 0 0 1.7rem;
    overflow: hidden;
}

.wrkSec h6 {
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin: 1rem 0;
}

.wrkSec a img {
    width: 100%;
    transition: all 0.4s ease;
}

.wrkSec .themeBtn {
    display: table;
    margin: auto;
}

.wrkSec .headOne {
    text-align: center;
    color: var(--white);
    margin: 0 0 3rem;
}

.vogueSec {
    text-align: center;
    padding: 1rem 0 9rem;
}

.vogueSec .headOne {
    font-size: 3.125rem;
    color: var(--white);
    margin: 0 0 1.5rem;
}

.vogueSec a {
    font-size: 1.5rem;
    color: #eb5828;
    border-bottom: 1px solid;
}

.srvcSec .headOne {
    color: var(--white);
    font-weight: 200;
    margin: 0 0 0.7rem;
}

.srvcSec p {
    font-weight: 300;
    margin: 0 0 2rem;
}

.headTwo {
    font-size: 2.5rem;
    color: var(--white);
}

.srvcSec .headTwo {
    margin: 0 0 2.67rem;
}

.srvcSec ul li {
    font-size: 2.375rem;
    color: var(--white);
    font-family: "Silk Serif";
    font-weight: lighter;
    list-style: disc;
    padding-left: 1rem;
    margin-left: 2.2rem;
}

.srvcSec ul {
    margin: 0 0 3rem;
}

.sewngContent .overlaySewng {
    position: absolute;
    bottom: 2.5rem;
    left: 2rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transform: translateY(111px);
}

.sewngContent {
    position: relative;
}

.sewngContent .overlaySewng .headTwo {
    font-size: 1.875rem;
    margin: 0 0 2rem;
}

.sewngContent figure img {
    width: 100%;
}

.sewngContent figure {
    overflow: hidden;
}

.sewngContent {
    overflow: hidden;
    margin-bottom: 1.65rem;
}

.sewngContent:hover .overlaySewng {
    transform: translateY(0px);
}

.telrng .sewngContent .overlaySewng .headTwo {
    font-size: 1.25rem;
}

.telrng .sewngContent .overlaySewng .themeBtn {
    padding: 0.58em 1.1em;
    font-size: 1.125rem;
}

.srvcSec {
    padding: 0 0 7rem;
}

.vdeoImg figure img {
    width: 100%;
}

.vdeoImg figure {
    position: relative;
}

.vdeoImg figure a {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--white);
}

.videoSec .headOne {
    color: var(--white);
    text-align: center;
    margin: 0 0 3rem;
}

.videoSec {
    background: #444444;
    padding: 7rem 0 10rem;
}

.videoSlider .slick-prev {
    font-size: 2.7rem;
    color: var(--white);
    left: -5%;
}

.videoSlider .slick-next {
    font-size: 2.7rem;
    color: var(--white);
    right: -5%;
}

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

.videoSlider .slick-dots {
    bottom: -6rem;
}

.videoSlider .slick-dots li button {
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: transparent;
}

.videoSlider .slick-dots li button:before {
    display: none;
}

.videoSlider .slick-dots li.slick-active button {
    background: #fff;
}

footer {
    padding: 5rem 0 0;
}

.ftrLogo {
}

.ftrLogo img {
    filter: brightness(100%) invert(1);
}

.ftrContent ul li a {
    font-size: 1rem;
    padding: 0;
    color: var(--white);
}

.ftrContent ul li + li {
    margin-top: 5px;
}

.ftrLst a {
    font-size:0.938rem;
    color: var(--white);
    display: table;
}

.ftrLst a + a {
    margin-top: 2.5rem;
}

.ftrLst a:last-child {
    color: #eb5828;
    border-bottom: 1px solid;
}

.copyRght {
    border-top: 1px solid #646766;
    margin-top: 5rem;
    padding: 1.5rem 0;
}

.copyRght p {
    font-size: 1rem;
    margin: 0;
}

.copyRght .policy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}

.copyRght .policy li a {
    font-size: 0.938rem;
    color: var(--white);
}

.copyRght .ftrSocial {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1.7rem;
}

.copyRght .ftrSocial li a {
    color: #757c85;
}

.themeBtn:hover {
    background: var(--black);
    color: var(--white);
}

.aboutInnr {
    padding: 6rem 0;
}

.aboutInnr .headOne {
    color: var(--white);
}

.aboutInnr h3 {
    font-size: 2.25rem;
    color: var(--white);
    line-height: 1;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin-bottom: 1.5rem;
    margin-top: 0.5rem;
}

.aboutInnr p strong {
    font-family: "Roboto", sans-serif;
    font-size: 2.5rem;
    color: var(--white);
    line-height: 1;
}

.contactInnr {
    padding: 6rem 0;
}

.contactInnr .contactList {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.contactInnr .contactList li a {
    font-size: 2.5rem;
    color: var(--white);
}

.contactInnr .headOne {
    color: var(--white);
}

.contactInnr .form-control {
    border: 0;
    border-radius: 0;
    height: 3.75rem;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
}

.contactInnr textarea.form-control {
    height: 250px;
}

.contactInnr button {
    background-color: #e2571c;
    height: 3.75rem;
    border: 2px solid;
    color: var(--black);
    text-align: center;
    width: 100%;
    font-weight: 600;
    font-size: 1.375rem;
}

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

.contactInnr .row + .row {
    margin-top: 2rem;
}

.contactInnr button:hover {
    background: var(--white);
}

/* Faq Page Css Start */

.faqSec {
    padding: 6rem 0rem;
}

.faqSec .headOne {
    color: var(--white);
}

.faqSec .secHeading {
    font-size: 4.6875rem;
    color: #565759;
    font-weight: bold;
}

.faqSec .secHeading span {
    display: block;
    font-size: 1.25rem;
    margin-top: 0.5rem;
    letter-spacing: normal;
    text-transform: none;
    line-height: 1;
    font-weight: 400;
}

.faqSec #accordion .card {
    background: transparent;
    border: 0;
}

.faqSec #accordion .card .btn-link {
    --height: 5rem;
    --width: 4.5rem;
    width: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 0;
    border: 0;
    font-weight: 400;
    border-radius: 5px;
    background-color: #135c0a;
    text-decoration: none;
    overflow: hidden;
    font-size: 1.25rem;
}

.faqSec #accordion .card .btn-link span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--width);
    height: var(--height);
    background: #232323;
    margin-right: 2rem;
}

.faqSec #accordion .card .btn-link i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    width: var(--width);
    height: var(--height);
    margin-left: auto;
    background: #e2571c;
}

.faqSec #accordion .card .btn-link i::before {
    content: "\f078";
}

.faqSec #accordion .card .btn-link.collapsed i::before {
    content: "\f077";
}

.faqSec #accordion .card .btn-link.collapsed i {
    color: #fff;
    background: #232323;
}

.faqSec #accordion .card + .card {
    margin-top: 2rem;
}

.faqSec #accordion .card .card-body {
    padding: 2rem 2rem 0.5rem;
}

.faqSec #accordion .card .card-body p {
    font-size: 1.125rem;
    color: #9e9e9e;
    font-weight: 400;
    line-height: 2;
    padding-left: 1rem;
    border-left: 6px solid #e2571c;
}

.faqSec #accordion .card .btn-link {
    --height: 5rem;
    --width: 4.5rem;
    width: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 0;
    border: 0;
    font-weight: 400;
    border-radius: 5px;
    background-color: #363636;
    text-decoration: none;
    overflow: hidden;
    font-size: 1.25rem;
    font-family: "Poppins";
}

.serviceInner h3 {
    font-size: 3.125rem;
    color: var(--white);
}

.srvcSec.serviceInner ul li {
    font-size: 1.5625rem;
    font-weight: 300;
    line-height: 40px;
    padding-left: 0;
    margin-left: 0;
    color: var(--white);
    font-family: "Roboto", sans-serif;
    list-style: none;
}

.srvcSec.serviceInner {
    padding: 6rem 0;
}

.srvcSec.serviceInner .row + .row {
    margin-top: 5rem !important;
}

.contactInnr label {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 500;
    /* line-height: 1; */
}

.anloader {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: black;

}

.anloader > video {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.lastestSec h2 {
    color: #fff;
    text-align: center;
    padding-bottom: 4rem;
}

.lastBox h3 {
    font-size: 2.3rem;
    color: #fff;
    font-weight: 600;
}

.lastBox p {
    font-size: 1.3rem;
}

.lastBox p strong {
    font-weight: 700;
}

.lastBox span {
    font-size: 1.5rem;
    font-weight: 800;
}

.lastBox {
    padding: 2rem 2rem;
    text-align: center;
    box-shadow: 0px 0px 22px 0px #ababab3b;
    /* margin: 1rem 2rem; */
    height: 550px;
    overflow: auto;
}

.lastBox::-webkit-scrollbar {
    width: 5px;
    background-color: #aaa;
    margin-right: 1rem;
}

.lastBox::-webkit-scrollbar-thumb {
    background: #000;
}

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

.lastSlider .slick-prev {
    font-size: 2.7rem;
    color: var(--white);
    left: -5%;
}

.lastSlider .slick-next {
    font-size: 2.7rem;
    color: var(--white);
}

#paymentSuccessModal .modal-dialog .modal-content {
    background: transparent;
    border: 1px solid #fff;
    backdrop-filter: blur(20px);
    border-radius: 10px;
    color: #fff;
    box-shadow: 2px 2px 15px #ddd;
}

#paymentSuccessModal .modal-dialog .modal-content .modal-header {
}

#paymentSuccessModal .modal-dialog .modal-content .modal-header h5 {
    font-size: 1.5rem;
}

#paymentSuccessModal .modal-dialog .modal-content .modal-header button {
    color: #fff;
}

#paidTournamentForm label {
    color: #fff;
    margin-top: 1rem;
}

/*video chat css*/

.videoBox {
    position: relative;
    height: 90vh;
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
}

.chattingSec {
    height: 100vh;
    display: flex;
    align-items: center;
}

.videoControllers {
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
    padding: 0.5rem 1rem;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 40px;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    gap: 1rem;
}

.videoControllers a, .videoControllers button {
    width: 50px;
    height: 50px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #fff;
    font-size: 1.25rem;
    background: #DD1313;
    border: none;
}

.videoControllers a:hover {
    background: #DD1313;
}

.videoControllers a i {
    /*transform: rotate(-135deg);*/
}

.chattingSec .videoThumbMain {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.chattingSec .videoThumbMain img {
    width: 100%;
    height: 100%;
}

.videoBox .headingCont {
    position: absolute;
    top: 2rem;
    left: 2rem;
    display: flex;
    align-items: center;
    gap: 0 1rem;
    z-index: 1;
}

/*.videoBox .headingCont .timer {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    background: rgba(255, 255, 255, 0.2);*/
/*    padding: 0.5rem 1rem;*/
/*    border-radius: 40px;*/
/*    gap: 0 .75rem;*/
/*}*/

/*.videoBox .headingCont .timer .count {*/
/*    border: 5px solid #fff;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    border-radius: 100%;*/
/*    animation: pop 1s infinite;*/
/*}*/

/*@keyframes pop {*/
/*    0% {*/
/*        background: #fff;*/
/*    }*/
/*    50% {*/
/*        background: #E61A1A;*/
/*    }*/
/*    100% {*/
/*        background: #fff;*/
/*    }*/
/*}*/

/*.videoBox .headingCont .timer span {*/
/*    color: #fff;*/
/*    line-height: initial;*/
/*    font-size: 1.125rem;*/
/*    font-weight: 500;*/
/*}*/

.videoBox .headingCont h3 {
    color: #fff;
    margin: 0;
    font-family: 'Roboto';
    font-size: 1.375rem;
}

.thumbBox {
    border-radius: 30px;
    overflow: hidden;
    margin-top: 1rem;
    background: none;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.thumbBox img {
    height: 300px;
    object-fit: cover;
}

.thumbBox .content {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumbBox i {
    font-size: 1.25rem;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.5;
    transition: all 0.4s ease-in-out;
}

.thumbBox i:hover {
    opacity: 1;
}

.chattingSec .row [class*='col-'] {
    display: flex;
    align-items: center;
}

.chattingSec .slick-arrow:before {
    content: none;
}

.videoControllers button i {
    transform: rotate(225deg);
}

.inner.portfolioSec .row [class*='col-'] {
    display: flex;
    justify-content: center;
}

.inner.portfolioSec .row {
    gap: 2.5rem 0;
}

.wrkSec a img:hover {
    transform: scale(1.2);
}

.formSec {
    padding: 8rem 0;
}

.formSec form label {
    display: block;
    color: #eb5828;
}

.formSec form input, .formSec form textarea {
    width: 100%;
    padding: 1rem 1rem;
}

div.switcher label {
    padding: 0 !important;
    display: initial !important;
}

div.switcher label * {
    vertical-align: middle;
    font-size: 1rem;
}

div.switcher label input {
    display: none;
}

div.switcher label input + span {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    width: 50px;
    height: 26px;
    background: #ddd;
    border: 2px solid #ddd;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

div.switcher label input + span small {
    position: absolute;
    display: block;
    width: 50%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    left: 0;
}

div.switcher label input:checked + span {
    background: #eb5828;
    border-color: #eb5828;
}

div.switcher label input:checked + span small {
    left: 50%;
}


.rating-stars {
    float: left;
    border-style: none;
}

.rating-stars:not(:checked) > input {
    position: absolute;
    top: -9999px;
    clip: rect(0, 0, 0, 0);
    visibility: hidden;
}

.rating-stars:not(:checked) > label {
    float: right;
    width: 1.125em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    color: lightgrey;
}

.rating-stars > label {
    margin-right: 5px !important;
}

.rating-stars:not(:checked) > label:before {
    content: "\f005";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}

.rating-stars > input:checked ~ label {
    color: gold;
}

.rating-stars:not(:checked) > label:hover,
.rating-stars:not(:checked) > label:hover ~ label {
    color: gold;
}

.rating-stars > input:checked + label:hover,
.rating-stars > input:checked + label:hover ~ label,
.rating-stars > input:checked ~ label:hover,
.rating-stars > input:checked ~ label:hover ~ label,
.rating-stars > label:hover ~ input:checked ~ label {
    color: gold;
}

.formSec form .form-group {
    clear: both;
}

.testiBox .head h3 {
    color: #fff;
    font-size: 2.5rem;
    margin: 0 0 1rem;
}

.testiBox .head .ratingBox {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.testiBox .head .ratingBox ul {
    display: flex;
    gap: .5rem;
}

.testiBox .head .ratingBox ul li i {
    font-size: 1.25rem;
}

.testiBox .head .ratingBox ul li i.active {
    color: gold;
}

.testiBox .head .ratingBox span {
    color: #fff;
    letter-spacing: 1px;
}

.testiBox .body p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
    margin: 1rem 0 0;
}

.testiBox .body {
    border-top: 1px solid #fff;
    margin-top: 1rem;
    border-bottom: 1px solid #fff;
    padding-bottom: 1rem;
}

.testimonialSec .row {
    gap: 1.5rem 0;
}

.policySec h3 {
    font-size: 2rem;
    color: #fff;
    margin: 1rem 0;
}

.policySec p {
    font-size: 1rem;
    line-height: 1.8;
}

.contactInnr .nav-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    border: none;
    margin-bottom: 3rem;
}

.contactInnr .nav-tabs button {
    padding: 0.5rem 2rem;
    height: auto;
    border-radius: 10px;
    font-size: 1rem;
}

.contactInnr .nav-tabs button:focus {
    outline: none;
}

.fc .fc-toolbar-title {
    color: #fff;
}

.fc-toolbar-chunk {
    display: flex;
}


.fc-theme-standard td a, .fc-theme-standard th a {
    color: #fff;
}

.fc .fc-button-primary {
    background: #e2571c;
}


.scheduleBox p {
    padding: 0;
    line-height: 1.6;
    margin: 0 0 1rem;
}

#event_img {
    height: 250px;
    width: 100%;
    object-fit: contain;
    background: #ddd;
}

.modal-content {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(5px);
}

.modal-content th, .modal-content td {
    color: #fff;
}

.modal-content .modal-header * {
    color: #fff;
}

.modal-header .close:focus {
    outline: none;
}

.lastBox.slick-slide {
    margin: 1rem;
}

.fullBox img {
    height: auto;
}

.courseTable * {
    color: #fff;
}

.courseTable .btnCont {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
}

.courseTable .btnCont span {
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.courseTable .btnCont span input {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.courseTable .btnCont span i {
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--danger);
}

.signupSec {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.signupSec .row {
    gap: 2rem 0;
}

.signupSec .form-group label {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 1.25rem;
}

.signupSec a {
    text-transform: capitalize;
    font-size: 1.25rem;
    font-family: 'Roboto';
}

.signupSec .form-group input.form-control {
    background: none;
    color: #fff;
}

.fc-event {
    cursor: pointer;
}

.logoutCont {
    flex-direction: revert;
    gap: 1rem;
}

.logoutCont li + li {
    border-left: 2px solid #fff;
    padding-left: 1rem;
}

.logoutCont li a {
    margin: 0;
    font-size: 1.25rem;
}

.logoutCont li:last-of-type a {
    border: 1px solid;
    border-radius: 0;
    padding: 0.125rem 1rem !important;
}

.logoutCont li {
    display: flex;
    align-items: center;
}

.logoutCont li:last-of-type a:hover {
    background: rgb(235, 88, 40);
}

.select2-container--default .select2-selection--single {
    height: 40px;
}


.loginArea{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 0 1rem;
}
.loginArea a{
    font-size: 1.125rem;
    color: #fff;
}
.loginArea a:hover{
    color: rgb(235, 88, 40);
}
.signupBtn{
    background: rgb(235, 88, 40);
    padding: 0.5rem 1.25rem;
    border-radius: 5px;
}
a.signupBtn:hover{
    color: #ffffff;
    background: var(--black);
}
.contactInnr .themeBtn{
    background: #00b507;
    border: 0;
    text-transform: capitalize;
    font-size: 1rem;
    display: table;
    margin: 3rem auto;
}

.blink {
    font-size: 1rem;
    text-align: center;
    background: #348b37;
    animation: blinker 1.5s linear infinite;
    display: table;
    margin: 0 auto;
    padding: 0 2rem;
    border-radius: 20px;
}

@keyframes blinker {
    50% {
        opacity: 0.55;
    }
}

.logoutCont {
    flex-direction: row !important;
    gap: 1rem!important;
}
.navbar-nav .nav-link.cart {
    position: relative;
}

.navbar-nav .nav-link.cart span {
    position: absolute;
    background: rgb(235, 88, 40);
    font-size: 14px;
    font-weight: 900;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    top: -5px;
    right: -15px;
}
.batchModal .modal-header{
    width: 1000px;
    margin: auto;
}
.batchModalBody {
    width: 1000px;
}
.batchModal .modal-header img{

    height: 300px;
    width: 100%;
}
.batchModal .modal-content{
    width: 1000px;
}
.batchModal .modal-title{
    margin: auto;
}
.batchModal .modal-header .close {

   margin: 0;
}
