@font-face {
  font-family: kharabeeshFont;
  src: url('../fonts/VAGRound.ttf') format("truetype");
  /*src: url('../fonts/Catamaran-Regular.ttf') format("truetype");*/
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: kharabeeshFontThin;
  src: url('../fonts/VAGRoundedThin.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: kharabeeshFontNum;
  src: url('../fonts/BalooBhaina.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Calibri;
  src: url('../fonts/Calibri.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
}
#carousel-services .carousel-control{
  top: 25%
}

.arrow-right {
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 20px solid #fff;
}

.arrow-left {
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-right:20px solid #fff;
}

body {
  font-family: 'kharabeeshFontThin';
  overflow-x: hidden;
}

.img-container {
    position: relative;
}

.image {
   display: block;
   width: 100%;
   height: auto;
}

.middle {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0, 0, 0, 0.5);
}

.img-container:hover .text {
  opacity: 1;
}

.img-container:hover .btn-blue {
  opacity: 1;
}


.img-container:hover .middle {
  opacity: 1;
}

.no-padding{
  padding: 0px;
}

.slider-macbook-bg {
   background-image: url('../images/macbook.jpg');
   width: 80%;
   text-align: center;
   background-repeat: no-repeat;
   background-size: cover;
   padding-bottom:150px;
 }

.home-bg {
   background-image: url('../images/home-background.png');
   background-repeat: no-repeat;
   background-size: cover;
   padding-bottom:50px;
 }

 .vcenter{
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.vertical-align {
    display: flex;
    align-items: center;
}
.footer{
  background: #5f6062; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#5f6062, #79797a); /* For Safari 5.1 to 6.0 */
  background: -moz-linear-gradient(#5f6062, #79797a); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#5f6062, #79797a); /* Standard syntax */
}




.footer-links >li > a {
  font-family: kharabeeshFont;
  font-size: 14px;
  color: #fff;
  padding: 10px 0px;
}


@media (min-width: 320px)  {

  .web-page-align{
      padding: 0px 20px !important;
  }

  .web-page-align-menu{
      padding: 0px 0px !important;
  }

  .entertainment-subtitle{
    font-size: 25px;
  }
  .entertainment-txt{
    font-size: 18px;
    font-family: kharabeeshFontThin;
    line-height: 1em;
  }

  .desktop{
    text-align: center;
  }

  .mac-slider {
    display: inline !important;
  }

  .mobile-slider {
    display: inline !important;
  }

  #kharabeeshCarousel .carousel-indicators{
    bottom: -20px;
  }

  #platformCarousel .carousel-indicators{
    bottom: -20px;
  }

  #mobileCarousel .carousel-indicators{
    bottom: -20px;
    left: 50%;
  }

  .nav-tabs > li {
    border-radius: 20px;
    color: #fff;
    font-family: kharabeeshFont;
    font-size: 16px;
    float:none;
    display:inline-block;
    zoom:1;
  }
  .nav-tabs > li.active {
    color: #e95a5b;
    font-family: kharabeeshFont;
    font-size: 18px;
    float:none;
    display:inline-block;
    zoom:1;
  }

.community-txt{
  font-size: 20px;
  line-height: 1.2em;
  color: #fff;
  text-align: center;
  padding: 0px 30px;
}


.brands-btn-position{
  position: absolute;
  top: 55%;
  left: 20%;
  transform: translate(-50%, -5%);
  text-align:center;
}

  .text {
    width: 80%;
    color: white;
    font-size: 20px;
    font-family: kharabeeshFont;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  .careers-req{
    font-size: 20px;
    font-family: kharabeeshFont;

  }

  .grayscale {
    cursor: pointer;
  }

  .grayscale img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: none;
    filter: none;


  }

  .grayscale:hover img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    /* Firefox 10+, Firefox on Android */
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    /* IE 6-9 */
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }

  .grayscale:hover .btn-blue {
    background: #58c3be;
  }


  .img-container .text {
    opacity: 1;
  }


  .img-container .middle {
    opacity: 1;
  }


  .creator-headline{
    color: #fff;
    font-size: 50px;
  }

  .services-headline{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
  }

  .invstars-txt{
    font-size: 20px;
    line-height: 1.2em;
    color: #a3a3a3;
    text-align: center;
  }
  .about-blue-num{
    font-family: kharabeeshFontNum;
    font-size: 25px;
    color: #58c3be;
  }

  .investars-title{
    margin: 0px;
    color: #e85b5d;
    font-family: kharabeeshFont;
    font-size: 40px;
    text-align: center
  }

  .about-gender-num{
    font-family: kharabeeshFontNum;
    font-size: 25px;
    color: #fff;
  }

  .about-age-num{
    font-family: kharabeeshFontNum;
    font-size: 25px;
    color: #fff;
  }

  .about-user-num{
    padding-left: 10px;
    font-family: kharabeeshFontNum;
    font-size: 25px;
    color: #fff;
  }

  .about-statics-txt{
    font-family: kharabeeshFont;
    font-size: 20px;
    color: #fff;
  }

  .white-border{
    text-align: left;
    text-align: left;
    border-radius: 10px;
    border: 2px solid #fff;
    padding: 2px 10px;
    margin-right: 120px;
  }

  .make-ur-mark{
    color: #fff;
     font-size: 30px;
     margin: 0px;
  }
  .about-kharabeesh-txt{
    color: #fff;
    font-size: 40px;
    text-align: center;
    padding-bottom: 10px;
  }

  #about-kharabeesh{
    padding-top: 20px;
    padding-bottom: 20px;
    background: #58c3be; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#58c3be, #9dc8f0); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#58c3be, #9dc8f0); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#58c3be, #9dc8f0); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#58c3be, #9dc8f0); /* Standard syntax */
  }
  .headline1 {
    text-align: center;
    font-size: 30px;
    font-family: kharabeeshFont;
  }

  .mark-to-market-txt{
    font-size: 26px;
    line-height: 1.2em;
    color: #fff;
    text-align: center;
  }

  .social-media-icons{
    margin-right: 30px;
    width: 5%
  }
  .footer-links{
    float: none;
  }

  .footer-links >li {
    display: inline-block;
    float: none;
    margin-right: 10px;
  }

  .btn-red{
    margin-top: 10px;
    background: #da7a89; /* fallback color for old browsers */
    background: rgba(227, 84, 84, 0.8);
    border: none;
    border-radius: 10px;
    color:#fff;
    font-family: kharabeeshFont;
    font-size: 20px;
    padding: 12px 25px;
  }
  .our-mission{
    line-height: 1.2em;
    color: #fff;
    text-align: left;
    font-size: 25px;
    font-family: kharabeeshFont;
  }

  .kharabeesh-offer{
    padding-top: 0px;
  }

  .brands-title{
    color: #fff;
    font-size: 30px;
  }

  .brands-subtitle2{
    color: #fff;
    font-size: 20px;
    font-family: kharabeeshFont;
  }
  .brands-subtitle1{
    color: #fff;
    font-size: 30px;
    font-family: kharabeeshFont;
  }

  .brand-subtitle-div{
    padding-top: 10px;
  }
  .headline3 {
    text-align: center;
    padding-top: 30px;
    color: #fff;
    font-size: 40px;
    font-family: kharabeeshFontThin;
  }

  .headline2 {
    text-align: left;
    font-size: 25px;
    font-family: kharabeeshFont;
  }

  .headline-caseStudies{
    font-family: kharabeeshFont;
    padding-top: 70px;
    color: #999999;
    font-size: 30px;
    text-align: center;
    line-height: 0.9em;
  }

  .btn-blue{
    background: #58c3be; /* fallback color for old browsers */
    border: none;
    border-radius: 10px;
    color:#fff;
    font-family: kharabeeshFont;
    font-size: 20px;
    padding: 10px 25px;
  }


    .btn-red2{
      margin-top: 10px;
      background: #e95a5b; /* fallback color for old browsers */
      border: none;
      border-radius: 10px;
      color:#fff;
      font-family: kharabeeshFont;
      font-size: 18px;
      padding: 12px 25px;
    }

    .entertainment-title{
      padding-top: 30px;
      color: #fff;
      font-size: 30px;
      text-align: center;
    }
    .services-title{
      padding-top: 30px;
      color: #fff;
      font-size: 30px;
      text-align: center;
      font-weight: bold;
    }

    .careers-title{
      padding-top: 40px;
      color: #e85b5d;
      font-size: 35px;
      font-family: kharabeeshFont;
    }
    .careers-des{
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 20px;
      line-height: 1.3em;
      color: #fff;
      text-align: left;
      font-family: kharabeeshFont;
      font-size: 20px;
    }

