/****** PLACE YOUR CUSTOM STYLES HERE ******/
.menu li a {
    font-weight: 700 !important;
    color: #46494d !important;
    font-size: 13px !important;
}

.menu li a.active {
   color: #f79524 !important;
}

.nav-bar {
    height: 95px;
    max-height: 95px;
    line-height: 93px;
    /* border-bottom: 1px solid #ccc; */
    padding: 0 150px;
}

.font-raleway {
    font-family: 'Raleway';
}

.font-open {
    font-family: 'Open Sans' !important;
}

.title {
    font-size: 48px;
    font-weight: 500;
}

.quote {
    font-weight: 300 !important;
    font-size: 36px;
    line-height: 50px;
}

.underline-orange {
    border-bottom: 5px solid #f49f25;
    width: 15%;
    padding-bottom: 10px;
}

.underline-orange-thin {
    border-bottom: 3px solid #f49f25;
    width: 75px;
    padding-bottom: 5px;
}

.ml15 {
  margin-left: 10px;
}

.mr32 {
    margin-right: 32px;
}

.ml8 {
    margin-left: 430px;
}

.ml5 {
    margin-left: 590px;
}

.ml10 {
  padding-left: 30px;
  font-size: 14px;
  list-style: unset;
}

.pl0 {
  padding-left: 0px;
}

.p100 {
  padding-left: 150px;
  padding-right: 150px;
}

.head-lead {
    color: #2b2b2d !important;
    font-weight: 700;
}

.dark-font {
    color: #2b2b2d !important;
}

.white-font {
    color: #fff !important;
}

.process {
    margin-bottom: 30px;
    width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}

.process-box {
    float: right;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 10px;
    margin: 0;
    top: 180px;
    width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  left: 0;
}

.box-1 {
    background-color: #ed8017;
}

.box-2 {
    background-color: #efa123;
}

.box-3 {
  background-color: #f1b92e;
}

.box-4 {
    background-color: #dfb72e;
}

.zoom-hover-img a {
  overflow: hidden;
  display: block;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.zoom-hover-img a:hover img {
  transform: scale(1.15);
}
.zoom-hover-img a figure {
  margin: 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zoom-hover-img a figure img {
  max-width: 100%;
  display: block;
  transition: transform 300ms ease-in-out;
  width: 100%;
  margin: 0px !important;
}

.orange-circle-button {
    border: 2px solid rgba(255,255,255,0.2);
    line-height: 1px;
    color: #ffffff;
    background-color: rgba(165,70,6,0.2);
    margin: auto;
    border-radius: 50%;
    height: 12em;
    width: 12em;
    position: relative;
    letter-spacing: 0px !important;
}
.orange-circle-button:hover {
    color:#ffffff;
    background-color: rgba(165,70,6,0.4);
    text-decoration: none;
    border-color: rgba(255,255,255,0.4);
}

.number {
    font-size: 38px;

}

.why-section {
    padding-right: 120px;
    padding-left: 120px;
}

.image-med {
    max-height: 200px !important;
}

.footer-2 {
  background-repeat: no-repeat;
  background-size: cover; }
  .footer-2__menu__header {
    font-size: 14px !important;
    font-weight: bold;
    margin-bottom: 0; }
  .footer-2__menu__item {
    font-size: 14px !important;
    margin-bottom: 0; }


.subpage-subtitle {
  font-size: 18px;
  line-height: 32px;
}

input[type="submit"] {
  background-color: #f79422;
  border-color: #f79422;
}

.button-tabs .active .tab-title {
  background: #f79321;
}

.accordion-1 .active .title {
  background: #f79321;
}

.accordion-1 .title:after {
   font-family: 'themify';  /* essential for enabling glyphicon */
    content: "\e64b";    /* adjust as needed, taken from bootstrap.css */
    float: right;
    font-size: 18px;
    margin-top: 8px; 
}

.accordion-1 .active .title:after {
   font-family: 'themify';  /* essential for enabling glyphicon */
    content: "\e648";    /* adjust as needed, taken from bootstrap.css */
    float: right;
    font-size: 18px;
    margin-top: 8px; 
}

.module.widget-handle {
      line-height: 95px;
    min-height: 95px;
    border-top: 0px;
    border-left: 0px !important;
}

.menu > li ul {
  background-color: white;
}

#div2 {
  display: none;
}
.phonebox {
  margin-right: 1%;
}


.bulleted {
  left: 30px;
  padding-left: 2em;
  position: relative;
}
li.bulleted .ti-check {
  
  position: absolute;
  left: 0;
}



@media all and (max-width: 990px) {
	h2 {
		font-size: 32px !important;
		line-height: 38px !important;
	}

	h3 {
		font-size: 28px !important;
	}

    .nav-bar {
        padding: 0 0;
    }

    .text-center-sm {
        text-align: center !important;
    }

    .process-box {
        top: 240px;
        padding: 20px 10px;
    }

    .h4-sm {
        font-size: 20px;
        line-height: 24px;
    }

    .why-section {
        padding: 0;
    }

    .number {
        font-size: 38px !important;
    }

    .underline-orange {
    width: 20%;
      }

    .ml5 {
      margin-left: 350px;
    }

    .ml8 {
    margin-left: 320px;
    }

    .p100 {
      padding-left: 100px;
      padding-right: 100px;
    }

    .ml15 {
      margin-left: 0px;
    }

    .dtl30 .dtl {
      top: 100px !important;
    }
}



@media all and (max-width: 767px) {
	h2 {
		font-size: 24px !important;
		line-height: 30px !important;
	}

	h3 {
		font-size: 21px !important;
	}

	.icon-sm {
		font-size: 18px !important;
	}

    .underline-orange {
    width: 40%;
        }

    .title {
        line-height: 50px;
    }

    .process-box {
        top: 270px;
        padding: 20px 20px;
    }

    .h4-sm {
        font-size: 28px;
        line-height: 33px;
    }

    .ml5 {
      margin-left: 175px;
    }

    .p100 {
      padding-left: 0px;
      padding-right: 0px;
    }

    .ml8 {
      margin-left: 160px !important;
    }

    .subpage-subtitle {
      font-size: 14px;
      line-height: 26px;
    }

    .dtl30 .dtl {
      top: 100px !important;
    }
}
}
