
      body::-webkit-scrollbar { width: 0 !important }

      .cursor {
        position: absolute;
        transform: translateX(-50%) translateY(-50%);
      }
/*
      .cursor {
        position: absolute;
        width: 24px;
        height: 24px;
        border: 3px solid white;
        border-radius: 20px;
      }
      .cursor:before {
        content: ”;
        position: absolute;
        top: 6px;
        left: 50%;
        width: 4px;
        height: 2px;
        margin-left: -4px;
        border-left: 2px solid white;
        border-right: 2px solid white;
      }
      .cursor:after {
        content: ”;
        position: absolute;
        top: 12px;
        left: 50%;
        width: 10px;
        height: 5px;
        margin-left: -7px;
        border-bottom: 2px solid white;
        border-left: 2px solid white;
        border-right: 2px solid white;
        border-radius: 0 0 8px 8px;
      }*/

      .cursor{
        z-index: 1;
      }

      .blackc {
        background-color: black;
        z-index: 1;
      }


      .head1{
        position: relative;
        width: 100%;
        height: 100vh;
        min-height: 35rem;
        padding: 16rem 0;
        background: url(img/2.jpg);

        background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 22, 0.3)), color-stop(75%, rgba(22, 22, 22, 0.7)), to(#161616)),url(".img/1.jpg");
        background: linear-gradient(to bottom, rgba(22, 22, 22, 0.3) 0%, rgba(22, 22, 22, 0.7) 80%, #161616 100%),url("img/2.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: cover;
        color: white;
      }

      .typewriter h1 {
      overflow: hidden; /* Ensures the content is not revealed until the animation */
      border-right: .10em solid ; /* The typwriter cursor */
      white-space: nowrap; /* Keeps the content on a single line */
      margin: 0 auto; /* Gives that scrolling effect as the typing happens */
      letter-spacing: .15em; /* Adjust as needed */
      max-width: max-content;
      font-size: 50px;
      animation: typing 4s steps(44) 0.5s 1 both,
                 blink-caret .5s step-end infinite;;
    }

    /* The typing effect */
    @keyframes typing {
      from { width: 0 }
      to { width: 70% }
    }

    @keyframes blink-caret {
      from, to { border-color: transparent }
      50% { border-color: white; }
    }

    .first{
      color: aqua;
    }
    
    .second{
      color: #55acee;
    }

    code{
      color: aqua;
    }

    #scroll-down{
        position:absolute;
        top:93%;
        left:50%;
        transform:translate(-50%,-50%);
        margin:auto;
    }
    #mouse {
        width: 10px;
        height: 20px;
        padding :0 15px ;
        padding-bottom: 50px;
        border: 2px solid white;
        border-radius:120px;
    }
    #scroller{
        position: absolute;
        right:43%;
        width:4px;
        height:10px;
        background:white;
        border-radius:20px;
        opacity:0.9;
        animation:ani 1s linear infinite;
        animation-direction:alternate;
    }
    @keyframes ani{
        0%{
          transform: translateY(0);
        }
        50% {
          transform: translateY(10px);
        }
        100% {
          opacity: 0;
          transform: translateY(30px);
        }
    }

    .social{
      margin-left: 34%;
    }

    .cont{
        display: flex;
        margin: 0%;
        padding: 5%;
    }
    .social >ul li{
        position: relative;
        list-style: none;
        width: 40px;
        height: 40px;
        margin: 0 24px;
    }
    .social >ul li span{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        transition: .5s;
        display: flex !important;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 20px !important;
    }
    .social >ul li:hover span:nth-child(5){
        transform: translate(30px,-30px);
        opacity: 1;
    }
    .social >ul li:hover span:nth-child(4){
        transform: translate(30px,-30px);
        opacity: .8;
    }
    .social >ul li:hover span:nth-child(3){
        transform: translate(20px,-20px);
        opacity: .8;
    }
    .social >ul li:hover span:nth-child(2){
        transform: translate(10px,-10px);
        opacity: .6;
    }
    .social >ul li:hover span:nth-child(1){
        transform: translate(0px,-0px);
        opacity: .4;
    }
    /*ul li:nth-child(1) span{
        background-color: #3b5999;
    }*/
    .social >ul li:nth-child(1) span{
        background-color: #55acee;
    }
    .social >ul li:nth-child(2) span{
        background-color: #dd4b39;
    }
    .social >ul li:nth-child(3) span{
        background-color: #0077b5;
    }
    .social >ul li:nth-child(4) span{
        background-color: white;
        color: black;
    }
    .social >ul li:nth-child(5) span{
        background-color: black;
    }
    .social >ul li:hover span{
        box-shadow: -1px 1px 1px rgba(0,0,0,.1)
    }

    .mob{
      display: none;
    }

    code{
      font-weight: bolder;
      font-size: 20px;
    }


    .navbar{
      background-color: white;
      width: 100%;
      padding: 3px;
      /*border-bottom: 1px solid black;*/
      
    }
    .navbar:after {
        padding-top: 1px;
        margin-left: -16px;
        content:"";
        position:absolute;
        width:100%;
        bottom:1px;
        border: 1px solid #EEEEEE;
    }
    
    .navbar-brand{
      font-size: 29px;
      margin-right: 10%;
    }

    .nav-item{
      padding-left: 59px;
    }

    .nav-link{
      font-size: 13px;
      font-weight: bold;
    }

    .nav  a{
      text-decoration: none;
      color: black;
      transition: all 0.2s ease;
    }
    .nav  .active {
      border-bottom: 2px solid black;
    }


    section {
      width: 100%;
      border-bottom: 1px solid #ccc;
      text-align: center;
      padding-bottom: 40px;
    }

    section h1{
      font-size: 40px;
      font-weight: bold;
      padding: 4%;
    }

    .traingleleft {
      position: absolute;
      margin-top: 66%;
      height: auto;
      width: auto;
      border-right: 183px solid #1F201F;
      border-left: 183px solid #1F201F;
      border-bottom: 40px solid #1F201F;
      border-top: 100px solid transparent;
      z-index: 3;
    }

    .about{
      padding-top: 40px;
    }

    .short-info >h3{
      color: white;
      font-weight: bold;
      font-size: 25px;
      padding-bottom: 20px;
      padding-right: 20px;
    }

    .short-info > p{
      color: #C8C7C7;
      padding-bottom: 40px;
      padding-right: 30px;
    }

    li{
      color: #C8C7C7;
      padding: 8px;
    }

    h5{
      font-weight: bold;
      padding-bottom: 20px;
      padding-right: 20px;
    }

    .fa-check,.fa-download,.fa-paper-plane{
      color: green;
      padding-right: 10px;

    }

    .con{
      padding-right: 30px;
    }

    .hobbies  span{
      font-weight: bold;
      padding: 15px 15px;
      background: transparent;
      border: 3px solid black;
      color: black;
      text-transform: uppercase;
      font-size: 15px;
      border-radius: 5px;
      transition: background .3s ease;
      box-shadow: 3px 3px 0 #bababa;
    }

    .hobbies > .col{
      padding: 20px 0px;
    }

    .con>.btn {
      font-weight: bold;
      padding: 10px 30px;
      text-decoration: none;
      background: transparent;
      border: 2px solid white;
      color: white;
      display: inline-block;
      position: relative;
      text-transform: uppercase;
      font-size: 15px;
      border-radius: 5px;
      transition: background .3s ease;
      box-shadow: 3px 3px 0 white;
    }
    .con>.btn:hover{
        box-shadow: none ;
        top: 2px;
        color: white;
        left: 2px;
        box-shadow: 3px 3px 0 transparent;
      }

    .row-list{
      list-style: none;
    }

    .pic{
      position: relative;
      height: 100%;
      width: 100%;
    }

    .personal{
      height: fit-content;
      border-style: solid;
      border-bottom-style: double;
      border-width: 2px;
      border-bottom-width: 3px;
      border-color: #434343;
      border-radius: 0 0 10px 10px;
    }


    .info{
      padding-top: 10px;
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 0px;
    }

    .info>hr{
      margin: 0.7em auto;
      background-color: #434343;
    }
    .info >span{
      color: #C8C7C7;
    }
    .info >span > strong{
      color: white;
    }


    .rhombus {
      display: inline-flex;
      height: 10px;
      width: 10px;
      background-color: #D2C8C8;
      transform: rotate(45deg);
    }

    .tag{
      margin-top: -40px;
      padding-bottom: 40px;
    }

    .tag::before,
    .tag::after {
        display: inline-block;
        content: "";
        border-top: .1rem solid #D2C8C8;
        width: 4rem;
        margin-bottom: 5px;
        margin-left: 10px;
        margin-right: 10px;
    }
    

    #skills{
      width: 100%;
      background-color: white;
    }

    svg{
      width:30%;
      float: right;
    }

    td{
      color: black;
      font-weight: bold;
      font-size: 20px;
      max-width: 32%;
      padding-right: 20px;
    }
    tr{
      max-width: 100%;
      text-align: left;
      padding-top: 60px;
    }


    /*#education{
      background-color: #525252
    }*/
    .main-timeline{
        overflow: hidden;
        position: relative;
        padding: 60px 0;
    }
    .main-timeline:before{
        content: "";
        width: 1px;
        height: 100%;
        background: #cfcdcd;
        position: absolute;
        top: 0;
        left: 50%;
    }
    .main-timeline .timeline{
        width: 50%;
        clear: both;
        position: relative;
    }
    .main-timeline .timeline:before,
    .main-timeline .timeline:after{
        content: "";
        display: block;
        clear: both;
    }
    .main-timeline .timeline:first-child:before,
    .main-timeline .timeline:last-child:before{
        content: "";
        width: 11px;
        height: 11px;
        background: #cfcdcd;
        box-sizing: content-box;
        border: 5px solid #fff;
        box-shadow: 0 0 0 2px #cfcdcd;
        position: absolute;
        top: -54px;
        right: -11px;
        transform: rotate(45deg);
    }
    .main-timeline .timeline:last-child:before{
        top: auto;
        bottom: -54px;
    }
    .main-timeline .timeline:last-child:nth-child(even):before{
        right: auto;
        left: -11px;
    }
    .main-timeline .timeline-icon{
        width: 24px;
        height: 24px;
        background: #fff;
        border: 1px solid #cfcdcd;
        position: absolute;
        top: 17px;
        right: -13px;
        z-index: 1;
        transform: rotate(45deg);
    }
    .main-timeline .timeline-icon:before{
        content: "";
        display: block;
        width: 15px;
        height: 15px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: background-color 0.2s ease 0s;
    }
    .main-timeline .timeline:hover .timeline-icon:before{ background: #39b3ff; }
    .main-timeline .timeline-content{
        width: 85%;
        padding: 18px 30px;
        background: #fff;
        text-align: right;
        float: left;
        border: 1px solid transparent;
        position: relative;
        transition: all 0.3s ease 0s;
        border: 1px solid #cfcdcd;
        border-radius: 10px;
        border-bottom-style: double;
        border-bottom-width: 3px;
    }

    .main-timeline .title{
      font-weight: bold;
      padding-bottom: 20px;
      padding-right: 20px;
    }

    .main-timeline .title small{
      font-weight: bold;
    }

    .main-timeline .timeline:hover .timeline-content{
        border: 1px solid #39b3ff;
        border-radius: 10px;
        border-bottom-style: double;
        border-bottom-width: 3px;
    }
    .main-timeline .timeline-content:before{
        content: "";
        display: block;
        width: 14px;
        height: 14px;
        background: #fff;
        border: 1px solid #cfcdcd;
        position: absolute;
        top: 21px;
        right: -7.3px;
        transform: rotate(45deg);
        transition: all 0.2s ease 0s;
    }
    .main-timeline .timeline:hover .timeline-content:before{
        background: #39b3ff;
        border-color: #39b3ff;
    }
    .main-timeline .timeline-content:after{
        content: "";
        width: 11%;
        height: 1px;
        background: #cfcdcd;
        position: absolute;
        top: 28px;
        right: -14%;
    }
    .main-timeline .date{
        display: block;
        font-size: 15px;
        font-weight: 600;
        color: #39b3ff;
        margin: 0 0 8px;
        transition: all 0.3s ease 0s;
    }
    .main-timeline .timeline:hover .date{ color: #444; }
    .main-timeline .title{
        font-size: 18px;
        color: #444;
        margin-top: 0;
        transition: all 0.3s ease 0s;
    }
    .main-timeline .timeline:hover .title{ color: #39b3ff; }
    .main-timeline .description{
        font-size: 14px;
        color: #777;
        line-height: 28px;
        margin-top: 8px;
    }
    .main-timeline .timeline:nth-child(2n),
    .main-timeline .timeline:nth-child(2n) .timeline-content{
        float: right;
        text-align: left;
    }
    .main-timeline .timeline:nth-child(2n) .timeline-icon{
        right: 0;
        left: -12px;
    }
    .main-timeline .timeline:nth-child(2n) .timeline-content:before{ left: -7.3px; }
    .main-timeline .timeline:nth-child(2n) .timeline-content:after{ left: -14%; }
    @media only screen and (max-width: 767px){
        .main-timeline{ padding-left: 20px; }
        .main-timeline:before{ left: 20px; }
        .main-timeline .timeline{ width: 100%; }
        .main-timeline .timeline,
        .main-timeline .timeline-content{
            float: right;
            text-align: left;
        }
        .main-timeline .timeline:first-child:before,
        .main-timeline .timeline:last-child:nth-child(odd):before{
            right: auto;
            left: -11px;
        }
        .main-timeline .timeline-icon{
            right: 0;
            left: -12px;
        }
        .main-timeline .timeline-content:before{ left: -7.3px; }
        .main-timeline .timeline-content:after{ left: -14%; }
    }
/*
@media (min-width: 1000px) {
  #timeline .demo-card:nth-child(odd) .head::after, #timeline .demo-card:nth-child(even) .head::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }
  #timeline .demo-card:nth-child(odd) .head::before, #timeline .demo-card:nth-child(even) .head::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background-color: #bdbdbd;
    border-radius: 9px;
    box-shadow: 0px 0px 2px 8px #f7f7f7;
  }
}
.demo-card:nth-child(1) {
  order: 1;
}
.demo-card:nth-child(2) {
  order: 4;
}
.demo-card:nth-child(3) {
  order: 2;
}
.demo-card:nth-child(4) {
  order: 5;
}
.demo-card:nth-child(5) {
  order: 3;
}
.demo-card:nth-child(6) {
  order: 6;
}
#timeline {
  padding: 10px 0;
  border-bottom: 1px solid rgba(191, 191, 191, 0.4);
}
#timeline .demo-card-wrapper {
  position: relative;
  margin: auto;
}
@media (min-width: 1000px) {
  #timeline .demo-card-wrapper {
    display: flex;
    flex-flow: column wrap;
    width: 1170px;
    height: 1650px;
    margin: 0 auto;
  }
}
#timeline .demo-card-wrapper::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px solid rgba(191, 191, 191, 0.4);
}
@media (min-width: 1000px) {
  #timeline .demo-card-wrapper::after {
    border-left: 1px solid #bdbdbd;
  }
}
#timeline .demo-card {
  position: relative;
  display: block;
  margin: 10px auto 80px;
  max-width: 94%;
  z-index: 2;
}
@media (min-width: 480px) {
  #timeline .demo-card {
    max-width: 60%;
    box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
  }
}
@media (min-width: 720px) {
  #timeline .demo-card {
    max-width: 40%;
  }
}
@media (min-width: 1000px) {
  #timeline .demo-card {
    max-width: 450px;
    height: 400px;
    margin: 90px;
    margin-top: 45px;
    margin-bottom: 45px;
  }
  #timeline .demo-card:nth-child(odd) {
    margin-right: 45px;
  }
  #timeline .demo-card:nth-child(odd) .head::after {
    border-left-width: 15px;
    border-left-style: solid;
    left: 100%;
  }
  #timeline .demo-card:nth-child(odd) .head::before {
    left: 491.5px;
  }
  #timeline .demo-card:nth-child(even) {
    margin-left: 45px;
  }
  #timeline .demo-card:nth-child(even) .head::after {
    border-right-width: 15px;
    border-right-style: solid;
    right: 100%;
  }
  #timeline .demo-card:nth-child(even) .head::before {
    right: 489.5px;
  }
  #timeline .demo-card:nth-child(2) {
    margin-top: 180px;
  }
}
#timeline .demo-card .head {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 400;
}
#timeline .demo-card .head .number-box {
  display: inline;
  float: left;
  margin: 15px;
  padding: 10px;
  font-size: 18px;
  line-height: 35px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.17);
}
#timeline .demo-card .head h2 {
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: inherit;
  letter-spacing: 2px;
  margin: 0;
  padding-bottom: 6px;
  line-height: 1rem;
}
@media (min-width: 480px) {
  #timeline .demo-card .head h2 {
    font-size: 165%;
    line-height: 1.2rem;
  }
}
#timeline .demo-card .head h2 span {
  display: block;
  font-size: 0.6rem;
  margin: 0;
}
@media (min-width: 480px) {
  #timeline .demo-card .head h2 span {
    font-size: 0.8rem;
  }
}
#timeline .demo-card .body {
  background: #fff;
  border: 1px solid rgba(191, 191, 191, 0.4);
  border-top: 0;
  padding: 15px;
}
@media (min-width: 1000px) {
  #timeline .demo-card .body {
    height: 315px;
  }
}
#timeline .demo-card .body p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
}
#timeline .demo-card--step1 {
  background-color: #46b8e9;
}
#timeline .demo-card--step1 .head::after {
  border-color: #46b8e9;
}
#timeline .demo-card--step2 {
  background-color: #3ee9d1;
}
#timeline .demo-card--step2 .head::after {
  border-color: #3ee9d1;
}
#timeline .demo-card--step3 {
  background-color: #ce43eb;
}
#timeline .demo-card--step3 .head::after {
  border-color: #ce43eb;
}
#timeline .demo-card--step4 {
  background-color: #4d92eb;
}
#timeline .demo-card--step4 .head::after {
  border-color: #4d92eb;
}
#timeline .demo-card--step5 {
  background-color: #46b8e9;
}
#timeline .demo-card--step5 .head::after {
  border-color: #46b8e9;
}
*/


/* Timelineh */
.scroll{
  display:inline-block;
  width:100%;
  overflow-y:hidden;
}
.scroll::-webkit-scrollbar {
  display: none;
}
.timelineh{
  margin-top: 25px;
}
.timelineh,
.timelineh-horizontal {
  list-style: none;
  padding: 20px;
  position: relative;
}
.timelineh:before {
  top: 40px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
.timelineh .timelineh-item {
  margin-bottom: 20px;
  position: relative;
}
.timelineh .timelineh-item:before,
.timelineh .timelineh-item:after {
  content: "";
  display: table;
}
.timelineh .timelineh-item:after {
  clear: both;
}
.timelineh .timelineh-item .timelineh-badge {
  color: #fff;
  width: 54px;
  height: 54px;
  line-height: 52px;
  font-size: 22px;
  text-align: center;
  position: absolute;
  top: 18px;
  left: 50%;
  margin-left: -25px;
  background-color: #333;
  border: 3px solid #ffffff;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timelineh .timelineh-item .timelineh-badge i,
.timelineh .timelineh-item .timelineh-badge .fa,
.timelineh .timelineh-item .timelineh-badge .glyphicon {
  top: 2px;
  left: 0px;
}
.timelineh .timelineh-item .timelineh-badge.primary {
  background-color: #1f9eba;
}
.timelineh .timelineh-item .timelineh-badge.info {
  background-color: #5bc0de;
}
.timelineh .timelineh-item .timelineh-badge.success {
  background-color: #59ba1f;
}
.timelineh .timelineh-item .timelineh-badge.warning {
  background-color: #d1bd10;
}
.timelineh .timelineh-item .timelineh-badge.danger {
  background-color: #ba1f1f;
}
.timelineh .timelineh-item .timelineh-panel {
  position: relative;
  width: 46%;
  float: left;
  right: 16px;
  border: 1px solid #777;
  background: #ffffff;
  border-radius: 2px;
  padding: 20px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timelineh .timelineh-item .timelineh-panel:before {
  position: absolute;
  top: 26px;
  right: -16px;
  display: inline-block;
  border-top: 16px solid transparent;
  border-left: 16px solid #777;
  border-right: 0 solid #777;
  border-bottom: 16px solid transparent;
  content: " ";
}
.timelineh .timelineh-item .timelineh-panel .timelineh-title {
  margin-top: 25px;
  color: inherit;
}
.timelineh .timelineh-item .timelineh-panel .timelineh-body > p,
.timelineh .timelineh-item .timelineh-panel .timelineh-body > ul {
  margin-bottom: 0;
}
.timelineh .timelineh-item .timelineh-panel .timelineh-body > p + p {
  margin-top: 5px;
}
.timelineh .timelineh-item:last-child:nth-child(even) {
  float: right;
}
.timelineh .timelineh-item:nth-child(even) .timelineh-panel {
  float: right;
  left: 16px;
}
.timelineh .timelineh-item:nth-child(even) .timelineh-panel:before {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timelineh-horizontal {
  list-style: none;
  position: relative;
  padding: 20px 0px 20px 0px;
  display: inline-block;
}
.timelineh-horizontal:before {
  height: 3px;
  top: auto;
  bottom: 26px;
  left: 56px;
  right: 0;
  width: 100%;
  margin-bottom: 20px;
}
.timelineh-horizontal .timelineh-item {
  display: table-cell;
  height: 280px;
  width: 20%;
  min-width: 320px;
  float: none !important;
  padding-left: 0px;
  padding-right: 20px;
  margin: 0 auto;
  vertical-align: bottom;
}
.timelineh-horizontal .timelineh-item .timelineh-panel {
  top: auto;
  bottom: 64px;
  display: inline-block;
  float: none !important;
  left: 0 !important;
  right: 0 !important;
  width: 100%;
  margin-bottom: 20px;
}
.timelineh-horizontal .timelineh-item .timelineh-panel:before {
  top: auto;
  bottom: -16px;
  left: 28px !important;
  right: auto;
  border-right: 16px solid transparent !important;
  border-top: 16px solid #777 !important;
  border-bottom: 0 solid #777 !important;
  border-left: 16px solid transparent !important;
}
.timelineh-horizontal .timelineh-item:before,
.timelineh-horizontal .timelineh-item:after {
  display: none;
}
.timelineh-horizontal .timelineh-item .timelineh-badge {
  top: auto;
  bottom: 0px;
  left: 43px;
}
.timelineh-body{
  color: #5F5F5F;
}

.parallax{
  background-image: url('img/1.jpg');
  height: 160px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.text{
  margin-top: -70px;
  height:0px;
  color: white;
  text-align: center;
}
.text>.btn{
      font-weight: bold;
      padding: 10px 30px;
      text-decoration: none;
      background: transparent;
      border: 2px solid white;
      color: white;
      position: relative;
      text-transform: uppercase;
      font-size: 15px;
      border-radius: 5px;
      box-shadow: none ;
      top: 2px;
      color: white;
      left: 2px;
}

.form,.col-4{
  text-align: left;
}
.form>form{
  padding-top: 10px;
  padding-left: 0px;
  padding-right: 40%;
}
.form-control{
  background-color: #F4F4F4;
  border-color: #E7E7E7;
  border-radius: 0px;
}
.form-control:focus{   
  border-color: #7BB0FD;
  box-shadow: 0 1px 1px #7BB0FD inset, 0 0 8px #7BB0FD;
  outline: 0 none;
}

.toast{
  border-color: red;
  box-shadow: 0 1px 1px red inset, 0 0 8px red;
}

.footer{
  min-height: 15vh;
  background-color: #1F201F;
  text-align: center;
  line-height: 15vh; 
  color: #C8C7C7;
}
.footer>p{
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}



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

      .head{
        padding: 6rem 0;
        width: 100%;
      }
      .header{
        margin-top: -20%;
      }
      .typewriter h1{
        white-space: normal;
        letter-spacing: .05em;
        width: auto;
        animation: typing 2s steps(44) 0.5s 1 both;
      }
      .social{         
        display: none;
      }
      .mob{
        display: inline;
        padding-top: 30px;
      } 
      .mob >li:nth-child(1) span{
          background-color: #55acee;
        color: white;

      }
      .mob >li:nth-child(2) span{
          background-color: #dd4b39;
        color: white;

      }
      .mob >li:nth-child(3) span{
          background-color: #0077b5;
        color: white;

      }
      .mob >li:nth-child(4) span{
          background-color: white;
          color: black;
      }
      .mob >li:nth-child(5) span{
          background-color: black;

      }
      .modal{
        max-width: 100vw;
      }
      svg{
      width:25%;
      float: right;
      }

      td{
        color: black;
        font-weight: bold;
        font-size: 20px;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
      }
      tr{
        max-width: 100%;
        text-align: left;
      }
      .texth{
        font-size: 20px;
      }
      .con {
        padding-right: 10%;
        width: 100%;
        padding-left: 10%;
        padding-bottom: 10px;
        padding-top: 10px;
      }
      .con>.btn{
        width: 100%;
      }
      .personal{
        min-width: 80%;
        margin-left: 10%;
      }
      .traingleleft {
        position: absolute;
        margin-top: 60%;
        border-right: 150px solid #1F201F;
        border-left: 151px solid #1F201F;
        border-bottom: 34px solid #1F201F;
        border-top: 100px solid transparent;
      }
      .form>form{
        padding-top: 10px;
        padding-left: 0px;
        padding-right: 10px;
      }
      .form-control{
        background-color: #F4F4F4;
        border-color: #E7E7E7;
        border-radius: 0px;
      }
      .sc{
        padding-left: 0px;
      }

      .footer{
        min-height: 8vh;
        line-height: 8vh;
      }

    }



