*,li,ul {
    padding: 0;
    margin: 0
}

*,.text,li,ul {
    margin: 0
}

.btn-style-one .btn-title,.btn-style-two .btn-title {
    display: block;
    line-height: 30px;
    font-weight: 400;
    padding: 19px 50px 16px;
    letter-spacing: .1em;
    font-size: 18px
}

.scroll-to-top,a,button {
    cursor: pointer
}

* {
    border: none;
    outline: 0;
    font-size: 100%;
    line-height: inherit
}

.btn-style-one,.btn-style-two {
    letter-spacing: .05em;
    border-radius: 5px;
    display: inline-block;
    text-transform: uppercase;
    overflow: hidden
}

:root {
    --thm-font: 'Josefin Sans',sans-serif;
    --thm-b-font: 'Josefin Sans',sans-serif;
    --thm-base: #318ad0;
    --thm-base-rgb: 255,170,23;
    --thm-black: #222429;
    --thm-text: #686a6f
}

.container {
    padding-left: 15px;
    padding-right: 15px
}

.row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0px
}

body {
    font-size: 16px;
    font-family: var(--thm-b-font);
    color: var(--thm-text);
    line-height: 2.125em;
    font-weight: 400;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    top: 0!important
}

.btn-style-one,.btn-style-three,.btn-style-two,.default-tabs .tab-buttons .tab-btn,button,h1,h2,h3,h4,h5,h6,input,select {
    font-family: var(--thm-font)
}

a {
    text-decoration: none;
    color: #ffaa17
}

.theme_color {
    color: var(--thm-base)
}

a:active,a:focus,a:hover,a:visited,button:active {
    text-decoration: none;
    outline: 0
}

.chota_fnt a,.service-block .inner-box h6 a:hover {
    text-decoration: underline
}

h1,h2,h3,h4,h5,h6 {
    position: relative;
    font-weight: 400;
    margin: 0 0 20px;
    background: 0 0;
    line-height: 1.25em;
    color: var(--thm-black)
}

.text,p {
    line-height: 2.125em
}

h1 {
    font-size: 140px
}

h2 {
    font-size: 70px
}

h3 {
    font-size: 60px
}

h4 {
    font-size: 40px
}

h5 {
    font-size: 30px
}

h6 {
    font-size: 26px
}

textarea {
    overflow: hidden;
    resize: none
}

button {
    outline: 0!important
}

p {
    margin: 0 0 20px
}

::-webkit-input-placeholder {
    color: inherit
}

::-moz-input-placeholder {
    color: inherit
}

::-ms-input-placeholder {
    color: inherit
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto
}

li,ul {
    list-style: none
}

figure {
    margin-bottom: 0
}

.theme-btn {
    display: inline-block;
    -webkit-transition: .3s;
    transition: .3s
}

.theme-btn i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-left: 3px
}

.centered {
    text-align: center!important
}

.btn-style-one {
    position: relative;
    text-align: center;
    background: #f90;
    color: #fff;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.btn-style-one .btn-title {
    position: relative;
    z-index: 1;
    color: #fff
}

.accordion:hover,.btn-style-one:hover {
    background: #f90;
    color: #fff
}

