

/* @import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,900|Open+Sans:300,400,600,700'); */


#jqcheck { background: #fff9d7; text-align: center; color: #333; padding: 10px 0px; font-size: 13px; font-weight: bold; position: fixed; z-index: 9991; width: 100%; font-family: Arial, Helvetica, sans-serif; }
* { margin: 0px; padding: 0px; }

/* text selection color */
::-moz-selection { background: var(--primary-color);  color: var(--theme-white); text-shadow: none;}
::selection { background: var(--primary-color); color: var(--theme-white); text-shadow: none; }

/* browser scroller style */
::-webkit-scrollbar { width:10px; height:10px; }
::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment { display:none; }
::-webkit-scrollbar-track-piece { background-color:#ecedf1; -webkit-border-radius:0px; border-left:1px solid #888; }
::-webkit-scrollbar-thumb:vertical { -webkit-border-radius:0px; background:var(--primary-color); }


@media screen and (-webkit-min-device-pixel-ratio:0) { select { -webkit-appearance: none !important; line-height:28px !important; } }

body {font-family: var(--primary-font-family);color: var(--default-color);font-size:var(--base-font-size);position: relative;}

/* font family */
.ff-primary { font-family: var(--primary-font-family); }
.ff-secondary { font-family: var(--secondary-font-family); }

/* font colors */
.fc-primary { color: var(--primary-color); }
.fc-secondary { color: var(--secondary-color); }
.fc-dark { color: var(--theme-dark); }
.fc-lite { color: var(--theme-lite); }

/* buttons */
.primary-btn,.secondary-btn { font-size: 13px; font-weight: 400; text-transform: capitalize; padding: 8px 15px;  position:relative; display:table; border-radius: 3px; }
.primary-btn:after, .secondary-btn:after { content: "\e957"; font-family: 'icomoon' !important;
font-size: 13px;  color: white; padding-left: 10px; display: table-cell; vertical-align: middle;  }
.primary-btn { background:var(--primary-color); color: white; }
.primary-btn:hover {background:var(--primary-color-dark); color: white; }
.secondary-btn { background:var(--secondary-color); color: white;  }
.secondary-btn:hover {background:var(--secondary-color-dark); color: white; }

.banner-btn{text-transform: capitalize; display: inline-block; transform: translateY(0rem); -webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; color: #fff !important; background-color: transparent;padding: 20px 40px; font-size: 18px; font-weight: 600; border-radius: 5px;border: 1px solid #fff !important;}


.secpad-100{padding: 100px 0;}


.sm-btn { font-size: 14px; }
.md-btn { font-size: 16px; }
.lg-btn { font-size: 18px; }
.xl-btn { font-size: 20px; }

/* headings */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p { margin: 0; padding: 0; }
h1, .h1, h2, .h2 {font-family: var(--heading-font-family);}
h3, .h3, h4, .h4, h5, .h5, h6, .h6{ font-family: var(--heading-font-family); padding-bottom: 10px;
color: var(--theme-dark); }

h2, .h2 { font-size: 6.7vmin; }
h3, .h3 { font-size: var(--font-size-h3); font-weight: 600; }
h4, .h4 { font-size: var(--font-size-h4); }
h5, .h5 { font-size: var(--font-size-h5); }
h6, .h6 { font-size: var(--font-size-h6); }
p { /*font-size: var(--base-font-size);*/ }

p {font-weight: 400;line-height: 1.4;padding: 0 0 20px;margin:0px;color: #687087;}

/*** theme sections padding ***/
.sec-padding-100 { padding:100px 0;} .sec-padding-90 { padding:90px 0;}
.sec-padding-80 { padding:80px 0;} .sec-padding-70 { padding:70px 0;}
.sec-padding-60 { padding:60px 0;} .sec-padding-xlarge { padding:50px 0; }
.sec-padding-large { padding:40px 0; } .sec-padding-medium { padding:30px 0; }
.sec-padding-small { padding:25px 0; } .sec-padding-xsmall { padding:10px 0; }

/*** theme sections margin ***/
.sec-margin-100 { margin:100px 0;} .sec-margin-90 { margin:90px 0;}
.sec-margin-80 { margin:80px 0;} .sec-margin-70 { margin:70px 0;}
.sec-margin-60 { margin:60px 0;} .sec-margin-xlarge { margin:50px 0; }
.sec-margin-large { margin:40px 0; } .sec-margin-medium { margin:30px 0; }
.sec-margin-small { margin:25px 0; } .sec-margin-xsmall { margin:10px 0; }

/*** no padding, no marging ***/
.p-0 { padding:0; }
.pt-0 { padding-top:0px; } .pb-0 { padding-bottom:0px; }
.pl-0 { padding-left:0px; } .pr-0 { padding-right:0px; }
.m-0 { margin:0; }
.mt-0 { margin-top:0px; } .mb-0 { margin-bottom:0px; }
.ml-0 { margin-left:0px; } .mr-0 { margin-right:0px; }




.tt-uppercase{text-transform: uppercase;}
.tt-capitalize{text-transform: capitalize;}




p strong { color: black; }
p span { color: black; }
a:hover { text-decoration: none; }
a:focus { outline: none; text-decoration: none; }
img { border: 0px; outline: none; }
/*img { max-width: 100%;  }*/
ul,li { list-style-type: none; }
.relative { position:relative; }
.absolute { position:absolute; }

h2,.h2 {
 color: #171717;
 line-height: 1.2;
 font-weight: 500;
 padding: 0 0 15px 0;
 position: relative;
 letter-spacing: -1px;
 }
h2 span,.h2 span { color:var(--primary-color);}

a { text-decoration: none; }
.list-simple { list-style: none; margin: 0 0 15px 0; width:100%; display:inline-block; }
.list-simple li {color: var(--default-color);padding: 0 0 10px 16px;line-height: 20px;font-size: 14px;font-weight: 400;position:relative;}
.list-simple li:before {position: absolute; left: 0px;top: 0px;
font-size: 13px; color:var(--secondary-color); content: "\e93a"; font-family: 'icomoon' !important; }

/*** morefull block link ***/
.moreFull { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; text-indent: -9999px; }

/*** transition ***/
.transition {-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; }

/*** scale with transition ***/
.scale-with-transition { -webkit-transition: all 200ms ease-in; -ms-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in; transition: all 200ms ease-in; -webkit-transform: scale(1.05);
-ms-transform: scale(1.05); -moz-transform: scale(1.05); transform: scale(1.05); }


ul,li,a,p{
    font-family: "Open Sans", sans-serif;
}

h1,h2,h3,h4,h5,h6{
    font-family: "PT Serif", serif;
}

img{
    width: 100%;
}

a{
    color: #383872;
}

a:hover {
    color: #383872 !important;
}

html{
    scroll-behavior: smooth;
}

/*


font-family: "PT Serif", serif;


font-family: "Open Sans", sans-serif;


font-family: "Lato", sans-serif;


*/



/* header 
------------------------------------*/


.top-bar {
    background-image: linear-gradient(91deg,#1e2c46 0%,#221f20 100%)!important;
    padding: 15px;
}

.top-bar .info {}

.top-bar .info ul {
    margin-bottom: 0;
    display: flex;
    gap: 20px;
    justify-content: end;
    align-items: center;
}

.top-bar .info ul li {}

.top-bar .info ul li a {
    color: #fff;
    font-size: 16px;
    transition: 0.4s;
}

.top-bar .info ul li a:hover {
    opacity: 0.7;
}

.top-bar .info ul li i {
    color: #fff;
    font-size: 32px;
    vertical-align: sub;
    margin-right: 6px;
}


/*//////////////////////////////////////////*/

header {
    padding: 15px 0;
    background: #fff;
}

header .logo {}

header .logo a {}

header .logo a img {}

header .manu {
    display: flex;
    gap: 20px;
    justify-content: end;
    align-items: center;
}

header .manu ul {
    display: flex;
    gap: 20px;
    margin-bottom: 0;
}

header .manu ul li {}

header .manu ul li a {
    color: rgba(0,0,0,.6);
    font-size: 16px;
    font-family: "Lato", sans-serif;
}

header .btnn {}

.btnn a {
    background: #383876;
    color: #fff;
    padding: 12px 30px;
    border-radius: 100px;
    font-size: 16px;
    border: 2px solid #383876;
    transition: 0.4s;
}

.btnn a:hover {
    background: #fff;
    color: #383876;
    border: 2px solid #383876;
}


/*/////////////////////////////////////////////////////*/


section.main-ban {
    background: #f3ede3;
    padding: 100px 0;
    height: 750px;
    display: flex;
    align-items: center;
}



section.main-ban .txt {}

section.main-ban .txt h4 {
    color: #383872;
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    line-height: 30px;
    letter-spacing: 2px;
}

section.main-ban .txt h2 {
    font-size: 75px;
    font-weight: 400;
    line-height: 85px;
}

section.main-ban .txt ul {
    padding-top: 10px;
}

section.main-ban .txt ul li {
    margin-bottom: 20px;
}

section.main-ban .txt ul li i {
    background: #383872;
    color: #fff;
    border-radius: 100px;
    width: 25px;
    height: 25px;
    position: relative;
    margin-right: 10px;
    vertical-align: sub;
}

section.main-ban .txt ul li a {
    font-size: 18px;
    line-height: 28px;
}

section.main-ban .txt ul li i::before {
    top: 5px !important;
    position: absolute;
    left: 8px;
}


/*/////////////////////////////////////////////////*/


section#services {
    padding: 70px 0 0;
}

section#services .head {
    margin-bottom: 50px;
}

section#services .head h2 {
    font-size: 30px;
    color: #3e3e3e;
    font-weight: 500;
}

section#services .ser-box {
    background: #f4ede2;
    border-radius: 6px;
}

