body{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #000;
    background: #ffffff;  
    overflow-x: hidden;   
}     
h1, h2, h3, h4, h5, h6{ 
    font-weight: 600;
    font-family: 'Frank Ruhl Libre', serif;  
}
a:hover, a:focus, button:hover, button:focus{ 
    outline: none;   
}

section {
    padding: 60px 0;
    clear: both;
    position: relative;
    overflow: hidden;
}
p {
    color: #2b2934;
    font-size: 16px;
}

img{
    max-width: 100%;
}
.top-bar {
    background: #303336;
    padding: 10px 0;
    text-align: center; 
    position: relative;
}
.top-bar:after{
    content: '';
    background: url("../images/bar.jpg") no-repeat;
    height: 2px;
    width: 100%;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: -3px;
}

.top-bar p {
    color: #a7adb2;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
}

.top-bar ul {
    display: inline-block;
    margin-left: 10px;
}

.top-bar ul li {
    display: inline-block;
    margin-right: 5px;
}

.top-bar ul li a {
    height: 30px;
    width: 30px;
    border: 1px solid #a7adb2;
    color: #a7adb2;
    display: block;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}

.top-bar ul li i {}

header {
    padding: 10px 0;
    border-bottom: 1px solid #88878d;
}

header ul {
    text-align: right;
}

header ul li {
    display: inline-block;
    margin-left: 30px;
}

.btn {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 11px 25px;
    border-radius: 40px;
    transition: .5s all;
}

.btn-blue {
    background: #0775e1;
    color: #fff;
}
.btn-black {
    background: #2b2934;
    color: #fff;
}
.stroke{line-height: 0;margin-bottom: 12px;position: relative;left: -40px;z-index: 1;} 

header ul li i {
    color: #bcc9e4;
    font-size: 22px;
}

header ul li a {
    font-size: 16px;
    color: #25272d;
    font-weight: 500;
}

header ul li.chat a {
    color: #eb3800;
    font-weight: 600;
}
header .row { 
    align-items: center;
}
.our-banner{
    background: url("../images/our-banner.jpg") no-repeat #e6762a;
    background-size: cover;
    width: 100%;
    padding: 60px 0;
}
.our-banner h1{
    color: #000;
    font-size: 66px;
    font-weight: 500;
    line-height: 62px;
    margin: 0 0 15px;
    position: relative;
}
.our-banner h1 strong{
    /* display: block; */
    /* font-weight: 700; */
}
.our-banner h3{
    font-weight: 500;
    font-size: 26px;
    margin: 0 0 15px;
}
.our-banner p{
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 20px;
    color: #000;
}

.our-banner .container {
    position: relative;
    z-index: 1;
}

.our-banner .row {
    align-items: center;
}

.our-banner img.ob_thumb {
    max-width: none;
    position: relative;
    right: 60px;
    max-width: 600px;
}

.expert {
    text-align: center;
    padding: 30px 0;
}

.expert ul {    display: flex;    justify-content: space-between;	}

.expert ul li {
    display: inline-block;
    /*width: 22%;*/
    font-size: 48px;
    color: #2b2934;
    font-family: 'Frank Ruhl Libre', serif;
    line-height: 37px;
    font-weight: 600;
}

.expert ul li span {
    display: block;
    font-size: 16px;
    color: #787878;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.read-book {
    padding-top: 40px;
}

.heading {
    margin: 0 0 60px;
}

.heading h2 {
    font-size: 32px;
    display: inline-block;
    margin: 0;
    position: relative;
}

.heading .btn {
    float: right;
    margin-top: -2px;
}

.heading h2:after {
    content: '';
    height: 1px;
    width: 76%;
    background: #999999;
    position: absolute;
    top: 20px;
    margin-left: 20px;
    opacity: .5;
}
.read-book .item {
    text-align: center;
}

.read-book .item {}

.read-book h6 {
    margin: 10px 0 0;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.read-book p {
    margin: 0;
    text-decoration: underline;
    display: block;
    font-family: 'Poppins', sans-serif;
}

.read-book h5 { 
    margin: 0;
    color: #0775e1;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.our-cta{
    background: url("../images/cta-bg.jpg") no-repeat;
    background-size: cover;
    height: 431px;
    overflow: hidden;
    padding-top: 20px;
}
.our-cta .container{position: relative;/* text-align: center; */}


/*.our-cta .container:after{*/
/*    content: '';*/
/*    background: url("../images/cta-alpha.png")no-repeat;*/
/*    height: 172px;*/
/*    width: 172px;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: -30px;*/
/*    bottom: 10px;*/
/*    margin: auto;*/
/*    background-size: 80%;*/
/*}*/



.our-cta h2 {
    font-size: 55px;
    color: #f4b35d;
    font-weight: 400;
    margin: 0 0 15px;
    line-height: 60px;
    /* margin-top: 50px; */
}

.our-cta p {
    font-size: 29px;
    color: #fff;
    margin: 0 0 15px;
    font-weight: 500;
}
.our-cta p span {
    color: #f84852;
}

.our-cta p small {
    background: #f19f1e;
    padding: 0 8px;
    font-size: inherit;
    font-weight: inherit;
}

.our-cta .row {
    align-items: center;
}
.our-commitment {
    padding-bottom: 0;
}

.our-commitment .heading {
    margin: 0 0 40px;
}

.our-commitment .heading h2 {
    background: #f84852;
    color: #fff;
    font-weight: 400;
    padding: 0 10px;
    font-size: 30px;
}

.our-commitment .heading h2:after {width: 170%;}
.our-commitment .box {
    margin: 0 0 50px;
    position: relative;
}

.our-commitment .box h4 {
    font-size: 22px;
    font-weight: 500;
}

.our-commitment .box p {
    color: #535353;
    font-size: 17px;
    margin: 0;
}

.our-commitment .row {
    align-items: center;
}

.our-commitment .box:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 4px;
    width: 200px;
    background: #0775e1;
}