.btn-style-one .btn-curve {
    position: absolute;
    right: -15px;
    top: 0;
    width: 26px;
    height: 100%;
    background: var(--thm-black);
    opacity: .2;
    z-index: 0;
    -webkit-transform: skewX(-22deg);
    transform: skewX(-22deg);
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.btn-style-one:hover .btn-curve,.btn-style-two:hover .btn-curve {
    opacity: 1;
    right: 0;
    width: 100%;
    -webkit-transform: skewX(0);
    transform: skewX(0)
}

.btn-style-two {
    position: relative;
    text-align: center;
    background: var(--thm-black);
    color: #fff;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.btn-style-two .btn-title {
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    transition: .5s
}

.btn-style-two:hover,.default-tabs .tab-buttons .tab-btn.active-btn:hover,.default-tabs .tab-buttons .tab-btn:hover {
    color: var(--thm-black)
}

.btn-style-two .btn-curve {
    position: absolute;
    right: -15px;
    top: 0;
    width: 26px;
    height: 100%;
    background: #fff;
    opacity: .2;
    z-index: 0;
    -webkit-transform: skewX(-22deg);
    transform: skewX(-22deg);
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.preloader,.preloader .icon {
    width: 100%;
    position: fixed;
    top: 0;
    height: 100%;
    left: 0
}

.btn-style-three {
    background-color: var(--thm-base);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 22.5px 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1
}

.btn-style-three:hover {
    background-color: var(--thm-black);
    color: #fff
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.preloader {
    z-index: 999999;
    background-color: #1c1e22
}

.preloader__gradient {
    background: #432ff6;
    background: linear-gradient(100deg,#432ff6 0,#f174e3 100%)
}

.preloader .icon {
    z-index: 5;
    background-color: rgba(0,0,0,0);
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.html);
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-animation-name: rotateMe;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateMe;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateMe;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: rotateMe;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.preloader__gradient .icon {
    background-image: url(../images/update-26-02-2021/preloader-white.html)
}

.page-loaded .preloader .icon {
    opacity: 0
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto
}
.tabs.mportt,section.testi_secc .slick-next:before,section.testi_secc .slick-prev:before {
    display: none
}

.fa {
    line-height: inherit
}

.scroll-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 44px;
    height: 44px;
    color: var(--thm-black);
    font-size: 14px;
    line-height: 44px;
    border-radius: 50%;
    text-align: center;
    z-index: 100;
    background: var(--thm-base);
    display: none;
    -webkit-transition: .3s;
    transition: .3s
}

.scroll-to-top:hover {
    background: var(--thm-black);
    color: #fff
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    overflow: hidden
}

.services-section {
    position: relative;
    padding: 4% 0 3%;
    color: #fff;
    z-index: 1
}

.services-section:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1
}

.services-section .sec-title {
    text-align: center;
    margin-bottom: 40px
}

.services-section .sec-title h2 {
    color: #000;
    font-size: 50px;
    line-height: 56px;
    font-weight: 700
}

.services-section .sec-title .lower-text {
    color: #000;
    padding-top: 0;
    line-height: 23px;
    width: 60%;
    margin: 0 auto
}

.services-section .row {
    counter-reset: slides-num
}

.services-section .row .service-block {
    counter-increment: slides-num
}

.services-section .row .service-block .inner-box:before {
    content: "0" counter(slides-num) "";
    position: absolute;
    left: 45px;
    top: 50px;
    font-size: 50px;
    line-height: 1em;
    color: #fff;
    opacity: .5;
    font-family: var(--thm-font);
    font-weight: 300
}

.services-section .row .service-block .inner-box.zero-removed:before {
    content: counter(slides-num) ""
}

.inner-box.zero-removed {
    margin-left: 15px
}

.agency-section .left-col,.agency-section .right-col,.service-block {
    position: relative;
    margin-bottom: 30px
}

.service-block .inner-box {
    position: relative;
    display: block;
    padding: 40px 35px;
    background: #f90;
    min-height: 100%;
    border-radius: 7px;
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s
}

.intersted_boxx_wrpp .btn-style-one,.service-block .inner-box:hover {
    background: #171717
}

.service-block .inner-box .bottom-curve {
    position: absolute;
    right: -70px;
    bottom: 0;
    width: 100px;
    height: 80%;
    background: var(--thm-black);
    opacity: .2;
    z-index: 0;
    -webkit-transform: skewX(0) scaleX(0);
    transform: skewX(0) scaleX(0);
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.service-block .inner-box:hover .bottom-curve {
    -webkit-transform: skewX(-35deg) scaleX(1);
    transform: skewX(-35deg) scaleX(1)
}

.service-block .inner-box .count {
    position: relative;
    display: block;
    font-size: 50px;
    line-height: 1em;
    color: #fff;
    opacity: .07;
    margin-bottom: 40px
}

.service-block .inner-box .icon-box {
    position: absolute;
    right: 45px;
    top: 50px;
    color: #171717;
    font-size: 64px;
    line-height: 1em;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.faqss .active h6,.service-block .inner-box:hover .icon-box {
    color: #f90
}

.service-block .inner-box h6 {
    position: relative;
    margin: 90px 0 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.1em
}

.service-block .inner-box h6 a {
    color: #171717;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.service-block .inner-box:hover .count,.service-block .inner-box:hover h6,.service-block .inner-box:hover h6 a,.services-section .row .service-block .inner-box:hover:before {
    color: #fff
}

.testi_secc button.slick-next.slick-arrow i,.testi_secc button.slick-prev.slick-arrow i {
    font-size: 30px;
    font-family: 'Font Awesome 6 Pro';
    color: #cfcfcf;
    font-weight: 800
}

.service-block-three {
    padding-top: 90px
}

.service-block-three__single {
    margin-top: 30px;
    background-color: #eff1f4;
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .5s;
    transition: .5s
}

.service-block-three__single:hover {
    background-color: var(--thm-base)
}

.service-block-three__single .icon-box span {
    font-size: 64px;
    color: var(--thm-base);
    margin-right: 40px;
    display: block;
    -webkit-transition: .5s;
    transition: .5s
}

.default-tabs .tab-buttons li.tab-btn.active-btn,.footer_btm p a,.service-block-three__single:hover .icon-box span,.service-block-three__single:hover h6 {
    color: #fff
}

.service-block-three__single h6 {
    margin: 0;
    color: var(--thm-black);
    font-size: 20px;
    line-height: 34px;
    font-weight: 700;
    text-transform: capitalize;
    -webkit-transition: .5s;
    transition: .5s
}

.call_any span,.cta_secc h2,.forms_textt_sec h2,.forms_textt_sec span,.portfo_boxx a:before,header.main_header ul li .nav-link {
    text-transform: uppercase
}

.service-block-three__single h6 a {
    color: inherit
}

.cta_secc {
    padding: 5% 0;
    background: #171717
}

.cta_secc h2 {
    font-size: 27px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    line-height: 30px
}

.cta_secc span {
    font-size: 20px;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 600
}

.cta_secc span a {
    font-weight: 700;
    color: #519cd7;
    margin: 0 10px
}

.cta_secc .d-flex {
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 0;
    gap: 10px
}

.cta_secc .d-flex li .theme_btn2 {
    background: #000;
    border: 0
}

.cta_secc .d-flex li .theme_btn2 span,.panel p {
    margin: 0
}

section.portfolio_secc {
    padding: 5% 1% 4%
}

.portfolio_textt p {
    font-size: 16px;
    color: #000;
    text-align: center;
    width: 60%;
    margin: 0 auto;
    font-weight: 500;
    line-height: 22px
}

.portfo_boxx img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 10px;
    transition: .5s
}

.portfo_boxx,.youagian ul {
    margin-bottom: 20px
}

.main_blog_boxx .blgss_imgg,.portfo_boxx a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.portfo_boxx a:after {
    position: absolute;
    content: "";
    background: #0000007a;
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    border-radius: 10px;
    transition: .5s
}

.portfo_boxx a:hover:after {
    height: 100%;
    transition: .5s
}

.portfo_boxx a:before {
    position: absolute;
    content: "view";
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 2px solid;
    z-index: 1;
    opacity: 0;
    transition: .5s
}

.portfo_boxx a:hover:before {
    transition: .5s;
    opacity: 1
}

.portfo_boxx:hover img {
    transition: .5s;
    border-radius: 0;
    box-shadow: rgba(50,50,93,.25) 0 50px 100px -20px,rgba(0,0,0,.3) 0 30px 60px -30px
}

.big_imggs_testii img.mrsh_imgg,.big_imggs_testii img.rev_imgg {
    box-shadow: rgba(50,50,93,.25) 0 13px 27px -5px,rgba(0,0,0,.3) 0 8px 16px -8px;
    position: absolute
}

.portfo_boxx:hover a:after {
    border-radius: 0
}

.footer_btm,.port_btm_textt {
    text-align: center;
    margin-top: 20px
}

.port_btm_textt p {
    color: #000;
    font-weight: 500;
    margin-bottom: 30px
}

section.portfolio_secc .slick-slide,section.testi_secc .slick-active {
    opacity: 1
}

.agency-section .featured-block-two .text ul,.big_imggs_testii,.tabs-box,.tabs-box .tab-buttons,.tabs-box .tabs-content {
    position: relative
}

.big_imggs_testii img {
    width: 100%;
    height: 470px;
    object-fit: cover;
    border-radius: 50%
}

section.testi_secc {
    padding: 40px 7%
}

.test_bigg_txt_wrpp h3 {
    font-size: 38px;
    color: #000;
    margin-bottom: 0;
    line-height: 30px
}

.test_bigg_txt_wrpp span {
    color: #8799a3;
    font-size: 16px;
    font-family: Montserrat
}

.test_bigg_txt_wrpp p,.testti_btmm p {
    font-size: 16px;
    color: #000;
    font-weight: 500
}

.panel,button.accordion {
    font-family: 'Josefin Sans'
}

.test_bigg_txt_wrpp p {
    width: 90%;
    margin-top: 20px;
    line-height: 20px
}

.test_bigg_txt_wrpp ul {
    align-items: center;
    justify-content: end;
    gap: 16px;
    width: 80%;
    margin-top: 20px
}

.test_bigg_txt_wrpp ul li a i {
    font-size: 23px
}

.test_bigg_txt_wrpp ul li a i.fa-brands.fa-facebook {
    color: #3b5998
}

.test_bigg_txt_wrpp ul li a i.fa-brands.fa-twitter {
    color: #55acee
}

.test_bigg_txt_wrpp ul li a i.fa-brands.fa-google,.test_bigg_txt_wrpp ul li a i.fa-brands.fa-youtube {
    color: #e02f2f
}

.testi_smll_imgg img {
    width: 100%;
    border-radius: 50%;
    height: 160px;
    object-fit: cover
}

section.testi_secc .slick-slide {
    margin: 10px
}

.testi_secc button.slick-prev.slick-arrow i {
    left: 0
}

section.testi_secc .slick-prev {
    top: unset;
    bottom: -40px;
    left: unset;
    right: 80px
}

section.testi_secc .slick-next {
    right: 97px;
    top: -30px
}

.big_imggs_testii img.rev_imgg {
    width: 210px;
    border-radius: 20px;
    height: 240px;
    object-fit: cover;
    top: -60px;
    z-index: 1;
    left: -50px
}

section.testi_secc .slick-list {
    padding: 50px 0 0 50px
}

.big_imggs_testii img.mrsh_imgg {
    bottom: 20px;
    width: 240px;
    height: 80px;
    right: -150px;
    border-radius: 10px
}

section.testi_secc .testi_small_deal .slick-list {
    padding: 0
}

.testti_btmm {
    text-align: center;
    margin-top: 7%
}

.testti_btmm p {
    margin-bottom: 30px
}

.agency-section {
    position: relative;
    padding: 120px 0 80px;
}

.agency-section .sec-title,.faqs-heading,.main_blog_boxx {
    margin-bottom: 40px
}

.agency-section .featured-block {
    position: relative;
    display: block;
    padding-left: 230px;
    min-height: 117px;
    margin-bottom: 40px
}

.agency-section .featured-block .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px
}

.agency-section .featured-block .image img {
    display: block;
    width: 100%;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    border-radius: 7px
}

.agency-section .featured-block .text {
    position: relative;
    top: -5px;
    display: block;
    line-height: 1.7em;
    letter-spacing: .1em;
    margin-bottom: 32px
}

.agency-section .left-col .inner {
    position: relative;
    display: block;
    padding-right: 50px
}

.agency-section .right-col .inner,.default-tabs .tab-buttons .tab-btn span {
    position: relative;
    display: block
}

.tabs-box .tab-buttons .tab-btn {
    position: relative;
    display: inline-block;
    vertical-align: top;
    cursor: pointer
}

.tabs-box .tabs-content .tab {
    position: relative;
    display: none
}

.panel span,.tabs-box .tabs-content .active-tab,.tabs.mportt.current {
    display: block
}

.default-tabs .tab-buttons .tab-btn {
    position: relative;
    line-height: 30px;
    font-size: 14px;
    font-weight: 500;
    color: var(--thm-black);
    text-align: center;
    padding: 7px 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-right: 10px;
    letter-spacing: .07em;
    border-radius: 7px;
    -webkit-transition: .3s;
    transition: .3s
}

.default-tabs .tab-buttons .tab-btn:last-child {
    margin-right: 0
}

.default-tabs .tab-buttons .tab-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background: #f90;
    border-radius: 7px;
    -webkit-transition: .3s;
    transition: .3s
}

.default-tabs .tab-buttons .tab-btn.active-btn:before {
    height: 100%
}

.default-tabs .tabs-content {
    position: relative;
    padding-top: 40px
}

.default-tabs .tabs-content .content {
    position: relative;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: .5s;
    transition: .5s
}

.default-tabs .tabs-content .active-tab .content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.default-tabs .tabs-content .text {
    position: relative;
    color: var(--thm-text);
    font-size: 16px;
    line-height: 34px
}

.agency-section .right-col .text {
    position: relative;
    color: var(--thm-text);
    margin-bottom: 50px
}

.agency-section .featured-block-two {
    position: relative;
    display: block;
    padding-left: 268px;
    min-height: 248px;
    padding-top: 10px
}

.agency-section .featured-block-two .image {
    position: absolute;
    left: 0;
    top: 30px;
    width: 242px;
    border-radius: 50%
}

.agency-section .featured-block-two .image img {
    display: block;
    width: 100%;
}

.agency-section .featured-block-two .text {
    position: relative;
    top: -5px;
    display: block;
    line-height: 1.5em;
    margin-bottom: 0
}

.agency-section .featured-block-two .text ul li {
    position: relative;
    line-height: 2.125em;
    margin-bottom: 12px;
    padding-left: 30px;
    color: var(--thm-text)
}

.agency-section .featured-block-two .text ul li:before {
    content: "\f107";
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    left: 0;
    top: -1px;
    color: #f90;
    font-weight: 400;
    font-size: 18px
}

section.news_letter_secc {
    padding: 0;
    margin-bottom: -3%
}

.intersted_boxx_wrpp {
    width: 80%;
    margin: 0 auto;
    background: #f90;
    padding: 50px 60px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.intersted_boxx_wrpp ul {
    align-items: center;
    justify-content: space-between;
    margin: 0
}

.intersted_boxx_wrpp ul li h3 {
    font-size: 28px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600
}

.intersted_boxx_wrpp ul li p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    margin: 0;
    line-height: 22px
}

.intersted_boxx_wrpp .theme_btn2 {
    background: #000
}

.intersted_boxx_wrpp:after {
    position: absolute;
    content: "";
    width: 360px;
    height: 300px;
    left: -80px;
    top: -100px;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 2s
}

.intersted_boxx_wrpp:hover:after {
    transition: 2s;
    width: 500px
}

.contact_form_secc {
    background-image: url(../images/services-bg.webp);
    padding: 6% 0;
    background-size: cover;
    background-repeat: repeat;
}

.forms_textt_sec h2 {
    font-size: 40px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 700
}

.forms_textt_sec p {
    color: #fff;
    text-align: center;
    font-weight: 400;
    margin-bottom: 10px
}

.forms_textt_sec p a {
    color: #fff;
    font-weight: 600
}

.forms_textt_sec span {
    display: block;
    text-align: center;
    font-size: 25px;
    color: #f90;
    font-weight: 600
}

.forms_textt_sec form {
    margin-top: 3%!important;
    width: 80%;
    margin: 0 auto
}

.forms_textt_sec form input {
    width: 100%;
    background: #00000061;
    border: 0;
    height: 55px;
    /* margin-bottom: 20px; */
    padding: 10px 20px;
    color: #fff
}

.forms_textt_sec form input::placeholder {
    color: #ffffff73
}

.forms_textt_sec form textarea {
    width: 100%;
    height: 205px;
    border-radius: 0;
    background: #00000061;
    resize: none;
    padding: 10px 20px
}

.forms_textt_sec form textarea::placeholder {
    color: #ffffff73
}

.forms_textt_sec form button {
    margin: 10px auto 0;
    border-radius: 10px;
    display: block
}

.accordion,button.accordion {
    padding: 18px;
    border: none;
    text-align: left;
    transition: .4s;
    width: 100%;
    outline: 0;
    cursor: pointer
}

.accordion {
    background-color: #eee;
    color: #444;
    font-size: 15px
}

.faqss .active {
    background: #fff;
    color: #f90
}

.panel {
    padding: 20px;
    display: none;
    background-color: #fff;
    overflow: hidden;
    font-size: 16px;
    margin-top: -30px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 700
}

button.accordion:after {
    content: '\002B';
    color: #000;
    font-weight: 700;
    float: right;
    margin-left: 5px
}

button.accordion.active:after {
    content: "\2212";
    color: #f90;
    font-size: 31px
}

button.accordion {
    color: #000;
    font-size: 20px;
    margin-bottom: 10px
}

.banner_from h3,.book_btmm,.books_headingg h2,.books_headingg p,.call_any,.faqss .faqs-heading p,.nth_textt h2,.nth_textt p,.nthh_sml,.portfolio_textt h2,.profession_headingg h2,.profession_headingg p,.tabbs_imgg {
    text-align: center
}

.faqss {
    padding: 6% 0
}

.faqss .faqs-heading h1,.faqss .faqs-heading h3 {
    font-size: 50px;
    color: #000;
    text-align: center;
    width: 100%;
    margin: 0 auto 10px;
    font-weight: 700;
    line-height: 60px
}

button.accordion h6 {
    font-size: 24px;
    font-family: Montserrat;
    color: #000;
    display: inline;
    margin-right: 10px;
    font-weight: 600
}

.faqss .faqs-heading p {
    font-size: 16px;
    font-weight: 500;
    color: #000
}

.tabing_wrppp,section.faqss .col-md-12 {
    width: 80%;
    margin: 0 auto
}

.books_headingg,.footer_top ul {
    margin-bottom: 50px
}

.contact-map,footer {
    background-image: url(../images/footer-bg.webp);
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5% 13% 0
}

.footer_top ul {
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #464443;
    padding-bottom: 50px
}

.footer_top ul li h3 {
    font-size: 25px;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 3px;
    line-height: 30px
}

.footer_top ul li p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    width: 70%;
    margin-bottom: 0;
    margin-top: 20px;
    line-height: 20px
}