.position-location{
  text-align: left;
}

.creators-bg-div{
   position: absolute;
   top: 55%;
  left: 50%;
  transform: translate(-50%, -5%);
  text-align:center;
}
.kharabeesh{
  padding: 40px 0px;
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0, 0);
  text-align:center;
}

.platform{
  padding: 40px 0px;
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0, 0);
  text-align:center;
}
.mobile{
  padding: 40px 0px;
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0, 0);
  text-align:center;
}

.innovation-title{
  color: #fff;
  font-size: 40px;
  text-align: center;
}
.innovation-txt{
  font-size: 25px;
  line-height: 1.2em;
  color: #fff;
  text-align: center;
  padding: 0px 30px;
}

.nav-tabs > li > a{
  color: #fff;
  border: medium none;
  font-size: 16px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  color:#e95a5b;
  font-size: 16px;
}

.statics-mobile-space{
  padding-top: 40px;
}

}

@media (max-width:400px) and (min-width:320px) {
  .brands-btn-position{
    position: absolute;
    top: 30%;
    left: 20%;
    transform: translate(-50%, -5%);
    text-align:center;
  }
}

@media (max-width:600px) and (min-width:400px) {
  .brands-btn-position{
    position: absolute;
    top: 40%;
    left: 20%;
    transform: translate(-50%, -5%);
    text-align:center;
  }
}
@media (max-width:500px) and (min-width:320px) {

  .creators-bg-div{
     position: absolute;
     top: 35%;
    left: 50%;
    transform: translate(-50%, -5%);
    text-align:center;
  }

  .social-media-icons{
    margin-right: 30px;
    width: 8%
  }

  .btn-red{
    margin-top: 0px;
    background: #da7a89; /* fallback color for old browsers */
    background: rgba(227, 84, 84, 0.8);
    border: none;
    border-radius: 10px;
    color:#fff;
    font-family: kharabeeshFont;
    font-size: 15px;
    padding: 12px 18px;
  }

  .brands-title{
    padding-top: 30px;
    color: #fff;
    font-size: 25px;
  }

  .brands-subtitle2{
    color: #fff;
    font-size: 15px;
    font-family: kharabeeshFont;
  }
  .brands-subtitle1{
    color: #fff;
    font-size: 25px;
    font-family: kharabeeshFont;
  }

  .creator-headline{
    color: #fff;
    font-size: 25px;
  }
  services
  .services-headline{
    color: #fff;
    font-size: 25px;
    font-weight: bold;
  }
}

