body {
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    color: #000;
    overflow-x: hidden;
}

a:hover,
a:focus,
button:hover,
button:focus {
    outline: none;
}

section {
    padding: 60px 0;
    clear: both;
    position: relative;
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Barlow Condensed', sans-serif;
}

p {
    font-family: 'Rubik', sans-serif;
    color: #2c2f39;
}

img {
    max-width: 100%;
}

.head-ul-social ul li {
    display: inline-block;
    padding: 0 5px;
    font-size: 15px;
}

ul.top-b li {
    display: inline-block;
    padding: 5px 25px;
    background: #f29b39
;
}

.top-bar {
    background: #292c2c;
}

.top-bar .row {
    align-items: center;
}

.head-ul-social ul li i {
    color: #ffffff;
}

ul.top-b li a {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}

ul.top-b li img {
    max-width: 23px;
    margin-right: 4px;
}

header {
    padding: 5px 0 10px;
    position: relative;
    z-index: 1;
    width: 100%;
}

a.logo img {
    max-width: 150px;
}

.btn {
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s all;
}

.btn-black {
    color: #fff !important;
    background: #292c2c;
}

.home-banner {
    background: url('../images/home-banner2.jpg') no-repeat;
    background-size: cover;
    background-position: 100%;
    max-width: 100%;
    width: 100%;
    height: 100vh;
    margin-top: -130px;
    padding-top: 170px;
    padding-bottom: 210px;
}

.info-banner h1 {
    font-size: 90px;
    letter-spacing: -4px;
    line-height: 75px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

span {
    vertical-align: baseline;
}

.info-banner h1 span {
    background: #f29b39
;
    line-height: 63px;
    display: inline-block;
    color: #fff;
    padding: 0 10px 6px 6px;
}

.info-banner h1+p {
    max-width: 42%;
    margin: auto;
    font-size: 17px;
    margin-bottom: 15px;
    color: #000;
}

.btn-black2 {
    box-shadow: 3px 3px 0px #f29b39
;
}

.scroll-mouse {
    position: absolute;
    left: 49%;
    bottom: 5px;
}

.scroll-mouse img {
    animation: down 1s linear infinite;
}

@keyframes down {
    0% {
        transform: translate(0px, 0px);
    }
    50% {
        transform: translate(0px, 4px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}

.btn-black2:hover {
    background: #f29b39
;
    box-shadow: 3px 3px 0 #292c2c;
    color: #fff !important;
}

.btn-black2:hover img {
    filter: brightness(0);
}

.site-logos {
    padding: 15px 0 35px 0;
    margin-bottom: 20px;
}

.site-logos::before {
    content: "";
    background: #f29b39
;
    width: 90%;
    height: 8px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0 5px 5px 0;
}

.our-solution .row {
    align-items: center;
}

h2 {
    font-size: 60px;
    line-height: 55px;
    letter-spacing: -2px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}

h2::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 8px;
    background: #f29b39
;
    bottom: -8px;
    left: -70px;
}

.info-solution {
    max-width: 92%;
}

.info-solution p {
    color: #000;
    font-size: 15px;
    margin-bottom: 16px;
    line-height: 25px;
}

.our-solution::before {
    content: "";
    background: #f7f7f7;
    width: 85%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 50px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    box-shadow: 0 0 10px rgb(0 0 0 / 17%);
}

.our-solution {
    margin: 50px 0;
}

.sol-bef {
    position: relative;
    z-index: 1;
}

.sol-bef::before {
    content: "";
    position: absolute;
    left: -20px;
    top: -25px;
    background: url('../images/sol-bef.png') no-repeat;
    max-width: 199px;
    height: 176px;
    width: 100%;
    background-size: 100%;
    z-index: -1;
}

.info-count h4 div {
    display: inline-block;
    vertical-align: baseline;
    margin-right: 3px;
}

.info-count h4 {
    font-size: 60px;
    color: #f29b39
;
    font-weight: 700;
}

.info-count {
    background: #292c2c;
    padding: 40px 0;
    box-shadow: 3px 3px 0 #f29b39
;
    /* border-radius: 30px 5px 5px 5px; */
    position: relative;
    border-right: 2px solid #fff;
}

.info-count h4+p {
    font-size: 16px;
    color: #fff;
    line-height: 20px;
}

.counter::before {
    background: url('../images/bef-count.png') no-repeat;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    max-width: 100%;
    background-size: 100%;
    background-position: 100% 100%;
    z-index: -2;
}

.info-count::before {
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    background: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    box-shadow: 0 5px 20px #e6e6f5;
}

.portfolio .item:first-child .info-port {
    margin-bottom: 15px;
}

.info-text h2+p {
    font-size: 15px;
    max-width: 65%;
}

.info-text h2 {
    margin-bottom: 40px;
}

.info-text {
    margin-bottom: 40px;
}

.portfolio .nav-tabs {
    border: none;
    justify-content: center;
    margin-bottom: 30px;
}

.portfolio .nav-tabs li {}

.portfolio .nav-tabs .nav-link.active {
    border: none;
    background: transparent;
    color: #fff;
}

.portfolio .nav-tabs .nav-link {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    position: relative;
    padding: 15px 18px;
    text-transform: uppercase;
}

.portfolio::before {
    content: "";
    position: absolute;
    background: url('../images/bg-portfolio.png') no-repeat;
    max-width: 100%;
    width: 90%;
    background-size: 100%;
    height: 82%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

.portfolio {
    padding: 100px 0 60px;
}

.portfolio .nav-tabs .nav-link::before {
    content: "";
    position: absolute;
    max-width: 100%;
    background: url('../images/bg-ul.png') no-repeat;
    height: 130%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    background-position: 100%;
    background-size: 100%;
    opacity: 0;
    transition: .5s all;
}

.portfolio .nav-tabs .nav-link.active::before {
    opacity: 1;
}

.info-text h2::before {
    background: #f29b39
;
    width: 100px;
    height: 7px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -15px;
    margin: auto;
}

.cta {
    background: url('../images/bg-cta.png') no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    width: 100%;
}

.cta h2 {
    font-size: 81px;
    color: #f29b39
;
    letter-spacing: -4px;
}

.cta h2+p {
    color: #fff;
    font-size: 26px;
    margin-bottom: 12px;
}

.cta h6 {
    color: #7b7979;
    font-size: 40px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 200;
}

.cta h6+a {
    color: #f29b39
 !important;
    font-size: 40px;
    font-weight: 800;
    font-family: 'Barlow Condensed', sans-serif;
    margin-left: 10px;
}

.btn-yellow {
    background: #292c2c;
    box-shadow: 3px 3px 0 #f29b39
;
    color: #fff !important;
}

.btn-yellow:hover {
    background: #000000;
    box-shadow: 3px 3px 0 #ffc412;
    color: #fff !important;
}

.btn-yellow:hover img {
    filter: revert;
}

.btn-yellow img {
    /* filter: brightness(18.5); */
}

.cta-detail {
    margin-bottom: 16px;
}

.our-writing {
    background: #f8f8f8;
    z-index: 1;
}

.info-write {
    padding: 30px 20px;
    background: #fff;
    position: relative;
    margin-bottom: 16px;
    transition: .5s all;
    border: 1px dashed #292c2c;
    border-radius: 10px;
}

.info-write .img-write {
    position: absolute;
    right: 15px;
    top: 15px;
}

.info-write .img-write img {
    max-width: 70px;
}

.info-write h4 {
    color: #292c2c;
    font-weight: 700;
    font-size: 21px;
    letter-spacing: -1px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.info-write h4+p {
    margin-bottom: 0;
}

.our-writing .container {
    position: relative;
}

.our-writing .row {
    justify-content: center;
}

.our-writing .container::before {
    background: url('../images/leaf.png')no-repeat;
    max-width: 125px;
    height: 507px;
    width: 100%;
    background-size: 100%;
    content: "";
    position: absolute;
    left: -80px;
    bottom: -60px;
}

.our-writing .btn {
    margin-top: 30px;
}

.our-writing .info-text h2+p {
    margin: initial;
}

.our-writing .info-text h2::before {
    right: inherit;
}

.our-writing .info-text {
    margin-bottom: 50px;
}

.info-write:hover {
    background: #f29b39
;
    box-shadow: 0 0 10px rgb(0 0 0 / 47%);
    transform: scale(1.1);
}

.info-write:hover * {
    color: #fff;
}

.info-write * {
    transition: .5s all;
}

.info-work h6 {
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 20px;
    position: relative;
    margin-bottom: 25px;
}

.info-work h6+p {
    font-size: 15px;
    font-weight: 500;
}

.info-work span {
    position: absolute;
    font-size: 109px;
    line-height: 74px;
    font-weight: 700;
    color: transparent;
    top: 0;
    right: 0;
    font-family: 'Barlow Condensed', sans-serif;
    vertical-align: baseline;
    z-index: 2;
}

.info-work {
    padding: 50px 5px;
    position: relative;
}

.info-work h6::before {
    position: absolute;
    left: -10px;
    content: "";
    background: #f29b39
;
    width: 100px;
    height: 8px;
    bottom: 0;
    z-index: -1;
}

.info-work span.yellow {
    -webkit-text-stroke: 1px #f29b39
;
}

.info-work span.blue {
    -webkit-text-stroke: 1px #292c2c;
}

.our-work .row {
    align-items: center;
}

.our-work .btn {
    margin-top: 40px;
}

.our-work .info-text h2:before {
    right: inherit;
}

.our-work .info-text {
    margin-bottom: 60px;
}

.our-work .container::before {
    position: absolute;
    content: "";
    right: 0;
    margin: auto;
    background: url('../images/wave.png') no-repeat;
    max-width: 555px;
    width: 100%;
    background-size: 100%;
    height: 256px;
    top: -60px;
}

.our-work .container::after {
    position: absolute;
    content: "";
    left: 0;
    margin: auto;
    background: url('../images/wave2.png') no-repeat;
    max-width: 525px;
    width: 100%;
    background-size: 100%;
    height: 237px;
    bottom: -60px;
    z-index: -1;
}

.our-work .container {
    position: relative;
}

.portfolio .item .info-port:hover {
    transform: scale(1.02);
}

.portfolio .item .info-port {
    transition: .5s all;
}

.portfolio .item .info-port img {
    width: 100%;
    aspect-ratio: 1/1.8;
    object-fit: fill;
}

header ul li::before {
    content: "";
    position: absolute;
    max-width: 100%;
    background: url('../images/menu.png') no-repeat;
    height: 10px;
    left: 0;
    right: 0;
    top: 0;
    bottom: -10px;
    margin: auto;
    width: 100%;
    background-position: 100% 100%;
    background-size: 100%;
    display: none;
    transition: .5s all;
    z-index: -1;
}

header ul li:hover::before {
    opacity: 1;
    display: block;
}

a {
    text-decoration: none !important;
}

header ul li.me-btn::before {
    display: none;
}

.our-solution::after {
    content: "AMAZON  KINDLE";
    text-transform: uppercase;
    font-size: 162px;
    letter-spacing: -7px;
    font-weight: 700;
    line-height: 132px;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: -35px;
    -webkit-text-stroke: 1px #d8d8d8;
    color: transparent;
    z-index: -1;
    animation: lifte_and_right 5s linear infinite;
}

.our-writing::after {
    position: absolute;
    background: url('../images/writing.png') no-repeat;
    max-width: 150px;
    height: 95%;
    width: 100%;
    content: "";
    right: 60px;
    bottom: 0;
    background-size: 100%;
    z-index: -1;
    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);
    }
}

.our-work::after {
    content: "process";
    text-transform: uppercase;
    font-size: 155px;
    letter-spacing: -7px;
    font-weight: 700;
    line-height: 132px;
    position: absolute;
    right: 60px;
    bottom: 0;
    -webkit-text-stroke: 1px #d8d8d894;
    color: transparent;
    z-index: -1;
    animation: lifte_and_right 5s linear infinite;
}


@keyframes lifte_and_right {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(30px);
    }
    100% {
        transform: translateX(0);
    }
}

.owl-carousel button.owl-dot>span {
    position: relative;
}

.owl-carousel button.owl-dot {
    padding: 10px !important;
    margin: 0 5px;
}

.owl-carousel button.owl-dot>span::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: #d0d0d0;
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: .5s all;
}

