@font-face {
    font-family: 'EzerSusita-Regular';
    src: url('../fonts/EzerSusita-Regular.otf');
    src: url('../fonts/EzerSusita-Regular.eot') format('embedded-opentype'),
    url('../fonts/EzerSusita-Regular.woff2') format('woff2'),
    url('../fonts/EzerSusita-Regular.woff') format('woff'),
    url('../fonts/EzerSusita-Regular.ttf') format('truetype'),
    url('../fonts/EzerSusita-Regular.svg#EzerSusita-Regular') format('svg');
}
@font-face {
    font-family: 'EzerSusita-Black';
    src: url('../fonts/EzerSusita-Black.otf');
    src: url('../fonts/EzerSusita-Black.eot') format('embedded-opentype'),
    url('../fonts/EzerSusita-Black.woff2') format('woff2'),
    url('../fonts/EzerSusita-Black.woff') format('woff'),
    url('../fonts/EzerSusita-Black.ttf') format('truetype'),
    url('../fonts/EzerSusita-Black.svg#EzerSusita-Black') format('svg');
}
@font-face {
    font-family: 'EzerSusita-Bold';
    src: url('../fonts/EzerSusita-Bold.otf');
    src: url('../fonts/EzerSusita-Bold.eot') format('embedded-opentype'),
    url('../fonts/EzerSusita-Bold.woff2') format('woff2'),
    url('../fonts/EzerSusita-Bold.woff') format('woff'),
    url('../fonts/EzerSusita-Bold.ttf') format('truetype'),
    url('../fonts/EzerSusita-Bold.svg#EzerSusita-Bold') format('svg');
}
@font-face {
    font-family: 'HadassahFriedlaender-Bold';
    src: url('../fonts/HadassahFriedlaender-Bold.otf');
    src: url('../fonts/HadassahFriedlaender-Bold.eot') format('embedded-opentype'),
    url('../fonts/HadassahFriedlaender-Bold.woff2') format('woff2'),
    url('../fonts/HadassahFriedlaender-Bold.woff') format('woff'),
    url('../fonts/HadassahFriedlaender-Bold.ttf') format('truetype'),
    url('../fonts/HadassahFriedlaender-Bold.svg#HadassahFriedlaender-Bold') format('svg');
}
@font-face {
    font-family: 'HadassahFriedlaender-Regular';
    src: url('../fonts/HadassahFriedlaender-Regular.otf');
    src: url('../fonts/HadassahFriedlaender-Regular.eot') format('embedded-opentype'),
    url('../fonts/HadassahFriedlaender-Regular.woff2') format('woff2'),
    url('../fonts/HadassahFriedlaender-Regular.woff') format('woff'),
    url('../fonts/HadassahFriedlaender-Regular.ttf') format('truetype'),
    url('../fonts/HadassahFriedlaender-Regular.svg#HadassahFriedlaender-Regular') format('svg');
}

@font-face {
    font-family: 'Rubik-Regular';
    src: url('../fonts/Rubik-Regular.otf');
    src: url('../fonts/Rubik-Regular.eot') format('embedded-opentype'),
    url('../fonts/Rubik-Regular.woff2') format('woff2'),
    url('../fonts/Rubik-Regular.woff') format('woff'),
    url('../fonts/Rubik-Regular.ttf') format('truetype'),
    url('../fonts/Rubik-Regular.svg#Rubik-Regular') format('svg');
}



*{box-sizing: border-box; margin: 0; padding: 0;}
body{ font-size: 16px; line-height: 24px; font-weight: 400; color: #24596C; font-family: 'HadassahFriedlaender-Regular'; }
header, footer {width:100%; float: left;}
h1, h2, h3, h4, h5, h6 { /* font-family: 'Fonarto'; */ margin-bottom: 10px; color: #24596C; }
ul, ol { list-style: none; margin: 0; padding: 0; }
a, button {text-decoration: none; }
img { display:inline-block; object-fit: contain; }
.container { width:100%; max-width: 1700px; padding: 0 15px;  margin: 0 auto;  }
.container-small { max-width: 1125px; }
.gray-bg {
    background-color: #ECF0F3;
}
.red-bg {
    background-color:#D43333 ;
}
section {
    padding-bottom: 80px;
    padding-top: 80px;
    float: left;
    width: 100%;
}
hr {
    border-top: 6px solid #89C9E9;
    margin-top: 40px;
    margin-bottom: 40px;
}
/* Button Section Start */
.btn {
    background: #4889A3;
    border: 1px solid #4889A3;
    color: #fff;
    border-radius: 0;
    font-size: 18px;
    padding: 11px 50px;
    line-height: 22px;
    font-family: 'HadassahFriedlaender-Bold';
}
.btn-blue-light {
    background-color: #7CBAD5;
    color: #24596C;
    border: 1px solid #7CBAD5;
}
.btn:hover {
    background-color: #fff;
    border: 1px solid #4889A3;
    color: #24596C;
}
.btn img {
    filter: brightness(1.6);
}
.btn:hover img {
    filter: brightness(0.5);
}
.btn-white {
    background-color: #fff;
    color:#000;
}
.btn-white:hover {
    background-color: #000;
    color:#fff;
}


.btn-danger {
    background: #D52D49;
    border: 1px solid #D52D49;
}
.btn-danger:hover {
    background: #fff;
    border: 1px solid #D52D49;
    color: #D52D49;
}
.btn-danger img {
    filter: brightness(5);
}
.btn-danger:hover img {
    filter: brightness(1);
}


.text-blue {
    color: #4889A3;
}

.w-90 {
    width: 90%;
}
.fs-18 {
    font-size: 18px;
    line-height: 34px;
}
.fs-20 {
    font-size: 20px;
    line-height: 150%;
}
.fs-22 {
    font-size: 22px;
    line-height: 34px;
}
.fs-28 {
    font-size: 28px !important;
    line-height: 34px;
}

.fs-24 {
    font-size: 24px;
    line-height: 140%;
}
.fs-30 {
    font-size: 30px;
    line-height: 35px;
}
.fs-32 {
    font-size: 32px;
    line-height: 44px;
}
.fs-60 {
    font-size: 60px;
    line-height: 102%;
    font-weight: 600;
}


/* .fix-logo {
display: none;
} */
.theme-font {
    font-family: "EzerSusita-Regular";
}
.bg-theme-light {
    background-color: #4889A3;
}
.bg-theme-dark {
    background-color: #24596c;
}
.theme-color-light {
    color: #4889a3;
}
.theme-color-dark {
    color: #24596c;
}

.gray-bg-light {
    background-color: #F4F4F4;
}
.theme-light-btn {
    max-width: 210px;
    width: 100%;
    border: 1px solid #7cbad5;
    background-color: #7cbad5;
    padding: 12px;
    color: #24596c;
    font-weight: 700;
    font-family: "EzerSusita-Regular";
    transition: 0.5s;
    cursor: pointer;
}
.theme-light-btn:hover {
    background-color: transparent;
}

/* Navigation Section Start */
.navbar {
    /* background: rgb(36, 89, 108, 0.8); */
    background-color: transparent;
    z-index: 1;
}
/* .navbar-nav .nav-item {
margin:0 65px;
} */
.navbar-nav {
    gap: 130px;
}
.navbar-nav .nav-item .nav-link {
    color: #fff !important;
    padding: 0;
    position: relative;
    font-family: 'EzerSusita-Regular';
    font-size: 29px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
}
.navbar-nav .nav-item .nav-link:hover {
    color: #89C9E9 !important;
}
.navbar-nav .nav-item:last-child .btn:after, .navbar-nav .nav-item:first-child .btn:after {
    display: none;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(../images/icon-mob.png);
    background-size: auto;
}
.navbar-toggler {
    padding: 8px !important;
    border-radius: 0;
}



/*Banner-section*/
.banner-bg {
    background-position: bottom center;
    background-repeat: repeat;
    position: relative;
    margin-top: -90px;
}
.inner-banner {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: -90px;
    height: 485px;
}
.inner-banner .background-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.inner-banner .background-image .background-banner-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.heading h1 {
    font-family: 'EzerSusita-Bold';
    font-size: 60px;
    line-height: 61px;
    color: #fff;
    text-align: right;
    padding-top: 250px;
}
.heading span {
    font-family: 'EzerSusita-Regular';
    font-size: 22px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.8);
}

/* .carousel-inner .carousel-caption {
left: auto;
right: 13%;
top: 30%;
text-align: right;
} */
.carousel-inner .carousel-caption {
    top: 50%;
    transform: translate(0, -50%);
    bottom: unset;
}

.carousel-inner .carousel-caption .h5,
.carousel-inner .carousel-caption h5 {
    font-size: 90px;
    font-weight: 400;
    line-height: 78px;
    letter-spacing: 0em;
    text-align: right;
    font-family: 'EzerSusita-Regular';
}
.carousel-inner .carousel-caption p {
    font-family: 'EzerSusita-Regular';
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: right;
}
.carousel-control-next {
    left: auto;
    top: 40px;
}
.carousel-control-prev {
    left: auto;
    top: -90px;
}
.carousel-control-play {
    top: 0;
    bottom: 100px;
}
.carousel-control-next, .carousel-control-prev {
    opacity: 1;
}
.owl-dots {
    display: none;
}
.regular-owl-slider, .maagar-owl-slider, .fourblock-owl-slider {
    position: relative;
}
.regular-owl-slider .owl-nav button, .maagar-owl-slider .owl-nav button, .fourblock-owl-slider .owl-nav button {
    position: absolute;
    top: 50%;
    left: 0;
}

.team-owl-slider {
    width: 107% !important;
}
.team-owl-slider {
    width: 107% !important;
}




.team-owl-slider .owl-nav .owl-prev {
    background-image: url(../images/red-right-arrow.svg) !important;
    right: 0;
    top: auto;
    bottom: -15%;
}
.team-owl-slider .owl-nav .owl-next {
    background-image: url(../images/red-left-arrow.svg) !important;
    right: 3.6%;
    bottom: -15%;
    top: auto;
}

.team-owl-slider .owl-nav .owl-prev:hover {
    background-image: url(../images/right-blue-arrow-hover.svg) !important;
}
.team-owl-slider .owl-nav .owl-next:hover {
    background-image: url(../images/left-blue-arrow-hover.svg) !important;
}


.owl-nav button:focus, .owl-nav button:hover {
    border: 0;
    outline: 0;
    opacity: 0.8;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
    height: 47px;
    width: 47px;
    font-size: 0 !important;
}
.regular-owl-slider .owl-nav .owl-prev, .fourblock-owl-slider .owl-nav .owl-prev {
    background-image: url(../images/left-arrow.svg) !important;
    left: -70px;
}
.regular-owl-slider .owl-nav .owl-next, .fourblock-owl-slider .owl-nav .owl-next {
    background-image: url(../images/right-arrow.svg) !important;
    left: auto;
    right: -70px;
}

.regular-owl-slider .owl-nav .owl-next:hover, .fourblock-owl-slider .owl-nav .owl-next:hover {
    background-image: url(../images/right-blue-arrow-hover.svg) !important;
}
.regular-owl-slider .owl-nav .owl-prev:hover, .fourblock-owl-slider .owl-nav .owl-prev:hover {
    background-image: url(../images/left-blue-arrow-hover.svg) !important;
}


.visitor-owl-slider, .inner-owl-slider, .team-owl-slider {
    position: relative;
}
.visitor-owl-slider .owl-nav button, .inner-owl-slider .owl-nav button, .team-owl-slider .owl-nav button {
    position: absolute;
    top: 50%;
    right: 0;
}
.visitor-owl-slider .owl-nav .owl-prev, .inner-owl-slider .owl-nav .owl-prev {
    background-image: url(../images/left-arrow-dark.svg) !important;
    left: auto;
    right: -70px;
    top: 37%;
}
.visitor-owl-slider .owl-nav .owl-next, .inner-owl-slider .owl-nav .owl-next {
    background-image: url(../images/right-arrow-dark.svg) !important;
    left: auto;
    right: -70px;
    bottom: 38%;
    top: auto;
}



.inner-owl-slider .owl-nav .owl-prev {
    left: -70px;
    right: auto;
    bottom: 41%;
    top: auto;
}
.inner-owl-slider .owl-nav .owl-next {
    left:  -70px;
    right: auto;
    top: 38%;

}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important;
}



.maagar-owl-slider .owl-nav .owl-prev {
    background-image: url(../images/left-arrow.svg) !important;
    left: -70px;
}
.maagar-owl-slider .owl-nav .owl-next {
    background-image: url(../images/right-arrow.svg) !important;
    left: auto;
    right: -70px;
}

.owl-nav .owl-prev:hover {
    background-image: url(../images/left-blue-arrow-hover.svg) !important;
}
.owl-nav .owl-next:hover {
    background-image: url(../images/right-blue-arrow-hover.svg) !important;
}




.banner-list ul.banner-card-list {
    display: flex;
    justify-content: start;
}
.banner-list ul.banner-card-list li {
    width: 180px;
    padding: 50px 0;
    flex-direction: column;
    display: flex;
    position: relative;
    color: #24596C;
    text-align: center;
    font-family: 'EzerSusita-Regular';
    font-size: 28px;
}

