@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,700;1,800;1,900&display=swap');



  @font-face { 

    font-family: "Noto Sans Myanmar"; 

    src: url("../fonts/NotoSansMyanmar/NotoSansMyanmar-Regular.woff") format("woff"),

     url("../fonts/NotoSansMyanmar/NotoSansMyanmar-Regular.ttf") format("truetype"),

      url("../fonts/NotoSansMyanmar/NotoSansMyanmar-Regular.svg#Noto Sans Myanmar") format("svg"); }



body{

  font-family: 'Raleway',"Noto Sans Myanmar", sans-serif;
  overflow-x: hidden;

}
.mm-page {
  overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6{

  font-family: 'Raleway',"Noto Sans Myanmar", sans-serif;

}



header {

  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  z-index: 2;

  background: rgba(18, 39, 52, 0.1);

}

.logodiv .logo-title {

  color: #fff;

  margin-left: 10px;

}



.nav-link {

  color: #fff;

  text-transform: uppercase;

  font-size: 16px;

  font-weight: bold;

}

.logodiv img{

  

  max-width: 100px;

}

.logodiv {

  display: flex;

  justify-content: center;

  align-items: center;

}

.logo-title .f10{

  font-size: 2rem;

  font-weight: 700;

}

.logo-title h5 {

  font-size: 1rem;

  margin: auto;

}

.active .nav-link {

  color: #33acc8;

}

.navbar-toggler {

  color: #fff;

  border-color: #fff;

}

@media (min-width: 992px) {

  .navbar-expand-lg .navbar-nav .nav-link {

    padding-right: 1.5rem;

    padding-left: 1.5rem;

  }

}

/* end nav */

 /* ScrollToTop */

  

 .scrollToTop {

  text-decoration: none;

  cursor: pointer;

  

  background: #fff;



  position: fixed;

  bottom: -50px;

  right: 30px;

  width: 40px;

  height: 40px;

  border-radius: 1px;

  border-top-left-radius: 10px;

  border-top-right-radius: 10px;

  z-index: 999;

  transition: 1.5s ease;

  border:2px solid #33acc8;

}

.scrollToTop.show{

    left:unset;

    bottom:50px

}

.scrollToTop.hide{

    left:-50px;

    right: unset;

}

.scrollToTop i {

  color: #33acc8;

  font-size: 22px;

  padding-left: 9px;

  padding-top: 6px;

}

/* End ScrollToTop */

/* home */

.carousel {

  position: relative;

}

.home .carousel::before{

  content: "";

  position: absolute;

  left: 0;

  right: 0;

  bottom: 0;

  background: url(../img/slider-overlay-new.png) no-repeat bottom;

    background-size: auto;

  height: 276px;

  background-size: 100%;

  z-index: 2;

}

.home .carousel-item::after {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

  background: rgba(0, 0, 0, 0.5);

  z-index: 1;

}

.home .carousel-item img {

  transition: 10s ease-out;

  transform: scale(1.1);

  min-height: 350px;

  object-fit: cover;

  object-position: right;

}

.home .carousel-item.active img {

  transform: scale(1);

}

.home .carousel-item.active.activee img {

  transform: scale(1.2);

}

.pd-50{

  padding-top: 50px;

  padding-bottom:50px;

}

/* home */


.service-title h1{

  font-size: 30px;

  text-transform: uppercase;

}

.text-primary{

  color:#33acc8 !important;

}

.index_services .serbox {

  background: #030303;

  color: #fff;

  padding: 15px 10px;

  text-align: center;

  margin-bottom: 10px;
  min-height: 200px;

}

.index_services .serbox p {

  color: #ddd;



  margin: 0;



  max-width: 250px;



  margin: auto;



  font-size: 15px;



}

.index_services .serbox h5 {

  font-size: 17px;

  margin-top: 20px;

  text-transform: uppercase;

}

.index_services .serbox .icon {

  width: 60px;

  margin: 10px auto;

  height: 60px;

  display: flex;

  align-items: center;

  justify-content: center;

}

.index_clients{

  background: #030303;

  color:#fff;

}

.mb-50{

  margin-bottom: 50px;

}

.mb-30{

  margin-bottom: 30px;

}

p{

  font-size: 16px;

  color:#000;

}

.vmbox .title {

  display: flex;

  align-items: center;

  margin-bottom: 20px;

}

.vmbox .title h5{

  text-transform: uppercase;

  font-size: 20px;

}

.vmbox .icon {

  background: #030303;

  color: #33acc8;

  width: 45px;

  height: 45px;

  font-size: 25px;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-right: 15px;

}

.index_contact {

  background: #33acc8;

  color: #fff;

}

.index_contact h3{

  margin:0;

}

.more-project {

  border-color: #fff;

  border-radius: 0px;

  color: #fff;

  font-size: 16px;

  padding: 10px 15px;

}



@media (max-width: 991px) {

  .index_services .service-title{

    margin-bottom: 30px;

  }

  .index_contact h3{

    margin-bottom: 30px;

  }

  .index_services .serbox {

    background: #030303;

    color: #fff;

    padding: 10px;

    text-align: center;

    margin: auto;

      margin-bottom: auto;

    max-width: 300px;

    margin-bottom: 20px;

  }

}



@media (min-width: 992px) {

  .home .pd-50{

    padding-top:100px;

    padding-bottom:100px;

  }

}

/* footer */

footer{

  background: #030303;

  color:#f1f9ff;

}

footer p,footer a{

  color:#f1f9ff;

  font-size: 15px;

  margin: 0;

}

footer .icon{

  font-size: 25px;

  color: #33acc8;

}

a{

  color:#33acc8;

}

.footerhightlight{

  background-color: #404040;

}

.footerhightlight a{

  color:#33acc8;

  text-transform: capitalize;

}

.footerhightlight p{

  color:#a0a5aa;

  font-size: 12px;

}

footer .col-lg-3{

  padding-top: 50px;

  padding-bottom: 50px;

}



.carousel-caption {

  position: absolute;



  right: 15%;



  bottom: 45%;



  left: 15%;



  z-index: 10;



  padding-top: 20px;



  padding-bottom: 20px;



  color: #fff;



  text-align: left;



}

@media (max-width: 767px) {

  footer .col-lg-3{

    padding-top: 20px;

    padding-bottom: 20px;

  }

}

footer a {

  word-break: break-word;

}

footer a:hover {

  color:#33acc8;

}

/* end footer */

.carousel-caption{

  left:22%;

}

.carousel-control-next, .carousel-control-prev {

  width: 40px;

  height: 40px;

  background: #33acc8;

  bottom: 40%;

  top: unset;

  opacity: 1;

}

.carousel-control-prev{

  left:22%;

}

.carousel-control-next {

  left: calc( 22% + 45px );

  right: unset;

}



@media (max-width:991px){

  .carousel-caption h1{

    font-size: 20px;

  }

  .carousel-control-next, .carousel-control-prev {

    bottom:30%;

    width: 35px;

    height: 35px;

  }

  .carousel-caption{

    bottom: 35%;

  }

}

@media (max-width:500px){

  .logo-title h5 {

    font-size: 0.6rem;

    margin: auto;

  }

  .logodiv img {

    max-width: 60px;

  }

  .carousel-caption h1{

    font-size: 16px;

  }

}

.vendor{

  position: relative;

}

.vendor-content-area.align-items-center {

  position: absolute;

  top: 50%;

  left: 0;

  right: 0;

  z-index: 999;

  color: #fff;

}

body{

  overflow-x: hidden ;

}

/* contactus */

.cbox {

  border-bottom: 1px solid #eee;

  margin-bottom: 20px;

  padding: 30px 20px;

}

.cbox:last-child{

  border:none;

}

@media (min-width:992px){

  .bl{

    border-left: 1px solid #eee;

  }



}

.cbox h5 {

  text-transform: uppercase;

  font-size: 14px;

  color: #000;

  font-weight: 600;

  margin-bottom: 20px;

}

.cbox .content {

  display: flex;

}

.cbox .content p{

  width: 90%;

  margin:0;

  font-size: 14px;

}

.cbox .icon-cell {

  color: #33acc8;

  font-weight: bold;

  font-size: 16px;

  margin-right: 10px;

}

.cbox a {
  color: #000;
  word-break: break-word;
}


.form-control {

  border-radius: 0px;

  padding: 30px 35px;

  font-size: 15px;

}

.btn-submit {

  border-radius: 0;

  background: #33acc8;

  color: #fff;

  padding: 16px 35px;

  text-transform: uppercase;

  font-size: 14px;

  font-weight: bold;

}

.addbox {

  background-color: rgb(32,39,38);

  color: #fff;

  padding: 20px;

  height: 98.5%;

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  text-align: center;

}

.addbox p {

  color: inherit;

}

.addbox .line {

  width: 40px;

  border-bottom: 2px solid #33acc8;

  margin-bottom: 35px;

  margin-top: 10px;

}

.nav-link:hover {

  color: #33acc8;

}

.index_clients .item img {

  border: 1px solid #403e3e;

  max-width: 200px;

  margin: auto;

  border-radius: 0;

  padding: 5px 30px;

  background: #fff;

}

/* end contactus */



.vendor-content-area p {

  color: inherit;

  font-weight: 600;

  letter-spacing: 1px;

  padding-left: 10px;

  border-left: 3px solid #33acc8;

}

/* .vendor-content-area .subtitle::before {

  content: '';

  position: absolute;

  left: 0;

  top: 13px;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

  height: 2px;

  width: 40px;

  background: #33acc8;

} */



.vendor-content-area .subtitle--extended::before {

  width: 1000%;

  left: -1000%;

}

.vendor-content-area h1{

  margin-bottom: 20px;

  font-weight: 800;

}

.vendor-content-area h1,.vendor-content-area p ul li,.vendor-content-area a{

  font-weight: 600;

  color: inherit;

}

.vendor{

  overflow: hidden;

}

@media(max-width:991px){

  .vendor img {

    min-height: 300px;

    width: 100%;

    object-fit: cover;

  }

}



/* about */

.who-we-are-img {

  position: relative;

  max-width: 500px;

}

.who-we-are-img .who-we-are-img-2 {

  position: absolute;

  bottom: 0;

  right: 0;

  border-top: 10px solid #fff;

  border-left: 10px solid #fff;

  max-width: 50%;

}

.who-we-are-img .expbox {

  background-color: #33acc8;

  padding: 16px 35px;

  margin: 0;

  max-width: 254px;

  font-size: 17px;

  color: #fff;

  font-weight: 600;

  margin-top: 10px;

  text-align: center;

  text-transform: uppercase;

}

.who-we-are-img .expbox span{

  font-size: 35px;

}

.font-bold{

  font-weight: bold;

}

.counter {

  display: flex;

  justify-content: space-around;

  align-items: center;

  margin-top: 30px;

  /* background: url(../img/abimg.jpg) no-repeat center; */



  padding: 30px 0px;

  position: relative;

}

/* .counter::before {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

  background: rgba(255, 255, 255, 0.9);

  z-index: 1;

} */

.counter-inner {

  position: relative;

  z-index: 2;

  display: flex;

  justify-content: center;

  align-items: center;

  

}

.counter-inner img{margin-right: 10px;}

.counter-inner p{

  margin: 0;

  font-weight: 600;

  font-size: 13px;

  color: #333;

}

.pd-30{

  padding-top: 30px;

  padding-bottom: 30px;

}

.vision {

  background: url(../img/feathers-bg.jpg) no-repeat center;

    background-size: auto;

  position: relative;

  background-size: cover;

}

.vision::before {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

  background: rgba(15, 35, 48, 0.9);

  z-index: 1;

}

.vision .vmbox {

  position: relative;

  z-index: 2;

  color: #fff;

  padding: 20px;

  min-height: 243px;

}

.vision .vmbox p{

  color: #fff;

}

.vision .vmbox .icon {

  background: #fff;

}

.pd-100{

  padding-top: 100px;

  padding-bottom: 100px;

}

.custom-list {

  list-style: none;

  margin-left: -40px;

}

.custom-list li{

  display: flex;

  margin-bottom: 10px;

}

.custom-list li i {

  margin-right: 10px;

  padding-top: 3px;

  color: #33acc8;

}

.custom-list li span{

  width: 90%;

  color: #000;

  font-weight: 600;

  font-size: 17px;

}

.section-subtitle {

    letter-spacing: 1px;



  font-size: 14px;



}

.section-subtitle span {

  border-left: 3px solid #33acc8;

  padding-left: 8px;

}

/* end about */



/* services */

.servicewrapper {

  border: 1px solid #c8c8c8;

  margin-bottom: 30px;

  /* padding: 40px;

  min-height: 278px; */

}

.servicewrapper .inner {

  padding: 20px 40px;

  min-height: 200px;

}

.servicewrapper:hover{

  border: 1px solid #33acc8;

}

.servicewrapper .number {

  color: #e9e6e6;

  font-weight: 800;

  font-size: 36px;

  line-height: 40px;

}

.servicewrapper .title {

  margin: 20px 0;

  font-weight: 600;

}

.servicewrapper .description {

  margin-bottom: 0px;

  color: #202c38;

}

/* end services */



/* projects */

.projectwrapper{

  position: relative;

}

.projects .pjbox{

  padding: 10px;

}



.projectwrapper::before {

  position: absolute;

  content: '';

  background: linear-gradient(0deg, rgb(4, 26, 43) 5%, rgba(0,0,0,0.04) 100%);

  left: 0;

  top: 0;

  bottom: 0;

  right: 0;

  z-index: 1;

}

.projectwrapper .content{

  position: absolute;

  bottom: 0px;

  padding: 35px 30px 30px 30px;

  width: 100%;

  z-index: 2;

  color:#fff;

}

.projectwrapper .content .subtitle {

  color: #fff;

  font-size: 13px;

  text-transform: uppercase;

  border-left: 3px solid #33acc8;

  padding-left: 5px;

  line-height: 1.3;

}

.projectwrapper .icon {

  font-size: 18px;

  color: #fff;

  background: #fff;

  width: 34px;

  height: 32px;

  border-radius: 100%;

  margin: 0;

  padding: 0;

  line-height: 0;

  margin-right: 10px;

  background: #33acc8;

  display: flex;

  align-items: center;

  justify-content: center;

}

.projects .modal-content {

  border-radius: 0px;

  border:none;

}

.projects .modal-header {

  background: #33acc8;

  color: #fff;

  border-radius: 0;

}
.carousel-control-next, .carousel-control-prev {
  z-index: 999;
}
.projects .carousel-control-next, .projects .carousel-control-prev {

  width: 40px;

  height: 40px;

  background: #000;

  bottom: 0;

  top: unset;

  right: 0;

  opacity: 1;

  left:unset;

}

.projects .carousel-control-prev{

  right:45px;

}

.projectwrapper .iconwrapper {

  display: flex;

  align-items: center;

  margin-top: 20px;

  text-transform: uppercase;

  font-size: 13px;

  font-weight: bold;

  letter-spacing: 2px;

}

.projects .table tr, .projects .table td {

  border: none;

}

.projects table tr td:first-child {

  width: 150px;

  color: #3a3a3a;

  font-size: 13px;

}

.projects table tr td:nth-child(2) {

  color: #000;

  font-size: 15px;

  word-break: break-word;

}

.projects .modal h5 {

  font-size: 19px;

  margin-left: 12px;

  letter-spacing: 1px;

  border-left: 3px solid #33acc8;

  padding-left: 10px;

  line-height: 1.6;

}

.projects .modal-header{

  text-align: center;

}

.projects .modal-header h5 {

  text-align: center;

  width: 100%;

  font-size: 20px;

  font-weight: bold;

  padding-top: 10px;

}

.pjbox .title {

  word-break: break-word;

  line-height: 1.6;

}

.projects .carousel-indicators li {

  width: 10px;

  height: 10px;

  cursor: pointer;

  background-color: #779aa2;

  opacity: 1;

}

.projects .carousel-indicators .active {

  width: 10px;

  height: 10px;

  cursor: pointer;

  background-color: #033540;

  opacity: 1;

}
.mm-navbar {
  background: #33acc8;
  color: #fff;
}
.mm-listitem_selected .mm-listitem__text {
  border-left: 3px solid #33acc8;
}
@media (max-width:991px){
  .vendor-content-area h1{
    font-size: 20px;
    margin-bottom: 5px;
  }
  .vendor-content-area ul li, .vendor-content-area a,.vendor-content-area p,.vendor-content-area ul i{
    font-size: 13px;
  }
  .vendor-content-area ul{
    margin:0;
  }
.vendor-content-area.align-items-center {
 top:unset;
 bottom:10px;
}
.projects .modal h5 {
  margin-top: 20px;
}
}
@media (max-width:767px){
  .vendor-content-area.align-items-center {
   top:unset;
   bottom:10%;
  }
  .vendor img {
    min-height: 250px;
    width: 100%;
    object-fit: cover;
  }
  .vendor-content-area p {
    margin-bottom: 5px;
    font-size: 12px;
  }
  .who-we-are-img .expbox {
    z-index: 2;
    position: relative;
    border-right: 10px solid #fff;
    border-top: 10px solid #fff;
    margin-top: unset;
  }
  .pd-50 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
a:hover,a:focus{
  text-decoration: none;
}
.number{
    font-family: "Noto Sans Myanmar", sans-serif;
  
}
.scrollToTop.viber {
  display: block;
  bottom: 150px;
  color: #fff;
  display: flex;
  background: #4949ff;
  right: 0;
  border-radius: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 60px;
  height: 60px;
  border:none;
}
.scrollToTop.viber a ,.scrollToTop.viber a  i{
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 30px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  padding: 0px;
}
.vendor img{
  width:100%;
}
/* end projects */