.owl-carousel button.owl-dot>span::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 0;
    left: -8px;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    border: 1px solid #ffc412;
    opacity: 0;
    transition: .5s all;
}

.owl-carousel button.owl-dot.active>span::after {
    opacity: 1;
}

.owl-portfolio .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 140px;
    bottom: 12.5px;
    text-align: center;
}

.owl-nav {
    position: relative;
    margin: auto;
    display: table;
}

.owl-nav>button {
    margin: 0 85px;
}

.owl-nav>button>span {
    font-size: 30px;
}

.owl-carousel button.owl-dot.active>span::before {
    background: #ffc412;
}

.owl-carousel .owl-stage-outer {
    margin-bottom: 0;
}

.our-faq {
    z-index: 1;
}

.info-faq h2 {
    color: #fff;
    margin-bottom: 10px;
}

.our-faq .card {
    border: 0;
    background: transparent;
}

.our-faq .panel {
    margin-bottom: 10px;
    /* box-shadow: 0 0 5px #dde4e8; */
    position: relative;
    /* background: #fff; */
    border-radius: 8px;
    border-bottom: 2px dashed #7f7f7f;
    border-radius: 0;
}

.our-faq .card-header {
    background: 0 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    position: relative;
}

.our-faq .card-header a {
    display: block;
    cursor: pointer;
    margin: 0;
    padding: 15px 30px;
    color: #0e4ab3;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    transition: .5s all;
}

.accordion .card-header.collapsed:after {
    content: "";
    background: url("../../index.html")no-repeat;
    z-index: 0;
    width: 22px;
    height: 22px;
}

.accordion .card-header:after {
    color: #dadada;
    font-size: 15px;
    position: absolute;
    right: 15px;
    top: 17px;
    z-index: 1;
}

.accordion .card-header:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    background: url("../../index.html") no-repeat;
    height: 22px;
    width: 22px;
    color: #0059ff;
    z-index: 1;
    top: 15px;
    position: absolute;
    left: 0;
    transition: .5s;
}

