/* Container */
@media (min-width: 1200px) {
	.container:not(.container-bs):not(.container-xl-custom):not(.container-xxl-custom) {
		max-width: 1240px
	}

    html:not(.sticky-header-active) #header.header-floating-bar .header-body {
		max-width: 1240px;
		right: 15px;
	}
}

.text-21 {
	font-size: 7.66em !important;
}

.text-22 {
	font-size: 8.66em !important;
}

.text-23 {
	font-size: 9.66em !important;
}

.text-24 {
	font-size: 10.66em !important;
}

section.section.section-blue-background {
    background: #0039cf;
}


section.section.section-black-background{
    background: #000000;
}

.blue-color{
    color: #0039cf;
}

a.blue-color:hover{
    color: #0039cf;
}

.blue-background {
    background: #0039cf;
}

.text-color-black{
    color: #000000;
}

#header .header-body{
    background: transparent;
}

#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a{
    color: #ffffff;
    
}
#header .header-nav-main nav > ul > li > a{
    text-transform: none;
}

#header .header-nav-main nav > ul > li > a.active{
    font-weight:bold;
}

#header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active:before,
#header .header-nav.header-nav-line nav > ul:not(:hover) li > a.is-active:before
{
    background: var(--light);
    opacity: 1 !important;
}

#header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active:after
{
    background: white;
}
/*
#header .header-nav.header-nav-line.header-nav-top-line nav > ul > li > a:before, 
#header .header-nav.header-nav-line.header-nav-top-line nav > ul > li:hover > a:before{
    display: none;
}

#header .header-nav.header-nav-line.header-nav-top-line nav > ul > li > a:after, 
#header .header-nav.header-nav-line.header-nav-top-line nav > ul > li:hover > a:after{
    content: "";
    position: absolute;
    width: 40%;
    height: 3px;
    top: -2px;
    left: 0;
    color: #ffffff !important;
}*/

body{
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.top-bottom-left-lg-rounded{
    border-top-left-radius:50px ;
    border-bottom-left-radius: 50px;
}

.top-left-lg-rounded{
    border-top-left-radius:50px ;
}

.top-right-left-lg-rounded{
    border-top-left-radius:50px ;
    border-top-right-radius: 50px;
}

.top-right-left-lg-rounded-20{
    border-top-left-radius:20px ;
    border-top-right-radius: 20px;
}

.top-right-left-lg-rounded-30{
    border-top-left-radius: 30px ;
    border-top-right-radius: 30px;
}

.top-right-left-lg-rounded-15{
    border-top-left-radius:15px ;
    border-top-right-radius: 15px;
}

.bottom-right-left-lg-rounded-15{
    border-bottom-left-radius:15px ;
    border-bottom-right-radius: 15px;
}

.right-top-bottom-lg-rounded-10{
    border-top-right-radius:10px ;
    border-bottom-right-radius: 10px;
}

.right-top-bottom-lg-rounded-20{
    border-top-right-radius:20px ;
    border-bottom-right-radius: 20px;
}

.left-top-bottom-lg-rounded-20{
    border-top-left-radius:20px ;
    border-bottom-left-radius: 20px;
}

.rounded-10 {
	border-radius: 10px !important;
}

.rounded-15 {
	border-radius: 15px !important;
}

.rounded-20 {
	border-radius: 20px !important;
}


.owl-carousel{
    margin-bottom: 0 !important;
}

h1, h2, h3, h4, h5, h6{
    letter-spacing: normal !important;
}

.featured-project-image img{
    display: none;
}

p {
    font-size: 18px;
}

li{
    font-size: 16px;
}


@media (max-width: 576px) {
    .top-bottom-left-lg-rounded{
        border-radius: 0;
    }

    .m-padding-left-0-with{
        padding-left: 0 !important;
    }

    .coming-soon{
        font-size: 4em !important;
    }

    .ps-0-mobile{
        padding-left: 0 !important;
    }

    .ms-0-mobile{
        margin-left: 0 !important;
    }

    .pe-0-mobile{
        padding-right: 0 !important;
    }

    .me-0-mobile{
        margin-right: 0 !important;
    }

    .pb-5-mobile{
        padding-bottom: 3rem !important;
    }

    .mb-5-mobile{
        margin-bottom: 3rem !important;
    }

    .featured-project-image{
        background: none !important;
    }

    .featured-project-image img{
        display: block !important;
    }

    .next-prev h4{
        font-size: 1.80em !important
    }

    p{
        font-size: 16px;
    }
}

@media (min-width:1400px){
    .coming-soon{
        /*font-size: 6.5em !important;*/
        position: absolute;
        width: 600px;
        z-index: 2;
    }
}

@media (min-width:1200px){
    .coming-soon{
        /*font-size: 4.5em !important;*/
        position: absolute;
        width: 450px;
        z-index: 2;
    }
}

@media (min-width: 992px) {

    #header .header-nav-main nav > ul > li > a.dropdown-toggle .fa-chevron-down{
        display: block;
        font-size: 14px;
        padding-left: 5px;
        padding-top: 3px;
    }

    #header .header-nav-main nav > ul > li > a{
        font-size: 1.5em;
        font-weight: normal;
        letter-spacing:normal;
    }
    #header .header-nav.header-nav-line nav > ul li:hover > a:before{
        background: #ffffff;
    }

    #header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active{
        color: #ffffff;
    }

    #header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li:not(:hover) > a.active:before{
        content: "";
        position: absolute;
        width: 40%;
        height: 3px;
        top: 99%;
        /* left: 15px; */
        /* right: 15px; */
        margin: 0 auto;
        transform: translateY(-3px);
        color: #ffffff;
        background: #ffffff;
    }
    #header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li > a:before, #header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li:hover > a:before {
        content: "";
        position: absolute;
        width: 40%;
        height: 3px;
        top: 99%;
        /* left: 15px; */
        /* right: 15px; */
        margin: 0 auto;
        transform: translateY(-3px);
        color: #ffffff;
    }

    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu{
        border-top-color:var(--quaternary);
    }

    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a{
        color: var(--quaternary);
    }

    section.video video{
        border-top-left-radius:50px ;
    }
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover{
    color: var(--light);
    background-color: var(--quaternary);
}

