/* Base CSS */
@font-face {
    font-family: OpenSansHebrew Regular;
    src: url(../fonts/opensanshebrew-regular.ttf);
}

@font-face {
    font-family: OpenSansHebrew Bold;
    src: url(../fonts/OpenSansHebrew-Bold.ttf);
}

@font-face {
    font-family: OpenSansHebrew Light;
    src: url(../fonts/OpenSansHebrew-Light.ttf);
}

@font-face {
    font-family: Assistant Bold;
    src: url(../fonts/Assistant-Bold.ttf);
}

@font-face {
    font-family: Assistant Regular;
    src: url(../fonts/Assistant-Regular.ttf);
}

@font-face {
    font-family: Assistant Light;
    src: url(../fonts/Assistant-Light.ttf);
}

a:focus,
button:focus {
    outline: 0;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

a,
button,
input[type="submit"] {
    cursor: pointer;
}

a {
    color: #1c223a;
    text-transform: inherit;
}

a:hover,
a :focus {
    color: #373d46;
    text-decoration: none;
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px;
    line-height: 54px;
}

body {
    color: #000000;
    font-weight: 400;
    font-family: 'Assistant Regular';
    overflow-x: hidden !important;
}

ul {
    padding: 0;
    margin: 0;
}

ul,
li {
    list-style: none;
}

p {
    line-height: 1.6;
}

a {
    transition: all 0.3s ease;
}

a:hover {
    text-decoration: none;
}

.text-red {
    color: #F04E30 !important;
}

.text-blue {
    color: #5987C6;
}

.text-white {
    color: #fff !important;
}

.bg-grey {
    background-color: #e6ebf1;
}
.bg_blue {
    background-color: #5987C5;
}
/*---------------Header Top CSS ---------------*/

.header_top_left {
    text-align: left;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header_top_left li {
    margin: 0 3px;
}

.header-top.home .header_top_left {
    text-align: right;
    justify-content: flex-start;
}

.header_top_left a.phone {
    color: #0078a8;
    font-size: 18px;
    font-family: "Assistant Bold";
    order: 2;
}

.header-top {
    background: #e6ebf1;
    padding: 5px 0;
}

.social_profile li {
    display: inline-block;
    margin: 0;
}

.social_profile {
    margin-left: 20px;
}

.social_profile li a i {
    color: #B2B2B2;
}

.social_profile li a {
    padding: 0 13px;
    position: relative;
}

.social_profile li a:before {
    position: absolute;
    top: -10px;
    left: 0;
    content: "";
    background-color: #E1E1E1;
    width: 1px;
    height: 40px;
}

.social_profile li a img {
    max-width: 15px;
}

.header_top_right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.search_box button {
    position: absolute;
    top: 1px;
    left: 8px;
    background: transparent;
    border: none;
    padding: 0;
}

.lang_select .nice-select.select_box {
    border: none;
    background: transparent;
    width: 55px;
    padding: 0;
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    text-align: right !important;
    height: 28px;
    line-height: 28px;
}

.lang_select .nice-select::after {

    border-bottom: 0.15rem solid #333;
    border-right: 0.15rem solid #333;
    width: 7px;
    height: 7px;
    right: auto;
    left: 18px;
    top: 47%;

}

/*---------------Main Menu---------------*/

.main-menu {
    padding: 22px 0 0;
}

.main-menu {
    padding: 0;
}

.site-menu {
    margin-bottom: 0;
}

.site-menu>li {
    position: relative;
}

.site-menu li a {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 0;
    line-height: 21px;
    transition: 0.3s;
    position: relative;
    font-family: "Assistant Regular";
}

.main-menu.v2 .site-menu>li>a {
    color: #000;

}

.hero_wrap .main-menu.v2 .site-menu>li>a {
    color: #fff;

}

.hero_wrap .header-bar-area.sticky .main-menu.v2 .site-menu>li>a {
    color: #000 !important;

}

.site-menu li a.active {
    font-weight: 600;
}

.site-menu>li {
    display: inline-block;
    padding: 0px 17px;
}

.site-menu>li:first-child {
    padding-right: 0;
}

/*.site-menu>li:last-child {
    padding-right: 0;
}*/

.search-box input {
    width: 100%;
    border: none;
    background: transparent;
}

.search-box {
    position: relative;
    width: 200px;
}

.search_icon {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background: transparent;
    border: none;
}

#search_box:focus {
    border-bottom: 1px solid #777;
}

/*-----Dropdown starts------*/


.site-menu .menu-item-has-children a {
    position: relative;
    display: block;
}

.site-menu .menu-item-has-children a i {
    font-size: 8px;
    padding-left: 2px;
    transition: 0.3s;
}

.site-menu .menu-item-has-children .sub-menu {
    visibility: hidden;
    opacity: 0;
    top: 0;
    right: 16px;
    position: absolute;
    text-align: left;
    margin-top: 20px;
    margin-left: 0px;
    transition: 0.4s 0s;
    z-index: 999;
    width: 300px;
    z-index: 9999;
    border-radius: 0;
    padding: 5px 15px 15px;
    box-shadow: 0px 10px 10px -5px rgba(0, 3, 34, 0.08);
    min-height: 655px;
}

.main-menu.v1 .site-menu .menu-item-has-children .sub-menu {
    background: #464646;

}

.main-menu.v2 .site-menu .menu-item-has-children .sub-menu {
    background: #5987C5;

}

.main-menu.v3 .site-menu .menu-item-has-children .sub-menu {
    background: #464646;

}

.sub-menu.sub-menu {
    position: absolute;
    min-width: 15.5rem !important;
    z-index: 9999;
}


.site-menu .menu-item-has-children .sub-menu a {
    text-transform: none;
    letter-spacing: normal;
    transition: 0s all;
    color: #fff;
}

.site-menu .menu-item-has-children .sub-menu .active>a {
    color: #28a745 !important;
}

.site-menu .menu-item-has-children .sub-menu>li {
    list-style: none;
    margin: 0;
    text-align: right;
    /*position: relative;*/
}

.site-menu .menu-item-has-children .sub-menu>li>a {
    display: block;
    transition: 0.3s;
    font-family: "Assistant Regular";
    padding: 11px 4px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding-right: 10px;
}

.main-menu.v1 .site-menu .menu-item-has-children .sub-menu>li>a:hover {
    background-color: #ff6a0b;
}

.main-menu.v2 .site-menu .menu-item-has-children .sub-menu>li>a:hover {
    background-color: #ff6a0b;
}

.main-menu.v3 .site-menu .menu-item-has-children .sub-menu>li>a:hover {
    background-color: #ff6a0b;
}

.main-menu.v1 .site-menu .menu-item-has-children .sub-menu>li>a {

    border-bottom: 1px solid #6D6D6D;
}

.main-menu.v2 .site-menu .menu-item-has-children .sub-menu>li>a {

    border-bottom: 1px solid #ddd;
}

.main-menu.v3 .site-menu .menu-item-has-children .sub-menu>li>a {

    border-bottom: 1px solid #6D6D6D;
}

.site-menu .menu-item-has-children .sub-menu>li.menu-item-has-children>.sub-menu>li>a {
    color: #000000;
    border-bottom: 1px solid #D3D3D3;
}

.site-menu .menu-item-has-children .sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li>a {
    color: #ffffff;
    border-bottom: none;
    font-weight: 400;
    padding: 11.5px 10px;
}

.site-menu .menu-item-has-children .sub-menu>li.menu-item-has-children>.sub-menu>li>a:hover {
    background-color: #F0F0F0;
    border-color: transparent;
}

.site-menu .menu-item-has-children .sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li>a:hover {
    background-color: #ff6a0b;
    border-color: transparent;
    text-shadow: 0 0 1px rgba(0, 0, 0);
}

.site-menu .menu-item-has-children .sub-menu>li.menu-item-has-children>.sub-menu>li:last-child a,
.site-menu .menu-item-has-children .sub-menu>li:last-child a {
    border: none;
}

.site-menu .menu-item-has-children .sub-menu>li.menu-item-has-children>a::before {
    position: absolute;
    top: 15px;
    left: 14px;
    content: "";
    background: transparent;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
}

.site-menu .menu-item-has-children .sub-menu>li.menu-item-has-children>.sub-menu>li>a:before {
    border-color: #1C0A06;
}

.site-menu .menu-item-has-children .sub-menu>li.menu-item-has-children>.sub-menu,
.site-menu .menu-item-has-children .sub-menu>li.menu-item-has-children.sub-menu,
.site-menu .menu-item-has-children .sub-menu>li.menu-item-has-children>ul {
    right: 100%;
    background-color: #fff;
    margin: 0;
    padding-top: 50px;
}

.main-menu.v2 .site-menu .menu-item-has-children .sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu {
    background-color: #3d3d3d;

}

.site-menu .menu-item-has-children:hover,
.site-menu .menu-item-has-children:focus,
.site-menu .menu-item-has-children:active {
    cursor: pointer;
}

.site-menu .menu-item-has-children:hover>.sub-menu,
.site-menu .menu-item-has-children:focus>.sub-menu,
.site-menu .menu-item-has-children:active>.sub-menu {
    transition-delay: 0s;
    margin-top: 30px;
    visibility: visible;
    opacity: 1;
}

#collapseItem0 {
    margin-right: 10px;
}