@media (min-width: 768px)  {

  .statics-mobile-space{
    padding-top: 0px;
  }

  .web-page-align{
      padding: 0px 50px !important;
  }

  .web-page-align-menu{
      padding: 0px 50px !important;
  }

  .desktop{
    text-align: left;
  }


  #kharabeeshCarousel .carousel-indicators{
    bottom: -70px;
  }

  #platformCarousel .carousel-indicators{
    bottom: -70px;
  }

  #mobileCarousel .carousel-indicators{
    bottom: -60px;
    width: 110%;
    left: 25%;
  }

  .nav-tabs > li {
    border-radius: 20px;
    color: #fff;
    font-family: kharabeeshFont;
    font-size: 25px;
    float:none;
    display:inline-block;
    zoom:1;
  }
  .nav-tabs > li.active {
    color: #e95a5b;
    font-family: kharabeeshFont;
    font-size: 30px;
    float:none;
    display:inline-block;
    zoom:1;
  }

  .mobile{
    padding: 0px;
    position: absolute !important;
    top: 17%;
    left: 50.2%;
    transform: translate(-50%, -5%);
    text-align:center;
  }

  .kharabeesh{
    padding: 0px;
    position: absolute !important;
    top: 8%;
    left: 50%;
    transform: translate(-50%, -5%);
    text-align:center;
  }

  .platform{
    padding: 40px 0px;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    text-align:center;
  }

  .community-txt{
    font-size: 25px;
    line-height: 1.2em;
    color: #fff;
    text-align: center;
    padding: 0px 30px;
  }


  .text {
    width: 80%;
    color: white;
    font-size: 30px;
    font-family: kharabeeshFont;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  .creators-bg-div{
     position: absolute;
     top: 55%;
    left: 50%;
    transform: translate(-50%, -5%);
    text-align:center;
  }

  .white-border{
    text-align: left;
    border-radius: 10px;
    border: 2px solid #fff;
    padding: 2px 10px;
    margin-right: 0px;
  }

  .careers-req{
    font-size: 24px;
    font-family: kharabeeshFont;

  }

  .position-location{
    text-align: right;
  }

  .entertainment-title{
    padding-top: 30px;
    color: #fff;
    font-size: 55px;
    text-align: center;
  }

  .services-title{
    padding-top: 30px;
    color: #fff;
    font-size: 55px;
    text-align: center;
    font-weight: bold;
  }

  .brand-subtitle-div{
    padding-top: 10px;
  }
  .kharabeesh-offer{
    padding-top: 40px;
  }

  .img-container .text {
    opacity: 0;
  }

  .img-container .middle {
    opacity: 0;
  }
  .footer-links{
    float: none;
  }
  .footer-links >li {
    display: inline-block;
    float: none;
    margin-right: 10px;
  }
  .invstars-txt{
    font-size: 25px;
    line-height: 1.2em;
    color: #a3a3a3;
    text-align: center;
  }

  .about-kharabeesh-txt{
    color: #fff;
    font-size: 60px;
    text-align: center;
    padding-bottom: 10px;
  }

  .make-ur-mark{
    color: #fff;
     font-size: 80px;
  }

  .careers-title{
    padding: 0px;
    color: #e85b5d;
    font-size: 30px;
    font-family: kharabeeshFont;
  }
  .careers-des{
    line-height: 1.3em;
    color: #fff;
    text-align: center;
    font-family: kharabeeshFont;
    font-size: 16px;
  }
  .headline3 {
    padding-top: 30px;
    color: #fff;
    text-align: center;
    font-size: 60px;
    font-family: kharabeeshFontThin;
  }

  .headline2 {
    text-align: left;
    font-size: 35px;
    font-family: kharabeeshFont;
  }
  .headline-caseStudies{
    font-family: kharabeeshFont;
    padding-top: 70px;
    color: #999999;
    font-size: 60px;
    text-align: center;
    line-height: 0.9em;
  }

  .brands-subtitle2{
    color: #fff;
    font-size: 30px;
    font-family: kharabeeshFont;
  }
  .brands-subtitle1{
    color: #fff;
    font-size: 50px;
    font-family: kharabeeshFont;
  }
  .brands-title{
    color: #fff;
    font-size: 50px;
  }
  .creator-headline{
    color: #fff;
    font-size: 70px;
  }
  .services-headline{
    color: #fff;
    font-size: 50px;
    font-weight: bold;
  }
  .about-blue-num{
    font-family: kharabeeshFontNum;
    font-size: 25px;
    color: #58c3be;
  }

  .investars-title{
    margin: 0px;
    color: #e85b5d;
    font-family: kharabeeshFont;
    font-size: 60px;
    text-align: center
  }

  .about-gender-num{
    font-family: kharabeeshFontNum;
    font-size: 25px;
    color: #fff;
  }

  .about-user-num{
    padding-left: 10px;
    font-family: kharabeeshFontNum;
    font-size: 25px;
    color: #fff;
  }

  .about-age-num{
    font-family: kharabeeshFontNum;
    font-size: 25px;
    color: #fff;
  }

  .about-statics-txt{
    font-family: kharabeeshFont;
    font-size: 20px;
    color: #fff;
  }

  .our-mission{
    line-height: 1.2em;
    color: #fff;
    text-align: left;
    font-size: 25px;
    font-family: kharabeeshFont;
  }

  .btn-red{
    margin-top: 10px;
    background: #da7a89; /* fallback color for old browsers */
    background: rgba(227, 84, 84, 0.8);
    border: none;
    border-radius: 10px;
    color:#fff;
    font-family: kharabeeshFont;
    font-size: 25px;
    padding: 12px 25px;
  }

  .btn-red2{
    float: right;
    margin-top: 10px;
    background: #e95a5b; /* fallback color for old browsers */
    border: none;
    border-radius: 10px;
    color:#fff;
    font-family: kharabeeshFont;
    font-size: 18px;
    padding: 12px 25px;
  }

  .btn-blue{
    background: #3b3b3b; /* fallback color for old browsers */
    border: none;
    border-radius: 10px;
    color:#fff;
    font-family: kharabeeshFont;
    font-size: 16px;
    padding: 5px 25px;
  }
  #about-kharabeesh{
    padding-top: 20px;
    padding-bottom: 20px;
    background: #58c3be; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#58c3be, #9dc8f0); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#58c3be, #9dc8f0); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#58c3be, #9dc8f0); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#58c3be, #9dc8f0); /* Standard syntax */
  }

  .headline1 {
    text-align: center;
    font-size: 35px;
    font-family: kharabeeshFont;
  }
  .mark-to-market-txt{
    font-size: 30px;
    line-height: 1.2em;
    color: #fff;
    text-align: center;
  }
  .social-media-icons{
    margin-right: 15px;
    width: 8%
  }
  .our-mission{
    line-height: 1.2em;
    color: #fff;
    text-align: left;
    font-size: 30px;
    font-family: kharabeeshFont;
  }
  .innovation-title{
    color: #fff;
    font-size: 60px;
    text-align: center;
  }

  .innovation-txt{
    font-size: 30px;
    line-height: 1.2em;
    color: #fff;
    text-align: center;
    padding: 0px 30px;
  }

  .nav-tabs > li > a{
    color: #fff;
    border: medium none;
    font-size: 25px;
  }

  .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    color:#e95a5b;
    font-size: 25px;
  }
  .entertainment-subtitle{
    font-size: 25px;
  }
  .entertainment-txt{
    font-size: 18px;
    font-family: kharabeeshFontThin;
    line-height: 1em;
  }
}
@media (max-width:992px) and (min-width:768px) {
  .services-headline{
    color: #fff;
    font-size: 40px;
    font-weight: bold;
  }
}

