@font-face {
    font-family: "Alaskan malamute";
    src: url("../Alaskan\ malamute.ttf" ) ;
    }
   
        @font-face
        {
            font-family: "Baliung";
            src: url("../Baliung.ttf");
    
      }
      
*
{
    padding: 0;
    margin: 0;

}
#about , #featured,#education,#contact,#gallery
{
  padding: 50px 0 ;
}
.element
{
  width: 699px;
height: 699px;
min-height: 0px;
min-width: 0px;
max-height: none;
max-width: none;
}
.element img 
{
  position: relative;
height: 100%;
width: 100%;
margin: 0 0 1.5em;

}

.navbar-expand-lg
{
  z-index: 9999999;
}
.jv
{
  width: 600px;
  height: 600px;
  position: absolute;
  left: 60%;
  top:50%;
  overflow:hidden;
}
body
{
    height:100vh;
    display:grid;
    
}

#jumbotron
{
    height: 100vh;
    width: 100%;
  
    
    
    
}
#jumbotron .item-head 
{
  width: 100%;
  height: 100%;
  position: relative;
}
.borderr 
{
    opacity: 0.2;
    background-color:#040506;
    border: 5px solid #dddddd;
    height: 60vh;
    width:450px;
    position: absolute;
    left: 34%;
    top: 30%;
    border-radius: 15%;
    box-shadow: -4px 1px 17px 5px rgba(0,0,0,0.88), -4px 1px 17px 5px rgba(121,72,211,0.88);
    backdrop-filter: blur(1.17rem)  ;
    

}
header
{
    background-color: rgb(54 54 54);
    /* background-image: url('https://jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Ellipse-974-copy-4.png'); */
    color: aliceblue;
    height: 110vh;
    
    background-position: center;
      /* fallback for old browsers */
overflow: hidden !important;

}
header img 
{
  width: 800px;
  left: 40%;
  top:30%;
  
}
#gallery ,#featured
{
    background-color:rgb(54 54 54) !important;
    
}
.shivani 
{
    color: aliceblue;
    font-family: 'Baliung';
    font-size: 48px;
    
}
.shivani:hover
{
  text-decoration: none;
  color: transparent;
}
#jumbotron .text  h2
{
    font-family: 'Alaskan malamute';
    font-size: 10vw;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 0px;

    
}
#jumbotron .block:hover {
  box-shadow: 0px 0px 70px #111;
}
#jumbotron .block:hover #jumbotron .text h2 
{

}

#jumbotron .block:hover .circleLight {
  opacity: 0.4;
}
#jumbotron .block .circleLight {
  top: 0px;
  left: 0px;
  opacity: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  position: absolute;
  border-radius: 10px;
  background: radial-gradient(circle at 80px 40px, #fff, transparent);
}
#jumbotron .block 
{
  width: 95%;
  height: 100%;
  padding: 20px;
  color: #ffffff;
  transition: box-shadow 0.5s;
  overflow: hidden;
  max-height: 450px;
  border-radius: 10px;
  transform: scale(1.03);
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  box-shadow: none;
  text-align: center;
}
#jumbotron .item {
  top: 0px;
  left: 0px;
  opacity: 1;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  transition: 0.5s;
  visibility: visible;
  position: relative;
  padding: 50px 20px;
  position: absolute;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
