/*
Theme Name:         HTML5 Template
Author:             Redsand team
Tags:               two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout
Text Domain:        DemoTheme
Domain Path:        /languages/
*/


/* =======================

CSS Style Structure
- Base Style
- Header
    - Navigation
    - Slide
- Footer

=======================*/


/* ==========================================================================
   normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css
   ========================================================================== */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    direction: rtl;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}


/* figure {
    margin: 1em 40px;
} */

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


/* ==========================================================================
   Base styles
   ========================================================================== */

* {
    box-sizing: border-box;
}

body {
    font-size: 16px;
    font-family: 'Heebo', sans-serif;
    font-weight: 300;
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
}


/* ::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
} */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.clear {
    clear: both;
    float: none;
}

.clearfix::before,
.clearfix::after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix::after {
    clear: both;
}

.hidden {
    display: none !important;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
}

ul {
    padding: 0;
}


/* ==========================================================================
   Header
   ========================================================================== */


/* Main Navigation
   ========================================================================== */

//* Main Navigation
==========================================================================*/
/* Main Navigation
====================== */

.rst-container {
    max-width: 1470px;
    margin: 0 auto;
    padding: 0 15px;
}

.rst-main-navigation ul {
    padding: 0;
    margin: 0;
    letter-spacing: -0.3em;
}

.rst-main-navigation > ul > li {
    display: inline-block;
}

.rst-main-navigation ul li {
    position: relative;
    list-style: none;
    letter-spacing: normal;
}

.rst-main-navigation ul ul.sub-menu a {
    font-size: 16px;
    padding: 11px 20px;
}

.rst-main-navigation ul ul {
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 9;
    min-width: 550px;
    margin: 0;
    padding: 9px 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transform: translateY(20px);
    background: #f9f9f9;
}

.rst-main-navigation ul ul ul {
    top: 0;
    left: 100%;
}

.rst-main-navigation ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.rst-contact {
    float: left;
    margin-top: 37px;
}


/*
Menu Mobile
--------------------- */

.rst-top-main-navigation::before,
.rst-top-main-navigation::after {
    content: '';
    display: table;
    clear: both;
}

.rst-top-main-navigation {
    text-align: center;
    font-size: 23px;
    line-height: 48px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    display: none;
    position: relative;
}

.rst-toggle-menu {
    padding: 10px 15px;
    overflow: hidden;
    width: 60px;
    height: auto;
    right: 0;
    cursor: pointer;
    display: block;
    transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    display: none;
    float: right;
    margin-right: 20px;
}

.rst-top-main-navigation .rst-toggle-menu {
    margin-right: 5px;
    position: absolute;
    right: 5px;
    top: 0px;
}

.rst-toggle-menu span {
    display: block;
    width: 36px;
    border: 2px solid #4373f0;
    margin: 0 auto 8px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.rst-main-navigation .rst-toggle-menu span {
    border: 1px solid #fff;
}

.rst-toggle-menu span:last-child {
    margin-bottom: 0;
}

.rst-toggle-menu.active span:nth-child(2) {
    transform: translateX(100%);
    opacity: 0;
}

.rst-toggle-menu.active span:first-child {
    transform: rotate(40deg) translate(6px, 10px);
    -ms-transform: rotate(40deg) translate(7px, 12px);
    -webkit-transform: rotate(40deg) translate(7px, 12px);
	position: relative;
    top: -7.5px;
}

.rst-toggle-menu.active span:last-child {
    transform: rotate(-40deg) translate(7px, -11px);
    -ms-transform: rotate(-40deg) translate(7px, -13px);
    -webkit-transform: rotate(-40deg) translate(7px, -13px);
	position: relative;
    top: 6.5px;
}
.rst-toggle-menu.rs-toggle-menu-sidebar span {
  position: relative;
  transition: transform 0.4s ease 0s !important;
}
.rst-open-menu-mobile {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 49px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    display: none;
}

.rst-open-menu-mobile::after,
.rst-open-menu-mobile::before {
    content: '';
    display: block;
    width: 12px;
    position: absolute;
    top: 50%;
    transition: all 0.2s;
    -ms-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    z-index: 999;
}

.rst-open-menu-mobile::before {
    border-right: 1px solid #fff;
    height: 12px;
    right: 21px;
    margin-top: -5px;
}

.rst-open-menu-mobile.active::before {
    display: none;
}

.rst-open-menu-mobile::after {
    border-top: 1px solid #fff;
    width: 12px;
    right: 16px;
}

.rst-logo {
    float: right;
}

.rst-box-right {
    float: right;
    width: 70%;
    text-align: left;
    padding-left: 62px;
}

.rst-main-navigation ul.main-menu > li > a {
    padding: 37px 4px 34px 5px;
}

.rst-main-navigation ul.main-menu > ul.sub-menu a {
    padding: 20px;
}

.rst-main-navigation ul li a {
    color: #435261;
    display: block;
    font-size: 18px;
    text-decoration: none;
}

.rst-main-navigation ul.sub-menu > li {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

.main-menu > li {
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
    margin-left: 10px;
}

.rst-main-navigation ul li.current-menu-item::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: #4373f0;
    content: '';
}
.rst-main-navigation ul ul li.current-menu-item::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: transparent;
    content: '';
}

