* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}
:root {
  --backgroun-bg: #ffffff;
  --sectionbg-color: #ffffff;
  --font_color: #000000;
  --accent-color: #0071C1;
  --headerFooter-bg: #0071C1;
  --headerFooter-font: #ffffff;
  --headerborder: #ffffff;
  --sectionTitleBg: #ffffff;
  --sectionSubTitlefont: #000000;
  --allowUnderline: none;
  --textSelectionColor: #0071C1;
  --btnColorBg: #ffffff;
  --btnBorderColor: #000000;
  --btnIconColor: #0071C1;
  --faqAccBlockfontColor: #000000;
  --faqAccBlockAccentColor: #0071C1;
  --faqAccTextSelectionColor: #0071C1;
  --footerBtnIconColor: #000000;
  --tableHeaderColor: #0071C1;
  --tableHeaderFont: #ffffff;
  --tableRowFont: #000000;
  
}

/*:root {*/
/*  --backgroun-bg: #000;*/
/*  --sectionbg-color: #000;*/
/*  --font_color: #000000;*/
/*  --accent-color: #000;*/
/*  --headerFooter-bg: #000;*/
/*  --headerFooter-font: #000;*/
/*  --headerborder: #000;*/
/*  --sectionTitleBg: #000;*/
/*  --sectionSubTitlefont: #000000;*/
/*  --allowUnderline: none;*/
/*  --textSelectionColor: #000;*/
/*  --btnColorBg: #000;*/
/*  --btnBorderColor: #000000;*/
/*  --btnIconColor: #000;*/
/*  --faqAccBlockfontColor: #000000;*/
/*  --faqAccBlockAccentColor: #000;*/
/*  --faqAccTextSelectionColor: #000;*/
/*  --footerBtnIconColor: #000000;*/
  
/*}*/
html{
    font-size: 16px;
}
body {
    display: flex;
    background-size: cover !important;
    background-position: bottom center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    flex-direction: column;
    color: var(--font_color);
    min-height: 100vh;
    background: var(--backgroun-bg);
    background-position: center center !important;
    max-height: 100vh;
}
::selection {
  color: var(--textSelectionColor);
  text-decoration: var(--allowUnderline);
}
header#header a::selection,
header#header p::selection,
footer h3::selection,
footer p::selection,
footer a::selection,
footer h5::selection,
footer span::selection,
footer textarea::selection,
footer input::selection{
  color: var(--headerFooter-font);
  text-decoration: underline;
}
.page-loader{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 9999999999;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-loader .loader-icon {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
  background: #FFF;
  box-sizing: border-box;
  animation: flipX 1s linear infinite;
}

@keyframes flipX {
  0% {
    transform: perspective(200px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(200px) rotateX(-180deg) rotateY(0deg);
  }
  100% {
    transform: perspective(200px) rotateX(-180deg) rotateY(-180deg);
  }
}
    

footer .contact_console_input_block input::selection{
    color: var(--headerFooter-bg);
}
header#header::-moz-selection{
    color: var(--headerFooter-font);
  text-decoration: underline;
}
section {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    transition: 0.3s;
    font-weight: bold;
    text-transform: capitalize;
    position: relative;
}
#header a:after, .teaser_section a:after{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    transform-origin: left;
    background-color: var( --backgroun-bg);
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 800ms;
    content: "";
    height: 2px;
    transform: scale(0);
}
#header a:hover:after, .teaser_section a:hover:after{
    transform: scale(1);
}
a:hover{
    color: #fff;
}
input {
    border: none;
}

input:focus-visible, select:focus-visible {
    border: none;
    outline: none;
    box-shadow: none;
}

button {
    cursor: pointer;
    transition: 0.3s;
    border: none;
}

.color_black{
    color: var(--font_color);
}
.acent_color{
    color: var(--accent-color);
}
.border-bottom{
    border-color: #000
}
.first-section {
    width: 100%;
    background: #555555;
}
.color-white{
    color: #fff;
}
.first-section .content {
    display: flex;
    flex-direction: column;
    padding: 16px 39px 120px 74px ;
}

.first-section .content .header {
    width: 100%;
    display: flex;
    justify-content: end;
    gap: 16px;
}

.first-section .content .header .item {
    background: #fff;
    border-radius: 50%;
    border: 1px solid #000000;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.first-section .content .header .item img {
    width: 100%;
    max-width: 50px;
    height: 50px;
}

.first-section .content .body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FDFDFD;
}

.first-section .content .body .rounded-image {
    max-width: 360px;
    max-height: 100%;
    width: 100%;
    padding-bottom: 37px;
}

.first-section .content .body .title {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-weight: 400;
    font-size: 1.75rem;
    line-height: 34px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    padding-bottom: 37px;
}

.first-section .content .body .description {
    text-align: center;
    max-width: 780px;
    width: 100%;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 34px;
}

.first-section .content .body .icons-list {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding-top: 53px;
}

.first-section .content .body .icons-list a {
    background: #ffffff;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header {
    width: 100%;
    height: auto;
    background: var(--headerFooter-bg);
    color: var(--headerFooter-font);
    --box-color: var(--backgroun-bg);
    --box-blur: 10px;
    --box-scale: 4px;
    --box-y: 20px;
    box-shadow: var(--box-x, 0) var(--box-y, 0) var(--box-blur) var(--box-scale, 0) var(--box-color, transparent);
    
}
.top-header-container{
    width: 100%;
    height: auto;
    background: var(--headerFooter-bg);
    color: var(--headerFooter-font);
    order: 2;
}
.sticky-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}

.header-class .sticky-header {
    z-index: 99;
}

.header-list {
    display: flex;
    justify-content: space-between;
    padding: 0 50px 0 0 !important;
    margin: 0 !important;
}

.header-list .left-side, .header-list .right-side {
    display: flex;
    align-items: center;
}

.header-list .left-side .logo {
    background: #555555;
    width: 160px;
    height: 160px;
    display: flex;
}

.header-list .left-side .logo img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
}

.header-list .left-side .dropbtn {
    color: white;
    padding: 0 40px 0 48px;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 29px;
    border: none;
    background: url("../images/header-down-arrow.png") no-repeat right;
}

.header-list .left-side .dropdown {
    position: relative;
    display: inline-block;
}

.header-list .left-side .dropdown .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 158px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 2;
}

.header-list .left-side .dropdown .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.header-list .left-side .dropdown .dropdown-content a:hover {background-color: #ddd;}

.header-list .left-side .dropdown:hover .dropdown-content {
    display: block;
    left: 23%;
}

.header-list .right-side .header-links {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 32px;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 29px;
    color: #FFFFFF;
}

.header-list .right-side .header-links .profile {
    padding-left: 30px;
    width: 40px;
    height: 43px;
}

.single-slider-section .owl-carousel {
    height: 480px;
}

.single-slider-section .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: 1%;
    background: url("../images/prev-arrow.png") no-repeat;
    background-size: 100% 100%;
    width: 40px;
    height: 80px;
}

.single-slider-section .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: 1%;
    background: url("../images/next-arrow.png") no-repeat;
    background-size: 100% 100%;
    width: 40px;
    height: 80px;
}

/*.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
    display: none;
}
*/
.single-slider-section .owl-carousel .item img {
    height: 480px;
    width: 100%;
    object-fit: cover;
}

.third-section {
    background: rgba(34, 255, 0, 0.25);
    padding-top: 11px;
}

.section-title {
    font-size: 1.75rem;
    line-height: 36px;
    text-align: left;
    color: #000000;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 610px;
    background: #FFFFFF;
    padding: 8px;
    font-weight: 400;
    margin-bottom: 25px;
}

.section-title.background-transparent {
    background: transparent;
}

.forth-section .section-description .section-title {
    padding: 0;
}

.forth-section .section-description .section-title b {
    font-size: 1.75rem;
}

.section-title.font-24 {
    font-size: 1.5rem;
    line-height: 29.05px;
}

.section-title b {
    color: #0071C1;
    font-weight: 700;
    font-size: 1.87rem;
}

.forth-section {
    position: relative;
    padding: 24px 0 58px 0;
}

.forth-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(250, 255, 0, 0.25);
}

.forth-section .section-description {
    border: 1px solid #000000;
    padding: 11.24px;
    color: #000000;
}

.forth-section .section-description .paragraphs {
    display: grid;
    gap: 24px;
    font-size: 1.25rem;
    padding-bottom: 58px;
}

.forth-section .section-description .paragraphs p {
    margin: 0;
    padding: 0;
    color: #000000;
}

.forth-section .section-description .paragraphs p.font-24 {
    font-size: 1.5rem;
}

.fifth-section {
    background: rgba(250, 255, 0, 0.25);
}

.fifth-section .second-slider .owl-dots {
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
}

.fifth-section .second-slider .owl-dots .owl-dot span {
    width: 25px !important;
    height: 25px !important;
    border: 1px solid #000000;
    background: #FFFFFF !important;
}

