:root
{
    --theme-primary:#fae01a;
    --theme-dark:#171b22;
}
html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.menu-nav .logo a img
{
    width: 80px;
}
.menu-area .mobile-nav-toggler
{
    height:100%;
}
.footer-logo a img
{
    width: 80px;
    height: auto;
}
.cta-one
{
    padding: 75px 50px;
    background: url('../img/bg/cta-one-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.cta-one::before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 2;
}
.cta-one .cta-one-box
{
    position: relative;
    z-index: 5;
}
.about-one .about-one-thumb
{
    position: relative;
    z-index: 2;
}
.about-one .about-one-thumb::before
{
    content: "";
    position: absolute;
    top: 65px;
    left: -34px;
    width: 100%;
    height: 94%;
    background: var(--theme-primary);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%, 0 50%);
}
.about-one .about-one-thumb img
{
    clip-path:polygon(0 0, 100% 0, 100% 88%, 0 100%, 0 50%);
}
.about-one
{
    background: var(--theme-dark);
    padding: 75px 75px;
}
.upcoming
{
    padding: 75px 0;
    background: url('../img/bg/ucm_bg02.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}
/* .upcoming::before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: var(--theme-dark);
    opacity: 0.1;

} */
.upcoming .upcoming-thumb
{
    position: relative;
    z-index: 5;
    overflow: hidden;
}
.upcoming .upcoming-thumb:hover .upcoming-info
{
    top: 0;
    z-index: 2;
}
.upcoming .upcoming-thumb .upcoming-info
{
    position: absolute;
    top: -100%;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #1f1e24;
    box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.14);
    backdrop-filter: blur(10px);
    opacity: 0.95;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.upcoming .upcoming-thumb .upcoming-info .upcoming-info-box
{
    width: 80%;
}
.section-title .sub-title
{
    display: inline-block;
}
.testimonial
{
    padding: 75px 50px;
    background: var(--theme-dark);
}
.testimonial .testimonial-box
{
    padding: 25px;
    border: 1px solid #474646;
    width: 100%;
}
.counter-container
{
    padding: 75px;
    background: url('../img/bg/counter-bg.png');
    background-size: cover;
    position: relative;
    z-index: 1;
}
.counter-container::before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.14);
    z-index: 2;
}
.counter-container .counter-item
{
    position: relative;
    z-index: 5;
    border: 1px solid #fff;
    padding: 25px;
    text-align: center;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.3);
}
.section-title{
    position: relative;
    z-index: 5;
}
.title-style-two .sub-title::after{
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    width: 40px;
    height: 3px;
    background: #fae01a;
}
.title-style-two .sub-title {
    padding: 0 53px;
    color: #e4e2e2;
}
.our-services
{
    padding: 75px 0;
    /* background: #0c0c0c; */
    background: url('../img/bg/our-services-bg.png');
    background-size:cover;
    position: relative;
    z-index: 1;
}
.our-services::before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    z-index: 2;
}
.our-services .our-services-box
{
    padding: 25px 25px;
    display: flex;
    margin-bottom: 24px;
    position: relative;
    z-index: 5;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    transition: box-shadow 300ms;
}
.our-services .our-services-box:hover
{
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.our-services .our-services-box .content {
    padding-left: 20px;
}
.our-services .our-services-box .content .title h4
{
    font-size: 18px;
}
.our-services .our-services-box .icon img
{
    width: 64px;
}
.service-slider
{
    padding: 50px;
    background: var(--theme-dark);
    border-top: 2px solid rgba(0, 0, 0, 0.14);
    margin: 0 auto;
}
.service-slider .service-slider-box
{
    text-align: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    height: 100%;
    border-radius: 5px;
    padding: 35px 20px;
    background: #fff;
}
.service-slider .service-slider-box span
{
    margin-top: 12px;
    display: inline-block;
    color: #000;
    font-weight: 600
}
.service-slider .service-slider-box .icons img
{
    width:64px!important;
    margin: 0 auto;
}
.services-list ul li 
{
    text-transform: uppercase;
    display: block;
    padding: 0;
    border: none;
    list-style-type: disc;
    margin-bottom: 5px;
    color: #fae01a;
    font-size: 14px;
}
.services-list p > strong
{
    color: #fae01a;
}
#preloader span
{
    display: block;
    font-size: 48px;
}
#preloader #loading-center-absolute
{
    text-align: center;
}
.team
{
    padding: 75px;
    background: url('../img/bg/team_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.team .team-box
{
    padding: 15px;
    text-align: center;

}
.team .team-box .team-info
{
    margin-top: 15px;
}
.team .team-box .team-info h6
{
    font-size: 22px;
}
.navbar-wrap > ul > li > a svg.fa-house
{
    font-size: 18px;
}
.main-btn
{
    position: relative;
    z-index: 5;
}
.gallery
{
    padding: 75px 50px;
    background: var(--theme-dark);
}
.gallery .gallery-box
{
    margin-bottom: 24px;
    overflow: hidden;
}
.gallery .gallery-box a > img
{
    transition: all 0.3s ease-in-out;
    transform: scale(1.1);
}
.gallery .gallery-box:hover a > img
{
    transform: scale(1);
}
.slider-area .slider-img
{
    border: 15px solid #fae01a;
    border-radius: 5px;
    overflow: hidden;
}
.why-choose
{
    padding: 100px 0;
}
.why-choose .why-choose-thumb
{
    position: relative;
    z-index: 1;
    text-align: center;
    height: 100%;
    display: grid;
    place-items: center;
}
.why-choose .why-choose-thumb::before
{
    content: "";
    width: 480px;
    height: 450px;
    position: absolute;
    top: 75px;
    /* transform: translateY(-50%); */
    left: 15px;
    z-index: 2;
    border: 5px solid #171b22;
    animation: move 10s linear infinite;
}
.why-choose .why-choose-thumb::after
{
    content: "";
    position: absolute;
    right: 0;
    bottom: 10%;
    width: 480px;
    height: 450px;
    background: url('../img/images/why-choose-pattern.png');
    animation: move 10s linear infinite;
}
.why-choose .why-choose-thumb img
{
    /* width: 100%; */
    position: relative;
    z-index: 3;
    animation: move 10s linear infinite;
}
.why-choose .title-style-two .sub-title
{
    color: #171b22;
}
.why-choose .title-style-two .title
{
    color: #171b22;
}

.why-choose .why-choose-box
{
    padding: 0 30px;
}
.why-choose .why-choose-box ul li
{
    margin-bottom: 30px;
}
.why-choose .why-choose-box ul li:last-child
{
    margin-bottom: 0;
}
.why-choose .why-choose-box ul li p
{
    color: #666666;
}
.why-choose .why-choose-box ul li h4
{
    color: #171b22;
}
@keyframes move {
    0%,100%{
        transform: translateY(0);
    }
    50%
    {
        transform:translateY(20px);
    }
}
@media (max-width: 991.98px)
{
    .menu-area .mobile-nav-toggler {
        display: flex!important;
        align-items: center;
        margin: 0;
    }
    .why-choose .why-choose-thumb img
    {
        animation-play-state: paused;
        width: 100%;
    }
    .our-services .our-services-box
    {
        height: 100%;
        align-items: center;
    }
    .why-choose .why-choose-thumb::before,
    .why-choose .why-choose-thumb::after
    {
        display: none;
    }
    .why-choose .why-choose-box
    {
        margin-top: 30px;
    }
}

@media (max-width: 575px)
{
    .menu-nav .logo a img
    {
        width: 60px;
    }
}