.main-menu > li.menu-item-has-children::before {
    content: '>';
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 0;
    color: #435261;
}

.main-menu > li.menu-item-has-children:hover::before {
    color: #4373f0;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}

.main-menu li:hover > a {
    color: #4373f0;
}

.rst-main-navigation {
    float: right;
}

.menu-item a img {
    border: medium none;
    box-shadow: none;
    display: inline-block;
    max-height: 28px;
    vertical-align: middle;
    width: auto;
}

.menu-item a.menu-image-title-after.menu-image-not-hovered img,
.menu-item a.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper {
    display: inline-block;
    margin-left: 10px;
    padding-right: 0;
    vertical-align: middle;
}

.menu-item a.menu-image-hovered:hover img {
    display: none;
}

.menu-item a.menu-image-hovered img.hovered-image {
    display: none;
}

.menu-item a.menu-image-hovered:hover img.hovered-image {
    margin-left: 0 !important;
    display: inline-block;
}

.rst-search {
    background: #fff none repeat scroll 0 0;
    display: none;
    padding: 22px 10px 10px 10px;
    position: absolute;
    right: 0;
    top: 47px;
    width: 300px;
    cursor: pointer;
    z-index: 9999;
    border-radius: 0 0 4px 4px;
}

.rst-search input[type="submit"] {
    -moz-appearance: none;
    background: #2ec6e4;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    display: block;
    font-family: 'Quicksand', sans-serif;
    font-size: 13px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    margin: 10px 0 0;
    text-align: center;
    width: 80px;
    border-radius: 0 0 2px 2px;
}

.rst-search input[type="text"] {
    color: #a1a1a1;
    font-size: 13px;
    font-weight: 300;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    width: 100%;
}

.rst-box-search {
    display: inline-block;
}

.rst-hide {
    display: block;
}

.rst-logo {
    padding-bottom: 22px;
    padding-top: 22px;
    margin-left: 25px;
}

.rst-box-search {
    float: right;
    width: 20px;
    position: relative;
    margin-top: -49px;
}

.rst-container {
    margin: 0 auto;
    max-width: 1440px;
}
.rst-page-content .vc_row{
    margin-left: 0;
    margin-right: 0;
}
header {
  padding: 0 15px;
}
.phone-number {
    display: inline-block;
    font-weight: 400;
    margin-left: 15px;
    position: relative;
    top: -3px;
    vertical-align: middle;
}

.phone-number > img {
    display: inline-block;
    margin-left: 7px;
    vertical-align: middle;
}
.phone-number img {
    top: 0px;
      transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.phone-number:hover img{
   top: -4px;
   position: relative;
  
}

/* css map */


/* css footer */

a {
    color: #4373f0;
    text-decoration: none;
}

.footer {
    background: url('../images/ft-inner.png') no-repeat center center / cover;
    color: #fff;
}

.contact-form form {
    max-width: 710px;
    margin: 0 auto;
}

.contact-form p,
.contact-form h3 {
    text-align: center;
}

.contact-form p {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 12px;
    color: #fff;
}

.contact-form form p {
    margin-bottom: 11px;

    margin-top: 11px;
}

.contact-form h3 {
    font-weight: 500;
    font-size: 40px;
    margin-bottom: -6px;
}

.contact-form input {
    font-weight: 100;
    background: transparent;
    font-size: 16px;
    border: solid 1px #fff;
    width: 100%;
    padding: 12px 30px;
    color: #fff;
    text-align: right;
}

.contact-form input.name {
    background: url('../images/icon_pp.png') no-repeat 99% center;
}

.contact-form input.phone {
    background: url('../images/icon-p.png') no-repeat 99% center;
}

.contact-form input.email {
    background: url('../images/icon_e.png') no-repeat 99% center;
}

form textarea {
    background: transparent;
    border: solid 1px #fff;
    width: 100%;
    height: 173px;
    font-size: 16px;
    padding: 12px 30px;
    text-align: right;
}

form .massage {
    float: left;
    width: 58%;
}

form .text {
    float: right;
    width: 41%;
}

.contact-form input[type="submit"],
.form-top input[type="submit"] {
    width: 202px;
    float: left;
    color: #000;
    border-radius: 56px;
    height: 43px;
    line-height: 9px;
    font-size: 22px;
    margin: 25px 0 44px 0;
    background: #fff url('../images/nr.png') no-repeat 13% center;
}
.contact-form input[type="submit"]{
    text-align: center;
    margin-top: 15px;
    font-weight: 300;
}
.contact-form input[type="submit"]:hover{
    background: #fff url('../images/nr.png') no-repeat 11% center;
}
.contact-form{
    padding-top: 84px;
}
.home .contact-form{
    padding-top: 40px;
}
.copyright {
    padding: 28px 48px 28px 42px;
    background: url('../images/bg-ft.png') repeat center center / cover;
    color: #fff;
}
span.wpcf7-not-valid-tip {
  color: #f00;
  display: block;
  font-size: 1em;
  font-weight: normal;
  display: none;
}
input.wpcf7-not-valid{
    border-color: #ec2028 !important;
}
div.wpcf7-validation-errors {
  border: 0 solid #ec2028;
  text-align: center;
  color: red;
}
:focus {
    outline: -webkit-focus-ring-color auto 0 !important;
}
.slick-slide img {
  display: block;
  margin: 0 auto;
}


.slider-client .slick-prev {
  background: rgba(0, 0, 0, 0) url("../images/arrow-right.png") no-repeat scroll 0 0;
  left: 0px;
}
.slider-home .slick-prev,
.rst-slider-service .slick-prev {
  background: rgba(0, 0, 0, 0) url("../images/arrow-right.png") no-repeat scroll 0 0;
  left: -40px;
  z-index: 9;
}
.slider-home  .slick-next,
.slider-client .slick-next {
  background: rgba(0, 0, 0, 0) url("../images/arrow-left.png") no-repeat scroll 0 0;
  right: 0px;
  z-index: 9;
}

.slider-home  .slick-next {
    right: -55px;
}
.slider-home .slick-dots li.slick-active button::before {
  
  display: none;
  
}
.slider-home .slick-dots li button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 7px;
  line-height: 0;
  margin: 0 2px;
  outline: 0 none;
  padding: 0;
  width: 7px;
  background: #4370e5;
  border-radius: 0;
}
.slider-home .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 7px;
  margin: 0;
  padding: 0;
  position: relative;
  width: auto;
}
.slider-home .slick-prev, .slider-home .slick-next {
  background-size: auto auto;
  height: 40px;
  width: 40px;
}
.slider-home .slick-dots {
  bottom: 10px;
}
.rst-slider-service .slick-next {
  background: rgba(0, 0, 0, 0) url("../images/arrow-left.png") no-repeat scroll 0 0;
  right: -40px;
}
.slider-client {
  padding: 66px 55px 63px;
  margin:  0 -10px;
}



