/*
Theme Name:     Bigger Child
Theme URI:      http://wp.oceanthemes.net/bigger/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.2
Template:       bigger
*/

@import url("../bigger/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

.project-item .inner .item-hover .pagelink.gray{
	color: #fdba2c;
}
.project-item .inner .item-hover .pagelink.gray:hover{
	color: #fff;
}
.testi-item .stars{
	margin-left: auto;
}
.testi-item .stars img{
	margin-right: 0;
}

.share-btn-section .custom-share-btn {
    margin-top: 30px;
}

.share-btn-section .widget { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 10px 0 6px; border-top: 1px solid #072045; border-bottom: 1px solid #072045; }
.share-btn-section .widget .widget-title { margin-bottom: 3px; }

#custom_header {
    height: 100%;
}

#custom_header .hfe-nav-menu__layout-horizontal {
    height: 100%;
    width: 100%;
}

#custom_header .hfe-nav-menu {
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    padding-left: 30px;
    margin-left: 60px;
    height: 100%;
    width: 100%;
}

#custom_header .hfe-nav-menu .menu-item {
    max-width: 240px;
    flex-grow: 1;
}

#custom_header .hfe-nav-menu .menu-item a {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    font-family: "Poppins", sans-serif;
    justify-content: center;
    padding: 8px 10px;
}

#custom_header .hfe-nav-menu .menu-item:last-child a {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

#custom_header .hfe-nav-menu .menu-item .sub-menu { 
    border-top: 2px solid #fdba2c;
    margin-top: 32px;
    width: 100%;
}
#custom_header .hfe-nav-menu .menu-item .sub-menu li {
    border: 0;
}
#custom_header .hfe-nav-menu .menu-item .sub-menu li a {
    border-bottom: 1px solid #ebebeb;
    justify-content: flex-start;
    padding: 16px 30px;
    color: #707070;
    transition: .3s;
    display: flex;
}
#custom_header .hfe-nav-menu .menu-item .sub-menu li a:hover {
    background-color: #fdba2c;
    transition: .3s;
    color: #fff;
}

@media screen and (max-width: 1440px) {
    #custom_header .hfe-nav-menu {
        margin-left: 0 !important;
    }
}

@media screen and (max-width: 1024px) {
    #custom_header { 
        background: #fff;
        padding: 20px 15px; 
        flex-wrap: nowrap;
    }
    #custom_header div.hfe-nav-menu .hfe-nav-menu__toggle { margin: 0 0 0 auto; }
    #custom_header div.elementor-widget-navigation-menu { --align-self: unset; }
    #custom_header div.elementor-widget-image { margin-bottom: 0; }
    #custom_header div.hfe-nav-menu { 
        padding-left: 0 !important;
        justify-content: center; 
    }
    #custom_header div.hfe-nav-menu-icon { padding: 0; }
    #custom_header nav.hfe-nav-menu__layout-horizontal { 
        width: 100% !important;
        height: fit-content;
        left: 0 !important;
        position: fixed;
        top: 106px;
        z-index: 0;
    }
    #custom_header ul.hfe-nav-menu {
        border-top: 1px solid #dadada;
        align-content: flex-start;
        flex-direction: column;
        display: flex;
    }
    #custom_header ul.hfe-nav-menu .menu-item {
        max-width: 100%;
        border: 0;
    }
    #custom_header ul.hfe-nav-menu .menu-item a {
        border-bottom: 1px solid #dadada;
        justify-content: space-between;
        padding: 14px 15px 14px 15px;
        font-weight: 500;
        font-size: 14px;
        color: #333;
    }
    #custom_header ul.hfe-nav-menu .menu-item .sub-menu { margin-top: -3px; }
    #custom_header ul.hfe-nav-menu .menu-item .sub-menu.sub-menu-open {
        margin-top: 0;
        border-top: 0;
    }
    #custom_header ul.hfe-nav-menu .menu-item .sub-menu.sub-menu-open li a {
        border-bottom: 1px solid #dadada;
        font-weight: 500;
        font-size: 14px;
        display: block;
        color: #333;
    }
}

