.btn,
a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul li {
    font-family: 'Proxima Nova A';
}

footer p,
footer ul li a {
    font-size: 15px
}

.form-chat h3,
.form-chat h4,
.nav-bar ul.menu li a,
.title {
    text-transform: uppercase
}

.modal,
footer .logo img {
    max-width: 100%
}


:root {
    --c5: #548a70;
    --c6: #f59055;


}

@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
}

a:focus,
a:hover,
button:focus,
button:hover {
    outline: 0 !important;
    text-decoration: none !important;
    transition: auto;
    color: #008c71
}

.primary-color {
    color: #f59055;
    display: contents
}

.secondary-color {
    color: #000000;
    display: contents
}

.input-control:focus,
.input-control:hover {
    transition: .7s;
    color: #1c1c1c;
    background: 0 0
}

.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: #fff
}

h1,
h2 {
    font-weight: 700;
    margin: 0
}

h1 {
    font-size: 46px;
    text-transform: capitalize;
    line-height: 44px
}

h2 {
    color: #fff;
    font-size: 45px;
    line-height: 43px
}

footer p,
p {
    font-weight: 400
}

p,
ul li {
    font-size: 17px;
    /* 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
}

.sticky-nav-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: .3s ease-in-out;
    background: linear-gradient(110deg, #684e3f 0, #222 60%);
    animation: 1s header-animation;
    border-bottom: 4px solid #f59055
}

@keyframes header-animation {
    0% {
        transform: translateY(-106px)
    }

    100% {
        transform: translateY(0)
    }
}

.inner-form h3,
.nav-bar {
    padding: 10px 0
}

.nav-bar ul.menu {
    position: relative;
    text-align: right
}

.nav-bar ul.menu li {
    display: inline-block;
    padding: 0 11px;
}

.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: #f8b830;
    background: 0 0
}

.btn-green,
.btn-orange,
.btn-white-border {
    padding: 8px 30px;
    background: #548a70;
    border-radius: 30px;
    color: #fff !important;
    border: 2px solid #548a70;
    font-size: 15px !important;
    text-transform: uppercase;
    transition: .5s;
    position: relative;
    margin-right: 20px;
    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: #f59055;
  border: 1px solid #f59055; */
    background: linear-gradient(110deg, #684e3f 0, #222 60%);
}

header nav ul li.dropdown {
    position: relative;
    visibility: visible;
    z-index: 100 !important
}

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 {
    position: relative;
    visibility: visible;
    z-index: 100 !important;
    background: #548a70 !important;
    color: #fff !important
}

.nav-bar ul.menu a.dropdown-item.active::before {
    bottom: 0
}

.dropdown-menu-submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%
}

.submenu-list:hover .dropdown-menu-submenu {
    display: block;
    background: linear-gradient(110deg, #684e3f 0, #222 60%);
    width: 100%;
}

header {
    background: 0 0;
    position: relative;
    z-index: 5
}

.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: #548a70;
    color: #548a70 !important;
    transform: scale(.9);
    transition: .5s !important
}

.btn-orange:hover,
.form-sec input#register:hover,
footer ul li a.active,
footer ul li a:hover {
    color: #f59055 !important
}

.input-control,
select#ser-select {
    margin: 7px 4px;
    font: -webkit-control;
    height: calc(2.25rem + 8px) !important;
    padding: 12px 15px;
    width: 100%;
    font-family: 'Proxima Nova A';
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #fff !important;
    background: #686868;
    border: 2px dashed #fe915d;
    outline: 0;
    border-radius: 4px;
}

.book-box h3,
.copyright {
    padding: 10px 0
}

.copyright,
footer {
    background: #262323;
    position: relative
}

textarea.input-control.form-control {
    margin: 7px 0 !important;
    width: 100%;
    padding: 7px 15px;
    font-family: 'Proxima Nova A';
    overflow: hidden;
    border-radius: 5px;
    resize: none;
}

input.required.error,
select.required.error,
textarea.required.error {
    border: 1.5px solid red !important
}

label.error {
    display: none !important
}

.chota_fnt {
    font-size: 10px;
    margin: 5px 0;
    color: #fff;
    display: block;
    line-height: 15px
}

.chota_fnt a,
.title {
    color: #f59055
}

.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: #f59055;
    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 {
    padding: 60px 0 0
}

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: 14px;
    font-weight: 500;
    text-decoration: none
}

.copyright a,
.copyright p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding: 10px 0
}

.main-body {
    position: relative;
    background: url('../images/body.webp') 0 0/cover no-repeat;
    z-index: 2
}

.main-body::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(82deg, #f59055 0, #212121 50%);
    z-index: -1;
    opacity: .9
}

.main-banner {
    padding: 130px 0 40px;
    position: relative;
    margin-top: -110px;
    overflow: hidden;

}

