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


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

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

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

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

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

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

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


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

body {
    position: relative;
    font-family: 'Poppins', sans-serif;
    background: #fff;
    overflow-x: hidden;
}

/*.container {
    max-width: 1170px;
}*/

:root {
    --white: #ffffff;
    --black: #000;
    --theme-color: #0000FE;
    --gray-color: #A4A3A3;
    --hover-colo: #737173;

}

p {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 2;
    color: var(--gray-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: 'Helvetica';
}


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

section {
    padding: 5rem 0;
}

.themeBtn {
    background: var(--theme-color);
    font-size: 1.25rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    border-radius: 30px;
    padding: 1.099rem 2.488rem;
    line-height: normal;
    font-family: 'Helvetica';
}

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

.headingOne {
    font-size: 3.125rem;
    color: var(--black);
    font-weight: 300;
    /* margin: 0; */
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
}

.headingTwo {
    font-size: 5.625rem;
    color: var(--white);
    font-weight: 400;
    text-transform: capitalize;
    line-height: 0.95;
}


/* loader */
.preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.preLoader.black {
    background-color: #09121A;
    z-index: 11113;
}

.preLoader.white {
    z-index: 11112;
    background-color: var(--theme-color);
}


/* Begin: Header CSS */
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

header .topOpt {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4rem;
    padding-right: 12.5rem;
    padding-top: 1rem;
}

header .logo img {
    width: 73%;
    position: relative;
}

.contInfo {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.contInfo a {
    padding-left: 1.8rem;
    position: relative;
    display: flex;
    color: #000000;
    font-size: 1rem;
    line-height: 1.3;
    font-family: 'Roboto', sans-serif;
    gap: 0.5rem;
    font-weight: 600;
}


.contInfo a i {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--white);
    font-size: 1rem;
    transition: all 0.4s ease;
}

.contInfo a:hover i {
    color: var(--primary);
    transform: scale(1.15);
}

header .logo {
    padding: 1.7rem 0px;
    position: relative;
    transition: none;
    margin-top: -76px;
    position: relative;
}


header .navbar {
    padding: 0;
    width: 100%;
    margin-top: 0;
}

header .collapse {
    background: var(--white);
    margin: 0 0 0 3px;
    padding: 1.438rem 0 1.438rem 0rem;
    position: relative;
}

header .collapse:before {
    content: '';
    border-left: 70px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 93px solid white;
    position: absolute;
    left: -70px;
    z-index: -1;
    top: 0px;
}

.navbar-nav {
    align-items: center;
    width: 100%;

}

.navbar-nav .nav-item:last-child .nav-link {
    background: var(--theme-color);
    font-size: 1rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    padding: 0.625rem 1.563rem;
    border-radius: 1.875rem;
    border: 1.5px solid var(--theme-color);
}

.navbar-nav .nav-item .nav-link {
    font-size: 1rem;
    color: var(--black);
    text-transform: uppercase;
    font-weight: 400;
    padding: 8px 30px 8px 30px;
    margin: 0 0;
    display: inline-block;
    border: 1.5px solid var(--white);
    font-style: italic;

}

.navbar-nav .nav-item:last-child .nav-link:hover {
    border: 1.5px solid var(--black);
    background-color: var(--black);
    border-radius: 1.875rem;
}

.navbar-nav .nav-item .nav-link:hover {
    border: 1.5px solid var(--theme-color);
    border-radius: 18px;
}


/* END: Header */


/* Slider start */
.mainSlider {
    height: 1105px;
    position: relative;
    z-index: -0;
}

.homeSlider.swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.homeSlider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.homeSlider .slide-inner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0006;
}
.mainSlider h1 {
    color: var(--white);
    font-size: 4rem;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}

.mainSlider p {
    font-size: 1.125rem;
    color: var(--white);
}

.mainSlider p span {
    font-weight: bold;
}

.scheduleForm {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 3px 20px rgb(0 0 0 / 36%);
    padding: 1px 20px 3rem;
}

.scheduleForm .d-flex {
    justify-content: space-between;
}

.scheduleForm h2 {
    text-align: center;
    font-size: 1.675rem;
    font-weight: 600;
    margin: 0;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
    font-family: 'Poppins', sans-serif;
    /* font-family: 'Helvetica'; */
}

