:root {
    --text-color: #9fa1ac;
    /*var(--text-color); */
    --white-color: #ffffff;
    /*var(--white-color); */
    --orange-color: #ffc138;
    /*var(--orange-color); */
    --blue-color: #4e5686;
    /*color:var(--blue-color);-*/
}


/* font-family: 'Cormorant', serif;
font-family: 'Mulish', sans-serif;
font-family: 'Playfair Display', serif;
font-family: 'Quicksand', sans-serif; */


/*--------------------- Copyright (c) 2020 ----------------------- 
[Comman Stylesheet] 
Project: Multifarious Services
Version: 1.0.0 
Author: Kamleshyadav
----------------------------------- --------------------------------*/


/*------------------------------------------------------------------
[Table of contents]

1. Global CSS
2. Top Button CSS
3. PreLoader CSS
4. Banner CSS Start
5. Demo CSS Start
6. Responsive CSS Start
------------------------------------------------------------------*/


/********************************************************
    1. Global CSS
*******************************************************/

body {
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    color: var(--text-color);
    background: var(--white-color);
}

a,
a:hover,
a:focus,
button,
button:hover {
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #222222;
}

img {
    max-width: 100%;
    height: auto;
}

ul,
p {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    color: var(--blue-color);
    font-family: 'Quicksand', sans-serif;
}

.full_width {
    width: 100%;
}

html {
    scroll-behavior: smooth;
}


/* heading1 */

.multi_heading1,
.multi_heading2 {
    margin-bottom: 50px;
}

.multi_heading1 .heading1 {
    color: #ffe612;
    font-size: 92px;
    font-weight: 900;
    line-height: 92px;
    font-family: 'Mulish', sans-serif;
}

.multi_heading1 .heading2 {
    font-size: 32px;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
    color: var(--white-color);
}


/* shadow */

.shadow_wrap {
    position: relative;
}

.t_shadow {
    color: #ffe612;
    font-size: 92px;
    line-height: 70px;
    font-weight: 900;
    font-family: 'Mulish', sans-serif;
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    bottom: -56px;
    background-image: -webkit-linear-gradient( 270deg, rgb(255 230 18) -29%, rgb(255 255 255 / 0%) 47%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}


/* heading 2 */

.multi_heading2 .heading1,
.multi_heading2 .heading2 {
    font-size: 43px;
    font-weight: 500;
}


/* btn css */

.multi_btn {
    background-color: green;
    color: var(--white-color);
    display: inline-block;
    border: 0;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 15px;
    width: 170px;
    z-index: 0;
    font-weight: 600;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    font-size: 16px;
    text-transform: capitalize;
    /* -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s; */
    transition: all 0.3s linear 0s;
}

.multi_btn:hover,
.multi_btn:focus {
    color: #fff;
}

.layer1,
.layer2 {
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.layer1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--orange-color);
    background-image: -moz-linear-gradient( 160deg, rgb(255, 183, 43) 0%, rgb(255, 192, 0) 100%);
    background-image: -webkit-linear-gradient( 160deg, rgb(255, 183, 43) 0%, rgb(255, 192, 0) 100%);
    background-image: -ms-linear-gradient( 160deg, rgb(255, 183, 43) 0%, rgb(255, 192, 0) 100%);
    left: 0%;
}

.layer2 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient( 160deg, rgb(255, 93, 131) 0%, rgb(255, 110, 148) 100%);
    background-image: -webkit-linear-gradient( 160deg, rgb(255, 93, 131) 0%, rgb(255, 110, 148) 100%);
    background-image: -ms-linear-gradient( 160deg, rgb(255, 93, 131) 0%, rgb(255, 110, 148) 100%);
    left: -100%;
}

.multi_btn:hover .layer1 {
    left: 50%;
}

.multi_btn:hover .layer2 {
    left: 0%;
}

.multi_btn.btn2 {
    background: var(--white-color);
    border: 2px solid rgb(182 246 255);
    color: var(--blue-color);
    line-height: 46px;
}

.multi_btn.demo-title .layer1 {
    background-color: #fff;
    border: 2px solid #f2f1ff;
    color: var(--blue-color);
    line-height: 46px;
    background-image: none;
}

