* {
    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;
}

h1,
h2,
h3,
h6 {
    font-family: sf_regular;
}

h2 {
    font-size: 45px;
    font-weight: bold;
    margin: 0 0 20px;
    font-family: 'sf_bold';
    color: #1E1E1E;
}

p {
    font-size: 18px;
    font-family: 'sf_regular';
    font-weight: 500;
}



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: #fff !important;
    font-size: 18px;
    margin: 0 0 0 30px;
    font-weight: 500;
}
.btn {
    margin: 0 20px 0 0px;
    padding: 12px 30px;
    border-radius: 15px;
    font-weight: bold;
    font-size: 18px;
}



.btn1 {
    background-color: #FF6400;
    color: #fff;
    box-shadow: 0 0px 6px #FF6400;
    transition: 0.5s;
}

.btn2 {
    background-color: #FF6400;
    color: #fff;
    box-shadow: 0 0px 6px #FF6400;
}

.btn3 {
    background-color: #000000;
    border: 1px solid #fff;
    color: #fff;
}

.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;
}

/* .mz_banner::before {
    content: url(../img/banner_img.webp);
    position: absolute;
    right: 0;
} */

.mz_banner h1 {
    font-size: 70px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 1px;
}

.mz_banner p {
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    margin: 0 0 20px;
}

.mz_banner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mz_banner ul li {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 39px;
}

.mz_banner ul li img {
    margin: 0 20px 0 0px;
}

.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 {}

.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;
    background: #FFD9C0;
}

.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: 40px;
}

.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:hover {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    box-shadow: none;
}

.btn2:hover img {
    filter: invert(1);
}

.btn3:hover {
    background-color: #ff6400;
    border:none;
}

.mz_portfolio .btn_wrp .btn2:hover {
    background: #000000;
    box-shadow: 0 0px 6px #000000;
    border: none;
}

.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: 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_choose h2 span {
    display: block;
    font-size: 25px;
    color: #FF702D;
}

.mz_choose h2 {
    font-size: 42px;
    text-align: center;
    margin: 0 0 50px;
}
.mz_choose .box img {
    width: 50px;
    margin: 0 0 30px;
}

.mz_choose .box h4 {
    font-size: 25px;
    color: #FF702D;
    font-weight: bold;
}
.mz_choose .col-lg-3 {
    border-left: 1px solid #FF6401;
    padding: 0 20px 0;
}

.mz_choose .bdr_none{
    border-left: none;
}

.mz_choose .btn_wrp {
    display: flex;
    justify-content: center;
    margin: 50px 0 0;
}
.mz_choose .btn2:hover {
    border-color: #000;
    color: #000;
}
.mz_cta h2 span {
    font-size: 45px;
    display: block;
    line-height: 53px;
}

.mz_choose {
    padding: 70px 0 160px;
}
.mz_services h2 {
    font-size: 42px;
    margin: 0 0 50px;
}

.mz_services h2 span {
    font-size: 25px;
    display: block;
    color: #FF702D;
}
.services-item {
    display: flex;
}

.services-item img {
    height: 60px;
    margin: 0 21px 0 0px;
}
.services-item h3 {
    font-size: 25px;
    font-weight: 700;
    color: #000;
}
a{
    text-decoration: none;
}
.services-item p {
    color: #1E1E1E;
}
.services-item-hover-wrap .btn-wrap-group a:hover {
    border: 1px solid #000;
    color: #000;
}
.services-wrapper .col-md-4.col-sm-6 {
    border-bottom: 3px solid #fff;
    padding: 30px 20px;
    border-left: 3px solid #fff;
}
.services-wrapper .bdr_none1 {
    border-bottom:none !important;
}
.services-wrapper .bdr_none2 {
    border-left: none !important;
}
.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;
}
.process-section {
    padding: 70px 0 180px;
    background-image: url(../img/process_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.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: 76px;
    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;
}
ul.dropdown-menu.show {
    padding: 0;
}

ul.dropdown-menu.show li a {
    color: #ffffff !important;
    background: #ff6400;
    border-bottom: 1px solid #ffff;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 300;
}

ul.dropdown-menu.show li a:hover {
    background: #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;
}