.slider-client .slick-list {
  position: relative;
}


.slider-client .slick-slide img{
    filter: grayscale(99.3%) brightness(153%);
}
.slick-slide img:hover{
    filter: inherit;
}
.slider-client .slick-current img{
    filter: inherit;
}
.slick-next::before, [dir="rtl"] .slick-prev::before , .slick-prev::before {
  content: "";
}
.current-menu-ancestor > a {
  color: #4373f0 !important;
}
li.current-menu-item a{
    color: #4373f0 !important;
}
.main-menu > li.current-menu-ancestor::before {
color: #4373f0;
transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
}
.slider-client .slick-arrow {
  background-size: 100% 100%;
  border: medium none;
  font-size: 0;
  height: 38px;
  margin-top: -12px;
  position: absolute;
  top: 58%;
  width: 23px;
}
.rst-slider-service .slick-arrow {
  background-size: 100% 100%;
  border: medium none;
  font-size: 0;
  height: 38px;
  margin-top: -12px;
  position: absolute;
  top: 38%;
  width: 23px;
}
.contact-form .wpcf7-validation-errors{
    margin-top: 0;
}
.copyright .link {
    font-size: 17px;
    float: left;
    width: 50%;
    text-align: left;
}

.copyright .link a {
    color: #fff;
}

