  #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #6e0904;
  }
  #mainNav .navbar-nav .nav-item .nav-link.active {
    border-bottom: 4px solid #000;
    color: #6e0904;
  }

  .sidenav {
    height: 30rem;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 15%;
    left: 3%;
    /* right: 50px; */
    /* background-color: #111; */
    overflow-x: hidden;
    transition: 0.5s;
    /* padding-top: 10px; */
    background-color: #F7F7F7;
    border: #000;
    /* box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.58); */
  }
  
  .sidenav p{
    padding-left: 16px;
    text-decoration: none;
    font-size: 30px;
    color: #000;
    display: block;
    transition: 0.3s;
  }
  
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 36px;
    margin-left: 50px;
  }


  .sidenav_more {
    height: 30em;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 15%;
    right: 3%;
    /* background-color: #111; */
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 10px;
    background-color: #F7F7F7;
    border: #000;
    /* box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.58); */
  }
  
  .sidenav_more p{
    padding-left: 16px;
    text-decoration: none;
    font-size: 30px;
    color: #000;
    display: block;
    transition: 0.3s;
  }
  
  
  .sidenav_more a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav_more a:hover {
    color: #f1f1f1;
  }
  
  .sidenav_more .closebtn {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 36px;
    margin-left: 50px;
  }



  .sidenav_left {
    max-height: 60vh;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 15%;
    left: 3%;
    /* right: 50px; */
    /* background-color: #111; */
    overflow-x: hidden;
    transition: 0.5s;
    /* padding-top: 10px; */
    background-color: #F7F7F7;
    border: #000;
    /* box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.58); */
  }
  
  .sidenav_left p{
    /* padding-left: 16px; */
    text-decoration: none;
    /* font-size: 30px; */
    /* color: #fff; */
    display: block;
    transition: 0.3s;
  }
  
  
  .sidenav_left a {
    /* padding: 8px 8px 8px 32px; */
    text-decoration: none;
    font-size: 25px;
    /* color: #818181; */
    display: block;
    transition: 0.3s;
  }
  
  .sidenav_left a:hover {
    /* color: #f1f1f1; */
  }
  
  .sidenav_left .closebtn {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 36px;
    margin-left: 50px;
  }


  .sidenav_right {
    max-height: 60vh;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 15%;
    right: 3%;
    /* background-color: #111; */
    overflow-x: hidden;
    transition: 0.5s;
    /* padding-top: 10px; */
    background-color: #F7F7F7;
    border: #000;
    /* box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.58); */
  }
  
  .sidenav_right p{
    /* padding-left: 16px; */
    text-decoration: none;
    /* font-size: 30px; */
    /* color: #000; */
    display: block;
    transition: 0.3s;
  }
  
  
  .sidenav_right a {
    /* padding: 8px 8px 8px 32px; */
    text-decoration: none;
    font-size: 25px;
    /* color: #818181; */
    display: block;
    transition: 0.3s;
  }
  
  .sidenav_right a:hover {
    /* color: #f1f1f1; */
  }
  
  .sidenav_right .closebtn {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 36px;
    margin-left: 50px;
  }


  
.sidenav_icon {
  height: 20vh;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0%;
  right: 50px;
  /* background-color: #111; */
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 10px;
  background-color: #F7F7F7;
  border: #000;
  /* box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.58); */
}

.sidenav_icon p{
  padding-left: 16px;
  text-decoration: none;
  font-size: 30px;
  color: #000;
  display: block;
  transition: 0.3s;
}


.sidenav_icon a {
  /* padding: 8px 8px 8px 32px; */
  padding-top:6px;
  padding-bottom:6px;
  text-decoration: none;
  font-size: 4vh;
  color: #000;
  display: block;
  transition: 0.3s;
}

.sidenav_icon a:hover {
  color: #818181;
}

