#rev_slider_29_1_forcefullwidth {
    min-height: 250px;
}
@media (max-width:991px) {
    .copyright .col-xs-12 {
        display: flex;
        justify-content: space-between;
    }

    .copyright .col-xs-6 {        
		max-width: 290px;
    }
}
@media (max-width:767px) {
    .copyright .col-xs-12 {
        flex-direction: column;
    }

    .copyright .col-xs-6 {
        width: 100% !important;
        text-align: center !important;
		max-width: 290px;
    }
	p{
		text-align:left !important
	}


    .title-box .title-full {
        width: 100% !important;
    }

    .about-cta .title-box h3 {
        margin-right: 0 !important;
    }

    .header .row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
@media (max-width: 1199px) {
  .menu-link {
    color: #ffffff !important;
  }
}
