:root {
    --primary-color:#C8511E;
    --secondary-color: #333;
    --third: #444444;
    --light: #8B7575;
    --lighter:#F8F5F5;
    --darker: #787878;
    --white: #fff;
    --primary-gray:#F8F5F5;
    --primary-dark: #000;  
    --btn-second:rgba(47,48,56,0.9); 
    --feat-item :#DAC9C9;
    --nav-border: #DDDDDD;
	--link-color: #0a58ca;
}

body {
    margin: 0;
    font-family: "IBM Plex Sans Hebrew", sans-serif;
    color: var(--bs-body-color);
}
a{
    text-decoration: none;
    color:var(--link-color)
   
}
a:hover {
	color: var(--primary-color);
}
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/





/*** Topbar Start ***/
.topbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    color: var(--bs-primary);
}

.topbar .dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.topbar .dropdown .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    padding-top: 11px;
    border: 0;
    transition: .5s;
    opacity: 1;
}
.topbar{
    position: relative;
}

/*** Topbar End ***/



/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: "IBM Plex Sans Hebrew", sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 10px 0;
    color: var(--bs-white);
    font-size: 16px;
    font-weight: 400;
    outline: none;
    transition: .5s;
    text-transform: capitalize;
}

.sticky-top.navbar-light .navbar-nav .nav-link,
.sticky-top.navbar-light .navbar-nav .nav-item .nav-link {
    padding: 20px 0;
    color: var(--bs-light);
}

.navbar-light .navbar-nav .nav-item .nav-link {
    color: var(--bs-white);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-item .nav-link:hover,
.navbar-light .navbar-nav .nav-item .nav-link.active  {
 	text-shadow: 2px 2px 5px #FFF;
}
.navbar-light .navbar-nav .nav-link.active{
    color: var(--white) !important;
    border-bottom: 2px solid var(--primary-color);
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}

.navbar-toggler svg
{
	width: 21px;
	fill: white;
}

/*** Navbar End ***/

/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item img {
    object-fit: cover;
}


.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: var(--primary-color);
    color: var(--bs-white);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev {
    bottom: 30px;
    left: 30px;
    margin-left: 90px;
}
.header-carousel .owl-nav .owl-next {
    bottom: 30px;
    left: 30px;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 0 0 100px 0 var(--bs-light);
    color: var(--bs-primary);
}

.header-video {
    overflow: hidden;
    height: 548px;
	background-color: #17313B;
}
.header-video video {
    width: 100%;
    height: 548px;
    object-fit: cover;
}
.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 50%;
    bottom: 0;
    background: rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
    transform: translate(-50%, -50%);
}
.header-video::before {
    position: absolute;
    /* content: ''; */
    width: 100%;
    height: 99%;
    left: 0;
    z-index: 1;
    bottom: 0;
    /* background: rgba(0, 0, 0, .2); */
    transform: translate(0, -5px);
}
@media (max-width: 991px) {
    .header-carousel .header-carousel-item .carousel-caption {
        padding-top: 45px;
    }
}

@media (max-width: 767px) {
    .header-carousel .owl-nav .owl-prev {
        left: 50%;
        transform: translateX(-50%);
        margin-left: -45px;
    }


    .header-carousel .owl-nav .owl-next {
        left: 50%;
        transform: translateX(-50%);
        margin-left: 45px;
    }
}


/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../../designFiles/landvalue/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0 60px 0;
    transition: 0.5s;
}

@media (min-width: 992px) {
    .bg-breadcrumb {
        padding: 140px 0 60px 0;
    }
}

@media (max-width: 991px) {
    .bg-breadcrumb {
        padding: 60px 0 60px 0;
    }
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}
/*** Single Page Hero Header End ***/
/* aboutus */
.about .container{
    max-width:1181px !important;
}
/* abouts/end */
/*** Service Start ***/
.service .service-item {
    background: var(--bs-light);
    border-radius: 10px;
    transition: 0.5s;
}

