@media only screen and (max-width: 1024px) {
    section.category ul li a {
    margin-right: 12px;
 }
 .banner {
    background: url(../images/banner.jpg) no-repeat;
    height: 636px;
    width: 100%;
    background-size: cover !important;
    margin-top:0;
}
.inner-banner h1 {
    color: #fff;
}
.banner h1 {
    color: #fff;
}
.our-roof:before {
    width: 81%;
}
.owl-theme .owl-nav {
    right: -110px;
}
.testimonial .side-txt {
    left: 10px;
}
    
}
@media only screen and (max-width: 991px) {
    
.our-dreaming {
    height: 605px;
 }    

 .our-roof p {
    max-width: 70%;
}  
.banner {
    height: 445px;
 }
 .testimonial .side-txt {
    left: 60px;
}
 .menu li a:before{
        display: none;
    }
    .menu-bottom span:nth-child(2) {
        width: 70%;
    }
    .menu-bottom.click span:nth-child(1) {
        width: 0;
    }
    .menu-bottom.click span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        position: relative;
        top: 9px;
        width: 100%;
    }
    .menu-bottom.click span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .menu-bottom span:last-child {
        margin-bottom: 0;
    }
    .menu-bottom {
        width: 40px;
        height: 40px;
        padding: 5px;
        float: right;
        position: absolute;
        z-index: 999999;
        cursor: pointer;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        right: 15px;
        top: -70px;
        z-index: 99999999;
    }
    .menu-bottom span {
        height: 2px;
        background: #000000;
        display: block;
        width: 100%;
        margin-bottom: 6px;
        position: relative;
    }
    .menu-bottom.click span {
        background: white;
    }
    .menu-bottom.click {
        top: -100px;
        position: fixed;
        top: 4px;
    }
    .main-menu{
        margin: 0;
        overflow: auto;
        position: fixed;
        right: -100%;
        width: 100%;
        top: 0;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        background: -moz-linear-gradient(281deg, #1a1c4b 0%, #1a1c4b 1%, #033c92 100%);
        background: -o-linear-gradient(281deg, #1a1c4b 0%, #1a1c4b 1%, #033c92 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1c4b', endColorstr='#033c92',GradientType=0 );
        height: 100%;
        z-index: 9999999 !important;
        padding-top: 20px;
        background: #000;
    }
    .main-menu ul {
        padding: 0 0;
        width: 100%;
    }
    .menu li {
        display: block !important;
        margin: 0;
        padding: 0;
        width: 100%;
        /* border-bottom: 1px solid #ffffff9c; */
        position: relative;
        text-align: left;
    }
    .menu li a {
        font-size: 16px !important;
        padding-left: 0;
        color: #fff !important;
        font-weight: 400 !important;
        padding: 5px 0 5px 15px;
        text-align: left;
        display: block;
        width: 100%;
        letter-spacing: 0.5px;
        text-align: left;
        margin-bottom: 5px;
        text-transform: uppercase;
    }
    .menu-open .main-menu {
        right: 0;
    }
    .menu-open .menu {
        transition-delay: 0.5s;
        opacity: 1;
    }

}

@media only screen and (max-width: 768px) {
  
footer .help h2 {
    display: block;
}
.testimonial .side-txt {
    left: 0px;
}
}

@media only screen and (max-width: 980px) and (min-width: 320px) {
    header .menu {
        opacity: 0;
    }
    header {
        padding: 20px 0;
        z-index: 2;
    }
    header .logo img {
        max-width: 150px;
    }

    .home-banner h1 {
        font-size: 28px;
        line-height: 32px;
        margin-top: 40px;
    }

    .home-banner h6 {
        margin-top: 40px;
        margin-bottom: 18px;
    }
    header nav {
        text-align: center;
        margin-top: 20px;
    }
    header {
        /* text-align: center; */
        z-index: 999;
    }

    header ul li {
        margin-right: 0;
    }

    header ul {
        margin: 10px 0;
    }

    header ul li.phone a {
        font-size: 16px;
    }

    .btn {
        font-size: 13px;
        letter-spacing: 0;
        padding: 6px 15px;
    }
    section {
        padding: 30px 0;
    }

    h6 {
        font-size: 14px;
    }

    .our-banner h1 {
        font-size: 32px;
        line-height: 41px;
    }

    .our-banner h1 br {
        display: none;
    }

    .our-banner h1 span {
        font-size: 60px;
        letter-spacing: px;
        text-align: left;
    }

    .our-banner p {
        font-size: 15px;
    }

    .our-banner img {
        position: static;
    }

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

footer h5 {
    margin-bottom: 20px;
}

footer .col-md-3 {
    margin-bottom: 20px;
}
	section.contact-us .row {
    display: -webkit-flex; /* Safari */
    -webkit-flex-direction: column-reverse; /* Safari 6.1+ */
    display: flex;
    flex-direction: column-reverse;
}

section.contact-us .row .col-md-6 {
    margin-bottom: 20px;
}

section.contact-us .row .col-md-6+.col-md-6 {
    margin-bottom: 40px;
}
	section.pricing-section ul.nav-tabs li a {
    padding: 5px;
    font-size: 13px;
    margin: 3px;
}

section.pricing-section ul.nav-tabs li {
    display: inline-block;
}
	section.pricing-section ul.nav-tabs {
    margin: 20px 0;
}
	section.authorsmain {
    padding: 20px 0;
}

section.authorsmain h2:after {
    display: none;
}

section.authorsmain ul.authors li {
    width: 80%;
    margin: 0 auto 20px;
    display: block;
}

section.authorsmain ul.authors hr {
    margin: 30px 0;
}
	section.innerbanner h2 {
    font-size: 18px;
}

#portfolio2 {
    column-count: 1;
}

#portfolio2 .col-md-3 {
    margin-bottom: 10px;
}
	section.banner.innerbanner {
    height: 210px;
}