#jumbotron  .item:hover .bg {
  opacity: 0.2;
}
#jumbotron .text 
{
  width: 100%;
  height: 100%;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  background-position: center;
  background-attachment: fixed;
}
.navbar-nav .nav-link
{
    font-family: 'PT Sans Narrow';
    font-size: 24px;
    color:#ffffff;
}
#jumbotron h3 
{
    font-family: 'PT Sans Narrow';
    color: #fff;
    
}
#feature h2 , #about h2 ,#education h2,#gallery h2,#contact h2
{
    font-family: 'PT Sans Narrow';
    font-weight: bold;
    font-size: 48px;
    color: #3f3849;
}
#gallery h2 , #featured h2{
    color: #ffffff;
}
#feature h2 span , #about h2 span , #education h2 span ,#gallery h2 span ,#contact h2 span
{
    color: #7d1eff;
}
#about
{
  z-index: 99999;
}
#about p , #education ul li h4
{
    font-family: 'PT Sans Narrow';
    color: #333333;
    font-size: 28px;
    font-weight: 400;
}
#education ul li p 
{
    font-family: 'Merienda one';
    color: #222222;
}
#education ul li span
{
    font-family: 'Acme';
}
h1{
    font-size: 2.5rem;
    font-family: 'Montserrat';
    font-weight: normal;
    color: #444;
    text-align: center;
    margin: 2rem 0;
  }
  
  .wrapper{
    width: 100%;
    margin: 0 auto;
    
  }

  
  .cols{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .col{
    width: calc(25% - 2rem);
    margin: 1rem;
    cursor: pointer;
  }
  
  .container{
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;

  }
  
  .front,
  .back{
    background-size: cover;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.25);
    border-radius: 10px;
      background-position: center;
      -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
      transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
      -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
      transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
      transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      text-align: center;
      min-height: 600px;
      height: auto;
      border-radius: 10px;
      color: #fff;
      font-size: 1.5rem;
  }
  
  .back{
    background: #cedce7;
    background: -webkit-linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
    background: -o-linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
    background: linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
  }
  
  .front:after{
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      content: '';
      display: block;
      opacity: .6;
      background-color: #000;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      border-radius: 10px;
  }
  .container:hover .front,
  .container:hover .back{
      -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
      transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
      -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
      transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
      transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  }
  
  .back{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
  }
  
  .inner{
      -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
              transform: translateY(-50%) translateZ(60px) scale(0.94);
      top: 50%;
      position: absolute;
      left: 0;
      width: 100%;
      padding: 5rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      outline: 1px solid transparent;
      -webkit-perspective: inherit;
              perspective: inherit;
      z-index: 2;
  }
  
  .container .back{
      -webkit-transform: rotateY(180deg);
              transform: rotateY(180deg);
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
  }
  
  .container .front{
      -webkit-transform: rotateY(0deg);
              transform: rotateY(0deg);
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
  }
  
  .container:hover .back{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
  
  .container:hover .front{
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
  
  .front .inner p{
      font-family: 'PT Sans Narrow';
    font-size: 2.5rem;
    margin-bottom: 2rem;
    position: relative;
  }
  
  .front .inner p:after{
    content: '';
    width: 4rem;
    height: 2px;
    position: absolute;
    background: #C6D4DF;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -.75rem;
  }
  
  .front .inner span{
    color: rgba(255,255,255,0.7);
    font-family: 'Montserrat';
    font-weight: 300;
  }
  .tileContainer{
    border:1px solid black;
    display:inline-block;
    position:relative;
    width:500px;
    height:500px;
    overflow:hidden;
    box-sizing:border-box;
    border-radius: 10%;
  }
  
  
  .tile{
    position:relative;
    vertical-align:top;
    display:inline-block;
    border-right:1px solid rgba(0, 0, 0, 0.5);
    border-bottom:1px solid rgba(0, 0, 0, 0.5);  
    box-sizing:border-box;
  }
  
  .tile:after{
    content:"";
    background-color:#cc1c32;
    width:6px;
    height:6px;
    position:absolute;
    top:100%;
    right:0px;
    transform:translate(50%, -50%);
    z-index:2;
    line-height:1;
  }
  
  /*-- no grid --*/
  
  .noGrid .tile{
    border-right:0px solid rgba(0, 0, 0, 0.5);
    border-bottom:0px solid rgba(0, 0, 0, 0.5);
  }
  
  .noGrid .tile:after{
    content:none;
  }
  
  
 .menu { 
  display: flex;
  flex-direction: column;
}

@media (width >= 768px) {

.menu {
    flex-direction: row
}
  }

@media (width >= 768px) {
    .menu > li:not(:last-child) {
      margin-right: 40px;
    }
  }

.menu a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  color: #666;
  transition: color .2s ease;
  padding: 3px 0;
  margin-bottom: 15px;
}

.menu a:hover {
    color: #aaa;
    
  }

.menu a:hover::after,
    .menu a:hover::before {
      width: 100%;
      left: 0;
    }

.menu a::after,
  .menu a::before {
    content: ''; 
    position: absolute;
    top: calc(100% + 5px);
    width: 0;
    right: 0;
    height: 3px;
  }

.menu a::before {
    transition: width .4s cubic-bezier(0.51, 0.18, 0, 0.88) .1s;
    background: #2196f3;
  }

.menu a::after {
    transition: width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
    background: #7d1eff;
    
  }

  #chartdiv {
    width: 100%;
    height: 500px;
  }
  .edu 
  {
    background-color: rgb(54 54 54) !important;
    color:#ffffff;
    
  }
  ul#timeline-menu { height: 50px; text-align: center; }
    ul#timeline-menu li { position: relative; float: left; list-style: none; margin: 0px; padding: 0px; }
        ul#timeline-menu li a { display: block; text-decoration: none; font-size: 16px; padding: 10px; padding-top: 20px; color: black; font-weight: bold; border-bottom: 5px solid transparent; }
            ul#timeline-menu li a:hover { color: rgb(54,54,54); border-bottom: 5px solid rgb(54,54,54); font-weight: normal; }