.our-faq .card-body {
    padding: 10px 30px 10px 30px;
}

.our-faq .card-body p {
    font-size: 15px;
    color: #231f20;
}

.our-faq div#accordion {
    margin: auto;
}

.our-faq .card-header a:hover {
    color: #0e4ab3;
}

.our-faq .card-header.collapsed a.card-title {
    color: #000;
}

.our-faq .card-header.collapsed a.card-title:hover {
    color: #0e4ab3;
}

a.view-btn {
    color: #e4c47f;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
}

.info-faq {
    margin-bottom: 20px;
}

a.view-btn::before {
    content: "";
    width: 50px;
    height: 3px;
    background: #e4c47f;
    position: absolute;
    right: -55px;
    top: 9px;
}

a.view-btn::after {
    border: 3px solid #e4c47f;
    width: 18px;
    height: 18px;
    position: absolute;
    content: "";
    border-radius: 50%;
    top: 1px;
    right: -70px;
}

.our-faq::before {
    content: "";
    background: #f7f7f7;
    width: 95%;
    height: 90%;
    position: absolute;
    top: 0;
    border-radius: 50px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

.info-faq2 h2 {
    margin-bottom: 65px;
    line-height: 62px;
}

.info-faq2 {
    position: relative;
}

.info-faq2 h2::before {
    width: 200px;
    height: 8px;
    background: #f29b39
;
    content: "";
    position: absolute;
    left: -80px;
    bottom: -10px;
}

.info-faq2 img {
    position: relative;
    max-width: 110%;
    left: -90px;
    top: 20px;
}

.our-faq .panel:last-child {
    border: none;
}

.site-logos2 h2::before {
    width: 220px;
    background: #0846b1;
}

.site-logos2 .info-text h2+p {
    max-width: 75%;
    font-size: 16px;
}

.site-logos2::before {
    content: "";
    position: absolute;
    left: 20px;
    max-width: 210px;
    width: 100%;
    background: url('../../index.html') no-repeat;
    background-size: 100%;
    height: 200px;
    top: -70px;
    z-index: -1;
}

.site-logos2 {
    padding: 60px 0;
}

.info-faq2 {
    position: relative;
}

.our-faq .row {
    align-items: center;
}

.info-faq2::before {
    content: "";
    position: absolute;
    right: 26px;
    max-width: 210px;
    width: 100%;
    background: url('../images/bg-faq-line.png') no-repeat;
    background-size: 100%;
    height: 200px;
    top: 190px;
    z-index: -1;
}

.cta h2::before {
    display: none;
}

.our-testimonials h2 {
    margin-bottom: 30px;
    color: #fff;
}

.info-test2 {
    max-width: 98%;
}

.our-testimonials {
    background: #1f1f23;
}

.our-testimonials p {
    color: #a7a7ab;
    min-height: 290px;
}

.our-testimonials .info-test {
    background: #26262a;
    padding: 20px;
    border: 1px solid #000;
    /* min-height: 390px; */
}

.our-testimonials .info-test img {
    margin-bottom: 20px;
}

.our-testimonials .info-test h4 {
    font-size: 18px;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 0;
}

.owl-testimonial.owl-theme .owl-dots .owl-dot span,
.owl-testimonial.owl-theme .owl-dots .owl-dot.active span,
.owl-testimonial.owl-theme .owl-dots .owl-dot:hover span {
    background: transparent;
}

.owl-testimonial button.owl-dot>span::before {
    left: -6px;
}

.owl-testimonial.owl-theme .owl-nav [class*=owl-] {
    margin: 0 50px;
}

.owl-testimonial.owl-theme .owl-nav {
    position: relative;
    top: -7px;
    color: #6f6f71;
    margin-left: 0;
    /* z-index: 1; */
}

.owl-testimonial.owl-theme .owl-nav>button>span {
    font-size: 35px;
}

.owl-testimonial.owl-theme .owl-dots {
    margin-left: 22px;
}

.cta2 .container {
    background: url('../images/bg-cta2.png') no-repeat;
    background-size: 100%;
    height: 298px;
    position: relative;
    z-index: 5;
}

.cta2 {
    background: #1f1f23;
    padding: 60px 0 40px;
}

.cta2 h2 {
    font-size: 48px;
    letter-spacing: -1px;
    color: #101010;
    margin: 0 0 10px;
    text-transform: capitalize;
}

.cta2 h2::before {
    display: none;
}

.cta2 .row {
    height: 100%;
    align-items: center;
}

.info-cta2 {
    padding-left: 30px;
    max-width: 90%;
}

.cta2::before {
    position: absolute;
    content: "";
    left: 0;
    right: 76%;
    margin: auto;
    top: 30px;
    background: url('../images/bef-cta2.png') no-repeat;
    max-width: 200px;
    height: 200px;
    width: 100%;
    background-size: 100%;
    animation-name: spin;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.info-form [class*='col'] {
    padding: 0 7px;
}

.info-form form {
    padding: 0 15px;
}

.info-form .form-control {
    border-radius: 0;
    background: transparent;
    border: 0;
    border-bottom: 2px solid #fff;
    height: 50px !important;
    margin-bottom: 25px;
    color: #a7a7ab;
    font-size: 15px;
    resize: none;
    padding: 10px 15px;
}

.info-form ::placeholder {
    color: #a7a7ab;
}

.info-form textarea.form-control {
    height: 100px !important;
}

.info-form input[type="submit"],
.popupform input[type="submit"] {
    padding: 12px 25px 12px 15px;
    width: 40%;
    /* background: #5278f3; */
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    border: 0;
    color: #fff;
    cursor: pointer;
    border: 1px solid transparent;
    transition: .3 all ease-in-out;
    margin-top: 10px;
}

.info-form .form-control>option {
    color: #000;
}

.our-contact {
    background: #1f1f23;
    z-index: 1;
}

.info-form input[type="submit"]+img,
.popupform input[type="submit"]+img {
    position: relative;
    right: 50px;
    top: 5px;
}

.info-form input[type="submit"]+img,
.popupform input[type="submit"]+img {
    transition: .5s all;
}

.info-form input[type="submit"]:hover+img {
    filter: revert;
}

.our-contact h2 {
    color: #fff;
    margin-bottom: 30px;
}

.our-contact h2>span {
    color: #f29b39
;
}

.our-contact h2::before {
    display: none;
}

.contact-ul li a {
    color: #fff;
    font-weight: 500;
    font-size: 19px;
    text-transform: capitalize;
}

.contact-ul li a>span {
    color: #67676d;
    display: block;
    line-height: 12px;
    vertical-align: baseline;
    font-size: 20px;
    font-family: 'Barlow Condensed', sans-serif;
}

.contact-ul li img {
    position: absolute;
    left: 0;
    top: 22px;
}

.contact-ul li p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.contact-ul li {
    position: relative;
    padding: 30px 0;
    padding-left: 85px;
}

.contact-ul li:last-child img {
    top: 25px;
}

.contact-ul li:first-child img {
    top: 12px;
}

.contact-ul li::before {
    content: "";
    position: absolute;
    border-bottom: 2px dashed #67676d;
    width: 82%;
    right: 0;
    bottom: 0;
}

.contact-ul li:last-child::before {
    display: none;
}

.our-contact::before {
    position: absolute;
    content: "";
    background: url('../images/bef-contact.png') no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 310px;
    height: 520px;
    right: 0;
    top: -190px;
    z-index: -1;
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.detail-contact {
    position: relative;
    z-index: 5;
}

.info-form {
    position: relative;
    z-index: 5;
}

.our-contact::after {
    position: absolute;
    content: "";
    background: url('../images/bef-contact2.png') no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 350px;
    height: 390px;
    left: 0;
    bottom: 0px;
    z-index: -1;
}

.oc::before {
    position: absolute;
    content: "";
    background: url('../images/bef-contact3.png') no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 170px;
    height: 162px;
    right: 70px;
    bottom: 30px;
    z-index: 1;
}

input.required.error,
textarea.required.error,
select.required.error {
    border-bottom: red 2px solid !important;
}

label.error {
    display: none !important;
}

a#back-top.show {
    display: inline-block;
    background-color: #cedffb;
    width: 46px;
    height: 46px;
    line-height: 45px;
    font-size: 22px;
    text-align: center;
    color: #000;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border-radius: 50%;
}

a#back-top.show {
    cursor: pointer;
    background-color: #f8c600;
}

a#back-top.show {
    background-color: #1d1d1d;
}

