@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    text-transform: capitalize;
}

span,
input,
textarea,
select,
p,
ul {
    font-weight: 500;
    margin: 0;
    padding: 0;
    list-style: none;
}

.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: #fff;
    font-size: 10px;
    line-height: 17px;
    font-weight: 400;
    cursor: pointer;
    opacity: 0.9;
}

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;
}

form p.captcha_validation {
    color: red;
    font-size: 16px;
    line-height: 23px;
    display: none;
}

form .sbx-g-recaptcha {
    margin-bottom: 20px;
}



main {
    overflow: hidden;
}

a,
button,
input,
textarea:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

.form-group input::-webkit-outer-spin-button,
.form-group input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.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 0.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: #2a5772;
    width: 0;
    height: 100%;
    margin: auto;
    transition: 0.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: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    box-shadow: 0 10px 12px -10px #041838;
    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: 250px;
    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 0.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: #2a5772;
    width: 0;
    height: 100%;
    margin: auto;
    transition: 0.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: #2a5772;
    color: #fff;
    border: 2px solid #fff;
    font-size: 14px;
    border-radius: 5px;
    padding: 8px 20px;
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.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: 0.5s all;
    z-index: -1;
}

header .header-counter {
    background: #041838;
    width: 100%;
    display: block;
}

.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;
}

.sec-audiobook {
    position: relative;
    padding: 180px 0 50px;
    margin: 0;
    z-index: 10;
}

.sec-audiobook::before {
    content: "";
    position: absolute;
    right: -180px;
    width: 800px;
    height: 800px;
    background: #2a5772;
    border-radius: 50%;
    z-index: -2;
    top: 0;
}

.audio-book-details h1 {
    color: #041838;
    margin: 0 0 25px 0;
    font-weight: 400;
}

.audio-book-details h1 span {
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
}

.audio-book-form {
    margin: 25px 0;
    padding: 0;
}

.audio-book-details h5 {
    font-weight: 600;
    font-size: 35px;
    color: #1e120d;
    line-height: 0;
    margin: 15px 0 30px;
}

.form-audio {
    width: 85%;
    padding: 20px 25px 20px 25px;
    box-shadow: 10px 10px 25px 0 #00000045;
    border-radius: 10px;
    background-color: #2a5772;
}

.sec-audiobook .audio-book-form .form-group {
    font-size: 14px;
    border-radius: 0px;
    height: 42px;
    margin: 0 0 12px;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.sec-audiobook .audio-book-form .form-group input,
.sec-audiobook .audio-book-form .form-group #State {
    font-weight: 400;
    border: none;
    width: 100%;
}

.btn-group {
    width: 100%;
}

.audio-book-form .btn-group button.submit-btn {
    text-transform: inherit;
    width: 100%;
    justify-content: center;
    display: flex;
    line-height: 30px;
    font-style: italic;
    font-weight: 500;
    background: #000;
    color: #fff;
    border: 2px solid #2a5772;
    font-size: 20px;
    border-radius: 5px;
    padding: 8px 20px;
    margin: 0;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}

.audio-para p {
    color: #041838;
}

.sec-book-publish {
    padding: 50px 0 50px 0;
    margin: 0;
    position: relative;
    background-color: #efefef;
}

.publish-details h3 {
    font-size: 26px;
    line-height: 36px;
    color: #041838;
}

.sample-audio h5 {
    color: #041838;
    margin-bottom: 20px;
}

.publish-details p {
    color: #041838;
}

.sec-book-publish .publish-details a.btn.btn-start {
    font-weight: 600;
    background: #2a5772;
    color: #fff;
    border: 2px solid #2a5772;
    font-size: 14px;
    border-radius: 5px;
    padding: 8px 20px;
    margin: 20px 0 0 0;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}

a.btn.btn-start::after,
.audio-book-form .btn-group button.submit-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #041838;
    width: 0;
    height: 100%;
    margin: auto;
    transition: 0.5s all;
    z-index: -1;
}

a.btn.btn-start:hover,
.audio-book-form .btn-group button.submit-btn:hover {
    color: white !important;
}

