@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700');
@import url('https://fonts.googleapis.com/css?family=Assistant:300,400,600,700&subset=hebrew');
@import url('https://fonts.googleapis.com/css?family=David+Libre:400,500,700&subset=hebrew');
@import url('https://fonts.googleapis.com/css?family=Heebo:300,400,500,700,800,900&subset=hebrew');

/*
    font-family: 'Heebo', sans-serif;
    font-family: 'Playfair Display', serif;
    font-family: 'David Libre', serif;
*/

@font-face {
    font-family: 'Conv_OpenSansHebrew-Regular';
    src: url('../fonts/OpenSansHebrew-Regular.eot');
    src: local('ג˜÷'), url('../fonts/OpenSansHebrew-Regular.woff') format('woff'), url('../fonts/OpenSansHebrew-Regular.ttf') format('truetype'), url('../fonts/OpenSansHebrew-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_open-sans-hebrew-extra-bold-5987f96783ba1';
    src: url('../fonts/open-sans-hebrew-extra-bold-5987f96783ba1.eot');
    src: local('☺'), url('../fonts/open-sans-hebrew-extra-bold-5987f96783ba1.woff') format('woff'), url('../fonts/open-sans-hebrew-extra-bold-5987f96783ba1.ttf') format('truetype'), url('../fonts/open-sans-hebrew-extra-bold-5987f96783ba1.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_OpenSansHebrew-Bold';
    src: url('../fonts/OpenSansHebrew-Bold.eot');
    src: local('ג˜÷'), url('../fonts/OpenSansHebrew-Bold.woff') format('woff'), url('../fonts/OpenSansHebrew-Bold.ttf') format('truetype'), url('../fonts/OpenSansHebrew-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansHebrew-Light';
    src: url('../fonts/OpenSansHebrew-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSansHebrew-Light.woff') format('woff'), url('../fonts/OpenSansHebrew-Light.ttf') format('truetype'), url('../fonts/OpenSansHebrew-Light.svg#OpenSansHebrew-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_Calibri_Bold';
    src: url('../fonts/Calibri_Bold.eot');
    src: local('☺'), url('../fonts/Calibri_Bold.woff') format('woff'), url('../fonts/Calibri_Bold.ttf') format('truetype'), url('../fonts/Calibri_Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}



body {
    background: #131112;
}
.container {
    position: relative;
}

p {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0;
}

.nopadding {
    padding-left: 0;
    padding-right: 0;
}

a,
a:focus {
    outline: none;
}

p {
    margin: 0;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    outline: none;
    text-decoration: none;
}

img,
iframe {
    max-width: 100%;
}


/*popup*/

.modal.fade.modal-popup1 .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 300px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.modal.fade.modal-popup1.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0);
    opacity: 1;
}

.modal-popup1 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.modal-popup1 .modal-dialog {
    margin: 10px auto;
    padding: 0 15px;
}

.modal-popup1 .modal-form {
    background: none;
    box-shadow: none;
    border: none;
    max-width: 370px;
    margin: 0 auto;
}

.modal-popup1 .modal-form .modal-header {
    border: none;
    padding-left: 0 !important;
}

.modal-popup1 .modal-form button.close {
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    display: block;
    float: right;
    outline: none;
    opacity: 1;
}

.modal-popup1 .modal-form .modal-body {
    padding: 0;
    background: transparent;
}

.modal-popup1 .modal-form .modal-body .container {
    padding: 0 0px;
}

.modal-popup1 .modal-form .modal-body .contact_form {
    width: 100%;
    background: #00060a;
    padding: 30px;
    margin: 0 auto;
    box-shadow: 1px 2px 4px #00060a;
}

.modal-popup1 .contact_form span {
    display: block;
    font-size: 22px;
    color: #fff;
    margin: 0;
    text-align: center;
    font-weight: 700;
}

.modal-popup1 .contact_form strong {
    display: block;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    color: #fff;
    font-family: OpenSansHebrew-Light;
    font-weight: normal;
    letter-spacing: 1px;
}

.modal-popup1 .contact_form input {
    color: #a3a2a3;
    width: 85%;
    padding: 10px;
    font-size: 15px;
    border: 1px solid #dbdbbd;
    margin: 7px 0;
    font-weight: 600;
    border-radius: 0px;
}

.modal-popup1 .contact_form input:last-child,
.modal-popup1 .contact_form input[type="submit"] {
    background: #139be2;
    border-color: transparent;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    padding: 10px;
    width: 85%;
    margin: 7px auto;
}

img {
    max-width: 100%;
}

.section1,
.section-content1,
.section4 {
    padding-left: 15px;
    padding-right: 15px;
}

body {
    font-family: Conv_OpenSansHebrew-Regular;
    color: #201f1f;
}

.bnr-content01 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.banner-section,
.who_we_section,
.recommend-section,
.section6,
.no-repeat {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.banner-section {
    background-image: url(../images/banner.png);
    min-height: 560px;
}

.floating_set {
    float: right;
    width: 100%;
    position: relative;
    display: block;
}

header {
    color: #fff;
    padding: 20px 0;
}

header {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    padding: 20px 0;
}

header li {
    display: inline-block;
    margin: 0 16px;
}

header a {
    font-weight: bold;
    color: #fff;
    display: block;
}

.header-left a {
    background: #0f88b6;
    padding: 6px 15px;
    display: inline-block;
}

header a:hover {
    color: #fff;
}

.header-right a {
    max-width: 230px;
}

.header-center {
    margin-top: 19px;
}



.header-left {
    margin-top: 16px;
}

.header-center a:hover {
    color: #0f88b6;
}

.bnr-content01 {
    color: #fff;
}

.bnr-content01 h2 {
    font-family: 'Conv_Calibri Bold', Sans-Serif;
    font-weight: bold;
    line-height: 48px;
    font-size: 50.99px;
}

.bnr-content01 span,
.services-title strong {
    font-weight: bold;
    font-size: 16px;
    position: relative;
    padding-bottom: 20px;
    display: inline-block;
    margin: 7px 0;
}

.bnr-content01 span {
    font-family: Heebo;
    font-weight: 500;
    font-size: 37px;
}

.bnr-content01 span strong {
    font-weight: 500;
    color: #139be2;
}

.bnr-content01 span:after,
.services-title strong:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    right: 0;
    margin: 0 auto;
    border-bottom: 3px solid #139be2;
    width: 120px;
}

.owl-next,
.owl-prev {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    background-position: center;
    margin: 0 auto;
}

.owl-next {
    right: -70px;
    background-image: url(../images/next-arrow.png);
}

.owl-prev {
    left: -70px;
    background-image: url(../images/left-arrow.png);
}

.disabled {
    opacity: 0.8;
}

.section6 {
    padding: 80px 0;
    background-image: url(../images/img10.png);
    min-height: 540px;
    background-position: bottom center;
}

.section6-right {
    color: #fff;
    max-width: 50%;
    margin: 0 auto;
}

.section6-right span {
    display: block;
    font-size: 18px;
    font-family: 'Conv_OpenSansHebrew-Bold';
    text-decoration: underline;
}

.section6-right form {
    max-width: 70%;
    text-align: center;
    margin: 0 auto;
}

.section6-right strong {
    display: block;
    margin-bottom: 10px;
}

.section6-right input {
    background: transparent;
    border: 1px solid #fff;
    padding: 8px 10px;
    color: #fff;
    width: 47%;
    outline: none;
    margin: 7px 3px;
}

.section6-right input:last-child {
    background: #218db4;
    color: #fff;
    font-weight: bold;
    width: 97%;
    margin-left: 0;
    margin-right: 0;
    border-color: transparent;
}

.section6-right::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.section6-right::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.section6-right:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.section6-right:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

#contact_form form {
    width: 100%;
}

.form-control1 {
    position: relative;
}

.who_we_section {
    background-image: url(../images/bg1.png);
    color: #fff;
    text-align: center;
    letter-spacing: initial;
}

.who_we_section img {
    max-width: 100px;
}

.who_we_section span {
    font-family: 'Conv_OpenSansHebrew-Bold';
    display: block;
    margin: 10px 0;
    color: #28a8d7;
    font-size: 22px;
}

.who_we_section p {
    line-height: 24px;
}

.section1-right {
    padding: 15px;
}

.who_we_section {
    padding: 120px 0;
}

.services {
    padding: 30px 0 15px;
    background: #404040;
}

.services-title {
    color: #fff;
    padding: 30px 15px;
}

.services-img {
    padding: 30px;
}

.services-title span {
    display: block;
    font-family: 'Conv_OpenSansHebrew-Bold';
    font-size: 22px;
}

.services-title strong {
    font-weight: normal;
}

.command-section1 {
    position: relative;
    margin: 15px 0;
}

.product-bg {
    position: absolute;
    top: 0;
    padding: 15px;
    width: 100%;
    text-align: center;
    height: 100%;
}

.product-position {
    position: absolute;
    top: 50%;
    padding: 30px;
    min-height: 150px;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    transition: all 0.5s;
    margin: 0 auto;
    display: inline-block;
    max-width: 70%;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
}

.product-position span {
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.product-position a,
.flight a {
    display: inline-block;
    border: 2px solid #139be2;
    color: #139be2;
    padding: 7px 15px;
    font-weight: bold;
    color: #139be2;
    margin-top: 15px;
    min-width: 150px;
    font-size: 15px;
    transition: ease-out 0.4s;
}

.product-position a:hover,
.flight a:hover {
    background: #139be2;
    color: #fff;
}

.command-section1:hover .product-position {
    background: initial;
}

.command-section1:hover .product-bg {
    background: rgba(64, 64, 64, 0.3);
}

.recommend-section {
    padding: 20px 0;
}

.logo-section1 {
    /*width: 13.23%;*/
    vertical-align: middle;
    padding: 15px;
    text-align: center;
    border: 1px solid transparent;
    display: inline-block;
}

.customer-section .services-title {
    background: transparent;
}

.customer-section {
    letter-spacing: initial;
    padding-bottom: 30px;
}
.position-logo {
    padding: 10px;
}
.border-set1 {
    padding: 10px;
    border: 1px solid transparent;
}
.logo-section1:hover,
.border-set1:hover {
    border: 1px solid #fff;
}
.border-set1 {
    padding: 15px;
    border: 1px solid #fff;
}
.customer-logo {
    padding-bottom: 30px;
}

.custom-product {
    color: #fff;
    padding: 30px 0;
}

.border-set1 span {
    display: block;
    font-size: 18px;
    margin: 25px 0 5px;
    font-family: 'Conv_OpenSansHebrew-Bold';
}

.border-set1 strong {
    font-weight: normal;
    font-size: 17px;
    margin-bottom: 15px;
    display: block;
}

.border-set1 p {
    font-size: 13px;
    line-height: 23px;
}

.border-set1 a {
    color: #fff;
    background: #139be2;
    font-size: 18.31px;
    padding: 5px 15px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    min-width: 112px;
    margin: 20px 0;
}

.section1-right img {
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes floating {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(8%);
    }
    100% {
        transform: translateY(0%);
    }
}

.border-set1 {
    margin-bottom: 70px;
}

.section6-right form {
    max-width: 100%;
}

/*button_hover*/

.hvr-sweep-to-right {
    display: block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #145c97;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.bnr-form .hvr-sweep-to-right:before {
    background: #2db8ed;
}

.bnr-form .hvr-sweep-to-right {
    background: #218db4;
    margin-top: 20px;
    margin: 0;
    border-radius: 0;
    width: 110px;
    display: inline-block;
    vertical-align: top;
}

.bnr-form .hvr-sweep-to-right input {
    background: transparent;
    min-width: initial;
    margin: 0;
    width: 100%;
    text-align: center;
    border: none;
}

.banner-left {
    /*position: absolute;
    left: 0;
    bottom: 70px;*/
    width: 254px;
    background: #116895;
    color: #fff;
    text-align: center;
}

.form-icon {
    padding: 10px;
    border-bottom: 3px solid #127fb8;
}

.form-sections {
    padding: 30px;
    font-family: 'Assistant', sans-serif;
}

.form-sections span {
    font-size: 22.36px;
    font-weight: 600;
    line-height: 30px;
    display: block;
    letter-spacing: initial;
    margin-bottom: 15px;
}

.form-sections input {
    width: 100%;
    background: #eaf1f6;
    border-color: transparent;
    color: #474747;
    padding: 4px 10px;
    border-radius: 2px;
    margin: 7px 0;
    font-size: 15px;
}

.form-sections input[type="submit"] {
    background: #05405e;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}

.sec_one_title span {
    font-size: 18.81px;
    color: #fff;
    font-family: 'Conv_OpenSansHebrew-Regular';
    font-weight: 600;
}

.sec_one_title h3 {
    font-size: 40.99px;
    color: #fff;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    margin: 0;
    line-height: 30px;
}

.sec_one_title {
    margin: 30px 0;
}

.sec1-border {
    padding: 30px;
    border: 1px solid #fff;
}

.section1-width {
    max-width: 1308px;
    margin: 0 auto;
}

.section1-right {
    padding: 30px;
}

.services-content {
    padding: 0 10px;
}

.flight {
    padding: 170px 15px;
    background-image: url(../images/img12.png);
    color: #fff;
}

.max-width02 {
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
}

.flight h3 {
    font-size: 33.43px;
    font-weight: bold;
}

.flight h3 span {
    font-size: 43.82px;
    color: #1075ab;
}

.flight p {
    font-size: 18px;
    line-height: 35px;
    margin: 50px 0 20px;
}

footer .container {
    color: #fff;
    padding: 0 45px;
}

.footer-sec {
    font-family: Assistant;
    padding: 75px 0 110px;
    border-top: 3px solid #fff;
}

footer span {
    color: #139be2;
    font-weight: 700;
    font-size: 20.23px;
    display: block;
    margin-bottom: 25px;
}

.footer-sec a {
    color: #fff;
    font-weight: 300;
}

.ft-menus a {
    font-size: 17px;
    display: inline-block;
    margin: 8px 0;
}

.ft-menus {
    display: inline-block;
    vertical-align: top;
    padding-left: 80px;
}

.max-width03 {
    max-width: 260px;
    float: left;
    text-align: right;
}

.footer-left p {
    font-size: 17.1px;
    margin: 7px 0;
}

.footer-left span {
    margin-bottom: 40px;
}

.fb-icons {
    margin-top: 30px;
}

.fb-icons a {
    width: 28px;
    transition: all 0.3s;
    height: 28px;
    background: #fff;
    display: inline-block;
    padding: 2px;
    border-radius: 50%;
    text-align: center;
    margin-left: 15px;
}

.fb-icons a:hover {
    background: #c9c7c7;
}

.content_lt_msg {
    display: none;
    background: #139be2;
    border-color: transparent;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    padding: 10px;
    margin: 15px auto;
    width: initial;
    max-width: 325px;
}

section.blog_wrap {
    background-color: #040404;
    background-image: url(../images/blog_bnr.png);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 10%;
    padding-bottom: 5%;
}

.page_tit {
    border-bottom: 3px solid rgba(255, 255, 255, 0.30);
    margin-bottom: 75px;
}

.page_tit h1 {
    font-family: 'Conv_OpenSansHebrew-Regular';
    font-size: 30px;
    line-height: normal;
    letter-spacing: 0.05em;
    color: #ffffff;
    margin: 0;
}

ul.bread {
    margin: 15px 0;
}

ul.bread li,
ul.bread li > a {
    font-family: 'Conv_OpenSansHebrew-Regular';
    font-size: 16.65px;
    font-weight: bold;
    line-height: 44.38px;
    letter-spacing: 0.05em;
    color: #ffffff;
    display: inline;
}

ul.bread li+li:before {
    content: '>';
    color: #ffffff;
    padding: 0 5px;
}

.blog_sec {
    background-color: rgba(4, 4, 4, 0.53);
    padding: 15px 12px;
    margin: 50px 0;
}

.blog_desc {
    margin-top: 10px;
    background-color: #040404;
    padding: 10px 15px;
}

ul.blog_date {
    text-align: left;
}

.blog_date li {
    font-family: 'OpenSansHebrew-Light';
    font-weight: bold;
    font-size: 8.66px;
    line-height: 10.92px;
    color: #ffffff;
    display: inline;
    letter-spacing: 0.030em;
}

.blog_date li+li:before {
    content: '|';
    padding: 0 2px;
    color: #140c45;
    font-family: 'OpenSansHebrew-Light';
    font-weight: bold;
    font-size: 8.66px;
    line-height: 10.92px;
}

.blog_desc h3 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-family: 'Conv_OpenSansHebrew-Regular';
    font-size: 18.64px;
    font-weight: bold;
    line-height: 25.28px;
    letter-spacing: 0.030em;
    color: #ffffff;
}

.blog_desc p {
    margin-bottom: 40px;
    font-family: 'OpenSansHebrew-Light';
    font-size: 15.88px;
    line-height: 30.74px;
    letter-spacing: 0.030em;
    color: #ffffff;
}

.b_link {
    border-bottom: 1px solid #585858;
    text-align: left;
    display: inline-block;
    width: 68%;
}

.b_soc {
    display: inline-block;
    width: 30%;
}

.b_link a {
    font-family: 'Conv_OpenSansHebrew-Regular';
    font-size: 15.52px;
    font-weight: bold;
    line-height: 22.35px;
    letter-spacing: 0.030em;
    color: #047aa5;
    padding: 5px 0;
    display: inline-block;
}

.bsocial li {
    display: inline-block;
    padding: 5px 0;
}

.contact_wrap {
    /*background-color: #404040;*/
    background-image: url(../images/contact_bg.png);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 18%;
    padding-bottom: 8%;
}
.contact_desc h2 {
    font-family: 'Conv_OpenSansHebrew-Regular';
    font-size: 36.4px;
    font-weight: bold;
    line-height: 74.03px;
    letter-spacing: 0.100em;
    color: #047aa5;
    margin: 0;
}
.contact_desc h3 {
    font-family: 'Conv_OpenSansHebrew-Bold';
    font-size: 28.87px;
    line-height: normal;
    letter-spacing: 0.025em;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 50px;
    position: relative;
}
.contact_desc h3:after {
    width: 60px;
    height: 4px;
    background-color: #e2e2e2;
    position: absolute;
    left: 0;
    right: 0;
    top: 55px;
    content: '';
    margin: 0 auto;
}
.contact_desc p {
    font-family: 'Conv_OpenSansHebrew-Regular';
    font-size: 16.21px;
    line-height: 29.76px;
    letter-spacing: 0.070em;
    color: #dddddd;
    margin-bottom: 25px;
}
.contact_desc form {
    width: 574px;
    margin: 0 auto;
}

.contact_desc form .wid_50 {
    width: 50%;
    float: right;
}

.contact_desc form input {
    background-color: transparent;
    border: 1px solid #047aa5;
    padding: 17px 15px;
    font-family: 'Conv_OpenSansHebrew-Regular';
    font-size: 12.87px;
    line-height: normal;
    letter-spacing: 0.0100em;
    color: #ffffff;
    margin: 10px 0;
    width: 100%;
}

.contact_desc form textarea {
    background-color: transparent;
    border: 1px solid #047aa5;
    padding: 15px 10px;
    margin: 10px 0;
    width: 100%;
}

.contact_desc form input[type="submit"] {
    background-color: #047aa5;
    padding: 5px 10px;
    font-size: 23.52px;
    border: 0;
    
}
section.spec_wrap,.spec_wrap {
    /*background-color: #404040;*/
    background-image: url(../images/img_9.jpg);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 10%;
}
.spec_wrap.new-wraps{
    background-size: cover;
}

.new_wraps01 {
    background-image: url(../images/img_11.jpg);
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
}
/*.spec_inr .customer-section{
    background-image: url(../images/img_11.jpg);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}*/
.spec_sec h2 {
    margin-top: 0;
    margin-bottom: 15px;
    font-family: 'Conv_OpenSansHebrew-Regular';
    font-size: 31.59px;
    line-height: normal;
    letter-spacing: 0.05em;
    color: #0890c2;
}
.spec_sec p {
    margin-bottom: 0;
    font-family: 'Conv_OpenSansHebrew-Regular';
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0.05em;
    color: #fff;
}
.spec_sec select {
    width: 100%;
    border: 1.5px solid #fff;
    padding: 13.5px 15px;
    background-color: transparent;
    margin: 18px 0;
    font-family: 'Conv_OpenSansHebrew-Regular';
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.05em;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../images/img_12.png);
    background-position: 15px center;
    background-repeat: no-repeat;
    background-size: 30px;

}
.spec_sec select::-ms-expand {
    display: none;
}
.spec_sec {
    margin-bottom: 170px;
}
.spec_list {
    border-top: 1px solid #fff;
    padding: 100px 0;
}
.spec_desc h3 {
    font-family: 'Conv_OpenSansHebrew-Regular';
    font-weight: bold;
    font-size: 30px;
    line-height:25px;
    letter-spacing: 0.05em;
    color: #fff;
    margin-bottom: 15px;
}
.spec_desc p {
    font-family: 'Conv_OpenSansHebrew-Regular';
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: #fff;
    margin-bottom: 11px;
}
.spec_desc a {
    display: inline-block;
    padding: 6.5px 20px;
    border: 1.5px solid #047aa5;
    color: #047aa5;
    font-family: 'Conv_OpenSansHebrew-Regular';
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    margin-top: 15px;
}
.spec_desc a:hover { 
    background-color: #047aa5;
    color: #fff;
}


.slft .spec_desc,.srgt .spec_desc {
    padding-top: 5px;
    padding-left: 10px;
}
 
.spec_wrap .customer-section {
    background-color: transparent;
    padding-top: 10%;
    padding-bottom: 10%;
}

section.service_wrap {
    /*background-color: #404040;*/
    background-image: url(../images/img_13.png);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 10%;
}

.service_inr {
    background-image: url(../images/img_21.png);
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
}
.serve_sec p {
    margin-bottom: 50px;
    font-family: 'Conv_OpenSansHebrew-Regular';
    font-weight: bold;
    font-size: 18px;
    line-height: 48px;
    text-align: right;
    letter-spacing: 0.05em;
    color: #fff;
}
.ssec_icon {
    display: inline-block;
    width: 330px;
    height: 330px;
    margin: 20px;
    padding: 75px 0;
    text-align: center;
    border: 1.5px solid #fff;
}
.ssec_icon p {
    font-family: 'Conv_OpenSansHebrew-Regular';
    font-weight: bold;
    font-size: 22.93px;
    line-height: 61.13px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #fff;
}
.confidence {
    width: 800px;
    margin: 0 auto;
    text-align: center;
}
.confidence h3 {
    font-family: 'Conv_OpenSansHebrew-Regular';
    font-weight: bold;
    font-size: 27.99px;
    line-height: 74.63px;
    letter-spacing: 0.05em;
    text-decoration: underline;
    color: #fff;
    margin-bottom: 15px;
}
.confidence p {
    font-family: 'Conv_OpenSansHebrew-Regular';
    font-size: 18px;
    line-height: 48.13px;
    letter-spacing: 0.05em;
    color: #fff;
    margin-bottom: 30px;
}
.confidence a { 
    display: inline-block;
    padding: 7.5px 15px;
    border: 2px solid #047aa5;
    color: #047aa5;
    font-family: 'Conv_OpenSansHebrew-Regular';
    font-size: 23.61px;
    letter-spacing: 0.065px;
    margin-bottom: 50px;
}
.confidence a:hover { 
    background-color: #047aa5;
    color: #fff;
}
.service_wrap .customer-section {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 5%;
}
.s_sec {
    text-align: center;
    border: 1px solid #fff;
    padding: 5%; 
    margin-top: 100px;
}
.s_sec:first-child {
    border-right: 0; 
}
.s_sec:last-child {
    border-right: 0; 
}
.s_sec p {
    font-family: 'Conv_OpenSansHebrew-Regular';
        font-size: 17px;
    line-height: 37px;
    letter-spacing: 0.05em;
    color: #fff;
    margin-bottom: 30px;
}
.ss_desc_img img {
    max-width: 110px;
}
.global {
    padding-top: 50px;
}


.globe_map {
    padding-top: 10%;
    padding-bottom: 7%;
}
.globe_map_about {
    padding-top: 4%;
}
.global h3 {
    font-family: 'Conv_OpenSansHebrew-Regular';
    font-weight: bold;
    font-size: 27.99px;
    line-height: 74.63px;
    letter-spacing: 0.05em;
    text-decoration: underline;
    color: #047aa5;
    margin-bottom: 0px;
}
.global p {
    font-family: 'Conv_OpenSansHebrew-Regular';
    font-size: 16px;
    line-height: 34.13px;
    letter-spacing: 0.05em;
    color: #fff;
    margin-bottom: 30px;
}
.global a { 
    display: inline-block;
    padding: 7.5px 15px;
    border: 2px solid #047aa5;
    color: #047aa5;
    font-family: 'Conv_OpenSansHebrew-Regular';
    font-size: 23.61px;
    letter-spacing: 0.065px;
    margin-bottom: 50px;
}
section.service_wrap_about{
    padding-top: 10%;
}

.spec_sec .panel-group {
    margin-bottom: 0;
}
.spec_sec .panel-group .panel {
    border-radius: 0;
    margin: 18px 0;
}
.spec_sec .panel {
    border: 0;
    box-shadow: unset;
    background-color: transparent;
}
.spec_sec .panel-default>.panel-heading {
    background-color: transparent;
    padding: 0;
}
.spec_sec .panel-heading {
    border-radius: 0;
} 
.spec_sec .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
    font-family: 'Conv_OpenSansHebrew-Regular';
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #fff;
}

.spec_sec .panel-default>.panel-heading .panel-title a {
    border: 1.5px solid #fff;
    padding: 13.5px 15px;
    background-color: transparent;
    font-family: 'Conv_OpenSansHebrew-Regular';
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.05em;
    color: #fff;
    display: block;
    background-image: url(../images/img_12.png);
    background-position: 15px center;
    background-repeat: no-repeat;
    background-size: 25px;
}
.spec_sec .panel-default>.panel-heading .panel-title a.arw_up {
    background-image: url(../images/up_arw.png);
}

#slide_1 .owl-item {
    padding: 0;
}

.globe_map img,
.globe_map_about img {
    margin: 0 auto;
}

#trigger a {
    color: #fff;
    display: block;
    padding: 4px 15px;
}
.phones {
    display: inline-block;
}
.phones p {
    background: #116895;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    font-size: 17px;
    font-weight: bold;
    margin: 0;
    box-shadow: 1px 1px 5px 1px rgb(119, 119, 119);
}
#trigger span, #trigger i {
    vertical-align: middle;
    display: inline-block;
}
#trigger i {
    padding-left: 10px;
}
#trigger img {
    padding-left: 6px;
    max-width: 38px;
}
.close-icon {
    font-size: 26px;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 6px;
    z-index: 1;
    cursor: pointer;
}

