/* Imported styles */
/*
@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900');
@import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700');
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/*@import url(font-awesome.min.css);*/
/*
@font-face {
      font-family: 'Roboto-Regular';
      src: url('http://127.0.0.1/hkhs/hkhsar2025/fonts/roboto/Roboto-Regular.ttf'); 
}
@font-face {
      font-family: 'Roboto-Bold'; 
      src: url('http://127.0.0.1/hkhs/hkhsar2025/fonts/roboto/Roboto-Bold.ttf'); 
}
@font-face {
      font-family: 'Roboto-Medium'; 
      src: url('http://127.0.0.1/hkhs/hkhsar2025/fonts/roboto/Roboto-Medium.ttf');
}
@font-face {
      font-family: 'Roboto'; 
      src: url('../fonts/roboto/Roboto-Regular.ttf'); 
}
@font-face {
      font-family: 'Helvetica'; 
      src: url('http://127.0.0.1/hkhs/hkhsar2025/fonts/helvetica/Helvetica.ttf'); 
}
*/
:root {
    --red: #ed1c24;
    --brown: #997719;
    --black: #191919;
    --blue: #007DBA;
    --waterblue: #00B3D1;
    --subtitleblue: #88c9d4;
    --verylightblue: #F0F9F9;
    --grey: #F1F2F2;
    
    --privacytext: #009BDA;
    --text_color: #282828;
}

html,
body {
    height: 100%;
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300; 
    color:var(--text_color);
}
button:focus{
    outline: none;
}
button{
    border: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    margin: 0;
}
h2 {
    font-size: 32px; 
    line-height: 28px;
    font-weight: 700;
}
h3 {
    font-size: 20px; 
    line-height: 28px;
    font-weight: 500;
}
h4 {
    font-size: 18px; 
    line-height: 30px;
    font-weight: 200;
}
h5 {
    font-size: 14px; 
    line-height: 30px;
    font-weight: 200;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none !important;
    outline: none;
    border: none;
}
img {
    max-width: 100%;
    height: auto;
}
i {
    font-style: normal;
}
ul, li {
    /*list-style: none;*/
    margin: 0;
    padding: 0;
    margin-left: 20px;
    list-style-type: disc;
}

.header-area.stricky-fixed {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fafafa;
    animation-name: menu_sticky;
    animation-duration: 0.60s;
    animation-timing-function: ease-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.header-area .logo a img{
    transition: all 700ms ease;    
}

.scroll-to-top {
    background: #ed1c24;
    border: 2px solid #ed1c24;
    border-radius: 50%;
    bottom: 25px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 30px;
    font-weight: normal;
    height: 55px;
    line-height: 50px;
    position: fixed;
    right: 15px;
    text-align: center;
    transition: all 500ms ease 0s;
    width: 55px;
    z-index: 99999;
    /*-webkit-box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
    -moz-box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
    box-shadow: 0px 8px 23px -6px rgba(27,27,27,1); */
}
.scroll-to-top:hover {
    box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.4);
    transform: translateY(-4px);
}

.scroll-to-top-arrow-up {
  width: 0; 
  height: 0;
  position: relative;
  top: -31px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 22px solid #fff;
}

/*==============================================
    Header Area Css
===============================================*/
.header-area {
    background: #ffffff;
    position: relative;
}
.header-area .logo {
    max-width: 166px;
}

.header-area .logo a {
    display: block;
    /*margin: 27px 0 28px; */
}

@media only screen and (min-width:866px){
    .header-area .logo a {
        margin: 27px 0 28px;
    }
}

.main-menu {
    float: left;
    position: relative;
}
.main-menu .navbar-collapse {
    padding: 0px
}
.main-menu .navigation {
    float: left;
    margin: 0;
    position: relative;
    text-align:center;
}
.main-menu .navigation li {
    float: left;
    position: relative;
    bottom: 0px;
}
.main-menu .navigation li:last-child:before {
    display: none;
}
.main-menu .navigation li a {
    position: relative;
    color: var(--text_color);
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 14px;
    text-transform: uppercase;
    opacity: 1;
    padding: 45px 20px;
    transition: all 300ms ease;
    font-family: 'Poppins', sans-serif;
}