section#timeline { width: 90%; margin: 20px auto; padding-bottom: 20px; position: relative; }
    section#timeline:before { top: 0; bottom: 0; position: absolute; content: " "; width: 2px; background-color: rgb(54,54,54); left: 50%; height: 100%; margin-left: -1.5px; z-index: -1; }
    section#timeline article { width: 100%; margin-bottom: 20px; position: relative; }
        section#timeline article:after { content: ''; display: block; clear: both; }

    section#timeline > article > div.panel { width: 45%; float: left; background: #FFF; border: none; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15); }
        section#timeline > article > div.panel .panel-heading { padding: 5px 10px; margin: 0; font-size: 1.2em; background-color: rgb(54 54 54); overflow: hidden; text-align: center; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
            section#timeline > article > div.panel .panel-heading .panel-title { color: #FFF; }
        section#timeline > article > div.panel .panel-body { padding: 15px; position: relative; }
    section#timeline article div.panel-body:after { content: ''; position: absolute; top: 20px; right: -5px; width: 10px; height: 10px; -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); background: #FFF; }
    section#timeline > article > div.panel .panel-body img { float: left; margin: 0 15px 15px 0; }
    section#timeline > article > div.panel .panel-footer { padding: 15px; background-color: #EEE; }

    section#timeline > article.inverted > div.panel { float: right; }
        section#timeline > article.inverted > div.panel .panel-body:after { left: -5px; }
        section#timeline > article.inverted > div.panel .panel-body img { float: right; }

    section#timeline div[class*="group"],
    section#timeline article div.panel div.badge { display: block; text-align: center; cursor: none; font-weight: bold; -moz-box-shadow: 0 0 0 2px rgb(54,54,54), inset 0 2px 0 rgba(0, 0, 0, 0.1), 0 3px 0 2px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0 0 0 2px rgb(54,54,54), inset 0 2px 0 rgba(0, 0, 0, 0.1), 0 3px 0 2px rgba(0, 0, 0, 0.15); box-shadow: 0 0 0 2px rgb(54 54 54), inset 0 2px 0 rgba(0, 0, 0, 0.1), 0 3px 0 2px rgba(0, 0, 0, 0.15); }
    section#timeline div[class*="group"] { width: 65px; font-size: 1.3em; margin: 35px auto; padding: 5px; border-radius: 0px; background: rgb(54 54 54); color: #FFF; }
    section#timeline article div.panel div.badge { position: absolute; top: 0; left: 50%; margin: 0 0 0 -15px; border-radius: 50%; font-size: 0.75em; width: 30px; height: 30px; background:#7d1eff; color:  #7d1eff; }
        section#timeline article div.panel div.badge:last-child { background-color:  rgb(54 54 54); width: 20px; height: 20px; margin: 0 0 0 -10px; }

	a.mylink { color: #EF693A; font-weight: bold; }
  a.mylink:hover { color: #DA3203; }
  

  .abc 
  {
    position: absolute;
    left: 10.5rem;
    top: -10rem
  } 
  .xyz
  {
    position: absolute;
    left: 55rem;
    top:25rem;
    width: 500px;
    height: 500px;
    overflow-x: hidden;
  }
#aaa
{
  position: absolute;
  top:-10rem;
  left:4.5rem;
  
}
#jumbotron
{
  position: relative ;
  z-index: 999999;
}
.gallery 
{
  position: absolute;
}
.front 
{
  background: center  no-repeat;
    background-repeat:  no-repeat;
    position: relative;
top:0; right: 0; bottom: 0; left: 0;
webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
 background-size: cover;
 
 
}
.btn {
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
  margin: 0 0 2em;
  max-width: 160px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
.btn:hover {
  text-decoration: none;
}

.btn-1 {
  background: rgb(54,54,54);
  font-weight: 100;
}
.btn-1 svg {
  height: 57px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.btn-1 rect {
  fill: none;
  stroke: #7d1eff;
  stroke-width: 2;
  stroke-dasharray: 422, 0;
  transition: all 0.35s linear;
}

.me {
  display: block;
  margin: 2em auto;
  margin-bottom: 3em;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.social {
  text-align: center;
  font-size: 2.5em;
  color: #555;
  overflow: hidden;
}
.social a {
  color: inherit;
  text-decoration: none;
}
.social i {
  margin: 0.3em;
  cursor: pointer;
  transition: color 300ms ease, margin-top 300ms ease;
  transform: translateZ(0);
}
.social i:hover {
  margin-top: -1px;
}
.social i#twitter:hover {
  color: #77DDF6;
}
.social i#github:hover {
  color: black;
}
.social i#linkedin:hover {
  color: #0177B5;
}
.social i#code:hover {
  color: #29A329;
}
.social i#stack:hover {
  color: #ED780E;
}
.social i#plus:hover {
  color: #D43402;
}
.social i#mail:hover {
  color: #F7B401;
}