@media (min-width: 992px)  {

  .statics-mobile-space{
    padding-top: 0px;
  }

  .web-page-align{
      padding: 0px 50px !important;
  }

  .web-page-align-menu{
      padding: 0px 50px !important;
  }

  .entertainment-subtitle{
    font-size: 46px;
  }
  .entertainment-txt{
    font-size: 22px;
    font-family: kharabeeshFontThin;
    line-height: 1em;
  }

  .desktop{
    text-align: left;
  }


  #kharabeeshCarousel .carousel-indicators{
    bottom: -100px;
  }

  #platformCarousel .carousel-indicators{
    bottom: -100px;
  }
  #mobileCarousel .carousel-indicators{
    bottom: -90px;
    width: 110%;
    left: 25%;
  }

  .nav-tabs > li > a{
    color: #fff;
    border: medium none;
    font-size: 25px;
  }

  .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    color:#e95a5b;
    font-size: 25px;
  }

  .nav-tabs > li {
    border-radius: 20px;
    color: #fff;
    font-family: kharabeeshFont;
    font-size: 25px;
    float:none;
    display:inline-block;
    zoom:1;
  }
  .nav-tabs > li.active {
    color: #e95a5b;
    font-family: kharabeeshFont;
    font-size: 30px;
    float:none;
    display:inline-block;
    zoom:1;
  }

  .innovation-title{
    color: #fff;
    font-size: 110px;
    text-align: center;
  }

  .innovation-txt{
    font-size: 30px;
    line-height: 1.2em;
    color: #fff;
    text-align: center;
    padding: 0px 30px;
  }

  .mobile{
    padding: 0px;
    position: absolute !important;
    top: 17%;
    left: 50.2%;
    transform: translate(-50%, -5%);
    text-align: center;
  }

  .kharabeesh{
    padding: 0px;
    position: absolute !important;
    top: 8%;
    left: 50%;
    transform: translate(-50%, -5%);
    text-align:center;
  }

  .platform{
    padding: 0px;
    position: absolute !important;
    top: 18%;
    left: 50%;
    transform: translate(-50%, -5%);
    text-align:center;
  }

  .community-txt{
    font-size: 30px;
    line-height: 1.2em;
    color: #fff;
    text-align: center;
    padding: 0px 30px;
  }


  .text {
    width: 80%;
    color: white;
    font-size: 30px;
    font-family: kharabeeshFont;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  .creators-bg-div{
     position: absolute;
     top: 55%;
    left: 50%;
    transform: translate(-50%, -5%);
    text-align:center;
  }

  .white-border{
    text-align: left;
    border-radius: 10px;
    border: 2px solid #fff;
    padding: 2px 10px;
    margin-right: 0px;
  }

  .careers-req{
    font-size: 24px;
    font-family: kharabeeshFont;

  }

  .position-location{
    text-align: right;
  }

  .entertainment-title{
    padding-top: 30px;
    color: #fff;
    font-size: 80px;
    text-align: center;
  }

  .services-title{
    padding-top: 30px;
    color: #fff;
    font-size: 46px;
    text-align: center;
    font-weight: bold;
  }

  .brand-subtitle-div{
    padding-top: 10px;
  }

  .kharabeesh-offer{
    padding-top: 40px;
  }

  .img-container .text {
    opacity: 0;
  }
  .img-container .middle {
    opacity: 0;
  }
  .footer-links >li {
    display: inline-block;
    float: right;
    margin-right: 10px;
  }

  .footer-links{
    float: right;
  }
  .social-media-icons{
    margin-right: 15px;
    width: 8%
  }
  .invstars-txt{
    font-size: 30px;
    line-height: 1.2em;
    color: #a3a3a3;
    text-align: center;
  }
  .about-kharabeesh-txt{
    color: #fff;
    font-size: 90px;
    text-align: center;
    padding-bottom: 10px;
  }

  .make-ur-mark{
    color: #fff;
     font-size: 140px;
  }

  .careers-title{
    padding: 0px;
    color: #e85b5d;
    font-size: 80px;
    font-family: kharabeeshFont;
  }

  .careers-des{
    line-height: 1.5em;
    color: #fff;
    text-align: center;
    font-family: kharabeeshFont;
    font-size: 25px;
  }
  .headline3 {
    text-align: center;
    font-size: 90px;
    font-family: kharabeeshFontThin;
  }

  .headline2 {
    text-align: left;
    font-size: 48px;
    font-family: kharabeeshFont;
  }
  .headline-caseStudies{
    font-family: kharabeeshFont;
    padding-top: 70px;
    color: #999999;
    font-size: 80px;
    text-align: center;
    line-height: 0.9em;
  }
  .brands-subtitle2{
    color: #fff;
    font-size: 40px;
    font-family: kharabeeshFont;
    margin: 0px;
  }
  .brands-subtitle1{
    color: #fff;
    font-size: 100px;
    font-family: kharabeeshFont;
  }
  .brands-title{
    color: #fff;
    font-size: 70px;
  }

  .creator-headline{
    color: #fff;
    font-size: 130px;
  }

  .services-headline{
    color: #fff;
    font-size: 100px;
    font-weight: bold;
  }

  .about-blue-num{
    font-family: kharabeeshFontNum;
    font-size: 58px;
    color: #58c3be;
  }

  .about-gender-num{
    font-family: kharabeeshFontNum;
    font-size: 35px;
    color: #fff;
  }

  .about-age-num{
    font-family: kharabeeshFontNum;
    font-size: 40px;
    color: #fff;
  }

  .about-user-num{
    padding-left: 10px;
    font-family: kharabeeshFontNum;
    font-size: 40px;
    color: #fff;
  }

  .investars-title{
    margin: 0px;
    color: #e85b5d;
    font-family: kharabeeshFont;
    font-size: 80px;
    text-align: center
  }

  .about-statics-txt{
    font-family: kharabeeshFont;
    font-size: 31px;
    color: #fff;
  }
  .btn-red{
    margin-top: 10px;
    background: #da7a89; /* fallback color for old browsers */
    border: none;
    border-radius: 10px;
    color:#fff;
    font-family: kharabeeshFont;
    font-size: 35px;
    padding: 12px 25px;
  }

  .btn-red2{
    float: right;
    margin-top: 10px;
    background: #e95a5b; /* fallback color for old browsers */
    border: none;
    border-radius: 10px;
    color:#fff;
    font-family: kharabeeshFont;
    font-size: 24px;
    padding: 12px 25px;
  }

  .btn-blue{
    background: #3b3b3b; /* fallback color for old browsers */
    border: none;
    border-radius: 10px;
    color:#fff;
    font-family: kharabeeshFont;
    font-size: 24px;
    padding: 12px 25px;
  }
  .our-mission{
    line-height: 1.2em;
    color: #fff;
    text-align: left;
    font-size: 37px;
    font-family: kharabeeshFont;
  }
  #about-kharabeesh{
    padding-top: 20px;
    margin-top: -6px;
    padding-bottom: 20px;
    background: #58c3be; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#58c3be, #9dc8f0); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#58c3be, #9dc8f0); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#58c3be, #9dc8f0); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#58c3be, #9dc8f0); /* Standard syntax */
  }

  .headline1 {
    text-align: center;
    font-size: 48px;
    font-family: kharabeeshFont;
  }

  .mark-to-market-txt{
    font-size: 30px;
    line-height: 1.2em;
    color: #fff;
    text-align: center;
  }
}


