body{
    padding: 0;
    margin: 0;
    background: #000 !important;
    color: #fff !important;
    font-family: 'Poppins', sans-serif !important;
}
.modal-header {
    background: #f2f2f2;
}
.modal-header button span {
    color: #000 !important;
}
nav .dropdown-menu {
        background: #000;
        color: #fff;
        min-width: 7rem;
        border: 1px solid rgba(0,0,0,.3);
    }
 nav .dropdown-menu .dropdown-divider {
        border-top: 1px solid #555;
    }
     nav .dropdown-menu .dropdown-item:hover {
       background: #000;
       color: #fff;
    }
   
.header {
    width: 100%;
}
/*.page-hero {*/
/*    width: 100%;*/
/*    height: 100vh;*/
/*}*/
.header-gif {
    width: 100%;
    margin-top: 5em;
}
.header-gif img {
    width: 100%;
    height: 100%;
}
.header-pic {
    width: 100%;
    transition: all 1.5s ease-in-out;  
}
.header-pic:hover {
    filter: hue-rotate(-90deg);
    transform: scale(.96);
}

.header-pic img {
    width: 100%;
    height: 100%;  
}
.navbar {
    background: #000;
    font-family: 'Comfortaa', cursive !important;
}
.navbar .fa-bars {
    color: #ccc !important;
}
.navbar .nav-ul .nav-item {
   padding-right: 20px;
   padding-bottom: 0;
    font-weight: 500;
}
.navbar .nav-ul .nav-item a {
    color: #777 !important;
    font-size: 15px;
    transition: all .9s ease-in-out;
 }
  .nav-link.whatsapp {
        font-size: 22px !important;
        color: #fff !important;
    }
     #whatsapp {
        color: #fff !important;
        padding-top: 3px;
    }
 .navbar .nav-ul .nav-item a:hover {
    color: #fff !important;
 }