section#services .ser-box img {
    border-radius: 6px 6px 0 0;
}

section#services .ser-box h4 {
    padding: 25px;
    text-align: center;
    color: #3e3e3e;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Open Sans';
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}



/*////////////////////////////////////////////*/


section.graphbg {
    height: 140px;
    display: flex;
    align-items: center;
}

section.featured-book {
    padding: 70px 0;
}


/*//////////////////////////////////////////////*/


section.featured-book .book-img {}

section.featured-book .book-img img {}

section.featured-book .txt {
    padding-left: 30px;
}

section.featured-book .txt h4 {
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    font-size: 20px;
    color: #3e3e72;
    letter-spacing: 2px;
}

section.featured-book .txt h2 {
    font-weight: 400;
    font-family: 'PT Serif', Georgia, "Times New Roman", serif;
    font-size: 40px;
    color: #3e3e3e !important;
    line-height: 50px;
}

section.featured-book .txt p {
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    color: #3e3e3e;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

section.featured-book .txt .btnn {
    margin-top: 20px;
}

section.featured-book .txt .btnn a {}




/*///////////////////Testimonials/////////////////////////////*/


.testimonial-section {
    padding: 80px 0;
    text-align: center;
}

.testimonial-title {
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    font-size: 35px;
    color: #3e3e72 !important;
    letter-spacing: 1px;
}

.testimonial-slider {
    width: 100%;
    margin: auto;
}

.testimonial-card {
    background: #d8d1c7;
    padding: 40px 30px;
    border-radius: 8px;
    box-shadow: 5px 5px 6px -1px #00000047;
    margin: 20px;
    text-align: center;
    height: 270px !important;
}


.stars {
    color: #2f3a6b;
    font-size: 24px;
    margin: 0px 0 10px;
}

.testimonial-card p {
    font-size: 16px;
    color: #3e3e3e;
    line-height: 26px;
    margin: 15px 0;
    font-weight: 500;
    padding: 0;
    margin: 0;
}

.testimonial-card h4 {
    font-family: 'Open Sans';
    margin-top: 10px;
    font-weight: 700;
    color: #3e3e3e;
    font-size: 18px;
    line-height: 28px;
}



.slick-prev:before {
    content: '\f053' !important;
    font-family: 'FontAwesome' !important;
    color: #3e3e72 !important;
    border: 3px solid #3e3e72;
    border-radius: 100px;
    padding: 6px 11px !important;
    font-size: 28px !important;
}


.slick-next:before {
    content: '\f054' !important;
    font-family: 'FontAwesome' !important;
    color: #3e3e72 !important;
    border: 3px solid #3e3e72;
    border-radius: 100px;
    padding: 6px 11px !important;
    font-size: 28px !important;
}

.slick-prev {
    left: -60px !important;
}

.slick-next {
    right: -40px !important;
}

.testimonial-section .partner {
    text-align: center;
}

.testimonial-section .partner img {
    width: 35%;
}

.testimonial-section .slick-track {
    padding: 50px 0;
}



/*/////////////blogs slider/////////////////////////*/


section.blogs-sec .blog-slider .slide {
            padding: 0 15px;
        }

        section.blogs-sec .card {
            text-align: left;
            border: unset;
        }

        section.blogs-sec .card img {
            width: 100%;
            height: 260px;
            object-fit: cover;
            border-radius: 8px;
            margin-bottom: 20px;
        }

        section.blogs-sec .card h3 {
            font-size: 20px;
            line-height: 1.4;
            color: #3e3e72;
            font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif !important;
            letter-spacing: 1px;
        }

        section.blogs-sec .card p {
            font-size: 18px;
            line-height: 32px;
            color: #3e3e3e;
            margin-bottom: 0;
            font-weight: 400;
        }

        section.blogs-sec .btn {
            display: inline-block;
            padding: 10px 30px;
            background: #3e3e72;
            color: #fff;
            border-radius: 25px;
            font-size: 14px;
            font-weight: 500;
            text-decoration: none;
            transition: 0.3s;
            border: 2px solid #3e3e72;
        }

        section.blogs-sec .btn:hover {
    background: transparent;
}

        section.blogs-sec .btn:hover {
            background: #3e3e72;
        }

        /* Arrows */
        section.blogs-sec .slick-prev, section.blogs-sec .slick-next {
            width: 44px;
            height: 44px;
            background: #3e3e72;
            border-radius: 50%;
            z-index: 10;
        }

        section.blogs-sec .slick-prev:hover, section.blogs-sec .slick-next:hover {
            background: #1f2266;
        }

        section.blogs-sec .slick-prev:before, section.blogs-sec .slick-next:before {
            font-size: 22px !important;
            color: #fff !important;
            opacity: 1;
            border: unset;
        }

        section.blogs-sec .slick-prev {
            left: -60px !important;
        }

        section.blogs-sec .slick-next {
            right: -60px !important;
        }

        /* Dots */
        section.blogs-sec .slick-dots {
            bottom: -90px;
        }

        section.blogs-sec .slick-dots li button:before {
            font-size: 10px;
            color: #999;
        }

        section.blogs-sec .slick-dots li.slick-active button:before {
            color: #3e3e72;
        }

        section.blogs-sec .blog-slider {
    width: 100%;
}

section.blogs-sec .card .txt {
    padding: 0 15px;
}

section.blogs-sec {
    padding: 80px 0;
}

section.blogs-sec h2 {
    letter-spacing: 1px;
    text-align: center;
    font-family: 'PT Serif', Georgia, "Times New Roman", serif;
    font-size: 40px;
    color: #3e3e3e !important;
    line-height: 2.2em;
    margin-bottom: 20px;
}



section.blogs-sec .slick-dots li button:before {
    background: unset;
}



/*/////////////CTA///////////////////////////*/

section.cta {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 770px;
    display: flex;
    align-items: center;
}

section.cta .cta-box {
    width: 80%;
    margin: 0 auto;
    background: #f3ede3;
    border-radius: 5px;
    padding: 100px 50px;
    text-align: center;
    transform: scale(0.9);
    transition: 0.4s;
}

section.cta .cta-box h4 {
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    font-size: 20px;
    color: #3e3e72 !important;
    letter-spacing: 2px;
    line-height: 90px;
}

section.cta .cta-box h2 {
    font-family: 'PT Serif', Georgia, "Times New Roman", serif;
    font-size: 40px;
    color: #3e3e3e !important;
    line-height: 39px;
    padding-bottom: 30px;
}

section.cta .cta-box .btnn {
    padding-top: 30px;
}

section.cta .cta-box .btnn a {
    padding: 12px 50px;
}

section.cta .cta-box.scrolled {
    transform: scale(1.1);
}


/*//////////////////////////////*/

section.brands {}

section.brands .brands-logo {}

section.brands .brands-logo ul {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 0;
}


/*///////////////Footer///////////////////////*/


footer {
    background: #f8ede0;
    padding: 100px 0;
}

footer .ftr-info {}

footer .ftr-info h2 {
    font-family: 'PT Serif', Georgia, "Times New Roman", serif;
    font-weight: 700;
    font-size: 20px;
    color: #3e3e3e;
    line-height: 1.5em;
}

footer .ftr-info ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 10px;
}