a.btn.btn-start:hover::after,
.audio-book-form .btn-group button.submit-btn:hover::after {
    width: 100%;
}

*Portfolio Publish Section Css Start Here*/section.portfolio-publish-wrap {
    background: #2a577217;
    padding: 50px 0;
}

.portfolio-publish-wrap .portfolio-publish-head {
    width: 90%;
    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 {}

.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%;
    min-height: 280px;
    max-height: 280px;
    border-radius: 10px;
}

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-box .services-box-img {
    margin: 0 auto;
    width: 25%;
}

.services-box-img img {
    width: 100%;
}

.main-services-box .services-box-content {
    width: 100%;
    text-align: center;
    padding: 15px 30px;
}

.services-box-content h4 {
    color: #041838;
    margin: 0 0 10px;
}

.services-box-content p {
    color: #041838;
}

section.cta-main-dv:before {
    content: "";
    position: absolute;
    bottom: -150px;
    left: -160px;
    width: 400px;
    height: 400px;
    background: #2a5772;
    border-radius: 50%;
    z-index: 1;
}

section.cta-main-dv {
    position: relative;
    background-color: #efefef;
    padding: 50px 0px;
    overflow: hidden;
}

.cta-bd-dv {
    background-color: #2a5772;
    padding: 50px 20px 30px;
    border-radius: 20px;
    max-width: 1025px;
    display: flex;
    margin: 0 auto;
}

.cta-img-dv img {
    margin: 0 auto;
    display: flex;
}

.cta-cont-dv h2 {
    color: white;
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 60px;
    font-weight: 400;
}

.cta-cont-dv a.cta-num {
    font-size: 25px;
    line-height: 35px;
    color: white;
    font-weight: 900;
}

.bot-img {
    display: flex;
    justify-content: end;
}

a.website-main-buttons.cta-btn {
    font-weight: 600;
    background: #041838;
    display: flex;
    justify-content: center;
    width: 60%;
    color: white;
    border: 2px solid #041838;
    font-size: 14px;
    border-radius: 5px;
    padding: 14px 20px;
    margin: 20px 0 0 0;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}

a.website-main-buttons.cta-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #041838;
    width: 0;
    height: 100%;
    margin: auto;
    transition: 0.5s all;
    z-index: -1;
}

a.website-main-buttons.cta-btn:hover::after {
    width: 100%;
    background-color: #2a5772;
}

section.faqs-area-wrap {
    padding: 50px 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-sec-item .accordion .accordion-item {
    margin: 0 0 0px;
    border-radius: 0px;
    border: none;
    border-bottom: 2px solid #041838;
}

.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 0.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 .accordion-body {
    background: transparent;
    color: #041838;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    padding: 10px 10px;
    border-radius: 0px;
}

.sec-portfolio {
    padding: 50px 0;
    margin: 0;
}

.sec-portfolio .port-tilte {
    text-align: center;
    margin: 0 0 50px 0;
}

.sec-portfolio .port-img {
    position: relative;
}

.port-img::before {
    content: "";
    background: #041838;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    width: 90%;
    opacity: 0.8;
    height: 400px;
    z-index: -1;
}

.sec-portfolio .port-img img {
    width: 60%;
    display: flex;
    margin: 0 auto;
    justify-content: end;
}

.sec-portfolio .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #fff;
}

.sec-portfolio button#pills-tab img {
    width: 100%;
    min-height: 213px;
    max-height: 213px;
    object-fit: cover;
    object-position: center;
}

.port-buttons {
    margin: 50px 0;
    padding: 0;
}

.sec-contact {
    padding: 60px 0 30px 0;
    background: linear-gradient(90deg, rgba(50, 147, 252, 0.5) 0%, rgba(50, 147, 252, 0.5) 50%), url(../images/ft-img.webp);
    background-position: center;
    background-size: cover;
    background-blend-mode: difference;
}

.contact-details h2 {
    color: #fff;
    margin: 0 0 25px;
}

.contact-details h3 a {
    color: #fff;
}