.navbar .nav-ul  {
    margin-right: 30px
}
.navbar .nav-ul .nav-item .active {
    color: #fff !important;
}
.navbar .nav-ul .nav-item .active::after {
    content: " ";
    width: 5px;
    height: 3px;
    background: #fbce2d;
    display: block;
    margin-top: 5px;
}
.whatsapp-btn {
    display: none;
}
@media screen and (max-width: 580px) {
    #whatsapp {
        display: none;
    }
    .whatsapp-btn {
        position: absolute;
        bottom: auto;
        top: 2.8%;
        left: auto;
        right: 18%;
        /*width: 35px;*/
        /*height: 35px;*/
        background: transparent;
        z-index: 99999;
        border-radius: 50%;
        box-shadow: 0px 5px 10px 0px rgba(0,0,0,.4);
        display: block;
    }
    .whatsapp-btn a {
      text-decoration: none;
      color: #fff;
      font-size: 23px;
    }
    .navbar .nav-ul .nav-item a {
        padding-bottom: 5px;
        padding-top: 5px;
        color: #777 !important;
        font-size: 13px;
     }
     .header-gif {
        margin-top: 0em;
    }
    .navbar .navbar-brand img {
		width: 110px;
		height: auto;
	}
    .header-pic {
        width: 100%;
        height: auto;
        transition: all 1.5s ease-in-out;  
    }
    .header-pic img {
        width: 100%;
        height: 100%;
    }
     .e-shop {
        padding-top: 50px !important;
        padding-bottom: 0px !important;
        background: #000f64;
        /*display: none !important;*/
        /* border: 1px solid #ccc; */
    }
    .e-shop .text-box .heading {
        font-size: 2em !important;
    }
     .e-shop-bg {
        width: 100%;
        height: 90vh !important;
        background: url('../images/121.png') !important;
        background-repeat: no-repeat !important;
        background-size: 550px !important;
        background-position:center !important;   
    }
    .e-shop .text-box .heading {
        margin-top: 0 !important;
    }
    .e-shop .text-box {
        padding-top: 0px !important;
    }
    .e-shop .text-box p {
        font-size: 13px !important;
        font-family: 'Comfortaa', cursive;
        color: #fff;
        line-height: 25px !important;
        padding-top: 0px !important;
    }
      .e-shop .text-box a {
        display: none;
    }
}
@media screen and (max-width:320px){
    .e-shop .text-box p {
        font-size: 12px !important;
        font-family: 'Comfortaa', cursive;
        color: #fff;
        line-height: 25px !important;
        padding-top: 0px !important;
    }
      .e-shop .text-box a {
        display: none;
    }
}
@media screen and (max-width:950px){
    
      .e-shop .text-box a {
        display: none;
    }
    nav .dropdown-menu {
        min-width: 5rem !important;
    }
}
.e-shop {
    padding-top: 0px;
    padding-bottom: 50px;
    background: #000f64;
}
.e-shop-bg {
    width: 100%;
    height: 90vh;
    background: url('../images/12i.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.e-shop .text-box {
    padding-top: 50px;
}
.e-shop .text-box p {
    font-size: 15px;
    font-family: 'Comfortaa', cursive;
    color: #fff;
    line-height: 30px;
    padding-top: 20px;
}
.e-shop .text-box a {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    font-family: 'Comfortaa', cursive;
    border: 2px solid #fff;
    border-radius: 0;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to left, rgba(5,0,90,0.8), rgba(5, 0, 43, 0.5));
    width: 100%;
    height: 100vh;
}
.hero {
    width: 100%;
    height: 100vh;
    background: #3d3d3d;
    /* background: linear-gradient(to right, rgba(0,0,0,0.9), rgba(0,0,0,0.1), rgba(0,0,0,0.1)); */
	padding:0  !important;
}
.hero .row{
    width: 100%;
	height: 100%;
}
.hero-side-overlay,.hero-side-image{
    width: 97%;
	height: 100%;
	position:absolute;
	z-index:50;
	background-image: linear-gradient(to left,rgba(0, 0, 0, 0), rgba(0,0,0,0), rgba(61, 61, 61, 0.9), rgba(61, 61, 61, .97));
}
.hero-side-image{
	background-image:url('../images/custom.jpg');
	background-size:cover;
	background-position:center;
	z-index:40;
}
.hero-side{
	width: 100% !important;
	height: 100%  !important;
	float:left;
	padding:0;
}
.hero-side h1{
    color: #fff;
    font-size: 70px;
    margin-top: 40%;
    margin-left: 10%;
    line-height: 60px;
    letter-spacing: 3px;
}
.hero-side h1 span {
    color: #04e0f0;
}
.hero-side h2{
    color: #fff;
    font-size: 20px;
    margin-left: 10%;
}
.indicators{
	padding:0;
	width:15px;
	position:absolute;
	z-index:10;
	margin:200px 0 0 20px;
	display:none;
}
.active-play{
	background:#fff !important;
}
.close-gallery{
	position:absolute;
	height:30px;
	width:30px;
	text-align:center;
	font-size:27px;
	right:0;
	margin-right:50px;
	z-index:300;
	margin-top:50px;
	color:#fff;
	color:#fff;
}
.close-gallery:hover{
	color: #777;
	transition:.5s all;
	cursor:pointer;
}
.indicators li{
	display:block;
	width:15px;
	height:15px;
	border-radius:100%;
	border:1px solid #fff;
	margin-top:10px;
	background:rgba(0,0,0,0);	
}
.galleries{
  height: 100%;
  width: 100%;
  top:0;
  position: fixed;
  margin:0 auto;
  left:0;
  right: 0;
  padding:0 !important;
    z-index:2050;
   background-color:rgba(0,0,0,.4) !important;
     display:none;
  /* margin-bottom:50px; */
}
.gallery-wrap{
  height: 100%;
  width: 100%;
  background:#ccc;
  float: left;
  padding:0 !important;
  display:none;
  overflow:hidden;
 background-color:rgba(0,0,0,0) !important;
}
.gallery-left-inner{
  height: 50%;
  width: 100%;
  border-bottom: 1px solid #666;
  border-left: 1px solid #666;
   position:relative;
}
.gallery-left-inner img {
    width: 100%;
    height: 100%;
}
.gallery-main-image{
  background-image: url('../images/hotelia.jpg');
  background-size:cover;
  background-position: center;
  height:100%;
  width:100%;
  margin-left:-1000px;
 padding:0;
}
.slideImageIn{
	margin-left: 0px !important;
	transition:.6s all;
}
.slideTextIn{
	margin-top:0px !important;
	transition:.6s all;
}
.gallery-text{
  color:#fff;
  background: #000;
  font-weight: bold;
  padding: 20px;
  padding-top:15%;
  margin-top:-1000px;
  height:100%;
  width:100%;
  float:left;
  position:absolute;
  font-family: 'Comfortaa', cursive;
}
.gallery-sec-image{
  border-bottom:none;
  float:left;
  height:100%;
  width:100%;
}
.view{
  display:block;
  position: absolute;
  z-index: 10;
  bottom: 0;
  border-radius: 100%;
  border:4px solid rgba(255,255,255,0.6);
  color:#fff;
  height: 42px;
  width: 42px;
  margin:0 auto;
  margin-bottom:20px;
  left:0;
  right:0;
  text-align:center;
  cursor:pointer;
  /* box-shadow:4px 4px 4px 4px #ccc; */
}
.arrow-wrap{
	border:2px solid #fff !important;
	display:block;
	height: 35px;
	width: 35px;
	border-radius: 100%;
	top:0;
	position:absolute;
	  padding-top:7px;
}
.arrow-wrap:hover{
	border:1px solid #f0d43a !important;
	color:#f0d43a;
}
.gallery-text .h4 {
    font-size: 15px !important;
    line-height: 30px;
}
.gallery-text .syno {
    font-size: 25px !important;
    line-height: 30px;
    font-weight: bolder;
    font-family: 'Roboto', sans-serif;
}
.img-div {
    width: 100%;
    height: 70vh;
    box-shadow: 0 5px 60px 0 rgba(0, 0, 0, 0.15);
}
.img-div img {
    width: 100%;
    height: 100%;
}
.works {
    width: 100%;
    margin-top: 50px;
}
.app-idea {
    margin-top: 5em;
    margin-bottom: 5em;
}
.app-idea:hover .top-heading-p{
    color: #fff;
}
.sect-fasc {
    width: 100%;
    background: #f6f6f6;
    padding-top: 5em;
}
.fas-web {
    width: 100%;  
    margin-top: 3em;
}
.fas-web img {
    width: 100%;
    height: 100%;
}
/* .fas-web:hover {
    transform: scale(.95);
} */
.intro-info .p {
    font-family: 'Comfortaa', cursive !important;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: .6px;
    transition: all .5s ease-in-out;
}
.works .swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .works .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 70%;
    height: 400px;
  }
  .works .swiper-slide img {
      width: 100%;
      height: 100%;
  }