.banner-list ul.banner-card-list li:nth-child(4) {
    background: #24596C;
    color: #fff;
}
.banner-list ul.banner-card-list li:nth-child(3) {
    background: #7CBAD5;

}
.banner-list ul.banner-card-list li:nth-child(2) {
    background: #F4F4F4;

}
.banner-list ul.banner-card-list li:nth-child(1) {
    background: #B5C9D1;

}
.banner-list ul.banner-card-list li img.service-icon {
    position: absolute;
    top: 20px;
    left: 0;
    height: 70px;
    width: 175px;
    right: 0;
    margin: 0 auto;
}
.banner-list {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: -70px;
}


.banner-card-list li {
    cursor: pointer;
}

.banner-card-list li:hover {
    -webkit-transition: .8s ease-in-out;
    transition: .8s ease-in-out;
    opacity: 1;
}
.banner-card-list li:hover span, .banner-card-list li:hover .service-icon {
    display: none;
}
.banner-card-list .event-img:hover {
    /*background-image: url(../images/events-hover.png) !important;*/
}
.banner-card-list .museum-img:hover {
    /*background-image: url(../images/museum-hover.png) !important;*/
}
.banner-card-list .visitor-img:hover {
    /*background-image: url(../images/visitor-hover.png) !important;*/
}
.banner-card-list .archives-img:hover {
    /*background-image: url(../images/archives-hover.png) !important;*/
}

.banner-card-list li{
    position: relative;
}
.banner-card-list li .hover-image{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .3s all;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.banner-card-list li:hover .hover-image{
    opacity: 1;
}


.banner-slide .owl-prev, .banner-slide  .owl-next {
    position: absolute;
    font-size: 30px !important;
}
.banner-slide .owl-prev {
    right: -10px;
    top: 20px;
}
.banner-slide .owl-next {
    left: -30px;
    top: 20px;
}
.banner-slide {
    position: relative;
    overflow: auto;
    width: 100%;
    padding: 0 100px;
    height: 250px;
    margin-top: -120px;
    padding-top: 90px;
}

.banner-slide:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 90px;
    width: 5px;
    height: 160px;
    background: #D52D49;
}
.banner-slide .owl-dots {
    display: none;
}
.banner-slide .owl-nav {
    position: absolute;
    left: 0;
    top:5px;
    width: 100%;
}
.banner-slide-heading {
    font-family: 'HadassahFriedlaender-Bold';
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: right;
    color: #89C9E9;
    border-bottom: 1px solid #89C9E9
}
.banner-slide .item-inner {
    min-height: 110px;
}

.banner-slide .owl-item {
    text-align: center;
}

.banner-slide  .owl-prev {
    background-image: url(../images/arrow-slide-right.svg) !important;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat !important;
    background-position: left top !important;
    background-size: 100% !important;
    float: left;
}
.banner-slide .owl-next {
    background: url(../images/arrow-slide-left.svg) !important;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat !important;
    background-position: left top !important;
    background-size: 100% !important;
    float: left;
    margin-left: 30px !important;
}
.banner-slide button span {
    display: none;
}

.banner-slide .item {
    color: #B5C9D1;
    font-family: 'HadassahFriedlaender-Regular';
    padding: 25px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.banner-slide .item a {
    color: #B5C9D1;
    text-decoration: underline;
    font-family: 'HadassahFriedlaender-Bold';
}
.banner-slide .item strong {
    color: #fff;
    font-family: 'HadassahFriedlaender-Bold';
}

/*QUOTE SECTION START*/
.quote-card {
    background-image: url(../images/quote-bg.png);
    background-repeat: no-repeat !important;
    background-position: left top !important;
    background-size: cover !important;
    text-align: center;
    padding: 40px;
    position: relative;
    z-index: -1;
    margin-bottom: 40px;
}
.quote-img-block {
    height: 88px;
    width: 88px;
    line-height: 80px;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #4889A3;
    border-radius: 50px;
    margin: 0 auto 20px;

}
/*
.quote-card:after {
content: "";
position: absolute;
top: 20px;
left: 0;
width: 100%;
height: 90%;
border-top: 1px solid #4889A3;
border-bottom: 1px solid #4889A3;
}
.quote-card:before {
content: "";
position: absolute;
top: 0;
left: 20px;
width: 97%;
height: 100%;
border-left: 1px solid #4889A3;
border-right: 1px solid #4889A3;
} */


.quote-card:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: calc(100% - 30px);
    border-top: 1px solid #4889A3;
    border-bottom: 1px solid #4889A3;
}
.quote-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 100%;
    border-left: 1px solid #4889A3;
    border-right: 1px solid #4889A3;
}


.quote-card h2 {
    font-family: 'HadassahFriedlaender-Regular';
    font-size: 52px;
    font-weight: 400;
    line-height: 64px;
    color: #24596C;

}

.quote-card p {
    font-family: 'EzerSusita-Regular';
    font-size: 26px;
    font-weight: 400;
    line-height: 28px;
    color: #4889A3;
    margin-top: 40px;
}


/*Month card block*/
.card .card-body {
    background: #4889A3;
    text-align: right;
}
.card .card-body .card-title a{
    color: inherit;
    text-decoration: none;
}
.card .card-body .card-title {
    font-size: 32px;
    line-height: normal;
    min-height: 180px;
    font-family: 'HadassahFriedlaender-Bold';
}
.card .card-body .media-body {
    font-family: 'HadassahFriedlaender-Regular';
}
.heading-block {
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    /* border-bottom: 6px solid #89C9E9;
    padding-bottom: 10px; */
    text-align: right;
}
.heading-block.center h2{
    font-family: 'EzerSusita-Bold';
    font-weight: 600;
    font-size: 60px;
    text-align: center;
}
.heading-block h2 {
    color: #24596C;
    font-family: 'EzerSusita-Bold';
    font-size: 60px;
    line-height: 61px;
}
.heading-block hr {
    margin-top: 30px;
    margin-bottom: 20px;
}
.heading-block p {
    font-family: 'HadassahFriedlaender-Regular';
    font-size:26px;
}
.heading-block-sm h2 {
    font-size: 42px;
}
.heading-block h4 {
    color: #4889A3;
    font-family: 'HadassahFriedlaender-Bold';
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
}
.heading-icon-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 6px solid #89C9E9;
    padding-bottom: 10px;
    margin-left: 50px;
    position: relative;
}
.heading-icon-block h2 {
    font-family: 'EzerSusita-Regular';
    font-size: 42px;
    font-weight: 400;
    line-height: 33px;
    color: #24596C;
    text-align: right;
}
.heading-icon-block h3 {
    font-family: 'EzerSusita-Bold';
}
.heading-icon-block img {
    position: absolute;
    left: -50px;
    bottom: -15px;
    cursor: pointer;
}

.heading-icon-block-sm h2 {
    font-size: 28px;
    font-family: 'HadassahFriedlaender-Regular';
}



.servicecard .owl-prev, .servicecard  .owl-next {
    position: absolute;
    font-size: 30px !important;
}
.servicecard .owl-prev {
    right: -10px;
    top: 5px;
}
.servicecard .owl-next {
    left: -30px;
    top: 5px;
}
.servicecard {
    position: relative;
    overflow: auto;
    padding: 0 40px;
}

.servicecard .owl-dots {
    display: none;
}
.servicecard .owl-nav {
    position: absolute;
    left: 0;
    top:5px;
    width: 100%;
}
.servicecard-heading {
    font-family: 'HadassahFriedlaender-Bold';
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: right;
    color: #89C9E9;

}
.servicecard .item-inner {
    min-height: 110px;
}

.servicecard .owl-item {
    text-align: center;
}

.servicecard  .owl-prev {
    background-image: url(../images/left-arrow.png) !important;
    width: 7px;
    height: 10px;
    background-repeat: no-repeat !important;
    background-position: left top !important;
    background-size: 100% !important;
    float: left;
}
.servicecard  .owl-next {
    background-image: url(../images/right-arrow.png) !important;
    width: 7px;
    height: 10px;
    background-repeat: no-repeat !important;
    background-position: left top !important;
    background-size: 100% !important;
    float: left;
    margin-left: 30px !important;
}

.servicecard .item {
    color: #B5C9D1;

    padding: 14px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.search-block {
    display: flex;
    justify-content: space-between;
    background: #F4F4F4;
    align-items: center;
    position: relative;
}
.search-active-text {
    width: 50%;
    align-items: center;
    display: flex;
    gap: 40px;
    padding: 0 50px;
    position: relative;
    z-index: 9;
}
.search-active-img {
    /*background-image: url(../images/active-search-bg.png);*/
    background-repeat: no-repeat !important;
    background-position: left top !important;
    background-size: 100% !important;
    width: 50%;
    height: 340px;
}

.heading-border h2 {
    font-family: 'EzerSusita-Bold';
    font-size: 50px;
    line-height: 51px;
    color: #24596C;
    position: relative;
}
.heading-border h2::after {
    content: "";
    position: absolute;
    right: 0px;
    top: -15px;
    width: 200px;
    height: 6px;
    background: #D52D49;
}
.heading-border p {
    font-family: 'HadassahFriedlaender-Regular';
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #4889A3;
}
.search-block:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: 1px solid #7CBAD5;
}
/* .search-block:before {
content: "";
position: absolute;
top: 5%;
left: 1%;
width: 98%;
height: 90%;
border-left: 1px solid #4889A3;
border-right: 1px solid #4889A3;
} */



.visit-hill-section {
    background: #24596C;

}

.offer-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    background: #4889A3;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.offer-card-horizontle {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}
.offer-card .offer-img {
    width: 50%;
    object-fit: cover;
}
.offer-card .offer-card-body {
    text-align: right;
    padding: 25px 45px;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    position: relative;
    width: 48%;
}
.offer-card .offer-card-body .offer-head h6 {
    font-family: 'EzerSusita-Regular';
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.08em;
    border-right: 3px solid #D52D49;
    padding-right: 10px;
}
.offer-card .offer-card-body .offer-head h2 {
    font-family: 'EzerSusita-Regular';
    font-size: 42px;
    font-weight: 400;
    line-height: 41px;
}
.offer-card .offer-card-body .offer-head .description, .offer-card .offer-card-body .offer-head p {
    font-family: 'HadassahFriedlaender-Regular';
    font-size: 19px;
    font-weight: 400;
    line-height: 22px;
}
.offer-card .offer-card-body  .offer-footer {
    font-family: 'HadassahFriedlaender-Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}
.offer-card .offer-card-body  .offer-footer .media-body {
    font-family: 'HadassahFriedlaender-Regular';
    font-size: 16px;
}
.offer-card .offer-card-body .offer-head p {
    font-size: 18px;
    line-height: 21px;
}



.offer-card-border {
    display: flex;
    gap: 20px;
    /* align-items: center; */
    background: rgba(181, 201, 209, 0.1);
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #89C9E9;
    justify-content: space-between;
}
/* .offer-card-border .offer-img {
width: 50%;
} */
.offer-card-border-full {
    align-items: center;
}
.visit-hill-section .offer-card {
    align-items: normal;
    flex-wrap: nowrap;
}
.offer-card-border .offer-card-body {
    text-align: right;
    padding: 40px;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    position: relative;
    z-index: 9;
}

.offer-card-border .offer-card-body .offer-head h2 {
    font-family: 'EzerSusita-Regular';
    font-size: 42px;
    font-weight: 400;
    line-height: 41px;
    color: #24596C;
}
/*.offer-card-border .offer-card-body .offer-head p */
.offer-card-border .offer-card-body .offer-head .description
{

    font-family: 'HadassahFriedlaender-Regular';
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #4889A3;
    border-right: 3px solid #D52D49;
    padding-right: 10px;
}
.offer-card-border .offer-card-body .offer-head .description ul{
    list-style: inside;
}
.offer-round {
    height: 99px;
    width: 99px;
    text-align: center;
    /*padding-top: 25px;*/
    border-radius: 100px;
    background: #D52D49;
    position: absolute;
    left: -70px;
    bottom: 30px;
    font-family: 'HadassahFriedlaender-Bold';
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: #fff;
    display: flex;
}
.offer-round:hover {
    background: #fff;
    color: #D52D49 !important;
    border: 1.4px solid #D52D49;
    text-decoration: none;
}
.offer-round span{
    align-self: center;
    width: 100%;
}
.maagarinfor-small-carl-block .offer-round {
    border-radius: 100px;
    background: #fff;
    color: #D52D49;
    border: 1.4px solid #D52D49;
    z-index: 9;
}
.maagarinfor-small-carl-block .offer-round:hover {
    background: #D52D49;
    color: #fff !important;
}
.offer-card-border .offer-card-body  .offer-footer {
    font-family: 'HadassahFriedlaender-Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #4889A3;

}
.offer-card-border .offer-card-body .offer-head p {
    font-size: 18px;
    line-height: 21px;
}



.offer-card-border:before, .visitor-card:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: calc(100% - 30px);
    border-top: 1px solid #89C9E9;
    border-bottom: 1px solid #89C9E9;
}
.offer-card-border:after, .visitor-card:after {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 100%;
    border-left: 1px solid #89C9E9;
    border-right: 1px solid #89C9E9;
}

/*

.visitor-card:after {
content: "";
position: absolute;
top: 0;
left: 15px;
width: 94.5%;
height: 100%;
border-left: 1px solid #89C9E9;
border-right: 1px solid #89C9E9;
}
.visitor-card:before {
content: "";
position: absolute;
top: 15px;
left: 0;
width: 100%;
height: 92.8%;
border-top: 1px solid #89C9E9;
border-bottom: 1px solid #89C9E9;
} */



