* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    color: #2c2d30;
    overflow-x: hidden;
    background: #FAF5E9;
}

.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 0px;
}

a:hover,
a:focus,
button:hover,
button:focus {
    outline: none;
    color: #fff;
}

/* */

section {
    padding: 80px 0;
    clear: both;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'DM Sans', sans-serif
}

strong,
i,
span {
    vertical-align: baseline;
}

p {
    color: #1a1a1c;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
}

img {
    max-width: 100%;
}

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

label.error {
    display: none !important;
}

.top-bar {
    background: #081521;
    width: 100%;
    text-align: center;
    padding: 0;
}

.top-bar ul.top-ul {
    display: flex;
    justify-content: center;
}

.top-bar ul.top-ul a {
    font-size: 14px;
    color: white;
    font-weight: 500;
}

.top-bar ul.top-ul a i {
    margin-right: 4px;
    position: relative;
    top: -2px;
}

.top-bar ul.top-ul li {
    margin: 0;
}

.header {
    background: #faf5e9;
    width: 100%;
    padding: 0px 0px;
}

header {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
}

.header ul li {
    display: inline-block;
    margin-right: 25px;
}

.header ul li a {
    color: #1d1d1f;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0;
    font-size: 18px;
    position: relative;
    line-height: 40px;
    transition: all ease-in-out 0.2s;
}

header ul li a.nos_hd:before {
    display: none;
}

header a.logo {
    display: table;
    margin: 0 auto;
}

.header.sticked {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}

.sticked-header-offset {
    margin-top: 90px;
}