.copyright .link a:hover {
    color: #ccc;
}

.copyright .text {
    font-size: 19px;
    float: right;
    width: 50%;
    text-align: right;
}


/* end */


/* css slider client */


/* css services */

.services {
    color: #435261;
    font-size: 18px;
}

.services .container {
    background: #f5f5f5;
    padding-top: 15px;
}

.services li {
    float: left;
    width: 33.3%;
    text-align: center;
    list-style: none;
    margin-bottom: 78px;
}
.services li:hover{
    color: #4373f0;
}
.services li img{
filter: grayscale(99.3%) brightness(153%);
}
.services li:hover img{
filter:grayscale(10.2%) brightness(100%);
}
.services li:hover a{
    color: #4373f0;
    background: #dae2f6;
}
.services h3.title {
    text-align: center;
    color: #4373f0;
    font-size: 35px;
    font-weight: 300;
}

.services h3 {
    font-size: 30px;
    font-weight: 300;
    margin: 10px 0 4px;
    line-height: 13px;
}
.services span {
    font-size: 22px;
    margin-bottom: 5px;
    display: inline-block;
}

.services p {
    margin: 9px auto;
    max-width: 254px;
    line-height: 22px;
}

.services a {
    width: 136px;
    height: 32px;
    background: #e9e9e9;
    border-radius: 19px;
    display: block;
    margin: 27px auto;
    line-height: 32px;
    color: #435261;
}

.services ul {
    margin-top: 54px;
    display: block;
    margin-bottom: 0;
}


/* end */


/* css b-all */

.b-all .vc_column-inner {
    min-height: 443px;
}

.b-all {
    margin-bottom: 88px;
    text-align: center;
    font-size: 18px;
}
.b-all .wpb_single_image img {
    bottom: -63px;
    position: relative;
}
.b-all h2 {
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 21px;
}

.b-all p {
    max-width: 692px;
    margin: 0 auto 37px;
    line-height: 20px;
}
.rst-page-content .vc_general.vc_btn3,
.rst-page-content .b-all a {
    background: #1ba0d7 none repeat scroll 0 0 !important;
    border-color: transparent !important;
    border-radius: 40px;
   
    display: inline-block;
    font-size: 18px;
    height: 42px;
    line-height: 42px;
    margin: 0 auto;
    text-align: center;    
    min-width: 201px;   
	padding: 0 20px !important;
} 
.rst-page-content .b-all a.vc_btn3-icon {
color: #fff;
}
.vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
  left: 0;
}
.rst-page-contetn .vc_general.vc_btn3 i.vc_btn3-ico,
.rst-page-content .b-all a i.vc_btn3-icon {
    left: 56px !important;
}
.rst-page-content .vc_general.vc_btn3:hover i.vc_btn3-icon,
.rst-page-content .b-all a:hover i.vc_btn3-icon {
    left: 50px !important;
}
.rst-page-content .button-link-contact .vc_general.vc_btn3{
min-width: 317px;
border-radius: 15px;
height: 55px;
font-size: 20px;
line-height: 55px;
}
.rst-page-content .button-link-contact .vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
    left: 53px;
}

