body {
    font-family: 'Mulish' !important;
}

.b-0 {
    border: 0 !important;
}

.m-a {
    margin: auto;
}

.mx-100 {
    max-width: 100%;
}

.p-25 {
    padding: 25px;
}

.ptb-25 {
    padding: 25px 0;
}


/*-----------------------*/

.a-s-c {
    align-self: center;
}

.br-20 {
    border-radius: 30px;
}

.div-imgtxt {
    position: relative;
}

.div-imgtxt p {
    color: #fff;
    font-size: 18px
}

.text-left {
    text-align: left;
}

.lh-22 {
    line-height: 22px;
}

.fs-12 {
    font-size: 12px;
}

.fw-600 {
    font-weight: 600;
}

footer {
    margin-top: 50px;
    background: #000;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #2a2a32;
}

.clr-w {
    color: #fff !important;
}

.bg-trans {
    background: transparent;
    border-color: #fff;
}

.bg-trans:focus {
    background: transparent;
}

.lo-go {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
}

.br-50 {
    border-radius: 50%;
}

.fotr-up {
    /*margin-bottom: -99px;*/
}

.social-ul li {
    display: inline-block;
    border: 1px dashed #ccc;
    border-radius: 50%;
    padding: 3px;
    -webkit-box-shadow: 0px 7px 15px rgb(0 0 0 / 5%);
    box-shadow: 0px 7px 15px rgb(0 0 0 / 5%);
}

.social-ul li a.facebook {
    padding: 5px;
    font-size: 20px;
    color: #3b5998;
    display: block;
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 22px;
    border-radius: 50%;
    background: beige;
}

.social-ul li a.facebook:hover {
    background: #3b5998;
    color: #fff !important;
    transition: all .9s;
}

.social-ul li a.twiter {
    padding: 5px;
    font-size: 20px;
    color: #55acee;
    display: block;
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 22px;
    border-radius: 50%;
    background: beige;
}

.social-ul li a.twiter:hover {
    background: #55acee;
    color: #fff !important;
    transition: all .9s;
}

.social-ul li a.instagram {
    padding: 5px;
    font-size: 20px;
    color: #cc2366;
    display: block;
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 22px;
    border-radius: 50%;
    background: beige;
}

.social-ul li a.instagram:hover {
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #fff !important;
}

.social-ul li a.linked {
    padding: 5px;
    font-size: 20px;
    color: #0077b5;
    display: block;
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 22px;
    border-radius: 50%;
    background: beige;
}

.social-ul li a.linked:hover {
    background: #0077b5;
    color: #fff !important;
    transition: all .9s;
}

.social-ul li a.pintrest {
    padding: 5px;
    font-size: 20px;
    color: #bd081c;
    display: block;
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 22px;
    border-radius: 50%;
    background: beige;
}

.social-ul li a.pintrest:hover {
    background: #bd081c;
    color: #fff !important;
    transition: all .9s;
}

.w-80 {
    width: 85%;
}

#button {
    display: inline-block;
    background-color: #070750;
    width: 64px;
    height: 64px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 100px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    border-radius: 50%;
    border: 10px solid rgba(255, 255, 255, 0.6);
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    line-height: 45px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

.fo-rm {
    position: relative;
}

iframe {
    border-radius: 15px;
}


/*-------mega menu------*/

.navigation {
    width: 100%;
    /* height: 70px; */
    display: flex;
    position: relative;
    font-family: inherit;
    z-index: 99999;
    /* background-color: #fff; */
    justify-content: space-between;
    align-items: center;
}

.navigation * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

.navigation-portrait {
    height: 48px
}

.navigation-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19998
}

.navigation-hidden {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important
}

.align-to-right {
    float: right
}

.nav-header {
    float: left;
}

.navigation-hidden .nav-header {
    display: none
}

.nav-brand {
    line-height: 70px;
    padding: 0;
    color: #343a40;
    font-size: 24px;
    text-decoration: none !important;
    width: 160px;
}

.lo-go img {
    width: 80px;
}

.nav-brand:hover,
.nav-brand:focus {
    color: #343a40
}

.navigation-portrait .nav-brand {
    font-size: 18px;
    line-height: 48px
}

.navbar-brand img {
    width: 50px;
}

.nav-logo>img {
    height: 48px;
    margin: 11px auto;
    padding: 0 15px;
    float: left
}

.nav-logo:focus>img {
    outline: initial
}

.navigation-portrait .nav-logo>img {
    height: 36px;
    margin: 6px auto 6px 15px;
    padding: 0
}

.nav-toggle {
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 15px;
    display: none;
    cursor: pointer
}

.nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #343a40;
    border-radius: 10px;
    box-shadow: 0 .5em 0 0 #343a40, 0 1em 0 0 #343a40
}

.navigation-portrait .nav-toggle {
    display: block
}

.navigation-portrait .nav-menus-wrapper {
    max-width: 90%;
    height: 100%;
    top: 0;
    left: -90%;
    position: fixed;
    background-color: #fff;
    z-index: 20000;
    /*overflow-y: auto;*/
    -webkit-overflow-scrolling: touch;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
    left: auto;
    right: -400px
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    left: auto;
    right: 0
}

.nav-menus-wrapper-close-button {
    width: 30px;
    height: 40px;
    margin: 10px 7px;
    display: none;
    float: right;
    color: #343a40;
    font-size: 26px;
    cursor: pointer
}

.navigation-portrait .nav-menus-wrapper-close-button {
    display: block
}

.nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    font-size: 0;
}

.navigation-portrait .nav-menu {
    width: 100%;
    height: 600px;
    overflow: auto;
}

.navigation-landscape .nav-menu.nav-menu-centered {
    float: none;
    text-align: center
}

.navigation-landscape .nav-menu.nav-menu-centered>li {
    float: none
}

.nav-menu>li {
    display: inline-block;
    float: left;
    text-align: left
}

.navigation-portrait .nav-menu>li {
    width: 100%;
    position: relative;
    border-top: solid 1px #f0f0f0
}

.navigation-portrait .nav-menu>li:last-child {
    border-bottom: solid 1px #f0f0f0
}

.nav-menu+.nav-menu>li:first-child {
    border-top: none
}