.scheduleForm ul {
    display: flex;
    justify-content: space-between;
    margin: 1rem 0;
    align-items: center;
    height: 100%;
}

.scheduleForm ul li a  span {
    border: 2px solid #A4A3A3;
    border-radius: 30px;
    display: flex;
    width: 51px;
    height: 51px;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.scheduleForm ul li a  {
    color: var(--black);
    font-weight: 500;
    text-align: center;
    display: block;
    align-items: center;
    justify-content: center;
    gap: 0.438rem;
}

.scheduleForm ul li a  span:hover {
    background-color: var(--theme-color);
    color: var(--white);
    border: 2px solid var(--theme-color);
}

.scheduleForm .steps ul li  span {
    border: 2px solid #ededed;
    border-radius: 30px;
    display: flex;
    width: 51px;
    height: 51px;
    justify-content: center;
    align-items: center;
    margin: auto;
    background: #ededed;
    color: #acacac;
    font-weight: 600;
}

.scheduleForm .steps ul li  {
    color: var(--black);
    font-weight: 500;
    text-align: center;
    display: block;
    align-items: center;
    justify-content: center;
    gap: 0.438rem;
}

.scheduleForm .steps ul li  span:hover {
    background-color: var(--theme-color);
    color: var(--white);
    border: 2px solid var(--theme-color);
}

.scheduleForm form input.form-control,
.scheduleForm form select.form-control {
    width: 100%;
    height: 47px;
    border: 1px solid #A4A3A3;
    border-radius: 28px;
    font-size: 0.875rem;
    margin-bottom: 0;
}

.scheduleForm form select {
    width: 100% s;
}

.scheduleForm form input.form-control::placeholder {
    padding-left: 20px;
    color: var(--black);

}

.scheduleForm form .themeBtn {
    font-size: 1rem;
    border: none;
}

.scheduleForm form .themeBtn.thmbord {
    border: 2px solid var(--black);
    background-color: transparent;
    color: var(--black);
    padding: 0.875rem 6.438rem;
}

.scheduleForm form .themeBtn.thmbord:hover {
    background-color: var(--hover-colo);
    color: var(--white);
}

.scheduleForm form {
    margin-bottom: 2.25rem;
}

.scheduleForm form h6 a {
    color: var(--black);
    font-size: 0.875rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.scheduleForm form h6 a i {
    padding-right: 5px;
    font-size: 1rem;
}

.mainSlider:before {
    content: '';
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 100%;
    height: 254px;
    background-image: url(../images/slidebar.webp);

}

/* Slider end */


/* map start */
.map {
    padding: 0;
    margin-top: -9rem;
    position: relative;
}

.map:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 714px;
    width: 100%;
    background-color: #f5f5f5;
    clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 98%, 86% 94%, 32% 78%, 0 65%, 0% 20%);
    z-index: -999;
}


.map-wap {
    background: #fff;
    box-shadow: 0 10px 45px #00000073;
    padding: 30px;
    border-radius: 20px;
}

.map-wap img {
    border-radius: 15px;
}

/* map end */


/* chose start */

.chose {
    padding: 2rem 0 5rem 0;
}

.chose h2.headingOne span {
    font-weight: bold;
}

.chose-wrap {
    margin: 3rem 0;
}

.chose-wrap ul {
    display: flex;
    gap: 3rem;
    justify-content: center;
}

.chose-wrap h3 {
    color: var(--black);
    font-size: 1.375rem;
    font-family: 'Poppins', sans-serif;
    margin-top: 1rem;
}

.chose-wrap ul li a {
    text-align: center;
}

.chose-wrap ul li a:hover figure {
    border: 3px solid var(--theme-color);
}

.chose-wrap li a figure {
    border: 3px solid #D1D1D1;
    width: 218px;
    height: 218px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    flex-shrink: 1;
    transition: all 0.3s ease-in-out;
}

/* chose end */


/* about start */
.about {
    background-image: url(../images/aboutbg.webp);
    padding: 5rem 0 19rem;
    background-repeat: no-repeat;
    background-size: cover;
}

img.abt-right {
    float: right;
    margin-top: -8rem;
    border-radius: 20px;
}

