:root {
    /* Bg Color */
    --bg-primary-color: ;
    --bg-secondary-color: ;
    /* Text Color */
    --text-white: #e6e4e4;
    --text-primary-color: #008db1;
    --text-primary-color-logo: #f336f1;
    --text-primary-color-dark: #0f5e5a;
    --text-secondary-color: #666;
    --text-third-color: #329fdf;
    --text-footer-color-heading: #8BB4C3;
    --text-dark-color: #999;
    --linear-gradiant-logo: linear-gradient(to right, rgba(0,141,177,0) 0%,rgba(0,141,177,0.8) 10%,rgba(0,141,177,0.94) 15%,rgba(14,136,181,1) 17%,rgba(243,54,241,1) 50%,rgba(0,141,177,1) 85%,rgba(0,141,177,1) 88%,rgba(0,141,177,0.8) 95%,rgba(0,141,177,0) 100%);
    --linear-gradiant-logo-fix-right: linear-gradient(to right, rgba(0,141,177,0) 0%,rgba(0,141,177,0.8) 10%,rgba(0,141,177,0.94) 15%,rgba(14,136,181,1) 17%,rgba(243,54,241,1) 50%,rgba(0,141,177,1) 87%,rgba(0,141,177,1) 88%,rgba(0,141,177,1) 100%);
    --linear-gradiant-2Sides-color-primary: linear-gradient(to right, rgba(14, 234, 219, 0) 0%, rgba(14, 234, 219, 0.8) 15%, rgba(14, 234, 219, 1) 19%, rgba(14, 234, 219, 1) 20%, rgba(13, 232, 213, 1) 50%, rgba(14, 234, 219, 1) 80%, rgba(14, 234, 219, 1) 81%, rgba(14, 234, 219, 0.8) 85%, rgba(14, 234, 219, 0) 100%);
    --linear-gradiant-2Sides-color-secondary: linear-gradient(to right, rgba(123, 229, 222, 0) 0%, rgba(92, 182, 199, 0.7) 33%, rgba(72, 151, 184, 1) 55%, rgba(31, 88, 154, 1) 99%, rgba(30, 87, 153, 1) 100%);
    --linear-gradiant-2Sides-color-third: linear-gradient(to right, rgba(30, 87, 153, 0) 0%, rgba(30, 87, 153, 0.8) 15%, rgba(30, 87, 153, 1) 19%, rgba(30, 87, 153, 1) 20%, rgba(41, 137, 216, 1) 50%, rgba(30, 87, 153, 1) 80%, rgba(30, 87, 153, 1) 81%, rgba(30, 87, 153, 0.8) 85%, rgba(30, 87, 153, 0) 100%);
}

.LB-Shadow {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.10), 0 3px 6px rgba(0, 0, 0, 0.18);
}

* {
    text-transform: capitalize;
    text-align: right;
    box-sizing: border-box;
    scroll-behavior: smooth !important;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
#up_error,
#ue_error,
#un_error,
#uf_error,
#us_error {
    display: none;
    color: rgb(232, 26, 26);
    font-size: 13px;
}
.color-sp {
    /* color: var(--text-white) !important; */
    color: #5EDA9C !important;
    /* color: #fbf2c4 !important; */
}
.color-sp2 {
    /* color: var(--text-white) !important; */
    color: #F9F871 !important;
    /* color: #fbf2c4 !important; */
}
.cb1 {
    accent-color: var(--text-primary-color-logo);
  }

.min-vh-100 {
    min-height: 100vh !important
}

.min-vh-70 {
    min-height: 70vh !important
}

.min-vh-50 {
    min-height: 50vh !important
}

.min-vh-20 {
    min-height: 20vh !important
}

sup {
    color: var(--text-primary-color-dark);
}

/* HTML Scrolling */
html {

    overflow-x: hidden;
}

.text-offset-margin-3 {
    margin-top: -1.5rem !important;
}

/* map esit */
.Lotus-Map {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    background-image: url('../images/map/lotuslocation-background.webp');
    background-size: cover;
    background-position: center;
}

/* end-map */
/* qoutetion Position */
q {
    color: #58CBD6;
    opacity: 0.9;
}

q::after {
    padding-right: 7px !important;
}

q::before {
    padding-left: 7px !important;
}

figcaption h1 {
    color: var(--text-white)
}

.blockquote-footer::after {
    content: "—";
    padding-right: 3px;
}

blockquote q {
    color: #ffc0b4
}

/* hr style */
hr {
    opacity: 1 !important;
    height: 1px !important;
}

/* text justify class */
.text-justify {
    text-align: justify !important;
    text-align-last: center;
}

.text-align-left {
    text-align: left !important;
}

/* calibri Font Set */
span {
    font-family: calibri;
}
.Persian-number {
    color: var(--text-primary-color-logo);
}
/* 2 model button created */
/* .LB-Button {
  display: block;
  font-size:15px;
  font-family:vazir;
  width:130px;
  height:40px;
  padding-top: 6px;
  text-align: center;
  text-decoration: none;
  color:var(--text-primary-color);
  border:solid 2px var(--text-primary-color);
  font-weight:bold;
  border-top-left-radius:22px;
  border-bottom-right-radius:22px;
  background:transparent;
} */
/* .LB-Button:hover {
  background:var(--text-primary-color);
  color: var(--text-third-color);
  transition: all 0.3s linear;
} */
.LB-Button-Primary {
    position: relative;
    text-decoration: none;
    color: #00abfd;
    border: 1px solid #00abfd;
    padding: 0.44em 0.66em;
    text-transform: uppercase;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-end stretch;
    z-index: 1;
    transition: all 1s ease;
    background-color: transparent;
}