section.aboutsec {
    padding: 20px 0;
}

.countsec ul li {
    width: 80%;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    display: block;
}

.countsec ul li:nth-child(2) b {position: absolute;display: inline-block;}

section.achievments {
    text-align: center;
    padding: 20px 0;
    background-size: cover;
    background-position: center top;
}

section.ourwriters {
    padding: 20px 0;
}

section.ourwriters h2+p br {
    display: none;
}

.authslider {
    text-align: center;
}

.authslider .item {
    text-align: center;
}
	section.ftr-copyright {
    text-align: center;
    padding: 10px 0;
}

section.ftr-copyright ul {
    margin-top: 10px;
}

header ul.submenu {
    background: none;
    text-align: left;
    width: auto;
    opacity: 1;
    position: static;
    display: block;
}

header ul.submenu li {
    text-align: left;
    width: 100%;
    display: block;
    padding: 0;
}

header ul.navbar-nav li ul.submenu>li>a {
    text-align: left;
    padding: 5px 20px !important;
}
section.process ul li i {
    position: relative;
    left: 0;
    top: 0;
}

section.process ul li h3 {
    display: block;
    margin-top: 10px;
    font-size: 11px;
}

section.process ul li span {
    position: absolute;
}

section.process ul li h3 br {
    display: none;
}
section.sponsorsec ul li img {
    max-width: 50px;
}

section.sponsorsec ul li {
    margin: 0 5px;
}

section.banner img {
    max-width: 100%;
    margin: 0 auto;
}

div#portfolio .tile.scale-anm img {
    max-width: 200px;
    height: auto;
    min-height: auto;
}

section.process ul li {
    padding: 0;
    margin: 0 0 20px;
    padding: 20px;
}

section.process ul li:first-child {
    background: #fff;
}

section.brands .container {
    padding: 7px 0;
    text-align: center;
}

section.brands .container ul li img {
    max-width: 40px;
}

section.brands .container ul li {
    margin: 0 12px;
}
section.banner {
    padding-top: 110px;
    height: auto;
    background-size: cover;
}

.topbar {
    display: none;
}

ul.navbar-nav {
}

header nav.navbar.navbar-expand-md.navbar-dark {
    margin-top: -52px;
    text-align: right;
}

section.banner h2 {
    font-size: 22px;
    line-height: 41px;
    margin-bottom: 10px;
}

section.banner h3 br {
    display: none;
}

section.banner h3 {
    font-size: 16px;
    line-height: 21px;
    margin: 30px 0 10px;
}