#collapseItem2 {
    margin-right: 20px;
}

#collapseItem3 {
    margin-right: 30px;
}


.menu-search {
    position: relative;
}

.menu-search input {
    background: transparent;
    border: none;
    width: 100%;
}

.menu-search button {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border: navajowhite;
}

.menu-search-icon img {
    filter: brightness(0) invert(1);
}

.header-bar-area.sticky .menu-search-icon img {
    filter: brightness(1) invert(1);
}

/*------Mobile menu starts------*/
.site-mobile-menu {
    width: 320px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 20000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    transform: translateX(110%);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
    transform: translateX(0%);
}

.mobile-bar span {
    font-size: 28px;
    color: #000;
}

.page_wrapper.v_bl .mobile-bar span {
    color: #fff;
}

.v_bl .header-bar-area.sticky .mobile-bar span {
    color: #000;
}

.site-mobile-menu-close.js-menu-toggle span {
    color: #000;
    margin-right: 0;
    font-size: 28px !important;
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 0;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
    color: #25262a;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll !important;
    position: relative;
    padding: 20px 30px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    text-align: right;
}

.site-mobile-menu .site-nav-wrap a {
    padding: 8px 0;
    display: block;
    position: relative;
    color: #212529;
    font-weight: 500;
    font-size: 14px;
    width:88%;
}

.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block;
}

.site-mobile-menu .site-nav-wrap li.active>a {
    color: #28a745;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 20;
    width: 100%;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    transition: .3s all ease;
    border: solid black;
    border-width: 0 2px 2px 0;
    display: block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.site-mobile-menu .site-nav-wrap>li {
    display: inline-block;
    position: relative;
    float: left;
    width: 100%;
}

.site-mobile-menu .site-nav-wrap>li>a {
    font-size: 16px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
    display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
    padding-left: 15px;
    /*! font-size: 14px; */
}



/*return-to-top START CSS*/

.back-to-top {
    font-size: 24px;
    width: 45px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    color: #4DE2C1;
    display: none;
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 999999999999;
    border-radius: 7px;
    background: #13171d;
}


.back-to-top i {
    color: #fff;
}

.chat_box {

    display: inline-block;
    cursor: pointer;
    background: #5A88C6;
    color: #fff;
    padding: 12px 55px;
    position: fixed;
    top: 400px;
    left: -85px;
    z-index: 999;
    transform: rotate(-90deg);
}

.chat_box.v2 {}

.chat_box span {
    font-size: 22px;
    font-family: "Assistant Regular";
    font-weight: 600;
    margin: 0 10px 0 0;
    line-height: 24px;
    display: inline-block;
}

.chat_box i {
    font-size: 19px;
}

.fixed-searchbox {
    display: inline-block;
    cursor: pointer;
    background: #E1E1E1;
    color: #fff;
    padding: 12px 13px;
    position: fixed;
    top: 565px;
    left: -5px;
    z-index: 999;
    transform: rotate(-90deg);
}

.fixed-searchbox button {
    background: transparent;
    border: none;
    padding: 0;
}

.page_wrapper {
    position: relative;
}

/*Proloader START CSS*/

.proloader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    background: #fff;
}

.loader_34 {
    /* Preloader */
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.loader_34 .ytp-spinner {
    /* Spinner Container */
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    margin-left: -32px;
    z-index: 18;
    pointer-events: none;
}

.loader_34 .ytp-spinner .ytp-spinner-container {
    pointer-events: none;
    position: absolute;
    width: 100%;
    padding-bottom: 100%;
    top: 50%;
    left: 50%;
    margin-top: -50%;
    margin-left: -50%;
    animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
}

.loader_34 .ytp-spinner-rotator {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0.0, 0.2, 1) infinite both;
    animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0.0, 0.2, 1) infinite both;
}

.loader_34 .ytp-spinner-left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

.loader_34 .ytp-spinner-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.loader_34 .ytp-spinner-left {
    /* Position inside Container*/
    right: 50%;
}

.loader_34 .ytp-spinner-right {
    /* Position inside Container*/
    left: 50%;
}

.loader_34 .ytp-spinner-circle {
    box-sizing: border-box;
    position: absolute;
    width: 200%;
    height: 100%;
    border-style: solid;
    /* Spinner Color */
    border-color: #2DB6AC #2DB6AC transparent;
    border-radius: 50%;
    border-width: 6px;
}

.loader_34 .ytp-spinner-left .ytp-spinner-circle {
    left: 0;
    right: -100%;
    border-right-color: transparent;
    -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0.0, 0.2, 1) infinite both;
    animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0.0, 0.2, 1) infinite both;
}

.loader_34 .ytp-spinner-right .ytp-spinner-circle {
    left: -100%;
    right: 0;
    border-left-color: transparent;
    -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0.0, 0.2, 1) infinite both;
    animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0.0, 0.2, 1) infinite both;
}


/* Preloader Animations */

@-webkit-keyframes ytp-spinner-linspin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes ytp-spinner-linspin {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes ytp-spinner-easespin {
    12.5% {
        -webkit-transform: rotate(135deg);
    }

    25% {
        -webkit-transform: rotate(270deg);
    }

    37.5% {
        -webkit-transform: rotate(405deg);
    }

    50% {
        -webkit-transform: rotate(540deg);
    }

    62.5% {
        -webkit-transform: rotate(675deg);
    }

    75% {
        -webkit-transform: rotate(810deg);
    }

    87.5% {
        -webkit-transform: rotate(945deg);
    }

    to {
        -webkit-transform: rotate(1080deg);
    }
}

@keyframes ytp-spinner-easespin {
    12.5% {
        transform: rotate(135deg);
    }

    25% {
        transform: rotate(270deg);
    }

    37.5% {
        transform: rotate(405deg);
    }

    50% {
        transform: rotate(540deg);
    }

    62.5% {
        transform: rotate(675deg);
    }

    75% {
        transform: rotate(810deg);
    }

    87.5% {
        transform: rotate(945deg);
    }

    to {
        transform: rotate(1080deg);
    }
}

@-webkit-keyframes ytp-spinner-left-spin {
    0% {
        -webkit-transform: rotate(130deg);
    }

    50% {
        -webkit-transform: rotate(-5deg);
    }

    to {
        -webkit-transform: rotate(130deg);
    }
}

@keyframes ytp-spinner-left-spin {
    0% {
        transform: rotate(130deg);
    }

    50% {
        transform: rotate(-5deg);
    }

    to {
        transform: rotate(130deg);
    }
}

@-webkit-keyframes ytp-right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
    }

    50% {
        -webkit-transform: rotate(5deg);
    }

    to {
        -webkit-transform: rotate(-130deg);
    }
}

@keyframes ytp-right-spin {
    0% {
        transform: rotate(-130deg);
    }

    50% {
        transform: rotate(5deg);
    }

    to {
        transform: rotate(-130deg);
    }
}


.btn:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.btn.v1 {
    color: #0078a8;
    font-size: 20px;
    line-height: 22px;
    background-color: transparent;
    border-radius: 0;
    padding: 8px 40px;
    border: 1px solid #0078a8;
    transition: 0.3s;
}


.btn.v1:hover {
    border-color: transparent;
    background-color: #0078a8;
    color: #fff;
}

.btn.v2 {
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    background-color: transparent;
    border-radius: 0;
    padding: 8px 40px;
    border: 1px solid #fff;
    transition: 0.3s;
}


.btn.v2:hover {
    border-color: transparent;
    background-color: #fff;
    color: #5A88C6;
}


.btn.v3 {
    color: #000;
    font-size: 20px;
    line-height: 22px;
    background-color: transparent;
    border-radius: 0;
    padding: 8px 8px 8px 50px;
    border: 1px solid #000;
    transition: 0.3s;
}


.btn.v3 i {
    margin-left: 30px;
}



.btn.v3:hover {
    border-color: transparent;
    background-color: #000;
    color: #fff;
}

.btn.v4 {
    background-color: #FC5E3B;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    padding: 6px 46px 7px;
    border-radius: 30px;
    border: 2px solid transparent;
    margin-top: 15px;
}

.btn.v4:hover {
    background: transparent;
    border-color: #FC5E3B;
    color: #FC5E3B;
}

.btn.v5 {
    background-color: #FC5E3B;
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    padding: 11px 56px 13px;
    border-radius: 30px;
    border: 2px solid transparent;
    margin-top: 15px;
}

.btn.v5:hover {
    background: transparent;
    border-color: #FC5E3B;
    color: #FC5E3B;
}

.btn.v6 {
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    background-color: #ff6a0b;
    border-radius: 0;
    padding: 8px 8px 8px 50px;
    border: 1px solid #000;
    transition: 0.3s;
}


.btn.v6 i {
    margin-left: 30px;
    color: #fff;
}

.btn.v6:hover {
    border-color: #ff6a0b;
    background-color: transparent;
    color: #fff;
}

.btn.v7 {
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    background-color: transparent;
    border-radius: 0;
    padding: 8px 8px 8px 50px;
    border: 1px solid #fff;
    transition: 0.3s;
}


.btn.v7 i {
    margin-left: 30px;
}



.btn.v7:hover {
    border-color: transparent;
    background-color: #fff;
    color: #000;
}

