/*
Theme Name: Prox
Theme URI: https://www.prox.co.il
Author: Prox Team
Author URI: https://www.prox.co.il
Description: Prox empty design with Bootstrap v4.2 RTL.
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Prox, rtl, bootstrap
Text Domain: Prox
*/

@font-face
{
    /*
    font-family: droid-kufi;
    src: url("css/fonts/DroidKufi/DroidKufi-Regular.ttf");
    */
    font-weight:400;
    font-family: Bahij;
    src: url("fonts/Bahij/Bahij_regular.ttf");
}
@font-face
{
    /*
    font-family: droid-kufi;
    src: url("css/fonts/DroidKufi/DroidKufi-Regular.ttf");
    */
    font-weight:700;
    font-family: Bahij;
    src: url("fonts/Bahij/Bahij_bold.ttf");
}
@font-face
{
    /*
    font-family: droid-kufi;
    src: url("css/fonts/DroidKufi/DroidKufi-Regular.ttf");
    */
    font-weight:300;
    font-family: Bahij;
    src: url("fonts/Bahij/Bahij_light.ttf");
}
@font-face
{
    /*
    font-family: droid-kufi;
    src: url("css/fonts/DroidKufi/DroidKufi-Regular.ttf");
    */
    font-weight:900;
    font-family: Bahij;
    src: url("fonts/Bahij/Bahij_Black.ttf");
}

.imgc{max-width: 100%;max-height:100%;}

.black 
{
    font-weight: 900;
}
html
{
    height: 100%;
    width: 100%;
    text-decoration: none;
    border: none;
}

body 
{
    font-family:Bahij, arial, sans-serif;
}

*
{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family:Bahij, arial, sans-serif;
    border: none;
    direction: rtl;
}

.dropdown-menu
{
    text-align: right;
}

.projectswrap .slick-slide 
{
    margin: 0 15px;
}

.projectswrap .slick-slide.slick-current.slick-active.slick-center .vidwrap
{
    height: 550px!important;
}

.projectswrap .slick-track 
{
    display: flex;
    align-items: center;
}

.film 
{
    position: absolute;
    bottom: -260px;
    right: -20px;
    opacity: 1;
    z-index: 10;
}
.film2
{
    position: absolute;
    top: -90px;
    right: -20px;
    z-index: 10;
    opacity: 1;
}
/********************header**************************/

.container.c12
{
  max-width: 1200px;
}
.container.c13
{
  max-width: 1300px;
}
.container.c14
{
  max-width: 1400px;
}
.container.c15
{
  max-width: 1500px;
}
.container.c16 
{
    max-width: 1600px;
}


.nav-link svg,.nav-link svg *
{
  width: 35px;
  fill:#fff!important;
  transition: all 0.2s linear;
  height: 35px;
}

.svg_facebook:hover svg *
{
  fill:#3578E5!important;
}
.svg_linkedin:hover svg *
{
  fill:#0077b5!important;
}