.our-commitment .box:nth-child(2):after {
    background: #f19f1e;
}
.our-commitment .box:nth-child(3):after {
    background: #f84852;
}
.our-commitment .box:nth-child(4):after {
    background: #797979;
}
.our-commitment div h3 {
    font-size: 40px;
    font-weight: 400;
}

.our-commitment div h3 + p {
    font-size: 18px;
    color: #535353;
    margin: 0 0 30px;
}
.our-reign{
    background: url("../images/reign-banner.jpg") no-repeat center center #fbe0cb;
    background-size: cover;
    padding: 100px 0;
    /* padding-left: 100px; */
    margin-top: 0;
    /* margin-left: -40px; */
    /* transform: scale(0.9); */
    /* background-position: left; */
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.our-reign h4 {
    color: #0775e1;
    font-size: 30px;
    font-weight: 300;
}

.our-reign h2 {
    font-size: 25px;
    margin: 0 0 15px;
}

.our-reign p {
    width: 92%;
    margin: 0 0 30px;
}


.our-power {
    background: #f5f3f1;
    position: relative;
}
.our-power:after{
    content: '';
    background: url("../images/power-pen.png") no-repeat;
    height: 415px;
    width: 421px;
    position: absolute;
    right: 0;
    top: 0;
}
.our-power .container{
    position: relative;
    z-index: 1;
}

.our-power .heading {
    margin: 0 0 40px;
}

.our-power .heading h2 {
    background: #f84852;
    color: #fff;
    font-size: 25px;
    padding: 2px 14px;
    margin: 0 0 30px;
}

.our-power h3 {
    font-size: 40px;
}
.our-power figure {
    background: white;
    height: 590px;
    box-shadow: 0px 10px 10px #0f0f1114;
    border-radius: 10px;
}

.our-power figure img {
    width: 100%;
}

.our-power figcaption {
    padding: 30px 30px;
}

.our-power figcaption h4 {
    font-size: 21px;
}

.our-power figcaption p {
    /* font-size: 14px; */
}

.our-power figcaption ul {}

.our-power figcaption ul li {
    font-size: 16px;
    color: #0775e1;
    list-style: disc inside;
    font-weight: 500;
    margin: 0 0 10px;
}
.our-platform {position: relative}
.our-platform:after{
    content: '';
    background: url("../images/platform-after.png") no-repeat;
    height: 333px;
    width: 407px;
    position: absolute;
    right: -100px;
    top: 150px;
}

.our-platform .row {
    margin-bottom: 30px;
}

.our-platform img {
    margin: auto;
    display: table;
}

.our-platform .container {
    position: relative;
    z-index: 1;
}
.our-package {
    background: #0775e1;
    position: relative;
}
.our-package:before{
    content: '';
    background: url("../images/pack-before.png") no-repeat;
    height: 322px;
    width: 191px; 
    position: absolute;
    left: 0;
    top: 0;
    background-size: 80%;
}
.our-package .container{
    position: relative;
    z-index: 1;
}

.our-package .text-center {
    margin: 0 0 50px;
}

.our-package .text-center h2 {
    color: white;  
}

.our-package .text-center p {
    color: white;
    font-size: 18px;
}
.our-package .pack.standard h4 span {
    color: #ffad0f;
}

.our-package .pack {
    text-align: center;
    background: white;
    position: relative;
    padding: 40px 20px;
    height: 570px;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
}

.our-package .pack img {}

.our-package .pack h4 {
    position: relative;
    margin: 30px 0 10px;
    color: #000000;
    font-weight: 500;
}

.our-package .pack h4:after {
    content: '';
    height: 2px;
    width: 130px;
    background: #ffad0f;
    position: absolute;
    right: 0;
    bottom: -8px;
}

.our-package .pack h4:before {
    content: '';
    height: 2px;
    width: 130px;
    background: #ffad0f;
    position: absolute;
    left: -10px;
    top: -9px;
}

.our-package .pack h4 span {
    display: block;
    text-transform: uppercase;
    color: #076dd1;
}

.our-package .pack ul {
    margin: 0 0 22px;
}

.our-package .pack ul li {
    color: #000000;
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 500;
}

.our-package .pack.deluxe h4 span {
    color: #f15f57;
}
.our-package .pack .btn {
    font-size: 14px;
}
.our-package .pack:before {
    content: '';
    background: #fbe0cb;
    height: 180px;
    width: 180px;
    border-radius: 100%;
    position: absolute;
    top: -30px;
    left: -20px;
    z-index: -1;
    opacity: .8;
}

.our-package .pack.standard:before {
    background: #b1efff;
    right: 0;
    left: 0;
    margin: auto;
    top: -20px;
}

.our-package .pack.deluxe:before {
    background: #ffd6d6;
    left: inherit;
    right: -30px;
}
.our-testimonial .text-center{
    margin: 0 0 50px;
}
.our-testimonial .text-center h2{}
.our-testimonial .text-center p{
    font-size: 18px;
}
.our-testimonial .tes{
    position: relative;
    text-align: center;
    padding: 30px 30px;
}
.our-testimonial .tes:before{
    content: '';
    background: url("../images/tes-before.png")no-repeat;
    height: 53px;
    width: 58px;
    position: absolute;
    left: 0;
    top: 0;
}
.our-testimonial {
    padding-bottom: 20px;
}
.our-testimonial .tes h4{
    font-size: 20px;
    color: #1561b6;
    font-weight: 500;
    margin: 0 0 20px;
}
.our-testimonial .tes p{font-size: 14px;}

.best-sellter{
    padding: 0;
    text-align: center;
}
.best-sellter .container{
    background: url("../images/best-seller.png") no-repeat;
    background-size: cover;
    height: 456px;
    padding-top: 90px;
}

.best-sellter h2 {
    font-size: 45px; 
    font-weight: 500;
    line-height: 45px;
    margin: 0 0 18px;
}

.best-sellter p {
    font-weight: 600;
    font-size: 18px;
}
footer {
    position: relative;
    padding: 60px 0;
}
footer .form-control {
    border: 1px solid #e5e5e5;
    margin: 0 0 16px;
    height: 46px;
    font-size: 14px;
}

footer text-area.form-control {
    resize: none;
    height: 100px;
}

footer textarea.form-control {
    resize: none;
    height: 100px;
}

.btn-red {
    background: #f84852;
    color: #fff;
}

footer .btn {
    width: 100%;
}
footer .info {}

footer .info li {
    margin: 0 0 10px;
    font-size: 16px;
    max-width: 220px;
    word-break: break-all; 
}

footer .info li span {
    display: block;
    font-weight: 600;
}

footer .typewriter {
    position: absolute;
    bottom: -20px;
    right: 70px;
}
.copyright{
    padding: 20px 0;
    border-top: 1px solid #c7c7c7;
}
.copyright *{
    font-size: 15px;
    margin-bottom: 0;
    color: #808383;
}
.copyright ul{
    text-align: right;
}
.copyright ul li:before{
    content: "";
    width: 2px;
    height: 10px;
    position: absolute;
    background-color: #fff;
    left: 14px;
    top: 7px;
}
.copyright ul li    :first-child:before {
    display: none;
}
.copyright ul li{
    display: inline-block;
    padding-left: 30px;
    position: relative;
}
.copyright ul li a{
    color: #808383;
}

#ouibounce-modal {
    display: none;
}

