@charset "utf-8";
/* CSS Document */
/*-----------------------------------------------------------------------------

Prototype Version:  2.4

*/

/* Table of Contents
-----------------------------------------------------------------------------

1. Clean Base
2. Base Typography
3. Images
4. Links
5. Forms
6. Tables
7. Framework

*/

/* 1. Create a Clean Base
------------------------------------------------------------------------------*/

html, body, br, hr, div, span, a, object, iframe, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, blockquote, q, address,
small, big, cite, dfn, ins, del, i, em, b, strong, sup, sub, strike, pre, code, samp, kbd, var, tt, form, fieldset, legend, label,input, textarea, option, .nobox {background: transparent; border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; vertical-align: baseline;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {display: block;}

blockquote, q {quotes: none;}
br {height: 0;}
ul, ol, dl, li {margin:0; padding:0;  color: #555555; font-size: 14px; line-height: 24px;}
html, body{height: 100%; -webkit-appearance:none; border:none; -webkit-text-size-adjust:none;}
body{position:relative;}

/* Class for clearing floats */
.clear {clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0;}
.cf:after,.cf:before{display: table;content: ''}
.cf:after{clear: both;}
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

/* 2. Define Base Typography
------------------------------------------------------------------------------*/

/* Create the Default Headers  */
h1, h2, h3, h4, h5, h6 {}

/* Specific Header Settings */
h1 {font-weight:bold; font-size:36px; color:#fff; }
h2 {font-weight:900; font-size:30px; color:#000; }
h3 {font-size:18px; }
h4 {font-size:16px;}
h5 {font-size: 14px;}
h6 {font-size: 12px;}

/* Create the Default Paragraphs */
p { color: #000; font-size: 16px; line-height: 24px;}

/* Other Typo */
strong {font-weight: bold;}
hr {border:0 #000 solid; border-top-width: 1px; clear: both; height: 0;}
ol {list-style: decimal;}
ul {list-style: disc;}

/* 3. Images
------------------------------------------------------------------------------*/

/* Remove border around linked images */
img {border: 0; border-style: none;}

/* 4. Links
------------------------------------------------------------------------------*/

/* Default Link Types */
a {font-size: 16px; text-decoration:none;color: #fff}
a:hover {}
a:active {color: #e8941a;}
a:focus {outline: none;}
a.current{color: #e8941a;}


/* 5. Forms
------------------------------------------------------------------------------*/

input[type='submit']{ -webkit-appearance:none; border:none; -webkit-text-size-adjust:none; }
select{-webkit-appearance:none; -moz-appearance:none; -o-appearance:none; appearance:none;}
input[type='text'],input[type='tel'],input[type='email'],input[type='password']{}
textarea{overflow:auto;}
::-webkit-input-placeholder{ color: #000;}
:-moz-placeholder{ color: #000;}
::-moz-placeholder{ color: #000;}
:-ms-input-placeholder{ color: #000;}
::-ms-input-placeholder{ color: #000;}
:placeholder-shown{ color: #000;}

/* Removes fieldset borders. even on Opea 7 */
fieldset {border: 1px solid transparent;}

/* 6. Tables
------------------------------------------------------------------------------*/

/* Table Fixes */
table {border-spacing: 0; border-collapse: collapse;}
td {text-align: left; font-weight: normal;}


/* 7. Framework
------------------------------------------------------------------------------*/

/* Common CSS */
/*common margin style*/
.m0{margin:0 !important;}
.mr20{margin-right:20px;}
.mt20{margin-top:20px !important;}
.mb80{margin-bottom:80px !important;}
.mt25{ margin-top:25px !important;}
.mt50{ margin-top:50px !important;}

/*all padding zero*/
.p0{padding:0 !important;}
.pt20{padding-top:20px;}

/*common display style*/
.dis-b{display:block}
.pos_rel{ position:relative;}
.hidden{ display:none !important;}

/*border*/
.no_bdr{border:none !important;}

/*common fonts style*/
.f16{ font-size:16px !important;}
.f18{ font-size:18px !important;}
.fbold{font-weight:bold;}

/*transition effect*/
.tra{-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.btn{display: inline-block;vertical-align: top;font-size: 16px;color: #fff;border: 1px solid #fff;border-radius: 8px;padding:10px 28px 10px 53px;position: relative;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;background-size: cover;background-repeat: no-repeat;}
.btn:after{content: '';position: absolute;left: 15px;top: 15px;width: 16px;height: 12px;background-image: url(../images/site/left-arrow-white.png);background-size: contain;}
/*.btn_mix{background-image: url(../images/site/bt_mix.jpg);background-position: 0px 44px;}
.btn_mix:hover{background-position: 0px 0px;}*/
.btn_mix_1{background-image: url(../images/site/bt_mix1.jpg);background-position: 0px -45px;border-color: #3a9e66;background-color: #3a9e66}
.btn_mix_1:hover{background-position: 0px 0px;border-color: #f3701e;background-color: #f3701e}
.btn_mix_o{background-image: url(../images/site/bt_mix_0.jpg);background-position: 0px 45px;}
.btn_mix_o:hover{background-position: 0px 0px;border-color: #f3701e}
.line{display: block;position: relative;background-image: url(../images/site/heading_element.png);background-repeat: no-repeat;background-position: right bottom;padding-bottom: 30px;}


/* Page Layout */
body{font-family: 'Open Sans Hebrew';background-color: #f8f8f8;overflow-x: hidden;}
body *{direction: rtl}
#full_wrapper{//min-height: 100%; //height: auto !important; //height: 100%; margin: 0 auto; /* the bottom margin is the negative value of the footer's height */}
.wrapper{ width:100%; margin:0 auto;max-width: 1170px;}
.content{ margin:0 auto; padding:0; width:100%;}

/* Header*/
.mob{display: none;}
header{position: fixed;width: 100%;left: 0;top:0px !important;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;z-index: 999;}
header .wrapper{ position:relative;}
header .top_had{height: 42px;background-color: rgba(0, 0, 0, 0.2);-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
header .top_had .left_link{float: left;padding-top: 7px;}
header .top_had .left_link a{display: inline-block;vertical-align: top;margin-right: 1px;width: 27px;height: 27px;background-repeat: no-repeat;background-size: contain;background-image: url(../images/site/instagram-icon.png)}
header .top_had .left_link a+a{background-image: url(../images/site/facebook-icon.png);}
header .top_had .right_link{float:right;}
header .top_had .right_link span{background-image: url(../images/site/phone-2.png);background-repeat: no-repeat;background-position: right center;color: #fff;font-size: 14px;font-weight: 400;padding-right: 24px;line-height: 42px;}
header .top_had .right_link .mail{padding-right: 28px;;margin-right: 43.5px;}
header .top_had .right_link span a{color: #fff;font-size: 14px;font-weight: 400;line-height: 42px;    padding-right: 16px;}
header .top_had .right_link span+span{background-image: url(../images/site/email-83.png)}
header .bottom_had{text-align: right;padding-top: 27px;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
header .bottom_had .brand{display: inline-block;vertical-align: top;margin-left: 42px;}
header .bottom_had .price{display: inline-block;vertical-align: top;float: left;padding:10px 17px 10px 44px;position: relative;overflow: hidden; z-index: 9;}
header .bottom_had .price:before{    content: "";width: 110%;height: 110%;position: absolute;-webkit-transition: -webkit-transform .45s cubic-bezier(.835,-.005,.06,1);transition: -webkit-transform .45s cubic-bezier(.835,-.005,.06,1);transition: transform .45s cubic-bezier(.835,-.005,.06,1);transition: transform .45s cubic-bezier(.835,-.005,.06,1),-webkit-transform .45s cubic-bezier(.835,-.005,.06,1);-webkit-transform-origin: right;transform-origin: right;-webkit-transform: scaleX(0);transform: scaleX(0);left: -5%;will-change: transform;background-color: #f3701e;top: -3px;    z-index:-1;}
header .bottom_had .price:hover:before {-webkit-transform-origin: left;transform-origin: left;-webkit-transform: scaleX(1);transform: scaleX(1);}
header .bottom_had nav{display: inline-block;vertical-align: top;}
header .bottom_had nav ul{list-style: none;}
header .bottom_had nav ul li{display: inline-block;vertical-align: top;}
header .bottom_had nav ul .drop{position: relative}
header .bottom_had nav ul .drop>a{background-image: url(../images/site/drop.png);background-repeat: no-repeat;background-position: left 10px center;}
header .bottom_had nav ul li a{padding:  6.5px 20px 6.5px 20px;line-height: 44px;border-radius: 10px;transition: 0.4s ease all;-moz-transition: 0.4s ease all;-webkit-transition: 0.4s ease all;-o-transition: 0.4s ease all;}
header .bottom_had nav ul li>a:hover ,header .bottom_had nav ul li.current-menu-item a{background-color: rgba(255, 255, 255, 0.1);}
header .bottom_had nav ul .drop .dropbox{padding-top: 19px;background-color: #fff;border: 1px solid #d0d7dd;border-radius: 5px;position: absolute;right: 0;z-index: 999; bottom: -282px;right: 0;z-index: 999;width: 195px;opacity: 0;visibility: hidden;transform: scale(0.9);transition: 0.4s ease all;-moz-transition: 0.4s ease all;-webkit-transition: 0.4s ease all;-o-transition: 0.4s ease all;}
header .bottom_had nav ul .drop .dropbox:after{content: '';position: absolute;right: 23px;top: -12px;width: 16px;height: 12px;background-image: url(../images/site/drop_after.png);background-repeat: no-repeat;background-size: contain;}
header .bottom_had nav ul .drop .dropbox .left_col{width: 195px;display: inline-block;vertical-align: top;padding-right: 33px;border-left: 1px solid #e5e5e5;}
header .bottom_had nav ul .drop .dropbox h5{display: block;padding: 0px;text-align: right;font-size: 13px;color: #3a9e66;font-weight: 400;    margin-bottom: 10px;}
header .bottom_had nav ul .drop .dropbox a{display: block;padding: 0px;text-align: right;font-size: 14px;color: #000;font-weight: 400;padding-right: 13px;    line-height: 20px;    margin-bottom: 5px;transition: 0.4s ease all;-moz-transition: 0.4s ease all;-webkit-transition: 0.4s ease all;-o-transition: 0.4s ease all;position: relative}
header .bottom_had nav ul .drop .dropbox a:after{content: '';position: absolute;right: 5px;width: 3px;height: 3px ;border-radius: 50%;background-color: #000;top: 8px;}
header .bottom_had nav ul .drop .dropbox a:hover{color: #f28c2d}
header .bottom_had nav ul .drop .dropbox .bottom_link{width: 100%;height: 44px;background-color: #3a9e66;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;text-align: center;margin-top: 19px;}
header .bottom_had nav ul .drop .dropbox .bottom_link a{display: inline-block;vertical-align: top;line-height: 44px;color: #fff;padding-left: 19px;padding-right: 0px;background-image: url(../images/site/arrow_left_white.png);background-position: left center;background-repeat: no-repeat;}
header .bottom_had nav ul .drop .dropbox .bottom_link a:after{display: none;}
header .bottom_had nav ul .drop:hover .dropbox{opacity: 1;visibility: visible;transform: scale(1)}
header .bottom_had nav ul .drop .dropbox.active{opacity: 1;visibility: visible;transform: scale(1)}


/*header.fixed .top_had{transform: translateY(-44px)} 
header.fixed .bottom_had{transform: translateY(-44px)}*/ 
header.fixed {transform: translateY(-44px);background-color: rgba(0, 0, 0, 0.7);z-index: 99999999} 











.banner{height: 835px;background-image: url(../images/site/movie.jpeg);background-size: cover;background-repeat: no-repeat;width: 100%;padding-top: 227px; position: relative;}
.banner h1{color:#73c095 ;font-size:29.54px;font-weight: 300;transition: 0.4s ease all;-moz-transition: 0.4s ease all;-webkit-transition: 0.4s ease all;-o-transition: 0.4s ease all;opacity: 0;transform: translateX(50px)}
.banner h1.active,.banner span.active,.banner .the_company a.active{opacity: 1;transform: translatex(0)}
.banner h2,.banner span{color:#fff ;font-size:50.03px;position: relative; line-height: 62px;margin-top: 8px;}
.banner span{font-weight: 900;}
.banner span{transition: 0.6s ease all;-moz-transition: 0.6s ease all;-webkit-transition: 0.6s ease all;-o-transition: 0.6s ease all;opacity: 0;transform: translateX(50px)}
.banner .the_company{margin-top: 69px;}
.banner .the_company a{margin-left: 15px;transition: 0.6s ease all;-moz-transition: 0.6s ease all;-webkit-transition: 0.6s ease all;-o-transition: 0.6s ease all;opacity: 0;transform: translateX(50px)}

.everest_financial{padding-top: 90px;background-color: #fff;}
.everest_financial .left_col{width: 48.718%;float: left;transform: translateY(50px);transition: 0.6s ease all;-o-transition: 0.6s ease all;-moz-transition: 0.6s ease all;-webkit-transition: 0.6s ease all;opacity: 0;}
.everest_financial .left_col.come-in{opacity: 1;transform: translateY(0px);}
.everest_financial .left_col .slider2 .inner{width: 100%;height: 379px;}
.everest_financial .left_col .slider2 .inner .col{width: 100%;height: 100%;}


.everest_financial .col{width: 100%;height: auto;background-repeat: no-repeat;background-size: 100% 100%;/*box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.38);*/position: relative;border: 1px solid #d6d6d6;}
.everest_financial .col .text {background-color: #fbfbfb;padding: 7px 25px;}
.everest_financial .col .text h2 {font-size: 20px;position: relative;}
.everest_financial .col .text h2::after {content: '';position: absolute;width: 8px;height: 8px;background-color: #797979;border-radius: 50%;top: 50%;transform: translateY(-50%);right: -15px;}
.everest_financial .col .text a.more_detail {color: #3a9e66;font-size: 16px;background-image: url(../images/site/left-arrow-green.png);background-repeat: no-repeat;padding-left: 20px;background-position: left center;}


.everest_financial .owl-carousel .owl-nav{display: block;position: absolute;left: 0;    top: calc(50% - 20px);width: 100%;}
.everest_financial  .owl-carousel .owl-nav .owl-prev,.everest_financial .owl-carousel .owl-nav .owl-next{display: inline-block;vertical-align: top;position: absolute;background-repeat: no-repeat;background-size: contain;height: 48px;color: transparent !important;width: 42px;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.everest_financial  .owl-carousel .owl-nav .owl-next{background-image: url(../images/site/left.png);left: -22px; }
.everest_financial  .owl-carousel .owl-nav .owl-next:hover{background-image: url(../images/site/left_green.png)}
.everest_financial  .owl-carousel .owl-nav .owl-prev{right: -22px !important;text-align: right;background-image: url(../images/site/right.png);background-position: right;width: 42px}
.everest_financial  .owl-carousel .owl-nav .owl-prev:hover{background-image: url(../images/site/right_green.png)}
.everest_financial .owl-dots{display: block !important;text-align: center;margin-top: 10px}
.everest_financial .owl-dots .owl-dot {display: inline-block;vertical-align: top;margin-left: 5px;order: 2px solid transparent}
.everest_financial .owl-dots .owl-dot.active span{background-color: #3a9e66;border-color: #3a9e66}
.everest_financial .owl-dots .owl-dot span{display: inline-block;vertical-align: top;width: 10px;height: 10px;border: 2px solid #b1b1b1;border-radius: 50%}
.everest_financial .right_col{width:44%;float: right;}
.everest_financial .right_col .btn_mix_1{background-position: 0px -43px;margin-top: 17px;transform: translateY(50px);transition: 0.6s ease all;-o-transition: 0.6s ease all;-moz-transition: 0.6s ease all;-webkit-transition: 0.6s ease all;opacity: 0;}
.everest_financial .right_col .btn_mix_1:hover{background-position: 0px 0px}
.everest_financial .right_col .line{margin-bottom: 28px;opacity: 0;position: relative;transform: translateY(50px);transition: 0.6s ease all;-o-transition: 0.6s ease all;-moz-transition: 0.6s ease all;-webkit-transition: 0.6s ease all;}
.everest_financial .right_col .line.come-in,.everest_financial .right_col p.come-in,.everest_financial .right_col .btn.come-in{opacity: 1;transform: translateY(0px)}
.everest_financial .right_col p{margin-bottom: 10px;transform: translateY(50px);transition: 0.6s ease all;-o-transition: 0.6s ease all;-moz-transition: 0.6s ease all;-webkit-transition: 0.6s ease all;opacity: 0;}
.services{padding-top: 5px;background-image: url(../images/site/service_bg.jpg);background-repeat: no-repeat;background-position:top 70px center;background-size: cover;padding-bottom: 20px;background-color: #fff}
.services .wrapper{position: relative;overflow: hidden}
.services h2{color: #e8e8e8;font-size: 120px;font-weight: 100;text-align: left;padding-top: 70px;font-family: 'Roboto', sans-serif;transform: translatex(-41%);transition: 1s ease all;-o-transition: 1s ease all;-moz-transition: 1s ease all;-webkit-transition: 1s ease all;opacity: 0;position: relative}
.services h2.come-in{transform: translateX(0%);opacity: 1}
.services span.come-in{opacity: 1;transform: translatex(0px)}
.services span{position: absolute;right: 0;top: 0;transform: translatex(100%);transition: 1s ease all;-o-transition: 1s ease all;-moz-transition: 1s ease all;-webkit-transition: 1s ease all;opacity: 0;}
.expertise{min-height: 843px;background-color: #f8f8f8; position: relative}
.expertise .bg1{background-image: url(../images/site/diamand_bg1.png);background-position: bottom -130px  center;background-repeat: no-repeat;position:absolute;left: 0;top: 0;width: 100%;height: 100%;transform: skewY(-2.2deg);}
/*  background-repeat: repeat-x;
//background-position: 0 20%,0 95%,0 0,0 100%,0 0;background-size: 2500px,800px,500px 200px,1000px,400px 260px;animation: 400s para infinite linear;*/
/*
@keyframes para {
100% {
background-position: 
-5000px 20%,
-800px 95%,
500px 0,
1000px 100%,
400px 0;
}
}*/
.expertise .line{display: block;padding-bottom: 12px;margin-bottom: 47px;}
.expertise .line h2,.expertise .line i{display: inline-block;vertical-align: top; font-style: normal; font-weight: 900;font-size: 30px;color: #000;}
.expertise .line a{display: inline-block;vertical-align: top;font-style: normal;color: #3a9e66;margin-right: 26px;background-position: left center;background-image: url(../images/site/small-left.png);background-repeat: no-repeat;padding-left: 15px;line-height: 41px;}
.expertise  .col{float: right;width: 28.9%;}
.expertise  .col h3{font-weight: 300;padding-right: 21px;font-size: 22px;background-position: right center;background-repeat: no-repeat;margin-bottom: 28px;}
.expertise  .col h3 a{color:#000017; font-size: 22px; display: inline-block; font-weight: 300;}
.expertise  .col h3 a:hover{color:#000017;}
.expertise  .col1 h3{background-image: url(../images/site/orange.png)}
.expertise  .col2 h3{background-image: url(../images/site/blue.png)}
.expertise  .col3 h3{background-image: url(../images/site/green.png)}
.expertise  .col .link a{width: 158px;height: 138px;border-radius: 4px;background-color: #fff;display: inline-block;vertical-align: top;margin-bottom: 20px;box-shadow:0px 2px 8px #b9b7b7;text-align: center;padding-top: 29px;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;border: 3px solid transparent;margin-left: 15px;opacity: 0;transform: scale(0.8)}
.expertise  .col .link a.come-in{opacity: 1;transform: scale(1)}
.expertise  .col .link a:nth-child(even){margin-left: 0px;}
.expertise  .col.category_col .link a:nth-child(even){margin-left: 15px;}
.expertise  .col .link a img{display: block;max-width: 100%;margin: 0 auto;}
.expertise  .col h4{color: #3e3e3e;font-size: 13.12px;font-weight: bold;padding-left: 12px;background-position: left center;background-repeat: no-repeat;display: inline-block;vertical-align: top;margin-top: 11px;}
.expertise  .col1 h4{background-image: url(../images/site/small_orange.png)}
.expertise  .col2 h4{background-image: url(../images/site/small_blue.png)}
.expertise  .col3 h4{background-image: url(../images/site/small-left.png)}
.expertise  .col1 .link a:hover{border-color:  #f28c2d}
.expertise  .col2 .link a:hover{border-color:  #75c8d2}
.expertise  .col3 .link a:hover{border-color:  #6fd39b}
.expertise  .col2{margin: 0px 77px;position: relative}
.expertise  .col2:after{content: '';position: absolute;height: 532px;width: 2px;position: absolute;left: -38px;top: 0;background-color: #dddddd}
.expertise  .col2:before{content: '';position: absolute;height: 532px;width: 2px;position: absolute;right: -38px;top: 0;background-color: #dddddd}
.recommendations{background-color: #f8f8f8;    margin-top: 40px;}
.recommendations .right_col,.recommendations .left_col{width: 48.804%;}
.recommendations .left_col{float: left;transform: translateY(50px);transition: 0.6s ease all;-o-transition: 0.6s ease all;-moz-transition: 0.6s ease all;-webkit-transition: 0.6s ease all;opacity: 0;}
.recommendations .left_col.come-in,.recommendations .right_col.come-in{opacity: 1;transform: translateY(0px);    position: relative;
    z-index: 9;}
.recommendations .left_col h3{color: #000;font-size:20px;font-weight: 400;margin-bottom: 8px;}
.recommendations .right_col{float: right;transform: translateY(50px);transition: 0.6s ease all;-o-transition: 0.6s ease all;-moz-transition: 0.6s ease all;-webkit-transition: 0.6s ease all;opacity: 0;}
.recommendations .right_col h3{color: #000;font-size:20px;font-weight: 400;margin-bottom: 8px;}

.recommendations .col{width:100%;height: 379px;background-repeat: no-repeat;background-size: 100% 100%; position: relative;text-align: center;//box-shadow: 0px 4px 10px #d8d8d8;padding-top: 46px;}

.recommendations .col .inner {position: absolute;left: 5px;top: 10px;width: 98%;height: 96%;bottom: 0;box-shadow:0px 1.5px 6px #d8d8d8;right: 5px;margin: 0 auto;text-align: center;border-radius: 5px;}
.recommendations .col .img_col{width: 62px;height: 62px;border-radius: 50%;background-repeat: no-repeat;background-size: cover;margin: 0 auto}
.recommendations .col h3{font-size: 19.02px;color: #000;font-weight: 900;    margin-top: 18px;}
.recommendations .col h4{font-size: 16px;color: #75848f;font-weight: 400;    margin-top: 2px;margin-bottom: 23px;}
.recommendations .col p{color: #2e2e2e}
.recommendations .owl-carousel .owl-nav{display: block;position: absolute;left: 0;    top: calc(50% - 20px);width: 100%;}
.recommendations  .owl-carousel .owl-nav .owl-prev,.recommendations .owl-carousel .owl-nav .owl-next{display: inline-block;vertical-align: top;position: absolute;background-repeat: no-repeat;height: 41px;color: transparent !important;width: 41px;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;background-color: #dfe5e8;background-position: center;}
.recommendations  .owl-carousel .owl-nav .owl-next{left: 5px;background-image: url(../images/site/arrow-left.png) }
.recommendations  .owl-carousel .owl-nav .owl-next:hover{background-image: url(../images/site/arrow_left_white.png);background-color: #3a9e66}
.recommendations  .owl-carousel .owl-nav .owl-prev{right: 5px !important;text-align: right;background-image: url(../images/site/arrow_right_blck.png);width: 41px}
.recommendations  .owl-carousel .owl-nav .owl-prev:hover{background-image: url(../images/site/arrow-right.png);background-color: #3a9e66}
.recommendations .owl-dots{display: block !important;text-align: center;margin-top: 10px}
.recommendations .owl-dots .owl-dot {display: inline-block;vertical-align: top;margin-left: 5px;order: 2px solid transparent}
.recommendations .owl-dots .owl-dot.active span{background-color: #3a9e66;border-color: #3a9e66}
.recommendations .owl-dots .owl-dot span{display: inline-block;vertical-align: top;width: 10px;height: 10px;border: 2px solid #b1b1b1;border-radius: 50%}

.recommendations .right_col .img_{}
.recommendations .right_col .img_ img{max-width: 100%;}
.recommendations .right_col h4{color: #000;font-size: 20px;font-weight: 400;    margin-bottom: 8px;margin-top: 22px;}
.recommendations .right_col h4 a{font-size: 16px;color: #3a9e66; background-position: left center;background-image: url(../images/site/small-left.png);background-repeat: no-repeat;padding-left: 15px;line-height: 27px;font-style: normal;margin-right: 18px;}
.recommendations .right_col .green_col{background-color: #3a9e66;width: 100%;padding: 19px;border-radius: 5px;padding-right: 134px;background-image: url(../images/site/CALCULATOR.png);background-position: right 19px center;background-repeat: no-repeat;position: relative;z-index: 1}
.recommendations .right_col .green_col ul {list-style: none;width: 178px;display: inline-block;vertical-align: top;}
.recommendations .right_col .green_col ul li{position: relative;color: #fff;font-weight: 400;font-size: 16px;margin-bottom: 4px;padding-right: 10px;}
.recommendations .right_col .green_col ul li:after{content: '';position: absolute;right: 0;top: 11px;width: 5px;height: 5px;border-radius: 50%;background-color: #fff;}
.recommendations .right_col .green_col .ln1{border-left:1px solid #61b185;width: 178px;display: inline-block}
.recommendations .right_col .green_col .ln2{padding-right: 39px;width: 178px;display: inline-block}
.number_strip{height: 404px;background-color: #f8f8f8;position: relative;background-color: #233c3f;    transform: skewY(-5deg);top: -15px}
/*.number_strip:after {content: '';position: absolute;left: 0;top: -65px;//background-image: url(../images/site/lorem.png);width: 100%;height: 100%;background-size: 100% 100%;z-index: 0;background-color: #233c3f}*/
.number_strip .bg{position: absolute;left: 0;top: 2px;background-image: url(../images/site/mountain.png);width: 100%;height: 100%;background-size: 100%  200%;z-index: 0;background-repeat: no-repeat;}
.number_strip .col{width: 33.33%;float: left;position: relative;z-index: 1;text-align: center;padding-top: 206px;//transform: translateY(50px);transition: 0.6s ease all;-o-transition: 0.6s ease all;-moz-transition: 0.6s ease all;-webkit-transition: 0.6s ease all;//opacity: 0;  transform: skewY(4deg);}
/*.number_strip .col.come-in{opacity: 1;transform: translateY(0px)}*/
.number_strip .col h4{color: #fff;font-size: 80px;font-weight: 300;line-height: 93px;}
.number_strip .col h5{color: #fff;font-size: 20px;font-weight: 300;}
.number_strip .col+.col{padding-top: 140px;}
.number_strip .col+.col+.col{padding-top: 85px}
.service_packs{background-color: #f8f8f8;padding-bottom: 55px;    margin-top: 69px;}
.service_packs .wrapper>p{color: #1e1e1e;margin-top: 12px;display: block;margin-bottom: 34px;}
.service_packs .col{width: 23%;height: 210px;float: right;border-radius: 5px;/*background-color: #3a9e66;*/background-color: #fff;box-shadow: 0px 2px 8px #b9b7b7; position: relative;text-align: center;padding-top: 39px;margin-left: 2.6%;transition: 0.6s ease all;-o-transition: 0.6s ease all;-moz-transition: 0.6s ease all;-webkit-transition: 0.6s ease all;opacity: 0;transform: rotateX(180deg)}
.service_packs .col:hover{/*background-color: #eb811d;*/box-shadow: 0 2px 8px 5px rgba(0, 0, 0, 0.16);}
.service_packs .col.come-in{opacity: 1;transform: rotateX(0deg)}
.service_packs .col:nth-child(4){margin-left: 0px;}
.service_packs .col span{position: absolute;;right:18px;top: 11px;color: #b7b7b7;font-size: 16px;}
.service_packs .col img{max-width: 100%;}
.service_packs .col h4{color: #181818;font-size: 20px;font-weight: bold;margin-top: 20px;}
.financial_planning{padding-top: 107px;background-color: #f8f8f8;background-image: url(../images/site/white_bg.png);background-repeat: no-repeat;background-size: 100% 100%;    padding-bottom: 94px;}
.financial_planning .left_col{float: left;width: 50%}
.financial_planning .left_col .line{opacity: 0;transform: translateY(50px);position: relative;transition: 0.6s ease all;-o-transition: 0.6s ease all;-moz-transition: 0.6s ease all;-webkit-transition: 0.6s ease all;margin-bottom: 28px;}
.financial_planning .left_col p{margin-bottom: 26px;transition: 0.6s ease all;-o-transition: 0.6s ease all;-moz-transition: 0.6s ease all;-webkit-transition: 0.6s ease all;opacity: 0;transform: translateY(50px)}
.financial_planning .left_col .btn_mix_1{margin-top: 10px;transition: 0.6s ease all;-o-transition: 0.6s ease all;-moz-transition: 0.6s ease all;-webkit-transition: 0.6s ease all;opacity: 0;transform: translateY(50px)}
.financial_planning .left_col .line.come-in, .financial_planning .left_col p.come-in, .financial_planning .left_col .btn.come-in {opacity: 1;transform: translateY(0px);}

.financial_planning .right_col{float: right;width: 50%;position: relative}

.updates{background-color: #f8f8f8;padding-bottom:148px;padding-top: 75px;background-image: url(../images/site/logo-element1.png);background-position:right  bottom;background-repeat: no-repeat;}
.updates .line{display: block;padding-bottom: 20px;margin-bottom: 44px;}
.updates .line h2{display: inline-block;vertical-align: top;}
.updates .line a{display: inline-block;vertical-align: top;font-style: normal;color: #3a9e66;margin-right: 26px;background-position: left center;background-image: url(../images/site/small-left.png);background-repeat: no-repeat;padding-left: 15px;line-height: 41px;}
.updates .wrapper>p{color: #1e1e1e;margin-top: 12px;display: block;margin-bottom: 34px;}
.updates .col{width: 23%;height:auto;float: right;border-radius: 5px;background-color: #fff;position: relative;text-align: center;margin-left: 2.6%;    box-shadow: 0px 2px 8px #b9b7b7;padding-bottom: 23px;transition: 0.6s ease all;-o-transition: 0.6s ease all;-moz-transition: 0.6s ease all;-webkit-transition: 0.6s ease all;opacity: 0;transform: translateY(50px)}
.updates .col:hover{ box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.56);}
.updates .col.come-in{opacity: 1;transform: translateY(0px)}
.updates .col:nth-child(4){margin-left: 0px;}
.updates .col h4{color: #f28b2e;font-size:16px;font-weight: bold;margin-top: 15px; min-height: 66px;}
.updates .col h3{color: #929292;font-size:11px;font-weight:400; margin-top: 2px;margin-bottom: 16px;}
.updates .col p{color: #1e1e1e;font-size:13px;font-weight:400;    line-height: 20px; min-height: 160px;}
.updates .col .btn {background-color: #f28b2e;padding: 8px 30px 8px 45px;font-size: 12px;margin-top: 25px;}
.updates .btn:after {left: 29px;top: 14px;width: 10px;height: 7px;}
.updates .col .btn:hover{background-color: #3a9e66}
.updates .col .img_col{height: 175px;background-repeat: no-repeat;background-size: cover;border-top-left-radius: 5px;border-top-right-radius: 5px;}
.updates .col .text{    padding: 0px 30px;}
/* Push */
.push{}


/* Footer */
footer{background-color: #3f3f3f; position: relative}
footer .top_footer{    padding-top: 38px;margin-bottom: 4px;}
footer .top_footer .col{min-height: 100px;float: right;}
footer .top_footer .col ul{list-style: none;}
footer .top_footer .col ul li{line-height: normal;}
footer .top_footer .col a{-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
footer .top_footer .col a:hover{color: #75c8d2;font-weight: bold;}
footer .top_footer .col h2{font-size: 17px;color: #fff;font-weight: bold;background-image: url(../images/site/heading-element.png);background-position: right bottom;background-repeat: no-repeat; line-height: 11px;padding-bottom: 34px;    margin-bottom: 20px;}
footer .top_footer .col2 a,footer .top_footer .col3 a{color: #eaeaea;font-size: 14px;font-weight: 400;display: block;    margin-bottom: 8px;}
footer .top_footer .col1{width: 27.18%;}
footer .top_footer .col2{width:18.975%;}
footer .top_footer .col3{width:21.71%;}
footer .top_footer .col4{width:32%;}
footer .top_footer .col4 p{color: #fff;font-size: 16px;font-weight: 400;line-height: 25px;margin-bottom: 15px;}
footer .top_footer .col4 p a{position: relative}
footer .top_footer .col4 p a:after{content: '';position: absolute;left: 0;bottom: 1px;border-bottom: 1px solid #fff;width: 100%}
footer .top_footer .col4 span{display: block;color: #fff;font-size: 16px;font-weight: 400;padding-right: 28px;background-position: right center;background-repeat: no-repeat;margin-bottom: 7px;background-image: url(../images/site/phone-icon.png);}
footer .top_footer .col4 span+span{background-image: url(../images/site/mobile-button.png)}
footer .top_footer .col4 span+span+span{background-image: url(../images/site/fax-icon.png)}
footer .top_footer .col4 span+span+span+span{background-image: url(../images/site/enail-icon.png)}
footer .top_footer .col4 label{color: #fff;font-size: 16px;font-weight: 400;line-height: 30px;}
footer .top_footer .col4 label a{display: inline-block;vertical-align: top;margin-right: 9px;}
footer .bottom_footer{border-top:1px solid #5c5c5c;height: 54px; }
footer .bottom_footer p{line-height: 53px;font-size: 13px;color: #fff;display: inline-block;}
footer .bottom_footer p span,footer .bottom_footer p a{color: #75c8d2}
footer .bottom_footer label,footer .bottom_footer p+p{float: left;line-height: 53px;font-size: 13px;color: #fff; }
footer .bottom_footer p+p a{color: #75c8d2}

.scrollup {width: 33px;height: 33px;position: fixed;bottom: 70px;right: 55px;display: none;text-indent: -9999px;background: url(../images/site/square-simple-up.png) no-repeat;z-index: 999;}
#donutchart *{direction: ltr ;}
#donutchart{width:100%; height:400px;}
.mob_col{display: none;}

#donutchart *{direction: ltr ;}
#donutchart{width:100%; height:400px;}
.mob_col{display: none;}
#donutchart g text *{direction: rtl ; text-align: right !important;}
.bollet{list-style: none !important;position: absolute;top: 0;right: 0;z-index: 99;}
.bollet li{display: block;}
.bollet li i{font-style: normal;color: #1e1e1e;font-size: 14px;}
.bollet li span{display: inline-block;width: 10px;height: 10px;border-radius: 50%;margin-left: 5px;}

#donutchart svg g path {stroke-width:0px !important}

.breadcrum p {display: inline-block;vertical-align: top;color: #fff;font-size: 15px;}
.breadcrum a {font-size: 15px;color: #2fa4d4;padding-left: 5px;}
.breadcrum span{padding-left: 5px;}
.breadcrum {padding-top: 13px;}


/* About */
.about {background: #f8f8f8;}
.about img{max-width: 100%;}
.about_banner {height: 370px;background-size: cover;background-repeat: no-repeat;width: 100%;padding-top: 166px;text-align: center;}
.about_banner h1 {display: inline-block;min-width: 262px;border: 1px solid #8e8e8e;}
.about_banner .site-title {position: relative;}
.about_banner .site-title:after {content: "";position: absolute;border-top: 1px solid #fff;width: 35.8%;left: 0;top: 50%;transform: translateY(-50%);opacity: 0.2;}
.about_banner .site-title:before {content: "";position: absolute;border-top: 1px solid #fff;width: 35.8%;right: 0;top: 50%;transform: translateY(-50%);opacity: 0.2;}
.about .everest_financial {background-color: #f8f8f8; position: relative;padding-bottom: 55px;padding-top: 65px;}
.about .everest_financial h2{color: #f39136}
.about .everest_financial .left_col {width: 40.1%;}
.about .everest_financial .right_col {width: 57%;}
.about .everest_financial .right_col p {font-size: 22px;color: #1e1e1e;line-height: 28px;}
.about .everest_financial .right_col ul {padding-top: 25px; transform: translateY(50px);transition: 0.6s ease all;-o-transition: 0.6s ease all;-moz-transition: 0.6s ease all;-webkit-transition: 0.6s ease all;opacity: 0;}
.about .everest_financial .right_col ul.come-in{ opacity: 1;transform: translateY(0px);}
.about .everest_financial .right_col li {display: inline-block;vertical-align: top;list-style: none;padding-left: 16px;margin-left: 16px;position: relative;line-height: 18px;}
.about .everest_financial .right_col li:after {content: '';position: absolute;background-color: #d5d5d5;left: 0;top: 0;width: 1px;height: 100%;}
.about .everest_financial .right_col li:last-child {padding-left: 0;margin-left: 0;}
.about .everest_financial .right_col li:last-child:after {display: none;}
.about .everest_financial .right_col li a{color: #2fa4d4;font-size: 17px;}
.about .everest_financial .logo_element {position: absolute;bottom: -72px;left: 0;width: 18.23%;}
/*.about .why_us {padding-top: 55px;}*/
.about .why_us .left_col {float: left;width: 50%;padding-right: 5.1%;padding-top: 185px;}
.about .why_us .right_col {float: right;width: 50%;}
.about .why_us .left_col .col {float: right;width: 48%;padding-left: 8%;padding-bottom: 74px;opacity: 0;transform: translateY(50px);transition: 0.6s ease all;-o-transition: 0.6s ease all;-moz-transition: 0.6s ease all;-webkit-transition: 0.6s ease all;}
.about .why_us .left_col .col.come-in{ opacity: 1;transform: translateY(0px);}
.about .why_us .left_col .col .image {display: inline-block;vertical-align: top;max-width: 52px;}
.about .why_us .left_col .col .text {display: inline-block;vertical-align: top;width: calc(100% - 57px);padding-right: 16px;}
.about .why_us .left_col .col .text h3 {font-size: 22px;color: #1e1e1e;padding-bottom: 11px;}
.about .why_us .left_col .col .text p{font-size: 17px;color: #1e1e1e;}

.about .client h2 {color: #f39136;text-align: center;}
.about .client .line {background-position: center bottom;}
.client {padding-top: 80px;}
.client .wrapper {max-width: 842px;}
.client .client_logo {margin-top: 55px;background-color: #fff;}

.text_company {text-align: center;margin-top: 140px;position: relative;margin-bottom: 10px;}
.text_company:after{content: '';position: absolute;left: 0;top:-69px;background-color: #e5e5e5;width: 100%;height: 1px; transform: rotate(-4deg); }
.text_company .line{    background-position: center bottom;}
.text_company .line h2{color: #f39136}
.text_company .inner{margin-top: 53px;}
.text_company .col_left{float: right;width: 50%;text-align: right;padding-left: 25px}
.text_company .col_left p{margin-bottom: 30px;}
.footer_logo2{margin-top: 190px;}
.footer_logo2:after{content: '';position: absolute;right: 0;top: -187px;width: 319px;;height: 187px;background-image: url(../images/site/logo-element1.png);background-repeat: no-repeat;   }

/* pagelist */
.expertise_1{    margin-top: 70px;min-height:auto !important;margin-bottom: 401px;}

/* details post */
.detials_post{position: relative; padding-top: 21px;    padding-bottom: 147px;}
.detials_post .wrapper{position: relative}
.detials_post .bg_color{background-color: #fff;position: absolute; left: -30px;top: -36px;width: 130%;height: 100%;transform: rotate(-2.16deg);}
.detials_post .right_col{width: 328px;float: right;    top: -57px;position: relative;}
.detials_post .btn_mix_1 {background-image: url(../images/site/bt_mix1.jpg);background-position: 0px 0px;border-color: #f4711f;background-color: #f4711f;width: 180px;height: 35px;padding-left: 20px;font-size: 14px;text-align: left;padding: 0px;line-height: 35px;padding-left: 21px;}
.detials_post .btn:after {left: auto;top: 10px;width: 16px;height: 12px;background-image: url(../images/site/left-arrow-white.png);background-size: 13px;right: 20px;background-repeat: no-repeat;transform: rotate(180deg);}
.detials_post .btn_mix_1:hover {background-image: url(../images/site/bt_mix1.jpg);background-position: 0px -55px;border-color: #3a9e66;background-color: #3a9e66;}
.detials_post .right_col .inner{margin-top: 19px;}
.detials_post .right_col .inner h2{height: 72px;background-color: #60a5b0;line-height: 72px;color: #fff;text-align: center; font-size: 26px;font-weight: bold;}
.detials_post .right_col .inner .bottom_col{padding: 10px 17px 0px 21px;box-shadow: 0px 3px 10px #dedede;}
.detials_post .right_col .inner .bottom_col h3{margin-bottom: 20px;}
.detials_post .right_col .inner .bottom_col h3,.detials_post .right_col .inner .bottom_col h3 a{font-size:19.6px;color: #020202;text-align: center;  }
.detials_post .right_col .inner .bottom_col h3 a{color: #2fa4d4;display: inline-block;}
.detials_post .right_col .inner .bottom_col h4{color: #6c6c6c;font-size: 18px;font-weight: 400;text-align: center;padding-top: 8px;padding-bottom: 20px;}
.detials_post .right_col .inner .bottom_col .in{width: 100%;height: 38px;border: 1px solid #b5b5b5;border-radius: 4px;margin-bottom: 14px;color: #4f4f4f;font-weight: 400;font-size: 15.3px;padding-right: 20px;    font-family: 'Open Sans Hebrew';}
.detials_post .right_col .inner .bottom_col .in:focus{border-color:#f28b2e }
.detials_post .right_col .inner .bottom_col .in_area{height: 95px;resize: none;    overflow-x: hidden;background-image: url(../images/site/textarea.png);background-repeat: no-repeat;background-position: left 12px  bottom 9px;color: #4f4f4f;font-family: 'Open Sans Hebrew';padding-top: 10px}
.detials_post .right_col .inner .bottom_col .in::-webkit-input-placeholder{ color: #4f4f4f;}
.detials_post .right_col .inner .bottom_col .in:-moz-placeholder{ color: #4f4f4f;}
.detials_post .right_col .inner .bottom_col .in::-moz-placeholder{ color: #4f4f4f;}
.detials_post .right_col .inner .bottom_col .in:-ms-input-placeholder{ color: #4f4f4f;}
.detials_post .right_col .inner .bottom_col .in::-ms-input-placeholder{ color: #4f4f4f;}
.detials_post .right_col .inner .bottom_col .in:placeholder-shown{ color: #4f4f4f;}


.detials_post .right_col .inner .bottom_col textarea ::-webkit-input-placeholder{ color: #4f4f4f;}
.detials_post .right_col .inner .bottom_col textarea :-moz-placeholder{ color: #4f4f4f;}
.detials_post .right_col .inner .bottom_col textarea ::-moz-placeholder{ color: #4f4f4f;}
.detials_post .right_col .inner .bottom_col textarea :-ms-input-placeholder{ color: #4f4f4f;}
.detials_post .right_col .inner .bottom_col textarea ::-ms-input-placeholder{ color: #4f4f4f;}
.detials_post .right_col .inner .bottom_col textarea :placeholder-shown{ color: #4f4f4f;}
.detials_post .right_col .inner .bottom_col input[type='submit']{width: 100%;height: 46px;background-color: #3a9e66;transition: 0.4s ease all;-o-transition: 0.4s ease all;-moz-transition: 0.4s ease all;-webkit-transition: 0.4s ease all;border-radius: 5px;font-size: 17.1px;color: #fff;font-weight: bold;background-image: url(../images/site/arrow_submit.png);background-repeat: no-repeat;background-position: left 68px center;cursor: pointer;    font-family: 'Open Sans Hebrew';}
.detials_post .right_col .inner .bottom_col input[type='submit']:hover{background-color: #f28b2e;}

.detials_post .left_col{width: 761px;float: left;}
.detials_post .left_col  h3{color: #323c47;font-size: 22px;font-weight: 900;margin-top: 10px;margin-bottom: 25px;}
.detials_post .left_col  h4{color: #323c47;font-size: 16.98px;font-weight: bold;margin-bottom: 25px;margin-top: 24px;}
.detials_post .left_col  p{color: #323c47;font-weight: 400;}


/* title_page */
.title_page{margin-top: 142px;margin-bottom: 23px;}
.title_page p{display: inline-block;}
.title_page a{color: #2fa4d4;}

.change_had .bottom_had .price:before {background-color: #f28b2e;transform: scaleX(1);left: -5%;}
.change_had.fixed{background-color: #fff;box-shadow: 0px 0px 10px  rgba(0, 0, 0, 0.47)}
.change_had{background-color: #fff;}
.change_had  .top_had,.change_had .bottom_had{background-color: #fff;}
.change_had .top_had .right_link span{color: #000;}
.change_had .top_had .right_link span a{color: #000;transition: 0.4s ease all;-o-transition: 0.4s ease all;-moz-transition: 0.4s ease all;-webkit-transition: 0.4s ease all;}
.change_had .top_had .right_link span a:hover{color: #2fa4d4;}
.change_had .top_had .right_link span{background-image: url(../images/site/phone_2black.png)}
.change_had .top_had .right_link span+span{background-image: url(../images/site/email-83_bk.png)}
.change_had .bottom_had nav ul li a{color: #000;position: relative}
.change_had .bottom_had nav ul .drop>a{background-image: url(../images/site/orange_drop.png)}
.change_had .bottom_had nav ul li{position: relative}
.change_had .bottom_had nav ul li a:after{content: '';position: absolute;left: 0;right: 0;width: 100%;border: 1px solid #f28b2e;bottom: 0;transform: scale(0.5);transition: 0.4s ease all;-o-transition: 0.4s ease all;-moz-transition: 0.4s ease all;-webkit-transition: 0.4s ease all;opacity: 0;}
.change_had .bottom_had nav ul li a.active{font-weight: bold;}
.change_had .bottom_had nav ul li a:hover:after , .change_had .bottom_had nav ul li.current-menu-item  a:after{transform: scale(1);opacity: 1;}
header .white_header{display: none;}
.change_had .white_header{display: block;}
.change_had .black_header{display: none;}
.blog_page_list {text-align: center;margin-bottom: 41px;}
.blog_page_list .left_col{display: inline-block;vertical-align: top;width: 26.93%;
    border-top: 5px solid #f28b2e;background-color: #ffffff;box-shadow:0px 1px 10px #b7b5b5;padding: 0px 12px;text-align: right; border-radius: 3px;padding-top: 21px;margin-right: 30px;transform: scaley(0);transition: 0.5s ease all;transform-origin: top center;}
.blog_page_list .left_col.active{transform: scaleY(1)}
.blog_page_list .left_col h3{color: #323c47;font-size: 23.92px;font-weight: 900;padding-right: 10px;margin-bottom: 23px;}

.blog_page_list .left_col .col_list {text-align: right;border-bottom: 1px solid #dbdbdb;padding-bottom: 20px;margin-bottom: 13px;}
.blog_page_list .left_col .col_list .right_img{width: 60px;height: 60px;display: inline-block;vertical-align: top;margin-right: 12px;background-repeat: no-repeat;background-size: cover;}
.blog_page_list .left_col .col_list .left_text{display: inline-block;vertical-align: top;text-align: right;padding-right: 10px;    width: 73%;}
.blog_page_list .left_col .col_list .left_text h4{color: #245dc1;font-size: 16px;font-weight: 400;line-height: 20px;}
.blog_page_list .left_col .col_list .left_text h5{color: #858585;font-size: 14px;font-weight: 400;    margin-top: 4px;}

.blog_page_list .left_col .col_list:nth-last-child(1){border: none;}
.blog_page_list .right_col{width: 59.83%;display: inline-block;vertical-align: top;text-align: right;transform: scaleY(0.5);transition: 0.5s ease all;transform-origin: top center;opacity: 0;}
.blog_page_list .right_col.active{transform: scaleY(1);opacity: 1}
.blog_page_list .right_col .blog_list{width: 100%;box-shadow:0px 1px 10px #b7b5b5;padding: 16px 18px 18px 18px;border-radius: 4px;margin-bottom: 22px; background: #fff;}
.blog_page_list .right_col .blog_list .img_col{width: 100%;height: 442px;background-repeat: no-repeat;background-size: cover;}
.blog_page_list .right_col .blog_list .img_col_no h3{margin-top: 0px;}
.blog_page_list .right_col .blog_list .text_col h3{color: #323c47;font-size: 22px;font-weight: 900;margin-top: 11px;}
.blog_page_list .right_col .blog_list .text_col h4{padding-right: 22px;font-size: 12.86px;color: #323c47;font-weight: 400;margin-top: 5px;margin-bottom: 11px;background-image: url(../images/site/watch.jpg);background-repeat: no-repeat;background-position: right center;}
.blog_page_list .right_col .blog_list .text_col p{font-size: 15px;color: #323c47;font-weight: 400;line-height: 23px;display: contents;vertical-align: top}
/*.blog_page_list .right_col .blog_list .text_col p a{display: inline-block;vertical-align: top;color: #245dc1;position: relative}
.blog_page_list .right_col .blog_list .text_col p a:after{content: '';position: absolute;width: 100%;left: 0;bottom: 1px;border-bottom: 1px solid #245dc1}
.blog_page_list .right_col .blog_list .text_col p a:hover{color: #f28b2e}
.blog_page_list .right_col .blog_list .text_col p a:hover:after{border-bottom: 1px solid #f28b2e}*/
.blog_page_list .right_col .blog_list .text_col a{display: inline-block;vertical-align: top;color: #245dc1;position: relative}
.blog_page_list .right_col .blog_list .text_col a:after{content: '';position: absolute;width: 100%;left: 0;bottom: 1px;border-bottom: 1px solid #245dc1}
.blog_page_list .right_col .blog_list .text_col a:hover{color: #f28b2e}
.blog_page_list .right_col .blog_list .text_col a:hover:after{border-bottom: 1px solid #f28b2e}


.title_page .btn_mix_1 {background-image: url(../images/site/bt_mix1.jpg);background-position: 0px 0px;border-color: #f4711f;background-color: #f4711f;width: 142px;height: 35px;font-size: 14px;text-align: left;padding: 0px;line-height: 35px;color: #fff;padding-left: 26px;margin-top: 21px;}
.title_page .btn:after {left: auto;top: 9px;width: 16px;height: 12px;background-image: url(../images/site/left-arrow-white.png);background-size: 9px;right: 20px;background-repeat: no-repeat;transform: rotate(180deg);}
.title_page .btn_mix_1:hover {background-image: url(../images/site/bt_mix1.jpg);background-position: 0px -55px;border-color: #3a9e66;background-color: #3a9e66;}


.blog_page_detials .left_col{margin-right: 49px;}
.blog_page_detials .right_col{width: 68.5%;box-shadow:0px 1px 10px #b7b5b5;padding: 16px 18px 24px 18px;border-radius: 4px; background: #fff;}
.blog_page_detials .right_col h2{color: #323c47;font-size: 42px;}
.blog_page_detials .right_col h4{padding-right: 22px;font-size: 15px;color: #323c47;font-weight: 400;margin-top: 5px;margin-bottom: 11px;background-image: url(../images/site/watch.jpg);background-repeat: no-repeat;background-position: right center;}
.blog_page_detials .right_col h4 span{display: inline-block;vertical-align: top;margin-right: 20px;position: relative}
.blog_page_detials .right_col h4 span:after{content: '';position: absolute;right: -13px;top: 2px;height: 16px;border-right: 1px solid #323c47}
.blog_page_detials .right_col p{line-height: 22px;margin-bottom: 24px;}
.blog_page_detials .right_col p a{color: #245dc1;font-weight: 400;padding: 0px 4px;}
.blog_page_detials .right_col h3{color: #323c47;font-weight:900;font-size: 22px;line-height: 28px;margin-bottom: 24px;}
.blog_page_detials .right_col h5{color: #323c47;font-weight: 400;font-size: 22px;line-height: 28px;margin-bottom: 16px;}
.blog_page_detials .right_col h6{color: #323c47;font-weight: 900;font-size: 16.98px;line-height: 28px;}
.blog_page_detials .right_col .img_col{width: 100%;height: 516px;background-repeat: no-repeat;background-size: cover;margin-bottom: 17px;}
.blog_page_detials .right_col img{margin-bottom: 17px;}
.updates1{margin-bottom: 0px;background-image: none; position: relative;bottom: -30px;padding-bottom: 0px;    padding-top: 44px;}

.contact_us{text-align: center;padding-bottom: 0px;}
.contact_us .right_col{text-align: center;width: 48.206%;display: inline-block;vertical-align: top;float: none;top: 0;    position: relative;background-color: #fff;top: -90px;}
.contact_us .right_col,.contact_us .left_col{opacity: 0;transform: translateX(70px);transition: 0.4s ease all;-o-transition: 0.4s ease all;-moz-transition: 0.4s ease all;-webkit-transition: 0.4s ease all;}
.contact_us .right_col.active,.contact_us .left_col.active{opacity: 1;transform: translateX(0px)}
.contact_us .right_col .inner {margin-top: 0px }
.contact_us .right_col .inner .bottom_col h3{position: relative;background-image: url(../images/site/heading-element.png);background-position: center bottom;background-repeat: no-repeat;line-height: 11px;padding-bottom: 34px;margin-bottom: 22px; line-height: normal}
.contact_us .right_col .inner .bottom_col {padding: 48px 31px 0px 43px;box-shadow: 0px 0px 0px #dedede;text-align: right}
.contact_us .right_col .inner .bottom_col .select_in{width: 296px;position: relative}
.contact_us .right_col .inner .bottom_col .select_in .in{background-image: url(../images/site/select_arrow.png);background-repeat: no-repeat;background-position: 15px center;font-size: 15.3px;outline: none;    font-family: 'Open Sans Hebrew';}
.contact_us .right_col .inner .bottom_col .select_in:after{content: '';position: absolute;left: 46px;border: 1px solid #d8d8d8;top: 0;height: 36px;}
.contact_us .right_col.inner .bottom_col {padding: 10px 36px 0px 40px;}
.map{width: 100%;height: 512px;}
.contact_us .left_col{text-align: right;width: 30%;display: inline-block;vertical-align: top;float: none;top: 0;margin-right: 59px;}
.contact_us .left_col h2 {font-size:22px;color: #000000;font-weight: bold;background-image: url(../images/site/heading-element.png);background-position: right bottom;background-repeat: no-repeat;line-height: 11px;padding-bottom: 34px;margin-bottom: 20px;text-align: right}
.contact_us .left_col p {color: #000;font-weight: 400;font-size: 18px;line-height: 31px;    margin-bottom: 18px;}
.contact_us .left_col span {display: block;color: #000;font-size: 18px;font-weight: 400;padding-right: 28px;background-position: right center;background-repeat: no-repeat;margin-bottom: 12px;background-image: url(../images/site/c1.png);text-align: right;}
.contact_us .left_col label{font-size: 18.43px;margin-top: 21px;display: block;}
.contact_us .left_col label a{margin-right: 8px;}
.contact_us   .left_col   a {-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;color: #000;font-size: 18px;display: inline-block;vertical-align: middle;}
.contact_us .left_col span+span {background-image: url(../images/site/c2.png);}
.contact_us .left_col span+span+span {background-image: url(../images/site/c3.png);}
.contact_us .left_col span+span+span+span {background-image: url(../images/site/c4.png);}
.contact_us .left_col p a{position: relative; color: #2fa4d4;font-weight: 400;font-size: 18px;line-height: 31px;display: inline-block;vertical-align: top;}
.contact_us .left_col p a:after{content: '';position: absolute;left: 0;bottom: 5px;border-bottom: 1px solid #2fa4d4;width: 100%}


#map { width: 100%;height: 512px; }
.popup{position: fixed;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(255, 255, 255, 0.9);text-align: center;opacity: 0;visibility: hidden;transition: 0.5s ease all;}
.popup.active{opacity: 1;visibility: visible;z-index: 999999999999}
.popup .inner_up {width: 564px;display: inline-block;vertical-align: top;background-color: #fff;box-shadow:0px 2px 10px #0000004d;padding: 48px 31px 0px 43px;text-align: right;border-radius: 4px;margin-top: 120px;position: relative}
.popup .inner_up .close{position: absolute;top: -46px;right: 10px;cursor: pointer;}
.popup .inner_up h2{font-size: 32px;color: #020202;text-align: center;font-weight: bold;margin-top: 13px;margin-bottom: 27px;}
.popup .inner_up  h3{position: relative;background-image: url(../images/site/heading-element.png);background-position: center bottom;background-repeat: no-repeat;line-height: 11px;padding-bottom: 34px;margin-bottom: 22px;}
.popup .inner_up  .select_in{width: 296px;position: relative}
.popup .inner_up  .select_in .in{background-image: url(../images/site/select_arrow.png);background-repeat: no-repeat;background-position: 15px center;font-size: 15.3px;outline: none;}
.popup .inner_up  .select_in:after{content: '';position: absolute;left: 46px;border: 1px solid #d8d8d8;top: 0;height: 36px;}
.popup .inner_up  {padding: 10px 36px 0px 40px;}
.popup .inner_up .in {width: 100%;height: 38px;border: 1px solid #b5b5b5;border-radius: 4px;margin-bottom: 14px;color: #4f4f4f;font-weight: 400;font-size: 15.3px;padding-right: 20px;    font-family: 'Open Sans Hebrew';}
.popup .inner_up input[type='submit'] {width: 100%;height: 46px;background-color: #3a9e66;transition: 0.4s ease all;-o-transition: 0.4s ease all;-moz-transition: 0.4s ease all;-webkit-transition: 0.4s ease all;border-radius: 5px;font-size: 17.1px;color: #fff;font-weight: bold;background-image: url(../images/site/arrow_submit.png);background-repeat: no-repeat;background-position: left 174px top 18px;cursor: pointer;    font-family: 'Open Sans Hebrew';}
.popup .inner_up .in_area {height: 95px;resize: none;overflow-x: hidden;background-image: url(../images/site/textarea.png);background-repeat: no-repeat;background-position: left 12px bottom 9px;color: #4f4f4f;font-family: 'Open Sans Hebrew';padding-top: 10px;}
.popup .inner_up  h4 {color: #6c6c6c;font-size: 18px;font-weight: 400;text-align: center; padding-top: 19px;padding-bottom: 25px;}
.popup .inner_up h3, .popup .inner_up h3 a {font-size: 19.6px;color: #020202;text-align: center;}
.popup .inner_up h3 a {color: #2fa4d4;display: inline-block;}
.popup .inner_up input[type='submit']:hover {background-color: #f28b2e;}
.popup .inner_up .in:focus {border-color: #f28b2e;}

/* thankyou */
.thankyou{height: 600px;display: table;width: 100%;text-align: center;background-color: #3f3f3f;    box-shadow: 0px -3px 10px inset #00000014;}
.thankyou .inner{display: table-cell;vertical-align: middle;}
.thankyou .inner h1{font-size: 50px;display: inline-block;vertical-align: top;border-bottom: 1px solid #6aacb4;line-height: 50px;color: #ce7b31}
.thankyou .inner h3{font-size:30px;color: #68a683}

/* 404 */
.error{height:800px;display: table;width: 100%;text-align: center;background-color: #3f3f3f;    box-shadow: 0px -3px 10px inset #00000014;}
.error .inner{display: table-cell;vertical-align: middle;}
.error h1 {padding-bottom: 20px;font-weight: 900;font-size: 50px;}
.error h1 span{color: #ce7b31}
.error p {color: #ffffff;font-size: 16px;line-height: 20px;}
.error h3 {color: #ffffff;font-size: 40px;line-height: 50px;padding-bottom: 10px;}
.error ul{list-style: none;}
.error ul li {color: #ffffff;font-size: 14px;line-height: 16px;padding-bottom: 10px;}


span.wpcf7-not-valid-tip {display: none;}
div.wpcf7-validation-errors {display: none !important;}
body input[type=text].wpcf7-not-valid, body input[type=email].wpcf7-not-valid, body input[type=tel].wpcf7-not-valid, body textarea.wpcf7-not-valid {
    border: 1px solid #ec3c06 !important;}
.wpcf7-mail-sent-ok {display: none !important;}
/* changes */
.expertise .col.category_col{width: 100%;}
.everest_financial .right_col .line{font-weight: 900;font-size: 30px;color: #000;}


/* How it's work */
.financial_planning .line {text-align: center;background-position: center bottom;}
.financial_planning .col {float: right; width: 19.4%;margin-left: 7.4%; background-color: #fff;box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);min-height: 245px;position: relative; border-radius: 4px;}
.financial_planning .col::after{content: ''; position: absolute;background-image: url(../images/site/arrow_left-steps.png); width: 50px;height: 24px;left: -68px;top: 50%;transform: translateY(-50%);}
.financial_planning .col:last-child::after{display: none;}
.financial_planning .col:last-child {margin-left: 0;}
.financial_planning .how_work {text-align: center; max-width: 1106px;margin: 0 auto;margin-top: 57px;}
.financial_planning .col .col_detail {position: absolute;top: 50%;transform: translateY(-50%);left: 0;width: 100%;}
.financial_planning .col .col_detail h4 {color: #181818;font-size: 20px;padding-top: 35px;} 
.financial_planning .col .description {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: #3a9e66;padding:48px 13px 13px;opacity: 0;visibility: hidden;transition: 0.4s ease all;-o-transition: 0.4s ease all;-moz-transition: 0.4s ease all;-webkit-transition: 0.4s ease all;border-radius: 4px;}
.financial_planning .col .description p{color: #fff;font-size: 14px;}
.financial_planning .col:hover .description{opacity: 1;visibility: visible;}

.recommendations .right_col .img_ .owl-nav.disabled {display: none;}
.start_now_btn {text-align: center;margin-top: 54px;}

#cnc_toolbarWrap button.cnc_hide_toolbar.cnc-icon-small{width: 0px !important;height: 0px !important;}
#cnc_toolbarWrap.right button.cnc_hide_toolbar.cnc-icon-small{background-size: 0px  !important;left: -50px;}
#cnc_toolbarWrap.right button.cnc_hide_toolbar.cnc-icon-small:after{content: '';background-image: url(../images/site/universal-access.png) !important;position: absolute;left: 0;top: 0;width: 45px;height: 45px;background-size: 45px;background-repeat: no-repeat;cursor: pointer;}


.video_part{position: absolute; left: 0; right: 0; top: 0; bottom: 0; overflow: hidden}
.video_part:after{position: absolute; left: 0; right: 0; top: 0; bottom: 0; content: ''; background: rgba(0,0,0,0.2);}
.video_part video{min-height: 100%; min-width: 100%;}

.fixed-btns{
  position: fixed;
  bottom: 10%;
  left:50px;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
}


.fixed-btn:active{
  box-shadow: 0  0;
}
