@import url(https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@700;900&family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap);

/***** General CSS *****/

:root {
    --theme: #A89787;
    --theme1: #22324c;
}

body {
    word-break: break-word;
    color: #393939;
    overflow-x: hidden;
    font-family: "DM Serif Text", serif;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    line-height: 1.6;
    color: #848485;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px;
}


/***** Font Files *****/


/* @font-face {
    font-family: 'Alga';
    src: url(../fonts/Alga-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: 'Alga';
    src: url(../fonts/Alga-Regular.ttf);
}

@font-face {
    font-family: 'Alga';
    src: url(../fonts/Alga-Semibold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: 'Alga';
    src: url(../fonts/Alga-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: 'Alga';
    src: url(../fonts/Alga-Extralight.ttf);
    font-weight: 200;
}

@font-face {
    font-family: 'Alga';
    src: url(../fonts/Alga-Light.ttf);
    font-weight: 300;
} */


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 10px 25px !important;
    border: unset;
    border-radius: 10px;
    color: #ffffff !important;
    z-index: 1;
    background: #20314D;
    position: relative !important;
    font-size: 18px !important;
    transition: all 250ms;
    overflow: hidden;
    display: flex !important;
    align-items: center;
    gap: 12px;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 10px;
    background-color: #A89787;
    z-index: -1;
    transition: all 950ms;
}

.theme_btn:hover {
    color: #000000;
}

.theme_btn:hover::before {
    width: 100%;
}

.theme_btn1 {
    padding: 10px 25px !important;
    border: unset;
    border-radius: 10px;
    color: #ffffff !important;
    z-index: 1;
    background: #A89787;
    position: relative !important;
    font-size: 18px !important;
    transition: all 250ms;
    overflow: hidden;
    display: flex !important;
    align-items: center;
    gap: 12px;
}

.theme_btn1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 10px;
    background-color: #22324c;
    z-index: -1;
    transition: all 950ms;
}

.theme_btn1:hover {
    color: #000000;
}

