/*
Theme Name: Shahal

Adding support for languages written in a Right To Left (RTL) direction is easy -
it's just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.

https://codex.wordpress.org/Right-to-Left_Language_Support

*/
body.rtl {
	direction: rtl;
	text-align:right;
	unicode-bidi: embed;
}

/*
-------------------------
GLOBAL STYLE
-------------------------
*/
html,body {
    color: #1d1d1d;
    font-size: 18px;
    line-height: 30px;
    height: 100%;
	font-family: 'Heebo', sans-serif;
}
img{
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
ul,li{
    list-style: none;
    margin:0;
    padding:0;
}
p{
    line-height: 30px;
}
a, a:hover, a:focus{
    text-decoration:none;  
    transition: 0.5s all ease;
}
h1,h2,h3,h4,h5,h6{
	margin-top:0;
}
.section-padding{
    padding:80px 0;
}
.display-table{
	display: table;
	width:100%;
	height: 100%;
}
.display-table-cell{
	display: table-cell;
	vertical-align: middle;
}
.display-table-row {
	display: table-cell;
	vertical-align: bottom;
}
.site-btn {

}
.site-btn:hover {

}
.section-title h1, .section-title h2 , .section-title h3 {
	font-size: 30px;
	line-height: 32px;
	font-weight: 600;
	color:#1d1d1d;
	background: #fff;
	display: inline-block;
	width: auto;
	padding:10px 45px;
}
.section-title h1.gray, .section-title h2.gray, .section-title h3.gray {
	background: #ECF1F1;
}

.section-title h2 {font-weight:400;}

.section-title {
	background: url(./assets/images/secbg.png);
	background-repeat: repeat-x; 
	background-position: center;
	margin-bottom: 20px;
}
.gray{
	background: #ECF1F1;
}
.green{
  background: #16AFA0;
}
.paddingright0{
  padding-right:0;
}
.paddingleft0{
  padding-left:0;
}
/*
-------------------------
GLOBAL STYLE END
-------------------------
*/

/*
-------------------------
HEADER STYLE
-------------------------
*/
.site-header{
	background: rgba(0,0,0,1);/*rgba(0,0,0,1);*/
	padding:10px 0;
	border-bottom: 4px solid #47CCC7;
	position: absolute;
	top:0;
	width: 100%;
	z-index: 99999;
}
.rtl .site-logo {margin-left:15px;margin-right:0;}
.site-logo {
	position: relative;
	top: -8px;
	margin-right: 15px;
}
.socials{
	margin-right:15px;
}
.main-menu {
	margin-top: 14px;
}
.main-menu li{
	display: inline-block;
	
}

.main-menu > ul > li{
line-height: 36px;
    padding: 0px 0;
}

.main-menu a {
	font-size: 21px;
	color: #fff;
	display: block;
	padding: 15px 22px;
}
.main-menu a:hover, .main-menu li.current-menu-item a{
	color:#44D1C0;
}
.main-menu .menu li:hover > ul.sub-menu{
	display: block;
	width: 250px;
	max-width: 250px;
	min-width:150px;
    z-index: 9999;
    display: block;
    background: #000;
    position: absolute;
    border: 1px solid #797070;
}
.main-menu .menu li:hover > ul.sub-menu a{
     color: #fff !important;
}
.main-menu li ul.sub-menu{
	display: none;
}
.main-menu .menu li:hover > ul.sub-menu a:hover{
    color:#44D1C0 !important;
}
.socials a{
	display: inline-block;
	width: 35px;
	height: 35px;
	color:#47A4C5;
	background: #fff;
	border-radius: 50%;
	line-height:35px;
	text-align: center;
	margin-left: 1px;
	margin-right: 5px;
}
.rtl .site-header p {text-align:right;}
.site-header p {
	font-size: 24px;
	color: #fff;
	margin:0;
	font-weight: 900 !important;
	text-align:left;
	position: relative;
	top:10px;
}

.site-header .header-contact{
	margin-top:20px;
	float: left;
	width:230px;
    /*background: #ffffff;*/
    padding: 4px 12px;
    -webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
	text-align:center;
}

.site-header .header-contact p {
	font-weight:500!important;
	position: static;
	color:#fff;/*#1d1d1d;*/
}

.site-header .header-contact a{display:block;}

.site-header .header-contact p i{font-size:1.2em; position: relative; top: 2px; display:none;}

.site-header p span {
  color: #47A4C5;
  font-weight: 900 !important;
}
/*
-------------------------
HEADER STYLE END
-------------------------
*/
/*.video-banner{*/
/*	margin-top:100px;*/
/*}*/
/*
iframe{
	width:100% !important;
	height: 600px;
}
.banner-section.video-banner {
  position: relative;
}
.banner-section.video-banner .container-fluid {
  position: absolute;
  bottom: 77px;
  color: #fff;
  right: 0px;
}
.banner-section.video-banner .banner-content {
  background: rgba(0,0,0,0.7);
  padding: 30px 50px;
  border-left: 3px solid #45C8CD;
  text-align: right;
}
.banner-section.video-banner .banner-content h3 {
  font-size: 28px;
  font-weight: 700;
}
.banner-section.video-banner .banner-content p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
}
*/
.discover-unique {
  background: #45CFC2;
  margin-top:0px;
}
.discover-unique p {
  margin: 0;
  padding: 20px 0;
  color: #fff;
  font-size: 32px;
  line-height:50px;
}
.discover-unique p span {
  background: #fff;
  color: #45CFC2;
  padding: 0 10px;
  margin-right:10px;
}
.sticker-box {
  height: 270px;/*290px;*/
  border-radius: 15px;
  box-shadow: 0 0 15px 0px rgba(0,0,0,0.4);
  margin-top: 15px;
  margin-bottom: 15px;
  outline:0;
}
.sticker-box h1 ,.sticker-box .h1-like{
  font-size: 25px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  background: rgba(0,0,0,0.7);
  margin: 0;
  padding: 15px;
  border-radius: 0 0 15px 15px;
  transition: 0.5s all ease;
}
.sticker-box:hover h1 ,.sticker-box:hover .h1-like{
  background: #44D1C0;
}
.how-do-box {
  padding: 0 45px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.how-do-box h3 {
  font-size: 26px;
  font-weight: 600;
  margin: 15px 0;
}
.client-box h1 {
  font-size: 30px;
  line-height: 32px;
  color: #1d1d1d;
  font-weight: 600;
  margin: 0;
  margin-bottom: 40px;
}
#slider_clients{max-width:876px; margin:0 auto;}
#slider_clients .slick-dots{bottom:0;}
#slider_clients .slick-dots li button:before{font-size:60px; color:#E5E5E5;opacity:1;}
#slider_clients .slick-dots li.slick-active button:before{ color:#46CACF;}

.client-logo{
width:180px;/*204px;*/
height:140px;
background-color:#F8FAF9;
    display: table-cell;
    vertical-align: middle;
}

.client-logo.text-center {
  margin-top: 15px;
  margin-bottom: 15px;
}

.my-slick-arrow{display:none;}

@media screen and (max-width:500px){
	.client-logo{width:100%;}
}

@media screen and (max-width:767px){
	.client-logo{width:48%;}
	.my-slick-arrow{display:block;width:40px; height:40px;align-self: center; position: static; margin:0; cursor:pointer; }
	#slider_clients .carousel-inner{padding-bottom:0;}
	#slider_clients{margin-bottom:40px;}
}

.social-section {
  background: #33D1D2;
  margin:0 auto;
}
.social-section h2 {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}
.social-section h2  p{
	margin:0;
}
section.social-section.share-section .container-fluid{
	padding-top:8px;
	padding-bottom:8px;
}

.social-section  .socials a {
  background: #fff;
  color: #33D1D2;
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 20px;
  margin-right: 5px;
  margin-left: 5px;
}
/*
.single .social-section .socials a{
	font-size:20px;
	border-radius:0;
	background-color:transparent;
	width:28px;
	height:28px;
	line-height:28px;
}
*/
/*
.single .social-section .socials a .fa-facebook{color:#4267b2;}
.single .social-section .socials a .fa-whatsapp{color:#09d261;}
.single .social-section .socials a .fa-envelope{color:#000000;}
*/

.single .social-section h2{margin:0;}

.contact-section {
  position: relative;
}
.contact-section:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*background: rgba(21,179,153,0.5);*/
  z-index: 3;
}
.contact-section .container{
	position: relative;
	z-index: 4;
}

.section-title-contact h1 {
  font-size: 32px;
  color: #fff;
  font-weight: 600;
}
.section-title-contact p {
  font-size: 20px;
  color: #fff;
}
.field input,.field select,.field textarea {
  background: none;
  border: 2px solid #fff;
  padding: 10px 10px;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  width: 100%;
}

.contact-section .field input,.contact-section .field select,.contact-section .field textarea{padding: 6px 10px;background-color:rgba(255,255,255,0.1);font-weight:400;}
.contact-section .field option {color:#000}
.field {
  margin-top: 8px;
  margin-bottom: 8px;
}
.field.submit input{
	/*background: #45CEC4;
	border-color:#45CEC4;*/
	font-weight: 700;
	cursor:pointer;
	padding:10px 60px;
	border:0;
	/*color:#1d1d1d;*/
	color:#000;
	background: rgb(65,212,192);
background: -moz-linear-gradient(left, rgba(65,212,192,1) 0%, rgba(68,197,212,1) 100%);
background: -webkit-linear-gradient(left, rgba(65,212,192,1) 0%,rgba(68,197,212,1) 100%);
background: linear-gradient(to right, rgba(65,212,192,1) 0%,rgba(68,197,212,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41d4c0', endColorstr='#44c5d4',GradientType=1 );
}




/*
-------------------------
FOOTER STYLE START
-------------------------
*/
.site-footer{
	background: #0B2830;
	color:#fff;
	padding:20px 0;
}
.footer-box p{
	margin-bottom: 0;
	font-size: 15px;
	font-weight: 600;
	color:#fff;
}
.footer-box p a{
	color:#4ac2d5;
}
/*
-------------------------
FOOTER STYLE END
-------------------------
*/


/*
-------------------------
INDUSCTRY PAGE
-------------------------
*/
.inner-banner{
  /*padding-top:108px;*/
}

.inner-banner.small-banner{padding:0; /*margin-top:65px;*/}
section.inner-banner.small-banner .container-fluid{padding-top:0;padding-bottom:0;}

.gllery-box {
  height: 270px;
  border-radius: 10px;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  overflow: hidden;
}
.hover-content {
  text-align: center;
  background: rgba(0,0,0,0.5);
  color: #fff;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -270px;
  transition: 0.5s all ease;
}
.hover-content h1 {
  font-size: 24px;
  font-weight: 600;
  margin-top:43px;
}
.hover-content p {
  font-size: 17px;
  line-height: 26px;
  color: #fff;
}
.gllery-box:hover .hover-content {
  top: 0;
}
.innter-banner-content {
  background: rgba(0,0,0,0.5);
  color: #fff;
  padding: 20px;
  text-align: right;
  margin: 50px 0;
  border-left: 3px solid #4DD7EE;
}
.innter-banner-content h1 {
  font-size: 38px;
  font-weight: 600;
}
.innter-banner-content p {
  font-size: 19px;
  color: #fff;
/*   line-height: 30x; */
}
.innter-banner-content a{
  background: #44D1C0;
  color: #0e303a;
  padding: 12px 30px;
  margin-top: 15px;
  display: inline-block;

}
.bottom-image-text{
  text-align: right;
}

.bottom-image-text h1{
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}
.text img {
  width: 100%;
}

/*
-------------------------
INDUSCTRY PAGE END
-------------------------
*/


/*
-------------------------
WHY US PAGE START
-------------------------
*/
.tab-content{
    display: none;
}
.tab-content.active{
    display: inherit;
}
.tab-menu {
  text-align: center;
  margin-bottom: 0px;
  padding-bottom:30px;
}
.tab-menu li {
  display: inline-block;
  background: #E3E3E3;
  padding: 0px 20px;
  font-size: 19px;
  font-weight: 600;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
  border-radius: 5px;
  margin-bottom:8px;
}
.tab-menu li.active {
   color:#fff;
background: rgb(65,212,192);
background: -moz-linear-gradient(left, rgba(65,212,192,1) 0%, rgba(68,197,212,1) 100%);
background: -webkit-linear-gradient(left, rgba(65,212,192,1) 0%,rgba(68,197,212,1) 100%);
background: linear-gradient(to right, rgba(65,212,192,1) 0%,rgba(68,197,212,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41d4c0', endColorstr='#44c5d4',GradientType=1 );
   }
.bottom-image-text {
  margin-top: 40px;
}
.text {
  height: 500px;
  padding: 30px;
}
.bottom-image-text:nth-child(2n+1) .text {
  background: #F5F5F5;
}
.video_box {
  text-align: right;
}
.video_box h1{
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
.video_box li {
  font-size: 20px;
  display: block;
  padding:10px 0;
  position: relative;
  padding-right: 40px;

}

.video_box li:before {
  position: absolute;
  content:">";
  width:30px;
  height: 30px;
  line-height: 30px;
  border:1px solid #45CEC5;
  color:#45CEC5;
  border-radius: 50%;
  right:0;
  text-align: center;
}
.video_text{
  background: #EBF0F0;
}
.carousel-text {
  padding: 30px 60px;
  text-align: right;
}
.t-carousel {
  text-align: center;
  padding: 50px 70px;
}

.t-carousel h1{
  font-size: 24px;
  color:#fff;
}

.t-carousel p {
  font-size: 20px;
  color:#fff;
  line-height: 33px;
}
 .gallery-box {
  height: 200px;
}







/*
-------------------------
WHY US PAGE END
-------------------------
*/

.client-logo.text-center img{max-width:90%;max-height:90%;/*200px;*/ margin:0 auto;}

[dir="rtl"] .slick-track{float:right;}
[dir="rtl"] .slick-prev{right: 10px;z-index: 99;left:auto;}
[dir="rtl"] .slick-next{left: 10px;z-index: 99;right:auto;}
[dir="rtl"] .slick-prev:before{content:'\f054';}
[dir="rtl"] .slick-next:before{content:'\f053';}
.slick-prev:before, .slick-next:before{ font-size: 3rem;color: #43d0c5;font-family: FontAwesome!important;font-size: 40px;display: inline-block;text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.73);line-height: 100%; }



/*RESPONSIVE STYLE START*/
@media only screen and (min-width: 1920px) and (max-width: 1930px) {
   
}
@media only screen and (min-width:992px) and (max-width: 1169px) {
  .main-menu a {
    padding: 15px 15px;
  }
}
@media only screen and (min-width:768px) and (max-width: 991px) {
    .video-banner {
        /*margin-top: 85px;*/
    }
}
.video_box{
  height: 500px;
}
.video_box iframe{
  height: 500px !important;
} 
.video_box{
  padding:0 40px;
}
.mobile-menu{
  display: none;
}

@media only screen and (min-width:767px) {
 .video-banner {
       /* margin-top: 100px;*/
	     height: calc(100vh - 80px); /*calc(100vh - 180px);*/
		overflow: hidden;
    }
}

@media only screen and (max-width:767px) {
  /*#main{margin-top:37px;}*/
  #main{padding-top:85px;}
  .admin-bar #main{padding-top:0;}
  
  .mobile-menu{
    display: block;
  }
  .slicknav_menu {
    *zoom: 1;
    font-size: 16px;
    background: rgba(0,0,0,0.5);
    padding: 5px;
  }
  .main-menu{
    display: none;
  }
.banner-content.home-content{
  display: none;
}
iframe{
  width:100% !important;
  height: 400px;
}
.site-header {
  position: relative !important;
  background: rgba(0,0,0,1);

}
.video-banner {
  /*margin-top: 100px;*/
}
.slicknav_nav ul {
  margin: 0;/*0 0 0 20px;*/
  text-align: left;
}
rtl .slicknav_nav ul {text-align:right;}
.discover-unique p span {
  padding: 6px 10px;
  margin-top: 10px;
  display: inline-block;
}
.innter-banner-content {
  margin: 0px 0;

}
.inner-banner {
  padding: 30px 0;
}
.text {
  height: auto;
}
.carousel-text {
  padding: 30px;

}
.t-carousel {
  padding: 0;
}

.video_box iframe{
  height: 300px !important;
} 

.discover-unique p{font-size:26px; line-height:26px;}

.footer-box{
  text-align: center;
}
.footer-box.text-right {
  text-align: center !important;
}

.inner-banner.small-banner{/*margin-top:37px;*/}

.sticker-box h1, .sticker-box .h1-like{font-size:18px; padding:10px; line-height: 1.2rem;}
.socials a{width:40px; height:40px; color:#fff;background-color:#47a4c5;}

.tab-menu li{
	margin-right: 0;
	margin-left: 1%; 
	width: 32.66%;
	}
	
	
	#slider_clients{max-width:470px;}
}

@media only screen and (max-width:500px) {
	#slider_clients{max-width:234px;}
}

@media only screen and (min-width:478px) {
  
}














/*RESPONSIVE STYLE END*/