img.abt-left {
    margin-top: -16rem;
    float: right;
    border: 8px solid #000;
    border-radius: 20px;
    margin-right: -6.125rem;
    width: 65%;
}

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

.about h5 {
    color: var(--white);
    font-size: 1.25rem;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin: 1rem 0;
}

.about p {
    color: var(--white);
    margin-bottom: 1rem;
}

.about ul li {
    display: inline-block;
    width: 8.875rem;
    margin: 0.5rem 0;
    color: var(--white);
}

/* about end */

/* services start */
.services {
    text-align: center;
    padding: 5rem 0 2rem;
}

.ser-wrap h3 {
    font-size: 1.625rem;
    margin: 1rem 0;
    /* text-transform: lowercase; */
}

.ser-wrap p {
    font-size: 1rem;
    color: var(--black);
}

.services h2.headingOne {
    font-weight: bold;
    margin: 1rem 0 3rem;
}


.services .swiper-pagination {
    bottom: 0rem;
    width: fit-content;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.services .swiper-pagination-bullet {
    height: 14px;
    width: 14px;
    display: inline-block;
    margin: 0 0.4rem !important;
    opacity: 1;
    background: #454243;
}

.services .swiper-pagination-bullet-active {
    background: #0000FE;
    position: relative;
}

.services .swiper-pagination-bullet-active:before {
    content: "";
    position: absolute;
    border: 1px solid #0000FE;
    width: 23px;
    height: 23px;
    border-radius: 50px;
    left: -5px;
    top: -5px;
}

.swiper.serslider.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-backface-hidden {
    padding-bottom: 8rem;
}

/* services end */


/* hotspot start */
.hotspot {
    background-image: url(../images/hotspotbg.webp);
    padding: 17rem 0 19rem;
    background-repeat: no-repeat;
    background-size: cover;
}

.hotspot img {
    border-radius: 20px;
    position: relative;
}

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

.hotspot h5 {
    color: var(--white);
    font-size: 1.25rem;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin: 1rem 0;
}

.hotspot p {
    color: var(--white);
    margin-bottom: 1rem;
}

.hotspot ul li {
    display: inline-block;
    width: 8.875rem;
    margin: 0.5rem 0;
    color: var(--white);
}

.video-icon {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    bottom: 0;
}

.video-icon i {
    font-size: 1rem;
    color: var(--white);
    align-items: center;
    gap: 1rem;
    padding: 28px 30px;
    background: var(--theme-color);
    border-radius: 100%;
    box-shadow: 0 0 0px 8px #fff;
}

.hotspot .themeBtn {
    padding: 0.938rem 2.063rem;
    font-size: 1rem;
}

/* hotspot end */

/* cta start */

.cta {
    background-image: url(../images/cta.webp);
    padding: 8rem 0 13rem;
    background-repeat: no-repeat;
    text-align: center;
    margin-top: -16px;
    background-size: cover;
}

.cta h3.headingOne {
    color: var(--white);
    font-weight: bold;
}

.cta p {
    color: var(--white);
    font-size: 1.563rem;
}

.cta .themeBtn {
    background-color: var(--white);
    color: var(--black);
    font-size: 1rem;
    padding: 0.938rem 2.063rem;
}

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

/* cta end */


/* system start */
.system {
    text-align: center;
    padding: 5rem 4rem;
}

.system h2.headingOne {
    color: var(--black);
    font-weight: bold;
}

.sys-wrap {
    margin-top: 5rem;
    transition: all 0.5s ease;

}

.sys-wrap:hover {
    transform: scale(1.2);

}

.sys-wrap:hover h2 {
    background-color: var(--theme-color);
}

.sys-wrap figure {
    transform-origin: center;
    transform: skew(353deg, 0);

}

.sys-wrap h2 a {
    color: var(--white);
}

.sys-wrap h2 {
    background-color: #454243;
    font-size: 1.125rem;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    padding: 15px 0;
    width: 59%;
    margin: -2rem 0 -2rem 4rem;
    z-index: 99;
    position: relative;
}

.sys-wrap h2:before {
    content: '';
    border-left: 10px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 53px solid #454243;
    position: absolute;
    left: -9px;
    z-index: -1;
    top: -1px;
}

.sys-wrap h2:after {
    content: '';
    border-right: 11px solid transparent;
    border-left: 0 solid transparent;
    border-top: 54px solid #454243;
    position: absolute;
    right: -10px;
    z-index: -1;
    top: 0px;
}

.sys-wrap:hover h2:after {
    border-top: 51px solid var(--theme-color);
}

.sys-wrap:hover h2:before {
    border-bottom: 52px solid var(--theme-color);
}

/* system end */


/* Begin: footer */

footer {
    background-image: url(../images/footer.webp);
    padding-top: 6em;
    background-size: cover;
    position: relative;
}

footer:before {
    content: '';
    position: absolute;
    top: -30px;
    right: 0;
    width: 100%;
    height: 255px;
    background-image: url(../images/footerbar.webp);
    z-index: -1;
}


.contInfo2 {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}

footer .links li a,
footer .contInfo2 li a {
    display: inline-block;
    padding: 0.5rem 0;
    text-transform: capitalize;
    font-size: 1.125rem;
    font-weight: 400;
    color: var(--white);
    font-family: 'Poppins', sans-serif;
}

footer .contInfo2 li a {
    position: relative;
    padding: 8px 0 7px 4rem;
    text-transform: none;
    line-height: 2;
}

footer .contInfo2 li a span {
    display: block;
    margin-bottom: -10px;
}

footer .links li a:hover,
footer .links li a:focus {
    color: var(--theme-color);
}

footer .contInfo2 li a img {
    position: absolute;
    top: 8px;
    left: 0;
    color: var(--white);
    font-size: 2.5rem;
}

.copyRight {
    border-top: 2px solid #eee8e326;
    padding-top: 1rem;
    align-items: center;
}

footer p {
    color: var(--white);
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
}

.copyRight p {
    margin: 0;
}

.copyRight ul {
    margin: 0;
    display: flex;
    justify-content: end;
    gap: 10px;
    color: #fff;
    align-items: center;
}

.copyRight ul a {
    text-transform: uppercase;
    color: var(--black);
    background: #efefef;
    width: 3.375rem;
    height: 3.375rem;
    font-size: 1rem;
}

.copyRight ul a:hover,
.copyRight ul a:focus {
    background: var(--primary);
    color: var(--white);
}


/* Begin: Social Media */

.socialIo {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 0 10px;
}

.socialIo li a {
    width: 50px;
    height: 50px;
    display: block;
    background: var(--theme-color);
    border-radius: 100px;
    font-size: 1.2rem;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}

.socialIo li a:hover {
    color: var(--theme-color);
    background-color: var(--white);
}

/* END: Social Media */
/* END: footer */


/* inner pages start  */
.innerBan .overlay {
    position: absolute;
    text-align: left;
    top: 0;
    right: 0;
    bottom: 37%;
    left: 0;
    display: flex;
    align-items: center;
    z-index: 1;
}

/*.mainSlider.innerBan {*/
/*    height: 778px;*/
/*}*/

.mainSlider.innerBan:before {
    content: '';
    position: absolute;
    bottom: -43px;
    right: 0;
    width: 100%;
    height: 254px;
    background-image: url(../images/slidebar.webp);
    z-index: -1;
}

.innerBan::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0006;
}

