@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('form.css');

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    text-transform: capitalize;
}

p.captcha_validation {
    color: red !important;
    font-size: 16px !important;
    line-height: 23px !important;
    display: none;
    text-align: left !important;
}

.exp_icon {
    display: none !important;
}

span,
input,
textarea,
select,
p,
ul {
    font-weight: 500;
    margin: 0;
    padding: 0;
    list-style: none;
}

a,
button {
    font-weight: 600;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}

a:hover {
    color: inherit;
}

body {
    overflow-x: hidden;
    background: #FFFFFF;
    font-family: 'Poppins', sans-serif;
}

.main-info-inner .row {
    margin-top: 5rem;
}

main {
    overflow: hidden;
}

a,
button,
input,
textarea:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

.images_logo {
    display: flex;
    align-items: center;
    margin: 17px 0 36px;
}

.images_logo img {
    width: 129px;
    margin: 0 39px 0 0;
}

.form-group input::-webkit-outer-spin-button,
.form-group input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.form-check-new {
    margin: 10px 0;
    display: flex;
    align-items: start;
}

.form-check-new .form-check-check {
    border: 1px solid #E9E7E7;
    padding: 8px;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
    margin: 5px 8px 0 0;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.form-check-new .form-check-label {
    color: #000;
    font-size: 10px;
    line-height: 20px;
    font-weight: 400;
    cursor: pointer;
    opacity: 0.9;
    display: block;
}

.form-check-new .form-check-label a {
    color: #3293fc;
}

.form-check-new.black .form-check-label {
    color: #3293fc;
    font-size: 10px;
    line-height: 20px;
    
}

.form-check-new.black .form-check-label a{
    color: rgb(13 110 253);
}

.footer-main-sec .footer-top .form-check-new {}

.footer-main-sec .footer-top .form-check-new label.form-check-label {
    color: white;
}

.form-group input[type=number] {
    -moz-appearance: textfield;
}

h1 {
    font-size: 42px;
    line-height: 48px;
}

h2 {
    font-size: 36px;
    line-height: 42px;
}

h3 {
    font-size: 36px;
    line-height: 42px;
}

h4 {
    font-size: 18px;
    line-height: 24px;
}

h5 {
    font-size: 18px;
    line-height: 24px;
}

h6 {
    font-size: 18px;
    line-height: 24px;
}

p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px;
}

li {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 5px;
}

.website-main-buttons {
    margin: 20px 0 0;
    display: flex;
    align-items: center;
}

.website-main-buttons a.read-more-btn,
.website-main-buttons button.popup-btn,
.website-main-buttons button.chat-btn,
.website-main-buttons a.call-btn {
    font-size: 14px;
    border-radius: 5px;
    padding: 8px 20px;
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 1;
}

.website-main-buttons a.read-more-btn::after,
.website-main-buttons button.popup-btn::after,
.website-main-buttons button.chat-btn::after,
.website-main-buttons a.call-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #3293fc;
    width: 0;
    height: 100%;
    margin: auto;
    transition: .5s all;
    z-index: -1;
}

.website-main-buttons a.read-more-btn:hover::after,
.website-main-buttons button.popup-btn:hover::after,
.website-main-buttons button.chat-btn:hover::after,
.website-main-buttons a.call-btn:hover::after {
    width: 100%;
}

header {
    background: #ffffff;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
    transition: all 0.5s ease-in-out;
}

header nav.navbar {
    padding: 7px 0;
    justify-content: space-between;
}

header nav.navbar .navbar-brand {
    padding: 0;
    margin: 0;
}

header nav.navbar .navbar-brand .logo {
    width: 190px;
    margin: 0;
    transition: all 0.5s ease-in-out;
    display: block;
}

header nav.navbar .navbar-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}

header nav.navbar .navbar-buttons a.call-btn {
    background: #041838;
    color: #fff;
    border: 2px solid #041838;
    font-size: 14px;
    border-radius: 5px;
    padding: 8px 20px;
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 1;
}

header nav.navbar .navbar-buttons a.call-btn:hover {
    color: #041838;
}

header nav.navbar .navbar-buttons a.call-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #3293fc;
    width: 0;
    height: 100%;
    margin: auto;
    transition: .5s all;
    z-index: -1;
}

header nav.navbar .navbar-buttons a.call-btn:hover::after,
header nav.navbar .navbar-buttons button.popup-btn:hover::after {
    width: 100%;
}

header nav.navbar .navbar-buttons button.popup-btn {
    background: #2185ff;
    color: #fff;
    border: 2px solid #04183800;
    font-size: 14px;
    border-radius: 5px;
    padding: 8px 20px;
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 1;
}

header nav.navbar .navbar-buttons button.popup-btn:hover {
    color: #fff;
}

header nav.navbar .navbar-buttons button.popup-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #041838;
    width: 0;
    height: 100%;
    margin: auto;
    transition: .5s all;
    z-index: -1;
}

header .header-counter {
    background: #041838;
    width: 100%;
    display: block;
}

.header-counter .header-counter-inner {}

.header-counter-inner .filp-counter-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.filp-counter-text h5 {
    color: #fff;
    font-weight: 500;
    margin: 0;
}

#countdown ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

#countdown ul li {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    width: 70px;
    padding: 5px 5px;
    margin: 0;
    display: inline-grid;
    text-transform: uppercase;
    text-align: center;
}

#countdown ul li:first-child {
    display: none;
}

#countdown ul li span {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    display: block;
    font-weight: 600;
    margin: 0 0 0px 0;
}