.contact-details h4 a {
    color: #fff;
    margin: 0;
    padding: 20px 0;
}

.social-links {
    padding: 20px 0;
    margin: 0;
}

.social-links a i {
    color: #041838;
    background: #fff;
    padding: 8px 9px;
    font-size: 20px;
    border-radius: 53px;
    margin-right: 8px;
    transition: all 0.3s ease-in-out;
}

.social-links a i:hover {
    animation: pop-up 0.3s linear;
    background-color: #041838;
    color: #fff;
}

@keyframes pop-up {
    50% {
        transform: scale(1.2);
    }
}

.contact-form .form-group {
    margin: 0 0 20px 0;
    padding: 0;
}

.contact-form .form-group input {
    width: 100%;
    padding: 10px 10px;
    text-transform: capitalize;
}

.contact-form button.foot-sub-btn {
    text-transform: capitalize;
    width: 100%;
    justify-content: center;
    display: flex;
    line-height: 30px;
    font-weight: 500;
    background: #fff;
    color: #041838;
    border: 2px solid #2a5772;
    font-size: 20px;
    border-radius: 5px;
    padding: 8px 20px;
    margin: 20px 0;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}

.contact-form button.foot-sub-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #041838;
    width: 0;
    height: 100%;
    margin: auto;
    transition: 0.5s all;
    z-index: -1;
}

.contact-form button.foot-sub-btn:hover:after {
    width: 100%;
}

.contact-form button.foot-sub-btn:hover {
    color: white;
}

.contact-form .form-group ::placeholder {
    color: #000;
}

.contact-form .form-group textarea {
    width: 100%;
    outline: none;
    resize: vertical;
    padding: 10px 20px;
    border-radius: 0;
}

.contact-details {
    padding: 20px 20px 0 0;
    margin: 0;
}

label.checkbox,
label.checkbox a {
    color: #fff;
}

footer.footer-main-sec {
    position: relative;
    z-index: 1;
}

