.mt5{
    margin-top: 50px !important;
}
.pt5{
    padding-top: 60px;
}
.big-pt{
    padding-top: 70px;
}
.big-pt1{
    padding-top: 160px;
}
.big-ps{
    padding-left: 200px;
}
.big-ps-1{
    padding-left: 60px;
}
.big-pe{
    padding-right: 200px;
}
@media (max-width: 767px){

    .big-pt1{
        padding: 40px !important;
    }
    .big-ps-1{
        padding-left: 0 !important;
    }

}
.pe-2{
    padding-right: 20px;
}
.ps2{
    padding-left: 20px;
}
.indent{
    text-indent: 30px;
}
.background_content{
    padding-right: 50px !important;
    padding-left: 40px !important;
    text-indent: 10px;
    line-height: 2.8;
}
.projects img{
    width: 770px;
}

.bg-link{
    background-color: rgba(13,71,158,0.40);
}
.dark-text{
    color: #111;
}
.bl-border-radius{
    border-bottom-left-radius: 100px;
}
.br-border-radius{
    border-bottom-right-radius: 100px;
}
/* .col-xs-12, .col-sm-12{
    padding-top: 40px;
} */
.wind-section{
    padding-bottom: 40px;
    background-image: url('../images/aboutUs_background_img.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
.navbar-section-services{
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(33, 71, 178, 0.7)),url('../images/serv.jpg');
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
.navbar-section-about{
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(13, 71, 158, 0.5)),url('../images/service.jpg');
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
.navbar-section-faqs{
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(13, 71, 158, 0.5)),url('../images/faq.jpg');
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
.navbar-section-team{
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(13, 71, 158, 0.5)),url('../images/power.jpg');
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
.navbar-section-wind{
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(13, 71, 158, 0.5)),url('../images/wind1.jpg');
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
.navbar-section-construction{
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(93, 99, 151, 0.5)),url('../images/construction/construction.jpg');
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
.navbar-section-petrochemical{
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(93, 99, 151, 0.5)),url('../images/petrochemical/petrochemical.jpg');
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
.navbar-section-proj{
    background-image: linear-gradient(rgba(238, 236, 236, 0.9), rgba(254, 255, 255, 0.95)),url('../images/app4.jpg');
    /* height: 100vh; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
.navbar-section-proj2{
    background-image: linear-gradient(rgba(238, 236, 236, 0.9), rgba(254, 255, 255, 0.7)),url('../assets/images/aboutpage_reviusare_background.jpg');
    /* height: 100vh; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}







.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .9) !important;
    border-color: rgba(255, 255, 255, .9) !important;
}
.navbar-scrolled .navbar-toggler-icon{
    filter: brightness(0) invert(1);
}
.navbar-light-js .navbar-toggler-light {
    color: rgba(36, 2, 226, 0.9) !important;
    border-color: rgba(18, 3, 230, 0.9) !important;
}
html, body{
    overflow-x: hidden;
}


/* =========================================
   VIDEO BACKGROUND
========================================= */

.navbar-section1{
    position: relative !important;
    width: 100% !important;
    min-height: 100vh !important;
    overflow: hidden !important;
}

/* VIDEO CONTAINER */
.video-container{
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 1 !important;
    overflow: hidden !important;
}

/* VIDEO */
.video-container video{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/* DARK OVERLAY */
.video-overlay{
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(5, 43, 75, 0.5) !important;
    z-index: 2 !important;
}

/* HEADER */
header{
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: 0.4s ease;
}


/* TRANSPARENT DEFAULT */
header.scrolled{
    background: rgba(184, 226, 255, 0.4);
    backdrop-filter: blur(8px);
    
}
.app-default{
    background: rgba(190, 227, 255, 0.4);
    backdrop-filter: blur(8px);
    
}

header.scrolled a{
    color: #000000 !important;
    font-weight: 600 !important;
}

/* header.scrolled a:active .active > a{
    color: rgba(13,71,158,0.90) !important;
} */

/* NAVBAR */
.navbar{
    padding: 0 !important;
    min-height: 60px !important;
    display: flex;
    align-items: center;
}

/* SMALLER ON SCROLL */
header.scrolled .navbar{
    padding: 2px 0;
}

/* LOGO SIZE */
.navbar-brand img{
    max-width: 150px;
    transition: 0.4s ease;
}

header.scrolled .navbar-brand img{
    max-width: 120px;
}

/* REMOVE EXTRA SPACE */
body{
    margin: 0;
    padding: 0;
}

/* .navbar{
    background: rgba(13, 71, 158, 0.65);
    backdrop-filter: blur(8px);
} */

/* body{
    padding-top: 90px;
} */


/* NAVBAR */
.navbar{
    position: relative !important;
    z-index: 100 !important;
    padding: 10px 0 !important;
}

/* HERO SECTION */
.banner-section{
    position: relative !important;
    z-index: 10 !important;
    display: flex !important;
    align-items: center !important;
    min-height: 100vh !important;
}

/* HERO TITLE */
.banner-section h1{
    color: #ffffff !important;
    font-size: 72px !important;
    line-height: 82px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
}

/* HERO TEXT */
.banner-section h5{
    color: #ffffff !important;
    font-size: 20px !important;
    line-height: 34px !important;
    font-weight: 400 !important;
    margin-bottom: 35px !important;
    max-width: 650px !important;
}

/* BUTTON WRAPPER */
.btn_wrapper{
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 15px !important;
}



.offer_btn:hover{
    background: #ffffff !important;
    color: #000000 !important;
}

.learn_btn{
    border: 2px solid #ffffff !important;
    padding: 16px 35px !important;
    border-radius: 5px !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    transition: 0.3s !important;
    display: inline-block !important;
}

.learn_btn:hover{
    background: #ffffff !important;
    color: #000000 !important;
}

/* SOCIAL ICONS */
.left_icons{
    position: absolute !important;
    top: 50% !important;
    left: 25px !important;
    transform: translateY(-50%) !important;
    z-index: 100 !important;
}

.left_icons ul li{
    margin-bottom: 15px !important;
}

.left_icons ul li i{
    width: 45px !important;
    height: 45px !important;
    border: 1px solid #ffffff !important;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    color: #ffffff !important;
    transition: 0.3s !important;
}

.left_icons ul li i:hover{
    background: #f5bc37 !important;
    border-color: #f5bc37 !important;
}

/* MOBILE */
@media(max-width:991px){

    .banner-section{
        text-align: center !important;
        padding: 120px 0 80px !important;
    }

    .banner-section h1{
        font-size: 45px !important;
        line-height: 58px !important;
    }

    .banner-section h5{
        font-size: 18px !important;
        line-height: 30px !important;
    }

    .btn_wrapper{
        justify-content: center !important;
    }

    .left_icons{
        display: none !important;
    }

    .navbar-collapse{
        background: rgba(13,71,158,0.40) !important;
        padding: 20px !important;
        margin-top: 15px !important;
        border-radius: 5px !important;
        backdrop-filter: blur(8px);
    }
}

/* SMALL MOBILE */
@media(max-width:576px){

    .banner-section h1{
        font-size: 34px !important;
        line-height: 45px !important;
    }

    .btn_wrapper{
        flex-direction: column !important;
    }

    .offer_btn,
    .learn_btn{
        width: 100% !important;
        text-align: center !important;
    }
}

/* =========================================
   CAROUSEL ARROWS
========================================= */

#projectsCarousel .carousel-control-prev,
#projectsCarousel .carousel-control-next{
    width: 60px;
    opacity: 1;
}

/* MOVE ARROWS OUTSIDE */
#projectsCarousel .carousel-control-prev{
    left: -70px;
}

#projectsCarousel .carousel-control-next{
    right: -70px;
}

/* MAKE ICONS BLUE ONLY */
#projectsCarousel .carousel-control-prev-icon,
#projectsCarousel .carousel-control-next-icon{
    filter: brightness(0) saturate(40%) invert(33%) sepia(100%) saturate(2804%) hue-rotate(194deg) brightness(150%) contrast(60%);
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
}