.authoer_data .grph_btn {
    cursor: default;
}

.multi_btn.newflag_btn {
    width: 70px;
}


/********************************************************
    2. Top Button CSS
*******************************************************/

#scroll {
    position: fixed;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    z-index: 9;
    visibility: hidden;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
    background: var(--orange-color);
    background-image: -moz-linear-gradient( 160deg, rgb(255, 183, 43) 0%, rgb(255, 192, 0) 100%);
    background-image: -webkit-linear-gradient( 160deg, rgb(255, 183, 43) 0%, rgb(255, 192, 0) 100%);
    background-image: -ms-linear-gradient( 160deg, rgb(255, 183, 43) 0%, rgb(255, 192, 0) 100%);
}

#scroll.active {
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    animation: bounceInDown 2s;
    -webkit-animation: bounceInDown 2s;
    -moz-animation: bounceInDown 2s;
}

#scroll svg {
    height: 20px;
    width: 20px;
    fill: #ffffff;
}

@keyframes bounce {
    0%,
    100% {
        transform: translateY(-20px);
    }
    50% {
        transform: translateY(0px);
    }
}


/********************************************************
    3. PreLoader CSS
*******************************************************/

.preloader_active {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100vh;
    width: 100vw;
    z-index: 99999;
}

.preloader_active .preloader_holder {
    position: absolute;
    left: 0;
    display: block;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
}

.preloader_active .preloader_holder .preloader span {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50px;
    position: absolute;
    -webkit-animation: loadingCircles 1s infinite;
    -moz-animation: loadingCircles 1s infinite;
    animation: loadingCircles 1s infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
}