.btn.v8 {
    font-size: 22px;
    line-height: 22px;
    color: #5987C6;
    border: 1px solid #5987C6;
    border-radius: 0;
    padding: 10px 18px;
}

.btn.v8 img {
    margin-right: 13px;
}

.btn.v9 {
    display: block;
    width: 100%;
    background: #5987C6;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 26px;
    font-family: "Assistant Bold";
    border-radius: 0;
    border: 1px solid transparent;
    padding: 12px;
    transition: 0.3s;
}

.btn.v9:hover {
    border-color: #5987C6;
    color: #5987C6;
    background-color: transparent;
}

.bg_grey {
    background-color: #EBEBEB;
}

.bg_lg {
    background-color: #151515;
}

.bg_black {
    background-color: #5987C6;
}

.bg_black {
    background-color: #000000;
}

.text_grey {
    color: #6D6D6D !important;
}

/*--------------------------------
          Header CSS
---------------------------------*/

/* Header bar area Start */

.header-bar-area {
    top: 38px;
    left: 0;
    padding: 10px 0;
    z-index: 99;
    transition: 0.4s;
    position: fixed;
    width: 100%;
}


/*sticky START CSS*/

.header-bar-area.sticky {
    z-index: 999;
    width: 100%;
    top: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
    padding: 8px 0px !important;
}

.header-bar-area.sticky .site-menu>li>a {
    color: #333;
}

.header-bar-area.sticky .logo img {
    max-width: 80px;
}

.header-bar-area.sticky .logo.v2 img {
    max-width: 130px;
}

.header_right,
.header_left,
.user_btn,
.logo_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.search_box input {
    width: 220px;
    border: none;
    border-radius: 50px;
    height: 28px;
    padding: 6px 15px;

}

.search_box input::placeholder {
    opacity: 0.9;
}

.search_box.v2 input {
    color: #fff;
}

.search_box.v3 input {

    color: #3C3C3C;
}

.search_box {
    position: relative;
    width: 220px;
}

button.search_btn {
    position: absolute;
    top: 5px;
    left: 2px;
    border: none;
    background-color: transparent;
}





.link {
    color: #3FA9F5;
    font-size: 12px;
    line-height: 14px;
    text-decoration: underline;
    margin-right: 24px;
    font-weight: 600;
}

.link:hover {
    color: #fff;
    text-decoration: underline;

}


.logo {
    text-align: left;
}

.logo a img {
    max-width: 140px;
    transition: 0.3s;
}

.logo.v2 a img {
    max-width: 200px;
}



.hero_wrap.v2 {
    background-position: top center;
}

.hero_text h1 {
    font-family: "Assistant Bold";
    color: #0078a8;
    font-size: 48px;
    font-weight: 300;
    text-transform: capitalize;
    line-height: 50px;
    margin: 0 0 0px;
}

.hero_text.v2 h1 {

    margin: 0 0 0 50px;
}

.hero_text {
    text-align: left;
    padding: 180px 0 0;
}

.hero_text p {
    font-size: 48px;
    font-family: "Assistant Regular";
    line-height: 46px;
}

/*--------------------------------
          Home  CSS
---------------------------------*/
.page-wrapper {
    overflow-x: hidden !important;
}

.home-ver-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    padding: 0 20px;
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 120%;
    transform: translateX(-50%);
}


.home-wrap {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 37px);
    overflow: hidden;
}

.home-ver {
    width: 18%;
    transform: skew(-13deg);
    transition: 0.6s;
    margin: 0px 4px;
}

.home-ver-img-text h2,
.home-ver-img-text span,
.home-ver-img-text p,
.home-ver-text a {
    transform: skew(15deg);
    transition: 0.3s;

}


.home-logo {
    padding: 20px;
    justify-content: flex-end;
    display: flex;
}

.hemo-ver-img {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    position: relative;
}

.home-ver-img-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 45px 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
    padding-bottom: 80px;
}

.home-ver:hover .home-ver-img-text {
    visibility: visible;
    opacity: 1;
}

.home-ver.v1 .home-ver-img-text {
    background: rgb(89, 135, 198, 0.87);
}

.home-ver.v2 .home-ver-img-text {
    background: rgb(90, 136, 198, 0.87);
}

.home-ver.v3 .home-ver-img-text {
    background: rgba(234, 89, 62, 0.87);
}

.home-ver-img-text h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 48px;
    line-height: 56px;
    text-transform: capitalize;
    font-weight: 700;
    margin: 0 85px 0 20px;
}

.home-ver-img-text span {
    font-size: 32px;
    line-height: 38px;
    display: block;
    font-weight: 300;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: capitalize;
    margin: 0 72px 15px 20px;
}

.home-ver-img-text h2 {
    /*margin:0  48px 0 0;*/
}

.home-ver-img-text span {
    /*margin-right: 30px;*/
}

.home-ver-img-text p {
    font-family: "OpenSansHebrew Regular";
    line-height: 26px;
    margin: 0 50px 0 50px;
}



.home-ver-text {
    background: #D4D4D4;
    padding: 25px 15px 50px 6px;
    position: relative;
}

.home-ver-text:before {
    position: absolute;
    top: 12px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
}

.home-ver.v1 .home-ver-text:before {
    background: rgb(89, 135, 198);
}

.home-ver.v2 .home-ver-text:before {
    background: rgb(89, 135, 198);
}

.home-ver.v3 .home-ver-text:before {
    background: rgba(234, 89, 62);
}

.home-ver-text a {
    font-size: 28px;
    letter-spacing: -1.5px;
    line-height: 52px;
    color: #000;
    font-family: "Assistant Bold";
    display: block;
}

.home-ver-text a span {
    display: block;
    padding-right: 5px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
}

.home-ver-text a span i {
    font-size: 38px;
    font-weight: 800;
    position: relative;
    display: none;top: 4px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    margin-right: 5px;
}

.home-ver:hover .home-ver-text a span i {
    visibility: visible;
    display: inline-block;opacity: 1;
}

.home-ver.v1 .home-ver-text span i {
    color: rgb(89, 135, 198);
}

.home-ver.v2 .home-ver-text span i {
    color: rgb(90, 136, 198);
}

.home-ver.v3 .home-ver-text span i {
    color: rgba(234, 89, 62);
}

/*--------------------------------
            Service CSS
---------------------------------*/
.service_wrap {
    padding: 100px 0;
}


.mt-260 {
    margin-top: 260px !important;
}

.service_wrap.bg_grey {
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #E5E5E5 !important;
    height: 1550px;
}

.service_wrap.v1 {

    height: 1550px;
}

.service_wrap.v2 {

    background-color: #2B2B2B;
    height: 1080px;
}

.service_wrap.v3 {

    height: 1200px;
}

.mt_100 {
    margin: -100px 0 0;
}

.service_item {
    margin: 0 0 22px;
    overflow: hidden;
    position: relative;
    cursor:pointer;
}


.service_info {
    transform: rotate(315deg);
    display: block;
    text-align: center;
    background: #5987C6;
    color: #fff !important;
    font-size: 20px;
    line-height: 24px;
    position: absolute;
    bottom: 0;
    width: 105%;
    left: 96px;
    height: 110px;
    padding: 10px 90px 5px 50px;
    font-family: "Assistant Regular";
    font-weight: 600;
    z-index: 99;

}

.v_bl .service_item .service_info {
    background-color: #000;
}