/*  .client {*/
/*    width: 100%;*/
    /* margin-top: 3em; */
/*    padding-top: 3em;*/
/*    padding-bottom: 2em;*/
/*    background: #f6f6f6;*/
/*}*/
/*  .client .swiper-container {*/
/*    width: 100%;*/
/*    padding-top: 50px;*/
/*    padding-bottom: 70px;*/
/*  }*/
/*  .client .swiper-slide {*/
/*    background-position: center;*/
/*    background-size: cover;*/
/*    width: 100px;*/
/*    height: 60px;*/
/*  }*/
/*  .client .swiper-slide .img-box {*/
/*      width: 75px;*/
/*      height: auto;*/
      /* overflow: hidden; */
/*  }*/
/* .client .swiper-slide .img-box img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
   .client {
    width: 100%;
    /* margin-top: 3em; */
    padding-top: 3em;
    padding-bottom: 2em;
    background: #fff;
    position: relative;
}
.client .text-box {
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotate(-90deg);
}
.client .hidden {
    display: none;
}
.client .text-box p {
    color: #000;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 12px;
    letter-spacing: 2px;
    
}
.client .img-box {
    width: 110px;
    height: auto;
    text-align: center !important;
    justify-content: center;
    margin: 0 auto;
}
.client .img-box img {
    width: 100%;
    height: 100%;
    transition: all .8s ease-in-out;
}
.client .img-box:hover img {
    transform: scale(1.09);
}
.client .row-1, .row-2 {
    margin-top: 70px;
    margin-bottom: 70px;
}
  .footer {
      width: 100%;
      border-top: 1px solid rgba(73, 66, 66, 0.3);
      font-family: 'Comfortaa', cursive;
      transition: all 2s ease-in-out;
      margin-top: 100px;
  }
  .footer:hover {
    border-top: 1px solid #fff;
  }
  .footer-div a {
      font-size: 15px;
      color: #777;
      text-decoration: none;
      transition: all 1s ease-in-out;
      font-weight: 500;
  }
  .footer-div p {
    font-size: 15px;
    color: #777;
    transition: all 1s ease-in-out;
    font-weight: 500;
}
  .footer-div a:hover {
    color: #fff !important;
  }
  .footer-div p:hover {
    color: #fff !important;
  }
  .footer .footer-div a {
   text-decoration: none;
   color: #777;
  }
  .footer .footer-div {
      padding-top: 20px;
      padding-bottom: 10px;
  }
  .footer-icons a {
      padding-right: 20px;
  }
  .footer .footer-mail {
      text-decoration: none;
      color: #777 !important;
  }
 .copy_p {
    padding-bottom: 0 !important;
  }
  .footer-div .fa-facebook-f {
      font-size: 18px;
  }
  .footer-div .fa-facebook-f:hover {
    color: #0f54e9;
}
  .footer-div .fa-twitter {
    font-size: 18px;
}
.footer-div .fa-twitter:hover {
    color: #00acee;
}
.footer-div .fa-instagram {
    font-size: 18px;
}
.footer-div .fa-instagram:hover {
    color: #DD2A7B;
}
.footer-div .fa-linkedin {
    font-size: 18px;
}

.footer-div .fa-linkedin:hover {
    color: #0e76a8;
}
@media screen and (max-width:950px){
      .footer .footer-div {
      padding-top: 5px;
      padding-bottom: 5px;
  }
}
/********Loader**********/
@media screen and (max-width:580px) {
    
    .footer-div a {
        font-size: 13px;
    }
    .footer-div p {
        font-size: 13px;
    }
    .footer {
        margin-top: 40px;
    }
}
.section {
    margin-top: 2em;
    margin-bottom: 3em;
}
.sect-smm {
    width: 100%;
    background: #fff;
}
.smm-heading {
    margin-top: 5em;
}
.smm-info {
    margin-top: 3em;
}
.smm-info p {
    color: #232323;
    font-size: 15px;
    line-height: 40px;
    font-family: 'Comfortaa', cursive;
}
.div-img-social{
   padding-left: 5em;
   padding-right: 5em;
   padding-top: 5em;
   padding-bottom: 5em;
}