a#back-top.show {
    opacity: 1;
    visibility: visible;
}

a#back-top.show i {
    position: relative;
    top: 0;
    color: #fff;
}

footer {
    padding: 55px 0 35px;
    position: relative;
}

footer {
    background: url('../images/bg-foot.png') no-repeat;
    max-width: 100%;
    background-size: cover;
    width: 100%;
    background-position: 100%;
    box-shadow: 0 5px 15px #d1d1d1;
}

.copy p {
    margin-bottom: 0;
}

.copy {
    background: #f8f8f8;
    padding: 10px 0;
}

.copy ul {
    text-align: right;
}

.copy .row {
    align-items: center;
}

.copy ul li {
    display: inline-block;
    position: relative;
    padding: 0px 3px;
    font-size: 12px;
}

.copy ul li::before {
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    right: -3px;
    top: 0;
    background: #6f6f6f;
}

.copy ul li:last-child::before {
    display: none;
}

.copy ul li a {
    color: #000 !important;
}

footer a.logo+p {
    margin-top: 30px;
    color: #6a6a6f;
}

footer ul li a {
    font-weight: 500;
    color: #686868 !important;
    text-transform: uppercase;
}

footer h4 {
    margin-bottom: 30px;
    position: relative;
    font-family: 'Rubik', sans-serif;
    font-size: 22px;
}

footer h4::before {
    content: "";
    position: absolute;
    left: -18px;
    width: 40px;
    height: 5px;
    background: #f29b39
;
    bottom: -5px;
}

footer ul li {
    line-height: 27px;
}

.our-faq::after {
    content: "Questions";
    text-transform: uppercase;
    font-size: 155px;
    letter-spacing: -7px;
    font-weight: 700;
    line-height: 132px;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-text-stroke: 1px #d8d8d894;
    color: transparent;
    z-index: -1;
}

.about-banner .container {
    background: url('../images/about-banner.jpg') no-repeat bottom;
    background-size: 100%;
    width: 100%;
    height: 395px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 20px #0000007a;
    border-radius: 30px;
}

.about-banner h1 {
    color: #fff;
    position: relative;
    z-index: 0;
    padding: 20px;
    -webkit-text-stroke: 1px #00000026;
}

.about-banner h1::before {
    content: "";
    /* background: url('../images/bef-h1.png') no-repeat; */
    max-width: 100%;
    background-size: 100%;
    width: 100%;
    /* height: 100%; */
    position: absolute;
    left: 0;
    top: -10px;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

.about-banner::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;
}

.about-banner::after {
    position: absolute;
    background: url('../images/ab-img2.png') no-repeat;
    max-width: 180px;
    background-size: 100%;
    width: 100%;
    height: 160px;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
}

.about-banner {
    padding-top: 0px;
}

.about-banner+.site-logos {
    padding-top: 0;
}

.our-dream {
    z-index: 1;
    margin: 20px 0;
}

.our-dream::before {
    content: "";
    background: #f7f7f7;
    width: 95%;
    height: 90%;
    position: absolute;
    top: 0;
    border-radius: 50px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -3;
    box-shadow: 0 0 10px rgb(0 0 0 / 26%);
}

.info-dream2 h2 {
    margin-bottom: 40px;
    font-size: 53px;
    line-height: 56px;
}

.info-dream2 img {
    max-width: 102%;
    border-radius: 30px 30px 120px 30px;
    height: 470px;
}

.our-dream .row {
    align-items: center;
}


/*.our-dream::after {
    content: "Dream";
    text-transform: uppercase;
    font-size: 175px;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 132px;
    position: absolute;
    right: 10%;
    bottom: 0;
    -webkit-text-stroke: 1px #d8d8d894;
    color: transparent;
    z-index: -1;
}*/