.footer_top .theme_btn1 {
    border-radius: 50px
}

.footer_top .theme_btn1::before,.theme_btn1::after {
    border-radius: 40px
}

.footer_details p {
    font-size: 16px;
    color: #fff;
    margin-top: 32px;
    line-height: 27px;
    width: 90%
}

.footer_adres,.footer_links {
    margin-top: 40px
}

.footer_links h5 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 25px
}

.footer_links ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    display: block;
    margin-bottom: 14px;
    line-height: 15px;
    transition: .5s
}

.footer_adres h5 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px
}

.footer_adres ul {
    align-items: flex-start;
    gap: 7px
}

.footer_adres ul li img {
    width: 33px;
    height: 20px;
    object-fit: scale-down;
    filter: invert(1)
}

.footer_adres ul li {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px
}

.footer_btm p {
    font-size: 16px;
    color: #fff;
    font-weight: 400
}

.footer_btm p a:hover {
    color: #ffaa17
}

.footer_links ul li a:hover {
    transform: translate(6px,0);
    color: #ffaa17
}

.footer_details img {
    width: 240px
}

header.main_header {
    position: absolute;
    z-index: 9999;
    width: 100%;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    transition: .5s
}

#progress,.banner_from .theme_btn1,.banner_from button.theme-btn.btn-style-one,.ebook_imgg img,.logo_here img,header.main_header ul li .nav-link.active:after {
    width: 100%
}

