@import url('http://fonts.cdnfonts.com/css/ultimate');
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius: 30px;
}
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
html, body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}
.nav-bar1{
    z-index: 2 !important;
    height: 4rem;
    background: white;
    width: 100%;
}
.logo{
    width: 50%;
}
.logo-img{
    height: 4rem;
}
.ul{
    width: 50%;
}
.ul-xl {
    list-style-type: none;
   font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
  }
  
  .li-xl {
    float: left;
  }
  .li-xl i{
    display: none;
  }
  .li-xl a {
    display: block;
    color: #79c2f3;
    font-size: 20px;
    text-decoration: none;
  }
  
  .li-xl a:hover {
    color: #ff5a96;
  }
  .list-icon-div{
    display: none;
  }
  #navMd{
    display: none;
  }
  #navSm{
    display: none;
  }
  @media (max-width: 952px){
    .slider-lg{
      display: none;
    }
    .ban-lg{
      display: none;
    }
    .ban-sm{
      display: block !important;
    }
    .ul{
        display: none;
    }
    .logo{
        width: 100%;
    }
    .list-icon{
        color: #ff5a96;
        border: 3px solid #ff5a96;
        border-radius: 6px;
    }
    .list-icon-div{
        display: block;
        margin-top: -4.2rem;
    }
    .sm-nav-list{
        width: 100%;
    }
    .ul-md{
      width: 100%;
    }
    .ul{
      width: 50%;

  }
  .ul-md {
      list-style-type: none;
      font-family: "Track";
      background: #eca415;
    }
    
    .li-md {
      float: left; 
    }
    .ul-md{
      width: 100%;
      height: 4rem;
    }
    .li-md a {
      display: block;
      font-size: 20px;
      color: #ff5a96;
      text-decoration: none;
    }
    
    .li-md a:hover {
      color: #79c2f3;
    }
    #navSm{
      display: none;
    }
}
@media (max-width: 952px){
  #navMd{
    display: none !important;
  }
  #navSm{
    height: 8.2rem;
    width: 100%;
    color: #ff5a96;
    z-index: 1;
  }
  #navSm a{
    color: #79c2f3;
  }
  .sm-nav-text{
    font-size: 12px;
  }
  .smDiv1{
    border-bottom: #ff5a96 2px solid;
    height: 4.1rem;
    color: #79c2f3 !important;
  }
  .smDiv2{
    border-right:#ff5a96 2px solid ;
    height: 4.1rem;
    color: #79c2f3 !important;
  }
}
footer p {
  font-family: 'Oswald' sans-serif;
}
.footer-distributed {
    background-color: white;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    text-align: left;
    margin-top: 50px;
    margin-bottom: 0;
    font: normal 16px sans-serif;
    padding: 10px 10px;
  }
  
  .footer-distributed .footer-left p {
    color: #8f9296;
    font-size: 14px;
    margin: 0;
  }
  /* Footer links */
  
  .footer-distributed p.footer-links {
    font-size: 18px;
    font-weight: bold;
    color: #79c2f3;
    margin: 0 0 1px;
    padding: 0;
    transition: ease .25s;
  }
  
  .footer-distributed p.footer-links a {
    display: inline-block;
    line-height: 1.8;
    text-decoration: none;
    color: inherit;
    transition: ease .25s;
  }
  
  .footer-distributed .footer-links a:before {
    content: "·";
    font-size: 20px;
    left: 0;
    color: #fff;
    display: inline-block;
    padding-right: 5px;
  }
  
  .footer-distributed .footer-links .link-1:before {
    content: none;
  }
  
  .footer-distributed .footer-right {
    float: right;
    margin-top: 0px;
    max-width: 180px;
  }
  
  .footer-distributed .footer-right a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #ff5a96;
    border-radius: 2px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    margin-left: 3px;
    transition:all .25s;
  }
  
  .footer-distributed .footer-right a:hover{transform:scale(1.1); -webkit-transform:scale(1.1);}
  
  .footer-distributed p.footer-links a:hover{text-decoration:underline;}
  
  /* Media Queries */
  
  @media (max-width: 600px) {
    .footer-distributed .footer-left, .footer-distributed .footer-right {
      text-align: center;
    }
    .footer-distributed .footer-right {
      float: none;
      margin: 0 auto 0px;
    }
    .footer-distributed .footer-left p.footer-links {
      line-height: 1.8;
    }
  }
  .animate {
    -webkit-animation-duration: 0.2s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .two {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
  .fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }
  @-webkit-keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
.title-main{
  font-family: 'Courier New', Courier, monospace !important;
  font-style: bold !important;
  word-spacing: -.5rem;
  font-size: 45px;
  color: #1d053a;
}
.title-m{
  font-family: 'Courier New', Courier, monospace !important;
  font-style: bold !important;
  word-spacing: -.5rem;
  font-size: 45px;
  color: #ff5a96;
}
.title-img{
  width: 400px;
}
@media (max-width: 600px) {
  .title-main{
    font-size: 35px;
  }
  .title-img{
    width: 300px;
  }
  .title-img-2{
    width: 260px;
  }
  .title-img-3{
    width: 250px;
  }
}

  