.sixth-section {
    position: relative;
    background: rgba(0, 113, 193, 0.25);
    padding-top: 20px;
}

.sixth-section .content-list {
    display: grid;
    gap: 20px;
}

.sixth-section .content-list .content-item {
    display: flex;
    height: 186px;
}

.sixth-section .content-list .content-item.secondary {
    display: flex;
    height: 92px;
    margin-left: auto;
    max-width: 1017px;
    width: 100%;
}

.sixth-section .content-list .content-item .image {
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

.sixth-section .content-list .content-item .title {
    border: 1px solid #000000;
    background: #FFFFFF;
}

.sixth-section .content-list .content-item .product-quantity {
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    background: #FFFFFF;
}

.sixth-section .content-list .content-item .image img {
    width: 100%;
    max-width: 183px;
    height: 186px;
}

.sixth-section .content-list .content-item .title {
    width: 100%;
    max-width: 834px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    padding: 30px;
    font-size: 1.5rem;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
    margin: 0 !important;
}

.sixth-section .content-list .content-item.secondary .title {
    width: 100%;
    max-width: 712px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    padding: 30px;
    font-size: 1.25rem;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
}

.sixth-section .content-list .content-item .title b {
    color: #0071C1;
    font-weight: 700;
    font-size: 1.75rem;
}

.sixth-section .content-list .content-item .product-quantity {
    width: 100%;
    max-width: 183px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 20px;
}

.sixth-section .content-list .content-item.secondary .product-quantity {
    width: 100%;
    max-width: 305px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    gap: 8px;
    padding: 20px;
}

.sixth-section .content-list .content-item .product-quantity input[type=number] {
    color: #0071C1;
    text-align: center;
    font-size: 1.5rem;
    pointer-events: none;
    width: 100%;
}

.sixth-section .content-list .content-item .price input[type=number]::placeholder {
    color: #0071C1;
    font-weight: 700;
    text-align: center;
}

.sixth-section .content-list .content-item .product-quantity .buttons {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.sixth-section .content-list .content-item .product-quantity .buttons button,
.sixth-section .content-list .content-item.secondary .product-quantity button {
    background: transparent;
}

.sixth-section .content-list .content-item.secondary .product-quantity button {
    width: 100%;
}

.sixth-section .content-list .total {
    width: 100%;
    max-width: 305px;
    display: flex;
    height: 160px;
    margin-left: auto;
    background: #0071C1;
}

.sixth-section .content-list .total span {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 34px;
    text-align: center;

}

.sixth-section .content-list .total span.font-24 {
    font-size: 1.5rem;
}

.sixth-section .add-item {
    position: absolute;
    bottom: 0;
    right: 13.5%;
    width: 80px;
    height: 80px;
    background: #fff;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.seventh-section {
    position: relative;
    background: rgba(250, 255, 0, 0.25);
    padding-top: 20px;
}

.seventh-section .content {
    display: flex;
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 15px;
}

.seventh-section .content .image {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seventh-section .content .info {
    width: 50%;
}

.seventh-section .content .info .contact-list {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 35px;
}

.seventh-section .content .info .contact-list .contact-item {
    width: 100%;
    max-width: 290px;
    padding: 8px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.seventh-section .content .info .contact-list .contact-item .item-image {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seventh-section .content .info .contact-list .contact-item .item-name {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 29px;
    color: #111111;
}

.seventh-section .content .info .section-title {
    padding: 0;
}

.seventh-section .content .info .paragraphs p {
    margin: 0;
    color: #000000;
    font-size: 1.5rem;
    line-height: 30px;
}

.seventh-section .wrapper {
    position: absolute;
    bottom: 0;
    right: 14%;
    width: 70.12px;
    height: 130.91px;
    background: #FFFFFF;
    border: 1px solid #000000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.seventh-section .wrapper .close,
.seventh-section .wrapper .down {
    cursor: pointer;
    width: 50px;
    height: 50px;
}

.seventh-section .wrapper .close img,
.seventh-section .wrapper .down img {
    width: 100%;
    height: 100%;
}

.eight-section {
    padding-top: 41px;
    background: rgba(0, 113, 193, 0.25);
}

.eight-section .nav-tabs {
    display: flex;
    gap: 20px;
    border: none !important;
}

.eight-section .nav-tabs .nav-item {
    width: 100%;
    max-width: 183px;
    background: #0071C1;
    border-radius: 15px 15px 0px 0px;
    color: #FFFFFF;
}

.eight-section  .nav-tabs .nav-link {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 24px;
    text-align: center;
    padding:  9px 0 10px 5px !important;
}

.eight-section .nav-tabs .nav-item.show .nav-link, .eight-section .nav-tabs .nav-link.active {
    background: #0071C1;
    border-radius: 15px 15px 0px 0px;
    color: #FFFFFF;
    border-color: transparent !important;
}

.eight-section .tab-content .tab-pane .tab-content {
    width: 100%;
    height: 105px;
    background: #0071C1;
    border-radius: 0px 15px 15px 15px;
    display: flex;
    gap: 20px;
    padding: 17px 8px;
    margin-bottom: 25px;
}

.eight-section .tab-content .tab-pane .tab-content .first-content,
.eight-section .tab-content .tab-pane .tab-content .last-content {
    width: 100%;
    max-width: 175px;
    border-radius: 50px;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 24px;
    text-align: center;
    color: #0071C1;
}

.eight-section .tab-content .tab-pane .tab-content .middle-content {
    width: 100%;
    max-width: 794px;
    border-radius: 50px;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 24px;
    text-align: center;
    color: #0071C1;
}

.eight-section .third-slider {
    margin-bottom: 23px;
}

.eight-section .third-slider .slider-list {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.eight-section .third-slider .slider-list .slider-item {
    width: 100%;
    max-width: 275px;
    height: 503px;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
}

.eight-section .third-slider .slider-list .slider-item .image {
    width: 100%;
    height: 344px;
    border-radius: 20px 20px 0px 0px;

}

.eight-section .third-slider .slider-list .slider-item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px 20px 0px 0px;
}

.eight-section .third-slider .slider-list .slider-item .item-description {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    justify-content: center;
    border-radius: 0px 0px 20px 20px;
}

.eight-section .third-slider .slider-list .slider-item .item-description .text {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 29px;
    color: #000000;
    width: 100%;
    max-width: 175px;
    display: flex;
    flex-direction: column;
    padding: 18px 8px;

}

.eight-section .third-slider .slider-list .slider-item .item-description .text b {
    color: #0071C1;
}

.eight-section .third-slider .slider-list .slider-item .item-description-image {
    width: 100%;
    max-width: 93px;
}

.eight-section .third-slider .slider-list .slider-item .item-description-image img {
    border-radius: 50px;
    width: 100%;
    height: 100%;
}

.eight-section .third-slider .owl-dots .owl-dot span,
.tenth-section .forth-slider .owl-dots .owl-dot span {
    background: #FFFFFF !important;
    border: 1px solid #000000 !important;
    width: 25px!important;
    height: 25px!important;
}

.tenth-section {
    background: rgba(0, 113, 193, 0.25);
}

.tenth-section .search-bar {
    width: 100%;
    height: 100px;
    background: #0071C1;
    border-radius: 15px;
    padding: 25px 7px;
    display: flex;
    margin-bottom: 25px;
}

.tenth-section .search-bar input {
    width: 100%;
    max-width: 583px;
    height: 50px;
    padding: 13px 26px;
    border-width: 2px 0 2px 2px;
    border-style: solid;
    border-color: #FFFFFF;
    border-radius: 15px 0px 0px 15px;
    background: #0071C1;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 24px;
}

.tenth-section .search-bar input::placeholder {
    color: #FFFFFF;
}

.tenth-section .search-bar .filter {
    width: 100%;
    max-width: 379px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: 2px 0 2px 0;
    border-style: solid;
    border-color: #FFFFFF;
}

.tenth-section .search-bar .search-icon {
    width: 100%;
    max-width: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: 2px 0 2px 0;
    border-style: solid;
    border-color: #FFFFFF;
}

.tenth-section .search-bar .delete {
    width: 100%;
    max-width: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: 2px 2px 2px 0;
    border-style: solid;
    border-color: #FFFFFF;
    border-radius: 0px 15px 15px 0;
}

.tenth-section .forth-slider {
    padding-bottom: 50px;
}

.tenth-section .forth-slider .slider-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 25px;
}

.tenth-section .forth-slider .slider-list .slider-item {
    background: #FFFFFF;
    border-radius: 15px;
    border: 1px solid #111111;
    width: 100%;
    height: 100%;
    max-width: 275px;
}

.tenth-section .forth-slider .slider-list .slider-item .image {
    width: 100%;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tenth-section .forth-slider .slider-list .slider-item .image img {
    width: 100%;
    max-width: 126px;
    height: 74px;
}

.tenth-section .forth-slider .slider-list .slider-item .item-description {
    padding: 6px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #111111;
    width: 100%;
    /*max-height: 185px;*/
    height: 100%;
}

.tenth-section .forth-slider .slider-list .slider-item .item-description .title {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 24px;
    display: block;
}

.tenth-section .forth-slider .slider-list .slider-item .item-description .title b {
    font-weight: 700;
    color: #0071C1;
}

.tenth-section .forth-slider .slider-list .slider-item .item-description p {
    margin: 0;
    font-weight: 400;
    font-size: 1rem;
    padding-bottom: 10px;
}

.forth-section.background-yellow {
    background: rgba(250, 255, 0, 0.25);
    padding: 0;
}

.forth-section .section-description.background-white {
    background: #FFFFFF;
}

.third-section.no-padding {
    padding: 0 ;
}

.first-footer {
    background: #0071C1;
    padding: 40px 0 42px 0;
}

.first-footer .first-footer-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.first-footer .first-footer-content .icons-list {
    display: flex;
    justify-content: center;
    gap: 16px 16px;
    flex-wrap: wrap;
}

.first-footer .first-footer-content .icons-list .icons-list-item {
    width: 70px;
    height: 70px;
    background: #FFFFFF;
    border-radius: 50%;
    border: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.first-footer .first-footer-content .links-list {
    display: flex;
    justify-content: center;
    gap: 32px;
    list-style: none;
    margin: 0;
}

.first-footer .first-footer-content .links-list .links-item a {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 29px;
    color: #FFFFFF;
}

.first-footer .first-footer-content .contact-part {
    width: 100%;
    display: flex;
    gap: 22px;
}

.first-footer .first-footer-content .contact-part .info {
    width: 100%;
    max-width: 584px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    gap: 20px;
}

.first-footer .first-footer-content .contact-part .info .title {
    font-size: 1.75rem;
    display: grid;
}

.first-footer .first-footer-content .contact-part .info p {
    font-size: 1.5rem;
    display: grid;
    line-height: 29px;
}

.first-footer .first-footer-content .contact-part .contact-form {
    display: flex;
    flex-direction: column;
    position: relative;
}

.first-footer .first-footer-content .contact-part .contact-form input {
    width: 100%;
    height: 65px;
    padding: 20px 0 15px 42px;
    font-weight: 600;
    font-size: 1.56rem;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.53);
    background: rgba(255, 251, 251, 0.23);
    border-radius: 15px;
    margin-bottom: 16px;
}

.first-footer .first-footer-content .contact-part .contact-form textarea {
    width: 100%;
    height: 183px;
    padding: 17px 0 0 42px;
    font-weight: 600;
    font-size: 1.56rem;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.53);
    background: rgba(255, 251, 251, 0.23);
    border-radius: 15px;
    resize: none;
}

.first-footer .first-footer-content .contact-part .contact-form textarea:focus-visible {
    outline: none;
}

.first-footer .first-footer-content .contact-part .contact-form input::placeholder,
.first-footer .first-footer-content .contact-part .contact-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.53);
}

.first-footer .first-footer-content .contact-part .contact-form .send-btn {
    position: absolute;
    width: 94px;
    height: 35px;
    left: 82.88%;
    bottom: 4.61%;
    background: rgba(217, 217, 217, 0.4);
    border-radius: 20px;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 24px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.second-footer {
    margin-top: auto;
}

.second-footer .content {
    width: 100%;
    max-width: 492px;
    margin: 24px auto 398px auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
}

.second-footer .content .links {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 24px;
    margin: 0;
    padding: 0;
}

.second-footer .content .links li a {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 29px;
    color: #000000;
}

.second-footer .content .copyright {
    font-weight: 600;
    font-size: 1.56rem;
    line-height: 30px;
    color: #000000;
    text-align: center;
}
/* --------- 15 may 2023--------- start-- */
.third-section .image img{
    width: 100%;
}
.edit_icon i{
    font-size: 1.25rem;
    z-index: 99;
    right: 13px;
    top: 15px;
    color: #000;
    border: 1px solid;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
}
#menuform{
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.temp_title_view{
    color: var(--accent-color);
    font-weight: bold;
    font-size: 1.25rem;
}
.subtitle_temp_view{
    color: var(--font_color);
}
/* --------- 15 may 2023--------- end-- */

/*.top_header{*/
/*    border-bottom: 3px solid var(--headerborder);*/
/*}*/
.top_header .search_bar input{
    background: inherit;
    border: 1px solid var(--headerborder);
    border-radius: 6px;
    color: var(--headerFooter-font);
}
.header_button_style{
    color: var(--headerFooter-font);
    font-size: 1rem;
    font-weight: bold;
    width: 100%;
}
.header_link a,.header_button_style a{
     color: var(--headerFooter-font);
     font-variant: small-caps;
}
.header_button_style:hover{
    color: var(--headerFooter-font);
}
/*.middle_header{*/
/*    border-bottom: 1px solid var(--headerborder);*/
/*}*/
.header_button_style.border{
    border: 1px solid var(--headerborder) !important;
    font-variant: small-caps;
}
.icons_style ul,
.middle_footer_content ul{
    column-gap: 10px;
}
.middle_footer_content ul{
    row-gap: 6px;
}
.icons_style ul li a{
    display: inline-block;
    width: 90px;
    height: 90px;
    border: 5px solid var(--btnBorderColor);
    border-radius: 50%;
    text-align: center;
    font-family: 'Steelfish Rg', sans-serif;
    font-weight: 400;
    /*font-size: 1.25rem;*/
    color: #000;
    text-transform: uppercase;
    /*letter-spacing: .1em;*/
    /*line-height: 80px;*/
    transition: border-color .4s ease, color .4s ease, background-color .4s ease;
    position: relative;
    z-index: 1;
    /*padding-left: 2px;*/
    background: var(--btnColorBg);
    text-decoration: none;
}
.icons_style ul li a i{
    color: var(--btnIconColor);
}
.icons_style ul li a svg path{
    fill: var(--btnIconColor);
}
.icons_style ul li a:hover svg path{
    fill: var(--btnColorBg);
}
.icons_style ul li a:hover{
    border-color:var(--btnBorderColor);
    background-color: var(--btnIconColor);;
}
.icons_style ul li a:hover i{
    color: var(--btnColorBg);
}

.inverted_style .icons_style ul li a:hover{
    background: var(--btnIconColor);
    border: 5px solid var(--btnBorderColor);
}
.inverted_style .icons_style ul li a:hover i{
    color: var(--btnBorderColor);
}
.accent_style .icons_style ul li a:hover{
    background: var(--btnIconColor);
    border: 5px solid var(--btnBorderColor);
}
.accent_style .icons_style ul li a:hover i{
    color: var(--btnBorderColor);
}
footer .icons_style ul li a{
    border: 5px solid var(--footerBtnIconColor);
    background: var(--backgroun-bg);
    margin-bottom: 8px;
}
footer .icons_style ul li a i{
    color: var(--footerBtnIconColor);
}
footer .icons_style ul li a:hover{
    border: 5px solid var(--footerBtnIconColor);
    background: var(--backgroun-bg);
}
footer .icons_style ul li a:hover i{
    color: var(--headerFooter-bg);
}
.inverted_style footer .icons_style ul li a:hover{
    border: 5px solid var(--footerBtnIconColor);
    background: var(--backgroun-bg);
}
.inverted_style footer .icons_style ul li a:hover i{
    color: var(--headerFooter-bg);
}
.accent_style footer .icons_style ul li a:hover{
    border: 5px solid var(--footerBtnIconColor);
    background: var(--backgroun-bg);
}
.accent_style footer .icons_style ul li a:hover i{
    color: var(--headerFooter-bg);
}
footer{
    background: var(--headerFooter-bg);
    color:var(--headerFooter-font);
}
.middle_footer_content ul>li>a{
    position: relative;
    text-transform: capitalize;
    font-size: 1.12rem;
    color:var(--headerFooter-font);
    font-variant: small-caps;
}
.middle_footer_content ul>li{
    padding: 0 6px;
}
.middle_footer_content ul>li>a:after{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    transform-origin: left;
    background-color: var(--backgroun-bg);
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 800ms;
    content: "";
    height: 2px;
    transform: scale(0);
}
.middle_footer_content ul>li>a:hover:after{
    transform: scale(1);
}
.middle_footer_content ul>li>a:hover{
    color: var(--backgroun-bg);
}
.footer_contact_form input,
.footer_contact_form textarea{
    background: inherit;
    border: 0;
    border-bottom: 1px solid var(--headerFooter-font);
    border-radius: 0;
    color: var(--headerFooter-font);
    padding: 10px;
    width: 100% !important;
    box-shadow: none;
}
.footer_contact_form input:focus,
.footer_contact_form textarea:focus{
    box-shadow: none;
    color: var(--headerFooter-font);
    background-color: inherit;
    border-color: var(--headerFooter-font);
}
.footer_contact_form input::placeholder,
.footer_contact_form textarea::placeholder{ 
  color: var(--headerFooter-font);
}

.footer_contact_form input:-ms-input-placeholder,
.footer_contact_form textarea:-ms-input-placeholder{
  color: var(--headerFooter-font);
}

.footer_contact_form input::-ms-input-placeholder,
.footer_contact_form textarea::-ms-input-placeholder{
  color: var(--headerFooter-font);
}
.footer_contact_form input:focus::placeholder,
.footer_contact_form textarea:focus::placeholder{
  color: var(--headerFooter-font);
}

.footer_contact_form input:focus:-ms-input-placeholder,
.footer_contact_form textarea:focus:-ms-input-placeholder{
  color: var(--headerFooter-font);
}

.footer_contact_form input:focus::-ms-input-placeholder,
.footer_contact_form textarea:focus::-ms-input-placeholder{
  color: var(--headerFooter-font);
}
.input_border_focus{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #000;
    transition: 0.6s;
}
.footer_contact_form .js-form-item,
.footer_contact_form textarea{
    position: relative;
}
.footer_contact_form textarea:focus-visible{
    outline: 0;
}
.footer_contact_form .js-form-item:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: var(--headerFooter-font);
    transition: 0.6s;
    display: block;
}
.footer_contact_form #contact-form{
    text-align: center;
}
.footer_contact_form #contact-form #edit-submit{
    width: 300px;
    border-radius: 5px;
    margin-top: 10px;
    border: 4px solid var(--footerBtnIconColor);
    color: var(--footerBtnIconColor);
    background: var(--backgroun-bg);
    padding: 6px 10px;
    font-variant: small-caps;
    font-weight: 700;
}
.footer_contact_form .js-form-item:focus-within::after{
     width: 100%;
    transition: 0.4s;
}
.full_block_img img{
    object-fit: cover;
}

.central_profile_right_block .icons_style a.icons-list-item{
    display: flex;
    padding: 6px;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    max-width: 50px;
    min-width: 50px;
}
.central_profile_right_block .icons_style ul > li > span{
    color: var(--font_color);
    font-size: 0.94rem;
}
.curtain_modal_3 .curtain_des p{
    background: #000;
    box-shadow: 0px 15px 10px -15px #000;
}
.image_text_section .container .image_text_block:nth-child(even) .row div.first_image_block:first-of-type{
    order: 2;
}
.image_text_section a:hover{
    color: #0071C1;
}
.full_image_container img{
    width: 100%;
    height: 100vh;
    position: relative;
}

.top_footer_content a:after{
    display: none;
}
.central_profile_section .tilte_style_btn a:after{
    display: inline-block;
}
.central_profile_section .tilte_style_btn a:hover,
.image_text_section .tilte_style_btn a:hover{
    color: #000;
}
.signature_form input,
.signature_form textarea{
    width: 100%;
    height: 40px;
    line-height: normal;
    padding: 6px 10px 6px 10px;
    border: none;
    background-color: #fff!important;
    outline: none;
    border-radius: 5px;
    font-size: 1rem;
    outline: none;
    max-width: 250px;
    min-width: 250px;
    margin: 0;
    margin-right: 10px;
}
.signature_form input#edit-submit{
    margin: 0;
}
.signature_form .captcha{
    margin-bottom: 7px;
}
.signature_form label{
    display: none;
}
.signature_form > div{
    margin-right: 10px;
}
.signature_form form{
    display: flex;
    flex-wrap: wrap;
    padding: 10px 20px;
    align-items: center;
    background: #000;
    position: fixed;
    bottom: -999px;
    z-index: 9999999999;
    width: 100%;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    box-shadow: rgb(185 156 156 / 73%) 9px 0px 16px;
}
.signature_form .contact_section_1 .form-item-telephone-number{
    width: 100%;
}
.signature_form .contact_section_1 .form-item-telephone-number input{
    max-width: 100%;
    min-width: 100%;
}
.signature_form form.show_form{
    bottom: 0;
}
#captcha summary{
    display: none;
}
#captcha{
    font-size: 0;
}
.signature_form textarea{
    resize: none;
    max-width: 510px;
    min-width: 510px;
    margin-right: 0;
}
header .bottom_header{
    padding: 10px 0 5px;
}
header .bottom_header a{
    font-size: 1rem;
    font-variant: small-caps;
}
.full_image_container{
    height: 100vh;
}
.full_block_img,
.block_img_container{
    overflow: hidden;
}
.full_block_img img,
.block_img_container img{
    transition: all .5s;
}
.full_block_img img:hover,
.block_img_container img:hover{
    transform: scale(1.1);
}