@media(min-width: 768px){
.contact-us {
    left: 0;
    position: fixed;
    z-index: 6;
    text-align: left;
    top: 35%;
    z-index: 99;
}
.information-ct {
    text-align: center;
    top: 0;
    width: 280px;
    position: absolute;
    z-index: 10;
    transform: translate(-150%, 0px);
}
}
.product-img{
    background-repeat: no-repeat;
    background-position: center;
    min-height:230px; 
    background-size:cover;
}
.contact-us .form-icon{
    display: none;
}
.row.srgt,.row.slft{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.spec_desc h3{
    font-size: 18px;
}

@media(min-width:1680px){
.product-img{
    min-height: 298px;
}
}



.contact_desc a {
    color: #fff;
}
.banner-section,.services,.who_we_section{
    background-color: #131112;
}
.spec_sec p{
    line-height: 24px;
    font-size: 15px;
}
.spec_desc h3 {
    font-size: 21px;
    margin-bottom: 20px;
    line-height: 30px;
}

.spec_desc P + h3 {
    margin-top: 23px;
    margin-bottom: 14px;
}
.ss_desc_img {
    margin-bottom: 30px;
}

.globe_map .row {
    flex-direction: row-reverse;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.spec_desc ul li{
    position: relative;
    padding: 0 17px 0 10px;
}
.spec_desc ul li:before {
    content: "";
    right: 0;
    top: 7px;
    position: absolute;
    background: #fff;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

@media(min-width: 1024px){
.spec_desc ul li {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

}

.recommend-section .logo-section1 {
    height: 151px;
    display: table;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    padding: 8px;
    background: #fff;
}
/*.home_pagelogo .logo-section1{
    background: #fff;
}*/
.recommend-section .logo-section1{
    width: 151px;
}
.position-logo {
    vertical-align: middle;
    display: table-cell;
    padding: 0;
}
.recommend-section .logo-section1 img {
    max-height: 104px;
}