/*
Theme Name: Lux
Description: The 2024 theme for WordPress is stylish theme.
Author: the SL BPO team
Author URI: https://wordpress.org/
Version: 2.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lux
*/
/*------------------------------------------------------------------
* Table of Content
* 1. Header
* 2. Navbar Mini
* 3. Sticky Header
* 4. Hero Image
* 5. Page Title & Breadcrumb
* 6. Main Search Form
* 23. Contact Us
* 24. Blog
* 25. Image Overlay
* 26. Footer
* 27. Sign-in/up
-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/**
 * Header
 */

.navbar {
    border-bottom: 0;
    min-height: 0;
    margin: 0;
}

.navbar-primary {
    background: #fff0;
}

.navbar-bottom {
    background: #FFF;
}

/* Logo */

.navbar-logo {
      float: left;
    display: block;
    margin-right: 10px;
    padding: 12px 0;
    margin-top: 0 !important;
}
.navbar-logo img {
    height: auto;
    width: 100%;
}



/* Phone at Header */




/* Main Menu Dropdown */

.navbar-nav {
    margin: 0;
}

.navbar-nav li a {
font-weight: 600;
font-size: 13px;
line-height: 1.2;
text-transform:capitalize;
}

.navbar-nav > li {
    margin-right: 15px;
}

.navbar-nav > li > a {
    line-height: 22px;
    padding: 0;
}

.navbar-nav > li > a:hover {

}

.navbar-nav li {
    position: relative;
}
.navbar-nav li  a:hover{

}

.navbar-nav li.current-menu-item a{

}


.navbar-nav li.current-menu-item a:before{

}

.navbar-nav li ul {
        z-index: 9999;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 35px;
    left: 0;
    width: 190px;
    display: none;
    border: 0px solid #E3E3E3;
    border-top: 2px solid #B68D03;
    background: #FFF;
    padding: 0 10px;
}

.navbar-nav li ul li a {

}

.navbar-nav li > ul > li:last-child > a,
.navbar-nav li > ul > li > ul > li:last-child > a {
    border-bottom: 0;
}

.navbar-nav li ul li:hover > a {

}

.navbar-nav li ul li ul {
    position: absolute;
    left: 169px;
    top: 0;
}


/* Mega Menu */

.navbar-nav > li.mega-menu {
    position: inherit!important;
    left: 0;
    color: #cd0a11;
}

