<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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&amp;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;
}
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: #ea172d;
}
.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 #004185;
}
.scrollToTop.show{
    left:unset;
    bottom:50px
}
.scrollToTop.hide{
    left:-50px;
    right: unset;
}
.scrollToTop i {
  color: #004185;
  font-size: 22px;
  padding-left: 9px;
  padding-top: 6px;
}
/* End ScrollToTop */
/* home */
.carousel {
  position: relative;
}
.home .main-carousel.carousel::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background: url(../img/slider-overlay.png) no-repeat bottom;
    background-size: auto;
  height: 276px;
  background-size: 100%;
  z-index: 2;
}
.home .main-carousel .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 .main-carousel .carousel-item img {
  transition: 10s ease-out;
  transform: scale(1.1);
  min-height: 350px;
  object-fit: cover;
  object-position: right;
}
.home  .main-carousel .carousel-item.active img {
  transform: scale(1);
}
.home  .main-carousel .carousel-item.active.activee img {
  transform: scale(1.2);
}
.pd-50{
  padding-top: 50px;
  padding-bottom:50px;
}
/* home */
.service-title {
  /* background: url(../img/sertitlebg.png) no-repeat center; */
  /* padding: 20px; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-title h1{
  text-transform: uppercase;
}
.text-primary{
  color:#004185 !important;
}
.text-sky-blue{
  color:#79c8e8 ;
}
.text-red{
  color: #ea172d;
}
.index_services .serbox {
  background: #030303;
  color: #fff;
  padding: 15px 10px;
  text-align: center;
  margin-bottom: 10px;
}
.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;
}
.index_services .serbox .icon {
  width: 60px;
  margin: 10px auto;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .index_about .clients-title .text-uppercase{
  font-weight: bold;
} */
.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: #efefef;
  color: #004185;
  width: 45px;
  height: 45px;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.index_contact {
  background:  #004185;
  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: 80px;
    padding-bottom: 80px;
  }
}
/* footer */
footer{
  background: #030303;
  color:#f1f9ff;
}
footer p,footer a{
  color:#f1f9ff;
  font-size: 15px;
  margin: 0;
}
footer .icon{
  font-size: 25px;
  color: #79c8e8;
}
a{
  color:#004185;
}
.footerhightlight{
  background-color: #404040;
}
.footerhightlight a{
  color:#79c8e8;
  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:#a0daf1e5;
}
.btn:hover {
  color:#a0daf1e5;
  text-decoration: none;
}
/* end footer */
.carousel-caption{
  left:22%;
}
.carousel-control-next, .carousel-control-prev {
  width: 40px;
  height: 40px;
  background: #004185;
  bottom: 40%;
  top: unset;
  opacity: 1;
  z-index: 9;
}
.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.9rem;
    margin: auto;
  }
  .logodiv img {
    max-width: 60px;
  }
  .carousel-caption h1{
    display: none;
  }
  .carousel-caption h5{
    font-size: 14px;
    padding-right: 0% !important;
    line-height: 25px !important;
  }
  .carousel-caption {
    left: 5%;
    bottom: 13%;
   
}
}
.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 35px;
}
.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: #004185;
  font-weight: bold;
  font-size: 16px;
  margin-right: 10px;
}
.cbox a{
  color: #000;
}
.form-control {
  border-radius: 0px;
  font-size: 15px;
}
.btn-submit {
  border-radius: 0;
  background: #004185;
  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 #004185;
  margin-bottom: 35px;
  margin-top: 10px;
}
.nav-link:hover {
  color: #ea172d;
}
.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 #004185;
}
/* .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: #004185;
} */