.nav-menu>li>a {
    height: 70px;
    padding: 26px 13px;
    display: inline-block;
    text-decoration: none;
    font-size: 18px !important;
    font-weight: 600;
    color: #343a40;
    -webkit-transition: color .3s, background .3s;
    transition: color .3s, background .3s;
    height: auto;
    /*background: -webkit-linear-gradient(#ebc33c, #86bc26, #fc8603, #f5a01b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px !important;
    font-weight: 600;*/
}

.nav-menu>li>a i {
    padding-right: 5px;
}

.navigation-portrait .nav-menu>li>a {
    width: 100%;
    height: auto;
    padding: 12px 15px 12px 26px
}

.nav-menu>li:hover>a,
.nav-menu>li.active>a,
.nav-menu>li.focus>a {
    color: #6a6a53
}

.h-a {
    height: auto !important;
}

footer .btn-blank {
    border: 1px solid #fff;
    color: #fff;
}

.mt-2 {
    margin-top: 2rem !important;
}

.nav-dropdown>li>a {
    color: #343a40;
    padding: 10px 20px;
    border-bottom: 1px solid #f6f6f6;
}

.nav-dropdown>li>a:hover,
.nav-dropdown>li>a:focus {
    color: #27ae60;
}

.main_header_area.sticky {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #59c7a5;
    z-index: 9999;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.transparent-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}

.navigation-portrait .nav-menu>li>a {
    width: 100%;
    height: auto;
    padding: 15px 10px 15px 30px;
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .nav-dropdown>li>a,
    .megamenu-list>li>a {
        width: 65%
    }
}


/*-------------------*/

.hedr-sticky {
    /*position: sticky;*/
    top: 0;
    z-index: 1020;
    position: absolute;
    width: 100%;
    z-index: 99999;
}

.fs-18 {
    font-size: 18px !important;
}


/*-------page load popup------*/


/* page load popup
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    z-index: 999;
    display: none;
}

.cnt223 a {
    text-decoration: none;
    font-weight: normal;
}

.popup {
    width: 100%;
    margin: 0 auto;
    display: none;
    position: fixed;
    z-index: 999;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 1);
    height: 100%;
}

.cnt223 {
    max-width: 850px;
    height: -webkit-fill-available;
    /*height:min-content;*/
    margin: 10px auto;
    background: #fff;
    position: relative;
    z-index: 103;
    padding: 25px;
    /*border-radius: 5px;
box-shadow: 0 2px 5px #000;*/
    overflow: auto;
}

.cnt223 ul {
    padding-left: 0;
}

@media(max-width:600px) {
    .cnt223 ul {
        padding-left: 0;
        margin-bottom: 50px;
    }
}

.cnt223 p {
    clear: both;
    color: #555555;
    /* text-align: justify; */
    font-size: 16px;
    font-family: sans-serif;
    font-weight: normal;
    line-height: 28px;
}

.cnt223 p a {
    color: #d91900;
    font-weight: bold;
}

.cnt223 .x {
    float: right;
    height: 35px;
    left: 22px;
    position: relative;
    top: -25px;
    width: 34px;
}

.cnt223 .x:hover {
    cursor: pointer;
}

.store li {
    display: inline-block;
    padding: 10px;
    font-size: 15px;
    width: 180px;
    background: #333;
    margin-right: 10px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    font-weight: normal;
    border: 1px solid #000;
}

.store li:last-child {
    background: #FFF;
    border: 1px solid #000;
    color: #000;
}

.store li a {
    color: #fff;
}


/* page load popup
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/


/*---------------------------*/

.hrt-row {
    background: #fff3e2;
    padding: 20px;
    border-radius: 15px;
    margin-top: 20px;
}

a {
    text-decoration: none;
}

.p-20 {
    padding: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.fw-5 {
    font-weight: 500;
}

.about {
    /*background: linear-gradient(0deg, #fff, #dfdfc4); 
	background: linear-gradient(0deg, #f9f9f9, #fce7c2);*/
    padding-top: 100px;
    padding-bottom: 50px;
}

.nav-header a {
    display: block;
    /*margin-top:15px;*/
    /*padding: 5px 0;*/
}


/*-------------------------*/

.a-three {
    border-radius: 40px !important;
    height: auto;
    width: 90%;
}

.a-three:hover p,
h4 {
    color: #fff;
}

.left {
    text-align: left;
    line-height: 24px;
}

.obj-c img {
    object-fit: contain;
}

.br-20 {
    border-radius: 20px;
}

.tablinks h6 {
    font-size: 18px !important;
}

a {
    color: #2c3037 !important;
}

.savo-mt {
    margin-top: 10px !important;
}

.savo-mt span {
    padding: 5px 10px !important;
}

.fw-4 {
    font-weight: 400 !important;
}

.half-s p {
    /*line-height:25px;
	font-size:17px;
	padding-bottom:12px;*/
    line-height: 27px;
    font-size: 16px;
    padding-bottom: 12px;
    color: #666;
}

.half-mob {
    margin-bottom: -48px;
}

.br-20 {
    border-radius: 20px !important;
}

.sr-img img {
    box-shadow: 0 5px 12px 1px #ccc !important;
    margin-bottom: 14px !important;
    object-fit: cover;
    border-radius: 20px !important;
}

.bg-sky-b {
    background: #f7ffff;
}

.secur {
    margin: -8px -2px 0 0;
}

.p-0 {
    padding: 0;
}


/*------------------*/

@media (min-width: 576px) {
    .rounded-nav {
        border-radius: 50rem !important;
    }
}

@media (min-width: 576px) {
    .rounded-nav .nav-link {
        border-radius: 50rem !important;
    }
}


/* With arrow tabs */

.with-arrow .nav-link.active {
    position: relative;
}

.with-arrow .nav-link.active::after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #2b90d9;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
}


/* lined tabs */

.lined .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
}

.lined .nav-link:hover {
    border: none;
    border-bottom: 3px solid transparent;
}

.lined .nav-link.active {
    background: none;
    color: #555;
    border-color: #2b90d9;
}

.nav-pills .nav-link {
    color: #555;
}

.text-uppercase {
    letter-spacing: 0.1em;
}

.nv-bg {
    background: #fff;
    box-shadow: 0 2px 25px 1px #999;
    border-radius: 30px;
}

.ml-m25 {
    margin-left: -13px;
    margin-bottom: -0PX;
}

.botm-fr li+li:before {
    content: '|';
    padding: 0 5px;
    font-size: 12px;
    color: #fff !important;
}