.service_item.v4 .service_info {
    transform: rotate(315deg);
    font-size: 14px;
    line-height: 17px;
    bottom: -30px;
    width: 122%;
    left: 34px;
    height: 90px;
    padding: 4px 0 0 0;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: rgba(89, 135, 198, 0.69);
    width: 100%;
    height: 100%;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

.overlay.v2 {
    background: rgba(239, 78, 49, 0.69);
}

.service_item:hover .overlay {
    visibility: visible;
    opacity: 1;
}

.service_item:hover .service_info {
    /*background-color: transparent;*/
}

.service_info i {
    display: none;
    margin: 7px 0 0;
    visibility: hidden;
    opacity: 0;
}

@media all and (max-width:768px) {
    .service_info i {
        margin-top:2px;
    }
}
.service_item:hover .service_info i {
    visibility: visible;
    opacity: 1;
}



.row.maf_1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

/*--------------------------------
            Feature CSS
---------------------------------*/
.feature_wrap {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.feature_text {
    color: #fff;
}

.abs_img_1 {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 700px;
}

.feature_text h2 {
    font-size: 48px;
    line-height: 50px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 8px;
}

.feature_text h2 span {
    color: #cdcccc;
}

.feature_text h3 {
    font-size: 34px;
    line-height: 36px;
    font-weight: 300;
    margin: 0 0 35px;
}

.feature_text p {

    margin: 0 0 20px;
}

/*--------------------------------
            Partner CSS
---------------------------------*/
.partner_wrap {
    padding: 70px 0;
}

.partner_img {
    padding: 0 11px;
}

.partner_slider {
    margin: 70px 0 0;
}

.partner_slider .owl-prev,
.partner_slider .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.partner_slider .owl-prev {
    left: -60px;
}

.partner_slider .owl-next {
    right: -60px;
}

.partner_slider .owl-prev i,
.partner_slider .owl-next i {
    font-size: 40px;
    color: #5987C6;
}

.partner_slider .owl-prev.disabled i,
.partner_slider .owl-next.disabled i {
    color: #E5E5E5;
}

/*--------------------------------
            Blog CSS
---------------------------------*/
.blog_wrap {
    padding: 100px 0;
}

.v_bl .blog_wrap {
    background-position: bottom left;
    background-size: cover;
    background-repeat: no-repeat;
}

.section_title h2 {
    font-size: 32px;
    line-height: 36px;
    font-family: "Assistant Regular";
    font-weight: 600;
    text-align: center;
}

.section_title.v2 h2 {
    color: #fff;
}

.section_title.v2 p {
    font-size: 16px;
    line-height: 22px;
    font-family: "Assistant Regular";
    text-align: center;
    color: #fff;
    margin: 15px 0 0;
}

.blog_item_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 190px 0 0;
}

.blog_item {
    width: 33.33%;
}

.blog_item:nth-child(2) {
    margin: -260px 0 0;
    display: flex;
    flex-flow: column-reverse;
}

.blog_info {
    border-bottom: 1px solid #C7C7C7;
    padding: 25px 0;
}

.blog_item:nth-child(2) .blog_info {
    border-top: 1px solid #C7C7C7;
    border-bottom: none;

}

.blog_info h4 a {
    font-size: 24px;
    line-height: 30px;
    color: #5987c6;
    margin: 0 0 15px;
    display: block;
    text-align: center;
}

.blog_info p {
    line-height: 22px;
    margin: 0 0 10px;
    text-align: center;
    font-size: 14px;
}

.blog_img {
    position: relative;
}

span.blog_more,
a.blog_more {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #fff;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

.blog_img.v1 span.blog_more,
.blog_img.v1 a.blog_more {
    top: 63%;
}

.blog_img.v2 span.blog_more,
.blog_img.v2 a.blog_more {
    top: 40%;
}

.blog_img.v1:before {
    position: absolute;
    top: -1px;
    left: 0px;
    height: 100%;
    content: "";
    border-left: 158px solid transparent;
    border-right: 158px solid transparent;
    border-bottom: 188px solid #ff6a0b;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    z-index: 10;
}

.blog_img.v2:before {
    position: absolute;
    top: -1px;
    left: 0px;
    height: 100%;
    content: "";
    border-left: 158px solid transparent;
    border-right: 158px solid transparent;
    border-top: 188px solid #ff6a0b;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    z-index: 10;
}

.blog_item:hover .blog_img.v1 a.blog_more,
.blog_item:hover .blog_img.v1 span.blog_more,
.blog_item:hover .blog_img.v2 a.blog_more,
.blog_item:hover .blog_img.v2 span.blog_more,
.blog_item:hover .blog_img.v1:before,
.blog_item:hover .blog_img.v2:before {
    visibility: visible;
    opacity: 1;
}


/*--------------------------------
            Promo CSS
---------------------------------*/
.promo_wrap {
    padding: 80px 0 60px;
}

.promo_img img {
    width: 100%;
}

.promo_text p {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 28px;
}

/*--------------------------------
            Footer CSS
---------------------------------*/

.footer_wrap {
    position: relative;
    background-color: #241e42;
    padding: 80px 0 100px;
    margin-top: 20px;
}



.footer_widget {
    color: #fff;
}

.footer_widget h4 a {
    color: #fff;
    font-size: 22px;
    font-family: "Assistant Regular";
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
}

.mr-30 {
    margin-right: 30px;
}

.footer_title,footer .widget_title {
    font-size: 18px;
    font-family: "Assistant Regular";
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
}

.footer_widget_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.footer_widget:nth-child(1) {
    width: 35%
}

.footer_widget:nth-child(2) {
    width: 30%
}

.footer_widget:nth-child(3) {
    width: 20%
}

.footer_widget:nth-child(4) {
    width: 15%
}

.footer_widget h4 {
    line-height: 34px;
}

.footer_widget p {
    font-size: 15px;
    line-height: 24px;
    margin: 0;
}

.footer_widget ul li {
    display: block;
}

.footer_widget ul li a {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}

.contact_item {
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 15px
}

.contact_icon i {
    color: #3FA9F5;
    font-size: 18px;
    position: relative;
    top: 3px;
}

.contact_icon {
    margin-left: 15px;
}

.contact_info p,
.contact_info a {
    font-size: 17px;
    line-height: 22px;
    color: #fff;
    display: block;
}

.footer_bottom {
    background-color: #242223;
    padding: 25px 0;
}

.newsletter .form-group {
    position: relative;
    width: 70%;
}

.newsletter .form-group input {
    width: 100%;
    background-color: transparent;
    border: 2px solid #fff;
    height: 36px;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    padding: 5px 6px;
}

.newsletter button {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    border: none;
    height: 100%;
    padding: 5px 10px;
    cursor: pointer;
}

.footer_social {
    display: flex;
    margin: 25px 0 40px;
}

.footer_social li {
    margin: 0 4px;
}

.footer_social li a {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #515151;
    background: #fff;
    text-align: center;
}

.footer_social li a i {
    color: #515151;
    font-size: 18px;
    line-height: 37px;
}

/*--------------------------------
        Home Page Black Version
---------------------------------*/
.v_bl .header-top {
    background: #000000;
}

.v_bl .header_top_left a.phone {
    color: #fff;
}

.v_bl .search_box input {
    background: #3B3B3B;
    color: #fff;
}

.v_bl .chat_box {
    background-color: #ff6a0b;
    top: 45%;
}

.v_bl .lang_select .nice-select.select_box {

    color: #959595;
}

.v_bl .lang_select .nice-select::after {
    border-bottom: 0.15rem solid #959595;
    border-right: 0.15rem solid #959595;
}

.v_bl .social_profile li a i {
    color: #4F4F4F;
}

.v_bl .social_profile li a::before {
    background-color: #4A4A4A;
}

.hero_text.v4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    text-align: center;
    width: 100%;
}

.hero_text.v4 h1 {
    color: #ff6a0b;
    margin: 0 0 0 70px;
}

.hero_text.v4 p {
    color: #fff;
}

.v_bl .blog_info,
.blog_item:nth-child(2) .blog_info {
    border: none;
}

.v_bl .blog_info h4 a {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin: 0 0 15px;
    display: block;
    text-align: center;
}

.v_bl .blog_item:nth-child(2) {
    margin: -62px 0 0;
}

.maf_row .service_item {
    width: 50%;
}

.maf_row {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    height: 100%;
}

.simple_wrap {
    padding: 100px 0 80px;
    background-position: bottom left;
    background-size: cover;
    background-repeat: no-repeat;
}

.simple_wrap.v2 {
    margin: -40px 0 0;
    padding: 70px 0 30px;
}

.simple_icon_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 30px 0 0;
}

.simple_icon_wrap.v2 {
    margin: 0;
}

.simple_icon_wrap.v1 .simple__item {
    width: 20%;
    margin: 35px 0 35px;
    text-align: center;
}

.simple_icon_wrap.v2 .simple__item {
    width: 12%;
    margin: 35px 0 35px;
    text-align: center;
}

.simple_item_icon img {
    filter: brightness(0) invert(1);
    max-width: 54px;
    margin: 0 auto;
    transition: 0.3s;
}

.simple__item:hover .simple_item_icon img {
    filter: brightness(1) invert(0);
}

.simple_icon_text {
    margin: 20px 0 0;
}

.simple_icon_text a {
    color: #fff;
}

.simple_icon_wrap.v2 .simple_icon_text a i {
    font-size: 24px;
    visibility: hidden;
    opacity: 1;
    transition: 0.3s;
    position: relative;
    top: -6px;
    color: #ff6a0b;
    text-align: left;
    float: left;
    left: 6px;
}

.simple_icon_wrap.v2 .simple_icon_text {
    margin: 10px 0 0;
}

.simple_item_icon {
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background: transparent;
    margin: 0 auto;
    transition: 0.3s;
}

.simple__item:hover .simple_item_icon {
    background-color: #000;
}

