:root {
     --text-color: #9fa1ac; 
	--white-color: #ffffff;    
    --orange-color:#3787c2;
    --title-color:#ffffff;

}
/********************************************************
    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;
    word-break: break-word;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
    color:var(--title-color);
    font-family: 'Quicksand', sans-serif; 
    word-break: break-word;
}
.full_width {
	width: 100%;
}
html{
    scroll-behavior: smooth;
}
::-webkit-scrollbar {
	width: 5px;
}
/* Track */

::-webkit-scrollbar-track {
	background: #fff;
}
/* Handle */

::-webkit-scrollbar-thumb {
	/* background: #1e222d; */
    background: #3787c2;
	width: 5px;
}
/* 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); 
    text-transform: capitalize;
}
/* 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: 42px;
    font-weight: 600;
}
/* btn css */
.multi_btn {
    background-color: var(--orange-color);
    color: var(--white-color);
    display: inline-block;
    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: 10px;
    font-size: 16px;
    text-transform: capitalize;
    transition: all 0.3s linear 0s;
}
.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);
    left: 0%;
}
.layer2 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0b2159;
    color: #243984;
    left: -100%;
    color: var(--white-color);
}
.multi_btn:hover .layer1 {
    left: 50%; 
}
.multi_btn:hover .layer2 {
    left: 0%; 
}
.multi_btn.btn2{
    background:var(--white-color);
    border: 2px solid #2f1569;
    color:var(--title-color);
    line-height: 46px;
}
.multi_btn.demo-title .layer1{
    border: 2px solid #3787c2;
    line-height: 46px;
    background-image: none;
}
.authoer_data .grph_btn {
    cursor: default;
}
/********************************************************
    2. Top Button CSS
*******************************************************/
#scroll {
    position:fixed;
    right:15px;
    bottom:90px;
    cursor:pointer;
    width:50px;
    height:50px;
    display: flex;
    align-items: center;
    justify-content: center;
    -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);
}
#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 var(--orange-color);
}
@-webkit-keyframes loadingCircles{
    0%{-webkit-transform: scale(0); opacity: 1; box-shadow: 0px 0px 0px 10px var(--orange-color);}
    100%{-webkit-transform: scale(1); opacity: 0; box-shadow: 0px 0px 0px 2px var(--orange-color);}
}
@-moz-keyframes loadingCircles{
    0%{-moz-transform: scale(0); opacity: 1; box-shadow: 0px 0px 0px 10px var(--orange-color);}
    100%{-moz-transform: scale(1); opacity: 0; box-shadow: 0px 0px 0px 2px var(--orange-color);}
}
@keyframes loadingCircles{
    0%{transform: scale(0); opacity: 1; box-shadow: 0px 0px 0px 10px var(--orange-color);}
    100%{transform: scale(1); opacity: 0; box-shadow: 0px 0px 0px 2px var(--orange-color);}
}
.preloader_open:before, .preloader_open:after {
    background-color: #ffffff;
}
/********************************************************
    4. Header CSS Start
********************************************************/
.multi_header_wrapper {
    background-color: #000000;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    right: 0;
    -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-color: #000000;
    /* background-color: #0b132d; */
    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: center;
}
.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;
}
.multi_nav_items > ul > li > a img{
    margin-right: 10px;
}
/********************************************************
    8. Banner CSS Start
********************************************************/
.multi_banner_wrapper {
    position: relative;
    background-image: url(../images/banner/banner-bg.svg);
    background-image: url(../images/banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* 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;
}
.tor_banlogo img {
    max-width: 252px;
    max-height: 50px;
    margin: 0 0 30px;
}
.multi-banner-mockup {
    position: relative;
    margin: 100px auto 0;
}
.tor_banner_mock img{
    display: block;
}
.tor_banner_mockimg{
    position: relative;
}
.tor_banner_mock{
    position: relative;
    z-index: 0;
}
.tor_banner_logo{
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}
.tor_banner_wrapper{
    position: relative;
    padding: 100px 0 0;
}
.tor_banner_icon img{
    position: absolute;
    top: 5%;
}
.tor_banner_icon img:nth-child(1){
    left: 15%;
    animation: 3s rotate linear infinite;
}
.tor_banner_icon img:nth-child(2) {
    left: 8%;
    top: 28%;
    animation: 4s rotate linear infinite;
}
.tor_banner_icon img:nth-child(3) {
    right: 18%;
    top: 7%;
    animation: 3s rotate linear infinite;
}
.tor_banner_icon img:nth-child(4) {
    right: 7%;
    top: 29%;
    animation: 4s rotate linear infinite;
}
@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg) translate(-5px) rotate(0deg);
        -moz-transform: rotate(0deg) translate(-5px) rotate(0deg);
        -ms-transform: rotate(0deg) translate(-5px) rotate(0deg);
        -o-transform: rotate(0deg) translate(-5px) rotate(0deg);
        transform: rotate(0deg) translate(-5px) rotate(0deg);
        transition: 1s ease-in-out;
    }
    to {
        -webkit-transform: rotate(360deg) translate(-5px) rotate(-360deg);
        -moz-transform: rotate(360deg) translate(-5px) rotate(-360deg);
    }
}
.tor_banner_inner {
    padding-top: 120px;
}
.tor_banner_inner .multi_logo {
    padding-bottom: 30px;
}
.multi-banner-icons li{
    position: absolute;
}
.multi-banner-icons li:nth-child(1) {
    left: 10%;
    top: -80px;
    animation: 3.2s floating linear infinite;
}
.multi-banner-icons li:nth-child(2){
    right: 22%;
    top: -90px;
    animation: 3.6s floating linear infinite;
}
.multi-banner-icons li:nth-child(3) {
    right: 23%;
    top: 40px;
    animation: 3.7s floating linear infinite;
}
.multi-banner-icons li:nth-child(4) {
    top: -80px;
    right: 9%;
    animation: 3.8s floating linear infinite;
}
.multi-banner-icons li:nth-child(5) {
    bottom: 55px;
    left: 14%;
    animation: 3.7s floating linear infinite;
}
.multi-banner-icons li:nth-child(6) {
    bottom: 70px;
    right: 12%;
    animation: 3s 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-size: contain;
    background-repeat: no-repeat;
    background-color: #0b132d;
    background-position: center;
    /* overflow-x: hidden; */
}
.multi_index_wrapper .multi_heading1 .heading1 {
    color: #3184bb;
}
.multi_index_wrapper .multi_heading1 .heading2 {
    color:var(--title-color);
}
.multi_index_wrapper .t_shadow {
    background-image: -webkit-linear-gradient( 270deg, rgb(49 132 187) -29%, rgba(41 34 51 / 10%) 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);
    transition: all .5s ease-in-out;
    border-radius: 6px;
}
.multi_pagebox_img img{
    border-radius: 6px;
}
.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_inner {
    position: absolute;
    top: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.76);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    flex-wrap: wrap;
    border-radius: 6px;
    transition: all .5s ease-in-out;
}
.multi_pagebox_img:hover .multi_pagebox_inner {
    top: 0;
    opacity: 1;
    visibility: visible;
}
.multi_pagebox_img:hover .multi_btn{
    opacity: 1;
    visibility: visible;
    top: 0;
}
.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;
}
/***************    8. services CSS Start **************/
.multi_services1_wrapper {
    /* background: #070e24; */
    /* background: #091438; */
    background-image: url(../images/inner-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 80px 0;
    /* overflow-x: hidden; */
}
.service_icon {
    border-radius: 20px;
    background-color: var(--orange-color);
    box-shadow: 0px 12px 21px 0px rgb(25 70 193 / 24%);
    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: 700;
    text-transform: uppercase;
    /* color: #6F7983; */
    color: #9ea7b0;
    letter-spacing: 2px;
}
.service_ttl {
    font-weight: 600;
    font-size: 36px;
    margin: 5px 0 16px 0;
}
.service_box {
    padding-left: 97px;
}
.s_layer1, .s_layer2 {
    margin-bottom: 80px;
}
.s_layer1.s_layer3{
    margin-bottom: 0;
}
/* shap */
.ser_s1 {
    position: absolute;
    top: 0;
    right: 0;
}
/********************************************************
    8. services2 CSS Start
********************************************************/
.multi_services2_wrapper.multi_services_commn {
    /* background: #070e24; */
    background-color: #091438;
    padding: 100px 0;
}
/********************************************************
    8. Headers CSS Start
********************************************************/
.multi_headers_wrapper {
    background-image: url(../images/headers/headers_bg.jpg);
    padding: 106px 0 90px;
}
.multi_headersinner {
    margin-bottom: 30px;
}
/********************************************************
    8. Devices CSS Start
********************************************************/
.multi_devices_wrapper {
    position: relative;
    padding: 100px 0 120px;
   background-image: url(../images/feature-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* 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 {
    padding-top: 106px;
}
/********************************************************
    8. Features CSS Start
********************************************************/
.multi_features_wrapper {
    padding: 110px 0 90px;
    background: #0b132d;
}
.features_box {
    padding-bottom: 30px;
}
.features_boxinner{
    border-radius: 10px;
    background-color: #172141;
    box-shadow: 0px 0px 40px 0px rgb(19 20 43);
    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: 10px;
    color: #aebcc4;
    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 {
    /* background-color: #0a0b20; */
    background-color: #091438;
    padding: 100px 0;
    /* overflow-x: hidden; */
}
.multi_author_wrapper .container-fluid {
    max-width: 1300px;
}
.author_title {
    font-size: 46px;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: capitalize;
}  
.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.grph1 {
    background-image:-moz-linear-gradient( 160deg, rgb(176 129 255) 0%, rgb(187 146 255) 100%);
    background-image:-webkit-linear-gradient( 160deg, rgb(176 129 255) 0%, rgb(187 146 255) 100%);
    background-image:-ms-linear-gradient( 160deg, rgb(176 129 255) 0%, rgb(187 146 255) 100%);
    box-shadow: 0px 12px 30px 0px rgb(187 146 255 / 35%);
}
.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.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 150 87) 0%, rgb(254 163 108) 100%);
    background-image: -ms-linear-gradient( 160deg, rgb(255,215,75) 0%, rgb(255,215,109) 100%);
    box-shadow: 0px 12px 30px 0px rgb(254 163 108 / 35%);
}
.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-color: #0a0b20; */
    background-color: #091438;
    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: #3cd9ee;
    padding: 106px 0 150px;
    /* background-image: url(../images/footer-bg1.jpg); */
    background-image: url(../images/footer-bg1.png);
    background-repeat: no-repeat;
    position: relative;
}
.f_title {
    font-size: 42px;
    font-weight: 600;
    color:var(--white-color);
    line-height: 57px;
    text-transform: capitalize;
}
.footer_inner .multi_btn {
    margin-top: 30px;
}
/**/
.multi_logo a span {
    display: inline-block;
    position: relative;
    -webkit-transform: perspective(1000px) rotate3d(0,1,0,0deg);
    transform: perspective(1000px) rotate3d(0,1,0,0deg);
    -webkit-transition: -webkit-transform 0.5s, color 0.5s;
    transition: transform 0.5s, color 0.5s;
}
.multi_logo a:hover span {
    -webkit-transform: perspective(1000px) rotate3d(0,1,0,360deg);
    transform: perspective(1000px) rotate3d(0,1,0,360deg);
}
.multi_logo a {
    color: #ffffff;
    font-size: 26px;
    letter-spacing: 3px;
    font-weight: 700;
}
/********************************************************
    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: 768px){
    .tor_banner_icon img:nth-child(2) {
        left: 0%;
        top: 23%;
    }
    .tor_banner_icon img:nth-child(3) {
        right: 8%;
        top: 4%;
    }
    .tor_banner_icon img:nth-child(4) {
        right: 0%;
        top: 22%;
    }
}
@media (max-width: 767px){
    .tor_banner_icon img{
        display: none;
    }
    .f_title {
        font-size: 35px;
    }
    .banner_title {
        font-size: 42px;
    }
    .tor_banlogo img {
        margin: 0 0 10px;
    }
}
@media (max-width: 1599px) {
    .multi-banner-icons li:nth-child(1) {
        left: 6%;
    }
    .multi-banner-icons li:nth-child(2) {
        right: 18%;
    }
    .multi-banner-icons li:nth-child(3) {
        right: 19%;
    }
    .multi-banner-icons li:nth-child(4) {
        right: 4%;
    }
    .multi-banner-icons li:nth-child(5) {
        left: 10%;
    }
    .multi-banner-icons li:nth-child(6) {
        right: 8%;
    }
}
@media (max-width: 1399px) {
    .multi-banner-icons li:nth-child(1) {
        left: 0%;
    }
    .multi-banner-icons li:nth-child(2) {
        right: 12%;
    }
    .multi-banner-icons li:nth-child(3) {
        right: 13%;
    }
    .multi-banner-icons li:nth-child(4) {
        right: 0%;
    }
    .multi-banner-icons li:nth-child(5) {
        left: 0%;
    }
    .multi-banner-icons li:nth-child(6) {
        right: 0%;
    }
}
@media (max-width: 1299px) {
    .multi-banner-mockup{
        display: none;
    }
    .multi-banner-mobile{
        display: block;
    }
    .tor_banner_icon img:nth-child(1) {
        left: 13%;
    }
    .tor_banner_icon img:nth-child(3) {
        right: 15%;
    }
}

@media (max-width: 991.98px) {
    /* .multi_btn {
        height: 40px;
        line-height: 40px;
        width: 130px;
    } */
    .multi_btn {
        min-height: 40px;
        /* line-height: 40px; */
        max-width: 160px;
    }
    .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: #ff6f53;
    }
    .bindex_images {
        position: unset;
        margin-top: 60px;
    }
    .tor_banner_wrapper {
        padding: 150px 0 0;
    }
    /* .multi_btn.demo-title .layer1 {
        line-height: 34px;
    } */
}
@media (max-width: 767.98px) {
     .multi_header_wrapper {
        padding: 15px 0px;
    }
    .multi_nav_items > ul > li > a img {
        margin-right: 0px;
    }
    .multi_nav_items ul {
        display: flex;
    }
    .multi_nav_items > ul > li > a {
        padding: 15px 10px;
    }
    .multi_features_wrapper {
        padding: 50px 0 30px;
    }
    .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: 60px 0 120px;
    }
    .multi_headers_wrapper {
        padding: 46px 0 30px;
    }
    .multi_devices_wrapper {
        padding: 80px 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: 38px;
    }
    .tor_banner_wrapper {
        padding: 200px 0 0;
    }
    .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: 480px) {
    .banner_title {
        font-size: 32px;
    }
    .author_title {
        font-size: 35px;
    }
    .multi_heading2 .heading1, .multi_heading2 .heading2 {
        font-size: 35px;
    }
    .service_ttl {
        font-size: 32px;
    }
     #scroll{
        bottom: 120px;
    }
}
@media (max-width: 420px) {
    .multi_nav_items > ul > li > a{
        font-size: 16px;
    }
    .multi_nav_items > ul > li > a {
        padding: 15px 5px;
    }
}
@media (max-width: 375px) {
    .tor_banner_logo {
        top: 20px;
    }
    .bnner_disc {
        font-size: 17px;
    }
}