footer .ftr-info ul li {
    color: #3e3e3e;
    font-size: 16px;
}

footer .ftr-info ul li a {
    color: #3e3e3e;
}

footer .ftr-info h3 {
    font-family: 'PT Serif', Georgia, "Times New Roman", serif !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    color: #3e3e3e !important;
    line-height: 2.2em !important;
}


footer .ftr-info ul.social {flex-direction: row;gap: 15px;}

footer .ftr-info ul.social li {
    background: #3e3e72;
    border-radius: 100px;
    padding: 8px 10px;
}

footer .ftr-info ul.social li a {
    color: #fff;
    font-size: 21px;
}

footer .ftr-info ul.social li a:hover {
    color: #fff !important;
}





footer .copyright {
    text-align: center;
    padding-top: 50px;
}

footer .copyright img {
    width: 15%;
    margin-bottom: 30px;
}

footer .copyright p {
    color: #3e3e3e;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
}













/*//////////////////////////////////////////*/


@media (min-width: 1440px) {
    .container {
        max-width: 1280px;
    }
}

@media (max-width: 1260px) {

    section.blogs-sec .slick-prev {
    left: -45px !important;
}

section.blogs-sec .slick-next {
    right: -50px !important;
}

.slick-prev {
    left: -50px !important;
}

.slick-next {
    right: -25px !important;
}



}


