@font-face {
    font-family: 'Rubik';
    src: url('/web-assets/fonts/Rubik-Regular.woff2') format('woff2'),
        url('/web-assets/fonts/Rubik-Regular.woff') format('woff'),
        url('/web-assets/fonts/Rubik-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Oswald';
    src: url('/web-assets/fonts/Oswald-SemiBold.woff2') format('woff2'),
        url('/web-assets/fonts/Oswald-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
body {
    font-size: 14px;
    color: #000;
    background-color: #fff;
    overflow-x: hidden;
    font-family: 'Rubik', sans-serif;
}

a:hover,
a:focus,
button:hover,
button:focus {
    outline: none;
}

section {
    padding: 60px 0;
    clear: both;
    position: relative;
}

html {
    scroll-behavior: smooth;
}

.lp-main-sec h1,
.lp-main-sec h2,
.lp-main-sec h3,
.lp-main-sec h4,
.lp-main-sec h5,
.lp-main-sec h6 {
    font-family: 'Oswald', sans-serif;
}

p {
    color: #2c2f39;
    font-family: 'Rubik', sans-serif;
}

li,
button,
a {
    font-family: 'Rubik', sans-serif !important;
}

img {
    max-width: 100%;
}
.clr-changed {
    background: #0846b1;
    padding: 0 5px;
    display: inline-block;
}
.about-banner h1 {
    color: #fff;
    position: relative;
    z-index: 0;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
}
h2 {
    font-size: 45px;
    line-height: 55px;
    letter-spacing: -2px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}

h2::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 8px;
    background: #0846b1;
    bottom: -14px;
    left: 0;
}
.lp-main-sec .btn-black {
    background-color: #0846b1;
}
.lp-main-sec {
    overflow-x: hidden;
}
.lp-main-sec .lp-bg .lp-content h2::before,
.lp-bg .form-div h2::before {
    display: none !important;
}

header {
    padding: 10px 0;
    background: #fff;
    position: relative;
    width: 100%;
    transition: all 0.4s ease;    
}
header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff; 
    transform: translateY(0);
    animation: slideDown 0.4s ease;
}
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
ul.contact-ul {
    padding: 0;
    list-style: none;
}

a.logo img {
    max-width: 200px;
}

header .row {
    align-items: center;
}

header ul {
    text-align: right;
}

header ul li {
    display: inline-block;
    padding: 0 5px;
    position: relative;
    z-index: 1;
}

header ul li.me-btn .btn {
    padding: 8px 15px;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.btn {
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s all;
}

.btn-black {
    color: #fff !important;
    background: #000;
}

span {
    vertical-align: baseline;
}

.btn-black2 {
    box-shadow: 3px 3px 0px #ffc412;
}

.btn-black2:hover {
    background: #ffc412;
    box-shadow: 3px 3px 0 #000;
    color: #000 !important;
}

.btn-black2:hover img {
    filter: invert(1);
}

.site-logos {
    padding: 40px 0 40px 0;
}

.site-logos::before {
    content: "";
    background: #ffc412;
    width: 90%;
    height: 8px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0 5px 5px 0;
    right: 0;
    margin: 0 auto;
}

.our-inclusive .row.text-center h2::before {
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -20px;
}

.portfolio .item:first-child .info-port {
    margin-bottom: 15px;
}

.portfolio .item .info-port {
    box-shadow: 0 5px 10px #00000063;
}

.info-text h2+p {
    font-size: 16px;
    max-width: 65%;
    margin: auto;
}

.info-text h2 {
    margin-bottom: 40px;
}

.info-text {
    margin-bottom: 40px;
}
.portfolio::before {
    content: "";
    position: absolute;
    background: url('/web-assets/images/bg-portfolio.webp') 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 .info-text * {
    color: #fff;
}

.info-text h2::before {
    background: #ffc412;
    width: 100px;
    height: 7px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
}

.cta {
    background: url('/web-assets/images/bg-cta.webp') no-repeat;
    background-size: cover;
    max-width: 100%;
    height: 100%;
    width: 100%;
}

.cta h2 {
    font-size: 60px;
    color: #ffc412;
    letter-spacing: -4px;
}

.cta h2+p {
    color: #fff;
    font-size: 22px;
    margin-bottom: 12px;
}

.cta h3 {
    color: #7b7979;
    font-size: 35px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 200;
}

.cta h3+a {
    color: #fff !important;
    font-size: 40px;
    font-weight: 600;
    margin-left: 10px;
}

.btn-yellow {
    background: #ffc412;
    box-shadow: 3px 3px 0 #000;
    color: #000 !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: invert(1);
}

.cta-detail {
    margin-bottom: 16px;
}

.portfolio .item .info-port:hover {
    transform: scale(1.02);
}

.portfolio .item .info-port {
    transition: .5s all;
}


.portfolio .item .info-port img {
    width: 100%;
}

a {
    text-decoration: none !important;
}

header ul li.me-btn::before {
    display: none;
}

.site-logos2 h2::before {
    width: 220px;
    background: #0846b1;
    bottom: -25px;
}

.site-logos2 .info-text h2+p {
    max-width: 75%;
    font-size: 16px;
}
section.site-logos.site-logos2::before {
    display: none;
}

.site-logos2 {
    padding: 60px 0;
}

.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;
}

.our-testimonials .info-test strong {
    color: #a7a7ab !important;
}

.our-testimonials .info-test {
    background: #26262a;
    padding: 20px;
    border: 1px solid #000;
}

.our-testimonials .info-test img {
    margin-bottom: 20px;
}

.our-testimonials .info-test p.reviewer-name {
    font-size: 18px;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 0;
    min-height: initial;
    font-weight: 600;
}


.our-testimonials::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url('/web-assets/images/bg-test.webp') no-repeat;
    max-width: 100%;
    width: 100%;
    background-size: 100%;
    z-index: 0;
    height: 100%;
    opacity: 0.3;
}


/* VIDEO AREA START */

.our-testimonials .left-video-box {
    display: flex;
    align-items: flex-end;
    position: relative;
    padding: 25px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    width: 100%;
    height: 100%;
    max-height: 380px;
    overflow: hidden;
}

.our-testimonials .left-video-box:before {
    content: "";
    position: absolute;
    top: 25px;
    left: 25px;
    right: 25px;
    bottom: 25px;
    border-radius: 0;
    padding: 2px;
    z-index: 6;
    background: linear-gradient(to bottom, transparent, #FCC111);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.our-testimonials .left-video-box video {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto;
}

.our-testimonials .left-video-box:after {
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    border: 0;
    position: absolute;
    z-index: 5;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(17, 28, 46, 0) 37.49%, rgba(17, 28, 46, 0.8) 96.4%);
    content: "";
}

.our-testimonials .left-video-box h3 {
    color: #fff;
    font-size: 22px;
}

.our-testimonials .left-area {
    position: relative;
    z-index: 55;
    width: 100%;
}

.left-video-content {
    position: absolute;
    z-index: 6;
    padding: 10px;
    height: 100%;
    bottom: 30px;
    display: flex;
    align-items: flex-end;
    left: 30px;
}

.video-wrapper {
    position: relative;
    width: 100%;
    height: auto;
}

.video-wrapper video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Play / Pause Button */
.video-toggle {
    position: absolute;
    right: 35px;
    top: 200px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    color: #fff;
    padding: 0;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    transition: 0.3s;
    z-index: 7;
    font-style: normal;
    width: 50px;
    height: 50px;
}

.video-toggle i {
    font-style: normal;
}

.video-toggle:hover {
    background: rgba(0, 0, 0, 0.7);
}

/* VIDEO AREA END */


.cta2 .container {
    background: url('/web-assets/images/bg-cta2.webp') no-repeat;

    background-size: 100%;
    height: 298px;
    position: relative;
    z-index: 5;
}

.cta2 {
    background: #1f1f23;
    margin-top: -60px;
}

.cta2 h2 {
    font-size: 37px;
    letter-spacing: -1px;
    color: #0846b1;
    line-height: 44px;
    margin: 0 0 10px;
}

.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('/web-assets/images/bef-cta2.webp') no-repeat;
    max-width: 200px;
    height: 200px;
    width: 100%;
    background-size: 100%;
}