.vendor-content-area .subtitle--extended::before {
  width: 1000%;
  left: -1000%;
}
.vendor-content-area h1{
  margin-bottom: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.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;
  }
}
.index_clients .owl-theme .owl-nav.disabled+.owl-dots {
  display: none;
}
.h-service-para{
  padding-bottom: 30px;
}
header .navbar {
  padding: 0.2rem 1rem;
}
.pt-50{
  padding-top: 50px;
} 
.pb-30{
  padding-bottom: 50px;
}
.contact-us-page{
  background: url(/img/contact-bg.png) left top no-repeat;
    background-size: contain;
    position: relative;
}
.contact-us-page:before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.vendor a{
  color: #ea172d;
  font-weight: bold;
}
.vendor img {
  width: 100%;
}
.vendor:before  {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.contact-us-page .address-info-detail{
    background-color: #efefef;
    text-align: center;
    min-height: 170px;
    padding: 20px 20px;
    margin-bottom: 20px;
    color: #004185;
}

.contact-us-page .address-info-detail p{
  /* min-height: 50px; */
  margin-bottom: 0px;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ddd;
  outline: 0;
  box-shadow: none;
}
.contact-us-page .address-info-detail a:hover p{
  color: #004185 !important;
}
.contact-us-page .address-info-detail .icon iconify-icon{
  font-size: 30px;
  color: #004185;
}
.contact-us-page .address-info-detail.bg-blue{
  background-color: #004185;
  color: white;
}
.contact-us-page .address-info-detail.bg-blue p{
  color: rgb(255 255 255 / 60%);
}
.contact-us-page .address-info-detail.bg-blue  iconify-icon{
  color: white;
}
.contact-us-page .address-info-detail .icon {
  margin-bottom: 10px;
}
a:hover{
  text-decoration: none;
}
.contact-us-page .address-info-detail a:hover p{
  color: #c3d4e6;
}
.contact-us-page .input-group-text {
  padding: 0.375rem 0.7rem;
  font-size: 1rem;
  text-align: center;
}
.input-group&gt;.custom-select:not(:first-child), .input-group&gt;.form-control:not(:first-child) {
  border-radius: 0px;
}
.input-group&gt;.input-group-prepend&gt;.input-group-text {
  border-radius: 0px;
  background-color:#efefef;
}
.contact-us-page .input-group-prepend i{
  color: #000;
}
.contact-us-page form.form-horizontal{
  background: rgba(0, 0, 0, 0.884);
    padding:35px 20px;
}
.contact-us-page form.form-horizontal .form-control{
  min-height: 40px;
}
.contact-us-page form.form-horizontal h4{
  color: #ffffffd2;
  margin-bottom: 20px;
}
.contact-us-page form.form-horizontal .btn-submit {
  background: #004185;
  padding: 8px 25px;
}
.contact-us-page .main-title h2{
  margin-top: 20px;
}
.main-title  h2:after, .main-title  h2:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 4px;
  content: "";
  right: 45px;
  margin: auto;
  background-color: #ccc;
}
.main-title h2:before {
  background-color: #ea172d;
  left: 45px;
  width: 90px;
}
.main-title h2{
  font-weight: bold;
}
.main-title h2 span{
  color: #004185;
}
footer .list-inline-item .fa-viber {
  font-size: 18px;
}
.v-m-v .vmbox{
  margin-bottom: 50px;
}
section.home{
  overflow: hidden;
}
.carousel-caption h5{
  margin-top: 20px;
  line-height: 30px;
  padding-right: 30%;
  color: #e1edfa;
}
.about-us-page.inner-page .bg-white {
  background-color: #fff!important;
  min-width: 115%;
  position: absolute;
  z-index: 1;
  padding: 50px;
  margin-top: 50px;
}
.inner-page  h2{
  margin-top: 80px;
  text-transform: uppercase;
  font-weight: bold;
}
.inner-page   h2 span{
  color: #004185;
}
.about-us-page.inner-page  .about-section{
  background: linear-gradient(90deg, #efefef 67%, #fff 43%);
  padding: 80px 0px;
}
.about-us-page.inner-page .image-section{
  padding-bottom: 70px;
  background: linear-gradient(90deg, #fff 67%, #efefef 43%);
}
.about-us-page.inner-page .image-section img{
  margin-top: 20px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
}
.about-us-page .image-section .row{
  padding-top: 60px;
  padding-bottom: 10px;
}
.about-vmv-section{
  position: relative;
  padding-bottom: 80px;
  background-color: #efefef;
}
.about-vmv-section::before {
  top: 0px;
  height: 400px;
  content: "";
  background: linear-gradient(to bottom,rgba(23, 47, 77, 0.568),rgba(4, 4, 5, 0.548)),url(/img/bg.jpg);
  background-position: center;
  position: absolute;
  backdrop-filter: blur(10px);
  width: 100%;
  background-repeat: no-repeat;
}
.about-vmv-section .card-header .title {
  font-size: 17px;
  color: #000;
}
.about-vmv-section .card-header .accicon {
float: right;
font-size: 20px;  
width: 1.2em;
}
.about-vmv-section .card-header{
cursor: pointer;
border-bottom: none;
}
.about-vmv-section .card-header:not(.collapsed) .rotate-icon {
transform: rotate(180deg);
}
.about-vmv-section .card{
  border: none;
  border-bottom: 1px solid #c3d4e6 !important;
}
.about-vmv-section h2{
  color: white;
  margin-bottom: 50px;
}

.about-vmv-section .accordion{
  padding: 40px 40px 60px 40px;
  background-color: white;
  border-radius: 5px;
}
.about-vmv-section .card-header{
  background-color: white;
}
/* .about-vmv-section .card-header h4{
  font-weight: bold;
  color: #404040;
} */
.about-vmv-section  .accordion&gt;.card&gt;.card-header {
  justify-content: space-between;
  display: flex;
  border-radius: 0;
  margin-bottom: -1px;
}
.about-vmv-section  .accordion&gt;.card&gt;.card-header .title{
  display: flex;
  align-items: center;
}
.about-vmv-section  .accordion&gt;.card&gt;.card-header .title iconify-icon{
  font-size: 35px;
  color: #004185;
  margin-right: 10px;
}
.about-vmv-section  .accordion&gt;.card&gt;.card-header .title h4{
  color: #004185;
  font-weight: bold;
  margin-bottom: 0px;
}
.about-vmv-section  .accordion&gt;.card&gt;.card-header.collapsed .title iconify-icon, .about-vmv-section .card-header.collapsed  .title h4{
  color: #555 !important;
}
.about-vmv-section h2 span{
  color: #79c8e8 !important;
}
.v-m-v .vmbox ul{
  padding-left: 50px;
}
.v-m-v .vmbox ul li{
  list-style-image: url('https://api.iconify.design/material-symbols-light/line-end-diamond.svg?color=%23ea172d&amp;width=25&amp;height=25');
  margin-bottom: 10px;
}
.v-m-v .vmbox ul li::marker{
  margin-top: 10px;
}
.services-page h2{
  margin-top: 0px;
}
.services-page .second-img{
  min-width: 110%;
  position: absolute;
  top: 40px;
}
.pd-80{
  padding-top: 80px;
  padding-bottom: 80px;
}
.service-img{
  margin: auto;
  max-width: 80%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  display: flex;
  border-radius: 3px;
}
.image-bg-white::before{
  content: "";
  width:100%;
  background-color: #fff;
  position: absolute;
  height: 400px;
}
.image-bg-white{
  display: flex;
  position: relative;
  align-items: center;
}
.services-page {
  background-color: #efefef;
}
.services-page .service-text-wrapper h2{
  margin-bottom: 30px;
}

.projects-page .img-wrapper {
  position: relative;
  border-radius: 0.25rem;
  background-color: white;
}

.projects-page .project img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 0.25rem;
}

.projects-page .project{
  margin-bottom: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  border-radius: 0.25rem;
}
.projects-page .img-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 0.25rem;
  background-color: rgb(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 250ms ease;
}

.projects-page .img-wrapper:hover::before {
  opacity: 1;
}

.projects-page .img-wrapper a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  border-radius: 0.25em;
  padding: 0.5em 1em;
  background-color: hsl(219, 30%, 12%, 0.8);
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 250ms ease;
}

