/*--------------------------------------------------------------
  Template Name: Simply Construction HTML Template.
  Template URI: #
  Description: Simply Construction is a unique website template designed in HTML with a simple & beautiful look. There is an excellent solution for creating clean, wonderful and trending material design corporate, corporate any other purposes websites.
  Author: DevItems
  Version: 1.0
---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/
.mt-2 {
  margin-top: 2rem;
}
.ml-1 {
  margin-left: 1rem;
}
.font-mont {
  font-family: 'Montserrat', sans-serif;
}
.company-red {
  font-weight: 800;
  font-size: 2rem;
  color: red;
}
.company-blue {
  font-weight: 800;
  font-size: 2rem;
  color: #261666;
}
.video_main {
  width: 50% !important;
}


@media only screen and (max-width: 600px) {
  .company-red  {
    font-weight: 600;
    font-size: 1.25rem;
  }
  .company-blue {
    font-weight: 600;
    font-size: 1.25rem;
  }
  .video_main {
    width: 100% !important;
  }
}