/*
.offer-card-border:after {
content: "";
position: absolute;
top: 6%;
left: 0;
width: 100%;
height: 88%;
border-top: 1px solid #4889A3;
border-bottom: 1px solid #4889A3;
z-index: 1;

}
.offer-card-border:before {
content: "";
position: absolute;
top: 0;
left: 3%;
width: 94%;
height: 100%;
border-left: 1px solid #4889A3;
border-right: 1px solid #4889A3;
z-index: 1;
}
*/

/*
.offer-card-border.offer-card-border-full:before {
content: "";
position: absolute;
top: 0;
left: 2%;
width: 96%;
height: 100%;
border-left: 1px solid #4889A3;
border-right: 1px solid #4889A3;
z-index: 1;
} */

.fix-logo a {
    height: 125px;
    width: 125px;
    display: block;
}
.fix-logo {
    position: fixed;
    left: 10px;
    top: 400px;
    z-index: 99;
    background-image: url(../images/half-logo.svg);
    height: 125px;
    width: 125px;
    transition: all ease-in-out 0.5s;
    cursor: pointer;
}
.fix-logo img {
    display: none;
}
.fix-logo:hover {
    background-image: url(../images/half-logo-blue.svg);
    height: 125px;
    width: 125px;
}
.fix-logo:focus {
    background-image: url(../images/half-logo.svg);
}


.visitor-card {
    background: rgba(181, 201, 209, 0.1);
    text-align: right;
    padding: 70px 50px;
    display: flex;
    flex-direction: column;
    gap: 60px;
    position: relative;
    border: 1px solid #89C9E9;
    height: 420px;
}
.visitor-card-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    z-index: 99;
}
.visitor-card-head h5 {
    color: #24596C;
    font-family: 'HadassahFriedlaender-Regular';
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
}

.visitor-card-footer {
    position: relative;
    z-index: 99;
}
.visitor-card-footer h6 {
    font-family: 'HadassahFriedlaender-Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #4889A3;

}


.visitor-object-card {
    background: #4889A3;
    display: flex;
    text-align: right;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    color: #fff;
    height: 420px;
}
.visitor-object-card h2 {
    padding: 40px;
    font-family: 'EzerSusita-Regular';
    font-size: 44px;
    font-weight: 400;
    line-height: 38px;
}
.visitor-object-card .btn-white {
    background: #F4F4F4;
    height: 50px;
    line-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 40px;
    color: #24596C;
}
.visitor-object-img-block {
    background-image: url(../images/visitor-object-img.png);
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
    width: 100%;
    height: 255px;
    padding-top: 140px;
}


/* Order Process End */


.card-header {
    background-color: transparent;
    border: 0;
}
/*
.accordion-button:not(.collapsed)::after {
content: "+";
color: #D52D49;
font-size: 28px;
}

.accordion-button::after {
font-family: FontAwesome;
position: absolute;
top:0px;
left:5px;
float: right;
padding-right:10px;
content: "-";
font-size: 28px;

} */

.accordion  {
    margin-top: 40px;
}

.accordion-button {
    font-family: 'HadassahFriedlaender-Bold';
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    color: #24596C;
    text-align: right;
    margin-bottom: 15px !important;
    cursor: pointer;
}

.accordion-button::before {
    content: '' !important;
    height: 15px;
    width: 3px;
    background-color: #D52D49;
    position: absolute;
    left: 11px;
    top: 4px;
}
.accordion-button::after {
    content: '' !important;
    position: absolute;
    width: 15px;
    height: 3px;
    background-color: #D52D49;
    top: 10px;
    left: 5px;
}
.accordion-button[aria-expanded="true"]::before {
    opacity: 0;
}


.accordion .card-header {
    border-bottom: 0.8px solid #7CBAD5;
}

.accordion .card {
    border: 0;
    border-radius: 0;
    margin-bottom: 20px;

    padding-bottom: 8px;
}
.accordion .card .card-body {
    font-family: 'HadassahFriedlaender-Regular';
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: right;
    color: #4889A3;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;

}

.accordian-menu h2 {
    font-weight: 700;
    font-size: 56px;
    line-height: 64px;
    text-align: center;
    text-transform: capitalize;
    color: #333333;
}

.accordian-menu p {
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    color: #646464;
}

.accordian-menu h2 span {
    color: #D52D49;
}



/*Testimonial Section Start*/

.testimonial-slider {
    position: relative;
}
/* .testimonial-slider-scroll {
overflow-x: scroll;
} */

.custom-form {
    background: #4889A3;
    padding: 20px;
}
.forms {
    border: 1px solid #7CBAD5;
    padding: 60px 20px;
}

.form-control  {
    border-radius: 0;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #89C9E9;
    font-family: 'HadassahFriedlaender-Regular';
    font-size: 18px;
    font-weight: 400;
    height: 46px !important;
    line-height: 46px;
    color: #fff;
}

.form-control {
    background-color: transparent;
    height: auto !important;
    line-height: 22px;
    padding: 11px;
    color: #4889A3;
    text-align: right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.form-control::placeholder {
    color: #fff;
}
.custom-form .btn {
    padding: 12px 15px 13px 15px;
    width: 100%;
}
.form-control input [type="date"] {
    color: #24596C;
}
.custom-form h2 {
    font-family: 'HadassahFriedlaender-Bold';
    font-size: 28px;
    font-weight: 700;
    line-height: 31px;
    text-align: right;
}
.custom-form h2::after {
    content: "";
    position: absolute;
    right: 15px;
    top: -15px;
    width: 100px;
    height: 6px;
    background: #D52D49;
}
.custom-form h3 {
    font-family: 'HadassahFriedlaender-Regular';
    font-size: 24px;
    font-weight: 400;
    line-height: 31px;
    text-align: right;
}


.input-icon {
    position: relative;
}
.input-icon img {
    position: absolute;
    left: 8%;
    top: 25px;
    transform: translate(-50%,-50%);
}

.number .minus, .number .plus{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 10px;
}
.number .plus {
    left: 45px;
    padding-left: 15px;
    border-left: 1px solid rgba(72, 137, 163, 0.2);
}


.number {
    position: relative;
}



.form-list-col {
    background: #24596C;
    padding: 20px;
}
.form-list-col .form-control::placeholder {
    color: #4889A3;
}
.form-list-col .form-group {
    margin-bottom: 0;
}
.form-list-col .form-group h3 {
    font-family: 'HadassahFriedlaender-Bold';
    font-size: 30px;
    line-height: 35px;
    color: #fff;
    padding-top: 5px;
    margin-bottom: 0;
}

.form-group > p{
    width: 100%;
}


.form-list-col .btn{
    height: 46px;
}
.hading-dis-block h3 {
    font-family: 'HadassahFriedlaender-Bold';
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.03em;
    color: #4889A3;
}
.hading-dis-block h2 {
    font-family: 'HadassahFriedlaender-Bold';
    font-size: 38px;
    font-weight: 700;
    line-height: 44px;
    color: #24596C;
}
.hading-dis-block h4 {
    font-family: 'HadassahFriedlaender-Bold';
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    color: #24596C;

}

.events-section .offer-card {
    background: #F4F4F4;
    position: relative;
    flex-wrap: nowrap;
}
.events-section .offer-card-body {
    color: #4889A3 !important;
    position: relative;
    z-index: 99;
    width: 50%;
}
.events-section .offer-footer {
    display: flex;
    align-items: center;
    gap: 40px;
}

.events-section .offer-card:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: 1px solid #7CBAD5;
}
.events-section .offer-card .offer-card-body .offer-round {
    bottom: 30%;
}
.form-block textarea.form-control {
    height: 108px;
}



/*Testimonial Section End*/
/* Home page Section End */



/* Footer Section Start */

.footer-block {
    float: left;
    width: 100%;
    background: #24596C;
    padding:  60px 0 40px 0;
    text-align: right;
}
.footer-block hr {
    border-top: 1px solid #fff;
    opacity: 0.2;
}
.footer-heading {
    font-family: 'HadassahFriedlaender-Bold';
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.045em;
    text-align: right;
    border-right: 3px solid #D52D49;
    padding-right: 10px;
    margin-bottom: 20px;
}
.footer-block .footer-heading p{
    line-height: inherit;
    font-size: inherit;
    font-weight: inherit;
}
.footer-heading img {
    display: none;
}
.footer-block p {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
}
.footer-block .footer-menu-col {
    display: flex;
    justify-content: start;
    text-align: right;
    gap: 100px;
}
.footer-block .footer-menu-col  ul.footer-menu li a {
    color: rgba(255, 255, 255, 0.6);
}
.footer-block ul.footer-menu li {
    list-style: none;
    padding: 3px 0;
}
.footer-block ul.footer-menu li a {
    font-family: 'EzerSusita-Regular';
    font-size: 20px;
    font-weight: 400;
    line-height: 158%;
    color: #fff;
    padding: 0;
}
.footer-block ul.footer-menu li a span {
    color: rgba(255, 255, 255, 0.6);
    width: 60px;
    display: inline-block;

}
.footer-block ul.footer-menu li a:hover {
    text-decoration: none;
    color: #89c9e9;
}


.footer-block .copyright {
    font-family: 'EzerSusita-Regular';
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: right;
    color: rgba(255, 255, 255, 0.8);
}
.footer-block .copyright span {
    font-family: 'Rubik-Regular';
    font-size: 16px;
}
.footer-block input.form-control {
    /* background-color: #F4F5F7; */
    color: rgba(255, 255, 255, 0.8);
}

.footer-block input.form-control, .footer-block .btn {
    height: 46px;
}

.footer-block .btn {
    background-color: #D52D49;
    width: 95px;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'EzerSusita-Regular';
    font-size: 24px;
}
.footer-block .btn:hover {
    background-color: #111;
}
.newsletter-block {
    position: relative;
}
.newsletter-block .form-control::placeholder {
    color: rgba(255, 255, 255, 0.8);
}
.newsletter-block .form-control:focus {
    background-color: transparent;
}

ul.social-links {
    margin: 0;
}
ul.social-links li {
    display: inline-block;
    padding: 6px;
}
ul.social-links li a {
    color: #111;
    font-size: 24px;
}
ul.social-links li a:hover {
    color: #D52D49;
}
ul.footer-menu {
    padding: 0;
    text-align: right;
    margin-bottom: 40px;
}
ul.social-links li {
    display: inline-block;
    padding: 6px 18px;
}
ul.footer-menu li a {
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    color: #B2B2B2;
    padding-right: 36px;
    position: relative;
}


.top-header-fixed {
    background-color: rgb(36, 89, 108, 0.85);
}


.top-header {
    background-color: #24596C;
    display: flex;
    justify-content: space-between;
    padding: 0px;
}

.top-right-header ul.list li {
    padding: 12px 13px 11px 13px;
    font-size: 20px;
}
.top-right-header ul.list li img {
    cursor: pointer;
}
ul.list {
    display: flex;
    gap:10px
}

ul.list li a {
    color: #fff;
    font-size: 26px;
    line-height: 150%;
    padding: 6px 20px;
    display: block;
    font-family: 'EzerSusita-Regular';
}
ul.list li a:hover {
    color: #ccc;
    text-decoration: none;
}
.header-back-btn a {
    background: #D52D49;
}
.header-back-btn a img {
    filter: brightness(5);
}


.signin-section form {
    width: 83%;
    margin: 0 auto;
}
.signin-section .signin-form-block {
    padding: 0 65px;
    border-left: 1px solid #7CBAD5;
}
.signin-section .signin-form-block label {
    color: #4889A3;
}
.signin-section .signin-form-block h2 {
    font-size: 28px;
    line-height: 31px;
    font-weight: 700;
}
.signin-section .signin-form-block h3 {
    font-size: 20px;
    line-height: 31px;
    font-family: 'HadassahFriedlaender-Regular';
}
.signin-section .signin-form-block .link {
    color: #4889A3;
    text-decoration: underline;
    font-size: 16px;
}
.signin-section .signin-form-block .btn {
    font-size: 18px;
    font-weight: 700;
}
.signin-section .signin-form-block .form-control::placeholder {
    color: #4889A3;
}
.signin-section .offer-card-border:after {
    display: none;
}
.signin-section .offer-card-border:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: 1px solid #7CBAD5;
}
/* .offer-card-border .offer-img {
width: 40%;
} */


.tab-block .nav-tabs .nav-item {
    width: 33.33%;
    text-align: center;
    position: relative;
}
.tab-block .nav-tabs .nav-item:last-child:after {
    display: none;
}
.tab-block .nav-tabs .nav-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #4889A3;
    height: 40px;
    width: 1px;
}

.tab-block .nav-tabs .nav-link {
    font-family: 'HadassahFriedlaender-Regular';
    border: 0;
    font-size: 24px;
    padding-bottom: 15px;
    color: #4889A3;
    border-bottom: 4px solid #4889A3;
    height: 100%;
}

.tab-block .nav-tabs .nav-link:hover {
    border-bottom: 4px solid #D52D49;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    /* color: #495057; */
    background-color: #fff;
    border: 0;
    border-bottom:4px solid #D52D49;
}
.tab-list-section {
    background-color: #F4F4F4;
    padding: 15px;
    margin-top: 20px;
}
.tab-list-section h2 {
    font-size: 22px;
    font-weight: 700;
    font-family: 'HadassahFriedlaender-Bold';
}
.tab-list-block {
    position: relative;
    border: 1px solid #7CBAD5;
    padding: 20px;
}

