* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: sf_bold;
    src: url(../fonts/sf_bold.OTF);
}

@font-face {
    font-family: sf_light;
    src: url(../fonts/sf_light.OTF);
}

@font-face {
    font-family: sf_medium;
    src: url(../fonts/sf_medium.OTF);
}

@font-face {
    font-family: sf_regular;
    src: url(../fonts/sf_regular.OTF);
}

body {
    font-family: "Manrope", sans-serif;
    overflow-x: hidden;
}

h1,
h2,
h3,
h6 {
    font-family: sf_regular;
}

h2 {
    font-size: 50px;
    font-weight: 700;
    margin: 0 0 20px;
    font-family: 'sf_bold';
    color: #1E1E1E;
}

p {
    font-size: 20px;
    font-family: 'sf_regular';
    font-weight: 500;
}

/* Show dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

/* Optional: smooth animation */
.dropdown-menu {
    transition: all 0.3s ease;
}

/* scroll bar css start  */

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    background: #FF702D;
}

body::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #FF702D;
}

/* scroll bar css end  */

/* scroll to top css start  */
.progress-wrap {
    position: fixed;
    bottom: 90px;
    right: 40px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 400ms linear;
    background-color: #FF702D;
    border: 1.2px solid #000;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap i {
    position: absolute;
    color: #fff;
    font-size: 16px;
    z-index: 2;
    pointer-events: none;
}

.progress-circle path {
    fill: none;
    stroke: #fff;
    stroke-width: 4;
    stroke-dasharray: 307.919, 307.919;
    stroke-dashoffset: 307.919;
    transition: stroke-dashoffset 10ms linear;
}

/* scroll to top css end  */



section {
    padding: 70px 0;
}

.mz_header {
    padding: 10px 0;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}

li.nav-item a {
    color: #1E1E1E !important;
    font-size: 18px;
    margin: 0 15px 0 10px;
    font-weight: 500;
}


.btn1 {
    background-color: #FF6400;
    border: 1px solid #ff6400;
    color: #fff;
    box-shadow: 0 0px 6px #FF6400;
    transition: 0.5s;
    font-size: 18px;
    padding: 12px 30px;
}

.btn2 {
    background-color: #FF6400;
    border: 1px solid #ff6400;
    color: #fff;
    box-shadow: 0 0px 6px #FF6400;
}

.btn3 {
    background-color: transparent;
    border: 2px solid #1E1E1E;
    color: #1E1E1E;
}

.mz_banner {
    /* background-image: url(../img/banner.png); */
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 190px 0 0px;
    min-height: 100vh;
    padding-bottom: 50px;
    z-index: 0;
}

/* .mz_banner::before {
    content: url(../img/banner_img.webp);
    position: absolute;
    right: 0;
} */

.mz_banner h1 {
    font-size: 70px;
    color: #1E1E1E;
    font-weight: 700;
    margin: 0 0 1px;
}

.mz_banner h1 span {
    color: #FF4D00;
}

.mz_banner p {
    font-size: 18px;
    color: #1E1E1E;
    line-height: 24px;
    margin: 0 0 20px;
}

.mz_slider {
    background-color: #1E1E1E;
    padding: 10px 0px 20px;
}

.mz_banner .btn_wrp {
    margin: 30px 0 0;
}

.mz_banner form {
    text-align: center;
    padding: 44px 30px;
    width: 488px;
    height: 619px;

    /* Semi-transparent to show blur */

    /* Applies the blur effect */
    border-radius: 25px;
    margin: auto;
    /* Center the form */
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
    background: rgb(255 255 255 / 21%);
    backdrop-filter: blur(27px);
}

.mz_banner form h2 {
    font-size: 45px;
    font-weight: bold;
    line-height: 10px;
    color: #fff;
}

.mz_banner form h6 {
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 20px;
    color: #fff;
}

.orange {
    color: #FF6401;
}

.mz_banner form input {
    width: 88%;
    border: none;
    background: #fff;
    height: 64px;
    padding: 0 20px 0;
    margin: 0 0 12px;
    border-radius: 15px;
}

.mz_banner form textarea {
    width: 90%;
    background: #fff;
    border-radius: 15px;
    padding: 17px 20px 0px;
    height: 135px;
    border: none;
    margin: 0 0 12px;
}

.mz_banner form button {
    background: #ff6401;
    width: 90%;
    color: #fff;
    border-radius: 15px;
    border: none;
    height: 64px;
    font-size: 20px;
    font-weight: 800;
}

.mt-50 {
    margin-top: 50px;
}

.mb-30 {
    margin-bottom: 30px;
}

.center_just {
    justify-content: center;
}

.mz_cta {
    background-image: url(../img/cta_bg.png);
    height: 451px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    color: #fff;
}

.mz_cta h2 {
    font-size: 80px;
    font-weight: bold;
    margin: 0 0 0px;
    color: #000000;
    line-height: 73px;
}

.mz_cta p {
    font-size: 18px;
    line-height: 24px;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.mz_cta .btn_wrp {
    margin: 0;
    padding: 20px 0 0;
}

.mz_cta .btn_wrp .btn1 {
    background: #000;
    position: relative;
    color: #f66b12;
}

.mz_cta .btn_wrp .btn3 {
    background: transparent;
    border-color: #000;
    color: #000;
}


.mz_cta .btn_wrp .btn2 {
    width: 32%;
}

.bodr_none {
    border-left: none !important;
}



.mz_icon ul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 30px 0px 0;
}

.mz_icon {
    background: #FFFDE2;
    padding: 40px 0;
    border-radius: 15px;
    margin-bottom: -150px;
}

footer {
    padding: 70px 0px 30px;
    background: #1E1E1E;
}



.mz_last ul li {
    padding: 0 0px;
    list-style: disc;
    margin: 0 0 9px 20px;
}


.mz_last p {
    font-size: 18px;
    color: white;
    font-weight: 500;
}

.mz_connect h2 {
    text-align: center;
    color: #fff;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.4);
}

.mz_connect p {
    text-align: center;
    margin: 0 0 40px;
}

.list-unstyled li a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

.list-unstyled li {
    margin: 0 0 6px;
}

.custom-cont p {
    color: #fff;
    text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
}

.custom-cont .row {
    align-items: center;
}

.mz_fund .btn_wrp {
    margin: 0;
    padding: 0;
}

