@font-face {
    font-family: 'QuestrialRegular';
    src: url('fonts/QuestrialRegular.eot');
    src: url('fonts/QuestrialRegular.eot') format('embedded-opentype'),
         url('fonts/QuestrialRegular.woff2') format('woff2'),
         url('fonts/QuestrialRegular.woff') format('woff'),
         url('fonts/QuestrialRegular.ttf') format('truetype'),
         url('fonts/QuestrialRegular.svg#QuestrialRegular') format('svg');
}

body{font-family: 'QuestrialRegular';}
.container{width:1178px;position: relative;}
header{border-top:5px solid #f6872d;padding:15px 0;background: #fff;position:fixed; left:0; top:0; width:100%; z-index:999;  transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out;
-webkit-box-shadow:0 0 15px rgba(0,0,0,0.3); -moz-box-shadow:0 0 15px rgba(0,0,0,0.3); -ms-box-shadow:0 0 15px rgba(0,0,0,0.3); -o-box-shadow:0 0 15px rgba(0,0,0,0.3); box-shadow:0 0 15px rgba(0,0,0,0.3);}
header.sticky { height:110px; position: fixed; width: 100%; left: 0; top: 0; background: #fff;  transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out;
-webkit-box-shadow:0 0 15px rgba(0,0,0,0.3); -moz-box-shadow:0 0 15px rgba(0,0,0,0.3); -ms-box-shadow:0 0 15px rgba(0,0,0,0.3); -o-box-shadow:0 0 15px rgba(0,0,0,0.3); }
.logo{width:330px;float:left;transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out;}
.logo img{width:100%}
header.sticky .logo{width:220px;}
.header-right{float:right;padding: 35px 0;transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out;}
header.sticky .header-right {padding: 20px 0;}
.clear{clear:both}
.social-icons{float:right;padding: 10px 0 0;}
.social-icons a{position:relative;margin:0 15px}
.social-icons a:before{content:""; display:block; width: 7px;	height: 16px;position:absolute; left:0; top:0;background: url('../images/social-icons.png') no-repeat 0 0;}
.social-icons .rss:before{background-position: -28px 0;	width: 17px;}
.social-icons .twitter:before{background-position: -66px 0;width: 18px;}
.social-icons .youtube:before{background-position: -105px 0;width: 23px;}
.social-icons .pintrest:before{background-position: -150px 0;	width: 12px;}
.social-icons .google:before{background-position: -183px 0;width: 16px;}
.social-icons .linkedin:before{background-position: -220px 0;	width: 15px;}
.social-icons a.facebook{margin-left: 0;}
.social-icons a.youtube{margin: 0 25px 0 20px;}
.social-icons a.twitter{margin: 0 15px 0 20px;}


.ebook-block{background: url('../images/ebook-bg.jpg') no-repeat 0 0;width:100%;padding:150px 0;color:#fff;margin-top: 150px;}
.left-block{float:left;width: 30%;}
.right-block{float:right;width:65%;padding: 45px 0;}
.ebook-block .right-block h2{font-size:40px;line-height:50px;padding-bottom:30px;}
.ebook-block .right-block p{padding-bottom:40px;font-size:24px;line-height:30px;}
.ebook-img-bk{border:15px solid #f6872d;}
.parallax-bg { background-attachment: fixed !important; background-size: cover!important; background-color:#555!important;position:relative;}
.parallax-bg::before {content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: #013763;opacity: 0.7;}
.ebook-img-bk img{width:100%;}

.text-block{padding:50px 0;}
.text-block h3{font-size:34px;line-height:44px;color:#013763;text-align:center;}

.copy-right{padding:25px 0; background:#013763;}
.copy-right p:first-child {float: left;}
.copy-right p {float: right;padding: 0;font-size: 16px;color:#7e9db6;margin:0;}
.copy-right p a{color:#f6872d;}
.search-bar, .search-bar .submit-btn{position:relative;background:#fff;border-radius:5px;}
.search-bar .text-box{width:80%;border:0;outline:none;height:60px;padding: 0 0 0 25px;border-radius:5px;}
.search-bar .submit-btn{background:#f6872d;font-size:18px;color:#fff;width:auto;padding:0 30px;height:54px;position:absolute;right:3px;top:3px;cursor:pointer;border:0;outline:none;}

.copy-right .social-icons {width: 100%;text-align: center;display:none;}