.tab-list-group {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}
.tab-list-item {
    width: 30%;
    text-align: right;
}
.tab-list-border {
    position: relative;
}
.tab-list-border:before {
    content: "";
    position: absolute;
    top: 0;
    right: -30px;
    background-color: #7CBAD5;
    height: 40px;
    width: 1px;
}
.tab-list-border:after {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    background-color: #7CBAD5;
    height: 40px;
    width: 1px;
}

#home .tab-list-border:after, #contact .tab-list-border:after {
    display: none;
}

.tab-list-item:first-child {
    width: auto;
}

@media(min-width: 1024px){
    .tab-list-item.tab-description{
        width: 100%;
    }
    .tab-list-item.tab-suitable{
        /*width: 55%;*/
    }
    .tab-list-item.tab-button{
        width: 17%;
    }
}

.tab-large-description {
    font-size: 18px;
    color: #4889A3;
}
.tab-small-description {
    font-size: 16px;
    color: #4889A3;
}
.tab-arrow {
    font-size: 22px;
    font-family: 'EzerSusita-Regular';
    color: #4889A3;
}
.tender-detail-block {
    background-color: #4889A3;
    display: flex;
    gap: 40px;
    padding: 80px 30px;
}
.tender-detail-block h2 {
    font-size: 28px;
    text-decoration: underline;
    font-family: 'HadassahFriedlaender-Regular';
    line-height: 150%;
}
.tender-detail-block h3 {
    font-size: 22px;
    font-family: 'HadassahFriedlaender-Bold';
    line-height: 140%;
}
.tender-detail-block h4 {
    font-size: 20px;
    font-family: 'HadassahFriedlaender-Bold';
    line-height: 130%;
}

.tender-detail-block .text-white *{
    color: inherit;
}


.tender-detail-block .text-white ul{
    list-style-position: inside;
}
.tender-detail-block .text-white ol{
    list-style-type: decimal;
    list-style-position: inside;
}
.tender-detail-block .text-white ul li,
.tender-detail-block .text-white ol li{
    line-height: 150%;
}

.tender-details-list {
    text-align: right;
    width: 67%;
}

ul.list-style-number {
    margin: 0 20px 0 0;
    padding: 0;
}
ul.list-style-number li {
    list-style: decimal;
    line-height: 150%;
}
ul.list-style-alpha li {
    list-style: lower-alpha;
}



.tender-details-date {
    background-color: #fff;
    padding: 30px;
    width: 33%;
    max-width: 370px;
    text-align: right;
    stroke-width: 1px;
    stroke: var(--7-cbad-5, #7CBAD5);
    backdrop-filter: blur(25px);
    height: 100%;
}
.tender-details-date ul li {
    margin-bottom: 30px;
    border-right: 2px solid #D52D49;
    line-height: 10px;
    padding-right: 20px;
}
.tender-details-date ul li p {
    color: #4889A3;
    margin-bottom: 5px;
}
.tender-details-date ul li h4 {
    font-size: 22px;
    font-family: 'EzerSusita-Regular';
    font-weight: 400;
}

.doc-review-section .media h4 {
    font-size: 22px;
    font-weight: 700;
    text-decoration: underline;
    font-family: 'HadassahFriedlaender-Bold';
}
.doc-review-section .media a{
    color: inherit;
}


/*About Page*/
.about-team-block .text-center,
.about-team-block h5 {
    color: #4889A3;
    width: 90%;
    margin: 0 auto;
}

.about-team-block .about-team-slide {
    display: flex;
    gap: 30px;
    padding-bottom: 45px;
    border-bottom: 1px solid rgba(124, 186, 213, 0.6);
    position: relative;
}
.about-team-block .about-team-slide:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: -26px;
    background: #fff;
    height: 40px;
    width: 8%;
}
.team-owl-slider .owl-nav .owl-prev, .team-owl-slider .owl-nav .owl-next {
    bottom: -13%;
}
.about-team-block .about-team-slide .team-item {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.about-team-block .about-team-slide .team-item img {
    filter: grayscale(1);
    width: 100%;
    transition: all ease-in-out 0.5s;
    width: 100%;
    height: 100%;
}
.about-team-block .about-team-slide .team-item:hover img {
    filter: none;
    transform: scale(1.1);
}
.hover-effect {
    position: relative;
    /*cursor: pointer;*/
    overflow: hidden;
}

.hover-effect img {
    transition: all ease-in-out 0.5s;
}
.hover-effect:hover img {
    filter: none;
    transform: scale(1.1);
}

.about-team-block .about-team-slide .owl-item:nth-child(even) .team-item {
    margin-top: 60px;
}

.about-team-block .about-team-slide .team-item::after {
    content: "";
    width: 225px;
    height: 432px;
    position: absolute;
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 1px solid #7CBAD5;
}

.about-team-block .about-team-slide .team-footer {
    position: absolute;
    right: 15px;
    bottom: 30px;
    width: calc(100% - 30px);
    text-align: right;
    border-top: 1px solid #9EDFFF;
    padding: 15px 15px 5px 15px;
}
.about-team-block .about-team-slide .team-footer h4 {
    color:#9EDFFF;
    font-family: 'HadassahFriedlaender-Bold';
}
.about-team-block .about-team-slide .team-footer h6 {
    color: #7CBAD5;
    font-family: 'HadassahFriedlaender-Regular';
}

.team-item .team-footer .team-hide-text {
    bottom: 0;
    transition: 0.4s;
    display: none;
}
.team-item .team-footer .team-hide-text img {
    width: 20px;
    transition: 0.4s;
}
.team-item:hover .team-hide-text {
    display: block;
    bottom: 0;

}
.team-item:hover .team-hide-text h4 {
    font-size: 18px !important;
    font-family: 'HadassahFriedlaender-Regular';
    color: #ffff;
}
.team-item:hover .team-hide-text a {
    color: #fff;
}

.about-list {
    margin-top: 120px;
}
.about-list .media {
    border: 1px solid #7CBAD5;
    margin-bottom: 20px;
    padding: 8px 15px;
}
.about-list .media a{
    color: inherit;
}
.icon-box {
    height: 35px;
    width: 35px;
    line-height: 30px;
    text-align: center;
    background-color: #D52D49;
}
.about-list .media h4 {
    text-decoration: underline;
    font-family: 'HadassahFriedlaender-Bold';
    font-size: 20px;
}
.about-us-card-block p {
    text-align: right;
}


/*Info Page*/
.location-block {
    background-color: #24596C;
    background-image: url(../images/info-address.png);
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
    width: 100%;
    height: auto;
    padding: 60px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.map-location-block h4 {
    font-family: 'HadassahFriedlaender-Bold';
    font-size: 24px;
    font-weight: 700;
    line-height: 21px;
    text-align: right;
    border-right: 3px solid #D52D49;
    padding-right: 10px;
    margin-bottom: 20px;
    color: #4889A3;
}

.location-block-item .media {
    text-align: right;
    color: #fff;
    font-size: 16px;
}
.location-block-item .media span {
    color: #9EDFFF;
}
.location-block-item .media ul li {
    font-size: 16px;
    margin-bottom: 15px;
    list-style: disc;
}
.location-block-item .media ul li:first-child {
    font-size: 20px;
    font-family: 'HadassahFriedlaender-Bold';
    line-height: 140%;
}
.location-block-item .media p {
    color: #9EDFFF;
}
.address-detail {
    width: 60px;
    opacity: 0.6;
}
.location-block-item {
    position: relative;
    z-index: 99;
}
.location-block-item:nth-child(2) {
    width: 40%;
    border-left: 1px solid #4889A3;
    border-right: 1px solid #4889A3;
    padding-left: 60px;
    padding-right: 60px;
}
.location-block-item:nth-child(3) {
    width: 30%;
}

.map-location-block {
    background-color: #F4F4F4;
    position: relative;
}
.map-location-block:after {
    content: "";
    width: 225px;
    height: 432px;
    position: absolute;
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 1px solid #7CBAD5;
}
.map-pin-block {
    border: 1px solid #B5C9D1;
}
.map-pin-block iframe {
    width: 100%;
    height: 430px;
}
.map-location-block .map-block {
    padding: 40px;
    position: relative;
    z-index: 9;
}
.map-list-block .media {
    border: 1px solid #7CBAD5;
    margin-bottom: 25px;
    padding: 22px 25px;
    gap: 20px;
}
.map-list-block .media:last-child {
    margin-bottom: 0;
}

.map-list-block .info-list-detail {
    text-align: right;
    color: #4889A3;
}
.map-list-block .info-list-detail h4 {
    font-size: 28px;
    border: 0;
    padding: 0;
}
.map-list-block .info-list-detail p {
    padding-right: 10px;
    font-size: 18px;
    line-height: 150%;
}
.map-list-block .info-list-detail ul li {
    position: relative;
    padding-right: 35px;
    font-size: 18px;
    line-height: 150%;
}
.map-list-block .info-list-detail ul li:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 10px;
    height: 4px;
    width: 4px;
    border-radius: 50px;
    background-color: #4889A3;
}



.maagarinfor-small-carl-block .infosmall-card {
    display: flex;
    margin-top: 40px;
}
.maagarinfor-small-carl-block .infosmall-card-search {
    background-color: #D52D49;
    width: 50%;
    font-size: 38px;
    font-family: 'HadassahFriedlaender-Bold';
    color: #fff;
    text-align: right;
    line-height: 140px;
    padding-right: 40px;
    position: relative;
}

.maagarinfor-small-carl-block .row .infosmall-card-search {
    width: 64.9%;
    background-color: #4889A3;
    font-family: 'EzerSusita-Regular';
}




.maagar-info-card-block {
    margin-top: 50px;
}
.maagar-info-card-block .maagar-info-card-list {
    background: rgba(181, 201, 209, 0.1);
    position: relative;
    border: 1px solid #89C9E9;
    margin-bottom: 40px;
}
.maagar-info-card-block .maagar-info-card-list a{
    text-decoration: none;
}
.maagar-info-card-block .maagar-info-card-list:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: calc(100% - 30px);
    border-top: 1px solid #89C9E9;
    border-bottom: 1px solid #89C9E9;
}
.maagar-info-card-block .maagar-info-card-list:after {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 100%;
    border-left: 1px solid #89C9E9;
    border-right: 1px solid #89C9E9;
}
.maagar-info-card-block .maagar-info-card-list .maagar-info-card-detail {
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 30px;
    position: relative;
    z-index: 99;
    height: 250px;
}
.maagar-info-card-block .maagar-info-card-list .maagar-info-card-detail h4 {
    font-size: 32px;
    margin-bottom: 40px;
    font-family: 'HadassahFriedlaender-Bold';
}
.maagar-info-card-block .maagar-info-card-list .maagar-info-card-detail h5 {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1.76px;
    font-family: 'EzerSusita-Regular';
    border-right: 3px solid #D52D49;
    padding-right: 10px;
    color: #4889A3;
}