.simple__item:hover .simple_icon_text a i {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------
       Product page
---------------------------------*/
.breadcrumb_area {
    height: 77px;
}

.breadcrumb-wrap {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;

}

.breadcrumb-wrap.v1 {
    min-height: 185px;
    background-color: #474747;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;

}

.breadcrumb-wrap.v2 {
    height: 520px;
    background-color: #000000;

}

.breadcrumb-wrap.v-bl {
    background: #5987C6;
}

.breadcrumb-wrap.v2 .bredcrumb-content {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    padding: 30px 0;
}

.breadcrumb-wrap.v2 .bredcrumb-content.v-bl {
    background-color: rgba(90, 136, 198, 0.7);
}

.breadcrumb_content {
    background-color: #e6ebf1;
    padding: 70px 0 100px;
    margin-bottom: 20px;
}

.breadcrumb_menu li {
    display: inline-block;
    margin: 0 0 0 15px;
    position: relative;
}

.breadcrumb-wrap.v1 .breadcrumb_menu li,
.breadcrumb-wrap.v2 .breadcrumb_menu li {
    color: #fff !important;
}

.breadcrumb_menu li:last-child {
    font-weight: 700;
}

.breadcrumb_menu li:after {
    position: absolute;
    top: -6px;
    left: -12px;
    content: "/";
    font-size: 22px;
    color: #000000;
}

.breadcrumb_menu li a {
    font-size: 18px;
    line-height: 20px;
    font-family: "Assistant Regular";
    font-weight: 500;
}

.breadcrumb-wrap.v1 .breadcrumb_menu li a,
.breadcrumb-wrap.v2 .breadcrumb_menu li a {
    color: #fff;
}

.breadcrumb-wrap.v1 .breadcrumb_menu li:after,
.breadcrumb-wrap.v2 .breadcrumb_menu li:after {
    color: #fff !important;
}

.breadcrumb_menu li:last-child:after {
    display: none;
}

.breadcrumb_menu li:last-child a {
    font-weight: 600;
}

.breadcrumb_text h4 {
    font-size: 42px;
    line-height: 42px;
    margin: 0 0 15px;
    font-family: "Assistant Bold";
}

.breadcrumb_text p {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
}

.breadcrumb_text {
    position: relative;
    padding: 0 30px 0 0;
    margin: 25px 0 0;
}

.breadcrumb_text:before {
    position: absolute;
    top: 8px;
    right: 0;
    content: "";
    background: #F04E30;
    width: 5px;
    height: 132px;
}

.breadcrumb_text.v-bl:before {

    background: #5A88C6;
}

.breadcrumb-title h4 {
    font-size: 42px;
    font-family: "Assistant Bold";
    color: #fff;
    margin: 40px 0 0;
    font-weight: 300;
    line-height: 52px;
}

.breadcrumb-wrap.v2 .breadcrumb-title h4 {
    position: relative;
    padding-right: 30px;
}

.breadcrumb-wrap.v2 .breadcrumb-title h4:before {
    position: absolute;
    top: 4px;
    right: 0;
    content: "";
    background: #F04E30;
    width: 6px;
    height: 100%;
}

.breadcrumb-wrap.v2 .breadcrumb-title.v2 h4:before {

    background: #fff;
}

.content-title h4 {
    font-size: 42px;
    font-family: "Assistant Bold";
    color: #fff;
    font-weight: 300;
    line-height: 56px;
    padding-right: 20px;
    margin: 0;
    position: relative;
    display: inline-block;
}

.content-title h4:before {
    position: absolute;
    top: 4px;
    right: 0;
    content: "";
    background: #fff;
    width: 6px;
    height: 100%;
}

.product_showcase {
    padding: 80px 0;
}

.search_results {
    font-size: 18px;
    line-height: 20px;
    background: #ff6a0b;
    color: #fff;
    display: inline-block;
    padding: 5px 18px;
}

.search_key {
    font-size: 18px;
    line-height: 18px;
    border: 1px solid #333;
    display: inline-block;
    padding: 5px 15px;
    cursor: pointer;
}

.single_product {
    margin: 0 0 35px;
}

.product_img {
    position: relative;
}

.product_showcase_title {
    padding: 0 0 12px;
    margin: 0 0 28px;
    border-bottom: 2px solid #e6ebf1;
}

.product_over_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    align-items: center;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    font-family: "Assistant Regular";
    padding: 0 10px 25px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    cursor: pointer;
}

.product_showcase.v-bl .product_over_text {

    background: rgba(90, 136, 198, 0.3);

}

.product_over_text a {
    color: #fff;
    display: block;
    width: 34px;
    height: 34px;
    text-align: center;
    font-size: 20px;
    line-height: 34px;
    margin: 20px 0 0;

}

.product_showcase.v-bl .product_over_text a {

    background-color: transparent;
}

.product_info {
    margin: 10px 0 0;
        min-height: 48px;
}

.single_product:hover .product_over_text {
    visibility: visible;
    opacity: 1;
}

.product_info > a {
    font-size: 17px;
    line-height: 24px;
    margin: 0 0 5px;
    font-family: "Assistant regular";
    font-weight: 400;
    color: #000;
}

.product_info > span > a {
    display: inline-block;
    font-size: 15px;
    line-height: 18px;
    color: #A4A4A4;
    padding: 0 3px;
}
.single_product .product_info span {
    display: block;
    width: 100%;
}

.sidebar_title {
    font-size: 20px;
    line-height: 42px;
    padding: 0 0 0px;
    border-bottom: 2px solid #000;
}


/*.category-sub-menu.style1 ul > li.has-sub {
    border-bottom: 1px solid #ddd;

}*/
.category-sub-menu.style1 ul li.has-sub>a {
    color: #404040;
    cursor: pointer;
    display: block;
    font-size: 18px;
    line-height: 20px;
    padding: 14px 0;
    position: relative;
    font-family: "Assistant Regular";
    font-weight: 600;
}

.category-sub-menu.style1 ul li.has-sub.v1>a::after {
    color: #000;
    content: "\f2c7";
    font-family: "Ionicons";
    font-size: 20px;
    position: absolute;
    left: 5px;
    transition: 0.3s;
}

.category-sub-menu.style1 ul li.has-sub.v1>a.round {

    color: #ff6a0b;
}

.category-sub-menu.style1.v-bl ul li.has-sub.v1>a.round {

    color: #5A88C6;
}

.category-sub-menu.style1 ul li.has-sub.v1>a.round::after {
    content: "\f2d7";
    color: #ff6a0b;
}

.category-sub-menu.style1 ul li.has-sub.v1>a.round::after {
    color: #5A88C6;
}

.category-sub-menu.style1 ul li ul {
    display: none;
    margin-top: 10px;
}

.category-sub-menu.style1 ul li.has-sub li a {
    border: 0 none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    display: block;
    font-size: 14px;
    line-height: 14px;
    margin: 0 0px 10px 0;
    padding: 0 10px 5px;
    color: #333;

}

.category-sub-menu.style1 ul>li.has-sub.v1 {
    border-bottom: 1px solid #F0F0F0;
    /*padding: 15px 0 12px;*/
}

.category-sub-menu.style1 ul li.has-sub.v2>a.round ul {
    display: block !important;
}

.category-sub-menu.style1 ul li.has-sub.v2 a {
    color: #767676;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    padding: 0 20px 8px 5px;
}

.category-sub-menu.style1 ul li.has-sub.v2 a:before {
    position: absolute;
    top: 2px;
    right: 0;
    content: "\f3d2";
    font-family: "Ionicons";
    font-size: 18px;
    color: #767676;
}

.form_group {
    display: block;
    margin-bottom: 0;
}

.form_group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form_group label {
    position: relative;
    cursor: pointer;
}

.category-sub-menu .form_group label {
    font-weight: 400;
    margin: 6px 0;
}

.form_group label span {
    padding-right: 25px;
}

.form_group label::before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 0.1rem solid #C5C7C6;
    padding: 5px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 0;
    position: absolute;
    top: 3px;
}


.form_group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    right: 3px;
    width: 5px;
    height: 4px;
    border: solid #EE4E31;
    /*! border-width: 0 2px 2px 0; */
    /*! transform: rotate(45deg); */
}

.category-sub-menu.v-bl .form_group input:checked+label:after {

    border: solid #5A88C6;
}

/*
.form_group input:checked+label span {
    color: #EE4E31;
}
*/
/*---------------------------------
        Blog Page
----------------------------------*/
.content-wrap {
    padding: 80px 0 80px;
}

.recent-post h5 {
    font-size: 26px;
    color: #4F4F4F;
    line-height: 32px;
    margin: 0 0 12px;
}

.recent-post ul li a {
    display: block;
    border-bottom: 1px solid #E6E6E6;
    padding: 13px 0;
}

.recent-post ul li a h6 {
    font-size: 20px;
    line-height: 22px;
    font-family: "Assistant Bold";
    margin: 0;
}

.recent-post ul li a p {
    color: #5C5C5C;
    line-height: 22px;
    margin: 0;
}

.post-details {
    text-align: right;
}

.post-details h3 {
    font-size: 28px;
    font-family: "OpenSansHebrew Bold";
    color: rgb(60, 60, 60);
    line-height: 32px;
    margin: 0 0 25px;

}

.post-details img {
    margin: 0 0 10px;
}

.post-details p {
    font-size: 16px;
    line-height: 25px;
    font-family: "OpenSansHebrew Regular";
    margin: 0 0 30px;

}

.social-share {
    margin: 10px 0 30px;
}

.social-share li {
    display: inline-block;
    margin: 0 1px;
}

.social-share li a {
    display: block;
    width: 50px;
    height: 32px;
    text-align: center;
    padding: 7px 0;
    border-radius: 5px;
}

.social-share li a.linkedin {
    background: #0077B5;
}

.social-share li a.facebook {
    background: #1E77F0;
}

.social-share li a.twitter {
    background: #55ACEE;
}

.social-share li a.mail {
    background: #96A2A8;
}

.social-share li a i {
    color: #fff;
}

/*---------Image before afer slider----------*/
.cd-image-container {
    position: relative;
    /*width: 90%;*/
    /*max-width: 768px;*/
    /*margin: 0em auto;*/
}

.cd-image-container img {
    display: block;
}

.cd-image-label {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #ffffff;
    padding: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
    -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}

.cd-image-label.is-hidden {
    visibility: hidden;
}

.is-visible .cd-image-label {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.cd-resize-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-right: 2px solid #fff;
}