.info-dream h4 {
    font-size: 24px;
    color: #f29b39
;
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.info-dream h4+p {
    font-size: 14px;
    margin-bottom: 20px;
    color: #000;
}

.info-dream2::before {
    right: 66px;
    top: 170px;
}

.info-dream {
    margin-top: 20px;
}

.dream::before {
    position: absolute;
    background: url('../images/ab-img3.png') no-repeat;
    max-width: 282px;
    background-size: 100%;
    width: 100%;
    height: 150px;
    content: "";
    right: 0;
    top: -30px;
    z-index: -1;
}

.our-process .rp {
    align-items: center;
    margin-bottom: 80px;
}

.our-process h2 {
    margin-bottom: 0;
}

.our-process .rp p {
    margin-bottom: 0;
    font-size: 16px;
}

.info-process {
    position: relative;
}

.info-process::before {
    background: url(../images/arrow.png) no-repeat;
    max-width: 126px;
    height: 22px;
    width: 100%;
    background-size: 100%;
    position: absolute;
    content: "";
    right: 0;
    top: 20px;
}

.info-process img {
    margin-bottom: 16px;
    display: block;
}

.info-process h5 {
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    background: rgb(8, 70, 177);
    background: linear-gradient(90deg, #f29b39
 25%, rgba(248, 249, 253, 1) 70%, rgba(255, 255, 255, 1) 100%);
    color: #fff;
    padding-left: 2px;
    margin-bottom: 20px;
}

.info-process h5+p {
    color: #231f20;
    font-size: 15px;
}

.our-process [class*='col-']:nth-last-child(2) .info-process::before {
    display: none;
}

.our-process .btn {
    margin-top: 30px;
}

.our-process::before {
    background: url(../images/bef-pro.png) no-repeat;
    max-width: 120px;
    height: 160px;
    width: 100%;
    background-size: 100%;
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    z-index: -1;
    transform: rotate(45deg);
    opacity: 0.8;
}

.adventure-banner .container {
    background: url('../../index.html') no-repeat;
    background-size: 100%;
}

.biography-banner .container {
    background: url('../images/biography-banner.jpg') no-repeat bottom;
    background-size: 100%;
}

.fitness-banner .container {
    background: url('../../index.html') no-repeat;
    background-size: 100%;
}

.fantasy-banner .container {
    background: url('../images/fantasy-banner.jpg') no-repeat center;
    background-size: 100%;
}

.comic-banner .container {
    background: url('../images/comic-banner.jpg') no-repeat;
    background-size: 100%;
}

.contact-banner .container {
    background: url('../images/contact-banner.jpg') no-repeat;
    background-size: 100%;
}

.non-fiction-banner .container {
    background: url('../images/non-fiction-banner.jpg') no-repeat;
    background-size: 100%;
}

.novel-banner .container {
    background: url(../images/novel-banner.jpg) no-repeat bottom #00000038;
    background-size: cover;
    background-blend-mode: multiply;
    position: relative;
}
.about-banner .container{
    position: relative;
}
.about-banner .container:before {
    position: absolute;
    content: "";
    background-color: #0000005c;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 30px;
}
.memoir-banner .container {
    background: url('../../index.html') no-repeat;
    background-size: 100%;
}

.speech-banner .container {
    background: url('../images/speech-banner.jpg') no-repeat bottom;
    background-size: 100%;
}

.editing-banner .container {
    background: url('../images/editing-banner.jpg') no-repeat bottom;
    background-size: 100%;
}

.publishing-banner .container {
    background: url('../images/publishing-banner.jpg') no-repeat bottom;
    background-size: 100%;
}

.cover-banner .container {
    background: url('../images/cover-banner.png') no-repeat center;
    background-size: 100%;
}

.audio-book .container {
    background: url(../images/audio-book.jpg) no-repeat center;
    background-size: 100%;
}

.book-printing .container {
    background: url(../images/book-printing-banner.jpg) no-repeat bottom;
    background-size: 100%;
}

.author .container {
    background: url(../images/author-banner.jpg) no-repeat bottom;
    background-size: 100%;
}

.formatting .container {
    background: url(../images/formatting-banner.jpg) no-repeat center;
    background-size: 100%;
}

.print-on-demand .container {
    background: url(../images/print-on-demand.jpg) no-repeat;
    background-size: 100%;
}

.portfolio-page .container {
    background: url(../images/portfolio-banner.jpg) no-repeat center;
    background-size: 100%;
}

.case-studies .container {
    background: url(../images/case-studies-banner.jpg) no-repeat;
    background-size: 100%;
}

.service-banner .container {
    background: url(../images/non-fiction-banner.jpg) no-repeat;
    background-size: 100%;
}

.contact-banner+.our-contact::before {
    display: none;
}

.contact-banner+.our-contact {
    background: #fff;
}

.contact-banner+.our-contact h2 {
    color: #000;
}

.contact-banner+.our-contact .info-form .form-control {
    color: #817f7f;
    border-bottom: 2px solid #f29b39
;
    box-shadow: 0 0 10px rgb(18 60 62 / 30%);
    border-radius: 5px;
}

.contact-banner+.our-contact .info-form ::placeholder {
    color: #817f7f;
}

.contact-banner+.our-contact .contact-ul li img {
    filter: invert(1);
}

.contact-banner+.our-contact .contact-ul li a {
    color: #000;
}

.contact-banner+.our-contact .contact-ul li p {
    color: #000;
}

.contact-banner+.our-contact::after {
    display: none;
}

.contact-banner+.our-contact>.oc::before {
    opacity: 0.2;
}

.contact-banner+.our-contact .contact-ul li::before {
    border-bottom: 1px dashed #817f7f;
}

.owl-testimonial .owl-dots {
    position: absolute;
    left: 45px;
    right: 0;
    margin: auto;
    bottom: 12.5px;
    width: 100px;
    text-align: center;
}

.fancybox-content {
    max-width: 1100px;
    padding: 0;
    background: transparent;
}

.modal-body {
    padding: 0;
    position: relative;
    overflow: hidden;
}

.popup-bann {
    max-width: 320px;
    display: inline-block;
    margin-top: 50px;
    position: relative;
    z-index: 1;
}

.popup-content {
    max-width: 1050px;
    display: inline-block;
    /* background: #fff; */
    padding: 55px 40px 40px 310px;
    margin-left: -290px;
    position: relative;
    border-radius: 180px 40px 40px 40px;
    background: rgb(255, 223, 125);
    background: linear-gradient(121deg, rgba(255, 223, 125, 1) 0%, rgba(252, 234, 181, 1) 17%, rgba(248, 249, 253, 1) 30%, rgba(255, 255, 255, 1) 100%);
}

.popup-content h2 {
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    font-size: 54px;
    line-height: 54px;
}

.popup-content h2::before {
    display: none;
}

.popup-content h2+p {
    display: inline-block;
    max-width: 58%;
    margin-left: 10px;
    margin-bottom: 0;
    vertical-align: text-top;
    font-size: 15px;
}

.popup-content h2 {
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    font-size: 54px;
    line-height: 54px;
}

.popup-content h2::before {
    display: none;
}

.popup-content h2+p {
    display: inline-block;
    max-width: 58%;
    margin-left: 10px;
    margin-bottom: 0;
    vertical-align: text-top;
    font-size: 15px;
}

.popup-content .form-control {
    font-size: 15px;
    margin-bottom: 14px;
    height: 50px !important;
    border-radius: 0;
}

.popup-content [class*='col-'] {
    padding: 0 7px;
}

.popup-content textarea.form-control {
    height: 58.5%;
    resize: none;
}

.popup-content::before {
    content: "";
    background: #f29b39
;
    width: 46%;
    height: 5px;
    position: absolute;
    top: 95px;
    right: 80px;
}

.fancybox-slide--html .fancybox-close-small {
    background: #f29b39
;
    opacity: 1;
    border-radius: 50%;
    color: #fff;
    padding: 7px;
    border: 3px solid #292c2c;
}

.popup-content::after {
    position: absolute;
    content: "";
    background: url('../../index.html') no-repeat;
    left: 110px;
    top: 0;
    max-width: 197px;
    height: 133px;
    width: 100%;
    background-size: 100%;
}

.popupform input[type="submit"]+img {
    filter: invert(1);
    transition: .5s all;
    position: relative;
    right: 90px;
}

.our-inclusive::before {
    background: url(../images/bef-pro.png) no-repeat;
    max-width: 170px;
    height: 160px;
    width: 100%;
    background-size: 100%;
    position: absolute;
    content: "";
    right: 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);
    }
}

.our-inclusive .row {
    align-items: center;
}

.info-inclusive h2 {
    margin-bottom: 50px;
}

.info-inclusive p {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 21px;
    color: #000;
}

.info-inclusive .btn {
    margin-top: 10px;
}

.our-services::before {
    content: "";
    background: #f7f7f7;
    width: 95%;
    height: 50%;
    position: absolute;
    top: 0;
    border-radius: 50px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -3;
}

.dream::before {
    position: absolute;
    background: url('../images/ab-img3.png') no-repeat;
    max-width: 282px;
    background-size: 100%;
    width: 100%;
    height: 150px;
    content: "";
    right: 0;
    top: -30px;
    z-index: -1;
}

.our-services .info-text h2::before {
    background: #0846b1;
    width: 200px;
}