.bgimg
{
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bgscon
{
  background-size: contain;
}

.glogo
{
  filter: grayscale(100%);
  transition: all 0.3s ease;
}
.glogo:hover
{
  filter: grayscale(0%);
}

/********************contact**************************/
.mainform .wpcf7 input,.mainform .wpcf7 textarea
{
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 10px;
  color:#fff;
  background-color: rgba(23, 22, 22, 0.4);
  border-radius: 8px;
  border: 1px solid #707070;
  direction: rtl;
}

.mainform .wpcf7 input[type="submit"]
{
    background-image: linear-gradient(264deg, #a2683c 0%, #cea73c 100%);
  border:1px solid transparent;
  transition: all 0.5s ease;
  font-size: 22px;
  cursor: pointer;
  margin-bottom: 0;
  border-radius: 8px;
  color:white;
}
.wpcf7-spinner
{
    display:none
}
/* .mainform .wpcf7 input[type="submit"]:hover
{
  background-color: white;
  color:#2d4668;;
} */

.navbar-expand-md .navbar-nav .nav-link
{
  margin: 0 10px!important;
}
.title
{
  position: relative;
  width: 100%;
}
    .title::before
    {
        position: absolute;
        height: 2px;
        width: 250px;
        background-color: #2d486b;
        content: "";
        right: 0;
        left: 0;
        top: -3px;
        margin: 0 auto;
        animation-duration: 0.8s;
        animation-fill-mode: both;
        -webkit-animation-duration: 0.8s;
        -webkit-animation-fill-mode: both;
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
    }
    .title::after
    {
        position: absolute;
        height: 2px;
        width: 250px;
        background-color: #2d486b;
        content: "";
        right: 0;
        left: 0;
        bottom: -3px;
        margin: 0 auto;
        animation-duration: 0.8s;
        animation-fill-mode: both;
        -webkit-animation-duration: 0.8s;
        -webkit-animation-fill-mode: both;
        animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
    }
@keyframes fadeInUp
{
    from
    {
        opacity: 0;
        transform: translate3d(0,40px,0);
    }

    to
    {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp
{
    from
    {
        opacity: 0;
        transform: translate3d(0,40px,0);
    }

    to
    {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
@keyframes fadeInDown
{
    from
    {
        opacity: 0;
        transform: translate3d(0,-40px,0);
    }

    to
    {
        transform: translate3d(0,0,0);
        opacity: 1;
    }
}

@-webkit-keyframes fadeInDown
{
    from
    {
        opacity: 0;
        transform: translate3d(0,-40px,0);
    }

    to
    {
        transform: translate3d(0,0,0);
        opacity: 1;
    }
}

.sc1{color:#232428;}
.logostitle::before
{
    position: absolute;
    width: 38%;
    right: 0;
    top:50%;
    transform: translateY(-50%);
    height: 1px;
    background-color: #707070;
    content: "";
}
.logostitle::after
{
    position: absolute;
    width: 38%;
    left: 0;
    top:50%;
    transform: translateY(-50%);
    height: 1px;
    background-color: #707070;
    content: "";
}
.vidwrap iframe 
{
    height: 100%;
    width: 100%;
}
.vidwrap
{
    border-radius: 15px;
    overflow: hidden;
}

/*****************************************************front*******************************************/

a:hover {
  text-decoration: none!important;
}
.level
{
  border-radius: 50%;
  border:1px solid #2d4668;
}
.level::before
{
  position: absolute;
  content: "";
  width: 100px;
  height: 40px;
  left: -80px;
  transform: rotate(-20deg);
  border: 1px solid #2d486b;

}
.level:last-of-type::before
{
  display: none!important;
}
@-webkit-keyframes rotation
{
    from
    {
        -webkit-transform: rotate(0deg);
    }

    to
    {
        -webkit-transform: rotate(359deg);
    }
}

.anim
{
  transition: all 0.3s ease;
}
.color-overlay:hover
{
  opacity: 0;
}
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link
{
    border-bottom: 3px var(--lightcolor) solid;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link
{
    border-bottom: 3px var(--darkcolor) solid;
}
/*******single*****/
.scontent h1,.scontent h2,.scontent h3,.scontent h4
{
  font-weight: bold;
}
.scontent p
{
  margin: 1em 0;
}
.scontent ul li,.scontent ol li
{
  margin: 0.5em 25px 0.5em 0;
}
/****************projects*******************/

ul.nav-tabs li a.active
{
  background-color: #404040;
}
/*************************************************footer*************/
.stickyformlink
{
  width: 70px;
  height:50px;
  left: 0;
  position: fixed;
  top:15%;
  background-color: #5b7399;
  z-index: 1000;
  background-image: url('images/message.png');
  background-repeat: no-repeat;
  cursor: pointer;
    transition: all 0.5s ease;
  background-position: center center;
}
.stickyform
{

  position: fixed;
  top:15%;
  background-color: #5b7399;
  z-index: 1000;
  transition: all 0.5s ease;
  left: -25%;
}
div.wpcf7 .ajax-loader
{
  display: none!important;
}
.stickyform.active
{
  left: 0;
}
.stickyformlink.active
{
  left: 25%;
  background-image: url('images/closeb.png');

}
footer form .col-6
{
  flex: 0 0 75%;
  max-width: 75%;
}
footer form .col-2
{
  flex: 0 0 25%;
  max-width: 25%;
}
.foot-social svg
{
  width: 30px!important;
  height: 30px!important;
}
.foot-social svg,.foot-social svg *
{
  fill:white!important;
}

/************** COMMENT WP Design************************/
#respond
{
    background: #eee;
    padding: 5px;
}
#respond h3#reply-title
{
    padding: 0 0 5px 0;
    border-bottom: 1px #d8d8d8 solid;
}
#respond .comment-form-comment label
{
    display: block;
}
#respond label
{
    min-width: 50px;
}
#respond #email-notes
{
    color: #dc3545;
}
#respond #comment
{
    width: 100%;
    max-width: 400px;
}
#respond #submit
{
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#respond #submit:hover
{
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
#respond #wp-comment-cookies-consent
{
    margin: 5px;
}
h3#comments
{
    background: #eeeeee;
    padding: 5px;
    border-bottom: 1px #d8d8d8 solid;
    margin-bottom: 0;
}

ol.commentlist li:nth-child(2n-1)
{
    background: #f7f7f7;
}

ol.commentlist li
{
    padding: 10px 5px;
}

ol.commentlist
{
    background: #eeeeee;
}

.commentlist a.comment-reply-link
{
    padding: 2px 7px;
    border-radius: 6px;
    text-decoration: none;
    background: #ababab;
    color: white;
}

.commentlist a.comment-reply-link:hover
{
    background: #777777;
    color: white;
    transition: 0.3s;
}

.commentlist .reply
{
    text-align: end;
}

.commentlist .comment-meta.commentmetadata
{
    font-style: italic;
    font-size: 13px;
}

.commentlist ul.children div
{
    background: white;
    padding: 5px 5px;
    border-radius: 6px;
}

.pagecontent ol li
{
  margin: 8px 0;
}
.pagecontent ol li strong
{
  font-size:23px;
}
/***************LANDPAGE ****************/
@keyframes move {
  0%{
    transform: scale(1,1);
  }
  25%{
    transform: scale(1.2,1.2);
  }
  50%{
      transform: scale(1.3,1.3);
  }
  75%{
      transform: scale(1.2,1.2);
  }
  100%{
      transform: scale(1,1);
  }
}
.movingbg
{
  height: 100%;
  position: absolute;
  width: 100%;
  animation: move 25s linear infinite;
}

.typeletters {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-left: .15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .15em; /* Adjust as needed */
  animation:  typing 3.5s steps(40, end),  blink-caret .75s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: transparent; }
}





.landform .wpcf7 input
{
  width: 100%;
  margin-bottom: 10px;
  padding: 8px 10px;
  border:1px solid #2d4668;
}
.landform .wpcf7 input[type="submit"]
{
  background-color:#47b0ea;
  border:1px solid #47b0ea;
  transition: all 0.5s ease;
  cursor: pointer;
  color:white;
}
.landform .wpcf7 input[type="submit"]:hover
{
  background-color: white;
  color:#47b0ea;
}
.section_steps:hover span,
.section_steps:hover h4
{
    transform: scale(1.1);
    color: #5d94e6 !important;
}

.section_steps:hover
{
    background-color: #182e4a;
    box-shadow: 0 2px 10px black;
}

.section_steps span,
.section_steps h4, .section_step, .section_step:hover
{
    transition: 0.3s;
}
/****category****/
.catpost
{
    transition: all 0.2s ease;
}
.catpost:hover
{
  background-size: 70%!important;
  border:2px dashed #2d486b!important;
}
.transition-4
{
    transition:0.4s;
}
.pagecontent p
{
  margin-bottom: 1.5em;
}
.pagecontent p:last-of-type
{
  margin-bottom: 0!important;
}

.projects_wrap .slick-dots li button::before
{
  font-size: 10px;
}
.projects_wrap .slick-dots li button::before
{
  color:#5b7399;
}
.fixedwhats
{
    position: fixed;
    right: 15px;
    bottom:15px;

    z-index: 100;;
}
/*****************mobile****************************/
@media (max-width: 575.98px)
{
    .mhfs20{font-size: 20px!important;}
    .mhfs17{font-size: 17px!important;}
    .mhfs30{font-size: 30px!important;}
    .lh1{line-height: 1.2!important;}
    .mmb20{margin-bottom: 20px!important;}
    .mhfs44{font-size:44px!important;}
    .mbh225{height: 225px!important;}
    .mfcr{flex-direction: column-reverse!important;}
    .hauto{height: auto!important;}
    .mcenter{text-align:center!important;}
    .mhfs24{font-size: 24px!important;}
    .mbh300{height:300px!important}
    .mmt10{margin-top:10px!important;}
    .mmp20{padding:20px!important}
    .mpt40{padding-top:40px;}
    .mobpoly{clip-path:polygon(0 0, 100% 0, 100% 90%, -100% 100%)!important}
    .mobpoly2{clip-path:polygon(0% 25%, 100% 15%, 100% 100%, 0% 100%)!important}
    .mbgpr{background-position: right!important;}
    .film{
        bottom:-60px;
        width: 300%;
    }
    .film2 
    {
        top: 40px;
        width: 300%;
    }
    .mpb40{padding-bottom:40px;}
}

.hidden-xs-up{display:none!important}@media (max-width:575px){
  .w-50
  {
    width: 100%!important;
  }
  .stickyformlink,.stickyform
  {
    display: none!important;
  }
  #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle
  {
    top:60px!important;
  }
  .fb_dialog.fb_dialog_mobile.fb_customer_chat_bubble_animated_no_badge.fb_customer_chat_bubble_pop_in
      {
        display: none!important;
      }
  .hidden-xs-down{display:none!important}}@media (min-width:576px){.hidden-sm-up{display:none!important}}@media (max-width:767px){.hidden-sm-down{display:none!important}}@media (min-width:768px){.hidden-md-up{display:none!important}}@media (max-width:991px){.hidden-md-down{display:none!important}}@media (min-width:992px){.hidden-lg-up{display:none!important}}@media (max-width:1199px){.hidden-lg-down{display:none!important}}@media (min-width:1200px){.hidden-xl-up{display:none!important}}.hidden-xl-down{display:none!important}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
.bg-img-cvr
{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-img-cnt
{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.my_card
{
    transition: 0.4s;
}

    .my_card:hover
    {
        box-shadow: 0 0 12px 2px #004b9c !important;
        background-color: #2764b3;
        transform: translateY(-10px);
    }
/* Password protected design */
form.post-password-form input
{
    border: 1px #bbbbbb solid;
    border-radius: 1px;
    transition: 0.4s;
}

    form.post-password-form input[type=submit],
    form.post-password-form input[type=button]
    {
        padding: 0 20px;
        color: #ffffff;
        border-color: #008eff;
        cursor: pointer;
        background-color: #2196F3;
    }

        form.post-password-form input[type=submit]:hover,
        form.post-password-form input[type=button]:hover
        {
            color: #ffffff;
            background-color: #1976D2;
            border-color: #1565C0;
        }
form.post-password-form
{
    padding: 200px 0;
}

    form.post-password-form p
    {
        display: block;
        text-align: center;
    }
    /* FORM 7 DESIN*/
span.wpcf7-not-valid-tip
{
    color: red;
    font-weight: bold;
    padding: 0 5px;
}

.wpcf7-not-valid
{
    background-color: #ffeded;
    border: #ffa1a1 1px solid;
}

.wpcf7-response-output.wpcf7-validation-errors
{
    color: #e6e9e9;
    padding: 10px;
    direction: rtl;
    background-color: #dc3545;
}

.wpcf7-response-output.wpcf7-mail-sent-ok
{
    color: #e6e9e9;
    padding: 10px;
    direction: rtl;
    background-color: #28a745;
}