.service .service-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}

.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-img img {
    transform: scale(1.2);
}
/*** Service End ***/


/*** Features Start ***/
.feature{
    background: var(--lighter);
}
section.videossec{
    width: 100%; 
}
.feature .feature-item {
    text-align: center;
    border-radius: 0px;
    border-right: 1px solid var(--feat-item);
    transition: 0.5s;
    padding: 0 !important;
    height: 100%;
}
.feature .col-md-6:first-child .feature-item{
    border-right:  1px solid transparent;
}
.feature .btn.text-primary.mt-3.py-2.px-4 {
    font-size: 35px;
    font-weight: 300;
}
.feature .feature-item .feature-icon {
    border-radius: 10px;
    display: inline-block;
    max-width: 130px;
    min-height: 205px;
    padding-top: 80px !important;
}
.feature .btn.text-primary.mt-3.py-2.px-4 {
    margin-top: 0 !important;
}
.feature .feature-item:hover span.btn.text-primary {
    transform: rotate(90deg);
    color: var(--white) !important;
}

.feature .feature-item:hover {
background: var(--primary-color);
}
.feature .feature-item:hover .feature-icon img {
    filter: brightness(10);
}
.feature .feature-item:hover h4 {
    color: var(--white) !important;
}

/*** Features End ***/

/*** Offer Start ***/
.offer-section .nav a.accordion-link {
    width: 100%;
    border-radius: 10px;
    display: flex;
    background: var(--bs-white);
    transition: 0.5s;
}

.offer-section .nav a.accordion-link.active {
    color: var(--bs-white);
    background: var(--bs-primary);
}

.offer-section .nav a.accordion-link h5 {
    transition: 0.5s;
}

.offer-section .nav a.accordion-link.active h5 {
    color: var(--bs-white);
}
/*** Offer End ***/

/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    background: var(--bs-white);
    box-shadow: inset 0 0 45px rgba(0, 0, 0, .1);
    transition: 0.5s;
}

.blog .blog-item a {
    transition: 0.5s;
}

.blog .blog-item:hover a:hover {
    color: var(--bs-primary);
}

.blog .blog-item .blog-img {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(0, 208, 132, 0.1);
    opacity: 0;
    transition: 0.5s;
    z-index: 1;
}

.blog .blog-item:hover .blog-img::after {
    opacity: 1;
}

.blog .blog-item .blog-img .blog-title {
    position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 5;
}

.blog .blog-item .blog-img .blog-title a {
    color: var(--bs-white);
    background: var(--bs-primary);
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img .blog-title a:hover {
    color: var(--bs-dark);
}

.blog-carousel .owl-stage-outer {
    margin-top: 58px;
}

.blog .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    left: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 6px 35px;
    border-radius: 30px;
    transition: 0.5s;
}

.blog .owl-nav .owl-prev:hover {
    background: var(--bs-dark);
    color: var(--bs-primary);
}

.blog .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 6px 35px;
    border-radius: 30px;
    transition: 0.5s;
}

.blog .owl-nav .owl-next:hover {
    background: var(--bs-dark);
    color: var(--bs-primary);
}
/*** Blog End ***/


/*** FAQs Start ***/
.faq-section .accordion .accordion-item .accordion-header .accordion-button {
    color: var(--bs-secondary);
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    color: var(--bs-dark);
}
/*** FAQs End ***/

/*** Team Start ***/
.team .team-item {
    position: relative;
    padding: 0 25px 25px 25px;
    border-radius: 10px;
    transition: 0.5s;
}

.team .team-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: var(--bs-light);
    border-radius: 10px;
    transition: 0.5s;
    z-index: -1;
}

.team .team-item:hover::before {
    height: 0;
}

.team .team-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    transition: 0.5s;
    z-index: -1;
}

.team .team-item:hover::after {
    height: 100%;
    background: var(--bs-primary);
}