.first_section {
    margin-bottom: 5em;
    padding-top: 150px;
}
.first_section:hover p {
    color: #fff;
}
.div-img-social {
    width: 100%;
    /* height: 51.5vh; */
}
.div-img-social img {
    width: 100%;
    height: 100%;
}
.inner {
      transition: all 1s ease-in-out;
      width: 10px;
      padding: 1px 8px;
      height: 10px;
      border: 1px solid #777;
      border-radius: 50px;
      transition: all 2s ease-in-out;  
      margin-right: 10px;
}
.outer {
    cursor: pointer;  
}
.outer .p {
    color: #777;
    transition: all 2s ease-in-out;
}
.outer:hover .p {
   color: #fff;
}
.outer:hover .inner {
    background: #fbce2d;
}
.top-heading {
    margin-bottom: .5em;
}
.top-heading h1 {
    font-size: 5em;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    margin-bottom: 0;
}
.main-header h1 {
    font-size: 5em;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
    font-weight: 900;
}
.sta-img {
    margin-top: -30px;
    margin-left: 5px;
}

.client-heading h2 {
    font-size: 4em;
    font-family: 'Poppins', sans-serif;
    font-weight: 700 !important;
    color: #000;
}
/*.client-heading {*/
/*    margin-bottom: .9em;*/
/*}*/
.heading {
    font-family: 'Roboto', sans-serif !important;
    font-size: 3em;
    font-weight: 900;
    margin-bottom: 0;
}
.heading span {
    font-weight: 100 !important;
    font-family: 'Poppins', sans-serif !important;
}
.saas p {
    color: #777;
    font-size: 15px;
}
.div-img-f {
    width: 100%;
    height: 600px;
}
.div-img-f img {
    width: 100%;
    height: 100%;
}
.net {
    width: 100%;
    height: 50vh;
}
.net img {
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 580px) {
    .header-vid {
        width: 100%;
        height: 50vh;      
    }
    .header-vid video {
        width: 100%;
        height: 100%;
    }
    .main-header h1 {
        font-size: 2.5em;
        font-family: 'Roboto', sans-serif;
        margin-bottom: 0;
    }
    .section {
        margin-top: 0em;
        margin-bottom: 0em;
    }
    .intro-info .p {
        font-size: 13px;
        line-height: 30px;
    }
    .works {
        margin-top: 10px;
    }
    .works p {
        font-size: 13px;
        line-height: 30px;
    }
    .works .swiper-slide {
        width: 100% !important;
        height: 30vh !important;
      } 
      .first_section {
    /*margin-bottom: 5em;*/
    padding-top: 50px;
}
      .works .swiper-slide  img {
        width: 100% !important;
        height: 100% !important;
      } 
      .heading {
          margin-top: 2em;
          font-size: 2em;
      }
      .app-idea {
          margin-top: 0em;
      }
      .client {
          width: 100%;
          padding-top: 5px;
          padding-bottom: 30px;
          /* display: none; */
      }
        /*.client-heading {*/
        /*    margin-top: 20px;*/
        /*}*/
      .client-heading h2 {
        font-size: 2em;
        font-family: 'Poppins', sans-serif;
        font-weight: 700 !important;
        color: #000;
    }
     .client .img-box {
        width: 70px;
        height: auto;
        text-align: center !important;
        justify-content: center;
        margin: 0 auto;
        /* border: 1px solid #f00; */
    }
    .client .hidden .img-box {
        width: 70px;
        height: auto;
        text-align: center !important;
        justify-content: center;
        margin: 0 auto;
        /* border: 1px solid #f00; */
    }
    .client .mobile-hide-logo {
        display: none;
    }
    .client .hidden {
        display: inline-block;
    }
    .client .text-box {
        display: none;
    }
    .client .img-box img {
        width: 100%;
        height: 100%;
    }
    .client .row-1, .row-2 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .client .hidden .row-1, .row-2 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
   
    .div-img-social{
        padding-left: 0em;
        padding-right: 0em;
        padding-top: 0em;
        padding-bottom: 0em;
     }
      .net {
        width: 100%;
        height: auto;
    }
    .net img {
        width: 100%;
        height: 100%;
    }
    .div-img-f {
        width: 100%;
        height: 300px;
    }
    .div-img-f img {
        width: 100%;
        height: 100%;
    }
    .sect-fasc {
        width: 100%;
        background: #f6f6f6;
        padding-top: 1em;
    }
    .smm-info p {
        font-size: 13px;
        line-height: 25px;   
    }
    .workshop-heading .inner-text-box p {
        font-size: 13px !important;
    }
    .workshop-heading {
    margin-top: 10px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
}
/***************About us page**************/
.top-heading-about {
    margin-top: 5em;
}
.top-heading-p {
    color: #777;
    line-height: 25px;
    font-family: 'Comfortaa', cursive;
    font-size: 13px;
    transition: all .5s ease-in-out;
}
.about-text {
    margin-top: 5em;
}
.about-img {
    margin-top: 10em;
    width: 100%;
    height: 60vh;
    background: url('../images/about-img.jpg');
    background-size: cover;
    background-position: center;
    filter: grayscale(100%);
    transition: all .9s ease-in-out
}
.about-img:hover {
   filter: grayscale(0);
}
.mision_vision {
    margin-top: 5em;
}
.box h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 3em;
    font-weight: bolder;
    margin-bottom: .6em;
    letter-spacing: 2px;
    color: #fff;
    transition: all .9s ease-in-out;
}
.box h2:hover {
    color: #777;
}
.box p {
    color: #777;
    line-height: 35px;
    font-size: 15px;
    text-align: left;
    transition: all .9s ease-in-out;
    font-family: 'Comfortaa', cursive;
}
.box p:hover {
    color: #fff;
}
.inner-content {
    position: absolute;
    top: 50%;

}
.about-contact {
    width: 100%;
    height: 45vh;
    background: linear-gradient(to left, rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url('../images/make.jpg');
    background-size: cover;
    background-position: center;
    margin-top: 0em;
    text-align: center;
    justify-content: center;
    transition: all 3s ease-in-out;
}
.about-contact:hover {
    background: linear-gradient(to left, rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url('../images/make.jpg');
    background-size: cover;
    background-position: bottom;
}
.about-work {
    margin-top: 5.5em;
}
.about-work h3 {
    text-transform: uppercase;
    margin-bottom: 1em;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 2px;
   
}
.about-work a {
    text-decoration: none;
    padding: 15px 35px;
    background: #fff;
    color: #000;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    transition: all 1s ease-in-out;
}

.about-work a:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}
.services {
    margin-top: 5em;
}
.services h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 3em;
    font-weight: bolder;
    margin-bottom: .6em;
    letter-spacing: 2px;
    color: #fff;
    transition: all .9s ease-in-out;
}
.services .swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 250px; 
    margin-bottom: 5em;
  }
  .services .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 30%;
    height: 300px;
    background: #fff;
  }
  .services .swiper-slide .img-box  {
    width: 100%;
    height: 300px;
    overflow: hidden;
  }
  .services .swiper-slide .img-box img {
    width: 100%;
    height: 100%;
  }
  .services .swiper-slide .details {
   box-sizing: border-box;
   font-size: 20px;
   padding: 20px;
  }
  .services .details .caption-heading h1 {
      font-size: 1em;
      font-family: 'Roboto', sans-serif;
      font-weight: 900;
  }
  .services .details .swipe-info p {
      font-size: 15px;
        font-family: 'Comfortaa', cursive;
        color: #777;
        line-height: 25px;
  }