.our-services .info-text h2+p {
    max-width: 90%;
}

.our-services {
    padding: 80px 0;
}

.our-services .info-text {
    margin-bottom: 80px;
}

.info-services {
    padding: 50px 40px;
    min-height: 395px;
    margin-bottom: 16px;
    border-radius: 20px;
}

.info-services h4 {
    font-size: 28px;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 16px;
    position: relative;
}

.info-services h4::before {
    position: absolute;
    content: "";
    width: 150px;
    left: -50px;
    bottom: 0;
    background: #ffc412;
    height: 5px;
}

.info-services * {
    color: #fff;
}

.info-services p {
    font-size: 15px;
}

.our-services [class*='col-']:first-child .info-services {
    border-bottom-right-radius: 100px;
    background: #25185b;
}

.our-services [class*='col-']:nth-child(4) .info-services {
    border-top-left-radius: 100px;
    background: #292a2e;
}

.our-services [class*='col-']:nth-child(2) .info-services {
    border-bottom-left-radius: 100px;
    background: #1d4f46;
}

.our-services [class*='col-']:nth-child(3) .info-services {
    border-top-right-radius: 100px;
    background: #5b1859;
}

.our-services .btn {
    margin-top: 20px;
}

.info-services h5 {
    font-size: 22px;
    font-family: 'Rubik', sans-serif;
}

.info-services h5+p {
    margin-bottom: 20px;
}

.our-services::after {
    content: "Editing";
    text-transform: uppercase;
    font-size: 170px;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 132px;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 50px;
    -webkit-text-stroke: 1px #d8d8d8;
    color: transparent;
    z-index: -1;
}

.our-services.cover::after {
    content: "Cover Design";
    font-size: 150px;
    letter-spacing: -5px;
}

.our-services.publishing::after {
    content: "Publishing";
}

.content-page h5::before {
    display: none;
}

.content-page h5 {
    padding: 0;
    margin-bottom: 10px;
}

.about-dream::before {
    height: 98%;
}

.about-dream .info-dream ul li {
    list-style: disc;
    font-size: 15px;
    color: #2c2f39;
}

.about-dream .info-dream2 h2::before {
    left: 0;
    width: 150px;
}

.about-dream .info-dream {
    margin-top: -45px;
}

.owl-testimonial.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}

.content-page ul {
    margin-bottom: 20px;
}

.content-page a {
    color: #000000;
    text-decoration: underline;
}

.content-page a:hover {
    color: #e4c47f;
}

.our-dream p {
    font-size: 14px;
    line-height: 23px;
    color: #000;
}

.about-dream .info-dream ul {
    margin-left: 15px;
}

.port-books {
    background: #fff;
    padding: 50px 140px 30px 35px;
    position: relative;
    z-index: 1;
    box-shadow: 0 5px 15px #00000026;
}

.port-books h4 {
    color: #0846b1;
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.port-books h4+p {
    color: #4f4d4d;
    font-size: 15px;
    margin-bottom: 0;
    min-height: 180px;
}

.port-books img {
    position: absolute;
    top: 20px;
    right: 0;
    max-width: 140px;
}

.portfolio .row:nth-child(2) {
    margin-bottom: 16px;
}

.rclient-item {
    text-align: center;
}

.rclient-item a.rc_play {
    position: relative;
    display: block;
    overflow: hidden;
}


/*---------------Author CSS Start-----------------*/

.authorbox {
    box-shadow: 0px 10px 20px #0000001a;
    max-width: 95%;
    display: block;
    margin: 0 auto 40px;
}

.authorbio {
    padding: 30px;
    position: relative;
    overflow: hidden;
}

.authorbio h4 {
    margin-bottom: 10px;
    font-weight: bold;
}

.authorbio p {
    font-size: 16px;
    min-height: 200px;
}

.authorbio li {
    font-size: 16px;
    margin-top: 7px;
    font-weight: 500;
    position: relative;
    padding-left: 25px;
}

.authorbox .btn {
    background-color: #1f1f23;
    display: block;
    max-width: 90%;
    margin: 20px auto 0;
    color: #fff;
    font-weight: 500;
    position: relative;
}

.authorbox .btn:after {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url('../../index.html');
    background-repeat: no-repeat;
    margin-left: 7px;
    background-position: center;
    position: relative;
    top: 3px;
}

.authorbox .btn:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #ffc412;
    position: absolute;
    border-radius: 5px;
    z-index: -1;
    left: 5px;
    top: 5px;
}

.our-authors h2::before {
    display: none;
}

.authorbio li:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #0846b1;
    position: absolute;
    left: 0;
    top: 4px;
}

.authorbio li:after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #ffc412;
    position: absolute;
    left: 3px;
    top: 8px;
    z-index: -1;
}

.author-thumbnail {
    width: 100%;
    overflow: hidden;
    height: 230px;
}

.author-thumbnail img {
    height: 100%;
    max-width: unset !important;
    min-width: 100%;
}

.authorbio:after,
.authorinfocard:after {
    content: "";
    width: 400px;
    height: 410px;
    position: absolute;
    background-color: #fcf5e8;
    border-radius: 330px;
    top: -320px;
    right: -230px;
}

.modal-dialog.modal-lg {
    max-width: 980px;
    border: 20px solid #eff0f4;
}

div#authorinfopop .modal-content {
    border: 0 !important;
    padding: 30px;
    border-radius: 0;
}

div#authorinfopop h4 {
    font-weight: bold;
}

ul.authormeta li {
    line-height: 2.1;
    font-weight: 500;
    font-size: 15px;
}

ul.authormeta li label {
    margin-bottom: 0;
    min-width: 220px;
    position: relative;
}

.authorinfocard {
    box-shadow: 0px 2px 12px #0000001a;
    background-color: #fff;
    padding: 15px;
    width: 96%;
    display: block;
    margin: 10px auto 20px;
    position: relative;
    overflow: hidden;
    height: 90%;
}

.authorinfocard ul.inline li {
    display: inline-block;
    width: 48%;
}

.authorinfocard li {
    font-size: 15px;
    font-weight: 500;
    margin: 8px 0;
    padding-left: 20px;
    position: relative;
}

.authorinfocard label {
    margin-bottom: 0;
    min-width: 280px;
    position: relative;
}

.authorinfocard li:before,
.authorinfocard li:after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #0846b1;
    position: absolute;
    left: 0;
    top: 6px;
}

.authorinfocard li:after {
    background-color: #ffc413;
    z-index: -1;
    top: 8px !important;
    left: 2px !important;
}

#authorinfopop a.btn.btn-black.btn-black2 {
    width: 100%;
    margin-top: 10px;
}

div#authorinfopop button.close {
    position: absolute;
    top: 10px;
    right: 13px;
    z-index: 99;
}

.authorbox .btn:hover {
    background-color: #ffc412;
    color: #000;
}

.authorbox .btn:hover:before {
    background-color: #1f1f23;
}

ul.authormeta li label:after,
.authorinfocard label:after {
    content: "";
    height: 1px;
    background-color: #cccccc;
    width: 80px;
    margin-left: auto;
    position: absolute;
    top: 15px;
    right: 20px;
}