/* 21-08-2023 start */
.hokara-listing-section .listing-inner {
    position: relative;
    padding-bottom: 40px;
}
.hokara-listing-section .listing-inner::before {
    content: "";
    position: absolute;
    top: 45px;
    left: 0;
    height: calc(100% - 43px);
    width: 100%;
    background-image: url(../images/hokara-listing-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.hokara-listing-section .listing-inner::after {
    content: "";
    position: absolute;
    border: 1px solid #4889a3;
    width: calc(100% - 30px);
    height: calc(100% - 75px);
    top: 60px;
    left: 15px;
}
.hokara-listing-section .form-list-col {
    background: #4889a3;
    padding: 20px;
    position: relative;
    z-index: 1;
}
.hokara-listing {
    margin-top: 67px;
    position: relative;
    z-index: 1;
    padding: 0 15px;
}
.hokara-listing-box {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 30px;
    position: relative;
    min-height: 270px;
}
.hokara-listing-box-inner {
    border: 1px solid #9edfff;
    padding: 25px;
    text-align: right;
    min-height: 240px;
}
.hokara-listing-box h4 {
    min-height: 60px;
}
.hokara-listing-box h4 {
    color: #4889a3;
    font-size: 20px;
    line-height: 34px;
    margin: 0;
    font-family: 'HadassahFriedlaender-Bold';
}
.hokara-listing-box h5 {
    color: #4889a3;
    font-size: 20px;
    line-height: 34px;
    margin-top: -10px;
    font-family: 'HadassahFriedlaender-Regular';
}

.hokara-section h4 {
    font-family: 'HadassahFriedlaender-Bold';
    color: #4889A3;
}
.hokara-section h5 {
    font-family: 'HadassahFriedlaender-Regular';
}
.year-box h6 {
    font-family: 'EzerSusita-Regular';
    font-size: 22px;
    color: #4889A3;
}
.year-box {
    padding-right: 20px;
    border-right: 4px solid #d52d49;
    color: #4889a3;
    font-size: 22px;
    line-height: 24px;
    font-family: "EzerSusita-Regular";
}
.contact-form .forms {
    padding: 50px;
}
.forms-title-box {
    margin: 0 130px;
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.forms-title-box {
    margin: 0 130px 30px;
    position: relative;
}
.contact-form .forms textarea,
.contact-form .forms select,
.contact-form .forms input:not([type="submit"]),
.contact-form-section .form-group textarea,
.contact-form-section .form-group select,
.contact-form-section .form-group input:not([type="submit"]) {
    background-color: #6da1b5;
    border: 1px solid #89c9e9;
    padding: 10px;
    color: #fff;
}
.contact-form .forms textarea::placeholder,
.contact-form .forms select::placeholder,
.contact-form .forms input::placeholder,
.contact-form-section .form-group textarea::placeholder,
.contact-form-section .form-group input:not([type="submit"])::placeholder {
    color: #fff;
}
.contact-form .forms textarea:focus,
.contact-form .forms select:focus,
.contact-form .forms input:focus,
.contact-form .forms textarea:focus-visible,
.contact-form .forms select:focus-visible,
.contact-form .forms input:focus-visible,
.contact-form-section .form-group textarea:focus,
.contact-form-section .form-group input:not([type="submit"]):focus,
.contact-form-section .form-group textarea:focus-visible,
.contact-form-section .form-group input:not([type="submit"]):focus-visible {
    box-shadow: unset;
    outline: none;
}
.contact-form .forms textarea {
    max-height: 104px;
}
.custom-checkbox {
    position: relative;
    color: #fff;
}
.custom-checkbox p{
    width: auto;
    display: flex;
    margin-bottom: 0;
}
.custom-checkbox {
    position: relative;
}
.custom-checkbox input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.custom-checkbox label {
    padding-right: 30px;
}
#navigation-contact  .custom-checkbox label {
    /*padding-right: 0;*/
}
.custom-checkbox label::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #fff;
    right: 0;
    top: 0;
    border: 1px solid #b5c9d1;
}


.wpcf7-form .custom-checkbox input[type='checkbox'] {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #fff;
    right: 0;
    top: 0;
    border: 1px solid #b5c9d1;
    opacity: 1;
}

.custom-checkbox input:checked ~ label::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 7px;
    border: 1.5px solid #D52D49;
    border-top: 0;
    border-right: 0;
    right: 4px;
    top: 4px;
    transform: rotate(-50deg);

}
.content-404 .content {
    margin: 0 20px;
    font-size: 140px;
    line-height: normal;
    font-weight: 400;
    color: #4889a3;
}
.content-404 p {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 30px;
}
.content-404 .btn {
    max-width: 253px;
    width: 100%;
}
.search-listing-inner {
    background-color: #f4f4f4;
    position: relative;
    margin-bottom: 40px;
    height: 212px;
    display: flex;
}
.search-listing-inner::before {
    content: "";
    position: absolute;
    border: 1px solid #7cbad5;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    top: 15px;
    left: 15px;
}
.search-listing-inner h4 {
    color: #24596c;
    font-size: 42px;
    text-align: right;
    font-weight: 400;
    font-family: "EzerSusita-Regular";
}
.search-listing-inner p {
    margin: 0;
    max-width: 800px;
    text-align: right;
    font-size: 18px;
    line-height: 22px;
    color: #4889A3;
    font-family: 'HadassahFriedlaender-Regular';
}
.search-listing-inner .moreBtn {
    position: absolute;
    left: 1px;
    bottom: -1px;
    background: #d52d49;
    width: 35px;
    height: 35px;
    padding: 0;
    display: flex;
    justify-content: center;
}
.search-listing-image{
    object-fit: cover;
    width: 400px;
    max-width: 100%;
    height: 212px;
}
.search-listing-inner .moreBtn span{
    align-self: center;
}
.form-title {
    font-size: 24px;
    line-height: 27px;
    color: #fff;
    text-align: right;
    font-weight: 700;
    padding-right: 15px;
    border-right: 4px solid #d52d49;
    margin-bottom: 10px;
    font-family: 'HadassahFriedlaender-Bold';
}
.form-title-small {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}
.contact-form-section .forms {
    padding: 75px 30px 65px 40px;
    margin: 20px;
    margin-right: 5px;
}
.contact-form-section .col-lg-6,
.contact-form-section .col-lg-3 {
    align-self: flex-start;
}
.contact-form-section .col-lg-3.end{
    align-self: flex-end;
    margin-bottom: 8px;
}
.contact-form-section .col-lg-3.end .wpcf7-spinner{
    position: absolute;
    left: 0;
    margin: 15px;
}
.contact-form-section .col-lg-8{
    padding-right: 0;
}
.contact-form-bg {
    background-image: url(../images/contact-form.svg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    padding: 100px 30px 100px 40px;
    text-align: right;
    color: #fff;
}
.contact-form-section .form-group textarea {
    max-height: 107px;
}
.form-block {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.form-block label {
    /* width: 15%; */
    margin: 0;
    font-size: 16px;
    /* opacity: 0.6; */
    line-height: normal;
}
.form-block p {
    margin: 0;
    font-size: 18px;
}
.social-media {
    display: flex;
    margin: 15px 0;
    gap: 30px;
}
.social-media a{
    display: flex;
}
.social-media a img{
    align-self: center;
}
.contact-form-bg a.btn {
    background-color: #fff;
    border: 1px solid #d52d49;
    color: #d52d49;
    max-width: 280px;
}
.contact-form-bg a.btn:hover svg path {
    fill: #fff;
}
.contact-form-inner {
    position: relative;
}
.contact-form-inner:before {
    content: "";
    position: absolute;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 1px solid #7cbad5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.map-section {
    padding: 60px 50px 50px;
    background-color: #f4f4f4;
}
.map-section .form-title {
    color: #4889a3;
    margin-bottom: 20px;
}
.mapouter,
.gmap_canvas {
    max-width: 100%;
    width: 100% !important;
    max-height: 430px;
}
.mapouter .gmap_canvas iframe {
    width: 100%;
    height: 430px;
}
.map-box {
    border: 1px solid #7cbad5;
    padding: 20px 25px;
    display: flex;
    align-items: flex-start;
    gap: 26px;
    text-align: right;
    margin-bottom: 25px;
}
.map-box:last-child {
    margin-bottom: 0;
}
.map-box .moreBtn {
    background-color: #d52d49;
    border: 0;
    width: 35px;
    height: 35px;
    padding: 0;
}
.map-box-title {
    color: #4889a3;
    font-size: 28px;
    font-family: "EzerSusita-Regular";
    margin: 0;
    line-height: 27px;
}
.map-box ul {
    list-style-type: disc;
    padding-right: 20px;
}
.map-box label,
.map-box ul li {
    font-size: 18px;
    color: #4889a3;
    font-weight: 400;
    margin: 0;
    line-height: 28px;
}
.location {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #d52d49;
    color: #fff;
    padding: 5px 20px 5px 35px;
    font-size: 16px;
    text-align: right;
    max-width: 172px;
    line-height: 19px;
}
.location:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    border-left: 10px solid #d52d49;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
}
.location img {
    position: absolute;
    left: -25px;
    top: -8px;
}
.location p {
    margin: 0;
}





/*NoFlim Page*/
.noflim-card-list-block {
    display: flex;
    background: #4889A3;
    position: relative;
    margin-top: 30px;
    position: relative;
    /* z-index: 1; */
}
.noflim-card-list-block:after{
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 1px solid #89C9E9;
}
.noflim-card-list-block .noflim-card-body {
    padding: 20px;
    text-align: right;
    position: relative;
    /* z-index: 9; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0px;
}
.noflim-card-list-block .noflim-card-body h4 {
    font-size: 20px;
    line-height: 34px;
    color: #fff;
    font-family: 'HadassahFriedlaender-Bold';
}
.noflim-card-list-block .noflim-card-body h5 {
    font-size: 22px;
    line-height: 24.5px;
    color: #FFF;
    font-family: 'EzerSusita-Regular';
}

.noflim-card-list-block .noflim-card-body h6 {
    font-size: 22px;
    line-height: 24.5px;
    color: #9EDFFF;
    padding-right: 20px;
    border-right: 4px solid #d52d49;
    font-family: 'EzerSusita-Regular';
}

.noflim-card-list-block .moreBtn {
    position: absolute;
    left: 0px;
    bottom: -1px;
    background: #d52d49;
    width: 35px;
    height: 35px;
    padding: 0;
    z-index: 9;
    border: 0;
    cursor: pointer;
}
.noflim-card-list-block .moreBtn:focus {
    border: 0;
    box-shadow: 0;
    outline: 0;
}



/* 23-08-2023 */
.heading-line-red {
    position: relative;
}
.heading-line-red h4 {
    text-align: right;
    font-size: 30px;
    line-height: 35px;
    color: #24596c;
    font-family: "EzerSusita-Regular";
    margin: 0 110px 0 0;
    max-width: fit-content;
    width: auto;
    padding: 0 30px;
    background-color: white;
}
.heading-line-red::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #d52d49;
    top: 50%;
    left: 0;
    right: 0;
    z-index: -1;
}
.heading-line-red span {
    font-size: 24px;
    line-height: 28px;
    margin-right: 10px;
}
.container-md {
    max-width: 1415px;
}
.count-box {
    background-color: #f4f4f4;
    padding: 15px;
    max-width: 100%;
    width: 100%;
    height: 135px;
    cursor: pointer;
}

.count-box:hover {
    background-color: #24596C;
}
.count-box:hover h5 {
    color: #fff;
}
/* .count-boxMain {
display: flex;
flex-wrap: wrap;
gap: 35px;
}

.count-boxMain {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
} */


/*
.count-boxMain .tab-content {
display: flex;
flex-wrap: wrap;
gap: 35px;
}
.count-boxMain .tab-content {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
} */

/* .count-block-item {
display: flex;
flex-wrap: wrap;
gap: 35px;
} */
.count-boxMain {
    position: relative;
}
.count-btn-item {
    position: absolute;
    left: 0;
    margin-top: 15px;
    bottom: 0;
}

.count-boxMain .count-block-item {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 35px;
}
.count-box-inner {
    border: 1px solid #7cbad5;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.count-box-inner h5 {
    margin: 0;
    font-size: 30px;
    line-height: 40px;
    color: #24596c;
    font-family: 'HadassahFriedlaender-Bold';
}

.count-box:hover h5, .count-box.active h5 {
    color: #fff;
}
.count-box-inner h5 span {
    font-size: 22px;
    line-height: 29px;
}
.count-box-inner .form-control {
    border: 0;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    font-family: 'HadassahFriedlaender-Bold';
    text-align: center;
}

.count-box.active input.form-control::placeholder {
    color: #cc0000;
}

.count-box-inner .form-control::placeholder {
    color: #24596c !important;
}

.count-box.active .count-box-inner .form-control {
    color: #fff;
}
.count-box:hover .form-control::placeholder, .count-box.active .form-control::placeholder {
    color: #fff !important;
    background-color: #24596C;
    color: rgba(255, 255, 255, 0.5);
}

.count-box-inner .btn:hover, .count-box-inner .btn.active {
    background-color: #D43333;
    color: #fff;
}
.count-box-inner .form-control:focus{
    background-color: transparent;
    color: rgba(255, 255, 255, 0.5);
    outline: 0;
    box-shadow: 0px 1px 0px 0px #7cbad5;
    width: 80%;
}
.count-box:hover, .count-box.active  {
    background-color: #24596C;
}
.count-form {
    text-align: right;

}
.count-form form {
    width: 100%;
    height: 300px;
}
.count-form form .form-control {
    min-height: 167px;
}


.count-boxMain .btn img {
    filter: brightness(0.8);
}
.count-boxMain .btn:hover {
    background-color: #D43333;
    color: #fff;
}
.count-boxMain .btn.active {
    background-color: #D43333;
    border: 1px solid #D43333;
    color: #fff;
}
.count-boxMain .btn img {
    filter: brightness(0.8);
}


.theme-transparent-btn {
    background-color: transparent;
    border: 1px solid #4889a3;
    color: #4889a3;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    gap: 15px;
    padding: 8px 50px;
    height: auto;
}
.theme-transparent-btn:hover {
    border: 1px solid #D43333;
}
.theme-transparent-btn:hover img, .theme-transparent-btn.active img {
    filter: brightness(4.5);
}
.common-content {
    max-width: 915px;
    margin: auto;
    padding: 0 15px;
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
    color: #24596c;
    text-align: justify;
    text-align-last: center; 
    text-justify: inter-word;
    word-break: break-word;
}
.form-list-col .form-control {
    background-color: #fff;
    appearance: none;
    text-align: right;
}

/* input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
display: none;
-webkit-appearance: none;
} */


input[type="date"]{
    padding: 10px 11px;
}

.form-list-col .customSelect {
    position: relative;
}
.form-list-col .customSelect::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    left: 15px;
    top: 15px;
    border: 2px solid #4889a3;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
}
.form-list-col label {
    color: #fff;
    margin: 0;
    display: flex;
    height: 100%;
    align-items: center;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
}
.simulator-card {
    display: flex;
    margin-top: 30px;
}
.simulator-card-body {
    width: 50%;
    padding: 30px 20px;
    text-align: right;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.simulator-card-body h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    padding-right: 15px;
    border-right: 3px solid #d52d49;
    font-family: 'EzerSusita-Regular';
}
.simulator-card-body h5 {
    color: #fff;
    margin-bottom: 17px;
    font-size: 42px;
    line-height: 42px;
    font-family: "EzerSusita-Regular";
}
.simulator-card-body p {
    font-size: 18px;
    line-height: 20px;
    margin: 0;
}
.simulator-card-body ul li {
    display: flex;
    align-items: center;
    gap: 13px;
    font-size: 16px;
    font-family: 'HadassahFriedlaender-Regular';
    line-height: 16px;
    margin-bottom: 10px;
}
.simulator-card-body ul li:last-child {
    margin-bottom: 0;
}
.simulator-middle {
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #fff;
    width: 99px;
    height: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    bottom: 30px;
    padding: 20px;
    text-align: center;
    border: 1px solid #d52d49;
    color: #d52d49;
}
.simulator-middle:hover {
    background-color: #d52d49;
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
}
.simulator-card .card-img {
    width: 50%;
    min-height: 367px;
    height: 367px;
    object-fit: cover;
}
.bg-theme-light-500 {
    background-color: #89c9e9;
}

