.language-switcher{
    /*margin-top: 10px;*/
}
ul.language-switcher li a{
    padding-top: 13px;
    padding-bottom: 13px;
    color: #fff;
}
.menuzord-menu li:hover > a{
    background: #f6dc88;
    color: #fff;
}
ul.language-switcher li.open a,
ul.language-switcher li.open a:hover,
ul.language-switcher li a:hover{
    background-color: #1d1d1d;
}
ul.language-switcher .dropdown-menu>li>a:focus,ul.language-switcher  .dropdown-menu>li>a:hover{
    background-color: #cf9c49;
    color: #fff;
}
ul.language-switcher .dropdown-menu{
    padding-top: 0;
    padding-bottom: 0;
}
.line-bottom-double-line-centered:before {
    bottom: 3px;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 20px;
}
.line-bottom-double-line-centered:after {
    bottom: 7px;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 45px;
}
.line-bottom-double-line-centered::before ,
.line-bottom-double-line-centered:after{
    background: #cf9c49;
}
.service-box {
    background: #fff;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0px 14px 30px rgb(0 0 0 / 7%);
    position: relative;
    overflow: hidden;
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
    min-height: 275px;
}
.service-box:before {
    content: "";
    background: #cf9c49b0;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}
.service-box .service-content .title h3 {
    font-size: 20px;
    margin-bottom: 15px;
}
.service-box:hover {
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.service-box:hover:before, .service-box:hover:after {
    opacity: 1;
}
.service-box:hover:before, .service-box:hover:after {
    opacity: 1;
}
.service-box .image {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    opacity: 0;
    top: 0;
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}
.service-box .service-content{
    position: relative;
    z-index: 2;
}
.service-box:hover .image{
    opacity: 1;
}
.service-box:hover .service-content{
    color:#fff;
}
.service-box:hover .service-content .title h3{
    color:#fff;
}
.disBlock{
    display: block;
    width: 100%;
}
.btn-theme-colored2 {
    color: #fff;
    background-color: #cf9c49;
    border-color: #cf9c49;
}
.btn-theme-colored2:hover{
    background-color: #18416a;
    border-color: #18416a;
}
.text-theme-colored2 {
    color: #cf9c49 !important;
}
.line-bottom:after, .widget .line-bottom:after, .widget .line-bottom:after, .pager.theme-colored a, .owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-prev, .owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-next {
    border: 1px solid #cf9c49;
}
.services-list ul li.active {
    background: #f6dc88 !important;
}
.services-list ul li {
    background: #cf9c49;
}
.text-theme-colored2 {
    color: #cf9c49 !important;
}
.bg-theme-colored2 {
    background-color: #e1b764 !important;
}
.border-top-theme-colored2-3px {
    border-top: 3px solid #e1b764 !important;
}
.bg-theme-colored {
    background-color: #cf9c49 !important;
}
.menuzord.blue .menuzord-menu > li.active > a, .menuzord.blue .menuzord-menu > li:hover > a, .menuzord.blue .menuzord-menu ul.dropdown li:hover > a {
    background: #f6dc88;
    color: #000;
}
.menuzord-menu {
    justify-content: center;
    display: flex;
}
.img50{
    width: 50%;
}
.align-items-center {
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
}
.flex {
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}
.image-div-w, .r-relative {
    position: relative;
}

.imgClients {
    height: 150px;
    margin-bottom: 10px;
}
.imgClients img{
    max-width: 100%;
    max-height: 120px;
    margin: 0 auto;
}