.b-left-img {
    width: 100%
}

.head-form,
.inner-form .get-started-form.main-form {
    margin: auto;
    background: linear-gradient(-18deg, #4a4a4a 0, #6868687a 50%);
    background: #68686882;
    border-radius: 7px;
    padding: 35px 0 25px;
    position: relative;
    overflow: hidden;
}

.head-form .get-started-form.main-form {
    margin: auto
}

.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.5%;
    margin-left: 4px !important
}

.head-form::before {
    content: "";
    box-shadow: 0 0 80px #dc4437;
    width: 200px;
    height: 200px;
    background: #dc4437;
    filter: blur(50px);
    position: absolute;
    left: -180px;
    top: -30px;
    right: 0;
    margin: auto;
    border-radius: 50%;
    z-index: -1
}

form h4 {
    font-size: 35px
}

.our-service,
.testmonial {
    overflow: hidden
}

.our-service::before,
.testmonial::before {
    content: "";
    background: 0 0;
    position: absolute;
    right: -210px;
    bottom: 240px;
    box-shadow: -270px 0 150px #548a70;
    width: 200px;
    height: 250px;
    overflow: hidden;
    z-index: 1
}

.banner-arrow-down {
    background: #f59055;
    width: 70px;
    height: 70px;
    margin: -20px auto auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    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
}

.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
}

.title {
    font-size: 15px;
    letter-spacing: 3px;
    padding-bottom: 10px;
    color: #fe915d;
}

.btn-orange {
    background: #f59055;
    border-color: #f59055
}

.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 #f5905578;
    width: 100%;
    height: 100%;
    border-radius: 50px
}

.btn-green::after {
    box-shadow: 0 0 0 15px #548A7078 !important
}

.book-box:hover img {
    animation: 2s linear infinite flipInY
}

.book-box:hover {
    transform: scale(1.1);
    transition: .5s;
    border: 3px dashed #ffffff;
}

.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
}

.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,
.book-box p {
    color: #fff;
    text-align: left
}

.book-box {
    border-radius: 15px;
    background: #68686882;
    height: 370px;
    text-align: center;
    padding: 20px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: .5s;
    border: 3px dashed #fe915d;
}

.book-box:before {
    background-color: #f59055;
    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: #548a7063;
    padding: 40px 50px 0;
    border-radius: 40px;
    position: relative
}

.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: #548a70
}

.book-box img {
    position: relative;
    height: 60%;
    transition: .5s
}

.apart .book-box {
    height: 205px;
    display: flex
}

.book-box h3 {
    font-size: 26px;
    text-transform: capitalize;
    line-height: 28px;
    margin: 10px 0 0;
    font-weight: 700
}

.book-box p {
    font-size: 13px;
    padding: 0;
    line-height: 20px
}

.service-slide h4,
.who h5 {
    font-size: 17px;
}

.owl-dots {
    padding-top: 20px
}

.portfolio .owl-carousel .owl-item img {
    border-radius: 15px;
    height: 400px
}

.service-slide {
    padding: 10px 0;
    transform: rotate(2deg)
}

.service-slide-two {
    padding: 10px 0;
    background: #f59055;
    text-align: center;
    margin-top: -50px;
    transform: rotate(-3deg)
}

.cta,
.form-sec form {
    background: linear-gradient(110deg, #684e3f 0, #222 60%)
}

.service-slide-two h4 {
    font-size: 17px;
    color: #1c1c1c
}

.service-slide .item::before,
.service-slide-two .item::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    position: absolute;
    left: -30px;
    top: 6px;
    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: #1c1c1c
}

.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: 90px;
    position: absolute;
    left: -20px;
    top: 38px;
    background: #548a70
}

.who .intro2,
.who .intro4 {
    position: relative;
    padding-right: 20px;
    text-align: right
}

.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: 15px;
    padding: 10px 0;
    font-weight: 600
}

.who .intro2::after,
.who .intro4::after {
    content: "";
    width: 2px;
    height: 90px;
    position: absolute;
    right: -12px;
    top: 38px;
    background: #548a70
}

.who .intro3::before {
    content: "3"
}

.who .intro4::before {
    content: "4"
}

.who .intro5::before {
    content: "5"
}

.cta {
    border-radius: 20px;
    background-image: url(../images/cta-banner.jpg);
    background-position: center;
    background-size: cover;
    padding: 70px 40px;
}

.cta a {
    float: left;
}

.testmonial .item {
    margin: 5px !important
}

.testmonial::before {
    top: 160px;
    z-index: 0;
    height: 150px
}

.testmonial::after {
    top: 56%;
    right: -360px;
    z-index: -1
}

.testmonial .self-pub h3 {
    font-size: 18px;
    font-family: 'Proxima Nova A';
    line-height: 21px;
    padding: 14px 0
}

