@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;500;600;700;800;900&amp;display=swap');
:root {
    --clr1:#37925b;
}
:root {
    --clr2:#092a48;
}

body{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #000;
}
section.innercontent h2 {
    font-size: 20px;
    color: #2073b7;
    font-weight: 500;
    margin-bottom: 10px;
}

a:hover, a:focus {
    outline: none;
    color: white;
}.nav-link:focus, .nav-link:hover {
    color: #313131;
}
img{
    max-width: 100%;
}
a:hover, a:focus, button:hover, button:focus{
    outline: none;
    color: #fff;
}
section {
    padding: 60px 0;
    clear: both;
    /* overflow: hidden; */
}
h1,h2,h3,h4,h5,h6{
    margin: 0 0 15px;
    font-family: 'Poppins', sans-serif;
}
p {
    color: #5c5c5c;
}
a:hover {
    color: var(--clr1);
    text-decoration: none;
}
header {
    padding: 20px 0;
    position: relative;
    z-index: 1;
}

header ul {
    text-align: right;
    position: relative;
}

header ul li {
    display: inline-block;
    padding: 0 10px;
    transition: .5s all;
}

header ul li a {
    color: #ffffff;
    font-size: 13px;
    transition: .5s all;
    position: relative;
    font-weight: 500;
}
header ul li a:after {content: '';background: #ffffff9e;height: 2px;width: 0;position: absolute;bottom: 0;left: 0;right: 0;margin: auto;transition: .5s all;}

header ul li a:hover:after {
    width: 100%;
}
header ul li.talk a {
    background: var(--clr1);
    display: inline-block;
    color: white;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 600;
}

header ul li.talk a img {
    margin-right: 8px;
    vertical-align: inherit;
}

header .tel {
    display: inline-block;
    margin-left: 40px;
}

header .tel span {
}
header .tel a {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
}

header .tel a span {font-size: 13px;color: #fff;font-weight: 500;display: block;}
footer{
    background-color:#092a48 ;
    width: 100%;
    background-size: cover;
    padding: 60px 0;
}
footer ul {}

footer ul li {
    margin: 0 0 5px;
}

footer ul li a {
    font-size: 15px;
    color: #808080;
}

footer h4 {
    color: white;
    font-size: 17px;
    margin: 0 0 14px;
}

footer .prof h3 {
    font-size: 22px;
    color: white;
    margin: 0 0 10px;
}

footer .prof div {}

footer .prof div p {
    font-size: 17px;
    margin: 0;
    color: white;
    display: inline-block;
}

footer .prof div p span {
    display: block;
    font-size: 17px;
    color: #808080;
}

footer .help {
    margin: 0 0 30px;
}

footer .help h2 {
    font-size: 30px;
    color: white;
    display: inline;
}

footer .help h2 span {
    color: var(--clr1);
}

.btn {
    font-weight: 600;
    font-size: 15px;
    padding: 8px 30px;
    display: inline-block;
}

.btn-blue {
    color: white !important;
    background: var(--clr1);
}

footer .help .btn {float: right;}
footer .prof div p label {
    color: #3780fe;
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

footer .prof div img {
    float: right;
}
.req-quote {
    background: #f4f5f7;
    position: relative;
}

.req-quote:before {background: white;position: absolute;top: 0;left: 0;height: 100%;}

.req-quote:after {
    background: var(--clr1);
    position: absolute;
    top: 0;
    left: 0;
    height: 12px;
}

.req-quote:before, .req-quote:after {
    content: '';
    width: 47%;
}

.req-quote h2 {
    font-size: 37px;
    font-weight: 600;
}

.req-quote p {
    width: 77%;
    color: #5c5c5c;
    font-size: 16px;
}

.req-quote .txt {
    padding-top: 50px;
}

.req-quote .form-control {
    color: #768198;
    font-size: 14px;
    resize: none;
    height: 40px;
    padding: 0 12px;
    border: none;
    border-radius: 4px;
}

.req-quote .form-group.half {}

.req-quote .form-group {
    margin-bottom: 15px;
}

.req-quote .form-group.half .form-control {
    width: 48.7%;
    display: inline-block;
    margin-right: 10px;
}

.req-quote .form-group.half .form-control:last-child {
    margin: 0;
}

.req-quote textarea.form-control {
    padding: 10px 12px;
    height: 100px;
}

.req-quote .btn {
    /* color: #898989; */
}
.testimonial {
    position: relative;
}

.testimonial .item p {
    font-size: 14px;
    line-height: 25px;
    margin: 0 0 15px;
}

.testimonial h5 {
    display: inline-block;
    margin: 0;
    font-size: 18px;
    color: var(--clr1);
    font-weight: 600;
    position: relative;
    top: 5px;
}

.testimonial h5 + img {
    float: right;
}
.testimonial h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 30px;
}

h2 span {
    color: var(--clr1);
}

.testimonial .item {
    background: white;
    padding: 30px 15px;
    min-height: 230px;
}

.testimonial:before {content: '';background: #f4f5f7;position: absolute;left: 0;top: 0;height: 100%;width: 72%;border-radius: 0 12px 0 0;}

.owl-testimonial {
    width: 95%;
}

.side-txt {
    float: right;
}

.side-txt img {}

.side-txt h4 {
    margin: 20px 0;
    font-size: 20px;
    font-weight: 600;
}

.side-txt h4 span {color: var(--clr1);}
.testimonial h5 + img {max-height: 32px;}
.process {}

.process h2 {
    margin: 0 0 50px;
    font-size: 30px;
}

.process h4 {
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 0 6px;
    display: inline-block;
}

.process img {}

.process p {
    font-size: 12px;
    margin: 15px 0 0 0;
}
.our-dreaming{
        background: url(../images/dreaming-bg.png) no-repeat , #000;
   height: 555px;
    width: 100%;
    background-position: right;
    position: relative;
    display: flex;
    align-items: baseline;
}
.our-dreaming:before{
    content: '';
    background: url("../images/dreaming-pic.png") no-repeat;
    height: 433px;
    width: 344px;
    position: absolute;
    left: 0;
}
.our-dreaming h2 {
    color: white;
    font-size: 30px;
    font-weight: 600;
}

.our-dreaming p {
    font-size: 12px;
    color: #848282;
}
.our-dreaming ul {}

.our-dreaming ul li {
    width: 47%;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}

.our-dreaming ul li h6 {
    margin: 0;
    color: white;
    font-size: 50px;
    font-weight: 700;
    display: inline-block;
    width: 65%;
    margin-left: 12px;
}

.our-dreaming ul li h6 span {
    font-size: 13px;
    font-weight: 500;
    display: block;
    margin-top: -3px;
}
.our-dreaming ul li:nth-child(even) {
    margin-right: 0;
}
.our-dreaming .offset {
    margin-left: 13.666667%;
}
.our-roof {
    position: relative;
}

.our-roof h2 {
    margin: 0 0 50px;
    font-size: 30px;
}

.our-roof h6 {
    margin: 10px 0 8px;
    font-size: 17px;
}

.our-roof p {
    font-size: 12px;
}

.our-roof:before {content: '';background: #f4f5f7;position: absolute;left: 0;top: -120px;height: calc(100% + 220px);width: 75%;}

.our-roof .container {
    position: relative;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--clr1);
}
.banner{
    background: url("../images/banner.jpg") no-repeat;
    height: 636px;
    width: 100%;
    background-position: right;
    margin-top: -96px;
    background-size: 55%;
    position: relative;
    z-index: 1;
}
.banner h1 {
    font-size: 40px;
    font-weight: 700;
    margin-top: 90px;
}

.banner h4 {
    color: var(--clr1);
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 8px;
}

.banner p {
    font-size: 14px;
    width: 80%;
}

.btn-black {
    background: var(--clr2);
    color: white !important;
}

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

.banner img {
    max-width: 520px;
}
.banner h3 {
    margin-top: 100px;
    color: white;
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
    margin-bottom: 20px;
    text-shadow: #0000007d 0 1px 1px;
}

.banner span {
    color: #4086fe;
    display: block;
    font-size: 30px;
    font-weight: 600;
    margin-top: 12px;
    line-height: 43px;
}
.banner img.hbo {
    max-width: 100%;
    position: absolute;
    bottom: 30px;
}
.inner-banner h4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

@media (min-width: 1500px) and (max-width: 1600px){
    .our-dreaming:before {
        background-size: 85%;
    }
}

.testimonial .container {
    position: relative;
}

/*OLD*/



span.txt_360 {
    max-width: 180px;
    display: inline-block;
}span.txt_360 img {
     max-width: 100%;
 }
.subsidiary-col {
    text-align: center;
    padding: 7px 0;
    background: #222036;
}


.topbar {
    padding: 0px 0;
    font-family: 'Poppins', sans-serif;
    text-align: right;
}

.topbar ul li {
    display: inline-block;
    font-size: 13px;
    margin: 0 10px;
}

.topbar ul li i {
    color: #f68833;
    padding-right: 10px;
    font-size: 15px;
    position: relative;
}

.topbar ul li span {
    font-size: 10px;
    color: #f68833;
    text-transform: uppercase;
    padding-left: 10px;
}

.topbar ul li:last-child {
    margin-right: 10px;
}

section.sponsorsec {
    background: #141229a8;
    text-align: center;
    padding: 10px 0;
    margin-top: -84px;
    z-index: 1;
    position: relative;
}

section.sponsorsec ul li {
    display: inline-block;
    margin: 0 35px;
}
section.solution {
    padding: 50px 0;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #a9a9a9;
    position: relative;
}

h2 {
    font-size: 29px;
    color: #1a192b;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    width: 100%;
}

section.solution ul li {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 10px;
    width: 48%;
    display: inline-block;
}

section.solution img {
    position: absolute;
    top: -50px;
    right: 0;
    max-width: 570px;
    top: 0;
}

section.services {
    padding: 50px 0;
    text-align: center;
    color: #8d8ac4;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    background: rgba(255,255,255,1);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(242,243,253,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,243,253,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(242,243,253,1) 100%);
}

section.services h2+p {
    padding: 0 170px;
}

section.services ul li {
    display: inline-block;
    width: 22%;
    margin: 0 15px;
}

section.services ul li p {
    padding: 0;
    min-height: 80px;
}

section.services ul li h2 {
    font-size: 18px;
    margin: 10px 0 10px;
}

section.services ul {margin-top: 40px;}

section.solution ul {
    margin-top: 30px;
}

section.yourbook {
    padding: 50px 0;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    line-height: 24px;
}

section.yourbook .container {
    background: #3a63ff;
    padding: 70px 0;
    text-align: center;
    color: #fff;
}

section.yourbook h2 {
    color: #fff;
    font-size: 27px;
}

section.yourbook h2+p {
    padding: 0 170px;
}

section.yourbook a {
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 50px;
    display: inline-block;
    background: #ffffff;
    color: #000;
    margin-top: 10px;
    margin-right: 20px;
    border: 2px solid #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

section.yourbook a+a {
    background: #000;
    color: #fff;
    border: 2px solid #000000;
}

a:hover {
    text-decoration: none;
}

section.process {
    padding: 50px 0;
    background: linear-gradient(to bottom, rgba(238,245,254,1) 0%, rgba(238,245,254,1) 41%, rgba(255,255,255,1) 100%);
}

section.process ul {font-family: 'Poppins', sans-serif;margin: 20px 0;}

section.process ul li {
    display: inline-block;
    position: relative;
    width: 267px;
    padding-left: 40px;
    /* background: #fff; */
    margin-bottom: 20px;
    margin-right: 10px;
    padding: 15px 0px 15px 70px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
    cursor: pointer;
    transform: scale(1);
}

section.process ul li span {
    position: absolute;
    empty-cells: inherit;
    right: 10px;
    bottom: 10px;
    font-size: 12px;
    color: #3e84ff;
    font-weight: 700;
}

section.process ul li i {
    position: absolute;
    left: 17px;
    top: 18px;
}

section.process ul li h3 {
    font-size: 14px;
    color: #4b3879;
    display: inline-block;
    line-height: 19PX;
    MARGIN: 0;
}

section.process ul li:nth-child(4), section.process ul li:nth-child(8) {
    margin-right: 0;
}

section.process ul li:hover {
    background: #fff;
    transform: scale(1.05);
    transition: all .3s ease-in-out;
    box-shadow: rgba(185, 181, 181, 0.13) -3px 9px 20px;
}



section.brands {
}

section.brands li img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

section.brands ul li {
    display: inline-block;
}

section.brands .container {
    border-top: 3px solid #809aff;
    padding: 20px 0;
}

img {}

footer {
    padding: 50px 0;
    background: #092a48;
    color: #8480ad;
}

section.ftr-copyright {
    background: #161426;
    color: #5e5b74;
    padding: 20px 0;
    font-size: 12px;
}

footer h5 {
    margin: 0 0 20px;
    font-size: 15px;
    font-weight: 400;
}

footer ul li a {
    color: #8480ad;
    font-size: 12px;
    display: block;
    margin-bottom: 7px;
}

footer ul li a:hover {
    color: #fff;
    padding-left: 5px;
}

a {
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

section.ftr-copyright p {
    margin: 0;
}

section.ftr-copyright ul li {
    display: inline-block;
    padding: 0 10px;
}

section.ftr-copyright ul li a {
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    color: #8480ad;
}
section.brands ul {}

section.brands ul li {
    margin: 0 42px;
}
section.bookseller {
    padding: 50px 0;
}

section.bookseller span {
    font-size: 19px;
    color: #694de3;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
    display: block;
}

section.bookseller .toolbar button {
    background: none;
    display: block;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #8d8ac4;
    font-size: 13px;
    padding: 0;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
    margin-bottom: 5px;
    font-weight: 600;
}

section.bookseller .toolbar button.active, section.bookseller .toolbar button:focus {
    font-weight: 800;
    outline: none;
    box-shadow: none;
    padding-left: 20px;
    position: relative;
}

section.bookseller .btn:active, section.bookseller .btn:focus, section.bookseller .btn:visited {
    font-weight: 700;
}

section.bookseller .toolbar button.active:before, section.bookseller .toolbar button:focus:before {content: "";position: absolute;top: 7px;left: 0px;width: 13px;height: 2px;background: #ccc;}

section.booksellern .col-md-9 div .col-md {
    display: inline-block;
}



section.bookseller .col-md-9 .col-md {
    display: inline;
}


section.bookseller h2 {
    margin-top: 31px;
    color: #0455dd;
    margin-bottom: 20px !important;
}
div#portfolio .tile.scale-anm {display: -webkit-box;}

div#portfolio .tile {display: none;}
div#portfolio .tile.scale-anm img {
    width: 100%;
    max-width: 100%;
    min-height: 410px;
}

div#portfolio .col-md-4.tile.fiction.scale-anm {
    max-width: 33%;
}
section.solution ul li i {
    color: #f6cb3a;
    padding-right: 9px;
}
section.banner.innerbanner {
    height: 300px;
}

section.innerbanner h2 {
    font-size: 36px;
}
section.aboutsec {
    padding: 80px 0 20px;
    color: #a9a9a9;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 23px;
}

section.aboutsec h3 {
    font-size: 17px;
    color: #f68833;
    font-family: 'Poppins', sans-serif;

    font-weight: bold;
    margin-bottom: 20px;
}

section.achievments {
    background: url(../images/achbanner.html);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 70px 0;
    color: #fff;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
}
section.achievments h2 {
    color: #fff;
}

section.achievments {}

.countsec ul li {
    display: inline-block;
    width: 32%;
    position: relative;
    padding-right: 30px;
}

.countsec ul li h3 {
    font-size: 14px;
    color: #34d9a9;
    margin-bottom: 0;
}

.countsec ul li span {
    display: block;
    font-size: 62px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    line-height: normal;
    margin: 10px 0;
}

.countsec ul li p {
    font-size: 12px;
}

.countsec {
    margin-top: 30px;
}
section.ourwriters {
    padding: 50px 0 0;
    text-align: center;
    font-size: 12px;
    color: #8d8ac4;
    line-height: 22px;
    font-weight: 500;
}

p {
    font-family: 'Poppins', sans-serif;
}

.authslider {
    margin-top: 40px;
    width: 80%;
    margin: 0 auto;
}

.authslider i {
    display: block;
}

.authslider h3 {
    font-size: 23px;
    color: #000;
    font-weight: 600;
    margin: 10px 0 10px;
}

.authslider p {
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: -webkit-fill-available;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.authslider i img {
    /* width: 100%; */
    max-width: 100%;
}

.authslider .item {
    text-align: left;
}

.authslider .owl-item {background-color: white;}

.authslider a.profilebtn {
    display: inline-block;
    padding: 6px 40px;
    color: #fff;
    font-size: 14px;
    background: #3a63ff;
}

.authslider.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px !important;
}

.authslider .owl-dots .owl-dot.active span, .authslider .owl-dots .owl-dot:hover span {
    background: #3a63ff;
}
section.testimonial i.fas.fa-quote-left {
    font-size: 235px;
    position: absolute;
    left: 60px;
    opacity: .2;
    z-index: 0;
    color: #85bbfb;
    top: 0;
}
.testimonial .container {
    position: relative;
}


section.authorsmain {
    padding: 50px 0;
    color: #8d8ac4;
    font-size: 14px;
    line-height: 22px;
}

section.authorsmain ul.authors li {
    display: inline-block;
    width: 31%;
    background: white;
    padding: 15px;
    margin-right: 10px;
}

section.authorsmain ul.authors {
    width: 80%;
    margin: 50px auto 0;
}

section.authorsmain ul.authors li a.profilebtn {
    display: inline-block;
    padding: 6px 40px;
    color: #fff;
    font-size: 14px;
    background: var(--clr1);
    font-weight: 600;
    border-radius: 5px;
}

section.authorsmain ul.authors li:nth-child(3) {}

section.authorsmain ul.authors li i {
    display: block;
}

section.authorsmain ul.authors li h3 {
    font-size: 23px;
    color: #000;
    font-weight: 600;
    margin: 10px 0 10px;
}

section.authorsmain ul.authors li p {
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* fallback */
    max-height: -webkit-fill-available;      /* fallback */
    -webkit-line-clamp: 4; /* number of lines to show */
    -webkit-box-orient: vertical;
}

section.authorsmain ul.authors li i img {
    /* width: 100%; */
    max-width: 100%;
}

section.authorsmain ul.authors li .item {
    text-align: left;
}



section.authorsmain ul.authors hr {
    margin: 35px 0;
}
section.authorsmain h2:after {
    content:"";
    position: absolute;
    right: 0;
    width: 66%;
    height: 2px;
    background: #ececec;
    bottom: 13px;
}

section.authorsmain h2 {
    position: relative;
}
section.contact-us {
    padding: 50px 0;
    font-family: 'Poppins', sans-serif;
    color: #848894;
    font-size: 12px;
    line-height: 22px;
}

section.contact-us p {}

section.contact-us h5 {
    font-size: 22px;
    color: #848894;
    font-style: italic;
}

section.contact-us h4 {
    font-size: 34px;
    color: var(--clr1);
    font-weight: 700;
}

section.contact-us ul li {
    display: inline-block;
}

section.contact-us ul li i {
    font-size: 19px;
    color: #cccccc;
}

section.contact-us ul {
    margin-top: 10px;
}

section.contact-us ul li a {
    padding: 10px 20px 0px 0px;
}

.contact-form {}

.contact-form input {
    width: 100%;
    border: 2px solid #ededed;
    padding: 10px 10px;
    height: 43px;
    margin-bottom: 10px;
    border-radius: 2px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
    font-size: 14px;
    font-weight: 500;
}

.contact-form textarea {
    width: 100%;
    border: 2px solid #ededed;
    padding: 10px 10px;
    margin-bottom: 10px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 500;
}

.contact-form input[type=submit] {
    display: inline-block;
    padding: 6px 70px;
    color: #fff;
    font-size: 14px;
    background: var(--clr1);
    border: none;
    width: auto;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
}

.contact-form input:focus, .contact-form textarea:focus {border: 2px solid #3a63ff;}
section.innercontent {
    padding: 50px 0 0;
    font-size: 13px;
    color: #a9a9a9;
    line-height: 22px;
}

section.innercontent img {
    width: 100%;
}

section.innercontent h3 {
    font-size: 22px;
    color: #0455dd;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-top: 13px;
}

section.innercontent h3+p {
    color: #a9a9a9;
}

.textblue {
    color: #8d8ac4;
}
section.innercontent ul {
    font-family: 'Poppins', sans-serif;
    margin-top: 10px;
}

section.innercontent ul li {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 4px;
    /* display: inline-block; */
    color: #777777;
}

section.innercontent ul li i {
    color: #0455dd;
    padding-right: 9px;
    position: absolute;
    top: 6px;
    left: 0;
}
section.pricing-section {
    background: linear-gradient(to right, rgba(251,253,255,1) 0%, rgba(237,244,254,1) 100%);
    padding: 50px 0;
    font-family: 'Poppins', sans-serif;
    color: #a9a9a9;
    font-size: 14px;
    line-height: 22px;
}

section.pricing-section .fade {
}

section.pricing-section ul.nav-tabs {
    display: block;
    margin-top: 20px;
}

section.pricing-section ul.nav-tabs li {
    display: block;
}

section.pricing-section ul.nav-tabs li a {
    display: block;
    padding: 17px 20px;
    background: linear-gradient(to right, rgba(231,234,249,1) 0%, rgba(244,247,254,1) 100%);
    border: 1px solid #dcdff0;
    color: #716eb3;
    opacity: .9;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

section.pricing-section h3 {
    font-size: 30px;
    color: #1a192b;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;

}

section.pricing-section .tab-content ul li {
    font-size: 13px;
    color: #716eb3;
    list-style-type: disc;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 16px;
}

section.pricing-section .tab-content ul {
    padding-left: 20px;
    display: block;
    margin-bottom: 10px;
}

section.pricing-section .tab-content p {
    font-size: 14px;
    color: #716eb3;
    font-weight: 500;
}

section.pricing-section .price {}

section.pricing-section .price span {
    margin: 30px 0;
    font-size: 24px;
    color: #000000;
    font-family: 'Poppins', sans-serif;

    font-weight: 800;
    letter-spacing: 1px;
}

section.pricing-section a.quote-btn {
    display: inline-block;
    padding: 8px 30px;
    color: #fff;
    font-size: 14px;
    background: var(--clr1);
    margin: 10px 0 0;
    border-radius: 7px;
    font-weight: 600;
}
section.pricing-section .whitebox {
    background: #fff;
}

section.pricing-section .col-md-8 .col-md-6 {
    padding: 20px 30px;
}
p.txtgrey {
    color: #a9a9a9 !important;
}
section.pricing-section .tab-content>.active {
    display: block;
    opacity: 1;
}
section.reviews {
    padding: 50px 0;
    background: linear-gradient(to bottom, rgba(238,245,254,1) 0%, rgba(238,245,254,1) 41%, rgba(255,255,255,1) 100%);
}

section.reviews ul.rev-list li {background: #fff;padding: 30px 30px;box-shadow: #e4d4d459 0 0 5px;width: 30%;display: inline-block;margin: 0 10px 20px;}

section.reviews ul.rev-list li h3 {
    font-size: 25px;
}

section.reviews ul.rev-list li h4 {
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    color: #809aff;
    margin-bottom: 20px;
}

section.reviews ul.rev-list li p {
    color: #a9a9a9;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 10px;
}

section.reviews div.review-box span {
    display: inline-block;
    /* padding: 9px; */
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    background: #3a63ff;
    border-radius: 100px;
    float: left;
    width: 55px;
    height: 55px;
    text-align: center;
    padding: 8px;
}

section.reviews div.review-box ul li a {}

.review-box {
    border-top: 2px solid #ece8e8;
    margin: 0 0px;
    padding: 10px 20px;
    display: none;
}

section.reviews .review-box ul.tags li {
    width: auto;
    padding: 0;
    display: inline-block;
    background: none;
    box-shadow: inherit;
    margin: 0;
}

section.reviews .review-box ul.tags li a {
    background: #f1f1f1;
    padding: 7px;
    margin: 0 0px;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
}

section.reviews .review-box ul.tags {
    margin-top: 14px;
    margin-left: 60px;
}
header ul.submenu {
    position: absolute;
    width: 170px;
    left: 156px;
    padding: 0px 0;
    background: var(--clr1);
    /* padding: 10px 0; */
    border-radius: 3px;
    opacity: 0;
    z-index: 9;
    transition: .5s all;
    display: none;
}

header ul.submenu li {
    display: block;
    float: none !important;
    text-align: left !important;
    padding: 5px 15px;
    margin-right: 0;
}

header ul.submenu li a {
    display: block;
}

header ul.submenu li:hover {
    background: #000;
    color: #fff;
}

header ul.navbar-nav li:hover ul.submenu {
    opacity: 1;
    display: block;
}

#portfolio {
    /* margin: 1rem 0; */
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-width: 33.33333333333333%;
    -moz-column-width: 33.33333333333333%;
    column-width: 33.33333333333333%;
}
#portfolio .tile {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;

}

#portfolio .scale-anm {
    transform: scale(1);
}



#portfolio .tile img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
}

.countsec ul li b {
    display: block;
    font-size: 42px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    line-height: normal;
    margin: 10px 0;
    position: absolute;
    right: 60px;
    top: 29px;
}

section.innercontent ul li {
    padding-left: 20px;
    position: relative;
}

section.innercontent ul li i {}

#portfolio2 {
    /* margin: 1rem 0; */
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-width: 33.33333333333333%;
    -moz-column-width: 33.33333333333333%;
    column-width: 33.33333333333333%;
}

.popupform ul li{text-align:left;position:relative;width:100%;margin:8px 0px;display:inline-block;}
.popupform ul li input[type="text"], .popupform ul li input[type="email"], .popupform ul li input[type="number"], .popupform ul li textarea{background:#ffffff;border:#dedede 2px solid;padding:10px 10px 10px 34px;width:100%;border-radius:6px;font-size:14px;color:#000;box-shadow:none !important;outline:none 0px !important;}
.popupform ul li i{position:absolute;top:15px;left:14px;color:#0467ff;}
.popupform ul li textarea{height:161px;}
.popupform ul li.last{text-align:center;}
.popupform ul li input[type="submit"]{background:#0467ff;color:#fff;font-size:18px;border:#0467ff 1px solid;text-transform:uppercase;font-weight:600;padding: 9px 10px;letter-spacing:1px;outline:0px none;border-radius: 50px;width: 195px;margin: 0 auto;text-align: center;display: block;}
.popupform ul li input[type="submit"]:hover{background: #0058de;}
.popupform ul li input[type="text"]:focus, .popupform ul li input[type="email"]:focus, .popupform ul li textarea:focus{border:#b9bbbd 2px solid !important;}
.popupform{width: 450px;border-radius:23px;padding: 30px;overflow:visible;border-bottom:#0467ff 5px solid;/* border: 9px solid #000; */}
.popupform h2{font-size:28px;color:#000000;font-weight:900;padding-left:15px;border-left:#0467ff 6px solid;margin-bottom:12px;line-height:35px;}
.popupform h2+p{line-height:19px;font-size:14px;margin-bottom:12px;}
.popupform .fancybox-close-small{border:#0467ff 3px solid;background:#fff;border-radius:72px;text-align:center;box-shadow:#000 0 0 10px;right: -14px;top: -13px;overflow: visible;}
.popupform .fancybox-close-small:after{color:#0467ff;font-size:25px;right:4px;}
.popupform ul {
    margin: 0;
}
input.required.error, textarea.required.error, select.required.error {
    border-bottom: red 2px solid !important;
    color: red !important;
}
label.error {
    display: none !important;
}
section.innercontent h3.mt-5 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
section.pricing-section ul.nav-tabs li a.active {
    background: #12a9de;
    color: #fff;
}
p.approx-tag {
    position: relative;
    top: 5px;
    font-size: 11px !IMPORTANT;
    font-weight: 700 !IMPORTANT;
    color: #000 !important;
}




.prf-row1 {
    color: #383737;
}

.prf-row1 h4 {
    color: #383737;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.prf-row1 h4 small {
    font-size: 21px;
    display: block;
    font-weight: 600;
    color: #383737;
    text-transform: capitalize;
}

ul.prf-exp {
    margin: 0;
}

ul.prf-exp li {
    margin-bottom: 10px;
    font-weight: 500;
}

ul.prf-exp li span {
    display: inline-block;
    text-align: left;
    width: 49%;
}

.pd-left25{padding-left: 25px;}

.prf-tag a {
    display: block;
    text-align: center;
    color: #0092d3;
    border: #0092d3 1px solid;
    padding: 6px 0;
    margin-bottom: 13px;
    font-family: 'Lora', serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}

.prf-row2 {
    padding: 30px 0;
    display: none;
}

.prf-row2 h5 {
    font-weight: 600;
    color: #383737;
    border-bottom: #848282 1px solid;
    padding-bottom: 8px;
    font-size: 20px;
    margin-bottom: 33px;
}

ul.prf-tag-list {
    margin: 0 0 0px 15px;
    width: 100%;
}

ul.prf-tag-list li {
    background: #e5f4fb;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 6px;
    padding: 8px;
    font-size: 12px;
    color: #000;
    font-weight: 600;
}

ul.summary-list {
    margin: 0;
}

ul.summary-list li {
    font-size: 12px;
    color: #000;
    font-weight: 600;
    margin-bottom: 9px;
}

ul.summary-list li span {
    width: 79%;
    display: inline-block;
}

ul.summary-list li span+span {
    text-align: right;
    width: 20%;
    font-size: 13px;
    color: #4994cd;
}
.prf-row1 .clear+h5 {
    margin-left: 15px;
}
.prf-row1 h2 {
    color: #383737;
    font-size: 28px;
    font-weight: 600;
    margin-top: 22px;
    text-transform: uppercase;
}

.prf-row1 h2 small {
    color: #383737;
    font-size: 20px;
    font-weight: 600;
    display: block;
    text-transform: capitalize;
}
.clear {
    clear: both;
}



.prf-row1 h5 {
    font-weight: 600;
}

section.profile {
    padding: 60px 0;
}
#portfolio2 .col-md-3 {
    max-width: inherit;
}
#portfolio2 img {
    max-width: 100%;
    height: 340px;
}
.countsec ul li:nth-child(2) b {
    right: 70px;
}


section.clearsection.terms.aboutleft .inner h2, section.clearsection.terms.aboutleft .aboutleft h3 {
    margin-bottom: 15px;
    font-size: 24px;
    font-family: josefin sans;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    margin-top: 30px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
}

section.clearsection h2, section.clearsection h3 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    margin-top: 10px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px;
}

section.clearsection.terms.aboutleft {
    font-size: 13px;
    line-height: 24px;
}
.pd-right-0{padding-right: 0px !important}




section.thankyou-banner p {
    font-size: 20px;
    font-weight: 500;
    text-shadow: #000 0 1px 1px;
    margin-bottom: 43px;
}
section.thankyou-banner h1{font-size:46px;position:relative;font-weight: 700;text-shadow: #000 0 1px 1px;margin-top: 23px;}
section.thankyou-banner h1 i{margin-left:300px;z-index:-1;}
section.thankyou-banner{background: url(../images/banner.jpg) no-repeat right top #000;background-size: cover;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%;text-align:center;color:#fff;}

a.live-chat-thank.chat {
    background: rgba(84,127,191,1);
    background: -moz-linear-gradient(left, rgba(84,127,191,1) 0%, rgba(83,188,226,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(84,127,191,1)), color-stop(100%, rgba(83,188,226,1)));
    background: -webkit-linear-gradient(left, rgba(84,127,191,1) 0%, rgba(83,188,226,1) 100%);
    background: -o-linear-gradient(left, rgba(84,127,191,1) 0%, rgba(83,188,226,1) 100%);
    background: -ms-linear-gradient(left, rgba(84,127,191,1) 0%, rgba(83,188,226,1) 100%);
    background: linear-gradient(to right, rgba(84,127,191,1) 0%, rgba(83,188,226,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#547fbf', endColorstr='#53bce2', GradientType=1 );
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    padding: 8px 30px;
    display: inline;
    border-radius: 52px;
    margin: 20px 0;
}

.clearfix {
    clear: both;
}

a.back-home {
    display: inline-block;
    margin-top: 33px;
}


section.thankyou-banner h1 span {
    display: block;
}

h5.sochead {
    margin-top: 20px;
    margin-bottom: 10px;
}


ul.socials-list {
    list-style: none;
}

ul.socials-list li {
    display:inline-block;
    margin-right: 10px;
}

ul.socials-list li a {
    font-size: 16px;

}
ul.socials-list li a:hover , ul.socials-list li a:focus , ul.socials-list li a:active{  padding-left:0px;}
.inner-header header ul li a {
    color: #000000;
}

.inner-header header ul li a.btn {
    color: white;
}

.inner-header header ul li.talk a {
    color: white;
}

.inner-header header ul li {
    margin-right: 20px;
}

header ul li:last-child {
    margin: 0;
}
.banner.innerbanner h1 {
    font-size: 50px;
}

.banner.innerbanner img.hbo {
    bottom: -50px;
}
section.yourbook .container p {
    color: white;
}
section.innerbanner {
    background: url(../images/innerbanner.html) no-repeat left top;
    background-size: cover;
    text-align: center;
    padding: 100px 0 70px;
    color: #fff;
    text-align: center;
    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;
    width: 100%;
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    background-size: cover;
    margin-top: -93px;
    height: 340px;
    position: relative;
}nav.main-menu {
    background: var(--clr1);
    padding: 13px 0;
    text-align: center;
}

section.innerbanner h1 {
    color: #000;
    font-weight: 700;
}
.home-head header .tel a span {
    color: #b1b1b1;
}
.nav-link {
    padding: 5px 0;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.navbar-nav {
    display: block;
    text-align: center;
}

header ul.submenu li a::after {
    display: none;
}

header ul.submenu li a:hover {
    color: white;
}
.banner .btn-block .btn {
    margin-right: 10px;
}
.banner:after {content: '';background: #f4f5f7;bottom: 0;height: 150px;left: 0;width: 40%;position: absolute;}

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


.owl-prev{
    background: url("../images/owl-left.png") no-repeat !important;
    height: 37px;
    width: 37px;
}
.owl-next{
    background: url("../images/owl-right.png") no-repeat !important;
    height: 37px;
    width: 37px;
}
.owl-theme .owl-nav {
    position: absolute;
    top: -100px;
    /* width: 100%; */
    right: -170px;
}

.owl-theme .owl-nav .owl-prev {
    padding: 0;
    margin: 0;
    position: absolute;
    left: -30px;
}

.owl-theme .owl-nav .owl-next {
    padding: 0;
    margin: 0;
    position: absolute;
    right: -55px;
}
.owl-theme .owl-nav:before {content: '';height: 1px;width: 100px;position: absolute;left: -146px;background: #ebebeb;top: 17px;}
nav {
    position: relative;
    z-index: 99;
}
.home-head {
    position: relative;
    z-index: 2;
}


/*NEW STYLING*/
.nabout-banner{
    background: url("../images/about-banner-img.jpg") no-repeat;
}
.inner-banner {
    background-position: right !important;
    min-height: 536px;
    min-height: auto;
    height: 510px;
}
.banner:after {
    display: none;
}
.npricing-banner{
    background: url("../images/pricing-banner-img.jpg") no-repeat;
}
section.new-pricing-sec {
    background: #edeef2;
    margin-top: -60px;
    padding-top: 80px;
}

section.new-pricing-sec ul.nav-tabs li {
    display: inline-block;
    /* background: #f9f9fa; */
    margin-right: 15px;
    margin-bottom: 15px;
}

section.new-pricing-sec ul.nav-tabs li a {
    background: #fff;
    border: 1px solid #dae2ef;
    font-size: 14px;
    color: #161616;
    opacity: 1;
    text-transform: capitalize;
    padding: 8px 15px;
    border-radius: 7px;
}

section.new-pricing-sec ul.nav-tabs {
    text-align: center;
}

section.new-pricing-sec ul.nav-tabs li a.active {
    background: var(--clr1);
}

.new-pricing-sec .nav-tabs {border: none;}

.new-pricing-sec .box {
    background: white;
    padding: 20px;
    height: 100%;
}
.nreview-banner{
    background: url("../images/review-banner-img.jpg") no-repeat;
}

.new-review {
    background: #edeef2;
    margin-top: -100px;
    padding-top: 140px;
}

.new-review .r-box {
    background: white;
    padding: 15px;
    /* margin-bottom: 14px; */
    position: relative;
    min-height: 180px;
    height: 100%;
}

.new-review .r-box p {margin: 0 0 6px;font-weight: 500;font-size: 13px;min-height: 86%;}

.new-review .r-box:after {
    content: '';
    background: url("../images/rev-tes-before.html") no-repeat;
    height: 47px;
    width: 71px;
    position: absolute;
    right: -5px;
    bottom: -3px;
    background-size: 74%;
}

.new-review .row {
    margin: 0 -14px;
}

.new-review .col-md-4 {
    padding: 0 7px;
    margin-bottom: 14px;
}

.new-review .r-box h6 {
    font-size: 15px;
    color: var(--clr1);
    font-weight: 700;
    margin: 0 0 0;
}
.ncontact-banner{
    background: url("../images/contact-banner-img.jpg") no-repeat;
}

section.n-contact {
    background: #edeef2;
    margin-top: -100px;
    padding-top: 140px;
}

section.n-contact .contact-form {
    /* background: white; */
    /* padding: 20px; */
}

section.n-contact .map {
    margin-top: 30px;
}

section.n-contact ul li i {
    color: #000;
}

section.n-contact input {
    border: 1px solid #adadad;
    font-size: 13px;
}

section.n-contact textarea {
    border: 1px solid #adadad;
    font-size: 13px;
}
section.n-contact .row {
    align-items: center;
}

.npublishing-banner{
    background: url("../images/publishing-banner-img.jpg") no-repeat;
}

.publ-roof {
    padding-top: 40px;
}

.publ-roof h2 {
    margin: 0 0 10px;
}

.publ-roof h2 + p {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 40px;
}
.publ-roof .side-txt h4 {
    font-size: 16px;
    margin: 10px 0;
}

.publ-roof:before {
    height: calc(100% + 80px);
    top: -80px;
}

.new-pricing-sec .box h3 {
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 10px;
}

.new-pricing-sec .box h3 img {
    margin-right: 10px;
}

.new-pricing-sec .box h4 {
    font-size: 21px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 5px;
}

.new-pricing-sec .box h6 {
    font-size: 20px;
    color: var(--clr1);
    font-weight: 600;
}

.new-pricing-sec .box ul {
    background: #f6f6f8;
    padding: 15px;
    margin-left: -10px;
    width: 105%;
}

.new-pricing-sec .box ul li {
    color: #565656 !important;
}

section.category {
    padding: 50px 0;
    background: #edeef2;
    text-align: center;
}

section.category ul {
    border: none;
    margin-bottom: 30px;
}

section.category ul li {
    margin: 0;
}

section.category ul li a {
    background-color: inherit !important;
    border-color: inherit !important;
    border: 0 !important;
    padding: 10px 20px;
    background: #fff !IMPORTANT;
    margin-right: 20px;
    font-size: 15px;
    color: #161616;
    text-transform: uppercase;
    font-weight: 500;
    border: 2px solid #d8e3f4 !important;
    border-radius: 5px !important;
    /* width: 180px; */
    text-align: center;
}

section.category ul li a.active {
    background: var(--clr2) !important;
    color: #fff !IMPORTANT;
    border-color: var(--clr2) !important;
}

section.category h2 {
    /* margin-top: 40px; */
    /* font-size: 28px; */
    /* color: #000000; */
    /* font-weight: 700; */
    margin-bottom: 40px;
    text-align: left;
}

section.category h2+p {
    color: #8a8a8a;
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
}
section.category img {
    width: 100%;
}

section.category .item {
    padding: 12px;
    background: #fff;
    border: #d5dfee 4px solid;
    border-radius: 3px;
    display: inline-block;
    width: 24%;
    text-align: center;
}
.bg-white section.process {
    background: white;
    position: relative;
    z-index: 1;
}

.nediting-banner{
    background: url("../images/editing-banner-img.jpg") no-repeat;
    /* min-height: auto; */
    /* height: 510px; */
}
.nwriter-banner{
    background: url("../images/writer-banner-img.jpg") no-repeat;
}
.our-writers {
    background: #edeef2;
    margin-top: -40px;
    padding-top: 100px;
}

.our-writers figure {
    position: relative;
    background: white;
}

.our-writers figcaption {
    /* background: white; */
    /* padding: 10px 15px; */
    /* border-radius: 0 0 8px 8px; */
    width: 57%;
    display: inline-block;
    margin-left: 12px;
}

.our-writers figcaption h6 {
    margin: 0 0 3px;
    font-size: 16px;
    color: var(--clr1);
    font-weight: 600;
    line-height: 20px;
}

.our-writers figcaption h6 span {
    display: block;
    font-size: 14px;
    color: #7e7e7e;
    font-weight: 500;
}
.our-writers figure a {
    position: absolute;
    bottom: 5px;
    right: 10px;
    /* width: 100%; */
    /* height: 100%; */
    background: var(--clr1);
    color: white;
    padding: 2px 8px;
}
.modal-dialog {
    max-width: 680px;
}

.modal-dialog .left {
    display: inline-block;
    width: 40%;
}

.modal-dialog .right {
    display: inline-block;
    width: 77%;
    float: right;
    margin-left: 10px;
}

.modal-dialog .right h3 {
    font-size: 18px;
    color: var(--clr1);
    font-weight: 600;
    display: inline-block;
}

.modal-dialog .right h3 span {
    display: block;
    font-size: 17px;
    color: #545454;
    font-weight: 500;
}

button.close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    background: var(--clr1);
    opacity: 1;
    font-weight: 300;
    font-size: 25px;
    color: white;
    padding: 2px 10px;
}
.nser-banner{
    background: url("../images/ser-banner-img.jpg") no-repeat;
}
.inner-banner h1 {
    font-size: 30px;
}

.ser-roof {}

.ser-roof h2 {
    margin: 0 0 40px;
}

.ser-roof:before {
}

.about-ser .our-roof:before {
    top: -70px;
}

.about-ser .our-roof {
    padding-top: 30px;
}






.new-pricing-sec .box h6 span {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #565656;
    margin-top: 5px;
}
header a.logo img {
    max-width: 150px !important;
}


.testimonial .side-txt {
    position: relative;
    left: 0;
}
.publ-roof img {
    max-width: 35px;
}

.publ-roof h6 {
    /* display: inline-block; */
    margin: 10px 0;
    font-size: 15px;
}

.publ-roof p {
    margin: 0;
    width: 90%;
}

.publ-roof .side-txt {
    position: relative;
    left: 30px;
}
section.new-pricing-sec .row {
    justify-content: center;
}

.banner h5 {
    color: white;
    font-size: 17px;
    line-height: 24px;
}
.ghost-roof h2{
    margin-bottom: 40px;}
    
    .auth-roof {
    background: #f4f5f7;
    margin-top: -70px;
}
.nghost-banner{
    background: url("../images/ghost-banner-img.html") no-repeat;
}
.ser-roofi {
    position: relative;
}

.ser-roofi .box {
    width: 92%;
}

.ser-roofi h6 {
}
.ser-roofi p {
    width: 100%;
    margin: 0 0 15px;
}

.ser-roofi h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 30px 0 12px;
}

.ser-roofi .ab-img {
    max-width: 40%;
    position: absolute;
    right: 20px;
    bottom: -40px;
    display: none;
}
.our-capabale {
    padding-top: 40px;
}

.our-capabale ul {}

.our-capabale ul li {
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    background: #edeef2;
    width: 31%;
    margin-right: 10px;
    padding: 6px 15px;
    margin-bottom: 4px;
}

.our-capabale ul li img {
    margin-right: 12px;
}
.fic-roof h2 + p {
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 15px;
}

.ser-roofi p {font-size: 13px;}

.fic-roof:before {
    height: calc(100% + 40px);
}



@media (min-width: 1300px) and (max-width: 1499px){
    .banner{
        margin-top: -150px;
        height: 685px;
        padding-bottom: 0;
        background-size: 64%;
        background-position: 115%;
    }
    .banner h1 {
        font-size: 35px;
        margin-top: 120px;
    }

    .banner h3 {
        margin-top: 120px;
        font-size: 25px;
        line-height: 33px;
    }

    .banner img {max-width: 100%;}
    .inner-banner {
    background-position: 650px !important;
    min-height: auto;
    height: 450px;
}
.ncontact-banner {
    height: 570px;
}

section.n-contact .contact-form {
    margin-top: -130px;
    width: 95%;
}

    header .tel {
        margin-left: 25px;
    }
    .our-dreaming {background-size: 82%;margin-top: -60px;}

    .our-dreaming:before {
        background-size: 75%;
        top: 21%;
    }

    .our-dreaming h2 {
        margin-left: 60px;
        font-size: 25px;
    }

    .our-dreaming ul li h6 {
        font-size: 30px;
    }

    .our-dreaming .container {
        max-width: 1250px;
    }

    .our-dreaming p {
        margin-left: 60px;
    }
    .our-roof:before {
        width: 79%;
    }

    .our-roof p {
        font-size: 11px;
    }
    .our-dreaming ul li img {
    max-height: 50px;
}
.inner-banner h1 {font-size: 28px;}
.publ-roof:before {
    top: -40px;
    height: 110%;
}
header ul li a {
    font-size: 12px;
}

header ul li {
    padding: 0 6px;
}

nav.main-menu {
    margin-left: 68px;
}
.publ-roof {
    /* padding-top: 0; */
}
.process h2 {
    font-size: 26px;
}

.process h4 {
    font-size: 16px;
}

h2 {
    font-size: 24px;
}

.testimonial:before {
    width: 77%;
}
.banner span {
    font-size: 22px;
    line-height: 30px;
}
.about-ser .our-roof:before {
    top: -30px;
}

.about-ser .our-roof {
    padding-top: 30px;
}
.our-roof h2 {
    font-size: 25px;
}
.npublishing-banner {
    height: 510px;
}
.npricing-banner {
    height: 510px;
}
.nreview-banner {
    height: 510px;
}

.new-review {
    margin-top: -50px;
    padding-top: 90px;
}
.ser-roofi .box {}

.ser-roofi .ab-img {
    max-width: 26%;
    right: -40px;
}
}


.nmemor-banner{
    background: url("../images/nmemor-banner-img.jpg") no-repeat;
}

.nauto-banner{
    background: url("../images/nauto-banner-img.jpg") no-repeat;
}
.ninfo-banner{
    background: url("../images/ninfo-banner-img.jpg") no-repeat;
}
.nbio-banner{
    background: url("../images/nbio-banner-img.jpg") no-repeat;
}
.nnon-banner{
    background: url("../images/non-banner-img.jpg") no-repeat;
}
footer p {
    color: #8480ad;
    font-size: 12px;
    margin: 10px 0 0;
}

footer img {
    max-width: 50%;
}
.modal-body .content {
    margin: 20px 0 0;
}

.modal-body h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 5px;
}

.modal-body p {
    font-size: 13px;
    margin: 0 0 5px;
}

.modal-body h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px;
    color: var(--clr1);
}

.modal-body ul {
    list-style-type: disc;
    margin-left: 30px;
    margin-bottom: 10px;
}

.modal-body ul li {color: var(--clr2);font-size: 13px;display: inline-block;width: 32%;margin-bottom: 6px;position: relative;}
.our-writers figure img {
    /* width: 100%; */
    /* max-height: 200px; */
    /* object-fit: cover; */
    /* border-radius: 4px; */
}
.branding-roof h2 + p {
    font-weight: 400;
    font-size: 13px;
    margin: 0 0 15px;
}
.our-writers figcaption p {
    font-size: 13px;
}
.our-writers .col-md-4 {
    padding: 0 6px;
}

.our-writers .row {
    margin: 0 -70px;
}
.modal-body .top {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.modal-body .top img {
    margin-left: 4px;
    margin-top: 4px;
}

.modal-body h6 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

.modal-body ul li:before {content: '';background: #f47d13;height: 5px;width: 5px;position: absolute;border-radius: 50%;left: -15px;bottom: 0;top: 0;margin: auto;}

button.close:hover {
    background: var(--clr1);
    color: white;
    opacity: 1;
}