/*scroll*/

@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

::selection {
    background: #119EB7;
    color: #fff;
    text-shadow: none;
}

/* Header_Css */
.hasSubmenu {
    position: relative;
}

.hasSubmenu>a::after {
    content: "";
    visibility: hidden;
    display: inline-block;
    margin-left: 5px;
    /* Adjust this value to control the spacing between "Services" text and the arrow */
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
    /* You can change the color of the arrow here */
    transform: translateY(-50%) rotate(180deg);
    position: absolute;
    top: 47%;
    left: 67px;
    /* Adjust this value to control the position of the arrow */
}

ul.menu>li:hover .subMenu {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    opacity: 1;
    visibility: visible;
}

ul.menu>li:hover a::after {
    visibility: visible;
}

.subMenu {
    position: absolute;
    right: -280%;
    top: 213%;
    text-align: left;
    background: #fff;
    z-index: 99999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    box-shadow: 1px 3px 10px #ccc;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    min-width: 500px;
    max-width: max-content;
}

.hasSubmenu {
    position: relative;
}

.hasSubmenu>a::after {
    content: "";
    visibility: hidden;
    display: inline-block;
    margin-left: 5px;
    /* Adjust this value to control the spacing between "Services" text and the arrow */
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
    /* You can change the color of the arrow here */
    transform: translateY(-50%) rotate(180deg);
    position: absolute;
    top: 47%;
    left: 67px;
    /* Adjust this value to control the position of the arrow */
}

.subMenu {
    /* Rest of the submenu styles */
}

.subMenu li {
    color: #000;
    padding: 16px 22px;
    border-bottom: 1px solid #000000;
    width: 100%;
    position: relative;
    max-width: 100%;
}

.subMenu li.last {
    border-bottom: none;
}

.subMenu a {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    text-transform: capitalize;
    font-family: "Rubik";
    display: flex;
    align-items: center;
    gap: 10px;
    transition: none;
}

ul.subMenu li img {
    margin: 0;
    width: 40px;
}

.subMenu li:hover {
    background-color: #000;
}

.subMenu li:hover a {
    color: #fff !important;
}

/* Header_css */

.accordion .accordion-item button[aria-expanded="true"] {
    border-bottom: 2px solid #fff;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 0.9rem 1rem;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    border: 2px solid #fff;
    background: none;
    outline: none;
    border-radius: 34px;
    margin: 19px 0px;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #f8e6e2;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #03b5d2;
    border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 11px;
    right: 12px;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded="true"] {
    color: #fff;
}

.accordion button[aria-expanded="true"] .icon::after {
    width: 0;
}

.accordion button[aria-expanded="true"]+.accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 16px;
    font-weight: 300;
    margin: 0em 0px 11px 19px;
    color: #fff;
    font-family: "Rubik";
}

.wallbook-bg h6 {
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 39px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.wallbook-bg p {
    text-align: center;
    margin-top: 10px;
    font-size: 17px;
    font-weight: 600;
    font-family: "Rubik";
    color: #000;
    line-height: 30px;
}

.wallbook-bg button {
    background: #000;
    color: #fff;
    width: 250px;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    border: 1px solid #000;
    text-align: center;
    font-family: "Rubik";
    cursor: pointer;
    transition: 0.3s;
}

.number-content div span {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 86px;
    color: #000;
}

.pencil-bg h6 {
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-align: left;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.wall p {
    text-align: left;
    font-size: 17px;
    font-weight: 500;
    font-family: "Rubik";
    line-height: 28px;
    margin-top: 0px;
    margin-bottom: 22px;
}

.sec-who-black p {
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    font-family: "Rubik";
    line-height: 26px;
}

.sec-who-black h5 {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    font-family: "Rubik";
    margin-bottom: 1rem;
}

.sec-who-black button:hover {
    background: #ffffff;
    color: #000000;
    transform: scale(1.1);
}

.top-banner .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.black-sec {
    background: #000000;
    padding: 5px 17px;
}

.add-sec h6 {
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    font-family: "Rubik";
    margin-bottom: 1rem;
}

.add-sec p {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    font-family: "Rubik";
    line-height: 22px;
}

.top-banner-heading p {
    margin-top: 14px;
    font-size: 17px;
    font-weight: 500;
    font-family: "Rubik";
    line-height: 28px;
}

.warp-services {
    margin-bottom: 3rem;
    background: #ffffff;
    padding: 25px;
    height: 87%;
}

.nft-slider h6 {
    font-size: 20px;
    text-align: center;
    font-family: "Rubik";
    font-weight: 500;
    padding: 2px 90px;
    line-height: 29px;
    font-style: italic;
    margin-top: 25px;
}

.owl-dots .active span {
    border-radius: 10px;
    background: rgb(0, 0, 0);
    display: block;
    height: 12px;
    margin: 0px 5px;
    width: 12px;
    transition: 0.3s;
}

.owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 33px;
}

.owl-dots span {
    background: none repeat scroll 0 0 #868686;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 0px 5px;
    width: 12px;
    transition: 0.3s;
}

.nft-slider p {
    margin-top: 20px;
    font-size: 20px;
    text-align: center;
    font-family: "Rubik";
    font-weight: bold;
    line-height: 29px;

    color: #000;
}

.owl-nav button {
    margin: 0px 23px;
    font-size: 19px;
}

.owl-nav button i {
    font-size: 19px;
}

.owl-nav {
    display: none;
    /*justify-content: center;
    align-items: center;
    margin-top: 23px; */
}

.nft-slider small {
    font-size: 15px;
    text-align: center;
    font-family: "Rubik";
    font-weight: 600;
    line-height: 34px;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 8px;
}

.sec-who button:hover {
    background: #ffffff;
    color: #000000;
    transform: scale(1.1);
}

/* .sec-who div {
    display: flex;
    justify-content: center;
    text-align: center;

} */

::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5;
}