.mz_fund p {
    font-size: 25px;
    line-height: 10px;
    text-shadow: 3px 2px 5px rgba(0, 0, 0, 0.3);
}

.mz_fund .container {
    background-image: linear-gradient(to right, #FFF000 -52%, #C2292E 100%);
    padding: 60px 70px;
    color: #fff;
    border-radius: 15px;
}

.mz-testimonial-section {
    padding: 70px 0px;
}

.mz-testimonial-section .mz-heading-wrap {
    text-align: center;
    font-family: 'sf_bold';
}

.mz-testimonial-section .mz-heading-wrap span {
    margin: auto;
    margin-bottom: 20px;
}

.testimonial-slider .item {
    padding: 90px 10px 20px;
}

.testimonial-slider .item>div {
    background: white;
    border-radius: 20px;
    padding: 100px 30px 10px;
    min-height: 386px;
    transition: 0.5s;
    box-shadow: 1px 2px 7px #0000006b;
}


.testimonial-slider .item p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
}

.testimonial-slider .item h4 {
    font-size: 25px;
    font-weight: 700;
    color: #FF702D;
    font-weight: bold;
    margin: 20px 0 20px;
}

.testimonial-slider .item.slick-center>div {
    transform: translateY(-50px);
    background: #F0F0F0;
}

.item {
    height: auto;
}

.slick-dots {
    padding-left: 0px;
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.slick-dots li button {
    height: 10px;
    width: 10px;
    border: none;
    color: transparent;
    border-radius: 20px;
    transition: 0.5s;
    padding: 0px;
    overflow: hidden;
    outline: none;
}

.slick-dots li {
    margin: 3px;
}

.slick-dots li.slick-active button {
    width: 11px;
    background: #FF702D;
}

.mz_fund .img_01 {
    width: 100%;
}

.mz_portfolio {
    text-align: center;
    position: relative;
}

.mz_portfolio button {
    border: 1px solid #0000006e !important;
    background: transparent;
    border-radius: 15px;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    margin: 0 10px 0;
    font-size: 16px;
    font-weight: bold;
    color: #0000006e;
    padding: 10px 27px;
}

.mz_portfolio button:hover {
    background-color: #ff6400 !important;
    box-shadow: 0 0px 6px #ff6400;
    border: none !important;
    color: #ffffff;
}

.mz_portfolio button.active {
    background-color: #ff6400 !important;
    box-shadow: 0 0px 6px #ff6400;
    border: none !important;
    color: #fff !important;

}

.mz_portfolio p {
    margin: 0 0 40px;
}

.mz_portfolio .nav-tabs {
    border: none;
    justify-content: center;
}

.mz_fund h2 {
    color: #fff;
}

.mz_portfolio .row {
    --bs-gutter-y: 10px;
}

.mz_portfolio .btn_wrp {
    margin: 50px 0 0;
}

.mz_portfolio .btn_wrp .btn3 {
    border: 2px solid #1E1E1E;
    color: #ffffff;
}

.mz_portfolio .col-lg-4 img {
    border-radius: 15px;
    width: 100%;
}


.mz_package {
    position: relative;
    overflow: hidden;
}

.mz_package::before {
    width: 536px;
    /* Equal width and height for a circle */
    height: 536px;
    background-color: #FFF000;
    /* Yellow color */
    opacity: 0.5;
    /* 50% opacity */
    border-radius: 50%;
    /* Makes it a circle */
    content: "";
    position: absolute;
    filter: blur(111px);
    top: auto;
    z-index: -1;
    top: 50%;
    right: -29%;
    transform: translate(-50%, -50%);
}

.mz_era {
    position: relative;
    overflow: hidden;
}

.mz_era::before {
    width: 406px;
    /* Equal width and height for a circle */
    height: 406px;
    background-color: #FFF000;
    /* Yellow color */
    opacity: 0.5;
    /* 50% opacity */
    border-radius: 50%;
    /* Makes it a circle */
    content: "";
    position: absolute;
    filter: blur(111px);
    top: auto;
    z-index: -1;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
}

.btn {
    margin: 0 16px 0 0;
    padding: 8px 50px;
    font-size: 18px;
    border-radius: 50px;
}

.btn:hover {
    border: 2px solid #1E1E1E;
    background: transparent;
    color: #1E1E1E;
    box-shadow: none;
}

.btn2:hover img {
    filter: invert(1);
}

.btn3:hover {
    background-color: #ff6400;
    border: 2px solid #ff6400;
    color: #fff;
}

.mz_portfolio .btn_wrp .btn2:hover {
    background: transparent;
    border: 2px solid #1E1E1E;
}

.mz_portfolio .btn_wrp .btn3:hover {
    background: #ff6400;
    box-shadow: 0 0px 6px #ff6400;
    border: none;
}

.mz_cta .btn_wrp .btn1 {
    box-shadow: none;
    border: none;
}

.mz_fund h2 {
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.4);
    margin: 0 0 30px;
}

.nav_btn {
    display: none;
}

.btn img {
    max-width: 18%;
}

li.trms a {
    padding: 0 20px 0 0px;
}

