@font-face {
	font-family: 'Azo Sans Bk';
	src: url('../fonts/AzoSans-Black.eot');
	src: url('../fonts/AzoSans-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/AzoSans-Black.woff2') format('woff2'), url('../fonts/AzoSans-Black.woff') format('woff'), url('../fonts/AzoSans-Black.ttf') format('truetype'), url('../fonts/AzoSans-Black.svg#AzoSans-Black') format('svg');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'Azo Sans';
	src: url('../fonts/AzoSans-Regular.eot');
	src: url('../fonts/AzoSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/AzoSans-Regular.woff2') format('woff2'), url('../fonts/AzoSans-Regular.woff') format('woff'), url('../fonts/AzoSans-Regular.ttf') format('truetype'), url('../fonts/AzoSans-Regular.svg#AzoSans-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Goudy Oldstyle Std';
	src: url('../fonts/GoudyStd.eot');
	src: url('../fonts/GoudyStd.eot?#iefix') format('embedded-opentype'), url('../fonts/GoudyStd.woff2') format('woff2'), url('../fonts/GoudyStd.woff') format('woff'), url('../fonts/GoudyStd.ttf') format('truetype'), url('../fonts/GoudyStd.svg#GoudyStd') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'TradeGothic';
	src: url('../fonts/TradeGothic-BoldTwo.eot');
	src: url('../fonts/TradeGothic-BoldTwo.eot?#iefix') format('embedded-opentype'),  url('../fonts/TradeGothic-BoldTwo.woff2') format('woff2'),  url('../fonts/TradeGothic-BoldTwo.woff') format('woff'),  url('../fonts/TradeGothic-BoldTwo.ttf') format('truetype'),  url('../fonts/TradeGothic-BoldTwo.svg#TradeGothic-BoldTwo') format('svg');
	font-weight: bold;
	font-style: normal;
}
body {
	font-family: 'Azo Sans';
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #363636;
	font-size: 16px;
	line-height: 26px;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color: #000000;
}
h1 {
	font-size: 36px;
}
p {
	color: #353535;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: -0.33px;
}
a {
	transition: all 0.3s ease 0s;
	color: #1b449d;
}
a:hover {
	text-decoration: none;
}
:focus {
	outline: none;
}

@media screen and (min-width:768px) {
.wow {
	animation-duration: 1.2s !important;
}
}
/*=========================================
               Menu
==========================================*/
header {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 99;
	padding: 26px 0 0;
}
.menu-outer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.menu-outer ul {
	margin: 0;
	padding: 0;
}
.left-menu li {
	display: inline-block;
	margin: 0 60px 0 0;
}
.left-menu li a {
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1.98px;
	font-size: 20px;
}
.left-menu li:hover a {
	color: #000;
}
.right-menu {
	margin-left: 20px;
}
.right-menu li {
	list-style: none;
}
.right-menu li a {
	display: inline-block;
	background: #03cdff;
	font-size: 23px;
	letter-spacing: -0.759px;
	font-family: 'Azo Sans Bk';
	font-weight: 900;
	color: #0c3c5c;
	text-transform: uppercase;
	padding: 11px 24px 6px;
	border-radius: 8px;
	box-shadow: 0 0 16px #00ccff;
}
.right-menu li:hover a {
	box-shadow: 0 0 10px #00ccff;
}
/*=========================================
       Hero Area
==========================================*/
.hero-area {
	padding: 158px 0 0;
	overflow: hidden;
}
.banner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.banner-cap {
	width: 54%;
	margin-top: 65px;
}
.book-image {
	width: 46%;
}
.book-image img {
	margin-left: 94px;
}
.image-links {
	margin-left: 140px;
	position: relative;
	top: -180px;
}
.image-links ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	width: 275px
}
.image-links ul li {
	line-height: 0;
}
.image-links ul li:first-child {
	margin: 0 35px 0 0;
}
.image-links ul li img {
	margin: 0;
}
.image-links p {
	color: #363636;
	font-size: 13px;
	text-transform: uppercase;
	width: 273px;
	text-align: right;
	position: relative;
	margin: 0;
	top: -9px;
	font-family: 'TradeGothic';
	font-weight: bold;
}
.banner-cap h1 {
	font-family: 'Goudy Oldstyle Std';
	font-size: 94px;
	color: #fff;
	font-weight: normal;
}
.banner-cap h2 {
	font-family: 'Goudy Oldstyle Std';
	font-size: 50px;
	color: #fff;
	font-weight: normal;
	max-width: 470px;
	margin: 0 0 28px;
	line-height: 49px;
	font-style: italic;
}
.banner-cap p {
	font-family: 'Goudy Oldstyle Std';
	margin: 0 0 25px;
	font-size: 24px;
	color: #fff;
}
.link-btn .order-btn {
	display: inline-block;
	background: #03cdff;
	font-size: 32px;
	font-family: 'Azo Sans Bk';
	font-weight: 900;
	color: #0c3c5c;
	text-transform: uppercase;
	padding: 20px 36px 15px;
	border-radius: 8px;
	box-shadow: 0 0 16px #00ccff;
	z-index: 9;
	position: relative;
}
.link-btn .action-btn {
	color: #255373;
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'Azo Sans Bk';
	font-weight: 900;
	letter-spacing: -0.3px;
	background: #fff;
	border-radius: 8px;
	padding: 14px 16px 11px 25px;
	position: relative;
	top: -6px;
	left: -14px;
}
/*=========================================
               Free Action
==========================================*/
.free-action {
	padding: 0 0 120px;
	margin-top: -16px;
}
.free-action h2 {
	font-family: 'Azo Sans Bk';
	text-align: center;
	text-transform: uppercase;
	color: #0c3c5c;
	font-size: 45px;
	font-weight: 900;
	letter-spacing: -1px;
	margin: 0 0 65px;
}
.step-outer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 945px;
	margin: 0 auto;
	box-shadow: 0 0 35px #cccccc;
	text-align: center;
	padding: 45px 45px 50px;
	position: relative;
	border-radius: 5px;
}
.step-outer::after {
	background: #20577d;
	position: absolute;
	content: "";
	height: 97%;
	width: 2px;
	top: 4px;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: rotate(10deg);
}
.step-left, .step-right {
	width: 50%;
}
.step-outer h3 {
	font-family: 'Azo Sans Bk';
	text-align: center;
	text-transform: uppercase;
	color: #255373;
	font-size: 32px;
	font-weight: 900;
	letter-spacing: 1.504px;
	margin: 0 0 27px;
}
.step-outer p {
	color: #255373;
	font-size: 28px;
	letter-spacing: -1.176px;
	line-height: 34px;
	margin: 0 0 10px;
}
.site-logo {
	margin: 28px auto 0;
	padding: 0;
	display: flex;
	list-style: none;
	justify-content: center;
	align-items: center;
	max-width: 350px;
}
.site-logo li {
	padding: 0 15px;
}
.step-outer .btn {
	display: inline-block;
	background: #03cdff;
	font-size: 23px;
	line-height: 26px;
	letter-spacing: -0.759px;
	font-family: 'Azo Sans Bk';
	font-weight: 900;
	color: #0c3c5c;
	text-transform: uppercase;
	padding: 10px 24px 5px;
	border-radius: 8px;
}
/*=========================================
               About Book
==========================================*/
.about-book {
	background: #eee;
	padding: 48px 0 86px;
	overflow: hidden;
}
.about-book h2 {
	font-family: 'Azo Sans Bk';
	text-align: center;
	text-transform: uppercase;
	color: #0c3c5c;
	font-size: 45px;
	font-weight: 900;
	margin: 0 0 32px;
}
.about-book p {
	color: #252525;
	font-size: 20px;
	line-height: 28px;
	margin: 0 0 28px;
	letter-spacing: -0.3px;
}
.about-book ul {
	margin: 0 0 28px;
}
.about-book li {
	color: #252525;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: -0.3px;
}
.about-book img {
	float: right;
	margin-right: -205px;
	margin-left: 75px;
}
/*=========================================
          About the Authors
==========================================*/
.about-authors {
	padding: 82px 0 22px;
}
.about-authors h2 {
	font-family: 'Azo Sans Bk';
	text-align: center;
	text-transform: uppercase;
	color: #0c3c5c;
	font-size: 45px;
	font-weight: 900;
	margin: 0 0 45px;
}
.authors-box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 945px;
	margin: 0 auto;
	margin-bottom: 45px;
	padding-bottom: 50px;
	border-bottom: 2px dashed #202020;
}
.authors-box:last-child {
	border-bottom: 0;
}
.author-image {
	width: 28%;
	padding: 0 4px 0 0;
	margin: 5px 0 0;
}
.authors-content {
	width: 72%;
	padding: 0 0 0 19px;
}
.authors-box h3 {
	font-family: 'Azo Sans Bk';
	text-transform: uppercase;
	color: #255373;
	font-size: 32px;
	font-weight: 900;
	letter-spacing: -0.42px;
	margin: 0px;
}
.authors-box p {
	color: #252525;
	font-size: 20px;
	line-height: 28px;
	margin: 0 0 28px;
	letter-spacing: -0.3px;
}
.authors-box ul {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}
.authors-box ul li {
	display: inline-block;
	padding: 0 29px 0 0;
}
.authors-box ul li span {
	font-size: 16px;
	color: #0b4a68;
	font-family: 'Azo Sans Bk';
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: -0.24px;
}
.authors-box ul li i {
	color: #4d9bb2;
	font-size: 26px;
}
/*=========================================
              Resources
==========================================*/