.main-menu .navigation > li.current > a{
    color: #997719 !important;
    opacity: 1;
}
.main-menu .navbar-collapse > .navigation > li.current:hover > a,
.main-menu .navbar-collapse > .navigation > li > ul > li > ul > li.current:hover > a {
    color: #997719 !important;
}
/*
.main-menu .navigation li a:after {
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    content: "";
    display: block;
    background: #ed1c24;
    width: 0px;
    height: 0px;
    transition: all 300ms ease;
    text-align: center;
    opacity: 0;
    margin: 45px 0;
}*/
.main-menu .navigation li:hover > a:after,
.main-menu .navigation li.current > a:after,
.main-menu .navigation li.current-menu-item > a:after{
    opacity: 1;
}
.main-menu .navigation > li > ul {
    position: absolute;
    left: 0px;
    top: 110%;
    min-width: 250px;
    width: auto;
    background: 0px 0px repeat rgba(255, 255, 255, 0.98);
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    transition: 500ms;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px 2px;
    border-top: 3px solid #ed1c24;
    padding:10px;
    white-space: nowrap;
}

.main-menu .navigation li ul li a {
    color: var(--text_color);
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 14px 14px 14px 14px !important;
    position: relative;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
}

.main-menu .navigation > li:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.main-menu .navigation > li > ul > li {
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.96);
}
.main-menu .navigation > li > ul li::before{
    display: none;
}
.main-menu .navigation li ul li a:after{
    display: none;
}
.main-menu .navigation > li > ul > li:hover > a {
    color: #fff;
    background-color: #fff;
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 34px;
    height: 30px;
    /*background: url(./images/menu_btn.png) center center no-repeat;*/
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 0 30px;
}
.mainmenu-right-box {
    margin-left: 20px;
}

.main-menu ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 0px;
}

/***
=====================================

=====================================
***/

.dropdown-m {
    display: none;
}

.navigation a:hover {
    color: var(--red) !important;
}

.pull-left {
    float:left !important;
}

.dropdown_icon {
    width: 13px;
}

.footer_bottom {
    padding-bottom: 30px;
}
@media only screen and (min-width: 866px) {
    .copyright_text {
        float:left;
    }
    .privacy_text {
        float:right;
    }
    .footer_bottom {
        width: 100%;
        display: flex;
    }
}
@media only screen and (max-width: 865px) {
    .privacy_text, .copyright_text {
        text-align: center;
        float:none;
        margin:auto;
    }
    .footer_bottom {
        width: 100%;
        display: inline-block;
    }
    .main-menu .navbar-collapse > .navigation > li > a:hover, .main-menu .navbar-collapse > .navigation > li > a:hover, .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a:hover {
        color: var(--red) !important;
    }
    .main-menu .navigation > li > ul {
        box-shadow: unset !important;
        white-space: wrap;
    }
}

span.fa.fa-angle-up {
    top: -6px;
    position: relative;
}

.copyright_text, .privacy_text {
    font-size: 16px;
}
.privacy_text a {
    color: var(--privacytext) !important;
}
.privacy_text a:hover {
    color: var(--brown) !important;
}

.menu-divder {
    display: block;
    margin: auto;
    width:50px;
    border-bottom: 1px solid var(--red);
}

.btn-img-d:hover, .btn-img-t:hover {
    content:url("../images/menu_btn_red.png");
}

.section-footer {
    padding-bottom: 5px;
    padding-top: 20px;
}

.section-area-grey {
    background-color: var(--grey);
}

.section-area {
    padding-bottom: 56px;
    padding-top: 56px;
    position: relative;
    overflow:hidden;
}

.title-red {
    color: var(--red);
}

.title-blue {
    color: var(--blue);
    font-size: 28px;
}

.service-carousel-text{
    color:var(--black); 
    padding:25px;
}

.h3-text {
    font-size:24px; 
    font-weight: 600;
}

