@import url("//fonts.googleapis.com/css?family=Open%2BSans%3A400%2C700%2C800%2C300|Montserrat%3A400%2C700");
body {
  background-color: white;
  color: black;
  font-size: 5vw;
      font-family: 'gt_haptik_reg';

}

a{
  text-decoration: none;
  color: black;
}

@media screen and (min-width: 768px) {
    #phone {display:none;}
}

@media screen and (max-width: 800px) {
    #screen {display:none;}

    .video{
      margin: 5%; 
      width: 90%; 
    }
}

.no_scroll {
  overflow: hidden; 
}

.text-content{
    background-color: white;
}

.outer {
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
}

@font-face {
    font-family: 'gt_haptik_reg';
    src: url('../fonts/GT-Haptik-Light.eot'),
         url('../fonts/GT-Haptik-Light.woff') format('woff'),
         url('../fonts/GT-Haptik-Light.ttf') format('truetype'),
         url('../fonts/GT-Haptik-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*.other:hover {
    z-index: 100000; 
}
*/

.outer{
    z-index: 10;
}

.inner_link{
    text-decoration: underline;
    cursor:pointer;
}

    .icon{
        position: absolute;
        left: 90%; 
        top: 5%; 
        /*box-shadow: 0px 5px 5px 2px rgba(50, 50, 50, 0.2);*/
       z-index: 1;
    

    }

    .play{
      position: absolute; 
      font-size: 1.5vw; 
      width: 100%; 
      text-align: center; 
      top: 45%; 
      color: white; 
    }

.icon img{
       padding: 4%;

 max-width: 70px; 
 max-height: 50px; 
 box-shadow: 1px 1px 2px #888888;
}

.icon_text{
    position: absolute;
    top: 0%; 
    left: -50%; 
    margin-top: 63%;
    font-size: 12px;
    color: #000;
    width: 200%; 
    text-align: center;
}
.icon_text_mh{
    position: absolute;
    top: 0%; 
    left: -50%; 
    margin-top: 80%;
    font-size: 12px;
    color: #000;
    width: 200%; 
    text-align: center;
}

.icon_text_cd{
    position: absolute;
    top: 0%; 
    left: -50%; 
    margin-top: 145%;
    font-size: 12px;
    color: #000;
    width: 200%; 
    text-align: center;
}
.email{
  height: 30%; 
}

.home{
color: #000;
position: fixed;
width: 26%;
margin-left: 37%;
top: 3%;
text-align: center;
font-size: 1.5vw;
z-index: 100000;
}

.contact{
position: absolute;
top: 45%;
left: 95%;
font-size: 1.5vw;
transform: rotate(90deg); 
 z-index: 100000;
}

.about{
position: absolute;
top: 95%;
text-align: center;
width: 20%; 
margin-left: 40%; 
font-size: 1.5vw;
z-index: 100000;
}

.work{
position: absolute;
top: 45%;
left: 0%;
font-size: 1.5vw;
transform: rotate(-90deg); 
z-index: 100000;
}



#typed .hChar {
  background-color: #B1D7FE;
  color: #000;
}


#typed_1 .hChar {
  background-color: #B1D7FE;
  color: #000;
}

#typed_2 .hChar {
  background-color: #B1D7FE;
  color: #000
}

#typed_3 .hChar {
  background-color: #B1D7FE;
  color: #000
}




#typed .typed-cursor {
  color: #fff;
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite
}

@-webkit-keyframes blink {
  0% {
    opacity: 1
  }
  50% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 1
  }
  50% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@-ms-keyframes blink {
  0% {
    opacity: 1
  }
  50% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@keyframes blink {
  0% {
    opacity: 1
  }
  50% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

.typed-cursor {
  color: #fff;
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite
}

@-webkit-keyframes blink {
  0% {
    opacity: 1
  }
  50% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 1
  }
  50% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@-ms-keyframes blink {
  0% {
    opacity: 1
  }
  50% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@keyframes blink {
  0% {
    opacity: 1
  }
  50% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

.skillSection h2 {
  margin: 15px 0 30px 0
}

.skillSection .circle {
  width: 100px;
  margin: 6px 6px 20px;
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1.2
}

.skillSection .circle canvas {
  vertical-align: top
}

.skillSection .circle strong {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 30px
}

.skillSection .circle strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal
}

@media (max-width: 1199px) {
  .skillSection .circle {
    width: 100%
  }
  .skillSection .circle canvas {
    width: 50px;
    height: 50px
  }
  .skillSection .circle strong {
    top: 3px
  }
  .skillSection .circle strong img {
    width: 15px;
    height: 15px
  }
}

.skillSection .skillCol {
  margin: 10px auto
}

.skillSection .skillCol h3 {
  margin: 0 0 15px 0;
  color: #f7ad35;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700
}

@media (max-width: 1199px) {
  .skillSection .skillCol h3 {
    font-size: 1.3em
  }
  .skillSection .skillCol p {
    font-size: 0.8em
  }
}

@media (max-width: 991px) {
  .skillSection .skillCol {
    text-align: center
  }
  .skillSection .skillCol h3 {
    margin: 15px 0 15px
  }
}

.contactSection form {
  background-color: #fff;
  padding: 20px;
  margin: 30px auto 0 auto
}

.contactSection form label {
  color: #313131
}

.contactSection form label span {
  color: #d24755
}

@media (max-width: 1199px) {
  .contactSection form {
    margin: 15px auto 0 auto
  }
}

.contactSection .rightBox {
  background-color: #d24755;
  padding: 20px
}

.contactSection .rightBox h2 {
  margin: 15px 0 15px 0
}

.contactSection .rightBox .smallHeading {
  color: #ea98a1
}

.contactSection .rightBox p {
  color: #f7d9dc
}

@media (max-width: 991px) {
  .contactSection .rightBox {
    margin: 20px auto
  }
}

.contactSection .infoRow {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin: 15px auto
}

.contactSection .infoRow p {
  margin: 10px auto;
  color: #fff
}

@media (max-width: 1199px) {
  .contactSection .infoRow p {
    font-size: 0.8em
  }
}

.contactSection #map-canvas {
  height: 270px;
  width: 100%
}

@media (max-width: 1199px) {
  .contactSection #map-canvas {
    height: 260px
  }
}

.acrdSection .acrdList {
  list-style: none;
  margin: 30px 0 30px 0;
  padding: 0
}

.acrdSection .acrdList li {
  background-color: #eee;
  margin: 10px auto;
  padding: 15px
}