
::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}
*{
    font-family: 'Poppins', sans-serif;
}
h1,h2,h3,h4,h5,h6{ 

    font-family: 'PT Sans', sans-serif;


}
@font-face { font-family: "Myanmar-Sagar"; 
src: url("../fonts/MyanmarSagar/MyanmarSagar.woff") format("woff"), 
url("../fonts/MyanmarSagar/MyanmarSagar.ttf") format("truetype"), 
url("../fonts/MyanmarSagar/MyanmarSagar.svg#Myanmar Sagar") format("svg"); 
}

body{
   font-family: "Myanmar-Sagar"; 
}
.mm-font{
    font-family: "Myanmar-Sagar" !important;
    font-size: 14px;
    line-height: 27px;
    color:black;
} 
h3.mm-title{
    font-size: 18px!important;
    padding-bottom: 10px;
    font-family: "Myanmar-Sagar" !important;
}
footer .mm-font{
  color: #b8b8b8;
}
.language-menu{
    list-style: none;
    overflow: hidden;
    margin: 0px auto;
    margin-bottom: 10px;
    width: 70%;
}
.language-menu li{
  float: left;
  margin-right: 10px;
}
.language-menu li div{
  border: 1px solid #ddd;
}
.oleofont{
  font-family: 'Oleo Script', cursive;
  font-size: 17px;
}
.services .mm-font{
  color:#fff !important;
}
.poppin{
  font-family: 'Poppins', sans-serif;
  font-size: 14px !important;
}
.gallery img{
  margin:10px auto;
}
/*.mm-font{
 
  font-family:Zawgyi-One;
 
 

}*/
/*********************************************header*********************************/
a,a:hover{
  color:#000;
  text-decoration: none;
}
header{
  /*display: none;*/
}
.headerbackground{
  /*  background-image:url('../img/backgroundheader.jpg');*/
    background-position: center center;
    height: auto;
   /* display: none;*/

}
.pt-10{
  padding-top: 10px;
}
.pb-10{
  padding-bottom: 10px;
}
.pt-20{
      padding-top: 20px;
}
.navbar-default {
    background-color: #1f1f1f;
    border-color: transparent;
    border: none;
    border-radius: 0px;
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>li>a:hover
,.dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #000;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
     background-color: #000;
}
.navbar-default .navbar-nav>li>a{
    color: #fff;
    background-color: #1f1f1f;
    text-transform: uppercase;
}
@media (max-width: 767px){
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #fff;
    background-color: #000;
}
}
.navbar-default .navbar-nav>li{
  margin-right: 10px;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus,.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus  {
    color: #fff;
    background-color: #000;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: none;
    color: #fff;
}
.dropdown-menu {
  background-color: #1f1f1f;}
 .dropdown-menu>li>a {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
    .navbar {
    position: relative;
    min-height: 50px;
margin-bottom: 0px;}
.navbar-default .navbar-toggle {
    border-color: #ddd;
    float: right;
}
img.left{
  position: absolute;
    bottom: 20px;
    right: 0px;
}
img.right{
  position: absolute;
    bottom: 20px;
    left: 0px;
}
.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 150px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.readmore{
  padding:10px 20px;
  background-color: #000;
  color:#fff;
  border-radius: 20px;
  text-decoration: none;
}
.readmorereverse,.readmorereverse:hover{
    padding:10px 20px;
  background-color: #f3f3f3;
  color:#000;
  border-radius: 20px;
  text-decoration: none;
  text-decoration: none;
}
.readmore:hover{
color:#fff;
  border-radius: 20px;
  text-decoration: none;
}
.carousel-caption p{
  margin-top:30px;
   margin-bottom:30px;
   color:#fff;
}
.carousel-caption h3{
  font-weight: bold;
  color: #fff;
}
@media (min-width: 1150px){
.carousel-caption h3{
  font-weight: bold;
  color: #fff;
  font-size: 44px;
}
.carousel-caption p {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 20px;
}
}
.flexbox{
  background-color: #000;
  display: flex;
  flex-direction: column;
  color: #fff;
  margin-top: 20px;
      max-width: 360px;
      border: 1px solid #e2d7d7;
}
.flexbox p,.flexbox h3{
  color:#fff;
}
.flexbox .pp {
    padding: 10px;
    max-width: 320px;
}
.flexbox .pp h3{
  text-transform: uppercase;
}
.pp p{
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 587px){
  .flexbox{
    flex-direction: column;
    min-width: 280px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
  }
}
.mt-20{
  margin-top: 20px;
}
.products{
  padding-top: 30px;
  padding-bottom: 50px;
}
.services{
  background: url('../img/bgg.jpg') no-repeat top center;
  color:#fff;
  position: relative;
  min-height: 450px;
  padding-top: 30px;
  padding-bottom: 10px;
  line-height: 2;
  background-size: cover;
}
.services h3{
  color:#fff;
}
.services ul{
  list-style:none;
      line-height: 2.3;
}
.services ul img{
  width:15px;
  margin-right: 10px;
}
.zindex{
  z-index: 1;
}
.serviceimg{
  position: absolute;
  top:0;
  left: 0;
  max-height: 450px;
}
.overimg{
  background: url('../img/service.png') no-repeat top center;
  min-height: 450px;
 position: absolute;
  top:0;
  left: 0;
  width: 803px;
  max-height: 450px;
}
 .oimg{
    position: absolute;
    top:0px;
  }
  .overimg {
    background: url(../img/service.png) no-repeat 95% 10%;
    position: absolute;
    top: 0;
    left: 0;
    width: 140%;
    min-height: 450px;
}
@media (min-width:1709px){
 .overimg {
       background: url(../img/service.png) no-repeat 0% 0%;
    position: absolute;
    top: 0;
    left: 0;
    width: 140%;
    min-height: 505px;
}
}
@media (max-width:1710px) and (min-width: 1200px){
 .overimg {
       background: url(../img/service.png) no-repeat 120% 0%;
    position: absolute;
    top: 0;
    left: 0;
    width: 140%;
    min-height: 505px;
}
}
@media (max-width: 1199px) and (min-width: 992px){
 
  .overimg {
      background: url(../img/service.png) no-repeat 100% 0%;
    position: absolute;
    top: 0;
    left: 0;
    width: 140%;
    min-height: 496px;
}
.services {
    background: url(../img/bgg.jpg) no-repeat top center;
    color: #fff;
    position: relative;
    min-height: 0px;
    padding-top: 20px;
    padding-bottom: 12px;
    line-height: 2;
    background-size: cover;
}
}
@media (max-width: 991px){
  .oimg{
    display: none;
  }
}

/******************************************breakcrumb******************************/
.minheight{
  min-height: 115px;
}
.breadcrumb {
    padding: 40px 0px;
    background: linear-gradient(to bottom,rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(../img/backgroundbanner3.jpg);
    width: 100%;
    height: 290px;
    color: white;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    margin-bottom: 0px;
    border-radius: 0px;
}
@media (max-width: 1199px){
  .breadcrumb{
    height: 250px;
  }
}
.breadcrumb .container{
  height: 100%;
}
.breadcrumb .bordergold{
  border:2px solid #F6C026B3;
  height: 100%;

}
.breadcrumb .backgroundblack {
    background: rgba(0,0,0,0.5);
    padding: 20px 15px;
    margin: 25px;
}
.breadcrumb .home{
font-family: 'PT Sans', sans-serif;
color:white;
font-weight: 700;
font-size: 16px;
text-transform: uppercase;
}
.comname{
  position: relative;
  font-size:16px;
  margin-bottom: 25px;
}
.comname::after{
 border: 1px solid #b9b8b8;
width: 20px;
height: 1px;
content: "";
display: block;
position: absolute;
bottom: 8px;
left: 46%;
}
.breadcrumb h2{
    font-weight: bolder;
   color: white;
   margin-bottom: 30px;
   text-transform: uppercase;
    position: relative;
    font-size:40px;
    margin-bottom: 16px;
    word-spacing: 10px;

}
.breadcrumb .link{
  margin-top:20px;
  float: right;
}
.breadcrumb .separate{
  padding:0px 15px;
}
.skm{
  font-weight: bolder;
}

.breadcrumb .currentpage{
  color:#F6C026;
  font-size: 15px;
  font-weight: 500;
}
.breadcrumb h1 {
    text-transform: uppercase;
    font-weight: bolder;
    color: #F6C026;
}

h3 span{
      font-size: 17px;
    color: #747474;
}
h3{
  margin-bottom: 0px;
}
.border{
  border-bottom: 1px solid #747474;
  min-height: 2px;
}
.about{
  padding-top: 50px;
}
.about p{
  line-height: 2;
  text-align: justify;
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 40px;
}
/**************************************About Us************************************/
.allbackground{
  background-image:url('../img/allbackground1.jpg');
  background-repeat: repeat;
  padding:35px 0px;
  color:#282828;
}
.allbackground h2{
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  margin-bottom: 30px;
}
.allbackground p{
  line-height: 30px;
  font-size: 15px;
  text-align: justify;
}
.margintop60{
  margin-top:60px;
}
.twocompany {
    background: #273446;
    color: white;
    padding:40px 0px;
}
.twocombox {
 padding: 15px;
margin: 15px 0px;
color: #201816;
background: #edeef366;
font-size: 15px;
line-height: 25px;
min-height: 220px;
}
.twocombox img{
  margin:0px auto;
  margin-bottom: 20px;
}
.twocombox h4{
  color: #201816 !important;
  text-align: center;
 
}
.twocompany h4{
  font-weight: bold;
  /*font-family: 'Poppins', sans-serif;*/
  color: #F6C026;
  margin-bottom: 10px;
  margin-top:20px;
}
.aboutphoto{
  border-radius: 8px;
}
.allbackground p.mm-font{
  text-align: left;
  font-size: 16px;

}

.center{
  padding-left:15%;
}
/****************************************Our Machines**********************************************/
.equipmentbackground {
    padding: 15px;
    /*background-image: linear-gradient(to right,#e1dcdc,#aabda2,#7fcc7b);*/
    background-image: linear-gradient(to right,#e1dcdc,#c2c3c5,#868789);
    margin: 15px 0px;
    border-bottom-right-radius: 15px;
    border-right: 1px solid #151515;
    font-size: 16px;
    border-bottom: 1px solid #7a7676;
    color:black;

}
.margintop40{
  margin-top:40px;
}

/*********************************Benefits****************************************/
.benefits .comname::after{
 border: 1px solid #b9b8b8;
width: 20px;
height: 1px;
content: "";
display: block;
position: absolute;
bottom: 8px;
left: 36%;
}
.benefitbox {
  margin-bottom: 25px;
  border:2px solid #273446;
  padding:15px;
  padding-left: 55px;
  position: relative;
  width:90%;
  border-radius: 8px;
  min-height: 205px;
  background:transparent;
  transition-duration: 1.2s;
  
}

.benefitbox:hover{
  cursor: pointer;
  border:2px solid #F6C026;
  background:#273446;
}
.benefitbox:hover p{
  color:white;
}
.benefitbox p{
  text-align: left;
  color: black;
}
.absoluteimage {
    position: absolute;
    left: -15%;
    bottom: 30%;
}
/**********************************************servicebox****************************************/
.servicebox {
    background: #d5d4d499;
    padding: 15px;
    display: flex;
    margin: 15px 0px;
    border-bottom-right-radius: 30px;
    border-bottom: 1px solid #273446;
}
.servicebox .image{
  width:15%;
  display: inline-block;
}
.servicebox .image img{
  width:50px;
  height:50px;
  margin:0px auto;
}
.servicebox .servicetext{
  width:85%;
  display: inline-block;
  padding:15px 0px;
}

/****************************************************Product **************************************************************/
.product li{
  line-height: 30px;
  list-style: none;
}
.product li::before{
  content:"\f085";
  display: inline-block;
  font-family: "fontawesome";
  padding-right: 10px;
}

/**********************************************************contact us*************************/
/*.form-horizontal .form-group {
   width:85%;
}*/
.locationbox {
    background: #273446;
    color: white;
    padding: 15px;
}
.addressbox {
    background: #eae8e8cc;
    padding: 15px;
    margin-top: 15px;
}
.locationbox p,.addressbox p{
  font-size: 14px;
  line-height: 20px;
    text-align: left;

}
.locationbox h3, .addressbox h3{
  margin-top:10px;
  color:#F6C026;
}
.addressbox h3{
  color: #C09108;
  font-size: 20px;
}
.addressbox p{
  margin-bottom: 20px;
}
.form-control{
  height: 40px;
}
.btn.btn-search.rightchange {
    background: #F6C026;
    margin-top:25px;
}
.mapcontainer{
  border:1px solid #27344666;;
}
.mapcontainertitle {
    background: #273446;
    margin: 0px;
    padding: 15px;
    color: white;
}








.benefitss .benefits{
  padding-top: 0px;
  padding-bottom: 0px;
}



@media (min-width:992px) and (max-width: 1199px){
  .benefitbox{
    margin-left: 5%;
  }
  .absoluteimage {
       left: -12%;
    }
  .benefitss .breadcrumb h1 {
    font-size: 32px;
}
.benefitss .breadcrumb .backgroundblack {
      margin: 2px 15px;
}
.breadcrumb .backgroundblack {
    margin: 2px 15px;
}
.comname::after{
  left:58%;
}
.benefits .comname::after {
   left: 43%;
}
.servicebox {
   min-height: 105px;
}
}

@media (min-width:768px) and (max-width: 991px){
  .benefitbox {
    margin-left: 5%;
    min-height: 240px;
}
.breadcrumb .link {
    float: left;
    margin-top:0px;
}
.benefits .comname::after {
    left: 60%;
}
.breadcrumb {
    height: 220px;
    padding: 30px 0px;
}
.breadcrumb .backgroundblack {
    padding: 15px;
    margin: 25px;
}
.comname::after {
   left: 79%;
}
.servicebox .image {
    margin-right: 10px;
}
}


@media (max-width: 767px){
   .benefitbox {
    margin-left: 5%;
    min-height: 150px;
}
.servicebox .image {
    margin-right: 10px;
}
.gallery img{
  margin-top: 10px;
  margin:10px auto;
}
.breadcrumb .link {
    float: left;
    margin-top:0px;
}
.breadcrumb {
    height: 160px;
    padding: 5px 0px;
}
.benefitbox .margintop40{
  margin-top: 0px;
}
.breadcrumb .backgroundblack {
    padding: 15px;
    margin: 2px;
}
.breadcrumb .bordergold {
    border: 0px solid #F6C026B3;
    height: 100%;
}
.comname::after{
  display: none;
}
.benefitbox .mm-font{
  word-break: break-all;
}
.allbackground h2 {
    font-size: 25px;
    margin-bottom: 15px;
}
.btn.btn-search.rightchange {
    background: #F6C026;
    margin-top: 25px;
    margin-bottom: 20px;
}
}

@media (min-width: 500px) and (max-width: 600px){
  .absoluteimage {
    position: absolute;
    left: -11%;
    bottom: 30%;
}
}

@media (min-width: 601px) and (max-width: 700px){
  .absoluteimage {
    position: absolute;
    left: -9%;
    bottom: 30%;
}
}
@media (min-width: 400px) and (max-width: 500px){
  .absoluteimage {
    position: absolute;
    left: -12%;
    bottom: 30%;
}
  }

@media (min-width: 0px) and (max-width: 450px){
  .absoluteimage {
    width: 80px;
    height: 78px;
}


}
header .fas{
  font-size: 30px;
  margin-top: 20px;
  float: left;
  margin-right: 20px;
}
@media (min-width: 359px){
  .benefits .comname::after {
    border: 1px solid #b9b8b8;
    width: 20px;
    height: 1px;
    content: "";
    display: block;
    position: absolute;
    bottom: 8px;
    left: 300px;
}
}
.benefits{
  padding-top: 40px;
  padding-bottom: 80px;
}
.box{
  display: flex;
  flex-direction: column;
  align-items: center;
  border:2px solid #e5e5e5;
  padding-top: 40px;
  padding-bottom: 20px;
  border-radius: 10px;
  margin-top: 40px;
  max-width: 263px;
  margin-left: auto;
  margin-right: auto;
}
.box img{
  margin-bottom: 30px;
}
.benefits .row p{
padding:0px 10px;
}
.col-md-offset-2 {
    margin-left: 11.86666667%;
}
@media(max-width: 991px){
  .col-md-offset-2 {
    margin-left: 0%;
}
.middle{
      padding-top: 3px;
  margin-left: auto;
    margin-right: auto;
    clear: both;
    float: none;
}
}

footer{
  background-color: #1f1f1f;
  color:#b8b8b8;
  padding-top: 20px;
  padding-bottom: 30px;
}
footer a,footer a:hover{
  color:#b8b8b8;
  text-decoration: none;
}
footer a i{
  font-size: 25px;
  margin-right: 10px;
}
footer h3{
  color:#fff;
}
footer p{
  line-height: 2;
}
.ml-20{
  margin-left: 20px;
}
.mt-30{
  margin-top: 30px;
}
.copyright{
  background-color: #1f1f1f;
  border-top: 1px solid #3e3e3e;
  color:#b8b8b8;
  padding-top:10px;
  padding-bottom:5px !important;
  text-align: center;
  font-size: 13px;
}
.copyright a,.copyright a:hover{
  color:#47773d;
  text-decoration: none;
}
#go-top {

    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    text-align: center;

}
#go-top:focus{
  outline:none;
}
#go-top {

    position: fixed;
    bottom: 5px;
    right: 5px;
    background-color: #000;

cursor: pointer;

font-size: 24px;

font-weight: bold;

width: 50px;

height: 49px;

text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    z-index: 9999;

}
/*#go-top {
  z-index: 999;
  display: block;
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#000;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}*/
/*#go-top span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    
}*/
#go-top .glyphicon {
    padding: 12px 0;
    line-height: 18px;
    color: 
    #fff;
}
#go-top:hover {
    background-color:;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
.glyphicon-menu-up::before {

    content: "\e260";

}
.m20{
  margin-top: 20px;
  margin-bottom: 20px;
}
.centerr{
    margin-left: auto;
    margin-right: auto;
    clear: both;
    float: none;

}
@media (max-width:767px) and (min-width:701px){
.absoluteimage {
    position: absolute;
    left: -7%;
    bottom: 30%;
}
}
@media (max-width:528px){
.benefitbox {
    margin-left: 10%;
    min-height: 150px;
}
}
@media (max-width:395px) and (min-width:375px){
.absoluteimage {
    position: absolute;
    left: -13.5%;
    bottom: 30%;
}
}
@media (min-width: 769px){
  .imgcenter{
        display: flex;
    align-items: center;
    justify-content: center;
    min-height: 700px;
  }
}
.main-timeline .timeline-year {
    font-size: 20px;}
a:focus{
  text-decoration: none;
}
.margin50{
  margin-top: 50px;
  margin-bottom: 50px;
}
.main-timeline .title {
    color: #fff;
    background: linear-gradient(to right,#1f1f1f,#b5b5b8);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px;
    margin: 0 0 10px;
    border-radius: 20px 20px 0 0;
}
.main-timeline .timeline:nth-child(4n+2) .timeline-year, .main-timeline .timeline:nth-child(4n+2) .title {
    background: linear-gradient(to right,#1f1f1f,#b5b5b8);
}
.main-timeline .timeline:nth-child(4n+3) .timeline-year, .main-timeline .timeline:nth-child(4n+3) .title {
    background: linear-gradient(to right,#1f1f1f,#b5b5b8);
}
.main-timeline .timeline-year {
    background: linear-gradient(to right,#1f1f1f,#b5b5b8);} 
    .main-timeline .timeline-year {
    color: #1f1f1f;}
    .mfixed{
      position: fixed;
      top:0;
      left:0;
      right:0;
      z-index: 999;
      background-color: #fff;
    }
    .mm-panel_has-navbar .mm-navbar {
      display: block;
      background: #000;
      color: #fff;
  }
  .mm-btn_prev:before {
    border-color: #fff;
}
@media(max-width:991px) and (min-width:768px){
  .navbar-toggle{
    display:block;
  }
  .navbar-collapse.collapse{
    display:none!important;
  }
}