.row{
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #848484;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
    text-transform: capitalize;
}
/*====Typography Css Start====*/
a {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover,a:focus {
    color: rgb(255 153 51);
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: #ffffff;
    margin-bottom: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
img {
    max-width: 100%;
}
ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
.hs_logo{
    color: #fff;
    font-size: 40px;
    font-family: 'Ubuntu', sans-serif;
    margin-top: 29px;
    min-height: 58px;
    text-transform: capitalize;
}
/*===Preloader css start====*/
.css3-spinner {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999999;
    text-align: center;
    background-color: #FFF;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.css3-spinner > div.css3-spinner-cube1 {
    border: 4px solid #E0E0E0;
    border-radius: 50%;
    border-top: 4px solid #18b870;
    width: 40px;
    height: 40px;
    -webkit-animation: spin_spinner1 1.5s linear infinite;
    -moz-animation: spin_spinner1 1.5s linear infinite;
    animation: spin_spinner1 1.5s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px;
}
.css3-spinner > div.css3-spinner-cube2 {
    border: 4px solid #36434d;
    border-radius: 50%;
    border-top: 4px solid #18B870;
    width: 20px;
    height: 20px;
    -webkit-animation: spin_spinner1 1.5s linear infinite;
    -moz-animation: spin_spinner1 1.5s linear infinite;
    animation: spin_spinner1 1.5s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10.5px;
    margin-left: -10px;
}
/* banner css start */
.multi_banner_wrapper {
    position: relative;
    background-image: url(../images/banner/banner-bg.png);
    background-repeat: no-repeat;
    background-position: top;
    text-align: center;
    background-color: #f2f8f8;
}
.banner_title {
    font-size: 42px;
    color: #ffffff;
    font-weight: 500;
}
.bnner_disc {
    font-size: 20px;
    color: #76c08a;
    font-weight: 400;
    background: rgb(255 255 255 / 8%);
    width: fit-content;
    margin: 25px auto 30px;
    padding: 12px 30px;
    border-radius: 30px;
}
.multi-banner-mockup {
    position: relative;
    margin: 80px auto 0;
}
.tor_banner_inner {
    padding-top: 150px;
}
.multi-banner-icons li{
    position: absolute;
}
.multi-banner-icons li:nth-child(1) {
    left: 1%;
    top: -147px;
    animation: 3.2s floating linear infinite;
    z-index: 1;
}
.multi-banner-icons li:nth-child(2) {
    left: 297px;
    top: 80px;
    animation: 3.5s floating linear infinite;
}
.multi-banner-icons li:nth-child(3) {
    right: 16%;
    top: -151px;
    animation: 3.2s floating linear infinite;
    z-index: 1;
}
.multi-banner-icons li:nth-child(4) {
    top: 80px;
    right: 1%;
    animation: 3.5s 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;
}
.b-btn_demo{
    display: flex;
    flex-direction: column;
}
.b-btn_demo .b-btn{
    height: 40px;
    line-height: 38px;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #36434d;
    background-color: #feef1f;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
    border: none;
    text-decoration: none;
    cursor: pointer;
    max-width: 100%;
    width: auto;
    padding: 0 24px;
}
.b-btn_demo .b-btn:hover {
    color: #ffffff;
    background-color: #18b870;
    border-color: #15a663;
}
.b-btn.bootstrep-5{
    margin-top: 10px;
}
/* nav css start */
.cat-header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: #fff;
    height: 80px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 24%);
}
.header-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.cat-menu-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.cat-menu-wrap ul {
    padding: 0;
    display: flex;
    margin: 0;
}
.cat-menu-wrap ul li {
    list-style: none;
    margin: 0 20px;
}
.cat-logo-wrap {
    padding: 20px 0px 20px 20px;
}
.cat-menu-wrap ul li a {
    color: #282828;
    font-size: 18px;
    font-weight: 600;
    padding: 30px 0;
    display: inline-block;
}
.cat-menu-wrap ul li a:hover {
    color: #ffffff;
}
.cat-btn {
    display: inline-block;
    padding: 10px 10px;
    min-width: 140px;
    background-color: #ffffff;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 3px;
    color: #ff9933;
    font-size: 15px;
    font-weight: 600;
}
.cat-btn:hover,.cat-btn:focus,.cat-btn:active,.cat-btn:visited {
    background: #ffffff;
}
.cat-btn,.cat-btn:hover,.cat-btn:focus,.cat-btn:active,.cat-btn:visited,.cat-menu-wrap ul li a,
.cat-menu-wrap ul li a:hover {
    transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
}
.buy-now-btn {
    position: absolute;
    right: 9%;
    border-color: #18b870;
    color: #18b870;
}
a.cat-btn.buy-now-btn:hover {
    color: #fff;
    background-color: #18b870;
}
.cat-menu-wrap li a:hover {
    color: #18b870 !important;
}
.cat-features-wrapper {
    background-color: rgb(242 248 248);
}
.cat-features-section {
    padding: 60px 15px;
    box-shadow: 0px 0px 40px 0px rgb(197 210 210 / 30%);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    margin: 0 auto 60px;
    width: 90%;
    max-width: 100%;
}
.cat-features-section .top-right {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.1;
    max-height: 60px;
}
.cat-feature-inner h4 {
    font-size: 16px;
    margin: 20px 0 0;
    font-weight: 700;
    color: #222222;
}
.cat-features-section:hover {
    transform: translateY(-10px);
}
.cat-features-section:hover,.cat-features-section,.cat-features-section .cat-feature-inner h4,
.cat-features-section:hover .cat-feature-inner h4 {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.cat-features-section:hover .cat-feature-inner h4 {
    color: #18b870;
}
.feature-counting {
    box-shadow: 0px 12px 30px 0px rgb(24 184 112 / 73%);
    width: 60px;
    height: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #18b870;
    font-size: 32px;
    color: #ffffff;
    font-weight: 700;
    border-radius: 0px 20px 0px 0px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.cat-feature-inner img {
    height: 70px;
}
.section-spacer {
    padding: 72px 0 20px;
    display: inline-block;
    width: 100%;
    background-color: #f2f8f8;
}
.cat-title-wrap {
    text-align: center;
    margin: 0 0 50px;
}
.cat-title-wrap h2 {
    font-weight: 700;
    font-size: 48px;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
    color: #222222;
}
.cat-title-wrap p{
    font-size: 20px;
    margin: 0;
    color: #4f4f4f;
    padding-top: 15px;
}
.demo_index_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
.demo_index_btn a{
    text-align: center;
    color: #4f4f4f;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 800;
    transition: all .3s linear;
}
.demo_index_btn a:hover{
    color: #18b870;
    transform: scale(1.1);
}
/*====Features Css Start====*/
.cat-boxed-wrapper {
    background-color: #f2f8f8;
    padding-top: 70px;
    padding-bottom: 50px;
}
section#id_pages{
    background-color: #ffffff;
}
.cat-boxed {
    margin: 50px 0px;
    padding: 0px 50px;
}
.cat-demo {
    padding: 0px 20px;
}
.cat-add-img-caption {
    position: absolute;
    top: 100%;
    left: 9px;
    right: 9px;
    bottom: 9px;
    background: rgba(205, 49, 49, 0.75);
    text-align: center;
    transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
}
.cat-add-zoom h6 {
    font-size: 25px;
}
.cat-add-zoom {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: absolute;
    visibility: hidden;
    opacity: 0;
}
.demo-box:hover .cat-add-zoom{
    visibility: visible;
    opacity: 1;
}
.cat-add-zoom a.advantage-zoom i {
    color: #ffffff;
    text-align: center;
    transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transition-delay: 0.3s !important;
    -moz-transition-delay: 0.3s !important;
    -ms-transition-delay: 0.3s !important;
    -o-transition-delay: 0.3s !important;
    -webkit-transition-delay: 0.3s !important;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    display: block;
}
.cat-add-zoom a.advantage-zoom span.demo {
    transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    opacity: 0;
}
.demo {
    color: #cd3131;
    z-index: 1000000000;
    position: relative;
    top: -11px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}
.cat-add-img-caption {
    position: absolute;
    top: 100%;
    left: 9px;
    right: 9px;
    bottom: 9px;
    background: rgba(54, 67, 77, 0.7);
    text-align: center;
    transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
}
.demo-box.demo-box5:hover .cat-add-zoom a.advantage-zoom i, .demo-box.demo-box5:hover .cat-add-zoom a.advantage-zoom span.demo, 
.demo-box.demo-box5:hover .cat-add-zoom h6.ver-name, .demo-box.demo1:hover .cat-add-zoom a.advantage-zoom i {
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}
.demo-box {
    text-align: center;
    max-width: 100%;
    width: 100%;
    height: 400px;
    background-image: url(../images/index-01.png);
    background-size: cover;
    margin-right: 30px;
    border: 4px solid #18b870;
    margin-bottom: 15px;
}
.cat-add-zoom a i:before { 
    font-size: 40px;
    display: block;
}
.demo-box.cat-boxed-demo {
    background-image: url(../images/index-03.png);
    position: relative;
}
.demo-box.demo1 {
    position: relative;
    background-image: url(../images/index-01.png);
}
.demo-box.version1 {
    position: relative;
    background-image: url(../images/home-version-1.png);
}
.demo-box.version2 {
    position: relative;
    background-image: url(../images/index-05.png);
}
.demo-box.demo4 {
    background-image: url(../images/index-04.png);
}
.demo-box.demo5 {
    background-image: url(../images/index-05.png);
}
.demo-box.demo6 {
    background-image: url(../images/index-06.png);
}
.demo-box.demo2 {
    background-image: url(../images/index-02.png);
}
.demo-new {
    background-image: url(../images/02-about.png);
}
.demo-new1{
    background-image: url(../images/03-services.png);
}
.demo-box:hover {
    /* background-position: bottom center; */
    /* -webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 25s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 25s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 25s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 25s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 25s cubic-bezier(0.165, 0.84, 0.44, 1); */
}
.demo-box.demo-box5:hover .cat-add-img-caption {
    top: 9px;
}
.demo-box.demo1:hover .cat-add-img-caption {
    top: 9px;
}
.cat-demo h4{
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
    color: #222222;
    padding: 0 0 30px 0;
}
.demo-box.header {
    background-image: url(../images/header-v1.png);
}
.demo-box.about-us {
    background-image: url(../images/about-us.png);
}
.demo-box.services {
    background-image: url(../images/services.png);
}
.demo-box.project {
    background-image: url(../images/Projects.png);
}
.demo-box.blog {
    background-image: url(../images/blog.png);
}
.demo-box.prices {
    background-image: url(../images/prices.png);
}
.demo-box.shop {
    background-image: url(../images/shop.png);
}
.demo-box.cart {
    background-image: url(../images/cart.png);
}
.demo-box.contact {
    background-image: url(../images/contact.png);
}
/* footer css */
.cat-footer-wrapper {
    background-color: #1a1919;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    padding: 100px 0 88px;
    display: inline-block;
    width: 100%;
}
.footer-inner img {
    max-height: 150px;
}
.footer-inner h1 {
    font-size: 52px;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
.cat-copyright-wrap {
    background: #222;
    color: #ffffff;
    padding: 15px 0;
    font-weight: 600;
}
.cat-copyright-wrap p{
    margin-bottom: 0;
}
.cat-copyright-wrap a {
    color: #18b870;
}
.cat-product-layout-wrapper .cat-product-section-inner {
    padding: 50px;
    border: 1px solid #ffffff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 4%);
}
.mb-30 {
    margin-bottom: 30px;
}
/** Go to 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: #18b870;
}
#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 bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0) scaleY(3);
        transform: translate3d(0,-3000px,0) scaleY(3);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0) scaleY(.9);
        transform: translate3d(0,25px,0) scaleY(.9);
    }
    75% {
        -webkit-transform: translate3d(0,-10px,0) scaleY(.95);
        transform: translate3d(0,-10px,0) scaleY(.95);
    }
    90% {
        -webkit-transform: translate3d(0,5px,0) scaleY(.985);
        transform: translate3d(0,5px,0) scaleY(.985);
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
/*-- Responsive  css--*/
@media (max-width: 1800px){
.multi-banner-icons li:nth-child(2){
    left: 245px;
}
.multi-banner-icons li:nth-child(1){
    left: 0%;
}
.multi-banner-icons li:nth-child(4){
    right: 0%;
}
.multi-banner-icons li:nth-child(3){
    right: 14%;
}
}
@media (max-width: 1299px){
.multi-banner-mobile {
    display: block;
}
.multi-banner-mockup{
    display: none;
}
}
@media(max-width:1199px) {
    .buy-now-btn {
        right: 10%;
    }
    .hs_logo{
        font-size: 18px;
    }
}
@media(max-width:991px) {
    .offset-2 {
        margin-left: 0px;
    }
    .cat-menu-wrap ul li a {
        color: #18b870;
    }
    .cat-logo-wrap{
        padding: 20px 0px 20px 0px;
    }
    .cat-menu-wrap ul {
        position: fixed;
        left: 0;
        bottom: 0;
        top: 0;
        background: #ffffff;
        width: 250px;
        display: inline-block;
        left: -250px;
        box-shadow: 0 0 20px rgb(0 0 0 / 28%);
        z-index: 1;
    }
    .cat-menu-wrap ul li {
        margin: 0;
        width: 100%;
        border-bottom: 1px solid #efefef;
        padding: 0 20px;
    }
    .cat-menu-wrap ul li a {
        padding: 20px 0;
    }
    .buy-now-btn {
        font-size: 12px;
        padding: 5px 10px;
        right: 20%;
        top: 24px;
    }
    .nav-toggle-btn {
        display: inline-block;
        background: #f2f8f8;
        border-radius: 3px;
        padding: 6px 0;
        height: 30px;
        width: 30px;
        position: fixed;
        right: 30px;
        top: 25px;
    }
    .nav-toggle-btn span {
        width: 16px;
        margin: 3px auto;
    }
    .nav-toggle-btn span {
        background: #18b870;
        height: 2px;
        width: 18px;
        margin: 4px auto;
        display: flex;
        position: relative;
    }
    .cat-menu-wrap.open-nav ul, .cat-menu-wrap ul {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .cat-menu-wrap.open-nav ul {
        left: 0;
    }
    .cat-menu-wrap ul li a:hover{
        color: #ffae11;
    }
    .open-nav .nav-toggle-btn span:nth-child(3), .open-nav .nav-toggle-btn span:nth-child(1), 
    .nav-toggle-btn span:nth-child(3), .nav-toggle-btn span:nth-child(1) {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .open-nav .nav-toggle-btn span:nth-child(1) {
        transform: rotate(45deg);
        top: 8px;
    }
    .open-nav .nav-toggle-btn span:nth-child(2) {
        opacity: 0;
    }
    .open-nav .nav-toggle-btn span:nth-child(3) {
        transform: rotate(-45deg);
        top: -4px;
    }
}
@media(max-width:480px) {
    .buy-now-btn{
        min-width: 90px;
    }
}
@media(max-width:375px) {
    .buy-now-btn{
        min-width: 50px;
    } 
}
body.cat-boxed-layout, .cat-wrapper {
    background-image: url(../images/pattern/pattern-8.png);
    background-attachment: fixed !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #2b2b2b;
    background-color: #ccc;
    -webkit-font-smoothing: antialiased;
}
.boxed {
    margin: 0 auto;
    text-align: center;
}
.boxed img {
    width: 100%;
}