@media screen and (max-width: 580px) {
    .about-img {
        margin-top: 3em;
        width: 100%;
        height: 50vh;
    }
    .mision_vision {
        margin-top: 1em;
    }
    .box h2 {
        font-size: 2em;
        text-align: center;
    }
    .box p {
        color: #777;
        line-height: 30px;
        font-size: 13px;
        text-align: left;
    }
    .about-text {
        margin-top: 0em;
    }
    .about-contact {
        width: 100%;
        height: 40vh;
    }
    .about-work {
        margin-top: 2em;
        margin-bottom: 3em;
        padding: 10px 20px;
    }
    .about-work h3 {
      font-size: 18px;
      line-height: 30px;
    }
    .about-work a { 
        padding: 15px 10px;
    }
    .services {
        margin-top: 0em;
    }
    .services .swiper-slide {
        width: 100% !important;
      } 
      .services .swiper-slide .img-box  {
        width: 100%;
        height: 50vh;
      }
      .services .swiper-slide .img-box  img {
        width: 100% !important;
        height: 100% !important;
      } 
       .services .details .caption-heading h1 {
           font-size: .9em;
           text-align: center;
       }
       .services .details .swipe-info p {
           font-size: 13px;
             line-height: 22px;         
      }  
      .services h2 {
        font-size: 2em;
    } 
}
/***************Contact us page**************/
.contact {
    margin-top: 5em;
}
.contact .form-div {
    margin-top: 0em;
}
.contact-heading h4 {
    font-family: 'Roboto', sans-serif !important;
    font-size: 3.5em;
    color: #343434;
    transition: all .9s ease-in-out;
    font-weight: 900;
}
.contact-heading h4:hover {
    color: #fff;
}
.contact-heading span {
    color: #fff;
    transition: all .9s ease-in-out;
}
.career-heading span:hover {
    color: #777;
}
.form-div {
    padding: 15px 30px;
    padding-top: 0;
}
.form-div h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 3em;
}
.contact-p {
    font-size: 15px !important;
    font-family: 'Comfortaa', cursive;
    line-height: 35px;
    font-weight: 500;
}
.contact-info {
    margin-top: 0em;
}
.contact-info p {
    font-size: 15px;
    line-height: 40px;
    letter-spacing: .5px;
    font-family: 'Comfortaa', cursive;
}
.contact-info p a:hover {
    text-decoration: none;
}