.footer-main-sec .footer-top {
    background: #000;
    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 p {
    color: #fff;
}

.footer-info-area h4 {
    color: #fff;
    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: grid;
    align-items: center;
    grid-template-columns: 10% 90%;
}

.footer-info-area ul li p i {
    background: #2a5772;
    color: white;
    font-size: 16px;
    border: 2px solid #2a5772;
    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 0.3s ease-in-out;
}

.footer-info-area ul li a:hover {
    color: #2a5772;
}

.footer-info-area ul li a i {
    background: #2a5772;
    color: #fff;
    font-size: 16px;
    border: 2px solid #2a5772;
    font-weight: 600;
    width: 30px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    margin: 0 7px 0 0;
    border-radius: 5px;
}

.footer-links-area h4 {
    color: #fff;
    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 0.3s ease-in-out;
    display: block;
}

ul.footer-nav-links li a:hover {
    color: #2a5772;
    transform: translateX(10px);
}

.footer-main-sec .footer-bottom {
    background: #2a5772;
    padding: 10px 0;
    border-top: 2px solid #fff;
}

.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: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.footer-social-area ul li a:hover {
    color: #2a5772;
}

.footer-bottom .footer-copyright {
    text-align: right;
}

.footer-copyright p {
    color: #fff;
    margin: 0;
}

.spring {
    width: 559px;
    height: 596px;
    padding: 0;
    overflow: visible;
    background: url(https://avatars.mds.yandex.net/i?id=4a1a86f080cd785b1ab94894a9b11f0a_l-4275030-images-thumbs&ref=rim&n=13&w=1920&h=1080) no-repeat;
    border-radius: 24px;
    z-index: 0;
    background-size: cover;
    background-position: 51% 100%;
}

.spring .form-control {
    color: #000;
    font-size: 14px;
    margin: 0 0 13px;
    border-radius: 25px;
    padding: 16px 23px;
    border: none;
    background: #fbfbfbba;
}

.spring form textarea {
    height: 144px !IMPORTANT;
}

.popup-content h2 {
    font-family: 'Poppins';
    font-size: 34px;
    padding: 0;
    color: #2a5772;
    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: 25px;
    opacity: 1;
    right: -4px !important;
    position: absolute !important;
    top: -4px !important;
    background: #dc7a44;
}

.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 {
    position: absolute;
    right: -28%;
    top: -124px;
    width: 20%;
    height: 722px;
    background: url(../images/flag2.webp);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.spring.easter .popup-content::before {
    position: absolute;
    left: -25%;
    top: -82px;
    width: 85%;
    height: 675px;
    background: url(../images/flag.webp);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.7;
}

.spring.easter .popup-content h2 {
    color: #9e171e;
    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: #9e171e;
    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: #dc7a44;
    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 (max-width: 1400px) {
    section.cta-main-dv:before {
        left: -237px;
    }

    .publish-img img {
        width: 100%;
    }

    .audio-para p {
        font-size: 15px;
    }

    .sec-audiobook::before {
        right: -160px;
        width: 600px;
        height: 600px;
    }

    .sec-portfolio button#pills-tab img,
    .nav-pills .nav-link img {
        max-height: 180px;
        min-height: 180px;
    }

    .cta-cont-dv h2 {
        font-size: 45px;
    }
}

@media only screen and (max-width:1200px) {
    .cta-bd-dv {
        max-width: 900px;
    }

    section.cta-main-dv:before {
        left: -300px;
    }

    .cta-cont-dv h2 {
        font-size: 40px;
        line-height: 45px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    section.cta-main-dv:before {
        left: -285px;
    }

    .footer-info-area ul li p {
        font-size: 14px;
        line-height: 20px;
    }

    .footer-info-area ul li a {
        font-size: 14px;
        line-height: 20px;
    }
}

@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;
    }

    .footer-main-sec .footer-top {
        padding: 30px 0;
    }

    .footer-info-area ul li a {
        font-size: 14px;
        line-height: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    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;
    }

    header nav.navbar .navbar-brand .logo {
        width: 175px;
    }

    .filp-counter-text h5 {
        font-size: 16px;
        line-height: 22px;
    }

    #countdown ul li span {
        font-size: 18px;
        line-height: 18px;
    }

    .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;
    }
}

@media only screen and (min-width: 300px) and (max-width: 575px) {
    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;
    }

    .portfolio-tabitem-img img {
        min-height: 200px;
        max-height: 200px;
    }

    .portfolio-tablist-item .portfolio-tabitem-img {
        height: 360px;
    }

    section.portfolio-publish-wrap {
        padding: 50px 0 0;
    }

    .portfolio-tabitem-content h3 {
        font-size: 25px !important;
        line-height: 30px !important;
        margin: 20px 0 10px !important;
    }

    .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: 10px 0;
    }

    header nav.navbar .navbar-brand .logo {
        width: 160px;
    }

    header nav.navbar .navbar-buttons {
        flex-direction: column;
    }

    header nav.navbar .navbar-buttons a.call-btn {
        width: 100px;
        padding: 5px 5px;
        margin: 0 0px 5px 0;
    }

    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;
    }

    .contact-details h2 {
        font-size: 25px;
        margin: 0 0 10px;
    }

    .port-img::before {
        width: 80%;
        height: 230px;
        left: 18px;
    }

    .contact-details h4 a br {
        display: none;
    }

    .sec-portfolio .port-img img {
        min-height: 235px;
        max-height: 235px;
    }

    .port-details {
        text-align: center;
        padding: 50px 0 0;
    }

    section.cta-main-dv:before {
        display: none;
    }

    .cta-cont-dv {
        text-align: center;
    }

    .cta-cont-dv h2 {
        font-size: 35px;
        line-height: 45px;
    }

    a.website-main-buttons.cta-btn {
        width: 100%;
        margin: 20px 0 20px 0;
    }

    ul#pills-one-tab {
        display: none;
    }

    .form-audio {
        width: 100%;
    }

    .sec-audiobook::before {
        right: -160px;
        width: 300px;
        height: 300px;
    }

    .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;
    }
}