.cd-resize-img img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: auto;
    max-width: none;
}

.cd-resize-img .cd-image-label {
    right: auto;
    left: 0;
}

.is-visible .cd-resize-img {
    width: 50%;
    /* bounce in animation of the modified image */
    -webkit-animation: cd-bounce-in 0.7s;
    -moz-animation: cd-bounce-in 0.7s;
    animation: cd-bounce-in 0.7s;
}

@-webkit-keyframes cd-bounce-in {
    0% {
        width: 0;
    }

    60% {
        width: 55%;
    }

    100% {
        width: 50%;
    }
}

@-moz-keyframes cd-bounce-in {
    0% {
        width: 0;
    }

    60% {
        width: 55%;
    }

    100% {
        width: 50%;
    }
}

@keyframes cd-bounce-in {
    0% {
        width: 0;
    }

    60% {
        width: 55%;
    }

    100% {
        width: 50%;
    }
}

.cd-handle {
    position: absolute;
    height: 44px;
    width: 44px;
    /* center the element */
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border-radius: 50%;
    background: #000 url("../img/arrow.png") no-repeat center center;
    cursor: move;
    /*box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);*/
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    -moz-transform: translate3d(0, 0, 0) scale(0);
    -ms-transform: translate3d(0, 0, 0) scale(0);
    -o-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
    border: 2px solid #fff;
}

/*.cd-handle.draggable {
     change background color when element is active
    background-color: #445b7c;
}*/

.is-visible .cd-handle {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
    -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}

/*--------------------------------
        About Page Css
----------------------------------*/

.contact-box {
    background: #e6ebf1;
    padding: 40px 20px 40px 25px;
    margin: 0 0 30px;
}

.contact-box h3 {
    font-size: 26px;
    color: #4F4F4F;
    line-height: 34px;
    margin: 0 0 22px;
}

.contact-form-v2 input:not(.submit_btn.v2) {
    width: 100%;
    height: 35px;
    background: transparent;
    border: 1px solid #A6A6A6;
    font-size: 16px;
    padding: 8px;
    color: #4F4F4F;
}

.contact-form-v2 input::placeholder {
    opacity: 1;
}

.submit_btn {
    color: #fff;
    border: none;
    padding: 5px 24px;
    text-align: center;
    font-family: "Assistant Bold";
    width: 56%;
}

.submit_btn.v1 {
    background: #F14D31;

}

.submit_btn.v2 {
    background: #5987C6;

}

.gamida_title {
    color: #5A88C6;
    font-size: 46px;
    line-height: 45px;
    font-family: "Assistant Bold";
}

.about-title h4 {
    font-size: 34px;
    color: #3C3C3C;
    line-height: 1.222;
}

.about-title {
    margin: 0 0 40px;
}

.about-para p {
    margin: 0 0 25px;
}

.about-para p span {
    font-family: "Assistant Bold";
    font-weight: 300;
}

.about-para {
    padding: 0 0 20px;
    margin: 0 0 15px;
    border-bottom: 1px solid #E4E4E4;
}

.company-info {
    padding: 18px 0;
}

.company-info h4 {
    font-size: 18px;
    font-family: "OpenSansHebrew Bold";
    color: rgb(60, 60, 60);
    line-height: 1.444;
    margin: 0 0 25px;
}

.company-info p {
    margin: 0;
}

/*------Style 2-----*/
.about-img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 50px;
}

.company-office {
    width: 65%;
}

.profile-logo {
    width: 30%;
    text-align: left;
    border-right: 1px solid #D9D9D9;
}

.about-img.v2 .profile-logo {
    text-align: center;
    border-right: none;
    border-left: 1px solid #D9D9D9;
}

.vision-wrap {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.content-para {
    margin: 50px 0 0;
}



/*--------------------------------
        Lense Page Css
----------------------------------*/

.select-glass-title {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    border-bottom: 1px solid #CFCFCF;
    padding: 25px 0 15px;
    margin: 0 0 20px;
}

.select-glass-title-left {
    width: 35%;
}

.select-glass-title-right {
    width: 60%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
}

.clear-btn {
    background: #F14D31;
    border: none;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 1px 25px;
    margin-left: 15px;
}

.glass-property p {
    line-height: 18px;
    margin: 0 0 8px;
}

.select-glass-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.image-slider {
    width: 60%;
}

.select-glass {
    width: 35%;
    cursor: pointer;
}

.select-glass ul {
    display: flex;
    justify-content: space-between;
    align-items: ;
    flex-wrap: wrap;
}

.select-glass ul li {
    width: 31%;
    margin: 0 0 17px;
    border-bottom: 1px solid #000000;

}

.glass-type {
    text-align: left;
    padding: 10px 20px 18px;
    margin: 0 0 10px;
}

.glass-type.selected {
    background-color: #F0F0F0;
}

.glass-type span {
    display: block;
    margin: 0 0 11px;
    font-size: 16px;
    font-family: "Assistant Bold";
}

.glass-type img {
    width: 100%;
}

.related-products.bg-grey {
    padding: 80px 0 50px;
}

h3.title {
    font-size: 32px;
    line-height: 34px;
    font-family: "Assistant Bold";
}

.glass-item {
    margin: 0 0 30px;
}

.glass-img {
    background: #fff;
    min-height: 270px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 12px;
}

.glass-info {
    display: block;
    margin: 15px 0 0;
}

.glass-info h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin: 0;
}

.glass-info span {
    font-size: 18px;
    line-height: 28px;
    color: #9C9C9C;
}

/*--------------------------------
        Product Page Css
----------------------------------*/

.product-title {
    font-size: 36px;
    line-height: 38px;
    font-family: "Assistant Bold";
    margin: 0;
}

.product-details span {
    font-size: 28px;
    line-height: 52px;
    color: #898989;
    text-transform: capitalize;
    display: block;
    margin: 0 0 20px;
}

.product-details ul.feature-list.v2 {
    margin: 10px 0;
}

.product-details ul.feature-list li p {
    margin: 0;
    position: relative;
    padding: 0 10px 0 0;
}

.product-details ul.feature-list.v2 li {
    color: #5987C6;
    font-weight: 600;
}

.product-details ul.feature-list.v1 li p:before {
    position: absolute;
    top: 11px;
    right: 0;
    content: "";
    background: #000;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}

.product-details p a {
    color: #5987C5;
    font-weight: 700;
    text-decoration: underline;
}

.product-action-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 30px 0 50px;
}

.product-action-btn a,
.product-action-btn button {
    font-size: 18px !important;
    line-height: 1;
    width: 48.5%;
    font-weight: 400;
    padding: 8px 26px 12px !important;
    border-radius: 0 !important;
    border: solid 1px #000;
background-color: #fff;
}

.product-action-btn a.v1,
.product-action-btn button.v1 {
    background: transparent;
    text-align: center;
        }

.product-action-btn a.v2,
.product-action-btn button.v2 {
    background: #ff6a0b;
    text-align: center !important;
    color: #fff !important;
    border: none;
}

.product-action-btn.v-bl a.v2,
.product-action-btn.v-bl button.v2 {
    background: #5987C5;
    text-align: center;
    color: #fff;
}

.faq_wrapper .accordion button {
    width: 100%;
        border: 1px solid black;
    background-color: #ffffff;
    padding: 15px 15px 15px 45px;
    margin-top: 10px;
    position: relative;
    text-align: right;
    line-height: 1;
    font-size: 22px;
}