@media (max-width: 1200px) {


    .slick-prev {
    right: 120px;
    left: unset !important;
    top: 20px !important;
    z-index: 10;
}

.slick-next {
    right: 60px !important;
    top: 20px !important;
    z-index: 10;
}

section.blogs-sec .slick-prev{
    right: 80px;
    left: unset !important;
    top: -50px !important;
    z-index: 10;
}

section.blogs-sec .slick-next{
    right: 20px !important;
    top: -50px !important;
    z-index: 10;
}


section.cta .cta-box {
    padding: 70px 50px;
}

section.cta {
    height: 700px;
}


section.main-ban {
    padding: 50px 0;
    height: 550px;
}

section.graphbg {
    height: 100px;
}




}



@media (max-width: 1170px) {
    section.main-ban .txt h2 {
    font-size: 62px;
    line-height: 72px;
}

}


@media (max-width: 992px) {
    section.cta .cta-box {
        padding: 50px;
    }

    section.cta .cta-box h2 {
    font-size: 35px;
    line-height: 35px;
    padding-bottom: 20px;
}

section.cta .cta-box h4 {
    line-height: 50px;
}

    section.cta {
        height: 550px;
    }

    footer {
    padding: 50px 0;
}

.testimonial-section {
    padding: 50px 0;
}

section.blogs-sec {
    padding: 50px 0;
}

section.featured-book {
    padding: 50px 0;
}

section#services {
    padding: 50px 0;
}



}