@media (max-width:1045px) and (min-width:992px) {
  .services-headline{
    color: #fff;
    font-size: 60px;
    font-weight: bold;
  }
}

#mark-to-market{
  width:100%;
  float:left;
  display: flex;
  justify-content: center; /* align horizontal */
  align-items: center; /* align vertical */
  position: relative;
  display: inline-block;
  vertical-align: middle;
  float: none;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #e85b5d; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#e85b5d, #da7a89); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#e85b5d, #da7a89); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#e85b5d, #da7a89); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#e85b5d, #da7a89); /* Standard syntax */
}

#mark-to-market:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -45px;
  width: 0;
  height: 0;
  border-style: solid;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  border-top: 30px solid #f00;
  border-color: #da7a89 transparent transparent transparent;

}

#statics{
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url('../images/about-image.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.no-margin{
  margin: 0px;
}



#magic-behind-madness{
  padding-top: 20px;
  padding-bottom: 50px;
  background: #58595b; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#58595b, #797a7d); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#58595b, #797a7d); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#58595b, #797a7d); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#58595b, #797a7d); /* Standard syntax */
}

#investars{
  padding-top: 20px;
  padding-bottom: 50px;
  background: #e6e7e8; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#e6e7e8, #f6f6f6); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#e6e7e8, #f6f6f6); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#e6e7e8, #f6f6f6); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#e6e7e8, #f6f6f6); /* Standard syntax */
}