@media (max-width: 991px) {
    .form-audio {
        width: 100%;
    }

    .sec-audiobook::before {
        display: none;
    }

    .audio-book-details h1 {
        text-align: center;
    }

    .audio-para {
        text-align: center;
    }

    .audio-book-img {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .audio-book-img img {
        width: 50%;
    }

    .publish-details {
        text-align: center;
        margin-top: 20px;
    }

    section.cta-main-dv:before {
        display: none;
    }

    section.cta-main-dv {
        text-align: center;
    }

    .cta-cont-dv {
        margin-top: 20px;
    }

    .cta-cont-dv h2 {
        font-size: 35px;
        line-height: 45px;
    }

    a.website-main-buttons.cta-btn {
        margin: 20px auto 10px;
    }

    .faq-img {
        display: flex;
        margin-bottom: 20px;
        justify-content: center;
    }

    .contact-details {
        padding: 0;
        text-align: center;
    }

    .port-details {
        text-align: center;
        margin-top: 20px;
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .audio-book-img img {
        width: 80%;
    }

    a.website-main-buttons.cta-btn {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .port-slid .item {
        display: flex;
        justify-content: center;
    }

    .audio-book-details h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .audio-book-details h1 span {
        font-size: 20px;
        line-height: 30px;
    }

    .audio-book-form .btn-group button.submit-btn {
        font-size: 16px !important;
        line-height: 21px;
    }

    .publish-details h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .main-services-wrap .main-services-head {
        width: 100%;
    }

    .main-services-head h3 {
        font-size: 24px !important;
        line-height: 34px !important;
    }

    .cta-img-dv img {
        width: 40%;
    }

    .cta-cont-dv h2 {
        font-size: 25px !important;
        line-height: 35px !important;
    }

    .cta-cont-dv a.cta-num {
        font-size: 21px !important;
        line-height: 31px !important;
    }

    .bot-img {
        justify-content: center;
    }

    .sec-portfolio .port-tilte h3 {
        font-size: 20px;
        line-height: 30px !important;
    }

    .faqs-sec-item .accordion-item .accordion-header button.accordion-button {
        font-size: 14px !important;
        line-height: 24px !important;
    }
}

section.portfolio-publish-wrap {
    background: #fff;
    padding: 50px 0;
}

.portfolio-publish-wrap .portfolio-publish-head {
    width: 90%;
    margin: 0 auto 30px;
    text-align: center;
}

.portfolio-publish-head h2 {
    color: #041838;
    margin: 0 0 10px;
}

.portfolio-publish-head p {
    color: #202020;
}

.portfolio-tablist-inner .portfolio-tablist-buttons {
    margin: 50px 0 0;
}

.portfolio-tablist-buttons ul.nav-pills {}

.portfolio-tablist-buttons ul.nav-pills.portfolio-tab-slider {}

.portfolio-tab-slider .slick-arrow {
    display: none !important;
}

.portfolio-tablist-buttons ul.nav-pills li.nav-item {
    margin: 0 5px;
}

.portfolio-tablist-buttons ul.nav-pills li.nav-item button.nav-link {
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.portfolio-tablist-buttons ul.nav-pills li.nav-item button.nav-link.active,
.portfolio-tablist-buttons ul.nav-pills li.nav-item button.nav-link:hover {
    background: none;
    transform: translateY(-10px);
}

.portfolio-tablist-buttons ul.nav-pills li.nav-item button.nav-link img {
    width: 100%;
}

.portfolio-tablist-inner .portfolio-tablist-content {
    margin: 0 0 30px;
}

.portfolio-tablist-content .portfolio-tablist-item {}

.portfolio-tablist-item .portfolio-tabitem-img {
    background: #2a5772;
    width: 100%;
    height: 400px;
    border-radius: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.portfolio-tabitem-img img {
    min-height: 300px;
    max-height: 300px;
}

.portfolio-tablist-item .portfolio-tabitem-content {}

.portfolio-tabitem-content h3 {
    color: #041838;
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 10px;
}

.portfolio-tabitem-content p {
    color: #041838;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px;
}