.innerBan {
    position: relative;
    height: 100%;
}
/* .innerBan:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000040;
} */
.innerBan h2 {
    font-size: 5rem;
    color: var(--white);
    font-weight: bold;
    text-transform: uppercase;
}

.aboutinner figure img {
    border-radius: 1.25rem;
}

.aboutinner h2 {
    font-size: 3.125rem;
    font-weight: bold;
    text-transform: uppercase;

}

.aboutinner p {
    color: var(--black);
    font-size: 1.125rem;
}

.aboutinner p span {
    font-weight: bold;
}

.aboutinner p+p {
    margin-top: 2rem;
}

.aboutinner .row+.row {
    margin-top: 5rem;
}

.servicesinner h2.headingOne {
    font-size: 3.125rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.servicesinner figure img {
    border-radius: 1.25rem;
}

.serv-inner {
    position: relative;
    margin: 1rem 0;
}

.serv-inner figure:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000014;
    border-radius: 1.25rem;
}

.content-wrap {
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.content-wrap h3 {
    color: var(--white);
    font-size: 2rem;
    font-weight: 400;
}


.servicesinner .row+.row {
    margin: 0.5rem 0 3rem;
}


.our-service figure img {
    border-radius: 1.25rem;
}

.our-service h2 {
    font-size: 3.125rem;
    font-weight: bold;
    /* text-transform: capitalize; */
}

.our-service p {
    color: var(--black);
    font-size: 1.125rem;
}

.our-service p span {
    font-weight: bold;
}

.our-service .row+.row {
    margin-top: 3rem;
}

.reservationinneer .scheduleForm h2 {
    font-size: 2.625rem;
}

.reservationinneer .scheduleForm ul {
    justify-content: flex-start;
    gap: 3rem;
}

.reservationinneer .scheduleForm form .themeBtn {
    width: 50%;
    margin-right: 1rem;
}

.reservationinneer .scheduleForm {
    padding: 21px 59px;
}

.reservationinneer .scheduleForm ul {

    margin: 2.5rem 0;

}

/* contact page start */


.calUs {
    text-align: center;
}

.calUs span {
    border-radius: 50%;
    width: 163px;
    height: 163px;
    background: #4A4A4A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5rem;
    color: #ffff;
    margin: auto;
    border-radius: 50%;
    background-color: #4A4A4A;
    box-shadow: 0 11px 22px #0003;
}

.calUs h2 {
    font-size: 1.625rem;
    color: var(--black);
    font-weight: 500;
    margin: 1rem 0px 0.3rem;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.calUs a {
    font-size: 1.063rem;
    color: #6E6E6E;
}

.calUs p {
    font-size: 1.063rem;
    font-weight: 200;
    color: #6E6E6E;
}

.contactPage .row+.row {
    margin-top: 4rem;
}

.cntctForm .sectionHeading {
    text-align: center;
    margin: 0px 0px 2rem;
}

.cntctForm span {
    display: block;
    position: relative;
    margin-bottom: 1.5rem;
}

.cntctForm p {
    font-size: 1.125rem;
    color: #000;
}

.cntctForm span input {
    border-radius: 10px;
    background-color: #fff;
    height: 65px;
    width: 100%;
    padding: 0px 10px;
    font-size: 0.875rem;
    border: 1px solid #A4A3A3;
}

.cntctForm span i {
    position: absolute;
    top: 17px;
    left: 20px;
    color: rgb(54, 58, 60);
}

.cntctForm span textarea {
    border-radius: 10px;
    background-color: #fff;
    height: 65px;
    height: 180px;
    width: 100%;
    padding: 20px 50px;
    border: 1px solid #A4A3A3;
    font-size: 0.875rem;
}

.cntctForm span .bar {
    position: absolute;
    left: 20px;
    top: 27px;
}

.cntctForm label {
    display: block;
    font-size: 1.125rem;
    color: #000;
    margin: -12px 0px -2px;
}

.cntctForm img {
    display: block;
}

.cntctForm .themeBtn {
    border: 0px;
    text-align: center;
}

.cntctHead {
    font-size: 3.125rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 2rem;
    text-align: center;
    text-transform: uppercase;
}

.calUs:hover span {
    background: var(--theme-color);

}


form.cntctForm::placeholder {
    color: #000;
}

.cntctForm span input::placeholder {
    color: #000;
}

.cntctForm span textarea::placeholder {
    color: #000;
}

form.cntctForm .themeBtn:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}


.map.inner-map:before {
    display: none;
}

.map.inner-map h2 {
    font-size: 3.125rem;
    text-align: center;
}

.map.inner-map {
    margin: 0;
    z-index: 1;
}

.ftor footer {
    padding-top: 12em;
    margin-top: -9rem;
}

/* contact page end */

.rates {}

.rates .table thead {
    /* background: #fff; */
    box-shadow: 0 -20px 105px #0000001f;
    padding: 30px;
    border-radius: 20px 20px 0 0;
}

.rates .table tr:last-child td {}

.rates .table thead th {
    border: none;
    font-size: 1.9rem;
    font-weight: 500;
}

.rates h2 {
    font-size: 3.125rem;
    text-align: center;
    margin-bottom: 3rem;
}

.rates .table thead tr {
    border-radius: 60px;
}

.rates tbody {
    border: 1px solid #70707038;
    border-bottom-right-radius: 90px;
}

.rates .table td,
.rates .table th {
    padding: 21px 20px;
    vertical-align: top;
    border-top: none;
    font-size: 1.75rem;
}

.rates .table td {
    font-size: 2rem;
    font-weight: 400;
}

.rates .table-striped tbody tr {
    background-color: #f1f1f1;
}

.rates .table-striped tbody tr:nth-of-type(odd) {
    background-color: #dbdbdb;
}

.bgtab {
    background-color: #f9f9f9;
}

.bgtab1 {
    background-color: #fff;
}

.rates tr th:nth-child(3) {
    border-right: 1px solid #dee2e6;
}

.rates tr td:nth-child(3) {
    border-right: 1px solid #dee2e6;
}

.contetn-rates p {
    font-size: 1.563rem;
    color: var(--black);
}

.contetn-rates ul {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
}

.contetn-rates ul li {
    font-size: 1.563rem;
    color: var(--black);
}

.contetn-rates input {
    height: 66px;
    border-radius: 10px;
    text-align: center;
    margin-right: 1rem;
    width: 20%;
    border: 1px solid #A4A3A3;
}

.contetn-rates input::placeholder {
    color: #000;
    font-size: 1.563rem;
}

table th:first-child {
    border-radius: 6px 0 0 0;
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
}

/* inner pages end  */
header .scroll-across {
    margin-left: auto;
    display: flex;
    background: #fff;
    width: 75%;
    position: relative;
    gap: 0rem;
}

header .scroll-across p {
    color: #000;
    margin: 0;
    padding: 0 1em;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%;
}


.select2-container {
    width: 100% !important;
    border-radius: 28px;
}

.select2-container .selection {
    border-radius: 28px;
}

.scheduleForm form .row {
    gap: 1rem 0;
}

.select2-container .select2-search--inline .select2-search__field {
    font-size: 0.9rem;
    margin-top: 12px;
    margin-left: 1rem;
    padding: 0rem 1rem;
    height: 28px;
    background: transparent;
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 28px;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px;
}

.cmpnySec.contactPage.formSec {
    padding-bottom: 10rem;
}

.cmpnySec.contactPage.formSec .cntctForm {
    border: 1px solid #6c757d;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 0 23px #0000003d;
}

.map h3 {
    font-size: 3rem;
    text-align: center;
}

.map h5 {}

.map ul {
    text-align: center;
}

.map ul li {
    /* display: flex; */
    gap: 1rem;
    align-items: center;
}

.theme-color {
    color: #828284;
    font-size: 1.6rem;
}

.theme-color span {
    font-size: 1.6rem;
    color: var(--theme-color);
}

.chose .headingOne,
.headingOne .theme-color,
.chose .headingOne .theme-color span {
    font-size: 2.7rem;
    font-weight: bold;
}

.rates h2,
.rates h2 .theme-color,
.rates h2 .theme-color span {
    font-size: 2.4rem;
}

.slideOne strong {
    font-size: 1.6rem;
}

.rates .container {
    width: 1200px;
}

.scroll-across {
    white-space: nowrap;
}


.ser-wrap img {
    width: 100%;
    height: 320px;
}

.map-wap ul {
    display: flex;
    justify-content: center;
    gap: 3rem;
}

header .logo::before {
    content: '';
    clip-path: polygon(0 0, 92% 0, 80% 56%, 71% 100%, 0 100%, 0% 50%);
    background: #000;
    position: absolute;
    inset: 0;
    width: 122%;
}

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

}

