 @font-face {
     font-family: 'JaapokkiRegular';
     src: url('../fonts/jaapokki/jaapokki-regular.eot');
     src: url('../fonts/jaapokki/jaapokki-regulard41d.eot?#iefix') format('embedded-opentype'), url('../fonts/jaapokki/jaapokki-regular.woff') format('woff'), url('../fonts/jaapokki/jaapokki-regular.ttf') format('truetype'), url('../fonts/jaapokki/jaapokki-regular.svg#JaapokkiRegular') format('svg');
     font-weight: normal;
     font-style: normal;
 }
 @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);
 body {
     /*background:url(../images/geometry.png);*/
     
     background: #fff;
 }
 #preloader {
     position: fixed;
     left: 0;
     top: 0;
     z-index: 9999999;
     width: 100%;
     height: 100%;
     overflow: visible;
     background: #fff url("http://fagtheme.xyz/DigitalTechFix/images/pre_loader.gif") no-repeat center center;
     color: #000;
 }
img {
    max-width: 100%;
}
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     color: #333;
     font-family: "jaapokkiregular";
     font-family: 'Open Sans', sans-serif;
     font-weight: normal;
     letter-spacing: 1px;
     text-transform: uppercase;
 }
 .heading-wrap {
     padding-top: 122px;
     margin-bottom: 70px;
 }
 .heading-wrap h2 {
    color: #fff;
    letter-spacing: 12px;
    font-style: italic;
    font-weight: 900;
}

 .heading-wrap .button {
     position: relative;
     top: 30px;
     background-color: #E67E22;
     color: #fff;
     border-radius: 50px;
 }
 .heading-wrap .button:hover {
     background-color: #fff;
     border: 3px double #fff;
     color: #E67E22;
 }
 .heading-wrap h4 {
     font-size: 24px;
     line-height: 50px;
     text-transform: uppercase;
     letter-spacing: 3px;
 }
 .heading-wrap h5 {
     color: #7A7979;
     line-height: 26px;
     margin-left: 143px;
     margin-right: 143px;
     margin-bottom: 30px;
     text-transform: capitalize;
 }
 .heading-wrap h1,
 .heading-wrap h2,
 .heading-wrap h4 {
     color: #fff;
 }
 .top-intro {
     background: #E67E22;
     padding: 30px 0px 50px;
     height: 580px;
     background: #333;
     position: relative;
     overflow: hidden;
 }
 .header-overlay {
     position: absolute;
     content: "";
     top: 0px;
     left: 0px;
     right: 0px;
     bottom: 0px;
     height: 100%;
     background: rgba(0, 0, 0, 0.78);
 }
 .title-section {
     margin-top: 60px;
     margin-bottom: 50px;
 }
 .inner-desc {
     margin-bottom: 60px;
 }
 .inner-desc img {
     width: 100%;
     height: 100%;
     transition: all 0.3s linear 0s;
 }
 .inner-desc:hover.inner-desc img {
     transform: translate3d(0px, -15px, 0px);
 }
.inner-desc h4 {
    font-weight: 300;
    color: #353330;
    letter-spacing: 2px;
    line-height: 25px;
    text-transform: capitalize;
}
 .feature_section {
     padding: 50px;
 }
 .feature_section h2 {
     text-transform: capitalize;
     color: #E67E22;
     text-transform: uppercase;
 }
 .feature_section p {
     padding-bottom: 50px;
     font-size: 17px;
     font-weight: normal;
     letter-spacing: 2px;
 }
 .list-icon.style2 {
     font-size: 16px;
 }
 .list-icon.style2 li {
     margin-bottom: 6px;
     list-style: none;
     color: #696464;
     padding: 5px 0px;
 }
 .list-icon li::before {
     content: '✓';
     margin-right: 10px;
     font: normal normal 13px/1 FontAwesome;
     color: #D4D23F;
 }
 .get_now {
     padding: 70px;
 }
 
 .get_now_content {
    margin-bottom: 80px;
}

 .get_now_content h4 {
     font-size: 23px;
     font-weight: bold;
     text-transform: capitalize;
 }
 .button {
     margin-top: 20px;
     color: #ffffff;
     background-color: #E67E22;
     border: 3px double #E67E22;
     border-color: transparent;
     -webkit-transition: all 0.3s ease !important;
     -moz-transition: all 0.3s ease !important;
     transition: all 0.3s ease !important;
     padding: 13px 38px;
     box-shadow: 4px 4px 8px rgba(107, 103, 103, 0.2);
     font-weight: bold;
     font-size: 14px;
     text-transform: uppercase;
     letter-spacing: 3px;
     top: 30px;
     position: relative;
 }
 .button:hover {
     background-color: transparent;
     color: #E67E22;
     border: 3px double #E67E22;
     text-decoration: none;
 }
 .footer_demo {
     background: #1E1E1E;
     padding: 30px 0px;
 }
 .footer p {
     font-weight: 700;
     margin-top: 25px;
     color: #fff;
     letter-spacing: 2px;
 }