#brands-content{
  padding-top: 50px;
  padding-bottom: 50px;
  background: #e6e7e8; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#e6e7e8, #f6f6f6); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#e6e7e8, #f6f6f6); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#e6e7e8, #f6f6f6); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#e6e7e8, #f6f6f6); /* Standard syntax */
}

#our-creators{
  padding-top: 20px;
  padding-bottom: 20px;
  background: #5fc3c3; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#5fc3c3, #9ec8f0); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#5fc3c3, #9ec8f0); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#5fc3c3, #9ec8f0); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#5fc3c3, #9ec8f0); /* Standard syntax */
}

#entertainment-content{
  padding-top: 70px;
  padding-bottom: 50px;
  background-color :#5f6062;
  background: -webkit-linear-gradient(#5f6062, #797a7a); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#5f6062, #797a7a); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#5f6062, #797a7a); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#5f6062, #797a7a); /* Standard syntax */
}
#community-content{
  padding-top: 50px;
  padding-bottom: 50px;
  background: #e6e7e8; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#e6e7e8, #f6f6f6); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#e6e7e8, #f6f6f6); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#e6e7e8, #f6f6f6); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#e6e7e8, #f6f6f6); /* Standard syntax */
}

#community-slider{
  padding-top: 10px;
  padding-bottom: 50px;
  background: #e85b5d; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#e85b5d, #da7a89); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#e85b5d, #da7a89); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#e85b5d, #da7a89); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#e85b5d, #da7a89); /* Standard syntax */
}