.sidenav_icon .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav_icon {padding-top: 15px;}
  .sidenav_icon a {font-size: 18px;}
}


      .br-icon
        {
            position: fixed;
            top: 90%;
            right: 50%;
            left: 50%;
            z-index: 100;
            height: 50px;
            width: 50px;
            /* border-radius: 100%; */
            background-color: #F7F7F7;
            box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.58);
            -webkit-backface-visibility: hidden;
                  backface-visibility: hidden;
            -webkit-transform: scale(0.92);
                      transform: scale(0.92);
        }
        .br-icon::before 
        {
            /* content: "+"; */
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
            color: #fff;
            font-size: 28px;
            font-weight: 600;
        }
        .br-icon-font
        {
          position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
            color: #000;
            font-size: 28px;
            font-weight: 600;
        }

        .br-icon2
        {
            position: fixed;
            top: 0%;
            right: 0px;
            z-index: 100;
            height: 50px;
            width: 50px;
            /* border-radius: 100%; */
            background-color: #F7F7F7;
            box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.58);
            -webkit-backface-visibility: hidden;
                  backface-visibility: hidden;
            -webkit-transform: scale(0.92);
                      transform: scale(0.92);
        }
        .br-icon2::before 
        {
            /* content: "+"; */
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
            color: #fff;
            font-size: 28px;
            font-weight: 600;
        }
        .br-icon2-font
        {
          position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
            color: #000;
            font-size: 28px;
            font-weight: 600;
        }
        .br-icon2-flag
        {
          /* position: absolute; */
            /* top: 50%;
            left: 50%; */
          
          height: 100%;
          width: 100%;
        }

        .br-icon3
        {
            position: fixed;
            top: 0%;
            left: 0px;
            z-index: 100;
            height: 50px;
            width: 50px;
            /* border-radius: 100%; */
            background-color: #F7F7F7;
            box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.58);
            -webkit-backface-visibility: hidden;
                  backface-visibility: hidden;
            -webkit-transform: scale(0.92);
                      transform: scale(0.92);
        }

        .card{
          
          font-family: KaniGa_Patana;
        }

        
        .masthead {
          min-height: 30rem;
          position: relative;
          display: table;
          width: 100%;
          height: auto;
          padding-top: 8rem;
          padding-bottom: 8rem;
          background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../assets/img/bg-masthead.jpg");
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover;
        }

        .card-img-top{
          max-height: 25vh;
          width: 100%;
          /* height: 100%; */
          object-fit: contain;
          display:block;
          padding-left: 2vw;
          padding-right: 2vw;
          padding-bottom: 1vh;
        }


@-webkit-keyframes swing {
  15% {
      -webkit-transform: translateY(5px);
      transform: translateY(5px);
  }
  30% {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px);
  }
  50% {
      -webkit-transform: translateY(3px);
      transform: translateY(3px);
  }
  65% {
      -webkit-transform: translateY(-3px);
      transform: translateY(-3px);
  }
  80% {
      -webkit-transform: translateY(2px);
      transform: translateY(2px);
  }
  100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
}
@keyframes swing {
  15% {
      -webkit-transform: translateY(5px);
      transform: translateY(5px);
  }
  30% {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px);
  }
  50% {
      -webkit-transform: translateY(3px);
      transform: translateY(3px);
  }
  65% {
      -webkit-transform: translateY(-3px);
      transform: translateY(-3px);
  }
  80% {
      -webkit-transform: translateY(2px);
      transform: translateY(2px);
  }
  100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
}
.swing:hover
{
  -webkit-animation: swing 1s ease;
  animation: swing 1s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  animation: swing 1.2s ease infinite;
}

/* rotate device */
.body_rotate {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.phone {
  height: 20vh;
  width: 20vw;
  border: 3px solid black;
  border-radius: 10px;
  animation: rotate 1.5s ease-in-out infinite alternate;
  /* display: none; */
}

.message {
  color: black;
  font-size: 3vh;
  margin-top: 40px;
  /* display: none; */
}

@keyframes rotate {
  0% {
		transform: rotate(0deg)
	}
	50% {
		transform: rotate(-90deg)
	}
	100% {
		transform: rotate(-90deg)
	}
}
/* rotate device */


.topright {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 10%;
  width: 10%;
  text-decoration: none;
          z-index: 100;
}

.topleft {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 10%;
  width: 10%;
  text-decoration: none;
          z-index: 100;
}

.topleft_back {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 20%;
  width: 20%;
  text-decoration: none;
          z-index: 100;
}