.navbar-nav > li.mega-menu ul {
    left: 0%;
    width: 100%;
    top: 50px;
    padding: 0 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-nav > li.mega-menu:hover > a,
.navbar-nav > li.mega-menu > a:hover,
.navbar-nav > li.dropdown:hover > a,
.navbar-nav > li.dropdown > a:hover,
.navbar-nav > li.dropdown.active > a,
.navbar-nav > li.dropdown.active > a:hover,
.navbar-nav > li:hover > a,
.navbar-nav > li.active > a {
    color: #fff;
    background: none;
}

.navbar-nav > li.mega-menu ul li a:hover {
    color: #fff;
}


/* Menu Arrow */

.navbar-arrow > ul > li .arrow-indicator {
    margin-left: 7px;
    color: #fff;
}

.navbar-arrow ul ul > li .arrow-indicator {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
    font-size: 16px;
    color: #fff;
}

.megamenu-container .arrow-indicator {
    display: none !important;
}

@media (min-width: 768px) {
    .navbar-nav > li.mega-menu ul {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .navbar-nav > li.mega-menu ul {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .navbar-nav > li.mega-menu ul {
        width: 1170px;
    }
}

@media (min-width: 768px) {
    .navbar {
   
    }
    .navbar-brand {

        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-logo {
      
        margin-top: 10px;
    }
    .navbar-nav li ul li a {
     
    }
    .navbar-nav > li > a {
      
    }
    .navbar-sticky .navbar-logo {
        margin-top: 0;
    }
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    .navbar-logo {
        padding: 0;
        margin: 0;
    }
    .navbar-logo img {
           
    margin: 0;
    padding: 8px 0;
    }
    .navbar-arrow > ul > li .arrow-indicator,
    .navbar-arrow ul ul > li .arrow-indicator {
        display: none !important;
    }
    .navbar-sticky .navbar-logo {
        margin-top: 5px;
        margin-bottom: 5px;
    }
	
	.slicknav_btn{
		    top: 80px;
	}
	.navbar-mini {
    padding-top: 10px;
}


.why-us-half-image-content.video-part{
	width: 90% !important;
    padding: 0px 0 !important;
    margin: 0 auto;
}

.image-bg iframe {
    width: 100%;
    height: 100%;
	min-height: 500px;
}

	
}

@media (max-width: 767px) {
    .navbar-fixed-top {
     
        clear: both;
    }
    .navbar-logo img {
       
    }
    .navbar-logo {
        margin-top: 5px;
        margin-bottom: 5px;
        float: none;
		
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 23px;
    }
	
	.navbar-mini {
    display:none;
}
	.slicknav_btn {
    top:43px;
}
	
	
.image-bg iframe {
    width: 100%;
    height: 100%;
    min-height: 100%;
}
	.slicknav_nav {
    margin-top: 74px;
	}
	
}

@media (max-width: 479px) {}



/**
 * Sticky Header
 */

.navbar-sticky {
    border-color: #232F49;
}

.navbar-sticky hr {
    display: none;
}

.navbar-sticky.navbar-primary {
    padding-top: 0;
}

.navbar-sticky .navbar-logo {
    padding-top: 5px;
    padding-bottom: 8px;
}

.navbar-sticky .navbar-phone {
    line-height: 40px;
}

.navbar-sticky .navbar-nav > li > a {
    
}

.navbar-sticky .navbar-nav > li > a:hover,
.navbar-sticky .navbar-nav > li > a:focus {
    color:#fff;
    background-color: transparent
}

.navbar-sticky .navbar-nav > li > ul {
    top: 40px;
}

.navbar-sticky .navbar-nav > li.mega-menu ul {
    top: 40px;
}

.navbar-sticky .navbar-nav > .active > a,
.navbar-sticky .navbar-nav > .active > a:hover,
.navbar-sticky .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-sticky .navbar-nav > .disabled > a,
.navbar-sticky .navbar-nav > .disabled > a:hover,
.navbar-sticky .navbar-nav > .disabled > a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-sticky .navbar-second {
    padding-top: 5px;
}

@media (min-width: 768px) {
    .navbar-sticky {
       
    }
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    .navbar-sticky .navbar-logo {
        padding-top: 7px;
    }
}

@media (max-width: 767px) {}

@media (max-width: 479px) {}












/**
 * Footer
 */

.footer {
   
   
 
}




@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    .for-static-page .sidebar-module {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .for-static-page .sidebar-module {
        margin-right: 0;
    }
}

@media (max-width: 479px) {}


/*********************/
.container-wrapper{
padding-top:0px;	
}

@media only screen and (max-width: 767px){
	.container-wrapper{
padding-top:0px;	
}
}

.flexslider-image-bg{
	
	
}

@media only screen and (max-width: 500px){
.flexslider-hero-slider {
	min-height:500px;
}

.flexslider-hero-slider .flexslider {
   
    min-height: 500px;
}


.flexslider-image-bg {
    height: 500px;
}

}






	



 
/*******************/







@media (max-width: 991px){
.slicknav_menu{
	z-index: 99999;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
}

/***************************************************/

.page-header-inner{
width:100%;
height: 750px;
position: relative;
align-items: center;
display: grid;
text-align: left;
overflow:hidden;
}

.page-header-inner::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
       background-image: linear-gradient(0deg, #00000094, #0000000d, #000000a3);
}

.page-name{
    top: 20px;
    position: relative;
    z-index: 99;
    max-width: 90%;
    margin: 0 auto;

}

.page-name-main{  
 
}
.page-name-main span h1{
position:relative;
   font-size:70px;
    font-weight: 600;

    color: #fff;
    line-height: 1;
    text-transform: capitalize;
    text-align: center;
    text-shadow: 0px 2px 4px #000000;
    letter-spacing: 2px;
}


@media screen and (max-width: 767px) {
.page-header-inner{
height: 550px;
}



}
@media screen and (max-width: 550px) {
.page-name-main span h1{
   font-size: 36px;

}



}
@media screen and (max-width: 450px) {
.page-name-main span h1{
    font-size: 36px;
}


}

/**************************/

/*************************/
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1 
}
.animate__animated {
  -webkit-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-duration:var(--animate-duration);
  animation-duration:var(--animate-duration);
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both
}
.animate__animated.animate__infinite {
  -webkit-animation-iteration-count:infinite;
  animation-iteration-count:infinite
}
.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count:1;
  animation-iteration-count:1;
  -webkit-animation-iteration-count:var(--animate-repeat);
  animation-iteration-count:var(--animate-repeat)
}
.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count:2;
  animation-iteration-count:2;
  -webkit-animation-iteration-count:calc(var(--animate-repeat)*2);
  animation-iteration-count:calc(var(--animate-repeat)*2)
}
.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count:3;
  animation-iteration-count:3;
  -webkit-animation-iteration-count:calc(var(--animate-repeat)*3);
  animation-iteration-count:calc(var(--animate-repeat)*3)
}
.animate__animated.animate__delay-1s {
  -webkit-animation-delay:1s;
  animation-delay:1s;
  -webkit-animation-delay:var(--animate-delay);
  animation-delay:var(--animate-delay)
}
.animate__animated.animate__delay-2s {
  -webkit-animation-delay:2s;
  animation-delay:2s;
  -webkit-animation-delay:calc(var(--animate-delay)*2);
  animation-delay:calc(var(--animate-delay)*2)
}
.animate__animated.animate__delay-3s {
  -webkit-animation-delay:3s;
  animation-delay:3s;
  -webkit-animation-delay:calc(var(--animate-delay)*3);
  animation-delay:calc(var(--animate-delay)*3)
}
.animate__animated.animate__delay-4s {
  -webkit-animation-delay:4s;
  animation-delay:4s;
  -webkit-animation-delay:calc(var(--animate-delay)*4);
  animation-delay:calc(var(--animate-delay)*4)
}
.animate__animated.animate__delay-5s {
  -webkit-animation-delay:5s;
  animation-delay:5s;
  -webkit-animation-delay:calc(var(--animate-delay)*5);
  animation-delay:calc(var(--animate-delay)*5)
}
.animate__animated.animate__faster {
  -webkit-animation-duration:.5s;
  animation-duration:.5s;
  -webkit-animation-duration:calc(var(--animate-duration)/2);
  animation-duration:calc(var(--animate-duration)/2)
}
.animate__animated.animate__fast {
  -webkit-animation-duration:.8s;
  animation-duration:.8s;
  -webkit-animation-duration:calc(var(--animate-duration)*0.8);
  animation-duration:calc(var(--animate-duration)*0.8)
}
.animate__animated.animate__slow {
  -webkit-animation-duration:2s;
  animation-duration:2s;
  -webkit-animation-duration:calc(var(--animate-duration)*2);
  animation-duration:calc(var(--animate-duration)*2)
}
.animate__animated.animate__slower {
  -webkit-animation-duration:3s;
  animation-duration:3s;
  -webkit-animation-duration:calc(var(--animate-duration)*3);
  animation-duration:calc(var(--animate-duration)*3)
}
.animate__animated.animate__slideInLeft {
  -webkit-animation-name:slideInLeft;
  animation-name:slideInLeft
}
.animate__animated.animate__slideInRight {
  -webkit-animation-name:slideInRight;
  animation-name:slideInRight
}
.animate__animated.animate__fadeIn {
  -webkit-animation-name:fadeIn;
  animation-name:fadeIn
}
.animate__animated.animate__fadeInUp {
  -webkit-animation-name:fadeInUp;
  animation-name:fadeInUp
}
.fade-in {
  animation:fadeIn 1s
}
.delay-element-5s {
  animation:displayElement 1s 4s forwards;
  visibility:hidden
}


/*************/
img.lozad:not([data-load-status=false]) {
  background-image:url(images/load.gif);
  background-repeat:no-repeat;
  background-position:center;
  background-size:85px
}