.testmonial .self-pub {
    border-radius: 10px;
    position: relative;
    margin-top: 23px;
    padding-top: 0
}

.testmonial .self-pub .date {
    font-family: 'Proxima Nova A';
    font-size: 14px;
    color: #fff
}

.testmonial .self-pub p {
    overflow: auto;
    padding: 5px 5px 5px 0;
    font-size: 14.5px;
    height: 110px
}

.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: #434343;
    box-shadow: 10px 0 10px #323232;
    cursor: pointer;
    margin: 0
}

.self-pub h3 {
    padding: 10px 0;
    line-height: 30px;
    font-family: 'Proxima Nova A'
}

.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;
    font-family: 'Proxima Nova A';
    color: #fff
}

.self-pub .author .auth-bio {
    display: block;
    padding-left: 8px
}

.self-pub .author .auth-bio h6 {
    font-size: 19px;
    line-height: 8px
}

.self-pub .author .auth-bio span {
    font-size: 13px;
    font-family: 'Proxima Nova A';
    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
}

.form-sec .input-control {
    width: 48% !important;
    margin: 7px 1px !important
}

.form-sec textarea.input-control.form-control {
    width: 97% !important;
    height: 100px !important
}

.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: 16px;
    color: #fff;
    font-weight: 500;
    padding: 6px 0
}

.faq-sec .card {
    border-radius: 10px;
    border: none;
    border-bottom: 1px solid #4a4a4a;
    line-height: 24px;
    padding: 0 15px;
    margin: 4px 0 5px;
    width: 100%;
    display: inline-block;
    background: #4a4a4a
}

.faq-sec .card-body {
    padding: 0 10px 20px
}

.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: 0;
    color: #f59055;
    top: 20px
}

.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: #f8b830
}

.faq-sec .card-body p {
    font-size: 15px
}

.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: 17px;
    padding: 20px 0
}

.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-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 8px 28px;
    border: 1px solid #fff;
    border-radius: 30px;
    margin: 0 2px
}

.borrow-tab ul.nav.nav-tabs li a.active {
    background: #548a70;
    border: none;
    position: relative
}

.web-tabs .tab-content [class*=col-md-4] {
    padding: 13px 0;
    margin: 0
}

.web-tabs .item .info-work:before {
    content: "";
    background: #000;
    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
}

.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: -80px;
    right: 90px;
    font-family: 'Font Awesome 5 Pro';
    font-size: 60px !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
}

.form-sec form {
    padding: 40px 20px 20px;
    border-radius: 11px;
    width: 90%;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.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 {
    display: inline-block;
    max-width: 350px;
    position: relative;
    z-index: 3
}

.popupform .popup-bann img {
    display: inline-block
}

.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
}

.blinking-cursor {
    background-image: url(../images/pen.png);
    width: 25px;
    height: 55px;
    position: absolute;
    animation: 1s step-end infinite animateHeading
}

@keyframes animateHeading {

    0%,
    100% {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

.self-publish {
    padding: 40px;
    background: #434343;
    border-bottom: 5px solid #f59055;
    box-shadow: 1px 1px 5px #f59055;
    cursor: pointer;
    height: 420px;
}

.self-publish h3 {
    padding: 10px 0;
    line-height: 25px;
    font-size: 20px;
    color: #ff6e2e;
}

.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
}

.self-publishing .owl-carousel .owl-nav button.owl-next {
    right: -1230px;
    left: 0;
    margin: auto;
    background: #f59055;
    color: #fff
}

.publishing .book-box h4 {
    text-align: left;
    font-size: 19px
}

.publishing .book-box {
    height: 470px;
}

.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-family: 'Proxima Nova A';
    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)
}

.writing img {
    border-radius: 20px
}

.social-icons li {
    display: inline-block;
    padding: 10px 10px 0 0;
}

.social-icons li a {
    font-size: 20px;
}

.social-icons li a i:hover {
    color: #F59055 !important;
}

.blogs {
    text-align: center;
}

.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;
}

.blog-content p {
    padding: 10px 0;
}


.banner-before::before {
    content: "";
    background-image: url(../images/min-banner.jpg);
    position: absolute;
    width: 100%;
    height: 68%;
    background-position: center;
    background-size: cover;
    top: 0;
}



.sell h2 {
    font-size: 36px;
    text-transform: capitalize;
    line-height: 39px;
}


.head-form span:first-child {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #ffffff00, var(--c6));
    animation: 2s linear infinite animate1
}

@keyframes animate1 {
    0% {
        transform: translateX(-100%)
    }

    100% {
        transform: translateX(100%)
    }
}

.head-form span:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 3px;
    background: linear-gradient(to bottom, #ffffff00, var(--c6));
    animation: 2s linear 1s infinite animate2
}

@keyframes animate2 {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(100%)
    }
}