.logo_here img {
    height: 50px;
    object-fit: contain;
    object-position: center;
}

header.main_header>ul {
    display: flex;
    align-items: center;
    justify-content: center
}

.navbar-toggler {
    background-color: #FF9900;
}

.contact-map .forms_textt_sec form button,.popupform ul li {
    display: inline-block
}

header.main_header ul li ul {
    margin: 0
}

header.main_header ul li .nav-link {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    position: relative;
    padding: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
header.main_header ul li .nav-link:hover {
    color: #FF9900;
}

header.main_header ul li .nav-link:after {
    position: absolute;
    content: "";
    background: #ffaa17;
    height: 2px;
    width: 0;
    left: 0;
    bottom: -9px;
    transition: .5s
}

header.main_header ul li .nav-link:hover:after {
    width: 100%;
    transition: .5s
}

header.main_header ul li .dropdown .btn-ct-dropdown {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    padding: 0;
}
header.main_header ul li .dropdown .btn-ct-dropdown:focus {
    outline: none;
    box-shadow: none !important;
}
header.main_header ul li .dropdown .dropdown-menu .dropdown-item {
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    font-size: 13px;
    width: 100%;
        padding: 0rem 1rem;
}

.call_any {
    display: inline-flex;
    justify-content: end;
    gap: 10px;
}

.call_any span {
    font-size: 14px;
    color: #fff;
    margin: 0;
    line-height: 20px
}

.call_any h6 {
    font-size: 15px;
    color: #fff;
    margin: 0;
    line-height: 10px
}


header.main_header ul li ul li a {
    color: #000
}

header.main_header.sticky {
    background: #000;
    position: fixed;
    transition: .5s;
    padding: 30px 20px
}

section.banner_main {
    position: relative;
    z-index: 1;
    min-height: 800px;
    display: flex;
    align-items: center;
    padding: 120px 0 50px 0;
}

.banner_textt h1,.banner_textt h2 {
    display: block;
    text-transform: uppercase
}

section.banner_main:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6;
    z-index: 1
}