.preloader_wrapper>.preloader>span:nth-child(2) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.preloader_wrapper>.preloader>span:nth-child(3) {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.preloader_holder {
    display: none;
}

.preloader_open {
    position: fixed;
    background-color: transparent;
    z-index: 9999;
    height: 100%;
    width: 100%;
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.preloader_open.loaded {
    opacity: 0;
    visibility: hidden;
}

.preloader_open.loaded:before,
.preloader_open.loaded:after {
    width: 0%;
}

.preloader_open:before,
.preloader_open:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.preloader_open:before {
    top: 0;
    left: 0;
}

.preloader_open:after {
    bottom: 0;
    right: 0;
}

.preloader_active .preloader_holder {
    background-color: var(--white-color);
}

.preloader_active .preloader_holder .preloader span {
    box-shadow: 0px 0px 0px 0px rgb(78, 75, 251);
}

@-webkit-keyframes loadingCircles {
    0% {
        -webkit-transform: scale(0);
        opacity: 1;
        box-shadow: 0px 0px 0px 10px rgb(78, 75, 251);
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
        box-shadow: 0px 0px 0px 2px rgb(78, 75, 251);
    }
}

@-moz-keyframes loadingCircles {
    0% {
        -moz-transform: scale(0);
        opacity: 1;
        box-shadow: 0px 0px 0px 10px rgb(78, 75, 251);
    }
    100% {
        -moz-transform: scale(1);
        opacity: 0;
        box-shadow: 0px 0px 0px 2px rgb(78, 75, 251);
    }
}

@keyframes loadingCircles {
    0% {
        transform: scale(0);
        opacity: 1;
        box-shadow: 0px 0px 0px 10px rgb(78, 75, 251);
    }
    100% {
        transform: scale(1);
        opacity: 0;
        box-shadow: 0px 0px 0px 2px rgb(78, 75, 251);
    }
}

.preloader_open:before,
.preloader_open:after {
    background-color: #ffffff;
}


/********************************************************
    4. Header CSS Start
********************************************************/

.multi_header_wrapper {
    background: rgb(255 255 255 / 0.10);
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    right: 0;
    border-bottom: 1px solid rgb(255 255 255 / 0.2);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

header.multi_header_wrapper.menu_fixed {
    background: #ff597d;
    box-shadow: 0 0 20px 0px rgb(0 0 0 / 0.09);
}

.multi_main_menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.multi_nav_items>ul>li>a {
    padding: 26px 15px;
    display: inline-block;
    font-weight: 400;
    color: var(--white-color);
    font-size: 18px;
    text-transform: capitalize;
    font-family: 'Mulish', sans-serif;
    font-weight: 500;
}


/********************************************************
    8. Banner CSS Start
********************************************************/

.multi_banner_wrapper {
    position: relative;
    background-image: url(../images/banner/banner-bg.svg);
    background-repeat: no-repeat;
    background-position: top;
    text-align: center;
}

.banner_title {
    font-size: 54px;
    color: var(--white-color);
    font-weight: 600;
}

.bnner_disc {
    font-size: 22px;
    color: var(--white-color);
    font-weight: 500;
    margin: 10px 0 30px;
}

.multi-banner-mockup {
    position: relative;
    margin: 150px auto 0;
}

.tor_banner_inner {
    padding-top: 150px;
}

.multi-banner-icons li {
    position: absolute;
}

.multi-banner-icons li:nth-child(1) {
    left: 5%;
    top: -100px;
    animation: 3.2s floating linear infinite;
}

.multi-banner-icons li:nth-child(2) {
    left: 5%;
    top: 10px;
}

.multi-banner-icons li:nth-child(3) {
    right: 5%;
    top: 10px;
}

.multi-banner-icons li:nth-child(4) {
    top: -100px;
    right: 4%;
    animation: 3.5s floating linear infinite;
}

.multi-banner-icons li:nth-child(5) {
    bottom: 0px;
    left: 1%;
    animation: 3.7s floating linear infinite;
}

.multi-banner-icons li:nth-child(6) {
    bottom: 35px;
    left: 18%;
    animation: 3s floating linear infinite;
}

.multi-banner-icons li:nth-child(7) {
    bottom: 35px;
    right: 18%;
    animation: 3.6s floating linear infinite;
}

.multi-banner-icons li:nth-child(8) {
    bottom: 0px;
    right: 1%;
    animation: 3.2s floating linear infinite;
}

@keyframes floating {
    from {
        -webkit-transform: rotate(0deg) translate(-12px) rotate(0deg);
        -moz-transform: rotate(0deg) translate(-12px) rotate(0deg);
        -ms-transform: rotate(0deg) translate(-12px) rotate(0deg);
        -o-transform: rotate(0deg) translate(-12px) rotate(0deg);
        transform: rotate(0deg) translate(-12px) rotate(0deg);
        transition: 1s ease-in-out;
    }
    to {
        -webkit-transform: rotate(360deg) translate(-12px) rotate(-360deg);
        -moz-transform: rotate(360deg) translate(-12px) rotate(-360deg);
        -ms-transform: rotate(360deg) translate(-12px) rotate(-360deg);
        -o-transform: rotate(360deg) translate(-12px) rotate(-360deg);
        transform: rotate(360deg) translate(-12px) rotate(-360deg);
        transition: 1s ease-in-out;
    }
}

.multi-banner-mobile {
    display: none;
}


/********************************************************
    8. index page CSS Start
********************************************************/

.multi_index_wrapper {
    padding: 80px 0 0;
    position: relative;
    background-image: url(../images/indexshap/bg1.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}

.multi_index_wrapper .multi_heading1 .heading1 {
    color: var(--orange-color);
}

.multi_index_wrapper .multi_heading1 .heading2 {
    color: var(--blue-color);
}

.multi_index_wrapper .t_shadow {
    background-image: -webkit-linear-gradient( 270deg, rgb(255 183 43 / 65%) -29%, rgb(255 255 255 / 0%) 47%);
}

.multi_pagebox {
    margin-bottom: 53px;
    padding: 0 15px;
}

.multi_pagebox_img {
    position: relative;
    margin-bottom: 60px;
    box-shadow: 0px 0px 60px 0px rgba(95, 99, 183, 0.1);
}

.multi_pagebox_img .multi_btn {
    position: absolute;
    top: 60px;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.multi_pagebox_img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: rgb(41 52 70 / 80%);
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    transition: all 400ms ease-in-out 0s;
    transform: scale(0) rotate(45deg);
    border-radius: 100%;
}

.multi_pagebox_img:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -30px;
    border-radius: 100%;
    background-image: -moz-linear-gradient( 160deg, rgb(255, 183, 43) 0%, rgb(255, 192, 0) 100%);
    background-image: -webkit-linear-gradient( 160deg, rgb(255, 183, 43) 0%, rgb(255, 192, 0) 100%);
    background-image: -ms-linear-gradient( 160deg, rgb(255, 183, 43) 0%, rgb(255, 192, 0) 100%);
    width: 169px;
    height: 169px;
    z-index: -1;
}

.multi_pagebox_img:hover .multi_btn {
    opacity: 1;
    visibility: visible;
    top: 0;
    transition-delay: 0.3s;
}

.multi_pagebox_img:hover:after {
    transform: scale(1);
    border-radius: 0;
}

.multi_index_wrapper .container-fluid,
.multi_services_commn .container-fluid {
    max-width: 1741px;
    z-index: 1;
    position: relative;
}

.multi_header_wrapper .layer1,
.multi_banner_wrapper .layer1,
.multi_footer_wrapper .layer1 {
    background-image: -moz-linear-gradient( 160deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient( 160deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient( 160deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
    color: #ff597d;
}

.multi_header_wrapper .layer2,
.multi_banner_wrapper .layer2,
.multi_footer_wrapper .layer2 {
    background-image: -moz-linear-gradient( 160deg, rgb(255, 183, 43) 0%, rgb(255, 192, 0) 100%);
    background-image: -webkit-linear-gradient( 160deg, rgb(255, 183, 43) 0%, rgb(255, 192, 0) 100%);
    background-image: -ms-linear-gradient( 160deg, rgb(255, 183, 43) 0%, rgb(255, 192, 0) 100%);
}

.newflag {
    background: #ff295b;
    color: #fff;
    border-radius: 10px;
    height: 40px;
    width: 70px;
    line-height: 40px;
    margin-left: 10px;
    font-weight: 600;
}

.bottom_btnwrap {
    display: flex;
    align-items: center;
    justify-content: center;
}


/********************************************************
    8. inner page CSS Start
********************************************************/

.multi_index_wrapper.multi_inner_wrapper {
    padding: 50px 0 40px;
}

.multi-coming-soon .multi_pagebox_img:after {
    display: none;
}


/********************************************************
    8. services CSS Start
********************************************************/

.multi_services1_wrapper {
    background-image: -moz-linear-gradient( -96deg, rgb(255, 255, 255) 0%, rgb(236, 243, 244) 100%);
    background-image: -webkit-linear-gradient( -96deg, rgb(255, 255, 255) 0%, rgb(236, 243, 244) 100%);
    background-image: -ms-linear-gradient( -96deg, rgb(255, 255, 255) 0%, rgb(236, 243, 244) 100%);
    position: relative;
    padding-bottom: 100px;
}

.service_icon {
    border-radius: 20px;
    background-color: var(--orange-color);
    box-shadow: 0px 12px 21px 0px rgba(255, 193, 56, 0.3);
    width: 56px;
    height: 56px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 23px;
}

span.service_icon {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
}

.service_subttl {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--orange-color);
    letter-spacing: 5px;
}

.service_ttl {
    font-weight: 500;
    font-size: 36px;
    margin: 5px 0 16px 0;
}

.service_box {
    padding-left: 97px;
}

.s_layer1 {
    margin-bottom: 80px;
}


/* shap */

.ser_s1 {
    position: absolute;
    top: 0;
    right: 0;
}

.service_img ul {
    padding: 0;
    margin: 0;
}

.service_img ul li {
    list-style: none;
    display: inline-block;
}

.mf-service-one li,
.mf-service-two li,
.mf-service-three li,
.mf-service-four li {
    position: absolute;
}

.mf-service-one li:nth-child(1) {
    left: -20px;
    top: 70px;
}

.mf-service-one li:nth-child(2) {
    left: 0;
    top: -10px;
    right: 40px;
    margin: auto;
    text-align: center;
}

.mf-service-one li:nth-child(3) {
    right: 80px;
    top: 30px;
}

.mf-service-one li:nth-child(4) {
    left: 0;
    bottom: 120px;
}

.mf-service-one li:nth-child(5) {
    right: 50px;
    bottom: 120px;
}

.mf-service-two li:nth-child(1) {
    left: -60px;
    top: 140px;
}

.mf-service-two li:nth-child(2) {
    top: 70px;
    right: 40px;
}

.mf-service-two li:nth-child(3) {
    left: -20px;
    bottom: 140px;
}

.mf-service-two li:nth-child(4) {
    right: 0;
    bottom: 140px;
}

.mf-service-three li:nth-child(1) {
    right: -10px;
    top: 40px;
    z-index: -1;
}

.mf-service-three li:nth-child(2) {
    right: -5px;
    top: 45px;
}

.mf-service-four li:nth-child(1) {
    left: 10px;
    top: 70px;
}

.mf-service-four li:nth-child(2) {
    top: 30px;
    right: 60px;
}

.mf-service-four li:nth-child(3) {
    left: -10px;
    bottom: 80px;
}

.mf-service-four li:nth-child(4) {
    right: 70px;
    bottom: 120px;
}


/********************************************************
    8. services2 CSS Start
********************************************************/

.multi_services2_wrapper.multi_services_commn {
    background-image: url(../images/services/bg2.jpg);
    padding: 100px 0;
}

.multi_services1_wrapper.multi_services_commn:after {
    /*content: url(../images/services/layer.svg);*/
    /*position: absolute;*/
    /*bottom: 0;*/
    /*width: 100%;*/
    /*height: 10px;*/
}


/********************************************************
    8. Headers CSS Start
********************************************************/

.multi_headers_wrapper {
    background-image: url(../images/headers/headers_bg.jpg);
    padding: 106px 0 90px;
    background-size: cover;
}

.multi_headersinner {
    margin-bottom: 30px;
}


/********************************************************
    8. Devices CSS Start
********************************************************/

.multi_devices_wrapper {
    position: relative;
    padding: 110px 0 120px;
    background-image: url(../images/devices/bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
}


/* start bg mover */

@-webkit-keyframes moveup {
    0% {
        background-position: left 0px top 0px;
    }
    25% {
        background-position: left 150px top 0;
    }
    50% {
        background-position: left 300px top 0;
    }
    75% {
        background-position: left 150px top 0;
    }
    100% {
        background-position: left 0px top 0px;
    }
}

@-moz-keyframes moveup {
    0% {
        background-position: left 0px top 0px;
    }
    25% {
        background-position: left 150px top 0;
    }
    50% {
        background-position: left 300px top 0;
    }
    75% {
        background-position: left 150px top 0;
    }
    100% {
        background-position: left 0px top 0px;
    }
}

@-o-keyframes moveup {
    0% {
        background-position: left 0px top 0px;
    }
    25% {
        background-position: left 150px top 0;
    }
    50% {
        background-position: left 300px top 0;
    }
    75% {
        background-position: left 150px top 0;
    }
    100% {
        background-position: left 0px top 0px;
    }
}

@keyframes moveup {
    0% {
        background-position: left 0px top 0px;
    }
    25% {
        background-position: left 150px top 0;
    }
    50% {
        background-position: left 300px top 0;
    }
    75% {
        background-position: left 150px top 0;
    }
    100% {
        background-position: left 0px top 0px;
    }
}


/* End bg mover */


/********************************************************
    8. Footer page CSS Start
********************************************************/

.multi_footerpage_wrapper {
    background-image: url(../images/footer/bg.jpg);
    padding-top: 106px;
    background-size: cover;
}


/********************************************************
    8. Features CSS Start
********************************************************/

.multi_features_wrapper {
    padding: 110px 0 30px;
    background: rgb(242 248 248);
}

.features_box {
    padding: 0 15px 90px;
}

.features_boxinner {
    border-radius: 10px;
    background-color: var(--white-color);
    box-shadow: 0px 0px 40px 0px rgba(197, 210, 210, 0.3);
    padding: 50px 30px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.features_boxinner:hover {
    transform: translateY(-10px);
}

.features_boxinner:hover .feature_icon {
    border-radius: 25px;
}

.feature_ttl {
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
    color: #4e5686;
    line-height: 30px;
}

.feature_icon {
    background-image: -moz-linear-gradient( 160deg, rgb(60, 224, 236) 0%, rgb(117, 220, 236) 100%);
    background-image: -webkit-linear-gradient( 160deg, rgb(60, 224, 236) 0%, rgb(117, 220, 236) 100%);
    background-image: -ms-linear-gradient( 160deg, rgb(60, 224, 236) 0%, rgb(117, 220, 236) 100%);
    box-shadow: 0px 12px 30px 0px rgba(75, 223, 236, 0.4);
    width: 70px;
    height: 70px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -30px;
    left: -15px;
    font-size: 32px;
    color: var(--white-color);
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
    border-radius: 25px 25px 0px 25px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.multi_features_wrapper .row {
    justify-content: center;
}


/********************************************************
    8. BEst Selling CSS Start
********************************************************/

.multi_selling_wrapper .multi_heading2 {
    margin-bottom: 0;
}

.multi_selling_wrapper {
    padding: 110px 0 120px;
}

.swiper-pagination {
    left: 0;
    right: 0;
    margin: auto;
    bottom: -7px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #e0e0e0;
    opacity: 1;
    margin: 0 4px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.swiper-pagination-bullet-active {
    background: var(--orange-color);
}

.swiper-pagination-bullet:focus {
    outline: 0;
    box-shadow: none;
}

.about_inner_slider {
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px rgba(95, 99, 183, 0.24);
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.about_inner_slider:hover {
    transform: translateY(-10px);
}

.about_inner_slider:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.7);
    top: 0;
    width: 100%;
    height: 0%;
}

.about_inner_slider:hover:after {
    height: 90%;
    opacity: 0;
    -webkit-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    -moz-transition: all 0.8s ease-out 0s;
    -ms-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
}

.about_inner_slider img {
    border-radius: 10px;
    width: 100%;
}

.multi_selling_wrapper .swiper-container {
    padding: 50px 0px;
}

.selling_box {
    position: relative;
}

.author_title span {
    font-weight: 700;
    color: var(--orange-color);
    text-transform: uppercase;
}


/********************************************************
    8. Authore CSS Start
********************************************************/

.multi_author_wrapper {
    padding: 100px 0;
}

.multi_author_wrapper .container-fluid {
    max-width: 1300px;
}

.author_title {
    font-size: 46px;
    font-weight: 500;
    margin-bottom: 30px;
}

.graph_title {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    background: var(--orange-color);
    padding: 15px 30px;
    border-radius: 50px;
    color: var(--white-color);
    background-image: -moz-linear-gradient( 160deg, rgb(255, 183, 43) 0%, rgb(255, 192, 0) 100%);
    background-image: -webkit-linear-gradient( 160deg, rgb(255, 183, 43) 0%, rgb(255, 192, 0) 100%);
    background-image: -ms-linear-gradient( 160deg, rgb(255, 183, 43) 0%, rgb(255, 192, 0) 100%);
}

.graph_title:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: var(--orange-color);
    border: 4px solid var(--white-color);
}

span.line {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 36px;
    width: 0;
    height: 140px;
    background: #ff000000;
    margin: auto;
    z-index: 0;
    border: 0;
    border-left: 2px dashed #dcdee9;
}

.grph_btn {
    background: var(--orange-color);
    min-width: 180px;
    display: inline-block;
    border-radius: 120px;
    height: 50px;
    line-height: 50px;
    color: var(--white-color);
    font-weight: 700;
    z-index: 1;
}

.grph_btn.grph1 {
    background-image: -moz-linear-gradient( 160deg, rgb(60, 224, 236) 0%, rgb(117, 220, 236) 100%);
    background-image: -webkit-linear-gradient( 160deg, rgb(60, 224, 236) 0%, rgb(117, 220, 236) 100%);
    background-image: -ms-linear-gradient( 160deg, rgb(60, 224, 236) 0%, rgb(117, 220, 236) 100%);
    box-shadow: 0px 12px 30px 0px rgba(75, 223, 236, 0.4);
}

.grph_btn.grph2 {
    background-image: -moz-linear-gradient( 160deg, rgb(255, 93, 131) 0%, rgb(255, 110, 148) 100%);
    background-image: -webkit-linear-gradient( 160deg, rgb(255, 93, 131) 0%, rgb(255, 110, 148) 100%);
    background-image: -ms-linear-gradient( 160deg, rgb(255, 93, 131) 0%, rgb(255, 110, 148) 100%);
    box-shadow: 0px 12px 30px 0px rgba(255, 106, 143, 0.4);
    margin: 45px 60px 0;
}

.grph_btn.grph3 {
    background-image: -moz-linear-gradient( 160deg, rgb(255, 215, 75) 0%, rgb(255, 215, 109) 100%);
    background-image: -webkit-linear-gradient( 160deg, rgb(255, 215, 75) 0%, rgb(255, 215, 109) 100%);
    background-image: -ms-linear-gradient( 160deg, rgb(255, 215, 75) 0%, rgb(255, 215, 109) 100%);
    box-shadow: 0px 12px 30px 0px rgba(255, 215, 82, 0.4);
}

.grph_btn:hover,
.grph_btn:focus {
    color: var(--white-color);
    transform: translateY(-10px);
}

.graph_inner {
    display: flex;
    justify-content: center;
    padding-top: 105px;
    position: relative;
    z-index: 0;
}

.graph_inner:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 64px;
    background: #ff000000;
    border: 2px dashed #dcdee9;
    top: 42px;
    border-bottom: 0;
    border-radius: 10px 10px 0px 0px;
    z-index: -1;
}

.graph_inner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
    margin: auto;
    width: 56px;
    height: 56px;
    background: #fff;
    border: 2px dashed #dcdee9;
    transform: rotate(45deg);
    z-index: 0;
    border-radius: 10px 0px 10px 0px;
    border-bottom: 0;
    border-right: 0;
}


/********************************************************
    8. Footer CSS Start
********************************************************/

.multi_footer_wrapper {
    background: #ff597d;
    padding: 106px 0 113px;
    background-image: url(../images/footerbg.png);
    background-repeat: no-repeat;
    position: relative;
}

.multi_footer_wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: -moz-linear-gradient( 160deg, rgb(60, 224, 236) 0%, rgb(117, 220, 236) 100%);
    background-image: -webkit-linear-gradient( 160deg, rgb(60, 224, 236) 0%, rgb(117, 220, 236) 100%);
    background-image: -ms-linear-gradient( 160deg, rgb(60, 224, 236) 0%, rgb(117, 220, 236) 100%);
    z-index: -1;
}

.f_title {
    font-size: 42px;
    font-weight: 600;
    color: var(--white-color);
    line-height: 57px;
}

.footer_inner .multi_btn {
    margin-top: 30px;
}

.service-img-mobile {
    display: none;
}


/********************************************************
    8. Responsive CSS Start
********************************************************/

@media (min-width: 1799.98px) {
    .multi_header_wrapper {
        padding: 0px 65px;
    }
}

@media (min-width: 1199.98px) {
    .container {
        max-width: 1170px;
    }
}

@media (min-width: 992px) {
    .multi_search_wrapper {
        margin-left: 55px;
    }
    .multi_nav_items>ul>li>a {
        padding: 26px 24px;
    }
}

@media (min-width: 768px) {
    .multi_nav_items ul {
        display: flex;
    }
    .mobile_logo {
        display: none;
    }
}

@media (max-width: 1599px) {
    .multi-banner-icons li:nth-child(1),
    .multi-banner-icons li:nth-child(2),
    .multi-banner-icons li:nth-child(5) {
        left: 0%;
    }
    .multi-banner-icons li:nth-child(3),
    .multi-banner-icons li:nth-child(4),
    .multi-banner-icons li:nth-child(8) {
        right: 0;
    }
    .multi-banner-icons li:nth-child(6) {
        left: 5%;
    }
    .multi-banner-icons li:nth-child(7) {
        right: 5%;
    }
    .mf-service-one li:nth-child(3) {
        right: 30px;
    }
    .mf-service-one li:nth-child(4) {
        bottom: 70px;
    }
    .mf-service-one li:nth-child(5),
    .mf-service-two li:nth-child(3),
    .mf-service-two li:nth-child(4) {
        bottom: 80px;
    }
    .mf-service-two li:nth-child(1) {
        top: 90px;
    }
    .mf-service-four li:nth-child(1) {
        top: 10px;
    }
    .mf-service-four li:nth-child(3) {
        bottom: 0px;
    }
    .mf-service-four li:nth-child(2) {
        top: 0px;
    }
    .mf-service-four li:nth-child(4) {
        bottom: 10px;
    }
}

@media (max-width: 1399px) {
    .multi-banner-mockup {
        display: none;
    }
    .multi-banner-mobile {
        display: block;
    }
}

@media (max-width: 1299px) {
    .service_img {
        display: none;
    }
    .service-img-mobile {
        display: block;
    }
}

@media (max-width: 991.98px) {
    .multi_btn {
        height: 40px;
        line-height: 40px;
        width: 130px;
    }
    .multi_pagebox {
        padding: 0;
        margin-bottom: 30px;
    }
    .grph_btn.grph2 {
        margin: 45px 15px 0;
    }
    .graph_inner:after {
        width: 45%;
    }
    .service_box {
        padding-left: 0;
    }
    .multi_banner_wrapper {
        background-color: #59deed;
    }
    .bindex_images {
        position: unset;
        margin-top: 60px;
    }
    .features_box {
        padding: 0 0px 70px;
    }
    .multi_btn.demo-title .layer1 {
        line-height: 36px;
    }
}

@media (max-width: 767.98px) {
    .multi_header_wrapper {
        padding: 15px 0px;
    }
    .menu_open .multi_nav_items {
        left: 0;
    }
    .multi_nav_items {
        position: fixed;
        left: -300px;
        top: 0;
        bottom: 0;
        width: 300px;
        z-index: 999;
        overflow: hidden;
        overflow-y: auto;
        background: var(--orange-color);
        box-shadow: 2px 4px 28px 0px rgba( 0, 0, 0, 0.1);
        -webkit-transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -ms-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;
    }
    .multi_nav_items>ul>li>a {
        padding: 15px 20px;
        width: 100%;
        border-bottom: 1px solid #ececec;
    }
    .menu_btn {
        width: 20px;
        display: inline-block;
        margin-left: 20px;
    }
    .menu_btn>span {
        display: block;
        width: 100%;
        height: 2px;
        transition: 0.3s;
        margin: 0 auto 4px;
        background: var(--white-color);
    }
    .multi_search_wrapper ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .menu_open .menu_btn>span:nth-child(1) {
        transform: translate(0px, 5px) rotate(-48deg);
    }
    .menu_open .menu_btn>span:nth-child(2) {
        opacity: 0;
        visibility: hidden;
    }
    .menu_open .menu_btn>span:nth-child(3) {
        transform: translate(0px, -7px) rotate(48deg);
    }
    .multi_features_wrapper {
        padding: 50px 0 0px;
    }
    .multi_selling_wrapper {
        padding: 54px 0 60px;
    }
    .authoer_img {
        text-align: center;
        margin-bottom: 30px;
    }
    .multi_author_wrapper,
    .multi_services2_wrapper.multi_services_commn {
        padding: 60px 0;
    }
    .multi_footerpage_wrapper {
        padding-top: 45px;
    }
    .multi_footer_wrapper {
        padding: 46px 0 53px;
    }
    .multi_headers_wrapper {
        padding: 46px 0 30px;
    }
    .multi_devices_wrapper {
        padding: 50px 0 60px;
    }
    .s_layer1 {
        margin-bottom: 40px;
    }
    .multi_index_wrapper {
        padding: 60px 0 0;
    }
    .multi_services1_wrapper {
        padding-bottom: 60px;
    }
}

@media (max-width: 575px) {
    .multi_search_wrapper .multi_btn,
    .graph_inner:after,
    .graph_inner:before,
    span.line,
    .graph_title:after {
        display: none;
    }
    .menu_btn {
        margin-top: 12px;
        margin-left: 0px;
    }
    .authoer_data .grph_btn,
    .graph_inner {
        display: block;
    }
    .graph_inner {
        padding-top: 45px;
    }
    .grph_btn.grph2 {
        margin: 15px 0px;
    }
    .authoer_data .grph_btn {
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }
    .banner_title {
        font-size: 45px;
    }
    .bnner_disc {
        font-size: 20px;
        margin: 15px 0;
        line-height: normal;
    }
    .f_title {
        line-height: normal;
    }
    .multi_headersinner {
        margin-bottom: 20px;
    }
    .tor_banner_inner {
        padding-top: 110px;
    }
}

@media (max-width: 420px) {
    .multi_nav_items {
        width: 250px;
    }
}