.home-header {
    position: absolute;
    left: 0;
    width: 100%;
    box-shadow: none;
}

.home-header .menu > ul > li > a, .home-header .lang > a {
    color: #fff;
}

.home-header .header-menu {
    background-color: transparent;
    transition: all .5s ease;
}

.home-header .header-menu:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.home-header + .mobile-nav {
    height: calc(100% - 52px);
}

.home-slider{
    position: relative;
}

.home-slider img {
    height: 100vh;
    object-fit: cover;
}

@media (max-width: 991px){
    .home-slider img {
        height: calc(100vh - 52px);
    }
}

.home-slider .owl-dots {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.home-slider .owl-dots .owl-dot span {
    background-color: #fff;
}

.home-slider .owl-dots .owl-dot.active span {
    background-color: #e20612;
}

.slider-title {
    position: absolute;
    left: 0;
    bottom: 30px;
    color: #fff;
    font-size: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.slider-title p {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px 30px 5px 20px;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
}

.slider-title p + p {
    margin-top: 5px;
}

.slider-title p:first-child {
    font-size: 24px;
}

.accordion {
    display: block;
    width: 100%;
}

.team-box.single-page-box {
    height: auto;
}

.team-box.single-page-box .social {
    position: relative;
    opacity: 1;
}

.footer-menus li {
    margin-bottom: 10px;
}

.footer-menus .title {
    margin-bottom: 20px;
    font-size: 18px;
}

.footer-menus {
    padding: 50px 0;
    border-top: 1px solid #051f2b;
}

.header .social a {
    padding: 0;
}

.sidebar .widget ul li{
    flex-wrap: wrap;
}
ul.custom-smart-input li {
    justify-content: space-between;
}

ul.custom-smart-input li::before{
    content: none !important;
}

ul.custom-smart-input {
    margin-bottom: 20px !important;
}

.sidebar .widget ul li + li {
    margin-top: 10px;
}

.error-page {
    padding: 70px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.error-title {
    font-size: 100px;
    font-weight: 500;
    margin-bottom: 30px;
}
.error-desc {
    font-size: 26px;
    margin-bottom: 30px;
}

.career-box .title {
    background-color: transparent;
    color: inherit;
    padding: 0;
}

.career-box {
    padding: 30px;
    background-color: #eee;
}

.career-box .btn {
    margin-top: 15px;
}
.padding-0 {
    padding: 0 !important;
}

.services-item {
    margin-bottom: 0;
    border: 1px solid #051f2b;
}
.home-header .hamburger-toggle {
    color: #fff;
}

.money-shot {
    display: flex;
    align-items: flex-end;
    height: 75vh;
    background-size: cover;
    background-position: center;
}

.money-shot .content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
}

.money-shot .content .title {
    font-size: 28px;
    color: #fff;
    padding: 10px;
    background-color: rgba(255,255,255,0.15);
    border-radius: 26px;
    font-weight: 600;
    text-align: center;
}
.money-shot .content .type {
    font-size: 16px;
    color: #fff;
    padding: 10px;
    background-color: rgba(255,255,255,0.15);
    border-radius: 26px;
}

@media (max-width: 991px){
    .money-shot .content {
        flex-direction: column-reverse;
    }
    
    .money-shot .content .type {
        margin-bottom: 10px;
    }
}

ul.custom-smart-input li {
    justify-content: flex-start;
    box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.08);
    padding-bottom: 10px;
}

ul.custom-smart-input li b {
    min-width: 350px;
}

@media (max-width: 991px){
    ul.custom-smart-input li b {
        width: 100%;
    }
}

.sidebar-project {
    position: relative;
    top: 0;
}
.mb30 {
    margin-bottom: 30px;
}

.right-category {
	display: flex;
	flex-wrap: wrap;
}

.right-category .type {
    margin-left: 10px;
}
@media (max-width:992px){
    .services-item .content {
        position: relative;
        transform: none;
    }
    
    .services-item {
        flex-direction: column;
    }
    .services-item .content .title {
        margin-bottom: 0;
        display: inline-flex;
    }
    
    .services-item .content a.readmore {
        display: none;
    }
}

.slider-item {
    display: block;
}