@media (max-width: 991px){

    .top-bar{
        display: none;
    }

    header .manu {
    display: none;
}

.mobile-nav-btn {
    top: 20px;
    background: #3e3e72;
    padding: 15px 10px 35px;
}

.mobile-nav-btn span.lines {
    width: 50px;
    background: #fff;
}

.mobile-nav-btn span.lines::before, .mobile-nav-btn span.lines::after {
    width: 40px;
    background: #fff;
}


.mobile-nav a.logo-main {}

.mobile-nav a.logo-main img {
    width: 70%;
}

.mobile-nav {
    width: 40%;
}

.app-container.active {
    left: -40%;
}

.mobile-nav-btn.active {
    right: 45%;
}


section.featured-book .txt h2 {
    font-size: 33px;
    line-height: 43px;
}

section.featured-book .txt p {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 5px;
}

section.featured-book .txt {
    padding-left: 0;
}


.testimonial-card {
    height: 220px !important;
}


    section.cta {
        height: 500px;
    }


}



@media (max-width: 768px) {
    .container {
        max-width: 930px;
    }
}


@media (max-width: 767px) {
    header .logo a img {
    width: 60%;
}

    section.main-ban {
        height: auto;
    }

    section.main-ban .txt {
    text-align: center;
}

section.main-ban .txt h2 br {
    display: none;
}

    section.main-ban .txt h2 {
        font-size: 45px;
        line-height: 55px;
    }

    section.main-ban .txt ul li {
    margin-bottom: 10px;
}

section.main-ban .txt ul li a {
    font-size: 15px;
    line-height: 25px;
}

section#services .head {
    margin-bottom: 20px;
    text-align: center;
}