.faq_wrapper .accordion button::before {
    position: absolute;
    content: '';
    background-image: url(../img/plus.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    left: 17px;
    width: 14px;
    height: 14px;
    top: 28px;
    transform: translateY(-50%);
}

.faq_wrapper .accordion button[aria-expanded="true"]::before {
    background-image: url(../img/close.png);
}

.answer_box {
    background: #FFFFFF;
    border: 1px solid #000;
    padding: 25px 25px;
}

.answer_box p {
    color: #707070;
    margin: 0 0 5px;
    font-size: 18px;
}

.product-large {
    border: 1px solid #DFDFDF;
    margin: 0 0 15px;
}

.nav.nav-tabs.product-slider-list {
    display: grid;
    border: none;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
}

.nav.nav-tabs.product-slider-list li {
    border: 1px solid #DFDFDF;
    text-align: center;
}


/*--------------------------------
        Contact Page CSS
----------------------------------*/
.company-contact-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.company-contact-area.bg-grey {
    padding: 75px 0 65px;
}


.contact-item {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.contact-item:after {
    position: absolute;
    top: -5px;
    left: 30px;
    content: "";
    background: #DEDEDE;
    width: 1px;
    height: 60px;
}

.contact-item:last-child:after {
    display: none;
}

.contact-item img {
    max-width: 30px;
}

.contact-item:nth-child(1),
.contact-item:nth-child(4) {
    width: 30%;

}

.contact-item:nth-child(2),
.contact-item:nth-child(3) {
    width: 20%;
}

.contact-info {
    padding-right: 15px;
}

.contact-info p,
.contact-info a {
    font-size: 22px;
    line-height: 25px;
    margin: 0;
    display: block;
}

.contact-form input:not(.contact_submit) {
    width: 100%;
    border: 1px solid #C5C5C5;
    height: 50px;
    padding: 10px;
    font-size: 20px;
    color: #6B6B6B;
}

.contact-form textarea {
    width: 100%;
    border: 1px solid #C5C5C5;
    height: 140px;
    padding: 10px;
    font-size: 20px;
    color: #6B6B6B;
    resize: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    opacity: 1;
}

.contact-form {
    margin: 60px 0 0;
}

.contact_submit {
    border: none;
    color: #fff;
    width: 320px;
    line-height: 1;
    padding: 10px;
    font-size: 22px;
    font-weight: 600;
}

.contact_submit.v1 {
    background: #F04E30;
}

.contact_submit.v2 {
    background: #5987C6;
}

.contact-form .form-group {
    margin: 0 0 30px;
}

.gmap_canvas {
    margin: 0 0 -6px;
}

.gmap_canvas iframe {
    width: 100%;
    height: 400px;
}

/*--------------------------------
        Career Page CSS
----------------------------------*/

.job-post {
    border: 1px solid #CCC;
    padding: 50px 40px;
    margin: 0 0 45px;
}

.job-post h3 {
    font-size: 24px;
    line-height: 32px;
    font-family: "OpenSansHebrew Bold";
    margin: 0 0 30px;
}

.job-post p {
    margin: 0 0 25px;
}

.read-more {
    display: none;
}

.file-upload-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #E4E4E4;
    flex-wrap: wrap;
    padding: 8px 15px;
    margin: 0 0 30px;
}

.file {
    position: relative;
    order: 1;
}

.file>label {
    cursor: pointer;
    outline: 0px;
    user-select: none;
    background-color: #636363;
    color: #fff;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    padding: 3px 17px 6px 12px;
}

.file>input[type="file"] {
    display: none;
}

.file-upload-wrap button {
    background: transparent;
    border: none;
    font-size: 20px;
    line-height: 26px;
    color: #707070;
    padding: 0;
}

.file>label img {
    margin-left: 5px;
    max-width: 19px;
}
.hero_content{
    min-height: 100vh;
    position: relative;
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}
.contact-form label{
    display: block;
}
.wpb_gmaps_widget .wpb_wrapper {
    background-color: transparent!important;
    padding: 0!important;
}

/*spin area*/
.nav-tabs.custom_tab{
    border-bottom: 1px solid rgb(149, 149, 149);
    justify-content: center;
    margin-top: 60px;
}
.nav-tabs.custom_tab li.nav-item{
    margin-bottom: 0;
}
.nav-tabs.custom_tab li.nav-item a.nav-link{
    border-radius: 0;
    border: none;
    border-bottom: 6px solid rgb(236, 236, 236);
    color: rgb(149, 149, 149);
    font-size: 26px;
    font-family: Assistant Bold;
    min-width: 174px;
    text-align: center;
}
.nav-tabs.custom_tab li.nav-item a.nav-link.active{
    border-color: #000000;
    color: #000000;
}

.spin_area{
    padding: 75px 0;
}
.filtering_area{
    background-color: #f04e30;
    padding: 40px 0 60px;
}
.filtering_area label{
    color: #ffffff;
    font-size: 26px;
    font-family: Assistant Bold;
    margin-bottom: 0;
    margin-top: 20px;
    margin-left: 25px;
}
.filtering_area .select{
    float: none;
    border: none;
    border-radius: 0px;
    height: 46px;
    color: rgb(64, 64, 64);
    font-size: 20px;
    text-align: right !important;
    padding-right: 18px;
    width: 100%;
    max-width: 280px;
    margin-top: 20px;
}
.filtering_area .select::after{
    left: 18px;
    border-color: #000000;
    right: auto;
}
.filtering_area .nice-select .list{
    margin-top: 0;
    border-radius: 0;
}
.filtering_area .nice-select .option.focus,
.filtering_area .nice-select .option.selected.focus,
.filtering_area .nice-select .option:hover{
    background-color: #f04e30;
}

/**
 * Code by Shahbaz
 */
nav.woocommerce-breadcrumb {
    font-weight: bold;
    font-size: 18px !important;
    font-family: 'Assistant Regular';
    color: #000 !important;
}
nav.woocommerce-breadcrumb > a {
    font-weight: normal;
}
.woocommerce .product_over_text a.button.add_to_cart_button.ajax_add_to_cart,
.woocommerce .product_over_text a.button.product_type_grouped,
.woocommerce .product_over_text a.button.product_type_variable,
.woocommerce .product_over_text a.button.product_type_simple,
.woocommerce .product_over_text a.added_to_cart.wc-forward {
    color: #fff;
    border: 1px solid #fff;
    width: auto;
    height: auto;
}
.woocommerce .product_img span.onsale {
    padding: 0;
}
[dir=rtl] .woocommerce .product span.onsale {
    left: auto;
    right: -.5em;
    padding: 0;
}

.woocommerce button.button.alt:hover,
.woocommerce button.button.alt,
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt {
    background-color: #5987C5;
}
.woocommerce-checkout .form-row {
    display: block;
}
.woocommerce .woocommerce-input-wrapper .input-text {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.woocommerce-checkout #payment {
    background: #f9f9f9;
}

.admin-bar .header-bar-area:not(.sticky) {
    top: 70px;
}
.admin-bar .header-bar-area.sticky {
    top: 33px;
}
.admin-bar .breadcrumb_content {
    padding-top: 80px;
    padding-bottom: 120px;
}
.filtering_area {
    padding: 40px 0 60px;
}
.filtering_area label {
    color: #ffffff;
    font-size: 26px;
    font-family: Assistant Bold;
    margin-bottom: 0;
    margin-top: 0px;
    margin-left: 25px;
    text-align: left;
}
.vc_row.container {
    margin: 0 auto;
}
.contact-item .map-marker-icon {
    mask: url(../maps-and-flags.svg) no-repeat 30% 30%;
    -webkit-mask: url(../maps-and-flags.svg) no-repeat 30% 30%;
    width: 35px;
    height: 35px;
}
.contact-item .phone-icon {
    mask: url(../phone-call.svg) no-repeat 30% 30%;
    -webkit-mask: url(../phone-call.svg) no-repeat 30% 30%;
    width: 35px;
    height: 35px;
    transform: skew(-7deg, -7deg) scaleX(-1);
}
.contact-item .printer-icon {
    mask: url(../printer.svg) no-repeat 30% 30%;
    -webkit-mask: url(../printer.svg) no-repeat 30% 30%;
    width: 35px;
    height: 35px;
}

aside.widget .menu-item,
.woocommerce ul.product-categories .cat-item {
    border-bottom: 1px solid #F0F0F0;
}
aside.widget .menu-item a,
.woocommerce ul.product-categories .cat-item a {
    color: #404040;
    cursor: pointer;
    display: block;
    font-size: 18px;
    line-height: 20px;
    padding: 14px 0;
    position: relative;
    font-family: "Assistant Regular";
    font-weight: 600;
}

aside.widget .menu-item.menu-item-has-children,
.woocommerce ul.product-categories .cat-item.cat-parent {
    position: relative;
}

aside.widget .menu-item.menu-item-has-children::before,
.woocommerce ul.product-categories .cat-item.cat-parent::before {
    color: #000;
    content: "\f2c7";
    font-family: "Ionicons";
    font-size: 20px;
    position: absolute;
    left: 5px;
    transition: 0.3s;
    line-height: 50px;
    z-index:1;
}
aside.widget .menu-item.menu-item-has-children ul.sub-menu,
li.cat-item.cat-parent > ul.children {
    display: none;
    position: static;
}

.site-main .hentry .entry-content .vc_row-has-fill .vc_column_container .vc_column-inner{
    padding-top:0px;
    margin-top:12px;
}

.site-menu .menu-item-has-children .sub-menu {
    background-color: #5987C5;
}

.site-menu .menu-item-has-children .sub-menu>li>a {
    border-bottom: 1px solid #ddd;
}

.single-product p.price {
    margin-bottom: 0;
}
.single-product .woocommerce-product-details__short-description {
    margin-top: 20px;
}

.woocommerce.single-product div.product p.price {
    font-size: 28px;
    color: #898989;
    line-height: 52px;
}
.tax-product_cat .select2-container--default .select2-selection--single {
    height: 46px;
    border-radius: 0;
    border: none;
    font-size: 20px;
}
.tax-product_cat .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 46px;
}
.tax-product_cat .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
}

.woocommerce nav.woocommerce-breadcrumb {
    margin-top: 40px;
}
.woocommerce.admin-bar .breadcrumb_content {
    padding-bottom: 100px;
}

aside.widget .menu-item .sub-menu a,
.woocommerce .product-categories .cat-item .children a {
    padding-right: 25px;
    position: relative;
    color: #767676;
}
aside.widget .menu-item .sub-menu a::after,
.woocommerce .product-categories .cat-item .children a:after {
    position: absolute;
    top: 16px;
    right: 0;
    content: "\f3d2";
    font-family: "Ionicons";
    font-size: 18px;
    color: #767676;
    z-index:1;
}

aside.widget .menu-item.menu-item-has-children.active::before,
.woocommerce ul.product-categories .cat-item.cat-parent.active::before {
    content: "\f2d7";
}
.v_bl .main-menu.v2 .site-menu .sub-menu > li > a:hover {
    background-color: rgba(0,0,0,0.9);
}