/* --------- custon navigation scroll--------- start-- */
.custom_navigation_bar{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999999;
    width: 0%;
    height: 88px;
    transition: 0.6s;
    display: flex;
}
.custom_navigation_bar .custom_navigation_button{
    width: 0;
    height: 0;
    right: 0;
    border-left: 90px solid #000;
    border-top: 90px solid transparent;
    z-index: 99;
    cursor: pointer;
    position: relative;
    transition: 0.8s;
    -webkit-filter: drop-shadow(6px 9px 8px rgba(255,255,255,.9));
   filter: drop-shadow(6px 9px 8px rgba(255,255,255,.9));
}
.custom_navigation_block{
    width: 0%;
    background: #000;
    height: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    opacity: 1;
    transition: 0.8s;
    visibility: hidden;
}
.custom_navigation_block .custom_navigation_inner_content{
    opacity: 0;
}
.custom_navigation_button img{
    position: absolute;
    z-index: 9;
    top: -45px;
    right: 55px;
    width: 25px;
    height: 25px;
}
.custom_navigation_bar.show .custom_navigation_block{
    width: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 999999999;
    box-shadow: rgb(185 156 156 / 73%) 9px 0px 16px;
}
.custom_navigation_bar.show  .custom_navigation_block .custom_navigation_inner_content{
    opacity: 1;
}
.custom_navigation_bar.show{
    flex-wrap: wrap;
    z-index: 999999999;
    width: 100%;
}
.custom_navigation_inner_content img{
    width: 25px;
    height: 25px;
}
.custom_navigation_block .custom_navigation_inner_content span,
.custom_navigation_block .custom_navigation_inner_content a{
    cursor: pointer;
    color: #fff;
    font-weight: normal;
    text-transform: none;
}
.signature_form i.fa-times{
    color: #fff;
    position: absolute;
    right: 26px;
    top: 9px;
    cursor: pointer;
}
.user-logged-in .custom_navigation_bar{
    display: none;
}
.custom_navigation_block .close_btn{
    position: absolute;
    right: 15px;
    cursor: pointer;
}
/*-------- custon navigation scroll--------- end-- */