.owl-carousel.show-nav-title .owl-nav button.owl-prev{
    left: -70px;
}

.owl-carousel .owl-nav button.owl-next:before{
    content: "\f061";
}

.owl-carousel .owl-nav button.owl-prev:before{
    content: "\f060";
}

@media (min-width:1200px){
    .owl-carousel .owl-nav button.owl-next:before, .owl-carousel .owl-nav button.owl-prev:before{
        font-size: 50px !important;
    }
}

.counters .counter {
    text-align: left;
}

.number-counter-opacity{
    opacity: 0.9;
}

#footer{
    margin-top: 0 !important;
}

.projects-div-container{
    margin-top: -155px;
    position: relative;
}

@media (max-width: 991px) {
    #header .header-nav-main nav {
        background: var(--quaternary);
    }

    #header .header-nav-main nav > ul li a{
        padding: 2px 5px;
    }

    #header .header-nav-main nav > ul > li > a.active {
        width: 100%;
        display: block;
        background: white !important;
        color: #0039cf !important;
    }

    .dropdown-item{
        color: var(--light);
    }
}

#header .header-btn-collapse-nav{
    background: var(--light);
    color: var(--quaternary);
}



.owl-carousel.carousel-center-active-item-2 .owl-item > div {
    width: 60.6666%;
    margin-left: auto;
    padding: 0;
    border-radius: 20px;
    background: none;
    box-shadow:none;
    /*margin-right: -250px !important;*/
    transform: scale(0.85);
    transition: transform 0.4s ease;

    opacity: 0.2;
}

.owl-carousel.carousel-center-active-item-2 .owl-item.active > div {
    background: none;
    transform: scale(1);
    opacity: 1;
}

.owl-carousel.carousel-center-active-item-2 .owl-item:not(.active) > div {
    padding:3rem !important;
}

.owl-carousel.carousel-center-active-item-2 .owl-item.active > div * {
    /*color: var(--light) !important;*/
    padding: 0 !important;
}

#project-slider.owl-carousel .owl-dots .owl-dot span {
    width: 12px;
    height: 2px;
}

#project-slider.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: var(--primary);
    width: 15px;
}
#project-slider .owl-prev{
    background: none !important;
    border: none !important;
}

#project-slider .owl-nav button.owl-prev:before{
    color: var(--primary);
    content: "\f177";
}

#project-slider .owl-next{
    background: none !important;
    border: none !important;
}

#project-slider .owl-nav button.owl-next:before{
    color: var(--primary);
    content: "\f178";
}

html .scroll-to-top{
    background: var(--tertiary);
}

html .scroll-to-top:hover{
    color:var(--quaternary);
}

.owl-carousel.show-nav-title .owl-nav button[class*="owl-"], .owl-carousel.show-nav-title .owl-nav button[class*="owl-"]:hover, .owl-carousel.show-nav-title .owl-nav button[class*="owl-"].hover{
    color: var(--quaternary);
}

/*.panel {
    position: absolute;
    will-change: transform;
  }*/
  .panels-container {
    height: 100vh;
    position: relative;
  }

  .panel:not(:first-child) {
    position: absolute;
    top: 100vh;
    width: 100%;
  }  
  
  .constructa-panels-container {
    height: 100vh;
    position: relative;
  }

  .panel2:not(:first-child) {
    position: absolute;
    top: 100vh;
    width: 100%;
  }