@import url(https://dl.dropboxusercontent.com/u/15746367/fonts/carmela/style.css);
@import url(https://fonts.googleapis.com/earlyaccess/alefhebrew.css);
@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrewcondensed.css);

/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
a {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}
body {
    font-family: "Alef Hebrew", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
}

.main-wrpper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: "Carmela", sans-serif;
    margin-bottom: 0;
}
.container{
    max-width: 1170px;
}
/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    background: #0FB6D8;
    padding: 0 0;
    z-index: 120;
    overflow: hidden;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
header:before{
    position: absolute;
    content: '';
    background: #fff;
    width: 800px;
    right: -350px;
    height: 100%;
    top: 0;
}
.navbar-brand{max-width: 150px;width: 100%;background: #fff;}
.navbar-brand:after{
    position: absolute;
    content: '';
    border-top: 110px solid #fff;
    border-left: 110px solid transparent;
    top: 0;
    left: -110px;
}
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar{padding: 0;}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
    position: relative;
}
.navbar-brand img {
    max-width: 100%;
    height: 110px;
}
.nav-row{
    padding: 30px 50px 30px 0;    
    width: 100%;
}
.nav-row ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.nav-row ul li{
    margin-left: 80px;    
}
.nav-row ul li a{
    display: flex;
    align-items: center;
}
.nav-row ul li:last-child{
    margin: 0;
}
.nav-row ul li i{
    width: 30px;
    min-width: 30px;
    height: 30px;
    background: #fff;
    color: #0FB6D8;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    font-size: 15px;
    margin-left: 10px;
}
.cntbox p{
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
    margin: 0;
    color: #fff;
}
.cntbox p span{
    display: block;
}
/* **** End Header **** */