.botm-fr li {
    display: inline-block;
}

.botm-fr li a {
    font-size: 13px;
    color: #fff !important;
}

.botm-fr {
    padding-top: 7px;
    padding-left: 0;
}

.p-15 {
    padding: 0 15px;
}

.top-ta {
    color: #2196f3;
    font-weight: 600;
    font-size: 14px;
}

.tb button {
    width: auto;
    display: inline-block !important;
}

.tb-content {
    text-align: left;
}

.tb {
    text-align: center;
    padding-bottom: 50px;
    padding-top: 50px;
}

.fw-6 {
    font-weight: 600;
}

.step {
    /*color: #d89620 !important;*/
    font-weight: 600;
}

.step-fp {
    font-size: 16px;
    line-height: 25px;
    color: #333;
}

.step-d {
    border-left: 4px solid #d89620;
    padding-left: 20px;
    border-radius: 9px;
    margin-top: 25px;
}

.step-sp {
    background: linear-gradient(-28deg, #f9f9f9, #fff1d9);
    padding: 10px 0;
}

.theme-button {
    background: grey;
    color: #fff;
    padding: 10px 15px;
    font-size: 18px;
    border-radius: 8px;
    border: 0;
    margin: 12px 0;
}

.pb-10 {
    padding-bottom: 10px;
}

.aa {
    font-size: 17px;
    font-weight: 600;
}

.pt-50 {
    padding-top: 50px;
}

.li-img {
    float: left;
    margin-right: 12px;
    background: #fdefd6;
    padding: 5px;
    border-radius: 50%;
    border: 1px solid #ffcc87;
    width: 30px;
    height: 30px;
    margin-bottom: 25px;
}

.ad-ul {
    max-width: 900px;
    margin: auto;
}

.ad-ul li {
    background: #fff;
    margin-bottom: 25px;
    border-radius: 5px;
    padding: 25px;
    box-shadow: 0 2px 5px 2px #eee;
    border-left: 5px solid #ddd;
}

.ad-ul li:hover {
    border-color: #d89620;
    box-shadow: 0 11px 34px 10px #eee;
}

.relative {
    position: relative;
}

.bg-f9 {
    background: #f9f9f9;
}

.sbr {
    /*border-radius: 0 120px 120px 0;
	border-radius: 15px 87px 82px 41px;*/
    border-radius: 100px 141px 98px 251px;
    /* border-radius: 15px 87px 82px 41px; */
    box-shadow: 0 0.25rem 1.75rem rgb(30 34 40 / 35%);
}

.bg-tbl {
    background: #fbfbfb;
    margin-top: 100px;
    border-top: 2px dashed #ccc;
}

.sp-x {
    background: #fff;
    border-radius: 40px;
    padding: 90px 150px 50px 150px;
    box-shadow: 0 10px 17px 2px #ddd;
    margin-top: -250px;
    border: 2px dashed #ccc;
    border-top: 0;
    border-bottom: 0;
}

.img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    height: -webkit-fill-available;
    padding: 20px;
    margin: 35px;
    border-radius: 30px;
}

.img-overlay p {
    color: #fff;
}

.relative {
    position: relative;
}

.pb-150 {
    padding-bottom: 150px;
}

.ul-x {
    /*background: #fbfbfb;
    border-radius: 25px;
    padding: 20px;*/
}

.ul-x p span {
    background: #fff;
    padding: 10px;
    margin: 5px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-block;
    /*float: left;*/
    text-align: center;
    line-height: 16px;
    font-size: 14px;
    font-weight: 600;
    border: 1px dashed #999;
}

.ul-x p {
    display: block;
    line-height: 62px;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #eee;
    margin-bottom: 25px;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0px 11px 20px 1px #ededed;
}

.tea-img {
    border-radius: 30px;
    box-shadow: 0 5px 40px 3px #ddd;
    /*padding: 10px;*/
}

.half-p::first-letter {
    color: #d89620;
    font-size: 30px;
}