.info-form [class*='col'] {
    padding: 0 7px;
}

.info-form form {
    padding: 0px;
}


.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"]{
    padding: 12px 25px 12px 15px;
    width: 40%;
    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 {
    position: relative;
    right: 50px;
    top: 5px;
}

.info-form input[type="submit"]+img{
    filter: invert(1);
    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: #ffc412;
}

.our-contact h2::before {
    display: none;
}

.contact-ul li a {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    text-transform: capitalize;
}

.contact-ul li a>span {
    color: #67676d;
    display: block;
    line-height: 12px;
    font-size: 20px;
}

.contact-ul li img {
    position: absolute;
    left: 0;
    top: 22px;
}

.contact-ul li p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    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('/web-assets/images/bef-contact.png') no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 310px;
    height: 520px;
    right: 0;
    top: -190px;
    z-index: -1;
}

.detail-contact {
    position: relative;
    z-index: 5;
}

.info-form {
    position: relative;
    z-index: 5;
}

.our-contact::after {
    position: absolute;
    content: "";
    background: url('/web-assets/images/bef-contact2.png') no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 350px;
    height: 390px;
    left: 0;
    bottom: 0px;
    z-index: -1;
}

.copy p {
    margin-bottom: 0;
}

.copy {
    background: #f8f8f8;
    padding: 10px 0;
}