.resources {
	background: #396e92;
	padding: 44px 0 62px;
}
.resources h2 {
	font-family: 'Azo Sans Bk';
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 45px;
	font-weight: 900;
	margin: 0 0 58px;
}
.resources h4 {
	color: #fff;
	font-size: 20px;
	line-height: 28px;
	font-family: 'Azo Sans Bk';
	font-weight: 900;
	letter-spacing: -0.3px;
}
.resources p {
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	letter-spacing: -0.3px;
	margin: 0 0 28px;
}
.resources ul {
	margin: 0 0 28px;
}
.resources li {
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	letter-spacing: -0.3px;
}
.resourcesfull img {
	width: 100%;
}
/*=========================================
              Footer
==========================================*/
footer {
	text-align: center;
	padding: 30px 0;
}
footer p {
	margin: 0;
	color: #2e5e7f;
	font-size: 20px;
	letter-spacing: -0.3px;
}
footer p a {
	color: #2e5e7f;
}

/*=========================================
            Responsive css
==========================================*/
@media screen and (min-width:1920px) {
.hero-area {
    background-position: left !important;
    padding-bottom: 140px;
}	
}


@media screen and (max-width:1199px) {
.left-menu li {
    margin: 0 25px 0 0;
}
.free-action h2 {
    font-size: 36px;
    letter-spacing: 0;
    margin: 0 0 65px;
}
.banner-cap {
    width: 61%;
    margin-top: 25px;
}	
.book-image {
    width: 39%;
}	
.banner-cap h1 {
    font-size: 82px;
}	
.book-image img {
    margin-left: 0;
}	
.image-links {
    margin-left: 40px;
    top: -180px;
}	
.free-action {
    margin-top: -100px;
}	
}