.authorinfocard label:after {
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.authorinfocard ul {
    position: relative;
    z-index: 9;
}

.authorinfocard ul.sm label {
    min-width: 220px;
}

.authors-pg-abt .rp p {
    font-size: 20px;
}

.authors-pg-abt .rp {
    margin-bottom: 0;
}

.authormodal .modal-dialog.modal-lg {
    border: 0;
    background-color: #fff;
    padding: 20px;
}

.authormodal .modal-dialog.modal-lg .modal-content {
    border: 0;
}

.authormodal button.close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}

.authormodal a.btn.btn-black {
    margin-top: 15px;
    margin-bottom: 15px;
}

.info-solution h2 {
    font-size: 50px;
    text-transform: capitalize;
}

.head-ul-social ul li {
    background: #f29b39
;
    padding: 5px 15px;
}


/* custom-nav-deropdown */

.has-sub .servis_list {
    column-count: 3;
    width: 830px;
}

.get-list span {
    margin-right: 10px;
}

.get-list li a:hover img {
    transform: rotate(360deg);
    border: 2px solid #f29b39
;
}

.get-list li a span img {
    padding: 0;
    object-fit: scale-down;
    height: 40px;
    border-radius: 50px;
    transform: rotate(0);
    transition: .5s ease-in-out;
    border: 2px solid #b1b1b1cc;
    width: 40px;
}

.info-text h2 {
    font-size: 46px;
    color: #fff;
    text-transform: capitalize;
}

.info-text p {
    font-size: 46px;
    color: #fff;
}

.info-text h2 span {
    color: #f29b39
;
}

.color_change h2 {
    color: #000;
}

.color_change p {
    color: #000;
}

.info-write h4 span {
    display: block;
}

.info-text h3 {
    font-size: 17px;
    width: 60%;
    font-weight: 400;
    line-height: 24px;
    color: #000;
}

.exceptional-sec {
    background-image: url(../images/except-bg-white.jpg);
    background-position: right;
    background-repeat: no-repeat;
    padding-bottom: 0;
    overflow: hidden;
}

.exceptional-sec img.autowidth {
    margin-right: 30px;
    min-width: 900px;
}

.autowidth.right {
    float: right;
}

.stellarnav.dark ul ul {
    background-image:linear-gradient(to right, #292c2c, #443e36, #0c282a, #292c2c, #292c2c);
}

.exceptional-sec ul {
    position: relative;
    margin: 100px 0;
}

.exceptional-sec li {
    padding-left: 150px;
    position: relative;
    margin: 30px 0;
}

.exceptional-sec li:before {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #868686;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.exceptional-sec ul:before {
    width: 2px;
    height: 100%;
    position: absolute;
    background-color: #868686;
    left: 0;
    top: 0;
    content: "";
}

.exceptional-sec li h5 {
    font-size: 25px;
    font-weight: 600;
    color: #f29b39
;
}

.exceptional-sec .except-thumb {
    background-color: #ef5848;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    position: absolute;
    left: 40px;
}

.exceptional-sec li:nth-child(2) .except-thumb {
    background-color: #204a4a;
}

.exceptional-sec li:nth-child(3) .except-thumb {
    background-color: #a86d02;
}

.exceptional-sec li:nth-child(3) .except-thumb {
    background-color: #a86d02;
}

.exceptional-sec h2 {
    font-size: 34px;
    text-transform: capitalize;
    line-height: 40px;
    letter-spacing: 0;
    color: #121212;
}

.exceptional-sec h2 span {
    color: #f29b39
;
}

.info-solution h2 span {
    color: #f29b39
;
}

.new-publishing {
    background-image: url(../images/pen-bg.jpg);
    width: 100%;
    background-position: center;
    background-size: cover;
    padding: 60px;
    border-radius: 20px;
    box-shadow: 0 0 10px #2e3031;
}

.publish-text h3 {
    font-size: 40px;
    color: #000;
    margin-bottom: 10px;
    text-transform: capitalize;
    letter-spacing: -1px;
    font-weight: 600;
}

.publish-text p {
    font-size: 13px;
    line-height: 25px;
    color: #000;
    margin-bottom: 10px;
}

.btn-black-two {
    box-shadow: 3px 3px 0px #292c2c;
}

.btn-black-two {
    color: #fff !important;
    background: #f29b39
;
    margin-left: 10px;
}

.btn-black-two img {
    filter: brightness(0);
}

.btn-black-two:hover {
    background: #292c2c;
    box-shadow: 3px 3px 0 #f29b39
;
    color: #fff !important;
}

.btn-black-two:hover img {
    filter: inherit;
}

.publish-text h3 span {
    color: #f29b39
;
}

.center {
    margin: 0 auto;
    text-align: center;
}

.cta2 h2 span {
    color: #f29b39
;
}

.footer_logo p {
    width: 90%;
    margin-top: 20px;
    font-size: 16px;
    color: #000;
    line-height: 28px;
}

.stellarnav.dark {
    margin-top: 23px;
}

.has-sub li:hover::before {
    opacity: 0;
}

.copy p {
    text-align: center;
    font-size: 15px;
    color: #000;
}

.stellarnav li:last-child {
    background-color: #292c2c;
    padding: 10px;
    border-radius: 7px;
    box-shadow: 3px 3px 0px #f29b39
;
}

.stellarnav li:last-child:hover {
    background-color: #f29b39
;
    box-shadow: 3px 3px 0px #292c2c;
}

.stellarnav li:last-child:hover a {
    color: #fff;
}

.stellarnav li:last-child a {
    color: #fff;
    font-size: 17px;
}

.servis_list li:last-child {
    background-color: transparent;
    box-shadow: none;
    padding: 0px;
}

.servis_list li:last-child:hover {
    background-color: transparent;
    box-shadow: none;
    padding: 0px;
}

.servis_list li:last-child a {
    font-size: 14px;
}

.our-process .rp h2 {
    font-size: 46px;
    text-transform: capitalize;
}

.our-process .rp h2 span {
    color: #f29b39
;
}

.paddin-bottom-0 {
    padding-bottom: 0 !important;
}

.info-dream2 h2 span {
    color: #f29b39
;
}

.info-dream h5 {
    font-family: 'Rubik', sans-serif;
    font-size: 17px;
    border-bottom: 1px solid #292c2c;
    color: #292c2c;
    line-height: 24px;
    font-weight: 500;
    font-style: italic;
}

.info-dream h4 span {
    color: #292c2c;
}

.info-port h3 {
    font-size: 30px;
    color: #f29b39
;
    margin: 0;
    font-weight: 600;
}

.info-port h4 {
    color: #fff;
    font-size: 29px;
    margin: 0;
}

.info-port p {
    color: #fff;
    font-size: 12px;
    height: 90px;
}

.top-50 {
    margin-top: 50px;
}

.cas-section {
    background: url(../images/case-pic.jpg) #00000054;
    padding: 50px;
    background-position: left top;
    background-size: cover;
    border-radius: 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 40%);
    background-blend-mode: multiply;
}

.cas-section h3 {
    background: #292c2c;
    display: inline-block;
    color: #fff;
    padding: 8px 18px;
    border-radius: 5px;
}

.cas-section p {
    color: #fff;
    font-size: 14px;
}