.form input {
    background: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #232323;
    transition: all 1s ease-in-out !important;
    box-sizing: border-box;
    outline: none;
    color: #fff !important;
}
.form input:focus {
    background: transparent;
    border: 2px solid #fff !important;
}
.form input:hover {
    background: transparent;
    border-bottom: 2px solid #ccc;
}
.form textarea{
    background: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #232323;
    transition: all 1s ease-in-out !important;
    box-sizing: border-box;
    outline: none;
    color: #fff !important;
}
.form textarea:focus {
    background: transparent;
    border: 2px solid #fff !important;

}
.form textarea:hover{
    background: transparent;
    border-bottom: 2px solid #ccc;
}
.form input::placeholder {
    color: #232323;
}
.form textarea::placeholder {
    color: #232323;
}
.submit-btn {
    background: transparent !important;
    border: 1px solid #232323 !important;
    transition: all 1s ease-in-out !important;
    color: #fff !important;
}
.submit-btn:hover {
    background: #fff !important;
    color: #000 !important;
    cursor: pointer;
}
@media screen and (max-width: 580px) {
    .top-heading h1 {
        font-size: 3em;
        margin-top: 0;
    }
    .contact {
        margin-top: 0;
    }
    .contact-info {
        margin-top: 0;
    }
    .contact-info p {
        font-size: 10px;
        line-height: 25px;
    }
    .contact-info h2 {
        font-size: 20px;
        margin-top: 3em;
        margin-bottom: 2em;
        line-height: 30px;
    }
    .form-div {
        padding: 5px 10px;
        padding-top: 0;
        margin-top: 2em;
    }
    .form-div h1 {
        font-size: 2em;
    }
    .sta-img {
        margin-top: -30px;
        margin-left: 1px;
    }
    .top-heading-about {
        margin-top: 2em;
    }
    .contact-heading h4 {
        font-size: 2em;
    }
    .inner { 
        width: 5px;
        padding: .8px 8px;
  }
}
/**********Careers**************/
.career-heading {
    margin-top: 1em;
}
.career-heading h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 4em;
    color: #232323;
    transition: all .9s ease-in-out;
    font-weight: 800;
}
.career-heading h1:hover {
    color: #fff;
}
.career-heading span {
    color: #fff;
    transition: all .9s ease-in-out;
}
.career-heading span:hover {
    color: #777;
}
.career-heading p {
    font-size: 20px;
    color: #4d4d4d;
    font-family: 'Roboto', sans-serif;
    font-weight: 400 !important;
}
.form-div {
    margin-top: 3em;
}
.form-div h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 2em;
    color: #fff;  
    font-weight: 800;
}
.form-div button {
    background: transparent;
    color: #fff;
    transition: all .9s ease-in-out;
    border: 1px solid #777;
    cursor: pointer;
}
.form-div button:hover {
    background: #fff;
    color: #000;
}
.form-div input::placeholder {
    color: #fff;
}
.form-div textarea::placeholder {
    color: #fff;
}
@media screen and (max-width: 580px) {
    .career-heading {
        margin-top: 2em;
    }
    .career-heading h1 {   
        font-size: 2.5em;   
    }
    .career-heading p {
        font-size: 15px;
        color: #4d4d4d;
        line-height: 30px;
    }
}
/***********Programs***********/
.program-section {
    margin-top: 3em;
    margin-bottom: 6.5em; 
}
.top-heading-program h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 3em;
    font-weight: bolder;  
}
.img1 {
    width: 100%;
    height: 50vh;
    background: url('../images/wheelchair.jpg');
    background-size: cover;
    background-position: center;
    transition: all 1s ease-in-out;
    filter: grayscale(100%);   
}
.img1:hover {
   filter: grayscale(0);
}
.img2 {
    width: 100%;
    height: 50vh;
    background: url('../images/child-code-edited.jpg');
    background-size: cover;
    background-position: center;
    transition: all 1s ease-in-out;
    filter: grayscale(100%);
}
.img2:hover {
   filter: grayscale(0);
}

