@font-face {
    font-family: 'Bai Jamjuree', sans-serif , 'Zawgyi-One' !important;
    src: url('../fonts/Zawgyi-One.ttf');
    font-weight: normal;
    font-style: normal;
  }
*{
    font-family: 'Zawgyi-One','Bai Jamjuree', sans-serif  !important;
}
i{
    font-family: 'FontAwesome' !important;
  }
.top-nav {
    background: #ff0000;
    border-top: 1px solid #EF5350;
    max-height: 45px !important;
}
.topnav-title {
    color: #fff;
    margin-top: 3px;
}
.top-nav ul {
    padding-left: 0 !important;
}
.top-nav ul li {
    float: right;
    list-style: none;
    padding: 5px 8px;
}
.top-nav ul li a{
    list-style: none;
    font-size: 20px;
}
.mynav {
    padding: 1px 0px;
    background-color: white;
}
.nav-item a {
    font-size: 19px !important;
    color: black;
}
#sylslider{
    background-color: darkblue;
}
.sylheader{
    color: blue;
    font-weight: bold;
    text-transform: uppercase;
}
.welcome{
    background: #f8f8f8;
}
.sylbtn{
    height: 35px;
    text-transform: uppercase;
    margin: 0;
    color: blue;
    border: 1px solid #e3e3e3;
    background: white;
    overflow: hidden;
    /* border-top: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3; */
}
.sylbtn:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: url(../images/wharrow1.png) no-repeat center center blue;
}
.sylbtnnew{
    height: 30px;
    width: 190px !important;
    /* text-transform: uppercase; */
    margin: 0;
    color: blue;
    border: 1px solid #e3e3e3;
    background: white;
    overflow: hidden;
    /* border-top: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3; */
}
.sylbtnnew:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: url(../images/wharrow1.png) no-repeat center center blue;
}
#google-map {
    position: relative;
    height: 450px;
}
#google-map iframe {
    width: 100%;
    height: 100%;
}
.google-section-wrap {
    left: 50%;
    margin-left: -585px;
    position: absolute;
    top: 0;
}
.ak-container {
    width: 600px;
    margin: 0 auto;
}
#google-map .ak-contact-address {
    background: rgba(14, 13, 13, 0.8);
    float: right;
    margin-top: 60px;
    padding: 30px 25px 40px;
    width: 380px;
    z-index: 10;
    color: white;
}
#google-map .ak-contact-address > h3 {
    border-bottom: 1px solid #2e313d;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    line-height: 43px;
    margin-bottom: 19px;
    text-transform: uppercase;
}
.sylmap{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 99;
}
.contact{
    background: rgba(20, 20, 20, 0.8);
    float: right;
    margin-top: 60px;
    padding: 30px 25px 40px;
    width: 380px;
    z-index: 10;
}
.address li {
    color: white;
}
.sylbanner{
    background-color: rgb(6, 27, 1);
    height: 200px;
}
.sylbanner > h1{
    color: white;
    padding-top: 150px;
    padding-left: 40px;
    text-transform: uppercase;
}
.footer{
    background-color: #e3e3e3;
    height: 40px;
}
#pfoot{
    text-align: center;
    padding-top: 8px;
}
.dropdown:hover>.dropdown-menu{
    display: block;
}
.dropdown-menu a:hover{
    background-color: rgb(3, 3, 107);
    color: white;
}
.active, .nav-link:hover {
    background-color: rgb(3, 3, 107);
    color: white !important;
  }
  .dropdown-submenu {
    position: relative;
  }
  
  .dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
  }
  
  .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
  }

  .navbar-light .navbar-nav .nav-link {
    color: #212529;
}
#syltext{
    text-align: justify;
}
/* Small devices (tablets, 768px and up) */
@media (max-width: 360px) {
    .banner{
        display: none;
    }
    .ak-container{
        display: none;
    }
    .sylbanner > h1{
        color: white;
        padding-top: 150px;
        padding-left: 40px;
        text-transform: uppercase;
        font-size: 20px;
    }
    .sylheader{
    color: blue;
    font-weight: bold;
    font-size: 20px;
    }
    #sylheading{
        color: blue !important;
        font-size: 35px !important;
    }
    #syltext{
        text-align: justify;
        margin: 10px;
    }
}

@media (max-width: 375px) {
  .banner{
      display: none;
  }
  .ak-container{
      display: none;
  }
  .sylbanner > h1{
    color: white;
    padding-top: 150px;
    padding-left: 40px;
    text-transform: uppercase;
    font-size: 20px;
}
.sylheader{
    color: blue;
    font-weight: bold;
    font-size: 20px;
}
#syltext{
    text-align: justify;
    margin: 10px;
}
}