.table-h {
    background: linear-gradient(192deg, #fff, #fce7c2);
}

.tbl-bordr>:not(caption)>* {
    border-width: 0px 0;
}

.tbl-bordr {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}


/*
.tbl-bordr tr, td
{
	padding-bottom:0 !important;
}*/

.tbl-bordr tr.last-r td:last-child {
    padding-bottom: 10px !important;
}

.tbl-bordr tr:hover {
    background: #f9f9f9;
}

.ph {
    background: linear-gradient(8deg, #fadaa1, transparent);
    padding: 15px;
    color: #000;
    font-weight: 600;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.p-ul {
    padding: 10px 15px;
}

.panl {
    border: 1px solid #ddd;
    border-radius: 15px;
    max-width: 350px;
}

.an-tique {
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
    background: #fdfdfd;
    margin-top: 60px;
    /*box-shadow: 0 -14px 11px -10px #ccc;*/
    border-bottom: 2px solid #ccc;
    border-top: 5px solid #ddd;
}


/*.bt-d
{
	border-top: 1px dashed #555 !important;
	margin-bottom:5px !important;
	margin-top:5px !important;
}*/

.img-clrbg {
    background: linear-gradient(85deg, #f9cf93, 88%, transparent), url('../images/p7.JPEG');
    padding: 35px;
    border-radius: 30px;
    height: 435px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.botm-bx {
    box-shadow: 0 2px 25px 10px #ccc;
    border-radius: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.an-tique p {
    line-height: 30px;
    font-size: 17px;
}

.br-30 {
    border-radius: 30px;
}

.list-b li a p {
    font-weight: 500 !important;
    line-height: 20px;
    font-size: 15px;
}

.megamenu-list button {
    margin-top: 10px;
}

.lh-25 {
    line-height: 35px;
}

.togl-i {
    color: #fff !important;
    font-size: 30px !important;
}

.dash1 {
    box-shadow: 5px 5px 37px -2px #ddd;
    padding: 50px;
    border-radius: 30px;
}

.mr-5 {
    margin-right: 5px;
}

.bg-white {
    background-color: #fff !important;
}

.input-sp {
    height: 47px;
}

.lh-39 {
    line-height: 35px !important;
}

.dc:before {
    content: "";
    border: 10px solid transparent;
    border: 1rem solid transparent;
    display: block;
    position: absolute;
}

.dropdown-content a:after {
    content: '\f0d7';
    font-family: "Font Awesome 6 Free";
    color: #000;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    color: #888;
}

.cap {
    font-size: 13px;
    color: #888;
}

.btn-fill {
    width: 100%;
    border: 1px solid #2c3037;
    background: #2c3037;
    color: #fff;
}

.btn-fill:hover {
    background: #999;
    color: #000;
}

.btn-blank {
    width: 100%;
    border: 1px solid #333;
    color: #333;
}

.btn-blank:hover {
    width: 100%;
    border: 1px solid #ced4da;
}

.btn-blank i {
    font-size: 20px;
    line-height: 30px;
    padding: 3px;
}

.co-ver {
    border: 1px solid #ddd;
    border-radius: 7px;
}

.tbl-t th {
    font-size: 13px;
    text-align: center;
    padding: 15px;
}

.tbl-t tr td {
    text-align: center;
}

.ul-t li a {
    background: transparent !important;
}

.ul-t {
    border-bottom: 1px solid #ced4da;
}

.ul-t .nav-link.active,
.ul-t .show>.nav-link {
    background: transparent;
    border-bottom: 5px solid #fce7c2;
    border-radius: 0;
    background: #fff !important;
    line-height: 26px;
}

.w-a {
    width: auto;
}

.si-1 {
    background: #f9f9f9;
    padding: 50px;
    border-radius: 30px;
    box-shadow: 0 0px 1px 0px #ccc;
}

.bnk-logo:hover {
    border-radius: 50px !important;
    transition: 0.6s;
}

.mtb-3 {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.asn-wer {
    background: #fff;
    padding: 30px;
    border-radius: 14px 50px 14px 14px;
    margin-bottom: 25px;
    box-shadow: 0 2px 10px 2px #eee;
    border-top: 4px solid #eee;
    border-right: 4px solid #eee;
}

.asn-wer:hover {
    box-shadow: 0 10px 40px 10px #eee;
    border-top: 4px solid #fdeed4;
    border-right: 4px solid #fdefd5;
    border-radius: 14px 60px 14px 14px;
}

.white-bg {
    background: #fff;
}

.botm-s {
    box-shadow: 0 3px 36px 3px #ddd;
    border-radius: 30px;
    padding: 50px 30px;
    margin-bottom: 50px;
}

.theem-bg {
    background: linear-gradient(0deg, #fff, #0eae7c) !important;
}

.bg-def {
    background: rgb(251 251 255);
    border-radius: 300px 200px 300px 200px;
}

.plr-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


/*------------jump animation--------------*/

.character::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0%;
    height: 100%;
    width: 100%;
    background-image: url('../images/back.png');
    background-repeat: no-repeat;
    z-index: -1;
    animation-name: jump;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background-size: contain;
    background-position: center;
}

.character {
    position: relative;
    z-index: 1;
    background: rgb(251 251 255);
    border-radius: 300px 200px 300px 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes jump {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.jump {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}


/*-------------------*/


/*---------------*/

.m-img {
    border-radius: 50%;
}

.m-img2 {
    background: #0081bf;
    border-radius: 50%;
    padding: 4px;
    width: 40px;
    height: 40px;
}

.m-img3 {
    background: #ff9800;
    border-radius: 50%;
    padding: 4px;
    width: 40px;
    height: 40px;
}

.nos-img {
    border-bottom: 1px solid #ddd;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

p {
    line-height: 30px;
    font-size: 17px;
}

.bg-white {
    background: #fff !important;
}

.mtb-10 {
    margin-bottom: 10px;
    margin-top: 10px;
}


/*-------time line-------*/


/*----------------------*/

.secur-no {
    width: 36px;
    height: 36px;
    line-height: 37px;
    font-size: 16px;
    color: #000 !important;
    border-radius: 50%;
    position: absolute;
    left: -4px;
    top: -1px;
    background: #fde8c5;
    text-align: center;
    z-index: 1;
    border: 1px solid #999;
}

.bg-fa {
    background: #fafafa;
    padding-bottom: 25px;
}

.img-mons .img1,
.img-mons .img2,
.img-mons .img3 {
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 0.25rem 1.75rem rgb(30 34 40 / 35%);
}

.img-mons .img1 img,
.img-mons .img2 img,
.img-mons .img3 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}


/*-flip-*/

.rounded {
    border-radius: 0.4rem !important;
}

.mb-6 {
    margin-bottom: 1.5rem !important;
}

figure {
    margin: 0;
    padding: 0;
}

.mark,
.rounded img,
mark {
    border-radius: 0.4rem;
}

.img-mask img,
figure img {
    width: 100%;
    max-width: 100%;
}

figure img {
    height: auto !important;
}

.f-icon {
    background: antiquewhite;
    border-radius: 50%;
}

.cb {
    padding: 30px;
}

.chose {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-attachment: scroll !important;
}

.b-r-0 {
    border-radius: 0 !important;
}

.mob-filtr,
.mob-filtr button {
    width: 100% !important;
}

.p-30 {
    padding: 30px !important;
}

.clr-0 {
    color: #333;
}

#bg-fd {
    background: #fdfdfd;
}

#a-hedr {
    /* background: linear-gradient(0deg, #fff, #fee4c4);*/
    background: #fff
}

.tb-img img {
    border-radius: 29px;
    box-shadow: 0 0.25rem 1.75rem rgb(30 34 40 / 19%);
}

.third-img img {
    float: left;
    margin-right: 8px;
    margin-bottom: 30px;
    background: antiquewhite;
    padding: 5px;
    box-shadow: 0 0.25rem 1.75rem rgb(30 34 40 / 15%);
}

.third-img p {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}

.meet {
    width: 150px;
    height: 150px;
    margin: auto;
    background: #fee5c8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 2px 25px 2px #eee;
}

.why-ul1 {
    margin-top: 20px;
}

.why-ul1 li {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 1.5rem;
    display: inline-block;
}

.why-ul1 li i {
    margin-right: 10px;
    font-size: 14px;
    color: #f15d26;
    border-radius: 15%;
    background: #ffebe4;
    width: 30px;
    height: 30px;
    line-height: 31px;
    text-align: center;
    float: left;
}


/*--------------------*/

.norml-li li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.norml-li li:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #f15d26;
    border-radius: 0 5px 5px 5px;
    left: 0;
}

.aos-init {
    position: relative;
}

.aos-init .frame_img {
    position: relative;
    animation-name: example;
    animation-duration: 8s;
    animation-iteration-count: infinite;
}

@keyframes example {
    0% {
        top: 0px;
        bottom: 0px;
    }
    25% {
        bottom: 0px;
        top: 40px;
    }
    50% {
        top: 0px;
        bottom: 40px;
    }
    75% {
        bottom: 0px;
        top: 40px;
    }
    100% {
        top: 0px;
        bottom: 40px;
    }
}

.aos-init .frame_img1 {
    position: relative;
    bottom: 10px;
    right: 0;
    animation-name: example1;
    animation-duration: 8s;
    animation-iteration-count: infinite;
}

@keyframes example1 {
    0% {
        bottom: 10px;
        top: 0px;
    }
    25% {
        top: 10px;
        bottom: 0px;
    }
    50% {
        bottom: 10px;
        top: 0px;
    }
    75% {
        top: 10px;
        bottom: 0px;
    }
    100% {
        bottom: 10px;
        top: 0px;
    }
}

.aos-init .frame_img2 {
    position: relative;
    right: 0;
    animation-name: example2;
    animation-duration: 8s;
    animation-iteration-count: infinite;
}

@keyframes example2 {
    0% {
        top: 0px;
        bottom: 10px;
    }
    25% {
        bottom: 10px;
        top: 0px;
    }
    50% {
        top: 10px;
        bottom: 0px;
    }
    75% {
        bottom: 10px;
        top: 0px;
    }
    100% {
        top: 10px;
        bottom: 0px;
    }
}


/*---------time line-------*/


/*-------time line--------*/

.p-30 {
    padding: 30px !important;
}

.clr-6 {
    color: #666;
}

.modl-d {
    max-width: 800px;
    top: 20%;
}

.txt-sec {
    background: #fff;
    position: absolute;
    top: 50%;
    left: 10%;
    border-radius: 30px;
    box-shadow: 0 0.25rem 1.75rem rgb(30 34 40 / 26%);
    transform: translate(-10%, -50%);
}

.mt-15 {
    margin-top: 15px;
}

.float-left {
    float: left;
}

.li-styl li {
    list-style-type: disclosure-closed;
    padding-bottom: 8px;
}

.li-styl {
    padding-left: 30px;
    padding-top: 15px;
}

.svg-i {
    font-size: 30px;
    margin: -7px 15px;
}

.cs-select .select-items {
    height: 200px;
    overflow: auto;
}

.br-10 {
    border-radius: 10%;
}

.sv-gg {
    color: #fee5c8 !important;
    font-size: 105px;
    position: absolute;
    right: -66px;
    top: -35px;
}

.form-bs {
    background: #fff9ef;
}

.box-sec {
    padding: 35px;
    background: #ffffff;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    transition: all 0.35s ease-in-out;
    box-shadow: 0 10px 30px 0 rgb(147 147 147 / 40%);
    margin-bottom: 30px;
    border-radius: 20px;
}

.box-sec .icon img {
    background: antiquewhite;
    max-width: 60px;
    height: 60px;
    display: flex;
    border-radius: 50%;
    padding: 9px;
    margin-bottom: 20px;
}

.box-sec h5 {
    color: #777;
    margin-bottom: 15px;
}

.box-sec p {
    color: #777;
}

.mt-150 {
    margin-top: 150px;
}

.mt-m130 {
    margin-top: -130px;
}

.crd {
    box-shadow: 0 0 0 0.05rem rgb(8 60 130 / 6%), 0 0 1.25rem rgb(30 34 40 / 4%);
    border: 0;
}

.map.map-full {
    height: 100%;
    min-height: 15rem;
}

@media (min-width: 992px) {
    .drop-togl {
        margin-top: 15px;
    }
    .p-lg-14 {
        padding: 4.5rem !important;
    }
}

@media (min-width: 768px) {
    .p-md-11 {
        padding: 4.5rem !important;
    }
}

.contct-i {
    margin-right: 20px;
    background: #21b486;
    color: #fff;
    width: 25px;
    height: 25px;
    padding: 10px;
    border-radius: 50%;
    border: 10px solid rgba(255, 255, 255, 0.6);
}

.bg-dot.primary {
    background-image: radial-gradient(#3f78e0 2px, transparent 2.5px);
}

.shape.rellax {
    z-index: 1;
}

.shape.rellax {
    position: absolute;
}

.bg-dot {
    background-size: 0.75rem 0.75rem;
}

.bg-dot,
.bg-line {
    opacity: .5;
}

.h-20 {
    height: 10rem !important;
}

.w-16 {
    width: 6rem !important;
}

.overlap-grid {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

@media (min-width: 768px) {
    .overlap-grid-2 .item:nth-child(1) {
        width: 70%;
        margin-top: 0;
        margin-left: 30%;
        z-index: 3;
    }
}

.item figure,
.swiper-slide figure {
    position: relative;
}

.rounded {
    border-radius: 0.4rem !important;
}

.shadow {
    box-shadow: 0 0 1.25rem rgba(30, 34, 40, .04) !important;
}

figure {
    margin: 0;
    padding: 0;
}

.rounded img {
    border-radius: 0.4rem;
}

figure img {
    width: 100%;
    max-width: 100%;
    height: auto !important;
}

@media (min-width: 768px) {
    .overlap-grid-2 .item:nth-child(2) {
        width: 55%;
        margin-top: -45%;
        margin-left: 0;
        z-index: 4;
    }
}

.a-sec {
    display: block;
    width: 100%;
    background: #fff;
    margin-bottom: 26px;
    padding: 1.5rem !important;
    box-shadow: 0 0 0 0.05rem rgb(8 60 130 / 6%), 0 0 1.25rem rgb(30 34 40 / 4%);
    border: 0;
    border-radius: 20px;
}


/*-------------------*/

.trm-ul li {
    list-style-type: disc;
    margin-bottom: 20px;
}

.trm-ul,
.ol-styl {
    padding-left: 35px;
}

.ol-styl li {
    list-style: lower-roman;
    margin-bottom: 20px;
}

.ol-styl {
    padding-top: 15px;
}

.user-box {
    margin-bottom: 25px;
}

.login-box h2 {
    margin: 0 0 30px;
    padding: 0;
    color: #000;
    text-align: center;
}

.login-box .user-box {
    position: relative;
}

.login-box .user-box input {
    display: block;
    width: 100%;
    height: 55px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    border: 1px solid rgb(206, 212, 218);
    border-image: initial;
    padding: 10px 15px;
    border-radius: 5px;
}

.custm-s {}

.login-box .user-box label {
    position: absolute;
    top: 6px;
    left: 20px;
    padding: 10px 0;
    font-size: 16px;
    color: #000;
    pointer-events: none;
    transition: .5s;
    max-width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 0;
    box-shadow: none;
}

.login-box .user-box input:focus~label,
.login-box .user-box input:valid~label {
    top: -15px;
    left: 15px;
    color: #03e9f4;
    font-size: 14px;
    background: #fff;
    padding: 3px 10px;
    color: #777;
    border: 0;
    box-shadow: none;
}

.btn-bg {
    background-color: #0fae7d;
    border: 4px solid rgba(255, 255, 255, 0.6);
    color: #fff;
}

.btn-bg:hover,
.btn-bg:hover {
    color: #000 !important;
    border: 4px solid #0fae7d !important;
}

.tab-c {
    box-shadow: 0 0.25rem 1.75rem rgb(30 34 40 / 15%);
    padding-bottom: 20px;
}

#myVideo {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    font-family: "object-fit:cover";
    object-fit: unset;
}

.frm-sec {
    position: absolute;
    top: 30%;
    width: 100%;
}

.on-slide {
    background: rgba(0, 0, 0, 0.5);
    padding: 50px 25px;
    border-radius: 25px;
    color: #fff;
    margin: 0;
}

.on-slide h3 {
    font-size: 20px !important;
}

.sv-i {
    font-size: 32px;
    position: relative;
    top: 5px;
}

.c-menu li {
    position: relative;
}

.c-menu li+li:before {
    content: '|';
    padding: 0 5px;
    font-size: 15px;
    color: #fff;
}

.activ .c-menu li+li:before {
    color: #000 !important;
}

.c-menu>li>a {
    color: #fff !important;
    text-transform: capitalize !important;
    font-size: 18px;
}

.activ .c-menu>li>a {
    color: #000 !important;
}

.drop-togl {
    background-color: #070750;
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    font-size: 19px;
    padding: 7px 30px;
}

.drop-togl:focus,
.drop-togl:hover,
.drop-togl:active {
    background-color: #070750 !important;
    border: 2px solid rgba(255, 255, 255, 0.5) !important;
    color: #fff !important;
    opacity: 0.8 !important;
}

.caps-bg {
    background: aliceblue;
    padding: 20px;
    text-align: center;
    margin-top: 20px;
}

.caps-bg p {
    font-size: 22px;
    font-weight: 600;
}


/*-------for sticky header-------*/

.nh {
    background-image: url(../img/logo.png);
    height: 80px;
    background-repeat: no-repeat;
    width: 80px;
    background-size: contain;
    transition: 0.3s;
}


/* 
.nh1 {
    height: 80px;
    width: 100%;
} */

.pt-5rem {
    padding-top: 5rem;
}

.activ .nav-brand {
    width: 150px;
    transition: 0.5s;
}

.after-s1 {
    margin-top: 3.5rem;
}

.activ .nh {
    background-image: url(../img/logo.png);
    height: 60px;
    background-repeat: no-repeat;
    width: 60px;
    background-size: contain;
}

.header {
    position: fixed;
    z-index: 1000;
    /*height: 100px;*/
    width: 100%;
    /* background: rgba(34,34,34,0.25);*/
    padding: 10px 18px;
    -webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
}

.activ {
    background-color: #070750;
}

.activ .c-menu1 li a.c-ma {
    color: #fff !important;
}


/*--------End for sticky header---------*/

.le-s {
    border-bottom: 2px solid #000;
    padding: 3px;
}

.text-left {
    text-align: left !important;
}

.cntact:before {
    content: '';
    width: 50%;
}

.background-header .c-menu1 li a.c-ma {
    color: #fff !important;
}

.c-menu1 li a.c-ma {
    color: #000 !important;
    text-transform: capitalize !important;
    font-size: 18px;
}

.activ .c-menu1 li a.c-ma {
    color: #000 !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.main-b {
    background: #fff;
    margin-top: 50px;
    border-radius: 25px;
    padding: 50px;
}

@media(max-width:767px) {
    .mob-pt-0 {
        padding-top: 0 !important;
    }
    .main-b {
        padding: 40px 20px;
    }
    .frm-sec {
        top: 20%;
    }
}

.etap {
    background: #f0f1f5;
}

.be-four {
    position: relative;
}

.be-four:before {
    content: "";
    position: absolute;
    background: #ddd;
    height: 1px;
    width: 100%;
    top: 50%;
}

.be-four:after {
    content: "";
    position: absolute;
    background: #ddd;
    height: 100%;
    width: 1px;
    top: 0;
    left: 50%;
}

.be-four img {
    height: 200px;
    object-fit: contain;
    padding: 20px;
}

.be-four2 img {
    height: 150px;
    object-fit: contain;
    padding: 20px;
}

.vehicules {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 25px;
    border-radius: 10px;
}

.para::first-letter {
    color: #ff0000;
    font-size: xx-large;
    color: #070750 !important;
    font-weight: 600 !important;
}

.para span {
    color: #070750 !important;
    font-weight: 600 !important;
}


/*-------contact us-------*/

.wrapper {
    width: 100%;
    -webkit-box-shadow: 13px 0px 53px 6px rgb(0 0 0 / 18%);
    -moz-box-shadow: 13px 0px 53px 6px rgb(0 0 0 / 18%);
    box-shadow: 13px 0px 53px 6px rgb(0 0 0 / 18%);
}

.wrap-con {
    border-radius: 25px;
}

.con-l {
    background: #fff;
    border-radius: 25px 0 0 25px;
}

.info-wrap .dbox {
    width: 100%;
    margin-bottom: 25px;
}

.box-dv {
    box-shadow: 13px 0px 53px 6px rgb(0 0 0 / 18%);
    padding: 20px;
    border-radius: 10px;
}

.info-wrap .dbox .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid rgb(158 253 56);
    color: #9efd38;
    font-size: 25px;
    box-shadow: 1px 1px 5px;
}

.info-wrap .dbox .text {
    width: calc(100% - 50px);
}

.info-wrap .dbox {
    width: 100%;
    margin-bottom: 25px;
}

.box-dv {
    box-shadow: 13px 0px 53px 6px rgb(0 0 0 / 18%);
    padding: 20px;
    border-radius: 10px;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.con-form {
    background: #dbebd8;
    height: 100%;
    border-radius: 0 25px 25px 0;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.w-a {
    width: auto !important;
}

.btn-con {
    background: #f15d26 !important;
    color: #fff !important;
    padding: 10px 20px;
    width: 100%;
    margin-top: 25px;
}

.iti {
    width: 100%;
}

.activ {
    background: #fff;
    box-shadow: 0 0px 15px 0;
}


/*-------offcanvas------*/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100vh;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    /*padding-top: 60px;*/
}

.logo-canvas {
    text-align: center;
    background: #dbebd8;
    padding: 40px 20px;
    margin-bottom: 20px;
}

.logo-canvas img {
    width: 165px;
}

.roww {
    padding: 0 10px;
}

.sidenav a {
    padding: 12px 8px 12px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #fff !important;
    text-align: left;
    display: block;
    transition: 0.3s;
    border-bottom: 1px solid #666;
}

.bar {
    font-size: 30px;
    cursor: pointer;
    color: #fff;
    /* margin-top: 20px; */
    display: block;
}

.activ .bar {
    color: #000;
}

.bar1 {
    font-size: 30px;
    cursor: pointer;
    color: #000;
    /* margin-top: 15px; */
    display: block;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: -10px;
    right: 10px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: #000 !important;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 0;
}

.after-s {
    background: #dfe3e4;
    margin-top: 104px !important;
}

@media screen and (max-height: 450px) {
    .sidenav {
        /*padding-top: 15px;*/
    }
    .sidenav a {
        font-size: 18px;
    }
}


/*-----End offcanvas-----*/

@media(max-width:767px) {
    .con-form,
    .con-l {
        border-radius: 25px !important;
        margin-bottom: 25px;
        box-shadow: 13px 0px 53px 6px rgb(0 0 0 / 18%);
    }
    .wrapper {
        box-shadow: none !important;
    }
    .after-s {
        background: #dfe3e4;
        margin-top: 100px !important;
    }
    .nav-brand {
        width: 150px;
    }
    .activ .nav-brand {
        width: 100px;
        transition: 0.5s;
    }
    .p-4 {
        padding: 1.5rem 1rem !important;
    }
    .after-s1 {
        margin-top: 3.2rem;
    }
}

@media(max-width:480px) {
    .nav-brand {
        width: 110px;
    }
    .after-s {
        margin-top: 80px !important;
    }
    .after-s1 {
        margin-top: 2rem;
    }
}

@media(min-width:767px) {
    .til-sm-p0 {
        padding: 0;
    }
}

.pt-22 {
    padding-top: 3rem;
}

.nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
}

.activ .nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #000 !important;
    border-radius: 10px;
    box-shadow: 0 0.5em 0 0 #000, 0 1em 0 0 #000 !important;
}


/*------End contact us--------*/

@media(min-width:992px) and (max-width:1200px) {
    .h-con {
        max-width: 1100px;
    }
    .c-menu li a.c-ma {
        padding: 26px 10px;
    }
    .navbar-nav li a.nav-link {
        font-size: 15px;
    }
    .res-con {
        max-width: 975px !important;
    }
    .btn-top {
        font-size: 15px;
    }
    .inside-4 {
        height: 160px;
    }
}

@media(min-width:768px) {
    .ar-d i {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(-53%, -50%);
        background: #fff;
        border: 2px dashed #ccc;
        border-radius: 50%;
        height: 50px;
        width: 50px;
        line-height: 47px;
        text-align: center;
        font-size: 25px;
    }
    .img-styl {
        border-radius: 20px 90px;
        box-shadow: 0 0.25rem 1.75rem rgb(30 34 40 / 35%) !important;
    }
    .img-styll {
        border-radius: 90px 20px;
        box-shadow: 0 0.25rem 1.75rem rgb(30 34 40 / 35%) !important;
    }
    .img-styl11 {
        border-radius: 40px 40px 0 40px;
        box-shadow: 0 0.25rem 1.75rem rgb(30 34 40 / 35%) !important;
    }
    .img-styl12 {
        border-radius: 40px 0 40px 40px;
        box-shadow: 0 0.25rem 1.75rem rgb(30 34 40 / 35%) !important;
    }
    .img-styl13 {
        border-radius: 0 40px 40px 40px;
        box-shadow: 0 0.25rem 1.75rem rgb(30 34 40 / 35%) !important;
    }
    .img-styl14 {
        border-radius: 40px 40px 40px 0;
        box-shadow: 0 0.25rem 1.75rem rgb(30 34 40 / 35%) !important;
    }
    .img-sec {
        border-radius: 90px 20px;
        box-shadow: 0 0.25rem 1.75rem rgb(30 34 40 / 35%) !important;
    }
    .m-mange {
        padding: 50px;
    }
    .m-mange-l {
        padding-left: 100px;
    }
    .tea-img {
        max-width: 100%;
    }
    .src-pt-12 {
        padding-top: 6rem;
    }
    .src-bg {
        background: #fff;
        border-radius: 30px;
        box-shadow: 0 8px 25px 3px #ddd;
    }
    .half-img {
        max-width: 100%;
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
        border-right: 25px solid #fff;
        background: #fff;
        box-shadow: 8px 11px 11px 0 #ddd;
    }
    .bg-sky {
        background: #f0ffff;
    }
    .src-p0 {
        padding: 0;
    }
    .p-50 {
        padding: 50px;
    }
    .row-back {
        background: #fcfcfc;
        padding: 50px;
        /*box-shadow: 0 11px 24px 10px #eee;*/
        border-radius: 20px;
        margin: 50px auto;
    }
}

@media(min-width:768px) {
    .ar-d {
        align-self: center;
        border-left: 1px dashed #ccc;
        height: 325px;
        position: relative;
    }
    .sstan {
        margin-bottom: -90px;
    }
    .tooltip {
        position: relative;
        display: inline-block;
        border-bottom: 1px dotted black;
        opacity: 1;
    }
    .tooltip .tooltiptext {
        visibility: hidden;
        /*width: 120px;*/
        background-color: #555;
        color: #fff !important;
        text-align: center;
        border-radius: 6px;
        padding: 6px 15px;
        position: absolute;
        z-index: 1;
        /* bottom: 125%; */
        bottom: -100%;
        left: 0;
        /*margin-left: -60px;*/
        opacity: 0;
        transition: opacity 0.3s;
    }
    .tooltip .tooltiptext::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 25%;
        margin-left: -32px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
        transform: rotate(180deg);
    }
    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }
    .o-a {
        overflow: initial !important;
    }
    .mtb-5 {
        margin-bottom: 5rem;
        margin-top: 5rem;
    }
    .ptb-5 {
        padding-bottom: 5rem;
        padding-top: 5rem;
    }
    .src-mt-5 {
        margin-top: 5rem
    }
    .src-pt-5 {
        padding-top: 3rem;
    }
    .src-right {
        text-align: right;
    }
    .src-center {
        text-align: center;
    }
    .min-ptb {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .src-mt-3 {
        margin-top: 1rem;
    }
}

@media(max-width:575px) {
    .mob-reverse {
        display: flex;
        flex-direction: column-reverse;
        ;
    }
    .mob-filtr {
        width: 100% !important;
    }
    .mob-filtr button {
        width: 100% !important;
        margin-top: 15px;
    }
}

@media (max-width:767px) {
    .mob-mpt-0 {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
    .ar-d i {
        display: none !important;
    }
    .pb-sml1 {
        margin-bottom: 40px;
    }
    .p-md-11 {
        padding: 2.5rem 1.5rem !important;
    }
    .dn-768 {
        display: none !important;
    }
    .inside-4 {
        height: auto;
    }
    .dash1 {
        padding: 15px;
    }
    .at-767-mt {
        margin-top: 50px !important;
    }
    .pt-50 {
        padding-top: 50px
    }
    .asn-wer {
        padding: 20px 15px;
    }
    /*.ar-d
	{
		display:none;
	}*/
    .tea-img {
        max-width: 100%;
    }
    .ptb-5 {
        padding-bottom: 2rem;
        padding-top: 2rem;
    }
    .mtb-5 {
        margin-bottom: 2rem;
        margin-top: 2rem;
    }
    .src-mt-3 {
        margin-top: 1rem;
    }
    .src-pt-12 {
        padding-top: 2.5rem;
    }
    .min-ptb {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .main-banner .left-content h2 {
        font-size: 40px;
    }
    .mob-p0 {
        padding: 0 !important;
    }
    .mob-pl0 {
        padding-left: 0;
    }
    .mob-pb-25 {
        padding-bottom: 25px;
    }
    .our-portfolio,
    .our-services {
        padding-top: 50px;
    }
    #features {
        padding-top: 0;
    }
    .main-banner {
        padding-bottom: 60px;
    }
    .res-fl1 {
        text-align: center;
        margin-bottom: 20px;
    }
    .open-button {
        bottom: 150px !important;
    }
    #button {
        bottom: 100px;
    }
    .tab-no {
        top: -32px;
        left: 2px;
    }
    .mob-100 {
        width: 100%;
    }
    .social-ul {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@media(min-width:576px) {
    .valign {
        align-items: center;
        display: flex;
    }
}

@media (max-width:575px) {
    .sm-img100 img {
        width: 100 !important;
        margin-bottom: 20px;
    }
    .pb-sml {
        margin-bottom: 40px;
    }
    .mob-5-100 {
        width: 100%;
        margin-bottom: 20px;
    }
    .mb-575 {
        margin-bottom: 20px;
    }
    .mob-pt-5 {
        padding-top: 3rem;
    }
    .store li {
        margin-bottom: 20px;
        width: 100%;
    }
    .cnt223 {
        margin: inherit;
    }
}

@media(max-width:600px) {
    .nav-searchbar-wrapper~#nav-gwbar1.nav-gwbar-single-row.nav-genz {
        height: 45px;
    }
    .an-tique {
        border-radius: 0;
    }
    .img-clrbg {
        height: auto;
    }
    .tabs li {
        width: 100%;
    }
    .mob-mt-0 {
        margin-top: 0 !important;
    }
    .mob-mb-0 {
        margin-bottom: 0 !important;
    }
}

@media(min-width:993px) and (max-width:1204px) {
    .asn-wer {
        height: 220px;
    }
}

@media(max-width:991px) {
    .dpdwn {
        margin-left: 30px !important;
        margin: 10px;
    }
    .c-menu>li>a {
        color: #000 !important;
    }
    .sp-x {
        padding: 20px;
    }
    .megamenu-panel {
        width: 100%;
    }
    .nav-menu {
        background: #fff;
    }
    #about {
        padding-top: 50px;
    }
    .megamenu-panel {
        box-shadow: none;
    }
}

@media (min-width:1205px) {
    .tab button {}
    .savo .butn-spn {}
    .asn-wer {
        height: 200px;
    }
}

@media(min-width:992px) {
    .m-pm {
        margin-top: -215px;
    }
    .an-tique {
        margin-top: -57px;
        position: relative;
    }
    .half-s {
        padding: 0 50px;
    }
}

@media(max-width:440px) {
    .box-as {
        height: 175px;
    }
    #myVideo {
        width: 100%;
        height: 120vh;
        -o-object-fit: cover;
        font-family: "object-fit:cover";
        object-fit: cover;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    footer {
        padding-top: 120px;
        background-position: center top !important;
    }
}


/*----------------------------*/

#MuteButton::before {
    content: "\f026";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    padding: 10px;
    z-index: 2;
    color: #fff;
}

#MuteButton.muted::before {
    content: "\f6a9";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    padding: 10px;
    z-index: 2;
    color: #fff;
}


/*
#MuteButton::before {
    content:  '🔇';
}

#MuteButton.muted::before {
  content: "\f6a9";
  font-family: 'Font Awesome\ 6 Free';
  font-weight: 900;
}*/

#MuteButton {
    position: absolute;
    right: 3rem;
    background: rgba(0, 0, 0, .5);
    border: none;
    color: #fff;
    font-size: 2.5rem;
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
}

@media(min-width:992px) {
    #MuteButton {
        bottom: 10rem;
    }
}

@media(min-width:320px) and (max-width:992px) {
    #MuteButton {
        bottom: 5rem;
    }
}