.normal-text {
    color:var(--text_color); 
    font-size: 20px; 
    font-weight: 400; 
    line-height: 30px;
    text-align: justify;
}

/* ========================= delete in production ===========================  */
.section-lightblue-line{
    border: 1px solid var(--blue); 
    border-left: none; 
    border-right: none;
}

.no-padding{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

@media only screen and (min-width: 866px) and (max-width: 991px) {
    .textcenter-t {
        text-align: center;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .textcenter-t {
        text-align: center;
    }
}

@media only screen and (max-width: 865px) {
    .textcenter-m {
        text-align: center;
    }
}

@media only screen and (max-width: 550px) {
    .top-banner{
        height:calc(100vw * 1.7) !important;
    }
}

/* ===================================== */
/* Rounded corners title */

.title-box {
  border-radius: 50px 50px 50px 50px;
  text-align: center;
  color: white;
  font-size: 22px;
  font-weight: 500;
  padding: 10px;
  padding-left:40px;
  padding-right:40px;
  margin:0px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  min-width: 400px;
}

@media only screen and (max-width: 550px) {
    .title-box{
        font-size: 16px;
        min-width: 280px;
    }
    
    .title-box-short-padding {
        padding-left:15px !important;
        padding-right:15px !important;
    }
}

.title-line {
  width: 100%;
  height: 4px;
} 

.title-container{
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center;    /* Centers vertically */
  padding: 0px;
  height: 0px;
}

.btn-hover:hover {
    box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.4);
    transform: translateY(-4px);
  }
  
/*============================================================================*/        
.to-fadeIn {
    &.fadeIn {
        animation-delay:5s;
        animation: fadeIn 5s;
    }
}
@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

.to-fadeInUp {
    &.fadeInUp{
        animation-delay:5s;
        animation: fadeInUp 5s;
    }
}
@keyframes fadeInUp{
    0%{transform:translate(0px, 200px); opacity: 0;}
    100%{transform:translate(0px, 0); opacity: 1;}
}

.to-fadeInDown {
    &.fadeInDown{
        animation-delay:5s;
        animation: fadeInDown 5s;
    }
}
@keyframes fadeInDown{
    0%{transform:translate(0px, -200px); opacity: 0;}
    100%{transform:translate(0px, 0); opacity: 1;}
}

.to-fadeInRight {
    &.fadeInRight{
        animation-delay:5s;
        animation: fadeInRight 1s ease-in-out;
    }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(300px);
  }
  to {
    opacity: 1;
  }
}

.to-fadeInLeft {
    &.fadeInLeft{
        animation-delay:5s;
        animation: fadeInLeft 1s ease-in-out;
    }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-300px);
  }
  to {
    opacity: 1;
  }
}

.to-zoomIn {
    &.zoomIn{
      animation: zoomIn 3s;
    }
}
@keyframes zoomIn{
    0% {
        opacity: 0;
        transform: scale(0.5, 0.5);
    }
    100% {
        opacity: 1;
        transform: scale(1, 1);
    }
}

.to-zoomOut {
    &.zoomOut{
      animation: zoomOut 3s;
    }
}
@keyframes zoomOut{
    0% {
        opacity: 0;
        transform: scale(1.5, 1.5);
    }
    100% {
        opacity: 1;
        transform: scale(1, 1);
    }
}
/*============================================================================*/  

.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 35px solid orangered;
}

.arrow-left {
  width: 0; 
  height: 0; 
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent; 
  border-right: 35px solid orangered; 
}

.table-container {
  display: table;
  width: 100%;
  padding: 60px 0;
}
.table-row {
  display: table-row;
}
.table-cell {
  display: table-cell;
  padding: 10px;
  border: none;
  vertical-align: middle;
}

.owl-dot{
    background-color: transparent;
}

/* #72bf44 green for selected */
/* #ed1c24 red for hover */

/*  #997719 brown gold for selected  */
/*  #ed1c24 red for hover top menu */
/*  #997719 brown gold red for hover footer */