@charset "utf-8";
/* CSS Document */

/*
Theme Name:     Liad Rozenberg
Description:    Custom Template with Bootstrap 3
Version:        1.0.0
Author:         Ahmad Farooq
Author URI:     ahmadf0033@gmail.com
Description:    ...
*/

/*****************************************************************************************************/

@import 'https://fonts.googleapis.com/css?family=Assistant:300,400,700,800&subset=hebrew';

html,body{height:100%;}
.main_wrapper{min-height:100%;}

body {
    direction: rtl;
    font-family: 'Assistant', sans-serif;
    text-align:right;
    padding-top:105px;
    color:#7d7d7d;
    transition:all .3s ease-out;
    -webkit-transition:all .3s ease-out;
    -ms-transition:all .3s ease-out;

}
body a:hover,body a:focus{text-decoration:none;outline:none; border:none;}

.mb_30{margin-bottom:30px;}
.mb_20{margin-bottom:20px;}
.mb_10{margin-bottom:10px;}

.txt_l{font-weight:300;}
.txt_r{font-weight:400;}
.txt_b{font-weight:700;}
.txt_eb{font-weight:800;}

.pd_right{padding-right:0;}
.pd_left{padding-left:0;}
.pd_half{padding:0 7.5px;}

.p_hidden{visibility:hidden;}
.hd{font-size:26px;font-weight:700;color:#036772;margin-bottom:0;}

.active_link{font-weight:bold; background: url(../images/icon16.png) no-repeat center right;}

ol,ul,li,p{list-style-type:none; list-style-image:none; padding:0; margin:0;}
h1,h2,h3,h4,h5,h6{margin-top:0;}
*, *:focus{
    outline: none;
    border-radius: 0; 
    -o-border-radius: 0; 
    -ms-border-radius: 0; 
    -moz-border-radius: 0; 
    -webkit-border-radius: 0;
    box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    outline:none;
    box-shadow:none;
}

/********** navbar styling ************/

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent !important;
    border-color: transparent;
    border-radius: 0 !important;
    outline:none;
}
.navbar-default {
    background: #fff url("../images/footer_border.png") no-repeat scroll center bottom / auto 4px;
    border: medium none;
    margin-bottom: 0;
}
.navbar-brand {
    background: transparent none repeat scroll 0 0 !important;
    display: block;
    height:auto;
    margin: 0 auto !important;
    padding: 0;
    width: 100%;
    transition:all .3s ease-out;
    -webkit-transition:all .3s ease-out;
    -ms-transition:all .3s ease-out;
}
.navbar-brand img{margin:0 auto;
                  float:right;
                  height:100%;
                  width: auto;
                  transition:all .3s ease;
                  -webkit-transition:all .3s ease;
                  -ms-transition:all .3s ease;

}
.navbar-header {
    float: right;
}
.navbar-right {
    float: right !important;
    margin-right: 0;
    padding: 0;
    text-align: center;
}
.navbar-nav > li {
    float: right;
}
nav > .container {
    padding: 15px 0;
}
.modal-content {
    border-radius: 0;
    box-shadow: none;
}
/********** navbar styling ends here ************/


/****** fade carousel ******/

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
    overflow:hidden;
}
.item img {
    height: 100% !important;
    object-fit: cover !important;
    width: 100% !important;
}

.item.active img {
    height: 100%;
    object-fit: cover;
    transform: scale(1.05, 1.05);
    transition: transform 5000ms linear 0s;
    width: 100%;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}