.img3 {
    width: 100%;
    height: 50vh;
    background: url('../mentorship/img/1.jpg');
    background-size: cover;
    background-position: center;
    transition: all 1s ease-in-out;
    filter: grayscale(100%);
}
.img3:hover {
   filter: grayscale(0);
}
.program-p {
    margin-bottom: 30px;
    margin-top: 1em;
    font-size: 15px;
    line-height: 30px;
}
.program-p p {
    font-size: 15px;
    line-height: 30px;
    color: #777;
    font-family: 'Comfortaa', cursive;
}
.program-a a {
    text-decoration: none;
    background: #fff;
    color: #000;
    transition: all 1s ease-in-out;
    padding: 15px 40px;
    border-radius: 5px;
}
.program-a a:hover {
    text-decoration: none;
    background: #232323;
    color: #fff;
}
@media screen and (max-width: 580px) {
    .program-section {
        margin-top: .5em;
        margin-bottom: 2em; 
    }
    .top-heading-program h1 { 
        font-size: 3em;     
    }
    .top-heading-p {
        line-height: 25px;
        text-align: left;
        font-size: 13px;
    }
    .top-heading-program h1 {
        font-size: 1.5em;
        margin-top: 1em;
        margin-bottom: 1em;
    }
    .program-a a {
        padding: 10px 20px; 
    }
    .program-p {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .program-p p {
      font-size: 13px;
    }
    .img1 {
        width: 100%;
        height: 60vh;
    }
    .img2 {
        width: 100%;
        height: 50vh;
        margin-top: 20px;
    }
}
/**********Programs modal*********/
.modal-content {
    background: #fff !important;
    border: none !important;
}
.modal-content .modal-header{
    border-bottom: none;
}
.modal-content .fa-times {
    color: #232323;
}
.modal-content input {
    border-radius: 0;
    border: 2px solid #777;
    border-radius: 5px
}
.modal-content button {
    background: #232323;
    color: #fff;
    border: 1px solid #eff4f8;
    transition: all .8s ease-in-out;
    cursor: pointer;
}
.modal-content button:hover {
    background: #eff4f8;
    color: #000;
    border: 1px solid #232323;
}
/**********Slider***********/
/* .slide-container-home-out{
    height:700px;
    position:relative;
    background:#000;
    overflow:hidden;
    padding:0;
    padding-bottom: 50px;
   
}
.slide-container-home{
height:600px;
padding:0;
background:#ccc;
overflow-y:hidden;
overflow-x:scroll;

}
.slide-container{
height:600px;
padding:0;
background:#000;
width:3000px;
}
#slide-container {
    position: sticky !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    z-index: 1;
    box-sizing: border-box; 
}
.grid{
height:550px;
width:300px;
border-left:1px solid #000;
float:left;
}

 .grid-w600{
 width:500px;
 } 
 .grid-w450{
 width:450px;
 }
 .last{
 background:green !important;
 }
 .upper-grid{
 height:50%;
 width:100%;
 border-bottom:#fff 1px solid;
 }
 .lower-grid{
 height:50%;
 width:100%;
 }
 .image-box{
 height:100%;
 }
 .right-bd{
 border-right:#fff 1px solid;
 } */
/***********Workshop*************/
.work_hero {
    width: 100%;
    height: 100vh;
}
.work_hero .carousel-item {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



/* start slider style desktop*/



.our-works .img-box {
    width: 100%;
    height: auto;
   margin: 20px;
    transition: all .5s ease-in-out;
    position: relative;
}
.our-works .img-box img {
    width: 100%;
    height: 100%;
}
.our-works .img-box .overlay-works  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    transition: all .5s ease-in-out;
    opacity: 0;
    background: rgba(0,0,0,0.6) ;
}
.our-works .img-box .overlay-works .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.our-works .img-box .overlay-works .content p {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500 !important;
  letter-spacing: .6px;
}
.our-works .img-box:hover .overlay-works {
 opacity: 1;
 /* width: 100%; */
}
.our-works .img-box:hover {
    transform: scale(0.98);
}
.our_works .swiper-container {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 50px;
  }
 .our_works .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 500px;
    height: 600px;
  }
  .our_works .swiper-slide .img-box {
    width: 500px;
    height: 600px;
  }
  .our_works .swiper-slide .img-box img{
    width: 100%;
    height: 100%;
  }
  .our_works .img-box .overlay-works  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    transition: all .5s ease-in-out;
    opacity: 0;
    background: rgba(0,0,0,0.6) ;
}
.our_works .img-box .overlay-works .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.our_works .img-box .overlay-works .content p {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500 !important;
  letter-spacing: .6px;
}
.our_works .img-box:hover .overlay-works {
 opacity: 1;
}


/* End slider style desktop */



#container .side-scroll-section::-webkit-scrollbar
 {display: none;}
#container .side-scroll-section {
    position: sticky !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    z-index: 1;
    box-sizing: border-box; 
}
#container .sidescroll-container {
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;  
}
#conainer .side-scroll-track {
    will-change: transform;
    transform: translate3d(-0.6776vw, 0px, 0px,) 
    scale3d(1,1,1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    transform-style: preserve-3d;
    display: flex;
    width: 200vw;
    height: 100vh;
    box-sizing: border-box;
}
#container .w-embed::after {
    clear: both;
}
#container .w-embed::before, #container .w-embed::after   {
    content: " ";
    display: table;
}