section.banner a {
    width: 150px;
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 11px;
    display: inline-block;
}
header ul.navbar-nav li {
    display: block;
    float: none;
    /* border-bottom: 1px solid #cccccc73; */
    /* padding: 5px 20px; */
}


div#navbar {
    padding: 0;
    border-radius: 3px;
	background: rgb(69, 45, 95);
    text-align: left;
    width: 280px;
    border: 0px none;
    margin-top: 68px;
    float: right;
    margin-right: -45px;
}

header ul.nav.navbar-nav {
    margin: 0;
    padding: 0;
    width: 100%;
}

header ul.nav.navbar-nav>li>a {
    margin: 0;
    padding: 10px 10px;
    color: #fff !important;
    border-bottom: #ffffff26 1px solid !important;
}

header ul li:last-child a {
}

#collapsibleNavbar {
    padding: 0;
    border-radius: 3px;
    background: rgb(255, 255, 255);
    text-align: left;
    width: 280px;
    border: 0px none;
    margin-top: 0;
    margin-right: 0;
    z-index: 5;
    position: relative;
}


button.navbar-toggler {
    background: #0d74bb12 !important;
    border-color: #0f75bc66 !important;
    right: 0;
    /* text-align: right; */
    position: relative;
    /* float: right; */
    padding: 4px 7px;
    margin-top: 8px;
    margin-right: -1px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

button.navbar-toggler {}

nav.navbar.navbar-expand-md.navbar-dark {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: 1px solid transparent;
    display: block;
}

div#collapsibleNavbar {}

header ul.navbar-nav li a {
    font-size: 10px;
    padding: 6px 10px !important;
    display: block !important;
    border-bottom: 1px solid #cccccc73;
    color: #ffffff !important;
}
section.sponsorsec {
    margin-top: -50px;
}

section.solution img {
    position: relative;
    right: 0;
    top: 0;
    display: none;
}

section.solution, section.services, section.bookseller, section.yourbook, section.process, section.testimonial {
    padding: 20px 0;
    text-align: center;
    font-size: 11px;
    line-height: 23px;
}

h2 {
    font-size: 21px;
    line-height: 27px;
    margin-bottom: 10px;
}

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

section.services ul li {
    width: 100%;
    margin: 0;
}

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

section.services ul li p {
    min-height: inherit;
}

section.bookseller h2 {
    margin-top: 0px;
}

.toolbar.mb2.mt2 {
    text-align: center;
}
section.bookseller .toolbar button.active:before, section.bookseller .toolbar button:focus:before {display:none;}

section.bookseller .toolbar button {
    margin: 0 auto 3px;
    display: inline-flex;
    border: 1px solid;
    padding: 10px 16px;
    font-size: 11px;
    margin-bottom: 10px;
}

div#portfolio {
    margin-top: 20px;
    column-count: 1;
    margin: 0 auto;
    display: block;
    text-align: center;
}

div#portfolio .tile.scale-anm {
    display: block;
}

section.yourbook .container {
    padding: 20px 20px;
}

section.yourbook h2 {
    font-size: 20px;
}

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

section.yourbook a {
    width: 160px;
    display: inline-block;
    padding: 10px 20px;
    font-size: 11px;
    margin-top: 0;
}

section.process ul li {
    text-align: center;
}

section.process ul li i img {
}

section.testimonial p {
    padding: 0;
}

section.testimonial {
    font-size: 17px;
}

section.testimonial i.fas.fa-quote-left {
    font-size: 122px;
}

footer {
    /* text-align: center; */
    padding: 20px 0;
}
.banner h1 {
    color: white;
    font-size: 30px;
    margin: 40px 0 10px;
}

.banner p {
    width: 100%;
    color: white;
}

section.banner .offset-1 {
    margin: 0;
}

.banner:after {
    display: none;
}

.banner img.hbo {
    position: static;
}

header .tel {
    margin: 5px 0 0 0;
    display: block;
}

.home-head header .tel a span {
    display: inline-block;
}

header .tel a {
    font-size: 16px;
    color: #105de1;
}
.our-roof:before {
    display: none;
}

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

.our-roof h2 br {
    display: none;
}

.side-txt {
    float: none;
}

.side-txt h4 {margin: 10px 0;font-size: 15px;}