.simulator-card.bg-theme-light-500 h4, .simulator-card.bg-theme-light-500 h5 {
    color: #24596c;
}

.slick-prev,
.slick-next {
    background: black !important;
}
.searchBox {
    border-right: 4px solid #d52d49;
    padding: 0 20px 0 30px;
    position: relative;
    max-width: 422px;
    width: 100%;
}
.searchBox button{
    display: block;
    background: none;
    border: 0;
}
.searchIcon {
    position: absolute;
    left: 0;
    width: 20px;
}
.searchBox input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #b5c9d1;
    color: #24596c;
    font-size: 22px;
    line-height: 16px;
    font-weight: 400;
    font-family: "EzerSusita-Regular";
}
.search-heading-part {
    text-align: right;
}
.search-heading-part #breadcrumbs{
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
}
.search-heading-part .heading {
    font-family: "EzerSusita-Regular";
    font-size: 60px;
    line-height: 72px;
    margin: 0;
}
.search-heading-part p {
    font-size: 22px;
    font-family: Ezer Susita;
    line-height: 16px;
    margin: 0;
}
.search-heading-part #breadcrumbs p span {
    color: #24596C;
}



.search-input-block button {
    background: none;
    border: 0;
    display: block;
}







/* .navigation-contact .modal-header {
background-color: #24596C;
border: 0;
}
.navigation-contact .modal-header h5 {
font-family: 'HadassahFriedlaender-Bold';
}
.navigation-contact .modal-body {
background-color: #4889A3;
padding: 0;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.navigation-contact .form-control {
background-color: #fff;
}
.navigation-contact .modal-footer {
padding: 0;
border: 0;
}
.navigation-contact form {
padding: 20px;
position: relative;
}
.navigation-contact .modal-bg {
background-image: url(../images/modal-bg.png);
background-size: cover;
background-repeat: no-repeat;
height: 340px;
width: 100%;
background-position: bottom;
}
.navigation-contact {
right: auto;
width: 440px;
}
.navigation-contact .modal-dialog {
margin: 0;
}

.navigation-contact .modal-content {
border-radius: 0;
height: 100vh;
}
.navigation-contact .modal-header .close {
opacity: 9;
} */

/* .left-modal-slide .modal .modal-header .close:focus {
border: 0;
outline: 0;
}
.left-modal-slide .modal .form-group {
position: relative;
}
.left-modal-slide .modal input[type="date"]::-webkit-calendar-picker-indicator {
position: absolute;
left: 10px;
}
.left-modal-slide .modal input::-webkit-datetime-edit {
text-align: right;
}
.left-modal-slide .modal input[type="time"]::-webkit-calendar-picker-indicator {
position: absolute;
left: 0;
} */




.navigation-contact {
    position: fixed;
    top: 0px;
    left: -900px;
    background-color: #fff;
    z-index: 9999;
    height: 100vh;
    padding-top: 0;
    transition: all 0.4s ease;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.18);
    width: 400px;
}
.navigation-header {
    background-color: #4889A3;
    padding: 7px 20px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navigation-header .close {
    opacity: 9;
    position: absolute;
    right: 30px;
}
.navigation-header .close:focus {
    border: 0;
    outline: none;
}
.navigation-header h5 {
    font-family: 'HadassahFriedlaender-Bold';
    margin-bottom: 0;
    text-align: center;
    font-size: 24px !important;
}
.navigation-contact .navigation-body {
    background-color: #fff;
    padding: 40px 20px;
    font-family: 'HadassahFriedlaender-Regular';
}

.navigation-contact .navigation-body .form-control {
    font-size: 18px;
}
.navigation-contact .navigation-body .form-control::placeholder {
    color: #4889A3;
}

.navigation-contact .navigation-body hr {
    border-top: 1px solid #89C9E9;
}
.navigation-contact .navigation-body h5 {
    font-family: 'HadassahFriedlaender-Bold';
    font-size: 22px;
    color: #4889A3;
    text-align: center;
}
.navigation-contact .navigation-body h6 {
    font-family: 'HadassahFriedlaender-Regular';
    font-size: 18px;
    color: #4889A3;
    text-align: center;
}
.navigation-footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}
.navigation-footer .form-group {
    width: 100%;
}
.navigation-footer .contact-icon-block {
    display: flex;
    gap: 40px;
}
.navigation-footer .contact-icon {
    text-align: center;
    line-height: 60px;
}
.navigation-footer .contact-icon a{
    text-decoration: none;
}
.navigation-footer .contact-icon:last-child {
    border-right: 1px solid rgba(72, 137, 163, 0.2);
    padding-right: 70px;
}

.navigation-body label {
    font-family: 'HadassahFriedlaender-Regular';
}



.navigation-menu .navigation-header {
    background-color: #24596C;
}

.navigation-menu .navigation-body {
    background-color: #4889A3;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
}
.navigation-menu .navigation-body .dropdown.show .form-control {
    border: 1px solid #89C9E9;
}
.navigation-menu .form-control {
    background-color: #fff;
}
.navigation-menu .navigation-footer {
    padding: 0;
    border: 0;
}
.navigation-menu form {
    padding: 20px;
    position: relative;
}
.navigation-menu .navigation-bg {
    background-image: url(../images/modal-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 340px;
    width: 100%;
    background-position: bottom;
}



.megamenu-modal.active {
    display: block;
}
.megamenu-modal {
    display: none;
    position: absolute;
    top: 140px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 75%;
    z-index: 999999;
    right: 20px;
    background: #fff !important;
    padding: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.megamenu-modal .navigation-body {
    display: flex;
    justify-content: space-between;
}
.megamenu-modal .navigation-body .icon-block {
    display: flex;
    gap: 20px;
    align-items: center;
}
.megamenu-modal .navigation-body .mega-menu-content {
    display: flex;
    gap: 50px;
    align-items: center;
}
.megamenu-modal .navigation-body .mega-menu-content .megamenu-item {
    display: flex;
    gap: 60px;
}

.megamenu-modal .navigation-body .mega-menu-content .megamenu-item ul {
    text-align: right;
    border-right: 2px solid #D52D49;
    padding-right: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.megamenu-modal .navigation-body .mega-menu-content .megamenu-item ul a {
    color: #4889A3;
    font-family: 'EzerSusita-Regular';
    font-size: 28px;
    margin-bottom: 20px;
    display: block;
    text-decoration: none;
}
.megamenu-modal .navigation-body .mega-menu-content .mega-title {
    color: #24596C;
    font-family: 'EzerSusita-Bold';
    font-size: 36px;
    line-height: normal;
    text-align: right;
}
.megamenu-modal .navigation-body .mega-menu-content .mega-icon {
    border: 1px solid #4889A3;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
}








.share-modal.active {
    display: block;
}
.share-modal {
    display: none;
    position: absolute;
    bottom: -25px;
    left: -60px !important;
    width: 220px;
    z-index: 999999;
    background: #fff !important;
    padding: 7px 10px;
    right: auto;
}
.share-modal-transparent {
    background-color: #24596C !important;
}
.share-icon-block img {
    position: static;
}
.share-icon-block ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.share-icon-block ul li:last-child {
    border-right: 1px solid rgba(181, 201, 209, 0.5);
    padding-right: 20px;
}



.banner-slide-modal.active {
    display: block;
}
.banner-slide-modal {
    display: none;
    position: absolute;
    top: 0;
    z-index: 999999;
    right: 20px;
    background: #fff !important;
}
.banner-slide-modal .navigation-title {
    text-align: right;
    color: #4889A3;
    font-family: 'HadassahFriedlaender-Bold';
    font-size: 18px;
    border-bottom: 1px solid #7CBAD5;
    padding-bottom: 20px;
    margin-bottom: 30px;
}


.banner-slide-modal .navigation-body {
    width: 80%;
    margin: 0 auto;
    text-align: right;
    padding: 20px 0;
    position: relative;
}
.banner-slide-modal:after {
    content: "";
    position: absolute;
    right: -5px;
    top: 0;
    width: 5px;
    height: 100%;
    background: #D52D49;
}
.banner-slide-modal .navigation-body h4 {
    color: #4889A3;
    font-family: 'HadassahFriedlaender-Bold';
    font-size: 16px;
    margin-left: 30px;
}
.banner-slide-modal .navigation-body .media-body h5 {
    font-family: 'HadassahFriedlaender-Regular';
    font-size: 16px;
    color: #333333;
}
.banner-slide-modal .navigation-body .media-body p {
    font-family: 'HadassahFriedlaender-Regular';
    font-size: 16px;
    color: #606060;
}
.banner-slide-modal .close {
    float: left;
    padding: 20px;
    opacity: 1;
}
.banner-slide-modal .close:focus {
    border: 0;
    outline: none;
}



img#navigation-search {
    cursor: pointer;
}
.navigation-search {
    display: none;

}
.navigation-search.active {
    display: block;
    position: absolute;
    z-index: 9;
    background: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 8px 0;
    height: 74px;
    top: 51px;
    z-index: 9999;
}
.navigation-search .close {
    position: absolute;
    left: 20px;
    top: 24px;
    opacity: 9;
}
.navigation-search .navigation-body form {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.search-input-block {
    position: relative;
    width: 500px;
}
.search-input-block .form-control {
    border: 0;
    border-bottom: 1px solid #B5C9D1;
    width: 100%;
}
.search-input-block img {
    position: absolute;
    left: -40px;
    bottom: 0;
    width: 20px;
}
.navigation-title {
    font-family: 'EzerSusita-Regular';
    font-size: 30px;
}


.active {
    left: 0;
    display: block;
}

.inner-owl-slider .owl-nav button {
    z-index: 99999999;
}

.footer-block h3 {
    color: #fff;
    font-family: 'EzerSusita-Regular';
    font-size: 20px;
}
.social-media {
    flex-wrap: wrap;
}




/*Mobile menu*/
.navigation-contact.navigation-main-menu .top-right-header ul.mobilemenu-list {
    text-align: right;
}
.navigation-contact.navigation-main-menu .top-right-header ul.mobilemenu-list li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.navigation-contact.navigation-main-menu .top-right-header ul.mobilemenu-list li a {
    color: #fff !important;
    font-family: 'EzerSusita-Regular';
    font-size: 29px;
    display: inline-block;
    text-decoration: none;
}
.navigation-contact.navigation-main-menu .navigation-footer {
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
}
.navigation-contact.navigation-main-menu .navigation-footer .btn {
    background-color: #fff;
    color: #24596c;
    position: relative;
    padding: 15px 60px;
    width: 100%;
    margin-bottom: 20px;
}
.navigation-contact.navigation-main-menu .top-right-header ul.list li {
    font-size: 20px;
}
.navigation-contact.navigation-main-menu .navigation-footer .btn:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #7CBAD5;
}


#navigation-contact .navigation-footer {
    background-color: transparent;
}

.navigation-footer {
    /* border-top: 1px solid #89C9E9; */
    padding-top: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
}
.navigation-contact.navigation-main-menu .navigation-header,  .navigation-contact.navigation-main-menu .navigation-body {
    background-color: transparent
}

body .navigation-contact.navigation-main-menu.navigation-main-menu-dropdown .top-right-header ul.mobilemenu-list li a,
body .navigation-contact.navigation-main-menu.navigation-main-menu-dropdown .top-right-header ul.list li,
body .navigation-contact.navigation-main-menu.navigation-main-menu-dropdown .mobilemenu-list a {
    color: #4889A3 !important;
    font-size: 28px;
}

body .navigation-contact.navigation-main-menu.navigation-main-menu-dropdown .top-right-header ul.mobilemenu-list li.active {
    border-bottom: 2px solid #D52D49;
    padding-bottom: 20px;
}
body .navigation-contact.navigation-main-menu.navigation-main-menu-dropdown .top-right-header ul.mobilemenu-list li.active a {
    color: #24596C !important;
    font-size: 29px;
}


.navigation-footer {
    background-color: #24596C;
}
.navigation-footer ul {
    display: flex;
    gap: 10px;
}
.navigation-footer ul li a {
    color: #fff;
}
.navigation-footer ul li {
    border-right: 1px solid #D52D49;
    padding-right: 10px;
    line-height: 16px;
}
.navigation-footer ul li:first-child {
    border-right: none
}






body .navigation-contact.navigation-main-menu.navigation-main-menu-dropdown {
    background-color: #fff;
}
.form-list-col .form-group h3 {
    text-align: right;
}
.events-common-box .card {
    margin-bottom: 40px;
}
.post-type-archive-events .events-common-box .card {
    min-height: 560px;
}
.card .card-body .card-title {
    min-height: 140px;
}
.card .card-body {
    padding: 30px;
}
.visit-hill-section {
    padding-left: 60px;
    padding-right: 60px;
}
.single-activities .visit-hill-section{
    background: #fff;
}

.single-activities .offer-card .offer-img {
    height: 400px;
    max-height: 400px;
}

section.visitor-section .visitor-owl-slider {
    padding-right: 70px;
}
.visitor-section .owl-nav .owl-prev,
.visitor-section .owl-nav .owl-next {
    right: 0;
}
.icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.maagar-info .event-section img.offer-img {
    min-height: 550px;
    width: 50%;
    object-fit: cover;
}
.infosmall-card-img img {
    min-height: 140px;
    object-fit: cover;
}

.dropdown-toggle::after {
    display: none;
}
.dropdown.show .form-control {
    background-color: #4889A3;
    border: #89C9E9;
    color: #fff;
    padding: 12px 11px;
}
.dropdown.show.input-icon img {
    transform: rotate(180deg);
    filter: brightness(5);
    margin: -5px;
}
.dropdown-menu {
    min-width: 100%;
    border-radius: 0;
    border: 1px solid #89C9E9;
    padding: 0;
    margin: 0;
}
.dropdown-item {
    border-bottom: 1px solid #89C9E9;
    padding: 11px 15px;
    font-size: 18px;
    color: #4889A3;
    font-family: "HadassahFriedlaender-Regular";
    text-align: right;
    display: flex;
    line-height: 23px;
}
.dropdown-item label {
    font-size: 18px;
    color: #4889A3;
    font-family: "HadassahFriedlaender-Regular";
    font-weight: 400;
    line-height: normal;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #fff;
}
.search-rezult-block .navbar {
    background: rgb(36, 89, 108, 0.8);
}
.content-404 {
    margin-top: 100px;
}
.search-rezult-banner-block {
    margin-top: 100px;
}
.search-rezult-block .breadcrumb_last{
    color: inherit;
}
.search-rezult-block #breadcrumbs a{
    color: inherit;
}
.search-rezult-block #breadcrumbs{
    color: #24596C;
}