* {
    scroll-behavior: smooth;
}

@media screen and (min-width: 1025px) {
    header.sticky {
        position: fixed !important;
        top: 0;
        width: 100%;
    }
}


.single-news-banner {
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 500px;
    padding: 20px;
    display: flex;
}
.single-news-banner h1 {
    position: relative;
    text-align: center;
    max-width: 1400px;
    color: #fff;
    z-index: 9;
    margin: 0;
}
.single-news-banner .overview-box {
    background-color: #0d1c3b;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .5;
    left: 0;
    top: 0;
}
.news-content .download-btn {
    background-color: #0d1c3b;
    margin-top: 10px;
}
.widget-box {
    font-family: "Poppins", sans-serif;
    border: 1px solid #eee;
    background: #f2f4f6;
    margin-bottom: 15px;
    padding: 30px;
}
.widget-box h5 {
    font-family: "Poppins", sans-serif;
    border-bottom: 1px solid #e1e1e1;
    text-transform: uppercase;
    padding-bottom: 25px;
    margin-bottom: 25px;
    font-weight: 700;
    color: #363636;
    font-size: 16px;
}
.widget-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget-categories ul li {
    padding-bottom: 12px;
}
.widget-categories ul li:last-child { 
    padding-bottom: 0;
}
.widget-categories ul li a {
    font-weight: 500;
    color: #707070;
}
.widget-categories ul li a:hover {
    color: #fdba2d;
}
.widget-latest-box ul li:not(:last-child) {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 18px;
    margin-bottom: 23px;
}
.widget-latest-box ul li a {
    align-items: center;
    display: flex;
    gap: 20px;
}
.widget-latest-box ul li a img {
    object-fit: cover;
    height: 66px;
    width: 66px;
}
.widget-latest-box ul li a .latest-contant .latest-title {
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    margin: -3px 0 3px;
    line-height: 22px;
    overflow: hidden;
    color: #252525;
}
.widget-latest-box ul li a .latest-contant .latest-date {
    color: #707070;
    font-size: 14px;
}
.widget-tags .tags-box a {
    margin-top: 10px !important;
    font-size: 16px !important;
    display: inline-block;
    background: #fff;
    padding: 12px 18px;
    font-weight: 500;
    color: #707070;
    line-height: 1;
    margin: 0 4px;
}
.widget-tags .tags-box a:hover {
    border-color: #fdba2c;
    background: #fdba2c;
    color: #fff;
}
.news-content .entry-meta {
    font-family: "Poppins", sans-serif;
    margin-bottom: 18px;
    font-size: 14px;
}
.news-content .entry-meta .posted-on:after {
    margin: 0 10px;
    content: "|";
    opacity: 0.5;
}
.news-content .entry-meta a {
    color: #707070;
}
@media screen and (max-width: 992px) {
    .single-news-banner {
        min-height: 400px;
    }
    .single-news-banner h1 {
        font-size: 34px;
    }
    .news-content .content-area {
        margin-bottom: 50px;
    }
}
.uc-posts-pagination { 
    text-align: center;
    margin-top: 20px;
}

.archive .entry-media,
.search .entry-media { display: none; }
.archive .site-main .post-box,
.search .site-main .post-box {
    margin-bottom: 15px;
}
.archive .site-main .post-box:hover,
.search .site-main .post-box:hover {
    box-shadow: unset;
}
.archive .site-main .post-box .entry-footer,
.search .site-main .post-box .entry-footer {
    display: none;
}
.archive .site-main .post-box .entry-summary p,
.search .site-main .post-box .entry-summary p {
    margin-bottom: 0;
}