.copy ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 5px;
    justify-content: end;
}

.copy .row {
    align-items: center;
}

.copy ul li {
    display: inline-block;
    position: relative;
    padding: 0px 3px;
    font-size: 14px;

}

.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;
}

.about-banner {
    padding-top: 0px;
}

.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: 1px solid #817f7f;
}

.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;
}

.close-modal-btn {
    background: #0846b1;
    opacity: 1;
    border-radius: 50%;
    color: #fff;
    border: 2px solid #ffc412;
    width: 50px;
    height: 50px;
    font-size: 35px;
    line-height: 0;
    position: absolute;
    right: 30px;
    top: 20px;
}

.popup-bann {
    max-width: 255px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.popup-content {
    max-width: 1050px;
    display: inline-block;
    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;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 50px;
}

.popup-content h2::before {
    display: none;
}

.popup-content .form-control {
    font-size: 14px;
    margin-bottom: 14px;
    height: 40px;
    border-radius: 0;
}

.popup-content [class*='col-'] {
    padding: 0 7px;
}

.popup-content textarea.form-control {
    height: 91.5%;
    resize: none;
}

.popup-content::after {
    position: absolute;
    content: "";
    background: url('/web-assets/images/pop-bef.png') no-repeat;
    left: 110px;
    top: 0;
    max-width: 197px;
    height: 133px;
    width: 100%;
    background-size: 100%;
}

.our-inclusive::before {
    background: url(../images/bef-pro.webp) no-repeat;
    max-width: 170px;
    height: 160px;
    width: 100%;
    background-size: 100%;
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    z-index: -1;
}


.our-inclusive .row {
    align-items: center;
}

.info-inclusive h2 {
    margin-bottom: 50px;
}

.info-inclusive p {
    margin-bottom: 20px;
    font-size: 16px;
}

.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('/web-assets/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: 40px;
    border-radius: 20px;
    height: 100%;
}

.info-services h3 {
    font-size: 28px;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 16px;
    position: relative;
}

.info-services h3::before {
    position: absolute;
    content: "";
    width: 150px;
    left: 0;
    bottom: -3px;
    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: #0846b1;
}

.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: #0846b1;
}

.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: "Book Writing House";
    text-transform: uppercase;
    font-size: 115px;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 95px;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 50px;
    -webkit-text-stroke: 1px #d8d8d8;
    color: transparent;
    z-index: -1;
    font-family: 'Oswald';
}

.our-services.cover::after {
    content: "Cover Design";
    font-size: 150px;
    letter-spacing: -5px;
}


.our-services.publishing::after {
    content: "Publishing";
}
.port-books {
    background: #fff;
    position: relative;
    z-index: 1;
    box-shadow: 0 5px 15px #00000026;
    text-align: center;
    padding: 20px;
    height: 100%;
}

