
body {
  color: #212121;
}
.search-icon {
  display: block;
  display: inline-block;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
}
.search-icon svg {
  fill: #d4566b;
  height: 20px;
  width: 20px;
}

#blog-body {
  margin-top: 20px;
}

.block-paragraph_block p,
.block-paragraph_block ul,
.block-paragraph_block ol
{
  font-family: Georgia, serif;
  padding-left: 2em;
  padding-right: 2em;
  line-height: 2em;
  font-size: larger;
}

.block-paragraph_block ul,
.block-paragraph_block ol
{

  padding-left: 4em;

}

.block-paragraph_block h2,
.block-paragraph_block h3,
.block-paragraph_block h4
{
  text-align: center;
}

/* Important part */
.modal-dialog{
  overflow-y: initial !important
}
.modal-body{
  height: auto;
  overflow-y: auto;
}

.modal-body h1, 
.modal-body h2, 
.modal-body h3, 
.modal-body h4, 
.modal-body h5, 
.modal-body h6 {
	font-weight: 100;
	color: #212121;
}

.modal-body{
  padding: 30px;
  color: #212121;
}

.modal-body p{
  color: #212121;
}

/* .modal-body hr{
  border-top: 1px solid #353535;
} */
.modal-header{
  padding: 30px;
}

/* hr {
  margin-top: 45px;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #353535;
} */

.subsection-title {
	background-color: #3a3a3a;
	position: relative;
}

.subsection-title h4 {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.subsection-title::after {
    content: " ";
    position: absolute;
    width: 0px;
    height: 0px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #3A3A3A;
    left: 50%;
    margin-left: -14px;
    bottom: -14px;
}

.modal-header .close {
  margin-top: -20px;
  margin-right: -10px;
}

.generic-contact-form .form-control {
  padding: 0;
  background-color: transparent;
  color: #a1a1a1;
  font-size: 14px;
  font-weight: 400;
  border: none;
  border-bottom: 2px solid #292929;
  border-radius: 0px;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.generic-contact-form .has-error .form-control {
  border-color: #2F2F2F;
}

.generic-contact-form .has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #8980fe;
  font-size: 12px;
  font-weight: 400;
}

.generic-contact-form .has-error .form-control:focus {
  border-color: #2F2F2F;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
.col-sm-15 {
      width: 20%;
      float: left;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
      width: 20%;
      float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
      width: 20%;
      float: left;
  }
}
.media_component .responsive-object {

  position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.media_component .responsive-object iframe,
.media_component .responsive-object object,
.media_component .responsive-object embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media_component_logo {
  position: absolute;
  bottom: 20px;
}

.pricing-clients {
  opacity: unset !important;
}

/* #ourcount h2 {
  color: 
} */