#ouibounce-modal .modal-footer {
}

.popupform ul li {
    text-align: left;
    position: relative;
    /* width: 48%; */
    /* margin: 6px 3px; */
    /* display: inline-block; */
}

.popupform ul li input[type="text"], .popupform ul li input[type="email"], .popupform ul li textarea {
    background: #fafafa;
    border: #dcdcdc 1px solid;
    padding: 10px;
    width: 100%;
    border-radius: 7px;
    font-size: 14px;
    color: #000;
    box-shadow: none !important;
    outline: none 0px !important;
    margin-bottom: 10px;
    height: 46px;
}

.popupform ul li i {
    position: absolute;
    top: 12px;
    left: 10px;
}

.popupform ul li.first, .popupform ul li:nth-child(4), .popupform ul li:nth-child(5) {
    width: 98%;
}

.popupform ul li textarea {
    /* height: 100px; */
    resize: none;
}

.popupform ul li.last {
    text-align: center;
    width: 100%;
}

.popupform ul li input[type="submit"] {
    background: #00317d;
    color: #fff;
    font-size: 18px;
    border: #00317d 1px solid;
    text-transform: uppercase;
    font-weight: 600;
    padding: 14px 50px;
    letter-spacing: 1px;
    border-radius: 3px;
    outline: 0px none;
    width: 100%;
    display: inline-block;
}

.popupform ul li input[type="submit"]:hover {
    background: #00317d;
}

.popupform ul li input[type="text"]:focus, .popupform ul li input[type="email"]:focus, .popupform ul li textarea:focus {
    border: #00317d 1px solid !important;
}

.popupform {
    width: 785px;
    border-radius: 0;
    padding: 50px;
    overflow: visible;
    border-bottom: none;
    background: url('../images/book-pop1.png')  no-repeat scroll center top;
    min-height: 600px;
}

