@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto:wght@300;400;500;700;900&family=Solway:wght@300;400;500;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

/* font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Solway', serif; 
 font-family: "Rubik", sans-serif;*/
@font-face {
    font-family: 'Open Sans Hebrew';
    src: url('../fonts/OpenSansHebrew-Bold.woff2') format('woff2'),
        url('../fonts/OpenSansHebrew-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Hebrew Extra';
    src: url('../fonts/OpenSansHebrew-ExtraBold.woff2') format('woff2'),
        url('../fonts/OpenSansHebrew-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #4d4d4d;
    background: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 700;
    color: #4d4d4d;
}

h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    line-height: 1.2;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 8px;
}

h3 {
    font-size: 18px;
    line-height: 21px;
    font-family: 'Open Sans', sans-serif;
}

h4 {
    font-size: 17px;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
}

h5 {
    font-size: 15px;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
}

h6 {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #4d4d4d;
    margin: 0 0 16px;
}

ul {
    background: none;
    margin: 0px;
    padding: 0;
    list-style-type: none;
}


ol li {
    font-weight: 600;
    list-style: decimal;
    padding-left: 0;
}

ol li:before {
    content: "";
    width: 0;
    display: inline-block;
}

ol {
    padding: 0px;
}

ol li {
    list-style-position: inside;
}

em {
    font-style: italic;
}

a {
    color: #ffffff;
    text-decoration: none !important;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

a:active,
a:hover,
a:focus {
    color: #fbb12f;
    text-decoration: none !important;
    outline: 0px none !important;
}

img,
a img {
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    border: none 0;
    outline: 0px none !important;
}

strong {
    font-weight: 700;
}

button:focus {
    outline: none;
}

input:focus,
textarea:focus {
    outline: 0px none !important;
    box-shadow: none;
}

input[type=text],
input[type=email],
input[type=tel] {
    width: 100%;
    height: 50px;
    background: #fff;
    border: none;
    box-shadow: none;
    font-family: 'Open Sans Hebrew';
    /* color: #ffffff; */
    font-size: 15px;
    line-height: 1;
    padding: 10px 17px;
    border-radius: 0;
    margin-bottom: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #fbb12f;
}

textarea.form-control {
    width: 100%;
    height: 150px;
    background: #fff;
    box-shadow: none;
    font-family: 'Open Sans Hebrew';
    /* color: #ffffff; */
    font-size: 15px;
    line-height: 24px;
    padding: 17px 17px;
    border: none;
    margin-bottom: 15px;
    resize: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid goldenrod;
}

.bttn {
    color: #ffffff;
    background-color: rgb(252, 194, 13);
    position: relative;
    font-size: 18px;
    height: 48px;
    line-height: 1;
    border: none;
    font-weight: 700;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    padding: 15px 25px;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    overflow: hidden;
}

.bttn:hover,
.bttn:focus,
.bttn:active {
    color: #fff;
}

.bttn:after {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0% 0%;
    content: "";
    position: absolute;
    width: 50%;
    height: 300%;
    z-index: 1;
    right: 0px;
    top: 0px;
    margin: -30px 5px 0px -50px;
    transform-origin: 0px 0px 0px;
    transform: rotate(-30deg);
    transition: all 0.6s ease 0s;
}

.bttn:hover:after,
.bttn:focus:after,
.bttn:active:after {
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0% 0%;
    content: "";
    position: absolute;
    width: 50%;
    height: 230%;
    z-index: 1;
    right: 0px;
    top: 0px;
    margin: -30px -15px 0px -50px;
    transform-origin: 0px 0px 0px;
    transform: rotate(-30deg);
    transition: all 0.6s ease 0s;
}

/* Placeholder text color -- selectors need to be separate to work. */

input.form-control::-webkit-input-placeholder {
    color: #4d4d4d;
    opacity: 0.5;
}

input.form-control:-moz-placeholder {
    color: #4d4d4d;
    opacity: 0.5;
}

input.form-control::-moz-placeholder {
    color: #4d4d4d;
    opacity: 0.5;
}

input.form-control:-ms-input-placeholder {
    color: #4d4d4d;
    opacity: 0.5;
}

textarea.form-control::-webkit-input-placeholder {
    color: #4d4d4d;
    opacity: 0.5;
}

textarea.form-control:-moz-placeholder {
    color: #4d4d4d;
    opacity: 0.5;
}

textarea.form-control::-moz-placeholder {
    color: #4d4d4d;
    opacity: 0.5;
}

textarea.form-control:-ms-input-placeholder {
    color: #4d4d4d;
    opacity: 0.5;
}


/*-----bootstrap style reset-----*/

@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1100px;
    }
}

@media (min-width: 1366px) {
    .container {
        max-width: 1170px;
    }
}



/*-----bootstrap style reset-----*/