.modal .noflim-card-list-block {
    background-color: transparent;
}
.modal .noflim-card-list-block:after {
    display: none;
}
.modal .close {
    position: absolute;
    left: 0;
    top: 0;
}
.modal .location-block {
    display: block;
    height: auto;
    padding: 40px;
}
.modal .location-block .close {
    opacity: 1;
}
.modal .noflim-card-list-block .noflim-card-body h4 {
    border: 0;
    padding: 0;
    font-size: 22px;
}
.modal .noflim-card-list-block .noflim-card-body h4 span {
    display: block;
    font-size: 18px;
}
.modal .noflim-card-list-block .userinfo-detail {
    display: flex;
    gap: 30px;
}


.modal-scroll-block .modal-scroll-content {
    text-align: right;
    margin-top: 30px;
    position: relative;
}
.modal-scroll-block .modal-scroll-content h2 {
    font-size: 32px;
    font-family: 'EzerSusita-Regular';
}
.modal-scroll-block .modal-scroll-content .description {
    font-size: 18px;
    line-height: 150%;
}

.modal-scroll-block .modal-scroll-content .description {
    overflow-x: auto;
    height: 300px;
    direction: ltr;
    padding-right: 30px;
}
.modal-scroll-block .modal-scroll-content .description::-webkit-scrollbar {
    width: 5px;
}


.modal-scroll-block .modal-scroll-content .description::-webkit-scrollbar-track {
    background: #D52D49;
}


.modal-scroll-block .modal-scroll-content .description::-webkit-scrollbar-thumb {
    background: #D52D49;
}
.modal-scroll-block .modal-scroll-content .description::-webkit-scrollbar-thumb:hover {
    background: #D52D49;
}
.modal-scroll-block {
    position: relative;
}

/* .modal-scroll-block:after {
content: "";
position: absolute;
top: 20px;
right: -3px;
height: 30px;
width: 30px;
background-image: url(../images/blue-arrow-bottom-icon.svg);
transform: rotate(180deg);
background-repeat: no-repeat;
z-index: 9;
}
.modal-scroll-block:before {
content: "";
position: absolute;
bottom: 20px;
right: -21px;
z-index: 9;
height: 30px;
width: 30px;
background-image: url(../images/blue-arrow-bottom-icon.svg);
background-repeat: no-repeat;

} */




.footer-fixed-btn {
    background: #D52D49;
    color: #fff;
    font-size: 26px;
    line-height: 150%;
    padding: 6px 20px;
    display: block;
    font-family: 'EzerSusita-Regular';
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9;
    display: none;
}
.footer-fixed-btn img {
    filter: brightness(5);
}
.footer-fixed-btn:focus,   .footer-fixed-btn:hover {
    border: 0;
    text-decoration: none;
    color: #fff;
}

#owl-carousel-banner .item > div{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#breadcrumbs{
    line-height: 0;
    text-align: right;
}
#breadcrumbs a{
    color: #fff;
}

form input.error,
.custom-form form input.error{
    border: 1px red solid;
    background: pink;
}
form span.error,
.custom-form form span.error {
    display: inline-block;
    margin-bottom: 0;
    width: ;
    width: 100%;
    /*direction: rtl;*/
    text-align: start;
    color: pink;
    order: 1;
    direction: ltr;
}

.custom-form form .col-lg-2,
.custom-form form .col-lg-3,
.custom-form form .col-lg-4
{
    align-self: start;
}

.custom-form form .col-lg-3:nth-child(1){
    align-self: end;
}

/*   form .custom-checkbox,
.custom-form form .custom-checkbox {
position: relative;
flex-wrap: wrap;
}*/

.form-textarea-wrapper{
    flex-wrap: wrap;
}

.page-template-template-contact-us #contactForm .col-lg-6 {
    align-self: flex-start;
}

.event-section img.img-event,
.events-common-box img.img-event{
    height: 240px;
    width: 100%;
    object-fit: cover;
}

.signin-section .form-wrapper{
    width: 83%;
    margin: 0 auto;
}
.signin-section form{
    width: 100%;
}

.upload_cv{
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.upload_cv input{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: scale(1.5);
    opacity: 0;
}

#retrievePasswordFormWrapper{
    display: none;
}

#blockpage {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    background: rgb(0 0 0 / 50%);
    transition: .3s all;
    opacity: 0;
    visibility: hidden;
}
#blockpage.active{
    opacity: 1;
    visibility: visible;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #24596C; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    align-self: center;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    color: #fff;
    text-align: center;
}


.post-type-archive-guides .wpcf7 form.sent .wpcf7-response-output,
.post-type-archive-guides .wpcf7 form.invalid .wpcf7-response-output,
.post-type-archive-guides .wpcf7 form.unaccepted .wpcf7-response-output,
.post-type-archive-guides .wpcf7 form.payment-required .wpcf7-response-output {
    color: #24596C;
}

.contact-form-section .form .col-lg-6,
.contact-form-section .form .col-lg-3 {
    align-self: flex-start;
}

.toggleContrast{
    border: 0;
    background: none;
}


.post-type-archive-guides .wpcf7 input[type="file"] {
    cursor: pointer;
    top: 0;
    position: relative;
    opacity: 1;
    opacity: 0;
    top: -20px;
    opacity: 0;
}


#navigation-contact .custom-checkbox {
    color: #4889A3;
}

.maagar-owl-slider .item img{
    width: 100%;
    object-fit: cover;
}

#navigation-contact .navigation-body{
    /*height: 100%;*/
    /*overflow: auto;*/
    /*padding-bottom: 30% !important;*/
}

#navigation-contact .wpcf7-spinner{
    /*display: none;*/
}
#navigation-contact .navigation-body .row:first-child {
    height: 485px;
    height: 27vw;
    overflow: auto;
}

#navigation-contact .navigation-body .row:first-child::-webkit-scrollbar {
    width: 5px;
}

#navigation-contact .navigation-body .row:first-child::-webkit-scrollbar-track {
    background: #24596C;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#navigation-contact .navigation-body .row:first-child::-webkit-scrollbar-thumb {
    background: #24596C;
}


#navigation-contact .navigation-footer{
    background: #fff;
}
.navigation-footer {
    z-index: 0;
}
#navigation-contact .navigation-body {
    padding: 30px 20px;
}
#navigation-contact .navigation-body hr{
    margin-top: 0;
}
#navigation-contact .wpcf7 form.sent .wpcf7-response-output,
#navigation-contact .wpcf7 form.invalid .wpcf7-response-output,
#navigation-contact .wpcf7 form.unaccepted .wpcf7-response-output,
#navigation-contact .wpcf7 form.payment-required .wpcf7-response-output {
    color: #4889A3;
    margin: 0 auto;
}


/*@media(max-width: 640px){*/
.top-right-header li.fixlink a{
    padding: 0 !important;
    margin: 0 !important;
    line-height: 0 !important;
}
/*}*/


body .wpcf7-not-valid-tip {
    color: pink;
    text-align: right;
}

body #navigation-contact .wpcf7-not-valid-tip {
    color: red;
}

.home-page-title a{
    color: inherit;
    text-decoration: none;
}


#eventIFrame{
    height: 1400px;
    width: 90%;
    margin: 0 auto;
    overflow-y: auto;
}

#eventIFrame::-webkit-scrollbar {
    width: 5px;
}

#eventIFrame::-webkit-scrollbar-track {
    background: #24596C;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#eventIFrame::-webkit-scrollbar-thumb {
    background: #24596C;
}

#eventIFrame iframe{
    width: 100%;
    height: 100%;
    height: 30vw;
    border: 0;
    width: 100%;
    margin: 0 auto;
}

.form-group-byHour{
    display: none;
}

.form-group-byHour.active{
    display: block;
}


body.contrast,
body.contrast section,
body.contrast header,
body.contrast footer,
body.contrast div{
    /*filter: grayscale(1);*/
    background-color: #000 !important;
    color: yellow !important;
}


body.contrast a,
body.contrast input,
body.contrast textarea,
body.contrast button{
    background-color: #000 !important;
    color: yellow !important;
    border: 1px yellow solid !important;
}


body.contrast p,
body.contrast span,
body.contrast h1,
body.contrast h2,
body.contrast h3,
body.contrast h4,
body.contrast h5,
body.contrast h6{
    color: yellow !important;
}



.navigation-contact .offer-card .offer-card-body{
    padding: 0;
    width: 89%;
    max-width: 89%;
    margin: 0 auto;
}

.navigation-contact .offer-card .offer-card-body h6{
    display: none;
}
.navigation-contact .offer-card .offer-card-body .offer-round{
    display: none;
}

.navigation-contact .offer-card .offer-card-body .offer-img {
    height: 266px;
    width: 100%;
}

.navigation-contact .offer-card .offer-card-body .offer-head .description{
    margin: 20px 0;
    border-top: 5px #fff solid;
    padding-top: 20px;
}

body button#searchActivitiesSubmit.btn{
    display: none !important;
}
body button#searchActivitiesSubmit.active{
    display: block !important;
}

.lity-content iframe {
    width: 1024px;
    height: 85vh;
    max-width: 100%;
}
.lity {
    z-index: 99999 !important;
}


body .ui-state-default, .ui-widget-content .ui-state-default, body .ui-widget-header .ui-state-default, .ui-button, body html .ui-button.ui-state-disabled:hover, body html .ui-button.ui-state-disabled:active {
    border: 1px solid transparent !important;
    background: #D52D49!important;
    color: #fff!important;
    text-align: center !important;
    font-size: 16px !important;
}

body .ui-state-disabled .ui-state-default {
    background: transparent !important;
    color: #24596C !important;
    cursor: no-drop;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: 1 !important;
    pointer-events: initial !important;
}

body .ui-datepicker .ui-datepicker-title,
body .ui-datepicker th {
    color: #4889A3 !important;
}
body .ui-state-active,
body .ui-widget-content .ui-state-active,
body .ui-widget-header .ui-state-active,
body a.ui-button:active, .ui-button:active,
body .ui-button.ui-state-active:hover
{
    border: 1px solid #D52D49 !important;
    background: #D52D49 !important;
    color: #fff !important;
}
body .ui-datepicker .ui-datepicker-header {
    background: transparent !important;
    border: 0 !important;
}
.ui-datepicker .ui-datepicker-title {
    text-align: right  !important;
    margin: 0.5em 1em 0 !important;
}

body .ui-datepicker-rtl .ui-datepicker-next{
    background: #fff !important;
    border: 0 !important;
    top: 8px;
}
body .ui-datepicker-rtl .ui-datepicker-prev {
    left: 25px !important;
    right: auto !important;
    background: #fff !important;
    border: 0 !important;
    top: 8px;
}
body #ui-datepicker-div{
    width: 360px !important;
}

body .ui-datepicker .ui-datepicker-prev span.ui-icon {
    background-image: url(../images/blue-arrow-icon.svg) !important;
    background-position: 0px 0px;
    background-color: #fff;
    background-repeat: no-repeat;
    color: transparent;
    transform: rotate(-180deg);
    cursor: pointer;
}
body .ui-datepicker .ui-datepicker-next span.ui-icon {
    background-image: url(../images/blue-arrow-icon.svg) !important;
    background-position: 5px 5px;
    background-color: #fff;
    background-repeat: no-repeat;
    color: transparent;
    cursor: pointer;
}


body button#searchActivitiesSubmit {
    background: #D52D49;
    border-color: #D52D49;
}

.wpml-ls-legacy-list-horizontal,
.otgs-development-site-front-end {
    display: none !important;
    background-color: transparent !important;
}


body.page-template-template-lohem .heading h1{
    text-align: center;
    padding-top: 200px;
}
body.page-template-template-lohem #breadcrumbs{
    display: none;
}
body.page-template-template-lohem #navbarCollapse{
    display: none !important;
}
body.page-template-template-lohem .navbar-expand-xl>.container,  body.page-template-template-lohem .navbar-expand-xl>.container-fluid{
    justify-content: center;
}