/*-------- sidebar vertically menu css --------- start-- */
.side_bar_menus{
    position: fixed;
    right: 0px;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    z-index: 999;
    opacity: 0;
    transform: translateX(100px);
    transition: all .5s ease;
}
.side_bar_menus.showside_bar{
     opacity: 1;
    transform: translateX(0px);
}
.side_bar_menus ul li{
    list-style: none;
    position: relative;
    cursor: pointer;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: end;
}
.side_bar_menus ul li:hover::before{
    background: #0071C1;
}
.side_bar_menus ul li a.number_link{
    width: 20px;
    height: 20px;
    color: #000;
    border: 1px solid;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    order: 2;
    padding: 10px;
    background: #fff;
    font-variant: unset;
}
.side_bar_menus ul li span.sidebar_hover_text {
    width: fit-content;
    right: 30px;
    z-index: 999;
    line-height: 30px;
    text-align: right;
    display: none;
    background: var(--backgroun-bg);
    order: 1;
    padding: 0px 5px;
    border-radius: 3px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    white-space: nowrap;
    position: absolute;
    border: 3px solid var(--accent-color);
    padding: 3px 10px;
    color: var( --font_color);
}
.side_bar_menus ul li span.sidebar_hover_text:after{
    content: "";
    position: absolute;
    right: -10px;
    border-left: 10px solid var(--accent-color);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 11px;
}
.side_bar_menus ul li a.number_link:hover span.sidebar_hover_text{
    display: block;
}
.side_bar_menus ul li.active::before{
     background: #0071C1;
}
.section_title_container{
    color: var(--accent-color);
    transition: width 4s ease 2s;
    width: 100%;
}
.full_image_top .section_title_container{
    background: var(--sectionTitleBg);
}
.section_title h3{
    line-height: 100%;
    font-size: 3.75rem;
    text-transform: uppercase;
    margin: 30px 0;
}
.section_sub_title h3{
    line-height: 100%;
    font-size: 2.5rem;
    text-transform: uppercase;
    margin: 30px 0;
    color: var(--sectionSubTitlefont);
}
.back_to_top {
   position: fixed;
    bottom: 30px;
    z-index: 999999;
    right: 30px;
    cursor: pointer;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgb(28,27,47);
background: -moz-linear-gradient(7deg, rgba(28,27,47,1) 22%, rgba(42,42,150,1) 43%, rgba(66,96,89,0.8519782913165266) 91%);
background: -webkit-linear-gradient(7deg, rgba(28,27,47,1) 22%, rgba(42,42,150,1) 43%, rgba(66,96,89,0.8519782913165266) 91%);
background: linear-gradient(7deg, rgba(28,27,47,1) 22%, rgba(42,42,150,1) 43%, rgba(66,96,89,0.8519782913165266) 91%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c1b2f",endColorstr="#426059",GradientType=1);
    opacity: 0;
    transform: translateY(100px);
    transition: all .5s ease;
  display: none;
}
.back_to_top.showBtn{
    opacity: 1;
    transform: translateY(0px);
}
.back_to_top img {
    width: 30px;
    height: 30px;
    transform: rotate(-50deg);
}
.side_bar_inner:before{
    content: '';
    position: absolute;
    height: 20px;
    right: 0px;
    top: -26px;
    background-color: transparent;
    height: 56px;
    width: 32px;
    border-radius: 0 0 30px 0;
    box-shadow: inset 0 -30px 0 0 #000;
}
.side_bar_inner:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: transparent;
    bottom: -56px;
    height: 56px;
    width: 32px;
    border-radius: 0 30px 0 0;
    box-shadow: 0px -30px 0 0 #000;
}
.side_bar_inner{
    background: #000;
    border-radius: 12px 0 0 12px;
    box-shadow: rgb(185 156 156 / 73%) 1px 2px 19px 4px;
}
.side_bar_inner ul{
    padding: 10px;
    margin-bottom: 0;
    position: relative;
    z-index: 99;
}
.side_bar_menus ul li:last-of-type{
    margin-bottom: 0;
}
.side_bar_inner .top_arrow a{
   border-left: 20px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transform: rotate(270deg);
}
.side_bar_inner .bottom_arrow a{
    border-left: 10px solid transparent;
    border-top: 20px solid #fff;
    border-right: 10px solid transparent;
   
}
.user-logged-out .custom_dropdown{
    display: none;
}
/*-------- sidebar vertically menu css --------- end-- */