.carousel-indicators {
    display: none;
}
.carousel-caption p {
    font-size: 54px;
    font-weight: 300;
    text-shadow: none;
}
.carousel-caption {
    bottom: 270px;
    left: 0;
    line-height: 50px;
    margin: 0 auto;
    padding: 10px;
    right: 0;
    width: 500px;
}
.carousel-control.right {
    background-image:url(../images/icon3.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.carousel-control.left {
    background-image: url("../images/icon4.png");
    background-position: center center;
    background-repeat: no-repeat;
}
/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
/*** fade carousel ends here ***/
.main_slider {
    height: 320px;
    overflow: hidden;
}
.carousel,.carousel-inner,.carousel-fade .carousel-inner .item{height:100%;}
.custom_navigation {
    background: rgba(0, 0, 0, 0) url("../images/menu_border.png") repeat-x scroll center bottom / auto 5px;
}
.custom_navigation > li > a {
    color: #474544 !important;
    display: block;
    font-size: 18px;
    padding: 28px 10px;
    text-align: center;
    min-width: 100px;
    transition:all .3s ease-out;
    -webkit-transition:all .3s ease-out;
    -ms-transition:all .3s ease-out;

}
.testimonial-title span{
    font-size: 20px !important;
}
.testimonial-section .fancybox img{
    padding-top: 10px;
}
.custom_navigation > li > a:hover,.custom_navigation > li > a:focus,
.custom_navigation > li > a:active{font-weight:bold;
                                   background:url(../images/icon13.png) no-repeat center bottom 15px;
                                   transition: none;
                                   -webkit-transition: none;
                                   -ms-transition: none;
}
.social_nav {
    padding: 0;
    text-align: left;
}
.social_nav > li {
    display: inline-block;
}
.social_nav > li a {
    color: #7d7d7d;
    display: block;
    font-size: 26px;
    padding: 20px 15px;
    transition:all .3s ease-out;
    -webkit-transition:all .3s ease-out;
    -ms-transition:all .3s ease-out;

}
.social_nav > li:not(:last-child) a {
    background: rgba(0, 0, 0, 0) url("../images/list_border-sm.png") no-repeat scroll left bottom 25px / 2px 20px !important;
}
.social_nav > li a:hover,.social_nav > li a:focus,.social_nav > li a:active{color:#036772;}
.qoute_section{padding-bottom:30px;}
.qoute_wrapper {
    margin: 10px auto;
    text-align: center;
    width: 1030px;
    background:url(../images/qoute.png) no-repeat center top;
    background-size: 30px;
}
.qoute_wrapper > p {
    color: #7d7d7d;
    font-size: 20px;
    padding-top:40px;
    font-weight:300;
}
.qoute_wrapper > p span {
    display: block;
    padding: 5px;
}
.qoute_wrapper > p span img {
    padding: 0 20px;
    display:inline-block;
}
footer {
    background: rgba(0, 0, 0, 0) url("../images/footer_bg.png") repeat scroll center center / cover ;
    border-image: url("../images/footer_border.png") 3 0 0 0 fill repeat repeat;
    border-style: solid;
    border-width: 4px 0 0;
}
footer .row > div{float:right;}
.dotweb, .copyrights {
    padding: 15px 0;
    direction:ltr;
    color:#fff;
    font-size:14px;
    font-weight:300;
}
.dotweb a{color:#fff;}
.footer_social > li {
    display: inline-block;
}
.footer_social > li:not(:last-child) a {
    background: rgba(0, 0, 0, 0) url("../images/list_border-sm.png") no-repeat scroll left bottom 8px / 2px 25px;
}
.footer_social > li a {
    color: #fff;
    display: block;
    font-size: 26px;
    padding: 5px 15px;
}
.custom_menu {
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    width: 240px;
    top:75px;
    display:none;
}
.custom_menu > li{display: block;}
.custom_menu > li > a {
    color: #474544 !important;
    display: block;
    font-size: 15px;
    padding: 10px 25px;
    text-align: right;
}
.custom_menu > li > a:hover,.custom_menu > li > a:focus,
.custom_menu > li > a:active{font-weight:bold;
                             background:url(../images/bullet.png) no-repeat left 25px center;}

.modal-dialog {
    margin: 30px auto;
    width: 1200px;
}
.custom_mega_menu > div {
    float: right;padding:0;
}
.custom_megalist > li{display:block;}
.custom_megalist > li.active {
    background: rgba(0, 0, 0, 0) url("../images/bullet.png") no-repeat scroll left 20px center;
}
.custom_megalist > li:not(:last-child),.sub_menu > li:not(:last-child){
    border-width: 0px 0px 4px;
    -moz-border-image: url('../images/icon1.png') 0 0 4;
    -webkit-border-image: url('../images/icon1.png') 0 0 4;
    -o-border-image: url('../images/icon1.png') 0 0 4;
    border-image: url('../images/icon1.png') 0 0 4 fill;
    border-style:solid;
}
.custom_megalist > li > a {
    color: #7d7d7d !important;
    display: block;
    font-size: 15px;
    padding: 10px 40px 12px 0;
    text-align: right;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: medium none;
    color: #555;
    cursor: default;
}
.custom_megalist > li > a:hover, .custom_megalist > li > a:focus, .custom_megalist > li > a:active {
    background: rgba(0, 0, 0, 0) url("../images/icon14.png") no-repeat scroll right 20px center;
    font-weight: bold;
}
.menu_sidebar h3 {
    border-bottom: 1px solid #e3e3e3;
    font-size: 22px;
    font-weight: 700;
    padding: 20px 25px;
    margin-bottom:0;
}
.custom_megalist {
    background: rgba(0, 0, 0, 0) url("../images/list_border.png") no-repeat scroll right 25px top 15px;
    padding-right: 25px;
}
.menu_content {
    background-color: #f8f5f5;
    border-right:1px solid #e3e3e3;
    padding:25px !important;
}
.content_hd {
    border-bottom: 1px solid #e3e3e3;
    clear: both;
    float: none;
    margin-bottom: 25px;
    padding-bottom: 5px;
}
.content_hd h4,.content_hd a{color:#7d7d7d;font-size:22px;float:right;}
.content_hd .close {
    color: #000;
    float: left;
    font-size: 15px;
    font-weight: 300;
    line-height: 1;
    opacity: 0.5;
    text-shadow: 0 1px 0 #fff;
    display:inline-block;
}

.close img {
    display: inline-block;
    padding-right: 10px;
}
.mega_content > .container{width:100%;}
.mega_content .row{margin-bottom:25px;border-bottom:1px solid #e3e3e3;}
.mega_content .row > div {
    float: right;
}
.img_container {
    cursor: pointer;
    height: 265px;
    object-fit: cover;
    overflow: hidden;
    position: relative;
}
.img_container img{width:100%;height:100%;object-fit:cover; transition:all .3s ease-in;
                   -webkit-transition:all .3s ease-in;}
.mega_content span {
    display: block;
    padding: 10px 0;
}
.hvr_btn {
    background-color: #036772;
    border:1px solid transparent;
    border-radius: 20px;
    color: #fff;
    font-weight: 700;
    left: 0;
    margin: 0 auto;
    padding: 7px 15px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 45%;
    width: 120px;
    transition:all .5s ease-in-out;
    -webkit-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
    opacity:0;
}
.hvr_btn:hover,.hvr_btn:focus,.hvr_btn:active{color:#036772;border:1px solid #036772;
                                              background-color:#fff;}
.img_container:hover .hvr_btn{display:block;opacity:1;}
.img_container:hover img{transform:scale(1.1); -webkit-transform:scale(1.1);}
.back {
    background: rgba(0, 0, 0, 0) url("../images/arrow-right.png") no-repeat scroll right 10px center;
    border: 1px solid #7d7d7d;
    border-radius: 20px;
    color: #7d7d7d;
    display: inline-block;
    font-weight: bold;
    padding: 3px 30px 5px 15px;
    text-align: center;
}
.back:hover,.back:focus,.back:active{border:1px solid #036772;color:#036772;
                                     background-color:#fff;background-image:url(../images/bullet-right.png);}
.custom_pagination {
    float: left;
    margin: 0 auto;
    text-align: center;
    width: 200px;
}
.custom_pagination li {
    display: inline-block;
    padding:0 5px;
    vertical-align:top;
}
.custom_pagination li a {
    background-color: #fff;
    border: 1px solid #7d7d7d;
    border-radius: 100%;
    color: #7d7d7d;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 27px;
    line-height: 24px;
    width: 27px;
}
.custom_pagination li .current {
    border: 1px solid #7d7d7d;
    border-radius: 100%;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 27px;
    line-height: 24px;
    width: 27px;
    color:#fff; 
    background:url(../images/footer_bg.png) no-repeat center center;
}
.page-numbers.current {
    padding: 0px !important;
}
.custom_pagination li .next{background: rgba(0, 0, 0, 0) url("../images/icon15.png") no-repeat scroll left -1px top 0 !important;
                            border: medium none;
                            margin: 0 !important;
}
.custom_pagination li .prev {
    background: rgba(0, 0, 0, 0) url("../images/icon15-1.png") no-repeat scroll left -2px top 0 !important;
    border: medium none;
    margin: 0 !important;
}
.custom_pagination li .next:hover {  background: rgba(0, 0, 0, 0) url("../images/icon15.png") repeat scroll -1px 29px !important;
}
.custom_pagination li .prev:hover {
    background: rgba(0, 0, 0, 0) url("../images/icon15-1.png") repeat scroll -2px 28px !important;
}

.custom_pagination li a:hover,.custom_pagination li a:focus,
.custom_pagination li a:active
{
    color:#fff; background:url(../images/footer_bg.png) no-repeat center center;
}
.contact_banner {
    /*  background: rgba(0, 0, 0, 0) url("../images/img1.jpg") no-repeat scroll center center / cover ;*/
    height: 390px;
    position: relative;
}
.contact_txt {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 140px;
    width: 600px;
}
.contact_txt p:first-child {
    font-weight: 800;
}
.contact_txt p {
    color: #fff;
    font-size: 54px;
    line-height: 54px;
    font-weight:300;
}
.contact_content .row > div{float:right;padding:30px 0;}
.contact_form{border-right:1px solid #e3e3e3;}
.contact_numbers ul {
    margin-top: 40px;
}
.contact_numbers > p {
    font-size: 20px;
}
.contact_numbers ul li:not(:last-child) {
    border-style: solid;
    border-width: 0px 0px 4px;
    -moz-border-image: url('../images/icon1.png') 0 0 4;
    -webkit-border-image: url('../images/icon1.png') 0 0 4;
    -o-border-image: url('../images/icon1.png') 0 0 4;
    border-image: url('../images/icon1.png') 0 0 4 fill;
}
.contact_numbers ul li {
    clear: both;
    float: none;
    margin-bottom: 10px;
    padding: 0 40px 10px 0;
}
.contact_numbers ul li a{display:block;float:right;font-size:18px; font-weight:300;
                         color:#7d7d7d;}
.contact_numbers ul li a p{font-weight:bold;}
.contact_numbers ul li .back {
    background: rgba(0, 0, 0, 0) url("../images/arrow-left.png") no-repeat scroll left 10px center;
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin: 10px 0 0 30px;
    padding: 2px 15px 3px 25px;
    width: 110px;
}
.contact_numbers ul li .back:hover,.contact_numbers ul li .back:focus,
.contact_numbers ul li .back:active{border:1px solid #036772; color:#036772;
                                    background-image:url(../images/bullet.png);}

.contact_mobile{background:url(../images/icon5.png) no-repeat center right;}
.contact_mail{background:url(../images/icon7.png) no-repeat center right;}
.global{background:url(../images/icon6.png) no-repeat center right;}

.contact_mail a {
    float: none !important;
}
.contact_mail a:first-child{font-weight:bold;}
.contact_form{background-color:#f8f5f5;}
.contact_content form{margin-top:20px;padding:0 15px;}
.contact_content form > div{float:right;}
.contact_content form .form-control{background-color:transparent; direction: rtl}
.contact_content form label{font-size:16px;font-weight:400; direction: rtl;}
.contact_content form label i {
    color: #036772;
    display: inline-block;
    font-size: 6px;
    vertical-align: top;
}
.btn_submit {
    background: #fff;
    border: 1px solid #036772;
    border-radius: 20px;
    color: #036772;
    padding: 3px 20px;
    float: left;
    font-weight:bold;
}
.contact_form h3, .contact_form p {
    padding-right: 30px;
}
.contact_form p {
    font-size: 20px;
}
.single_wrapper{margin-top:20px;}
.single_wrapper > p{font-size:20px;margin-bottom:30px;}
.scroll_section, .download_pdf {
    float: right;
    padding: 0;
}
.scroll_section{height:150px;}
.scroll_section h4{font-weight:bold;font-size:20px;}
.download_pdf,.single_wrapper > a{font-size:16px;color:#7d7d7d;text-align:left;}
.download_pdf {
    padding-top: 25px;
}
.single_wrapper > a{float:left;}
.download_pdf img,.single_wrapper > a img{display:inline-block;padding-right:10px;}

.sub_menu > li > a {
    color: #7d7d7d !important;
    display: block;
    font-size: 15px;
    padding: 10px 30px 20px 0;
    text-align: right;
}
.article_section .menu_sidebar{border-right:1px solid #e3e3e3;}
/*.article_section .custom_megalist > li:not(:last-child) a,.sub_menu > li:not(:last-child) a  {
border-style: solid;
border-width: 0px 0px 4px;
-moz-border-image: url(../images/icon1.png) 0 0 27 stretch;
-webkit-border-image: url(../images/icon1.png) 0 0 27 stretch;
-o-border-image: url(../images/icon1.png) 0 0 27 stretch;
border-image: url(../images/icon1.png) 0 0 27 fill stretch;
}
*/
.sub_menu li a:hover,.sub_menu li a:hover,.sub_menu li a:hover {
    color: #036772 !important;
    background:url(../images/bullet.png) no-repeat center left 25px;
}
.sub_menu {
    padding-right: 20px;
    display:none;
}
.article_section .custom_megalist > li > a,.article_section .custom_megalist > li > a:hover,.article_section .custom_megalist > li > a:focus,.article_section .custom_megalist > li > a:active {
    background: rgba(0, 0, 0, 0) url("../images/icon16.png") no-repeat scroll right 20px top 20px; font-size:18px;
    font-weight: bold;padding:10px 40px 20px 0;
}
.change_li_bg{background-image:url(../images/icon13.png) !important;}
.img_article{border-bottom:1px solid #e3e3e3;}
.img_article span{display:block;font-weight:bold;padding:10px 0;}
.article_ul{margin:20px auto 50px;}
.article_ul li{margin-bottom:20px;background:url(../images/bullet.png) no-repeat right top 5px; padding-right:25px;line-height:20px;font-size:16px;}
.article_content p {
    font-size: 16px;
    line-height: 20px;
}
.article_section .custom_megalist > li:not(:last-child){
    background: none;
}
.goto{font-size:14px;color:#7d7d7d;font-weight:bold;border:1px solid #7d7d7d;border-radius:20px;padding:3px 25px;background-color:#fff;
      float:left;
}
.contactus {
    border: 1px solid #036772;
    border-radius: 20px;
    display: block;
    float: left;
    margin: 10px 15px 0;
    padding: 2px 20px;
    color:#036772;
}
.goto:hover,.goto:focus,.goto:active,.contactus:hover,
contactus:focus,contactus:active{background-color:#036772;color:#fff;
                                 border:1px solid #036772;}

#owl-demo .owl-item div{
    padding:0;
}
#owl-demo .owl-item img {
    border-radius: 3px;
    display: block;
    height: auto;
    margin: 0 auto;
    object-fit: cover !important;
    width: auto;
}
.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222;
}
#owl-example .item{
    padding: 30px 0px;
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
#owl-example .item img{
    width: auto;
    margin: 0 auto;
    display: block;
}
.owl-buttons {
    position: absolute;
    width: 100%;
}
.owl-pagination {
    bottom: -50px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: auto;
}
.navbar-default .navbar-nav>.active>a {
    background-color: transparent !important;
}
.mega_content span {
    color: #7d7d7d;
}
.mega_content .row > div{
    padding: 0 7.5px;
}
.custom_megalist .menu-item a{
    background: none !important;
}
.wsp-container ul {
    padding-right: 25px;
}
#real-accessability-copyright{
    display: none;
}
#real-accessability a#real-accessability-btn{
    background-color: #F07935 !important;
    width: 60px;
    height: 60px;
    right: -61px !important;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    padding: 8px;
}
#real-accessability{
    top: 210px !important;
    left: -200px !important;
    right: auto !important;
}
#real-accessability.open{
    left: 0 !important;
    right: auto !important;
}
.acc_image{
    width: 35px;
    height: 35px;
}
.single_project .owl-wrapper-outer{
    height: auto;
}
.mCustomScrollBox p{
    font-size: 16px !important;
}