.port-books h3 {
    color: #0846b1;
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.port-books h3+p {
    color: #4f4d4d;
    font-size: 14px;
    margin-bottom: 0;
}

.port-books img {
    position: absolute;
    top: 20px;
    right: 0;
    max-width: 140px;
}

.portfolio .row:nth-child(2) {
    margin-bottom: 16px;
}

.port-lp .port-books img {
    position: static;
    max-width: 100%;
    width: 230px;
    height: 96px;
    object-fit: contain;
}


.lp-bg {
    background: url(../images/lp-bg-old.webp) center center no-repeat;
    background-size: cover;
    padding: 100px 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: calc(100vh - 78px);
}

.lp-bg:before,
.lp-bg:after {
    display: none;
}

.lp-bg h4 {
    color: #fff;
    margin: 30px 0;
    font-size: 30px;
}

.lp-bg p {
    color: #fff;
    font-size: 16px;
}

.lp-bg h2 {
    color: #fff;
    font-size: 60px;
}

.form-div {
    background: #0846b1;
    padding: 50px 30px 30px 30px;
    border-radius: 10px 10px 75px 10px;
    box-shadow: 0px 5px 25px -10px #ffffff80;
    position: relative;
}

.form-div .dream::before {
    position: absolute;
    background: url(../images/ab-img3.png) no-repeat;
    max-width: 100px;
    background-size: 100%;
    width: 100%;
    height: 90px;
    content: "";
    right: 0;
    top: 40px;
    z-index: 1;
}

.form-div textarea {
    margin-bottom: 25px !important;
    height: 90px;
}

.lp-bg .lp-content h2::before,
.lp-bg .form-div h2::before {
    background: #ffc412;
    left: 0;
    bottom: -15px;
}

.lp-bg .form-div h2 {
    margin-bottom: 8px;
    font-size: calc(26px + (40 - 26) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1.3;
}

.lp-main-sec ul.menu li.me-btn a:hover {
    color: #000;
    border: 1px solid #000;
}

.about-banner.publishing-banner h2 {
    margin-bottom: 8px;
    font-size: calc(26px + (40 - 26) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1.3;
    color: #Fff;
}

section.cta2+.our-contact .iti__selected-dial-code {
    color: #fff !important;
}

.cta h3 {
    color: #fff;
    font-size: 40px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 200;
}

.our-testimonials .info-test h3 {
    font-size: 18px;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 0;
}


/* US CSS */
li.me-btn a i {
    width: 40px;
    height: 40px;
    background: #FFC412;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 50%;
    margin-right: 10px;
}

ul.banner-list-items {
    padding-left: 25px;
}

.banner-list-items li {
    position: relative;
    margin-bottom: 15px;
    font-size: 16px;
    list-style: none;
}

ul.banner-list-items li strong {
    font-weight: 600;
}

.banner-list-items li:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    display: block;
    left: -25px;
    top: 5px;
    background: #FFC412;
    border-radius: 50px;
}

.form-div input,
.form-div textarea {
    margin-bottom: 15px;
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    padding: 0;
    color: #fff !important;
}

.form-div input::placeholder,
.form-div textarea::placeholder {
    color: #fff !important;
}

.form-div .iti .iti__selected-dial-code {
    color: #fff;
}

.form-div input:focus,
.form-div textarea:focus {
    background: transparent;
    border-bottom: 2px solid #fff;
    box-shadow: none;
}

.form-div .iti__selected-country-primary {
    padding: 0 !important;
}

ul.menu {
    margin: 0;
    padding: 0;
}

span.limited-time-tagline {
    padding: 10px 30px;
    margin-bottom: 10px;
    display: block;
    background: #FFC412;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    border-radius: 10px 10px 0 0;
}
.modal-body {
    display: flex;
    align-items: center;
    justify-content: center;
}

.formSlideBtn {
    position: fixed;
    right: 0;
    top: 55%;
    z-index: 999;
    transform: rotate(270deg) translateX(50%);
    transform-origin: right;
    display: inline-flex;
    align-items: center;
    background-color: #FFC412;
    opacity: 0;
    margin-top: -1.42%;
    padding: 3px;
    text-decoration: none;
}

.formSlideBtn.sty1 span {
    background: #fff;
}

.formSlideBtn.sidebtn-show {
    right: 22px;
    opacity: 1;
}

.formSlideBtn.sidebtn-show i {
    transform: rotate(90deg);
}

.formSlideBtn.is--active i {
    transform: rotate(90deg);
}

.formSlideBtn>span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    background: #0846b1;
    padding: 4px 15px;
    display: block;
    text-transform: uppercase;
}

.formSlideBtn>span b {
    font-weight: 900;
}

.formSlideBtn>span b i {
    font-size: 24px;
}

.formSlideBtn>i {
    color: #fff;
    font-size: 24px;
    transform: rotate(270deg);
    transition: all .35s ease;
    right: 0;
    width: 35px;
    margin: -3px 0 0 0;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
strong.percent-badge {
    background: #fff;
    color: #0846b1;
    padding: 2px 10px;
    margin-bottom: 5px;
    display: inline-block;
}
.popup-content .iti__arrow {
    border-top-color: #000 !important;
}

section.portfolio.main-genre-section .port-books {
    padding: 20px 150px 20px 20px;
    text-align: left;
}
.info-work {
    padding: 50px 5px;
    position: relative;
    min-height: 250px;
}
.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 .info-text h2::before {
    display: none;
}
.info-work h3 {
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 20px;
    position: relative;
    margin-bottom: 25px;
}
.info-work h3::before {
    position: absolute;
    left: 0;
    content: "";
    background: #ffc412;
    width: 100px;
    height: 8px;
    bottom: -12px;
    z-index: -1;
}
.info-work.mobile h3::before {
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    background: #ffc412;
    width: 100px;
    height: 4px;
    bottom: -15px;
    z-index: -1; 
    margin: auto;
}
.info-work span {
    position: absolute;
    font-size: 70px;
    line-height: 55px;
    font-weight: 700;
    color: transparent;
    top: 0;
    right: 0;
    font-family: 'Barlow Condensed', sans-serif;
    vertical-align: baseline;
    z-index: 2;
}
.info-work span.yellow {
    -webkit-text-stroke: 1px #ffc517;
}
.info-work span.blue {
    -webkit-text-stroke: 1px #0846b1;
}

@media (max-width: 1600px) {

    .our-services::after {
        font-size: 90px;
    }
}

@media (max-width: 1366px) {
    .popup-content {
        max-width: 750px !important;
    }    
    .form-div {
        border-radius: 10px 10px 35px 10px;
    }
    .form-div > span {
        font-size: 12px !important;
    }    
    .port-lp .port-books img {
        width: 150px;
        height: 65px;
    }
    .info-services h3 {
        font-size: 22px;
    }

    .lp-bg {
        padding: 50px 0;
    }

    .about-banner h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .form-div {
        padding: 50px 20px 20px 20px;
    }

    .form-div input,
    .form-div textarea {
        margin-bottom: 10px;
    }
}


@media (max-width: 1024px) {

    .form-div input,
    .form-div textarea {
        margin-bottom: 0 !important;
    }

    .formSlideBtn.sidebtn-show {
        right: 21px;
    }

    .formSlideBtn.sidebtn-show {
        bottom: auto !important;
    }

    .lp-bg {
        height: auto;
    }

    .our-testimonials p {
        min-height: inherit;
    }

    .our-testimonials .left-video-box {
        min-height: 380px;
    }

    .cta2 .container {
        height: 250px;
    }

    .cta2 h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .popup-bann {
        display: none;
    }

    .popup-content {
        padding: 20px 20px 20px 20px;
        margin-left: 0;
        border-radius: 20px;
    }

    .popup-content::after {
        display: none;
    }

    .close-modal-btn {
        width: 40px;
        height: 40px;
        font-size: 25px;
        right: -10px;
        top: -10px;
    }

    .port-lp .port-books {
        padding: 20px 20px 20px 20px;
    }
}

@media (max-width: 768px) {
    .copy ul {
        justify-content: center;
    }

    li.me-btn a span {
        display: none;
    }

    li.me-btn a i {
        margin-right: 0;
    }

    header ul li.me-btn .btn {
        padding: 2px 2px;
        border-radius: 50%;
    }

    .formSlideBtn>span {
        font-size: 18px;
    }

    .about-banner h1 {
        font-size: 22px;
        line-height: 32px;
    }
}

@media (max-width: 540px) {
    .formSlideBtn.sidebtn-show {
        right: 17px;
    }

    .formSlideBtn>span {
        font-size: 14px;
    }

    .bann-form input {
        margin: 0 0 13px;
    }
}

@media only screen and (max-width: 980px) {
    .info-work{
        text-align: center;
        padding: 5px;
    }   
    .info-work h3::before {
        height: 4px !important;
        margin: auto;
        left: 0;
        right: 0;
    }           
    .lp-bg {
        background-size: cover;
        padding: 30px 0 30px !important;
    }

    .lp-bg .lp-content {
        padding-right: 0px;
    }

    .lp-bg h2 {
        font-size: 45px;
        line-height: 1.1;
    }

    .lp-bg .container {
        height: auto !important;
    }

    header {
        padding: 10px 0;
        z-index: 2;
    }

    header .logo img {
        max-width: 200px;
    }

    h2 {
        font-size: 25px;
        line-height: 35px;
        letter-spacing: 0;
    }


    header nav {
        text-align: center;
        margin-top: 20px;
    }

    header {
        z-index: 9;
    }


    header ul {
        margin: 10px 0;
    }

    header ul li.phone a {
        font-size: 16px;
    }

    section {
        padding: 30px 0;
    }

    .site-logos {
        padding: 20px 0;
    }

    .site-logos::before {
        width: 100%;
        height: 5px;
    }

    .portfolio::before {
        width: 100%;
        background-size: cover;
        height: 100%;
        background-position: 90%;
    }

    .portfolio .item .info-port:first-child {
        margin-left: 0;
    }

    .portfolio {
        padding: 30px 0;
    }

    .info-text h2 {
        margin-bottom: 25px;
    }

    .info-text h2::before {
        bottom: -15px;
        width: 80px;
        height: 3px;
    }

    .info-text h2+p {
        max-width: 100%;
    }

    .info-text {
        margin-bottom: 30px;
    }


    .cta h2 {
        font-size: 26px;
        letter-spacing: 0;
        line-height: 28px;
    }

    .cta h2+p {
        margin-bottom: 8px;
        font-size: 14px !important;
    }

    .cta h3 {
        font-size: 24px;
        color: #fff;
    }

    .cta h3+a {
        font-size: 25px;
        font-weight: 600;
    }

    .cta-detail {
        margin-bottom: 8px;
    }


    h2 br {
        display: none;
    }

    .site-logos2::before {
        display: none;
    }

    .site-logos2 h2::before {
        height: 5px;
    }

    .site-logos2 .info-text h2+p {
        max-width: 100%;
    }

    .site-logos2 .info-text {
        margin-bottom: 20px;
    }

    h2::before {
        left: 0;
        width: 100px;
        height: 3px;
    }

    .our-testimonials h2 {
        margin-bottom: 18px;
    }

    .info-test2 {
        max-width: 100%;
    }

    .our-testimonials .info-test {
        padding: 20px 12px;
        background: #26262a;
        border-color: white;
    }

    .our-testimonials .info-test img {
        max-width: 100px;
        margin-bottom: 12px;
    }

    .our-testimonials .info-test h4 {
        font-size: 15px;
        margin-bottom: 0;
    }

    .our-testimonials::before {
        display: none;
    }

    .cta2::before {
        display: none;
    }

    .cta2 .container {
        height: auto;
        background-size: cover;
        padding: 20px 0;
        background: #fff;
    }

    .cta2 h2 {
        letter-spacing: 0;
        font-size: 24px;
        line-height: 28px;
    }

    .info-cta2 {
        padding: 0 15px;
        text-align: center;
        max-width: 100%;
    }

    .cta2 h2+p {
        margin-bottom: 12px;
    }

    .cta2 {
        padding: 0px;
        margin: -1px;
    }

    .our-contact::before {
        display: none;
    }

    .our-contact::after {
        display: none;
    }

    .our-contact h2 {
        margin-bottom: 10px;
        text-align: center;
    }

    .info-form .form-control {
        height: 40px !important;
        padding: 5px 15px;
        margin-bottom: 15px;
    }

    .info-form form {
        padding: 0 8px;
        margin-bottom: 30px;
    }

    .info-form textarea.form-control {
        height: 70px !important;
    }

    .info-form input[type="submit"] {
        width: 56%;
        margin: auto;
        display: table;
        padding: 12px 15px;
        font-size: 16px;
        letter-spacing: 1px;
    }

    .info-form input[type="submit"]+img {
        display: none;
    }

    .contact-ul li img {
        max-width: 30px;
        position: relative;
        display: block;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        margin-bottom: 7px;
    }

    .contact-ul li {
        padding: 12px 5px;
        width: 49%;
        display: inline-block;
        text-align: center;
    }


    .contact-ul li a {
        font-size: 16px;
        display: block;
    }

    .contact-ul li::before {
        display: none;
    }

    .contact-ul li:last-child {
        width: 100%;
        border-top: 1px solid #d0d0d0;
        padding-bottom: 0;
    }

    .contact-ul li:last-child img {
        top: 0;
    }

    .copy {
        text-align: center;
        padding: 8px 0;
        background-color: #1f1f23;
    }

    .copy ul li a,
    .copy p {
        color: #fff !important;
    }

    .about-banner::before {
        display: none;
    }

    .about-banner::after {
        display: none;
    }

    .about-banner .container {
        background-position: 50%;
        border-radius: 0;
        height: 130px;
        box-shadow: none;
    }

    .about-banner {
        padding-bottom: 20px;
    }

    .dream::before {
        display: none;
    }


    .popup-bann {
        display: none;
    }

    .popup-content {
        margin-left: 0;
        padding: 20px 10px;
        border-radius: 0;
    }

    .popup-content::before,
    .popup-content::after {
        display: none;
    }

    .popup-content h2 {
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    .popup-content h2+p {
        max-width: 100%;
        vertical-align: baseline;
        margin-bottom: 20px;
        margin-left: 0;
    }

    .popup-content .form-control {
        margin-bottom: 10px;
    }

    .our-inclusive::before {
        display: none;
    }

    .info-inclusive h2 {
        margin-bottom: 28px;
    }

    .info-inclusive p {
        margin-bottom: 10px;
    }

    .info-inclusive .btn {
        margin-top: 0;
    }

    .our-services {
        padding: 30px 0;
    }

    .our-services .info-text h2::before {
        width: 100px;
    }

    .our-services .info-text h2+p {
        max-width: 100%;
    }

    .our-services .info-text {
        margin-bottom: 20px;
    }

    .our-services::before {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }

    .info-services {
        padding: 20px 15px;
        min-height: auto;
        border-radius: 10px !important;
        margin-bottom: 10px;
    }

    .info-services h4 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
        padding-bottom: 5px;
    }

    .info-services h4::before {
        height: 3px;
        left: 0;
        width: 100px;
    }

    .info-services p:last-child {
        margin-bottom: 0;
    }

    .info-services h5 {
        font-size: 16px;
        margin-bottom: 2px;
    }

    .our-services::after {
        display: none;
    }

    .our-testimonials p {
        min-height: auto;
    }

    .portfolio .nav-tabs .nav-link::before {
        background: #ffc412;
        height: 2px;
        top: inherit;
    }

    .port-books {
        margin-bottom: 10px;
        height: 100%;
    }

    .port-books h4 {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .port-books h4+p {
        font-size: 14px !important;
        min-height: auto;
    }

    .port-books img {
        max-width: 130px;
    }

    .portfolio .row:nth-child(2) {
        margin-bottom: 0;
    }

}

@media (max-width: 600px) {
    .info-services h3 {
        font-size: 20px !important;
    }
}

@media (max-width: 480px) {
    .port-books img {
        max-width: 90px;
    }   
section.portfolio.port-lp .col-md-3 {
    margin-bottom: 10px;
}    
    section.portfolio.main-genre-section .port-books {
        padding: 20px 90px 20px 20px;
    }
    .our-work .info-text {
    margin-bottom: 30px;
}
    .video-toggle {
        top: 300px;
    }

    .close-modal-btn {
        width: 35px;
        height: 35px;
        right: -3px;
    }
    .banner-list-items li {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .form-div {
        padding: 50px 15px 15px 15px;
        border-radius: 10px;
    }

    .cta {
        background: #241f21 !important;
    }

    ul.contact-ul li a span {
        display: none;
    }

    .copy ul {
        justify-content: center;
    }

    .copy .row {
        flex-direction: column-reverse;
        gap: 5px;
    }
}