/* ==========================================================================
   GENERAL & BASIC STYLES
=========================================================================== */

body{
  font-family: 'Montserrat', sans-serif;
  background: #E5EDF4;
  margin: 0;
  padding-top: 120px;
}

a{
  text-decoration: none;
}

li{
  list-style: none;
}

.page-wrapper{
  padding:0 120px;
  box-sizing: border-box;
}


p{
  font-size: 16px;
  color: #9a9a9a;
  line-height: 25px;
}

.outer{
  display: table;
  width: 100%;
  height: 100%;
}

.inner{
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.site-btn{
  background-color: #11242e;
  color: #fff;
  padding: 15px 45.9px 14px 45px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  display: inline-block;
}

.site-btn.two{
  padding: 15px 55px 14px 56px;
}

.site-btn i{
  margin-left: 8px;
}

.rtl .site-btn i{
  margin-left: 0;
  margin-right: 8px;
}

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

/*------------------------------------------*/
/*  Shop pages
/*------------------------------------------*/



.shop-title {
    text-align: center;
    margin-bottom: 30px;
}

.myslots-categories li.selected {
    font-weight: bold;
    color: #007bff;
}

.product-grid .product-box {
    display: block;
    text-align: center;
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    transition: 0.3s ease-in-out;
}

.product-grid .product-box:hover {
    background: #e9ecef;
}

.product-grid .product-image img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.price {
    font-weight: bold;
    color: #28a745;
}

/*------------------------------------------*/
/*  FAQ
/*------------------------------------------*/
.faq-section{
	width:60%;
	margin: 0 auto;
}
.faq-section h1{
	text-align: center;
}
/*------------------------------------------*/
/*  HEADER
/*------------------------------------------*/

header{
  width: 100%;
  background: #11242e;
  position: fixed;
  top: 0;
  z-index: 100;
	
}

.admin-bar header{
  top: 32px;
  }


header .header-container{
  width: 96%;
  padding: 15px;
  box-sizing: border-box;
  display: inline-block;
}

header .logo{
  float: left;
  margin-top: -30px;
}

header nav{
  float: left;
  margin-left: 60px;
}

header nav ul li{
  float: left;
  list-style: none;
}

header nav ul li a{
  text-decoration: none;
  color: #fff;
  opacity: .7;
  margin-right: 30px;
  font-size: 14px;
  font-weight: 500;
	float: left;
}

header .logo{
  float: left;
  margin-top: -30px;
}

.login-buttons{
  display: inline-block;
  float: right;
  margin-top: 20px;
}

.login-btn{
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  padding: 11px 16px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border: solid 1px #4faca6;
  margin-right: 5px;
	cursor:pointer;
}

.register-btn{
  font-size: 14px;
  color: #000;
  background: #4faca6;
  text-decoration: none;
  padding: 11px 16px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
	cursor:pointer;
}

.language-options{
  float: right;
  margin-top: 15px;
  margin-left: 30px;
  position: relative;
  cursor: pointer;
	color:#4faca6;
}

.language-options span{
  font-size: 18px;
  padding-right: 46px;
}

.language-options.selected-english span{
  font-size: 14px;
  line-height: 30px;
}

.rtl .language-options span{
  font-size: 14px;
  line-height: 30px;
}

.language-options.selected-english span .fa-sort-down:before {
  content: "\f0dd";
  position: absolute;
  top: 6px;
  left: -8px;
}

.rtl .language-options span .fa-sort-down:before {
  content: "\f0dd";
  position: absolute;
  top: 6px;
  left: -8px;
}

.language-options span i{
  color: #4faca6;
  margin-right: 8px;
  font-size: 13px;
}

.language-options span:before{
  content: '';
  position: absolute;
  width: 34px;
  height: 23px;
  background: url(../img/saudi.png);
  right:0px;
  top: 4px;
}

.language-options span.select-english:before{
  content: '';
  position: absolute;
  width: 34px;
  height: 23px;
  background: url(../img/eng.png);
  right:0px;
  top: 4px;
}


.language-options ul{
  display: none;
  position: absolute;
  left: 0;
  padding: 0;
  margin: 35px 0;
  border: solid 1px #9ef6f1;
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background: #ebfffe;
  text-align: center;
}

.language-options ul.show{
  display: inline-block;
}

.language-options ul li{
  line-height: 30px;
}

.language-options ul li a{
  color: #000;
  font-size: 13px;
  display: inline-block;
  width: 100%;
}

.rtl .arabic{
  color: #4faca6;
  pointer-events: none;
  cursor: pointer;
}

.language-options .english{
  color: #4faca6 !important;
  cursor: pointer;
}

.rtl .english{
  color: #000 !important;
  cursor: pointer;
}

.language-options ul li a:hover{
  color: #4faca6;
}

/*
.language-options .select-english{
  display: none;
}

.language-options.selected-english .select-english{
  display: inline-block;
}

.language-options.selected-english .select-arabic{
  display: none;
}


.rtl .language-options .select-english{
  display: inline-block;
}

.rtl  .language-options .select-arabic{
  display: none;
}
*/
.language-options .select-english,
.language-options .select-arabic {
  display: none;
}

.language-options.selected-english .select-english {
  display: none;
}
.language-options.selected-english .select-arabic {
  display: inline-block;
}

.language-options.selected-arabic .select-arabic {
  display: none;
}
.language-options.selected-arabic .select-english {
  display: inline-block;
}
/*------------------------------------------*/
/*  HERO SECTION
/*------------------------------------------*/

.hero{
  padding-top: 120px;
  position: relative;
}

.hero .description h1{
  font-size: 32px;
  line-height: 40px;
}

.hero .site-btn{
  margin-top: 30px;
  cursor:pointer;
}

.hero:after{
  content: '';
  background: url(../img/dots.png) no-repeat;
  width: 65%;
  height: 300px;
  position: absolute;
  bottom: -41%;
  background-size: 100%;
  right: 50px;
}


.rtl .hero:after{
  content: '';
  background: url(../img/rtl-dots.png) no-repeat;
  width: 65%;
  height: 300px;
  position: absolute;
  bottom: -41%;
  background-size: 100%;
  left: 50px;
  right: auto;
}

.description .image img{
  width: 100%;
}

.hero .description{
  padding-right: 120px;
}

.rtl .hero .description{
  padding-right: 0px;
  padding-left: 120px;
}

/*------------------------------------------*/
/*  WHO WE ARE?
/*------------------------------------------*/

.whoweare{
  padding-top: 120px;
  position: relative;
}

.whoweare .description h1{
  font-size: 32px;
  line-height: 40px;
}

.whoweare .description h2{
  font-size: 32px;
  line-height: 40px;
}

.whoweare .site-btn{
  margin-top: 30px;
}


.whoweare .image{
  padding-right: 120px;
}

.rtl .whoweare .image{
  padding-right: 0px;
  padding-left: 120px;
}


/*------------------------------------------*/
/*  CASES
/*------------------------------------------*/

.blog-box{
  display: inline-block;
}

.blog-box .blog-image{
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  display: inline-block;
}

.blog-box .blog-image img{
  width: 100%;
}

.blog-box h2{
  color: #000;
  transition: all ease .3s;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
}

.blog-box:hover h2{
  color: #4faca6;
}

.blog-box .overlay .arabic{
  display: none;
}

.rtl .blog-box .overlay .arabic{
  display: inline-block;
}

.rtl .blog-box .overlay .english{
  display: none;
}


.blog-box .overlay{
  width: 100%;
  position: absolute;
  height: 99%;
  text-align: center;
  background: rgba(0, 0, 0, 0.395);
  opacity: 0;
  transition: all ease .3s;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
}

.blog-box .overlay span{
  position: absolute;
  top: 50%;
  left: 0; right: 0;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.blog-box:hover .overlay{
  opacity: 1;
}

.case-title {
  text-align: center;
  margin: 120px 0 60px;
}

.case-title h2{
  font-size: 32px;
  font-weight: bold;
}

.uses-cases .site-btn{
  margin-top: 50px;
  margin-bottom: 90px;
}


/*------------------------------------------*/
/*  WHY MYSLOTS
/*------------------------------------------*/

.why{
  text-align: center;
  background: #fff;
  padding: 55px 0;
}

.section-title h2{
  font-size: 32px;
  font-weight: bold;
}

.why .section-title{
  margin-bottom: 75px;
}


/*------------------------------------------*/
/*  SEGMENTS
/*------------------------------------------*/
.segments{
  text-align: center;
  padding: 55px 60px;
}

.segments .section-title{
  margin-bottom: 75px;
}

.segments .why-box{
  padding: 0 20%;
}


/*------------------------------------------*/
/*  APP
/*------------------------------------------*/

.download-app{
  background: #f2f6f5;
  position: relative;
  padding-top: 200px;
}

.download-app h2{
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
}

.download-app h2 span{
  color: #4faca6;
}

.app-dot{
  background: url(../img/download-app.png) no-repeat;
  background-size: 100%;
  width: 70%;
  height: 120px;
  position: absolute;
  top: 80px;
  right: 190px;
}

.download-app .image img{
  width: 100%;
}


.download-app .stores{
  margin-top: 45px;
  margin-bottom: 30px;
}

.download-app .stores a{
  margin-right: 20px;
}

.download-app .stores + p strong{
  font-weight: 400 !important;
  color: #4faca6;
}



/*------------------------------------------*/
/*  CONTACT
/*------------------------------------------*/

.home-contact{
  padding-top: 100px;
  padding-bottom: 75px;
}

.home-contact .image{
  text-align: center;
}

.home-contact .image img{
  max-width: 100%;
}

.home-contact p{
  margin-bottom: 30px;
}

.rtl .home-contact .form input, .rtl .home-contact .form textarea{
  text-align: right;
}

.home-contact .form input{
  padding: 15px 24px 15px 24px;
  font-size: 14px;
  border-radius: 8px;
  border: solid 1px #e3e3e3;
  background-color: #fff;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
}

.contact-form h2{
  font-size: 32px;
  font-weight: bold;
}


.home-contact .form textarea{
  font-family: 'Montserrat', sans-serif;
  padding: 15px 24px 15px 24px;
  border-radius: 8px;
  border: solid 1px #e3e3e3;
  background-color: #fff;
  width: 100%;
  font-size: 14px;
}

.home-contact .form input[type=submit]{ 
  background-color: #4faca6;
  color: #fff;
  text-align: center;
  border: 0;
}



/*------------------------------------------*/
/*  FOOTER
/*------------------------------------------*/

footer{
  padding: 50px 0;
  background: #11242e;
}



footer .footer-menu{
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  text-align: left;
}

/*.rtl footer .footer-menu{
  text-align: right;
}*/

footer .footer-menu, footer .contact-informations{
  margin-top: 50px;
}

footer .footer-menu ul{
  margin-bottom: 5px;
}

footer .footer-menu li a{
  color: #fff;
  margin-bottom: 15px;
  display: inline-block;
  transition: all ease .3s;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
}

footer .footer-menu li a:hover{
  color: #4faca6;
}

footer .footer-social{
  padding-left: 40px;
}

footer .footer-social a{
  color: #4faca6;
  margin-right: 10px;
  font-size: 17px;
  transition: all ease .3s;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
}

footer .footer-social a:hover{
  color: #fff;
}

footer .contact-informations{
  text-align: left;
  display: inline-block;
}


footer .contact-informations ul{
  padding: 0;
}

footer .contact-informations ul li a{
  color: #fff;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 14px;
}

footer .contact-informations ul li a img{
  margin-top: 3px;
  margin-right: 10px;
  float: left;
}

footer .contact-informations ul li a span{
  opacity: .5;
}

footer .contact-informations ul li:nth-child(2) a span, footer .contact-informations ul li:nth-child(3) a span{
  line-height: 30px;
}

footer .contact-informations ul li:nth-child(2) a{
  margin-bottom:10px;
}

footer .contact-informations ul li a:hover{
  color: #4faca6;
}


footer .contact-informations ul li a:hover span{
  opacity: 1;
}

footer .description{
  font-size: 14px;
}

footer .info-title{
  opacity: 1;
  color: #fff;
  font-size: 14px;
}

footer hr{
  border: 1px #4faca6 solid;
  margin: 30px 0;
}

footer .bottom-area .logos img{
  margin:0 15px;
}

footer .copyright{
  font-size: 12px;
}


/*------------------------------------------*/
/*  BLOGS PAGE
/*------------------------------------------*/

.blogs-title{
  padding: 30px 0 10px;
  font-size: 32px;
  font-weight: bold;
}

.myslots-categories{
  margin-bottom: 45px;
}

.myslots-categories li{
  float: left;
  margin-right: 15px;
}

.rtl .myslots-categories li{
  float: right;
  margin-right: 0;
  margin-left: 15px;
}

.myslots-categories li a{
  padding: 9px 48px 9px 49px;
  border-radius: 8px;
  background-color: rgba(79, 172, 166, 0.1);
  border: solid 1px rgba(79, 172, 166, 0.1);
  font-size: 14px;
}

.myslots-categories li.selected a{
  border-radius: 8px;
  border: solid 1px #4faca6;
  background: none;
}

.myslots-categories li a{
  color: #000;
}

.post-counter{
  float: right;
  opacity: .5;
}

.post-counter .number{
  float: left;
  margin-left: 15px;
  display: none;
}


.post-counter .number.selected{
  display: inline-block;
}


/*------------------------------------------*/
/*  SINGLE POST
/*------------------------------------------*/

.single-post{
  margin-top: 100px;
}

.single-post h1{
  font-size: 32px;
  font-weight: bold;
  color: #000;
}

.single-post p{
  font-size: 16px;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
  color: #9a9a9a;
}

.related-title{
  font-size: 32px;
  font-weight: bold;
  margin-top: 65px;
  margin-bottom: 30px;
}

.blog-date{
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 30px;
}

.rtl .blog-date{
  padding-right: 30px;
}

.myslot-team{
  color: #4faca6;
  margin-top: 10px;
  position: relative;
  display: inline-block;
}

.myslot-team:after{
  content: '';
  width: 30px;
  height: 30px;
  background: url(../img/happy.png) no-repeat;
  position: absolute;
  right: -40px;
  top: -3px;
}

body:not(.category-all) .loadMoreBtn{
  display: block;
}

.loadMoreBtn{
  margin-bottom: 60px;
  margin-top: 60px;
}

.loadMoreBtn-label{
  font-size: 14px;
    color: #4faca6;
    border: solid 1px #4faca6;
    text-decoration: none;
    padding: 14px 45px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.rtl .ar-1{
  order: 1;
}

.rtl li{
  text-align: right;
}

.rtl .cont li{
	text-align: left;
}

.rtl .ar-2{
  order: 2;
  text-align: right;

}

.rtl .ar-3{
  order: 3;
  text-align: right;
}

.rtl .ar-4{
  order: 4;
  text-align: right;
}


.rtl .ar-5{
  order: 5;
  direction: ltr;
  text-align: center;
  margin-top: -4px;
}
/*
.rtl footer .footer-menu ul{
  text-align: right;
}

.rtl footer .footer-social{
  padding-right: 30px;
  float: right;
}
*/
.rtl .post-counter{
  float: left;
}

/* ==========================================================================
   RESPONSIVE
=========================================================================== */

.right-menu{
  display: none;
  transition: all ease .3s;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
}

.right-menu{
  width: 50%;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  background: #fff;
  z-index: 100;
  padding: 60px;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
}

.rightmenu-top{
  width: 100%;
  display: inline-block;
}

.right-menu nav{
  margin-top: 60px;
  text-align: right;
}

.right-menu nav ul{
  padding: 0;
}

.right-menu .fa-times{
  position: absolute;
  font-size: 30px;
  top: 65px;
  left: 30px;
  cursor: pointer;
}

.right-menu nav li a{
  color: #000;
  margin-bottom: 30px;
  display: inline-block;
  font-weight: 500;
}

header .fa-bars{
  float: right;
  font-size: 30px;
  display: none;
	color:white;
}


@media only screen and (max-width: 1200px) {

  .right-menu{
    display: block;
  }

  .faq-section{
	width:100%;
  }
  header nav, header .language-options, header .login-buttons{
    display: none;
  }

  header .header-container {
    padding: 25px;
  }

  header .fa-bars{
    display: inline-block;
  }
  
  .page-wrapper{
    padding: 0 30px;
  }

  body {
    padding-top: 20px;
}

.right-menu-opened .right-menu{
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
}

footer .text-center{
  text-align: left;
}

.blog-box{
  margin-bottom: 60px;
}
  
.myslots-categories li{
  margin-bottom: 30px;
  width: 100%;
  margin-right: 40px;
}

.myslots-categories li a{
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 9px;
}


.post-counter{
  float: none;
  text-align: center;
  margin-bottom: 40px;
}

}