::-webkit-scrollbar {
    background: #fff;
    width: 12px;
    height: 11px;
}
::-webkit-scrollbar-thumb {
    background: #bbbbbb;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f1f1f1;
}
::-webkit-scrollbar {
    width: 12px;
    height: 6px;
    background-color: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background-color: #e3000b;
    border-radius: 10px;
}
*{
    margin: 0;
    padding: 0;
    outline: none;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-size: 16px;
    font-family: "Open Sans Hebrew", Sans-serif;
    color: #000;
    line-height: 1.42857143;
}
a {
    text-decoration: none;
    color: #000;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: 0;
}
ul,ol{
    margin: 0;
    padding: 0;
    list-style: none;
}
.loading {
    background: url("../images/ajax-loader.gif") no-repeat scroll center center black;
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.container {
    margin-left: auto;
    margin-right: auto;  
    position: relative;
}
.container::after{
    content: "";
    display: table;
    clear: both;
}
.container {
    max-width: 1170px;        
}
@media (max-width: 1200px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}
.clearfix:after, .clearfix:before{
    content: "";
    display: table;
    clear: both;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.title_header{
    background-color: #202020;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding: 5px 0px;
}
.bg_header{
    background-color: #f5f5f5;
}
.header{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0px;
}
.working li i{
    margin-right: 10px;
    font-size: 20px;
}
.working li{
    font-size: 17px;
    font-weight: bold;
    margin: 10px 0px;
}
.buttonWhatsapp{
    display: inline-block;
    background-color: #5ACF5F;
    padding: 10px 30px;
    border-radius: 10px;
    color: #fff;
    transition: all .3s;
}
.buttontext .note{
    margin-top: 15px;
}
.buttonWhatsapp i{
    margin-right: 10px;
}
.buttonWhatsapp:hover{
    background-color: #4AA84E;
}
.logo img{
    width: 200px;
}
.menu_desktop{
    display: block;
}
.menu_mobile{
    display: none;
}
.bg_service{
    background: #2F312F;
}
.service{
    display: flex;
    flex-flow: row wrap;
}
.service .rows{
    width: 30%;
    margin: 80px 1% 40px;
    background: #fff;
    padding: 15px;
    text-align: center;
}
.service .rows .box{
    margin-top: -60px;
}
.service .rows .icon{
    background-color: #F26522;
    border-radius: 50%;
    padding: .5em;
    color: #fff;
    fill:#fff;
    display: inline-block;
    line-height: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 50px;
    text-align: center;
}
.service .rows .icon:hover{
    color: #818a91;
}
.service .rows .icon i{
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}
.service .rows .title{
    margin-top: 20px;
    font-size: 25px;
}
.service .rows .desc{
    line-height: 25px;
    margin-top: 12px;
}
.bgwhyus{
    background: #F5F5F5;
    padding: 40px 0;
}
.whyus{
    display: flex;
}
.whyus .left{
    display: block;
    width: 50%;
    background-color: #E6E6E6;
    margin: 10px;
    padding: 50px;
}
.whyus .left h3{
    font-family: "Montserrat", Sans-serif;
    font-size: 26px;
    font-weight: 700;
}
.whyus .left .line{
    color: #ff6600;
    margin-top: -10px;
}
.whyus .left .desc{
    margin-top: 15px;
    font-size: 17px;
}
.whyus .right{
    width: 50%;
    padding: 10px;
}
.footer{
    background-color: #000000;
    padding: 20px 130px;
    color: #fff;
    display: flex;
}
.footer .rows{
    width: 33.333%;
}
.listcontact a:hover{
    color: #fff;
}
.listcontact a:hover i{
    color: #F26522;
}
.author{
    color: #FFFFFF;
    font-family: "Caveat", Sans-serif;
    font-size: 33px;
    font-style: italic;
    font-weight: 700;
}
.footer blockquote {
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    quotes: none;
    border: 0;
    font-style: normal;
    color: #ACACAC;
}
.footer blockquote:before{
    content:"“";
    font-size:100px;
    color:#e6e9ec;
    font-family:Times New Roman,Times,serif;
    font-weight:900;
    line-height:1;
    display:block;
    height:.6em
}
.footer blockquote .desc{
    margin-top: 15px;
}
.listcontact a{
    color: #FFFFFFC2;
    display: flex;
    margin: 15px 0px;
    font-size: 16px;
    align-items: center;
}
.listcontact a i{
    color: #F26522C4;
    margin-right: 10px;
    font-size: 20px;
}
.center{
    text-align: center;
}
.back_to_top{
    cursor: pointer;
}
.back_to_top i{
    font-size: 50px;
    color: #FFFFFFB0;
    transition: all .3s;    
}
.back_to_top i:hover{
    color: #F26522;
}
.footer .email{
    display: block;
    margin-top: 50px;
    color: #FFFFFFC4;
    font-size: 17px;
    transition: all .3s;
}
.footer .email i{
    color: #F26522C4;
    font-size: 20px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}
.footer .email:hover{
    color: #fff;
}
.footer .email:hover i{
    color: #F26522;
}
.copyright{
    color: #FFFFFFD6
}
.footer .rows a{
    color: #FFFFFFC2;
}
.listsocial li{
    display: inline-block;
    margin: 50px 10px;
}
.listsocial li a i{
    color: #F26522C4;
    font-size: 30px;
}
.listsocial li a:hover i{
    color: #F26522;
}
.breadcrumb{
    background: #000000;
    padding: 15px 0;
    color: #fff;
}
.breadcrumb h1.title{
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: "Roboto", Sans-serif;
}
.main_content{
    background: #F5F5F5;
    padding: 20px 0;
}
.d_flex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.search h3 {
    font-family: "Montserrat", Sans-serif;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}
.search-field{
    width: 100%;
    border: 1px solid #666;
    border-radius: 3px;
    padding: 0.5rem 1rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
label {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}
[type=button], [type=submit], button {
    display: inline-block;
    font-weight: 400;
    color: #c36;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #c36;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.search input[type="submit"],.search input[type="button"]{
    font-size: 16px;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    color: #FFFFFF;
    background-color: #23A455;
    border-radius: 10px 10px 10px 10px;
    cursor: pointer;
}
.list_news {
    margin: 10px -1.5% 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.list_news .rows {
    width: 31%;
    margin: 1%;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    transition: all .25s;
}
.list_news .rows:hover {
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 15%);
}
.zoomimg {
    overflow: hidden;
    display: block;
}
.zoomimg img {
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .5s ease;
    -moz-transition: -moz-transform .5s ease;
    transition: transform .5s ease;
    object-fit: cover;
}
.zoomimg:hover img {
    -webkit-transform: scale(1.09);
    -moz-transform: scale(1.09);
    -o-transform: scale(1.09);
    transform: scale(1.09);
}
.list_news .rows > .info {
    padding: 17px;
}
.list_news .rows > .info h3 {
    line-height: 27px;
}
.list_news .rows > .info h3 a {
    color: #0675dd;
}
.list_news .rows > .info .desc {
    line-height: 24px;
    font-size: 14px;
    margin: 10px 0px;
    text-align: justify;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.btnviewmore {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    color: #0675dd;
    font-size: 12px;
}
.btnviewmore:hover,.list_news .rows > .info h3 a:hover{
    color: #e3000b;
}
.empty_data {
    text-align: center;
    color: red;
    font-weight: bold;
    font-size: 25px;
}
.nav {
    text-align: center;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    float: left;
    margin: 0px 2px;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #0675dd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 2;
    color: #fff;
    background-color: #0675dd;
    border-color: #0675dd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #0675dd;
    border-color: #0675dd;    
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.title_detail{
    font-size: 2.5rem;
    text-align: center;
}
.contentck{
    margin: 20px 0;
}
.contentck p {
    line-height: 1.8;
    margin: 10px 0;
}
.contentck p iframe{
    margin: 2px 0px;
    max-width: 100%;
}
.contentck table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 16px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100% !important;
}
.contentck td {
    border: 1px solid #333 !important;
}
.contentck th, .contentck td {
    font-weight: normal!important;
    border: 1px solid #ededed;
    text-align: left;
}
.contentck td {
    border: 1px solid #ededed;
    padding: 6px 10px;
    background-color: #ebf7ff;
}
.contentck ul{
    margin-left: 15px;
}
.contentck ul li {
    background: url(../images/ico_square01.gif) no-repeat left 10px;
    padding-left: 10px;
    margin-bottom: 5px;
    width: auto;
}
.contentck ul li ul li {
    background: url(../images/ico_sublist.gif) no-repeat left 10px;
    padding-left: 10px;
}
.contentck figure figcaption {
    padding: .4em;
    font-size: .9em;
    background: rgba(0,0,0,0.05);
    font-style: italic;
}
.contentck figcaption {
    text-align: center;
}
.contentck img {
    max-width: 100%;
    height: auto;
}
.contentck figure{
    display: inline-block;
}
.contentck figure.align-center, .contentck figure.aligncenter {
    display: table;
    margin: 20px auto;
    max-width: 640px;
}
.main_contact{
    background: #fff;
    padding: 20px 0;
}
.info_contact{
    margin: 20px 0;
}
.info_contact p{
    line-height: 25px;
}
@media (max-width: 992px) {
    .menu_desktop{
        display: none;
    }
    .menu_mobile{
        display: block;
    }
    .buttontext{
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    .service .rows{
        width: 100%;
        margin-bottom: 10px;
    }
    .service .rows:last-child{
        margin-bottom: 50px;
    }
}
@media (max-width: 768px) {
    .list_news .rows{
        width: 47%;
    }
    .whyus{
        display: block;
    }
    .whyus .left{
        width: 100%;
        margin: 0 0 25px 0;
    }
    .whyus .right{
        width: 100%;
        padding: 0px;
        text-align: center;
    }
    .footer{
        display: block;
        padding: 0 7%;
    }
    .footer .rows{
        width: 100%;
        margin: 10px 0;        
    }
}
@media (max-width: 576px) {
    .header{
        display: block;
        text-align: center;
    }
    .header .logo,.header .working{
        margin-bottom: 20px;
    }
    .buttontext{
        margin: 0px;
    }
    .list_news .rows{
        width: 100%;
        margin-top: 2%;
        margin-bottom: 2%;
    }
}