.archive .page-header,
.search .page-header {
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 500px;
    padding: 20px;
    display: flex;
}
.archive .page-header h1,
.search .page-header h1  {
    position: relative;
    text-align: center;
    max-width: 1400px;
    font-size: 80px;
    color: #fff;
    z-index: 9;
    margin: 0;
}
.archive .site-main > .container,
.search .site-main > .container {
    padding-bottom: 120px;
    padding-top: 120px;
}
@media screen and (max-width: 992px) {
    .archive .page-header,
    .search .page-header  {
        min-height: 400px;
    }
    .archive .page-header h1,
    .search .page-header h1 {
        font-size: 34px;
    }
    .archive .site-main > .container,
    .search .site-main > .container {
        padding-bottom: 60px;
        padding-top: 60px;
    }
}
.archive .pagination,
.search .pagination {
    margin-top: 50px;
    display: flex;
    gap: 11px;
}
.search .pagination .nav-links {
    display: flex;
    gap: 11px;
}
.archive .pagination a,
.search .pagination a {
    justify-content: center;
    background: #f2f4f6;
    padding: 3px 5px 2px;
    align-items: center;
    color: #707070;
    min-width: 45px;
    display: flex;
    height: 45px;
}
.archive .pagination a:hover,
.search .pagination a:hover {
    background: #fdba2d;
    color: #fff;
}
.archive .pagination span,
.search .pagination span {
    justify-content: center;
    background: #fdba2d;
    padding: 3px 5px 2px;
    align-items: center;
    min-width: 45px;
    color: #fff;
    display: flex;
    height: 45px;
}
.home-three-box { display: flex; height: 100%; }
.home-three-box .icon-box-wrapper {     display: flex; height: 100%; flex-direction: column; }
footer .bottom-content {display: flex; align-items: center; justify-content: space-between;}
footer .bottom-content #logo-footer { order: 1; }
footer .bottom-content .socials-footer { order: 3; }
footer .bottom-content .footer-copyright { order: 2; }
footer .bottom-content .footer-nav { display: none; }
.swiper-slide-inner { position: relative; }
.swiper-slide-inner .stretched-link {  
    position: absolute;  
    height: 100%; 
    width: 100%;
    z-index: 9; 
    left: 0;
    top: 0;
}
.content-area p a, .page-template-default .elementor-widget-container p a { color: #1F4DA4; }
.content-area p a:hover, .page-template-default .elementor-widget-container p a:hover { text-decoration: underline; }
.search-form { margin-top: 30px; }
.search-form .search-submit { right: 15px !important; }
.home-slider .slick-slide .project-item .title-cat h6,
.home-slider .slick-slide .project-item .item-hover h6 { display: none; }

.home-slider-class .slider-item-card {
    position: relative;
    overflow: hidden;
    max-width: 477px;
    height: 595px;
}
.home-slider-class .slider-item-card .front {
    align-items: flex-end;
    padding: 35px 30px;
    display: flex;
    height: 100%;
}
.home-slider-class .slider-item-card .front img {
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
    z-index: 0;
    left: 0;
    top: 0;
}
.home-slider-class .slider-item-card .front h4 {
    position: relative;
    color: #fff;
    z-index: 2;
}
.home-slider-class .slider-item-card .front .overlay-img {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 60%;
    z-index: 1;
    left: 0;
} 
.home-slider-class .slider-item-card .back {
    background-color: rgba(5, 31, 69, 0.9);
    padding: 112px 70px 100px 40px;
    transform: translate(0, 100%);
    position: absolute;
    transition: 0.8s;
    height: 100%;
    width: 100%;
    z-index: 9;
    left: 0;
    top: 0;
}
.home-slider-class .slider-item-card .back h4 { 
    margin-bottom: 12px;
    transition: .5s;
    color: #fff;
}
.home-slider-class .slider-item-card .back h6 {
    color: #b7b7b7;
}
.home-slider-class .slider-item-card .back p { 
    margin-bottom: 20px;
    color: #fff;
}
.home-slider-class .slider-item-card .back:hover h4 {  
    color: #fdba2c;
    transition: .5s;
}
.home-slider-class .slick-track { height: 595px; }
.home-slider-class .slick-prev.slick-arrow { left: 0; }
.home-slider-class .slick-next.slick-arrow { right: 0; }
.home-slider-class .slick-arrow {
    background: rgba(0, 0, 0, 0.5);
    padding-top: 1px;
    transition: .3s;
    height: 45px;
    width: 45px;
    z-index: 9;
}
.home-slider-class .slick-arrow:hover {
    background: #fdba2c;
    transition: .3s;
}