/*Media Queries are all asigned based on bootstrap points*/
@media (min-width:1200px) and (max-width:1400px){

}
@media (min-width:1200px) and (max-width:1280px){

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

}
@media (min-width:992px) and (max-width:1199px){
  #home_company .section_image {
      max-width: 40%;
  }
}
@media (max-width:992px){
  #main_slider {
      max-width: 90%;
  }
  .menu_header,.logo_header,.menu_elements{
    width: 33.333%;
}
}
@media (max-width:991px){
	.home .service_wrapper .section_link {
    margin-bottom: 0px;
    position: relative;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 22px;
}
  #contact section::after {
      display: none;
}
.contact_element {
    margin-bottom: 25px;
    text-align: center;
    display: block;
}
.contact_element i {
    margin-right: 0px;
    margin-left: 0px;
}
.contact_form input,.contact_form textarea{
    text-align: center;
    border: 1px solid #ee7203;
}
.contact_form textarea{
    padding-top: 15px;
}
.contact_form label {
    text-align: center;
}
.contact_form{
  margin-top: 25px;
}
#contact .section_title h2 {
    margin-bottom: 80px;
    position: relative;
    text-align: center;
}
#contact .section_title h2::after {
    margin: auto;
    text-align: center;
    display: block;
    right: 0px;
}
  #about .section_image {
    margin-top: 50px;
    position: relative;
    text-align: center;
}
#services .section_title::after {
    bottom: -25px;
}
  #home_company .section_image {
      position: relative;
      bottom: auto;
      right: auto;
      z-index: 0;
      text-align: center;
      margin-top: 25px;
      margin-bottom: 25px;
  }
  #home_company .section_image::after {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    content: "";
    background-color: #ee7203;
    height: 5px;
    width: 30px;
    right: 0px;
    text-align: center;
    margin: auto;
}
.section_title h2 {
    margin-bottom: 50px;
}
.service_wrapper {
    margin-bottom: 25px;
}
.service_image{
  text-align: center;
}
.service_image img{
  display: block;
  width: 100%;
}
.blog_wrapper_link {
    margin-bottom: 25px;
    display: block;
}
.footer_element {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    display: block;
    align-items: center;
}
.footer_logo {
    margin-top: 20px;
}
#home_company .section_image {
    z-index: 2;
}
}
@media (max-width:768px){
	
  .bg_effect {
    max-width: 100%;
    height: 55%;
    margin-bottom: 0px;
}
  h1 {
      font-size: 38px;
      line-height: 1;
  }
  #project_slider .item {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
}
#project_slider .item_info {
    width: 100%;
    margin: auto;
    margin-top: 0px;
}
#project_slider .item .section_link {
    margin-top: 50px;
}
.padding {
    padding-top: 75px;
    padding-bottom: 75px;
}
  #project_slider .item_image {
    width: 100%;
    margin: auto;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    position: relative;
    margin-top: 50px;
}
#project_slider .item_info h3 {
    margin-top: 25px;
}
}
@media (max-width:767px){
	.contact_form input {
    height: 50px;
}
	#main_slider .item h1 a {
    font-size: 32px;
    line-height: 1;
}
	.controls {
    top: unset;
    bottom: 0px;
}
	.copyright .social {
    margin-right: auto;
}

}
@media (max-width:500px){
	.home .service_wrapper {
    min-height: auto;
}
	#services_wrap .section_title::after {
		display:none;
}
  .bg_effect {
    height: 60%;
}
.image_menu{
  display: none;
}
.blog_all_wrapper {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 45px;
}
.blog h1 {
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 75px;
}
#services .section_text {
    columns: 1;
    column-gap: 0;
    column-count: 1;
}
.services_about_wrapper {
    display: block;
    text-align: center;
}
.service_about {
    width: 100%;
    float: none;
    margin: auto;
    text-align: center;
}
  .slogan {
    max-width: 100%;
    margin: auto;
    margin-left: 0px;
    z-index: 1;
    text-align: center;
}
  .wave_right,.wave_left{
      z-index: -1;
  }
  .phone_header {
    display: none;
}
#main_slider {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
#main_slider .item {
    display: block;
}
#main_slider .item img {
    border: 5px solid #fbfcfd;
}
.item_info {
    width: 100%;
    margin: auto;
}
.item_image {
    display: none;
}
#home_company .section_image::after {
      display: none;
}
.footer_element i {
    font-size: 25px;
}
.copyright {
    display: block;
    text-align: center;
        padding-bottom: 15px;
}
.copyright>p {
    padding-top: 15px;
    padding-bottom: 15px;
}
}
@media (max-width:370px){

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

}
