.nav-bar,header {
    position: static!important
}

.btn,.inner-form .menu li,.self-pub .author .auth-bio span,.self-pub .author .auth-img span,.self-pub h3,.testmonial .self-pub .date,.testmonial .self-pub h3,a,h1,h2,h3,h4,h5,h6,p,textarea.input-control.form-control,ul li {
    font-family: 'PolySans Trial Heading';
}

.faq-sec .card-body p,footer p,footer ul li a {
    font-size: 18px;
}

header {
    top: auto!important;
    z-index: auto!important;
    background: 0 0
}

.form-chat h3,.form-chat h4,.nav-bar ul.menu li a,.title {
    text-transform: uppercase
}

.book-box h3,h1 {
    text-transform: capitalize
}

.modal,footer .logo img {
    max-width: 50%
}

.black-color .item img{
    filter: invert(100%) brightness(0.8) contrast(1.2);
}

@font-face {
    font-family: 'Proxima Nova A';
    src: url('../fonts/ProximaNovaA-Regular.woff2') format('woff2'),url('../fonts/ProximaNovaA-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova A';
    src: url('../fonts/ProximaNovaA-Semibold.woff2') format('woff2'),url('../fonts/ProximaNovaA-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova A';
    src: url('../fonts/ProximaNovaA-Bold.woff2') format('woff2'),url('../fonts/ProximaNovaA-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

/* New Fonts Start */

@font-face {
    font-family: 'PolySans Trial High Light';
    src: url('../font/polysanstrial-bulky.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PolySans Trial Heading';
    src: url('../font/polysanstrial-median.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PolySans Trial Neutral';
    src: url('../font/polysanstrial-neutral.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PolySans Trial Slim';
    src: url('../font/polysanstrial-slim.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* New Fonts Start */

a:focus,a:hover,button:focus,button:hover {
    outline: 0!important;
    text-decoration: none!important;
    transition: auto;
    color: #008c71
}

.primary-color {
    font-family: 'PolySans Trial High Light';
    color: #5A7D5A;
    display: contents
}

.secondary-color {
    color: #5A7D5A;
    display: contents
}

.input-control:focus, .input-control:hover {
    transition: .7s;
    color: #517fac;
    background: 0 0;
    border: 1px solid #89b6e1;
}

.input-control:focus::-moz-placeholder,.input-control:hover::-moz-placeholder {
    color: #fff
}

.input-control:focus::placeholder,.input-control:hover::placeholder {
    color: #fff
}

.input-control::-moz-placeholder {
    color: #fff
}

.input-control::placeholder {
    color: #fff
}

.banner-form .input-control::placeholder {
    color: #686868
}

section {
    padding: 40px 0;
    position: relative;
    clear: both;
    scroll-behavior: smooth!important
}

.btn,a,h1,h2,h3,h4,h5,h6 {
    font-weight: 600;
    margin: 0;
    color: #1D4871;
}

h1,h2 {
    font-weight: 700;
    margin: 0
}

h1 {
    font-size: 60px;
    line-height: 73px;
}

h2 {
    color: #1D4871;
    font-size: 60px;
    line-height: 60px
}

h2.new-yourk-publisher-h2 {
    font-size: 70px;
    line-height: 70px;
    text-align: center;
    width: 70%;
}

footer p,p {
    font-weight: 400
}

p,ul li {
    font-size: 22px;
    text-align: justify;
    margin: 0;
    color: #fff
}

#cross,.dropdown-menu-submenu a:hover::before,.mobile-screen,.nav-bar ul li .btn-chat:hover::before,.nav-bar ul li .btn-green:hover::before,.nav-bar ul li.phone a:hover::before,.nav-bar ul.menu.dropdown,header nav ul li .dropdown-menu a:hover::before {
    display: none
}

@keyframes header-animation {
    0% {
        transform: translateY(-106px)
    }

    100% {
        transform: translateY(0)
    }
}

.blog-content p,.copyright,.inner-form h3,.nav-bar {
    padding: 50px 0
}

.nav-bar ul.menu {
    position: relative;
    text-align: right
}

.nav-bar ul.menu li {
    display: inline-block;
    padding: 0 15px
}

.nav-bar ul.menu li a {
    font-size: 16px;
    color: #fff;
    position: relative;
    transition: .5s
}

.nav-bar ul li a.active::before,.nav-bar ul li a::before {
    height: 2px;
    margin: auto;
    bottom: -15px;
    transition: width .5s!important;
    left: 0;
    right: 0;
    content: ""
}

.nav-bar ul.menu li a.active,.nav-bar ul.menu li a:focus,.nav-bar ul.menu li a:hover {
    color: #548a70;
    background: 0 0
}

button:focus,button:hover {
    color: #1D4871;
    background: 0 0
}

.btn-green, .btn-orange, .btn-white-border {
    font-family: PolySans Trial Neutral;
    font-weight: 400;
    padding: 12px 30px;
    background: #5A7D5A;
    border-radius: 30px;
    color: #fff !important;
    border: 2px solid #5A7D5A;
    font-size: 18px !important;
    text-transform: capitalize !important;
    transition: .5s;
    position: relative;
    z-index: 1;
}

.btn-chat {
    background: 0 0;
    border: 2px solid #00a6cc;
    color: #00a6cc!important
}

.btn-chat:hover {
    background: linear-gradient(180deg,#1f3d74 50%,#3762ab 100%)
}

.dropdown-menu-submenu,header nav ul li.dropdown:hover .dropdown-menu {
    position: absolute;
    z-index: 100!important;
    transform: scale(1);
    padding: 0;
    top: 30px;
    left: -50px
}

header nav ul li .dropdown-menu {
    display: block;
    margin: 0;
    border-radius: 3px;
    position: absolute;
    top: 300%;
    transform: scale(0);
    transition: .5s;
    width: 300px;
    background: linear-gradient(110deg,#684e3f 0,#222 60%)
}

header nav ul li .dropdown-menu a:hover,header nav ul li.dropdown {
    position: relative;
    z-index: 100!important;
    visibility: visible
}

header nav ul li .dropdown-menu a {
    color: #fff!important;
    padding: 10px;
    font-size: 14.4px!important;
    margin: 0;
    display: inline-block!important;
    z-index: 100!important;
    width: 100%;
    font-weight: 600
}

header nav ul li .dropdown-menu a:hover {
    background: #548a70!important;
    color: #fff!important
}

.btn.btn-orange,.button-open {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.button-open {
    margin-top: 0
}

.button-open .btn.btn-green {
    font-family: PolySans Trial Neutral;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 25px;
    border-radius: 50px;
}

.nav-bar ul.menu a.dropdown-item.active::before {
    bottom: 0
}

.dropdown-menu-submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%
}

.banner-arrow-down,.main-banner,.main-body,footer {
    position: relative
}

.submenu-list:hover .dropdown-menu-submenu {
    display: block;
    background: linear-gradient(110deg,#684e3f 0,#222 60%);
    width: 100%
}

.nav-bar ul li a img {
    max-width: 27%;
    padding-right: 10px
}

.nav-bar ul li a.active::before {
    background: #548a70;
    position: absolute;
    width: 100%;
    animation: 1s forwards fill;
    color: #606060!important;
}

.nav-bar ul li a::before {
    width: 0;
    background: #548a70;
    position: absolute;
}

.nav-bar ul li a:hover::before {
    width: 100%;
    animation: 1s forwards fill;
    color: #548a70!important;
}

.btn-green:hover {
    background: 0 0!important;
    border-color: #5A7D5A;
    color: #5A7D5A !important;
    transform: scale(.9);
    transition: .5s!important;
}

.btn-orange:hover,.form-sec input#register:hover,.social-icons li a i:hover,footer ul li a.active,footer ul li a:hover {
    color:  #1D4871 !important;
}

input.st-last-form-submit-btn:hover {
    color: #FFF !important;
}

a.btn.btn-green.btn-orange.fancy:hover {
    color: #FFF !important;
    border-color: #FFF !important;
}

a.st-cta-btn-sec-2:hover {
    color: #FFF !important;
    border-color: #FFF !important;
}

input.st-get-started-btn:hover {
    color: #FFF !important;
}

input.st-get-started-btn:hover {
    color: #FFF !important;
}

ul, .mb-3 li a:hover {
    color: #FFF !important;
}

footer ul li a:hover,
.social-icons li a i:hover {
    color: #FFF !important;
}


.input-control,select#ser-select {
    margin: 7px 4px;
    font: -webkit-control;
    height: calc(3rem + 8px)!important;
    padding: 12px 30px;
    width: 99%;
    font-family: 'PolySans Trial Neutral';
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    background: #dee5de;
    border: 1px solid #daedff;
    outline: 0;
    border-radius: 10px;
}

.input-control::placeholder,
#ser-select::placeholder {
    color: #1d4871 !important;
}


footer {
    background: url('../images/about-publishing-bg-img.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0 0
}

textarea.input-control.form-control {
    font-family: 'PolySans Trial Neutral';
    width: 99%;
    height: 200px !important;
    overflow: hidden;
    border-radius: 10px;
    resize: none;
    padding: 20px 30px;
}

input.required.error,select.required.error,textarea.required.error {
    border: 1.5px solid red!important
}

label.error {
    display: none!important
}

.chota_fnt {
    display: flex;
    font-size: 18px;
    margin: 20px 0;
    color: #505050;
    line-height: 15px;
    align-items: flex-start;
    flex-direction: row;
}

.chota_fnt a,.title {
    color: #5A7D5A
}

input.btn.btn-orange {
    background: #5A7D5A;
    border-color: #5A7D5A;
    padding: 12px 50px;
}
.chota_fnt input {
    margin: 0 5px 0 0;
    height: auto!important;
    width: auto!important
}

a#goto-top {
    position: fixed;
    bottom: 110px;
    right: 30px;
    color: #fff;
    background: #5a7d5a;
    width: 46px;
    height: 46px;
    font-size: 22px;
    border-radius: 50px;
    z-index: 999;
    transition: .5s!important;
    opacity: 0;
    visibility: hidden
}

a#goto-top i {
    padding-bottom: 3px;
    font-weight: 600
}

a#goto-top.show {
    opacity: 1;
    visibility: visible
}

a#goto-top:hover {
    transform: scale(1.2)
}

footer ul li a {
    font-weight: 300;
    line-height: 30px;
    color: #fff;
    cursor: pointer;
    letter-spacing: 0;
    transition: .5s
}

footer ul li a i {
    color: #fff;
    margin-right: 10px
}

.copyright ul.menu li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none
}

.copyright a,.copyright p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding: 10px 0
}

.main-body {
    z-index: 2
}

.main-banner {
    padding: 200px 0 40px;
    margin-top: 0px;
    overflow: hidden
}

.b-left-img {
    width: 100%;
    scale: 1.2;
}




.head-form, .inner-form .get-started-form.main-form {
    margin: auto;
    background: #FFFFFF;
    border-radius: 30px;
    padding: 50px 40px 50px 100px;
    position: relative;
}

.head-form .get-started-form.main-form {
    margin: 0 auto;
    width: 100%;
}

.head-form .get-started-form.main-form .input-control {
    width: 31%
}

.head-form .get-started-form.main-form textarea.input-control.form-control {
    width: 95%;
    margin-left: 4px !important;
    height: 160px !important;
}

form h4 {
    font-size: 35px
}

.our-service,.testmonial {
    overflow: hidden
}

.banner-arrow-down {
    background: #f59055;
    width: 70px;
    height: 70px;
    margin: -20px auto auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer
}

.btn.btn-green i {
    font-size: 25px;
    font-weight: 300;
    margin-left: 5px;
    animation: 2.5s linear infinite headShake;
    -webkit-animation: 2.5s linear infinite headShake;
    -moz-animation: 2.5s linear infinite headShake
}

.banner-arrow-down i {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    -webkit-animation: 4s infinite alternate bounce;
    -moz-animation: 4s infinite alternate bounce;
    animation: 4s infinite alternate bounce
}

.banner-arrow-down:before {
    content: "";
    position: absolute;
    left: -40px;
    top: -39px;
    background: url('../images/r-arrow.webp') 100%/100% 100% no-repeat;
    width: 100%;
    height: 100%;
    padding: 75px;
    animation: 8s linear infinite a;
    -webkit-animation: 8s linear infinite a;
    -moz-animation: 8s linear infinite a
}

.book-box:before,.btn-green:after,.btn-orange::after {
    top: 0;
    z-index: -1;
    content: "";
    position: absolute;
    left: 0
}

span.st-best-selling-sub {
    font-family: 'PolySans Trial High Light';
    color: #5A7D5A;
}

.main-banner img:hover {
    animation: 3s linear infinite pulse;
    -moz-animation: 3s linear infinite pulse;
    -webkit-animation: 3s linear infinite pulse;
    cursor: pointer;
    transform: scale(1.1);
    transition: .5s
}

h5.title.st-our-service-title.text-center {
    font-family: 'PolySans Trial Neutral';
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 15px 60px;
    background: #c0dbd4;
    border-radius: 50px;
    text-transform: capitalize;
}

.btn-orange {
    background: #1D4871;
    border-color: #1D4871;
}

.btn-orange:hover {
    background: 0 0;
    transform: scale(.9);
    transition: .5s
}

.btn-green:after,.btn-orange::after {
    transition: .5s;
    animation: 3s cubic-bezier(.25,0,0,1) 4s infinite zoom;
    box-shadow: 0 0 0 15px #b7c2bc78;
    width: 100%;
    height: 100%;
    border-radius: 50px
}

.btn-green::after {
    box-shadow: 0 0 0 15px #b7c2bc78!important
}

section.self-publishing {
    padding: 70px 40px;
}

.st-benefit-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 50px;
}

h2.st-benefit-main-heading {
    padding: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

span.st-benefit-highlight {
    font-family: 'PolySans Trial High Light';
    color: #5A7D5A;
}

.book-box:hover img {
    animation: 2s linear infinite flipInY
}

.book-box:hover {
    transform: scale(1.1);
    transition: .5s
}

.form-widget {
    position: fixed;
    right: -110px;
    top: 370px;
    transform: rotate(90deg);
    cursor: pointer;
    border: 1px solid #dc4437;
    border-top: 0;
    padding: 10px;
    border-radius: 0 0 20px 20px;
    background: linear-gradient(-22deg,#f5905561 0,#212121 50%);
    transition: ease-In-Out .8s;
    -webkit-transition: ease-In-Out .8s;
    z-index: 4
}

.form-widget img {
    animation: 2s linear infinite tada
}

#form-widget2 {
    right: -50%
}

.banner-form {
    border-radius: 20px 0 0 20px;
    padding: 40px 20px;
    box-shadow: 0 0 30px #dc4437;
    width: 25%;
    position: fixed;
    right: -50%;
    top: 150px;
    background: linear-gradient(48deg,#f59055cc 0,#212121 50%);
    overflow: hidden;
    overflow-y: scroll;
    transition: ease-In-Out .8s;
    -webkit-transition: ease-In-Out .8s;
    z-index: 2
}

.row.align-items-center.pt-5 {
    padding-top: 1rem !important;
}

.banner-form .input-control {
    margin: 7px 3px;
    background: #f5f5f5;
    height: calc(2.25rem + 8px)!important;
    width: 99.8%
}

.form-chat {
    display: inline-block;
    padding-left: 10px;
    animation: 4s linear infinite zoomIn
}

.form-chat h3 {
    font-size: 20px;
    color: #548a70;
    letter-spacing: -1px;
    line-height: 13px
}

.form-chat h4 {
    font-size: 18px;
    color: #f59055
}

.book-box h3 {
    color: #1D4871;
    text-align: left;
}

.book-box {
    border-radius: 15px;
    background: #FFFFFF;
    height: 450px;
    text-align: center;
    padding: 20px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: .5s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.st-custome-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.book-box:before {
    background-color: #c6efc6;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    right: 0;
    clip-path: circle(0 at 0 0);
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.close,.myImg {
    transition: .3s
}

.book-box:hover:before {
    clip-path: circle(100% at 0% 100%)
}

.btn-learn {
    color: #008c71;
    font-size: 14px
}

.marketing .container {
    background: url('../images/self-publishing.png') no-repeat center center;
    background-size: cover; 
    padding: 60px 30px 60px 80px;
    border-radius: 40px;
    position: relative;
}

.st-marketing-custome {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.st-marketing-pg {
    font-size: 18px;
    padding: 0px !important;
    color: #FFF;
}

.st-marketing-btns {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-top: 20px;
}

section.marketing {
    padding: 70px 40px;
}

a.st-marketing-btn-blue {
    background: #FFFFFF;
    color: #143C61 !important;
}

a.st-marketing-btn-blue:hover {
    background: #FFFFFF;
    color: #143C61 !important;
}

a.st-marketing-btn-green:hover {
    background: #FFFFFF !important;
    color: #143C61 !important;
}

img.lazy.st-self-publish-img {
    max-width: 630px;
    width: 100%;
    margin-top: -114px;
    margin-bottom: -59px;
}

.st-book-process {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

p.st-book-process-para {
    font-family: 'PolySans Trial Slim';
    padding: 0px !important;
    font-size: 18px;
    width: 75%;
}

.st-book-process-row-two {
    padding-top: 1rem !important;
}

h2.book-process-main-heading {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

span.book-process-highlight {
    font-family: 'PolySans Trial High Light';
    color: #5A7D5A;
}

.m-social.st-self-publish-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.btn-white-border {
    border-color: #fff
}

.btn-white-border:hover {
    transform: scale(.9);
    transition: .5s
}

.gallery,.m-social,.marketing .social-img,.service-slide .item,.service-slide-two .item {
    position: relative
}

.m-social img {
    animation: 3s linear 3s pulse
}

.btn-learn i.fal.fa-long-arrow-right {
    font-size: 24px;
    animation: 2s linear infinite headShake;
    -webkit-animation: 2s linear infinite headShake;
    -moz-animation: 2s linear infinite headShake
}

.our-books {
    background: #f4f4f4
}

.portfolio .owl-theme .owl-dots .owl-dot.active span,.portfolio .owl-theme .owl-dots .owl-dot:hover span,.service-slide {
    background: #5A7D5A
}

.book-box img {
    position: relative;
    height: 60%;
    transition: .5s
}

.apart .book-box {
    height: 205px;
    display: flex
}

.book-box h3 {
    font-size: 26px;
    line-height: 28px;
    margin: 10px 0 0;
    font-weight: 700
}

.book-box p {
    font-size: 13px;
    padding: 0;
    line-height: 20px
}

.st-why-choose-us-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

h2.st-why-choose-us-main-heading {
    display: flex;
    gap: 15px;
    padding: 0px 0px 80px 0px;
}

span.st-why-choose-us-highlight {
    font-family: 'PolySans Trial High Light';
    color: #5A7D5A;
}

.service-slide h4,.social-icons li a,.who h5 {
    font-size: 20px
}

.owl-dots {
    padding-top: 20px
}

.portfolio .owl-carousel .owl-item img {
    border-radius: 15px;
    height: 400px;
    width: 100%;
}

.service-slide {
    padding: 10px 0;
    transform: rotate(2deg)
}

.service-slide-two {
    padding: 10px 0;
    background: #1D4871;
    text-align: center;
    margin-top: -50px;
    transform: rotate(-3deg)
}

.cta, .form-sec form {
    background: url('../images/about-publishing-bg-img.png'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.service-slide h4, .service-slide-two h4 {
    font-family: 'PolySans Trial Neutral';
    font-weight: 400;
    font-size: 18px;
    padding-top: 6px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    color: #FFFFFF;
}

.service-slide .item::before,.service-slide-two .item::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    position: absolute;
    left: -30px;
    top: 10px;
    border-radius: 10px
}

.who .intro1::before,.who .intro2::before,.who .intro3::before,.who .intro4::before,.who .intro5::before {
    border-radius: 30px;
    padding: 3px 14px;
    position: absolute;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    font-family: 'Proxima Nova A'
}

.service-slide-two .item::before {
    background: #FFFFFF
}

.who h5 {
    letter-spacing: 2px;
    font-weight: 700
}

.who .intro1,.who .intro3,.who .intro5 {
    position: relative;
    padding-left: 20px
}

.who .intro1::before,.who .intro3::before,.who .intro5::before {
    content: "1";
    background: #548a70;
    width: 40px;
    height: 40px;
    left: -40px;
    top: 0
}

.who .intro1::after,.who .intro3::after,.who .intro5::after {
    content: "";
    width: 2px;
    height: 98px;
    position: absolute;
    left: -20px;
    top: 38px;
    background: #548a70
}

.who .intro2,.who .intro4 {
    position: relative;
    padding-right: 20px;
    text-align: left;
}

.blogs,.form-sec,.form-sec p,.self-pub .author,.self-publish,.web-tabs,.web-tabs .borrow-tab {
    text-align: center;
}

.who .intro2::before,.who .intro4::before {
    content: "2";
    background: #548a70;
    width: 40px;
    height: 40px;
    right: -30px;
    top: 0;
}

.who .col-md-6 p {
    font-size: 18px;
    padding: 10px 0;
    font-weight: 600;
}

.who .intro2::after,.who .intro4::after {
    content: "";
    width: 2px;
    height: 98px;
    position: absolute;
    right: -12px;
    top: 38px;
    background: #548a70
}

.who .intro3::before {
    content: "3"
}

.who .intro4::before {
    content: "4"
}

.who .intro5::before {
    content: "5"
}

.cta,.writing img {
    border-radius: 30px
}

section.cta.text-center {
    max-width: 1440px;
    margin: 0 auto;
    padding: 110px 190px;
    margin-top: 30px;
    margin-bottom: 50px;
}

a.btn.btn-green.btn-orange.fancy.st-btn-blue:hover {
    color: #FFF !important;
    border-color: #FFF;
}

a.btn.btn-green.st-btn-green:hover {
    color: #FFF !important;
    border-color: #FFF;
}

h3.pb-5.st-heading {
    color: #FFF;
    font-size: 50px;
    line-height: 60px;
}

.testmonial .item {
    margin: 5px!important
}

.testmonial::before {
    top: 160px;
    z-index: 0;
    height: 150px
}

.testmonial::after {
    top: 56%;
    right: -360px;
    z-index: -1
}

.testmonial {
    font-size: 20px;
    line-height: 20px;
    padding: 15px 0 6px;
}

.testmonial .self-pub {
    border-radius: 30px;
    border: 1px solid #bcc9d5;
    position: relative;
    margin-top: 23px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    width: 100%;
}

.testmonial .self-pub .date {
    font-size: 18px;
    color: #fff
}

.testmonial .self-pub p {
    overflow: auto;
    font-size: 18px;
    line-height: 24px;
}

.testmonial .self-pub p::-webkit-scrollbar {
    width: 5px
}

.testmonial .self-pub p::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #6a757d
}

.testmonial .self-pub p::-webkit-scrollbar-track {
    background-color: #ccc;
    border-radius: 6px
}

.self-pub {
    padding: 40px;
    background: #FFFFFF;
    cursor: pointer;
    margin: 0;
}

.self-pub .author .auth-img {
    background: #f59055;
    display: inline-block;
    padding: 13px;
    border-radius: 40px;
    width: 60px;
    height: 60px;
    margin: -20px 0 20px
}

.self-pub .author .auth-img span {
    font-size: 25px;
    font-weight: 600;
    color: #fff
}

.self-pub .author .auth-bio {
    padding-left: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.self-pub .author .auth-bio h6 {
    font-size: 24px;
    line-height: 8px
}

.self-pub .author .auth-bio span {
    font-size: 18px;
    color: #fff
}

.self-pub .author {
    padding-bottom: 15px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 15px
}

.self-pub i.fas.fa-star {
    background: 0 0;
    padding: 2px;
    font-size: 14px;
    color: #f59055;
    margin: 0 -1px;
    cursor: pointer
}

.banner-form.widget .input-control {
    color: #495057!important
}

.faq-sec {
    position: relative;
    padding-bottom: 0
}

.faq-sec img {
    position: absolute;
    left: 110px;
    top: -196px;
    width: 70%
}

.faq-sec .card-header {
    background: 0 0;
    border: none;
    outline: 0!important;
    padding: 10px 0
}

.faq-sec .card-header a {
    display: block;
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    padding: 6px 0
}

.faq-sec .card {
    border-radius: 10px;
    border: none;
    border-bottom: 1px solid #1D4871;
    line-height: 24px;
    padding: 10px 30px;
    margin: 4px 0 5px;
    width: 100%;
    display: inline-block;
    background: #1D4871;
}

.faq-sec .card-body {
    padding: 0 10px 20px
}

div#accordion {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.faq-sec .card-header a.card-link.collapsed:after {
    content: "\f067";
    font-family: 'Font Awesome 5 Pro';
    height: 30px;
    width: 30px;
    display: inline-block;
    position: absolute;
    right: 5px;
    color: #FFFFFF;
    top: 28px;
}

.faq-sec .card-header a.card-link:after {
    content: "\f068";
    font-family: 'Font Awesome 5 Pro';
    height: 30px;
    width: 30px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 20px;
    color: #5A7D5A;
}

.web-tabs [class*=col-md-12] {
    padding: 0;
    margin: 0
}

.web-tabs .web-left-content {
    position: absolute;
    left: 70px;
    top: 297px
}

.web-tabs .web-left-content ul li {
    padding: 15px 0;
    color: #c9c9c9;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    font-family: Poppins
}

.web-tabs .web-left-content .btn-call {
    color: #000
}

.web-tabs .web-left-content .btn-call span {
    font-size: 12px
}

.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev {
    bottom: 0;
    background: #2d2d2d;
    font-size: 25px;
    display: flex;
    height: 45px;
    width: 45px;
    color: #747474
}

.intro-video-tabs p, .web-tabs p {
    font-size: 18px;
    padding: 0px;
}

span.st-portfolio-highlight {
    font-family: 'PolySans Trial High Light';
    color: #5A7D5A;
}

h2.st-portfolio-main-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.logos-tabs .info-work {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    margin: 10px 0;
    width: 25%
}

.logos-tabs .info-work img,.web-tabs .item img {
    margin: 0
}

.borrow-tab h2,.intro-video-tabs .borrow-tab h2 {
    font-size: 21px
}

.borrow-tab h2::before {
    left: -1px;
    top: 28px
}

.borrow-tab ul.nav.nav-tabs {
    align-items: center;
    text-align: center;
    border: 0;
    justify-content: center
}

.web-tabs .borrow-tab {
    margin: auto;
    padding: 0 0 30px
}

.borrow-tab ul.nav.nav-tabs li a {
    font-family: 'PolySans Trial Neutral';
    font-size: 20px;
    font-weight: 400;
    color: #1D4871;
    border: 1px solid #1D4871;
    border-radius: 30px;
    margin: 0 2px;
    padding: 12px 30px;
}

.borrow-tab ul.nav.nav-tabs li a:hover {
    background-color: #1D4871;
    color: #FFFFFF;
}

.borrow-tab ul.nav.nav-tabs li a.active {
    font-family: 'PolySans Trial Neutral';
    font-weight: 400;
    background: #5A7D5A;
    border: none;
    position: relative;
    color: #FFFFFF;
}

.web-tabs .tab-content [class*=col-md-4] {
    padding: 13px 0;
    margin: 0
}

/*.web-tabs .item .info-work:before {*/
/*    content: "";*/
/*    background: #1D4871;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    margin: auto;*/
/*    position: absolute;*/
/*    transition: 1s;*/
/*    left: 0;*/
/*    right: 0;*/
/*    border-radius: 15px;*/
/*    top: 0;*/
/*    clip-path: circle(200% at 0 0);*/
/*    z-index: 0;*/
/*    opacity: .6*/
/*}*/

.web-tabs .item .info-work:hover::before {
    opacity: 0;
    clip-path: circle(0 at 0 0)
}

.web-tabs .item .info-work:hover {
    transform: scale(1);
    filter: grayscale(0);
    transition: .5s;
    cursor: pointer;
    z-index: 1
}

.logos-tabs .info-work:after,.logos-tabs .info-work:before {
    width: 95%!important;
    height: 100%!important;
    left: 7px!important;
    top: 0!important;
    content: "";
    position: absolute;
    transition: 1s;
    box-sizing: border-box;
    z-index: 1;
    border-radius: 10px;
    transform: scale(0)
}

.logos-tabs .info-work:after {
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    -webkit-transform-origin: 0% 100%;
}

.logos-tabs .info-work:before {
    border-bottom: 3px solid #000;
    border-left: 3px solid #000;
    -webkit-transform-origin: 100% 0%;
}

.logos-tabs .info-work:hover::after,.logos-tabs .info-work:hover::before {
    transform: scale(1)
}

.logos-tabs .info-work:hover img {
    border-radius: 10px
}

.logos-tabs .info-work:hover {
    transform: scale(1.05);
    filter: drop-shadow(2px 4px 6px black);
    cursor: pointer;
    z-index: 9
}

.logos-tabs .info-work,.web-tabs .item .info-work {
    position: relative;
    transition: .5s;
    z-index: 1;
    filter: grayscale(1);
    transform: scale(.95)
}

.myImg {
    border-radius: 5px;
    cursor: pointer
}

.myImg:hover {
    opacity: .7
}

.modal {
    display: none;
    padding: 15% 0;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100vh;
    overflow: auto;
    background-color: rgba(0,0,0,.8)
}

.modal-content {
    margin: auto;
    display: block;
    max-width: 20%;
    border-radius: 20px
}

.gallery span {
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    display: inline-flex
}

.popupform .popup-bann,.popupform .popup-bann img,.social-icons li {
    display: inline-block
}

.gallery span.prevbtn {
    position: absolute;
    top: 45%;
    left: 10%;
    right: 0;
    width: 0
}

.gallery span.nextbtn {
    position: absolute;
    top: 45%;
    right: 10%
}

#caption,.modal-content {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: .6s;
    animation-name: zoom;
    animation-duration: .6s
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.close {
    position: absolute;
    top: -80%;
    right: 5%;
    font-family: 'Font Awesome 5 Pro';
    font-size: 35px !important;
    font-weight: 200;
}

.close:focus,.close:hover {
    color: #bbb;
    text-decoration: none;
    cursor: pointer
}

@media only screen and (max-width: 700px) {
    .modal-content {
        width:100%;
        max-width: 100%
    }
}

.owl-dot.active span,.owl-dot:hover span {
    background: #f59055!important
}

.owl-carousel .owl-nav {
    position: absolute;
    left: -390px;
    bottom: 0;
    font-size: 35px
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
    border-radius: 40px;
    align-items: center;
    justify-content: center
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    left: 60px;
    border-radius: 40px;
    align-items: center;
    justify-content: center
}

[class*=owl-next]:hover,[class*=owl-prev]:hover {
    color: #fff!important;
    background: #206644!important
}

.intro-video-tabs .tab-pane {
    height: 180px
}

.intro-video-tabs .borrow-tab ul.nav.nav-tabs {
    border: 0;
    padding-bottom: 30px
}

.intro-video-tabs .borrow-tab ul.nav.nav-tabs li a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 10px 40px;
    border: 1px solid #fff;
    border-radius: 5px;
    margin: 0 2px
}

.intro-video-tabs .borrow-tab ul.nav.nav-tabs li a.active {
    background: #548a70;
    border: 2px solid #548a70;
    position: relative
}

.intro-video-tabs .borrow-tab ul.nav.nav-tabs li a.active::before {
    content: "";
    border-color: #548a70 transparent transparent;
    border-style: solid;
    border-width: 10px;
    position: absolute;
    left: 45%;
    bottom: -20px;
    width: 10px;
    height: 10px
}

div#popupform {
    padding: 0;
    max-width: 1100px;
    overflow: hidden;
    background: 0 0
}

.popupform .popup-bann {
    max-width: 350px;
    position: relative;
    z-index: 3
}

.popupform .popup-content {
    display: inline-block;
    max-width: 790px;
    height: 450px;
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 40px 50px 21px 110px;
    margin: 10px 9px 0 -80px
}

.popupform .popup-content h2 {
    position: relative;
    color: #1c1c1c;
    font-size: 32px;
    padding-bottom: 0;
    letter-spacing: -1px;
    margin-bottom: 10px;
    line-height: 38px
}

.popupform .popup-content p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    padding: 10px 0;
    color: #000
}

.popupform .form-control {
    border-radius: 0;
    margin-bottom: 10px;
    font-size: 14px;
    height: 40px;
    font-family: Poppins,sans-serif
}

.popupform button.fancybox-button.fancybox-close-small {
    background: #f59055;
    padding: 0;
    opacity: 1;
    top: 10px;
    border-radius: 5px;
    width: 35px;
    height: 35px
}

.popupform .fancybox-button svg {
    color: #fff;
    top: -2px;
    left: 1px;
    font-weight: 900;
    padding: 3px
}

input.btn.btn_brown {
    margin-bottom: 15px!important
}

.popupform ::placeholder {
    color: #000
}

.required.error,select.required.error,textarea.required.error {
    border: 0!important;
    border-bottom: 2px solid red!important;
    color: red!important
}

a.btn.btn-orange.fancy {
    animation: 3s linear infinite tada;
    transition: .5s
}

.animated-heading {
    display: inline-block!important;
    overflow: hidden;
    white-space: nowrap;
    font-family: 'PolySans Trial High Light';
}

.blinking-cursor {
    border-right: 3px solid #5A7D5A;
    animation: 1s step-end infinite animateHeading
}

@keyframes animateHeading {
    0%,100% {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

.self-publish {
    padding: 40px;
    background: #FFFFFF;
    cursor: pointer;
    height: 430px;
    border-radius: 30px;
    text-align: left;
}

span.self-publishing-line-1 {
    position: absolute;
    bottom: 0%;
    left: 34%;
    background: #1D4871;
    color: #1D4871;
    border-radius: 50px;
    padding: 0px 40px;
    height: 10px;
}

span.self-publishing-line-2 {
    position: absolute;
    bottom: 0%;
    left: 34%;
    background: #5A7D5A;
    color: #5A7D5A;
    border-radius: 50px;
    padding: 0px 40px;
    height: 10px;
}

.self-publish h3 {
    padding: 20px 0 10px;
    line-height: 25px;
    font-size: 28px;
}

img.self-publishing-slider-img {
    max-width: 110px !important;
    width: 100%;
}

.self-publishing .owl-carousel .owl-nav {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 200px
}

.self-publishing .owl-carousel .owl-nav button.owl-prev {
    left: -80px;
    background: #f59055;
    color: #fff;
    display: none;
}

.self-publishing .owl-carousel .owl-nav button.owl-next {
    right: -1560px;
    left: 0;
    margin: auto;
    background: #f59055;
    color: #fff;
    display: none;
}

.publishing .book-box h4 {
    text-align: left;
    font-size: 26px;
}

.publishing .book-box {
    height: 500px
}

.inner-banner .container {
    background: linear-gradient(90deg,#548a7040 0,#548a7061 50%);
    padding: 0 40px;
    border-radius: 50px;
    border: 1px solid #548a70
}

.inner-banner .banner-arrow-down {
    position: absolute;
    left: 0;
    right: 0;
    top: -30px
}

.inner-form .get-started-form.main-form {
    background: #68686882;
    padding: 50px 30px;
    margin: auto 0
}

.inner-form .get-started-form.main-form textarea {
    width: 100%;
    margin-left: 3px!important
}

.inner-banner h1 {
    line-height: 40px;
    font-size: 40px
}

.inner-form .menu li {
    color: #fff;
    font-size: 17px;
    list-style: disc;
    margin-left: 20px
}

.service .book-box {
    height: 370px
}

.service .book-box img {
    width: 45%;
    height: 40%;
    filter: brightness(2)
}

.social-icons li {
    padding: 10px 10px 0 0
}

.blogs img {
    max-width: 100%;
    padding-bottom: 20px
}

.blog-content .list-item li {
    list-style: disc;
    margin-left: 20px;
    color: #fff
}

.blog-content .list-item li::marker {
    color: #fff;
    font-size: 25px
}

.terms h2 {
    font-size: 25px;
    font-weight: 600;
    padding: 5px 0
}

.st-portfolio-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

section.new-york-publisher {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 100px 40px;
}

.st-container {
    max-width: 1440px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* First Row Start */

.st-row-1 {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.st-inner-row-left {
    width: 35.9%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.st-inner-row-right {
    width: 63%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.left-inner-row-circle-container {
    width: 70%;
    height: 364px;
    position: relative;
    padding: 30px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
}

.left-inner-row-circle-container::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 68px;
  background: conic-gradient(#5A7D5A 0deg 180deg, transparent 180deg 360deg);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
}

.left-inner-row-circle-container::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 68px;
  background: conic-gradient(transparent 0deg 180deg, #1D4871 180deg 360deg);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}

.circle-number {
    background: #FFF;
    z-index: 1;
    padding: 21px 40px 30px 44px;
    border-radius: 170px;
    border: 60px solid #d9f4f2;
}

p.circle-number-para {
    font-family: 'PolySans Trial Heading';
    font-weight: 600;
    font-size: 90px;
    color: #171717;
}

.left-inner-row-content-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    width: 100%;
    background: #FFFFFF;
    padding: 40px 66px 40px 95px;
    margin-left: -70px;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
}

h3.content-heading {
    font-size: 30px;
    line-height: 30px;
}

p.content-para {
    font-size: 18px;
    line-height: 24px;
}

/* First Row End */

/* 2nd Row Start */

.st-row-2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: -68px;
}

.st-inner-row-2-left {
    width: 35.9%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.st-inner-row-2-right {
    width: 63%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
}

.left-inner-row-2-circle-container {
    width: 70%;
    height: 364px;
    position: relative;
    padding: 30px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
}

.left-inner-row-2-circle-container::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 68px;
  background: conic-gradient(#1D4871 0deg 180deg, transparent 180deg 360deg);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}

.left-inner-row-2-circle-container::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 68px;
  background: conic-gradient(transparent 0deg 180deg, #5A7D5A 180deg 360deg);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
}

.circle-number-2 {
    background: #FFF;
    z-index: 1;
    padding: 21px 40px 30px 44px;
    border-radius: 170px;
    border: 60px solid #d9f4f2;
}

.left-inner-row-2-content-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    width: 100%;
    background: #FFFFFF;
    padding: 40px 82px 40px 77px;
    margin-right: -70px;
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
}

h3.content-heading {
    font-size: 30px;
    line-height: 30px;
}

p.content-para {
    font-size: 18px;
    line-height: 24px;
}

/* 2nd Row End */

/* 3nd Row Start */

.st-row-3 {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: -68px;
}

.st-inner-row-3-left {
    width: 35.9%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.st-inner-row-3-right {
    width: 63%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.left-inner-row-3-circle-container {
    width: 70%;
    height: 364px;
    position: relative;
    padding: 30px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
}


.left-inner-row-3-circle-container::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 68px;
  background: conic-gradient(#5A7D5A 0deg 180deg, transparent 180deg 360deg);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}

.left-inner-row-3-circle-container::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 68px;
  background: conic-gradient(transparent 0deg 180deg, #1D4871 180deg 360deg);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}

.circle-number-3 {
    background: #FFF;
    z-index: 1;
    padding: 21px 40px 30px 44px;
    border-radius: 170px;
    border: 60px solid #d9f4f2;
}

.left-inner-row-3-content-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    width: 100%;
    background: #FFFFFF;
    padding: 40px 66px 40px 95px;
    margin-left: -70px;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
}

h3.content-heading {
    font-size: 30px;
    line-height: 30px;
}

p.content-para {
    font-size: 18px;
    line-height: 24px;
}

/* 3nd Row End */

/* 4nd Row Start */

.st-row-4 {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: -68px;
}

.st-inner-row-4-left {
    width: 35.9%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.st-inner-row-4-right {
    width: 63%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
}

.left-inner-row-4-circle-container {
    width: 70%;
    height: 364px;
    position: relative;
    padding: 30px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
}

.left-inner-row-4-circle-container::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 68px;
  background: conic-gradient(#1D4871 0deg 180deg, transparent 180deg 360deg);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 0;
}

.left-inner-row-4-circle-container::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 68px;
  background: conic-gradient(transparent 0deg 180deg, #5A7D5A 180deg 360deg);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
}

.circle-number-4 {
    background: #FFF;
    z-index: 1;
    padding: 21px 40px 30px 44px;
    border-radius: 170px;
    border: 60px solid #d9f4f2;
}

.left-inner-row-4-content-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    width: 100%;
    background: #FFFFFF;
    padding: 40px 82px 40px 77px;
    margin-right: -70px;
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
}

h3.content-heading {
    font-size: 30px;
    line-height: 30px;
}

p.content-para {
    font-size: 18px;
    line-height: 24px;
}

/* 4nd Row End */

/* 5nd Row Start */

.st-row-5 {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: -68px;
}

.st-inner-row-5-left {
    width: 35.9%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.st-inner-row-5-right {
    width: 63%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.left-inner-row-5-circle-container {
    width: 70%;
    height: 364px;
    position: relative;
    padding: 30px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
}

.left-inner-row-5-circle-container::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 68px;
  background: conic-gradient(#5A7D5A 0deg 180deg, transparent 180deg 360deg);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}

.left-inner-row-5-circle-container::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 68px;
  background: conic-gradient(transparent 0deg 180deg, #1D4871 180deg 360deg);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}

.circle-number-5 {
    background: #FFF;
    z-index: 1;
    padding: 21px 40px 30px 44px;
    border-radius: 170px;
    border: 60px solid #d9f4f2;
}

.left-inner-row-5-content-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    width: 100%;
    background: #FFFFFF;
    padding: 40px 66px 40px 95px;
    margin-left: -70px;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
}

h3.content-heading {
    font-size: 30px;
    line-height: 30px;
}

p.content-para {
    font-size: 18px;
    line-height: 24px;
}

/* 5nd Row End */

.st-col-md-4 {
    -webkit-box-flex: 0;
    flex: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.st-col-md-8 {
    -webkit-box-flex: 0;
    flex: 100%;
    max-width: 100%;
}

p.st-textimonial-main-para {
    padding-top: 0px !important;
    font-size: 18px;
    line-height: 24px;
    width: 45%;
    text-align: center;
}

h3.st-testimonial-title-heading {
    font-family: 'PolySans Trial Neutral';
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    text-transform: capitalize;
    background: #bfdcd0;
    padding: 20px 30px;
    border-radius: 50px;
}

.st-client {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    width: 100%;
    margin-left: -7px;
}

.st-client-image {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 10px;
}

img.st-client-main-image {
    max-width: 68px;
    width: 33%;
}

.st-client-details h3 {
    font-size: 18px;
    line-height: 24px;
}

img.st-comas-icon {
    max-width: 170px !important;
    width: 142%;
}

h2.st-have-q {
    color: #5A7D5A !important;
    font-size: 70px;
    line-height: 70px;
    padding: 0px !important;
    display: flex;
}

span.st-question {
    color: #1D4871;
}

h3.st-appointment-form {
    font-size: 40px;
    line-height: 50px;
}

.st-appointment-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

p.st-appointment-main-para {
    font-size: 18px;
    width: 45%;
}

form#quoteForm {
    background: #FFFFFF;
}

.last-form {
    background: #FFFFFF;
    width: 50%;
    padding: 40px;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.form-details {
    display: flex;
    flex-direction: row;
    gap: 50px;
    width: 100%;
}

.form-img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 50%;
}

img.form-main-img {
    max-width: 710px;
    width: 100%;
}

.two-inputs {
  display: flex;
  gap: 15px;
}

.two-inputs input {
  width: 50%;
}

.last-form-btn {
    display: flex;
    justify-content: flex-start;
}

input.st-last-form-submit-btn {
    background: #1D4871 !important;
    border-color: #1D4871 !important;
}

p.st-footer-para {
    font-size: 22px;
    line-height: 30px;
}

p.st-faq-para {
    color: #FFF;
}

section.st-hero-container {
  position: relative;
  width: 100%;
  min-height: 600px;
  background: hsla(0, 0%, 100%, 0);
}

section.st-hero-container::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 98%;
    height: 70%;
    background: url(../images/st-hero-section-img.webp) no-repeat center;
    background-size: cover;
    pointer-events: none;
    border-radius: 30px;
    margin: 20px;
}

section.st-navbar {
    position: absolute !important;
    top: 0%;
    z-index: 3 !important;
    width: 100%;
}

.st-nav-container {
    max-width: 1440px;
    margin: 0 auto;
}

.st-col-logo {
    padding: 0 !important;
}

h1.st-hero-sec-heading {
    color: #FFFFFF;
}

p.st-hero-sec-para {
    color: #FFFFFF;
}

p.st-hero-sec-para-02 {
    color: #FFFFFF;
    padding-bottom: 2rem !important;
}

a.st-hero-call-btn {
    background: #FFFFFF;
    color: #1D4871 !important;
    border-color: #FFFFFF;
}

a.st-hero-call-btn:hover {
    background: #FFFFFF;
    color: #1D4871 !important;
    border-color: #FFFFFF;
}

img.st-book-shelves {
    border-radius: 30px;
}

.st-appointment-inner-con {
    width: 100%;
}

img.st-logo-slider {
    filter: brightness(0) saturate(100%) invert(24%) sepia(20%) saturate(1780%) hue-rotate(184deg) brightness(93%) contrast(94%);
}

.st-tab-content-slider {
    padding: 0px 20px;
}

.read-more-btn {
    color: #1D4871;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
}
.head-form, .inner-form .get-started-form.main-form{
    margin: 30px 0 0 0;
}