.projects-page .img-wrapper:hover &gt; a {
  opacity: 1;
}
.projects-page .project-text{
  padding: 28px 30px 20px 30px;
  background-color: white;
  text-align: center;
  min-height: 190px;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.projects-page .project p {
  font-weight: 500;
  margin-bottom: 7px;
  color: #000;
}
.projects-page .project-text .main-para{
  color: #004185;
}
.vendor h5{
  color: rgba(255, 255, 255, 0.781);
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 20px;
}
.projects-page .carousel-control-next,.projects-page  .carousel-control-prev {
  bottom: 0%;
}
.projects-page .carousel-control-next {
  right: 0;
  left: unset;
}
.projects-page .carousel-control-prev {
  right: calc(  45px );
  left: unset;
}
.projects-page .carousel-indicators li {
  width: 7px;
  height: 7px;
}
.projects-page .carousel-indicators{
  margin-bottom: 5px;
}
.projects-page {
  background-color: #efefef;
}
.projects-page .carousel-inner, .projects-page .carousel{
  border-radius: 0.25rem;
}
.projects-section.pd-80{
  padding-top: 80px;
  padding-bottom: 50px;
}
.contact-us-page.inner-page{
  padding-bottom: 20px;
}
.index_services{
  background-color: black;
  margin-bottom: 70px;

}
.index_services p{
  color: white;
  padding-bottom: 0px;
}
.index_services h1{
  color: white;
}
.index-about .container{
  padding-top: 70px;
}
.index_about{
  padding-bottom: 20px;
}
.down-cv-excel{
  background: #004185;
  padding: 8px 25px;
  color: white;
  margin-top: 10px;
  display: inline-block;
}
.down-cv-excel:hover{
  color: #c3d4e6;
}
#carouselExampleIndicators-about .carousel-indicators li {
  width: 7px;
  height: 7px;
}