/*-------- section heading css --------- start-- */
.section_block_container,#block-nikea-content{
    position: relative;
}
.teaser_section_block.section_block_container:before{
    top: 55px;
    width: 100%;
}
.teaser_section_block.section_block_container .teaser_section{
    position: relative;
}
.teaser_section .views-row .title_section a{
    color: var(--accent-color);
}
.section_block_container:before{
    content: ' ';
    position: absolute;
    top: 0px;
    width: 94%;
    height: 340px;
    background: var(--sectionTitleBg);
    z-index: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.section_block_container .section_inner_block_container{
    position: relative;
    z-index: 3;
}
.section_block_container.vocabulary_section:before{
     height: 215px;
     top: 50px;
}
.user-logged-out .section_block_container.vocabulary_section:before{
    height: 180px;
    top: 30px;
}
.section_block_container.vocabulary_section:after{
    top: 250px;
}
.image_slider_section.section_block_container:before{
    top: 50px;
}
.image_slider_section.section_block_container:after{
    top: 325px;
}
.section_block_container.image_gallery_section:before,
.section_block_container.curtain_section:before{
    top: 0px;
}
.section_block_container.image_gallery_section:after,
.section_block_container.curtain_section:after{
    top: 335px;
}
.view-teaser-list #block-nikea-content:before{
    top: 50px;
}
.view-teaser-list #block-nikea-content .views-element-container{
    z-index: 3;
    position: relative;
}
.user-logged-out.view-teaser-list #block-nikea-content:before{
    top: 0;
}
/*.user-logged-out #block-nikea-content{*/
/*    margin-top: 30px;*/
/*}*/
.user-logged-out .section_block_container.image_gallery_section:before, .user-logged-out .section_block_container.curtain_section:before,
.user-logged-out .image_slider_section.section_block_container:before{
    top: 30px;
}
/*-------- section heading css css --------- end-- */
.central_profile_right_block{
    background: var(--sectionbg-color);
    padding-top: 10px;
}
.image_text_section .image_text_block .image_with_text_right_block{
    background: var(--sectionbg-color);
    padding-top: 10px;
}
.image_text_section .image_text_block .image_with_text_left_block{
    background: var(--sectionbg-color);
}
.user-logged-in .full_image_top.section_block_container{
    position: unset;
}
.full_image_top.section_block_container:before{
    display: none;
}
.section_style_btn_block{
    gap: 14px;
    flex-wrap: wrap;
}
.section_style_btn_block > div{
    flex-grow: 1;
}
.text_section a{
    color: var(--font_color);
    position: relative;
    font-variant: small-caps;
}
.text_section a:after{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    transform-origin: left;
    background-color: var(--font_color);
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 800ms;
    content: "";
    height: 2px;
    transform: scale(0);
}
.text_section a:hover:after{
    transform: scale(1);
}
.image_with_text_right_block .temp_title_view{
    font-weight: normal;
}
.image_with_text_right_block .temp_title_view,
.image_with_text_left_block .temp_title_view{
    font-weight: normal;
}
.image_text_section .image_text_block .js-form-item{
    display: none;
}
.image_text_section .image_text_block .color-picker .js-form-item{
    display: block;
}
.vocabulary_block.temp_title_view{
    font-weight: normal;
    font-size: 1rem;
}
.icons-list-item i{
    font-size: 28px;
}
.top_footer_content.icons_style ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.top_footer_content.icons_style ul li a i{
    font-size: 48px;
}
.custom_dropdown .btn{
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    background: #fff;
    font-variant: inherit;
    color: #000;
}
.custom_dropdown .btn:focus{
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.custom_dropdown ul>li{
    transition:background .4s ease-in-out;
    overflow: hidden;
    cursor: pointer;
}
.custom_dropdown ul>li:before{
    content:'';
    position:absolute;
    left:-100%;
    top:0;
    width:100%;
    height:100%;
    background:#e9e9e9;
    z-index:-1;
    transition:.5s;
}
.custom_dropdown ul>li:hover:before{
    left:0;
}
.custom_dropdown ul>li.dropdown-item.active{
    background-color: #000;
    color: #fff;
}
.custom_color .pickr{
    transform: translateY(-4px);
}
.custom_color .pickr .pcr-button{
    height: 1em;
    width: 1em;
}
.custom_color input{
    width: 20px;
    height: 20px;
}
.custom_dropdown .dropdown-menu{
    cursor: pointer;
}


/*login form css strat*/
.user-login-form{
    padding: 40px;
    border-radius: 5px;
    width: 100%;
}
.user-login-form input{
    width: 100%;
}
.login-form-header{
    text-align: center;
    margin-bottom: 20px;
}
.user-login-form .description{
    display: none;
}
.user-login-form .form-login{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}
.user-login-form .form-login input{
    background: inherit;
    border: 1px solid #000;
    padding: 10px;
    color: #000;
}
.user-login-form .form-login .form-actions{
    width: 100%;
}
#node-login-form #block-nikea-content{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
}
.user-login-form .form-item-name input,
.user-login-form .form-item-pass input{
    border: 0;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    color: #000;
    border-radius: 0;
}
.user-login-form .form-item-name input:focus,
.user-login-form .form-item-pass input:focus{
    box-shadow: none;;
}
.user-login-form .form-item-name input::placeholder,
.user-login-form .form-item-pass input::placeholder{
    color: #999;
}
.user-login-form .js-form-type-checkbox{
    display: flex;
    flex: auto;
    align-items: center;
}
.user-login-form .js-form-type-checkbox input{
    max-width: 15px;
    margin-right: 8px;
    margin-top: 0;
}
.user-login-form .js-form-type-checkbox label{
    font-size: 0.69rem;
}
.user-login-form .forgot-pass{
    display: flex;
    justify-content: space-between;
    align-items: center;
   margin: 10px 0 15px;
}
.user-login-form .forgot-pass a{
    color: #000;
    font-size: 0.69rem;
}
.user-logged-out #node-login-form .sections_styles .mt-5{
    margin-top: 0 !important;
}
.login-form .all_content_section{
    display: flex;
    align-items: center;
    height: 70%;
    width: 70%;
    margin: auto;
}
.login-form .all_content_section .user_login_img{
    width: 50%;
    height: 100%;
}
.login-form .all_content_section .user_login_img img{
    object-fit: cover;
}
#node-login-form{
    height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
}
#node-login-form .highlighted{
    position: absolute;
    top: 0;
    margin-top: 30px;
}
.login-form .all_content_section> div:nth-child(2){
    height: 100%;
    width: 50%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
/*login form css end*/



/*register form css start*/
#node-register-form .region.region-content{
    height: 100%;
    width: 50%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin: auto;
}
#node-register-form .region.region-content .user-register-page{
    padding: 40px;
    border-radius: 5px;
    width: 100%;
}
#node-register-form  #result-message-error{
    color: red;
}
/*register form css end*/
.all_content_section .region.region-content{
    padding: 0;
}
#node-register-form #result-message-error{
    padding: 0;
    word-wrap: break-word;
    border: none;
    border-width: 1px 1px 1px 0;
    border-radius: 2px;
    background: no-repeat 10px 17px;
    overflow-wrap: break-word;
    border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
    background-color: inherit;
    background-image: inherit;
    box-shadow: none;
}
.logo_container{
   margin-right: 50px;
}
header .navbar-toggler span {
    width: 30px;
    height: 2px;
    background-color: var(--backgroun-bg);
    margin: 5px 0;
    transition: .4s;
    display: block;
    border-radius: 12px;
    transition: all .3s ease;
}
button.navbar-toggler:focus{
    outline: 0;
    box-shadow: none;
}
header .navbar-toggler[aria-expanded="true"] span:first-of-type{
    transform: rotate(-45deg) translate(-2px,5px);
}
header .navbar-toggler[aria-expanded="true"] span:nth-child(2){
    opacity: 0;
}
header .navbar-toggler[aria-expanded="true"] span:last-of-type{
    transform: rotate(45deg) translate(-4px,-8px);
}
 .logo_container .logo a > img{
     width: 100px;
     height: 100px;
     object-fit: fill;
 }
 .header-class #header{
    order: 3;
}
.header-class .sticky-header{
    --box-y: 0;
}
#header .middle_header a:after{
  display: none;
}
.image_text_section .image_text_block .full_block_img img{
    aspect-ratio: 16/9;
}
.image-icon img{
    width: 100%;
    max-width: 55px;
    min-width: 55px;
    object-fit: cover;
}
.password-field-wrapper .password-eye-icon{
    position: absolute;
    top: 32px;
    right: 15px;
    cursor: pointer;
}
#node-register-form .user-register-page .messages--error{
    border: 0;
    background-image: none;
    box-shadow: none;
    background-color: inherit;
    padding: 0;
}