/*/ animation /*/
@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}

.float {
    animation: float 6s ease-in-out infinite;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #dedede;
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-image: linear-gradient(#000, #000);
}

/*body*/
body {
    overflow-x: hidden;
}

h5 {
    font-family: "Rubik";
}

.btn {
    font-family: "Montserrat";
}

*:hover,
*:focus,
* {
    outline: none !important;
}

.overflw {
    overflow: hidden;
}

[class^="box-"] {
    display: none;
}

[class^="box-"].showfirst {
    display: block;
}

img {
    max-width: 100%;
    height: auto;
}

a:hover,
button:hover {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
}

/*padding*/
.pad {
    padding: 0;
}

.padL {
    padding-left: 0;
}

.padR {
    padding-right: 0;
}

.pad-top-80 {
    padding-top: 80px !important;
}

.pad-top {
    padding-top: 60px;
}

.pad-btm-30 {
    padding-bottom: 30px;
}

.pad-btm {
    padding-bottom: 50px;
}

.pad-btm-70 {
    padding-bottom: 70px;
}

.pad-tb {
    padding: 80px 0;
}

.pad-tbm {
    padding: 50px 0;
}

.padRt-60 {
    padding-right: 60px;
}

.pad-LR30 {
    padding: 0 30px;
}

.pad-80-240 {
    padding: 80px 0 240px;
}

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

.mt-35 {
    margin-top: 35px;
}

/*botton*/
.btn-a {
    background-color: #bd964c;
    border: 2px solid #bd964c;
    border-radius: 0;
    color: white;
    padding: 15px 20px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.btn-a:hover {
    background: transparent;
    color: #fff;
}

.btn-submit {
    border-radius: 5px !important;
    text-transform: uppercase !important;
    font-size: 24px !important;
    letter-spacing: 0.2px;
}

.btn-submit:hover {
    background: transparent;
    color: #fff;
}

/*heading*/
.m1-h h5 {
    font-size: 60px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    position: relative;
    font-family: "Rubik";
}

.m1-h h5 span {
    font-weight: 400;
    font-size: 44px;
}

.m2-h h5 {
    font-size: 36px;
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
    position: relative;
    font-family: "Rubik";
    text-transform: uppercase;
    padding-bottom: 20px;
}

.m2-h h5 span {
    border-bottom: 3px solid #000;
    text-transform: capitalize;
}

.m3-h h5 {
    margin-bottom: 35px;
    padding-bottom: 19px;
    color: #000;
    font-weight: 600;
    font-family: "Rubik";
    text-transform: uppercase;
    font-size: 18px;
}

.m4-h h5 {
    color: #000;
    font-family: "Rubik";
    text-transform: capitalize;
    font-size: 18px;
    margin: 25px 0 30px;
    font-weight: 600;
}

.m5-h h5 {
    font-weight: 600;
    color: #fff;
    font-size: 48px;
    text-transform: uppercase;
    font-family: "Rubik";
}

.m5-h h5 span {
    border-bottom: 3px solid #fff;
}

.m6-h h5 {}

/*paragrape*/
.p1 p {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.p2 p {
    font-size: 36px;
    color: #fff;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}

.p3 p {
    color: #fff;
    line-height: 32px;
    font-weight: 600;
    font-size: 18px;
    font-family: "Rubik";
}

.p4 p {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    font-family: "Rubik";
    line-height: 22px;
}

.p5 p {}

/* Font size */
.font-16 {
    font-size: 16px !important;
}

/* Hamburger Menu */
.menu-Bar {
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0px;
    margin: auto;
    z-index: 999999;
    display: none;
}

.menu-Bar span {
    display: block;
    height: 4px;
    width: 100%;
    background: #000;
    position: absolute;
    transition: 0.6s all;
    border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
    top: 0;
}

.menu-Bar span:nth-child(2) {
    top: 8px;
    transform-origin: left;
}

.menu-Bar span:nth-child(3) {
    top: 16px;
}

.menu-Bar.open span {
    background: #000;
}

.menu-Bar.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 12px;
    transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 12px;
    transform-origin: right-center;
}

header {
    padding: 13px 0;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 999999;
    margin-bottom: 171px;

    /* From https://css.glass */
    background: rgb(255 255 255 / 77%);
    border-radius: 0px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(16.3px);
    -webkit-backdrop-filter: blur(16.3px);
    border: 0px solid rgba(255, 255, 255, 0.34);
}

ul.menu {
    display: block;
}

ul.menu>li {
    display: inline-block;
    margin-right: 36px;
}

ul.menu>li:last-child {
    margin-right: 0;
    margin: 0 0 0 30px;
}

a.btn.req-btn {
    background: #000;
    color: #fff;
    width: 177px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    border: 1px solid #000;
}

a.btn.req-btn:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    transform: scale(1.1);
}

.top-banner-heading h6 {
    font-family: "Rubik";
    font-size: 27px;
    color: #fff;
}

.top-banner-heading h5 {
    font-family: "Rubik";
    font-size: 50px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    text-shadow: 3px 5px #000;
}
/* 
.sec-toper {
    margin-top: 8rem;
} */

.warp-services {
    margin-bottom: 5rem;
}

.services-box-sec h5 {
    font-size: 32px;
    font-family: "Rubik";
    font-weight: 700;
}

.services-box-sec {
    display: flex;
    justify-content: start;
    align-items: baseline;
    gap: 8px;
}

.warp-services-sec p {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Rubik";
    color: #000;
    line-height: 30px;
}

.blck-box h6 {
    font-family: "Rubik";
    font-size: 26px;
    color: #fff;
    text-align: center;
    font-weight: 800;
}

.blck-box p {
    font-family: "Rubik";
    font-size: 17px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    margin: 12px 0px;
    line-height: 28px;
}

.blck-box button {
    width: 100%;
    height: 47px;
    font-size: 19px;
    font-weight: 600;
    background: #fff;
    border: 1px solid #000;
    cursor: pointer;
    margin-bottom: 6px;
}

.blck-box button:hover {
    width: 100%;
    height: 47px;
    font-size: 19px;
    font-weight: 600;
    background: #000000;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
}

.blck-box {
    background: #000;
    border-radius: 6px;
    padding: 19px 20px;
}

.warp-services-sec {
    margin-bottom: 5rem;
}

.white-box h6 {
    font-family: "Rubik";
    font-size: 26px;
    color: #000000;
    text-align: center;
    font-weight: 800;
}

.white-box p {
    font-family: "Rubik";
    font-size: 17px;
    color: #000000;
    text-align: center;
    font-weight: 400;
    margin: 12px 0px;
    line-height: 28px;
}

.white-box button {
    width: 100%;
    height: 47px;
    font-size: 19px;
    font-weight: 600;
    background: #ffffff;
    border: 1px solid #000000;
    cursor: pointer;
    color: #000000;
    margin-bottom: 6px;
}

.white-box button:hover {
    width: 100%;
    height: 47px;
    font-size: 19px;
    font-weight: 600;
    background: rgb(0, 0, 0);
    color: #ffffff;
    border: 1px solid #ffffff;
    cursor: pointer;
}

section.author-bg img {
    padding: 11px;
    border: 1px solid #000;
    transition: 0.3s;
}

section.author-bg img:hover {
    padding: 11px;
    border: 1px solid #000;
    transform: scale(1.1);
}

.new-books h5 {
    text-align: right;
    font-size: 40px;
    line-height: 45px;
    font-weight: bold;
    font-family: "Rubik";
    margin-bottom: 1rem;
}

.white-box {
    background: #ffffff;
    border-radius: 6px;
    padding: 19px 20px;
    border: 1px solid #0000002b;
}

.services-box-sec h6 {
    font-size: 28px;
    font-weight: 700;
    font-family: "Rubik";
    color: #000;
}

.pen-view img {
    width: 70px;
}

.services-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.services-box h6 {
    font-size: 20px;
    font-weight: 700;
    font-family: "Rubik";
    color: #000;
}

.warp-services p {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Rubik";
    color: #000;
    line-height: 30px;
    position: relative;
    z-index: 1;
}

.sec-who h5 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    font-family: "Rubik";
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.sec-who p {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    font-family: "Rubik";
    line-height: 28px;
}

.top-banner-heading h5 span {
    color: #000000;
    font-weight: bolder;
    text-shadow: 3px 5px #ffffff;
}

ul.menu>li>a {
    padding: 13px 0px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    letter-spacing: 0;
    font-family: "Rubik";
}

ul.menu>li.active a {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

ul.menu>li>a:hover {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

/*main-banner*/
.mainBanner {
    background-size: cover;
    background-position: center;
    height: 100vh;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 999;
}

video#myVideo {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 99;
}

.z-9 {
    z-index: 999;
    position: relative;
}

.mainBanner:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #00000059;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    margin: 0 auto;
}

/*main-banner End*/
/* Social Icons */
.socialIcon li {
    display: inline-block;
}

.wallbook-bg {
    background-image: url("../images/wall-book.png");
    background-size: 100% 100%;
    background-position: unset;
    background-repeat: no-repeat;
    padding-top: 120px;
    height: 80vh;
    width: 100%;
}

.bgsec2 {
    background-image: url("../images/blue-pen.png");
    padding-bottom: 4rem;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding-left: 0px;
    padding-right: 175px;
    padding-bottom: 60px;
    padding-top: 60px;
    position: relative;
    width: 100%;
}

.bgsec2 h6 {
    font-size: 24px;
    color: #000;
    font-family: "Rubik";
    line-height: 32px;
    font-weight: 600;
}

.keyboard {
    background-image: url("../images/keyboard.png");
    background-size: cover;
    background-position: inherit;
    background-repeat: no-repeat;
    padding-top: 120px;
    padding-bottom: 120px;
    width: 100%;
}

.socialIcon li span {
    padding: 12px 10px;
    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 0 5px 0 0;
    cursor: pointer;
}

.socialIcon li span:hover {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}

/*footer start*/
footer {
    background-color: #0f0f0f;
    padding: 30px 0;
}

.flogo {
    text-align: right;
}

.copyright.text-center {
    font-size: 14px;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
    background: #000;
}

.copyright.text-center p {
    text-transform: capitalize;
}
.sec-toper
.footerLinks a {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
}

.contactDetail li {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
}

/*footer end*/
/*media-quries*/
@media (max-width: 1440px) {}

@media (max-width: 1200px) {
    .menu-Bar {
        display: block;
        top: 0px;
    }

    .menuWrap.open {
        display: flex;
        left: 0px;
    }

    .menuWrap {
        position: fixed;
        left: -210%;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #484747;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        transition: all 0.4s ease;
        z-index: 9999;
        width: 100vw;
    }

    .menuWrap .menu li {
        display: block;
    }

    .menuWrap .menu li a {
        margin-bottom: 10px;
        padding: 0;
        display: block;
        margin-bottom: 30px;
        padding-right: 0px;
        margin-right: 0px;
        color: #fff;
        font-size: 25px;
    }

    .container {
        position: relative;
    }

    header .header-top {
        display: none;
    }

    header .main-header ul.menu>li {
        display: block;
        padding: 0px;
    }

    header .main-header ul.menu>li a {
        color: #fff;
        padding: 0px;
        text-align: center;
    }

    header .main-header ul.menu>li a:before {
        display: none;
    }
}

@media (max-width: 980px) {
    .btn-a {
        margin-bottom: 20px;
    }

    footer {
        padding-bottom: 60px;
    }
}

@media (max-width: 824px) {
    .menuWrap .menu li a {
        margin-bottom: 35px;
        font-size: 18px;
    }

    ul.menu>li:last-child {
        margin-right: 0;
        margin: 0px 0 0 0px;
        margin-right: 36px;
    }

    a.btn.req-btn {
        background: #58585800;
        border: none;
        color: #fff;
        width: revert;
        height: revert;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 500;
        border: 0px solid #000;
    }

    a.btn.req-btn {
        background: #58585800;
        border: none;
        color: #fff;
        width: revert;
        height: revert;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 500;
        border: 0px solid #000;
    }

    ul.menu>li>a {
        padding: 13px 0px;
        border-top: 0px solid #fff;
        border-bottom: 0px solid #fff;
        font-size: 16px;
        font-weight: 600;
        color: #000;
    }
}

@media screen and (max-width: 1024px) {
    .menuWrap .menu li a {
        margin-bottom: 35px;
        font-size: 18px;
    }

    ul.menu>li:last-child {
        margin-right: 0;
        margin: 0px 0 0 0px;
        margin-right: 36px;
    }

    a.btn.req-btn {
        background: #58585800;
        border: none;
        color: #fff;
        width: revert;
        height: revert;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 500;
        border: 0px solid #000;
    }

    a.btn.req-btn {
        background: #58585800;
        border: none;
        color: #fff;
        width: revert;
        height: revert;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 500;
        border: 0px solid #000;
    }

    ul.menu>li>a {
        padding: 13px 0px;
        border-top: 0px solid #fff;
        border-bottom: 0px solid #fff;
        font-size: 16px;
        font-weight: 600;
        color: #000;
    }
    .menu-Bar {
        display: none;
    }
}

@media (max-width: 767px) {
    a.btn.req-btn {
        background: #58585800;
        border: none;
        color: #fff;
        width: revert;
        height: revert;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 500;
        border: 0px solid #000;
    }

    ul.menu>li>a {
        padding: 13px 0px;
        border-top: 0px solid #fff;
        border-bottom: 0px solid #fff;
        font-size: 16px;
        font-weight: 600;
        color: #000;
    }

    header {
        padding: 0;
    }

    footer {
        text-align: center;
    }

    .m1-h h5 span {
        font-size: 26px;
    }

    .at-h {
        padding-bottom: 0;
    }

    .padRt-60 {
        padding-right: 0 !important;
    }

    .btn {
        border: 1px solid #000;
    }

    ul.menu>li:last-child {
        margin: 0;
    }

    a.logo img {
        width: 50%;
    }

    .m1-h h5 {
        font-size: 20px;
    }

    .mainBanner {
        height: 35vh;
    }

    .m2-h h5 {
        font-size: 20px;
    }

    .pad-tb {
        padding: 40px 0;
    }

    .p1 p {
        font-size: 16px;
        line-height: 20px;
    }

    .flogo img {
        width: 50%;
    }

    .flogo {
        text-align: left;
        margin-bottom: 20px;
    }

    .copyright.text-center {
        font-size: 16px;
    }

    footer {
        padding: 15px 0;
    }

    ul.menu>li.active a {
        border: 0;
    }

    ul.menu>li {
        margin-right: 0;
    }

    .menuWrap .menu li a {
        margin-bottom: 35px;
        font-size: 15px;
    }

    ul.menu>li>a {
        border-bottom: none;
    }

    ul.menu>li.active a {
        border: none;
    }

    ul.menu>li>a:hover {
        border: none;
    }

    .inner-ban .ban_hdn h5::after {
        width: 90px;
    }

    .inner-ban {
        height: 20vh;
    }

    .Tec-ctn h5::after {
        width: 270px;
    }
    .menu-Bar {
        display: none;
    }
    .top-quality-banner-content h2 {
        font-size: 28.813px;
    }
}

@media (min-width: 320px) and (max-width: 340px) {}

@media (min-width: 341px) and (max-width: 365px) {}

@media (min-width: 366px) and (max-width: 380px) {}

@media (min-width: 381px) and (max-width: 415px) {}

/* UL style */
.listStyle {
    list-style: disc;
    display: inline-block;
    list-style-position: inside;
}

.listStyle li {
    margin: 30px 0;
    font-family: "Rubik";
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    /* position: relative;
   */
}

/* lp-expert style */
.lp-banner {
    background-image: url("../images/lp-banner.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 0px;
    width: 100%;
    margin-top: 80px;
}

.lp-banner .lp-banner-content h4 {
    color: #fff;
    font-family: "Rubik";
    font-size: 28.477px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 105.35% */
}

.lp-banner .lp-banner-content h2 {
    color: #fff;
    font-family: "Rubik";
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    text-transform: uppercase;
    margin: 10px 0px;
}

.lp-banner .lp-banner-content p {
    color: #fff;
    font-family: "Rubik";
    font-size: 18.75px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 138.667% */
}

.lp-banner .lp-banner-content p.sec-content-para {
    margin: 10px 0px;
}

.lp-banner .lp-banner-content p.sec-content-para a {
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}

.lp-banner-form-wrapper .lp-banner-form {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #0000001a;
}

/* .lp-banner-form .form-uppr-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
} */

.lp-banner-form input {
    display: inline-flex;
    height: 40px;
    padding:4px 9px;
    justify-content: flex-end;
    align-items: center;
    flex-shrink: 0;
    border-radius: 5px;
    border: 2px dashed #d2d2d2;
}

.lp-banner-form textarea {
    padding: 8px 9px;
    height: 100px;
    width: 100%;
    flex-shrink: 0;
    border-radius: 5px;
    border: 2px dashed #d2d2d2;
}

.lp-banner-form .clock {
    margin: 2em 1em;
}

.middle-form-wrap h3 {
    color: #000;
    text-align: center;
    font-family: "Rubik";
    font-size: 21.563px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    /* 106.667% */
}

.middle-form-wrap p {
    color: #999;
    text-align: center;
    font-family: "Rubik";
    font-size: 23.438px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    /* 106.667% */
    margin: 10px 0px;
}

.lp-banner-images {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

/* why ghost write */
.why-ghost-write {
    padding: 100px 0px;
}

.why-ghost-head h2 {
    color: #000;
    font-family: "Rubik";
    font-size: 57.188px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
}

.why-ghost-head p {
    color: #333;
    text-align: center;
    font-family: "Rubik";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 150% */
    margin: 20px 0px;
}

.why-ghost-head h2 span {
    color: #0A6E80;
}

.why-ghost-write .category-card {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #00000038;
    margin-top: 30px;
    background-color: #fff;
    text-align: center;
}

.why-ghost-write .category-card img {
    height: 50px;
    filter: brightness(0) saturate(100%) invert(28%) sepia(100%) saturate(1180%) hue-rotate(161deg) contrast(90%);
}
.why-ghost-write .category-card p {
    color: #000;
    text-align: center;
     font-family: "Rubik";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 100% */
}

.category-bottom {
    margin: 15px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.category-bottom p {
    color: #333;
    text-align: center;
    font-family: "Rubik";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 125% */
}

.talks-btn-wrap {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.talks-btn-wrap a:nth-child(1) {
    border-radius: 2px;
    border: 1px solid #fff;
    background: #fff;
    box-shadow: 0px 2px 5px 1px rgba(64, 60, 67, 0.16);
    color: #000;
    text-align: center;
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.5px;
    /* 125% */
    text-transform: capitalize;
    padding: 11px 22.696px 11.5px 23px;
}

.talks-btn-wrap a:nth-child(2) {
    border-radius: 2px;
    border: 1px solid #0A6E80;
    background: #0A6E80;
    box-shadow: 0px 2px 5px 1px rgba(64, 60, 67, 0.16);
    color: #fff;
    text-align: center;
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.5px;
    /* 125% */
    text-transform: capitalize;
    padding: 11px 22.696px 11.5px 23px;
}

.top-quality-banner {
    background-image: url("../images/top-quality-banner.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 0px;
    width: 100%;
}

.top-quality-banner-content h4 {
    color: #fff;
     font-family: "Rubik";
    font-size: 22.875px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 104.918% */
    margin-bottom: 15px;
}

.top-quality-banner-content h2 {
    color: #fff;
     font-family: "Rubik";
    font-size: 37.813px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 105.785% */
}

.top-quality-banner p {
    color: #fff;
    text-align: center;
    font-family: "Rubik";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 100% */
    margin: 10px 0px;
}

.top-quality-btn {
    margin-top: 45px;
    text-align: center;
}

.top-quality-btn a {
    border-radius: 2px;
    border: 1px solid #fff;
    background: #fff;
    box-shadow: 0px 2px 5px 1px rgba(64, 60, 67, 0.16);
    color: #000;
    text-align: center;
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.5px;
    /* 125% */
    text-transform: capitalize;
    padding: 11px 22.696px 11.5px 23px;
}

.top-quality-banner-stars {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

/* service */
.carousel,
.carousel-inner {
    position: relative;
}

.carousel-inner {
    overflow: hidden;
    width: 100%;
}

.carousel-inner>.item {
    display: none;
    position: relative;
    transition: 0.6s ease-in-out left;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }

    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }

    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block;
}

.carousel-inner>.active {
    left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner>.next {
    left: 100%;
}

.carousel-inner>.prev {
    left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0;
}

.carousel-inner>.active.left {
    left: -100%;
}

.carousel-inner>.active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    background-color: transparent;
}

.carousel-control.left {
    background-image: linear-gradient(to right,
            rgba(0, 0, 0, 0.5) 0,
            rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right,
            rgba(0, 0, 0, 0.0001) 0,
            rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:focus,
.carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif;
}

.carousel-control .icon-prev:before {
    content: "\2039";
}

.carousel-control .icon-next:before {
    content: "\203a";
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #0009;
    background-color: transparent;
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
}

.carousel-caption .btn,
.text-hide {
    text-shadow: none;
}

@media screen and (min-width: 768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.tab-content>.tab-pane {
    margin: 30px 0 0;
}

.servicesSec .pfnav.tabs {
    display: inline-flex;
}

/* limited books sec */
.limited-books {
    padding: 100px 0px;
}

.limited-books .limited-book-head h2 {
    color: #000;
    text-align: center;
     font-family: "Rubik";
    font-size: 57.539px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    /* 104.277% */
}

.limited-books .limited-book-head p {
    color: #333;
    text-align: center;
    font-family: "Rubik";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 150% */
    margin: 20px 0px;
}

.get-start-btn-wrap {
    margin: 20px 0px;
    text-align: center;
}

.get-start-btn-wrap a {
    padding: 10px 20px;
    border-radius: 5px;
    background: #0A6E80;
    color: #fff;
    text-align: center;
    font-family: "Rubik";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 100% */
}

/* should-ghostwrite */

.should-ghostwrite {
    padding: 100px 0px;
    background: url("../images/should-ghost-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.should-ghostwrite .should-ghostwrite-head h2 {
    color: #fff;
    text-align: center;
     font-family: "Rubik";
    font-size: 56.719px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    /* 105.785% */
}

.should-ghostwrite .should-ghostwrite-head p {
    color: #fff;
    text-align: center;
    font-family: "Rubik";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 166.667% */
    margin: 20px 0px;
}
.thinking-box {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #0000001a;
    padding: 35px;
    margin-bottom: 10px;
    transition: 0.5s all;
    height: 240px;
}
.thinking-box:hover {
    background: #119eb7bf;
    transition: 0.5s all;
}
.thinking-box .thinking-box-head h4 {
    color: #000;
     font-family: "Rubik";
    font-size: 24.984px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    /* 104.065% */
    margin: 10px 0px;
}
.thinking-box .thinking-box-content p {
    color: #666;
    font-family: "Rubik";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    /* 143.75% */
}
.should-ghostwrite .get-start-btn-wrap {
    margin-top: 80px;
}
.thinking-box:hover  .thinking-box-head h4 {
    color: white !important;
}
.thinking-box:hover .thinking-box-content p {
    color: white !important;
}
/* review section */
.client-reviews {
    padding: 100px 0px;
    background: #f4f4f4;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

img.swiper-button-prev {
    width: 43px;
    top: 89%;
    left: 72%;
    /* left: 100%; */
}

img.swiper-button-next {
    width: 43px;
    top: 89%;
    left: 83%;
}

/* Style your custom arrow buttons here */

.review-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    flex-wrap: nowrap;
    margin-top: 30px;
}

.review-wrap .review-content-wrap {
    text-align: left;
}

.review-wrap .review-content-wrap h4 {
    color: #333;
     font-family: "Rubik";
    font-size: 22.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 106.667% */
}

.review-wrap .review-content-wrap h2 {
    color: #000;
     font-family: "Rubik";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin: 20px 0;
}

.review-wrap .review-content-wrap p {
    color: #333;
    font-family: "Rubik";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 133.333% */
}

.review-content-wrap .name-star-wrap {
    margin: 20px 0;
}

.review-content-wrap .name-star-wrap .name h4 {
    color: #000;
     font-family: "Rubik";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.review-content-wrap .name-star-wrap .stars {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1rem;
}

.review-content-wrap .name-star-wrap .stars i {
    color: #04b076;
    font-size: 20px;
    margin-right: 5px;
}

/* quote form */

.quote-form {
    padding: 100px 0px;
}

.quote-form .black-por {
    background: #0a6e80;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #0000001a;
    margin-bottom: 30px;
    height: 100%;
}

.quote-form .black-por h2 {
    color: #fff;
     font-family: "Rubik";
    font-size: 55.664px;
    font-style: normal;
    font-weight: 700;
    line-height: 63px;
    /* 113.179% */
}

.quote-form .black-por p {
    color: #fff;
    font-family: "Rubik";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 150% */
    margin: 15px 0;
}

.quote-form .black-por .imgs-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.quote-form .req-quote-form {
    background: #f4f4f4;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #0000001a;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.quote-form .req-quote-form h2 {
    color: #333;
     font-family: "Rubik";
    font-size: 56.953px;
    font-style: normal;
    font-weight: 700;
    line-height: 63px;
    /* 110.617% */
    margin: 20px 0;
}

.quote-form .req-quote-form .name-email-wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.quote-form .req-quote-form input {
    display: flex;
    height: 50px;
    padding: 16px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border: 1px solid #dfdfdf;

    background: #fff;
}

.quote-form .req-quote-form input::placeholder {
    color: #a3a3a3;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.quote-form .req-quote-form .submit-now-btn button {
    width: 100%;
    color: #fff;
    border: none;
    padding: 20px 20px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    margin-top: 20px;
    border-radius: 5px;
    background: #0a6e80;
}

.quote-form .req-quote-form .name-email-wrap .form-group {
    flex: 0 0 48%;
}

.quote-form .talks-btn-wrap a {
    font-size: 16px;
}

section.sec-toper.write-book h5 {
    color: #000;
    font-size: 22px;
    font-family: "Oswald";
    font-weight: 600;
    margin-top: 11px;
    margin-bottom: 15px;
}

section.sec-toper.write-book p {
    color: #000;
    font-size: 17px;
    font-family: "Rubik";
    font-weight: 400;
    margin-top: 11px;
    margin-bottom: 15px;
    line-height: 25px;
    padding: 0px 31px;
}

.sec-toper .succ-cont h6 {
    color: #0A6E80;
    text-align: center;
     font-family: "Rubik";
    font-size: 59.063px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    /* 101.587% */
}

.sec-toper .succ-cont h6 span {
    color: #000;
    text-align: center;
     font-family: "Rubik";
    font-size: 55.664px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    /* 107.789% */
}

.sec-toper .succ-cont p {
    color: #333;
    text-align: center;
    font-family: "Rubik";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 150% */
    margin: 15px 0;
}

.accordion .accordion-item button[aria-expanded="true"] {
    border-bottom: 0px solid #000;
    /* background: #ffaa17; */
    color: #000;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 35px;
    color: #000;
     font-family: "Rubik";
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.5px;
    background: none;
    outline: none;
    border-radius: 19px;
    margin: 19px 0px;
    color: #000;

    height: 67px;
    border: 1px solid transparent;
    box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
    border-radius: 24px;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #000000;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #03b5d2;
    border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 22px;
    right: 21px;
    width: 22px;
    height: 22px;
    border: 1px solid #000;
    border-radius: 22px;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded="true"] {
    color: #fff;
}

.accordion button[aria-expanded="true"] .icon::after {
    width: 0;
}

.accordion button[aria-expanded="true"]+.accordion-content {
    opacity: 1;
    max-height: 300px;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 16px;
    font-weight: 400;
    margin: 0em 0px 11px 19px;
    color: #000;
    font-family: "Rubik";
    line-height: 25px;
}

.accordion .accordion-content ul li {
    font-size: 16px;
    font-weight: 400;
    margin: 0em 0px 11px 19px;
    color: #000;
    font-family: "Rubik";
    line-height: 25px;
}

.standards-tabs {
    padding: 100px 0px;
}

.standards-tabs .standards-tabs-head h2 {
    color: #000;
    text-align: center;
     font-family: "Rubik";
    font-size: 51.445px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    /* 68.033% */
}

.standards-tabs .standards-tabs-head p {
    color: #333;
    text-align: center;
    font-family: "Rubik";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 150% */
    margin: 20px 10px;
}

.standards-tabs .tabs-wrapper .tab div {
    padding: 10px;
    border-radius: 60%;
    background: #fff;
    box-shadow: 0px 0px 10px 0px #0000001a;
    cursor: pointer;
    border: none;
}
.standards-tabs .tabs-wrapper .tab div img {
    filter: brightness(0%) contrast(150%);
}

.standards-tabs .tabs-wrapper .tab div.active {
    background: #0A6E80;
    color: #fff;
}

.standards-tabs .tabs-wrapper .tab div.active img {
    filter: brightness(200%) contrast(100%);

}

.standards-tabs .tabs-wrapper .tab1 div.active img {
    filter: grayscale(1);
}

.tab-content-wrapper .tab-content-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin: 15px 0;
}

.tab-content-wrapper .right-content h4 {
    color: #000;
     font-family: "Rubik";
    font-size: 28.125px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
    /* 124.444% */
    margin: 15px 0;
}

.tab-content-wrapper .right-content p {
    color: #333;
    font-family: "Rubik";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 150% */
}

.tab-content-wrapper .number-wrap .num {
    background: #0A6E80;
    border-radius: 60%;
    box-shadow: 0px 0px 10px 0px #0000001a;
    padding: 28px 0;
    margin-top: 60px;
    width: 190px;
    height: 190px;
    text-align: center;
}
.tab-content-wrapper .number-wrap .num h4 {
    color: #fff;
    text-align: center;
    font-family: "Rubik";
    font-size: 128px;
    font-style: normal;
    font-weight: 600;
    line-height: 140px;
    /* 8.594% */
}

.tab-content-wrapper {
    display: none;
}

.tab-content-wrapper.active {
    display: flex;
}

.standards-tabs .tabs-wrapper .tab div.active img {
    filter: invert(1) !important;
}

.aft-pen,
.bef-pen {
    position: relative;
}

.aft-pen::after {
    content: "";
    position: absolute;
    top: 216px;
    left: 0;
    /* bottom: 0; */
    width: 23%;
    /* right: 0; */
    background-image: url(../images/pen-bef-aft.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    height: 430px;
    animation: float 6s ease-in-out infinite;
}
.bef-pen::after {
    content: "";
    position: absolute;
    top: 140px;
    right: 0;
    /* bottom: 0; */
    width: 23%;
    /* right: 0; */
    background-image: url(../images/pen-bef-aft.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    height: 70%;
    animation: float 6s ease-in-out infinite;
}

.float {
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

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

@media(max-width: 786px) {
    .lp-banner {
        height: fit-content;
    }

    .lp-brands .lp-brands-image {
        display: flex;
        justify-content: center;
        padding: 10px 0px;
    }

    .talks-btn-wrap {
        flex-direction: column;
        gap: 20px;
    }

    .standards-tabs .standards-tabs-head h2 {
        font-size: 40px;
        line-height: 55px;
    }

    .standards-tabs .tabs-wrapper .tab {
        display: flex;
        justify-content: center;
        margin: 10px 0px;
    }

    .standards-tabs .tabs-wrapper .tab div {
        width: 75px;
    }

    .tab-content-wrapper .tab-content-wrap {
        flex-wrap: wrap;
    }

    .tab-content-wrapper .tab-content-wrap {
        flex-direction: column-reverse;
        justify-content: center;
    }

    .book-img-wrapper {
        text-align: center;
    }

    .review-wrap {
        flex-wrap: wrap;
    }

    .review-wrap .review-content-wrap {
        padding: 20px;
    }

    img.swiper-button-prev {
        width: 43px;
        top: 95%;
        left: 70%;
        /* left: 100%; */
    }

    img.swiper-button-next {
        top: 95%;
        /* left: 100%; */
    }
}
.color-change {
    animation: colorChange 3s infinite;
}

@keyframes colorChange {
    0% {
        color: white;
    }
    33% {
        color: black;
    }
    66% {
        color: brown;
    }
    100% {
        color: white;
    }
}
.highlighted {
    animation: highlightPulse 1.5s infinite;
    padding: 0.2rem 0.5rem;
    border-radius: 5px;
}
.modal-content.modaal-div {
    background-image: url(../images/newyear.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
.modal-content.modaal-div .lp-banner-form-wrapper .lp-banner-form {
    background-color: transparent;
    padding: 0px 30px !important ;
    border-radius: 10px;
    box-shadow: none;
}
.modal-content.modaal-div  .lp-banner-form-wrapper  .lp-banner-form input {
    display: inline-flex;
    height: 42px;
    padding: 4px 9px;
    justify-content: flex-end;
    align-items: center;
    flex-shrink: 0;
    border-radius: 5px;
    border: 2px solid #d2d2d2;
    font-family: 'Rubik';
    color: black;
}
.modal-content.modaal-div .lp-banner-form-wrapper  .lp-banner-form  textarea {
    padding: 8px 9px;
    height: 100px;
    width: 100%;
    flex-shrink: 0;
    border-radius: 5px;
    border: 2px solid #d2d2d2;
    font-family: 'Rubik';
    color: black;
}
.req-quote-form p {
    text-align: center;
    margin: 15px 0px;
    font-family: 'Rubik';
    font-size: 16px;
}

#timer-container {
    display: flex;
    gap: 20px;
    text-align: center;
    justify-content: center;
    margin-bottom: 22px;
    .time-box {
        background-color: #006d77;
        color: white;
        padding: 16px 13px;
        border-radius: 4px;
        font-size: 27px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        font-family: 'Rubik';
      }
      .label {
        font-size: 15px;
        color: #999999;
        margin-bottom: 5px;
        font-family: 'Rubik';
      }
  }