#production-services{
  padding-top: 10px;
  padding-bottom: 50px;
  background: #f2b532; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#f2b532, #f2ca9d); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#f2b532, #f2ca9d); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#f2b532, #f2ca9d); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#f2b532, #f2ca9d); /* Standard syntax */
}

#services-slider{
  padding-top: 30px;
  padding-bottom: 20px;
  background-color :#5f6062;
  background: -webkit-linear-gradient(#5f6062, #797a7a); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#5f6062, #797a7a); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#5f6062, #797a7a); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#5f6062, #797a7a); /* Standard syntax */
}

#innovation-content{
  padding-top: 100px;
  padding-bottom: 50px;
  background: #5fc3c3; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#5fc3c3, #9ec8f0); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#5fc3c3, #9ec8f0); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#5fc3c3, #9ec8f0); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#5fc3c3, #9ec8f0); /* Standard syntax */
}

.nav-tabs{
  background-color:#9ec8f0;

}
.tab-content{
    background-color:#fff;
}
.nav-tabs > li > a:hover{
    background-color: transparent;
}

.close {

      float: right;
      /* font-size: 21px; */
      font-weight: 700;
      line-height: 1;
      /* color: #000; */
      text-shadow: 0 1px 0 #fff;
      filter: alpha(opacity=20);
      opacity: 1;
}