.team .team-item .team-img {
    width: 100%; 
    height: 100%;
    border-radius: 100%;
    position: relative;
    margin-top: 50%;
    transform: translateY(-50%);
    margin-bottom: -50%;
    display: flex;
    justify-content: center;
    border: 4px solid var(--bs-primary);
    border-style: dotted;
    padding: 4px;
    background: var(--bs-white);
    transition: 0.5s;
}

.team .team-item:hover .team-img {
    border: 4px solid var(--bs-white);
    border-style: dotted;
    background: 0;
}

.team .team-item .team-img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    transition: 0.5s;
}

.team .team-item .team-title {
    padding: 25px 0 25px 0;
    text-align: center;
}

.team .team-item .team-title h4,
.team .team-item .team-title p {
    transition: 0.5s;
}

.team .team-item:hover .team-title h4,
.team .team-item:hover .team-title p {
    color: var(--bs-white);
}

.team .team-item .team-icon {
    display: flex;
    justify-content: center;
}

.team .team-item .team-icon a {
    transition: 0.5s;
}

.team .team-item:hover .team-icon a {
    color: var(--bs-dark);
    background: var(--bs-white);
}

.team .team-item:hover .team-icon a:hover {
    color: var(--bs-primary);
    background: var(--bs-dark);
}
/*** Team End ***/

/*** Testimonial Start ***/
.testimonial .testimonial-item {
    position: relative;
    margin-bottom: 30px;
    padding: 0 25px 25px 25px;
}

.testimonial .testimonial-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 50px);
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: var(--bs-light);
    z-index: -1;
}

.testimonial .testimonial-item .testimonial-img {
    display: flex;
    justify-content: center;
}

.testimonial .testimonial-item .testimonial-img img {
    width: 100px; 
    height: 100px;
    border-radius: 100px;
    border: 5px solid var(--bs-light);
    border-style: double;
    background: var(--bs-white);
}

.testimonial .testimonial-item .testimonial-text {
    padding: 25px 0;
    text-align: center;
}

.testimonial .testimonial-item .testimonial-title {
    display: flex;
    justify-content: space-between;
}

