﻿@charset "utf-8";
.mainWrapper {
  display: block;
}
.makeHide {
  display: none;
}
.footerMain {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.mainFooter {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.sidenav {
  display: none;
}
.colorchange {
  background-color: #ffffff;
}
.closeBtn {
  padding-top: 20px;
  padding-right: 8px;
  padding-left: 18px;
  padding-bottom: 15px;
  text-decoration: none;
  font-size: 1.1em;
  color: #000000;
  display: block;
  transition: 0.3s;
  cursor: pointer;
  text-align: center;
  background-color: #d95a24;
  font-family: "Times New Roman", Times, serif;
  letter-spacing: 0.1em;
  height: 5px;
  line-height: 0px;
}
@media screen and (max-width:1000px) /*1000px*/ {
  .container {
    display: inline-block;
    cursor: pointer;
    padding-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 15px;
    margin: 0px;
    float: right;
    clear: both;
    border: none;
    z-index: 99;
    position: fixed;
    width: auto;
    text-align: center;
    top: 0;
    right: 0;
    /*    background-color: #009f5d;
*/
  }
  .bar1, .bar2, .bar3 {
    width: 35px;
    height: 2px;
    background-color: #fff;
    margin: 8px 0;
    transition: 0.4s;
  }
  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6.5px, 5.5px);
    transform: rotate(-45deg) translate(-6.5px, 5.5px);
  }
  .change .bar2 {
    opacity: 0;
  }
  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -9px);
    transform: rotate(45deg) translate(-8px, -9px);
  }
  .cont {
    margin: 5px 230px 0px 0px;
    transition: 0.5s;
  }
  .sidenav {
    display: block;
    height: 0;
    width: 100%;
    top: 68px;
    position: fixed;
    z-index: 10;
    right: 0;
    background-color: #FFFFFF;
    overflow-x: hidden;
    overflow-y: hidden;
    transition: 0.5s;
    text-align: left;
    text-align-last: left;
    padding: 0px 30px 0px 30px;
  }
  .sidenav a {
    padding-top: 15px;
    padding-right: 8px;
    padding-left: 18px;
    padding-bottom: 10px;
    text-decoration: none;
    font-size: 1em;
    color: #000000;
    display: block;
    transition: 0.5s;
    line-height: 1.2em;
    border-bottom: 1px solid #C3C0C0;
    letter-spacing: 0.1em;
  }
  .makeMove1 {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -webkit-animation: moving 0.5s ease forwards;
    animation: moving 0.5s ease forwards;
  }
  .makeMove2 {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -webkit-animation: moving 1s ease forwards;
    animation: moving 1s ease forwards;
  }
  .makeMove3 {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -webkit-animation: moving 1.5s ease forwards;
    animation: moving 1.5s ease forwards;
  }
  .makeMove4 {
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
    -webkit-animation: moving 2s ease forwards;
    animation: moving 2s ease forwards;
  }
  .makeMove5 {
    animation-delay: 2.5s;
    -webkit-animation-delay: 2.5s;
    -webkit-animation: moving 2.5s ease forwards;
    animation: moving 2.5s ease forwards;
  }
  .makeMove6 {
    animation-delay: 3s;
    -webkit-animation-delay: 3s;
    -webkit-animation: moving 3s ease forwards;
    animation: moving 3s ease forwards;
  }
  .makeMove7 {
    animation-delay: 3.5s;
    -webkit-animation-delay: 3.5s;
    -webkit-animation: moving 3.5s ease forwards;
    animation: moving 3.5s ease forwards;
  }
  .makeMove8 {
    animation-delay: 4s;
    -webkit-animation-delay: 4s;
    -webkit-animation: moving 4s ease forwards;
    animation: moving 4s ease forwards;
  }
  .makeMove9 {
    animation-delay: 4.5s;
    -webkit-animation-delay: 4.5s;
    -webkit-animation: moving 4.5s ease forwards;
    animation: moving 4.5s ease forwards;
  }
  .sidenav a:hover {
    color: #000000;
  }
  .sideBarAnimA {
    animation: movingBottomToTop 1s ease forwards;
    -webkit-animation: movingBottomToTop ease 1s forwards;
    position: absolute;
    height: 100vh;
    bottom: 0;
    padding-top: 15px;
    padding-bottom: 10px;
    transition: 0.5s;
  }
  .sideBarAnimB {
    margin-right: 230px;
    transition: 0.5s;
  }
  .sideBarAnimC {
    margin-right: 230px;
    transition: 0.5s;
  }
  @keyframes movingBottomToTop {
    0% {
      top: 300px;
    }
    100% {
      top: 68px;
    }
  }
  @-webkit-keyframes movingBottomToTop {
    0% {
      top: 300px;
    }
    100% {
      top: 68px;
    }
  }
  @-webkit-keyframes moving {
    from {
      -webkit-transform: translateY(200px);
    }
    to {
      -webkit-transform: translateY(0px);
    }
  }
  @keyframes moving {
    from {
      transform: translateY(200px);
    }
    to {
      transform: translateY(0px);
    }
  }
  #divTAReviews {
    animation: movingTopToBottom 3s ease infinite;
    -webkit-animation: movingTopToBottom ease 3s infinite;
    position: absolute;
  }
}
@media screen and (max-width:380px) {
  .container {
    display: inline-block;
    cursor: pointer;
    padding-top: 13px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 14px;
    margin: 0px;
    float: right;
    clear: both;
    border: none;
    z-index: 99;
    position: fixed;
    width: auto;
    text-align: center;
    top: 0;
    right: 0;
    background-color: #009f5d;
  }
  .bar1, .bar2, .bar3 {
    width: 25px;
    height: 2px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
  }
  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-7px, 6px);
    transform: rotate(-45deg) translate(-7px, 6px);
  }
  .change .bar2 {
    opacity: 0;
  }
  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-5.5px, -4px);
    transform: rotate(45deg) translate(-5.5px, -4px);
  }
  .sidenav {
    margin-top: -10px;
    padding-top: 0px;
  }
}