@media (min-width: 1200px) and (max-width: 1500px) {
  h1{
		font-size: 34px;
	}
  .carousel-caption {
    bottom: 30%;
  }
  .carousel-control-next, .carousel-control-prev {
    bottom: 22%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
	h1{
		font-size: 32px;
	}
	h2{
		font-size: 30px;
	}
	h3{
		font-size: 24px;
	}
	h4{
		font-size: 22px;
	}
	h5{
		font-size: 18px;
	}
	h6{
		font-size: 16px;
	}
	
	p,a,li,button{	
		line-height: 25px;
		font-size: 15px;
	}
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .carousel-caption {
    bottom: 30%;
  }
  .carousel-caption h1{
    display: none;
  }
  .carousel-control-next, .carousel-control-prev {
    bottom: 20%;
  }
  .home .pd-50 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #page{
    overflow: hidden;
  }
  .about-us-page.inner-page h2 {
    margin-top: 40px;
  }
  .about-us-page.inner-page .bg-white {
    padding: 40px;
    margin-top: 40px;
}
.about-us-page.inner-page .about-section {
  background: linear-gradient(90deg, #efefef 75%, #fff 25%);
}
.about-us-page.inner-page .image-section {
  background: linear-gradient(90deg, #fff 75%, #efefef 25%);
}
.about-vmv-section {
  padding-top: 20px;
}
.contact-us-page .address-info-detail {
  padding: 20px 5px;
}
}












@media (min-width: 768px) and (max-width: 991px) {
	h1{
		font-size: 30px;
	}
	h2{
		font-size: 28px;
	}
	h3{
		font-size: 22px;
	}
	h4{
		font-size: 20px;
	}
	h5{
		font-size: 16px;
	}
	h6{
		font-size: 15px;
	}
	p,a,li,button{
		font-size: 15px;
	}
  .mm-navbar img {
    max-width: 15%;
  }
  .mm-listitem.mm-listitem_selected{
    color: #004185;
    font-weight: bold;
  }
	.contact-us-page .form-control {
		font-size: 13px;
	}	
	.clearfix .btn {
		padding: 7px 15px;
	}
	.hidden-md{
		display: block;
	}
	.hidden-sm{
		display: none;
	}
  .carousel-caption h1 {
    display: none;
  }
  .carousel-caption {
    bottom: 20%;
  }
  .carousel-control-prev, .carousel-control-next {
    /* display: none; */
}
#page{
  overflow: hidden;
}
.about-us-page.inner-page .bg-white {
  font-size: 15px;
  padding: 30px;
}
.about-us-page.inner-page h2 {
  margin-top: 0px;
}
.about-vmv-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.mb-50 {
  margin-bottom: 30px;
}
.index_services h1 {
  text-align: center;
}
.index_services p {
  text-align: center;
  margin-bottom: 0px;
}
.index_services .service-title {
  margin-bottom: 10px;
}
.image-bg-white::before {
  height: 300px;
}
.logodiv img {
  max-width: 80px;
}
.projects-page .project-text {
  padding: 28px 20px 20px 20px;
  min-height: 250px;
}

.home .carousel-control-next, .home .carousel-control-prev {
  bottom: 15%;
}
}









@media(max-width: 767px){
    .hidden-xs{
      display: none;
    }
    .hidden-md{
      display: block;
    }
    h1{
      font-size: 26px;
    }
    h2{
      font-size: 22px;
    }
    h3{
      font-size: 18px;
    }
    h4{
      font-size: 16px;
    }
    h5{
      font-size: 15px;
    }
    h6{
      font-size: 14px;
    }
    p,a,li,button{
      font-size: 14px;
    }
    /* .carousel-control-prev,.carousel-control-next{
      display: none;
    } */
    header .navbar {
      padding: 0.2rem 0rem;
    }
    .index_services .container{
      padding-bottom: 30px;
    }
    .vendor img {
      min-height: 150px;
    }
    /* .vendor-content-area.align-items-center {
      display: none;
    } */
    .about-us-page.inner-page .bg-white {
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      margin-top: 30px;
      padding: 30px 20px;
      font-size: 14px;
      position: relative;
    }
    .about-us-page.inner-page h2 {
      margin-top: 0px;

    }
    .about-us-page{
      overflow: hidden;
    }
    .about-us-page.inner-page .about-section {
      padding: 50px 0px;
      }
      .about-us-page.inner-page .image-section img {
      
        display: flex;
        margin: auto;
        margin-top: 3px;
      }
      .about-us-page.inner-page .image-section {
        padding-bottom: 50px;
      }
      .about-vmv-section {
        padding-top: 50px;
        padding-bottom: 50px;
      }
      .about-vmv-section .accordion {
        padding: 30px 20px 50px 20px;
      }
      footer p, footer a {
        color: #f1f9ff;
        font-size: 14px;
      }
      .contact-us-page form.form-horizontal .input-group.xs-margin{
        margin-bottom: 15px;
      }
    .home .carousel-caption {
        left: 5%;
        bottom: 27%;
    }
    .home .carousel-caption h1{
      font-size: 14px;
      line-height: 20px;
    }
    .home .carousel-control-prev {
      left: 5%;
    }
    .home .carousel-control-next {
      left: calc( 4% + 45px );
      right: unset;
  }
    .home .carousel-control-next, .home .carousel-control-prev {
      bottom: 20%;
    }
    .index-about-us p{
      margin-top: 20px;
      text-align: center !important;
    }
    .mb-50 {
      margin-bottom: 20px;
  }
  .index-about-us .clients-title{
    margin-bottom: 0px;
  }
  .pd-50 {
    padding-top: 40px;
    padding-bottom: 30px;
    }
    .index_services h1 {
      text-align: center;
    }
    .index_services .service-title {
      margin-bottom: 10px;
    }
    .index_services p {
      text-align: center;
      margin-bottom: 10px;
    }
    .home .main-carousel  .carousel-item img {
      min-height: 250px;
    }
    header {
      position: relative;
      background: black;
    }
    .index_services {
      margin-bottom: 50px;
    }
    .v-m-v .vmbox {
      margin-bottom: 30px;
    }
    .more-project {
      font-size: 14px;
      padding: 7px 15px;
    }
    .about-us-page .image-section .row {
      padding-top: 50px;
      padding-bottom: 10px;
    }
    .vendor-content-area.align-items-center {
      top: 35%;
    }
    .vendor-content-area.align-items-center h1{
      margin-bottom: 5px;
    }
    .vendor-content-area.align-items-center ul{
      display: none;
    }
    .image-bg-white::before {
      height: 200px;
    }
    .pd-80 {
      padding-top: 50px;
      padding-bottom: 50px;
  }
  .services-page .service-text-wrapper h2 {
    margin-top: 40px;
    margin-bottom: 10px;
}
.services-page .services-section p{
  text-align: justify;
}
.services-page .services-section{
  padding-bottom: 30px;
}
.services-page {
  overflow: hidden;
}
.projects-section.pd-80 {
  padding-top: 50px;
  padding-bottom: 20px;
}
#page{
  overflow: hidden;
}
.projects-page .project {
  margin-bottom: 15px;
}
.projects-page .project-text {
  min-height: 0px;
}
.contact-us-page .address-info-detail{
  min-height: 0px;
}
.down-cv-excel{
  padding: 5px 20px;
}
}



@media (min-width: 391px) and (max-width: 450px) {
  .mm-navbar img {
    max-width: 28%;

  }
  .home .carousel-control-next {
    left: calc( 4% + 45px );
    right: unset;
  }
  .home .carousel-item img {
    min-height: 350px;
  }
}

@media (min-width:376px) and (max-width:  390px) {
  .mm-navbar img {
    max-width: 32%;
  }
   
}
@media (min-width: 361px) and (max-width: 375px) {
  .mm-navbar img {
    max-width: 32%;
  }
   
}
@media (min-width: 321px) and (max-width: 360px) {
  .mm-navbar img {
    max-width: 34%;
  }
    
}

</pre></body></html>