/* ---------------------------------------------------------------------------------------------------------------------
----------------------------------------------------- Way Custom CSS ---------------------------------------------------
---------------------------------------------------------------------------------------------------------------------- */

body.no-scroll {
    position: fixed;
    overflow-y: scroll;
    width: 100%;
    z-index: -1;
}

/* Mobile Header */

@media only screen and (max-width: 1140px) {
    .main-header .header-upper .logo-outer, .main-header .header-upper .upper-right {
        width: 50%;
    }

    .main-header .logo-outer,
    .main-header .header-upper .upper-right {
        padding-top: 10px;
    }
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li > a:hover,
.main-header .sticky-header .main-menu .navigation > li:hover > a,
.main-header .sticky-header .main-menu .navigation > li.current > a,
.main-header .sticky-header .main-menu .navigation > li.current-menu-item > a
a, .btn-style-one:hover,
.sec-title h2 span,
.gallery-block .item .info i:hover,
.sec-title.style-two .sub-title,
.list-style-two li .icon,
.page-title .bread-crumb li a:hover,
.main-footer .footer-bottom .foter-nav li a:hover,
.main-menu .navigation > li > .langSelectorDropdown > a:hover,
.search-overlay .search-overlay-close:hover,
.search-overlay #search-form button[type=submit]:hover,
.error-section h2, .error-section h3 {
    color: #0082ca !important;
}

a,
.services-block-two .inner-box .read-more,
.main-footer .footer-bottom .copyright a {
    color: #0082ca;
}

.gallery-block .item .info i {
    color: #93cbea;
}

.main-footer .link-widget ul li span,
.main-footer .link-widget ul li a,
.main-footer .footer-bottom .copyright,
.main-footer .footer-bottom .foter-nav li a {
    color: #b1c3cc;
}

.services-block-two .inner-box:hover h3,
.main-footer .footer-bottom .copyright a:hover {
    color: #fff;
}

.main-header .sticky-header .main-menu .navigation > li > a {
    color: #64615d;
}

.main-menu .navigation > li.current > a::after,
.main-menu .navigation > li > a:hover::after,
.sec-title .separator:before,
.services-block-two.style-two .inner-box:hover,
.main-footer .footer-widget .footer-title .separator:before,
.contact-section .form-column .form-title .separator:after,
.map-section .map-title .separator:after {
    background-color: #0082ca;
}

.services-block-two.style-two .inner-box,
.contact-section .info-column {
    background: #e8edef;
}

.scroll-to-top {
    border: 2px solid #0082ca;
    background-color: #0082ca;
}

.scroll-to-top:hover {
    background-color: transparent;
    color: #0082ca;
}

/* Slider */
.main-slider h2 {
    color: #0082ca !important;
    text-transform: uppercase;
    background-color: rgba(255,255,255,0.5);
    padding: 30px;
}

.btn-style-one {
    border-color: #0082ca !important;
    background-color: #0082ca;
}

.gallery-block .item {
    border: 2px solid #e8edef;
}

.gallery-block .item img {
    min-height: 370px;
    object-fit: contain;
}

.gallery-block .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.gallery-block .item .info {
    background: none;
    bottom: -70px;
}

.gallery-block .item .info h3, .gallery-block .item .info h3 a {
    margin-bottom: 30px;
    font-size: 18px;
    color: #64615d;
}

.services-section-two.style-two #services-section-text {
    position: relative;
    color: #999999;
    font-size: 16px;
    margin-bottom: 40px;
}

.project-single-section .overview h2 {
    border-color: #0082ca;
}

.project-single-slider .owl-nav [class*=owl-] {
    background-color: rgba(0, 130, 202, 0.4) !important;
}

.project-single-slider .owl-nav [class*=owl-]:hover {
    background-color: #0082ca !important;
}

.main-slider .tparrows.gyges:hover {
    background-color: #97b7c7;
}

.page-title {
    padding: 30px 0 15px 0
}

.rev_slider a {
    border: 2px solid #93cbea !important;
    background-color: transparent;
    color: #93cbea;
    transition: all 0.3s ease;
}

.rev_slider a:hover {
    background-color: #93cbea;
    color: #34322d;
}

.page-title:before {
    background: #5c5f69 !important;
}

.main-footer {
    background: url(../images/background/texture-3.png);
}

.main-footer .link-widget ul li a::before {
    content: none;
}

.main-menu .navigation > li > .search-icon::after,
.main-menu .navigation > li > .langSelector::after {
    content: none !important;
}

.main-menu .navigation > li > .langSelectorDropdown {
    min-width: max-content;
    padding: 5px 15px;
}

.main-menu .navigation > li > .langSelectorDropdown > a {
    display: block;
    width: fit-content;
    color: #64615d;
}

/* ------------------------------------------------------ Search ------------------------------------------------------ */

.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: visibility .3s ease, opacity .3s ease;
    -moz-transition: visibility .3s ease, opacity .3s ease;
    -o-transition: visibility .3s ease, opacity .3s ease;
    -webkit-transition: visibility .3s ease, opacity .3s ease;
}

.search-overlay.open {
    visibility: visible;
    opacity: 1;
}

.search-overlay .search-overlay-close {
    position: absolute;
    top: 15px;
    right: 30px;
    opacity: 1;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    -webkit-transition: color .3s ease;
}

.search-overlay #search-form {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 60%;
    height: 70px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.search-overlay.open #search-form {
    top: 50%;
}

.search-overlay #search-form #search-box {
    width: 100%;
    height: 100%;
    border: none;
    border-bottom: 2px solid #909090!important;
    outline: 0;
    color: #fff;
    font-size: 42px;
    padding: 10px 0;
    background-color: transparent;
    transition: border-bottom-color .3s ease;
    -moz-transition: border-bottom-color .3s ease;
    -o-transition: border-bottom-color .3s ease;
    -webkit-transition: border-bottom-color .3s ease;
}

.search-overlay #search-form #search-box:focus {
    border-bottom-color: #fff !important;
}

.search-overlay #search-form button[type=submit] {
    position: absolute;
    background-color: transparent;
    font-size: 3rem;
    right: 0;
    color: #c6c6c6;
    outline: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    -webkit-transition: color .3s ease;
}

/* ----------------------------------------------------- 404 page ----------------------------------------------------- */

.error-section .home-btn{
    color: #0082ca;
    border-color: #0082ca;
}

.error-section .home-btn:hover{
    color:#ffffff;
    border-color:#0082ca;
    background-color:#0082ca;
}