footer .bottom_address_content.icons_style ul li a{
    width: 50px;
    height: 50px;
    line-height: 45px;
}

.bottom_address_content .footer_address_btn{
    margin-right: auto;
}
.bottom_address_content .footer_address_btn span{
    position: relative;
}
.bottom_address_content .footer_address_btn span:after{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    transform-origin: left;
    background-color: var(--backgroun-bg);
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 800ms;
    content: "";
    height: 2px;
    transform: scale(0);
}
.bottom_address_content .footer_address_btn:hover span:after{
    transform: scale(1);
}

.top_footer_content .icons-list-item.image-icon {
    padding: 0;
    background: inherit; 
}
.top_footer_content .icons-list-item.image-icon img{
  max-width: 100%;
  min-width: 100%;
  border-radius: 50%;
  height: 100%;
}
.image_text_block , .accordian_title_description,.vocabulary_section{
    word-break: break-word;
}
header .bottom_header .bottom_header_block .left_bottom_header{
    flex: auto;
}
header .bottom_header .bottom_header_block .left_bottom_header .header_link a{
    margin-right: 20px;
    font-weight: bold;
}
header .bottom_header .bottom_header_block .right_bottom_header{
    flex: auto;
}
.mobile_bottom_header .bottom_header_block .right_bottom_header ul {
    list-style: none;
    margin: 0;
    padding: 6px;
}
.mobile_bottom_header .bottom_header_block .right_bottom_header ul a.nav-link {
    color: var(--headerFooter-font);
    font-variant: small-caps;
    font-weight: 700;
    justify-content: center;
}
.mobile_bottom_header .bottom_header_block .right_bottom_header ul.dropdown-menu {
    position: unset !important;
}
.mobile_bottom_header .bottom_header_block .right_bottom_header ul.dropdown-menu a.nav-link {
    color: var(--sectionSubTitlefont);
}

footer .footer_contact_form input:-webkit-autofill, footer .footer_contact_form input:-webkit-autofill:hover,
footer .footer_contact_form input:-webkit-autofill:focus{
    -webkit-text-fill-color: var(--headerFooter-font);;
  -webkit-box-shadow: 0 0 0px 1000px var(--headerFooter-bg) inset;
}
footer .bottom_footer_content .footer_content_block{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
footer .bottom_footer_content .footer_content_block .bottom_address_content > ul{
    margin-bottom: 0;
}
footer .bottom_footer_content .footer_content_block .bottom_address_content > ul li:last-of-type p{
    margin-bottom: 0;
    line-height: 18px;
}
.text_section img{
    width: 100%;
}
#node-register-form{
    margin: 20px 0;
}
.resize_btn.header_button_style{
    border: 0 !important;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.resize_btn .box{
    display: flex;
    gap: 10px;
}
.resize_btn .box a{
    width: 40px;
    line-height: 40px;
    display: inline-block;
    border: 1px solid var(--headerborder);
    border-radius: 50%;
}
.bottom_qr_block.icons_style ul li a{
  width: 70px;
  height: 70px;
  border-radius: 0;
}
.curtain_des_link > p > a{
    font-variant: small-caps;
    text-transform: inherit;
    position: relative;
    color: var(--font_color);
    margin-top: 10px;
    display: inline-block;
}
.curtain_des_link > p > a:after,
header .logo_container .header-text a:after,
.footer_content_block .footer_url a:after{
   position: absolute;
   left: 0px;
   bottom: 0px;
   width: 100%;
   transform-origin: left;
   background-color: var(--font_color);
   transition-property: transform;
   transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
   transition-duration: 150ms;
   transition-duration: 800ms;
   content: "";
   height: 2px;
   transform: scale(0);
   color: var(--font_color);
}
.curtain_des_link > p > a:hover:after,
header .logo_container .header-text a:hover:after,
.footer_content_block .footer_url a:hover:after{
    transform: scale(1);
}
header .logo_container .header-text a{
    color: var(--headerFooter-font);
     font-variant: small-caps;
    text-transform: inherit;
    position: relative;
}
#header .middle_header .logo_container .header-text a:after{
    display: inline-block;
}
header .logo_container .header-text a:after{
    background-color: var(--headerFooter-font);
}
.footer_content_block .footer_url a:after{
    background-color: var(--headerFooter-font);
}
.footer_content_block .footer_url a{
     font-variant: small-caps;
    text-transform: inherit;
    position: relative;
    color: var(--headerFooter-font);
    margin-top: 10px;
    display: inline-block;
}
.popup-content{
    display: none;
    position: fixed;
    top: 50%;
    z-index: 9999;
    left: 50%;
    height: auto;
    margin: auto;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    max-height: 40%;
    min-height: 40%;
}
.popup-content img{
    width: 100%;
    display: none;
    border-radius: 8px;
}
.popup-content.active{
    display: flex;
}
.qr_bg{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: 0.75;
    display: none;
}
.qr_bg.active{
    display: block;
}

/*.footer_contact_form #contact-form #edit-submit:hover{*/
/*    background-color: var(--headerFooter-font);*/
/*    color: var(--headerFooter-bg)*/
/*}*/
.contact_console_btn button{
    width: 15px;
    height: 15px;
    border: 2px solid var(--backgroun-bg);
    background: inherit;
    border-radius: 50%;
}
.contact_console_btn .left_line{
    position: absolute;
    left: 0px;
    bottom: 5px;
    width: 48%;
    transform-origin: right;
    background-color: var(--backgroun-bg);
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 800ms;
    content: "";
    height: 2px;
    transform: scale(0);
}
.contact_console_btn .right_line{
    position: absolute;
    right: 0px;
    bottom: 5px;
    width: 48%;
    transform-origin: left;
    background-color: var(--backgroun-bg);
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 800ms;
    content: "";
    height: 2px;
    transform: scale(0);
}
.contact_console_container.active .contact_console_btn .right_line,
.contact_console_container.active .contact_console_btn .left_line{
    transform: scale(1);
}
.contact_console_block{
    display: none;
    padding: 10px 35px;
}
.contact_console_container .contact_console_input_block input{
    border: 4px solid var(--footerBtnIconColor);
    color: var(--footerBtnIconColor);
    background: var(--backgroun-bg);
    padding: 6px 15px;
    font-variant: small-caps;
    font-weight: 700;
}
.contact_console_container .contact_console_input_block input:active{
    color: var(--headerFooter-bg);
    background: var(--backgroun-bg);
}
.contact_console_container .contact_console_input_block{
    gap: 10px;
}
.contact_console_heading h3{
    color: var(--headerFooter-font);
}
.contact_console_container .contact_console_input_block a.button-class{
    border-width: 20px 0 20px 24px;
    border-color: var(--headerFooter-bg) var(--headerFooter-bg) var(--headerFooter-bg) var(--footerBtnIconColor);
    border-style: solid;
    font-size: 0;
    display: inline-block;
}