section.banner-main-sec {
    /*background: linear-gradient(45deg, #221a42b8, #221a42b8), url(../images/library-books.webp);*/
    background: url(../images/library-books.webp);
    background-size: cover;
    background-position: 100% 100%;
    position: relative;
    z-index: 1;
    background-position: 100% 42%;
    background-size: cover;
    background-repeat: no-repeat;
    /*height: 843px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9rem 0 4rem 0px;
}

.banner-inner-content h1 {
    color: #ffffff;
    margin: 0 0 20px;
    font-size: 52px;
    line-height: 64px;
    font-weight: 700;
    width: 90%;
}

.banner-inner-content h1 span {
    color: #2185ff;
    font-weight: 800;
}

.banner-inner-content p {
    color: #ffffff;
    font-size: 18px;
    line-height: 31px;
    margin: 11px 0 14px 0;
    width: 88%;
}

.banner-inner-content ul {
    margin: 24px 0;
}

.banner-inner-content ul li {
    color: #ffffff;
    display: flex;
    align-items: center;
    line-height: 42px;
    font-size: 19px;
}

.banner-inner-content ul li i {
    font-weight: 800;
    margin: 0 14px 0 0;
    background: #4CAF50;
    color: #fff;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.banner-inner-content .website-main-buttons {}

.banner-inner-content .website-main-buttons button.popup-btn , .banner-inner-content .website-main-buttons a.popup-btn {
    background: #ffffff;
    color: #041838;
    border: none;
    padding: 13px 37px;
    font-size: 18px;
    margin-right:10px;
}

.banner-inner-content .website-main-buttons button.popup-btn:hover , .banner-inner-content .website-main-buttons a.popup-btn:hover{
    background: #3293fc;
    color: #041838;
    border: none;
}

.banner-inner-content .website-main-buttons button.chat-btn {
    background: #3293fc;
    color: #ffffff;
    border: 2px solid #3293fc;
    padding: 10px 37px;
    font-size: 19px;
}

.banner-inner-content .website-main-buttons button.chat-btn:hover {
    color: #fff;
}

.banner-inner-content .website-main-buttons button.chat-btn:hover::after {
    background: #041838;
}

.banner-main-sec .banner-content-img {
    width: 100%;
}

.banner-content-img img {
    width: 100%;
}

section.main-info-wrap {
    padding: 95px 0 130px;
    position: relative;
    z-index: 1;
}

section.main-info-wrap {}

.main-info-wrap .main-info-head {
    text-align: center;
    width: 90%;
    margin: 0 auto 30px;
}

.main-info-head h2 {
    color: #041838;
    margin: 0 0 10px;
}

.main-info-head p {
    color: #041838;
}

.main-info-wrap .main-info-inner h1 {
    text-align: center;
    color: #041838;
    margin: 0;
    font-family: 'Poppins';
    font-size: 39px;
}

.main-info-inner .main-info-content {}

.main-info-content h2 {
    color: #041838;
    margin: 0 0 10px;
    font-size: 31px;
    line-height: 36px;
}

.main-info-content p {
    color: #041838;
    font-size: 16px;
    line-height: 34px;
}

.main-info-inner .main-info-img {}

.main-info-img img {
    width: 100%;
    height: 448px;
    object-fit: cover;
}

section.main-services-wrap {
    padding: 50px 0;
}

.main-services-wrap .main-services-head {
    text-align: center;
    width: 90%;
    margin: 0 auto 30px;
}

.main-services-head h3 {
    color: #041838;
    margin: 0 0 10px;
}

.main-services-head p {
    color: #041838;
}

.main-services-wrap .main-services-inner {}

.main-services-inner .main-services-box {
    background: #3293fc17;
    padding: 10px 10px;
    display: flex;
    margin: 0 0 20px;
}

.main-services-box .services-box-img {
    margin: 0 10px 0 0;
    width: 25%;
}

.services-box-img img {
    width: 100%;
}

.main-services-box .services-box-content {
    width: 75%;
    padding: 0 5px 0 0;
    min-height: 175px;
    max-height: 175px;
    overflow-y: auto;
}

.services-box-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.0);
    border-radius: 0px;
}

.services-box-content::-webkit-scrollbar {
    width: 3px;
    background: #b2b2b2;
    border-radius: 0px;
}

.services-box-content::-webkit-scrollbar-thumb {
    background-color: #041838;
    border-radius: 0px;
}

.services-box-content h4 {
    color: #041838;
    margin: 0 0 10px;
}

.services-box-content p {
    color: #041838;
}

section.author-testimonials-wrap {
    padding: 50px 0;
}

.author-testimonials-wrap .author-testimonials-head {
    text-align: center;
    width: 90%;
    margin: 0 auto 30px;
}

.author-testimonials-head h2 {
    color: #041838;
    margin: 0 0 10px;
}

.author-testimonials-head p {
    color: #041838;
}

.author-testimonials-wrap .author-testimonials-inner {}

.author-testimonials-slider .slick-arrow {
    display: none !important;
}

.author-testimonials-inner .author-testi-box {
    background: #3293fc17;
    box-shadow: 0 3px 20px -15px #041838;
    padding: 30px 30px;
    margin: 30px 10px;
    position: relative;
    transition: all .3s ease-in-out;
}

.author-testi-box::before {
    content: '\f10e';
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    color: #3293fc;
    font-size: 24px;
    font-weight: 600;
    border: 2px solid #3293fc;
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    border-radius: 100%;
    margin: 0 auto;
}

.author-testi-box .author-testi-box-img {
    text-align: center;
    margin: 0 0 20px;
}

.author-testi-box-img img {
    width: 200px;
    height: 275px;
    margin: 0 auto;
}

.author-testi-box .author-testi-box-content {
    margin: 0 0 10px;
}

.author-testi-box-content p {
    color: #041838;
    padding: 0 10px 0 0;
    min-height: 200px;
    max-height: 200px;
    overflow-y: auto;
}

.author-testi-box-content p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.0);
    border-radius: 10px;
}

.author-testi-box-content p::-webkit-scrollbar {
    width: 3px;
    background: #b2b2b2;
    border-radius: 10px;
}

.author-testi-box-content p::-webkit-scrollbar-thumb {
    background-color: #041838;
    border-radius: 10px;
}

.author-testi-box .author-testi-box-bottom {}

.author-testi-box-bottom h5 {
    color: #041838;
    margin: 0;
}

.author-testi-box-bottom span {
    color: #041838;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    display: block;
}

section.authors-img-sec {}


section.author-testimonials-wrap {
    display: none;
}

section.authors-img-sec img {
    display:none;
}

section.how-works-wrap {
    background: #041838;
    padding: 50px 0;
}

.how-works-wrap .how-works-head {
    text-align: center;
    width: 90%;
    margin: 0 auto 30px;
}

.how-works-head h2 {
    color: #3293fc;
    margin: 0 0 10px;
}

.how-works-head p {
    color: #fff;
}

.how-works-wrap .how-works-inner {}

.how-works-inner .how-works-box {
    text-align: center;
}

.how-works-box .how-works-box-img {
    margin: 0 0 20px;
}

.how-works-box-img img {}

.how-works-box .how-works-box-content {
    margin: 0 0 10px;
}

.how-works-box-content h4 {
    color: #fff;
    margin: 0 0 10px;
}

.how-works-box-content p {
    color: #fff;
}

section.web-brands-wrap {
    padding: 30px 0;
    border-bottom: 2px solid #04183814;
    background: #041838;
}

.web-brands-wrap .web-brands-head {
    text-align: center;
    width: 90%;
    margin: 0 auto 20px;
}

.web-brands-head h2 {
    color: #041838;
    margin: 0 0 10px;
}

.web-brands-head p {
    color: #041838;
}

.web-brands-wrap .web-brands-inner {}

.web-brands-inner .web-brands-item {}

.web-brands-item .slick-arrow {
    display: none !important;
}

.web-brands-item a {}

.web-brands-item a img {
    margin: 0 auto 0;
}

section.portfolio-publish-wrap {
    background: #3293fc17;
    padding: 50px 0;
}

.portfolio-publish-wrap .portfolio-publish-head {
    width: 100%;
    margin: 0 auto 30px;
    text-align: center;
}

.portfolio-publish-head h2 {
    color: #041838;
    margin: 0 0 10px;
}

.portfolio-publish-head p {
    color: #041838;
}

.portfolio-publish-tablist .portfolio-publish-tablist-buttons {
    margin: 0 0 30px;
}

.portfolio-publish-tablist-buttons ul.nav-pills {
    justify-content: center;
    align-items: center;
}

.portfolio-publish-tablist-buttons ul.nav-pills li.nav-item {
    margin: 0 10px 10px;
}

.portfolio-publish-tablist-buttons ul.nav-pills li.nav-item button.nav-link {
    background: transparent;
    color: #041838;
    border: 2px solid #041838;
    font-size: 14px;
    border-radius: 5px;
    padding: 8px 20px;
    margin: 0;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 1;
}

.portfolio-publish-tablist-buttons ul.nav-pills li.nav-item button.nav-link:hover {
    color: #fff;
}

.portfolio-publish-tablist-buttons ul.nav-pills li.nav-item button.nav-link.active {
    color: #fff;
}

.portfolio-publish-tablist-buttons ul.nav-pills li.nav-item button.nav-link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #041838;
    width: 0;
    height: 100%;
    margin: auto;
    transition: .5s all;
    z-index: -1;
}

.portfolio-publish-tablist-buttons ul.nav-pills li.nav-item button.nav-link.active::after,
.portfolio-publish-tablist-buttons ul.nav-pills li.nav-item button.nav-link:hover::after {
    width: 100%;
}

.portfolio-publish-wrap .portfolio-publish-tablist-content {}

.portfolio-publish-tablist-content .portfolio-publish-tablist-inner {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.portfolio-publish-tablist-inner .portfolio-publish-tablist-item {
    margin: 0 0px 20px;
}

.portfolio-publish-tablist-item a {
    display: block;
    text-align: center;
}

.portfolio-publish-tablist-item a img {
    width: 100%;
    height: 476px;
    border-radius: 10px;
    object-fit: cover;
}

section.formated-books-wrap {
    padding: 50px 0;
}

.formated-books-wrap .formated-books-head {
    text-align: center;
    width: 90%;
    margin: 0 auto 30px;
}

.formated-books-head h3 {
    color: #041838;
    margin: 0 0 10px;
}

.formated-books-head p {
    color: #041838;
}

.formated-books-wrap .formated-books-inner {}

.formated-books-inner .formated-books-box {
    background: #fff;
    padding: 20px 20px;
    margin: 0 0 20px;
    box-shadow: 0 0px 3px 0px #b2b2b2;
    text-align: center;
    transition: all .3s ease-in-out;
}

.formated-books-box:hover {
    box-shadow: 0 5px 40px -10px #b2b2b2;
}

.formated-books-box .formated-box-img {
    width: 100px;
    height: 100px;
    margin: 0 auto 10px;
}

.formated-box-img img {
    width: 100%;
}

.formated-books-box .formated-box-content {}

.formated-box-content h4 {
    color: #041838;
    margin: 0 0 10px;
}

.formated-box-content p {
    color: #041838;
    padding: 0 5px;
    min-height: 125px;
    max-height: 125px;
    overflow-y: auto;
}

.formated-box-content p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.0);
    border-radius: 0px;
}

.formated-box-content p::-webkit-scrollbar {
    width: 3px;
    background: #b2b2b2;
    border-radius: 0px;
}

.formated-box-content p::-webkit-scrollbar-thumb {
    background-color: #041838;
    border-radius: 0px;
}

section.cta-banner-wrap {
    background-image: url(../images/cta-ban-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 30px 0;
    position: relative;
    z-index: 1;
}

.cta-banner-wrap .cta-banner-content {}

.cta-banner-content h3 {
    color: #041838;
    margin: 0 0 10px;
}

.cta-banner-content p {
    color: #041838;
}

.cta-banner-content .website-main-buttons {}

.cta-banner-content .website-main-buttons button.chat-btn {
    background: #041838;
    color: #fff;
    border: 2px solid #041838;
}

.cta-banner-content .website-main-buttons button.chat-btn:hover {
    color: #041838;
}

.cta-banner-content .website-main-buttons button.chat-btn::after {
    background: #3293fc;
}

.cta-banner-content .website-main-buttons button.popup-btn {
    background: #3293fc;
    color: #041838;
    border: 2px solid #3293fc;
}

.cta-banner-content .website-main-buttons button.popup-btn:hover {
    color: #fff;
}

.cta-banner-content .website-main-buttons button.popup-btn::after {
    background: #041838;
}

.cta-banner-wrap .cta-banner-img {
    position: relative;
    text-align: right;
}

.cta-banner-wrap .cta-banner-img img {
    width: 400px;
}

section.faqs-area-wrap {
    padding: 30px 0;
}

.faqs-area-wrap .faqs-area-head {
    width: 90%;
    margin: 0 auto 30px;
    text-align: center;
}

.faqs-area-head h3 {
    color: #041838;
    margin: 0 0 10px;
}

.faqs-area-head p {
    color: #041838;
}

.faqs-area-wrap .faqs-area-inner {}

.faqs-area-inner .faqs-sec-item {}

.faqs-sec-item .accordion .accordion-item {
    margin: 0 0 0px;
    border-radius: 0px;
    border: none;
    border-bottom: 2px solid #041838;
}

.faqs-sec-item .accordion .accordion-item .accordion-header {}

.faqs-sec-item .accordion-item .accordion-header button.accordion-button {
    background: #041838;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    box-shadow: none;
    border-radius: 0px;
    padding: 15px 10px;
    display: flex;
    align-items: center;
    margin: 0;
    text-transform: capitalize;
}

.faqs-sec-item .accordion-item .accordion-header button.accordion-button.collapsed {
    background: transparent;
    color: #041838;
}

.faqs-sec-item .accordion-item .accordion-header .accordion-button::after {
    content: '\f107';
    font-family: 'Font Awesome 6 Pro';
    color: #fff;
    font-size: 20px;
    border-radius: 0px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-weight: 600;
    transform: rotate(-90deg);
    transition: all .3s ease-in-out;
}

.faqs-sec-item .accordion-item .accordion-header button.accordion-button.collapsed::after {
    color: #041838;
}

.faqs-sec-item .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: '\f107';
    font-family: 'Font Awesome 6 Pro';
    transform: rotate(0deg);
}

.faqs-sec-item .accordion-item .accordion-collapse {}

.faqs-sec-item .accordion-item .accordion-collapse .accordion-body {
    background: transparent;
    color: #041838;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    padding: 10px 10px;
    border-radius: 0px;
}

footer.footer-main-sec {
    position: relative;
    z-index: 1;
}

.footer-main-sec .footer-top {
    background: #041838;
    padding: 50px 0;
}

.footer-top .footer-logo-area {
    margin: 0 0 20px;
}

.footer-logo-area .footer-logo {
    width: 250px;
    margin: 0 0 20px 0;
}

.footer-logo-area .footer-logo img {}

.footer-logo-area p {
    color: #fff;
}

.footer-top .footer-info-area {}

.footer-info-area h4 {
    color: #3293fc;
    margin: 0 0 20px;
}

.footer-info-area ul {
    display: flex;
    flex-direction: column;
}

.footer-info-area ul li {
    margin: 0 0 15px;
}

.footer-info-area ul li p {
    color: #fff;
    margin: 0;
    display: flex;
    align-items: center;
}

.footer-info-area ul li p i {
    background: #3293fc;
    color: #041838;
    font-size: 16px;
    border: 2px solid #3293fc;
    font-weight: 600;
    width: 30px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    margin: 0 7px 0 0;
    border-radius: 5px;
}

.footer-info-area ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin: 0;
    text-transform: lowercase;
    display: flex;
    align-items: center;
    transition: all .3s ease-in-out;
}

.footer-info-area ul li a:hover {
    color: #3293fc;
}

.footer-info-area ul li a i {
    background: #3293fc;
    color: #041838;
    font-size: 16px;
    border: 2px solid #3293fc;
    font-weight: 600;
    width: 30px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    margin: 0 7px 0 0;
    border-radius: 5px;
}

.footer-top .footer-links-area {}

.footer-links-area h4 {
    color: #3293fc;
    margin: 0 0 20px;
}

.footer-links-area ul.footer-nav-links {
    display: flex;
    flex-direction: column;
}

.footer-links-area ul.footer-nav-links li {
    margin: 0 0 12px;
}

ul.footer-nav-links li a {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin: 0;
    transition: all .3s ease-in-out;
    display: block;
}

ul.footer-nav-links li a:hover {
    color: #3293fc;
    transform: translateX(10px);
}

.footer-main-sec .footer-bottom {
    background: #3293fc;
    padding: 10px 0;
    border-top: 2px solid #fff;
}

.footer-bottom .footer-social-area {}

.footer-social-area ul {
    display: flex;
    align-items: center;
}

.footer-social-area ul li {
    margin: 0 5px 0;
}

.footer-social-area ul li a {
    background: #041838;
    color: #fff;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 33px;
    text-align: center;
    display: block;
    border-radius: 5px;
    transition: all .3s ease-in-out;
}

.footer-social-area ul li a:hover {
    color: #3293fc;
}

.footer-social-area ul li a i {}

.footer-bottom .footer-copyright {
    text-align: right;
}

.footer-copyright p {
    color: #fff;
    margin: 0;
}

.exp_icon {
    background: #7cbafd1a;
    display: flex;
    align-items: center;
    margin: 20px 0 0 0;
    padding: 11px 7px;
    border-radius: 10px;
    font-family: 'Poppins';
    border: 1px solid #04183829;
}

.exp_icon li {
    text-align: center;
    margin: 0 9px;
}

.exp_icon li img {
    width: 61px;
}

.exp_icon li span {
    font-size: 19px;
    display: block;
    margin: 16px 0 0 0;
    line-height: 21px;
}

.spring {
    width: 556px;
    height: 596px;
    padding: 0;
    overflow: visible;
    background: #0c0c0c;
    border-radius: 24px;
    z-index: 0;
}

.spring .form-control {
    color: #000;
    font-size: 14px;
    margin: 0 0 13px;
    border-radius: 25px;
    padding: 16px 23px;
    border: none;
}

.spring form textarea {
    height: 144px !IMPORTANT;
}

.popup-content h2 {
    font-family: 'Poppins';
    font-size: 34px;
    padding: 0;
    color: #3293fc;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: uppercase;
    line-height: 34px;
}

.custom-pop {
    padding: 0;
    overflow: hidden;
}

.spring form.validate-popupform {
    background: none;
}

.spring .custom-pop {
    height: 100%;
}

.spring .popup-content h3 {
    color: #fff;
    background: #fcd801;
    padding: 4px 0;
    border-radius: 0;
    margin-left: -20px;
    width: 112%;
    font-size: 19px;
    margin-bottom: 8px;
}

.spring .popup-content p {
    color: #fff;
    background: transparent;
    padding: 0;
    width: 100%;
    margin: 0;
    line-height: normal;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 10px;
    letter-spacing: inherit;
    text-transform: none;
}

.spring .custom-pop .btn-blue {
    color: #000;
    border: none;
}

.spring .custom-pop textarea.form-control {
    height: 80px;
}

.spring button.fancybox-button {
    color: white;
    font-weight: 700;
    height: 30px;
    width: 30px;
    padding: 0;
    border-radius: 33px;
    opacity: 1;
    right: -6px !important;
    position: absolute !important;
    top: -8px !important;
    background: #0d6efd;
}

.spring .popup-content h3 span {
    background: transparent;
    color: inherit;
}

.spring.easter .popup-content {
    width: 100%;
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-backdrop-filter: blur(4px);
    padding: 25px;
}

.spring.easter .popup-content::After {
    content: '';
    position: absolute;
    right: 0%;
    top: -124px;
    width: 20%;
    height: 722px;
    background: url(https://as2.ftcdn.net/v2/jpg/04/03/15/39/1000_F_403153989_K6GwszyZXKOgXc0P9KpZwOZqSXTvl6aw.webp);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: 100% 100%;
}

.spring.easter .popup-content::before {
    content: '';
    position: absolute;
    left: -25%;
    top: -80px;
    width: 85%;
    height: 675px;
    background: url(https://as2.ftcdn.net/v2/jpg/04/03/15/39/1000_F_403153989_K6GwszyZXKOgXc0P9KpZwOZqSXTvl6aw.webp);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.3;
}

.spring.easter .popup-content h2 {
    color: #fff;
    font-size: 32px;
}

.spring.easter .popup-content h3 {
    font-size: 27px;
    font-weight: 600;
    background: transparent;
    border-radius: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    margin: 0 0 6px;
}

.spring.easter .popup-content h3 span {
    color: #fff;
    background: #0d6efd;
    padding: 5px 16px;
    border-radius: 38px;
    font-size: 24px;
}

.spring.easter .popup-content p {
    font-size: 22px;
    color: #fff;
    margin: 0;
    font-weight: 400;
    margin: 0 0 15px;
}

.easter.spring .custom-pop {
    display: flex;
    justify-content: center;
    align-items: center;
}

.spring.easter .custom-pop .btn-blue {
    width: 100%;
    background: #0d6efd;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 40px;
}

.popupform button.carousel__button.is-close {
    background: #f53230;
    height: 30px;
    width: 30px;
    padding: 0;
    border-radius: 4px;
    opacity: 1;
    top: 14px !important;
    right: 1px !important;
    position: absolute !important;
}

.spring.easter button.carousel__button.is-close {
    background: #041838;
    right: 0 !important;
    top: -15px !important;
    background: red;
}

.spring.easter .btn:after {
    display: none;
}

@media only screen and (max-width: 980px) and (min-width: 320px) {
    .spring {
        background: #081f3f;
        height: auto;
        width: 90%;
        padding: 30px 10px;
    }

    .spring button.carousel__button.is-close {
        right: 0 !important;
        top: 0 !important;
    }

    .spring .popup-content {
        border: none;
        width: 100%;
        background: transparent;
        margin: 0;
        padding: 0;
    }

    .spring .custom-pop {
        margin: 0;
    }

    .spring button.fancybox-button {
        right: 0;
        top: -20px;
    }
}

@media only screen and (max-width: 980px) and (min-width: 320px) {
    .spring.easter {
        background: #c4e1d7;
        width: 100%;
        height: fit-content;
        padding: 20px 20px;
    }

    .easter.spring .custom-pop {
        margin: 0;
    }

    .spring.easter .popup-content {
        width: 100%;
        margin: 0;
    }

    .spring.easter .popup-content h2 {
        font-size: 31px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-info-area ul li p {
        font-size: 14px;
        line-height: 20px;
    }

    .footer-info-area ul li a {
        font-size: 14px;
        line-height: 20px;
    }

    .banner-inner-content h1 {
        font-size: 42px;
        line-height: 61px;
        width: 100%;
    }

    section.banner-main-sec {
        height: 970px;
        padding: 5rem 0 0 0;
    }

    .inner-published-form h3 {
        font-size: 21px;
    }

    .inner-published-form h3 span {
        display: contents;
    }

    .main-info-img img {
        height: 332px;
    }

    .inner-published-form .form-group-select h4 {
        font-size: 16px;
    }

    .inner-published-form .form-group-select .form-check-flex .form-check .form-check-label {
        font-size: 12px;
    }

    .footer-links-area h3{
        font-size: 20px !important;
    }


}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 36px;
        line-height: 42px;
    }

    h2 {
        font-size: 32px;
        line-height: 38px;
    }

    h3 {
        font-size: 32px;
        line-height: 38px;
    }

    h4 {
        font-size: 16px;
        line-height: 22px;
    }

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

    li {
        font-size: 14px;
        line-height: 20px;
    }

    .filp-counter-text h5 {
        font-size: 16px;
        line-height: 22px;
    }

    #countdown ul li span {
        font-size: 18px;
        line-height: 18px;
    }

    section.main-info-wrap {
        padding: 7rem 0 30px;
    }

    .main-info-inner .main-info-content {
        text-align: center;
        margin: 0 0 20px;
    }

    .main-info-inner .main-info-img {
        text-align: center;
    }

    .main-info-img img {
        width: 85%;
    }

    section.main-services-wrap {
        padding: 30px 0;
    }

    section.author-testimonials-wrap {
        padding: 30px 0;
    }

    section.how-works-wrap {
        padding: 30px 0;
    }

    .how-works-inner .how-works-box {
        margin: 0 0 20px;
    }

    section.portfolio-publish-wrap {
        padding: 30px 0;
    }

    section.formated-books-wrap {
        padding: 30px 0;
    }

    .cta-banner-wrap .cta-banner-img img {
        width: 100%;
    }

    .faqs-sec-item .accordion-item .accordion-header button.accordion-button {
        font-size: 16px;
        line-height: 22px;
    }

    .faqs-sec-item .accordion-item .accordion-collapse .accordion-body {
        font-size: 14px;
        line-height: 20px;
    }

    .footer-main-sec .footer-top {
        padding: 30px 0;
    }

    .footer-info-area ul li a {
        font-size: 14px;
        line-height: 20px;
    }

    section.banner-main-sec {
        padding: 30rem 0 0 0;
    }

    .banner-inner-content h1 {
        font-size: 40px;
        line-height: 48px;
        width: 100%;
    }

    .website-main-buttons {
        margin: 20px 0 28px;
    }

    .inner-published-form h3 span {
        display: inline;
    }

    .portfolio-publish-tablist-item a img {
        height: 300px;
        object-fit: scale-down;
    }

    .main-info-inner h3 {
        margin: 280px 0 0px ! Important;
        font-size: 40px ! Important;
        line-height: 48px;
    }

    .inner-published-form h3 {
        font-size: 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .portfolio-publish-tablist-item a img {
        height: 240px;
    }

    section.authors-img-sec img {
        transform: scale(7);
        margin: 0 0 6rem 0;
    }

    h1 {
        font-size: 32px;
        line-height: 38px;
    }

    h2 {
        font-size: 28px;
        line-height: 34px;
    }

    h3 {
        font-size: 28px;
        line-height: 34px;
    }

    h4 {
        font-size: 16px;
        line-height: 22px;
    }

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

    li {
        font-size: 14px;
        line-height: 20px;
    }

    .website-main-buttons {
        justify-content: center;
        flex-wrap: wrap;
    }

    .website-main-buttons a.read-more-btn,
    .website-main-buttons button.popup-btn,
    .website-main-buttons button.chat-btn,
    .website-main-buttons a.call-btn {
        padding: 8px 10px;
        margin: 0 5px 10px;
    }

    header nav.navbar {
        padding: 14px 0;
        flex-wrap: wrap;
        display: flex;
        flex-direction: column;
    }

    header nav.navbar .navbar-brand .logo {
        width: 120px;
        margin: 0 0 15px;
    }

    header nav.navbar .navbar-buttons {
        flex-direction: row-reverse;
    }

    header nav.navbar .navbar-buttons a.call-btn {
        width: 100px;
        padding: 5px 5px;
        margin: 0 5px;
    }

    header nav.navbar .navbar-buttons button.popup-btn {
        width: 100px;
        padding: 5px 5px;
        margin: 0;
    }

    .filp-counter-text h5 {
        display: none;
    }

    #countdown ul li span {
        font-size: 18px;
        line-height: 18px;
    }

    .banner-main-sec .banner-inner-content {
        text-align: center;
        margin: 0 0 20px;
    }

    .banner-inner-content ul li {
        justify-content: center;
    }

    section.main-info-wrap {
        padding: 30px 0;
    }

    .main-info-wrap .main-info-head {
        width: 100%;
    }

    .main-info-inner .main-info-content {
        text-align: center;
        margin: 0 0 20px;
    }

    section.main-services-wrap {
        padding: 30px 0;
    }

    .main-services-wrap .main-services-head {
        width: 100%;
    }

    section.author-testimonials-wrap {
        padding: 30px 0;
    }

    .author-testimonials-wrap .author-testimonials-head {
        width: 100%;
    }

    .author-testimonials-inner .author-testi-box {
        padding: 20px 20px;
    }

    .author-testi-box::before {
        top: -25px;
    }

    .author-testi-box .author-testi-box-content {
        text-align: center;
    }

    .author-testi-box .author-testi-box-bottom {
        text-align: center;
    }

    section.how-works-wrap {
        padding: 30px 0;
    }

    .how-works-wrap .how-works-head {
        width: 100%;
    }

    .how-works-inner .how-works-box {
        margin: 0 0 20px;
    }

    .web-brands-wrap .web-brands-head {
        width: 100%;
    }

    section.portfolio-publish-wrap {
        padding: 30px 0;
    }

    .portfolio-publish-wrap .portfolio-publish-head {
        width: 100%;
    }

    .portfolio-publish-tablist-buttons ul.nav-pills li.nav-item {
        margin: 0 5px 10px;
    }

    .portfolio-publish-tablist-buttons ul.nav-pills li.nav-item button.nav-link {
        padding: 8px 10px;
    }

    section.formated-books-wrap {
        padding: 30px 0;
    }

    .formated-books-wrap .formated-books-head {
        width: 100%;
    }

    .formated-box-content p {
        min-height: inherit;
        max-height: inherit;
    }

    .cta-banner-wrap .cta-banner-content {
        text-align: center;
        margin: 0 0 20px;
    }

    .cta-banner-wrap .cta-banner-img {
        text-align: center;
    }

    .cta-banner-wrap .cta-banner-img img {
        width: 100%;
    }

    .faqs-area-wrap .faqs-area-head {
        width: 100%;
    }

    .faqs-sec-item .accordion-item .accordion-header button.accordion-button {
        font-size: 16px;
        line-height: 22px;
    }

    .faqs-sec-item .accordion-item .accordion-collapse .accordion-body {
        font-size: 14px;
        line-height: 20px;
    }

    .footer-main-sec .footer-top {
        padding: 30px 0;
    }

    .footer-top .footer-info-area {
        margin: 0 0 20px;
    }

    .footer-info-area ul li a {
        font-size: 14px;
        line-height: 20px;
    }

    .footer-social-area ul {
        justify-content: center;
        margin: 0 0 10px;
    }

    .footer-bottom .footer-copyright {
        text-align: center;
    }

    .banner-inner-content p {
        font-size: 14px;
        width: 100%;
    }

    .banner-inner-content .website-main-buttons button.popup-btn {
        padding: 15px 30px;
        font-size: 15px;
    }

    .banner-inner-content ul li {
        line-height: 28px;
        font-size: 12px;
        justify-content: left !important;
    }

    .banner-inner-content .website-main-buttons button.chat-btn {
        padding: 15px 30px;
        font-size: 15px;
    }

    .banner-inner-content h1 {
        margin: 0 10px 20px;
        font-size: 27px;
        line-height: 40px;
        width: 100%;
    }

    section.banner-main-sec {
        padding: 45rem 0 0 0;
    }

    .inner-published-form h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .inner-published-form .form-group-select .form-check-flex .form-check .form-check-label {
        font-size: 10px;
    }

    .inner-published-form .form-group-select h4 {
        font-size: 16px;
    }

    .inner-published-form .form-group input {
        height: 44px;
        font-size: 12px;
        margin: 7px 0;
    }

    .main-info-inner h3 {
        margin: 550px 0 0px ! Important;
        font-size: 24px ! Important;
    }

    .main-info-inner .row {
        margin-top: 2rem;
    }

    .main-info-content p {
        font-size: 14px;
        line-height: 22px;
    }

    .exp_icon li span {
        font-size: 15px;
        line-height: 22px;
    }

    .footer-links-area h3{
        font-size: 20px !important;
    }

    .formated-books-head h3{
        font-size: 16px;
        line-height: 22px;
    }



}

@media only screen and (min-width: 300px) and (max-width: 575px) {
    .portfolio-publish-tablist-item a img {
        height: 240px;
    }

    section.authors-img-sec img {
        transform: scale(7);
        margin: 0 0 6rem 0;
    }

    h1 {
        font-size: 32px;
        line-height: 38px;
    }

    h2 {
        font-size: 28px;
        line-height: 34px;
    }

    h3 {
        font-size: 28px;
        line-height: 34px;
    }

    h4 {
        font-size: 16px;
        line-height: 22px;
    }

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

    li {
        font-size: 14px;
        line-height: 20px;
    }

    .website-main-buttons {
        justify-content: center;
        flex-wrap: wrap;
    }

    .website-main-buttons a.read-more-btn,
    .website-main-buttons button.popup-btn,
    .website-main-buttons button.chat-btn,
    .website-main-buttons a.call-btn {
        padding: 8px 10px;
        margin: 0 5px 10px;
    }

    header nav.navbar {
        padding: 14px 0;
        flex-wrap: wrap;
        display: flex;
        flex-direction: column;
    }

    header nav.navbar .navbar-brand .logo {
        width: 120px;
        margin: 0 0 15px;
    }

    header nav.navbar .navbar-buttons {
        flex-direction: row-reverse;
    }

    header nav.navbar .navbar-buttons a.call-btn {
        width: 100px;
        padding: 5px 5px;
        margin: 0 5px;
    }

    header nav.navbar .navbar-buttons button.popup-btn {
        width: 100px;
        padding: 5px 5px;
        margin: 0;
    }

    .filp-counter-text h5 {
        display: none;
    }

    #countdown ul li span {
        font-size: 18px;
        line-height: 18px;
    }

    .banner-main-sec .banner-inner-content {
        text-align: center;
        margin: 0 0 20px;
    }

    .banner-inner-content ul li {
        justify-content: center;
    }

    section.main-info-wrap {
        padding: 30px 0;
    }

    .main-info-wrap .main-info-head {
        width: 100%;
    }

    .main-info-inner .main-info-content {
        text-align: center;
        margin: 0 0 20px;
    }

    section.main-services-wrap {
        padding: 30px 0;
    }

    .main-services-wrap .main-services-head {
        width: 100%;
    }

    section.author-testimonials-wrap {
        padding: 30px 0;
    }

    .author-testimonials-wrap .author-testimonials-head {
        width: 100%;
    }

    .author-testimonials-inner .author-testi-box {
        padding: 20px 20px;
    }

    .author-testi-box::before {
        top: -25px;
    }

    .author-testi-box .author-testi-box-content {
        text-align: center;
    }

    .author-testi-box .author-testi-box-bottom {
        text-align: center;
    }

    section.how-works-wrap {
        padding: 30px 0;
    }

    .how-works-wrap .how-works-head {
        width: 100%;
    }

    .how-works-inner .how-works-box {
        margin: 0 0 20px;
    }

    .web-brands-wrap .web-brands-head {
        width: 100%;
    }

    section.portfolio-publish-wrap {
        padding: 30px 0;
    }

    .portfolio-publish-wrap .portfolio-publish-head {
        width: 100%;
    }

    .portfolio-publish-tablist-buttons ul.nav-pills li.nav-item {
        margin: 0 5px 10px;
    }

    .portfolio-publish-tablist-buttons ul.nav-pills li.nav-item button.nav-link {
        padding: 8px 10px;
    }

    section.formated-books-wrap {
        padding: 30px 0;
    }

    .formated-books-wrap .formated-books-head {
        width: 100%;
    }

    .formated-box-content p {
        min-height: inherit;
        max-height: inherit;
    }

    .cta-banner-wrap .cta-banner-content {
        text-align: center;
        margin: 0 0 20px;
    }

    .cta-banner-wrap .cta-banner-img {
        text-align: center;
    }

    .cta-banner-wrap .cta-banner-img img {
        width: 100%;
    }

    .faqs-area-wrap .faqs-area-head {
        width: 100%;
    }

    .faqs-sec-item .accordion-item .accordion-header button.accordion-button {
        font-size: 16px;
        line-height: 22px;
    }

    .faqs-sec-item .accordion-item .accordion-collapse .accordion-body {
        font-size: 14px;
        line-height: 20px;
    }

    .footer-main-sec .footer-top {
        padding: 30px 0;
    }

    .footer-top .footer-info-area {
        margin: 0 0 20px;
    }

    .footer-info-area ul li a {
        font-size: 14px;
        line-height: 20px;
    }

    .footer-social-area ul {
        justify-content: center;
        margin: 0 0 10px;
    }

    .footer-bottom .footer-copyright {
        text-align: center;
    }

    .banner-inner-content p {
        font-size: 14px;
        width: 100%;
    }

    .banner-inner-content .website-main-buttons button.popup-btn {
        padding: 15px 30px;
        font-size: 15px;
    }

    .banner-inner-content ul li {
        line-height: 28px;
        font-size: 12px;
        justify-content: left !important;
    }

    .banner-inner-content .website-main-buttons button.chat-btn {
        padding: 15px 30px;
        font-size: 15px;
    }

    .banner-inner-content h1 {
        margin: 0 10px 20px;
        font-size: 27px;
        line-height: 40px;
        width: 100%;
    }

    section.banner-main-sec {
        padding: 150px 0 0 0;
    }

    .inner-published-form h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .inner-published-form .form-group-select .form-check-flex .form-check .form-check-label {
        font-size: 10px;
    }

    .inner-published-form .form-group-select h4 {
        font-size: 16px;
    }

    .inner-published-form .form-group input {
        height: 44px;
        font-size: 12px;
        margin: 7px 0;
    }

    .main-info-inner h3 {
        margin: 15px 0 0px ! Important;
        font-size: 24px ! Important;
    }

    .main-info-inner .row {
        margin-top: 2rem;
    }

    .main-info-content p {
        font-size: 14px;
        line-height: 22px;
    }

    .exp_icon li span {
        font-size: 15px;
        line-height: 22px;
    }

    .footer-links-area h3{
        font-size: 20px !important;
    }

    .formated-books-head h3{
        font-size: 16px;
        line-height: 22px;
    }


}

.cta-phn-mobile{background:#000;text-align:center;color:#fff!important;padding:5px;position:fixed;bottom:0!important;z-index:999;width:100%;display:none}.cta-phn-mobile a{color:#fff!important;text-decoration:none;display:flex;justify-content:center;align-items:center;}@media (max-width:767px) and (min-width:320px){.cta-phn-mobile{display:block!important}body{overflow-x:hidden}footer { padding-bottom: 55px;}}