.popupform h2 {
    font-size: 32px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 12px;
    line-height: 35px;
    margin-top: 0;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.popupform h2+p {
    line-height: 19px;
    font-size: 14px;
    margin-bottom: 12px;
}

.popupform .fancybox-close-small {
    border: #00317d 3px solid;
    background: #fff;
    border-radius: 72px;
    text-align: center;
    box-shadow: #000 0 0 10px;
    right: -18px;
    top: -11px;
    opacity: 1;
}

.popupform .fancybox-close-small:after {
    color: #00317d;
    font-size: 25px;
    right: 4px;
    background: transparent;
    padding-top: 0;
    font-size: 20px;
}

input.required.error, textarea.required.error, select.required.error {
    border-bottom: red 2px solid!important;
    color: red!important;
}

label.error {
    display: none!important;
}

.popupform p {
    font-weight: 400;
}
.popupform .btn {
    width: 100%;
    background: #ff9f16;
    color: #000;
    font-weight: 700;
    border-radius: 10px;
}
.btn-blue:hover {
    /* color: #fff; */
    background: #f89200;
}

.btn-black:hover {
    background: #3b3939;
    color: #fff;
}

.btn-red:hover {
    color: #fff;
    background: #f62834;
}
.pack .content {
    overflow: auto;
    position: relative;
    max-width: 100%;
    padding: 20px 0;
    height: 240px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.inner-banner {    height: 280px;    padding-top: 110px; } 

.nav-container {position: relative;border-bottom: 1px solid #88878d;}

nav.navbar-expand-md.main-menu ul {    display: flex;    justify-content: space-between;   }

nav.navbar-expand-md.main-menu ul li a {padding: 15px 36px;display: inline-block;font-size: 16px;color: #5f5f5f;font-family: 'Frank Ruhl Libre', serif;}

nav.navbar-expand-md.main-menu ul li a:hover , nav.navbar-expand-md.main-menu ul li a:focus , nav.navbar-expand-md.main-menu ul li a:active {    color: #fff;    background: #0775e1;	    }
	
section.inn-banner {padding: 0;background-color: #867e92;background-repeat: no-repeat;background-size: cover;margin-bottom: 30px;     
    min-height: 400px;
    display: flex;
    align-items: center;}

section.inn-banner h1 {    font-size: 42px;	}

section.inn-banner  p {margin-bottom: 0;margin-top:40px;font-weight: 500;font-size: 18px;}	

.bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #ffc628;
}

.bar:after {
    content: "";
    position: absolute;
    right: 0;
    width: 33.33%;
    background: #0775e1;
    height: inherit;
    top: 0;
}

.bar:before {
    content: "";
    position: absolute;
    right:33.33%;
    width: 33.33%;
    background: #f1592b;
    height: inherit;
    top: 0;
}

.amzbl_thumb {
    position: relative;
    margin-bottom: 20px;
}

.amzbl_thumb h4 {
    color: #ffffff;
    position: absolute;
    bottom: 30px;
    font-size: 22px;
    max-width: 84%;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 30px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

section.cta-amz {
    background: url('../images/amz-cta.jpg') no-repeat scroll center top #161f30;
	background-size:cover;
    padding: 100px 0;
}

section.cta-amz h2 {
    color: #f4b35d;
    font-size: 64px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

section.cta-amz h2:before {
    content: "";
    bottom: 0;
    width: 40%;
    background: #f84852;
    position: absolute;
    height: 3px;
    max-width: 290px;
}

.cta-amz p {
    color: #fff;
    font-size: 28px;
}

section.amz-road {
    padding: 100px 0 0;
}

.az_box {
    padding: 30px;
    background: #fff;
    width: 100%;
    position: relative;
    margin-top: 30px;
    padding-left: 35px;
    box-shadow: 0 10px 20px #16171930;
}

.az_box:before {
    content: "";
    position: absolute;
    left: 15px;
    width: 4px;
    height: 75%;
    background: #0775e1;
    margin: auto;
    bottom: 0;
    top: 0;
}

.btn.btn-18 {
    font-size: 18px;
    padding: 14px 35px;
}

.az_box  h3 {
    font-size: 27px;
    position: absolute;
    right: 15px;
    color: #0775e1;
    margin: 0;
    top: 15px;
}

.az_box  h4 {
    font-size: 22px;
    padding-right: 20px;
}

.az_box  p {
    margin-bottom: 0;
    font-size: 15px;
    color: #535353;
    max-width: 100%;
    letter-spacing: -0.4px;
}

img.azm_img_rd {
    max-width: none;
    position: relative;
    left: -140px;
    z-index: -1;
}

.red_strip span {
    color: #fff;
    background: #f84852;
    padding: 4px 20px;
    display: inline-block;
    position: relative;
    z-index: 1;
    border-right: 15px solid #fff;
}

h4.red_strip {
    margin-bottom: 14px;
    position: relative;
}

h4.red_strip:after {
    content: "";
    position: absolute;
    right: 0;
    width: 90%;
    border-top: 1px solid #9f9f9f38;
    z-index: 0;
    top: 40%;
}

.az_box.az1{
    margin-top: 100px;
}

.az2 h3 {
    color: #f19f1e;
}

.az2:before {
    background: #f19f1e;
}


.az3 h3 {
    color: #f84852;
}

.az3:before {
    background: #f84852;
}

.az4 h3 {
    color: #797979;
}

.az4:before {
    background: #797979;
}

.our-lbs {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background: url('../images/aico_bg.jpg') no-repeat scroll center bottom #a7e1d8;
    background-size:cover;
    padding-top: 80px;
    padding-bottom: 220px;
}

.lbs_thumb {
    display: inline-flex;
    background: #f84852;
    justify-content: center;
    align-items: center;
    width: 97px;
    height: 97px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.lbs_item p {
    color: #2f2f2f;
    letter-spacing: -0.20px;
    font-size: 15px;
}

.lbs_item h4 {
    position: relative;
    padding: 0 0 10px;
    margin-bottom: 20px;
}

.lbs_item h4:before {
    content: "";
    position: absolute;
    left: -20px;
    width: 100%;
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); 
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); 
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); 
    height: 30px;
    bottom: -5px;
}

.lbs_item h4 span {
    position: relative;
}

section.am-bwa {
    padding-top: 100px;
    margin-top: 80px;
    background: url('../images/amz-dbg.jpg') no-repeat scroll center top #1e2b33;
    background-size:cover;
    margin-bottom: 30px;
    padding-bottom: 0;
}

img.bwa_img {
    width: 100%;
}
 

.az_bwa {
    background: #ffffff;
    border-radius: 6px;
    overflow: hidden;
}

.am-bwa .col-md-4 {
    margin-bottom: 20px;
}

.az_bwa_btm {
    padding: 30px;
    width: 100%;
}

.az_bwa_btm p {
    margin-bottom: 0;
    letter-spacing: -0.2px;
}

.hs_w h2 {
    color: #fff;
}


.am-bwa .head_style{
    margin-top: 0;
    display: flex;
    justify-content: space-between;
}

img.bwa_audible {
    /* position: absolute; */
    right: 0;
    /* top: -10px; */
}


.head_style  h2 {
    font-size: 38px;
    font-weight: 400;
    margin-top: 10px;
}

.cta-amz p small {
    background: #f19f1e;
    padding: 0px 6px;
    display: inline-block;
    color: #00011f;
    font-weight: 600;
    font-size: 38px;
    line-height: 38px;
}

.our-lbs-dv{
	background:url('../images/shd-shd.png') no-repeat scroll center center;
	padding: 110px 0;
	width: 100%;
	background-size: cover;
}


.self-page .cta-amz{
	background: url('../images/self-cta.jpg') no-repeat scroll right center #161f30;
	background-size: cover;
}

.self-girl img {
    max-width: none;
    position: relative;
    /* right: 115px; */
}

.self-page .ar-left {
    position: relative;
    z-index: 1;
}

.self-page .az_box.az1 {
    margin-top: 40px;
}

.self-girl {position: relative;right: 115px;}

.self-girl:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 20px;
    background: #f5c126;
    width: 115%;
    height: 100%;
    right: auto;
}

.self-page .our-lbs{
	background: url(../images/self_aico_bg.jpg) no-repeat scroll right bottom #a7e1d8;
	background-size: cover;
}

.lbs_item h4 small {
    position: relative;
    display: block;
    font-size: 16px;
}

.self-page  .lbs_item h4:before {
    height: 50px;

    background: -moz-linear-gradient(left,  rgba(252,202,77,1) 0%, rgba(255,255,255,0) 100%); 
    background: -webkit-linear-gradient(left,  rgba(252,202,77,1) 0%,rgba(255,255,255,0) 100%); 
    background: linear-gradient(to right,  rgba(252,202,77,1) 0%,rgba(255,255,255,0) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcca4d', endColorstr='#00ffffff',GradientType=1 ); 
}

.self-page  section.am-bwa{
    background: url('../images/pen-ink.png') no-repeat scroll right 100px #f5f3f1;
}

.az_bwa_img img {
    border-radius: 6px;
}

.bn-white.inn-banner h1 , .bn-white.inn-banner p {
    color: #fff;
}

.head_style p {
    font-size: 18px;
    color: #535353;
    letter-spacing: -0.2px;
}

.self-page .az_box p {
    max-width: 100%;
}

.self-page .az_box {
    margin-top: 20px;
}

.az_bwa h4 {
    font-size: 24px;
    position: relative;
}
 
.az_bwa h4:before {
    content: "";
    position: absolute;
    left: -5px;
    width: 17px;
    height: 17px;
    background: #fbbd42;
    border-radius: 50%;
}

.az_bwa h4 span {
    position: relative;
}

.amzbl_thumb img.amz-img {
    width: 100%;
    box-shadow: -5px 10px 10px #ddd;
}

.books_slider  .owl-item {
    float: left;
}

.books_slider {
    overflow: hidden;
}

.bstore-page section.our-lbs{
	    background: url(../images/bssico_bg.jpg) no-repeat scroll center bottom #1e1613;
	    background-size: cover;
}

.book_bar {
    width: 110%;
    height: 1px;
    background: #999999;
    margin-top: 60px;
    left: -10%;
    position: relative;
}

.book_bar:before {
    content: "";
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    background: #ee3b44;
    top: -5px;
}

.books_slider  .owl-nav {position: absolute;top: 36%;width: 100%;left: 0;}

.books_slider .disabled {    /* display: none; */    }

.books_slider .owl-nav button.owl-next {    float: right;    }

.books_slider .owl-nav button {background: #393939;padding: 2px 11px;font-size: 20px;cursor: pointer;border: 1px solid #393939;color: #fff;}

section.new_release {
    padding-top: 100px;
	padding-bottom: 10px;
}

.bstore_ebook h2.shd_bl ,
.new_release h2.shd_bl {
    font-size: 32px;
    font-weight: 700;
}

.new_release h2.shd_bl + p {
    font-size: 18px;
    margin-top: 20px;
}

.bstore-page section.our-lbs * {
    color: #fff;
}

.bstore-page .lbs_item h4:before {
    background: -moz-linear-gradient(left, rgba(58,59,102,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(58,59,102,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(58,59,102,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3b66', endColorstr='#00ffffff',GradientType=1 );   
}


.bstore-page section.cta-amz{
	background: url(../images/bstore-cta.jpg) no-repeat scroll center top #161f30;
	background-size: cover;	
	
}

img.bstore-img {
    max-width: none;
    position: relative;
    right: 0px;
}

.bstore_ebook h2.shd_bl {
    margin-top: 0;
}

section.bk-core-feat {
    background:  url(../images/bk-core-rigjt.jpg) no-repeat scroll right bottom  #f5f3f1;
    padding-top: 100px;
}

.bk_item {
    background: #fff;
    padding: 30px;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0 0 15px #0f0f1114;
    border-radius: 7px;
}

.bk_item h4 {
    color: #000;
    font-size: 24px;
    position: relative;
}

.bk_item h4 span {
    display: block;
    color: #f84852;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-top: 2px;
}

.bk_item h4:before {
    content: "";
    position: absolute;
    left: -5px;
    width: 17px;
    height: 17px;
    background: #fbbd42;
    border-radius: 50%;
}

.bk_item h4 i {
    position: relative;
}

.bk_item p {
    margin-bottom: 0;
}



.price_inn ul {display: flex;margin: 0;padding: 0;border-bottom: 1px solid #d4d8df;/* border-left: 5px solid #eaeaec; */}

.price_inn ul li.pb1 {width: 50%;text-align: left;}

.price_inn ul li {width: 12.5%;padding: 14px 30px;/* border: 1px solid #d4d8df; */font-size: 16px;font-weight: 500;text-align: center;}

.price_inn {margin-bottom: 70px;width: 100%;/* border-top: 3px solid #a3a6ab; */      box-shadow: 0px 20px 30px #00000026;	}

.price_inn ul.pb_head {	}

.price_inn ul.pb_head li {background: #0775e1;color: #fff;text-align: center;font-size: 18px;position: relative;width: auto;/* left: -5px; */border-radius: 5px 5px 0 0;}

.price_block h3 {    font-weight: bold;    font-size: 26px;    margin-bottom: 10px;	}	

.price_inn ul li i.check {width: 30px;height: 30px;background: url(../images/p-check.png) no-repeat scroll left top;display: inline-block;}

.price_inn ul li i.plus {    width: 28px;    height: 28px;  background: url(../images/p-plus.png) no-repeat scroll left top;  display: inline-block;	 }

.price_inn ul li i.cross {width: 30px;height: 31px;background: url(../images/p-cross.png) no-repeat scroll left top;display: inline-block;}


.price_head ul {display: flex;/* justify-content: space-around; */}

.price_head ul li {font-size: 20px;font-weight: normal;color: #fff;width: 13%;text-align: center;/*background: #eef1f6; */border-radius: 0;padding: 13px 20px;font-family: 'Frank Ruhl Libre', serif;}

.price_head ul li.p1 {    text-align: left;    width: 48%;    color: #000;	}

.price_head {margin-bottom: 30px;margin-top: 50px;}

.price_head ul li.p2 {background: #e56039;}

.price_head ul li.p3 {background: #c85635;}

.price_head ul li.p4 {background: #e56039;}

.price_head ul li.p5 {background: #c85635;}
 
.yprice_block {
}

.yprice_area {
    border: 1px solid #aaaaaa;
    border-radius: 0;
    width: 100%;
    margin-top: 0;
    overflow: hidden;
}

.yprice_head li {
    font-size: 16px;
    /* text-align: center; */
    width: 18%;
    background: #c85635;
    padding: 15px 20px;
    font-weight: normal;
    font-family: 'Frank Ruhl Libre', serif;
    text-align: center;
    color: #fff;
}

.yprice_head li.yp1 {
    width: 28%;
    background: #c85635;
}

.yprice_head ul {
    display: flex;
    width: 100%;
}

.yprice_inn ul {
    display: flex;
    border-bottom: 1px solid #aaaaaa;
    /* border-left: 5px solid #eaeaec; */
}

.yprice_inn ul li.yb1 {
    width: 28%;
}

.yprice_inn ul li {
    font-size: 16px;
    text-align: center;
    width: 18%;
    padding: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3c3c3c;
}

.yprice_inn ul li.ypb1 {
    width: 28%;
    text-align: left;
    display: block;
    color: #3c3c3c;
}

.yprice_head li.yp2 , .yprice_head li.yp4 {
    background: #e56039;
}

.yprice_inn ul li i.check {width: 29px;height: 29px;background: url(../images/p-check.png) no-repeat scroll left top;display: inline-block;}

.yprice_inn ul li i.plus {    width: 28px;    height: 28px;  background: url(../images/p-plus.png) no-repeat scroll left top;  display: inline-block;	 }

.yprice_inn ul li i.cross {    width: 28px;    height: 28px;  background: url(../images/p-cross.png) no-repeat scroll left top;  display: inline-block;	 }

.contact_form .form-control {    margin-bottom: 20px;  height: 60px;  font-size: 15px;	}

.contact_form textarea.form-control {    height: 180px;   resize: none;    padding-top: 10px;	}

.contact_area h2.shd_bl {    font-size: 40px;
    text-transform: capitalize;	}

.cnt_list li {    margin-bottom: 30px;    width: 100%;    color: #232323;	
    word-break: break-word;}

.cnt_list li h4 {    font-weight: 400;	}

.cnt_list li p , .cnt_list li a {    font-size: 18px;    color: #232323;	}

.contact_area label {    color: #232323;    font-weight: 500;	}

.cnt_map iframe {    width: 100%;    filter: grayscale(1);   }


.head_style {    margin-bottom: 50px;	}

.bstore-page section.inn-banner {    background-color: #55202b;	}

.abt-img {    width: 42%;    position: relative;	}

.abt_txt {    width: 56%;    padding: 0 40px;	}

.abtbl {    display: flex;    align-items: center;    justify-content: space-between;    background: #f5f3f1;  }

.abt-block .col-md-12 {
    margin-bottom: 60px;
}

.abt_txt h4 {
    font-size: 40px;
}

.abt1 .abt-img {
    order: 1;
}

.abt-img:before {
    content: "";
    position: absolute;
    left: -10px;
    bottom: -10px;
    background: #e56039;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.abt-img img {
    position: relative;
}

.abt_page .our-lbs {
    background: url(../images/abtco_bg.jpg) no-repeat scroll center bottom #233638;
    background-size: cover;
}

.abt_page .our-lbs * {
    color: #fff !important;
}

.info-form {
    padding: 50px;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 20px #0000002e;
}

.info-form .form-control {
    margin-bottom: 20px;
    background: #c7c7c7;
    height: 50px;
    font-size: 14px;
    border-radius: 0;
}

.info-form textarea.form-control {
    height: 90px;
}

.info-form  button.btn {
    background: #0775e1;
    color: #fff;
    font-size: 18px;
    padding: 13px 40px;
}

.abt_blp {
    background: #524383;
    padding: 40px;
    width: 100%;
    left: -20px;
    position: relative;
}

.abt_blp li {
    margin-bottom: 20px;
    padding-left: 60px;
    position: relative;
}

.abt_blp li span {
    font-size: 24px;
    color: #fff;
    font-family: 'Frank Ruhl Libre', serif;
}

.abt_blp li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
    background: url('../images/ab-arch.png') no-repeat scroll center center;
    top: 0px;
}

section.abt-form {
    background: url('../images/abf-left.png') no-repeat scroll left bottom , url('../images/abf-right.png') no-repeat scroll right top #f5f3f1;
    padding: 80px 0;
}
.head_style p.ask_p {
    width: 70%;
    position: absolute;
    bottom: 30px;
    right: 0;
    font-size: 16px;
}


.abt-ask .col-md-4 {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ask_item {
    padding: 50px 30px 20px;
    background: #fff;
    width: 100%;
    height: 100%;
    position: relative;
    box-shadow: 0 0 20px #6363634f;
}
.ask_item p {
    font-size: 15px;
}
.ask_item h4 {
    font-size: 22px;
    margin-bottom: 10px;
}

.ask_item:before {
    content: "";
    position: absolute;
    left: 20px;
    width: 40%;
    height: 4px;
    background: #0775e1;
    top: 20px;
}

.abt_page .inn-banner {
    background-color: #000;
}

.abt-img.a2:before {
    left: auto;
    right: -10px;
}

.abt_page .lbs_item h4:before{
		
	background: -moz-linear-gradient(left,  rgba(108,118,122,1) 0%, rgba(255,255,255,0) 100%); 
	background: -webkit-linear-gradient(left,  rgba(108,118,122,1) 0%,rgba(255,255,255,0) 100%); 
	background: linear-gradient(to right,  rgba(108,118,122,1) 0%,rgba(255,255,255,0) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c767a', endColorstr='#00ffffff',GradientType=1 ); 
	
}


section.abt-ask {
    padding-top: 80px;
}

.ask_thumb img {
    object-fit: cover;
    width: 100%;
}


.our-banner {   
    /*background: #ebd5cb;	*/
}

.faqsbanner p, .faqsbanner h1 {    color: #000;	}

.faq_page .banner-right {    top: 40px;	}

.faq_ebook .card {    margin-bottom: 20px;       border: 1px solid #fff; 	}

.faq_ebook .card-header {    background: none;    padding: 0.95rem 1.25rem;  }

.faq_ebook .card-header a.card-link {color: #17171d;font-size: 16px;font-weight: 500; display: block; position:relative;}  

.faq_ebook .card-header a.card-link:after {    content: "";    position: absolute;    right: 0;    width: 17px;    height: 10px; background:url('../images/down-arrow.png') no-repeat scroll center center;	}

.faq_ebook .card.open .card-header a.card-link:after { background:url('../images/up-arrow.png') no-repeat scroll center center;}

.faq_ebook .card-body {    padding: 1.25rem;  }
 
 
 section.faq_ebook {
    background: url('../images/faqbg.jpg') repeat scroll left top #f5f3f1;
    /* background-size: cover; */
    padding: 80px 0;
}

div#accordion {
    background: #fff;
    padding: 50px;
    width: 100%;
    box-shadow: 0 0 20px #00000029;
}
p.alphafaqs b {
    display: flex;
    justify-content: space-between;
}

.card_head {
    margin-top: 70px;
    margin-bottom: 30px;
    width: 100%;
}

.faq_ebook .card-header a.card-link:first-letter {
    text-transform: capitalize;
 }
 
 section.contact_area {
    background: url(../images/faqbg.jpg) repeat scroll left top #f5f3f1;
    /* background-size: cover; */
    padding: 80px 0;
    margin-bottom: 80px; 
}

.cnt-page section.inn-banner {
    margin-bottom: 0;
    background-color: #761fce;	
}

.contact_area .row {
    padding: 50px;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 20px #c6c6c6;
}

form.contact_form {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.price_inn ul:last-child {
    border-bottom: none;
}

.price-page .cta-amz {
    background: url(../images/price-cta.jpg) no-repeat scroll right center #161f30;
    background-size: cover;
}

.yprice_inn ul:last-child {
    border-bottom: none;
}

section.price_list {
    padding-top: 80px;
}

.price_list .heading h2{
    display: block;
}

.popup-head {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

.pop-red h3 {
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-family: 'Poppins' , sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    text-shadow: 1px 1px BLACK;
}

.pop-red{
    background: url(../images/pop-shape.png) no-repeat scroll right top;
    padding-top: 4px;
    padding-left: 60px;
    padding-right: 20px;
}

.az_bwa h4 i {
    position: relative;
}

.price-page section.inn-banner {
    background-color: #feeecd;
}

.abt-block .heading {
    margin-bottom: 0;
}

section.abt-block {
    padding-bottom: 0;
}


.faq-page section.inn-banner {
    background-color: #3b42e8;
}

.pop-red h3 span {
    color: #f3c111;
}
 
.mobile-view {    position: fixed;    top: 0;    z-index: 1000;    background:#000;
    height: 100vh;    right: -400px;    transition: all ease-in-out .5s;    -webkit-transition: all ease-in-out .5s;    -moz-transition: all ease-in-out .5s;
    }

.mob-menu {padding: 0;width: 100%;overflow-x: hidden;color: #fff;max-width: 300px;  overflow-y: scroll;height: 100%;}

.mob-menu li {    border-top: 1px solid #313131;    list-style: none;   margin-bottom: 0;    float: left;    width: 100%;    position: relative;  }

.mob-menu li > a {color: #fff;font-size: 15px;padding: 15px 20px;float:left;width: 100%;font-weight: 500;}

.mob-menu > li:first-child {    border-top: none;   }

.mob-menu li:first-child {    border-top: none;   }

.mob-menu li ul.mob-sub-menu {border-top: 1px solid #313131;clear: both;padding-left: 0;width: 100% !important;display: none;}

.mob-menu li > a:hover {text-decoration: none;background: #ffffff;color: #000;}

.mob-menu li span.opensub { position: absolute;    top: 13px;    right: 10px;    height: 26px;    width: 26px;    text-align: center;    cursor: pointer;    display: flex;    align-items: center;    justify-content: center;    background:#f00;    color: #fff;    border-radius: 1px;    font-size: 16px; }  

.mob-menu li.current span.opensub:before{ content: "\f106"; } 

.mob-menu li > ul.mob-sub-menu li > a {font-size: 14px;padding-left: 40px;}

.mob-menu ul#menu-main-menu-1 {    margin: 0;  }

.mob-menu li.sign_today a {    background: #f8772e; 	}

.headnav {float: right;margin-top:0px;  display: none; cursor: pointer;} 

.headnav i.fa {    font-size: 22px;    cursor: pointer;    color:#fff;  }

.mobile-view.mopen {    right: 0;    transition: all ease-in-out 0.5s;    -webkit-transition: all ease-in-out 0.5s;    -moz-transition: all ease-in-out 0.5s;  }

.header-fixed .main-menu {    margin-top: 13px;  } 

.mobile-close {position: absolute;    left: -50px;    background: none;    width:50px;    height: auto;    border-radius: 0;    text-align: center;    top: 20px;    background: #000;    padding: 12px 0 14px 0;    display: none;    cursor: pointer;    height: 50px;}

.mobile-overlay {top: 0;background: rgba(0, 0, 0, 0.8);position: fixed;z-index: 101;width: 100%;height: 100%;display: none; left: 0;}

.mobile-overlay.moverlay {    display: block;  }

.mobile-close.mclose {    display: block;  }

.mobile-close img {    max-height: 20px;	}

div#accordion .card_head:first-child {
    margin-top: 0;
}

img.offsticker {
    position: absolute;
    top: -20px;
    z-index: 1;
    left: -80px;
}

.our-banner h1:before {
    content: "";
    width: 177px;
    height: 177px;
    background: #fdd448;
    position: absolute;
    border-radius: 50%;
    left: -50px;
    top: -40px;
}

.our-banner h1 i {
    position: relative;
}    

section.our-reign-bx{background: url(../images/or-left.png) no-repeat scroll left center ,  url(../images/or-right.png) no-repeat scroll right center;padding: 110px 0;}

.our-power .col-md-4 {
    margin-bottom: 20px;
}  

img.mobsticker {
    display: none;
}  

a.logo img {
    width: 250px;
}

.copy .social-links ul {
    text-align: center;
    justify-content: center;
}

.copy .social-links ul a {
    font-size: 1.1rem;
}

.copyright .social-links ul li {
    padding-left: 8px;
}

.copyright .social-links ul li::before {
    display: none;
}

.copyright .social-links {
    display: flex;
    justify-content: center;
}