input{
  width: 100%;
  border: 1px solid #1E2126;
  border-radius: 20px;
  padding: 0px;
  margin-top: 15px;
  color: black;
  height: 30px;
  padding-right: 10px;
}

input::-webkit-input-placeholder {
color: #939598 !important;
font-size: 14px;
text-align: left;
}

.slick-slide {
	transform: scale(1);
	opacity: .5;
	transition: .3s ease-in-out all;
}

.slick-slide.slick-center {
	opacity: 1;
}

.slider {
  width: 100%;
	margin: 0 auto;
	position: relative;
	&:after, &:before {
		content: "";
		position: absolute;
		top: 0;
		height: 100%;
		width: 30%;
	}
	&:after {
		right: 0;
		background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	}
	&:before {
		background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	}
}

.img-box {
	padding: 0px;
	img {
		width: 100%;
	}
}

@media (max-width:1165px) and (min-width:992px) {

  .make-ur-mark{
    color: #fff;
    font-size: 90px;
  }

  .entertainment-subtitle{
    font-size: 38px;
  }

  .entertainment-txt{
    font-size: 18px;
    font-family: kharabeeshFontThin;
    line-height: 1em;
  }

}

.slick-dots{
  bottom: -100px !important;
}

.slick-dots li.slick-active button:before{
  opacity: 1 !important;
  color: #e95a5b !important;
}

.slick-dots li button:before{
  font-size: 10px !important;
}

.carousel-inner>.item>img{
  max-width: none;
}

.carousel-control.left, .carousel-control.right {
   background-image:none !important;
   filter:none !important;
}

.carousel-indicators li {
  background-color: #999999;
  border: none;
  margin-right: 10px;
}

.carousel-indicators .active {
  background-color: #e95a5b;
  margin-right: 10px;
}