.LB-Button-Primary:before,
.LB-Button-Primary:after {
    content: "";
    height: 500px;
    width: 500px;
    position: absolute;
    z-index: -1;
    top: 150%;
    transition: all 1.4s ease;
}

.LB-Button-Primary:before {
    border-radius: 60% 70% 20% 40%;
    background: #00abfd;
    opacity: .2;
    -webkit-animation: water 13s ease-in-out infinite both alternate;
    animation: water 13s ease-in-out infinite both alternate;
}

.LB-Button-Primary:after {
    border-radius: 60% 70% 20% 40%;
    background: #00abfd;
    opacity: .5;
    -webkit-animation: water 14s ease-in-out infinite both alternate;
    animation: water 14s ease-in-out infinite both alternate;
}

.LB-Button-Primary:hover {
    background: #00abfd;
    color: white;
    box-shadow: 0 10px 10px -5px #3e3e3e;
}

.LB-Button-Primary:hover:before,
.LB-Button-Primary:hover:after {
    opacity: 1;
    top: -100%;
}

.modal .btn-close {
    background: url('../images/logo/close-btn.svg');
    width: 5px;
    height: 5px;
    opacity: 1;
}

.modal-header,
.modal-footer {
    border-color: var(--text-primary-color-logo);
    opacity: 1;
    border: 0;
}

/* BreadCrumbs Style */
.LB-BreadCrumbs li {
    color: #262626;
    border: solid 1px #ddd;
    padding: 0.33rem;
    border-radius: 5px;
    margin-right: 5px;
}

.LB-BreadCrumbs li.active,
.LB-Instagram .card a.btn-Instagram {
    border: solid 1px #ddd;
    background-color: var(--text-primary-color);
    color: var(--text-white);
    padding: 0.33rem;
    border-radius: 5px;
    margin-bottom: 2px;
    /* box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); */
}

.LB-BreadCrumbs li a,
.LB-BreadCrumbs li {
    color: var(--text-dark-color);
}

.LB-BreadCrumbs li.active a {
    color: var(--text-white);
}

.breadcrumb-item+.breadcrumb-item::before {
    display: none;
}

/* heading Color */
.LB-About h1,
.LB-Services h2,
.LB-Services h3 {
    color: var(--text-primary-color);
}

.LB-Feature h2,
.LB-Course h2,
.LB-TeamMembers-about h2 {
    color: var(--text-primary-color);
}

/* Last paragraph Line align Right */
.LB-About p,
.LB-Services .card p,
.LB-DivingEvent p,
.LB-DivingOrg .card p,
.LB-Article-Overview p,
.LB-Course p,
.LB-Feature p,
.LB-Article-Overview ul,
.LB-TeamMembers-about ul li,
.LB-TeamMembers-about p {
    text-align-last: right;
}

/* Vazir-Bold Font Set */
.navbar-nav .nav-item,
.blockquote h2,
figcaption h1,
.DropDown_FChild_Container h2,
.LB-About h1,
.LB-DivingEvent h2,
.LB-Services .card h3,
.LB-Services h2,
.LB-DivingOrg h2,
.LB-Feature h2,
.LB-Article-Overview h2,
.LB-FormReq h3,
.LB-Footer .list-group h3,
.LB-Footer p,
.LB-Article-Overview h3,
.LB-Article-Overview h4,
.LB-Course h4,
.LB-Course h2,
.LB-Course h5,
.LB-Course button,
.LB-About-Banner h2,
.LB-TeamMembers .modal-content h5,
.LB-TeamMembers-about h2 {
    font-family: vazir-bold !important;
}

/* Vazir-Thin Font Set */
.Detail_Banner h3,
.DropDown_FChild_Container li a,
.LB-About p,
.LB-DivingEvent h5,
.LB-DivingEvent p,
.LB-Button-Primary,
.LB-Services .card p,
.LB-DivingOrg h4,
.LB-DivingOrg p,
.LB-Slider .card p,
.LB-Slider-Advanced .card p,
.LB-Slider-Professional .card p,
.LB-FormReq input,
.LB-FormReq .FormCheckBox,
.LB-TeamMembers h3,
.LB-TeamMembers p,
.LB-Footer .list-group-item a,
.LB-Article-Overview p,
.LB-Article-Overview ul li,
.LB-Course p,
.LB-Feature p,
.LB-Slider-Advanced .card h5,
.LB-Slider .card h5,
.LB-Slider-Professional .card h5,
.LB-TeamMembers .modal-body p,
.LB-TeamMembers-about ul li,
.LB-TeamMembers-about p,
.LB-TeamMembers-about q,
.speech-bubble h4,
.Result h2,
#up_error,
#ue_error,
#un_error,
#uf_error,
#us_error {
    font-family: vazir;
}