section.banner_main .mainvideo {
    filter: grayscale(100%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

section.banner_main .container {
    z-index: 2
}

.banner_textt h2 {
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0;
    margin: 10px 0 0;
    width: 100%
}

.banner_textt h1 {
    font-size: 34px;
    line-height: 40px;
    color: #fea300;
    font-weight: 600;
    letter-spacing: .05em;
    margin-bottom: 0
}

.banner_textt p {
    font-size: 16px;
    color: #fff;
    width: 90%
}

.portfolio_textt h2 {
    font-size: 42px;
    color: #000;
    line-height: 50px;
    font-weight: 700;
    margin: 0 130px 10px
}

.agency-section .right-col .inner h2,.sec-title h2 {
    font-size: 50px;
    color: #000;
    line-height: 55px;
    font-weight: 700
}

section.agency-section {
    padding: 60px 0 0
}

.banner_from {
    position: relative;
    background: #000000b0;
    padding: 30px 40px;
    border-radius: 10px;
    width: 100%;
    margin-inline-start:auto;z-index: 1
}

.inner_banner,.landing-page {
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 70px;
    height: 100%;
    position: relative;
    z-index: 1
}

.banner_from h3 {
    font-size: 26px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 30px;
}

.banner_from form input,textarea {
    width: 100%;
    border: 0;
    padding: 10px;
    border-radius: 5px;
    background-color: #ffffff29;
    height: 55px;
    color: #fff
}

.iti--allow-dropdown {
    width: 100%;
}
label.error {
    font-size: 10px;
    line-height: 10px;
    color: red;
    display: flex;
    margin: 5px 0 0 0;
}

.banner_from form textarea::placeholder {
    color: #fff;
    font-size: 12px
}

.banner_from form input::placeholder {
    font-size: 12px;
    color: #fff
}

.banner_from form textarea {
    height: 120px;
    resize: none
}

.inner_banner {
    background-image: url(../images/banner-inner.jpg)
}

.landing-page {
    background-image: url(../images/amazon-publishing2.jpg)
}

.landing-page img {
    padding-bottom: 20px;
    transition: .5s
}

.landing-page img:hover {
    transform: scale(1.1);
    cursor: pointer
}

.inner_banner_textt h1,.inner_banner_textt h2,.inner_banner_textt h3 {
    font-size: 40px;
    color: #f90;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 45px
}

.inner_banner_textt p {
    font-size: 16px;
    color: #fff;
    line-height: 23px;
    margin-bottom: 30px
}

.inner_banner:after {
    position: absolute;
    content: "";
    background: #000000b5;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

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

.theme_btn2 {
    position: relative;
    padding: 1em 1.8em;
    outline: 0;
    border: 1px solid #303030;
    background: #2121218c;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    overflow: hidden;
    transition: .2s;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 700;
    display: block
}

.theme_btn2:hover {
    box-shadow: 0 0 10px #328bd0,0 0 25px #001eff,0 0 50px #6285f8;
    transition-delay: 0.6s;
    color: #fff
}

.theme_btn2 span {
    position: absolute
}

.theme_btn2 span:first-child {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg,transparent,#ae00ff)
}

.theme_btn2:hover span:first-child {
    left: 100%;
    transition: .7s
}

.theme_btn2 span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg,transparent,#001eff)
}

.theme_btn2:hover span:nth-child(3) {
    right: 100%;
    transition: .7s 0.35s
}

.theme_btn2 span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg,transparent,#ae00ff)
}

.theme_btn2:hover span:nth-child(2) {
    top: 100%;
    transition: .7s 0.17s
}

.theme_btn2 span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg,transparent,#001eff)
}

.theme_btn2:hover span:nth-child(4) {
    bottom: 100%;
    transition: .7s 0.52s
}