.our-banner {
    /*background: url(../images/footer-blocks.png) repeat-x scroll center top #e3ded4;*/
    /*background: linear-gradient(45deg, #e3ded4, transparent), url(../images/christmas.webp);*/
    /* background: linear-gradient(45deg, #e3ded4, transparent), url(../images/newyear-offer.webp); */
    background: linear-gradient(45deg, #4b0f32, #000000), url(../images/newyear-offer.webp);
    background-size: cover;
    position: relative;
    /* text-align: center; */
    padding: 0;
    z-index: 1;
    /* border-radius: 50px 50px 0 0; */
    overflow: hidden;
}

.our-banner h1 {
    /* color: #fff; */
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 50px;
    line-height: 47px;
    font-family: 'DM Sans', sans-serif;
    text-transform: none;
}

.our-banner li span {
    color: #ff3030;
}

.our-banner .bannerform h2 {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    margin: 0 0 22px;
    font-family: 'DM Sans', sans-serif;
}

.our-banner p {
    /* color: #fff; */
    font-weight: 400;
    font-size: 21px;
    line-height: 33px;
    letter-spacing: -0.4px;
}

.btn-block {
    margin-top: 30px;
}

.btn-block .btn,
.nav-pills .nav-link {
    font-size: 17px;
    background: #b60b27;
    color: white;
    padding: 14px 55px 14px 35px;
    border-radius: 30px;
    border: none;
    transition: all ease-in-out 0.3s;
    font-weight: 500;
    text-shadow: 1px 1px 3px #00000082;
}

.nav-pills .nav-link {
    padding: 14px 15px;
    text-align: center;
}

.btn-block .btn.btn-black {
    background: #b60b27;
}

.btn-block .btn span {
    position: relative;
}



.btn-block .btn:after {
    content: "";
    position: absolute;
    background: url('../images/arrow.png') no-repeat scroll center center;
    width: 17px;
    height: 13px;
    right: 32px;
    top: 23px;
    transition: all ease-in-out 0.3s;
}

.btn {
    border: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 40px;
    padding: 13px 31px;
    /* color: #b60b27!i; */
    position: relative;
    /* overflow: hidden; */
    background: #b60b27 !important;
}

.btn-orange {
    background: #f89a0e;
    color: #081521;
}

.our-banner .btn {
    margin: 0 0 20px;
}

.top-inn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar p {
    margin: 0;
    background: #081521;
    padding: 8px 30px;
    border-radius: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

.header ul li:last-child {
    margin-right: 0;
}

nav.main-right {
    justify-content: end !important;
    display: flex;
}

img.winner-ico {
    margin-left: -20px;
    margin-top: 20px;
}

.our-banner .btn-block {
    margin-top: 0;
}

img.banner-thumb {
    max-height: 100%;
    max-width: 100%;
    position: relative;
    padding-left: 3%;

}

section.book-writing {
    padding: 0;
    margin-top: -50px;
    margin-bottom: -50px;
}

.bw_inside {
    padding: 50px;
    width: 100%;
    border-radius: 30px;
    background: url('../images/pen-bg.jpg') no-repeat right center #fff;
    position: relative;
    box-shadow: 0 0 40px #000;
    z-index: 1;
}

.bw_inside h2 {
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: 600;
}

.bw_inside li {
    font-size: 16px;
    margin-bottom: 15px;
    padding-left: 40px;
    position: relative;
}

.bw_inside li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    background: url('../images/check-ico.png') no-repeat left center;
}

section.exten-array {
    background: url(../images/discbg.jpg) no-repeat center top #000000;
    background-size: cover;
    padding-top: 120px;
}

.heading h3 {
    font-size: 36px;
    margin-bottom: 20px;
}

.heading h2 {
    font-size: 36px;
    margin-bottom: 10px;
    font-weight: 600;
}

.heading {
    margin-bottom: 50px;
}

.ext_item h4 {
    color: #081521;
    font-size: 33px;
    font-weight: 800;
}

.ext_item p {
    /* font-size: 15px; */
    margin-top: 10px;
    /* color: #fff; */
}

.exten-array .col-md-4 {
    margin-top: 50px;
}

.white * {
    color: #fff;
}

.heading.text-center p {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.heading p {
    font-size: 18px;
    letter-spacing: -0.2px;
}

/* section.portfolio:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 20%;
    background: #FAF5E9;
    bottom: 20%;
    margin: auto;
} */

section.portfolio {
    background: #e3ded4;
}

.portfolio_block {
    /* text-align: center; */
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px;
}

.portfolio_block a {
    width: 15%;
    margin-bottom: 30px;
    overflow: hidden;
}

.portfolio_block a img {
    width: 100%;
    box-shadow: 0 10px 20px #00000061;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}

section.logo_list {
    border-top: 1px solid #717273;
    border-bottom: 1px solid #717273;
    padding: 0;
    background: #FAF5E9;
}

.logo_bx {
    padding: 0;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo_list .col {
    border-right: 1px solid #d1d1d1;
}

.logo_bx img {
    filter: brightness(0);
    opacity: 0.5;
    max-width: 110px;
    transition: all ease-in-out 0.3s;
}

.logo_bx:hover img {
    /*filter: none;  */
    opacity: 1;
}

section.logo_list .col:last-child {
    border-right: none;
}

section.cta-blocks {
    background: linear-gradient(30deg, #203e5e, #b60b27) !important;
    background-size: cover;
    padding: 30px 0;
    overflow: hidden;
}

img.cta-right-thumb {
    max-width: none;
    position: relative;
    right: 50px;
}

.cta-blocks h2 {
    color: #fff;
    font-size: 36px;
    line-height: normal;
    font-weight: 500;
}

.cta-blocks h2 strong {
    font-weight: 800;
}

.dream_author {
    background: #FAF5E9;
    padding-bottom: 0;
}

.girl_inn {
    position: relative;
}

img.girl-with-book {
    border-radius: 20px;
    box-shadow: 0 40px 70px #00000069;
}

.girl_block {
    position: absolute;
    top: 50px;
    max-width: 420px;
    left: 50px;
}

.girl_inn h4 {
    font-size: 42px;
    margin: 0;
}

.girl_head {
    margin-bottom: 60px;
}

.girl_head p {
    color: #fff;
}

.girl_inn h4 span {
    background: #000000;
    /* clear: both; */
    color: #FAF5E9;
    margin-bottom: 5px;
    line-height: 40px;
    display: table;
    padding: 5px 10px;
}

.bi_item {

    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 244, 238, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 244, 238, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 244, 238, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f4ee', GradientType=0);
    text-align: center;
    padding: 40px 0;
    width: 100%;
    border-radius: 20px;
    margin-top: -40px;
}

.bi_item h4 {
    color: #000000;
    font-size: 50px;
    line-height: 66px;
}

.bi_item h5 {
    margin: 0;
    font-size: 20px;
}

img.book_ext {
    border-radius: 20px;
}

.ex_txt {
    /* margin: 50px 0 0; */
    width: 100%;
    position: relative;
    background: #ffffff;
    border-radius: 25px;
    box-shadow: 0 0 36px #00000011;
}

.service-cont .col-xl-3:nth-child(2) {
    margin-top: 250px;
}


.ex_txt span {
    font-size: 80px;
    line-height: 100px;
    display: inline-block;
    margin-right: 10px;
}

.ex_txt h3 {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.ex_txt h3 small {
    color: #000000;
    font-size: 25px;
    font-weight: 500;
}

section.manuscript:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 80%;
    width: 100%;
    background: url(../images/editedbg.jpg) no-repeat center top;
    background-size: cover;
}

.manu_item.mn1 {
    background: url(../images/edit-1.jpg) no-repeat right bottom #081521;
    background-size: cover;
}

.manu_item.mn2 {
    background: url('../images/edit-2.jpg') no-repeat right bottom #191916;
    background-size: cover;
}

.manu_item h3 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 30px;
}

.manu_item {
    background: #191916;
    height: 100%;
    padding: 50px 50px 150px;
    width: 100%;
    border-radius: 20px;
    border-top: 15px solid #b60b27;
}

.manu_item p {
    color: #fff;
    font-size: 20px;
    line-height: normal;
}

.manuscript {
    background: #f6f4ee;
}

.writerexpend {
    background: #f6f4ee;
    padding: 0;
    overflow: hidden;
}

img.book-shelf {
    position: relative;
    z-index: 1;
}

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

.writerexpend:before {
    content: "";
    background: #e3ded4;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    position: absolute;
    left: -400px;
    right: 0;
    margin: 0 auto;
    top: 70px;
}

.writerexpend:after {
    content: "";
    position: absolute;
    right: 0;
    width: 60%;
    height: 8px;
    background: #b60b27;
    border: 0;
    bottom: 120px;
    z-index: 0;
}

.wri_right h3 {
    font-size: 30px;
    font-style: italic;
    line-height: 43px;
}

.wri_right h3 span {
    color: #000000;
    display: block;
}

section.testimonial {
    /* background: #f6f4ee; */
    padding-bottom: 0;
    margin-bottom: -70px;
    padding-top: 0;
}

.test-top {
    padding: 50px 70px 50px 70px;
    background: #e3ded4;
    border-radius: 30px;
    /* margin-bottom: -100px; */
    overflow: hidden;
}

.test-top .heading {
    margin-bottom: 0;
    padding-top: 50px;
}

footer.footer {
    background: url(../images/footer-blocks.png) repeat-x scroll center top #000000;
    padding-top: 120px;
    overflow: hidden;
}

.heading-t .head {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    font-family: 'DM Sans', sans-serif;
    line-height: 30px;
}

ul.ftr_list {
    display: flex;
    margin-top: 40px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

ul.ftr_list li {
    color: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 17px;
}

ul.ftr_list li i {
    color: #b60b27 !important;
    margin-right: 13px;
    font-size: 22px;
}

ul.ftr_list li a {
    color: #fff;
    font-size: 17px;
}

.ftr_para {
    border-top: 1px solid #373736;
    padding-top: 30px;
    padding-bottom: 20px;
    width: 100%;
}

.ftr_para p {
    font-size: 14px;
    color: #b3b3b3;
}

img.typewriter {
    max-width: none;
    position: relative;
    right: 70px;
    margin-top: -60px;
}

.form-ar .form-control {
    height: 46px;
    font-size: 14px;
    resize: none;
    border-radius: 4px;
    border-color: #fff;
    width: 100%;
    overflow: hidden;
}

.form-ar .col-md-4,
.form-ar .col-md-8 {
    margin-bottom: 10px;
    padding: 0 4px;
}

.copy {
    border-top: 1px solid #373736;
    width: 100%;
    padding: 20px 0;
    margin-top: 10px;
}

.copy li a,
.copy address {
    margin-bottom: 0;
    color: #929292;
    font-size: 15px;
}

.row.row4 {
    justify-content: space-between;
}

ul.ftr-list {
    display: flex;
    justify-content: end;
}


.copy li {
    margin-left: 10px;
    color: #929292;
}

img.footer-logo {
    margin: -10px auto 0;
    display: table;
    background: #000000;
    width: 250px;
}

.btn-last button.btn.btn-orange {
    display: block;
    width: 100%;
    background: #ed3622;
    text-transform: uppercase;
    font-size: 16px;
    color: #081521;
}

img.test-pin {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.titem p {
    font-size: 20px;
    padding-right: 100px;
    font-style: italic;
}

.titem h6 {
    color: #000000;
    font-family: 'DM Sans';
    font-size: 19px;
    font-weight: 600;
}

.owl-testimonial {
    margin-top: 20px;
}

img.test-arch {
    position: absolute;
    right: 20px;
    top: 0;
}

.form-ar {
    max-width: 500px;
    padding: 0 5px;
}




.popupform ul li:not(.iti__country) {
    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 textarea {
    height: 110px;
}

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

.popupform ul li input[type="submit"] {
    background: #ed3622;
    color: #000;
    font-size: 18px;
    border: #ed3622 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: #bc260c;
}

.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: #ed3622 5px solid;
}

.popupform h2 {
    font-size: 28px;
    color: #081521;
    font-weight: 900;
    padding-left: 15px;
    border-left: #081521 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: #ed3622 3px solid;
    background: #fff;
    border-radius: 72px;
    text-align: center;
    box-shadow: #000 0 0 10px;
    right: -18px;
    top: -11px;
}

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

.test-black .owl-nav {
    position: absolute;
    right: 150px;
    bottom: -30px;
}

.owl-nav button:hover {
    background: none !important;
}

.wri_right .btn-block {
    justify-content: end;
    display: flex;
    margin-top: 0;
    margin-right: 30px;
    width: auto;
}

.header .row {
    justify-content: space-between;
}

.dream_author.abt_dream {
    padding-bottom: 80px;
}


section.inn-banner {
    background: url(../images/footer-blocks.png) no-repeat scroll center top #e3ded4;
    background-size: cover;
    position: relative;
    z-index: 1;
    border-radius: 50px 50px 0 0;
    overflow: hidden;
    padding-bottom: 120px;
}

.inn-banner h1 {
    /* color: #fff; */
    font-weight: 600;
    margin: 0 0 22px;
    font-size: 44px;
    line-height: 50px;
    font-family: 'DM Sans', sans-serif;
    text-transform: none;
    letter-spacing: 0.2px;
}

.inn-banner p {
    /* color: #fff; */
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    margin-bottom: 0;
    letter-spacing: -0.4px;
}

.in-thumb {
    /* overflow: hidden; */
    float: right;
    position: relative;
}

.in-thumb img.in-thumb-img {
    border-radius: 160px;
}

.in-thumb:before {
    content: "";
    border: 2px solid #726f8a;
    border-radius: 160px;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: -1;
}

section.abt-writing {
    padding: 0;
    margin-top: -50px;
    margin-bottom: -50px;
}

section.exten-abt {
    padding-top: 120px;
    background: url(../images/extenabt.jpg) no-repeat scroll center top #0c1d1f;
    background-size: cover;
}


.ext_atem {
    padding-bottom: 50px;
    border-bottom: 4px solid #ffffff;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 50px;
}

.ext_atem h5 {
    margin-bottom: 0;
    color: #e4c884;
    font-size: 24px;
    line-height: 30px;
}

.ext_thumb {
    height: 80px;
}

.bw_inside h3 {
    margin-bottom: 20px;
}

.abt-writing .bw_inside {
    background: #fff;
}

.abt-writing .bw_inside h3 {
    font-size: 36px;
}

.bkd_item {
    padding: 30px;
    width: 100%;
    position: relative;
    background: rgb(160, 119, 90);
    background: -moz-linear-gradient(top, rgba(160, 119, 90, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(160, 119, 90, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(160, 119, 90, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a0775a', endColorstr='#ffffff', GradientType=0);
    height: 100%;
    border-radius: 20px;
}

.bkd_item h4 {
    color: #fff;
    font-size: 21px;
    min-height: 80px;
    display: flex;
    align-items: center;
}

.bkd_item p {
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
    letter-spacing: -0.4px;
}

section.bkd-cta {
    background: url(../images/bkdcta.jpg) no-repeat scroll center top #242828;
    background-size: cover;
    padding-top: 150px;
}

.bkd-cta .heading h2 {
    font-size: 60px;
}

.bkd-cta .heading {
    margin-bottom: 0;
}

p.heading {
    font-size: 29px;
}

.bkd-cta .row {
    align-items: center;
}

section.edt-abt {
    background: url(../images/editgrbg.jpg) no-repeat scroll center top #112a20;
    background-size: cover;
    padding-top: 130px;
}

.edt_atem {
    background: -moz-linear-gradient(top, rgba(32, 57, 55, 1) 0%, rgba(32, 57, 55, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(32, 57, 55, 1) 0%, rgba(32, 57, 55, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(32, 57, 55, 1) 0%, rgba(32, 57, 55, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#203937', endColorstr='#00ffffff', GradientType=0);
    padding: 40px;
    text-align: center;
    height: 100%;
    border-radius: 30px;
}

.edt_atem h3 {
    color: #c2855a;
    font-size: 66px;
    margin-bottom: 10px;
}

.edt_atem p {
    color: #fff;
}

.edt-abt .col-md-3 {
    margin-top: 30px;
}

img.book-stand {
    max-width: none;
    position: relative;
    right: 30px;
}

.mark-inn {
    /* background: #fff; */
    padding: 70px 40px 0px;
    border-radius: 15px;
    /* margin-top: -100px; */
    position: relative;
}

section.mark-writing {
    padding-top: 0;
    margin-top: -30px;
    /* overflow: visible; */
    z-index: 1;
}

.mark-inn .heading h3 {
    font-size: 36px;
}

.mar_bg {
    background: linear-gradient(30deg, #203e5e, #b60b27) !important;
    padding: 50px;
    width: 100%;
    border-radius: 15px;
}

.mark-inn:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 80%;
    background: #fff;
    top: 0;
    border-radius: inherit;
    box-shadow: 12px 0 15px -4px rgb(0 0 0 / 22%), -12px 0 8px -4px rgb(0 0 0 / 22%);
}

.mkd_item h4,
.mkd_item h3 {
    color: #e4c884;
    font-size: 22px;
    margin-bottom: 20px;
}

.mkd_item p {
    color: #fff;
    font-size: 14px;
}

img.mkd_ico {
    position: absolute;
    right: 0;
}

.mkd_item {
    position: relative;
}

.mark-inn .col-md-4 {
    margin-top: 30px;
}

.mark_bundles {
    background: #2c2512;
}

img.mark-apple-left {
    position: absolute;
    left: 0;
}

img.mark-apple-right {
    position: absolute;
    right: 0;
    bottom: 0;
}

.bonus_item {
    background: #e3ded4;
    border-radius: 40px 0px 40px 40px;
    position: relative;
    padding: 40px 0 60px;
    margin-top: 20px;
}

.bonus_item .btn-block {
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    margin: 0 auto;
    text-align: center;
    width: auto;
}

.bonus_item ul.bonus_list {
    padding: 0px 35px 0;
    width: 100%;
}

.bonus_item ul.bonus_list.scr {
    width: 95%;
    height: 220px;
    overflow: auto;
    margin-right: 17px;
    padding-right: 20px;
}

.bonus_thumb {
    text-align: center;
    height: 150px;
    margin-bottom: 20px;
}

.bonus_item h4 {
    font-size: 24px;
    /* text-transform: uppercase; */
    position: relative;
    text-align: center;
    padding: 0 0;
    width: 100%;
    left: 0;
}

.bonus_item h4:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 5px;
    background: #000000;
    top: 14px;
}

.bonus_item h4:after {
    right: 0;
    left: auto;
}

.bonus_price {
    margin: 20px auto 30px;
    display: table;
    padding: 0px 20px;
    background: #232971;
    color: #fff;
    border-radius: 30px;
}

.bonus_price h5 {
    margin-bottom: 0;
    font-size: 24px;
}

.bonus_item ul.bonus_list li {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
}

.bonus_item ul.bonus_list li span {
    margin-left: 20px;
    clear: both;
    display: table;
    font-weight: 400;
}

.bonus_item ul.bonus_list li strong {
    display: block;
}

.bonus_item h4 span {
    position: relative;
    background: #000000;
    padding: 0 19px;
    color: #e3ded4;
    border-radius: 20px;
}

img.bseller {
    position: absolute;
    right: 0;
    top: -26px;
}

section.mark_blocks {
    background: #e4e5de;
}



.mark_port {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.mark_left {
    width: 70.3%;
}

.mark_right {
    width: 29.4%;
}

.mrk_p {
    position: relative;
    padding: 30px;
    background-color: #373736;
    border-radius: 20px;
    /* width: 33.33%; */
    background-size: contain;
    background-position: right center;
    background-attachment: scroll;
    background-repeat: no-repeat;
}

.markl_1 {
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
}

.markl_2,
.markl_3 {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-bottom: 5px;
}

.markl_2 .mrk_p,
.markl_3 .mrk_p {
    width: 49.8%;
    height: 145px;
}

.markl_1 .mrk_p {
    width: 33%;
    height: 180px;
}

.mrk_p h4 {
    color: #fff;
    font-size: 18px;
}

.mrk_p h3 {
    color: #ffe268;
    font-size: 26px;
    margin-bottom: 0;
    position: absolute;
    bottom: 20px;
}

.mrk_p.mp8,
.mrk_p.mp9 {
    min-height: 238px;
}

.mrk_p.mp9 {
    margin-top: 3px;
}

.mp1 {
    background-image: url('../images/mp1.jpg')
}

.mp2 {
    background-image: url('../images/mp2.jpg')
}

.mp3 {
    background-image: url('../images/mp3.jpg')
}

.mp4 {
    background-image: url('../images/mp4.jpg')
}

.mp5 {
    background-image: url('../images/mp5.jpg')
}

.mp6 {
    background-image: url('../images/mp6.jpg')
}

.mp7 {
    background-image: url('../images/mp7.jpg')
}

.mp8 {
    background-image: url('../images/mp8.jpg')
}

.mp9 {
    background-image: url('../images/mp9.jpg')
}

.write_pad {
    padding-top: 80px;
}

img.wren_left {
    position: absolute;
    z-index: 0;
    top: 0;
    max-height: 90%;
}

img.wren_right {
    bottom: 0;
    position: absolute;
    right: 0;
    max-height: 90%;
}


.gtype_sec {
    margin-top: 80px;
}

.heading li {
    color: #333330;
    position: relative;
    font-size: 20px;
    margin-bottom: 10px;
    padding-left: 40px;
}

.heading li:before {
    content: "";
    background: url('../images/m-check.png') no-repeat scroll left center;
    position: absolute;
    left: 0;
    width: 27px;
    height: 25px;
}

.heading ul {
    margin-top: 50px;
}

section.genr-writing {
    padding-top: 0;
    margin-top: -50px;

}

section.genr-writing .bw_inside {
    min-height: 500px;
    box-shadow: 0 0 40px #0000006e;
    padding-top: 100px;
    background: url(../images/genre-white-bg.jpg) no-repeat right center #fff;
}

.gp_items {
    padding: 30px;
    width: 100%;
    position: relative;
    border-radius: 10px;
    background: #4a4b4f;
    margin-bottom: 0;
}

section.genre-points {
    padding-top: 100px;
    background: url('../images/gen-white.jpg') no-repeat scroll center top #ffffff;
    margin-top: -120px;
    background-size: cover;
    padding-bottom: 0;
}

.gp_items * {
    color: #fff;
}

.gp_items h4 {
    font-size: 22px;
}

.gp_items p {
    margin-bottom: 0;
    line-height: normal;
}

.gp_items.bl {
    background: #041968;
}

.gp_items.rd {
    background: #d00405;
}

.genre-points [class*="col-md"] {
    padding: 3px;
}

.gp_items.lgs {
    min-height: 230px;
}

.gp_items.mdt {
    margin-top: -31px;
    min-height: 220px;
}

section.publ-green {
    background: url('../images/publ-green.jpg') no-repeat scroll center top #091c1d;
    padding-top: 120px;
    background-size: cover;
}

.publ-green .heading.text-center p {
    max-width: 84%;
    margin-top: 30px;
}

img.publ-img {
    border-radius: 15px;
}

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

section.maps {
    padding: 0;
}


.tc-ico {
    height: 70px;
}

.ct_item {
    position: relative;
}

.ct_item .btn {
    background: #d00405;
    text-transform: uppercase;
    font-size: 15px;
    padding: 11px 28px;
    margin-top: 10px;
}

.ct_item:after {
    content: "";
    position: absolute;
    right: 50px;
    width: 2px;
    background: #dbdbdc;
    height: 100%;
    top: 0;
}

.ct_item.ct_last:after {
    display: none;
}

section.cnt-writing {
    padding: 0;
    margin-top: -60px;
    margin-bottom: -60px;
}

.cnt-writing .bw_inside {
    background: #fff;
}

.ct_item h5 a {
    color: #2b2b2b;
}

.main-menu {
    display: none;
}

a.menu-bottom {
    display: none;
}

.header ul li a:after {
    content: '';
    background: #0d3127;
    height: 2px;
    width: 0;
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: auto;
    transition: .5s all;
}

.header ul li a:hover:after {
    width: 100%;
}

.header ul li a:hover {
    color: #0d3127;
}

.heading.text-center p {
    width: 70%;
}


ul.bonus_list.scr::-webkit-scrollbar {
    width: 6px;
}

ul.bonus_list.scr::-webkit-scrollbar-track {
    background: #232971;
}

ul.bonus_list.scr::-webkit-scrollbar-thumb {
    background: #fff;
}

ul.bonus_list.scr::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.content-page p,
.content-page li {
    margin-bottom: 10px;
    font-size: 16px;
}

.content-page li {
    list-style: disc inside;
}

.content-page h5.sub-heading {
    font-size: 24px;
    margin-top: 30px;
}


header a.logo {
    max-width: 180px;
}

section.cnt-banner {
    background: url(../images/banner.jpg) no-repeat scroll center top #0d3026;
}

section.cnt-banner h1 {
    color: #fff;
}

section.cnt-writing.cont_pg {
    padding-bottom: 120px;
}





.top-inn img {
    filter: brightness(0);
}

.sub-service {
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
}

/* .dropdown-cont {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background: #faf5e9;
    padding: 10px;
    border-radius: 0 0 14px 14px;
    box-shadow: 0 16px 36px #ed362238;
    display: none;
    transition-duration: 0.8s;
    width: 100%;
} */
.drop-down-cont {
    position: absolute;
    width: 100%;
    max-height: 0;
    transition: height .9s;
    overflow: hidden;
    right: 0;
    /* left: 0; */
    top: 100%;
    box-shadow: 0 0 0 rgb(0 52 0 / 40%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 110% 200px;
    z-index: 9999999999;
    background-color: #faf5e9;
    border-radius: 0 0 25px 25px;
    padding: 0px;
}

.drop-down:hover .drop-down-cont {
    transition: max-height .8s ease-out;
    max-height: 140vh;
    box-shadow: 0 55px 36px rgb(0 52 0 / 40%);
    padding: 10px;
}

.drop-down-cont ul li {
    margin-right: 0px;
    display: block;
    /* font-size: 4px !important; */
}

.drop-down-cont ul li a {

    font-size: 14px !important;
}

.btn-block .btn:hover,
.nav-pills .nav-link:hover,
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: #000000;
    color: #fff;
}
.logo-mid a img {
    height: 111px;
    width: 230px;
    object-fit: cover;
}