.testimonial .testimonial-item  .testimonial-quote-left {
    position: absolute;
    width: 60px; 
    height: 60px;
    top: 20px;
    left: 25px;
    border-radius: 60px;
    color: var(--bs-primary);
    background: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-item  .testimonial-quote-right {
    position: absolute;
    width: 60px; 
    height: 60px;
    bottom: -30px;
    right: 25px;
    margin-top: -5px;
    border-radius: 60px;
    color: var(--bs-primary);
    background: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-stage-outer {
    margin-top: 58px;
    margin-right: -1px;
}

.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    left: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin: 20px 10px 0 10px;
    background: var(--bs-primary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: var(--bs-secondary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot.active span::after {
    background: var(--bs-primary);
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
    transition: 0.5s;
}

/*** Testimonial End ***/

/*** Footer Start ***/
footer {
    background: var(--bs-white);
    border-top: 1px solid #D2D2D2;
    margin-top: 30px;
    border-bottom: 1px solid #D2D2D2;
}
footer p, footer a, footer li  {
font-size: 16px;
}
footer .footerTitle {
    color: var(--secondary-color) !important;
    font-size: 18px; 
    margin-bottom: 10px !important;
}
footer .Imgtext {
    display: flex;
    flex-direction: row-reverse;
    text-align: left;
    margin: 0;
    line-height: 0;
    gap: 10px;
}
footer .Imgtext p {
    width: 170px;
    line-height: 20px !important;
    margin-bottom: 0;
    color: var(--link-color) !important;
    font-size: 16px;
}

footer .footer-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: flex-end;
}

footer a.nav-link {
    line-height: 25px;
    color: var(--bs-body);
    transition: 0.5s;
}

footer .footer-item p {
    line-height: 25px;
}

footer a.nav-link:hover,
footer .footInfo a:hover,
footer .footNav a:hover {
    color: var(--primary-color);
}

footer div.row
{
	max-width: 1181px;
	margin: 0 auto;
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    background: var(--bs-white);
   
    color:var(var(--third));
}
/*** copyright end ***/



/*** top ***/
.topbar .logo {
    gap: 10px;
    padding: 6px 10px;
    font-size: 22px;
    font-weight: 600;
    color: #444;
}

.topbar .logo p {
    font-weight: bold;
}

.btn-primary {
    color: var(--primary-dark);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: var(--bs-white);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.btn.btn-primary:hover {
    background: var(--primary-color);
    color: var(--white);
    box-shadow:0px 5px 10px -5px var(--primary-color) ;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: var(--primary-dark);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: 0px 5px 10px -5px var(--primary-color);
    color: var(--white);
}
.text-primary {
    color: var(--primary-color) !important;
}

#navbarCollapse .navbar-nav {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    gap: 10px;
}
.text-left{
    text-align: left !important;
}
.list-unstyled{
    list-style: none;
}
.mediahandel{
    display: flex;
    gap: 10px;
    margin: 0;
    margin-left: 10px;
}
.mediahandel a {
    width: 25px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 2;
    color: var(--third);
    font-size: 18px;
}
.mediahandel a:hover{
    color: var(--primary-color);
}
.carousel-caption{
    right: auto;
}
.btn-secondary {
    color: var(--white);
    background-color: var(--btn-second);
    border-color:var(--btn-second);
}
.carousel-caption .hh1, .headertitle .hh1{
    font-size: 120px;
}
.carousel-caption p{
    font-size: 30px !important
}


/* normal font size */
.title p{
    font-size: 18px;
}
.title h4{
    font-size: 22px;
color: var(--light);
}

.bg-light{
    background: var(--lighter) !important;
}
section.CTA, section.events{
    padding: 70px 0 !important;
}
.office {
    background: url(../../designFiles/landvalue/office.jpg);
    padding: 70px;
    background-repeat: no-repeat;
    background-size: cover;
	background-color: black;
}
.office .listing {
    position: relative;
    background: #ffffffc7;
    max-width: 380px;
    margin: 0 auto;
    padding: 25px 20px;
}

.listing a.btn.btn-primary {
    position: absolute;
    width: 40px !important;
    height: 40px !important;
    text-align: center;
    padding: 0px !important;
    line-height: 2;
    left: 50%;
    bottom: -20px;
    transform: translate(-40%, 0px);
}
ul.list-unstyled.listing p {
    color: var(--link-color);
    font-weight: 400;
    margin-bottom: 24px;
}
.office .listing h6{
    font-weight: 700;
    margin: 0px;
}
.events h2{
    font-size: 60px;
}
.events h2 img {
    margin-top: -10px;
}
.events .border-right{
    border-right: 1px var(--feat-item) solid;
}
.events .title h4 {
    font-size: 28px;
}

.bolder{
    font-weight: 500;
}
.hr {
    background: #E5E5E5;
}
#innerSideMenu {
    min-width: 160px;
	font-size: 16px;
}
#innerSideMenu li {
	padding: 0.5rem 0;
}
#innerSideMenu a {
    color: var(--link-color);
    padding-right: 0;
}
#innerSideMenu a.active {
    color: var(--primary-color);
}