.slideOne .theme-color {
    color: #fff;
}

.chose-wrap .rounded-circle {
    height: 190px;
    width: 190px;
}

section.aboutinner {
    padding-top: 8rem;
}

.services .swiper {
    padding-bottom: 5rem;
}

.number {
    background: #F7F6FB;
    padding: 8px 0;
    border: 1px solid #CCCCCC;
    width: 100%;
    color: #282828;
    border-radius: 50px;
    margin-bottom: 1rem;
}

.number input {
    background: #F7F6FB;
    border: 1px;
    height: 2rem;
    width: 40px;
    text-align: center;
}

.number .minus {
    padding: 0.5em 0.65em;
    font-size: 1.2rem;
    font-weight: 600;
    position: relative;
    /* background: #ccc;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px; */
    z-index: 11;
}

.number .minus::before {
    position: absolute;
    background: #cccccc8c;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    content: '';
    width: 40px;
    height: 50px;
    top: 1px;
    left: 0;
    z-index: -1;
}

.number .plus {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 0.5em 0.65em;
    position: relative;
    z-index: 11;
}

.number .plus::before {
    position: absolute;
    background: #cccccc8c;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    content: '';
    width: 40px;
    height: 50px;
    top: 1px;
    right: 0;
    z-index: -1;
}

