html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'GEMedium', sans-serif;
    overflow-x: hidden;
    min-height: 500px;
    background: #ffffff;
}

ul {
    /* list-style: none; */
    /* padding: 0; */
    /* margin: 0; */
}

a:hover {
    text-decoration: none;
    transition: 0.5s;
}

a.customLinkPrimary:hover, button.customLinkPrimary:hover {
    background-color: #31a6b0 !important;
}

a.customLinkSecondary:hover, button.customLinkSecondary:hover {
    background-color: #8ea025 !important;
}

a {
    text-decoration: none;
    transition: 0.5s;

}

a:active {
    text-decoration: none;
    transition: 0.5s;

}

a:focus {
    text-decoration: none;
    transition: 0.5s;

}

img {
    max-width: 100%;
    position: relative;
}

input,
textarea {
    border-radius: 5px;
}

.fw-bold {
    font-family: "GELight";
}

.w-49 {
    width: 49% !important;
}

/* Start Scroll */
#scroll-me-all-night-long {
    overflow: auto;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track:horizontal {
    border-bottom-width: 1px;
}

::-webkit-scrollbar-track:vertical {
    border-right-width: 1px;
}

::-webkit-scrollbar-thumb {
    border: 0px solid #31a6b0;
    border-radius: 0;
}

::-webkit-scrollbar-thumb:horizontal {
    border-bottom-width: 5px;
}

::-webkit-scrollbar-thumb:horizontal:hover {
    border-bottom-width: 5px;
}

::-webkit-scrollbar-thumb:vertical {
    border-right-width: 5px;
}

::-webkit-scrollbar-thumb:vertical:hover {
    border-right-width: 5px;
}

/* End Scroll */

/* Start Font Family */
@font-face {
    font-family: "GELight";
    src: url("../fonts/GELight.ttf");
}

@font-face {
    font-family: "GEMedium";
    src: url("../fonts/GEMedium.ttf");
}

/* End Font Family */

/* Start Navbar */
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #30a6b0;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #30a6b0;
}

.navbar-dark .navbar-nav .nav-link.active:after {
    position: absolute;
    content: "";
    width: 100%;
    background-color: #30a6b0;
    height: 2px;
    bottom: -34px;
    left: 0;
    right: 0;
    transition: 0.5s;
}

li.nav-item {
    position: relative;
    margin: 0 5px;
}

.navbar-dark .navbar-nav .nav-link:hover:after {
    position: absolute;
    content: "";
    width: 100%;
    background-color: #30a6b0;
    height: 2px;
    bottom: -35px;
    left: 0;
    right: 0;
}

.navbar-dark.bg-dark {
    background-color: rgb(33 37 41 / 90%) !important;
}

/* End Navbar */

/* Start Main Slider */
.slider_header .img_bg img {
    position: relative;
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.slider_header .img_bg:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #0000005e;
}

.slider_header .swiper-container .swiper-button-next {
    background-color: #ffffff;
    left: -22px;
    top: 50%;
    background-position: 26px;
    width: 50px;
    height: 50px;
}

.slider_header .swiper-container .swiper-button-prev {
    background-color: #ffffff;
    right: -26px;
    top: 50%;
    background-position: 13px;
    width: 50px;
    height: 50px;
}

/* End Main Slider */

/* Start Client Slider */
.clientSlider .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.clientSlider .swiper-slide img {
    height: 150px;
    object-fit: inherit;
    filter: grayscale(1);
    transition: 0.5s;
}

.clientSlider .swiper-slide img:hover {
    filter: none;
}

/* End Client Slider */

/** **/
.image {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.services-icon {
    width: 70px;
    height: 70px;
    bottom: -20px;
    right: 10px;
}

.title_serv span:after {
    position: absolute;
    content: "";
    background: #00000026;
    width: 30px;
    height: 1px;
    top: 43%;
    left: -39px;
    z-index: 0;
    right: auto;
}

.title_serv span:before {
    position: absolute;
    content: "";
    background: #00000026;
    width: 34px;
    height: 1px;
    top: 43%;
    right: -43px;
    z-index: 0;
    left: auto;
}

.title_serv a {
    color: #f4db25;
    float: left;
    font-size: 18px;
}

.title_serv2 span:after {
    background: rgba(255, 255, 255, 0.555);
}

.title_serv2 span:before {
    background: rgba(255, 255, 255, 0.555);
}


/* Start Footer */
footer {
    padding-top: 200px;
}

footer a:hover {
    opacity: 0.5;
}

.map {
    margin-bottom: -140px;
}

/* Start Media Slider */
.project-btn-wrap {
    top: 45%;
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    z-index: 2;
}

.photos:hover .project-btn-wrap {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.img_media:after {
    background: rgba(0, 0, 0, 0.575);
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.img_media img {
    height: 400px;
    transition: 0s;
    object-fit: cover;
}

.swiper-slide-active .img_media img {
    z-index: 1;
}

/* End Media Slider */

.has-error input, .has-error textarea {
    border: 1px solid red;
    border-radius: 5px;
}

.spinner {
    border-left: 5px solid #30a6b0;
}
