/* Custom */
body {
  font-size: 18px;
}
img.logo { max-height:100px; }
.hero-2 .hero-contents h1 {
    font-size: 65px;
}
.hero-2 .hero-contents {
    padding: 100px 0px;
}
.section-title h2 { text-transform: none; }
.hero-2 .single-slide::before{background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.0) 100%);}
.block-contents .section-title h2 { font-size: 48px; }
.section-title h2 { text-transform: none; }
header.header-2 .right-elements .call-action i { color: white;
    font-size: 41px;
    float: left;
    /* position: absolute; */
     margin-top: 10px;
    margin-right: 20px; }
@media (min-width: 1600px){
    header.header-2 .container-fluid {
        padding: 0px 75px;
    }
    header.header-2 .main-header-wrapper::before {
      width: 330px;
    }
    header.header-2 .right-elements .call-action { min-width: 220px; }
}
@media (max-width: 1599px){
    header.header-2 .right-elements .call-action i { display: none; }
    header.header-2 .container-fluid {
        padding: 0px 30px;
    }
    header.header-2 .main-header-wrapper::before {
        width: 220px;
    }
}
@media (max-width: 1450px){
    header.header-2 .right-elements .call-action i { display: none; }
    header.header-2 .main-menu ul > li > a {
      padding: 30px 10px;
    }
}
@media (max-width: 1250px){
  .right-elements { display:none !important }
  header.header-2 .main-header-wrapper::before { display:none !important }
}
header.header-2 .main-menu ul > li > ul { width: 300px; }
header.header-2 .main-menu ul > li > ul li a:hover, header.header-2 .main-menu ul > li a:hover, header.header-2 .main-menu ul > li > a.active { color: #EF4123 !important; }
.single-service-box .icon img { height: 50px; width:auto; }
.single-icon-circle-item .icon { line-height: 92px; width: 80px; height: 80px; }
.single-icon-circle-item .icon img {
    max-width: 80%;
    max-height: 40px;
    position: absolute;
   top: 20px;
   left: 19px;
}

.entry h2 {
  padding-bottom: 0px;
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 1.17;
  font-style: normal;
  font-weight: 700;
  text-transform: none;
  font-family: "Roboto", sans-serif;
}
.entry:not(.project-details-contents) h3 {
  font-weight: 700;
  text-transform: uppercase;
  color: #EF4123;
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 17px;
  line-height: 28px;
  text-transform: uppercase;
}
.entry p.lead {
  font-weight: 400;
  font-size: 21px;
  line-height: 34px;
  letter-spacing: 0.02em;
  color: #080f10;
}
.entry h2.h3 {
    font-size: 2.15rem;
    text-transform: none;
    font-weight: 600;
    margin-bottom: 8px;
}
.entry p+.h3 {
  margin-top: 40px;
}
.entry p {
  margin-bottom: 15px;
}
.entry p a:not(.theme-btn) {
  color: #EF4123;
  border-bottom: 1px solid #EF4123;
}
.entry p a:not(.theme-btn):hover {
  color: #222222;
}
.entry li {
  position: relative;
  padding-left: 20px;
}
.entry li::before {
  content: "\f058";
  color: #D4D6F5;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.entry li {
  font-size: 18px;
  color: #53545A;
  margin-top: 10px;
  padding-left: 30px;
}
.entry li::before {
  position: absolute;
  top: 0;
  left: 0;
  /*content: "\f14a";*/
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  color: #EF4123;
  font-size: 18px;
}
.faq-sidebar .icon i { font-size: 80px; color: white; }
.faq-sidebar a {
  color: #FFF;
  background: #222222;
  font-weight: bold;
}
.faq-sidebar a:hover { background: #FFF; color: #222222 }
.mb-30 { margin-bottom:30px; display:block }

header.header-2 .main-menu ul > li.current-menu-item > a,
header.header-2 .main-menu ul > li.current-menu-parent > a { color: #EF4123; }

.project-details-contents h3 {
  margin-top: 3rem !important;
}
.project-details-contents, .entry {
  hr { margin: 30px 0; }
}

.single-project-item { background:white; }
.single-project-item .project-img { height:auto; }
.single-project-item .content-text { padding: 0 30px 30px; }
.single-project-item .content-text a:hover { color: #EF4123; }
.single-project-item .content-text h4 { font-size: 21px; }

@media screen and (max-width: 450px){
  .hero-2 .hero-contents h1 {
    font-size: 45px;
  }
  .entry h2 { font-size:30px !important }
  .single-info .text h5 {
        font-size: 17px;
        text-transform: none;
        font-weight: 500;
    }
}
.mobile-nav { width:100%; right: -100%; }
header a {
    text-transform: none;
}