.scheduleForm ul.secd {
    justify-content: space-between;
    gap: 4rem;
    margin: 0;
}

ul.list-unstyled.secd h5 {
    font-size: 1.125rem;
    text-transform: capitalize;
    font-weight: 400;
}

.scheduleForm h5 {
    font-size: 1.125rem;
    font-weight: 500;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 0.5rem;
}


.form-group.descri textarea {
    width: 100%;
    border-radius: 28px;
    height: 200px;
}


.scheduleForm.schform2 h2 {
    font-size: 1.6rem;
}


.scheduleForm.schform2 form .row {
    gap: 0;
}

.form-group.descri textarea::placeholder {

    padding-top: 9px;
    padding: 9px 0 0 2rem;
    color: #000;
}

/* .form-container{
    display: none;
} */

.form-container.active {
    display: block;
}
.scheduleForm .steps ul li.active span {
    background: #0001fe;
    color: #fff;
}
.scheduleForm .steps ul li.active{
    color: blue;
}






/*  */


#progressbar {
    margin-bottom: 30px;
    /* overflow: hidden; */
    color: lightgrey;
    width: 90%;
    margin: 1.5rem auto 0.8rem;
    /* margin-left: 6rem; */
}

#progressbar .active {
    color: #673AB7;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    /* width: 100%; */
    /* float: left; */
    position: relative;
    font-weight: 400;
    z-index: 11;
    text-align: left;
    flex: 0 0 50%;
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

