@font-face {
    font-family: 'Helvetica';
    src: url('{{asset("fonts/webfontkit-20230203-001736/helvetica-webfont.woff2")}}') format('woff2'),
    url('{{asset("fonts/webfontkit-20230203-001736/helvetica-webfont.woff")}}') format('woff'),
    url('{{asset("fonts/Helvetica/helvetica-compressed-5871d14b6903a.otf")}}') format('opentype');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Helvetica-Bold';
    src: url('{{asset("fonts/Helvetica/Helvetica-Bold.ttf")}}') format('truetype');
    font-weight: bold;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Helvetica-Oblique';
    src: url('{{asset("fonts/Helvetica/Helvetica-Oblique.ttf")}}') format('truetype');
    font-weight: normal;
    font-style: normal;
  } 
  *,
  *::before,
  *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 

} 
  body {
  background-color:#F8FBFE !important;
  padding-bottom:20px;
 }

.d-flex{
    display:flex;
}
.justify-content-between{
    justify-content: space-between;
}
.justify-content-evenly{
    justify-content: space-evenly;
}
.justify-content-center{
    justify-content:center;
}
.align-items-center{
    align-items:center;
  }
.align-items-baseline{
  align-items:baseline;
}
.align-items-start{
    align-items:start;
  }
  .w-100{
    width:100%;
  }
  .w-20{
    width:20%;
  }
  .w-10{
    width:10%;
  }
  .flex-column{
    flex-direction:column;
  }
nav {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    background-color:transparent; /* Background color of the navbar */
    padding:0px 0px;
}
.logo img {
    object-fit: cover;
    width:250px;
}
.nav-links {
    list-style: none;
    display: flex;
}
/* .nav-links li {
    margin-right: 55px;
} */
.nav-links a {
    text-decoration: none;
    color:black;
    font-weight:550;
    font-size:18px;
}
.blue-font{
    font-family:khmer,sans-serif;
    color:#051448;
    font-size:28px;
}
.blue-font-2{
    font-family:khmer,sans-serif;
    color:#051448;
    font-size:28px;
}
.blue-font-3{
    font-family:khmer,sans-serif;
    color:#051448;
    font-size:22px;
    font-weight:500;
}
.small-blue-font{
    color:#2F2E2E;
    font-size:25px;
}
.small-blue-font-2{
    color:#051448;
    font-size:23px;
    font-family:khmer,sans-serif;
}
.black-font{
    color:black;
    font-size:16px;
}
.contact-box{
    background-color: #fff !important;
    width:100%;
    height:300px;
    display:flex;
    flex-direction:column;
    justify-content: center;
    align-items:center;
}
.bold-2{
    color:black;
    font-size:18px;
}

.blue-btn{
    background-color: #051448;
    color:#fff;
    border-top-left-radius: 25px;
    border-bottom-left-radius:25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    height:45px;
    display: flex;
    justify-content:center;
    align-items:center;
    width:180px;
}
.transparent-btn{
    background-color:transparent;
    color:black;
    border-top-left-radius:25px;
    border-bottom-left-radius:25px;
    border-top-right-radius:25px;
    border-bottom-right-radius: 25px;
    width:180px;
    height:45px;
    display: flex;
    justify-content:center;
    align-items:center;
    border:1px solid #707070;
}
.first-img{
    width:550px;
    height:350px;
    object-fit:cover;
}
.grey-borders{
    border-left:1.5px solid grey;
    border-right:1.5px solid grey;
}
.orange-font{
    color:#BA5600;
    font-size:22px;

}
.box-white{
    position:absolute;
    top:290px;
    background-color: #fff;
    width:80%;
    display:flex;
    align-items:center;
    justify-content:left;
    padding-left: 5px;
    height:60px;
}
.img-1{
    width:100%;
    height:350px;
}
.logo-footer{
    width:200px;
}
#footer{
    border-top:2px solid lightgrey;
    margin:4px;
}
.center-img{
    width:90%;
    height:auto;
}
.first-img-abt{
    width: 600px;
    height: 100%;
    object-fit: cover;
}
.row-1{
    border-bottom:2px solid lightgrey;
}
.grey-right{
    border-right: 2px solid lightgrey;
}
.pic-1{
    width:100%;
    height: -webkit-fill-available;
}
.pic-2{
    width:100%;
    height:350px;
}
.badge-icon{
    width:50px;
}
.nav-tabs .nav-link {
    border:none;
    background-color:transparent;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    font-size:20px;
    font-weight:500;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background-color: transparent !important;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: black;
    background-color: transparent;
    border-bottom:1.5px solid black !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
}
.nav-tabs .nav-link:focus{
    border:none;
    outline:none !important;
    background-color: transparent;;
}
.main-service-img{
    width:230px;
    height:290px;
} 
.tag-font {
    font-size:22px;
    font-weight: 500;
}
.img-counter{
    width:230px;
    height:270px;
}
.bold-new{
    font-size:16px;
    font-weight:600;
}
.service-heading{
    font-size:25px;
    font-weight:550;

}

@media screen and (max-width:990px) {
    .mt-resp-3{
        margin-top: 20px;
    }
    .nav-container {
       flex-direction:column
      }
      .nav-links li {
        margin-right: 8px;
    }
      .nav-links {
        list-style: none;
        padding: 0;
        display: flex;
        justify-content: space-between;
        width: 100%;
      }
      .nav-links a {
        text-decoration: none;
        color: black;
        font-weight: 550;
        font-size: 16px;
       }
      .nav-links li {
        text-align: center; /* Center-align the text */
      }
        
    .first-img{
        width:100%;
    }
    .grey-borders{
        border-left:1.5px solid transparent;
        border-right:1.5px solid transparent;
    }
    .blue-font {
        font-family: khmer,sans-serif;
        color: #051448;
        font-size: 28px;
    }
    .small-blue-font {
        color: #2F2E2E;
        font-size: 18px;
    }
    .blue-font-2 {
        font-family: khmer,sans-serif;
        color: #051448;
        font-size: 24px;
    }
    .orange-font {
        color: #BA5600;
        font-size: 20px;
    }
    .tag-font {
        font-size: 18px;
        font-weight: 500;
    }

   

  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    font-size: 14px;
    }

  }
  

  a{
    color: black !important;
  }

  .text-white{
    color: white !important;
  }
  .bg-form{
    background: rgb(255, 255, 255);
    border-radius: 20px;
    padding: 10px;
  }