.btn-1:hover {
  background: rgba(225, 51, 45, 0);
  font-weight: 900;
  letter-spacing: 1px;
}
.btn-1:hover rect {
  stroke-width: 5;
  stroke-dasharray: 15, 310;
  stroke-dashoffset: 48;
  transition: all 1.50s cubic-bezier(0.19, 1, 0.22, 1);
}
.buttons {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
}

#fh5co-main {
    
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-main .fh5co-narrow-content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 4em 0;
}
.form-control{
     -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(54, 54, 54 , 1) !important;
  height: 54px !important;
  font-size: 18px;
  font-weight: 300;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 4px !important;
}
#message {
  height: 130px !important;
}
.btn.btn-md {
  padding: 10px 25px !important;
}
.btn-primary {
  background: rgb(54,54,54) !important;
  color: #fff !important;
  border: 2px solid transparent !important;
border-radius: 4px !important;
}
.circle {
  width: 200px;
  margin: 6px 20px 20px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
}
.circle strong {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 45px;
  font-size: 43px;
}
.splitting {
  width: 100%;
  margin-bottom: 2rem;
}
.splitting .cell {
  transition: 1s cubic-bezier(0.55, 0.1, 0.15, 0.95);
  transition-delay: calc(0.1s * var(--cell-index));
  position: absolute;
  top: calc(var(--row-index) * 100% / var(--row-total));
  left: calc(100% / var(--col-total) * var(--col-index));
  height: calc(100% / var(--row-total));
  width: calc(100% / var(--col-total));
}
.splitting__text {
  transform: translate(-50%, -50%);
  font-size: 4rem;
  top: 50%;
  left: 50%;
  position: absolute;
  visibility: visible;
  margin: 0;
}
.splitting__text a
{
text-decoration: none;

}
.splitting--slant-slide .splitting__text a span
{
  
margin-left: -10rem;
}