.video-carousel{

}
.video-carousel .owl-dots {
    display: flex;
    gap: 5px;
    justify-content: center;
    padding: 5px;
}
.video-carousel .owl-dots .owl-dot {
    width: 13px;
    height: 13px;
    background: #E9DEDE;
    border-radius: 10px;
}
.video-carousel .owl-dots .owl-dot.active {
    background: var(--primary-color);
}
.header-carousel-item.banner-sm .carousel-caption .hh1{
    font-size: 50px;
}
.header-video video{
    width: 100%;
    height: 100%;
}
.header-video  .headertitle{

}
.header-video  .headertitle {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99;
    transform: translate(-50%, -50%);
    width: 100%;
}
.headertitle p{
 color: var(--white);
}
.secondaryHeader h1,
.details-pills .title h4{
    font-size: 24px;
    font-weight: 600;
	color: var(--primary-color) !important;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--nav-border);
}
h2
{
	font-size: 22px;
}
.breadcrumb .breadcrumb-item a.text-dark{
    color:var(--link-color)a8  !important;
    font-weight: 500;
}
li.breadcrumb-item.text-dark.active a.text-dark{
    color: var(--link-color) !important;
    font-weight: 600;
}
.copyright p.text-center.my-2 {
    font-size: 14px;
    color: var(--third);
}
.essay-container,
.details-pills .tab-pane{
    font-size: 18px;
    color: var(--secondary-color);
}
.details-pills .nav .nav-link{
    font-size: 16px;
    font-weight: 400;
    color: var(--link-color) !important;
    text-align: right;
}
.details-pills .nav .nav-link.active{
    font-weight: 500;
    color: var(--primary-color) !important;
}

.banner-sm {
	background-color: black;
}
.banner-sm .headertitle {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99;
    transform: translate(-50%, -50%);
    width: 100%;
}
.banner-sm  .headertitle h1 {
    font-size: 50px;
}
.banner-sm  img {
    object-fit: cover;
    min-height: 278px;
	filter: brightness(0.85);
}
.justify-content-space-between{
    justify-content: space-between;
}
.text-third{
    color: #5C4949 !important; 
}

.services-listing{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: row;
    /*justify-content:space-around;*/
}

.services-listing .card p{
 margin: 5px;
}
 .services-listing a {
    width: 19%;
    text-align: center;
    min-height: 128px;
}
 .services-listing  .card{
    border-radius: 3px;
    background-color: transparent;
    border: none;
    color: #5C4949;
}
.services-listing .card p{
    color: #5C4949;
}
.services-listing  .card img{
 max-width: 80px;
}
.services-listing .card {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
    display: flex;
    align-items: center;
    padding: 15px 10px;
    height: 100%;
    justify-content: center;
}
.services-listing .card:hover:before,.services-listing .card:focus:before, .services-listing .card:active:before{
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    color:  var(--white) !important;
}
.services-listing .card:hover p {
    color: var(--white);
}
.services-listing  .card:hover img {
    filter: brightness(10);
}
.services-listing a {
 background: var(--lighter);
 z-index:0;
}
.services-listing .card:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--primary-color);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.row.mt-2.justify-content-between{}

