/* -> MAIN
================================ */
body.no-scroll{
    overflow: hidden;
}

h2{
    font-size: 40px;
}

#slideshow .slick-prev,
#slideshow .slick-next{
    display: none!important;
}

    #pages-header .container .row{
        height: auto;
        min-height: 300px;
        padding-top: 100px;
        padding-bottom: 25px;
    }

    #pages-header h1{
        font-size: 37px;
        line-height: 47px;
    }
/* ============================= */


/* -> MENU
================================ */
.navbar,
.navbar.scrolled,
.navbar.white{
    height: 60px;
    padding: 0px;
    background-color: #0b0d26;
    -webkit-box-shadow: 0 3px 7px -3px rgba(0,0,0,.1);
    box-shadow: 0 3px 7px -3px rgba(0,0,0,.1);
    border-bottom: 1px solid #141744;
}

.navbar-toggler {
    padding: 0.15rem 0.50rem;
    background-color: #3ea0df;
    position: absolute;
    right: 15px;
    top: 12px; 
    outline: none!important;
}

    .navbar-toggler-icon {
        background-image: url(../img/toggle.svg);
        filter: brightness(0) invert(1)
    }

#sidebar-btn{
    position: absolute;
    right: 80px;
    padding-top: 7px;
    color: #fa4729;
    font-size: 22px;
}

#sidebar-btn.open{
    color: #3ea0df;
}

.navbar > .container-fluid{
    height: 60px;
    padding: 0;
}

.navbar-brand {
	line-height: 60px;
    padding: 0;
    height: 60px;
	padding-left: 15px;
}

	.navbar-brand img{
        height: 43px;
	}

    .navbar-nav{
        position: relative;
        left: 0px;
        right: 0px;
    }

	.navbar-collapse{
        border-top: 1px solid #f5f5f5;
        position: relative;
        left: 0;
        right: 0;
        background-color: #3ea0df;
        -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.3);
        box-shadow: 1px 1px 3px rgba(0,0,0,.3);
	}

	.navbar ul li{
		margin: 0;
    	padding-left: 25px;
	}

	.navbar ul li:first-child{
		margin-top: 5px;
	}

		.navbar ul li a{
            color: #fff!important;
            margin-bottom: 12px;
        }
        
            .navbar ul > li:last-child a{
                margin-right: 15px;
            } 

    .dropdown-menu {
        margin-top: 0;
        background-color: transparent;
        border: none;
    }

        .dropdown-menu a{
            padding: 0px 0px 0px 15px;
            line-height: 25px!important;
        }

    .socials{
        display: block;
        padding: 0;
        padding-bottom: 10px;
    }

        .socials li{
            border: none;
        }
    

        .navbar .socials a i{
            color: #fff;
            margin-right: 0px;
            margin-left: 25px;
            padding-top:10px;
        }
/* ============================= */


/* -> Slideshow
================================ */
.slideshow-slide{
    margin-top:60px;
}

#slideshow .caption{
    padding: 0 15px 15px 15px;
 }
 
     #slideshow .caption h1{
         font-size: 50px;
         line-height: 60px;
     }
/* ============================= */


/* -> About
================================ */
#company{
    padding: 80px 0px;
}

    .about-img{
        height: 300px;
    }
/* ============================= */



/* -> Services
================================ */
#services{
    position: relative;
    padding: 80px 0px;
}
/* ============================= */


/* -> Portfolio
================================ */
#portfolio{
    padding: 0px;
}

    .portfolio,
    .portfolio.big{
        height: 300px;
    }
/* ============================= */


/* -> News
================================ */
#news{
    padding: 80px 0px 40px;
}

/* ============================= */


/* -> Cta
================================ */
#cta{
    font-size: 25px;
    line-height: 35px;
    padding: 70px 0px;
    text-align: center;
}
/* ============================= */


/* -> Footer
================================ */
footer{
    color: #9ba2ad;
    width: 100%;
    padding: 80px 0px 0px;
    bottom: 0;
    z-index: 0;
    background-color: #0b0d26;
    font-size: 17px;
}

    .footer-col{
        max-width: 100%;
        padding: 0px 15px 20px 15px;
        text-align: center;
    }
/* ============================= */


/* -> Chart Page
================================ */
#chart-page{
    padding: 80px 0px;
}
/* ============================= */


/* -> Services
================================ */
#services-page{
    padding-top: 130px;
}

    .sub-service-img{
        height: 300px;
    }

    .sub-service:nth-child(even) .sub-service-img{
        order: 1;
    }

    .sub-service-text{
        min-height: 450px;
        padding: 40px 15px;
    }

    .related-projects{
        padding: 70px 15px;
    }
/* ============================= */



/* -> Portfólio Page
================================ */
#portfolio-page{
    padding: 130px 0px 0px;
}

    #portfolio-page .portfolio{
        height: 300px;
        padding: 20px;
    }

    .filter-tabs{
        padding: 0;
        list-style: none;
        margin-bottom: 30px;
        text-align: center;
    }

        .filter-tabs li{
            margin: 10px 20px;
            display: block;
        }
/* ============================= */


/* -> Project Page
================================ */
#project-page{
    padding: 80px 0px;
}
/* ============================= */

/* -> News Page
================================ */
#news-page{
    padding: 80px 0px 90px;
}

#news-sidebar{
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    padding: 40px 40px 40px;
    z-index: 999;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
}

#news-sidebar.open{
    opacity: 1;
    visibility: visible;
}
/* ============================= */


/* -> News Page
================================ */
#products-page{
    padding: 80px 0px;
}
/* ============================= */


/* -> Contacts
================================ */
#contacts-page{
    padding: 70px 0px 80px;
}
    .map{
        height: 300px;
        margin-bottom: 15px;
    }

    .map:first-child{
        padding-right: 0;
    }

/* ============================= */