@media screen and (max-width:991px) {
.left-menu {
    width: 100%;
}	
.left-menu li {
    margin: 0 20px 15px 0;
}
.left-menu li:last-child {
    margin: 0;
}
.right-menu {
    margin-left: 0;
    width: 100%;
    text-align: center;
}
.banner-cap {
    width: 100%;
    margin-top: 0;
}	
.book-image {
    width: 100%;
    margin-top: 50px;
}
.free-action {
    margin-top: -100px;
}
.step-outer {
    padding: 45px 2px 50px;
}
.step-outer p {
    font-size: 23px;
    line-height: 28px;
}	
.site-logo {
    max-width: 270px;
}	
}

@media screen and (max-width:767px) {
.toggle {
    display: block !important;
	cursor: pointer;
}
.toggle i {
    font-size: 30px;
    color: #fff;
}
.left-menu li a {
	letter-spacing: 0.5px;
	font-size: 16px;
}
.menu-outer ul {
    display: none;
    position: absolute;
    background: #336b97;
    left: 0;
    padding: 15px;
}
.left-menu li {
	margin: 0 0 15px;
	width: 100%;
}
.left-menu {
    width: 50%;
}
.right-menu {
	margin: 0;
	width: 50%;
	text-align: right;
}
.right-menu li a {
    font-size: 18px;
    letter-spacing: 0;
    padding: 5px 20px 2px;
}	
.hero-area {
	padding: 100px 0 0;
}
.banner-cap {
	width: 100%;
	margin-top: 0;
	text-align: center;
}
.book-image {
    width: 100%;
    margin-top: 40px;
    margin-left: 7%;
}
.book-image img {
	margin-left: 0;
	width: 550px;
}
.banner-cap h1 {
	font-size: 54px;
}
.banner-cap h2 {
	font-size: 30px;
	max-width: 300px;
	margin: 0 auto 15px;
	line-height: 34px;
}
.banner-cap p {
	font-size: 20px;
}
.link-btn .order-btn {
	font-size: 16px;
	padding: 7px 15px 3px;
	box-shadow: 0 0 7px #0cf;
}
.link-btn .action-btn {
	font-size: 10px;
	letter-spacing: 0;
	padding: 8px 7px 7px 17px;
	top: -2px;
	left: -14px;
}
.image-links ul {
	margin: 0 auto 10px;
    width: 207px;
}	
.image-links ul li:first-child {
    margin: 0 25px 0 0;
}	
.image-links ul li img {
    max-width: 90px;
}
.image-links p {
    width: 207px;
    text-align: center;
    margin: 0 auto;
    top: -8px;
}	
.image-links {
	margin-left: -46px;
	top: -158px;
}
.free-action {
	padding: 0 0 50px;
	margin-top: -120px;
}
.free-action h2 {
	font-size: 28px;
	letter-spacing: 0;
	margin: 0 0 35px;
	line-height: 36px;
}
.step-outer {
	padding: 30px 20px 30px;
}
.step-left, .step-right {
	width: 100%;
}
	
.step-outer:after {
	display: none;
}
.step-outer h3 {
	font-size: 22px;
	letter-spacing: 0.8px;
	margin: 0 0 18px;
}
.step-outer p {
	font-size: 20px;
	letter-spacing: 0;
	line-height: 28px;
	margin: 0 0 10px;
}
.site-logo {
    max-width: 100%;
}	
.site-logo li {
    padding: 0 10px;
}	
.step-outer .btn {
	font-size: 18px;
	padding: 6px 20px 3px;
	letter-spacing: 0;
}
.step-right {
	margin-top: 35px;
}
.about-book {
	padding: 36px 0 0;
}
.about-book h2 {
	font-size: 28px;
	margin: 0 0 20px;
}
.about-book p {
	font-size: 18px;
	line-height: 26px;
	margin: 0 0 20px;
	letter-spacing: 0;
}
.about-book ul {
	margin: 0 0 20px;
}
.about-book li {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0;
}
.desktop {
	display: none;
}
.mobile {
	display: block!important;
	overflow: hidden;
	height: 420px;
	margin: 35px -15px 0;
}
.about-book img{
    float: none;
    margin-right: 0;
    margin-left: 18%;
}
.about-authors {
	padding: 36px 0 0;
}
.about-authors h2 {
	font-size: 28px;
	margin: 0 0 20px;
}
.author-image {
	width: 100%;
	padding: 0;
	margin: 0;
}
.author-image img {
	width: 100%;
}
.authors-content {
	width: 100%;
	padding: 25px 0 0;
}
.authors-box {
	margin-bottom: 30px;
	padding-bottom: 24px;
}
.authors-box h3 {
	font-size: 22px;
	font-weight: 900;
	letter-spacing: 0;
}
.authors-box p {
	font-size: 18px;
	line-height: 26px;
	margin: 0 0 20px;
	letter-spacing: 0;
}
.authors-box ul li {
	padding: 0 15px 0 0;
}
.authors-box ul li span {
	font-size: 14px;
	letter-spacing: 0;
}
.authors-box ul li i {
	font-size: 20px;
}
.resources {
	background: #396e92;
	padding: 36px 0 0;
}
.resources h2 {
	font-size: 28px;
	margin: 0 0 20px;
}
.resources h4 {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0;
}
.resources p {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0;
	margin: 0 0 20px;
}
.resources li {
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	letter-spacing: 0;
}
.resourcesfull {
	margin: 0 -15px;
}
.resourcesfull img {
	width: 100%;
}
footer {
	padding: 15px 0;
}
footer p {
	font-size: 18px;
	letter-spacing: 0;
}
}