.slider-home {
    position: relative;
}


/* end */


/* css about */

.addblock {
    width: 50%;
    float: left;
    background: #1ba0d7;
    font-size: 16px;
    line-height: 22px;
    /* right: -1px; */
    position: relative;
    padding-right: 55px;
    padding-top: 22px;
    padding-bottom: 63px;
}

.addblock strong {
    font-weight: 700;
}

.media {
    float: right;
    width: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.addblock h2 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 37px;
}

.addblock p {
    margin-bottom: 22px;
}

.about {
    margin-bottom: 165px;
}


/* end */


/* form top */

.form-top .container {
    background: #f9f9f9;
    padding: 64px 0 75px;
}

.form-top h2,
.title-home {
    font-size: 29px;
    color: #435261;
    font-weight: 300;
    text-align: center;
    margin: 0 0 27px;
}

.form-top {
    max-width: 957px;
    margin: 0 auto;
}

.form-top p {
    display: inline-block;
    float: right;
}

.form-top p.btn {
    float: left;
    width: 202px;
}

.form-top input {
    background: transparent;
    border-width: 0 0 1px;
    border-color: #43464c;
    color: #435261;
    font-size: 16px;
}

.form-top .item {
    margin-left: 49px;
    padding-top: 16px;
}

.form-top .item input {
    width: 202px;
    padding-right: 29px;
    text-align: right;
}

.form-top input[type="submit"]:hover {
    background: #1ba0d7 url('../images/nr-while.png') no-repeat 5% center;
}

.form-top input[type="submit"] {
    font-weight: 400;
    color: #fff;
    margin: 0;
    border-bottom-width: 0;
    background: #1ba0d7 url('../images/nr-while.png') no-repeat 7% center;
}

.form-top input.name-top {
    background: url('../images/icon_pp1.png') no-repeat 99% center;
}

.form-top input.phone-top {
    background: url('../images/icon_p1.png') no-repeat 99% center;
}

.form-top input.email-top {
    background: url('../images/icon-e1.png') no-repeat 99% center;
}


/* end */


/* css slider */

/* .caption {
    color: #fff;
    margin: auto;
    max-width: 853px;
    position: absolute;
    text-align: center;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    top:  50%;
    left:  50%;
} */
.caption {
  max-width: 852px;
  margin:  0 auto;
  text-align: center;  
  color:  #fff;
}

.item-sl {
    position: relative;
}

.caption h1 {
    font-size: 50px;
    font-weight: 100;
}

.caption p {
    font-size: 24px;
    line-height: 24px;
}


/* end */

.rst-container::after {
    content: '';
    display: block;
    clear: both;
}

