/**!------------------------------------------------------
	Extra large devices ( large desktops, 1200px and up )
--------------------------------------------------------**/
@media (min-width: 992px) and (max-width: 1200px) {

.profile-title h2 {
    font-size: 45px;
}
.profile-title p {
    font-size: 36px;
}
.footer-menu ul > li > a {
    color: #fff;
}
.footer-menu h3, .copyright-info p, .copyright-info p a {
    color: #fff;
}

}

@media (max-width: 991px) {

.logo {
    margin-top: 5px;
}
.home .banner-content h2, .banner-content h2 {
    font-size: 40px;
}
.banner-content hr {
    max-width: 200px;
}
.footer-menu ul > li {
    padding: 0 3px;
}
.footer-brochure {
    padding: 30px 0 60px;
}
.footer-top {
    padding: 0px 0 50px;
}
.banner-area.parallax-window {
    min-height: 250px;
}
.banner-content {
    padding: 50px 0 0;
}
.home .banner-content {
    padding: 50px 0 0;
}
.banner-content hr {
    margin: 15px auto;
}
.production-content h2 {
    font-size: 32px;
}
.production-content h4 {
    font-size: 30px;
}
.video-item p {
    font-size: 20px;
}
.banner-maps .banner-content iframe {
    height: 300px;
}
.footer-menu ul > li > a {
    color: #fff;
}
.footer-menu h3, .copyright-info p, .copyright-info p a {
    color: #fff;
}


}
/**!--------------------------------------
	Large devices (desktops, 992px and up)
----------------------------------------**/
@media (min-width: 768px) and (max-width: 991.98px) {

.profile-title h2 {
    font-size: 42px;
}
.profile-title p {
    font-size: 30px;
}



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

.logo img {
    max-width: 150px;
}
.main-menu .navbar-toggler {
    margin-top: -80px;
    margin-right: 0px;
    color: #fff;
}
.main-menu .navbar-toggler:hover {
    color: #6ca04a;
}
.sticky .main-menu .navbar-toggler {
    margin-top: 0px;
}
.main-menu .navbar-nav{
    text-align: right;
}
.main-menu .navbar-collapse{
    padding: 15px 30px;
    background: #6ca04a;
}
.main-menu .navbar-nav li {
    padding: 5px 0 5px;
}
.main-menu .navbar-nav .dropdown-menu a {
    text-align: right;
}
.main-menu .navbar-nav li.active::after {
    display: none;
}
.home .banner-content h2, .banner-content h2 {
    font-size: 30px;
}
.profile-title {
    text-align: left;
    padding-right: 0;
    padding-bottom: 20px;
}
.profile-title h2 {
    font-size: 42px;
}
.profile-title p {
    font-size: 30px;
}
.profile-content {
    padding-left: 0;
    border-left: none;
}
.testimonial-content {
    padding-right: 10px;
}
.footer-brochure h3 {
    font-size: 40px;
}
.copyright-info {
    text-align: left;
    padding-top: 30px;
}
.product-content h2 {
    font-size: 40px;
}
.product-content p {
    font-size: 18px;
    line-height: 28px;
}
.production-content {
    padding: 35px 0 0;
    border: none;
}
.contact-title h2, .contact .title h2 {
    font-size: 40px;
}
.contact-info h4 {
    font-size: 22px;
}
.contact-info p {
    font-size: 16px;
    line-height: 26px;
}
.contact-title .col-md-6:first-child .contact-info {
    border-right: none;
}




}
/**!---------------------------------------------
	Small devices (landscape phones, 576px and up)
-------------------------------------------------*/
@media (min-width: 576px) and (max-width: 767.98px) {


}

@media (max-width: 639px) {

.banner-content hr {
    max-width: 150px;
}
.product-brochure li {
    font-size: 16px;
    line-height: 26px;
    padding-left: 20px;
}
.product-brochure li::before {
    width: 10px;
    height: 10px;
    top: 7px;
}
.product-brochure h3 {
    font-size: 20px;
}



}

@media (max-width: 580px) {

.testimonial-content h2 {
    font-size: 18px;
}
.testimonial-content p {
    font-size: 14px;
}
.profile-content p {
    line-height: 28px;
    font-size: 18px;
}
.footer-brochure h3 {
    font-size: 30px;
}
.home .banner-content h2, .banner-content h2 {
    font-size: 26px;
}
.video-item p {
    font-size: 18px;
}





}
/**!------------------------------------------------------
	Extra small devices (portrait phones, less than 576px)
--------------------------------------------------------**/
@media only screen and (min-width: 400px) and (max-width: 575.98px) {

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




}