/* **** Banner **** */
.main-banner{
    position: relative;
    width: 100%;
    height: calc(100vh - 110px);
    background: url('../images/banner-img.jpg') center bottom no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-banner:before{
    position: absolute;
    content: '';
    width: 80%;
    height: 100%;
    background: linear-gradient(91deg, rgba(1, 35, 43, 0.74) 0%, rgba(1, 41, 49, 0.60) 53.13%, rgba(3, 65, 78, 0.00) 100%);
    top: 0;
    left: 0;
}
.main-banner .container{
    position: relative;
    z-index: 1;
}
.banner-data h1{
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    line-height: 75px;
    margin: 0 0 20px;
}
.banner-data h1 span{
    color: #AFCC3E;
}
.banner-data p{
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    line-height: 32px;
    margin: 0 0 45px;
}
.banner-data .btn-group{
    display: flex;
    align-items: center;
}
.banner-data .btn-group .btn-main{
    padding: 30px 30px;
    border-radius: 50px;
    background: #fff;
    max-width: 300px;
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #0FB6D8;
    border: 1px solid #fff;
    margin-right: 40px;
}
.banner-data .btn-group .btn-secondary{
    margin: 0;
    background: transparent;
    color: #fff;
    border: 1px solid #AFCC3E;
}
.banner-data .btn-group .btn-main:hover{
    background: transparent;
    color: #fff;
}
.banner-data .btn-group .btn-secondary:hover{
    background: #AFCC3E;
    color: #fff;
}
/* **** End Banner **** */

/* **** Services **** */
.service-wrp{
    padding: 150px 0 120px;
    position: relative;
}
.service-wrp .container{
    position: relative;
    z-index: 5;
}
.service-row {
    margin: 0 0 100px;
}
.service-row .row{
    align-items: center;
}
.service-boxs{
    position: relative;
    max-width: 520px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.service-img-video,
.service-img{
    position: relative;
    z-index: 2;
}
.service-img img{
    max-width: 325px;
    width: 100%;
    border-radius: 7px;
    object-fit: cover;
    height: auto;
}
.service-img-video{
    position: absolute;
    bottom: -130px;
    right: 0;
}
.service-img-video img{
    max-width: 300px;
    border-radius: 5px;
    height: 330px;
    object-fit: cover;
    box-shadow: 0px 5px 62px 0px rgba(15, 182, 216, 0.41);
}
.btn-play{
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    line-height: 45px;
    color: #0FB6D8;
    font-size: 14px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.btn-play:before{
    position: absolute;
    content: '';
    width: 52px;
    height: 52px;
    background: transparent;
    border:1px solid #fff;
    border-radius: 50%;
    top: -4px;
    left:-4px;
}
.btn-play:hover{
    background: #0FB6D8;
    color: #fff;
}
.btn-play:hover:before{
    border-color: #0FB6D8;
}
.yearbox{
    width: 165px;
    height: 165px;
    border-radius: 100%;
    border: 2px dashed #AFCC3E;
    display: block;
    padding: 2px;
    position: absolute;
    top: 0;
    right:0;
    z-index: 2;
}
.yein{
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: #0FB6D8;
    display: flex;
    align-items: center;
    justify-content: center;
}
.yein h6{
    text-align: center;
    margin: 0;
    font-size: 42px;
    font-weight: 600;
    color: #fff;
    line-height: 32px;
}
img.sharshp{
    position: absolute;
    bottom:-250px;
    right:-150px;
}
.about-data{
    padding: 35px 60px 0 0;
}
.about-data h6{
    font-size: 20px;
    font-weight: 500;
    color: #0FB6D8;
    margin: 0 0 10px;
}
.about-data h2{
    font-size: 40px;
    font-weight: bold;
    color: #01232B;
    line-height: 50px;
    margin: 0 0 30px;
}
.about-data h2 span{
    color: #AFCC3E;
}
.about-data ul{
    margin: 0 0 40px;
}
.about-data ul li{
    font-size: 20px;
    font-weight: 500;
    color: #01232B;
    display:block;
    line-height: 40px;
}
.about-data .btn-main{
    padding: 20px 65px;
    background: #0FB6D8;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    display: table;
}
.about-data .btn-main:hover{
    background: #AFCC3E;
    color: #fff;
}


.why-us-wrp{
    padding: 150px 0 0;
}
.why-us-wrp h6{
    font-size: 20px;
    font-weight: 500;
    color: #0FB6D8;
    text-align: center;
    margin: 0 auto;
}
.why-us-wrp h2{
    font-size: 40px;
    font-weight: bold;
    color: #01232B;
    text-align: center;
    line-height: 50px;
    max-width: 530px;
    margin: 0 auto 25px;
}
.why-us-wrp h2 span{
    color: #AFCC3E;
}
.center-box img{
    width: 90%;
    height: auto;
    object-fit: cover;
}
.why-box{
    padding: 30px 20px;
    background: #fff;
    border-radius: 10px;
    margin: 0 0 40px;
    box-shadow: 0px 6px 33px 0px rgba(15, 182, 216, 0.22);
    cursor: pointer;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.why-title{
    display: flex;
    align-items: center;
    margin: 0 0 25px;
}
.whyic{
    width: 40px;
    min-width: 40px;
    height: 40px;
    background: #0FB6D8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}
.whyic img{
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.why-title h3{
    font-size: 18px;
    font-weight: 600;
    color: #01232B;
    margin: 0;
}
.why-box p{
    margin: 0;
    font-size: 15px;
    font-weight:normal;
    color: #01404D;
    line-height: 26px;
    opacity: 0.80;
}
.why-box:hover{
    background: #0FB6D8;
    box-shadow: none;
    color: #fff;
}
.why-box:hover .whyic{
    background: #fff;
}
.why-box:hover .whyic img{
    filter: unset;
}
.why-box:hover p,
.why-box:hover .why-title h3{
    color: #fff;
    opacity: 1;
}

img.service-img-shp{
    position: absolute;
    bottom: 60px;
    right: 0;
}

.modal-dialog{
    max-width: 70%;
    width: 70%;
    margin: 0 auto;
}
.modal-content{
    padding: 0;
    background: transparent;
    padding: 0;
    border: none;
}
.videopopbox{
    padding: 35px 0 0;
    position: relative;
}
.videopopbox video{
    width: 100%;
}
button.btn-close{
    padding: 0px;
    background: transparent;
    border: none;
    outline: none;
    font-size:18px;
    color: #fff;
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: none;
}
.btn-close:focus{
    box-shadow: none;
}
button.btn-close:hover{
    opacity: 1;
    color: #fff;
}

div#one   {order: 1;}
div#two  {order: 2;}
div#three  {order:3;}
/* **** End Services **** */

/* **** Our Projects **** */
.our-project-wrp{
    position: relative;
    background: url('../images/project-back.jpg') 0 0 no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 150px 0 180px;
    overflow: hidden;
    margin: 0 0 150px;
}
img.project-shp{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.our-project-wrp:before{
    position: absolute;
    content: '';
    background: #01232B;
    opacity: 0.75;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.our-project-wrp .container-fluid{
    width: calc(1150px - 0px + (100vw - 1150px)/2);
    margin-left: 0;
    margin-right: auto;
    padding: 0;
    position: relative;
    z-index: 2;
}
.our-project-wrp h6{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 5px;
}
.our-project-wrp h2{
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 50px;
}
.project-box{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.project-box img{
    width: 100%;
}
.our-project-wrp .slick-slide {
    margin: 0 15px;
}
.our-project-wrp .slick-list {
    margin: 0 -15px;
}
.project-info{
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    padding: 65px;
    background: linear-gradient(0deg, #0FB6D8 17.15%, rgba(15, 182, 216, 0.00) 100%);
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.project-info h5{
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    margin: 0;
}
.project-info h3{
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}
.project-box:hover .project-info{
    bottom: 0;
}

.our-project-wrp .slick-prev,
.our-project-wrp .slick-next{
    position: absolute;
    right:46%;
    left: auto;
    border: none;
    color: transparent;
    background-color: transparent;   
    width: auto;
    height: auto;
    font-size: 0;
    color: transparent;
    z-index: 5;
    bottom: -80px;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}
.our-project-wrp .slick-prev:before,
.our-project-wrp .slick-next:before {
    width: 50px;
    height: 50px;
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    color: #01404D;
    background: #fff;
    font-weight:400;
    line-height: 50px;
    display: block;
    border-radius: 50%;
    text-align: center;
    font-size:16px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.our-project-wrp .slick-prev {
    left:47%;
    right: auto;
}
.our-project-wrp .slick-prev:before {
    content: "\f053";
}
.our-project-wrp .slick-prev:hover:before,
.our-project-wrp .slick-next:hover:before{
    color: #0FB6D8;
    background: #fff ;
}
/* **** End Our Projects **** */

/* **** Online Booking **** */
.online-book-wrp{
    padding: 100px 0 100px;
    position: relative;
    background: #01232B;
    margin: 0 0 150px;
}
.online-book-wrp .container{
    max-width: 810px;
    position: relative;
    z-index: 5;
}
.online-book-wrp h6{
    font-size: 20px;
    font-weight: normal;
    color: #0FB6D8;
    text-align: center;
    margin: 0 auto 20px;
}
.online-book-wrp h2{
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 0 auto 50px;
}
.online-book-wrp .form-group{
    margin: 0 0 25px;
}
.online-book-wrp .form-group label{
    display: block;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    margin: 0 0 15px;
}
.online-book-wrp .form-group .form-control{
    background: rgba(15, 182, 216, 0.31);
    border-radius: 5px;
    border: none;
    padding: 18px 20px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    resize: none;
    box-shadow: none;
}
.online-book-wrp .form-group .form-control::placeholder{
    color: #fff;
}
.online-book-wrp button{
    padding: 20px 35px;
    background: #0FB6D8;
    border-radius: 50px;
    border: none;
    display: table;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    transition: .4s linear;
    -webkit-transition: .4s linear;
    margin: 25px 0 0;
    outline: none !important;
}
.online-book-wrp button:hover{
    background: #fff;
    color: #0FB6D8;
}

img.online-shp1{
    position: absolute;
    top: 30px;
    left: 0;
    max-width: 250px;
}
img.online-shp2{
    position: absolute;
    bottom: 60px;
    right: 0;
    max-width: 300px;
}
img.online-imgbx{
    position: absolute;
    bottom: 0;
    left: 0;
    max-width:300px;
}
/* **** End Online Booking **** */

/* **** Footer **** */
footer{
    background: #01232B;
}
.footer-top{
    padding: 90px 0 40px;
    border-bottom: 1px solid #fff;
}
.footer-abt img{
    width: 145px;
    margin: 0 0 40px;
}
.footer-abt p{
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    display: flex;
    align-items: center;
    width: auto;
    line-height: 40px;
}
.footer-abt p span{
    margin-left:115px;
}
.quicklinks{
    padding: 90px 0 0;
}
.quicklinks h3{
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 30px;
}
.quicklinks ul li a{
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    line-height: 40px;
    padding: 0 0 0 15px;
    position: relative;
}
.quicklinks ul li a:before{
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    top: 10px;
    left: 0;
}
.quicklinks ul li a:hover{
    color: #AFCC3E;
}
.footer-cnt{
    padding: 90px 0 0;
}
.footer-cnt h3{
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 30px;
}
.footer-cnt ul li{
    margin: 0 0 5px;
}
.footer-cnt ul li a{
    display: flex;
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    line-height: 40px;
}
.footer-cnt ul li a i{
    margin: 10px 10px 0 0;
}
.social-bx{
    padding: 25px 0;
}
.social-block{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.social-block h6{
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 0 60px;
}
.social-block a{
    width: 35px;
    height: 35px;
    line-height: 33px;
    display: block;
    margin-left: 10px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100%;
}
.social-block a:last-child{
    margin: 0;
}
.social-block a:hover{
    background:#AFCC3E;
    border-color: #AFCC3E;
    color: #fff;
}
/* **** End Footer **** */