.rst-page-content .vc_row.vc_row-flex {
    box-sizing: border-box;
    display: block;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.vc_row.vc_row-flex .rst-fullwidth,
.vc_row.vc_row-flex .rst-container {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.rst-page-content .vc_row.vc_row-flex .vc_column-inner {
    height: 100%;
}

.rst-page-content .wpb_content_element {
    margin-bottom: 0;
}

.vc_custom_heading {
    font-size: 29px;
    color: #435261;
    font-weight: 300;
    text-align: center;
    margin: 0 0 27px;
}
.slider-client .item {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 21px;
}


.slider-home {
    direction: ltr;
}

.vc-bsystem {
    color: #fff;
}

.vc-bsystem h2 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 37px;
    margin-top: 25px;
}

.vc-bsystem p {
    margin-bottom: 22px;
}

.rst-page-content .vc-bsystem a {
    background: transparent none repeat scroll 0 0 !important;
    color: #fff !important;
    margin-top: 6px;
}

.vc-bsystem {
    margin-bottom: 165px;
}

.content-slider {
    padding: 230px 0;
    text-align: center;
}
.content-slider__desktop {
  display: block;
}
.content-slider__mobile{
  display: none;
}

.rst-page-content .vc-bsystem .vc_column-inner {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 27px;
    padding-right: 55px;
    padding-top: 22px;
}
.rst-box-banner-page {
  color: #fff;
}
.rst-box-banner-page h1 {
  font-size: 50px;
  font-weight: 100;
  line-height: 20px;
  margin-bottom: 10px;
}
.rst-box-banner-page h2 {
  font-size: 50px;
  font-weight: 100;
}
.rst-sidebar-service {
  float: left;
  width: 23%;
}
.rst-main-service {
  color: #435261;
  float: right;
  font-size: 18px;
  line-height: 22px;
  max-width: 689px;
  padding-bottom: 74px;
  width: 77%;
}
.rst-main-service h2 {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 37px;
}
.rst-main-service p.decript {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 26px;
}
.rst-main-service p img{
    margin-top: 23px;
}
.rst-related-service{
    color: #435261; 
}
.rst-related-service img{
    width: 100%;
}
.rst-related-service h2 a{
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  text-align: right;
  margin-top: 11px;
  color: #435261;
  margin-bottom: 0;
}
.item-service {
  padding: 0 22px;
  text-align: right;
}
.rst-related-service .slick-list {
  margin: 0 -22px;
}
.rst-related-service p{
    font-size: 16px;
    line-height: 20px;
    direction: rtl;
}

.form-top  input::-webkit-input-placeholder{
   color: #435261;
   opacity:1;
}

.form-top  input:-moz-placeholder { / Firefox 18- /
   color: #435261;
   opacity:1; 
}

.form-top  input::-moz-placeholder {  / Firefox 19+ /
   color: #435261;
   opacity:1;
}

.form-top  input:-ms-input-placeholder {  
   color: #435261;
   opacity:1;
}

.contact-form  input::-webkit-input-placeholder, .contact-form  textarea::-webkit-input-placeholder{
   color: #fff;
   opacity:1;
}

.contact-form  input:-moz-placeholder, .contact-form  textarea:-moz-placeholder  { / Firefox 18- /
   color: #fff;
   opacity:1; 
}

.contact-form  input::-moz-placeholder, .contact-form  textarea:-moz-placeholder  {  / Firefox 19+ /
   color: #fff;
   opacity:1;
}

.contact-form  input:-ms-input-placeholder , .contact-form  textarea:-moz-placeholder {  
   color: #fff;
   opacity:1;
}
div.wpcf7-mail-sent-ok {
    display: none !important;
}
.vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
    left: 0;
}
.slider-home .slick-dots li.slick-active button {
background: #fff;
}
.b_all_my_1 img {
  display: block;
  float: right;
  margin: 0 0 0 10px;
}
.b_all_my_1 h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 3;
  overflow: hidden;
}
.b_all_my_1_top h3 {
  font-size: 30px;
  font-weight: 400;
  margin: 30px 0 40px;
}
.b_all_my_2 .vc_column_container > .vc_column-inner {
  margin: 0 auto;
  padding: 15px;
  width: calc(100% - 30px);
}
.b_all_my_2 .b_all_my_2_left .wpb_wrapper > div {
  float: right;
}
.b_all_my_2 .b_all_my_2_left .wpb_wrapper > div {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: 400;
  margin: 45px 0 0 0;
}
.b_all_my_2 .b_all_my_2_left .wpb_wrapper > div:nth-child(2) {
  float: left;
}
.b_all_my_2 .b_all_my_2_left .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
}
.b_all_my_2 .b_all_my_2_left .vc_btn3-container.vc_btn3-inline {
  border-radius: 25px;
  padding: 4px 0;
}
.b_all_my_2 .b_all_my_2_right .wpb_text_column {
  color: #fff;
  font-size: 34px;
  font-weight: 400;
}
.b_all_my_1_top .rst-container {
  max-width: 1045px;
}
.b_all_my_1 .rst-container {
  max-width: 1045px;
}
.b_all_my_2 .rst-container {
  max-width: 1045px;
}
.b_all_my_3 .rst-container {
  max-width: 1045px;
}
.b_all_my_4 .rst-container {
  max-width: 1045px;
}
.b_all_my_5 .rst-container {
  max-width: 1045px;
}
.b_all_my_4 h3 {
  font-size: 30px;
  font-weight: 400;
}
.b_all_my_5 h4 {
  font-size: 18px;
  font-weight: 600;
}
.b_all_my_5 {
  font-size: 16px;
  font-weight: 300;
}
body .slick-dots li button::before {
  display: none;
}
@media (max-width: 991px) {
html {
  overflow-x: hidden;
  width: 100%;
}
.rst-contact {
  z-index: 55;
}
body .phone-number {
  margin-left: 15px;
}
body .rst-contact {
  left: 6px;
}
body .rst-main-navigation {
  background: #282828 none repeat scroll 0 0;
  bottom: 0;
  direction: rtl;
  max-width: none;
  overflow: auto;
  position: fixed;
  right: -70%;
  text-align: right;
  top: 0;
  width: 70%;
  z-index: 99999;
}
.rst-top-main-navigation .rst-toggle-menu {
  display: none;
}
body .rst-top-main-navigation {
  display: none;
  font-size: 0;
  height: 60px;
}
body .rst-main-navigation ul.main-menu > li > a {
  padding-right: 20px;
  text-align: right;
}
body .rst-open-menu-mobile {
  left: 0;
  right: auto;
}
body .rst-main-navigation ul ul.sub-menu a {
  text-align: right;
}
body {
  left: 0;
  max-width: 100%;
  min-width: 100%;
  overflow-x: hidden;
  position: relative;
  width: 100%;
}
html {
  left: 0;
  overflow-x: hidden;
  position: relative;
  right: 0;
  width: 100%;
}
body > #wrapper {
  position: relative;
  width: 100%;
}
}
@media (max-width: 1050px) {
.b_all_my_2 .b_all_my_2_left .wpb_wrapper > div:nth-child(2) {
  clear: both;
  float: right;
  margin: 5px 0 0;
}
.b_all_my_2 .b_all_my_2_left .wpb_wrapper > div:nth-child(1) {
  clear: both;
  float: right;
  margin: 5px 0 0;
}
}

