body {
  font-family: "Raleway", sans-serif;
  margin: 0 auto;
  color: #333;
  text-decoration: none;
  text-align: center;
  background: #fff;
  font-size: 13px;
  overflow-x: hidden;
}



@font-face {
  font-family: "Khmer UI";
  src: url("../assets/fonts/Khmer UI.eot");
  src: url("../assets/fonts/Khmer UI.eot?#iefix") format("embedded-opentype"),
    url("../assets/fonts/Khmer UI.woff2") format("woff2"),
    url("../assets/fonts/Khmer UI.woff") format("woff"),
    url("../assets/fonts/Khmer UI.ttf") format("truetype"),
    url("../assets/fonts/Khmer UI.svg#OpenSansLight") format("svg");
}



.main-img{
  height: 100vh;
  object-fit: cover;
}

.same-box{
  position: relative;
}

.layer{
  position: absolute;
  top: 0;
  left: 0;
  background: #333333a2;
  width: 100%;
  height: 100%;
  z-index: 0;
}
a.same-btn {
  display: inline-block;
  background: #5293d3;
  color: #fff;
  padding: 3px 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  font-size: 13px;
  border: 1px solid #5293d3;
}
.engi-medi{
  position: absolute;
  top: 42%;
  left: 0;
  z-index: 2;
  width: 100%;
}
h2 {
    color: #fff;
    /* text-transform: uppercase; */
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-size: 44px;
}
.center { 
  position: relative;
  height: 100px;
}

.center img {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.center {
  position: relative;
  height: 100vh;
}
.v-center {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.center img {
    padding: 120px 20px;
    background: #fff;
    border-radius: 50px;
}
.iso-img {
  right: 30px;
  bottom: 30px;
}
.layer{
  height: 100%;
  background: #264e6745;
}
.wrapper-img{
  cursor: pointer;
}
.wrapper-img:hover .layer{
display: none;
}

/*--------------------------- For Mozila Browser------------------------------------------*/

@-moz-document url-prefix() {}


/*--------------------------- For IE Browser------------------------------------------*/

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {}




@media(min-width:2000px){

}

@media(max-width:420px){
.center {
    position: relative;
    height: 200vh;
}

.logo img{
height: 60px;
}
.years-25 img {
  height: 60px;
}
.main-wrapper .col-sm-6 {
  padding: 0 !important;
}
.main-wrapper .row {
  --bs-gutter-x: 0;
}
.iso-img img {
  height: 70px;
}

}