.main-outercon {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.mobile-visible {
    display: none;
}


/*--------------- Header Section ----------*/

.header-container {
    width: 100%;
    /* position: absolute; */
    z-index: 2;
    top: 0;
    height: 141px;
}

.header-top {
    width: 100%;
    background: #112134;
    padding: 13px 0 13px;
    /* -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s; */
    /* visibility: hidden; */
}

.header-top-inner {
    display: flex;
    justify-content: space-between;
}

.navbar-brand img {
    width: 80px;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.social-icon ul {
    display: flex;
}

.social-icon ul li {
    margin: 0 5px;
}

.social-icon ul li a i {
    font-size: 18px;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;

}

.social-icon ul li:first-child {
    padding-left: 0;
}

.social-icon ul li a:hover i {
    color: #fbb12f;

}

.login-block a {
    font-size: 16px;
}

.header-top-inner .social-icon {
    display: flex;
}

.header-top-inner .social-icon ul {
    order: 2;
}

.info-blk {
    margin: 0 0 0 35px;
    display: block;
}

.info-blk i {
    font-size: 14px !important
}

.login-block {
    order: 1;
    margin: 0 0 0 15px;
    display: flex;
    align-items: center;
}

.login-block a {
    position: relative;
    margin: 0 0 0 9px;
    padding: 0 0 0 5px;
}

.login-block a:before {
    position: absolute;
    content: "";
    left: -3px;
    top: 7px;
    background: #fff;
    height: 16px;
    width: 1px;
}

.login-block a:last-child {
    padding: 0;
    margin: 0;
}

.register-link {
    order: 2;
}

.login-link {
    order: 1;
}

.login-block a:last-child::before {
    content: none;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fbb12f;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #fbb12f;
}

.nav-link {
    font-size: 16px;
    font-weight: 700;
    color: #4d4d4d;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.nav-item {
    padding: 0 15px;
}

.navbar-light .navbar-brand {
    padding: 0;
    order: 2;
    ;
}

.navbar-expand-lg .navbar-collapse {
    order: 1;
}

.info-blk ul {
    display: flex;
}

.info-blk ul li a:hover {
    color: #fbb12f;
}

.info-blk ul li {
    padding: 0 15px 0 0;
}

.info-blk ul li a:hover i {
    color: #fbb12f;
}

.info-blk ul li:first-child {
    padding: 0;
}

.info-blk ul li a i {
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.header-bottom {
    /* -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s; */
    background-color: #fff;
    padding: 6px 0;
    /* visibility: hidden; */

}

.header-bottom.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9;
    box-shadow: -1px 1px 9px rgba(68, 68, 68, 0.3);
}

.header-bottom.fixed .navbar-brand img {
    width: 47px;
}

.header-bottom.fixed .nav-link {
    font-size: 14px;
    padding: 4px;
}

.header-bottom.fixed .navbar {
    padding-top: 4px;
    padding-bottom: 4px;
}



.header-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* visibility: hidden; */
}

/* .logo {
    order: 2;
} */

.logo a {
    display: flex;
}

.logo img {
    width: 100px;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.header-bottom.fixed .logo {
    width: 77px;
}

.header-bottom.fixed .logo img {
    width: 77px;
}

.main-menu {
    padding: 0;
    z-index: 1;
    order: 1;
}

.main-menu ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    margin: 0;

}

.main-menu ul li {
    position: relative;
    margin: 0px 25px;
    line-height: 1;
    list-style: none;
}

.header-bottom.fixed .main-menu ul li {
    margin: 0px 15px;
}

.main-menu ul li:first-child {
    margin-right: 0;
}

.main-menu ul li:last-child {
    margin-left: 0;
}

.main-menu ul li:before {
    display: none;
}

.main-menu ul li a {
    font-size: 16px;
    font-weight: 700;
    /* padding: 0 0 14px; */
    color: rgba(0, 0, 0, .55);
    text-transform: uppercase;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.header-bottom.fixed .main-menu ul li a {
    font-size: 14px;
}

.main-menu ul li a:hover,
.main-menu ul li.active>a {
    color: #fbb12f;
}

.main-menu ul li:hover>a {
    color: #fbb12f;
}

.main-menu ul li a i {
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #1A1818;
    text-transform: initial;
}

.main-menu ul li ul.sub-menu {
    position: absolute;
    top: 31px;
    background: #fbb12f;
    z-index: 2;
    padding: 0;
    overflow: inherit;
    opacity: 0;
    visibility: hidden;
    padding: 5px 0;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 200px;
    right: 0;
    /* left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); */


}

.main-menu .sub-menu li {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

.main-menu .sub-menu li:first-child {
    border: none;
}

.main-menu .sub-menu li a {
    font-weight: 700;
    padding: 6px 15px 6px 15px;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    display: inline-block;
    width: 100%;
    position: inherit;
}


.main-menu .sub-menu li a:hover,
.main-menu .sub-menu li.active a {
    color: #112134;
}

.main-menu .sub-menu li:hover a {
    color: #112134;
}


.main-menu ul li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.main-menu ul li:hover ul li ul.sub-menu {
    opacity: 0;
    visibility: hidden;
}

.main-menu ul li ul li:hover ul.sub-menu a {
    color: #000;
}



.main-menu ul li ul li a:hover ul.sub-menu a {
    color: #7A98D2;
}

.main-menu ul li ul li ul.sub-menu a {
    padding: 6px 30px 6px 29px;
    color: #7A98D2;
    font-weight: 500;
}

.main-menu ul li ul li ul.sub-menu a:hover {
    color: #886fac;
}


.main-menu ul li ul li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.main-menu ul li ul li ul.sub-menu {
    left: 100%;
    top: 0px;
    min-width: 260px;
    padding: 15px 0;
    transform: translateX(0);
}



.content-container {
    width: 100%;
    position: relative;
    /* -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s; */
}


/* banner */
.banner-container {
    position: relative;
    width: 100%;
    z-index: 3;
}

.banner-image {
    height: 620px;
    position: relative;
}

.banner-image img {
    width: 100%;
    height: 100%;
}

.banner-content {
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
    margin: 0 auto;
    /* transform: translateY(-50%); */
}

.banner-inner {
    max-width: 100%;
}

.banner-inner img {
    width: 260px;
}

.banner-inner h1 {
    color: #fff;
    margin: 0 0 10px;
    font-size: 28px;
    font-family: 'Open Sans Hebrew';
}

.banner-inner h4 {
    color: #fff;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 400;
}

.banner-inner .bttn {
    margin: 25px 0 0;
    font-size: 20px;
    height: 51px;
    border-radius: 9px;
    padding: 15px 38px;
    background-size: 300% 100%;
    background-image: linear-gradient(to right, #ff930b, #e43603, #fa7199, #fc5408);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.75);
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.banner-inner .bttn:hover {
    background-position: 100% 0;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

}

.banner-inner .bttn:after {
    display: none;
}

.video-slider-container {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    bottom: -160px;
    z-index: 1;
}

.video-slider {
    margin: 0 auto;
    max-width: 530px;
}

.video-slider .slick-prev.slick-arrow::before {
    background: url("../images/next-arw-black.png") no-repeat;
    background-size: auto;
    background-size: 100% 100%;
    left: 0px;
    top: 0;
}


.video-slider .slick-next.slick-arrow::before {
    background: url("../images/prev-arw-black.png") no-repeat;
    background-size: auto;
    background-size: 100% 100%;
    right: 0px;
    top: 0;
}

/* quote */
.quote-container {
    width: 100%;
    padding: 40px 0;
    background-color: #fcc20d;
}

.quote-container h2 {
    color: #fff;
    padding: 0;
}

.quote-container .bttn {
    border: 1px solid #fff;
}

.app-list {
    display: flex;
    align-items: center;
}

.app-list li img {
    display: block;
}

.app-list li:first-child {
    margin: 0 0 0 15px;
}

.quote-container .row {
    align-items: center;
}

/* getintouch */

.getintouch-container {
    width: 100%;
    position: relative;
    /* overflow: hidden; */
}

.quality-text p {
    margin: 0;
}

/* .quality-img {
    height: 590px;
    width: 100%;
    position: relative;
}

.quality-img:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(13, 33, 52, 0.9);
}

.quality-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
} */

.quality-content {
    position: absolute;
    /* padding: 80px 0; */
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.quality-content .title-container h1 {
    color: #fff;
}

.quality-content p {
    color: #fff;
}

.quality-content .container {
    position: relative;
}

.image {
    position: relative;
    bottom: -214px;
}

.image img {
    width: 280px;
}

.quality-content-inner {
    margin: 70px 0 70px;
}

.quality-text {
    max-width: 750px;
    margin: 0 auto;
}


/* about */
.about-container {
    padding: 80px 0;
    background: #fff;
}

.title-container {
    position: relative;
    padding: 0 0 15px;
    margin: 0 0 15px;
}

.title-container:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 80px;
    background-color: #fcc20d;
    height: 2px;
    left: 0;
    margin: 0 auto;
}

.title-container h1 {
    text-transform: uppercase;
    color: #000;
}

.title-container span {
    font-weight: 700;
    line-height: 1.2;
    color: #000;
}


/* service */
.service-container {
    width: 100%;
    padding: 80px 0 50px;
    position: relative;
}

.service-container::after {
    position: absolute;
    content: "";
    top: 30px;
    left: 0;
    right: 0;
    background: url('../images/service-pattern-bg2.png') no-repeat;
    width: 100%;
    height: 400px;
    background-size: 100% 400px;
}

.service-img {
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 1;
}

.service-bottom-section {
    padding: 260px 0 0;
    position: relative;
    z-index: 1;
}

.service-bottom-section .title-container h1 {
    color: #000;
}

.insta {
    width: 60px;
    position: absolute;
    left: 120px;
    top: 80px;
    z-index: 9;
}

.heart {
    width: 40px;
    position: absolute;
    right: 140px;
    top: 140px;
}

.video-container {
    position: relative;
    top: -50px;
    width: 490px;
    z-index: 1;
}


.service-list {
    width: 100%;
    padding: 50px 0 0;
    max-width: 1140px;
    margin: 0 auto;
}

.service-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.service-list ul {
    margin: 0 auto;
    /* max-width: 1140px; */
}

.service-list ul li {
    width: 100%;
    /* display: flex; */
    margin: 0 0 40px;
    position: relative;
    padding: 0 70px 0 0;
}

.single-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.left-row {
    padding: 0 50px 0 0;
    width: 50%;
    display: flex;
}

.right-row {
    padding: 0 50px 0 0;
    width: 50%;
    display: flex;
}

/* .service-list ul li:before {
    position: absolute;
    content: "";
    right: -50px;
    top: 30px;
    width: 15px;
    height: 20px;
    background: #feb000;
} */
.square-blk {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 30px;
    width: 15px;
    height: 20px;
    background: #feb000;
}

.service-list ul li:nth-child(2n+1):before {
    display: none;
}

.service-list ul li:nth-child(2n) {
    width: 100%;
    padding: 0 70px 0 0;
}

.service-list ul li h3 a {
    color: #2e465b;
}

.text-div p {
    font-size: 14px;
    line-height: 21px;
    color: #2e465b;
    margin: 0;
}

.text-div {
    margin: 0 10px 0 0;
    width: 86%;
}

.text-div h3 {
    margin: 0 0 10px;
}

.icon-div {
    width: 40px;
    height: 40px;
    /* border: 2px solid #fbb12f; */
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-div i {
    color: #fbb12f;
    font-size: 18px;
}

.service-bottom {
    width: 100%;
    margin: 35px 0 0;
}

/* features */
.features-container {
    padding: 80px 0;
}

.features-container .title-container {
    margin: 0 0 45px;
}

.features-list {
    width: 100%;
}

.features-list ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 400px;
    margin: 0 auto;
}

.features-list ul li {
    width: 100%;
    display: flex;
    /* font-family: 'Open Sans Hebrew'; */
    margin: 0 0 18px;
    position: relative;
    padding: 0 20px 0 0;
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    line-height: 1;
}

.features-list ul li:before {
    position: absolute;
    content: "";
    right: 0;
    top: 5px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #fbb12f;
}

.features-list .icon-div {
    border: none;
    height: auto;
    padding: 0;
    width: auto;
    position: relative;
    top: 9px;
}

.features-list .icon-div img {
    width: 20px;
}

.features-list .text-div h3 {
    color: #464646;
    font-size: 12px;
}

.whyus-content-inner {
    margin: 0 70px 0 0;
}

/* team */

.team-container {
    width: 100%;
    height: 100%;
    background: url('../images/pattern3.png') no-repeat;
    padding: 80px 0;
    position: relative;
    background-size: cover;
}

.team-container:after {
    position: absolute;
    content: "";
    top: 180px;
    left: 0;
    right: 0;
    background: url('../images/service-pattern-bg2.png') no-repeat;
    width: 100%;
    height: 400px;
    background-size: 100% 400px;
}

.title-content {
    position: relative;
    z-index: 1;
}

.title-content p {
    margin: 0;
}

.team-list {
    width: 100%;
    margin: 55px 0 0;
    z-index: 1;
    position: relative;
}

.team-list>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.team-list>ul>li {
    display: flex;
    flex-direction: column;
    border: 1px solid #dedede;
    width: 32%;
    margin: 0 0 30px;
    border-radius: 5px;
    background: #fff;
    position: relative;
}

.team-list>ul>li i {
    position: absolute;
    left: 20px;
    color: #fbb12f;
    bottom: 20px;
    font-size: 22px;
}

.team-image {
    height: 277px;
    width: 100%;
    background-position: center top !important;
    position: relative;
    top: -20px;
    align-items: center;
    justify-content: center;
    display: flex;
    background: #c7c7c7;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.team-image img {
    position: relative;
    top: -13px;
}

/* .blue-bg:after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../images/blue-bg.png') no-repeat;
    background-size: 100% 100%;
} */

.blue-bg {
    /* height: 287px; */
    width: 100%;
    /* background: #c7c7c7; */
    background-size: 100% 100%;
}

.green-bg {
    /* height: 288px; */
    width: 100%;
    /* background: #c7c7c7; */
    background-size: 100% 100%;
}

.pink-bg {
    /* height: 287px; */
    width: 100%;
    /* background: #c7c7c7; */
    background-size: 100% 100%;
}



ul.social-icons {
    display: flex;
}

ul.social-icons i {
    color: #fbb12f;
}

.team-content {
    width: 100%;
    padding: 0px 20px 50px;
    height: 100%;
}

ul.social-icons li {
    margin: 0 4px;
}

ul.social-icons li a:hover,
ul.social-icons li a:focus,
ul.social-icons li a:active {
    color: #112134;
}

.team-content h3 {
    font-size: 22px;
    margin: 0 0 5px;
    color: #000;
}

.designation {
    font-weight: 600;
    margin: 0 0 10px;
    display: block;
    color: #000;
}

.team-content p {
    font-size: 13px;
    line-height: 21px;
    padding: 0 0 0 15px;
}

/* testimonial */


.testimonial-container {
    width: 100%;
    padding: 80px 0;
    background: url('../images/testimonial-bg.jpg') no-repeat;
    background-size: cover;

}

.testimonial-container .title-container:after,
.testimonial-container .title-container::before {
    display: none;
}

.testimonial-container .title-container h1 {
    color: #fff;
}

.testimonial-container .title-container span {
    color: #fff;
}

.photo {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 5px solid goldenrod;
    display: inline-block;
}

.photo img {
    border-radius: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-content {
    text-align: center;
    max-width: 690px;
    margin: 0 auto;
}

.testimonial-content p {
    color: #fff;
    font-style: italic;
    font-size: 20px;
}

.testimonial-block ul li {
    text-align: center;
    margin: 0 3px;
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 35px 0 0;
}

.slick-dots li button {
    background: #fff;
    border: none;
    width: 14px;
    height: 14px;
    padding: 0;
    border-radius: 100%;
    font-size: 0;
}

.slick-dots li.slick-active button {
    background-color: #112134;
}

.testimonial-content h3 {
    font-size: 26px;
    line-height: 1;
    color: #fff;
    margin: 0 0 5px;
}

.testimonial-content span {
    font-size: 18px;
    line-height: 1;
    color: #fff;
}


/* footer */

.footer-container {
    background: #112134;
    width: 100%;
    padding: 20px 0 20px;
    position: relative;
}

.footer-inner {
    width: 100%;

}

.footer-links ul {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

.footer-links ul li {
    color: #fff;
    margin: 0 15px;
}

.footer-left p {
    margin: 0;
    color: #fff;
}

/* clients */
.clients-block .slick-slider .slick-track,
.clients-list .slick-slider .slick-list {
    direction: ltr;
}

.clients-block ul li a {
    height: 100%;
    width: 100%;
    display: inline-block;
}

.clients-block ul li {
    padding: 0 25px;
}

.clients-block {
    padding: 80px 0;
    width: 100%;
    background-color: #fff;
}

.logo-img img {
    height: 150px;
}

.slick-prev {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    font-size: 0;
    padding: 0;
    border: none;
}

.slick-next {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    font-size: 0;
    padding: 0;
    border: none;
}

.slick-arrow:before {
    position: absolute;
    content: "";
    top: 0;
    width: 21px;
    height: 25px;
}

.slick-next.slick-arrow:before {
    background: url("../images/prev-arw.png") no-repeat;
    background-size: 100% 100%;
    right: 0px;
}

.slick-prev.slick-arrow:before {
    background: url("../images/next-arw.png") no-repeat;
    background-size: 100% 100%;
    left: 0px;
}

/* contact */

.contact-container {
    width: 100%;
    padding: 80px 0;
    background-color: #eeeeee;
}

.contact-block {
    margin: 35px 0 0;
}

.needs-validation .btn-close {
    left: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
}

.contact-right h3 {
    font-size: 22px;
    line-height: 1.2;
    margin: 0 0 15px;
}

.contact-right h5 {
    text-transform: uppercase;
}

.contact-right a {
    color: #464646;
}

.contact-right a:hover,
.contact-right a:focus,
.contact-right a:active {
    color: #fbb12f;
}

.contact-left .form-control:hover,
.contact-left .form-control:focus,
.contact-left .form-control:active {
    box-shadow: 0px 0px 9px 0px rgba(13, 110, 253, .25);
}

.contact-left textarea {
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin: 0;
    border-radius: 0;
    border: 1px solid #fbb12f;
}

.contact-left textarea:hover,
.contact-left textarea:focus,
.contact-left textarea:active {
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: 0px 0px 9px 0px rgba(13, 110, 253, .25);
}

.contact-left textarea:focus {
    border-color: #86b7fe;
}

.contact-container .btn-row .bttn {
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.75);
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


/* style-new */

.login-outer {
    width: 100%;
    text-align: center;
    background: #fff;

}

.logo-image img {
    width: 100px;
}

.video-container {
    position: relative;
    top: -80px;
}

.video-container .desktop-show {
    position: relative;
}

/* .video-container .desktop-show:after{
    position: absolute;
    content: "";
    background: red;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
} */

.video-container video {
    width: 100%;
    height: 100%;
}


/* cookies */

.cookies-block {
    position: fixed;
    bottom: 0;
    background-color: rgba(252, 194, 13, 0.9);
    width: 100%;
    z-index: 3;
}

.cookies-inner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

.cookies-inner p {
    margin: 0;
    color: #fff;
    margin: 0 0 0 10px;
}

.cookies-inner button {
    color: rgb(252, 194, 13);
    background-color: rgb(255, 255, 255);
    position: relative;
    font-size: 16px;
    height: 40px;
    line-height: 1;
    border: none;
    font-weight: 700;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    padding: 11px 25px;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    overflow: hidden;
}

.cookies-inner button::after {
    background: rgba(252, 194, 13, 0.2) none repeat scroll 0% 0%;
    content: "";
    position: absolute;
    width: 50%;
    height: 300%;
    z-index: 1;
    right: 0px;
    top: 0px;
    margin: -30px 5px 0px -50px;
    transform-origin: 0px 0px 0px;
    transform: rotate(-30deg);
    transition: all 0.6s ease 0s;
}

.cookies-inner button:hover:after,
.cookies-inner button:focus:after,
.cookies-inner button:active:after {
    background: rgba(252, 194, 13, 0.3) none repeat scroll 0% 0%;
    content: "";
    position: absolute;
    width: 50%;
    height: 230%;
    z-index: 1;
    right: 0px;
    top: 0px;
    margin: -30px -15px 0px -50px;
    transform-origin: 0px 0px 0px;
    transform: rotate(-30deg);
    transition: all 0.6s ease 0s;
}

.close {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    z-index: 2;
}

.close img {
    width: 15px;
    display: block;
}



/* terms-and-conditions */
.terms-container {
    width: 100%;
    background: #fff;
    padding: 60px 0;
    font-family: "Rubik", sans-serif;
}

.terms-container p {
    font-family: "Rubik", sans-serif;
}

.page-banner-container {
    width: 100%;
    background: #112134;
    padding: 50px 0;
}

.page-banner-container h1 {
    text-align: center;
    color: #fff;
}

.inner-wrap p a {
    color: #4d4d4d;
}

.inner-wrap h3 {
    font-weight: 900;
    font-size: 19px;
    line-height: 1;
    margin: 0 0 20px;
}

.inner-wrap h2 {
    font-size: 25px;
}

.inner-wrap ul {
    padding: 0 35px 25px 0;
}

.inner-wrap ul li {
    position: relative;
    padding: 0 25px 0 0;
    margin: 0 0 5px;
}

.inner-wrap ul li:before {
    position: absolute;
    content: "";
    right: 0;
    top: 12px;
    background: #112134;
    width: 6px;
    height: 6px;
    border-radius: 100%;
}

.inner-wrap ul li a {
    color: #4d4d4d;
}

.inner-wrap ul li a:hover {
    color: #fbb12f;
}



/* model */

#InfoModal .modal-header {
    padding: 0;
    border-bottom: none;
}

#InfoModal .btn-close {
    background: none;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 1;
}

#InfoModal .btn-close:focus {
    box-shadow: none;
}

#InfoModal .btn-close img {
    width: 100%;
    height: 100%;
}

#InfoModal .modal-dialog {
    max-width: 490px;
    position: relative;
}

.popup-title h2 {
    font-size: 47px;
    line-height: 1;
    color: #000;
    font-family: 'Open Sans Hebrew';
}

.popup-title {
    text-align: center;
    padding: 0 0 40px;
}

.popup-title span {
    font-size: 17px;
    line-height: 1;
    font-family: 'Open Sans Hebrew';
    color: #000;
    display: block;
}

#InfoModal .modal-body {
    padding-bottom: 0;
}

.image-block {
    text-align: center;
    display: flex;
    justify-content: center;
}

.image-block img {
    display: block;
    /* margin: 0 0 -4px; */
}




/* blog */

.blog-container {
    width: 100%;
    background: #e0e0e0;
    padding: 60px 0;
    height: 100%;
    position: relative;
    /* display: flex; */
}

.blog-list {
    width: 100%;
    padding: 0 95px;
    visibility: hidden;
    height: 100%;
}

.blog-list ul {
    width: 100%;
    display: flex;
}

.single-blog {
    background: #fff;
    padding: 18px;
    width: 100%;
}

.blog-container .slick-arrow::before {
    width: 41px;
    height: 45px;
}

.blog-container .slick-next {
    left: -40px;
}

.blog-container .slick-prev {
    right: -40px;
}

.blog-image {
    position: relative;
    height: 260px;
    overflow: hidden;
}

.blog-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.blog-image img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-content h3 a {
    color: #000;
    display: block;
}

.blog-content h3 a:hover {
    color: #fbb12f;
}

.blog-content h3 {
    padding: 0 0 15px;
    font-size: 16px;
}

.blog-content {
    padding: 15px 20px;
}

.blog-content span {
    display: flex;
    line-height: 1;
    font-size: 13px;
    align-items: center;
}

.blog-content span img {
    width: 13px;
    margin: 0 0 0 8px;
}

.blog-content p {
    font-size: 14px;
    line-height: 22px;
}

.blog-list .slick-slide {
    /* margin: 0 2%; */
    padding: 0 0.2%;
}

/* faq */

.faq-container {
    width: 100%;
    padding: 60px 0;
    position: relative;
    background: url('../images/content/faq-bg.png') no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;

}

.faq-container:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../images/pattern4.png') no-repeat;
    opacity: 0.7;
    background-size: 100% 100%;
}

