:root {
    --dark-blue: #151822;
    --white-color: #ffffff;
    --black-color: #222222;
}
html {
    scroll-behavior: smooth;
}
@font-face {
    font-family: "Inter";
    src: url("/fonts/Inter-VariableFont_slnt,wght.ttf") format("ttf"),
  }
body {
    font-family: 'Inter';
    font-weight: 400;
    font-style: normal;
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    background: var(--background);
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
html {
    scroll-behavior: smooth;
}
.img {
    max-width: 100%;
}
.container {
    max-width: 1170px;
}
.row>* {
    padding-right: 15px;
    padding-left: 15px;
}
*, *:before, *:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
a, a:hover, a:focus {
    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 {
    font-family: 'Inter';
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0;
    padding: 0;
    word-break: break-word;
}
img {
    max-width: 100%;
}
button,label,svg,svg path,svg rect,svg polygon,img,a,:after,:before,:hover,:focus,.form-control:focus {
    outline: none !important;
    box-shadow: none;
}
ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
p {
    margin: 0px;
    padding: 0;
    word-break: break-word;
}
/* width */
::-webkit-scrollbar {
    width: 14px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #fff;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #1e222d;
    width: 14px;
}
/*all gradient button css*/
.btn-gradient {
    font-size: 14px;
    width: 100%;
    max-width: 227px;
    height: 60px;
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin: 29px auto 0;
    transition: 0.5s;
    font-weight: 500;
    letter-spacing: 1px;
    background-size: 200% auto;
    border-radius: 50px;
}
.btn-gradient:hover {
    background-position: right center;
    color: #ffffff;
    transform: translateY(-5px);
}
.btn-gradient-1 {
    background-image: linear-gradient(to right, #fa586c 0%, #ee1385 51%, #fa586c 100%);
}
.btn-gradient-color {
    background-image: linear-gradient(to right, #79f5ae 0%, #19d2ed 51%, #79f5ae 100%);
}
/*===============================preloader css start===============================*/
.loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
}
.loader img {
    width: 80px;
}
/*===============================preloader css end===============================*/
/*===============================goto top css start===============================*/
.tr_top_icon a {
    display: flex;
    width: 50px;
    height: 50px;
    background-image: -moz-linear-gradient( 180deg, rgb(18, 185, 230) 0%, rgb(128, 234, 139) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(18, 185, 230) 0%, rgb(128, 234, 139) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(18, 185, 230) 0%, rgb(128, 234, 139) 100%);
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
    animation: 2s up-down infinite alternate-reverse both;
}
@keyframes up-down {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-20px);
    }
}
.tr_top_icon a svg {
    fill: #ffffff;
    width: 25px;
    height: 25px;
    transform: rotate(180deg);
}
@keyframes installation {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}
.tr_top_icon a:active {
    background-color: #555;
}
.tr_top_icon a.show {
    opacity: 1;
    visibility: visible;
}
/*===============================banner css start===============================*/
.bhh-banner-landing-wrapper {
    position: relative;
    background-image: url(../images/bg111.jpg);
    padding: 570px 0px 0px 0px;
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.bhh-banner-landing-left {
    position: relative;
}
img.img-1 {
    position: absolute;
    top: -28px;
    left: -96px;
    transform: rotate(0deg);
     animation: 3.5s floating linear infinite;
}
img.img-2 {
    position: absolute;
    top: -50px;
    left: -259px;
     animation: 3.2s floating linear infinite;
}
img.img-3 {
    position: absolute;
    top: 375px;
    left: -16px;
     animation: 3.7s floating linear infinite;
}
img.img-4 {
    position: absolute;
    top: 19px;
    left: 165px;
    z-index: -1;
    animation: 3.8s floating linear infinite;
}
img.img-5 {
    position: absolute;
    top: -150px;
    left: 98px;
     animation: 3.3s floating linear infinite;
}
img.img-6 {
    position: absolute;
    top: 280px;
    left: -250px;
     animation: 3.4s floating linear infinite;
}
img.img-7 {
    position: absolute;
    top: -60px;
    left: 339px;
    z-index: -1;
     animation: 3.6s floating linear infinite;
}
img.img-8 {
    position: absolute;
    top: -18px;
    right: -351px;
     animation: 3.3s floating linear infinite;
}
img.img-9 {
    position: absolute;
    right: -264px;
    top: 316px;
    animation: 3.6s floating linear infinite;
}
img.img-10 {
    position: absolute;
    top: -28px;
    right: 325px;
     animation: 3.4s floating linear infinite;
}
img.img-11 {
    position: absolute;
    right: 60px;
    top: -105px;
     animation: 3.2s floating linear infinite;
}
img.img-12 {
    position: absolute;
    right: 30px;
    top: 144px;
      animation: 3.5s floating linear infinite;
}
img.img-13 {
    position: absolute;
    right: 242px;
    top: 251px;
    animation: 3.2s floating linear infinite;
}
img.img-14 {
    position: absolute;
    right: -51px;
    top: 424px;
     animation: 3.7s floating linear infinite;
}
@keyframes floating {
    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);
        -ms-transform: rotate(360deg) translate(-5px) rotate(-360deg);
        -o-transform: rotate(360deg) translate(-5px) rotate(-360deg);
        transform: rotate(360deg) translate(-5px) rotate(-360deg);
        transition: 1s ease-in-out;
    }
}
.container-fluid.bhh-layer-top {
    z-index: 5;
    position: relative;
}
.bhh-banner-landing-section {
    text-align: center;
}
.bhh-banner-landing-header {
    z-index: 6;
}
.bhh-banner-landing-header {
    z-index: 6;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    text-align: center;
}
.bhh-banner-landing-header ul li {
    display: inline-flex;
    transition: all 0.5s;
}
.bhh-banner-landing-header ul li:hover {
    transform: translateY(-5px);
}
.bhh-banner-landing-header ul li a {
    color: var(--white-color);
    font-size: 18px;
    margin: 0px 30px;
}
.bhh-banner-landing-header ul li:hover a {
    color: #f84c71;
}
/*logo css*/
.bhh-banner-logo {
    text-align: center;
    padding: 30px 0px 0px;
}
/*gradient border css animation*/
#box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 819px;
    color: white;
    font-size: 24px;
    font-weight: 500;
    margin: 0 auto;
    padding: 18px 25px 18px;
    border-radius: 50px;
}
#box-s {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 819px;
    color: white;
    font-size: 24px;
    font-weight: 500;
    margin: 0 auto;
    padding: 18px 25px 18px;
    border-radius: 50px;
}
.gradient-border {
    --borderWidth: 2px;
    background: #151723;
    position: relative;
}
.gradient-border:after {
    content: '';
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2);
    background: linear-gradient(60deg, #76f4af, #af959b, #c92a9a, #6a7dc9, #2fb7e5, #21d1e8, #66aec1, #a28c9f, #f55a6e);
    border-right: 50px;
    z-index: -1;
    background-size: 300% 300%;
    border-radius: 50px;
    animation: animatedgradient 3s ease alternate infinite;
}
@keyframes animatedgradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.gradient-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 695px;
    color: white;
    font-size: 24px;
    font-weight: 500;
    margin: 0 auto;
    padding: 18px 25px 18px;
    border-radius: 50px;
}
h2.bhh-premium-button {
    color: var(--white-color);
    font-size: 24px;
    background-image: url(../images/gradient-border.png);
    background-repeat: no-repeat;
    background-size: auto;
    padding: 32px 43px 32px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
}
.bhh-demo-button {
    padding: 35px 0px 0px;
}
.bhh-demo-button ul li {
    display: inline-flex;
    width: 100%;
    max-width: 160px;
    margin: 0px 10px;
    transition: all 0.5s;
}
.bhh-demo-button ul li:hover {
    transform: translateY(-5px);
}
.bhh-demo-button ul li a {
    width: 100%;
    max-width: 160px;
    height: 50px;
    border-radius: 50px;
    color: var(--white-color);
    display: flex;
    margin: 0;
    align-items: center;
    justify-content: center;
}
/*auther css*/
.bhh-atherscton {
    background-color: #1b1e28;
    width: 100%;
    max-width: 1400px;
    height: 119px;
    margin: 60px auto 0;
    padding: 25px 0px;
    border-radius: 60px 60px 0 0;
}
.bhh-atherscton ul li {
    display: inline-flex;
    margin: 0px 22px;
}
.bhh-atherscton ul li .bhh-auther-text h2 {
    font-size: 18px;
    color: var(--white-color);
}
.bhh-atherscton ul li .bhh-auther-icon-text {
    display: flex;
    align-items: center;
}
.bhh-atherscton ul li .bhh-auther-text {
    text-align: left;
    padding: 0px 0px 0px 17px;
}
.bhh-atherscton ul li .bhh-auther-text p {
    color: var(--white-color);
    font-size: 14px;
    color: rgb(154, 162, 188);
}
img.bhh-elementer {
    border-radius: 50%;
}
/*===============================banner css end===============================*/
/*===============================10 + demo css start===============================*/
.bhh-10demo-wrapper {
    padding: 110px 0px 0px 0px;
    overflow: hidden;
    position: relative;
}
.bhh-10demo-heading {
    text-align: center;
    padding: 0px 0px 42px;
}
.bhh-10demo-image-text {
    position: relative;
}
.bhh-10demo-image-text h1{
    font-size: 110px;
    font-weight: 900;
    background: -webkit-linear-gradient( 37deg, #92fe9d, #00c9ff 26%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 400%;
    padding-bottom: 12px;
    width: fit-content;
    margin: 0 auto;
    display: inline-flex;
}
h1.bhh-text-number {
    transform: scale(-1, 1) rotate(180deg) translateY(.1em);
    display: block;
    transform: rotate(0deg);
    opacity: 0.1;
    position: relative;
    top: -63px;
    height: 84px;
}
.bhh-10demo-title-top {
    position: absolute;
    top: -50px;
    left: 207px;
    right: 1px;
    animation: RightLeft3 3s infinite alternate;
    width: 300px;
    margin: auto;
}
@keyframes RightLeft3 {
    0% {
        -webkit-transform: translateX(15px);
        -moz-transform: translateX(15px);
        -ms-transform: translateX(15px);
        -o-transform: translateX(15px);
        transform: translateX(15px);
    }
    100% {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
}
.bhh-10demo-heading p {
    font-size: 18px;
    font-weight: 400;
    color: var(--blue-color);
    padding: 12px 0px 6px;
}
.bhh-10demo-heading h2 {
    font-size: 22px;
    font-weight: 700;
    background: -webkit-linear-gradient(58deg, #fc6767 17%, #ec008c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bhh-10demo-image-text {
    position: relative;
    height: 155px;
}
/*menu*/
.bhh-10demo-menu {
    width: 100%;
    max-width: 974px;
    text-align: center;
    background-color: #faf8fd;
    box-shadow: 0px 15px 20px 0px rgba(164, 151, 183, 0.04);
    margin: 0 auto;
    padding: 26px 0px;
    border-radius: 60px 60px 0px 0px;
}
.bhh-10demo-menu ul li {
    display: inline-flex;
}
.bhh-10demo-menu ul li a {
    color: var(--blue-color);
    font-size: 18px;
    font-weight: 500;
    margin: 0px 32px;
}
/*home page css*/
.bhh-10demo-section {    
    background-color: #ffffff;
    padding: 40px 90px 67px;
    position: relative;
    overflow: hidden;
}
.bhh-thumb-section {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.bhh-thumb-section:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: rgb(0 0 0 / 60%);
    -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);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.bhh-thumb-section:hover:after {
    transform: scale(1);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.bhh-thumb-section1.text-center:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: rgb(0 0 0 / 60%);
    -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) ;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.bhh-thumb-section1.text-center:hover:after {
    transform: scale(1);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.bhh-thumb-section-inner {  
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 2%);
    border-radius: 10px;
}
.bhh-10demo-section-inner.bhh-10demo-section-inner1 {
    padding: 21px 0px 0px;
}
.bhh-thumb-section .bhh-btn {
    margin: 30px 0 0;
}
.bhh-thumb-img {  
    height: 450px;
}
.top-40 {
    padding-top: 21px;
}
.padd-top-30px {
    padding-top: 30px;
}
.bhh-home-demo-back {
    box-shadow: 0px 0px 60px 0px rgba(89, 109, 210, 10%);
    background-color: #ffffff;
    border-radius: 10px;
    padding: 36px 12px 25px 12px;
    margin-bottom: 30px;
}
.bhh-home-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bhh-home-title h2 {
    font-size: 24px;
    padding: 0px 0px 30px 34px;
    font-weight: 600;
}
.bhh-main-home {
    display: flex;
    width: 100%;
    height: 100%;
}
.bhh-10demo-section-inner {
    width: 100%;
    padding: 5px;
}
.bhh-thumb-section:hover a.bhh-home-button{
    opacity: 1;
    visibility: visible;
}
a.bhh-home-button {
    width: 60px;
    height: 60px;
    background-image: -moz-linear-gradient( 180deg, rgb(18, 185, 230) 0%, rgb(128, 234, 139) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(18, 185, 230) 0%, rgb(128, 234, 139) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(18, 185, 230) 0%, rgb(128, 234, 139) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #ffffff;
    margin: 30px auto 0;
    fill: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
}
a.bhh-home-button.bhh-home-button1 {
    background-image: -moz-linear-gradient( 180deg, rgb(247,114,209) 0%, rgb(200,114,242) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(247,114,209) 0%, rgb(200,114,242) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(247,114,209) 0%, rgb(200,114,242) 100%);
}
.bhh-thumb-img.home1 {
    background-image: url(../images/home1.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border: 1px solid #ededed;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-size: cover;
}
.bhh-thumb-img.home1-dark {
    background-image: url(../images/home1-dark.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-size: cover;
}
.bhh-thumb-img.home2 {
    background-image: url(../images/home2.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border: 1px solid #ededed;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-size: cover;
}
.bhh-thumb-img.home2-dark {
    background-image: url(../images/home2-dark.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
        background-position: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-size: cover;
}
.bhh-thumb-img.home3 {
    background-image: url(../images/home3-dark.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-position: center;
    border: 1px solid #ededed;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.bhh-thumb-img.home3-dark {
    background-image: url(../images/home3.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-size: cover;
}
.bhh-thumb-img.home4 {
    background-image: url(../images/home4.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-position: center;
    border: 1px solid #ededed;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.bhh-thumb-img.home4-dark {
    background-image: url(../images/home4-dark.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-size: cover;
}

.bhh-thumb-img.home5 {
    background-image: url(../images/home5.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    background-size: cover;
    border: 1px solid #ededed;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.bhh-thumb-img.home5-dark {
    background-image: url(../images/home5-dark.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-size: cover;
}
.bhh-thumb-img.home6 {
    background-image: url(../images/home6.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border: 1px solid #ededed;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-size: cover;
}
.bhh-thumb-img.home6-dark {
    background-image: url(../images/home6-dark.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-right-radius: 10px;
    background-size: cover;
    border-bottom-right-radius: 10px;
}
.bhh-thumb-img.home7 {
    background-image: url(../images/home7.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border: 1px solid #ededed;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-size: cover;
}
.bhh-thumb-img.home7-dark {
    background-image: url(../images/home7-dark.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-size: cover;    
}
.bhh-thumb-img.home8 {
    background-image: url(../images/home8.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border: 1px solid #ededed;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-size: cover;
}
.bhh-thumb-img.home8-dark {
    background-image: url(../images/home8-dark.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-size: cover;
}
.bhh-thumb-img.home9 {
    background-image: url(../images/home9.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border: 1px solid #ededed;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-size: cover;
}
.bhh-thumb-img.home9-dark {
    background-image: url(../images/home9-dark.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-size: cover;
}
.bhh-thumb-img.home10 {
    background-image: url(../images/home10.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border: 1px solid #ededed;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-size: cover;
}
.bhh-thumb-img.home10-dark {
    background-image: url(../images/home10-dark.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-size: cover;
}
.bhh-thumb-img.home11 {
    background-image: url(../images/home11.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border: 1px solid #ededed;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-size: cover;
}
.bhh-thumb-img.home11-dark {
    background-image: url(../images/home11-dark.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-size: cover;
}
.bhh-thumb-img.home12 {
    background-image: url(../images/home12.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border: 1px solid #ededed;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-size: cover;
}
.bhh-thumb-img.home12-dark {
    background-image: url(../images/home12-dark.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-size: cover;
}
.bhh-thumb-img.home13 {
    background-image: url(../images/home13.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border: 1px solid #ededed;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-size: cover;
}
.bhh-thumb-img.home13-dark {
    background-image: url(../images/home13-dark.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-size: cover;
}
.bhh-thumb-img.home14 {
    background-image: url(../images/home14.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border: 1px solid #ededed;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-size: cover;
}
.bhh-thumb-img.home14-dark {
    background-image: url(../images/home14-dark.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-size: cover;
}
.bhh-thumb-img.home15 {
    background-image: url(../images/home15.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border: 1px solid #ededed;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-size: cover;
}
.bhh-thumb-img.home15-dark {
    background-image: url(../images/home15-dark.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-size: cover;
}
.bhh-thumb-img.home16 {
    background-image: url(../images/home16.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border: 1px solid #ededed;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-size: cover;
}
.bhh-thumb-img.home16-dark {
    background-image: url(../images/home16-dark.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-size: cover;
}
.bhh-thumb-img.home17 {
    background-image: url(../images/home17.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border: 1px solid #ededed;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-size: cover;
}
.bhh-thumb-img.home17-dark {
    background-image: url(../images/home17-dark.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-size: cover;
}
.bhh-thumb-img.home18 {
    background-image: url(../images/home18.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border: 1px solid #ededed;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-size: cover;
}
.bhh-thumb-img.home18-dark {
    background-image: url(../images/home18-dark.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-size: cover;
}
.bhh-thumb-img.home19 {
    background-image: url(../images/home19.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border: 1px solid #ededed;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-size: cover;
}
.bhh-thumb-img.home19-dark {
    background-image: url(../images/home19-dark.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-size: cover;
}
.bhh-thumb-img.home20 {
    background-image: url(../images/home20.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border: 1px solid #ededed;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-size: cover;
}
.bhh-thumb-img.home20-dark {
    background-image: url(../images/home20-dark.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-size: cover;
}
.bhh-thumb-img.home21 {
    background-image: url(../images/home21.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border: 1px solid #ededed;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-size: cover;
}
.bhh-thumb-img.home21-dark {
    background-image: url(../images/home21-dark.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-size: cover;
}
.bhh-thumb-img.home22 {
    background-image: url(../images/home22.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border: 1px solid #ededed;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-size: cover;
}
.bhh-thumb-img.home22-dark {
    background-image: url(../images/home22-dark.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-size: cover;
}
a.bhh-emo-index-button {
    font-size: 18px;
    font-weight: 600;
    color: var(--black-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
span.bhh-new-button {
    font-size: 12px;
    width: 100%;
    max-width: 48px;
    height: 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    background-image: -moz-linear-gradient( 180deg, rgb(236, 0, 140) 0%, rgb(252, 103, 103) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(236, 0, 140) 0%, rgb(252, 103, 103) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(236, 0, 140) 0%, rgb(252, 103, 103) 100%);
    margin-left: 10px;
}
.bhh-ele-wp-btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.5s ease;
}
.bhh-thumb-section:hover .bhh-ele-wp-btn{
    opacity: 1;
    visibility: visible;
}
.bhh-ele-wp-btn  .btn-gradient {
    max-width: 120px;
    height: 40px;
    margin: 15px auto 0;
}

/*===============================10 + demo css end===============================*/
/*===============================suggest demo css start===============================*/
.bhh-suggest-demo-wrapper {
    background-color: var(--dark-blue);
    padding: 68px 0px 77px;
    overflow: hidden;
}
.bhh-suggest-demo-heading {
    text-align: center;
}
.bhh-suggest-demo-heading h1 {
    font-size: 46px;
    font-weight: 900;
    background: -webkit-linear-gradient( 37deg, #92fe9d, #00c9ff 26%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 400%;
    padding-bottom: 12px;
    width: fit-content;
    margin: 0 auto;
    display: inline-flex;
}
.bhh-suggest-demo-heading p {
    font-size: 18px;
    color: #c2c9de;
    width: 100%;
    max-width: 665px;
    margin: 0 auto;
}
/*===============================suggest demo css end===============================*/
/*===============================visual edito css start===============================*/
.bhh-visual-editor-wrapper {
    padding: 105px 0 120px;
    overflow: hidden;
}
.bhh-visual-text h5 {
    font-size: 16px;
    letter-spacing: 4px;
    font-weight: 700;
    background: -webkit-linear-gradient( 58deg, #fc6767 17%, #ec008c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bhh-visual-text h6 {
    font-size: 24px;
    width: 100%;
    max-width: 300px;
    line-height: 1.5;
    padding: 18px 0px 13px;
}
.bhh-visual-text p {
    font-size: 15px;
    width: 100%;
    max-width: 394px;
    font-weight: 500;
    color: #707070;
}
/*images*/
.bhh-visual-images {
    position: relative;
}
.bhh-visual-images-responsive1 {
    display: none;
}
.bhh-visual-images-responsive2 {
    display: none;
}
.bhh-visual-images-responsive3 {
    display: none;
}
.bhh-visual-images:after {
    content: "";
    position: absolute;
    background-image: url(../images/shape1.png);
    left: -22px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    top: -7px;
    animation: 6s installation1 infinite alternate;
}
@keyframes installation1 {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}
.bhh-visual-images:before {
    content: "";
    position: absolute;
    background-image: url(../images/shape2.png);
    right: -105px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    bottom: -53px;
    background-position: bottom;
    animation: 3s installation2 infinite alternate;
}
@keyframes installation2 {
    0% {
        transform: translateY(-20px);
    }
    50% {
        transform: translateY(0px);
    }
}
.bhh-visual-images1 {
    position: absolute;
    bottom: -55px;
    right: -58px;
    animation: 3s installation infinite alternate;
}
@keyframes installation {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(-20px);
    }
}
.bhh-visual-text {
    padding: 140px 0 0 45px;
}
.bhh-visual-text.bhh-visual-text01 {
    padding: 180px 0px 0px 0px;
}
.bhh-visual-box1 {
    position: relative;
}
img.slider-rev0{
    animation: 3.1s floating linear infinite;
}
img.slider-rev1 {
    position: absolute;
    top: 0;
    left: 0;
    animation: 3.3s floating linear infinite;
}
img.slider-rev2 {
    position: absolute;
    bottom: 0;
    left: 0;
    animation: 3.3s floating linear infinite;
}
img.slider-rev3 {
    position: absolute;
    top: 0;
    right: 20px;
    animation: 3.3s floating linear infinite;
}
img.slider-rev4 {
    position: absolute;
    bottom: 0;
    right: 20px;
    animation: 3.3s floating linear infinite;
}
.bhh-visual-box1:before {
    content: '';
    position: absolute;
    background-image: url(../images/slider-revolution-back.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    animation: rotation 7s infinite alternate;
    left: -12px;
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.bhh-visual-box2 {
    position: relative;
}
.bhh-visual-box2:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    animation: rotation 7s infinite alternate;
}
.bhh-visual-editor-section1 {
    padding: 100px 0px 100px 0px;
}
.bhh-visual-text.bhh-visual-text01 h6 {
    max-width: 400px;
}
/*===============================visual editor css end===============================*/
/*===============================codeing skill css start===============================*/
.bhh-codeing-skill-wrapper {
    background-color: var(--dark-blue);
    padding: 100px 0px 111px;
    overflow: hidden;
}
.bhh-codeing-skill-heading {
    text-align: center;
    padding: 0px 0px 45px;
}
.bhh-codeing-skill-heading h2 {
    font-size: 46px;
    font-weight: 800;
    background: -webkit-linear-gradient( 23deg, #92fe9d, #00c9ff 26%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 400%;
    padding-bottom: 19px;
    width: fit-content;
    margin: 0 auto;
    display: inline-flex;
}
.bhh-codeing-skill-heading p {
    font-size: 18px;
    color: #c2c9de;
    padding-bottom: 2px;
    width: 100%;
    max-width: 625px;
    margin: 0 auto;
}
.bhh-codeing-skill-video > iframe{
    max-width: 100%;
    border: solid 2px #ffffff;
    box-shadow: 0px 0px 30px 0px rgb(17 17 17 / 24%);
    border-radius: 10px;
    background-position: bottom;
    width: 100%;
    padding: 15px;
    border-image: linear-gradient(45deg, #ea1688, #8572bf, #3db3e4, #2dc1d8, #5d95ac, #787d95, #bb3f5b, #cb314e, #ea1533) 1;
    background: transparent;
}
.bhh-codeing-skill-video iframe {
    width: 100%;
    max-width: 745px;
    height: 414px;
}
.bhh-codeing-skill-button {
    text-align: center;
    padding: 45px 0px 0px;
}
.bhh-codeing-skill-button ul li {
    display: inline-flex;
    width: 100%;
    max-width: 320px;
    height: 121px;
    margin-right: 44px;
    transition: all 0.5s;
}
.bhh-codeing-skill-button ul li:nth-child(2) {
    max-width: 342px;
}
.bhh-codeing-skill-button ul li:nth-child(3) {
    max-width: 333px;
    margin-right: 0;
}
.bhh-codeing-skill-button ul li {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1e222d;
    border-radius: 100px;
    transition: all 0.5s;
}
.bhh-codeing-skill-button ul li:hover {
    transform: translateY(-5px);
}
.bhh-codeing-skill-button ul li .bhh-codeing-buton-icon-text {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}
.bhh-codeing-skill-button ul li .bhh-codeing-button-text p {
    font-size: 18px;
    color: #c2c9de;
    padding-left: 17px;
}
/*demo section*/
.bhh-install-section {
    padding: 109px 0px 0px 0px;
}
.bhh-install-heading h2 {
    font-size: 46px;
    background: -webkit-linear-gradient( -13deg, #fc6767 0, #ec008c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    width: 100%;
    max-width: 538px;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
}
.bhh-demo-image {
    text-align: center;
    position: relative;
}
img.demo2 {
    position: absolute;
    left: -9px;
    top: 75px;
    animation: 3s installationleft infinite alternate;
}
@keyframes installationleft {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(20px);
    }
}
img.demo3 {
    position: absolute;
    right: -9px;
    bottom: 21px;
    animation: 3s installation infinite alternate;
}
img.demo4 {
    position: absolute;
    bottom: 85px;
    left: 229px;
    background-image: -moz-linear-gradient( 180deg, rgb(236, 0, 140) 0%, rgb(252, 103, 103) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(236, 0, 140) 0%, rgb(252, 103, 103) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(236, 0, 140) 0%, rgb(252, 103, 103) 100%);
    width: 102px;
    height: 102px;
    border-radius: 50px;
    box-shadow: 0 0 0 0 rgba(224, 34, 113, 0.5);
    -webkit-animation: pulseeffect 1.5s infinite;
}
@-webkit-keyframes pulseeffect {
    0% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    70% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 50px rgba(224, 34, 113, 0);
    }
    100% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(224, 34, 113, 0);
    }
}
img.demo5 {
    position: absolute;
    bottom: 59px;
    left: 202px;
    animation: rotation 7s infinite alternate;
}
.bhh-demo-responsive-img {
    display: none;
}
/*===============================ing skll css end===============================*/
/*===============================devices css start===============================*/
.bhh-device-wrapper {
    overflow: hidden;
    padding: 108px 0px 147px 0px;
}
.bhh-install-heading.bhh-fully-responsive-heading h2 {
    max-width: 761px;
    line-height: 1.3;
}
/*device images css*/
.bhh-device-images {
    position: relative;
    text-align: center;
    padding-top: 100px;
}
.bhh-device-images:before {
    content: '';
    position: absolute;
    background-image: url(../images/device-bg.png);
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    margin: 0 auto;
    align-items: center;
    background-position: center;
    z-index: -1;
    height: 100%;
    top: 65px;
    animation: rotation 7s infinite alternate;
}
.bhh-visual-images-responsive4 {
    text-align: center;
    display: none;
}
img.bhh-device2 {
    position: absolute;
    left: 245px;
    bottom: -20px;
    animation: 3s installationleft infinite alternate;
}
img.bhh-device3 {
    position: absolute;
    right: 139px;
    bottom: -20px;
    animation: 3s installation infinite alternate;
}
/*===============================device section 1 css===============================*/
.bhh-device-section1 {
    padding: 113px 0px 0px;
}
.bhh-device-section-1 {
    text-align: center;
    position: relative;
    transition: all 0.5s;
}
.bhh-device-section-1:hover {
    transform: translateY(-5px);
}
.bhh-device-section-1 img {
    max-width: 320px;
    width: 100%;
}
a.bhh-device-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    border-radius: 50px;
    width: 100%;
    max-width: 145px;
    height: 46px;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 0 0 0 rgb(224 34 113 / 50%);
    -webkit-animation: pulseffect 1.5s infinite;
}
@-webkit-keyframes pulseffect {
    0% {
        transform: scale(0.9);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 20px rgba(224, 34, 113, 0);
    }
    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(224, 34, 113, 0);
    }
}
a.bhh-device-button.bhh-device-button1 {
    max-width: 140px;
}
/*===============================sdevice section 2 css===============================*/
.bhh-device-section2 {
    padding: 140px 0px 0px;
}
.bhh-visual-text.bhh-visual-text-device1 {
    padding: 130px 0px 0px 0px;
}
.bhh-visual-text.bhh-visual-text-device1 h6 {
    max-width: 400px;
}
/*section 3*/
.bhh-device-section3 {
    padding: 108px 0px 0px 0px;
}
.bhh-device-section2-image1 {
    position: relative;
}
.bhh-device-section2-image1:before {
    content: '';
    position: absolute;
    background-image: url(../images/customization-back.png);
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    margin: 0 auto;
    align-items: center;
    z-index: -1;
    height: 500px;
}
img.bhh-customization01 {
    padding: 60px 0 0 22px;
}
img.bhh-customization1 {
    position: absolute;
    right: 110px;
    bottom: -72px;
    animation: 3s installation infinite alternate;
}
/*section 4*/
.bhh-visual-text.bhh-visual-text02 h6 {
    max-width: 410px;
}
.bhh-visual-images-responsive5 {
    display: none;
}
/*counter css*/
.demo {
    font-size: 120px;
    color: #ffffff;
    font-weight: 800;
    background: -webkit-linear-gradient( 30deg, #7ef6ab -27%, #1dd4eb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
    padding: 5px 0px 10px;
    width: fit-content;
    margin: 0 auto;
}
/*===============================devices css end===============================*/
/*===============================happy customers css start===============================*/
.bhh-happy-customers-wrapper {
    background-color: var(--dark-blue);
    padding: 106px 0px 100px;
    overflow: hidden;
}
.bhh-happy-customers-heading {
    text-align: center;
}
.bhh-happy-customers-heading h1 {
    font-size: 46px;
    font-weight: 900;
    background: -webkit-linear-gradient( 58deg, #7ef6ab 17%, #1dd4eb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
    margin: 0 auto;
}
.bhh-happy-customers-heading p {
    font-size: 24px;
    color: #c2c9de;
    padding: 20px 0px 46px;
}
.bhh-happy-customers-heading h2 {
    font-size: 60px;
    font-weight: 800;
    background: -webkit-linear-gradient( 58deg, #fc6767 -33%, #ec008c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0px 0px 50px;
    width: fit-content;
    margin: 0 auto;
}
.count {
    font-weight: 700;
    font-size: 120px;
    color: #fff;
    padding: 0;
    margin: 0;
    line-height: 1.2;
    padding-bottom: 49px;
}
/*===============================happy customers css end===============================*/
/*===============================theme features css start===============================*/
.bhh-theme-features-wrapper {
    padding: 110px 0px 100px;
    overflow: hidden;
}
.bhh-theme-features-heading h2 {
    text-align: center;
    font-size: 46px;
    font-weight: 800;
    padding-bottom: 47px;
    background: -webkit-linear-gradient( 0deg, #f9586d 15%, #f01e82);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bhh-theme-features-box-1 {
    box-shadow: 0px 0px 60px 0px rgba(143, 51, 196, 0.1);
    text-align: center;
    width: 100%;
    max-width: 370px;
    height: 235px;
    padding: 55px 0px 0px 0px;
}
.bhh-theme-features-box-1 img {
    padding: 0px 0px 21px;
}
.bhh-theme-features-box-1 p {
    font-size: 18px;
    font-weight: 600;
}
/*box 2*/
.bhh-theme-features-box-2 {
    background-image: -moz-linear-gradient( 46deg, rgb(254, 176, 127) 0%, rgb(255, 63, 149) 100%);
    background-image: -webkit-linear-gradient( 46deg, rgb(254, 176, 127) 0%, rgb(255, 63, 149) 100%);
    background-image: -ms-linear-gradient( 46deg, rgb(254, 176, 127) 0%, rgb(255, 63, 149) 100%);
    text-align: center;
    width: 100%;
    max-width: 370px;
    height: 235px;
    display: flex;
    align-items: center;
    padding-left: 37px;
}
.feacture-box-hover {
    transition: all 0.5s
}
.feacture-box-hover:hover {
    transform: translateY(-10px);
}
.bhh-theme-features-image {
    padding-right: 15px;
}
img.bhh-feature2img {
    border-radius: 50%;
}
.bhh-theme-features-box-2 p {
    font-size: 18px;
    color: #ffffff;
    text-align: left;
    font-weight: 600;
}
/*row 2*/
.bhh-top-30 {
    margin: 30px 0px 0px;
}
.bhh-theme-features-box-3 {
    background-color: var(--dark-blue);
    text-align: center;
    width: 100%;
    height: 235px;
    display: flex;
    align-items: center;  
    padding-left: 48px;
}
.bhh-theme-features-box-3 .bhh-theme-features-image {
    padding-right: 47px;
}
.bhh-theme-features-box-3 p {
    font-size: 18px;
    color: #ffffff;
    text-align: left;
    font-weight: 600;
}
.bhh-theme-features-box-2.bhh-gradient-1 {
    background-image: -moz-linear-gradient( 46deg, rgb(102, 247, 156) 0%, rgb(87, 195, 247) 100%);
    background-image: -webkit-linear-gradient( 46deg, rgb(102, 247, 156) 0%, rgb(87, 195, 247) 100%);
    background-image: -ms-linear-gradient( 46deg, rgb(102, 247, 156) 0%, rgb(87, 195, 247) 100%);
}
.bhh-theme-features-text.bhh-features-text1 h2 {
    font-size: 26px;
    text-align: left;
    background: -webkit-linear-gradient(-20deg, #81f8a8 0%, #16d1f1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    padding-bottom: 18px;
}
.bhh-theme-features-box-2.bhh-gradient-2 {
    background-image: -moz-linear-gradient( 46deg, rgb(196, 113, 245) 0%, rgb(250, 113, 205) 100%);
    background-image: -webkit-linear-gradient( 46deg, rgb(196, 113, 245) 0%, rgb(250, 113, 205) 100%);
    background-image: -ms-linear-gradient( 46deg, rgb(196, 113, 245) 0%, rgb(250, 113, 205) 100%);
}
.bhh-theme-features-box-2.bhh-gradient-3 {
    background-image: -moz-linear-gradient( 46deg, rgb(250, 112, 154) 0%, rgb(249, 188, 43) 100%);
    background-image: -webkit-linear-gradient( 46deg, rgb(250, 112, 154) 0%, rgb(249, 188, 43) 100%);
    background-image: -ms-linear-gradient( 46deg, rgb(250, 112, 154) 0%, rgb(249, 188, 43) 100%);
}
.bhh-theme-features-box-2.bhh-gradient-4 {
    background-image: -moz-linear-gradient( 46deg, rgb(79, 172, 254) 0%, rgb(6, 218, 229) 100%);
    background-image: -webkit-linear-gradient( 46deg, rgb(79, 172, 254) 0%, rgb(6, 218, 229) 100%);
    background-image: -ms-linear-gradient( 46deg, rgb(79, 172, 254) 0%, rgb(6, 218, 229) 100%);
}
/*===============================theme features css end===============================*/
/*===============================footer css start===============================*/
.bhh-footer-wrapper {
    background-color: var(--dark-blue);
    padding: 108px 0px 77px;
    overflow: hidden;
}
.bhh-footer-inner {
    text-align: center;
}
.bhh-footer-inner h2 {
    font-size: 46px;
    background: -webkit-linear-gradient(0deg, #81f8a8 41%, #16d1f1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    padding: 40px 0px 10px;
}
.bhh-footer-inner p {
    font-size: 18px;
    color: #c2c9de;
}
a.bhh-footer-btn {
    font-size: 16px;
    color: #ffffff;
    background-color: rgb(130, 180, 64);
    width: 100%;
    max-width: 312px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 28px auto 0;
    border-radius: 6px;
    transition: all 0.5s;
}
a.bhh-footer-btn svg {
    margin-left: 8px;
}
/*======================================footer css end===============================*/
/*===============================copywrite css start=====================================*/
.bhh-copywrite-wrapper {
    background-color: #212430;
    text-align: center;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.bhh-copywrite-wrapper p {
    font-size: 16px;
    color: #ffffff;
}
/*================================copywrite css end==============================*/
/*================================media css start==========================*/
@media(max-width: 1700px) {
    .bhh-banner-landing-wrapper {        
        padding: 520px 0 0 0;
    }
    .bhh-banner-landeing-left {
        left: -475px;
    }
    .bhh-banner-landeing-right {
        right: -475px;
    }
    .bhh-visual-images:before {
        right: -130px;
    }
    img.img-11 {
        right: 24px;
        top: -206px;
    }
    img.img-8 {
        top: -118px;
        right: -388px;
    }
    img.img-10 {
    top: auto;
    bottom: 5px;
    right: -49px;
    }
    img.img-12 {
        top: -43px;
        right: 135px;
    }
    img.img-9 {
        top: 128px;
        right: -161px;
    }
    img.img-14 {
        right: -110px;
        top: 337px;
    }
    img.img-13 {
        right: 183px;
        top: 160px;
    }
    img.img-2 {
        top: -110px;
        left: -313px;
    }
    img.img-5 {
        top: -188px;
        left: 42px;
    }
    img.img-6 {
        top: 147px;
        left: -146px;
    }
    img.img-1 {
        top: -158px;
        left: 4px;
    }
    img.img-7 {
        bottom: 0px;
        left: -32px;
        top: auto;
    }
    img.img-3 {
        top: 343px;
        left: -97px;
    }
    img.img-4 {
        top: 38px;
        left: 104px;
    }
}
    @media(max-width: 1400px) {
        .bhh-visual-text {
            padding: 140px 0 0 15px;
        }
        .bhh-banner-landeing-left {
            display: none;
        }
        .bhh-banner-landeing-right {
            display: none;
        }
        .bhh-visual-images:before {
            right: 0;
            width: 300px;
        }
        .bhh-visual-box2 {
            display: none;
        }
        .bhh-visual-images-responsive3 {
            display: block;
        }
        .bhh-visual-box1 {
            display: none;
        }
        .bhh-visual-images-responsive2 {
            display: block;
        }
        .bhh-visual-images {
            display: none;
        }
        .bhh-visual-images-responsive1 {
            display: block;
        }
        .bhh-banner-landing-header ul li {
            width: 100%;
            justify-content: center;
        }
        img.demo2 {
            left: 0;
        }
        img.demo3 {
            right: 0;
        }
        .bhh-device-images:before {
            animation: none;
        }
        .bhh-banner-landing-wrapper {
            padding: 692px 0 0 0;
        }
        img.img-8 {
            display: none;
        }
        img.img-11 {
            display: none;
        }
        img.img-12 {
            top: -188px;
            right: 62px;
        }
        img.img-9 {
            top: -17px;
            right: -230px;
        }
        img.img-14 {
            right: -202px;
            top: 194px;
        }
        img.img-13 {
            right: 91px;
            top: 26px;
        }
        img.img-10 {
            display: none;
        }
        img.img-1 {
            top: -335px;
            left: -60px;
        }
        img.img-2 {
            display: none;
        }
        img.img-5 {
            display: none;
        }
        img.img-6 {
            top: -29px;
            left: -208px;
        }
        img.img-3 {
            top: 200px;
            left: -217px;
        }
        img.img-4 {
            top: -104px;
            left: -17px;
        }
        img.img-7 {
            display: none;
        }
    }
    @media(max-width:1300px) {
        .bhh-main-home{
            display: block;
        }
        .bhh-thumb-img {
            margin-bottom: 30px;
            border-radius: 10px;            
        }
        .bhh-thumb-img.home1{
            box-shadow: none;
        }
        .bhh-home-demo-back {           
            padding: 36px 12px 0 12px;
        }
    }
    @media(max-width:1199px) {
        .bhh-codeing-skill-button ul li {
            margin-right: 20px;
        }
        .bhh-visual-text {
            padding: 100px 0 0 10px;
        }
        .bhh-visual-text.bhh-visual-text01 {
            padding: 180px 0px 0px 45px;
        }        
    }
    @media(max-width:1073px) {
        .bhh-codeing-skill-button ul li:nth-child(3) {
            margin-top: 20px;
        }
    }
    @media(max-width:1050px) {
        .bhh-atherscton {
            height: auto;
        }
    }
    @media(max-width:992px) {
        .col-lg-3.col-md-6.col-sm-12.bhh-col-none {
            display: none;
        }
        .bhh-thumb-img {
            border-radius: 10px;
        }
        a.bhh-home-button {           
            margin: 30px auto 30px;
        }
        a.bhh-home-button.bhh-home-button1 {           
            margin: 30px auto 0;
        }
        
        img.img-3 {
            display: none;
        }
        img.img-4 {
            top: -5px;
            left: -211px;
        }
        img.img-1 {
            display: none;
        }
        img.img-14 {
            right: -144px;
            top: 120px;
        }
        img.img-9 {
            top: -107px;
            right: -152px;
        }
        img.img-12 {
            display: none;
        }
        img.img-13 {
            display: none;
        }
        img.img-6 {
            top: -88px;
            left: -142px;
        }
        .bhh-banner-landing-wrapper {
            position: relative;
            background-color: #151723;
            padding: 580px 0px 0px 0px;
            background-size: auto;
            background-position: top;
        }
        .bhh-codeing-skill-video {
            margin: 0 auto;
            background-size: 100%;
        }
        .bhh-codeing-skill-video iframe {
            max-width: 100%;
        }
        .bhh-device-section2-image01 {
            text-align: center;
        }
        .bhh-device-images {
            display: none;
        }
        .bhh-theme-features-box-2 {
            max-width: 100%;
        }
        .bhh-demo-position {
            display: none;
        }
        .bhh-demo-responsive-img {
            display: block;
        }
        .bhh-theme-features-box-1 {
            max-width: 100%;
        }
        .bhh-visual-images-responsive4 {
            display: block;
            padding-top: 60px;
        }
        .bhh-visual-text {
            padding: 90px 0 0 45px;
            text-align: center;
        }
        .bhh-visual-text h6,
        p {
            margin: auto;
        }
        .bhh-visual-images-responsive1,
        .bhh-visual-images-responsive2,
        .bhh-visual-images-responsive3 {
            text-align: center;
        }
        .bhh-visual-editor-section1 {
            padding: 50px 0px 50px 0px;
        }
        .bhh-visual-images-responsive2 {
            padding-bottom: 50px;
        }
        .bhh-visual-text.bhh-visual-text01 {
            padding: 65px 0px 50px 0px;
        }
        .bhh-device-section2-image1 {
            display: none;
        }
        .bhh-visual-images-responsive5 {
            display: block;
            align-items: center;
            text-align: center;
        }
        .bhh-device-section2-image {
            text-align: center;
        }
        .top-res-30 {
            margin-top: 30px;
        }
        a.bhh-premium-button {
            background-size: 100% 100%;
            display: inline-block;
            border-radius: 100px;
        }
        .bhh-demo-image {
            display: none;
        }
    }
    @media(max-width:767px) {
        .res-order-2 {
            order: 2;
        }
        .res1-order-2 {
            order: 2;
        }
        .res1-order-1 {
            order: 1;
        }
        .res-order-3 {
            order: 3;
        }
        .res-order-4 {
            order: 4;
        }
        .bhh-atherscton {
            margin: 30px auto 0;
        }
        .bhh-demo-button {
            padding: 30px 0px 0px;
        }
        .bhh-visual-editor-wrapper {
            padding: 70px 0 120px;
        }
        .bhh-device-section3 {
            padding: 0px;
        }
        .bhh-visual-text {
            padding: 10px 0 0 0px;
        }
        .bhh-visual-images-responsive2 {
            padding-bottom: 30px;
        }
        .bhh-visual-text.bhh-visual-text01 {
            padding: 50px 0px 0px 0px;
        }
        .bhh-device-section2-image01 {
            text-align: center;
            padding-top: 85px;
        }
        .bhh-visual-text.bhh-visual-text-device1 {
            padding: 30px 0 0;
        }
        .bhh-device-section-1 {
            margin-bottom: 80px;
        }
        .bhh-visual-images-responsive5 {
            margin-top: 65px;
        }
        a.bhh-premium-button {
            padding: 7px 25px 8px;
        }
        .bhh-atherscton ul {
            margin-left: 35px;
        }
        a.bhh-premium-button1 {
            padding: 10px 17px 10px;
            font-size: 24px;
            background-size: 100% 100%;
            display: inline-block;
            border-radius: 100px;
        }
        .bhh-atherscton ul li {
            display: block;
            margin-bottom: 15px;
        }
        .demo {
            font-size: 100px;
        }
        .bhh-10demo-section-inner {
            display: block;
        }
        .bhh-thumb-section {
            margin-left: auto;
            margin-right: auto;
        }
        .mar-bottom-60 {
            margin-bottom: 60px;
        }
        .bhh-theme-features-box-1 {
            max-width: 100%;
        }
        .bhh-theme-features-box-2 {
            max-width: 100%;
            justify-content: center;
        }
        .center-content {
            text-align: center;
        }
        .margin-top-space {
            margin-top: 30px;
        }
        .bhh-codeing-skill-button ul li:nth-child(3) {
            margin-top: 30px;
        }
        .bhh-device-section2 {
            padding: 0px 0px 0px;
        }
        .bhh-codeing-skill-video {
            background-image: none;
        }
        .bhh-codeing-skill-video iframe {
            max-width: 100%;
            height: 100%;
        }
        .bhh-codeing-skill-button ul li {
            height: 110px;
        }
        .col-lg-6.col-md-6.col-sm-12.res-order-2.order-1 {
            order: 1!important;
        }
        .padd-top-30px {
            padding-top: 0px;
        }
        img.img-4 {
            top: -12px;
            left: -287px;
        }
        img.img-6 {
            top: -112px;
            left: -200px;
        }
        img.img-9 {
            top: -128px;
            right: -201px;
        }
        img.img-14 {
            right: -188px;
            top: 94px;
        }
    }
    @media(max-width:575px) {        
        #box {
            position: relative;
           
            font-size: 20px;
        }
        .bhh-banner-landing-wrapper {
            background-position: center;
        }
        .bhh-banner-landing-header {
            top: 225px;
        }
        .bhh-demo-button {
            padding: 115px 0px 0px;
        }
        img.img-9 {
            top: -54px;
            right: -151px;
        }
        img.img-14 {
            display: none;
        }
        img.img-4 {
            display: none;
        }
        img.img-6 {
            top: -50px;
            left: -164px;
        }
        .bhh-10demo-title-top {
            position: absolute;
            top: -70px;
            right: 170px;
            width: 125px;
        }
        a.bhh-premium-button {
            padding: 7px 25px 8px;
            font-size: 18px;
            background-size: auto;
            border: 2px solid #ee0e87;
            background-image: none;
        }
        .bhh-10demo-heading p {
            padding: 12px 15px 6px 20px;
        }
        a.bhh-premium-button1 {
            padding: 9px 15px 10px;
            border-radius: initial;
        }
        .demo {
            font-size: 70px;
        }
        .bhh-demo-button {
             padding: 35px 0px 0px;
        }
        .bhh-banner-landing-wrapper {
            padding: 720px 0px 0px 0px;
        }
    }
    @media(max-width:480px) {
        .bhh-banner-landing-wrapper {
            padding: 575px 0px 0px 0px;
        }
        .bhh-codeing-skill-heading {
            padding: 0px 0px 20px;
        }
        .bhh-demo-button ul li:nth-child(1) {
            padding-bottom: 12px;
        }

        .bhh-10demo-section {
            padding: 40px 0px 45px;
        }
        img.img-6 {
            display: none;
        }
        .bhh-banner-landing-header {
            top: 10px;
        }
        #box {
            top: 0;
        }
        .bhh-demo-button {
            padding:30px 0px 0;
        }
        .bhh-banner-landing-wrapper {
            background-position: top;
        }
        img.img-9 {
            display: none;
        }
        .bhh-10demo-menu ul li a {
            margin: 0px 7px;
        }
        .bhh-happy-customers-heading h2 {
            font-size: 50px;
        }
        .bhh-happy-customers-heading h1 {
            font-size: 30px;
        }
        .bhh-suggest-demo-wrapper {
            padding: 30px 0px 50px;
        }
        .bhh-visual-editor-wrapper {
            padding: 40px 0 50px;
        }
        .bhh-codeing-skill-wrapper {
            padding: 40px 0px 30px;
        }
        .bhh-install-section {
            padding: 50px 0px 0px 0px;
        }
        .bhh-device-wrapper {
            padding: 50px 0px 60px 0px;
        }
        .bhh-device-section2-image01 {
            padding-top: 45px;
        }
        .bhh-codeing-skill-button ul li {
            height: 90px;
        }
        .bhh-visual-text.bhh-visual-text-device1 {
            padding: 0;
        }
        .bhh-visual-images-responsive5 {
            margin-top: 40px;
        }
        .bhh-happy-customers-wrapper {
            padding: 50px 0px 60px;
        }
        .bhh-theme-features-wrapper {
            padding: 50px 0px 50px;
        }
        .bhh-footer-wrapper {
            padding: 50px 0px 55px;
        }
        .bhh-codeing-skill-heading h2 {
            font-size: 40px;
        }
        .bhh-install-heading h2 {
            font-size: 40px;
        }
        .bhh-device-section1 {
            padding: 70px 0px 0px;
        }
        .bhh-theme-features-box-3 {
            display: block;
            padding-left: 0;
            padding: 10px 0px;
        }
        .bhh-theme-features-box-3 .bhh-theme-features-image {
            padding-right: 0;
        }
        .bhh-theme-features-text.bhh-features-text1 h2 {
            font-size: 20px;
            padding-bottom: 5px;
            text-align: center;
        }
        .bhh-theme-features-box-3 p {
            font-size: 16px;
            text-align: center;
        }
        #box {
            font-size: 16px;
        }
    }
    @media(max-width: 380px) {        
        .bhh-10demo-title-top {
            right: 0;
            left: 0;
        }
        #box {
            font-size: 15px;
        }
        .bhh-suggest-demo-heading h1 {
            font-size: 30px;
        }
        .bhh-device-section1 {
            padding: 45px 0px 0px;
        }
        .bhh-atherscton ul li .bhh-auther-text h2 {
            font-size: 16px;
        }
        .bhh-demo-button ul li a {
            margin: 0;
        }
        .bhh-demo-button ul li:nth-child(1) {
                padding-bottom: 15px;
            }
        .bhh-footer-inner h2 {
            font-size: 35px;
        }
        a.bhh-footer-btn {
            max-width: 260px;
        }
        .bhh-footer-inner p {
            font-size: 16px;
        }
        .bhh-happy-customers-heading p {
            font-size: 20px;
        }
        .bhh-happy-customers-heading h1 {
            font-size: 25px;
        }
        .bhh-happy-customers-heading h2 {
            font-size: 40px;
        }
        .demo {
            font-size: 45px;
        }
        a.bhh-premium-button1 {
            font-size: 18px;
        }
        .bhh-install-heading h2 {
            font-size: 30px;
        }
        .bhh-theme-features-heading h2 {
            font-size: 37px;
            padding-bottom: 30px;
        }
        .bhh-suggest-demo-heading p {
            font-size: 16px;
        }
        .bhh-codeing-skill-button {
            padding: 25px 0px 0px;
        }
        .bhh-codeing-skill-heading h2 {
            font-size: 30px;
        }
        .bhh-copywrite-wrapper {
            height: auto;
            padding: 10px 0px;
        }
    }