@import url("https://fonts.googleapis.com/css2?family=Nanum+Gothic&family=Nokora:wght@100;300;400;700;900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@font-face {
    font-family: "SKYA Bold";
    src: url("../fonts/BROmega-Black.woff2") format("woff2"),
        url("../fonts/BROmega-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "fontawesome";
    src: url("../fonts/FontAwesome.otf") format("otf"),
        url("../fonts/FontAwesome.otf") format("otf");
}

@font-face {
    font-family: "SKYA Bold";
    src: url("../fonts/BROmega-Bold.woff2") format("woff2"),
        url("../fonts/BROmega-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SKYA Regular";
    src: url("../fonts/BROmega-Medium.woff2") format("woff2"),
        url("../fonts/BROmega-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SKYA Extra-Light";
    src: url("../fonts/BROmega-ExtraLight.woff2") format("woff2"),
        url("../fonts/BROmega-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SKYA Regular";
    src: url("../fonts/BROmega-Regular.woff2") format("woff2"),
        url("../fonts/BROmega-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SKYA Light";
    src: url("../fonts/BROmega-Light.woff2") format("woff2"),
        url("../fonts/BROmega-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SKYA Semi-Bold";
    src: url("../fonts/BROmega-SemiBold.woff2") format("woff2"),
        url("../fonts/BROmega-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
/* --- Import Khmer Font Here --- */
@font-face {
    font-family: "SKYA Khmer Light";
    src: url("../fonts/KantumruyPro-Light.woff2") format("woff2"),
        url("../fonts/KantumruyPro-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SKYA Khmer Semi-Bold";
    src: url("../fonts/KantumruyPro-Bold.woff2") format("woff2"),
        url("../fonts/KantumruyPro-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SKYA Khmer Medium";
    src: url("../fonts/KantumruyPro-Medium.woff2") format("woff2"),
        url("../fonts/KantumruyPro-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SKYA Khmer Regular";
    src: url("../fonts/KantumruyPro-Regular.woff2") format("woff2"),
        url("../fonts/KantumruyPro-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SKYA Khmer Semi-Bold";
    src: url("../fonts/KantumruyPro-SemiBold.woff2") format("woff2"),
        url("../fonts/KantumruyPro-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

 */
@-webkit-keyframes text-shadow-pop-top {
  0% {
    text-shadow: 0 0 #555555, 0 0 #555555, 0 0 #555555, 0 0 #555555, 0 0 #555555, 0 0 #555555, 0 0 #555555, 0 0 #555555;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    text-shadow: 0 -1px #555555, 0 -2px #555555, 0 -3px #555555, 0 -4px #555555, 0 -5px #555555, 0 -6px #555555, 0 -7px #555555, 0 -8px #555555;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}

@keyframes text-shadow-pop-top {
  0% {
    text-shadow: 0 0 #555555, 0 0 #555555, 0 0 #555555, 0 0 #555555, 0 0 #555555, 0 0 #555555, 0 0 #555555, 0 0 #555555;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    text-shadow: 0 -1px #555555, 0 -2px #555555, 0 -3px #555555, 0 -4px #555555, 0 -5px #555555, 0 -6px #555555, 0 -7px #555555, 0 -8px #555555;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}

.text-shadow-pop-top {
	-webkit-animation: text-shadow-pop-top 0.6s infinite both;
	        animation: text-shadow-pop-top 0.6s infinite both;
}
@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

.tracking-in-expand {
	-webkit-animation: tracking-in-expand 3s cubic-bezier(0.215, 0.610, 0.355, 1.000) infinite both;
	        animation: tracking-in-expand 3s cubic-bezier(0.215, 0.610, 0.355, 1.000) infinite both;
}

.heartbeat{-webkit-animation:heartbeat 1.5s ease-in-out infinite both;animation:heartbeat 1.5s ease-in-out infinite both}
@-webkit-keyframes heartbeat{from{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{-webkit-transform:scale(.91);transform:scale(.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{-webkit-transform:scale(.98);transform:scale(.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{-webkit-transform:scale(.87);transform:scale(.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes heartbeat{from{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{-webkit-transform:scale(.91);transform:scale(.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{-webkit-transform:scale(.98);transform:scale(.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{-webkit-transform:scale(.87);transform:scale(.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.scale-up-center {
	-webkit-animation: scale-up-center 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s infinite both;
	        animation: scale-up-center 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s infinite both;
}
/* ----- Global CSS ----- */
.admin-buttons {
    display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Nunito", "SKYA Khmer Semi-Bold" !important;
    font-weight: 600 !important;
}
p,
button,
a,
li,
label,
input,
textarea,
::placeholder {
    font-family: "Nunito", "SKYA Khmer Regular" !important;
    font-weight: 400 !important;
}

body {
    overflow-x: hidden;
}


.spacing {
    height: 3.5rem;
}
.inner-spacing {
    height: 50px;
}
.styled-text {color:#173931 !important;}
.separate-page {    border-bottom: 1px solid #e4d7d7;
    padding-bottom: 20px;}
.single-image {
    max-width: 100%;
}
.primary-heading.subtitle {
    font-size: 18px;
    color: #B97E4C;
}
.main-title{color:#173931;}
sup.required {
    color: red;
    font-weight: 900;
}
.sitemap .btn {
    background: transparent;
    border: none;
    color: #212529;
    display: flex;
}
.sitemap .btn:hover {
    background: transparent;
    border: none;
    color: #212529;
}

.nav-item.contact-button .text-dark {
    background-color: #173931;
    color: #f5f5f5 !important;
    padding: 10px 40px !important;
    border-radius: 30px;
    margin-left: 70px;
}
.who-we-are-section ul {
    padding-left: 0;
}
.who-we-are-section ul li {
    display: flex;
}
/*.who-we-are-section ul li::before {*/
/*    content: "\ed1b";*/
/*    font-family: "boxicons";*/
/*}*/
.who-we-are-section ul li {
    margin-bottom: 0.5rem;
}
.who-we-are-section ul li::before {
    content: "\ed1b";
    font-family: "boxicons";
    padding-right: 0.5rem;
    font-size: 1rem;
}
.who-we-are-section .col-sm-12.col-md-4.col-lg-4 .card {
    min-height: 100%;
    margin-top: 35px;
}

.our-service-home .animation-text {
    font-size: 14px;
}
@keyframes animate {
    0% {
        background-position: -500%;
    }
    100% {
        background-position: 500%;
    }
}

.custom-tab {
    gap: 30px;
    flex-wrap: unset;
    overflow-x: auto;
    width: 100%;
    overflow-y: visible;
    display: -webkit-inline-box;
}

.custom-tab li.nav-item:hover button {
    background-color: #173931;
    color: #f5f5f5;
    border-radius: 30px;
    padding: 10px 50px;
}
.custom-tab li.nav-item button {
    background-color: #f5f5f5;
    color: #323232;
    border-radius: 30px;
    padding: 10px 50px;
    transition: background-color 0.4s ease-in-out;
}
.custom-tab li.nav-item button.active {
    background-color: #173931;
    color: #f5f5f5;
    border-radius: 30px;
    padding: 10px 50px;
}

p.project-category {
    background-color: #173931;
    width: max-content;
    padding: 0 15px;
    border-radius: 25px;
    color: #f5f5f5;
    position: absolute;
    top: 10px;
    left: 10px;
}

ul#publication-tab , ul#project-tab {
    column-gap: 10px;
    flex-wrap: unset;
    overflow-x: auto;
    width: 100%;
    overflow-y: visible;
    display: -webkit-inline-box;
}

.contact-info .column:hover {
    min-height: 250px;
    background-color: #b97e4c;
    color: #f5f5f5;

}

.contact-info .column:hover .text-secondary {
    color: #f5f5f5 !important;
}
.contact-info a {
    color: unset;
}
a.badge.badge-info {
    padding: 10px;
    text-align: center;
    display: block;
}
nav .nav-link.active {
    color: #b97e4c !important;
}
.custom-header.scrolled {
    position: fixed;
    background: #fff;
    z-index: 2;
    box-shadow: 1px 1px 3px #9999;
    width: 100%;
    left: 0;
}

@-webkit-keyframes slide-in-fwd-center {
0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.slide-in-fwd-center {
  -webkit-animation: scale-up-center 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  animation: scale-up-center 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.hidden {
  opacity: 0;
  transform: scale(0.5);
}

.tracking-in-expand {
	-webkit-animation: tracking-in-expand 1.8s cubic-bezier(0.215, 0.610, 0.355, 1.000)  alternate-reverse both;
	        animation: tracking-in-expand 1.8s cubic-bezier(0.215, 0.610, 0.355, 1.000)  alternate-reverse both;
}
@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

.card-icon {
    background-color: #173931;
    width: 70px;
    border-radius: 50%;
    padding: 10px;
}

.who-we-are-section .owl-nav {
    position: absolute;
    bottom: 50%;
    width: 100%;
}

.who-we-are-section .owl-nav button.owl-prev {
    left: -80px;
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #173931 !important;
    color: #f5f5f5 !important;
}

.who-we-are-section .owl-nav button.owl-next {
    right: -80px;
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #173931 !important;
    color: #f5f5f5 !important;
}

.who-we-are-section .card-items:hover {
    background-color: #fff;
    color: #030303;
    cursor: pointer;
    padding: 1.75rem 0.85rem;
    border-radius: 25px;
    /*box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
    transform: scale(1.05);
}
.who-we-are-section .card-items {
    padding: 1.75rem 0.85rem;
    border-radius: 25px;
    transition: transform 0.3s ease-in;
    height: 520px;
    background: #f2f2f2;
    margin-bottom: 0px;
}
.contact-form-section a {
    color: #323232 !important;
}
/*.owl-carousel.who-we-are-section .owl-stage {*/
/*    margin: 25px;*/
/*}*/
.social-share-media a {
    color: #b97e4c;
    font-size: 24px;
}
img.qr-footer {
    max-width: 75px;
}
div#publication h3.mt-3, div#regulation h3.mt-3 {
    font-size: 18px;
    height: 1.375rem;
    line-height: 1.375rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* ----- End Global CSS */
li {
    list-style: none;
}
.term-of-use li {
    display: flex;
}
.term-of-use li::before {
    content: "> ";
}
.lang-swither ul {
    display: flex;
    gap: 16px;
}
a.active.lang-switcher {
    color: red;
}

.slide-items {
    position: relative;
    height: 100vh;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-position: top center;
}

.slide-items::before {
    content: "";
    background-color: #21252959;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}

.slide-content {
    position: absolute;
    top: 50%;
    width: 50%;
    z-index: 2;
    color: #f5f5f5;
}

.owl-item > .two-banner-layout > .container > .row > div.col-sm-6 img {
    border-radius: 80px 80px 80px 0;
}

.owl-item.active
    > .two-banner-layout
    > .container
    > .row
    > div.col-sm-6:nth-of-type(1)
    > .slide-content {
    color: #323232;
    width: 80%;
    position: unset;
}

h1.slide-title {
    font-family: "Nunito", "SKYA Khmer Semi-Bold" !important;
    font-weight: 600;
}

p.slide-cation {
    font-family: "Nunito", "SKYA Khmer Semi-Bold" !important;
    font-weight: 500;
    color: #707070;
    font-size: 18px;
}

.skya-btn-primary {
    background-color: #173931 !important;
    color: #fff;
    border-radius: 25px !important;
    padding: 10px 30px !important;
    font-family: "Nunito";
    font-weight: 400;
}
.owl-item.active
    > .two-banner-layout
    > .container
    > .row
    > div.col-sm-6:nth-of-type(1)
    > .slide-content
    > .subtitle,
.subtitle {
    font-family: "Nunito", "SKYA Khmer Semi-Bold" !important;
    font-weight: 400;
    width: 80%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.owl-item.active
    > .two-banner-layout
    > .container
    > .row
    > div.col-sm-6:nth-of-type(1)
    > .slide-content
    > .subtitle::before,
.subtitle::before {
    content: "";
    display: block;
    width: 20%;
    height: 1px;
    background: #b97e4c;
}
.owl-carousel.owl-loaded.owl-drag .two-banner-layout .subtitle p {
    font-size: 18px;
    color: #B97E4C;
    font-weight: 600 !important;
}
.owl-dots {
    display: flex;
    justify-content: center;
    column-gap: 10px;
    margin: 50px 0 0 0;
}
.owl-dots button.owl-dot {
    width: 25px;
    height: 25px;
    border: 1px solid #173931 !important;
    border-radius: 15px;
}
.owl-dots button.owl-dot.active {
    width: 25px;
    height: 25px;
    background: #173931 !important;
    border-radius: 15px;
}

/* ---End Slider CSS --- */

/* Header */

img.logo {
    width: 200px;
}
footer p.text-center.pt-4 {
    font-family: "Nunito", "SKYA Khmer Semi-Bold" !important;
    font-weight: 500;
    font-size: 0.9rem;
}
ul.navbar-nav li.nav-item a.nav-link {
    font-family: "Nunito", "SKYA Khmer Semi-Bold" !important;
    font-weight: 700 !important;
    font-size: 16px;
    transition: color 0.1s ease-in;
}
ul.navbar-nav li.nav-item a.nav-link:hover {
    color: #b97e4c !important;
}
div#navbarNavDropdown {
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
}

/* --- End Header CSS --- */
/* --- Cover Page --- */
.width-600 {
    max-width: 600px;
}

.cover-page {
    height: 400px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}
/* --- About Section At Home */
.image-border-radius {
    border-radius: 80px 80px 80px 0;
}
.our-service-home .col-sm-12 .primary-heading {
    font-size: 24px;
}

.our-service-home .col-sm-12 .column {
    background: url("/storage/service-items-pattern.png"), #fff;
    padding: 25px;
    height: 100%;
    color: #323232;
    border-radius: 25px;
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
    transition: background-color 0.3s ease; /* Smooth transition for background color */
}
.row.our-service-home div.col-sm-12 .column a.btn-primary {
    color: #212529;
}
.row.our-service-home div.col-sm-12 .column:hover a.btn-primary {
    color: #fff;
}

.our-service-home .col-sm-12 .column:hover {
    background-color: #173931; /* Change background color on hover */
    color: #fff;
   
}
.column.why-choose-us .col-sm-12.col-md-4.col-lg-4 .column:hover {
    background-color: #173931;
    color: #fff;
 
}
.who-we-are-section .column.card:hover {
    background-color: #b97e4c;
    color: #fff;
    cursor: pointer;
}

.our-service-home .col-sm-12 .column .column {
    background: transparent;
    color: #323232;
    height: min-content;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 0px;
}
.row.our-service-home div.col-sm-12 .column:hover .column {
    background: transparent;
    color: #f2f2f2;
}
.column.why-choose-us .col-sm-12.col-md-4.col-lg-4 .column:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(7494%)
        hue-rotate(205deg) brightness(100%) contrast(106%);
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(3%)
        saturate(7494%) hue-rotate(205deg) brightness(100%) contrast(106%);
    -moz-filter: brightness(0) saturate(100%) invert(100%) sepia(3%)
        saturate(7494%) hue-rotate(205deg) brightness(100%) contrast(106%);
}
/* --- Service Home Page --- */
/* ----- Latest Post */
img.img-thumbnail-latest {
    width: 200px;
    border-radius: 10px;
}
.card.latest-post-items .card-body.d-flex.flex-row {
    gap: 25px;
}
.card.latest-post-items.rounded-lg:nth-of-type(1) {
    margin-bottom: 20px;
}
.card.latest-post-items.rounded-lg {
    border-radius: 20px;
}
.latest-post-items h3.title.h4 {
    height: 60px;
    line-height: 28px;
    overflow: hidden;
}
/* ----- End Latest Post CSS ----- */
/* --- About Page */
.rounded-image {
    border-radius: 60px 60px 60px 0;
}
.who-we-are-section .column.card img {
    width: 75px;
}
.who-we-are-section .column.card {
    padding: 35px;
    border-radius: 25px;
    transition: background-color 0.5s ease-in-out;
}
.column.why-choose-us .col-sm-12.col-md-4.col-lg-4 .column {
    background-color: #fff;
    padding: 1.75rem 1.25rem;
    border-radius: 15px;
    min-height: 100%;
    transition: background-color 0.6s ease; /* Smooth transition for background color */
}
.col-sm-12.col-md-6.col-lg-6.team-des {
    padding-left: 10px;
    padding-right: 10px;
}
.why-choose-us .single-image {
    max-width: 80px !important;
}
.why-choose-us div.col-sm-12.col-md-4.col-lg-4:nth-of-type(1),
.why-choose-us div.col-sm-12.col-md-4.col-lg-4:nth-of-type(2),
.why-choose-us div.col-sm-12.col-md-4.col-lg-4:nth-of-type(3) {
    margin-bottom: 35px;
}

/* --- Our Team Page --- */
.first-object {
    width: 50px;
    height: 100px;
    background-color: #173931;
    border-radius: 30px 30px 40px 0;
    margin-bottom: 20px;
}
.second-object {
    width: 60px;
    height: 150px;
    background-color: #f1e5db;
    border-radius: 25px 30px 0 30px;
    margin-bottom: 20px;
    position: absolute;
    top: 0;
    left: 125px;
    transform: rotate(90deg);
}

.first-img-our-team {
    border-radius: 40px 40px 60px 0;
}
.second-image-our-team {
    border-radius: 60px 60px 60px 0;
}
/* --- Center Content --- */
.mx-auto.center-content {
    width: 500px;
}

/* ----- Footer CSS Start Here ----- */

.cannot-click {
    pointer-events: none;
}
.image-footer-col-1 img {
    width: 200px;
}
footer {
    background-image: url("/storage/footer-pattern.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.space-footer {
    padding: 100px 0;
}
footer p.text-center.pt-4 {
    font-family: "Nunito", "SKYA Khmer Semi-Bold" !important;
    font-weight: 500;
}
/* End Footer CSS Here */
/* --- Post Detail --- */

img.full-img {
    width: 100%;
}
.social-share-widget li {
    width: 35px;
    height: 35px;
}
.d-flex.flex-row.align-items-center.social-share-widget {
    gap: 25px;
}
/* --- End Post CSS ---  */

/* ----- Contact Page ----- */
.form-elements {
    padding: 100px;
}

.contact-info .column {
    min-height: 250px;
    transition: background-color 0.4s ease-in;
}

iframe {
    border: none;
    border-radius: 15px;
}
/* ----- Responsive Tablet Start Here */

@media (min-width: 992px) and (max-width: 1199px) {
    .who-we-are-section .card-items {
        padding: 1.75rem 0.85rem;
        border-radius: 25px;
        transition: transform 0.3s ease-in;
        height: 36.5rem;
        background: #f2f2f2;
        margin-bottom: 0px;
    }
    .card-icon {
        background-color: #173931;
        width: 55px;
        border-radius: 50%;
        padding: 10px;
    }
    .who-we-are-section ul li {
        text-align: left !important;
    }
    .column.why-choose-us .col-sm-12.col-md-4.col-lg-4 .column p {
        text-align: left !important;
    }
    .who-we-are-section ul li {
        margin-bottom: 0.55rem;
        line-height: 22px;
    }
    .our-service-home .col-sm-12 .primary-heading {
        font-size: 20px;
    }
    .nav-item.contact-button .text-dark {
        background-color: #173931;
        color: #f5f5f5 !important;
        padding: 10px 40px !important;
        border-radius: 30px;
        margin-left: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .row.our-service-home {
        row-gap: 25px;
    }
    .card-body.d-flex.flex-row.align-items-center {
        flex-direction: column !important;
    }
    img.img-thumbnail-latest {
        width: 100%;
    }
    ul.language-switcher.flex-row.d-flex {
        padding-left: 0;
    }
    .row.project-listing {
        row-gap: 35px;
    }
    .contact-info > div.col-sm-12.col-md-4.col-lg-4:nth-of-type(1),
    .contact-info > div.col-sm-12.col-md-4.col-lg-4:nth-of-type(2) {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .contact-info > div.col-sm-12.col-md-4.col-lg-4:nth-of-type(3) {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .contact-info {
        row-gap: 35px;
    }
    .form-elements {
        padding: 50px;
    }
    div#customHeader .collapse.show {
        background-color: #fff;
        padding: 25px;
        box-shadow: 1px 1px 6px #9999;
        border-radius: 15px;
    }
}

/* Responsive Tablet End Here */

/* ----- Responsive Section Start Here  */
@media screen and (max-width: 600px) {

.navbar-collapse li.language-cl:last-child {
    padding-left: 0 !important;
}
.navbar-collapse li.language-cl {
    display: inline-block;
    padding-left: 0px !important;
    padding-top: 0.5rem;
}
.custom-header.scrolled {
    box-shadow: unset;
}
.custom-header.scrolled nav.navbar.navbar-expand-lg.navbar-light {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.custom-header .container {
    padding: 0;
}
.owl-item.active > .two-banner-layout > .container > .row > div.col-sm-6:nth-of-type(1) > .slide-content {
    color: #323232;
    width: 100%;
    position: unset;
}
/*.row.our-service-home div.col-sm-12 .column {*/
/*    background-color: #173931;*/
/*    color: #fff;*/
/*}*/
.row.our-service-home div.col-sm-12 .column a.btn-primary {
    color: #ffffff;
}
    .owl-carousel.who-we-are-section .owl-stage {
     margin: 0; 
}
    div#customHeader .collapse.show {
        background-color: #fff;
        padding: 10px;
        box-shadow: unset;
        border-radius: 15px;
    }
    .contact-info {
        row-gap: 35px;
    }
    .form-elements {
        padding: 0;
    }
    .custom-header {
        position: unset !important;
        width: 100%;
        left: 0;
    }

    .mx-auto.center-content {
        width: 100%;
    }
    .row.align-items-center {
        gap: 50px;
    }
    .row.our-service-home {
        gap: 35px;
    }
    .card-body.d-flex.flex-row.align-items-center {
        flex-direction: column !important;
    }
    img.img-thumbnail-latest {
        width: 100%;
    }
    ul.language-switcher.flex-row.d-flex {
        padding-left: 0;
    }
    .width-600 {
        max-width: 80vw;
    }
    div.col-sm-12.col-md-6.col-lg-6:nth-of-type(1) {
        margin-bottom: 35px;
    }
    div#navbarNavDropdown {
        justify-content: flex-end;
        align-items: center;
        flex-direction: row;
        background-color: #fff;
        border-radius: 10px;
        padding: 10px;
    }
    .owl-item.active
        > .two-banner-layout
        > .container
        > .row
        > div.col-sm-6
        img,
    .image-border-radius {
        border-radius: 50px 50px 50px 0;
    }
    .row.space-footer {
        row-gap: 2rem;
    }
    /* ----- News & Events Page ----- */
    .row.all-post-except-latest {
        row-gap: 35px;
    }
    .spacing {
        height: 35px;
    }
    .row.align-items-center.latest-items {
        row-gap: 0px;
    }
    .nav-item.contact-button .text-dark {
        padding: 8px 0px 0px!important;
        margin-left: 0;
        width: max-content;
        background: unset;
        color: #173931 !important;
    }
    .who-we-are-section .card-items {
        height: auto;
    }
    .cover-page {
    height: calc(100vh - 40rem);
    background-position: center bottom;
}
img.logo {
    width: 10rem;
}

}

@media screen and (max-width:430px) {
    .our-service-home .col-sm-12 .column.even-class a.btn.btn-primary {
        color: #fff;
        font-weight: 400 !important;
        font-size: 15px;
    }
    .our-service-home .col-sm-12 .column.odd-class a.btn.btn-primary {
        color: #323232;
        font-weight: 400 !important;
        font-size: 15px;
    }
    .our-service-home .col-sm-12 .column:hover {
        color: #173931;
    }
    .cover-page {
        height: calc(100vh - 40rem);
    }
    .our-service-home .col-sm-12 .column.even-class {
        background-color: #173931 !important;
        color: #fff !important;
    }
    .our-service-home .col-sm-12 .column.odd-class {
        background: url(/storage/service-items-pattern-1.png), #fff;
        padding: 25px;
        height: 100%;
        border: 1px solid #323232;
        border-radius: 25px;
        background-repeat: no-repeat;
        transition: background-color 0.3s ease;
        background-size: cover;
        background-position: bottom center;
        background-repeat: no-repeat;
    }    
    .spacing {
        height: 3rem;
    }
    .inner-spacing {
        height: 1rem;
    }
    .row.rounded.p-4.contact-form-section {
        margin-left: 0px;
        margin-right: 0px;
    }
    .our-service-home.mt-4 {
        margin-top: 35px !important;
        margin-bottom: 1.5rem;
    }
    .space-footer {
        padding: 4rem 0;
    }
}
@media screen and (max-width:428px) {
    .cover-page {
        height: calc(100vh - 32rem);
    }
}
@media screen and (max-width:375px) {
    .cover-page {
        height: calc(100vh - 30rem);
    }
}
.team-section img {
    border-radius: 10px !important;
    margin-bottom: 14px;
    transition:border .1s ease;
}
.team-section img:hover {
    border: 2px solid #b97e4c;
}