/* Header  Custom Edit */
.nav-colored {
    background-color: var(--text-primary-color);
}

.nav-transparent {
    background-color: transparent;
}

/* Navbar CustomEdit & Humber Icon */
.navbar {
    padding-top: 0;
    padding-bottom: 0;
    transition: all 0.3s linear;
    z-index: 1000 !important;
}

.navbar-expand-xl .navbar-nav .nav-link {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}

.navbar-light .navbar-toggler {
    border-color: var(--text-white);
}

.fa-align-left {
    color: var(--text-white);
}

/* Navbar Parent Item Hover  */
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-item a:hover sup {
    color: var(--text-white);
    transition: all 0.3s linear;
}

/* DropDown Position & Width  */
.dropdown-menu {
    min-width: 18rem !important;
}

/* DropDown Li Sizing & a & h2 & hr */
.DropDown_FChild_Container li {
    height: 2.5rem;
}

.DropDown_FChild_Container li a {
    display: block;
    height: 100%;
    padding-top: 7px;
}

.DropDown_FChild_Container h2 {
    color: var(--text-secondary-color);
    font-size: 1.3rem;
    padding-top: 10px;
}

.DropDown_FChild_Container hr {
    background-color: var(--text-primary-color);
}

/* DropDown Before/After align center */
.dropend .dropdown-toggle::before {
    position: absolute;
    vertical-align: middle !important;
    left: 10%;
    margin-top: 3px;
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "\276f";
    font-weight: 400;
    color: var(--text-primary-color);
    border: none;
}

.dropstart .dropdown-toggle::before {
    position: absolute;
    vertical-align: middle !important;
    left: 10%;
    margin-top: 3px;
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "\276f";
    font-weight: 400;
    color: var(--text-primary-color);
    border: none;
}

.dropdown-toggle::after {
    vertical-align: middle !important;
    display: inline-block;
    margin-right: 0.355em;
    vertical-align: 0.255em;
    content: "\276f" !important;
    transform: rotate(-90deg) !important;
    border: none;
}

.dropend .dropdown-toggle::after {
    display: none;
}

/* DropDown Hover & Active & Focus  */
.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--text-white);
    background-color: var(--text-primary-color);
    transition: all 0.3s linear;
}

.dropend .dropdown-toggle:hover::before,
.dropend .dropdown-toggle:focus::before,
.dropstart .dropdown-toggle:hover::before,
.dropstart .dropdown-toggle:focus::before {
    color: var(--text-white);
    transition: all 0.3s linear;
}

/* Dropdown Height Up 1200px  */
.DropDown_FChild_Container,
.DropDown_ChildBi_Container,
.DropDown_ChildAd_Container,
.DropDown_ChildPr_Container,
.DropDown_LChild_Container {
    margin-right: 5px !important;
    min-height: 33vh;
}

/* Dropdown child Container & Position & Style */
.DropDown_FChild_Container {
    top: 128% !important;
    right: 0%;
}

.DropDown_ChildBi_Container {
    top: -193% !important;
}

.DropDown_LChild_Container {
    top: -193% !important;
}

.DropDown_ChildAd_Container {
    top: -293% !important;
}

.DropDown_ChildPr_Container {
    top: -393% !important;
}

.DropDown_LChildAd_Container {
    overflow-y: scroll;
    max-height: 55vh;
}

.DropDown_LChild_Container li:first-of-type {
    margin-bottom: 8px;
}

/* First Child Of Dropdown Container color & Weight */
.DropDown_LChild_Container li:first-of-type a {
    color: var(--text-secondary-color) !important;
    font-weight: bold;
}

.DropDown_LChild_Container li:first-of-type:hover a {
    color: var(--text-white) !important;
}

/* DropDown Last Child Container Scroll Color */
/* width */
.DropDown_LChildAd_Container::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.DropDown_LChildAd_Container::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(161, 161, 161, 0.4);
    border-radius: 10px;
}

/* Handle */
.DropDown_LChildAd_Container::-webkit-scrollbar-thumb {
    background: var(--text-primary-color);
    border-radius: 10px;
}

.ltr {
    direction: ltr !important;
}

.rtl {
    direction: rtl !important;
}