.theme_btn2:active {
    background: #ae00af;
    background: linear-gradient(to top right,#ae00af,#001eff);
    color: #bfbfbf;
    box-shadow: 0 0 8px #ae00ff,0 0 8px #001eff,0 0 8px #ae00ff;
    transition: .1s
}

.theme_btn2:active span:first-child span:nth-child(2) span:nth-child(2) span:nth-child(2) {
    transition: none;
    transition-delay: none
}

.banner_textt ul,.blg_details_textt_neww ul,.inner_banner_textt ul {
    gap: 20px
}

.youagian span {
    font-size: 20px;
    color: #fff;
    display: block;
    margin-bottom: 10px
}

.youagian ul li {
    padding-left: 20px;
    font-size: 14px;
    color: #fff;
    line-height: 16px;
    margin-bottom: 8px;
    position: relative
}

.youagian ul li:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 6px;
    height: 6px;
    left: 0;
    border-radius: 50%;
    top: 0
}

.book_textt ul li:after,.testi_secc h4::before {
    content: "";
    height: 3px;
    position: absolute;
    left: 0
}

section.our_books_secc {
    padding: 2% 16%
}

.books_headingg h2 {
    font-size: 37px;
    line-height: 44px;
    margin-bottom: 17px;
    font-weight: 700;
    color: #000
}

.books_headingg p {
    font-size: 15px;
    color: #4a4a4a;
    font-weight: 500;
    line-height: 20px
}

.book_textt ul li {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative
}

.book_textt ul li:after {
    background: #328bd0;
    width: 11px;
    top: 10px
}

.book_btmm {
    margin-top: 50px
}

.bookSize {
    width: 100%;
    height: 90%;
    margin-left: -35px;
    margin-top: -44px
}

.asdfghjklop {
    padding-top: 40px;
    font-size: 42px
}

.container.column1.zxccvbb {
    padding: 70px 0 0;
    margin-bottom: 0
}

.container.column1.zxccvbb p {
    font-size: 16px;
    line-height: 20px
}

.testi_secc .test-videos,section.we_are_nothing {
    padding: 40px 0
}

.nth_textt h2 {
    font-size: 42px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px
}

.nth_textt p {
    font-size: 14px;
    line-height: 18px;
    width: 70%;
    margin: 0 auto 20px
}

.nthh_sml {
    margin-top: 50px;
    transition: .5s
}

.nthh_sml h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000
}

.nthh_sml p {
    line-height: 20px
}

section.publishing_ebooks {
    padding: 6% 0 5%
}

section.publishing_ebooks h2,section.publishing_ebooks h3 {
    font-size: 35px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 40px
}

section.publishing_ebooks p {
    font-size: 16px;
    line-height: 19px
}

.any__profession_secc {
    background-image: url(../images/banner.jpg);
    height: 820px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5% 0
}

.profession_headingg h2 {
    font-size: 40px;
    color: #f90;
    margin-bottom: 20px
}

.profession_headingg p {
    color: #fff;
    width: 70%;
    margin: 0 auto;
    font-weight: 300
}

.tabss_textt p,ul.tabbing-links li {
    font-size: 16px;
    color: #fff;
    font-weight: 400
}

ul.tabbing-links li {
    text-transform: uppercase
}

ul.tabbing-links {
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 30px
}

ul.tabbing-links li.current {
    background: #f90;
    padding: 6px 20px;
    border-radius: 5px
}

.tabbs_imgg {
    position: relative;
    z-index: 1
}

.tabbs_imgg img {
    width: 90%;
    border-radius: 50%;
    filter: grayscale(1)
}

.tabss_textt p {
    margin-bottom: 30px;
    line-height: 22px
}

.tabss_textt ul {
    align-items: center;
    gap: 20px;
    margin-bottom: 0;
    justify-content: space-between
}

.tabbs_imgg:after {
    position: absolute;
    content: "";
    z-index: -1;
    border-radius: 50%;
    background-size: cover;
    right: 0;
    top: 0;
    animation: 3s linear infinite abc
}