.title-container {
    position: relative;
    z-index: 1;
}

.faq-container .title-container {
    margin: 0 0 55px;
}

.faq-container .title-container h1 {
    color: #fff;
}

.faq-container .title-container {
    margin: 0 0 45px;
}

.faq-list {
    position: relative;
    z-index: 1;
    max-width: 720px;
    margin: 0 auto;
}

.faq-list .accordion-item {
    margin: 0 0 25px;
    border-radius: 10px;
}

.faq-list .accordion-header {
    padding: 0;
}

.faq-list .accordion-button:focus {
    box-shadow: none;
}

.faq-list .accordion-button {
    font-weight: 700;
    padding: 8px 86px 8px 52px;
    border-radius: 10px;
    border: none;

}

.faq-list .accordion-body {
    padding: 8px 86px 8px 52px;
    font-size: 15px;
    line-height: 1.5;
    font-family: "Rubik", sans-serif;
}

.faq-list .accordion-body p {
    font-size: 14px;
    line-height: 24px;
}

.faq-list .accordion-body p a {
    color: #fbb12f;
}

.faq-list .accordion-body p a:hover {
    color: #fbb12f;
    text-decoration: underline !important;
}

.faq-list .accordion-button::after {
    position: absolute;
    top: -15px;
    right: 30px;
    flex-shrink: 0;
    width: 2.15rem;
    height: 2.15rem;
    margin-left: auto;
    content: "";
    background-image: url('../images/down-arw.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.05rem;
    transition: transform .2s ease-in-out;
    background-color: #fbb12f;
    border-radius: 5px;
}

.faq-list .accordion-button:not(.collapsed)::after {
    background-image: url('../images/down-arw.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.05rem;
    transition: transform .2s ease-in-out;
}

.faq-list .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.faq-list .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.faq-list .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}


/* package-container */

.package-container {
    width: 100%;
    background: #eeeeee;
    padding: 70px 0;
}

.package-container .title-container h1 {
    color: #000;
}

.package-details {
    max-width: 510px;
    margin: 0 auto 20px;
    background: #fff;
    border-radius: 25px;
    position: relative;
    -webkit-box-shadow: 7px 7px 64px 4px rgba(51, 51, 51, 0.47);
    -moz-box-shadow: 7px 7px 64px 4px rgba(51, 51, 51, 0.47);
    box-shadow: 7px 7px 64px 4px rgba(51, 51, 51, 0.47);

}

.package-details:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 250px;
    background: url('../images/pattern5.png') no-repeat;
    background-size: cover;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.crown {
    position: absolute;
    left: -38px;
    top: -44px;
    width: 120px;
}

.package-title {
    position: relative;
    padding: 40px 0;
}

.package-title h2 {
    color: #fff;
    padding: 0;
    font-size: 40px;
    line-height: 1;
}

.package-title span {
    color: #fff;
    font-family: 'Open Sans Hebrew';
    font-size: 17px;
    line-height: 1;
}

.package-container .title-container {
    margin: 0 0 45px;
}
#package .package-content li::marker {
    display: none !important;
}
.package-content {
    position: relative;
    padding: 45px 0 35px;
}