/* Banner Customize */
.banner {
    position: relative;
    min-height: 100vh;
    background-image: url('/images/root/lotus-banner.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    direction: ltr;
}

.banner img {
    width: 225px;
    height: 250px;
}

.BannerPages img {
    max-height: 73vh !important;
}

.logo-banner {
    width: 250px;
    height: 250px;
}

.Detail_Banner {
    min-height: 50%;
    margin-top: 2%;
    background-color: rgb(51, 51, 51, 0.3);
}

.Detail_Banner h3 {
    color: var(--text-white);
}

.Detail_Banner hr,
.LB-DivingOrg hr:not(.card hr) {
    background: var(--text-primary-color);
}

.Social-Banner a {
    color: var(--text-white) !important;
}

.Social-Banner a svg:hover {
    fill: var(--text-primary-color) !important;
    transition: all 0.3s linear !important;
}

.ORG-Diving a {
    color: var(--text-white);
}

.ORG-Diving a:hover,
.fa-phone:hover,
.fa-instagram:hover,
.fa-whatsapp:hover,
.fa-linkedin-in:hover,
.fa-youtube:hover,
.fa-paper-plane:hover,
.fa-facebook-f:hover {
    color: var(--text-primary-color-logo);
    transition: all 0.3s linear !important;
}

.ORG-Diving a:not(.ORG-Diving a:last-child)::after {
    content: ' | ';
    padding-left: 3px;
    padding-right: 3px;
    color: var(--text-white);
}

/* Lotus AboutUS Style */
.LB-About p>b>strong,
.LB-DivingEvent p>b>strong {
    color: var(--text-primary-color);
}

.LB-About hr {
    height: 1px !important;
    background: var(--linear-gradiant-logo-fix-right)
}

@-webkit-keyframes water {
    0% {
        transform: rotate(0);
    }

    20% {
        border-radius: 50% 63% 80% 49%;
    }

    40% {
        border-radius: 60% 64% 64% 48%;
    }

    60% {
        border-radius: 80% 63% 51% 49%;
    }

    80% {
        border-radius: 40% 60% 42% 58%;
    }

    100% {
        border-radius: 62% 67% 70% 53%;
        transform: rotate(180deg);
    }
}

@keyframes water {
    0% {
        transform: rotate(0);
    }

    20% {
        border-radius: 50% 63% 80% 49%;
    }

    40% {
        border-radius: 60% 64% 64% 48%;
    }

    60% {
        border-radius: 80% 63% 51% 49%;
    }

    80% {
        border-radius: 40% 60% 42% 58%;
    }

    100% {
        border-radius: 62% 67% 70% 53%;
        transform: rotate(180deg);
    }
}

@-webkit-keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}

.LB-About img {
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.66));
    transform: translatey(0px);
    -webkit-animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite;
}

