body{font-family: 'Poppins', sans-serif;color: #111214;font-size: 16px;font-weight: 400;overflow-x: hidden;}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {padding: 0 10px;}
.row {margin: 0 -10px;}      
a:hover, a:focus, button:hover, button:focus{outline: none;}  
section {padding: 80px 0;clear: both;position: relative;margin: 0 auto;}   
h1,h2,h3,h4,h5,h6{font-family: 'Poppins', sans-serif;}        
p {color: #3d3d3d;font-size: 16px;font-weight: 400;}            
img{max-width: 100%;}     
.desk-hide{display: none}     
textarea{resize: none}  
input.required.error, textarea.required.error, select.required.error {    border-bottom: red 2px solid !important;  }
label.error {display: none !important;}
img.no-max{max-width: fit-content;}
ul li.nav-item.dropdown .nav-link {
    padding: 0;
}
.dropdown:hover>.dropdown-menu {
    display: block;
}
.inner-banner h1 span {
    font-style: italic;
    color: #fa9600;
    font-size: 44px;
    display: block;
}
.dropdown-item {
    color: #000000 !important;
    padding: 6px 15px 4px 15px;
    border-bottom: 1px solid #1f004e2b;
    margin-bottom: 0px;
    font-size: 16px !important;
    font-weight: 500 !important;
}
.dropdown-menu{
    background-color: #ffffff;
    padding: 0;
    margin:0;
}
.dropdown-item.active, .dropdown-item:active {
    background: #3b3843;
}
.dropdown-item:focus, .dropdown-item:hover {background: #2c2935;color: #ffffff !important;}
.leftColumn {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
}
.rightColumn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0
}
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.row.no-gutters[class^="col-"], .row.no-gutters[class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}
/*Reset End*/

header nav {
    text-align: right;
}

header ul {
    display: inline-block;
}
header .row {
    align-items: center;
}

.btn-red {
    background: #ce0f25;
    color: white;
}
.btn-tel i{
    margin-right: 3px;
    /* rotate: 90deg; */
    vertical-align: baseline;
}

.btn {
    padding: 12px 25px;
    border: 0;
    border-radius: 20px;
    transition: .5s all;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.5s;
}
.container-fluid {
    padding: 0;
    width: 96%;
    margin: auto;
}
header {
    padding: 25px 0;
    position: relative;
    /* z-index: 1; */
}

header .menu {
    /* display: inline-block; */
}

header .menu li {
    margin-right: 26px;
    display: inline-block;
}

header .menu li a {
    font-size: 1rem; 
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
}
header .logo {}

header .logo img {
    /*max-width: 80%;*/
}

header .row {
    align-items: center;
}
.btn-block{
    padding: 0;
    margin: 0;
    margin-top: 30px;
}
.btn-white {
    background: white;
}

.btn-white i {
    color: #ce0f26;
}

.btn-brd-white {
    border: 1px solid #fff;
    color: #fff;
}
.btn-brd-black {
    border: 1px solid #000000;
    color: #000000;
}

.btn-block .btn {
    margin-right: 10px;
}
.text-white *{color: white !important;}
.heading h2 {
    margin: 0 0 0;
    font-weight: 700;
    font-size: 2.875rem;
    padding-bottom: 68px;
    position: relative;
    z-index: 1;
}
.heading {
    margin: 0 0 40px;
}

.heading p {
    margin: 15px 0 0 0;
    color: #2c2d30;
    font-size: 1.25rem;
}

.top {
    text-align: center;
    padding: 13px 0;
    position: relative;
    background: #1a095a;
    border-bottom: #4832a6 1px solid;
}

.top p {
    display: inline-block;
    font-size: 1.2rem;
    color: #ffffff;
    font-weight: 600;
    font-style: italic;
    font-family: 'Ysabeau', sans-serif;
    margin: 0 10px;
}

.top img {
    vertical-align: inherit;
}

.top p span {
    color: #ea4c31;
    vertical-align: baseline;
}
.our-banner{
    background: url("../images/our-banner.jpg") no-repeat;
    background-size: cover;
    padding: 130px 0 100px;
    margin-top: 0;
    /* height: 93vh; */
    background-position: 100% 100%;
}
header li.tel {
    margin-right: 0;
    margin-left: 15px;
    text-align: left;
}

header li.tel i {}

header li.tel p {
    display: inline-block;
    margin: 0;
}

header li.tel p a {
    font-style: italic;
    font-size: 1.1rem; 
}

header li.tel p a span {
    display: block;
    font-size: 13px;
    font-weight: 600;
}
header .menu li i {
    color: white;
    vertical-align: baseline;
}

header li.tel i {margin-right: 10px;font-size: 25px;}
.our-banner p {
    color: white;
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 30px;
    width: 80%;
}

.our-banner h1 {
    color: white;
    font-size: 50px;
    font-weight: 400;
    margin: 0 0 30px;
    padding: 0 0 20px;
    position: relative;
}

.our-banner h5 {
    color: white;
    font-family: 'Dancing Script', cursive;
    font-size: 34px;
    font-weight: 500;
}

.btn-yellow {
    background: #ffcd1f;
}

.btn-black {
    background: #111214;
    color: white;
}

.our-banner h1:after {
    content: '';
    background: #fa9600;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 10px;
    width: 120px;
    clip-path: polygon(0 0, 94% 0, 100% 100%, 0% 100%);
}
/*.our-banner:before{
    content: '';
    background: url("../images/best-seller.png")no-repeat;
    height: 190px;
    width: 190px;
    position: absolute;
    left: -10px;
    bottom: 160px;
    background-size: 80%;
    right: 0;
    margin: auto;
}*/
.heading.text-center p {
    width: 80%;
    margin: 20px auto 0;
}
.heading h2:after{
    content: '';
    background: url("../images/heading-after.png")no-repeat;
    height: 52px;
    width: 125px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.heading.text-center h2:after{
    right: 0;
    margin: auto;
}
.journey .container{
    background: url("../images/journey-bg.png")no-repeat;
    height: 286px;
    width: 100%;
    padding: 50px 40px;
}
.journey h4 {
    font-size: 2.375rem;
    font-style: italic;
    font-weight: 700;
    line-height: 45px;
    font-family: 'Ysabeau', sans-serif;
    letter-spacing: -1px;
}
.journey h4 span{
    color: white;
    background: #7d5b8a;
    display: inline-block;
    padding: 0 7px;
    font-style: normal;
}
.our-publishing{
    background: url("../images/our-pub.jpg")no-repeat;
    background-size: cover;
    padding-bottom: 0;
    height: 820px;
    margin-bottom: 80px;
}
.our-publishing p {
    margin-left: 30px;
    font-size: 1.2rem;
    font-weight: 400;
}

.our-publishing p span {
    display: block;
    font-weight: 700;
    font-size: 46px;
    margin-top: -10px;
}

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

.our-publishing h6 {
    background: #38315c;
    color: white;
    margin: -60px 0 0 0;
    padding: 50px 50px;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    border-radius: 50px;
    position: relative;
}
.our-publishing h6:after{
    content: '';
    background: url("../images/our-pub-after.png")no-repeat;
    height: 173px;
    width: 166px;
    position: absolute;
    right: -59px;
    top: -102px;
    background-size: 80%;
}
.platform {}

.platform h2 {
    margin: 0;
    font-weight: 700;
    line-height: 50px;
    font-size: 37px;
}

.platform .row {
    align-items: center;
}
.our-connect{
    padding: 0;
}
.our-connect .container{
    background: url("../images/our-connect.png")no-repeat;
    background-size: cover;
    height: 431px;
    padding: 70px 0;
}
.our-connect h2 {
    font-size: 58px;
    color: white;
    font-weight: 700;
    text-shadow: 0 0 3px #00000075;
    margin: 0;
}

.our-connect p {
    margin: 0;
    color: white;
    font-size: 20px;
    width: 66%;
    text-shadow: 0 0 3px #0000002e;
    font-weight: 500;
}

.our-connect .row {
    align-items: center;
}
.btn-blue {
    background: #221e6f;
    color: white;
}
.our-process {
}

.our-process .container {}

.our-process ul {
    display: inline-block;
    width: 35%;
    height: 362px;
}

.our-process ul li {
    margin: 0 0 22px;
    font-size: 18px;
    font-weight: 500;
}

.our-process ul li img {
    margin-right: 8px;
}

.our-process .container {background: #e1d5d0;padding: 50px 40px;border-radius: 42px;position: relative;background: rgb(223,211,206);background: -moz-linear-gradient(90deg, rgba(223,211,206,1) 0%, rgba(239,230,227,1) 97%);background: -webkit-linear-gradient(90deg, rgba(223,211,206,1) 0%, rgba(239,230,227,1) 97%);background: linear-gradient(90deg, rgba(223,211,206,1) 0%, rgba(239,230,227,1) 97%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dfd3ce",endColorstr="#efe6e3",GradientType=1);}
.our-process .container:before{
    content: '';
    background: url("../images/our-process-before.png")no-repeat;
    height: 240px;
    width: 430px;
    position: absolute;
    left: 180px;
    right: 0;
    bottom: -18px;
    margin: auto;
    background-size: 93%;
}
.our-process .container:after{
    content: '';
    background: url("../images/our-process-img.png")no-repeat;
    width: 442px;
    height: 455px;
    position: absolute;
    right: -53px;
    bottom: -46px;
    background-size: 90%;
}
.portfolio img{
    margin: 0 0 20px;
}
.our-author {
    background: #d18a2d;
    background: rgb(210,140,45);
    background: -moz-linear-gradient(90deg, rgba(210,140,45,1) 0%, rgba(210,144,45,1) 97%);
    background: -webkit-linear-gradient(90deg, rgba(210,140,45,1) 0%, rgba(210,144,45,1) 97%);
    background: linear-gradient(90deg, rgba(210,140,45,1) 0%, rgba(210,144,45,1) 97%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d28c2d",endColorstr="#d2902d",GradientType=1);
    position: relative;
    padding-top: 120px;
    padding-bottom: 50px;
}

.our-author .heading {
    margin: 0 0 50px;
}

.our-author .heading h2 {
    padding: 0;
    color: white;
    font-size: 35px;
}

.our-author .heading h2:after {
    display: none;
}

.our-author .heading p {
    color: white;
    font-weight: 500;
    font-size: 18px;
    width: 88%;
}

.our-author .box {
    background: white;
    padding: 35px 20px;
    height: 250px;
}

.our-author .box img {
    margin: 0 0 15px;
}

.our-author .box h5 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    position: relative;
    padding-top: 10px;
}

.our-author .box h5 span {
    display: block;
    font-weight: 600;
    font-size: 25px;
    margin: 0 0 2px;
}

.our-author .box h6 {
    color: white;
    font-size: 20px;
    position: relative;
}

.our-author ul {}

.our-author ul li {
    display: inline-block;
    width: 42%;
    margin: 0 0 20px;
    color: white;
    font-weight: 500;
    margin-right: 40px;
    font-size: 15px;
}

.our-author ul li span {
    display: block;
    font-size: 18px;
    color: #fccf53;
    font-weight: 600;
}

.our-author .box {
    margin: 0 0 30px;
    overflow: hidden;
    position: relative;
}

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

.our-author .box h5:before {
    content: '';
    width: 50px;
    height: 4px;
    background: #ff9900;
    position: absolute;
    top: 0;
}
.our-author .box .circle {
    content: '';
    background: url(../images/author-circle.png)no-repeat;
    height: 172px;
    width: 178px;
    position: absolute;
    right: -60px;
    top: -80px;
    text-align: center;
    font-size: 41px;
    line-height: 230px;
    padding: 0;
    color: white;
}
.our-author:after {
    content: '';
    background: #264a40;
    position: absolute;
    right: -20px;
    top: 60px;
    width: 51%;
    height: 87%;
    border-radius: 50px 0 0 50px;
}
.our-author:before {
    content: '';
    background: url("../images/author-before.png") no-repeat;
    position: absolute;
    right: 0;
    top: 60px;
    width: 624px;
    height: 558px;
    z-index: 1;
}

.our-author .container-fluid {
    position: relative; 
    z-index: 1;
}
.our-author img.laptop {
    position: absolute;
    right: 0px;
    bottom: 103px;
    max-width: 55%;
}
.testimonial .item {
    border: 1px solid #cecece;
    padding: 20px 20px;
    height: 305px;
}

.testimonial .item p {
    margin: 12px 0 12px;
}

.testimonial .item h5 {
    font-size: 16px;
    font-weight: 600;
}
.compared{
    background: url("../images/compared-bg.jpg")no-repeat;
    text-align: center;
    position: relative;
    padding: 60px 0;
    background-size: 100%;
}
.compared:after, .compared:before{
    content: '';
    position: absolute;
    top: 40px;
}
.compared:before{
    background: url("../images/compared-before.png")no-repeat;
    height: 143px;
    width: 147px;
    left: 130px;
    right: inherit;
}
.compared:after{
    background: url("../images/compared-after.png")no-repeat;
    height: 133px;
    width: 132px;
    right: 150px;
}
.compared h2 {
    color: white;
    text-transform: uppercase;
    font-size: 3.1rem;
    font-weight: 700;
}

.compared p {
    color: white;
    font-size: 1.5rem;
}

.compared a {
    font-size: 2.8rem;
    color: #f9cd53;
    font-weight: 500;
}
.marque {
    background: #daf9f3;
    padding: 15px 0;
    /* margin-top: -4px; */
}

.marque span {
    font-size: 1.15rem;
    color: #37665d;
    font-weight: 500;
    position: relative;
    display: inline-block;
}

.marque span:before {
    content: '';
    background: #37665d;
    height: 4px;
    width: 4px;
    position: absolute;
    left: -13px;
    top: -3px;
    border-radius: 50%;
    bottom: 0;
    margin: auto;
}
.info{
    background: url("../images/info-bg.jpg")no-repeat;
    background-size: 100%;
    padding: 36px 0;
    text-align: center;
} R
  .info ul {}

.info ul li {
    color: white; 
    display: inline-block;
    margin: 0 30px;
}

.info ul li i {
    margin-right: 6px;
    font-size: 16px;
}

.info ul li a {
    color: white;
    font-weight: 600;
    font-size: 26px;
    font-family: 'Ysabeau', sans-serif;
    position: relative;
    top: -2px;
}
.copy {
    background: #4d3a5c;
    padding: 8px 0;
}

.copy p {
    margin: 0;
    color: white;
    font-size: 14px;
}

.copy ul {
    text-align: right;
}

.copy ul li {
    display: inline-block;
    margin-left: 20px;
}

.copy ul li a {
    color: white;
    font-size: 14px;
}
.copy .row {
    align-items: center;
}
.banner-circle{
    margin-left: 80px;
    position: relative;
}
.banner-circle:before{
    content: '';
    background: url("../images/home-circle.png")no-repeat;
    height: 602px;
    width: 606px;
    position: absolute;
    left: -30px;
    top: -30px;
    animation: rotation 10s infinite linear;
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
.banner-circle img {
    max-width: 110%;
    position: relative;
    z-index: 1;
}
.our-banner .row {
    align-items: center;
}
.inner-banner h1{
    font-weight: 700;
    font-size: 44px;
    letter-spacing: 2px;
}
.inner-banner:before{
    display: none;
}
.prompt {
    text-align: center;
    background: #1e2432;
    padding: 15px 0; 
}

.inner-banner {
    padding: 180px 0 60px;
}

.inner-banner img {}
.why-choose .pub{
    background: url("../images/why-chooseBg.png") no-repeat;
    height: 673px;
    background-size: 100%;
    position: relative;
    left: 60px;
    margin-top: -50px;
}
.why-choose ul {
    background: #f3f5f8;
    width: 600px;
    padding: 20px;
    text-align: center;
    border-radius: 15px;
    float: right;
    margin-top: 60px;
}

.why-choose ul li {
    text-align: center;
    width: 30.8%;
    display: inline-block;
    background: #dde6f2;
    height: 150px;
    margin-bottom: 20px;
    margin-right: 16px;
    padding-top: 40px;
    position: relative;
}

.why-choose ul li h5 {
    margin: 13px 0 0;
    font-size: 16px;
}
.why-choose ul li:nth-child(1):after, .why-choose ul li:nth-child(4):after, .why-choose ul li:nth-child(7):after{display:none}
.why-choose ul li:nth-child(2) {
    background: #e5e7ea;
}
.why-choose ul li:nth-child(3) {
    background: #f4ecdf;
}
.why-choose ul li:nth-child(4) {
    background: #f4ecdf;
}
.why-choose ul li:nth-child(5) {
    background: #dde6f2;
}
.why-choose ul li:nth-child(6) {
    background: #e5e7ea;
}
.why-choose ul li:nth-child(7) {
    background: #e5e7ea;
}
.why-choose ul li:nth-child(8) {
    background: #f4ecdf;
}
.why-choose ul li:nth-child(9) {
    background: #dde6f2;
}


.why-choose ul li:nth-child(3n) {
    margin-right: 0;
}

.why-choose ul li:after {
    background: #aaadb0;
    content: '';
    height: 100%;
    width: 1px;
    position: absolute;
    left: -9px;
    top: 0;
}

.why-choose ul li:before {
    background: #aaadb0;
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -8px;
}       
.why-choose ul {
    width: 600px;
    padding: 20px;
    float: right;
    background: #f3f5f8;
    border-radius: 10px;
    margin-top: 80px;
    margin-right: 90px;
    box-shadow: 0 0 5px #ccc;
}
.igniting{
    background: url("../images/ignity-bg.jpg")no-repeat;
    background-size: cover;
}
.igniting:before{
    background: url("../images/ignity-before.png")no-repeat;
    height: 676px;
    width: 451px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}
.igniting h2 {
    font-size: 2.6rem;
    font-weight: 700;
    margin: 0 0 20px;
    line-height: 54px;
}

.igniting p {
    font-size: 1.2rem;
    color: #2c2d30;
    margin: 0 0 20px;
}

.igniting ul {}

.igniting ul li {
    font-size: 1.2rem;
    color: #0e0e0f;
    margin: 0 0 6px;
} 

.igniting ul li img {
    max-width: 17px;
    margin-right: 5px;
}
.inclusive{
    background: url("../images/inclusive-back.png")no-repeat;
    background-size: cover;
}
.inclusive .container{
    background: url("../images/inclusive-bg.jpg")no-repeat;
    text-align: center;
    padding: 70px 10px;
    background-size: 100%;
    border-radius: 20px;
}
.inclusive h2 {
    color: white;
    font-weight: 700;
    font-size: 42px;
    margin: 0 0 11px;
}

.inclusive h2 + p {
    color: white;
    width: 80%;
    margin: 0 auto 50px;
    font-size: 18px;
}

.inclusive .box {}

.inclusive .box img {display: block;text-align: center;display: none;}

.inclusive .box h4 {
    font-size: 62px;
    color: #949cb2;
    font-weight: 300;
    margin: 0;
    display: inline-block;
    margin-left: 13px;
}

.inclusive .box h4 span {
    font-size: 18px;
    color: #ffbc7b;
    display: block;
    font-weight: 700;
}
.becoming {
    position: relative;
    margin-bottom: 200px;
}

.becoming .box {}

.becoming .box:after {
    content: '';
    background: url("../images/becoming-after.png")no-repeat;
    height: 84px;
    width: 84px;
    position: absolute;
    right: 20px;
    top: -20px;
}
.becoming:before {
    content: '';
    background: url("../images/becoming-before.jpg")no-repeat;
    height: 436px;
    width: 1129px;
    position: absolute;
    left: 0;
    bottom: -230px;
    background-size: 80%;
}

.becoming .box h4 { 
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 20px;
}

.becoming .box p {
    /* margin: 0; */
    width: 90%;
}

.becoming ul {
    margin-top: 30px;
}

.becoming ul li {
    margin: 0 0 10px;
}

.becoming ul li img {
    max-width: 20px;
    margin-right: 8px;
}
.about-cta{}
.about-cta .container{
    background: url("../images/about-cta.jpg")no-repeat;
    height: 370px;
    background-size: 100% !important;
    background-position: 100% 100% !important;
}
.about-cta .row {
    justify-content: center;
    height: 100%;
    align-items: center;
}

.about-cta h2 {
    color: white;
    font-size: 2.4rem;
    font-weight: 600;
    margin: 0 0 10px;
}

.about-cta p {
    color: white;
    font-size: 20px;
}
 
.about-cta p strong { 
    color: #ff9900;
}
.amplify {}

.amplify .audio-book {
    padding: 40px 0;
}
.amplify .audio-book.bg{
    background: url("../images/pattern.png")no-repeat;
    background-size: 100%;
}

.amplify .audio-book h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 14px;
}

.amplify .audio-book p {
    margin: 0;
}
.audio-cta{
    background: url("../images/inclusive-back.png") no-repeat;
    background-size: cover;
}
.audio-cta .container{
    background: url("../images/audio-cta.png")no-repeat;
}
.about-cta h2 span {
    color: #ff9900;
}

.btn-grey {  
    background: #3f4046;
    color: white;
}
.audio-service {
    padding: 50px 0;
}

.heading.no-after{}

.heading.no-after h2 {
    padding: 0;
}

.heading.no-after h2:after {
    display: none;
}
.audio-service .box {
    padding: 20px;
    border: 1px solid #7693d4;
    height: 360px;
    margin: 0 0 20px;
    border-radius: 10px;
}

.audio-service .box h5 { 
    margin: 15px 0 14px;
    font-size: 18px;
} 

.audio-service .box p {
    margin: 0;
    font-size: 15px;
}
.audio-service:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 65%;
    height: 98%;
    background: url("../images/audio-ser-before.png")no-repeat;
    /* background-size: 100%; */
}

.audio-service .box * {
    color: white;
}
.audio-service .img2 {position: absolute;right: -490px;bottom: 50px;max-width: 75%;} 
.audio-service img.img1 {
    position: absolute;
    bottom: 18px;
    left: -14px;
    opacity: 1;
    max-width: 140px;
}
.audio-lets {
    text-align: center;
    background: #1e2432;
    padding: 50px 0;
    overflow: hidden;
    margin-top: 30px;
}

.audio-lets h2 {
    color: white;
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 600;
}

.audio-lets p {
    color: white;
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0 0 6px;
}

.audio-lets p + a {
    color: white;
    font-size: 30px;
    font-weight: 600;
}
.audio-lets:before{
    content: '';
    background: url("../images/audio-lets-before.png")no-repeat;
    height: 396px;
    width: 500px;
    position: absolute;
    left: -40px;
    top: -10px;
    background-size: 88%;
}
.audio-lets:after{
    content: '';
    background: url("../images/audio-lets-after.png")no-repeat;
    height: 336px;
    width: 416px;
    position: absolute;
    right: -30px;
    bottom: -69px;
    background-size: 80%;
}
.audio-lets .btn-block { 
    margin: 12px 0 0;
}
.top img {
    max-width: 17px;
}
.author-web-cta .container{
    background: url("../images/author-web-cta.png") no-repeat;
}
.auth-service:before{
    background: url("../images/auth-service-before.png") no-repeat;
    /* background-size: 100%; */
}
.auth-service .box{
    height: 320px;
}
.amplify .audio-book ul {
    margin-top: 11px;
}

.amplify .audio-book ul li {
    margin: 0 0 4px;
}
 
.amplify .audio-book ul li img {
    max-width: 18px;
    margin-right: 4px;
}
.marketing-cta .container{
    background: url("../images/marketing-cta.png") no-repeat;
}

.mark-service:before{
    background: url("../images/mark-ser-before.png")no-repeat;
    /* background-size: 100%; */
}

.amplify .audio-book img {
    float: right;
}

.amplify .audio-book.bg img {
    float: left;
}
.prof-service {}

.prof-service .box {
    height: 280px;
}
.pub-cta .container{
    background: url("../images/profe-cta.png")no-repeat;
}
.professional-service:before{
    background: url("../images/professional-service-before.png") no-repeat;
    background-size: 100%;
}
.audio-service .box{
    height: 100% !important;
}
.audio-service .col-md-6 {margin-bottom: 14px;padding: 0 7px;}

.audio-service .row {
    margin: 0 -7px;
}
.professional-service img.img1 {
    bottom: 58px;
}
.audio-service .heading h2:before{
    content: '';
    background: url("../images/audio-service-head-after.png")no-repeat;
    height: 14px;
    width: 257px;
    position: absolute;
    right: -60px;
    bottom: 5px;
    z-index: -1;
}
.audio-service .heading h2{
    display: inline-block;
}
video-cta{
    background: url("../images/video-cta.png") no-repeat;
}

.video-cta h2 {
    font-size: 34px;
    line-height: 48px;
    margin-top: -60px;
}
.bx-wrapper {
    max-width: 100% !important;
    background: transparent;
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    width: 100% !important;
}
.bxslider {
    background: transparent;
    margin-top: 0;
    padding: 0;
    height: auto;
}
.bxslider .captions {
    position: absolute;
    top: 120px;
}
.bxslider .captions img {
    /* position: relative; */
    /* right: 80px; */
    /* max-width: 550px; */
}

.bx-wrapper img {width: 100%;}

.bxslider h1 {
    font-size: 44px;
}

.bx-slider .row {
}
.bx-controls { 
    display: none;
}
.home-slider {
    margin-top: 0;
    padding: 0;
    padding-top: 0;
}

.home-slider p {
    color: white;
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 30px;
    width: 80%;
}

.home-slider h1 {
    color: white;
    font-size: 3.125rem;
    font-weight: 400;
    margin: 0 0 30px;
    padding: 0 0 20px;
    position: relative;
    max-width: 700px;
}
   
.home-slider h5 {
    color: white;
    font-family: 'Dancing Script', cursive;
    font-size: 2.125rem;
    font-weight: 500;
}
.bx-wrapper img.bg {
    object-fit: cover;
    height: 700px;
}
.home-slider .captions .thumb-img {
    position: relative;
}
.home-slider .slide-1 .captions .thumb-img {
    left: -80px;
    top: 20px;
    max-width: 88%;
}
.home-slider .slide-2 .captions .thumb-img {
    left: -70px;
    top: 10px;
    max-width: 79%;
}
.home-slider .slide-3 .captions .thumb-img {
    left: -20px;
    top: 20px;
    max-width: 85%;
}
.home-slider h1:after {
    content: '';
    background: #f5441b;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 10px;
    width: 120px;
    clip-path: polygon(0 0, 94% 0, 100% 100%, 0% 100%);
}
.home-slider .row {
    align-items: center;
}
.btn:hover {
    background: #929292;
    color: black !important;
}
html * {
    /* transition: .5s all; */
}
.popupform ul li {
    text-align: left;
    position: relative;
    width: 100%;
    margin: 8px 0;
    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 10px 10px 34px;
    width: 100%;
    border-radius: 7px;
    color: #000;
    box-shadow: none !important;
    outline: none 0px !important;
    font-size: 15px;
}
.popupform ul li i {
    position: absolute;
    top: 12px;
    left: 10px;
}
.popupform ul li.first,.popupform ul li:nth-child(4) {
    /* width: 98%; */
}
.popupform ul li textarea {
    height: 110px;
}
.popupform ul li.last {
    text-align: center;
    width: 100%;
}
.popupform ul li .btn {
    background: #ed5a29;
    color: #fff;
    font-size: 18px;
    border: #ed5a29 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: #ed5a29;
}
.popupform ul li input[type="text"]:focus, .popupform ul li input[type="email"]:focus, .popupform ul li textarea:focus {
    border: #53b8e0 1px solid  !important;
}
.popupform {
    width: 500px;
    border-radius: 23px;
    padding: 31px;
    overflow: visible;
    border-bottom: #ed5a29 5px solid;
}
.popupform h2 {
    font-size: 28px;
    color: #000000;
    font-weight: 900;
    padding-left: 15px;
    border-left: #ed5a29 6px solid;
    margin-bottom: 12px;
    line-height: 35px;
    margin-top: 0;
    text-transform: uppercase;
}
.popupform h2+p {
    line-height: 19px;
    font-size: 14px;
    margin-bottom: 12px;
}
.popupform .fancybox-close-small {
    border: #ed5a29 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: #53b8e0;
    right: 4px;
    background: transparent;
    padding-top: 0;
    font-size: 20px;
}
.why-choose {
    padding-bottom: 60px;
}
.audio-cta h2 {
    font-size: 2rem;
}
.bx-wrapper .slide-3 img.bg {
    object-position: 100%;
}

.bx-wrapper .slide-3 .captions {
    top: 140px;
}
.inner-banner.text-center h1:after {
    right: 0;
    margin: auto;
}
.content-page p {
    margin-bottom: 13px;
    line-height: 21px;
    font-weight: 400;
    color: #000;
}
h5.sub-heading {
    text-transform: uppercase;
    color: #004699;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 4px;
    margin-top: 20px;
}
h5.page-title {
    text-transform: uppercase;
    color: #004699;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 4px;
    margin-top: 20px;
}
.info ul li img {
    margin-right: 10px;
}


.info-form {
    background: #1a0a2c;
    padding: 40px;
    border-radius: 30px;
    width: 100%;
    position: relative;
}

.info-form .form-control {
    margin-bottom: 10px;
    font-size: 14px;
    height: 50px;
}

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

.info-form h3 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 600;
}

.btnsub.show-s {
    text-align: center;
}

.btnsub.show-s input.btn-purp {
    background: #d1842d;
    color: #fff;
    text-transform: none;
}

.btnsub.show-s input.btn-purp:hover {
    background: #fff;
}  
.contact-detail li {
    clear: both;
    margin-bottom: 30px;
    /* display: flex; */
    flex-flow: wrap;
}

.contact-detail li p {
    color: #132146;
    display: block;
}

.contact-detail li a {
    display: block;
    color: #132146;
    font-size: 18px;
    font-weight: 500;
}
 
.contact-detail li img.ico_cn {
    margin-bottom: 10px;
}

.contact-detail li.ico_phone a {
    font-size: 1.8rem;
    font-weight: 600;
    color: #1b0976; 
} 

.audio_black .heading h2 {
    color: #fff;
}

.audio_black {
    background: url('../images/abl-bg.jpg') no-repeat scroll right top #20292e;
    padding-bottom: 0;
}

.abl_block {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.abl_block .abl_item {
    width: 48.5%;
    margin-top: 30px;
    padding-left: 50px;
    position: relative;
}

.abl_item h4 {
    color: #e6e6e6;
    font-size: 1.2rem;
    font-weight: 600;
}

.abl_item  p {
    color: #e6e6e6;
    font-size: 14px;
}

.abl_item h3.abl_no {
    position: absolute;
    left: 0;
    margin: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: red;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #8c8d8d;
    background: linear-gradient(to bottom,  rgba(10,4,127,1) 0%,rgba(118,39,71,1) 100%); 
}

img.abl-girl {
    position: absolute;
    max-width: none;
    bottom: 0;
    right: -17%;
    z-index: 0;
}

.audio_black .col-md-7 {
    padding-bottom: 100px;
    z-index: 1;
}

.aud-cta .container{
    background: url(../images/ad-cta-bg.jpg) no-repeat scroll right top #1f1759;
    background-size: cover;
    border-radius: 10px 10px 10px 80px;
}

.editg-book {
    background:  url('../images/ed-left-shd.png') no-repeat scroll left 40px  #f3f3f3; 
    padding: 80px 0;
    width: 96%;
    margin: 40px auto 0;
    position: relative;
    border-radius: 30px;
}

.editg-book.bg {
    background:  url('../images/ed-right-shd.png') no-repeat scroll right 40px  #f3f3f3; 
}

.editg-book h4 , .editg-book h3 {
    font-weight: bold;
    color: #090383;
} 

.editg-book li {
    font-size: 1.2rem;
    font-weight: 500;
    padding-left: 30px;
    margin-top: 10px;
    position: relative;
}

.editg-book li:before{
    background:  url('../images/ed-left-ico.png') no-repeat scroll left center;
    content:"";
    position:absolute;
    left:0px;
    width:22px;
    height:18px;
    top: 5px;
}

.heading p b {
    vertical-align: baseline;
    color: #f5441b;
    font-weight: 600;
}

.ulcol {
    margin-top: 20px;
    display: flex;
} 


img.edit_pf {
    position: absolute;
    right: 50px;
    top: 0;
    max-height: 90%;
    bottom: 0;
    margin: auto;
}

.bg img.edit_pf {
    left: 50px;
    right: auto;
}

.ed_item h4 {
    position: absolute;
    left: 70px;
    margin: 0;
    top: -30px;
    width: 56px;
    height: 56px;
    background: red;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    border: 1px solid #8c8d8d;
    background: linear-gradient(to bottom, rgba(10,4,127,1) 0%,rgba(118,39,71,1) 100%);
}

.ed_item {
    padding: 50px 30px 20px 0;
    /* border: 1px solid #ddd; */
    border-radius: 50px;
    height: 100%;
    position: relative;
}

.ed_item_thumb {
    padding-left: 70px;
    position: relative;
}

.ed_item_thumb img.ed_ico {
    position: absolute;
    left: 0;
}

.ed_item p {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 0;
}

.ed_item_thumb h5 {
    font-weight: 600;
}

.edit_process .col-md-4 {
    margin-top: 30px;
}
.ed_item:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    border: 10px solid;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(to left, #b4b4b4, #ffffff);
    height: 100%;
    top: 0;
    border-radius: 80px;
}  

.editg-book h5 {
    line-height: normal;
    font-weight: 600;
}


.bkd-portfolio .col {
    margin-bottom: 15px;
}

section.bcd_samples:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 0;
    height: 90%;
    background: #9e9288;
    top: 0;
}

.samples_bg {
    background: #f2bf89;
    border-radius: 30px;
    width: 100%;
    text-align: center;
    padding: 60px 0;
    margin-top: 50px;
}

.bcd_samples .heading h2:after {
    display: none;
}

.bcd_samples .heading h2 {
    padding-bottom: 0;
}

.bcd_samples .col-md-7 .heading * {
    color: #fff;
}

.bcd_samples .col-md-7 .heading p {
    font-size: 15px;
}

.bcd_thumb {
    border-radius: 40px;
    /* overflow: hidden; */
    position: relative;
}

.bcd_thumb:after {
    content: "";
    position: absolute;
    right: -10px;
    width: 100%;
    height: 100%;
    background: #fff;
    bottom: -10px;
    border-radius: 50px;
}

.bcd_thumb img {
    border-radius: 40px;
    position: relative;
    z-index: 1;
}

section.print_manu {
    /* background: #3a6a57; */
    min-height: 860px;
    z-index: 1;
}

section.print_manu:before{
    content:"";
    position: absolute;
    left:0px;
    background: url('../images/spk-bg.png') no-repeat scroll center bottom;
    bottom:0px;
    width: 100%;
    height: 100%;
    background-size: cover;
}

section.bcd_txt_blk:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 94%;
    background: #618a7a;
    top: 0;
}

.samples_gb {
    margin-top: 0px;
    text-align: center;
    background: #cccca9;
    padding-top: 60px;
    padding-bottom: 60px;
    border-radius: 30px;
    width: 100%;
}

.samples_gb .heading h2:after { 
    display: none;
}

.samples_gb .heading {
    margin-bottom: 0;
}

.bcd_block {
    border-radius: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    background: #466559;
    padding: 60px;
    background: linear-gradient(to right,  rgba(97,138,122,1) 0%,rgba(70,101,89,1) 35%); 
}

.bcd_txt {
    width: 65%;
} 

.bcdb_thumb {
    width: 35%;
    text-align: center; 
}

.bcd_txt * {
    color: #fff;
}

.bcd_txt li {
    margin-top: 20px;
    padding-left: 40px;
    position: relative;
}

.bcd_txt h4 {
    margin-bottom: 20px;
}

.bcd_odd .bcdb_thumb {
    order: 1;
}

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

.bcd_txt h3 {
    font-weight: 600;
    margin-bottom: 30px; 
}

.bcd_block.bcd_odd{
    background: linear-gradient(to right,  rgba(70,101,89,1) 65%,rgba(97,138,122,1) 100%);   
} 

.print_manu .heading {
    margin-bottom: 0;
}

.print_manu .heading h2 {
    margin-bottom: 0;
    padding-bottom: 0;
    color: #ffff;
}

.print_manu .heading p {
    color: #fff;
    font-size: 16px;
}

.bcd_process .ed_item_thumb img.ed_ico { 
    right: -10px; 
    left: auto;
    top: -30px;
}

.bcd_process .ed_item h4 {
    left: 30px;
}

.bcd_process .ed_item_thumb {
    padding-left: 30px;
    padding-top: 20px;
}

section.bcd_process {
    padding-top: 0;
}

.about-cta.bcd-cta {
    padding-top: 0;
}

.bcd_samples .col-md-7 .heading h2 {
    font-size: 2.30rem;
    font-weight: 600;
}

.print_manu .heading h2:after {display: none;}

img.spk-bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.bcd_txt_blk {
    padding-top: 160px;
    margin-top: -100px;
}

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

.bcd-cta .container{
    background: url(../images/bcd-cta.jpg) no-repeat scroll left top #1e2432;
    background-size:cover;
    border-radius:0 0 40px 0;
}

img.bcd-cta-icon {
    margin: 0 auto;
    display: table;
}

.bcd_samp_bg {
    position: relative;
}

.bcd_samp_bg:before {
    content:"";
    position: absolute;
    left: 0px;
    width:100%;
    height: 30%;
    bottom:0px;
    background: url(../images/bcd-arc-bg.jpg) repeat scroll center top; 
}

header .menu li:hover .dropdown-menu {
    display: block;
}

header .menu li {
    position: relative;
}

header ul.dropdown-menu li {
    margin-right: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
}

header ul.dropdown-menu li a {
    color: #000;
    font-size: 14px;
    padding: 14px 20px;
    display: block;
    width: 100%;
}

header ul.dropdown-menu li a:hover ,
header ul.dropdown-menu li a:focus ,
header ul.dropdown-menu li a:active {
    background:#ce0f25;
    color:#fff !important; 
}

header .menu li .dropdown-menu {
    background-color: #ffffff;
    padding: 0;
    margin: 0;
    width: 13rem;
}

.header-bar {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 1;
}


.sample-image .modal-dialog {
    max-width: 700px;
    padding: 5px;
    background: rgba(255,255,255,.2)!important;
}







.bannerform {background: linear-gradient(135deg,  rgb(250 150 0) 0%,rgb(191 69 116) 100%);border: 5px solid #fff;border-radius: 10px;display: block;max-width: 400px;width: 100%;float: right;position: relative;z-index: 2;} 

.banner-head {position: relative;text-align: center;padding-top: 20px;padding-bottom: 9px;background: #7d3d13;}

.banner-head h4 {font-size: 1.6rem;text-transform: uppercase;color: #000000;letter-spacing: 10px;margin-bottom: 0;}

.banner-head h2 {font-size: 1.8rem;text-transform: uppercase;color: #ffffff;margin-bottom: 0;position: relative;text-shadow: #000 0 1px 2px;font-weight: 700;}

.banner-head  p {color: #fff;text-transform: capitalize;font-weight: 600;/* letter-spacing: 1px; */margin-top: 1px;position: relative;font-size: 15px;margin-bottom: 0;width: 100%;}

.banner-head:before {content: "";position: absolute;left: 0;width: 100%;height: 86px;background: #7d3c14;bottom: 0;}

.bannerforminn {position: relative;padding: 20px 30px;width: 100%;}

.bannerforminn li {    width: 100%;    margin-top: 6px;    }

.bannerforminn li .form-control {height: 48px;font-size: 13px;}

.bannerforminn li textarea.form-control {    height: 75px;    resize: none;    }

.bannerforminn li input.btn {width: 100%;background: #000000;margin-top: 5px;font-size: 16px;text-transform: uppercase;color: #fff !important;font-weight: 600;border-radius: 6px;}

form.form-banner {margin-top: 0;display: table;width: 100%;}

.bannerforminn h2 {    text-align: center;    text-transform: uppercase;    font-weight: 600;    letter-spacing: -1px;    font-size: 1.8rem;   }

.inner-banner .col-md-6.col-unhide {display: block;}


 










.info-pack {
    padding: 40px 30px 20px;
    background: #fff;
    box-shadow: 0 5px 15px #00000030;
    position: relative;
    margin-bottom: 40px;
    transition: .5s all;
    border: 3px solid transparent;
}

.our-package [class*='col']:nth-child(2) .info-pack::before,.our-package [class*='col']:nth-child(4) .info-pack::before {
    background: #75efed;
}

.our-package [class*='col']:nth-child(3) .info-pack::before,.our-package [class*='col']:nth-child(5) .info-pack::before {
    background: #f6d6a8;
}

.info-pack h4 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 22px;
}

.info-pack h4 span {
    display: block;
    font-weight: 300;
}

.info-pack h3 {
    font-size: 61px;
    color: #2f41b1;
    font-weight: 700;
    position: relative;
    display: table;
    margin: auto;
    letter-spacing: -4px;
}

.info-pack h3 > span {
    font-size: 30px;
    font-weight: 500;
    position: absolute;
    bottom: 5px;
    left: -20px;
}

.info-pack::before {
    background: #6548f5;
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    border-radius: 0 0 10px 10px;
    bottom: -10px;
    left: 0;
    z-index: -1;
    transition: .1s;
    opacity: 1;
}

.price_mz {
    display: flex;
    margin: 0 auto;
    position: relative;
    justify-content: center;
}  

.info-pack h6 {
    position: absolute;
    top: 10px; 
    right: 10px;
    font-weight: 400;
    color: #694bff;
    font-size: 18px;
    text-decoration: line-through;
    text-align: center;
    line-height: 17px;
}


.info-pack h6 > span {
    display: block;
}

.info-pack ul { 
    margin: 30px 0;
}

.info-pack ul li {
    font-size: 14px;
    color: #54565f;
    margin-bottom: 5px;
    padding-left: 18px;
    position: relative;
    z-index: 1;
}

.info-pack ul li:before {
    height: 9px;
    width: 9px;
    content: "";
    position: absolute;
    background: #a1b9f2;
    border-radius: 50%;
    top: 4px;
    left: 0;
}

.info-pack p {
    color: #1d2b4f;
    text-align: center;
    font-size: 18px;
}

.info-pack p > span {
    font-weight: 700;
    color: #0d63f3;
}

.info-pack .btn {
    margin: auto;
    display: table;
    width: 100%;
    letter-spacing: 1px;
}


.info-pack .talk {
    margin: 15px 0 0;
    text-align: center;
}

.info-pack .talk a {
    color: #694bff;
    font-weight: 600;
    font-size: 18px;
}

.info-pack .talk a > span {
    font-size: 14px;
    color: #1f2225;
    margin-right: 8px;
}

.info-pack .talk img {
    margin-right: 8px;
}
 
.our-package [class*='col']:first-child .info-pack h4::before {
    position: absolute;
    content: "";
    background: url("../images/best.png") no-repeat;
    max-width: 168px;
    height: 47px;
    width: 100%;
    background-size: 100%;
    top: -20.5px;
    left: 0;
    right: 0;
    margin: auto;
}


.our-pricing .addon-box-new {
    background: #fff;
    border: #e2e2e2 1px solid;
    padding: 13px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in;
    position: relative;
    min-height: 320px;
    display: flex;
    height: 100%;
}

.our-pricing .addon-box-new .addon-box-txt-n {
    width: 250px;
    font-size: 12px;
    display: inline-block;
    padding-right: 23px;
}

.our-pricing .addon-box-new .addon-box-txt-n h2 {
    font-size: 25px;
    font-weight: 600;
    color: #000;
    line-height: 25px;
    margin-bottom: 15px;
}

.our-pricing .addon-box-new .addon-box-txt-n h2 span {
    display: block
}



.our-pricing .addon-box-new .addon-box-txt-n .addon-new-price {
    margin: 5px 0 14px
}

.addon-box-img-n {
    width: 50%;
    display: inline-block;
}


.our-pricing .addon-box-new .addon-box-txt-n .addon-new-price {
    margin: 5px 0 14px;
}


.our-pricing a.btn {
    display: block;
    color: #040f4d;
}
.our-pricing .addon-box-new .addon-box-txt-n h2 {
    font-size: 25px;
    font-weight: 600;
    color: #000;
    line-height: 25px;
    margin-bottom: 15px;
}

/*span.top-seller-addon {
    background: url(../img/top-seller-tag.png) right top;
    width: 100%;
    float: left;
    height: 100px;
    background-repeat: no-repeat;
    position: absolute;
    right: -13px;
    top: 13px;
}*/

span.col-addon-price-nn {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #002a2b;
    display: inline-block;
    line-height: 19px;
}

.our-pricing .addon-btn-new {
    width: 93%;
    text-align: center;
    text-transform: uppercase;
}

.our-pricing .addon-box-new .addon-box-txt-n h2::before {display: none;}

span.col-addon-price-nn b {
    font-size: 23px;
    font-weight: 700;
    display: block;
    color: #3adcdd;
}
.our-pricing .addon-box-new p {
    font-size: 15px;
}
.our-pricing .addon-box-new .addon-box-txt-n {
    width: 50%;
}

.our-pricing .row>div {
    margin-bottom: 30px;
}
   
.our-pricing{
    background: #fff;
}

.our-package .info-text::before {
    background: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75%;
    content: "";
    position: absolute;
    z-index: -2;
}

.our-package::after {
    background: url(../images/bg14.png) no-repeat;
    content: "";
    max-width: 135px;
    height: 135px;
    width: 100%;
    background-size: 100%;
    right: 30px;
    top: 60px;
    position: absolute;
    z-index: -1;
}

.our-package::before {
    background: url(../images/bg7.png) no-repeat;
    max-width: 42px;
    height: 201px;  
    width: 100%;
    background-size: 100%;
    position: absolute;
    content: "";
    top: 290px;
    left: 50px;
}

.info-pack ul ul {  
   
    margin: 10px 0;
}   

.mz_color .info-pack.ip1:hover {
    border-color: #232f3e !important;  
}

.mz_color .info-pack.ip2:hover {
    border-color: #146eb4 !important;
} 

.mz_color .info-pack.ip3:hover {
    border-color: #ff9900 !important;
}


.info-pack:hover {
    
    transform: scale(1.03);
    border-color: #6548f5;
}
.info-pack:hover::before {
    display: none;
}

.info-pack ul li li {
    font-size: 13px;
}   
 
.mz_color .col-md-10 {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

.our-events {}

.our-events .nav-tabs {
    border: none;
}

.our-events .nav-tabs li {
    margin: 0 0 10px;
    width: 90%;
}

.our-events .nav-tabs li a {
    border: none;
    padding: 0;
    color: white;
    padding: 17px 40px;
    color: #000;
    text-align: center;
    line-height: 27px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0;
    background-color: #f1efef;
    width: 100%;
    display: block;
}

.our-events .nav-tabs li a.active {
    background: #1a095a; 
    color: white;
}

.l-content-bottom h1 {
    font-size: 2rem;
    font-weight: 600;
}

.l-content-bottom .text-blue {
    font-weight: 500;
    color: #1a095a;
}

.book-comp-banner{
    background: url("../images/book-publication-company.jpg") no-repeat;
    background-size: cover;
    padding: 90px 0;
}

.book-pub-comp .header-bar{
    position: relative;
}


.book-pub-comp header .menu li a , .book-pub-comp header .menu li i{
    color : #000 ;
}


.book-pub-comp header .logo img {
    filter: brightness(0);
}

.book-comp-banner ul li {
    color: #fff;
    display: inline-flex;
    width: 49%;
    align-items: center;
    margin: 0 0 10px;
}

.book-comp-banner ul li svg {margin: 0 8px 0 0;}

.book-comp-banner .btn-block {
    margin: 20px 0 0;
}

.custom-breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background: #e9ecef;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.custom-breadcrumb a {
  color: #004085;
}


.partner-sec ul{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.partner-sec ul li {
  flex: 1;
  display: block;
  position: relative;
  border-radius: 20px;
  margin: 10px 15px;
  height: 50px;
}


.partner-sec ul li > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: .5s all;
}


.partner-sec ul li:hover img {
  transform: scale(1.1);
}



.resource-content-box {
  font-size: 17px;
  font-family: Poppins;
  color: #666;
  margin-left: 50px;
}
.resource-img-box + img {
  margin: 15px 0 0;
  box-shadow: 15px 15px 0 0 #8aa5ca;
}
.resource-counter > div:nth-child(3) h3::after {
  right: -11%;
}


.resource-counter > div {
  flex: 0 1 33.33333%;
}
.counter-box {
  display: flex;
  align-items: flex-start;
}
.resource-counter > div:nth-child(2) {
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  justify-content: center;
}
.resource-counter > div:nth-child(3) {
  padding: 0 15px;
  flex: 0 1 34.33333%;
}
.resource-counter {
  display: flex;
}
.counter-box h3 {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  color: #212529;
  line-height: 0.8;
}

.counter-box h3 {
  position: relative;
}


.resource-counter {
  margin-top: 40px;
  margin-bottom: 30px;
}
.counter-box {
  display: flex;
  align-items: flex-start;
}
.counter-box p {
  font-size: 14px;
  line-height: 18px;
  margin-top: 5px;
  margin-bottom: 4px;
}
.counter-box > div {
  padding: 0 0 0 8px;
}
.counter-box h3::after {
  content: "+";
  position: absolute;
  right: 58%;
}
.resource-counter > div:nth-child(2) h3::after {
  right: 16%;
}
.resource-counter > div:nth-child(3) h3::after {
  right: 31%;
}


.audio-lets.cta-comp {
    background: #a20004;
}

.resource-txt-area.content-wrapper h2 {
    color: #a20004;
    font-weight: 700;
}

.resource.resource-inner {
    padding-top: 30px;
}

.resource-content-box {
  height: 550px;
  padding-right: 2rem;
  font-weight: 400;
}

.resource-content-box .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar , .resource-content-box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #5329b9 !important;
    width: 5px;
}

.resource-content-box .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #a5c0cb !important;
    width: 5px;
}
.resource-content-box h4 {
    font-weight: 700;
    color: #666;
}


.service-contentsec-two {
  background: #f7f9fb;
  position: relative;
  padding: 3rem 0;
}

.service-contentsec-two:before {
  content: "";
  background: url(../images/pf-leaf-left.webp) no-repeat;
  position: absolute;
  height: 600px;
  width: 300px;
  left: 0;
  bottom: 0;
}

.service-contentsec-two h2 > strong{
    color: #a20004;
}

.para {
  color: #8f8e93;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1rem;
  line-height: 1.5;
}


.icon-trus ul li img {
  width: 200px;
}

.icon-trus ul {
  padding: 0;
  margin: 2rem 0;
}

.icon-trus ul li {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
}

.icon-trus ul li h3 {
  font-size: 1.375rem;
  color: #333;
  font-weight: 600 !important;
}

.icon-trus ul li p {
  font-size: 1rem;
  color: #666;
  line-height: 1.5;
}


.trust h3.ip-resource-heading-h3 {
    font-weight: 700;
    color: #a20004;
    font-size: 40px;
}

.trust .bannerform {
    max-width: 100%;
    border-color: #000;
}

.trust .bannerform .banner-head {
    padding: 30px 0;
}

.trust .bannerforminn {
    padding: 30px 30px;
}

.trust .bannerform .bannerforminn li .form-control {
    height: 50px;
    margin: 0 0 10px;
}

.trust .bannerform .bannerforminn li textarea.form-control {
    height: 120px;
    margin-bottom: 20px;
}

.process {
  background-color: #e9f8ff;
}


.skill figure::before {
  position: absolute;
  content: "";
  right: 0;
  top: -1rem;
  background: url(../images/greenbg.webp) 0 0 / cover no-repeat;
  width: 334px;
  height: 306px;
}



.skill figure {
  position: relative;
  z-index: 11;
}

.process1 {
  position: absolute;
  top: 0;
  margin: 0 !important;
  right: 0;
}


img.skill2 {
  position: absolute;
  right: 12rem;
  top: 18rem;
}

img.skill3 {
  position: absolute;
  right: 1rem;
  top: 10em;
  /* width: 70%; */
}

.skill.process img.skill3 {
  right: 4rem;
}

.process figure::before {
  background: url(../images/greenbg.webp) 0 0 / cover no-repeat;
  left: -2rem;
}

.process figure::after {
  left: inherit;
  right: -60px;
  background: url(../images/process.webp) no-repeat;
  background-size: cover !important;
}

.skill figure::after {
  position: absolute;
  content: "";
  top: -3rem;
  background: url(../images/process.webp) no-repeat;
  background-size: 100% !important;
  width: 309px;
  height: 360px;
  z-index: -1;
}

.skill.process .resource-content-box {
    height: 400px;
    margin-left: 10px;
}

.skill.process h3 {
    font-weight: 700;
    color: #a20004;
    font-size: 34px;
    margin: 0 0 16px;
}

.skill p {
  font-size: 1rem;
  margin-bottom: 2rem;
  line-height: 28px;
  padding-right: 2rem;
}


.process-wrapper {
  display: flex;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 30px;
}

.process-no {
  border-right: 1px solid #eff0f1;
  padding-right: 0;
  flex: 0 0 15%;
}

.process-no {
  margin-right: 15px;
}
.process-wrapper h3 {
  margin-bottom: 20px;
  margin-top: 8px;
  color: #212529;
  font-weight: 500;
  font-size: 24px;
}
.process-content p {
  font-size: 16px;
  flex: 0 0 157px;
}

.process-content p {
  line-height: 24px;
  color: #999;
}

.process-no h5 {
  font-size: 14px;
  color: #666;
  margin: 0;
}


.process-no h2 {
    font-weight: 700;
    font-size: 26px;
    color: #a20004;
}

.sec_05 {
  background-color: #f0f8ff;
}
.sec_05 .heading.text-center p.para {
    color: #8f8e93;
    font-size: 1rem;
}

.sec_05 .heading.text-center p.para > strong {
    color: #000;
}

.process_mm {
  position: relative;
  margin-top: 3rem;
}

.book-cover-sec_05 .processcenter {
  width: 29%;
}

.process_mm img.processcenter {
  position: absolute;
  left: 50%;
  top: 0;
  margin: auto;
  bottom: -2rem;
  transform: translateX(-50%);
}

.sec_05:before {
  content: "";
  background: url(../images/shape01.webp) no-repeat;
  width: 197px;
  height: 197px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sec_05:after {
  content: "";
  background: url(../images/sprite.webp) -73px -149px no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 3rem;
  right: 20rem;
}

.process_steps span {
  font-size: 6.5rem;
  color: #fff;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #a20004;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.1;
}

.process_steps h3 {
  font-size: 20px;
  color: #000;
  position: relative;
  font-weight: 600;
}

.process_steps h3:before {
  content: "";
  background: #d2d6e8;
  width: 100px;
  height: 8px;
  display: block;
  position: absolute;
  left: -8px;
  top: 16px;
  z-index: -1;
}

.process_steps p {
  line-height: 20px;
  font-size: 14px;
}


.customcol {
  columns: 2;
}
.customcol .process_steps {
  width: 100%;
  max-width: 62%;
  margin-bottom: 0;
  padding-top: 5.8rem;
  min-height: 215px;
  position: relative;
  z-index: 1;
}


.margin-left-auto {
  margin-left: auto;
}


.sec_05 .btn-block {
    margin: 80px 0 0;
}


.our-range-two {
  background: url(../images/range2-bg.webp) no-repeat;
  background-size: cover;
}

.resource-content-box2 p {
  font-weight: 300;
  margin-top: 15px;
}

.resource-content-box2 h4 {
    font-weight: 600;
    color: #666;
    font-size: 28px;
}

.faq-sec {
    background: #000000;
}
.faq-sec .heading h2 {
    color: #fff;
}


.faq-sec .card button {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 25px 0 0;
  font-size: 15px;
  font-weight: 600;
  color: #29a7d5;
  text-align: left;
  white-space: inherit;
}

.faq-sec .card button::before {
  content: "\f107";
  position: absolute;
  top: -2px;
  right: 5px;
  font-family: FontAwesome;
  font-size: 20px;
  color: #29a7d5;
  transition: 0.5s ease-in-out;
}

.faq-sec .card button[aria-expanded="true"]::before {
  transform: rotate(180deg);
}

.faq-sec .card button:hover {
  text-decoration: none;
  color: #29a7d5 !important;
  background:transparent;
}

.faq-sec .card {
  border: none;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}

.faq-sec .card:not(:last-child){
  margin-bottom: 20px;
}

.faq-sec .card .card-header {
  border: none;
  background: 0 0;
}

.faq-sec .card .card-body {
  padding-top: 0;
}


.faq-sec .card button.collapsed {
    color: #222 !important;
}



.thankyou-banner {
    text-align: center;
    background: url(../images/thanks-banner.jpg);
    display: -webkit-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    background-size: cover;
    line-height: 21px;
}
a.live-chat-thank.chat {
    background: #ee2c5e;
    display: inline-block;
    border-radius: 50px;
    padding: 14px 70px;
    color: #fff;
    text-transform:  uppercase;
    letter-spacing: 1px;
    margin: 40px 0;
}
.thankyou-banner a {
    color: #2575bc;
    font-weight: bold;
}



.thankyou-banner:before {
    background: #001e58db;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 0;
}

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

.thankyou-banner h1 {
    margin-top: 33px;
    margin-bottom: 24px;
    font-size: 52px;
} 

.thankyou-banner h1 span {
    display: block;
    font-family: georgia;
    font-style: italic;
}

.thankyou-banner p {
    color: #fff;
}