.splitting__text a span 
{
  color:#ffffff;
}
.splitting__text a span:hover
{
  text-shadow: 5px -1px #7d1eff;
  opacity: 0.5;
}

.splitting--slan
t-slide .splitting__text {
  transform: rotate(-90deg) translate(25%, -50%);
  left: 0;

}
.splitting--slant-slide:hover .cell {
  transform: scale(0.8) skew(-12deg) translateX(150%);
}
.splitting--slant-blinds:hover .cell:nth-child(-n+3) {
  transform: scale(0.8) skew(12deg) translateX(-100%);
}
.splitting--slant-blinds:hover .cell:nth-child(n+4) {
  transform: scale(0.8) skew(-12deg) translateX(100%);
}
.splitting--show-border:hover .cell:nth-child(n+16):nth-child(-n+19), .splitting--show-border:hover .cell:nth-child(n+6):nth-child(-n+9) {
  transform: translateX(-300%);
}
.splitting--show-border:hover .cell:nth-child(n+12):nth-child(-n+15) {
  transform: translateX(300%);
}
.splitting--slide-over:hover .cell:nth-child(even) {
  transform: translateX(-300%);
}
.splitting--slide-over:hover .cell:nth-child(odd) {
  transform: translateX(300%);
}
.me {
  display: block;
  margin: 2em auto;
  margin-bottom: 3em;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.social {
  text-align: center;
  font-size: 2.5em;
  color: #555;
  overflow: hidden;
}
.social a {
  color: inherit;
  text-decoration: none;
}
.social i {
  margin: 0.3em;
  cursor: pointer;
  transition: color 300ms ease, margin-top 300ms ease;
  transform: translateZ(0);
}
.social i:hover {
  margin-top: -1px;
}
.social i#twitter:hover {
  color: #7d1eff;
}
.social i#github:hover {
  color: #7d1eff;
}
.social i#linkedin:hover {
  color: #7d1eff;
}
.social i#code:hover {
  color: #7d1eff;
}
.social i#stack:hover {
  color: #7d1eff;
}
.social i#plus:hover {
  color: #7d1eff;
}
.social i#mail:hover {
  color: #7d1eff;
}
footer
{
  background-color: rgb(54,54,54);

}
#footer-copyright p
{
  color: #ffffff;
}

.containerr {
  
  grid-template-columns: repeat(1, 160px);
  
  margin: auto 0;
  
}

@media (min-width: 420px) and (max-width: 659px) {
  .containerr {
    grid-template-columns: repeat(2, 160px);
  }
}

@media (min-width: 660px) and (max-width: 899px) {
  .containerr {
    grid-template-columns: repeat(3, 160px);
  }
}

@media (min-width: 900px) {
  .containerr {
    grid-template-columns: repeat(4, 160px);
  }
}

.containerr .box {
  width: 100%;
}

.containerr .box h4
   {
  display: block;
  text-align: center;
  color: rgb(54,54,54);
}

.containerr .box .chart {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 32px;
  line-height: 160px;
  height: 160px;
  color: rgb(54,54,54);
}