.terms-fast-lisk ul,
.terms-fast-two ul {
    margin: 15px 0;
    padding-left: 14px;
}

.terms-fast-two ul li {
    font-size: 13px;
    color: red;
    line-height: 24px;
    list-style: decimal;
}

.terms-fast-lisk ul li {
    font-size: 13px;
    color: red;
    line-height: 24px;
    list-style: circle;
}

.privacy-policy h3 {
    font-size: 30px;
    color: #f29b39
;
}

.privacy-policy p {
    color: #000;
    font-size: 15px;
}

.contact-link ul li {
    font-size: 26px;
    margin-bottom: 0;
    font-weight: 500;
    font-style: italic;
}

.contact-link ul li a {
    color: #000;
}


/* left-modal */

.form-wrap {
    position: fixed;
    bottom: 150px;
    right: 0;
    transform: translateX(400px);
    transition: .5s;
    z-index: 999
}

.form-wrap.phone-floating {
    bottom: 450px
}

.mail-floating.form-wrap {
    bottom: 510px
}

.form-wrap.open {
    transform: translateX(0)
}

.form-wrap .floating-relative .floating-form-btn {
    position: absolute;
    right: 346px;
    width: fit-content;
    height: 50px;
    top: 113px;
    white-space: nowrap;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    padding: 15px
}

.form-wrap .floating-relative .icon-btn {
    right: 100%;
    top: 0;
    padding: 10px 18px;
    border-radius: 5px 0 0 5px;
    height: 50px
}

.form-wrap .floating-relative .floating-form-btn.btn-rt {
    transform: rotate(270deg)
}

.mail-floating.form-wrap .floating-form,
.phone-floating.form-wrap .floating-form {
    padding: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

.mail-floating.form-wrap a.floating-form,
.phone-floating.form-wrap a.floating-form {
    font-size: 20px
}

.form-wrap .floating-form .input-field input::placeholder {
    color: #fff
}

.form-wrap .floating-form .input-field textarea::placeholder {
    color: #fff
}

.form-wrap .floating-form .input-field input,
.form-wrap .floating-form .input-field select,
.form-wrap .floating-form .input-field textarea {
    font-family: Poppins, sans-serif;
    font-size: 13px;
    background-color: transparent;
    border: none;
    outline: 0;
    color: #fff;
    padding: 8px;
    border-bottom: 1px solid #fff;
    width: 100%;
    resize: none;
    margin-bottom: 13px
}

#mySelect option {
    color: #000;
}

.form-wrap .floating-form .input-field textarea {
    height: 100px
}

.theme-btn-featured,
.theme-btn-outline.active,
.theme-btn-outline:hover {
    color: #fff;
    border-color: transparent;
    background-color: #f29b39
;
}

.form-wrap .floating-form {
    width: 400px;
    color: #fff;
    padding: 18px 25px;
    background: #292c2c;
}

.floating-form button {
    width: 100%;
    padding: 8px;
    border: none;
    color: #fff;
    border-radius: 7px;
    font-size: 19px;
    text-transform: capitalize;
    background-color: #f29b39
;
}


/* custom-auto-popup */

.custom-auto-popup {
    z-index: 100;
    position: fixed;
    inset: 0px;
    width: 530px;
    aspect-ratio: 1 / 1;
    margin-top: auto;
    background: rgb(0, 0, 0);
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease 0s;
    display: flex;
    align-items: flex-end;
}

.custom-auto-popup::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0px;
    background: rgb(0, 0, 0);
    opacity: 0.35;
    backdrop-filter: blur(10px);
    z-index: -1;
    display: none;
}

.custom-auto-popup.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.custom-auto-popup__img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0px;
    z-index: -1;
}

.custom-auto-popup__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-auto-popup-close {
    width: 35px;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f29b39
;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    z-index: 1;
}

.custom-auto-popup-close .icon {
    color: rgb(255, 255, 255);
    font-size: 1.5rem;
    font-weight: 500;
    pointer-events: none;
}

.custom-auto-popup-box {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 1rem;
}

.custom-auto-popup__content {
    padding: 0.65rem;
    width: 75%;
    border-radius: 5px;
    border: 0.768px solid rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 2.047px 2.047px 0px;
    backdrop-filter: blur(12.7926px);
}

.custom-auto-popup__heading-img img {
    display: none;
}

.custom-auto-popup__content .heading {
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0.25rem;
    letter-spacing: -1px;
    text-align: center;
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
}

.custom-auto-popup__content p {
    font-size: 0.99rem;
    margin-bottom: 1.75rem;
    text-align: left !important;
}

.custom-auto-popup__content .field :is(input,
select) {
    width: 100%;
    padding: 8px;
    border: none;
    background: rgb(240, 240, 240);
    border-radius: 4px;
    resize: none;
    font-size: 14px;
    height: auto;
}

.custom-auto-popup__content .field {
    margin: 0.5rem 0px 0px;
}

.custom-auto-popup__content .field button {
    background: #f29b39
;
    color: rgb(255, 255, 255);
    line-height: normal;
    border: none;
    font-size: 15px;
    width: 100%;
    padding: 0.5rem 3rem !important;
    border-radius: 4px;
    margin-top: 5px;
    font-weight: 500;
}

.custom-auto-popup__heading-img {
    width: 270px;
    position: relative;
    top: 10px;
}

.custom-auto-popup__content .field.field--btn {
    margin-top: 0.1rem;
}

.new_add_top {
    margin: 50px 0;
}

.form-field.has-error .error-text {
    display: block;
}

.form-field .error-text {
    display: none;
    color: red;
    text-align: left;
    margin: 0 0 5px;
}

.thank-you-section {
    background-image: url(../images/thankyu-banner.jpg);
    height: 100vh;
    justify-content: center;
    align-items: center;
    display: flex;
}

.thank-you-section h3 {
    font-size: 60px;
    color: #f29b39
;
    text-transform: uppercase;
    letter-spacing: 0;
    text-align: left;
    font-weight: bold;
}

.thank-you-section h3 span {
    color: #000;
}

.thank-you-section h4 {
    font-size: 26px;
    text-transform: capitalize;
    font-weight: 600;
}

.thank-you-section p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.thank-you-section .btn-black-two {
    margin-left: 0px;
}

.new_add_border {
    border-left: 1px solid #fff;
    padding: 7px 7px;
    border-top: 1px solid #fff;
}

.color-with {
    color: #fff !important;
}

.floating-form .form_tagline {
    color: #fff;
    font-size: 11px;
}

.form_tagline span {
    color: #fe0000;
}

.our-contact .form_tagline a {
    color: #f29b39
;
}

.our-contact .form_tagline {
    color: #000;
    font-size: 11px;
}

.floating-form .form_tagline a {
    color: #f29b39
;
}

.popup-content .form_tagline a {
    color: #f29b39
;
}

.custom-auto-popup__content .form_tagline span {
    color: red;
}

.custom-auto-popup__content .form_tagline {
    color: #fff;
    font-size: 9px;
    margin: 7px 0;
}

.custom-auto-popup__content .form_tagline a {
    color: #f29b39
;
}


.floating {
    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);
    }
}


.work-img img{
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;

}
.footer_logo img {
    width: 50%;
}