.head-form span:nth-child(3) {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to left, #ffffff00, var(--c6));
    animation: 2s linear infinite animate3
}

@keyframes animate3 {
    0% {
        transform: translateX(100%)
    }

    100% {
        transform: translateX(-100%)
    }
}

.head-form span:nth-child(4) {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    background: linear-gradient(to top, #ffffff00, var(--c6));
    animation: 2s linear 1s infinite animate4
}

@keyframes animate4 {
    0% {
        transform: translateY(100%)
    }

    100% {
        transform: translateY(-100%)
    }
}


.our-service {
    background-image: url(../images/our-service-banner.png);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}


.cta h3 {
    font-size: 48px;
    text-transform: capitalize;
    text-align: left;
    -webkit-text-stroke: 1px #4b8a71;
    font-weight: bold;
    line-height: 51px;
}


.add-footer-text {
    margin-top: 30px;
}

.add-footer-text h5 {
    font-size: 20px;
    color: #fe915d;
    text-transform: uppercase;
}


.copyright {
    background: #4b8a71;
    margin-top: 30px;
}

.intro-video-tabs h2 {
    font-size: 19px;
}


.intro-video-tabs h2 {
    font-size: 39px;
    line-height: 42px;
}

.intro-video-tabs h2 span {
    color: #000;
}


.self-publishing {
    background-image: url(../images/self-banner.jpg);
    background-position: center;
    background-size: cover;
    padding: 80px 0;
    background-attachment: fixed;
}




















.form-get-quote span:first-child {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #ffffff00, var(--c5));
    animation: 2s linear infinite animate1
}

@keyframes animate1 {
    0% {
        transform: translateX(-100%)
    }

    100% {
        transform: translateX(100%)
    }
}

.form-get-quote span:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 3px;
    background: linear-gradient(to bottom, #ffffff00, var(--c5));
    animation: 2s linear 1s infinite animate2
}

@keyframes animate2 {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(100%)
    }
}

.form-get-quote span:nth-child(3) {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to left, #ffffff00, var(--c5));
    animation: 2s linear infinite animate3
}

@keyframes animate3 {
    0% {
        transform: translateX(100%)
    }

    100% {
        transform: translateX(-100%)
    }
}

.form-get-quote span:nth-child(4) {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    background: linear-gradient(to top, #ffffff00, var(--c5));
    animation: 2s linear 1s infinite animate4
}

@keyframes animate4 {
    0% {
        transform: translateY(100%)
    }

    100% {
        transform: translateY(-100%)
    }
}


.open-banner {
    background-image: url(../images/aper-banner.jpg);
    padding: 100px 50px;
    border-radius: 30px;
    background-position: bottom;
    background-size: cover;
    box-shadow: 0 0 10px #797979;
}

.tags-pic {
    position: relative;
}

.tags-pic::after {
    position: absolute;
    background: url(../images/ab-img2.png) no-repeat;
    max-width: 180px;
    background-size: 100%;
    width: 100%;
    height: 160px;
    opacity: 0.7;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    animation-name: spin;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}


.tags-pic::before {
    position: absolute;
    background: url(../images/ab-img1.png) no-repeat;
    max-width: 234px;
    background-size: 100%;
    width: 100%;
    height: 223px;
    content: "";
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.7;
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}



@keyframes floating {
    from {
        transform: translate(0, 0);
    }

    65% {
        transform: translate(0, 15px);
    }

    to {
        transform: translate(0, 0);
    }
}

.two-serive-banner {
    background-image: url(../images/two-serive-banner.jpg);
    padding: 100px 50px;
    border-radius: 30px;
    background-position: left;
    background-size: cover;
    box-shadow: 0 0 10px #797979;
}


.two-serive-banner h1 {
    font-size: 37px;
}



/* popop */


.custom-popop .modal {
    padding: 0 0;
    z-index: 9;

}


.custom-popop .modal-content {
    background-color: transparent;
    position: relative;
    border-radius: 15px;
    z-index: 9999;
    max-width: 100%;
}


.modal-backdrop {
    display: none;
}

.popop-bg {
    padding: 20px;
    background: linear-gradient(48deg, #f59055cc 0, #212121 50%);
    border-radius: 0px 30px 0px 0;
}

.popop-bg h2 {
    font-size: 35px;
    line-height: 37px;
    margin-bottom: 10px;
}


.popop-bg input {
    padding: 9px;
    margin-bottom: 14px;
    color: #000;
    font-size: 15px;
    border: 2px dashed #fb935c;
}


.popop-bg textarea {
    padding: 9px;
    margin-bottom: 24px;
    color: #000;
    font-size: 15px;
    border: 2px dashed #fb935c;
}

.custom-popop .close {
    position: absolute;
    top: 10px;
    z-index: 99;
    color: #ff915c;
    right: 11px;
    opacity: 1;
    border: none;
    font-size: 50px !important;
}