#container .showtime-wrapper {
    display: flex;
    width: 100vw;
    box-sizing: border-box; 
}
#container .section {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-align: center;
}
#container .section  .content{
    display: flex;
    position: relative;
    margin-right: 1vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-flex: 0;
    flex: auto 0;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
}
#container .section .content .img-box img {
    max-width: 100%;
   display: inline-block;
   border: 0;
}
/* .workshop .section .content .img-box {
    width: 70%;
    height: 80vh;
}
.workshop .section .content .img-box  img{
    width: 100%;
    height: 100%;
}
.workshop .section .content {
    display: flex;
} */
.workshop:hover .workshop-heading .inner-text-box p{
    color: #fff;
}
.workshop-heading {
    margin-top: 100px;
    padding-top: 50px;
    padding-bottom: 10px;
}
.workshop-heading .text-box h1 {
    font-size: 5em;
    color: #fff;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
}
.workshop-heading .text-box img {
margin-left: 10px ;
}
.workshop-heading h2 {
    font-size: 4em;
}
.workshop-heading .inner-text-box {
    padding-top: 10px;
}
.workshop-heading .inner-text-box p{
    font-size: 15px;
    line-height: 25px;
    color: #777;
    font-family: 'Comfortaa', cursive;
    transition: all .5s ease-in-out;
}
.workshop-heading .inner-text-box p b {
    color: #fff;
}
.workshop-heading .inner-text-box .more-btn {
    color: #000;
    background: #f2f2f2;
    border: none;
    font-size: 15px;
    font-family: 'Comfortaa', cursive;
}
.btn-box .more-btn {
    text-decoration: none;
    color: #000;
    background: #f2f2f2;
    font-family: 'Comfortaa', cursive;
    font-size: 15px;
}
.workshop-heading .vertical-text p {
    transform: rotate(-90deg);
    margin-top: 2em;
}
.workshop-content .text-div {
    padding-top: 30px;
    padding-bottom: 30px;
}
.workshop-content .text-div .dot-detail {
    height: 15px;
    width: 15px;
    float: left;
    margin-right: 1rem;
    margin-top: .5rem;
    border-radius: 50%;
    transition: all 1s ease-in-out;
}
.workshop-content .text-div .dot-radius {
    background: #b2d373;
}
.workshop-content .text-div p {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
}
.workshop-content .link, .link {
    color: #fff;
    font-size: 15px;
    margin-top: 10px;
}
.workshop-content .link a, .link a {
  text-decoration: none;
  color: #666 !important;
  font-size: 15px;
}
.workshop-content .h2 {
    font-weight: 900;
    font-family: 'Roboto',sans-serif;
    font-size: 2.5em !important;
}
@media screen and (max-width:580px) {
    .workshop-content .h2 {
        font-weight: 900;
        font-family: 'Roboto',sans-serif;
        font-size: 1.5em;
    }
    .workshop-content .text-div p {
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
    }
    .workshop-content .text-div .dot-detail {
        height: 13px;
        width: 13px;
        float: left;
        margin-right: 1rem;
        margin-top: .3rem;
        border-radius: 50%;
        transition: all 1s ease-in-out;
    }
    .workshop-content .link, .link {
        color: #fff;
        font-size: 13px;
        margin-top: 10px;
    }
    .workshop-content .link a, .link a {
      text-decoration: none;
      color: #666;
      font-size: 13px;
    }
    .workshop-heading {
        margin-top: 0px;
        padding-top: 60px;
        padding-bottom: 20px;
    }
    .workshop-heading h2 {
        font-family: 'Roboto', sans-serif;
        font-size: 2em;
        font-weight: bolder; 
        color: #fff;
    }
    .workshop-heading .inner-text-box {
        padding-top: 10px;
    }
    .workshop-heading .inner-text-box p{
        font-size: 13px;
        line-height: 25px;
        color: #777;
        font-family: 'Comfortaa', cursive;
    }
    .workshop-heading .vertical-text p {
        transform: rotate(-90deg);
        margin-top: 2em;
        display: none;
    }
    .our_works .swiper-container {
        width: 100%;
        padding-top: 0px;
        padding-bottom: 20px;
      }
     .our_works .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 350px;
        height: 450px;
      }
      .our_works .swiper-slide .img-box {
        width: 350px;
        height: 450px;
      }
      .our-works .img-box {
        width: 100%;
        height: auto;
       padding: 10px;
        transition: all .5s ease-in-out;
        margin: 0;
    }
    .workshop-heading .text-box h1 {
        font-size: 2.5em;
        color: #fff;
        font-weight: 900;
        font-family: 'Roboto', sans-serif;
    }
    .workshop-heading .text-box img {
        margin-left: 5px ;
        }
}
.mobile {
    display: none;
}
@media screen and (max-width:950px){
    .desktop {
        display: none;
    }
    .mobile {
    display: block;
}
.img3, .img1, .img2 {
  width: 100%;
  height: 40vh;
}
}