@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');

/* font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Solway', serif; */

@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;
}

@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';
    src: url('../fonts/OpenSansHebrew-Regular.woff2') format('woff2'),
        url('../fonts/OpenSansHebrew-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Agency FB';
    src: url('../fonts/AgencyFB-Reg.woff2') format('woff2'),
        url('../fonts/AgencyFB-Reg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Agency FB';
    src: url('../fonts/AgencyFB-Bold.woff2') format('woff2'),
        url('../fonts/AgencyFB-Bold.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: 14px;
    line-height: 20px;
    color: #000;
    background: #fff;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 75px;
    line-height: 1.5;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 45px;
    line-height: 61px;
}

h3 {
    font-size: 28px;
    line-height: 45px;
    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: 14px;
    line-height: 20px;
    color: #4d4d4d;
    margin: 0 0 10px;
}

ul {
    background: none;
    margin: 0px;
    padding: 0;
    list-style-type: none;
}



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: #ffffff;
    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 !important;
    border: 1px solid #ff9995;
}

.form-control:focus {
    border: 1px solid #ff9995;
}

input[type=text],
input[type=email],
input[type=tel] {
    width: 100%;
    height: 36px;
    background: #FFFFFF00;
    border: 2px solid #fff;
    box-shadow: none;
    color: #ffffff;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    padding: 6px 11px;
    border-radius: 6px;
    margin-bottom: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea {
    width: 100%;
    height: 120px;
    background: #FFFFFF00;
    box-shadow: none;
    color: #ffffff;
    font-size: 29px;
    line-height: 20px;
    padding: 17px 17px;
    font-weight: 700;
    border: 3px solid #fff;
    margin-bottom: 0px;
    resize: none;
    border-radius: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.bttn {
    color: #fff;
    background-color: #006463;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    /* height: 45px; */
    line-height: 1;
    border: none;
    border-radius: 6px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    padding: 9px 30px;
    height: 38px;
    -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;
}



/* Placeholder text color -- selectors need to be separate to work. */

input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

input:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

textarea::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

textarea:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

textarea::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

textarea:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}


/*-----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: 1170px;
    }
}

@media (min-width: 1366px) {
    .container {
        max-width: 1230px;
    }
}

@media (min-width: 1920px) {
    .container {
        max-width: 1310px;
    }
}




/*-----bootstrap style reset-----*/

.main-outercon {
    width: 100%;
    overflow: hidden;
    position: relative;
}


/*--------------- Header Section ----------*/

.header-container {
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
}

.header-inner {
    width: 100%;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.info-block {
    /* width: 100%; */
    padding: 5px 0 0;
}

.info-block ul li {
    font-size: 15px;
    line-height: 1;
    color: #fff;
    margin: 0 0 5px;
}

.info-block ul li:last-child {
    margin: 0;
}

.info-block ul li a {
    color: #fff;
}

.info-block ul li a:hover {
    color: #006463;
}

/* section */
.content-container {
    position: relative;
    z-index: 1;
    /* background: url('../images/bg-pattern.png') no-repeat;
    height: 100%;
    width: 100%;
    background-size: 100% 100%; */
}
.main-content{
    position: relative;
    background: url('../images/bricks.png') no-repeat;
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
}
.main-content:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background:rgba(0, 0, 0, 0.24);
    height: 100%;
    width: 100%;
    
}
/* .content-container:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background: url('../images/pattern1.png') no-repeat;
    height: 1350px;
    width: 305px;
    background-size: contain;
    opacity: 0.3;
}

.content-container:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: url('../images/pattern2.png') no-repeat;
    height: 1350px;
    width: 305px;
    background-size: contain;
    opacity: 0.3;
} */





.banner-container {
    position: relative;
    width: 100%;

}

/* .banner-image img {
    filter: gray;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 100%;
} */

.banner-content {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
}

.banner-content h1 {
    color: #fff;
    font-weight: 700;
}

.banner-content span {
    display: block;
    color: #fff;
    padding: 0 0 0 5px;
    font-size: 33px;
    line-height: 1;
}

.logo {
    line-height: 1;
    margin: 0 0 0 -50px;
}

.form-container {
    width: 100%;
    padding: 50px 0 10px;
    position: relative;
    z-index: 1;
}

.form-inner form {
    display: flex;
    justify-content: space-between;
}

.form-inner h3 {
    color: #fff;
    text-align: center;
    font-family: 'Open Sans Hebrew';
    font-weight: 700;
    margin: 0 0 11px;
    font-size: 24px;
    line-height: 30px;
}

.tattoo-img {
    height: 389px;
}

.tattoo-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 11px 0 0;
}

.slick-dots li button {
    font-size: 0;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background: #fff;
    border: none;
    padding: 0;
    margin: 0 3px;
}

.slick-dots li.slick-active button {
    background: #006463;
}

.slider2 h3 {
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin: 0 0 8px;
}

.slider1 h3 {
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin: 0 0 8px;
}

.bottom-div {
    width: 49%;
    display: flex;
    justify-content: space-between;
}

.top-row {
    width: 49.5%;
    display: flex;
    justify-content: space-between;
}

.single-row {
    width: 48.5%;
}

.single-row.btndiv button {
    width: 100%;
}

.contact-div {
    width: 100%;
    text-align: center;
    margin: 40px 0 0px;
}

.contact-div span {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.contact-div span a {
    color: #fff;
}

.features-container {
    width: 100%;
    padding: 0px 0 70px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.inner-div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 10px;
}

.inner-div span {
    color: #fff;
    text-align: right;
    font-size: 27px;
    line-height: 1.2;
    /* margin: 0 35px 0 0; */
}

.inner-logo img {
    width: 280px;
}

.features-list ul {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}

.features-list ul li {
    width: 24%;
}

.icon-div {
    height: 120px;
    border-bottom: 2px solid #fff;
}

.icon-div img {
    width: 70px;
}



.features-list {
    margin: 23px 125px 0;
}

.text-div h3 {
    font-size: 24px;
    line-height: 1.2;
    color: #fff;
    margin: 17px 0 0;
}

.form-container.bottom-section {
    background: #fff;
    padding: 30px 0 25px;
    /* margin: 200px 0 0; */
}

.slider-container {
    width: 100%;
    padding: 0 0 200px;
    position: relative;
    z-index: 1;
}

.social-div ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-div ul li {
    margin: 0 10px;
}

.social-div ul li a {
    width: 45px;
    height: 45px;
    display: block;
    background: rgba(0, 100, 99, 0.5);
    padding: 5px;
    text-align: center;
    border-radius: 5px;
}

/* .social-div ul li:first-child a {
    width: 17px;
} */
/* .social-div ul li:nth-child(2) a {
    width: 29px;
} */

.social-div ul li a img {
    width: auto;
    height: 100%;
}

.social-div {
    margin: 30px 0 0;
}

.form-container.bottom-section .social-div {
    margin: 20px 0 0;
}
.form-container.bottom-section input[type="text"],
.form-container.bottom-section input[type="email"],
.form-container.bottom-section input[type="tel"] {
    border-color: #000;
    color: #000;
}

.form-container.bottom-section input::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}

.form-container.bottom-section input:-moz-placeholder {
    color: #000;
    opacity: 1;
}

.form-container.bottom-section input::-moz-placeholder {
    color: #000;
    opacity: 1;
}

.form-container.bottom-section input:-ms-input-placeholder {
    color: #000;
    opacity: 1;
}

.form-container.bottom-section .contact-div {
    margin: 51px 0 0px;
}

.form-container.bottom-section .social-div ul li a {
    width: 35px;
    height: 35px;
}

.form-container.bottom-section input[type="text"],
.form-container.bottom-section input[type="email"],
.form-container.bottom-section input[type="tel"] {
    height: 42px;
    border: 3px solid #000;
    font-size: 22px;
}

.form-container.bottom-section .form-inner {
    padding: 0 130px;
}

.form-container.bottom-section .bttn {
    height: 41px;
    font-size: 22px;
}

.form-container.bottom-section .contact-div span {
    color: #000;
    font-size: 22px;
}

.form-container.bottom-section .social-div ul li {
    margin: 0 6px;
}

.form-container.bottom-section .contact-div span a {
    color: #000;
}

.form-container.bottom-section .contact-div span a:hover {
    color: #006463;
}

.contact-div span a:hover {
    color: #006463;
}


.accessibility-container {
    position: fixed;
    bottom: 0;
    width: 80px;
    left: -40px;
    background: #006463;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    height: 45px;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.accessibility-container:hover {
    left: 0;
}

.accessibility-container i {
    font-size: 22px;
}

.banner-container {
    height: 584px;
}


.banner-image {
    height: 100%;
}

.banner-image img {
    height: 100%;
    object-fit: cover;
}

#videobg {
    height: 100%;
    object-fit: cover;
}

.banner-video {
    height: 100%;
}

.form-inner {
    padding: 0 185px;
}

.slider-container {
    padding: 5px 0 155px;
}


.banner-text {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0px;
    text-align: left;
    padding: 0 0 0 25px;
}

.banner-text-inner span {
    color: #fff;
    font-family: 'Agency FB';
    font-weight: normal;
    font-size: 33px;
    position: relative;
    top: -30px;
}

.banner-text-inner span i {
    font-size: 27px;
}

.slider-inner {
    padding: 0 127px;
}

.child1 {
    position: absolute;
    width: auto;
    background: url('../images/single-img-left.png') no-repeat;
    left: 0;
    bottom: 0;
    width: 316px;
    background-size: contain;
    opacity: 0.4;
}
.child2 {
    position: absolute;
    width: auto;
    background: url('../images/single-img-right.png') no-repeat;
    right: -35px;
    bottom: 0;
    width: 305px;
    background-size: contain;
    opacity: 0.4;
}


#success-message_1 h2{
    color: #4da700;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 25px;
  text-align: center;
}
#success-message_2 h2{
    color: #4da700;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin: 0 0 25px;
}