table.dataTable thead th{
    text-align: right !important;
     color: var(--primary-color) !important;
     border-color: #e1e1e1 !important;
}
table.dataTable thead td{
    text-align: right !important;
}
.table>:not(:last-child)>:last-child>*{
    border-color: #e1e1e1 !important;
}
.forminline{
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.rounded-50{
    border-radius: 80px !important;
}

.forminline form.form-inline {
    display: flex;
    gap: 10px;
    min-width: 50%;
}

.forminline .form-control {
  background: var(--white);
}

.forminline .form-select,
.forminline .form-control{
    border-radius: 3px !important;
    height: 41.73px;
    width: 214.11px;
    border: 1px solid #E5E5E5;
}

.pagination {
    justify-content: center;
    margin-top: 20px !important;
}
.pagination .page-link{
    border: none !important;
    color: var(--link-color);
}
.pagination .page-item.active .page-link {
    z-index: 3;
    background-color: var(--white);
    color: var(--primary-color);
    font-weight: 600;
}
.typed {
    overflow: hidden;
    white-space: nowrap;
    border-right: 2px solid;
    width: 0;
    animation: typing;
    animation-duration: 1.5s;
    animation-timing-function: steps(30, end);
    animation-fill-mode: forwards;
    animation-delay: 2s;
  }
  
  .headertitle .typing{
    width: 300px;
    margin: 0 auto;
  }
  .headertitle .typing p {
    color: var(--white);
    border: none;
    text-align: center;
    font-size: 30px !important;
}

  @keyframes typing {
    from { width: 0 }
    to { width: 100% }
  }
  
  .form-control:focus {
    color: var(--darker);
    background-color: var(--white);
    border-color: var(--primary-color);
    outline: 0;
    box-shadow: 0 0 0 .25rem var(--primary-color)28;
}
.page-link:hover {
    z-index: 2;
    color: #00a66a;
    background-color:var(--white);
}
.page-link:hover {
    z-index: 2;
    color: var(--primary-color);
    background-color: var(--white);
}
.page-item:not(:first-child) .page-link {
    margin-right: 5px;
}
.details-pills .tab-content {
    width: 100%;
}
.media-listing {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.media-listing p, .media-listing h4 {
 margin-bottom: 0px;   
}
.media-listing .card{
 border: 0px;
 box-shadow: 0px 0px 0px 0px var(--white);
}
.media-listing p small, .media-listing p.detail{
    color: #AF9A9A;    
}
.media-listing h4{
    color: #5C4949; 
    font-size: 18px;   
}
.media-listing .card {
    border-bottom: 1px solid #E5E5E5;
    border-radius: 0px;
    padding: 10px 10px 15px;
}
.media-listing p small{
    font-size: 14px;
}
.media-listing .card:hover h4{
    color: var(--primary-color); 
    transition: 0.3s;
}
.media-listing .card:hover{
    box-shadow: 0px 5px 10px -10px #ccc;
}
.page-link:focus {
    z-index: 3;
    color: var(--primary-color);
    background-color: var(--white);
    outline: 0;
    box-shadow: 0 0 0 .25rem var(--primary-color)1f;
}




#counter {
    height: 1em;
    overflow: hidden;
}

.digits {
    float:left;
    list-style-type: none;
    font-size: 1em;
    line-height: 1em;
}

.digits-first {
    margin-top: -4em; /* number 4! */
}

.digits-second {
    margin-top: 0em; /* number 0! */
}

.digits-third {
    margin-top: -4em; /* number 4! */
}

.digits {
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
  
}

.luckie {
    animation-name: luckie;
}
.luckie1 {
    animation-name: luckie1;
}
.luckie2 {
    animation-name: luckie2;
}
.luckie3 {
    animation-name: luckie3;
}
.luckie4 {
    animation-name: luckie4;
}

/* Animations */
@keyframes luckie {
    10% {
        margin-top: -4em;
    }
    100% {
        margin-top:0em;
    }
} 
@keyframes luckie1 {
    20% {
        margin-top: -4em;
    }
    100% {
        margin-top:0em;
    }
} 
@keyframes luckie2 {
    30% {
        margin-top: -4em;
    }
    100% {
        margin-top:0em;
    }
} 
@keyframes luckie3 {
    40% {
        margin-top: -4em;
    }
    100% {
        margin-top:0em;
    }
} 
@keyframes luckie4 {
    40% {
        margin-top: -4em;
    }
    100% {
        margin-top:0em;
    }
} 

.counter-number {
    display: flex;
    flex-direction: row-reverse;
    font-size: 50px;
    color: var(--white);
    align-items: center;
    justify-content: center;
}
.counter-number .digits {
    padding: 0;
}
.btn-check:focus+.btn-secondary, .btn-secondary:focus {
    color: var(--white);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: 0 0 0 .25rem rgba(0, 0, 0, 0.5);
}
.btn-secondary:hover {
    color: var(--white);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.form-select {
    position: relative;
  }

  .form-select:before {
    position: absolute;
    top: 50%;
    right: 20px;
    content: ' ';
    width: 0;
    height: 0;
    margin-top: -5px;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: rgba(0,0,0,.25) transparent transparent transparent;
    pointer-events: none;
  }
  .alpha-search a{
    color: #5C4949;
  }
  .alpha-search a {
    padding: 0px;
    margin: 2px;
    display: block;
    width: fit-content;
    height: 20px;
    text-align: center;
    line-height: 22px;
    border-radius: 5px;
    font-size: 14px;
}
.alpha-search{
    flex-wrap: wrap;
}

.alpha-search a:hover{
    color: var(--primary-color);
}
 
footer .footer-item a:hover {
    color: var(--primary-color) !important;
}
section.CTA {
    min-height: 240px;
    margin-bottom: -30px;

}
.headertitle .typing p {
    text-shadow: 2px 20px 5px rgba(0,0,0,0.2);
}
.listing-detail h4{
    font-size: 28px;
}
.details-pills .container .card.bg-light.border-0.p-4{
    border-radius: 3px;
}
.details-pills .container .card .btn.btn-primary {
    height: 41.73px;
    line-height: normal;
    width: 77px !important;
    font-size: 14px;
    padding: 10px 15px !important;
}
table.table.dataTable tr td.dtr-control{
    font-family: "IBM Plex Sans Hebrew";
    font-size: 16px;
    font-weight: bold;
    position: relative;
}
table.table.dataTable tr td{
    font-family: "IBM Plex Sans Hebrew";
  font-size: 16px;
  color: #5C4949;
}
.title p.mb-0.mt-3 {
    color: var(--link-color);
}
ul.pagination > .dt-paging-button:first-child, ul.pagination > .dt-paging-button:last-child {
display: none;
}
ul.pagination  button.page-link.next, ul.pagination  button.page-link.previous {
    font-size: 38px;
    line-height: 0.9;
    color: var(--primary-color);
    padding: 0px 0px;
}
.innerWrapper .container,
.secondaryHeader .container
{
	width: 100%;
    max-width: 1229px;
    margin: 0 auto;
	word-wrap: break-word;
}
.innerWrapper .container a
{
/*	overflow-wrap: anywhere;*/
}
.essay-container
{
    max-width: 1229px;
	min-height: 300px;
}
.details-pills .tab-content {
    width: 941px;
}
/* selectbox-tab/mobileview */
 /* Hide select box in desktop view and tabs in mobile view */
 .tab-select-menu {
    display: none;
    background: var(--lighter);
    padding: 20px;
    border-radius: 5px;
    max-width: 320px;
    margin: auto;
    text-align: center;
    width: 100%;
  }
  .tab-select-menu strong{
    margin:0 0 10px;
    color:var(--primary-color)
  }
  @media (max-width: 991px) {
    .tab-select-menu {
      display: block;
    }

    .tab-navigation {
      display: none;
    }
  }

footer .socialIcon a svg
{
  fill: var(--secondary-color);
}

div.essay-content p
{
	margin: 0;
}

/* -- committee pages --------------------------------------------------------------------------------------------- */

div.committeesLinks
{
	padding-top: 10px;
	padding-bottom: 20px;
	line-height: 25px;
}

span.link img
{
	vertical-align: middle;
}

span.link
{
	font-weight: bold;
	white-space: nowrap;
}

span.link_selected
{
	color: var(--primary-color);
	font-weight: bold;
	white-space: nowrap;
}

.pageSubTitle h2
{
	margin-top: 20px;
	color: var(--primary-color);
}

div#committeeTxt
{
	padding-left: 20px;
}

div#committeeDecisionsLink
{
	padding-top: 15px;
	padding-bottom: 5px;
	font-weight: bold;
}

div#committeeMembers
{
	padding-top: 15px;
	padding-bottom: 15px;
}

table#committeeMembersTbl
{
}

table#committeeMembersTbl th
{
	text-align: center;
}

table#committeeMembersTbl th
{
	width: 106px;
}

table#committeeMembersTbl th#header2
{
	width: 111px;
}

table#committeeMembersTbl td
{
	text-align: center;
}

table#committeeMembersTbl td.name, table#committeeMembersTbl td.role
{
	text-align: right;
}

#content > .iuiBox
{
	margin-top: 25px;
}