body {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  padding-top: 93px;
}
a{
  cursor: pointer !important;
}
.btn-danger{
  background-color: #bf3d45;
  border-color: #bf3d45;
}
.btn-primary{
  background-color: #68a097;
  border-color: #68a097;
  
}
#get_a_free_consult .modal-dialog {
  width: 700px;
  max-width: 100%;
}
#get_a_free_consult .modal-body{
  /* background-image: url("../images/contact-banner.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; */
}
.toggle-button a {
  font-size: 24px;
  color: #fff;
  display: block;
}
.toggle-button {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-top: 22px !important;
  display: none;
}
.site-header {
  background-color: #eb1c24;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
#navigation li:not(:last-child) {
  margin-right: 15px;
}
#navigation li a {
  padding: 16px 30px;
  display: block;
  padding-top: 32px;
  border-radius: 0px 0px 5px 5px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.5s;
}
#navigation li a:hover,
#navigation li a.active,
#navigation li a:focus {
  background-color: #fff;
  color: #eb1c24;
}

#bannerwraper {
  background-image: url("../images/banner-hero-image.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
/* .banner-container {
  padding-top: 300px;
  padding-bottom: 350px;
} */
.herobottom-part {
  /* position: absolute;
  bottom: 0; */
}
.hero-content {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px;
}
.hero-content h2:first-child {
  font-size: 60px;
  text-align: right;
  line-height: 48px;
}
.hero-content h2:first-child span {
  font-size: 40px;
}

.hero-content h2:last-child {
  color: red;
  font-size: 120px;
  line-height: 100px;
  font-weight: 900;
}
.part-column {
  background-color: rgba(255, 255, 255, 0.76);
}
.part-column-inner {
  padding: 30px;
}
.part-column.active {
  background-color: rgba(0, 0, 0, 0.4);
}
.part-column.active h2 a{
  color: #fff;
}
.part-column-inner h2 {
  color: #000;
  font-size: 30px;
}
.part-column-inner h2 a{
  color: #000;
  text-decoration: none
}
#services {
  padding-top: 300px;
  padding-bottom: 300px;

  background-image: url("../images/service-banner.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.service-content {
  margin-top: 30px;
}

.section-header h2 {
  color: #fff;
  font-size: 72px;
  font-weight: 100;
  text-align: center;
  margin-bottom: 30px;
}
.section-header h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 100;
  text-transform: uppercase;
}
.section-header p {
  font-size: 16px;
  color: #fff;
  font-weight: 100;
}

.service-col {
  
  padding: 8px !important;
}
.service-column  {
  padding: 40px 0px !important;
  background-color: rgba(200, 83, 90, 0.8);
}
.icon-wraper {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: #fff;
  padding: 6px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.icon-wraper .icon-box {
  border: 6px solid #c64f56;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: table;
}

.icon-wraper .icon {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.service-info {
  color: #fff;
}

.service-info h2 {
  font-size: 24px;
}

@media (min-width: 1480px) {
  .services-row {
    width: 1360px;
    margin: 0 auto;
  }
}

#contact {
  padding-top: 300px;
  padding-bottom: 300px;
  background-image: url("../images/contact-banner.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-content {
  margin-top: 50px;
}
.address-colum-inner h3,
.contact-form-content h3 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 30px;
}
.address-colum-inner h4 {
  color: #c0dfda;
  font-size: 20px;
}

.address-colum-inner address {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.address-colum-inner ul li {
  color: #fff;
  font-size: 14px;
}

.address-colum-inner ul li a {
  color: #fff;
  font-size: 14px;
}

.contact-form-content .form-el input,
.contact-form-content .form-el textarea {
  background-color: #68a097;
  border-color: #68a097;
}
.contact-form-content .form-el input {
  height: 40px;
}


::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #82c8bd ;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #82c8bd;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #82c8bd;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #82c8bd;
}

.contact-form-submit {
  background-color: #df5c64;
  padding: 10px 50px;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  width: 50%;
  display: block;
  margin: 0 auto;
  border: none;
  border-radius: 5px;
  border-bottom: 4px solid #c8535a;
  text-transform: uppercase;
}

#about {
  padding-top: 200px;
  padding-bottom: 200px;
  background-image: url("../images/about-banner.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-color: #fff; */
}

#about .section-header h2 {
  color: #eb1b23;
}

.about-container .about-contet {
  margin-bottom: 100px !important;
}
.about-contet, .about-content p{
  color:#fff;
}

.about-content h3 {
  font-size: 30px;
  color: #eb1b23;
}

.about-content p {
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
}

.site-footer {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.social-icon .icon {
  width: 60px;
  height: 60px;
  color: #fff;
  background-color: #ed1c24;
  display: block;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  font-size: 30px;
}
.footer-social-column a {
  color: #000;
  text-decoration: none;
}

.footer-social-column .content {
  padding-left: 20px;
}
.footer-social-column .content h2 {
  font-size: 22px;
  text-transform: uppercase;
}
.footer-social-column .content h2 span {
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
}
p.error-msg {
  color: red;
  font-size: 13px;
  margin-top: 8px;
  margin-left: 5px;
}

@media (max-width: 1199px){
  .part-column-inner h2{
    font-size: 24px;
  }
  #services{
    padding-top:200px;
    padding-bottom:200px;
  }

  .footer-social-column .content{
    width: 100%;
    flex: 0 0 100%;
    text-align: center;
    padding:0px !important;
  }

  .social-icon{
    width: 100%;
    flex: 0 0 100%;
  }
  .social-icon .icon{
    margin: auto;
    margin-bottom: 20px;
  }

  .service-info h2{
    font-size: 20px;
  }
  .icon-wraper{
    width: 100px;
    height: 100px;
  }
  .icon-wraper img{
    width: 40px;
  }
}

@media (max-width: 991px){
  .hero-content h2:first-child{
    font-size: 50px;
  }
  .part-column-inner h2 {
      font-size: 20px;
  }
  .section-header h2{
    font-size: 58px;
  }
  .service-col{
    width: 50%;
    flex: 0 0 50%;
  }
  .contact-form-submit{
    font-size: 20px;
  }
  .footer-social-column .content h2{
    font-size: 18px;
  }
  .footer-social-column .content h2 span{
    font-size: 20px;
  }
}

@media (max-width: 767px){
  #navigation li a {
    padding: 16px 10px;
    padding-top: 32px !important;
  }
  .hero-content h2:first-child {
      font-size: 36px;
      line-height: 35px;
  }
  .hero-content h2:last-child{
    font-size: 80px;
    line-height: 72px;
  }
  .hero-content h2:first-child span {
      font-size: 33px;
  }
  .part-column-inner {
      padding: 15px;
  }
  .part-column-inner h2 {
      font-size: 16px;
      margin: 0 !important;
  }
  .section-header h2{
    font-size: 48px;
  }

  #contact,#about, #services{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .footer-social-column{
    margin-bottom: 30px;
  }
  #navigation{
    display: none;
  }
  #navigation {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      top: 100%;
      background-color: #eb1c24;
  }
  #navigation li{
    width: 100%;
    flex: 0 0 100%;
  }
  #navigation li a{
    padding:15px 10px !important;
  }
  .toggle-button{
    display: block;
  }
  #get_a_free_consult .modal-dialog{
    width: 96%;
    margin: auto;
    margin-top: 30px;
  }
}


@media (max-width: 575px){
  
  #navigation li:not(:last-child) {
      margin-right: 0px;
  }
  #navigation li a{
    font-size: 13px
  }
  .hero-content h2{
    width: 100%;
    text-align: center !important;
  }
}