/* lotus event  */
.LB-DivingEvent {
    /* background-color: #333; */
    background-image: url('/images/root/lotus-DivingEvent.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.LB-DivingEvent h2,
.LB-DivingEvent p,
.LB-DivingEvent ul,
.LB-DivingOrg h2 {
    color: var(--text-white);
}

.LB-DivingEvent hr {
    background: var(--linear-gradiant-logo-fix-right);
    /* background: var(--linear-gradiant-2Sides-color-secondary); */
}

/* lotus card services style  */
.LB-Services .card,
.LB-Instagram .card,
.LB-DivingOrg .card {
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer;
}

.LB-Services .card::after,
.LB-Instagram .card::after,
.LB-DivingOrg .card::after {
    content: "";
    border-radius: 5px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37); */
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.LB-Services .card:hover,
.LB-Instagram .card:hover,
.LB-DivingOrg .card:hover {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.LB-Services .card:hover::after,
.LB-Instagram .card:hover::after,
.LB-DivingOrg .card:hover::after {
    opacity: 1;
}

.LB-Services hr:not(.card hr) {
    background: var(--linear-gradiant-logo)
}

.LB-DivingOrg {
    /* background-image: url('/images/root/lotus-DiveOrg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right; */
    background: #4CA1AF;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #C4E0E5, #4CA1AF);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #C4E0E5, #4CA1AF);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.LB-DivingOrg .card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    margin-bottom: 2.3em !important;
}

.LB-DivingOrg .card p {
    min-height: 100px;
}

.LB-DivingOrg img {
    width: 50%;
    border-radius: 50%;
    border: solid 3px var(--text-dark-color);
    filter: grayscale(1);
}

.LB-DivingOrg .card:hover img {
    filter: grayscale(0);
    border-color: var(--text-white);
    transition: all 0.3s linear;
}

.LB-DivingOrg .card:not(:hover) img {
    transition: all 0.3s linear;
}

/* ********************************************************************************* */
.LB-Course .card h5:not(.modal h5),
.LB-Course .card .modal button:not(.btn-close) {
    background-color: var(--text-primary-color);
    color: var(--text-white);
}

.LB-Course .card .card-body h5 {
    background-color: transparent !important;
    color: var(--text-footer-color-heading) !important;
}

.LB-Course .card .modal button:not(.btn-close):hover {
    transition: all 0.2s linear;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.LB-Course .card .modal-body img {

    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.LB-Feature hr {
    background: var(--linear-gradiant-logo-fix-right) !important;
}

.LB-Course hr,
.LB-TeamMembers-about hr {
    height: 2px !important;
    background-color: var(--text-primary-color);
}

.LB-Feature .card h5 {
    color: var(--text-dark-color);
}

.LB-Feature .slider {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}

.LB-Slider .card p,
.LB-Slider-Advanced .card p,
.LB-Slider-Professional .card p,
.LB-Services .card p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.LB-Services .card p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.LB-Instagram .card {
    cursor: auto;
}

.LB-Instagram .card h6 {
    font-size: 1.3rem;
}

.LB-Instagram .card a.btn-Instagram {
    box-shadow: none;
}

.LB-Instagram .card a.btn-Instagram:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transition: 0.2s ease-out;
}

img.Border-Image {
    border-color: var(--text-primary-color) !important;
}

.LB-Instagram .card small {
    font-size: 0.7rem !important;
    font-family: vazir !important;
}

.previous, .previous-Advanced, .previous-Advanced, .previous-Professional, .previous-Instagram,
.next, .next-Advanced, .next-Advanced, .next-Professional, .next-Instagram {
    width: 33px;
    height: 33px;
    cursor: pointer;
    border-radius: 10px;
    transition: 0.7s ease-in-out;
    background-color: var(--text-primary-color);
    box-shadow: 0 0 5px #bbb;
    text-align: center;
    margin-right: 0.66rem;
}

#controls .fa-angle-left, #controls-Advanced .fa-angle-left, #controls-Professional .fa-angle-left,
#controls .fa-angle-right, #controls-Advanced .fa-angle-right, #controls-Professional .fa-angle-right {
    color: #f1f1f1;
    font-size: 1rem;
    padding-bottom: 1px;
}

/* ********************************************************************************* */
.LB-FormReq {
    position: relative;
    width: 100%;
    /* background-color: #333; */
    background-image: url('/images/root/lotus-BackForm.jpg');
    background-repeat: no-repeat;
    background-position: top top;
    background-size: cover;
    background-attachment: fixed;

}
.Container_ListForm input:checked ~ label {
    color: var(--text-primary-color-logo);
  }
.Container_ListForm input[name="Diving_Subject"] {
    color: var(--text-primary-color-dark);
  }
.LB-FormReq h3 {
    color: var(--text-primary-color);
}

.LB-FormReq form input:focus {
    outline: none !important;
    box-shadow: none !important;
    border: solid 2px var(--text-primary-color);
    background-color: transparent !important;
    box-sizing: border-box !important;

}

/* ********************************************************************************* */
.LB-TeamMembers {
    background-image: url('/images/root/lotus-team.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.LB-TeamMembers hr {
    background: var(--linear-gradiant-2Sides-color-primary);
}

.LB-TeamMembers .modal-content {
    background: #44A08D;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #093637, #44A08D);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #093637, #44A08D);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.LB-TeamMembers .modal-body p {
    color: var(--text-white);
}

.LB-TeamMembers .modal-content h5 {
    color: var(--text-primary-color-dark);
}

.LB-TeamMembers .modal-content img {
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 10px 10px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 10px 10px rgba(0, 0, 0, 0.22);
    -o-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 05px 10px rgba(0, 0, 0, 0.22);
}

/* ********************************************************************************* */
/* footer style*/
.LB-Footer {
    filter: grayscale(0.58);
    background-color: #bbb;
    background-image: url('/images/root/22.png');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
}

.LB-Footer p {
    color: var(--text-footer-color-heading);
}

.LB-Footer .list-group-item {
    background-color: transparent;

}

.LB-Footer .list-group-item a {
    text-decoration: none;
    /* color: rgb(17, 204, 236); */
    color: var(--text-footer-color-heading);
    transition: 0.3s linear;
}

.LB-Footer .list-group-item a:hover {
    color: var(--text-primary-color-logo) !important;
}

.LB-Footer .list-group h3 {
    color: var(--text-third-color);
}

.LB-Footer hr {
    background: var(--text-primary-color-logo);
    opacity: 1 !important;
}

/* ********************************************************************************* */
/* overview page style */
.LB-Article-Overview h3 {
    color: var(--text-primary-color);
}

.LB-Article-Overview hr {
    background: var(--text-primary-color);
    height: 2px !important;
}

.LB-Article-Overview ul li {
    list-style: decimal
}

.LB-Article-Overview h3 span,
.LB-Article-Overview h4,
.LB-Course h4,
.LB-Course h3,
.LB-SSICourse h3,
.LB-Course h3,
.LB-Course h5 {
    color: var(--text-footer-color-heading);
}

.LB-SSICourse {
    background-color: #313131;
}

.LB-CourseSteps .box {
    position: relative;
    height: 122px;
    background-color: #333;
    color: #fff;
    border-radius: 4px;
}

.LB-Advanced .box {
    height: 95px;
}

.box a,
.box small {
    text-transform: uppercase !important;
}

.box hr {
    margin: 3px !important;
}

.LB-CourseSteps .box.arrow-right:after {
    content: " ";
    position: absolute;
    right: -29px;
    top: 16%;
    height: 70px;
    border-top: 37px solid transparent;
    border-right: none;
    border-left: 29px solid var(--text-primary-color);
    border-bottom: 37px solid transparent;
    display: block;
}

.LB-Advanced .box.arrow-right:after {
    top: 10.5%;
}

.LB-CourseSteps>div>div>div:last-child::after {
    display: none !important;
}

.box a:hover {
    color: var(--text-primary-color) !important;
    transition: 0.3s;
}

.LB-CourseSteps .box-1 {
    height: 57px;
    width: 100%;
    position: relative;
}

.LB-Advanced .box-1 {
    height: 99px !important;
}

.LB-CourseSteps .box-1.arrow-right:after {
    content: " ";
    position: absolute;
    bottom: 0%;
    right: 50%;
    margin-right: -15px;
    height: 75px;
    border-top: 37px solid transparent;
    border-right: none;
    border-left: 29px solid var(--text-primary-color);
    border-bottom: 37px solid transparent;
    transform: rotate(90deg);
    display: none;
}

.LB-SSICourse .box {
    width: 33%;
    min-height: 73vh;
    background-color: #515151;
}

.LB-SSICourse .box h2 {
    width: 66px;
    height: 66px;
    font-family: vazir;
    font-weight: bold;
    border: solid 3px var(--text-primary-color);
    border-radius: 50%;
    padding: 12px;
    text-align: center;
    color: var(--text-primary-color);
}

.LB-SSICourse h3 {
    font-family: vazir-bold;
}

.LB-SSICourse .CourseStep h3 {
    font-family: vazir-bold;
    min-height: 60px;
    padding-top: 20px;
    color: var(--text-white);
    letter-spacing: 1px;
}

.LB-SSICourse p {
    font-family: vazir;
    text-align-last: right;
}

.LB-SSICourse .CourseStep p {
    text-align-last: center;
}

.LB-SSICourse hr {
    background: var(--linear-gradiant-logo-fix-right);
}

.LB-SSICourse .CourseStep hr {
    background: var(--linear-gradiant-logo);
}

.LB-SSICourse p {
    font-family: vazir;
    color: var(--text-white);
}

.step-approach-card:first-of-type {
    clip-path: polygon(100% 0%, 100% 100%, 93% 100%, 0% 100%, 7% 50%, 0% 0%);
    border-radius: var(--border-radius) 0 0 var(--border-radius);
    border-radius: 7px;
}

.step-approach-card:first-of-type p {
    margin-right: 6% !important;

}

.step-approach-card:last-child {
    clip-path: polygon(92% 0%, 100% 50%, 92% 100%, 0% 102%, 0% 0%, 0% 0%);
    border-radius: 7px;
}

.step-approach-card {
    background-color: var(--default-background);
    width: 25%;
    color: var(--default-foreground);
    padding: 1rem 2.8rem;
    position: relative;
    text-align: center;
    clip-path: polygon(92% 0%, 100% 50%, 92% 100%, 0% 100%, 7% 50%, 0% 0%);
    transition: all 450ms;
    transform-origin: center;
    border: 2px solid transparent;
}

/* ------------------------------------------------------------------------------------------------------ */
.LB-StandardCourse .Standards div {
    margin: 7px;
    background-color: var(--text-primary-color);
    color: var(--text-white);
    border-radius: 3px;

}

.LB-StandardCourse p {
    text-align-last: right;
}

.AdvantageCourse p {
    text-align-last: right;
    display: flex;
    height: 70px;
}

.LB-StandardCourse p,
.Standards h3,
.Standards small {
    font-family: vazir;
}

.Standards i {
    font-style: normal;
}

.LB-StandardCourse h2 {
    font-family: vazir-bold;
    color: var(--text-footer-color-heading);
}

.LB-StandardCourse hr {
    background: var(--text-primary-color);
    height: 2px !important;
}

.fa-arrow-left {
    border: solid 2px var(--text-primary-color);
    color: var(--text-primary-color);
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.LB-Slider .card h5,
.LB-Slider-Professional .card h5:not(span),
.LB-Slider-Advanced .card h5:not(span) {
    color: var(--text-footer-color-heading);
}

span.LB-Unicode {
    color: var(--text-dark-color);
    font-family: vazir;
}

.Our-TeamCard {
    background-color: #333 !important;
}

.Our-TeamCard:hover {
    cursor: pointer;
    filter: none;
    transform: scale(1.01);
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 10px 10px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 10px 10px rgba(0, 0, 0, 0.22);
    -o-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 05px 10px rgba(0, 0, 0, 0.22);
    transition: all 0.3s linear;
}

.Our-TeamCard:focus {
    cursor: pointer;
    filter: none;
    transform: scale(1.01);
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 10px 10px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 10px 10px rgba(0, 0, 0, 0.22);
    -o-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 05px 10px rgba(0, 0, 0, 0.22);
    transition: all 0.3s linear;
}

.Our-TeamCard:hover img {
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 10px 10px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 10px 10px rgba(0, 0, 0, 0.22);
    -o-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 05px 10px rgba(0, 0, 0, 0.22);
    transition: all 0.3s linear;
}

.Our-TeamCard:not(hover) img {
    box-shadow: none;
    transition: all 0.3s linear;
}

.Our-TeamCard:not(hover) {
    transform: scale(1);
    transition: all 0.3s linear;
}

.Our-TeamCard p {
    color: #ccc;
}

.Our-TeamCard h3 {
    color: var(--text-primary-color);
}

.Our-TeamCard img,
.LB-TeamMembers .modal-content img {
    border-color: var(--text-primary-color-logo) !important;


}

.Our-TeamCard {
    filter: grayscale(1);

}

.LB-TeamMembers-about img {
    border-color: var(--text-primary-color-logo) !important;
}
.LB-TeamMembers-about ul li {
    list-style: none;
    display: block;
}
.LB-TeamMembers-about ul li::before {
    content: "\2022";
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: var(--text-primary-color-logo);
    font-size: 1.1em;
    /* Change the color */
    font-weight: bolder;
    /* If you want it to be bold */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1em;
    /* Also needed for space (tweak if needed) */
    margin-left: 0em;
    /* Also needed for space (tweak if needed) */
}

.speech-bubble {
    background: #ddd;
    color: #333;
    display: inline-block;
    font-size: 14px;
    line-height: 4em;
    padding: 0 1em;
    position: relative;
    text-align: center;
    vertical-align: middle;
    min-width: 7em;
}

.speech-bubble:before {
    border: 1em solid transparent;
    border-top-color: var(--text-primary-color-logo);
    content: '';
    margin-left: -2em;
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 0;
    height: 0;
    transform: rotate(180deg);
    opacity: 0.75;
}

.speech-bubble.rounded {
    border-radius: .4em;
}

.speech-bubble.blue {
    background: #A770EF;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FDB99B, #CF8BF3, #A770EF);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #FDB99B, #CF8BF3, #A770EF);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    color: #334;
}

.speech-bubble.blue:after {
    border-top-color: var(--text-primary-color-logo);
}

.Lotus-ContactUs {
    background-image: url('/images/banner/lotus-contactus.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
.Result h2 {
    color: var(--text-primary-color);

}

.Result-Container {
    height: 100vh;
}


/* ********************************************************************************* */
@media screen and (max-width: 1024px) {
    .dropdown-menu[data-bs-popper] {
        right: -5.3em;
    }
}

@media screen and (max-width: 1020px) {
    .navbar {
        position: relative;
        background-color: var(--text-primary-color);
    }

    .navbar-nav {
        padding-right: 0;
    }

    .DropDown_FChild_Container,
    .DropDown_ChildBi_Container,
    .DropDown_ChildAd_Container,
    .DropDown_ChildPr_Container,
    .DropDown_LChild_Container {
        min-height: 0 !important;
        top: 0;
    }

    .DropDown_FChild_Container li {
        height: auto;
    }
}

@media (max-width: 320px) {
    .banner {
        min-height: 105vh;
    }

    .Detail_Banner {
        height: 97vh;
    }

    .Detail_Banner h3 {
        font-size: 6.2vw !important;
    }

    .Detail_Banner h2 {
        font-size: 5vw !important;
    }

    .Detail_Banner h1 {
        font-size: 3.3vw !important;
    }

    .BannerPages img {
        min-height: 30vh !important;
    }

    .breadcrumb {
        display: none;
    }

    .LB-CourseSteps .box.arrow-right:after {
        display: none;
    }

    .LB-CourseSteps .box-1.arrow-right:after,
    .LB-SSICourse .box-1.arrow-right:after {
        display: block;
    }

    .LB-SSICourse .box {
        width: 85%;
        height: 100%;
        clip-path: none;
    }

    .CourseStep p {
        width: 100%;
    }

    .step-approach-card {
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    }

    .LB-SSICourse .box h2 {
        padding: 16px;
    }

    .step-approach-card:first-of-type p {
        margin-right: 0% !important;
    }

    .AdvantageCourse p {
        height: 95px;
    }

    .AdvantageCourse p:nth-child(2) {
        margin-top: 1.1em !important;
    }

    .LB-About hr,
    .LB-DivingEvent hr,
    .LB-Instagram hr,
    .LB-SSICourse hr{
        background: var(--linear-gradiant-logo)
    }
}

@media (min-width: 321px) and (max-width: 361px) {
    .banner {
        min-height: 100vh;
    }

    .Detail_Banner {
        margin-top: 0;
        height: 93vh;
    }

    .Detail_Banner h3 {
        font-size: 6vw;
    }

    .Detail_Banner h2 {
        font-size: 5.5vw;
    }

    .Detail_Banner h1 {
        font-size: 3.3vw;
    }

    .BannerPages img {
        min-height: 30vh !important;
    }

    .LB-CourseSteps .box.arrow-right:after {
        display: none;
    }

    .LB-CourseSteps .box-1.arrow-right:after {
        display: block;
    }

    .LB-SSICourse .box {
        width: 85%;
        height: 100%;
        clip-path: none;
    }

    .CourseStep p {
        width: 100%;
    }

    .step-approach-card {
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    }

    .LB-SSICourse .box h2 {
        padding: 16px;
    }

    .step-approach-card:first-of-type p {
        margin-right: 0% !important;
    }

    .AdvantageCourse p {
        height: 95px;
    }

    .AdvantageCourse p:nth-child(2) {
        margin-top: 1.1em !important;
    }

    .LB-About hr,
    .LB-DivingEvent hr,
    .LB-Instagram hr {
        background: var(--linear-gradiant-logo)
    }
}

@media (min-width: 362px) and (max-width: 376px) {
    .banner {
        min-height: 100vh;
    }

    .Detail_Banner {
        margin-top: 0;
        height: 95vh;
    }

    .Detail_Banner h3 {
        font-size: 5vw;
    }

    .Detail_Banner h2 {
        font-size: 5.5vw;
    }

    .Detail_Banner h1 {
        font-size: 3.3vw;
    }

    .BannerPages img {
        min-height: 40vh !important;
    }

    .LB-CourseSteps .box.arrow-right:after {
        display: none;
    }

    .LB-CourseSteps .box-1.arrow-right:after {
        display: block;
    }

    .LB-SSICourse .box {
        width: 85%;
        height: 100%;
        clip-path: none;
    }

    .CourseStep p {
        width: 100%;
    }

    .step-approach-card {
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    }

    .LB-SSICourse .box h2 {
        padding: 16px;
    }

    .step-approach-card:first-of-type p {
        margin-right: 0% !important;
    }

    .LB-About hr,
    .LB-DivingEvent hr,
    .LB-Instagram hr {
        background: var(--linear-gradiant-logo)
    }
}

@media (min-width: 377px) and (max-width: 575.98px) {

    .banner {
        min-height: 93vh;
    }

    .Detail_Banner {
        margin-top: 0;
        height: 88vh;
    }

    .Detail_Banner h3 {
        font-size: 4vw;
    }

    .Detail_Banner h2 {
        font-size: 4.5vw;
    }

    .Detail_Banner h1 {
        font-size: 3.3vw;
    }

    .BannerPages img {
        min-height: 23vh !important;
    }

    .LB-CourseSteps .box.arrow-right:after {
        display: none;
    }

    .LB-CourseSteps .box-1.arrow-right:after {
        display: block;
    }

    .LB-SSICourse .box {
        width: 85%;
        height: 100%;
        clip-path: none;
    }

    .CourseStep p {
        width: 100%;
    }

    .step-approach-card {
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    }

    .LB-SSICourse .box h2 {
        padding: 16px;
    }

    .step-approach-card:first-of-type p {
        margin-right: 0% !important;
    }

    .LB-About hr,
    .LB-DivingEvent hr,
    .LB-Instagram hr {
        background: var(--linear-gradiant-logo)
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .banner {
        min-height: 55vh;
    }

    .Detail_Banner {
        margin-top: -0.5rem !important;
    }

    .Detail_Banner h3 {
        font-size: 3.8vw;
    }

    .Detail_Banner h2 {
        font-size: 4vw !important;
    }

    .Detail_Banner h1 {
        font-size: 3.3vw;
    }

    .BannerPages img {
        min-height: 50vh !important;
    }

    .LB-Advanced .box.arrow-right:after {
        display: none;
    }

    .LB-CourseSteps .box-1.arrow-right:after {
        display: none;
    }

    .LB-CourseSteps .box-2.arrow-right:after {
        display: block;
    }

    .LB-SSICourse .box {
        width: 85%;
        height: 100%;
        clip-path: none;
    }

    .CourseStep p {
        width: 100%;
    }

    .step-approach-card {
        padding-left: 1.8rem;
        padding-right: 1.8rem;
    }

    .LB-SSICourse .box h2 {
        padding: 16px;
    }

    .step-approach-card:first-of-type p {
        margin-right: 0% !important;
    }

    .LB-About hr,
    .LB-DivingEvent hr,
    .LB-Instagram hr {
        background: var(--linear-gradiant-logo)
    }
}

@media (min-width: 768px) and (max-width: 820.98px) {
    .banner {
        min-height: 60vh;
    }

    .Detail_Banner {
        margin-top: 0;
    }

    .Detail_Banner h3 {
        font-size: 3vw;
    }

    .Detail_Banner h2 {
        font-size: 3.5vw;
    }

    .Detail_Banner h1 {
        font-size: 3.3vw;
    }

    .LB-SSICourse .box {
        width: 85%;
        height: 100%;
        clip-path: none;
    }

    .CourseStep p {
        width: 100%;
    }

    .LB-SSICourse .box h2 {
        padding: 16px;
    }

    .step-approach-card:first-of-type p {
        margin-right: 0% !important;
    }
}

@media (min-width: 821px) and (max-width: 991.98px) {
    .banner {
        min-height: 45.5vh;
    }

    .Detail_Banner {
        margin-top: 0;
    }

    .LB-SSICourse .box {
        width: 85%;
        height: 100%;
        clip-path: none;
    }

    .CourseStep p {
        width: 100%;
    }

    .LB-SSICourse .box h2 {
        padding: 16px;
    }

    .step-approach-card:first-of-type p {
        margin-right: 0% !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .banner {
        min-height: 50vh;
    }

    .Detail_Banner {
        margin-top: 2rem;
    }

    .Detail_Banner h3 {
        font-size: 2.3vw;
    }

    .Detail_Banner h2 {
        font-size: 2.2vw;
    }

    .Detail_Banner h1 {
        font-size: 1.1vw;
    }

    .LB-SSICourse .box {
        height: 93vh;
    }

    .step-approach-card {
        padding-left: 0.8rem;
        padding-right: 1.3rem;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .banner {
        min-height: 100vh;
    }

    .Detail_Banner {
        margin-top: 2rem;
    }

    .Detail_Banner h3 {
        font-size: 2.3vw;
    }

    .Detail_Banner h2 {
        font-size: 2.2vw;
    }

    .Detail_Banner h1 {
        font-size: 1.1vw;
    }

    .LB-SSICourse .box {
        height: 93vh;
    }
}

@media only screen and (orientation: landscape) {
    .banner {
        min-height: 110vh;
    }

    .Detail_Banner {
        min-height: 50vh !important;
    }

    .Detail_Banner h3 {
        font-size: 2vw;
    }

    .Detail_Banner h2 {
        font-size: 1.8vw;
    }

    .Detail_Banner h1 {
        font-size: 1.1vw;
    }

    .LB-DivingEvent hr {
        background: var(--linear-gradiant-logo-fix-right) !important;
    }

    .LB-DivingEvent {
        background-position: left center;

    }

    .LB-DivingEvent {
        background-position: center center;
    }
}