.theme_btn1:hover::before {
    width: 100%;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    /* font-family: 'Alga'; */
    font-size: 55px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    /* font-family: 'Alga'; */
    font-size: 55px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    /* font-family: 'Alga'; */
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    /* font-family: 'Alga'; */
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    /* font-family: 'Alga'; */
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    /* font-family: 'Alga'; */
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../img//arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
    width: 140px;
    /* filter: brightness(0) invert(1); */
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 0;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #fff;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #87CEEB;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 45px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 12px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 231px;
    top: 15px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */


/*header css start*/

/*.menuSec ul li a.logoo {*/
/*    padding: 0 80px;*/
/*}*/

header {
    padding: 7px 0;
    /* background: #0000007a; */
    position: absolute;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid #ffffff00;
}

.menuSec ul li a.theme_btn {
    background: transparent;
    border: 1px solid #fff;
    padding: 9px 25px !important;
}

.banner_main {
    background: url(../img/banner-new.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    align-items: center;
}

.banner_main .banner_txt {
    text-align: center;
    margin-top: 80px;
}

.banner_main .banner_txt h1 {
    font-size: 65px;
    font-weight: 500;
    line-height: 1;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.banner_main .banner_txt p {
    width: 80%;
    margin: 0 auto;
    line-height: 1.6;
    font-weight: 300;
}

.banner_main .banner_txt .form_bg {
    background: #9b9b9b78;
    border-radius: 20px;
    padding: 30px 40px;
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
}

.banner_main .banner_txt .form_bg .grp {
    display: flex;
    justify-content: space-between;
    margin: 0 0 10px 0;
    gap: 10px;
}

.banner_main .banner_txt .form_bg .grp input::placeholder,
.banner_main .banner_txt .form_bg .grp textarea::placeholder {
    color: white !important;
}

.banner_main .banner_txt .form_bg .grp input {
    padding: 10px;
    width: 28%;
    height: 50px;
    background: #FFFFFF17;
    border: 2px solid #ffffff;
    border-radius: 10px;
    color: #ffffff;
}

.banner_main .banner_txt .form_bg .grp textarea {
    padding: 10px;
    width: 100%;
    height: 60px;
    background: #ffffff00;
    border: 2px solid #ffffff;
    border-radius: 10px;
    resize: none;
    color: #ffffff;
}

.mini {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
}

.para {
    font-size: 18px;
    font-weight: 400;
    color: #ffff;
    line-height: 32.4px;
}


/* hammad css start */

.banner_main .banner_txt .form_bg .grp input::placeholder {
    color: #D9D9D9;
}

.banner_main .banner_txt .form_bg .grp textarea::placeholder {
    color: #D9D9D9;
}

.banner_main .banner_txt .form_bg .grp:last-child {
    margin: 0;
}

.banner_main .banner_txt .form_bg .grp input:focus {
    border-color: #a89787;
}

.banner_main .banner_txt .form_bg .grp textarea:focus {
    border-color: #a89787;
}

.banner_main {
    position: relative;
}

.banner_main>span {
    position: absolute;
    width: 28px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 20px;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
    overflow: hidden;
    z-index: 9;
}

.banner_main>span:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 5px;
    height: 10px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    animation: ani 1s linear infinite;
}

@keyframes ani {
    0% {
        transform: translate(-50%, -300%);
    }
    100% {
        transform: translate(-50%, 300%);
    }
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}


/* video sec start */

.video_sec>.video_sec_box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video_sec>.video_sec_box>video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.video_sec>.video_sec_box>a.play-btn {
    position: absolute;
}

.video_sec>.video_sec_box>a.play-btn>i {
    color: #000;
    font-size: 25px;
    background: #fff;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 15px 1px #0000002b;
    transition: 0.3s ease-in-out;
    animation: shadow-pulse 1.5s infinite;
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px #22324c5c;
    }
    100% {
        box-shadow: 0 0 7px 25px #22324c00;
    }
}

.video_sec>.video_sec_box>a.play-btn>i:hover {
    background: #87CEEB;
    color: #fff;
}

.video_sec .counter_box {
    margin-top: 40px;
    text-align: center;
    margin-bottom: 40px;
}

.video_sec .counter_box>h3 {
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: 600;
    color: #87CEEB;
}

.video_sec .counter_box>p {
    font-size: 18px;
    color: #848484;
    margin: 0;
    /* font-family: 'Inter'; */
    font-weight: 400;
}


/* fold one start */

.all-sec {
    padding: 40px 0px;
}

.fold_one {
    background: #d9d9d9;
}

.fold_one .row {
    align-items: center;
}

.theme_heading>span {
    font-size: 30px;
    color: black;
    font-weight: 500;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
}

.theme_heading>h2 {
    font-size: 55px;
    color: #87CEEB;
    font-weight: 600;
}

.theme_heading>ul {
    display: flex;
    margin-bottom: 0;
    margin-top: 20px;
    gap: 20px;
    align-items: center;
}

.btn1 {
    font-size: 20px;
    color: #fff;
    display: block;
    background: #8d8d8d;
    padding: 10px 30px;
    position: relative;
    overflow: hidden;
    padding-right: 30px;
    transition: 0.3s ease-in-out;
    z-index: 1;
    border-radius: 10px;
    box-shadow: -2px 7px 18px 0px #8d8d8d;
}

.btn1>i {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 25px;
    transition: 0.3s ease-in-out;
    font-weight: 300;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.btn1:after {
    background: #253c3c;
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: 0.3s ease-in-out;
}

.btn1:hover:after {
    height: 100%;
}

.btn1:hover {
    color: #fff;
    border-radius: 30px;
}

.btn1:hover>i {
    transform: translate(20px, -50%);
    background: #fff;
    color: black;
    box-shadow: inset 0 0 11px 1px #a89787;
}

.btn2 {
    font-size: 20px;
    color: #fff;
    display: block;
    padding: 10px 30px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    z-index: 1;
    background: linear-gradient(to bottom, #294141, #1B2F2F);
    box-shadow: -2px 7px 18px 0px #8d8d8d;
    border: 1px solid transparent !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn2>i {
    margin-right: 7px;
    animation: tada 1.5s ease infinite;
}

.btn2:after {
    background: #8d8d8d;
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.3s ease-in-out;
}

.btn2:hover:after {
    height: 100%;
}

.btn2:hover {
    color: #fff;
    border-radius: 30px;
}

@keyframes tada {
    0% {
        transform: scale(1);
    }
    10%,
    20% {
        transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        transform: scale(1) rotate(0);
    }
}


/* fold two start */

.fold_two {
    background: #cdcbc0;
    overflow: hidden;
}

.fold_two .theme_heading>span {
    color: #000000;
}

.fold_two .theme_heading>h2 {
    color: #87CEEB;
    margin-bottom: 15px;
}

.fold_two .theme_heading>p {
    color: #000000;
}

.fold_two .theme_heading {
    margin-bottom: 70px;
}

.fold_two .serv_box {
    position: relative;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fold_two .serv_box>h3 {
    color: #87CEEB;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 15px;
}

.fold_two .serv_box>p {
    color: #000000;
    font-weight: 400;
    font-size: 15px;
}

.fold_two .serv_box>a>i {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #87CEEB;
    border-radius: 50%;
    color: #fff;
    transition: 0.3s ease-in-out;
}

.fold_two .serv_box:hover>a>i {
    background: #fff;
    color: black;
    transform: rotate(-35deg);
}

.fold_two .row>.col-lg-3 {
    padding: 0;
}

.fold_two .serv_box>span {
    position: absolute;
    width: 100%;
    height: 100%;
}

.fold_two .serv_box>span:nth-child(1):after {
    position: absolute;
    content: "";
    background: #87CEEB;
    width: 260%;
    height: 1px;
    left: -90%;
    top: -20px;
}

.fold_two .serv_box>span:nth-child(1):before {
    position: absolute;
    content: "";
    background: #87CEEB;
    width: 260%;
    height: 1px;
    left: -90%;
    bottom: 0;
}

.fold_two .serv_box>span:nth-child(2):before {
    position: absolute;
    content: "";
    background: #87CEEB;
    height: 140%;
    width: 1px;
    left: -30px;
    top: -70px;
}

.fold_two .row>.col-lg-3:last-child .serv_box>span:nth-child(2):after {
    position: absolute;
    content: "";
    background: #000000;
    height: 140%;
    width: 1px;
    right: 20px;
    top: -70px;
}

.fold_two .serv_box:after {
    position: absolute;
    content: "";
    width: 0;
    background: #fff;
    height: 4px;
    left: 0;
    top: 0px;
    z-index: 1;
    transition: 0.3s ease-in-out;
    margin: 0 auto;
    right: 0;
    transform: translate(-10px, 0px);
}

.fold_two .serv_box:hover:after {
    width: 100%;
}

.fold_two .row>.col-lg-3:last-child>.serv_box:hover:after {
    width: 103%;
}


/* fold three start */

.fold_three {
    background: #eeece4;
}

.fold_three .whychose_box:hover {
    background: #fff;
}

section.fold_three.all-sec .btn2 {
    box-shadow: none;
}

.fold_three .whychose_box {
    padding: 25px;
    background: #ffffffad;
    border-radius: 20px;
    height: 100%;
    margin-top: 20px;
    max-height: -webkit-fill-available;
    transition: 0.3s ease-in-out;
    /* box-shadow: 0px 0px 30px #4a4a4a; */
    text-align: center;
    border-radius: 70px 0px 70px 0px;
}

.fold_three .whychose_box>img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    display: block;
    margin-bottom: 10px;
    margin: 0 auto;
}

.fold_three .whychose_box>h3 {
    color: #87CEEB;
    line-height: 1.2;
    margin-bottom: 15px;
    font-size: 35px;
}

.fold_three .whychose_box>p {
    margin: 0;
    color: black;
}

.fold_three .whychose_box:hover {
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}

.fold_three .row>ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
    margin-bottom: 0;
}

.btn3 {
    font-size: 20px;
    color: #fff;
    display: block;
    background: #8d8d8d;
    padding: 10px 30px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    z-index: 1;
    border: 1px solid transparent !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn3>i {
    margin-right: 7px;
    animation: tada 1.5s ease infinite;
}

.btn3:hover {
    color: #fff;
    border-radius: 30px;
}

.btn3:after {
    background: #243b3b;
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: 0.3s ease-in-out;
}

.btn3:hover:after {
    height: 100%;
}

.fold_five {
    position: relative;
    padding: 100px 0px;
    z-index: 1;
}

.fold_five>img {
    position: absolute;
    width: 610px;
    height: 100%;
    bottom: 0;
    object-fit: cover;
    object-position: left;
    z-index: -1;
    left: 250px;
}

.theme_heading>ul.listingg {
    flex-direction: column;
    align-items: baseline;
    gap: 10px;
    margin: 20px 0px 30px;
}

.theme_heading>h3 {
    margin-bottom: 0;
    color: black;
    font-size: 40px;
}

.theme_heading>ul.listingg>li {
    position: relative;
    padding-left: 20px;
}

.theme_heading>ul.listingg>li:after {
    position: absolute;
    content: "";
    background: black;
    width: 7px;
    height: 7px;
    left: 0;
    top: 7px;
    border-radius: 50%;
}


/* fold six */

.fold_six {
    background: #e3e2da;
}

.fold_six .theme_heading>h2 {
    color: #87CEEB;
}

.fold_six .theme_heading {
    margin-bottom: 40px;
}

.fold_six .fold_six_video_wrp>video {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 0px 95px 0px 95px;
}

.fold_six .fold_six_video_wrp {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fold_six .fold_six_video_wrp>a.play-btn {
    position: absolute;
    background: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: black;
    font-size: 20px;
    animation: shadow-pulse1 1.5s infinite;
}

@keyframes shadow-pulse1 {
    0% {
        box-shadow: 0 0 0 0px #A89787;
    }
    100% {
        box-shadow: 0 0 7px 25px #a8978700;
    }
}

.cust_accordions .accordion-item {
    background: transparent;
    border: 0;
    padding: 0;
}

.cust_accordions .accordion-button {
    background: transparent;
    font-size: 35px;
    color: #87CEEB;
    padding: 20px 0px;
    border-top: 1px solid #000000;
}

.cust_accordions .accordion-button:focus {
    box-shadow: none;
}

.cust_accordions .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.cust_accordions .accordion-body {
    padding: 0;
}

.cust_accordions .accordion-body>p {
    color: #000000;
    margin-bottom: 30px;
    line-height: 1.7;
}

.cust_accordions .accordion-button::after {
    filter: brightness(0.5);
}

.cust_accordions .accordion-item:first-child .accordion-button {
    border: 0;
}

.fold_six .row>ul {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 0;
}

.fold_six .btn2 {
    border: 1px solid;
    /* height: 48px; */
}

.fold_seven .portfolio_slider>.slick-list {
    padding: 30px 0px;
}

.fold_seven .slick-slide {
    margin: 0px 15px;
    opacity: 1;
}

.fold_seven .slick-slide>img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: top;
    /* box-shadow: rgb(79 79 79 / 66%) 0px 7px 29px 0px; */
}

.portfolio_slider_two>.slick-list {
    padding: 30px 0px;
}


/* cta start */

.cta_sec {
    position: relative;
    padding: 50px 0px;
}

.cta_sec:after {
    position: absolute;
    content: "";
    width: 80%;
    height: 65%;
    z-index: -1;
    background: #e3e2da;
    top: 110px;
    right: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.child-pub .cta_sec .cta_box img {
    width: 80%;
    margin: 0 0px 0 50px;
}

.cta_sec .cta_box .row {
    align-items: center;
}

.cta_sec .cta_box span {
    color: #000000;
    font-size: 25px;
}

.cta_sec .cta_box h2 {
    color: #87CEEB;
    font-size: 70px;
    line-height: 1.1;
    margin-bottom: 10px;
}

.cta_sec .cta_box p {
    font-size: 14px;
    color: #000000;
}

.cta_sec .cta_box ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.cta_sec .btn1 {
    background: #87CEEB;
}

.cta_sec .btn3 {
    border: 1px solid;
    height: 48px;
}


/* fold eight start */

.fold_eight .slick-prev:before {
    display: none;
}

.fold_eight .slick-next:before {
    display: none;
}

.fold_eight .slick-slide {
    margin: 0;
}

.fold_eight .testi_box>h3 {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-family: 'Inter';
    font-weight: 500;
}

.fold_eight .testi_box>span {
    display: flex;
    align-items: baseline;
    flex-direction: column;
    font-size: 26px;
    font-family: 'Inter';
    color: #87CEEB;
    font-weight: 500;
    line-height: 1.2;
}

.fold_eight .testi_box>span>small {
    font-size: 16px;
    color: #848484;
}

.fold_eight .slide_counter {
    text-align: end;
}

.fold_eight .slide_counter>h2 {
    font-size: 20px;
    font-family: 'Inter';
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: end;
    color: #C6C6C6;
    font-weight: 300;
}

.fold_eight .slide_counter>h2>span.start_number {
    color: black;
}

.fold_eight ul.slider_btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    margin-top: 40px;
}

.fold_eight ul.slider_btns>li {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    cursor: pointer;
}

.fold_eight ul.slider_btns>li>i {
    color: var(--theme2);
    font-size: 20px;
}

.fold_eight ul.slider_btns>li>span {
    font-size: 16px;
    font-family: 'Inter';
    color: #848484;
}

.fold_eight ul.slider_btns>li:after {
    position: absolute;
    content: "";
    background: black;
    width: 0;
    height: 3px;
    left: 0;
    bottom: -7px;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
    margin: 0 auto;
    right: 0;
}

.fold_eight ul.slider_btns>li:hover:after {
    width: 100%;
}


/* fold nine */

.fold_nine {
    position: relative;
}

.fold_nine>img {
    position: absolute;
    left: 0;
    top: 0px;
    width: 37%;
    height: 100%;
    z-index: -1;
    /* object-fit: cover; */
    object-position: bottom;
}

.fold_nine .cust_accordions .accordion-button {
    color: #000;
    font-size: 25px;
}

.fold_nine .cust_accordions .accordion-body>p {
    color: #000;
    font-size: 15px;
}

.fold_nine .cust_accordions .accordion-button::after {
    filter: invert(1) brightness(0);
}


/*bottom form*/

.btm_form {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: -25px;
    background-image: url("../img/contact.jpg");
    position: relative;
}

.btm_form:after {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: #000000bd;
    content: "";
}

.btm_form .theme_heading {}

.btm_form .theme_heading h2 {
    color: #ffffff;
}

.btm_form .theme_heading p {}

.btm_form .form_wrp {}

.btm_form .form_wrp .grp {
    margin: 0 0 15px 0;
}

.btm_form .form_wrp .grp input::placeholder,
.btm_form .form_wrp .grp textarea::placeholder {
    color: black !important;
}

.btm_form .form_wrp .grp input {
    background: transparent;
    border: 1px solid #000000;
    padding: 9px 20px;
    width: 100%;
    border-radius: 5px;
    height: 45px;
    color: #000000;
    font-size: 15px;
}

.btm_form .form_wrp .grp textarea {
    background: transparent;
    border: 1px solid #000000;
    padding: 10px 20px;
    width: 100%;
    border-radius: 5px;
    height: 85px;
    resize: none;
    color: #000000;
    font-size: 15px;
}

.btm_form .form_wrp .grp button {
    border: 0;
}

.btm_form .form_wrp .grp input::placeholder {
    color: #fff;
}

.btm_form .form_wrp .grp textarea::placeholder {
    color: #fff;
}

.btm_form .contact_wrp {
    border: 1px solid #00000000;
    background: #87CEEBd6;
    border-radius: 15px;
    padding: 50px 50px;
    margin: 0 85px 0 20px;
}

.btm_form .contact_wrp h3 {
    font-size: 45px;
    color: #fff;
    margin: 0 0 15px 0;
}

.btm_form .contact_wrp p {
    color: #fff;
}

.btm_form .contact_wrp ul {
    margin: 0;
}

.btm_form .contact_wrp ul li {
    border-bottom: 1px solid #ffffff;
    padding: 24px 0;
}

.btm_form .contact_wrp ul li a {
    color: #fff;
    display: flex;
    gap: 30px;
}

.btm_form .contact_wrp ul li a .icon {}

.btm_form .contact_wrp ul li a .icon i {
    font-size: 25px;
    vertical-align: bottom;
}

.btm_form .contact_wrp ul li a .detail {}

.btm_form .contact_wrp ul li a .detail span {
    font-size: 16px;
    vertical-align: top;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.btm_form .contact_wrp ul li a .detail h6 {
    margin: 10px 0 0 0;
    color: #fff;
    font-size: 22px;
}

.btm_form .contact_wrp .smm_links {
    padding: 40px 0 0 0;
    display: flex;
    gap: 30px;
}

.btm_form .contact_wrp .smm_links a {
    color: #fff;
    font-size: 30px;
}

.btm_form .contact_wrp .smm_links a i {
    transition: 0.3s ease-in-out;
}


/*gallery css*/

.gallery_sec .slick-slide {
    opacity: 1;
}

.gallery_sec .slick-slide {
    margin: 0px 5px;
}

.gallery_sec .slick-slide img {
    width: 100%;
    height: 200px;
}

.gallery_sec ul {
    margin: 0 0 10px 0;
}


/*footer*/

footer {
    padding: 90px 0 20px 0px;
    background: #87CEEB;
}

footer .f_logo {
    margin: 0 0 10px 0;
}

footer .f_logo img {
    width: 280px;
}

footer .f_txt {}

footer .f_txt h6 {
    font-size: 32px;
    color: #ffffff;
}

footer .f_txt p {
    color: #ffffff;
    font-size: 18px;
    padding: 0 40px 0 0;
}

footer .f_txt img {
    width: 55%;
    margin: 0 0 20px;
}

footer .f_txt ul li {
    padding: 0 0 10px 0;
    align-items: center;
}

footer .f_txt ul li a {
    color: #ffffff;
    font-size: 16px;
    transition: 0.3s ease-in-out;
    position: relative;
}

footer .last_rw {
    display: flex;
    gap: 5px;
    justify-content: center;
}

footer .last_rw p {
    margin: 0;
    color: white;
}

footer .last_rw a {
    color: #ffffff;
    font-size: 17px;
}

footer .last_rw span {}

.br {
    height: 1px;
    padding: 20px 0 10px 0;
    margin: 0px 0 0 0;
    border-top: 1px solid #A89787;
}

.menuSec ul li a i {
    vertical-align: middle;
    padding: 0 0 0 5px;
    font-size: 14px;
}


/*service pages*/

.banner_main.service_pg {
    /* background: #20314D; */
    height: 85vh;
    z-index: 1;
    margin: 0 0 0px 0;
}

.banner_main.service_pg .banner_txt {
    margin-top: 200px;
}

.banner_main.service_pg .banner_txt .form_bg {
    background: #87CEEB94;
}

.banner_main.service_pg .banner_txt h1 {
    width: 100%;
}

.benefits_Sec .theme_heading {
    margin: 0 0 40px 0;
    padding: 0 250px;
}

.benefits_Sec .theme_heading span {
    color: #000000;
}

.benefits_Sec .theme_heading h2 {
    color: #87CEEB;
}

.benefits_Sec .theme_heading p {
    color: #000000;
}

.benefits_Sec .ben_bx {
    background-color: #ffffff7a;
    padding: 30px;
    border-radius: 15px;
    position: relative;
    z-index: 2 !IMPORTANT;
    transition: .5s;
}

.benefits_Sec .ben_bx img {
    width: 90px;
    margin: 0 0 20px 0;
    height: 90px;
}

.benefits_Sec .ben_bx h6 {
    color: #87CEEB;
    font-size: 30px;
}

.benefits_Sec .ben_bx p {
    margin: 0;
    color: #000000;
}


/* hammad css start */

.menuSec ul li a:before {
    position: absolute;
    content: "";
    background: #e3e2da;
    width: 0;
    height: 2px;
    left: 0;
    bottom: 9px;
    transition: 0.3s ease-in-out;
    right: 0;
    margin: 0 auto;
}

.menuSec ul li a:hover:before {
    width: 100%;
}

header .btn3 {
    font-size: 17px;
    padding: 0;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .btn2 {
    font-size: 17px;
    padding: 0;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50px;
    background: #ffffffe6;
    color: black;
}

.menuSec ul li a.logoo:before {
    display: none;
}

.menuSec ul li:hover>a>i {
    transform: rotate(180deg);
}

.menuSec ul li>a>i {
    padding: 0;
    margin-left: 5px;
    transition: 0.3s ease-in-out;
}

.menuSec ul li>a {
    display: flex;
    align-items: center;
    gap: 5px;
}

.banner_main .banner_txt .form_bg .grp button {
    border: 0;
    width: 180px;
    background: #ffffff;
    color: #000000;
}

section.gallery_sec {
    margin-top: 10px;
}

.menuSec ul li>ul>li:hover>a>i {
    transform: rotate(270deg);
}

.benefits_Sec .ben_bx:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    /* background: linear-gradient(0deg, rgb(83 133 129) 0%, rgb(39 69 67) 100%); */
    bottom: 0;
    left: 0;
    border-radius: 15px;
    transition: 0.3s ease-in-out;
    z-index: -2;
    transform: scale(1);
}

.benefits_Sec .ben_bx:hover:after {
    height: 100%;
}

.benefits_Sec .ben_bx:before {
    position: absolute;
    content: "";
    background: #ffffff36;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 15px;
}

.benefits_Sec .ben_bx:hover:after {
    transform: scale(1.02);
}

.fba_packages_sec {
    text-align: center;
    padding: 70px 0 20px;
}

.fba_packages_sec h2 {
    color: #20314D;
    font-size: 80px;
    margin-bottom: 20px;
}

.fba_packages_sec span {
    display: block;
    font-size: 30px;
    color: #20314D;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
}

.fba_packages_sec p {
    margin-bottom: 30px;
}

.blog_sec .blog_bx {
    text-align: center;
    padding: 10px;
}

.blog_sec .blog_bx h6 {
    margin: 30px 0 20px 0;
    font-size: 30px;
}

html {
    overflow-x: hidden;
}

.privacy_policy ul li {
    line-height: 1.6;
    font-family: "Inter", sans-serif;
    color: #848485;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px;
}

.privacy_policy a {
    color: #000;
}

.btm_form .form_wrp .grp input:focus {
    border-color: black;
}

.btm_form .form_wrp .grp textarea:focus {
    border-color: black;
}

.btm_form .contact_wrp .smm_links a:hover>i.fa-brands.fa-square-facebook {
    color: rgb(63, 81, 181);
}

.btm_form .contact_wrp .smm_links a:hover>i.fa-brands.fa-linkedin {
    color: rgb(2, 136, 209);
}

.btm_form .contact_wrp .smm_links a:hover>i.fa-brands.fa-square-instagram {
    background: radial-gradient(circle at 30% 107%, rgb(253, 244, 151) 0%, rgb(253, 244, 151) 5%, rgb(253, 89, 73) 45%, rgb(214, 36, 159) 60%, rgb(40, 90, 235) 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btm_form .contact_wrp .smm_links a:hover>i.fa-sharp.fa-solid.fa-star-sharp {
    color: #23ab79;
}

footer .f_txt ul li a:after {
    position: absolute;
    content: "";
    background: #87CEEB;
    width: 0;
    height: 2px;
    left: 0;
    bottom: -4px;
    right: 0;
    margin: 0 auto;
    transition: 0.3s ease-in-out;
}

footer .f_txt ul li a:hover:after {
    width: 100%;
}

footer .f_txt ul li a:hover {
    color: black;
}

.testi_pg img {
    width: 90%;
    margin: 0 auto 100px;
    display: block;
    height: 400px;
    object-fit: contain;
}


/*  */

.book-mock {
    display: inline-block;
    width: 35%;
    background: #fff;
}

.book-des {
    display: inline-block;
    width: 60%;
}

.book-mock img {
    max-width: 80%;
}

.parent-bk-moc {
    padding: 20px;
    transition: 0.4s ease-in;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    display: flex;
    margin: 10px 0;
}

.think.blog-content img {
    width: 100%;
    padding: 20px 0;
    border-radius: 0;
}

.parent-bk-moc p {
    color: #848484;
    font-weight: 500;
    font-family: 'Alga';
}

.parent-bk-moc .theme_heading>span {
    font-size: 22px;
    text-transform: capitalize;
}

.parent-bk-moc .book-des .theme_heading {
    height: 200px;
}


/*  */

#popupform {
    width: 100%;
    margin: auto;
    border-radius: 40px;
    padding: 0;
}

#popupform .theme_heading h2 {
    font-size: 32px;
    letter-spacing: 0;
}

.fancybox-slide--html .fancybox-close-small {
    color: #21314e;
    background: #fff;
}

.fancybox-content {
    padding: 30px;
    background: #21314e;
    border-radius: 20px;
    width: 30%;
}

.portfolio_slider_two img {
    height: 420px !important;
}

.banner_main:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /* background: #e3e2da47; */
    background: #000000c9;
}

.banner_main .container {
    position: relative;
    z-index: 9;
}

.fold_eight ul.slider_btns>li>span {
    font-size: 16px;
    font-family: 'Inter';
    color: #848484;
}

.video_sec {
    background: #cdcbc0;
}

.fold_eight ul.slider_btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    margin-top: 40px;
}

.testi_slider button {
    opacity: 0;
}

header a.btn3 {
    background: #ffffffe6;
    box-shadow: 10px 10px 30px #0000005e;
    border-radius: 200px !important;
    color: black;
}

.banner_main.service_pg.pub-banner {
    background-image: url("../img/book-pub.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.banner_main.service_pg.child-banner {
    background-image: url("../img/child-banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.child-banner:after {
    background: #000000e3;
}

.b-cover-bg:after {
    background: #000000ab;
}

.banner_main.service_pg.contact-banner {
    background-image: url("../img/con-banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-page .fold_eight {
    display: none;
}

.blog-bg {
    background-image: url("../img/b-writing.jpg") !important;
}

.contact-page .fold_nine.all-sec {
    display: none;
}

.contact-banner:after {
    background: #0000004d;
}

.contact-page .btm_form {
    /* background: #eeece4; */
}

.blog-bg:after {
    background: #000000bf;
}

.contact-banner .banner_txt {
    margin-top: 70px !IMPORTANT;
}

.fold_nine.all-sec:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 590px;
    height: 780px;
    background-size: cover;
    background-repeat: no-repeat;
    /*background-image: url("../img/h-img.png");*/
    background-image: url("../img/lpImg/h-img.webp");
    bottom: 0;
}

.fold_nine.all-sec {
    position: relative;
}

.icon img {
    width: 23px;
}

.f_txt ul li {
    display: flex;
    column-gap: 9px;
}


/* New Css start  */

.logo-theme {
    display: flex;
    align-items: center;
    column-gap: 110px;
    justify-content: center;
}

.hire-logo {
    background: #e3e2da;
    padding: 10px 0;
    content: "";
}

.img-div img {
    width: 150px;
}

.expert-sec {
    background-color: #2a4a40;
    padding: 70px 0;
}

.expert-sec .theme_heading {
    color: white;
}

.expert-sec .theme_heading h2,
.expert-sec .theme_heading p {
    color: white;
}

.expert-sec .theme_heading span {
    color: white;
}

.box-div {
    display: flex;
    align-items: center;
}

.homepage .cta_box img {
    width: 100%;
}

.f_logo img {
    width: 170px !important;
    margin: 0 !important;
}

.pub-banner:after {
    background: #00000094;
}


/* // */

.providing-sec {
    padding: 60px 0 40px;
    background-color: #e3e2da;
}

.providing-sec h6 {
    font-size: calc(12px + (18 - 12) * (100vw - 320px) / (1920 - 320));
    color: #4b4a4a;
    font-weight: 400;
    margin-bottom: 20px;
}

.providing-sec .proactive-box {
    border-radius: 25px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 13px 0px rgb(39 69 67 / 36%);
    padding: 25px 18px;
    margin-bottom: 25px;
}

.providing-sec .proactive-box .pro-icon {
    margin-bottom: 10px;
}

.providing-sec .proactive-box .pro-text span {
    font-size: 25px;
    color: var(--secondary-color);
    font-weight: 600;
    margin-bottom: 20px;
}

.providing-sec .proactive-box .pro-text p {
    font-size: 16px;
    color: #a6a5a5;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 12px;
}

.pro-icon img {
    width: 80px;
}

.btm_form .container {
    position: relative;
    z-index: 99;
}

.stp-for {
    background: #ffffffc7;
    padding: 20px 20px;
    border-radius: 10px;
    width: 90%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: center;
}

.stp-for h2 {
    font-size: 35px;
    color: black !important;
}

header a.btn3 i {
    color: #87CEEB;
}

header .btn2 i {
    color: #87CEEB;
}

.banner_main .btn1 {
    border-radius: 10px;
    border: 2px solid white;
    background: transparent;
}

.banner_main .theme_heading>ul {
    justify-content: center;
}

.step-sec .container-fluid {
    padding: 0 70px !important;
}

.stp-div h3 {
    font-size: 85px;
    font-weight: 700;
    padding: 0;
    color: #87CEEB7a;
    position: relative;
    top: -10px;
    margin: 0;
}

.stp-div {
    position: relative;
    padding: 0 40px;
    text-align: center;
}

.stp-div:after {
    content: '';
    position: absolute;
    right: -95px;
    top: -230px;
    bottom: 0;
    margin: auto;
    width: 201px;
    height: 23px;
    background: url(../img/line.png) center/cover no-repeat;
}

.stp-div:after:first-child {
    display: none;
}

.stp-div:after:last-child {
    display: none !important;
}

.stp-div h6 {
    font-size: 40px;
    color: #87CEEB;
    font-weight: 700;
    position: relative;
}

.stp-div h6::before {
    border-radius: 50%;
    background: url(../img/circle.png);
    position: absolute;
    width: 70px;
    height: 70px;
    content: "";
    top: -9px;
    background-size: contain;
}

.step-sec {
    padding: 30px 0 80px;
}

.service_box {
    background: #87CEEB;
    padding: 40px;
    height: 240px;
    transition: .5s;
}

.row.second__links .col-sm-3:nth-child(odd) .service_box,
.services__sec__main .row .col-sm-3:nth-child(2n) .service_box {
    background: #87CEEBb5;
}

.service_box:hover {
    background: #87CEEBcf !important;
}

.service_box span {
    font-size: 19px;
    color: #101010;
    font-weight: 600;
}

.service_box img {
    display: block;
    margin: 0 auto 20px;
    filter: brightness(0) invert(1);
}

.service_box span a {
    font-size: 19px;
    color: #ffffff;
    font-weight: 600;
    margin: 0 auto;
    display: table;
    text-align: center;
}

.row.second__links .col-sm-3:nth-child(2n) .service_box {
    background: #87CEEB;
}

.services__sec__main {
    padding: 50px 0;
}

.prof-bg {
    background-image: url("../img/b-edit-banner.jpg") !important;
}

.prof-bg:after {
    background: #000000b5;
}

.b-cover-bg {
    background-image: url("../img/b-cover-banner.jpg") !important;
}

.b-cover .fold_five>img {
    position: absolute;
    width: 560px;
    left: 250px;
}

.book-illu-bg {
    background-image: url("../img/b-illus.jpg") !important;
}

.book-print-bg {
    background-image: url("../img/b-print.jpg") !important;
}

.marketing-bg {
    background-image: url("../img/mar-banner.jpg") !important;
}

.author-web-bg {
    background-image: url("../img/author-website.jpg") !important;
}


/* // */

.listsec {
    text-align: center;
    padding: 60px 0;
    background: #f7f9fc;
    position: relative;
    overflow-x: hidden
}

.listsec h2 {
    text-align: center;
    padding-bottom: 20px
}

.slutin span.sbus {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    padding-top: 0;
    padding-bottom: 10px;
    font-weight: 400
}

.main-para-width {
    width: 66%;
    margin: 0 auto;
    display: table
}

.listsec .wrap ul {
    display: inline-block;
    border-radius: 40px;
    margin-bottom: 0;
    text-align: left;
    border: 1px solid #bbbecc;
    margin-top: 40px
}

.listsec .wrap ul li.br {
    /* border-right: 1px solid #bbbecc */
}

.listsec .wrap ul li.bb {
    /* border-bottom: 1px solid #bbbecc */
}

.listsec .wrap ul li {
    width: 33.33%;
    float: left;
    padding: 25px 30px;
    list-style-type: none
}

.listsec .wrap ul li:hover p:before {
    color: #50223c
}

.listsec .wrap ul li p {
    padding-left: 28px;
    font-size: 15px;
    position: relative;
    padding-bottom: 0
}

.listsec .wrap ul li p:before {
    content: "\f00c";
    position: absolute;
    font-family: FontAwesome;
    left: 0;
    font-size: 16px;
    color: #bbbecc;
    display: table-cell;
    vertical-align: middle
}

.listsec .wrap h6 {
    margin-top: 20px;
    color: #50223c;
    font-size: 24px;
    font-weight: 500
}

.listsec .wrap span {
    color: #2c2c2c;
    font-size: 18px;
    font-weight: 400
}

.listsec .wrap ul li {
    width: 33.33%;
    float: left;
    padding: 25px 30px;
    list-style-type: none;
}

.hvr-bob.genu {
    width: 30px !important
}

.add li {
    text-align: left;
    position: relative;
    right: 403px
}

.add {
    list-style: none;
    font-size: 13px
}

.about-bg {
    background-image: url("../img/about-banner.jpg") !important;
}

.about-bg:after {
    background: #0000005e;
}

.book-illu-bg:after {
    background: #000000c7;
}

.pub-banner:after {
    background: #000000d6;
}

.book-print-bg:after {
    background: #000000b0;
}

.marketing-bg:after {
    background: #000000cf;
}

.author-web-bg:after {
    background: #000000b8;
}

.banner_main .theme_heading a {
    box-shadow: none;
}

.form_bg button {
    box-shadow: none;
}

.contact-banner {
    height: 55vh !important;
}

.about-bg {
    height: 70vh !important;
}

.contact-page .step__box__sec {
    text-align: center;
}

.step__box__sec {
    transition: .5s;
}

.step__box__sec {
    background: #87CEEB;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(0 0 0 / 88%);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.step__box__sec img {
    margin-bottom: 20px;
    width: 50px;
    filter: brightness(0) invert(1);
}

.step__box__sec h3,
.step__box__sec p {
    color: white;
}

.step__sec__main h2.wow.fadeInUp {
    margin: 0;
}

.step__sec__main .theme_heading ul {
    justify-content: center;
}

section.step__sec__main {
    padding: 60px 0;
}

.f_txt i {
    color: white;
}

.jew-logo img {
    background: white;
    padding: 5px 5px;
    width: 280px;
    border-radius: 3px;
}

.jew-logo p {
    font-size: 20px;
    color: white;
}

.jew-logo {
    margin: 0 0 10px;
}

.banner_main .banner_txt .form_bg {
    background: #9b9b9b78;
    border-radius: 20px;
    padding: 30px 40px;
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
    top: 90px;
    position: relative;
}

.banner_main.service_pg .banner_txt .form_bg {
    background: #87CEEBe6;
    box-shadow: 0px 0px 30px #0a0a0ad4;
}

.steps-main {
    padding-top: 160px;
    padding-bottom: 80px;
    background: #cdcbc0;
}

.sp-box:hover {
    background: #253f3c;
}

.sp-box:hover h2,
.sp-box:hover p {
    color: white;
}

.sp-box:hover span {
    background: white;
    color: black;
}

.sp-box {
    transition: .5s;
    background: #ffffff;
    padding: 20px 20px 20px 70px;
    margin: 0 5px 20px;
    position: relative;
    border-radius: 10px;
}

.sp-box h2 {
    font-size: 30px;
    margin: 0 0 12px;
    color: #87CEEB;
}

.sp-box span {
    position: absolute;
    left: -24px;
    top: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    background: #253f3c;
    height: 60px;
    color: white;
    font-size: 24px;
    border-radius: 50px;
}

.stp-box {
    background: white;
    padding: 20px 20px;
    box-shadow: 0px 0px 15px #a5a5a5;
    margin: 20px 0 20px;
    border-radius: 10px;
    transition: .5s;
}

.stp-box:hover {
    background: #243b3b;
}

.stp-box:hover h2,
.stp-box:hover p {
    color: #fff;
}

.stp-box:hover span {
    color: #fff;
}

.stp-box h2 {
    font-size: 30px;
    margin: 0 0 10px;
    color: #243b3b;
}

.steps-new {
    background: #eeece4;
    padding: 150px 0 70px;
}

.stp-box span {
    font-size: 70px;
    font-weight: 900;
    color: #87CEEB94;
    margin: -73px 0 0;
    display: table;
}

section.logo-sec {
    background: #87CEEB;
    padding: 20px 0;
}

.l-div img {
    width: 160px;
    margin: 0 auto;
}

.book-pub .steps-main {
    padding-top: 80px;
}

.awd-logo ul {
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: center;
}

.awd-logo li img {
    width: 75px;
    margin: 15px 0 0;
}

.blog-write .banner_txt {
    margin-top: 250px !important;
}

.banner_main .banner_txt .form_bg .grp button:hover {
    color: white;
}

.step-sec .awd-logo img {
    width: 100px;
    margin: 0 0 35px;
}

.stp-for img {
    width: 120px;
    margin: 0 auto;
}

.grp button {
    margin: 0 auto;
}

.homepage .banner_main .banner_txt .form_bg {
    top: 0;
}

section.fold_three.all-sec {
    background-image: url("../img/bg-1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.benefits_Sec {
    background-image: url("../img/bg-1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

section.fold_three.all-sec:after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000d6;
    bottom: 0;
    top: 0;
}

.benefits_Sec:after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000d6;
    bottom: 0;
    top: 0;
}

section.fold_three.all-sec .container {
    position: relative;
    z-index: 999;
}

.benefits_Sec .container {
    position: relative;
    z-index: 999;
}

.benefits_Sec .theme_heading span,
.benefits_Sec .theme_heading h2,
.benefits_Sec .theme_heading p {
    color: white;
}

section.fold_three.all-sec .theme_heading span,
section.fold_three.all-sec .theme_heading h2,
section.fold_three.all-sec .theme_heading p {
    color: white;
}


/* // */

.about-us section.fold_one.all-sec.pbtm-0 {
    padding-top: 100px;
}

.quic-1 ul {
    column-count: 2;
}

.benefits_Sec .ben_bx:hover {
    background: white;
}

.quick-img {
    display: flex;
    justify-content: space-between;
}

.img-mob img {
    max-width: 120%;
    margin: -70px 0 0px -40px;
    transform: rotate(22deg);
    z-index: -1;
}



/* popup css start  */

.popup-sec .modal-content .btn-close {
    position: absolute;
    right: 1px;
    top: -1px;
    opacity: 1;
    color: #ffffff !important;
    background: #223838;
    z-index: 9999999999;
    padding: 11px;
    border-radius: 30px;
    font-size: 18px;
    line-height: 12px;
    border: 3px solid #233a3a;
}

.modal-header .pop-head-div img {
    width: 250px;
    margin: 0 0 22px;
    position: relative;
    z-index: 9;
}

.popup-sec .img-box img {
    width: 100%;
    height: 510px;
    object-fit: cover;
}

.modal-body {
    padding: 20px 30px 20px 0px;
}

.modal-content.bg-green {
    display: inline-block;
    position: relative;
    border-radius: 180px 40px 40px 40px;
    background: rgb(37 60 60);
    background: linear-gradient(121deg, rgb(37 60 60) 0%, rgb(167 185 185) 17%, rgba(248, 249, 253, 1) 30%, rgba(255, 255, 255, 1) 100%);
}

.popup-sec .modal .form-div-sec input {
    height: 47px;
    background: white;
    border-radius: 10px;
    padding-left: 15px;
    width: 100%;
    margin-bottom: 15px;
    font-size: 13px;
    border: 1px solid #ced4da;
}

.popup-sec .modal .form-div-sec textarea {
    width: 100%;
    height: 170px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-left: 10px;
    font-size: 13px;
    border: 1px solid #ced4da;
    resize: none;
}

.popup-sec h2 {
    font-size: 20px;
    margin: 0 0 0px;
    color: #000000;
}

.form-div-sec button {
    float: none;
    margin: 10px auto 0;
    display: table;
}

.popup-sec .modal-lg,
.modal-xl {
    --bs-modal-width: 1000px;
}

.email-cont-div a:hover {
    color: white;
}

.pop-head-div h1.fs20.text-uppercase {
    font-size: 33px;
    color: #000000;
    margin: 0 0 15px;
}

.pop-head-div h1.fs20.text-uppercase span {
    color: #4c7a7a;
}

.img-box-aft {
    position: relative;
}

.img-box-aft:after {
    position: absolute;
    content: "";
    left: -101px;
    width: 339px;
    height: 440px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../img/aft-line.png");
    top: -191px;
}

.pop-head-div img {
    width: 110px;
}

.modal-content {
    position: relative;
}

.modal-content::after {
    position: absolute;
    content: "";
    background: url('../img/p-l.png') no-repeat;
    left: 110px;
    top: 0;
    max-width: 197px;
    height: 133px;
    width: 100%;
    background-size: 100%;
}


/* popup css end  */

.header.mob-menu {
    display: none !important;
}


/* 3CX Chatbot Button - Force enable with maximum specificity */
#wplc-chat-button,
button#wplc-chat-button,
button[id="wplc-chat-button"],
button[id*="chat"],
button[class*="chat-button"],
button[class*="minimized-button"],
button[class*="bubble"],
.button.minimized-button,
.button.bubble,
#wp-live-chat-by-3CX button,
#wp-live-chat-by-3CX .button {
    pointer-events: auto !important;
    cursor: pointer !important;
    opacity: 1 !important;
    user-select: auto !important;
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
}

/* Override ALL disabled states - Maximum specificity */
#wplc-chat-button:disabled,
button#wplc-chat-button:disabled,
button[id="wplc-chat-button"]:disabled,
button[id="wplc-chat-button"][disabled],
#wplc-chat-button[disabled],
button[id*="chat"]:disabled,
button[id*="chat"][disabled],
button[class*="chat-button"]:disabled,
button[class*="chat-button"][disabled],
button[class*="minimized-button"]:disabled,
button[class*="minimized-button"][disabled],
button[class*="bubble"]:disabled,
button[class*="bubble"][disabled],
.button.minimized-button:disabled,
.button.minimized-button[disabled],
.button.bubble:disabled,
.button.bubble[disabled],
.button:disabled,
.button[disabled],
#wp-live-chat-by-3CX button:disabled,
#wp-live-chat-by-3CX button[disabled],
#wp-live-chat-by-3CX .button:disabled,
#wp-live-chat-by-3CX .button[disabled],
* button:disabled,
* button[disabled],
* button:disabled[class*="chat"],
* button[disabled][class*="chat"],
* button:disabled[class*="bubble"],
* button[disabled][class*="bubble"] {
    pointer-events: auto !important;
    cursor: pointer !important;
    opacity: 1 !important;
    user-select: auto !important;
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
}

/* Override any inline styles that might disable */
#wplc-chat-button[style*="pointer-events: none"],
#wplc-chat-button[style*="opacity: 0"],
#wplc-chat-button[style*="opacity:0"],
#wplc-chat-button[style*="cursor: not-allowed"] {
    pointer-events: auto !important;
    cursor: pointer !important;
    opacity: 1 !important;
}

/* Target the specific 3CX widget container - Higher z-index than modal (9999999999) */
#wp-live-chat-by-3CX,
#wp-live-chat-by-3CX *,
call-us,
call-us *,
call-us-selector,
call-us-selector * {
    pointer-events: auto !important;
    z-index: 99999999999 !important;
    position: fixed !important;
}

/* Ensure widget is above modal backdrop */
#wp-live-chat-by-3CX {
    z-index: 99999999999 !important;
}

/* Ensure iframe inside widget is clickable */
#wp-live-chat-by-3CX iframe {
    pointer-events: auto !important;
    z-index: 99999999999 !important;
}

/* Ensure all buttons in widget are clickable */
#wp-live-chat-by-3CX button,
#wp-live-chat-by-3CX button:disabled,
#wp-live-chat-by-3CX button[disabled],
call-us button,
call-us button:disabled,
call-us button[disabled],
call-us-selector button,
call-us-selector button:disabled,
call-us-selector button[disabled] {
    pointer-events: auto !important;
    cursor: pointer !important;
    opacity: 1 !important;
}