.contact_console_container .contact_console_input_block form{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.contact_console_container .contact_console_input_block form > .form-type-textfield{
    flex-basis: 250px;
    margin-bottom: 0;
    margin-top: 10px;
}
.contact_console_container .contact_console_input_block form .js-form-item label{
    display: none;
}
/*.full_height_image_container.section_block_container:before{*/
/*    height: 258px;*/
/*    top: 12px;*/
/*}*/
.footer_contact_form .contact-form{
    height: 100%;
}
.footer_contact_form .contact-form form{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.footer_contact_form #contact-form #edit-submit{
    margin-top: auto;
}
.curtain_section .icons_style ul li a{
    border: 3px solid var(--btnBorderColor);
}
.components_style_btn input{
    -webkit-appearance: none;
    appearance: none;
}
.components_style_btn span{
    content: '';
    display: inline-block;
    margin-top: 0;
    width: 15px;
    height: 15px;
    border: 1px solid var(--backgroun-bg);
    border-radius: 3px;
    cursor: pointer;
}
.components_style_btn span.active:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    background: var(--backgroun-bg);
    width: 5px;
    height: 5px;
}
.section_style_btn_block{
    display: none !important;
}
.section_style_btn_block.active{
    display: flex !important;
}
.header-class .sticky-header.top-header-container{
    z-index: 0;
    position: unset;
}
footer.customer_express_user .top_footer_content,
footer.customer_express_user .bottom_footer_content,
footer.customer_express_user .middle_footer_content{
    display: none;
}
footer.customer_express_user .mt-5{
    margin-top: 0 !important;
}
footer.customer_express_user .contact_console_block .top_footer_content{
    display: block;
}
footer#footersection{
    z-index: 9;
}
.components_style_btn{
    display: none !important;
}
.user-logged-in .components_style_btn{
    display: flex !important;
}
.sections_styles{
    display: none;
}
.sections_styles.active{
    display: block;
}
.curtain_components_style{
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
}
/*.no_share_access header .bottom_header .left_bottom_header .header_link a{*/
/*    displaY: none;*/
/*}*/


/*.curtain_section .section_style_btn_block div:nth-child(1),*/
/*.curtain_section .section_style_btn_block div:nth-child(2){*/
/*    display: none;*/
/*}*/
.curtain_section .section_style_btn_block .row > div:nth-child(1),
.curtain_section .section_style_btn_block .row > div:nth-child(2),
.central_profile_section .section_style_btn_block{
    display: none;
}


.accent_style footer .icons_style ul li a ,
.inverted_style footer .icons_style ul li a,
.accent_style .footer_contact_form #contact-form #edit-submit,
.accent_style .contact_console_container .contact_console_input_block input,
.inverted_style .footer_contact_form #contact-form #edit-submit,
.inverted_style .contact_console_container .contact_console_input_block input{
    background: var(--headerFooter-font);
}
.accent_style footer .icons_style ul li a:hover,
.inverted_style footer .icons_style ul li a:hover{
    background: var(--headerFooter-font);
}
.accent_style .contact_console_btn button,
.inverted_style .contact_console_btn button{
    border: 2px solid var(--headerFooter-font);
}
.accent_style .contact_console_btn .left_line,
.inverted_style .contact_console_btn .left_line{
    background-color: var(--headerFooter-font);
}
.accent_style .contact_console_btn .right_line,
.inverted_style .contact_console_btn .right_line{
    background-color: var(--headerFooter-font);
}
.inverted_style .components_style_btn span,
.accent_style .components_style_btn span
{
    border: 1px solid var(--headerFooter-font);
}
.inverted_style .components_style_btn span.active:after,
.accent_style .components_style_btn span.active:after{
    background: var(--headerFooter-font);
}
.user-logged-out .sections_styles .custom_dropdown,
.user-logged-out .sections_styles{
    display: block;
    visibility: hidden;
    position: absolute;
    height: 0;
}
.user-logged-out .sections_styles .mt-5{
    margin: 0 !important;
}
/*.fp-watermark{*/
/*    display: none;*/
/*}*/
.section{
    height: 100vh;
    overflow: visible;
}
.user-register-page .eye-icon i{
    position: absolute;
    right: 10px;
    top: 36px;
    cursor: pointer;
}
/*external-button-css*/
.st-sticky-share-buttons{
    top: 50% !important;
    transform: translate(0%, -50%);
    box-shadow: rgb(185 156 156 / 73%) 1px 2px 19px 4px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    width: 40px;
}

.st-sticky-share-buttons .st-toggle{
    display: none !important;
}
.st-sticky-share-buttons:hover .st-toggle{
    display: block !important;
}
/* table css*/
.faq_section table,
.text_section table{
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0;
}
.faq_section table > tbody,
.faq_section table > tbody > tr,
.text_section table > tbody,
.text_section table > tbody > tr{
    border: 1px solid var(--tableRowFont);
}
.faq_section table > tbody > tr,
.text_section table > tbody > tr{
    display: table-row;
}
.faq_section table > tbody > tr > td,
.text_section table > tbody > tr > td{
    display: table-cell;
    padding: 0.5rem 0.625rem 0.625rem;
}
.faq_section table > tbody > tr > td > p,
.text_section table > tbody > tr > td > p{
    padding: 0 !important;
}
.faq_section table > tbody > tr:first-of-type > td,
.text_section table > tbody > tr:first-of-type > td{
    background: var(--tableHeaderColor);
    color: var(--tableHeaderFont);
    font-weight: bold;
}
.faq_section table > tbody > tr:first-of-type:hover > td,
.text_section table > tbody > tr:first-of-type:hover > td{
    background: var(--tableRowFont);
    color: var(--tableHeaderFont);
}
.faq_section table > tbody > tr > td,
.text_section table > tbody > tr > td{
    background: inherit;
    color: var(--tableRowFont);
}
.faq_section table > tbody > tr:hover > td,
.text_section table > tbody > tr:hover > td{
    background: var(--tableRowFont);
    color: var(--tableHeaderFont);
}
.faq_inverted_style .faq_section table > tbody > tr:first-of-type:hover > td,
.inverted_style .text_section table > tbody > tr:first-of-type:hover > td{
     background: var(--tableHeaderFont);
    color: var(--tableRowFont);
}
.faq_accent_style .faq_section table > tbody > tr:first-of-type:hover > td,
.accent_style .text_section table > tbody > tr:first-of-type:hover > td{
     background: var(--tableHeaderFont);
    color: var(--tableRowFont);
}
.text_section .text-formatted,
.faq_block_section .faq_section .faq{
    overflow-x: auto;
}
#curtain_3_mobile_img .curtain_des{
    width: 100%;
}
.icons_style ul li span.number_block a{
    height: auto;
    width: auto;
    border: 0;
    background: inherit;
    color: var(--font_color) !important;
    border-radius: inherit;
    text-decoration: none;
}

 .navbar-nav .nav-link {
  color: #fff;
}
.dropend .dropdown-toggle {
  color: salmon;
  margin-left: 1em;
}
.dropdown-item:hover {
  background-color: #fff;
  color: var(--accent-color) !important;
}
.dropdown .dropdown-menu {
  display: none;
}
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
  display: block;
}
.header_link ul li {
  list-style: none;
}
.header_link ul li.nav-item > ul li a {
  color: var(--sectionSubTitlefont);
}
.dropend .dropdown-toggle::after {
  position: inherit !important;
}

.content_type_class header#header {
    position: fixed;
    top: 0;
    z-index: 99;
    --box-y: 0;
}

.curtain_section .curtain_modal_full_block, .curtain_modal_full_block:hover {
    background-size: cover !important;
}
.curtain_modal_full_block:hover {
    transform: scale(1.1) !important;
    transition: all .5s !important;
}
/* 30 may 2024 */
.left_bottom_header ul.dropdown-menu,.mobile_bottom_header .bottom_header_block .right_bottom_header ul.dropdown-menu{
    background-color: var(--backgroun-bg);
}
.left_bottom_header ul.dropdown-menu li a,.mobile_bottom_header .bottom_header_block .right_bottom_header ul.dropdown-menu li a{
    color: var(--sectionSubTitlefont);
}
#header .left_bottom_header ul.dropdown-menu li a:after{
    background-color: var(--sectionSubTitlefont);
}
.left_bottom_header ul.dropdown-menu li a:hover ,.mobile_bottom_header .bottom_header_block .right_bottom_header ul.dropdown-menu li a:hover{
    background-color: var(--accent-color);
    color: var(--backgroun-bg) !important;
}

input#edit-submit--2 {
    width: 300px;
    border-radius: 5px;
    margin-top: 10px;
    border: 4px solid var(--footerBtnIconColor);
    color: var(--footerBtnIconColor);
    background: var(--backgroun-bg);
    padding: 6px 10px;
    font-variant: small-caps;
    font-weight: 700;
}
.left_bottom_header ul.dropdown-menu li.nav-item.dropend a.nav-link.dropdown-toggle {
    margin: 0;
    padding: 4px 16px;
}
.left_bottom_header ul.dropdown-menu li.nav-item.dropend a.nav-link.dropdown-toggle:before {
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
    right: 5px;
    position: absolute;
    top: 10px;
}
.left_bottom_header ul.dropdown-menu li.nav-item.dropend a.nav-link.dropdown-toggle:after {
    position: absolute !important;
    border: 0;
}

