

 .pre-title-big {
   font-size: 1.8rem !important;
  }
  
.soc-left {
  float: right;
  position: relative;
  margin-top: 20%;
 /*  background: #f49822; */
 border:1px solid rgba(255,255,255,0.2  );
 border-radius:4px;
}
.soc-left ul, .soc-left ul li {
  display:block !important;
}

.soc-left .sc-item:not(:last-child) {
  margin-right: 0 !important;
}

.soc-left a { padding:10px;}
.soc-left a:hover .sc-icon { color:#f49822 !important;}

.ic18 {
  width: 36px;
  position: relative;
  left: -11px;
   filter: brightness(0) invert(1);
   -webkit-filter: brightness(0) invert(1);
}
.cta-area a:hover .ic18 { filter: unset;}
.services-boxed .service-box {
   height: 100%;
}
.bg-lb {
 background-color: #08aef2 !important;
}
.contact-form-inputs {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  padding: 45px;
  border-radius: 0 30px 0 30px;
}

.contact-form-inputs  .input-label { color:#222222;}
.custom-form-area textarea {
  min-height: 8rem;
}

.ic20 { width:65px;}
.service-box:hover .ic20 { filter: brightness(0) invert(1);}

.chk-list { margin-top:10px;}
.chk-list li { list-style:none; position:relative;}
.chk-list li::before {
  position: absolute;
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  left: -24px;
  top: 6px;
}

@media screen and (max-width:991px) {
    
    .about .text-area .cta-area {
  display: block !important;
  
}
.about .text-area .cta-area a {
    margin-bottom:20px;
  
  
}

}

@media screen and (max-width:450px) {
 
.about .text-area .cta-area a {
  font-size:14px !important;
}

}