@keyframes abc {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.fancybox-slide>* {
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    text-align: left;
    background-color: #fff;
    box-sizing: border-box;
    overflow: visible
}

.fancybox-close-small:after,.main_blog_boxx h6,.popupform .col-md-12 ul li,.progressTime,.termss_textt h1,.testi_secc h4,.thankyou__textt,.we_offer h2,.we_offer p {
    text-align: center
}

.popupform h2 {
    font-size: 25px;
    color: #f90;
    font-weight: 700;
    padding-left: 15px;
    border-left: 6px solid #f90;
    margin-bottom: 12px;
    line-height: 35px;
    text-transform: uppercase
}

.popupform h2+p {
    line-height: 19px;
    font-size: 14px;
    margin-bottom: 12px
}

.popupform ul li input[type=email],.popupform ul li input[type=text],.popupform ul li input[type=phone],.popupform ul li textarea {
    background: #fff;
    border: 2px solid #dedede;
    padding: 10px 10px 10px 34px;
    width: 100%;
    border-radius: 6px;
    font-size: 14px;
    color: #000;
    box-shadow: none!important;
    outline: 0!important
}

.popupform ul li i {
    position: absolute;
    top: 15px;
    left: 14px;
    color: #f90
}

.popupform ul li textarea {
    height: 120px
}

.popupform ul li input[type=submit] {
    background: #f90;
    color: #fff;
    font-size: 18px;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 9px 10px;
    letter-spacing: 1px;
    outline: 0;
    border-radius: 5px;
    width: 195px
}

.popupform .fancybox-close-small {
    border: 3px solid #f90;
    background: #fff;
    border-radius: 72px;
    text-align: center;
    box-shadow: #000 0 0 10px;
    right: -14px;
    top: -13px;
    overflow: visible
}

.popupform .fancybox-close-small:after {
    color: #f90;
    font-size: 25px;
    right: 4px
}

.fancybox-close-small:after {
    position: absolute;
    top: 2px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 300 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
    color: #888;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    transition: background .2s;
    box-sizing: border-box;
    z-index: 2;
    content: "x"
}

.popupform {
    width: 450px;
    border-radius: 23px;
    overflow: visible
}

.popupform ul li {
    text-align: left;
    position: relative;
    width: 100%;
    margin: 0
}

.popupform ul {
    margin-bottom: 15px
}

.termss_textt h1,.termss_textt h2 {
    margin-bottom: 30px;
    color: #000;
    font-weight: 700
}

section.banner_main .banner_from {
    width: 100%;
    margin: 0
}

.icon-box .fa-brands,.icon-box .fa-light {
    font-weight: 200
}

.service-block .inner-box:hover {
    transform: scale(.9)
}

section.terms_page_sec {
    padding: 4% 0 3%
}

.termss_textt h1 {
    font-size: 40px;
    line-height: 40px
}

.termss_textt h2 {
    font-size: 25px;
    line-height: 20px
}

.blg_details_textt_neww,.termss_textt {
    width: 90%;
    margin: 0 auto
}

.termss_textt p {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 40px
}

.termss_textt ul {
    margin-bottom: 30px
}

.termss_textt ul li {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 23px;
    padding-left: 17px;
    position: relative
}

.termss_textt ul li:after {
    position: absolute;
    content: "";
    background: #000;
    width: 7px;
    height: 7px;
    left: 0;
    top: 4px;
    border-radius: 50%
}

section.thankyou_secc {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center
}

.thankyou__textt h3 {
    font-size: clamp(24px,5vw,50px);
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px 0 0 0;
}

.thankyou__textt a {
    font-size: 20px;
    color: #000;
    background: #ffaa17;
    padding: 10px 30px;
    border-radius: 5px
}

section.thankyou_secc .logo {
    height: 100px;
    margin-inline: auto;
    display: block;
    object-fit: contain;
    object-position: center;
}

.contact-map,.we_offer {
    padding: 60px 0
}

.we_offer .main_wrpr h3 {
    font-size: 30px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 40px;
}

.we_offer .main_wrpr p {
    margin: 0 0 30px;
    text-align: left
}

.we_offer img {
    width: 90%
}

.we_offer h2 {
    font-size: 42px;
    color: #000;
    line-height: 50px;
    font-weight: 700;
    margin: 0
}

.we_offer p {
    margin: 20px 0 50px
}

.we_offer.last_sec img {
    margin: 0 auto;
    display: block;
    padding: 0 0 40px
}

section.blog_sec_newwrp {
    padding: 5% 0
}

.main_blog_boxx img {
    max-width: 100%;
}

.main_blog_boxx .blgss_imgg:after {
    position: absolute;
    content: "";
    background: #ff990078;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    transition: .3s ease-in-out
}

.main_blog_boxx:hover .blgss_imgg:after {
    transition: .3s ease-in-out;
    width: 100%;
    left: unset;
    right: 0
}

.main_blog_boxx .d-flex {
    margin-top: 4%;
    margin-bottom: 0;
    gap: 20px
}

.main_blog_boxx .d-flex i {
    color: #f90;
    font-size: 17px;
    margin-right: 6px
}

.main_blog_boxx .d-flex span {
    font-size: 16px;
    color: #000
}

.main_blog_boxx h6 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin-top: 5%
}

.main_blog_boxx .blgss_imgg:before {
    position: absolute;
    content: "\f0c1";
    font-family: 'Font Awesome 6 Pro';
    font-size: 25px;
    font-weight: 700;
    background-color: #fff;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    bottom: 0;
    opacity: 0;
    transition: .3s ease-in-out;
    z-index: 1
}

.main_blog_boxx:hover .blgss_imgg:before {
    bottom: 33%;
    transition: .3s ease-in-out;
    opacity: 1
}

section.blog_details_sec_newwrp {
    padding: 4% 0
}

.blg_details_textt_neww ul i {
    margin-right: 6px
}

.blg_details_textt_neww h2 {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 20px;
    margin-top: 10px;
    font-weight: 700
}

.blg_details_textt_neww h3 {
    font-size: 25px;
}

.blg_details_textt_neww h4 {
    font-size: 23px;
    margin:0;
}
.blg_details_textt_neww h5 {
    font-size: 18px;
    margin:0;
}
.blg_details_textt_neww p {
    font-size: 16px;
    line-height: 24px
}

#divi-video-container {
    margin: 0 auto;
    width: 100%;
    max-width: 700px;
    position: relative
}

#video-controls {
    margin: 0 auto;
    max-width: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

#video-controls button.active,#video-controls button:active {
    background: #999
}

.progressTime {
    color: #fff;
    display: block;
    width: 100%;
    font-size: 14px
}

#video-controls button {
    background: rgba(255,255,255,.2);
    color: #000;
    font-size: 16px;
    border: none;
    padding: .5em 1em;
    margin: 5px
}

#video-controls button:hover {
    cursor: pointer
}

section.youtube_vid_secc {
    padding: 100px 0 0
}

.blg_details_textt_neww span {
    font-size: 20px;
    color: #000;
    font-weight: 700
}

i.fa-brands.fa-pinterest {
    background: #b7081b
}

#cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999990;
    box-sizing: border-box;
    width: 100%;
    background-color: #000;
    border-top: 2px solid #fff
}

.cookie-consent-banner__inner {
    max-width: 900px;
    margin: 0 50px;
    padding: 12px 0
}