.contact_console_container .contact_console_input_block form font input#edit-submit--2 {
    width: 100% !important;
}
.contact_console_container .contact_console_input_block form > input#edit-submit--2 {
    width: 50% !important;
}
.contact_console_container .contact_console_input_block form font {
    width: 50%;
}
.contact_console_container .contact_console_input_block .form-item.form-type-textfield.js-form-item-user-number.form-item-user-number {
    width: 50%;
    flex-basis: inherit;
}
.image_slider_section.section_block_container:before {
    background: transparent;
}

header#header a font::selection,
header#header p font::selection,
footer h3 font::selection,
footer p font::selection,
footer a font::selection,
footer h5 font::selection,
footer span font::selection,
footer textarea font::selection{
  color: var(--headerFooter-font);
  text-decoration: underline;
}

@media(min-width:769px){
    .mobile_bottom_header .bottom_header_block .right_bottom_header ul.dropdown-menu li a:hover {
        margin-left: 0;
    }
}
@media screen and (min-width: 769px) {
  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }
}

@media only screen and (max-width: 1450px){
    .section_block_container:before{
        width: 97%;
    }
    .image_slider_section.section_block_container:before{
        height: calc(100% - 266px);
    }
}
@media only screen and (max-width: 1400px){
    .section_block_container:before{
        width: 97%;
    }
    
}
@media only screen and (max-width: 1300px){
    .image_slider_section.section_block_container:before{
        height: calc(100% - 260px);
    }
}
@media only screen and (max-width: 1200px){
    .header_button_style{
        margin: 0 5px;
        padding: 10px;
        font-size: 1rem;
    }
    .section_style_btn_block{
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .section_style_btn_block div.ms-auto{
        margin-left: initial !important;
    }
}
@media only screen and (min-width: 2000px){
    .section_block_container:before, .view-teaser-list #block-nikea-content:before{
        width: 100%;
        max-width: 1920px;
        min-width: 1920px;
    }
    .section_block_container:after, .view-teaser-list #block-nikea-content:after{
        
    }
}
@media only screen and (max-width: 992px){
    .bottom_header_block .left_bottom_header{
        justify-content: center;
    }
    #header a:after{
        display: none;
    }
    #node-register-form .region.region-content{
        width: 100%;
    }
    #node-register-form .all_content_section{
        padding: 0 15px;
    }
    #node-register-form .region.region-content .user-register-page{
        padding: 20px;
    }
    .header_button_style{
        margin: 0 0 10px 0;
    }
    header .navbar .header_button_style{
        border: 0 !important;
        margin-bottom: 0;
        padding: 6px;
    }
    header .navbar{
        padding-bottom: 0;
    }
    header .navbar-collapse{
        padding-bottom: 1.5rem;
    }
    .top_footer_content.icons_style ul li a i {
        font-size: 38px;
    }
    header .middle_header {
        padding-bottom: 10px;
    }
    footer .icons_style ul li a{
        height: 70px;
        width: 70px;
    }
    .custom_dropdown .btn{
        margin-bottom: 10px;
    }
    #node-login-form {
        height: 100%;
        display: flex;
        align-items: center;
        padding: 100px 0;
        justify-content: center;
    }
    .login-form .all_content_section{
        display: block;
        height: 100%;
    }
    .login-form .all_content_section .user_login_img{
        height: auto;
        width: 70%;
        margin: auto;
    }
    .login-form .all_content_section> div:nth-child(2){
        margin: auto;
        width: 70%;
    }
    .user-login-form{
        padding: 24px;
    }
    #block-views-block-accordian-user-view-block-1{
        display: none;
    }
    .resize_btn.header_button_style{
        justify-content: center;
    }
    .mobile_bottom_header .right_bottom_header .header_link{
        padding: 6px;
    }
    .side_bar_menus{
        z-index: 9;
    }
    .popup-content{
        height: auto;
        max-height: none;
        min-height: auto;
    }
    .image_gallery_section #sync2.owl-carousel .item img,.image_gallery_section #type2sync2.owl-carousel .item img{
        height: 110px;
    }
    .section_style_btn_block.active{
        display: block !important;
    }
    .header-class .sticky-header.top-header-container{
        z-index: 0;
        opacity: 0;
    }
}
@media only screen and (min-width: 767px){
    .curtain_modal_innerfull_block{
        width: 50%;
    }
}
@media only screen and (max-width: 767px){
    .curtain_type_2 .row,
    .curtain_type_3 .row{
        height: 100vh;
        overflow-y: scroll;
         -webkit-overflow-scrolling: touch;
       scroll-snap-type: y mandatory;
     
    }
    .section{
        
        scroll-snap-align: start;
    }
    .image_slider_section .owl-nav button.owl-prev{
        border-top: 15px solid transparent !important;
        border-right: 30px solid var(--font_color) !important;
        border-bottom: 15px solid transparent !important;
    }
    .image_slider_section .owl-nav button.owl-next{
        border-top: 15px solid transparent !important;
        border-left: 30px solid var(--font_color) !important;
        border-bottom: 15px solid transparent !important;
    }
    .curtain_modal_innerfull_block .curtain_title_block{
        padding: 0 30px;
    }
    .curtain_section .curtain_right_block_img{
        width: 100px;
        height: 100px;
    }
    .image_text_section .container .image_text_block:nth-child(even) .row div.first_image_block:first-of-type{
        order: initial;
    }
    .image_text_block .first_image_block{
        padding-right: 0;
    }
    .image_text_section .image_text_block .image_with_text_right_block{
        padding-top: 24px;
    }
    .section_title h3{
        font-size: 2.5rem;
        margin: 22px 0;
        padding: 0 15px;
    }
    .section_sub_title h3{
        font-size: 1.5rem;
        margin: 22px 0;
        padding: 0 15px;
    }
    .image_gallery_section #sync1.owl-carousel .item img, .image_gallery_section #gallery_type_2.owl-carousel .item img, .image_gallery_section #gallery_type_3.owl-carousel .item img, .image_gallery_section #gallery_type_4.owl-carousel .item img, .image_gallery_section #type2sync1.owl-carousel .item img{
        max-height: 450px;
        min-height: 450px;
    }
    #gallery_type_3 .owl-dots span{
        height: 15px;
        width: 15px;
    }
    /*.gallery_type_5 .js-carousel-2 .owl-stage-outer .owl-stage,*/
    /*.gallery_type_5 .owl-stage-outer{*/
    /*    height: 150px;*/
    /*}*/
    /*.gallery_type_5 .js-carousel-1 .owl-stage .owl-item img{*/
    /*    max-height: 150px;*/
    /*    min-height: 150px;*/
    /*}*/
    .footer_contact_form{
        margin-top: 50px;
    }
    .contact_console_btn .left_line ,
    .contact_console_btn .right_line{
        width: 46%;
    }
    .bottom_footer_content .col-md-6{
        height: 100%;
    }
}
@media only screen and (max-width: 576px){
    .user-login-form .form-login input{
        margin: 0;
    }
    .user-login-form .form-login{
        display: block;
    }
    .login-form .all_content_section .user_login_img{
        width: 85%;
    }
    .login-form .all_content_section> div:nth-child(2){
        margin: auto;
        width: 85%;
    }
}
@media only screen and (max-width: 480px){
    .bottom_qr_block.icons_style ul li a{
        width: 50px;
        height: 50px;
    }
    .contact_console_block .top_footer_content.icons_style ul li a i{
        font-size: 30px;
    }
    .contact_console_container .contact_console_input_block form {
        display: block;
    }
    .contact_console_container .contact_console_input_block .form-item.form-type-textfield.js-form-item-user-number.form-item-user-number {
        width: 100%;
    }
 
    .contact_console_container .contact_console_input_block form > input#edit-submit--2 {
        width: 100% !important;
        margin-left: 0;
        margin-right: 0;
    }
}
@media only screen and (max-width: 420px){
    
    .logo_container .logo a > img{
        width: 50px;
        height: 50px;
    }
    .logo_container .header-text p{
        font-size: 0.88rem;
    }
    .curtain_modal_innerfull_block .curtain_title_block .curtain_title h3{
        font-size: 1.25rem;
    }
    .curtain_section .icons_style ul li {
        margin-bottom: 2px;
    }
    .section_title h3{
        font-size: 1.87rem;
    }
    .section_sub_title h3{
        font-size: 1.37rem;
    }
    #gallery_type_3 .owl-dots span{
        height: 10px;
        width: 10px;
    }
    .login-form .all_content_section .user_login_img{
        width: 95%;
    }
    .login-form .all_content_section> div:nth-child(2){
        width: 95%;
    }
    .logo_container{
        margin-right: 20px;
    }
}
@media only screen and (max-width: 385px){
    .bottom_qr_block.icons_style ul li a{
        width: 38px;
        height: 38px;
        border: 4px solid var(--footerBtnIconColor);
    }
    .contact_console_block .top_footer_content.icons_style ul li a i{
        font-size: 22px;
    }
}
@media only screen and (max-width: 340px){
    .logo_container{
        margin-right: 5px;
    }
}