.containerr .box canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  width: 100%;
}
[class*="text-stroke-fill-"], [class*="text-fill-"] {
  position:relative; 
  display:inline-block;
  color:transparent;
  -webkit-text-stroke:.5px rgb(125, 30, 255);
  letter-spacing:2px;
}
[class*="text-fill-"] {
  -webkit-text-stroke:0;
  color:rgba(255, 255, 255, 0.8);
}

[class*="text-stroke-fill-"]:before, [class*="text-fill-"]:before {
  content: attr(data-fill);
  position: absolute;
  white-space: nowrap;
  background-color:rgb(125, 30, 255);
  -webkit-background-clip: text;
  -webkit-text-stroke: 0px;
  -webkit-text-fill-color: transparent;
  transition: all 0.7s cubic-bezier(0.19, 1, 0.4, 1);
  text-decoration: none;
}

/* Left to right */
[class*="-fill-ltr"]:before {top: 0; left: 0; right:100%;}
[class*="-fill-ltr"]:hover:before {right:0;}

/* Top to bottom */
[class*="-fill-ttb"]:before {top: 0; bottom: 100%; left:0;}
[class*="-fill-ttb"]:hover:before {bottom:0;}
/* Responsive Part Start Here */

@media (min-width: 992px) and (max-width:1199.98px) 
{
  #aaa {
    position: absolute;
    top: 0rem;
    left: 0.5rem;
    width: 100%;
}
.tileContainer
{
  width: 100%;
  height: 60vh;
}
}
@media (min-width: 768px) and (max-width:991.98px) {
header 
{
  height: 100vh;
}
  #aaa {
    position: absolute;
    top: 3rem;
    left: 0.5rem;
    width: 100%;
}
#jumbotron .item 
{
  height: 100%;
  padding: 0px 20px 50px 20px;
}
#jumbotron .item-head {
  width: 100%;
  height: 90%;
  position: relative;
}
.tileContainer
{
  width: 60%;
  height: 60vh;
}
#about p 
{
  padding: 50px;
}
}
@media (min-width: 576px) and (max-width:767.98px)
{
 
  header 
{
  height: 85vh;
}
  #aaa {
    position: absolute;
    top: 6rem;
    left: 0.5rem;
    width: 100%;
}
#jumbotron .item 
{
  height: 80%;
  padding: 0px 20px 50px 20px;
}
#jumbotron .item-head {
  width: 100%;
  height: 90%;
  position: relative;
}
.tileContainer
{
  width: 100%;
  
}
#education .abb , #education .acc ,#education .add
{
  margin: 0;
  padding: 0;
}

}
@media (min-width:320px) and (max-width: 575.98px){
  header 
{
  height: 85vh;
}
  #aaa {
    position: absolute;
    top: 6rem;
    left: 0.5rem;
    width: 100%;
}
#jumbotron .item 
{
  height: 80%;
  padding: 0px 0px 0px 0px;
  margin-left: 0;
}
#jumbotron .item-head {
  width: 100%;
  height: 70%;
  position: relative;
  padding-left: 0;
}
#jumbotron .block 
{
  padding-left: 0;
  padding-right: 0;
}
.tileContainer
{
  width: 98%;
  height: 43vh;
  

}

#education .abb , #education .acc ,#education .add
{
  margin: 0;
  padding: 0;
}
#education .box h4 
{
  padding-top: 25px;
  display: block;
  width: 100%;
  font-size: 1.2rem;
}
section#timeline > article > div.panel .panel-body h3 
{
  font-size: 1rem;
}
section#timeline > article > div.panel .panel-body p
{
  font-size: 0.65rem;
}
#about p 
{
  font-size: 22px;
  padding: 20px;
  text-align: center;
}
#about .btn-1
{
  text-align: center;
}
#about 
{
  padding: 50px 4%;
}
#jumbotron .text h2 
{
  font-size: 16vw;
  padding-bottom: 3%;
}
#jumbotron .text h3 
{
  font-size: 6vw;
}
#contact
{
  padding: 50px 4%;
}
}
/* Responsive Part Ends Here */