.visible-xs {
    display: none;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block;
    }
    .b_all_my_5 {
      text-align: center;
    }
    .b_all_my_5 .vc_column_container {
      margin-bottom: 25px;
    }
}




.single-service .vc_custom_1493215443028 {
    background-image: url(http://bsystem.co.il/wp-content/uploads/2017/04/bg-al_03.png?id=193) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding-top: 30px;
}


.single-service .rst-page-content .vc_general.vc_btn3, .rst-page-content .b-all a {
    background: #1ba0d7 none repeat scroll 0 0 !important;
    border-color: transparent !important;
    border-radius: 40px;
    display: inline-block;
    font-size: 18px;
    height: 42px;
    line-height: 42px;
    margin: 0 auto;
    text-align: center;
    min-width: 201px;
    padding: 0 20px !important;
    color: #fff;
    position: relative !important; 
}
.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
    color: #fff !important;
}

.rst-page-content .b-all a i {
    position: absolute;
    left: 52px !important;
    top: 12px;
}



.bx-wrapper {
    direction: ltr;
    margin: 40px auto;
    position: relative;
}
.bx-wrapper::before {
    content: '';
    display: block;
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255) 100%);
    position: absolute;
    width: 150px;
    height: 100%;
    z-index: 4;
    left: 0;
    top: 0;
}
.bx-wrapper::after {
    content: '';
    display: block;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255) 100%);
    position: absolute;
    width: 150px;
    height: 100%;
    z-index: 4;
    right: 0;
    top: 0;
}
.bxslider li{
    width: auto !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 70px;
    padding: 0 20px;
}
.bxslider li img{
    filter: grayscale(99.3%) brightness(153%);
}
.bxslider li img:hover{
    filter: inherit;
}
.services li img {
  cursor: pointer;
}
.rst-box-banner-page h3{
    font-size: 50px;
    font-weight: 100;
}