.our-dreaming:before {
    display: none;
}

.our-dreaming {
    display: block;
    height: auto;
    background-size: cover;
}

.our-dreaming .offset {
    margin: 0;
}

.our-dreaming h2 {
    font-size: 19px;
    line-height: 25px;
}

.our-dreaming h2 br {
    display: none;
}

.our-dreaming ul li h6 {
    font-size: 28px;
    width: 49%;
}

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

.our-dreaming ul li {
    width: 40%;
}

.our-dreaming ul li img {
    max-width: 23%;
}

.process h2 {
    font-size: 20px;
    margin: 0 0 25px;
}

.process h2 br {
    display: none;
}

.process p {
    margin: 10px 0 30px;
    line-height: initial;
}

.testimonial h2 {
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 0;
}

.testimonial h2 br {
    display: none;
}

.testimonial:before {
    display: none;
}

section.process {
    padding-bottom: 0;
}

.testimonial .item {background: #f4f5f7;margin-top: 10px;padding: 15px;}

.req-quote:before, .req-quote:after {
    display: none;
}

.req-quote p {
    width: 100%;
    font-size: 14px;
}

.req-quote h2 {
    font-size: 20px;
}

.req-quote .txt {
    padding: 0;
}

.req-quote .form-group.half .form-control {
    width: 100%;
    margin: 0 0 10px 0;
}

.req-quote .form-group.half {
    margin-bottom: 0;
}

.req-quote .form-group {
    margin: 0 0 10px;
}

.req-quote .form-control {
    margin: 0 0 10px;
}
footer .help h2 {
    font-size: 16px;
}

footer h4 {
    font-size: 13px;
}

footer .col-md {width: 50%;margin-bottom: 16px;}

footer .prof h3 {
    font-size: 16px;
    margin: 0 0 6px;
}

.prof {
    width: 100%;
}

footer .row {
    width: 100%;
    margin: 50px 0 0 0;
}
footer .help .btn {
    float: left;
    margin: 10px 0 25px;
}
.owl-theme .owl-nav:before {
    display: none;
}

.owl-theme .owl-nav {
    position: static;
    width: 100%;
    margin: 0 0;
}

.owl-theme .owl-nav .owl-prev {
    position: static;
    margin-right: 0;
}

.owl-theme .owl-nav .owl-next {
    position: static;
}

.owl-theme .owl-nav button {
}

.owl-prev, .owl-next {
    background-size: 80% !important;
}
.home-head header {
    background: white;
}
section.innerbanner {
    margin-top: 00;
    padding: 110px 0 0;
    height: 260px;
}

section.innerbanner h1 {
    font-size: 30px;
}

header .tel a span {
    color: #000;
    display: inline-block;
}
.popupform h2 {
    font-size: 24px;
}
.inner-banner h1 {
    font-size: 24px;
    font-weight: 600;
}

.inner-banner h4 {
    color: white;
}

.inner-banner:before {content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: #00000073;}

.inner-banner {
    position: relative;
}

.about-ser {}

.about-ser .owl-nav {
    right: 0;
    text-align: right;
    margin-bottom: 0;
}

.about-ser .side-txt {
    margin-top: -50px;
    display: inline-block;
}

.about-ser .side-txt h4 {}

.side-txt h4 br {
    display: n;
}
.our-writers .row {
    margin: 0 -12px;
}

.our-writers figcaption {
    width: 90%;
    margin-top: 10px;
}

.our-writers figure {height: 100%;}

.our-writers figcaption {
}

.our-writers .col-md-4 {
    width: 50%;
    margin-bottom: 19px;
}

.modal-dialog .right {
    float: none;
    width: 100%;
    margin: 10px 0 0 0;
}

.modal-body ul li {
    width: 44%;
    margin-right: 15px;
}

.modal-body ul li:before {
    left: -8px;
}

.modal-body ul {
    margin: 0 0 10px;
}

.modal-body .top {
    margin-bottom: 20px;
}
}

@media only screen and (max-width: 575px) {
.testimonial .side-txt {
    left: 0;
}    
    
section.banner {
    padding-top: 10px;
}
    
    
.our-capabale ul li {
    width: 100%;
    margin-bottom: 10px;
}
}
    