.floatbutton.active {
    right: 0;
    z-index: 9;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.floatbutton {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: fixed;
    right: -370px;
    top: 18%;
    font-size: 0;
    width: 420px;
    z-index: 999;
}

.floatbutton .clickbutton {
    width: 50px;
    z-index: 999;
    height: 245px;
    cursor: pointer;
    border-radius: 30px 0px 0px 30px;
    display: inline-block;
    vertical-align: top;
    margin-top: 125px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    background-color: #FFF000;
    box-shadow: 0px 0px 40px #00000026;
    -webkit-box-shadow: 0px 0px 40px #00000026;
    -ms-box-shadow: 0px 0px 40px #00000026;
    -o-box-shadow: 0px 0px 40px #00000026;
}

.floatbutton .clickbutton .crossplus:before {
    content: "";
    display: none;
    position: absolute;
    width: 20px;
    height: 2px;
    right: 0;
    background: #fbb334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.floatbutton .clickbutton .crossplus:after {
    content: "";
    display: none;
    position: absolute;
    width: 2px;
    height: 20px;
    right: 0;
    background: #fab334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.floatbutton .clickbutton .crossplus {
    position: absolute;
    display: block;
    transform: rotate(-90deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    left: -70px;
    white-space: pre;
    bottom: 107px;
}

.floatbutton .clickbutton .crossplus.rotate {
    transform: rotate(45deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.floatbutton .clickbutton .crossplus i {
    font-size: 18px;
    color: #ffffff;
    margin: 17px 0 0 15px;
}

.banner-form {
    background: #fff;
    padding: 30px;
    position: relative;
    z-index: 99999 !important;
    border-radius: 5px;
    margin: 0;
    width: 370px;
    display: inline-block;
    box-shadow: 0px 0px 30px #0000001f;
}

.ban-form input {
    width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #e5e5e5;
    background: white;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    height: 50px;
    font-weight: 400;
    outline: none !important;
    margin: 0 0 15px 0;
}

.banner-form .intl-tel-input {
    width: 100%;
}

.banner-form h3 {
    color: #141315;
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: 700;
    margin: 0 0 10px 15px;
}

.banner-form h3 strong {
    font: 24px/24px "Poppins", sans-serif;
    font-weight: 600;
}

.ban-form input[type="submit"],
.ban-form .c_btn {
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    text-align: center;
    padding: 10px 15px;
    margin: 20px 0 0;
    border: transparent;
    cursor: pointer;
    background-color: #C2292E;
    font-size: 16px;
    width: 100%;
    border-radius: 15px;
}

.ban-form textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    background: white;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 400;
    height: 120px;
    outline: none !important;
    margin: 15px 0 0px 0;
    resize: none;
}

.btns_wrap {
    position: fixed;
    right: -6px;
}

.btns_wrap a:hover {
    text-decoration: none !important;
    right: 0px;
}

.btns_wrap .call_wrap {
    width: 280px;
    background-color: #c2292e;
    position: absolute;
    right: -225px;
    top: 63px;
    border-radius: 3px 0px 0px 3px;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
    border-radius: 30px 0px 0px 30px;
}

.btns_wrap .call_wrap span {
    color: #ffffff;
    font-size: 20px;
    vertical-align: middle;
    padding: 15px 20px 15px 15px;
}

.btns_wrap .chat_wrap {
    display: block;
    position: absolute;
    right: -225px;
    width: 280px;
    background-color: #c2292e;
    top: 0;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 30px 0px 0px 30px;
    z-index: 9999;
}

.btns_wrap .chat_wrap span.icoo,
.btns_wrap .call_wrap span.icoo {
    color: #000;
    padding: 13px 18px;
    border-right: 1px solid #ded9d9;
    vertical-align: middle;
    display: inline-block;
    border-radius: 10px 0px 0px 10px;
}

.btns_wrap .chat_wrap span {
    color: #ffffff;
    font-size: 20px;
    vertical-align: middle;
    padding: 15px 30px 15px 15px;
}

.ban-form .fldset.inpchecbx label {
    display: inline-block;
    margin: 0;
    line-height: 1.4;
    color: #676767;
    font-size: 13px;
}

.ban-form .fldset.inpchecbx input {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
}

.fldset.inpchecbx {
    margin: 10px 0 0 0;
}

.fldset p {
    font-size: 13px;
    color: #676767;
    padding: 0;
    margin: 10px 0 0 0;
}

.fldset p a {
    display: block;
    padding: 5px 0px 0 0;
    color: #141315;
    font-weight: 500;
    font-size: 14px;
}

.btns_wrap .chat_wrap span.icoo img {
    width: 24px;
}

.banner-form {
    background: #fff;
    padding: 30px;
    position: relative;
    z-index: 99999 !important;
    border-radius: 5px;
    margin: 0;
    width: 370px;
    display: inline-block;
    box-shadow: 0px 0px 30px #0000001f;
}

.floatbutton.active {
    right: 0;
    z-index: 9;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

input.form-control.placeholder1.telephone-float {
    margin: 0;
}


/************************** popup  ************************************/
.modal-content {
    background: #fff;
    background-size: cover;
    border-radius: 17px;
    overflow-x: hidden;
    border: none;
}

.modal-dialog {
    width: 540px;
    max-width: 100%;
    /* top: 140px; */
    bottom: 0;
}

.modal-body {
    position: relative;
    padding: 0px;
    padding: 31px 30px;
}

.modal {
    background: #00000024;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(7px);
}

.modal h5 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: 32px;
    font-family: 'sf_bold';
    text-align: center;
}

.modal h4 {
    font-size: 32px;
    font-weight: 600;
    color: #13103c;
    margin: 10px 0;
}

.modal .form-control {
    padding: 13px 48px;
    background: none;
    width: 100%;
    font-size: 12px;
    color: #000000;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin: 6px 0 0px;
    border-radius: 16px;
}

.field {
    position: relative;
    margin: 5px 0;
}

span.pop_icon {
    position: absolute;
    left: 15px;
    font-size: 20px;
    top: 10px;
    color: #c2292e;
}

button.pop_btn {
    display: block;
    width: 100%;
    background: #C2292E;
    color: #fff;
    border-radius: 17px;
    border: none;
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
}

.modal textarea.form-control {
    resize: none;
    height: 140px;
}

.modal p {
    font-weight: 600;
    font-size: 13px;
    text-align: center;
}




button.pop_btn:hover {
    background: #ffc107;
    transition: 1.3s;
    color: #fff;
}

input.form-control::placeholder {
    color: #fff;
}

textarea.form-control::placeholder {
    color: #fff;
}

.modal .form-control::placeholder {
    color: #000;
}

.modal_img {
    position: absolute;
    width: 100%;
    height: 524px;
    top: -32px;
    left: -16px;
}

button.close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    right: 15px;
    display: block;
    z-index: 222220;
    opacity: 1;
    background-size: 20px;
    border: none;
    background: transparent;
    font-weight: 700;
    font-size: 23px;
}

/************************** popup ************************************/

.btn4 {
    border: 1px solid #000;
    color: #000;
}

.btn4:hover {
    border: none;
    color: #fff;
    background-color: #C2292E;
}

.btn4:hover img {
    filter: invert(1);
}



.services-item-hover-wrap {
    position: absolute;
    top: 0px;
    left: 0px;
    background: white;
    width: 800px;
    z-index: 11;
    padding: 20px;
    background-color: #FFF0E7;
}

.services-item-hover-wrap .services-item-in {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.services-item-hover-wrap p,
.services-item-hover-wrap h3 {
    color: #000000;
}

.services-item-hover-wrap .services-item-in img {
    margin-right: 10px;
}

.services-item-hover-wrap p {
    margin-bottom: 0px;
}

.services-item-hover-wrap a {
    height: auto;
}

.outline-btn.btn {
    border: 2px solid #000000;
    color: #000000;
    padding: 0px;
    padding: 15px 15px;
    margin: 0px 7px;
}

.services-item-hover-wrap .btn-wrap-group {
    display: flex;
    margin-top: 10px;
}

.services-item-hover-wrap .btn-wrap-group a {
    width: 50%;
    padding: 15px 15px;
    min-width: auto;
}

.services-item-hover-wrap .outline-btn.btn {
    margin-top: 30px;
    width: 90%;
}

.outline-btn.btn:hover {
    background: #FF6400;
    color: white;
    border-color: #FF6400;
}

.services-item-hover-wrap figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-item-hover-wrap figure {
    height: 100%;
}

.services-item-hover-wrap .row>div {
    margin-bottom: 0px;
}

.services-wrapper {
    position: relative;
}

.services-wrapper.active-popup::before {
    visibility: visible;
    z-index: 11;
}

.services-item-hover-wrap {
    display: none;
}

.services-wrapper.active-popup .services-item {
    filter: blur(2px);
    opacity: 0.4;
}

.services-item-wrap.show-popup .services-item-hover-wrap {
    display: block;
    opacity: 1;
    animation: popup 0.5s linear;
    animation-fill-mode: forwards;
    max-height: 0px;
}

@keyframes popup {
    0% {
        width: 0px;
        opacity: 1;
    }

    100% {
        width: 800px;
        max-height: 1000px;
    }
}

.services-item-hover-wrap {
    white-space: nowrap;
    overflow: hidden;
}

.services-item-hover-wrap p {
    white-space: normal;
}

.services-item-hover-wrap>div {
    width: 760px;
}

.services-item-wrap.three .services-item-hover-wrap,
.services-item-wrap.six .services-item-hover-wrap {
    top: 0px;
    right: 0px;
    left: auto;
}

.services-item-wrap.nine .services-item-hover-wrap {
    top: auto;
    bottom: 0px;
    left: auto;
    right: 0px;
}

.services-item-wrap.eight .services-item-hover-wrap {
    bottom: 0px;
    top: auto;
}

.services-item-wrap.seven .services-item-hover-wrap {
    bottom: 0px;
    top: auto;
}

.services-banner {
    min-height: calc(100vh - 150px);
    display: flex;
    justify-content: center;
    padding-top: 50px !important;
    flex-direction: column;
}

.services-banner h1 {
    color: black;
    font-size: 60px;
}

.mz_banner form h6 span {
    font-size: 38px;
    font-weight: bold;
    font-family: 'sf_bold';

}

.mt-40 {
    margin-top: 40px;
}

.mz_cta .btn_wrp .btn1:hover {
    background: #fff;
}

.mz_cta .btn_wrp .btn3:hover {
    background: #fff;
}

img.cta1 {
    margin: 0 0 68px;
}

.process-wrapper {
    display: flex;
    justify-content: center;
}

.process-wrapper .process-item {
    width: 180px;
    padding: 140px 0px;
    position: relative;
}

.process-wrapper .process-item div {
    transition: 0.5s;
    background-size: contain;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-wrapper .process-item:nth-child(odd) .p-img {
    top: -12px;
    right: -57px;
}

.process-wrapper .process-item .p-img {
    position: absolute;
    z-index: -1;
}

.process-wrapper .process-item:last-child .p-img {
    display: none;
}

.process-wrapper .process-item:nth-child(even) .p-img {
    bottom: -12px;
    right: -63px;
}

.process-wrapper .process-item h3 {
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin-bottom: 0px;
    counter-increment: chapter;
    display: flex;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
}

.process-wrapper .process-item:nth-child(odd) h3 {
    top: 0px;
}

.process-wrapper .process-item:nth-child(even) h3 {
    bottom: 0px;
}

.process-wrapper .process-item div::before {
    width: 3px;
    height: 68px;
    content: "";
    position: absolute;
    top: -68px;
    background: #ff6400;
}

.process-wrapper .process-item div::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 3px solid #ff6400;
    border-radius: 100%;
    background: white;
    top: -84px;
}

.process-wrapper .process-item:nth-child(even) div:before {
    top: auto;
    bottom: -68px;
}

.process-wrapper .process-item:nth-child(even) div:after {
    top: auto;
    bottom: -84px;
}

.process-wrapper {
    margin-top: 50px;
    counter-reset: chapter;
}

.process-wrapper .process-item h3::before {
    content: counter(chapter);
    display: inline-block;
    font-size: 50px;
    line-height: 43px;
    margin-right: 6px;
    font-weight: 600;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    color: white;
}

.process-wrapper .process-item div img:nth-child(1) {
    max-height: 50px;
}

.process-wrapper .process-item:hover,
.process-wrapper .process-item.active {
    transform: translateY(-10px);
}

.process-wrapper .process-item {
    transition: 0.5s;
}

/* .process-wrapper .process-item.active div img:nth-child(1) {
    filter: brightness(0) invert(1);
} */

.process-wrapper .process-item div img:nth-child(1) {
    transition: 0.5s;
    z-index: 11;
    position: relative;
    position: absolute;
}

.process-wrapper .process-item:hover div::after,
.process-wrapper .process-item.active div::after {
    background: #ff6400;
}

.process-wrapper .process-item:hover h3::before,
.process-wrapper .process-item.active h3::before {
    color: #ff6400;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ff6400;
}

.mz_btm_cta {
    background-image: url(../img/btm_cta_bg.png);
    height: 613px;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.mz_btm_cta h2 {
    color: #fff;
}

img.btm_cta1 {
    width: 76%;
    margin: -185px 0 0px;
}


.mz_btm_cta .btn_wrp {
    margin: 0;
    padding: 0;
}

.mz_btm_cta .btn_wrp .btn1 {
    background: #fff;
    color: #000;
    box-shadow: 0 0px 6px #ffffff;
}

.mz_btm_cta .btn_wrp .btn3 {
    background: transparent;
}

.mz_btm_cta .btn_wrp .btn3:hover {
    background: #ff6400;
}

.mz_btm_cta .btn_wrp .btn1:hover {
    background: #ff6400;
    color: #fff;
}

.btm-from {
    background-image: url(../img/btm_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

input.form-control {
    height: 55px;
    border-radius: 15px;
    margin: 0 0 20px;
}

textarea.form-control {
    height: 221px;
    border-radius: 15px;
    margin: 0 0 30px;
    padding: 18px 20px;
}

form .btnwrp {
    justify-content: space-between;
    display: flex;
    align-items: baseline;
}

form .btnwrp button {
    background: #ffffff;
    padding: 15px 50px;
    border-radius: 15px;
    border: none;
    font-weight: 700;
    color: #000;
    transition: 0.5s;
}

form .btnwrp button:hover {
    border: 1px solid #ffffff;
    background: transparent;
    color: #ffffff;
}

.mz-testimonial-section h2 span {
    font-size: 25px;
    display: block;
    margin-bottom: 0px !important;
    color: #ff6401;
}

.mz-testimonial-section h2 {
    margin: 0;
}

.btm-from h2 {
    text-align: center;
    color: #fff;
    margin: 0 0 50px;
}

form .btnwrp p {
    color: #fff;
}

form .btnwrp p a {
    color: #fff;
    text-decoration: underline;
}

.services-wrapper .row {
    border-radius: 15px;
    background-color: #FFF0E7;
}

.mz_services {
    background-image: url(../img/service_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.ftr_logo {
    margin: 0 0 20px;
}

.mz_footer h3 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 0;
}


.mz_footer .pymt {
    margin: 20px 0 0;
}

.mz_footer .pymt img {
    width: 250px;
    margin: 40px 0 0;
}

.mz_last h4 {
    color: #ff6401;
    font-size: 18px;
    font-weight: bold;
}

.mz_last ul li::marker {
    color: #fff;
}

.mz_footer .d-flex {
    justify-content: space-between;
}

.mz_ftr_lst {
    list-style: none;
    display: flex;
}

.mz_ftr_lst li {
    margin: 0 8px 0;
}

.mz_ftr_lst li a {
    color: #fff;
    font-size: 15px;
    background: #ff6401;
    border-radius: 50px;
    padding: 4px 10px;
    transition: 0.5s;
}

footer p {
    color: #fff;
}

.mz_ftr_lst li a:hover {
    background: transparent;
    border: 1px solid #fff;
}

.mz_portfolio img {
    width: 100%;
}

.banner-slider img {
    width: auto !important;
    height: auto;
}

.menu-ovalay {
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

a.dropdown-item {
    margin: 0 !important;
}

/* Remove default padding from the dropdown */
.dropdown-menu {
    padding: 0;
    border: none;
    border-radius: 0;
    overflow: hidden;
}

/* Style each dropdown item */
.dropdown-menu li a {
    color: #fff !important;
    background-color: #ff6400;
    border-bottom: 1px solid #fff;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 300;
    transition: all 0.3s ease;
    display: block;
}

/* Hover effect */
.dropdown-menu li a:hover {
    background-color: #fff;
    color: #000 !important;
}



.ser_clint {
    background: #ff6401;
    padding: 20px 0;
}

.ser_clint ul.banner-slider {
    margin: 0;
}


.img_banner1 {
    background-image: url(../img/banner.png);
}

.ser_banner {

    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 170px 0 0px;
    min-height: auto;
    padding-bottom: 50px;
}

input.form-control::placeholder {
    color: #000;
}


textarea.form-control::placeholder {
    color: #000;
}

.banner-slider li {
    text-align: center !important;
}

.service_sec1 .accordion-header button::before {
    content: "\f061";
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 17px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: white;
    box-shadow: 0px 5px 10px 0px rgb(255 100 1 / 37%);
    border-radius: 100%;
    background: #ff6401;
    color: white;
    transition: 0.5s;
    position: relative;
    top: 3px;
    flex: 0 0 40px;
    margin-right: 20px;
}

.accordion-button::after {
    display: none;
}

.service_sec1 .accordion-header button {
    color: #ff6401;
    padding: 10px 0px;
    font-size: 1.8rem;
    text-align: left;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: flex-start;
    line-height: initial;
}

.service_sec1 .accordion {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: .25rem;
}

.service_sec1 .accordion-header {
    background: none;
    border-bottom: none;
    padding: 0px;
}

.service_sec1 .accordion-header:first-child {
    border-radius: 0;
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: transparent;
    box-shadow: none;
}

.accordion-button:focus {
    z-index: 3;
    border-color: none !important;
    outline: 0;
    box-shadow: none;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-item {
    background-color: #fff;
    border: none;
}

.w-bold {
    font-weight: 600;
    margin: 30px 0 0;
}

.ghostwriting-service-section-3 {
    padding: 70px 0;
    background-color: #09235c;
    position: relative;
    overflow: hidden;
    min-height: auto;
}

.ghostwriting-process-item {
    padding: 20px;
    background-color: #ff6401;
    box-shadow: 0 17px 18px 0 rgb(0 0 0 / 52%);
    border-radius: 10px;
    margin-bottom: 15px
}

.ghostwriting-process-item .p-head {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}

.ghostwriting-process-item .p-head img {
    margin-right: 15px;
    filter: brightness(0);
    opacity: .3;
    transition: .5s
}

.ghostwriting-process-item .p-body {
    margin-top: 0;
    transition: .5s;
    padding-left: 13px;
    max-height: 0;
    overflow: hidden;
    padding-right: 10px
}

.ghostwriting-process-item .p-body p {
    font-size: 15px
}

.ghostwriting-process-item.active .p-head {
    color: #ff6401;
    font-weight: 900;
}

.ghostwriting-process-item.active .p-head img {
    opacity: 1;
    filter: none
}

.ghostwriting-process-item.active .p-body {
    margin-top: 10px;
    max-height: 250px;
    overflow: auto
}

.ghostwriting-process-item.active .p-body::-webkit-scrollbar {
    width: 5px
}

.ghostwriting-process-item.active .p-body::-webkit-scrollbar-track {
    background: #f1f1f1
}

.ghostwriting-process-item.active .p-body::-webkit-scrollbar-thumb {
    background: #09235c
}

.ghostwriting-process-item.active .p-body::-webkit-scrollbar-thumb:hover {
    background: #555
}

.ghostwriting-process-item .p-body a.btn {
    margin-top: 20px;
    font-size: 14px;
    padding: 10px 20px;
    min-width: 135px
}

.g-background>div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: .5s;
    transform: scale(1.3)
}

.g-background>div.active {
    animation: processgack 1s linear;
    animation-fill-mode: forwards
}

.g-background .process-1 {
    background-image: url(../img/process-1.jpg)
}

.g-background .process-2 {
    background-image: url(../img/process-2.jpg)
}

.g-background .process-3 {
    background-image: url(../img/process-3.jpg)
}

.g-background .process-4 {
    background-image: url(../img/process-4.jpg)
}

.g-background .process-5 {
    background-image: url(../img/process-5.jpg)
}

.g-background .process-6 {
    background-image: url(../img/process-6.jpg)
}

.g-background .process-7 {
    background-image: url(../img/process-7.jpg)
}

.g-background .process-8 {
    background-image: url(../img/process-8.jpg)
}

.g-background .process-9 {
    background-image: url(../img/process-9.jpg)
}

@keyframes processgack {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

section.ghostwriting-service-section-3 .container {
    z-index: 1;
    position: relative;
}

.ghostwriting-service-section-3 h2 {
    text-align: center;
    color: #fff;
    margin: 0 0 10px;
}

.ghostwriting-service-section-3 .pera {
    text-align: center;
    color: #fff;
    margin: 0 0 30px;
}

.ghostwriting-process-item.active {
    background: #fff;
}

.mz_cta_service {
    background-image: url(../img/cta_bg.png);
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    color: #fff;
}

.mz_cta_service h2 {
    font-size: 80px;
    font-weight: bold;
    margin: 0 0 0px;
    color: #ffffff;
    line-height: 73px;
}

.mz_cta_service p {
    font-size: 18px;
    line-height: 24px;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.mz_cta_service .btn_wrp {
    margin: 0;
    padding: 20px 0 0;
}

.mz_cta_service .btn_wrp .btn1 {
    background: #ffffff;
    position: relative;
    color: #f66b12;
}

.mz_cta_service .btn_wrp .btn3 {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
}


.mz_cta_service .btn_wrp .btn2 {
    width: 32%;
}

.mz_cta_service .btn_wrp .btn3:hover {
    background: #000000;
}

.mz_cta_service .btn_wrp .btn1:hover {
    background: #000000;
    border: none;
}

.contact_banner {
    min-height: 44vh;
}

.contact_form input.form-control {
    height: 50px;
}

contact_us_sec {
    padding: 20px 0 70px;
}

.contact_us_sec .form-group {
    padding-bottom: 19px !important;
}

.contact_us_sec textarea.form-control {
    height: auto;
}

.contact_us_sec h2 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: bold;
}

.contact_us_sec p {
    font-size: 20px;
    width: 90%;
    margin: 0 0 30px;
}

.contact_us_sec ul li {
    padding: 0 180px 0 0px;
}

.contact_us_sec ul li h5 {
    color: #ff6401;
    font-size: 30px;
    font-weight: 600;
}

.contact_us_sec ul li p {
    font-size: 20px;
    width: 229%;
    font-weight: 500;
}

.submit_btn {
    margin: 30px 0 0;
}

.submit_btn .sbtn {
    width: 30%;
    font-size: 20px;
}

.contact_us_sec textarea.form-control::placeholder {
    color: #515151 !important;
}

.contact_us_sec p {
    font-size: 18px;
    font-weight: 500;
}

.mz_map {
    padding: 50px;
}

.mz_map iframe {
    border-radius: 30px;
}


.contact_us_sec .form-control {
    background-color: transparent;
    border: 1px solid #515151;
    border-radius: 5px;
    color: #515151;
    height: 44px;
    margin: 0;
}

.contact_us_sec label {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin: 0 0 10px 10px;
    font-weight: 700;
}

ul.contct_ul {
    list-style: none;
    padding: 0;
}

.submit_btn .sbtn:hover {
    border: 1px solid #000;
    color: #000;
}

.img_banner3 {
    background-image: url(../img/about_bg.png);
    min-height: 60vh;
}

.pb-100 {
    padding-bottom: 150px;
}

.mz_privcy_banner {
    min-height: auto;
    background-image: none;
    background-color: #000;
    text-align: center;
    padding: 190px 0 90px;
}

.term-content h3 {
    font-size: 24px;
    margin: 1rem 0;
    font-weight: 700;
}

.blck {
    color: #1E1E1E;
}



/* //////////////////////////////// */

.mz_sec1 .btn1 {
    margin: 20px 0 0;
}

.mz_sec2 img {
    width: 93% !important;
}

.mz_sec2 .banner-slider1 {
    margin: 40px 0 0;
}

.mz_sec2 h6 {
    font-size: 20px;
    font-weight: 700;
    margin: 15px 0 0;

}

.mz_sec2 {
    background: #FF4D001A;
}

.mt-10 {
    margin-top: 10px;
}



/* ///////////////////////////// */


.mf-webhost-process {
    padding: 100px 0px;
}

.mf-webhost-process .an-heading-wrap {
    text-align: center;
}

.mf-webhost-process .an-heading-wrap .an-priamry-heading {
    max-width: 100%;
    text-align: center;
}

.mf-webhost-process .an-heading-wrap .an-priamry-heading span {
    margin: auto;
    margin-bottom: 20px;
}

.mf-webhost-process .an-heading-wrap .an-priamry-heading+p {
    width: auto;
    max-width: 70%;
    font-size: 24px;
    font-weight: 500;
    color: #101522;
}

.inner-webhost-process {
    background: #fff;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    padding: 30px 30px;
    gap: 0px 15px;
    border: 1px solid #FFF100;
    border-radius: 120px;
    transition: 0.5s;
}

.mf-webhost-process .row:nth-child(2) {
    padding-top: 100px;
    gap: 70px 0px;
}

.inner-webhost-process figure {
    margin: auto;
    position: relative;
}

.inner-webhost-process figure img {
    position: relative;
    z-index: 1;
}

.inner-webhost-process figure {
    width: 150px;
    height: 150px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 150px;
    background: #F5F5FA;
    border-radius: 50%;
}

.inner-webhost-process:before {
    content: '';
    position: absolute;
    background: url(../img/web/arrow-process.webp) no-repeat;
    width: 99px;
    height: 42px;
    right: -50px;
    top: -50px;
    transform: translateY(-50%);
    -webkit-animation: upDowns 2s infinite;
}

.inner-webhost-process h5 {
    font-size: 30px;
    color: #101522;
    margin-bottom: 14px;
    font-family: 'Archivo Black';
}

.inner-webhost-process p {
    color: #101522;
    font-size: 20px;
    font-weight: 500;
}

.mf-webhost-process .row div:nth-child(2) .inner-webhost-process:before,
.mf-webhost-process .row div:nth-child(4) .inner-webhost-process:before {
    display: none;
}

.mf-webhost-process .row div:nth-child(5) .inner-webhost-process:before {
    right: 45%;
}

.inner-webhost-process:hover {
    background: #FFF100;
}

.mf-combo-section {
    padding: 100px 0px 180px;
    background: url(../img/package/combo-bg.webp) no-repeat;
    background-size: cover;
    overflow: hidden;
}

.comb-head {
    position: relative;
}

.comb-head .an-primary-wrapper .an-primary-heading {
    color: white;
    font-size: 70px;
    font-weight: 800;
    margin-bottom: 20px;
}

.comb-head .an-primary-wrapper .an-primary-heading b {
    color: #FFF100;
}

.comb-head .an-primary-wrapper .an-primary-heading+p {
    font-size: 22px;
    max-width: 100%;
    margin: inherit;
    color: white;
}

.comb-head .nav-tabs {
    margin-top: 40px;
    gap: 10px;
    margin-bottom: 40px;
    border-bottom: none;
}


.comb-head .nav-tabs .nav-item .nav-link {
    font-size: 18px;
    font-weight: 700;
    color: aliceblue;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 15px;
    padding: 10px 30px;
}

.comb-head .nav-tabs .nav-item .nav-link.active {
    background: #FFF100;
    border-color: #FFF100;
    color: black;
}

.pricing-comb {
    text-align: end;
}

.pricing-comb span {
    color: white;
    font-size: 40px;
    font-weight: 800;
    text-decoration: line-through;
    display: block;
}

.pricing-comb h3 {
    font-size: 100px;
    color: #FFF100;
    font-weight: 800;
    padding-bottom: 15px;
    border-bottom: 1px solid #777A81;
    display: inline-block;
}

.pricing-comb small {
    display: block;
    color: white;
    font-size: 18px;
    font-weight: 500;
}



.inner-tab-comb ul li {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    display: flex;
    align-items: baseline;
}

.inner-tab-comb ul li i {
    margin-right: 15px;
    color: #FFF100;
    flex: 0 0 15px;
}

.inner-tab-comb ul li i:before {
    content: "\f058";
    background: black;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.an-btn-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.an-btn-wrapper .an-primary-btn {
    padding: 15px 70px;
    font-size: 18px;
    font-weight: 700;
}

@-webkit-keyframes sider {
    0% {
        transform: translateX(-20px);
    }

    50% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-20px);
    }
}

@-webkit-keyframes upDowns {
    0% {
        transform: translateY(-20px);
    }

    50% {
        transform: translateY(0);
    }
}

.mf-section-three {
    padding: 70px 0;
}

.inner-packages {
    padding: 60px 30px;
    border: 2px solid #FF4D00;
    border-radius: 15px;
    background: white;
    transition: 0.5s;
}

.inner-packages span {
    align-items: center;
    padding-bottom: 10px;
}

.inner-packages span h4 {
    color: #FF4D00;
}

#PackageModal h3.title {
    text-transform: uppercase;
}

/* .inner-packages span strong {
    color: #FF4D00;
    font-weight: 700;
} */

.price-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 5px;
}

.original-price {
    font-size: 20px;
    color: #999;
    text-decoration: line-through;
}

.inner-packages span strong {
    color: #FF4D00;
    font-weight: 700;
    font-size: 18px;
}


.inner-packages p {
    font-size: 18px;
    color: #101522;
    font-weight: 500;
    padding-top: 15px;
}

.inner-packages ul {
    padding: 10px 0 20px;
}

.inner-packages ul li {
    color: #101522;
    font-size: 18px;
    margin-bottom: 10px;
}

.inner-packages ul li i {
    margin-right: 10px;
    color: #FF4D00;
    transition: 0.5s;
}

.inner-packages ul li i.fa-check-circle:before {
    content: "\f058";
    background: black;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-packages .an-btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.inner-packages .an-btn-wrapper a {
    width: 100%;
    text-align: center;
    min-width: auto;
}

.inner-packages:hover {
    background: linear-gradient(to bottom, #FF4D00, #FFFFFF36 129%);
}

.inner-packages:hover ul li i {
    color: #FF4D00;
}

.inner-packages:hover ul li i.fa-check-circle:before {
    background: white;
}

.inner-packages:hover .an-btn-wrapper .an-primary-btn.dark {
    background: #fff;
    color: #FF4D00;
}

.mf-section-three .lbn-btns {
    text-align: center;
    padding-top: 50px;
}

.mf-section-three .lbn-btns .an-primary-btn.dark {
    background: black;
    color: white;
    display: inline-flex;
}

.mf-section-three .lbn-btns .an-primary-btn.dark:hover {
    background: #fff100;
    color: black;
}

.package-tabs ul.nav-tabs {
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px !important;
    border: none;
    margin-top: 30px;
}


.package-tabs ul.nav-tabs li.nav-item .nav-link {
    font-size: 15px;
    color: #101522;
    font-weight: 600;
    border: 1px solid #C2C3C4;
    border-radius: 7px;
    padding: 7px 19px;
}

.package-tabs ul.nav-tabs li.nav-item .nav-link.active {
    background: #FFF100;
    border-color: #FFF100;
}

/* width */
.inner-packages ul::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.inner-packages ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.inner-packages ul::-webkit-scrollbar-thumb {
    background: #ff4d004f;
    border-radius: 10px;
}

.inner-packages ul {
    height: 300px;
    overflow: scroll;
    overflow-x: hidden;
}

.head-sec .contact_form input,
.head-sec .contact_form textarea {
    font-size: 16px;
    color: #333;
    width: 100%;
    display: block;
    padding: 10px 15px;
    margin-bottom: 25px;
    border-radius: 5px;
    line-height: 25px;
    height: 50px;
    background: #f2f2de6e;
    border: 1px solid #f2f2de;
}

.head-sec .contact_form button {
    background: #ffdd2c;
    padding: 18px 26px;
    font-size: 16px;
    font-weight: 700;
    color: #27273d;
    border-radius: 5px;
    border: 1px solid #ffdd2c;
    transition: 0.5s;
}

.head-sec .contact_form button:hover {
    border-color: black;
}

.head-sec .contact_form textarea {
    height: 180px;
}

.head-sec h3 {
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    padding-top: 10px;
}

.head-sec p {
    font-size: 18px;
    font-weight: 400;
}

.head-sec .contact_form input:focus,
.head-sec .contact_form textarea:focus {
    outline: none;
    box-shadow: none;
}

.head-sec .contact_form button:hover {
    background: black;
    color: white;
}

.cntct-sd {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
    border-radius: 10px;
}

.show_loader:after {
    content: "";
    background: url(https://webblers.co/assets/img/loader.gif);
    width: 18px;
    display: inline-block;
    height: 18px;
    background-size: cover;
    margin-left: 6px;
    vertical-align: middle;
    margin-top: -4px;
}

.inner-packages .an-btn-wrapper .an-primary-btn.dark {
    border: 2px solid #FF4D00;
    background: #FF4D00;
    color: #Fff;
}

.inner-packages .an-primary-btn {
    font-size: 16px;
    padding: 15px 11px;
    text-decoration: none;
    color: #FF4D00;
    border-radius: 15px;
}

.inner-packages {
    padding: 30px 30px;
}

.bestsale{
    position: relative;
}

.bestsale::before{
    content: "";
    position: absolute;
    top: -50px;
    right: 0;
    background-image: url(../img/pic39.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 120px;
    height: 100px;
}

.height1{
    height: 530px;
}

.height2{
    height: 620px;
}

.inner-packages span strong {
    font-size: 40px;
}


.inner-packages span h4 {
    margin-bottom: 0px;
    font-size: 30px;
    font-family: 'sf_bold';
    font-weight: 700;
}

.inner-packages p {
    font-size: 16px;
}

.inner-packages ul li {
    font-size: 16px;
    padding-left: 1px;
}

.package-tabs .tab-content>.tab-pane li.nav-item .nav-link {
    padding: 5px 10px;
    background: transparent !important;
    border: none;
    font-size: 19px;
    border-radius: 0px;
    position: relative;
}

.package-tabs .tab-content>.tab-pane li.nav-item .nav-link.active,
.package-tabs .tab-content>.tab-pane li.nav-item .nav-link:hover {
    color: #ff5700;
}

.package-tabs .tab-content>.tab-pane li.nav-item .nav-link::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 17px;
    background: #020202;
    right: -6px;
    top: 10px;
}

.package-tabs .tab-content>.tab-pane li.nav-item:last-child .nav-link::before {
    display: none;
}

.inner-packages span strong sup {
    top: 0px;
}

.mz_sec1 img {
    width: 100%;
}

.an-btn-wrapper .btn1 {
    border-color: #FF4D00 !important;
}

.inner-packages:hover .an-btn-wrapper .an-primary-btn.dark {
    background: #fff;
    color: #FF4D00;
    border: none;
}

a.an-primary-btn.outline.open_chat_btn {
    border: 2px solid #FF4D00;
}

.inner-packages:hover a.an-primary-btn.outline.open_chat_btn {
    border: 2px solid #fff;
    color: #fff;
}

.inner-packages:hover h4 {
    color: #fff;
}

.inner-packages:hover strong {
    color: #fff;
}

.inner-packages:hover li {
    color: #fff;
}

.form-main {
    padding: 0 70px 0;
}

.form-main label {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin: 0 0 10px;
    color: #fff;
}

.form-main .form-control {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
}

.form-main .form-group {
    padding-bottom: 30px;
}

.form-main textarea.form-control {
    height: 118px;
}

.sbtn {
    background: #fff;
    color: #FF4D00;
    border-radius: 15px;
    padding: 11px 40px;
    transition: 0.5s;
    border: none;
    transition: 0.9s;
    font-weight: 700;
    font-size: 16px;
}

.sbtn:hover {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;

}

section.mz_form {
    background: url(../img/form_bg.png);
    padding: 70px 0;
    background-size: cover;
    background-repeat: no-repeat;
    overflow-x: hidden;
}

.mz_form h2 {
    color: #fff;
}

::placeholder {
    color: #fff !important;
}

section.mz_line {
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
}


/* footer css start */
.footer {
    background-color: #fff;
    padding: 60px 0px 0px 0px;
}

.footer1 a img {
    width: 180px;
    margin-bottom: 30px;
}

.footer2 {
    color: #fff;
    padding-left: 0px;
}

/* .footer2 li {
    margin-bottom: 20px;
} */

.footer2 li a {
    display: flex;
    gap: 10px;
    color: #333131;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    margin: 0 0 20px;
}

.footer2 li a:hover {
    color: #333131;
}

.footer2 li a img {
    width: 20px;
    height: fit-content;
}

.footer3 {
    display: flex;
    gap: 10px;
    padding-left: 0;
}

.footer3 li a i {
    font-size: 28px;
    font-weight: 400;
    color: #FF4D00;
}

.footer4 h4 {
    color: #FF4D00;
    font-size: 20px;
    font-weight: 700;
}

.footer4 ul {
    padding-left: 0;
}

.footer4 ul li a {
    color: #333131;
    font-size: 18px;
    line-height: 30px;
}

.footer5 p {
    color: #1E1E1E;
    font-size: 15px;
    font-weight: 500;
    font-family: "SF UI Text", sans-serif;
    text-align: center;
    margin-bottom: 0;
    margin-top: 20px;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.footer3 li {
    color: #FF4D00;
}

section.mz_line11 {
    border-top: 1px solid #DEDEDE;
    padding: 10px 0 5px;
}

/* footer css end */
.fv-img {
    width: 100%;
    margin: 10px 0 0;
}

.img-lst {
    background: url(../img/lst-bg.png);
    padding: 135px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.img-lst h2,
p {
    color: #000;
}

.img-lst .btn1 {
    background-color: #fff;
    color: #FF4D00;
}

.img-lst .btn1:hover {
    background-color: transparent;
    color: #FFf;
    border-color: #fff;
}

.mz_banner::after {
    content: url('../img/bnr-side.png');
    position: absolute;
    bottom: 0;
    right: 0;
    height: auto;
    z-index: -1;
}

.kkkk {
    color: #fff !important;
}