.cookie-consent-banner__header {
    margin-bottom: 5px;
    font-family: CeraPRO-Bold,sans-serif,arial;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

.cookie-consent-banner__description {
    font-family: CeraPRO-Regular,sans-serif,arial;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    line-height: 22px
}

.btn-footer {
    background-color: #d37e00;
    padding: 8px 40px;
    font-size: 17px;
    color: #fff;
    border-radius: 30px;
    font-weight: 500
}

.cookie-consent-banner__cta--secondary {
    padding: 9px 13px;
    border: 2px solid #3a4649;
    background-color: transparent;
    color: #2ce080
}

.cookie-consent-banner__cta:hover {
    background-color: #20ba68
}

.cookie-consent-banner__cta--secondary:hover {
    border-color: #838f93;
    background-color: transparent;
    color: #22c870
}

.cookie-consent-banner__cta:last-child {
    margin-left: 16px
}

.Disclaimer_sec {
    padding: 10px 0 0;
    background: #000
}

.Disclaimer_sec p {
    margin: 0;
    padding: 0;
    line-height: 1;
    color: #fff
}

.container.column1.zxccvbb .inner {
    padding: 0 50px
}

.testi_secc h4 {
    position: relative;
    font-family: 'Josefin Sans',sans-serif
}

.testi_secc h4::before {
    background: #f90;
    margin: auto;
    width: 40%;
    right: 0;
    bottom: -10px
}

.testi_secc .test-videos iframe {
    border-radius: 10px;
    outline: #FF9900 solid 3px;
    width: 100%
}

.whatsapp-rapper i {
    position: fixed;
    left: 30px;
    bottom: 20px;
    font-size: 50px;
    z-index: 2;
    filter: drop-shadow(1px 1px 1px black);
    color: #4fce5d
}

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

.chota_fnt a {
    color: #fff
}

.chota_fnt input {
    margin: 0 5px 0 0;
    height: auto!important;
    width: auto!important
}

.testi_secc .test-videos .slick-dots li.slick-active button:before {
    border-radius: 40px;
    color: #f90!important;
    font-size: 50px!important
}

.testi_secc .test-videos .slick-dots li button:before {
    color: gray!important;
    font-size: 30px!important
}

.contact-map .forms_textt_sec form input,.contact-map .forms_textt_sec form textarea {
    height: 50px;
    margin-bottom: 10px;
    background: #ffffff4f
}

.contact-map .forms_textt_sec h2 {
    font-size: 28px;
    text-align: left!important
}

.contact-map .new_lbel {
    font-size: 13px;
    line-height: 18px
}

@media only screen and (max-width: 1400px) and (min-width:980px) {
    header.main_header ul li:hover:nth-child(2) ul {
        width:90%;
    }

    header.main_header ul li:hover:nth-child(2) ul li a {
        font-size: 13px !important;
    }
}

/*  */
.banner_from, .banner_from form {
    position: relative;
    z-index: 2;
}
/*
.banner_from::before {
    content: "";
    position: absolute;
    left: -126px;
    top: 0;
    width: 50%;
    height: 45%;
    background: url(../images/santa.png) no-repeat 0% / 100%;
    transition: 0.3s ease-in;
}

.banner_from::after {
    content: "";
    position: absolute;
    right: -110px;
    bottom: -30px;
    width: 50%;
    height: 45%;
    background: url(../images/tree.webp) no-repeat 0% / 100%;
    transition: 0.3s ease-in;
}
*/
/*.banner_from form::before {
    content: "";
    position: absolute;
    z-index: -3;
    left: -120px;
    bottom: -30px;
    width: 40%;
    height: 34%;
    background: url(../images/bl-form.webp) no-repeat 0% /100%;
    transition: 0.3s ease-in;
}
.banner_from form::after {
    content: "";
    position: absolute;
    right: -100px;
    bottom: -50px;
    width: 35%;
    height: 29%;
    background: url(../images/br-form.webp) no-repeat 0% / 100%;
    z-index: 0;
    animation: 6s infinite swing;
    transition: 0.3s ease-in;
} 
/*  
.banner_main:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background:url('../images/ny-banner.webp') no-repeat;
    background-size: 100% 100%;
    z-index: 2;
}*/
/* Dropdown List Start */

/* Dropdown List end*/

/*  */
.childrens_books_banner {
    background: url('../images/child-banner_.webp') no-repeat;
    background-size: 100%;
}
.childrens_books_banner h1, .child-p1 h2,.child-p2 h2,.child-p3 h2 ,.child-b-form.contact_form_secc h2{
font-family: "Trocchi", serif;
}
.childrens_books_banner p{font-size:18px;}
.childrens_books_banner.inner_banner::after {background: #7a4900;opacity: .6;}
.childrens_books_banner .banner_from {
    background:#fff;
}

.childrens_books_banner .banner_from h3 {
    color: #23303E;
}
.childrens_books_banner .banner_from input, .childrens_books_banner .banner_from textarea,.childrens_books_banner .banner_from input::placeholder, .childrens_books_banner .banner_from textarea::placeholder,
.child-b-form.contact_form_secc .forms_textt_sec form input::placeholder,.child-b-form.contact_form_secc .forms_textt_sec form textarea::placeholder,.childrens_books_banner .chota_fnt, .childrens_books_banner .chota_fnt a{
    color: #23303E;
}


.childrens_books_banner .banner_from input,.childrens_books_banner .banner_from textarea {
    background: #F4F4F4;
}
.child-p1,.child-p2,.child-p3{position:relative;}
.child-p1::before, .child-p3::before{content:"";position: absolute;left: 0;top: 0;width: 51%;height: 100%;background: url('../images/cbp1.webp') no-repeat;background-size: 100% 100%;}
.child-p2::before{
    right: 0;
    content: "";
    position: absolute;
    top: 0;
    background: url('../images/cpb2.webp') no-repeat;
    width: 80%;
    background-size: 100% 100%;
    height: 100%;
}
.child-p3::before{
    background: url('../images/cbp3.webp') no-repeat;
    width: 100%;
    background-size: 100% 100%;
}
.child-p3 {
    padding: 10% 0 !important;!i;!;
}
.primray-color{
color:#f90;
}
footer.child-footer {
    background: url('../images/child-foot.webp') no-repeat 100%/100%;
    position: relative;
    z-index: 1;
}
footer.child-footer::after{
    content:"";
    background: #7a4900;
    opacity: 0.8;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
section.child-b-form.contact_form_secc {
    position: relative;
    z-index: 2;
    padding: 60px 0;
    height: 100%;
    margin: 20px auto;
    border-radius: 20px;
    background: url('../images/cont-child.webp') no-repeat;
    width: 60%;
    background-size: cover;
}

section.child-b-form.contact_form_secc .forms_textt_sec form input,section.child-b-form.contact_form_secc .forms_textt_sec form textarea {
    background: #f4f4f4ba;
    color: #000;
    border-radius: 30px;
}

.child-b-form.contact_form_secc h2 {
    font-size: 30px;
}
section.child-b-form.contact_form_secc::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #7a4900;
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 20px;
    z-index: -1;
}