.package-content .btn-div .bttn {
    height: 52px;
    padding: 15px 35px;
}

.btn-div .bttn {
    margin: 25px 0 0;
    font-size: 20px;
    height: 62px;
    border-radius: 9px;
    padding: 19px 35px;
    margin: 0;
    background-size: 300% 100%;
    background-image: linear-gradient(to right, #ff930b, #e43603, #fa7199, #fc5408);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.75);
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-div .bttn:after {
    display: none;
}

.btn-div .bttn:hover {
    background-position: 100% 0;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.package-content ul li {
    position: relative;
    margin: 0 0 10px;
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    font-size: 15px;
}

.package-content ul li:before {
    position: absolute;
    content: "";
    right: auto;
    top: 4px;
    width: 20px;
    height: 20px;
    background: url('../images/tick-icon.png') no-repeat;
    background-size: 100% 100%;
    margin: 0 -25px 0 0;
}

.package-content span {
    font-family: 'Open Sans Hebrew';
    color: #acacac;
}

.nb {
    font-size: 13px;
    line-height: 1.2;
    max-width: 721px;
    margin: 0 auto;
}

.btn-div {
    text-align: center;
    width: 100%;
    margin: 35px 0 0;
}

.service-btn {
    background: url('../images/btn-bg.png') no-repeat;
    font-family: 'Open Sans Hebrew';
    color: #fff;
    background-size: cover;
    display: inline-block;
    font-size: 16px;
    padding: 10px 35px;
    font-family: "Rubik", sans-serif;
    font-weight: 700;
}

.operation-div {
    background: url('../images/pattern6.png') no-repeat;
    background-size: 100% 100%;
    max-width: 650px;
    margin: 40px auto 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 20px;
    position: relative;
}

.operation-div h3 {
    font-size: 42px;
    line-height: 1;
    font-family: 'Open Sans Hebrew Extra';
    color: #fff;
    margin: 0 0 15px;
}

.operation-div span {
    font-size: 23px;
    line-height: 1;
    font-family: 'Open Sans Hebrew';
    color: #fff;
    margin: 0 0 10px;
}

.operation-div span i {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    left: 8px;
    font-family: 'Open Sans Hebrew';
    margin: 0 6px 0 0;
}

.operation-div a {
    font-size: 23px;
    line-height: 1.3;
    font-family: 'Open Sans Hebrew Extra';
    color: #5cffd6;
    font-style: italic;
    margin: 0 0 10px;
}

.operation-div span.notice {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.img1 {
    position: absolute;
    left: -84px;
    top: 25px;
    /* transform: translateY(-50%); */
    width: 170px;
}

.img2 {
    position: absolute;
    right: -25px;
    top: -6px;
    /* transform: translateY(-50%); */
    width: 140px;
}

.btn-row {
    text-align: center;
}

.btn-row .bttn {
    margin: 25px 0 0;
    font-size: 24px;
    height: 54px;
    border-radius: 9px;
    padding: 15px 65px;
    background-size: 300% 100%;
    background-image: linear-gradient(to right, #ff930b, #e43603, #fa7199, #fc5408);
    /* box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75); */
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-row .bttn:after {
    display: none;
}

.btn-row .bttn:hover {
    background-position: 100% 0;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

}

.contact-left form {
    max-width: 600px;
    margin: 0 auto;
}

.contact-left form span {
    color: #000000;
    font-size: 14px;
}

.contact-left form span a {
    color: #000000;
    font-family: "Rubik", sans-serif;
    font-weight: 300;
}

.contact-left form span a:hover {
    color: #fbb12f;
}

.floating-div {
    position: fixed;
    bottom: 85px;
    right: 15px;
    z-index: 3;
    transition: bottom 0.5s ease-in-out;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(51, 51, 51, 0.2);
    -moz-box-shadow: 1px 1px 5px 1px rgba(51, 51, 51, 0.2);
    box-shadow: 1px 1px 5px 1px rgba(51, 51, 51, 0.2);
}

.floating-div a {
    color: #606060;
    font-family: 'Open Sans Hebrew';
    background: #fcfcfc;
    padding: 8px 25px 8px 55px;
    display: block;
    line-height: 1;
}

.floating-div a img {
    width: 40px;
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
}

/* payment */

.payment-div {
    position: absolute;
    bottom: 65px;
    left: 30px;
    z-index: 1;
}

.payment-div img {
    width: 120px;
}


/* payment status*/
.payment-status {
    width: 100%;
    padding: 80px 0;
}

.checkmark {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #4bb71b;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #4bb71b;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    position: relative;
    top: 5px;
    right: 5px;
    margin: 0 auto;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #4bb71b;
    fill: #fff;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;

}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {

    0%,
    100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #4bb71b;
    }
}

.message-box._success {
    text-align: center;
}

.status-inner {
    background: #fff;
    box-shadow: -1px 1px 9px rgba(68, 68, 68, 0.3);
    padding: 50px;
    border-radius: 10px;
    text-align: center;
}

.message-box._success {
    margin: 20px 0 0;
}

.circle,
.circle-border {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.circle {
    z-index: 1;
    position: relative;
    background: white;
    transform: scale(1);
    animation: success-anim 700ms ease;
}

.circle-border {
    z-index: 0;
    position: absolute;
    transform: scale(1.1);
    animation: circle-anim 400ms ease;
    background: #f86;
}

@keyframes success-anim {
    0% {
        transform: scale(0);
    }

    30% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes circle-anim {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1.1);
    }
}

.error::before,
.error::after {
    content: "";
    display: block;
    height: 4px;
    background: #f86;
    position: absolute;
}

.error::before {
    width: 40px;
    top: 48%;
    left: 25%;
    transform: rotateZ(50deg);
}

.error::after {
    width: 40px;
    top: 48%;
    left: 25%;
    transform: rotateZ(-50deg);
}

.message-box._success._failed {
    display: flex;
    justify-content: center;
    margin: 0 0 25px;
}

.success-animation {
    margin: 0 0 25px;
}

.status-inner p {
    font-family: 'Open Sans Hebrew';
}

.video-slider-container {
    /* display: none; */
    visibility: hidden;

}

/* .video-slider-container .slick-slide {
    width: 100%;
    height: 100%;
} */


.anm_mod {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    transition: all 0.8s ease;

}

.anm_mod.active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.anm_mod_1 {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    transition: all 1s ease;

}

.anm_mod_1.active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.anm_mod_2 {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    transition: all 1.2s ease;

}

.anm_mod_2.active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* 
.org_to_top {
    position: fixed;
    bottom: 20px;
    right: 20px;

} */