body.page-template-template-lohem .forms {
    border: 1px solid #7CBAD5;
    padding: 75px 320px;
    margin: 20px;
}
body.page-template-template-lohem .wpcf7 .form-title {
    font-size: 28px;
    position: relative;
    padding-right: 0;
    border: 0;
}

body.page-template-template-lohem .wpcf7 .form-title:after {
    content: 'x';
    padding-top: 15px;
    border-top: 6px solid #d52d49;
    position: absolute;
    right: 0;
    top: -20px;
    width: 110px;
    color: transparent;
    pointer-events: none;
}

body.page-template-template-lohem .contact-form-section .form-group textarea {
    max-height: 167px;
}

body.page-template-template-lohem #hokaraForm .form-group label{
    color: #B5C9D1;
    text-align: right;
    display: block;
    line-height: 1;
    font-size: 16px;
    margin-top: 5px;
}
body.page-template-template-lohem #hokaraForm .form-group label.title {
    color: #fff;
    font-size: 18px;
}
body.page-template-template-lohem #hokaraForm .form-group {
    text-align: right;
}

body.page-template-template-lohem  .add_links,
body.page-template-template-lohem  .add_attachment,
body.page-template-template-lohem  .add_attachment2
 {
    height: 46px;
    width: 255px;
    background: #24596c;
    border: 1px #fff solid;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    cursor: pointer;
}

body.page-template-template-lohem input[name='attachment1'], body.page-template-template-lohem input[name='attachment2'] {
    background-image: url(../images/link-icon.svg);
    background-repeat: no-repeat;
    background-position: 15px;
}


body.page-template-template-lohem .add_links:after,
body.page-template-template-lohem .add_attachment:after,
body.page-template-template-lohem .add_attachment2:after
{
    content: 'x';
    background-image: url(../images/plus-icon.svg);
    background-repeat: no-repeat;
    background-position: center top;
    width: 20px;
    height: 20px;
    display: inline-block;
    color: transparent;
    position: relative;
    top: 13px;
    right: 10px;
}

body.page-template-template-lohem .forms select{
    width: 100%;
}

body.page-template-template-lohem .bg-theme-dark {
    margin-top: 50px;
}


body.page-template-template-lohem  #hokaraForm span.wpcf7-form-control-wrap {
    color: #fff;
}

body.page-template-template-lohem #hokaraForm .custom-checkbox{
    padding-right: 30px;
}

body.page-template-template-lohem  #hokaraForm .wpcf7-form-control-dropdown,
body.page-template-template-lohem  #hokaraForm span.wpcf7-form-control-wrap[data-name="additional"] {
    color: #fff;
    background: red;
    width: 100%;
    display: block;
    height: 41px;
    background-color: #6da1b5;
    border: 1px solid #89c9e9;
    padding: 10px;
    color: #fff;
    text-align: right;
    direction: ltr;
}

body.page-template-template-lohem .wpcf7-form-control-dropdown {
    position: relative;
    z-index: 99;
    position: absolute;
    right: 0;
    width: 100%;
    top: 40px;
    height: auto;
    display: none;
}
body.page-template-template-lohem .wpcf7-form-control-dropdown.active{
    display: block;
}

body.page-template-template-lohem .first.last{
    overflow-x: hidden;
}

body.page-template-template-lohem #hokaraForm .form-control {
    height: 40px !important;
    background: #6da1b5;
    color: #fff;
    padding-left: 40px;
    overflow: hidden;
    text-wrap: nowrap;
}

body.page-template-template-lohem #hokaraForm .form-textarea{
    width: 100% !important;
    background-color: #6da1b5;
    border: 1px solid #89c9e9;
    padding: 10px;
    color: #fff;
    max-height: 167px;
}
body.page-template-template-lohem #hokaraForm .checkbox-label{
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 25px;
    text-align: right;
}
body.page-template-template-lohem #hokaraForm .checkbox-field{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #fff;
    right: 0;
    top: 0;
    border: 1px solid #b5c9d1;
    opacity: 1;
}
body.page-template-template-lohem #hokaraForm .wpcf7-list-item-label{
    color: #fff;
    margin-right: 30px;
}

body.page-template-template-lohem .input-icon img {
    top: 20px;
}

body.page-template-template-lohem .dropdown .form-group {
    margin-bottom: 0;
}
body.page-template-template-lohem .dropdown label{
    line-height: 1;
}

.first.last .wpcf7-list-item-label{
    text-wrap: nowrap;
}
body.page-template-template-lohem .wpcf7-form-control-dropdown .wpcf7-list-item {
    line-height: 40px;
}

body.page-template-template-lohem #hokaraForm span.wpcf7-list-item.first.last input{
    display: none;
}

body.page-template-template-lohem #hokaraForm span.wpcf7-list-item.first.last label{
    color: inherit;
    line-height: inherit;
    font-size: inherit;
}

body.page-template-template-lohem .wpcf7-list-item {
    display: block;
    width: 100%;
    direction: rtl;
}

[name='attachment1File'],
[name='attachment2File']
{
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    opacity: 0;
}

@media(max-width: 1025px){
    body.page-template-template-lohem .forms {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media(max-width: 670px){
    body.page-template-template-lohem .forms {
        padding-right: 0px;
        padding-left: 0px;
    }
    body.page-template-template-lohem .row.mb-2,
    body.page-template-template-lohem .contact-form-section h3.form-title-small,
    body.page-template-template-lohem .wpcf7 .form-title {
        padding: 0 20px;
        margin-bottom: 20px;
    }
    body.page-template-template-lohem .wpcf7 .form-title:after {
        right: 20px;
    }
    body.page-template-template-lohem .add_links,
    body.page-template-template-lohem .add_attachment,
    body.page-template-template-lohem .add_attachment2
    {
        width: 100%;
    }
    body.page-template-template-lohem #hokaraForm .form-group label {
        line-height: 24px;
    }
    body.page-template-template-lohem .forms {
        margin: 20px 0;
    }
    body.page-template-template-lohem ._link .col-lg-6{
        padding: 0;
    }
}




.toExcel .moreBtn,
.hokara-listing-box-wrapper .moreBtn {
    position: absolute;
    left: 0px;
    bottom: -1px;
    background: #d52d49;
    width: 35px;
    height: 35px;
    padding: 0;
    z-index: 9;
    border: 0;
    cursor: pointer;
}
.toExcel .moreBtn,
.hokara-listing-box-wrapper .moreBtn:focus {
    border: 0;
    box-shadow: 0;
    outline: 0;
}

.toExcel .moreBtn {
    position: relative;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    margin-left: 15px;
}

.toExcel a{
    color: #fff;
    text-decoration: none;
}

.toExcel {
    position: absolute;
    left: 30px;
    font-size: 18px;
    top: 85px;
    z-index: 1;
}

.hokara-listing-section .container{
    position: relative;
}


.post-type-archive-hokara .modal.show .modal-dialog{
    max-width: 1800px;
    max-width: 1100px;
}


.post-type-archive-hokara .modal .about-list .media a {
    color: #fff;
    text-decoration: none;
}

.post-type-archive-hokara .hokara-popup-owl-slider .item img {
    height: 217px !important;
    height: 390px !important;
}

.post-type-archive-hokara .hokara-popup-owl-slider .item span {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    padding: 5px;
    background: hsl(0deg 0% 0% / 70%);
    width: 100%;
    display: flex;
    padding: 5px 15px;
}
.post-type-archive-hokara .modal .container {
    max-width: 1600px;
}
.post-type-archive-hokara .modal .container.container-gallery{
    /*margin-bottom: 50px;*/
}

.post-type-archive-hokara .modal .location-block {
    background-image: url(../images/hokara-listing-bg.png);
}
.post-type-archive-hokara .about-list .media {
    height: 70px;
}

.post-type-archive-hokara .modal-scroll-block .modal-scroll-content .description{
    height: auto;
    padding-right: 0;
}

.post-type-archive-hokara .about-list {
    margin-top: 0;
}
.post-type-archive-hokara .heading-icon-block {
    padding-bottom: 0;
    border-bottom: 0;
}

.post-type-archive-hokara hr {
    border-top: 2px solid #8799A2;
    margin-top: 40px;
    margin-bottom: 40px;
}


.post-type-archive-hokara .additional-list .media {
    /*height: 70px;*/
    /*height: 35px;*/
    min-width: 210px;
    background: rgb(255 255 255 / 10%);
    border: 1px #fff solid;
    margin-left: 25px;
}



.post-type-archive-hokara .map-location-block h4 {
    border-right: 0;
    padding: 0;
    text-align: center;
    display: block;
    width: 100%;
    height: 35px;
    line-height: 40px;
}

.post-type-archive-hokara .map-location-block a{
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}
.post-type-archive-hokara .additional-list .col {
    display: flex;
    margin-bottom: 30px;
}
.post-type-archive-hokara .modal .noflim-card-list-block .noflim-card-body h4 {
    text-align: right;
}
.post-type-archive-hokara .noflim-card-list-block .noflim-card-body {
    padding-right: 65px;
    padding-top: 0;
}

.post-type-archive-hokara .noflim-card-list-block {
    margin-top: 40px !important;
}

.post-type-archive-hokara .modal .noflim-card-list-block .userinfo-detail:nth-child(3){
    margin-top: 20px;
}
.post-type-archive-hokara .modal .noflim-card-list-block .userinfo-detail:nth-child(3) h6{
    color: #fff;
}
.post-type-archive-hokara .modal .noflim-card-list-block .userinfo-detail:nth-child(3) h6 span{
    font-weight: normal;
}

@media(max-width: 1024px){
    .toExcel {
        position: relative;
        padding-top: 70px;
        margin-bottom: 25px;
        left: auto;
        right: 0;
        text-align: right;
        top: 0;
    }

    .post-type-archive-hokara .noflim-card-list-block img {
        max-width: 100%;
    }
    .post-type-archive-hokara .noflim-card-list-block .noflim-card-body {
        padding: 0;
    }

    .post-type-archive-hokara .modal  .noflim-card-list-block .userinfo-detail {
        flex-wrap: wrap;
    }

    .post-type-archive-hokara hr {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .post-type-archive-hokara .hokara-popup-owl-slider .item img {
        height: 217px !important;
    }

    .post-type-archive-hokara .modal  .location-block {
        padding: 20px;
    }
    .post-type-archive-hokara .modal .container.container-gallery {
        margin-bottom: 20px;
    }
    .post-type-archive-hokara .modal  .location-block .close {
        opacity: 1;
        top: -20px;
    }

}


/*
* Always set the map height explicitly to define the size of the div element
* that contains the map.
*/
#map {
    height: 100%;
}


@media(max-width: 670px){
    .hokara-listing-box {
        min-height: 200px;
    }
    .hokara-listing-box-inner {
        min-height: 190px;
    }
}

.modal-dialog,
.post-type-archive-hokara .modal .container,
.location-block-item {
    pointer-events: visible;
}
.map-location-block:after{
    pointer-events: none;
}
.modal .close {
    z-index: 9;
}
.post-type-archive-hokara .hokara-popup-owl-slider .item img {
    height: 217px !important;
    width: 308px;
    margin: 0 auto;
    object-fit: cover;
}

.post-type-archive-hokara .hokara-popup-owl-slider .item {
    width: 308px;
    position: relative;
}

.noflim-card-list-block img{
    width: 100%;
    max-width: 300px;
}

.post-type-archive-hokara .modal .about-list .media a {
    text-align: right;
    line-height: 20px;
}


body.page-template-template-lohem .dropdown .form-group label {
    color: #4889A3;
    font-size: 18px;
    padding-right: 0;
}
body.page-template-template-lohem .dropdown-menu.show {
    transform: translate3d(0px, 40px, 0px) !important;
}



@media(min-width: 1024px){
    body .maagarinfor-small-carl-block .row .infosmall-card-search.w-50 {
        width: 100% !important;
    }
    .maagarinfor-small-carl-block .offer-round {
        left: -50px;
        bottom: 20px;
    }
}


.tab-list-item.tab-suitable{
    display: flex;
    flex-wrap: wrap;
}
.tab-suitable-inner{
    width: 100%;
    margin-bottom: 10px;
}

.gm-style .gm-style-iw-c {
    background: #d52d49 !important;
    color: #fff !important;
}
.gm-style .gm-style-iw-tc::after {
    background: #d52d49 !important;
}
.gm-ui-hover-effect>span {
    background-color: #fff !important;
}

.gm-style .gm-style-iw-d{
    display: table !important;
    padding: 5px 0px 14px 10px !important;
}
#map{
    height: 440px;
}



[name='attachment1File[]'],
[name='attachment2File[]'],
[name='attachment3File[]']
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.forms-thankyou,
.forms-thankyou a{
    color: #fff;
    display: block;
    text-align: end;
}

.required-mark {
    color: #f0c040;
    font-weight: 700;
}



/* =============================================================
   PRINT BUTTON — screen only (no @media print needed anymore)
   ============================================================= */
.btn-print-modal {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
  top: 0;
  right: 60px;
  background: transparent;
  border: 1.5px solid rgba(255,255,255,0.65);
  border-radius: 6px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 5px 14px;
  cursor: pointer;
  z-index: 9999;
  transition: background 0.2s, border-color 0.2s;
}
.btn-print-modal:hover { background: rgba(255,255,255,0.15); border-color: #fff; }