section#services .ser-box h4 {
    height: auto;
}

section#services .ser-box {
    margin-bottom: 30px;
}

    section.graphbg {
        height: auto;
    }


        section#services {
        padding: 50px 0 20px;
    }


        section.featured-book .txt {
        text-align: center;
        padding-top: 20px;
    }

        section.featured-book .txt h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .testimonial-title {
    font-size: 26px;
}


.testimonial-section .slick-track {
    padding: 0px 0;
}

.testimonial-section .partner {
    padding-top: 40px;
}

.testimonial-section .partner img {
    width: 50%;
}

section.blogs-sec h2 {
    font-size: 26px;
    line-height: 36px;
}

section.blogs-sec .card .txt {
    padding: 0 15px;
    text-align: center;
}


    section.cta .cta-box h2 {
        font-size: 26px;
        line-height: 36px;
        padding-bottom: 0px;
    }

        section.cta .cta-box h4 {
        line-height: 31px;
        font-size: 21px;
    }

    section.blogs-sec .slick-dots {
    bottom: -40px;
}


section.blogs-sec .card p {
    font-size: 14px;
    line-height: 25px;
}

.testimonial-section ul.slick-dots li button::before {
    background: transparent;
    font-size: 10px;
}

footer .ftr-info {
    text-align: center;
}


footer .ftr-info ul.social {
    justify-content: center;
}

footer .copyright img {
    width: 40%;
}


    .mobile-nav {
        width: 60%;
    }

        .app-container.active {
        left: -60%;
    }

        .mobile-nav-btn.active {
        right: 65%;
    }



}

@media (max-width: 375px) {

    section.cta .cta-box .btnn a {
    padding: 9px 20px;
    font-size: 14px;
}


}