.woocommerce .product-details span.woocommerce-Price-currencySymbol {
    display: inline;
    margin-right: 10px;
}
.pagination {
    display: flex;
    justify-content: center;
}
.pagination ul {
    display: -ms-flexbox;
    display: flex;
    padding-right: 0;
    list-style: none;
    border-radius: .25rem;

}
.pagination li > span.page-numbers,
.pagination li > a.page-numbers {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-right: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    display: none;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000;
    border-style: solid;
    border-width: 0 2px 2px 0px;
    height: 10px;
    left: 60%;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    top: 35%;
    width: 10px;
    transform: rotate(45deg);
}

.single-product.woocommerce nav.woocommerce-breadcrumb {
    margin-top: 0;
}
.woocommerce .list-custom-taxonomy-widget input[type="submit"] {
    display: none;
}
.woocommerce .list-custom-taxonomy-widget {
    display: flex;
    flex: 0 100%;
}

.woocommerce .list-custom-taxonomy-widget form {
    width: 55%;
}
.woocommerce .list-custom-taxonomy-widget .nice-select,
.woocommerce .list-custom-taxonomy-widget select {
    width: 100%;
}
[dir=rtl] .woocommerce .list-custom-taxonomy-widget .nice-select {
    padding-left: 40px;
    text-align: right !important;
    padding-right: 20px;
}

[dir=rtl] .nice-select:after {
    right: auto;
    left: 14px;
}
.blog_item:nth-child(odd) .blog_img img {
    width: 303px;
    height: auto;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.blog_item:nth-child(even) .blog_img img {
    width: 303px;
    height: auto;
    clip-path: polygon(100% 0%, 0% 0%, 50% 100%);
}
.textarea.wpcf7-form-control.wpcf7-textarea {
    max-width: 100%;
}

.product_short_description  {padding-top:15px;}
.product_short_description span {color: #000 !important;}
.product-details span.woocommerce-Price-amount.amount {font-size: 28px;}
.woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1,.woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {max-width: 100%;}

.cart-contents,.my-account,.pq-contents {
    position: relative;
    display: flex !important;
    flex-flow: column nowrap;
    justify-content: center;
}

.cart-contents:hover,.pq-contents:hover {
    text-decoration: none;
}

.cart-contents:before,.pq-contents:before {
    content: "";
    background-image: url("/wp-content/themes/gamida/assets/img/cart.png");
    width: 29px;
    height: 29px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 999;
    position: inherit;
}
.pq-contents:before {
    background-image: url("/wp-content/themes/gamida/assets/img/pq.png");
}

.my-account:before {
    content: "";
    background-image: url("/wp-content/themes/gamida/assets/img/account.png");
    width: 27px;
    height: 27px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 999;
    position: inherit;
}

.cart-contents-count,.pq-contents-count {
    position: absolute;
    top: 14px;
    right: -3px;
    transform: translateY(-105%) translateX(25%);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 10px;
    line-height: 13px;
    height: 14px;
    width: 14px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    background: #554f46;
    border-radius: 50%;
    padding: 1px;
    z-index: 999;
}

.pq-li
{
    margin-left:10px !important;
    float:right;
}

.row.contact-form {
    margin: 10px 0 !important;
}

td.pq_table_img img {
    max-height: 70px !important;
    width: auto !important;
}

.pq_table_remove {
    color:red;
    font-weight: bold;
    cursor: pointer;
}

input.input-text.qty.text {
    text-align: center;
}

@media all and (max-width:480px) {
    .col-md-6.col-sm-4.col-6 {width: 40% !important;max-width: 40% !important;flex: inherit !important;}

    .col-md-6.col-sm-8.col-6 {max-width: 60% !important;width: 60% !important;flex: inherit !important;}
}


mark.count {
    display: none;
}

.quantity_label {
    float: right;
    margin-left: 8px;
    font-size: 20px;
}
.quantity_wrap {
    display: flex;
}

.woocommerce div.product form.cart {
    margin-top: 15px;
}

p.stock.out-of-stock {
    margin-top: 15px;
    font-size: 17px !important;
    color: red;
        display: none;
}

/* woocommerce_cart_icon to sticky header */
nav.site-navigation.text-left {
    display: flex;
}

.sticky_cart {
    margin-right: 3%;
}

.header-bar-area.sticky .sticky_cart {
    display: inline;
}

.header-bar-area .sticky_cart {
    display: none;
}

@media screen and (max-width: 900px) {
    .sticky_cart li {
        float: left;
        right: 15%;
        position: fixed;
        padding:0 15px;
    }
}

.burger-menu-category {
    display: none !important;
}


/*responsive*/
@media screen and (max-width: 900px) {


    .header-top {
        padding: 30px 0;
    }

    .header-bar-area.sticky {
        padding: 30px 0px !important;
    }

    .header-bar-area.sticky .cart-contents {
        padding-right: 30px;
    }

    .header_top_left a.phone {
        display: none;
    }

    .main-menu {
        margin-right: 20px;
        top: 25px;
        position: fixed;
    }

    .header_top_right .search_box {
        display: none;
    }

    .header_top_left {
        top: 25px;
        position: fixed;
        right: 80px;
    }

    .social_profile {
        display: flex;
    }

    .logo {
        position: fixed;
        top: 15px;
        left: 30px;
        z-index:-1;
    }

    .logo a img {
        max-width: 105px !important;
    }

    .breadcrumb_area {
        height: 0 !important;
    }

    .store-main-banner .swiper-slide {
        height: auto !important;
    }

    .store-main-banner .elementor-main-swiper {
        height: 315px;
    }

    .flyout_button img {
        max-width: 75%;
    }

    .flyout_button {
        margin-right: -30px;
    }

    .flyout_wrap.contactform {
        top: 66px;
    }

    #flyout2 img {
        margin-top: -65px;
        background-color: #5f88c6;
    }

    #flyout2 .flyout_button {
        background: none !important;
    }

    .flyout_wrap.search {
        top: 216px;
    }

    #media_image-2 img {
        width: 25%;
    }

    .single_product .product_img > img {
        height: initial !important;
    }

    .products-main-store .loop-price {
        min-height: 65px !important;
    }

    .products-main-store .product_info {
        min-height: 125px !important;
    }

    .products-main-store .product_img {
        min-height: 130px;
    }

    .overflowmenu .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        margin-left: -25px;
        margin-right: 15px;
    }

    .overflowmenu ::-webkit-scrollbar {
        width: 0; /* Remove scrollbar space / background: transparent; / Optional: just make scrollbar invisible */
        display: none;
    }

    .overflowmenu .elementor-nav-menu--layout-horizontal .elementor-nav-menu a {
        padding: 7px 0px 7px 30px;
    }

    .elementor-widget-wrap .overflowmenu {
        margin-right: -15px !important;
        margin-top: -15px;
        margin-bottom: -30px;
    }

    .elementor-nav-menu--main .elementor-item.elementor-item-active {
        margin-left: 25px;
        margin-right: -15px;
    }

    body.rtl.page-template-default.page.page-id-88050 .burger-menu-category {
        display: initial !important;
    }

    .menu-image-title-before.menu-image-not-hovered img{
        padding-left: 10px;
        width: 45px;
        float: left;
        bottom: 7px;
        position: inherit;
        left: -15px;
    }

    .burger-menu-category li {
        margin-bottom: 15px;
        position: relative;
    }

    .burger-menu-category li:after {
        position: absolute;
        content: '';
        height: 0.5px;
        width: 100%;
        background: #7A7A7A;
        opacity: 0.2;
        bottom: -8px;
    }

    nav.woocommerce-breadcrumb {
        font-size: 16px !important;
        margin-left: -15px;
    }

    .overflowmenu .e--pointer-underline .elementor-item:after {
        right: 0;
        width: 85%;
    }

    .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover:after {
        right: 15px;
    }

    #flyout .flyout_content {
        float: none !important;
        margin: 0 !important;
        position: relative !important;
    }

    #flyout2 .flyout_content {
        float: none !important;
        margin: 0 !important;
        position: relative !important;
        top: -37px;
    }
}

th.product-sku,td.product-sku  {
    display:none;
}

button.add-to-pq {
    width: 100%;
    font-size: 23px !important;
}

@keyframes jump-shaking {
    0% { transform: translateX(0) }
    25% { transform: translateY(-9px) }
    35% { transform: translateY(-9px) rotate(17deg) }
    55% { transform: translateY(-9px) rotate(-17deg) }
    65% { transform: translateY(-9px) rotate(17deg) }
    75% { transform: translateY(-9px) rotate(-17deg) }
    100% { transform: translateY(0) rotate(0) }
}

.rise-shake {
    animation: jump-shaking 0.83s infinite;
    animation-iteration-count: 2;
}

.pq-contents:before {
    content: "";
    background-image: url(/wp-content/themes/gamida/assets/img/pq2.png);
    width: 25px;
    height: 25px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 999;
    position: inherit;
}

.woocommerce .products ul li, .woocommerce ul.products li {
    border: solid 1px #e6ebf1;
}

.woocommerce ul.product-categories .cat-item.current-cat,.woocommerce ul.product-categories .cat-item.current-cat-parent >a {
    background: #eee;
}

.product_over_text i {
    display:none;
}