@charset "UTF-8";
.icon-md{
    font-size:120%;
}
.dis-inline-flex{
	display: flex;
    align-items: center;
    flex-wrap: nowrap !important;
}
.dis-flex-center{
	display: flex;
    justify-content: center;
    /* justify-content: space-evenly; */
}
.inline-header{
    position: relative;
}
.section-title{
    text-align: left;
}
.section-subtitle{
    text-align: left;
}
.download-button {
    max-width: 300px !important;
}
.title-logo{
	display: block;
	margin-left:10px;
	position:absolute;
	left:60px;
	opacity: 1;
	transition: .4s all ease-out;
	z-index: 0;
	top:17%;
	line-height:17px !important;
	width:350px;
}
.title-logo span{
	display: block;
	font-size:12px;
	word-wrap: unset;
}
.title-logo span:first-child{
    font-size:22px;
    line-height: 25px !important;
}
.logo{
    width: 80px;
    height: 80px;
	transition: .2s all ease-out;
	/* background-color: #fff; */
	position: relative;
	z-index: 2;
}
.menu__child li a{
	text-transform: none !important;
}

.menu__link:hover:after, .nav-item.active.menu__link:after{
	transform: scaleX(1);
}
.menu__link:after{
	content: '';
    width: 100%;
    height: 2px;
    background-color: #fff;
    display: block;
    margin-top: 3px;
    border-radius: 4px;
    bottom: -4px;
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform .2s;
}
.menu__link:not(:hover):after {
	transform-origin: right;
}
.menu__link {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
.menu__link:hover:before, .menu__link:focus:before, .menu__link:active:before,
.header--fixed .menu__link:hover:after, .header--fixed .menu__link:focus:after, .header--fixed .menu__link:active:after
  {
    transform: scaleY(1);
}
.header--fixed .menu__link:after{
	content: '';
    width: 100%;
    height: 2px;
    background-color: #1eb858;
    display: block;
    margin-top: 3px;
    border-radius: 4px;
    bottom: -4px;
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform .2s;
}
.header--fixed .menu__link:not(:hover):after {
	transform-origin: right;
}
#readmore .section-subtitle, #featurs .section-subtitle{
    color:#000 !important;
    text-transform: none !important;
    margin-bottom: 25px !important;
}
#readmore .col-md-12{
    width:100% !important;
}
.device{
    position: relative;
}
.inner-device{
    position: absolute;
    width: 250px;
    height: 445px;
    /* background-color: #ff00006b; */
    top: 0;
    margin-top: 77px;
    margin-left: 20px;
    /* background-image: url("../assets/img/common/other/slider1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0,0%; */
    transition:0.3s ease-in;
}
.bx-wrapper{
    margin: 0 !important;
    border: 0 !important;
    height: 100% !important;
}
.bx-viewport{
    height: 100% !important;
}

.inner-device:hover{
    /* background-image: url("../assets/img/common/other/cpr3.png");; */
    /* background-position: -255px,0%; */
    transition:0.3s ease-in;

}

/* .footer {
    background: url("../images/menara-sutet.jpg") no-repeat fixed;
    background-size: cover;
    position: relative;
    color:#fff;
} */

.bg-cover::before{
    position: fixed;
    background: rgba(19, 18, 18, 0.8);
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
}
.footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#f5f6f7;
    z-index: 0;
}
#section-footer{
    min-height:300px;
}
.footer-content{
    color:#1d1d1f !important;
}
.footer-content tr{
    padding:0;
    padding-top: 20px;
    height: 20px;
}
.footer-content td{
    margin-left: 20px;
    font-family: sans-serif;
	font-size: 0.75rem;
	padding: 0;
	padding-right: 0.5rem;
}
.footer .title{
    font-weight: 800;
    font-size: 13px;
}
.sub-footer{
	position: relative;
	margin-top:20px;
    text-align: center;
    border-top: 1px solid #d2d2d7;
    padding-top: 20px;
}
.sub-footer small{
	color: #1d1d1f !important;
}
/* ======================= */
.tabs__title a{
    text-decoration: none;
    color: #fff;
    text-transform:none;
}
.tabs__izometric
.tabs__screenshot{
    /* transform: perspective(400px) rotateY(45deg); */
    padding: 1px;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-background-clip:content-box;
    background-clip:content-box;
    transform: rotateX(60deg) rotateZ(-50deg)  translateZ(0) !important;
    width:20%;
    box-shadow: -15px 26px 30px -8px rgba(0,0,0,.5);
}
.tabs__screenshot::before{
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #000000;
}
.tabs__regular
.tabs__screenshot{
    /* transform: perspective(400px) rotateY(45deg); */
    transform:0 !important;
    width:20%;
}
.section-subtitle--hero {
    text-transform: none;
    color: white;
    opacity: 1 !important;
}
.yellow-link{
    color:#ffe5aa;
}
.custom-counter {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  
  .custom-counter > li {
    counter-increment: step-counter;
    margin-bottom: 10px;
  }
  .custom-counter > li > ol {
      margin-left: 50px;
  }
  
  .custom-counter > li::before {
    content: counter(step-counter);
    margin-right: 5px;
    font-size: 80%;
    background-color: rgb(0,200,200);
    color: white;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 3px;
  }
  .custom-counter > li span{
      font-size:14px;
      font-weight: bold;
  }
  .custom-counter > li p{
    margin-left: 30px;
}
/* === */
.custom-counter-2 {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  
  .custom-counter-2 li {
    counter-increment: step-counter;
    margin-bottom: 10px;
    display: flex;
    align-items: self-start;
  }
  
  .custom-counter-2 li::before {
    content: counter(step-counter);
    margin-right: 5px;
    font-size: 80%;
    background-color: rgb(0,200,200);
    color: white;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 3px;
  }
  .custom-counter-2 li span{
      font-size:14px;
      font-weight: bold;
  }
  .custom-counter-2 li p{
    margin-left: 30px;
}
.custom-counter img{
    width:200px;
    margin-top:10px;
    margin-bottom: 10px;
    box-shadow: 0px 1px 7px 0px rgba(0, 1, 16, 0.4);
    border:1px #666 solid;
}
.white-block{
    background-color:white;
    padding:10px;
    border-radius:5px;
    box-shadow: 0px 1px 7px 0px rgba(0, 1, 16, 0.14);
}
.center-img{
    display: flex;
    justify-content: center;
}
/* ======================= */
@media(max-width: 880px){

	.title-logo{
		display: none;
    }
}
@media(max-width: 640px){
    .button--inline{
        display: none !important;
    }
    .section-subtitle--hero{
        display:  none !important;
    }
}