/* MOBILE */
@media(max-width: 768px){

    #projectsCarousel .carousel-control-prev{
        left: 0;
    }

    #projectsCarousel .carousel-control-next{
        right: 0;
    }

}


/* =========================================
   IMAGE SIZE FIX
========================================= */

.gradient-overlay{
    position: relative;
    overflow: hidden;
}

.gradient-overlay figure{
    margin: 0;
    height: 408px;
}

.gradient-overlay img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* GRADIENT */
.gradient-overlay::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 408px;
    margin-top: 16%;

    background: linear-gradient(
        to top,
        rgba(0,0,0,0.85),
        rgba(0,0,0,0.3),
        rgba(0,0,0,0.05)
    );

    z-index: 1;
    pointer-events: none;
}

/* TEXT */
.gradient-overlay .projects_content_wrapper{
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
}

.images_content_wrapper figure{
    position: relative;
    overflow: hidden;
    margin: 0 !important;
}

.project-img{
    width: 100% !important;
    height: 408px !important;
    object-fit: cover !important;
    display: block !important;
}

/* FULL IMAGE GRADIENT */
.image-gradient{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.85) 0%,
        rgba(0,0,0,0.45) 40%,
        rgba(0,0,0,0.15) 70%,
        rgba(0,0,0,0.05) 100%
    );
    z-index: 1;
}

/* TEXT POSITION */
.projects_content_wrapper{
    position: absolute;
    left: 25px;
    bottom: 25px;
    z-index: 2;
    width: calc(100% - 50px);
}

.projects_content_wrapper h4{
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin: 0;
}


/* DESKTOP = 3 IMAGES */
@media (min-width: 768px){

    .carousel-item .row{
        display: flex;
    }

    .carousel-item .col-lg-4{
        display: block !important;
    }
}

/* MOBILE = 1 IMAGE */
@media (max-width: 767px){

    .carousel-item .col-lg-4,
    .carousel-item .col-md-4{
        display: none !important;
    }

    .carousel-item .mobile-slide{
        display: block !important;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .carousel-control-prev{
        left: -5px;
    }

    .carousel-control-next{
        right: -5px;
    }
}