#progressbar li:after {
    content: '';
    /* width: 100%; */
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
    right: 0;
    margin: auto;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #0001fe;
}

.progress {
    height: 20px;
}

.progress-bar {
    background-color: #673AB7;
}
#msform {
    position: relative;
    margin-top: 20px;
}
#msform fieldset:not(:first-of-type) {
    display: none;
}
#msform .action-button {
    width: 100px;
    background: #673AB7;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
}
#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #311B92;
}
#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right;
}
.card {
    z-index: 0;
    border: none;
    position: relative;
}
.doOne div {
    font-size: 1.1rem;
    color: #A4A3A3;
    font-weight: 500;
    text-transform: capitalize;
}
.doOne div.reserve {
    width: 110px;
    margin: auto;
}
.doOne {
    display: inline-block;
    text-align: center;
}
.scheduleForm .steps ul li.active div {
    color: #0001fe;
}
.myContainer input.form-control {
    border-radius: 28px;
    height: 50px;
    font-size: 14px;
    margin: 0 0 1.4rem;
}

.form-check-inline {
    margin-bottom: 0.7rem;
}

.myContainer select.form-control {
    border-radius: 28px;
    height: 50px;
    font-size: 14px;
    margin: 0 0 1.4rem;
}
.scheduleForm form .form-group {
    margin-bottom: 0.5rem;
}
.myContainer  input.next.themeBtn.thmbord {
    font-size: 1rem;
    background: transparent;
    color: var(--black);
    padding: 0.8rem 2.488rem;
    display: table;
    margin-left: auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.myContainer input.previous.themeBtn.thmbord {
    font-size: 1rem;
    background: transparent;
    color: var(--black);
    padding: 0.8rem 2.488rem;
    display: table;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.myContainer input.themeBtn.thmbord.next.contnue {
    margin-top: 1.5rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.myContainer input.previous.themeBtn.thmbord:hover,
.myContainer input.next.themeBtn.thmbord:hover
{
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: var(--white);
}
.slideOne {
    margin-bottom: 17rem;
}
