/* @font-face {
    font-family: 'modam Bold';
    src: url('/fonts/modam-Bold.woff2');
}

@font-face {
    font-family: 'modamWeb Black';
    src: url('/fonts/modamWeb_Black.woff2');
}
@font-face {
    font-family: 'modamWeb Bold';
    src: url('/fonts/modamWeb_Bold.woff');
}
@font-face {
    font-family: 'modamWeb UltraLight';
    src: url('/fonts/modamWeb_Bold.woff');
}
@font-face {
    font-family: 'modamWeb Web';
    src: url('/fonts/modamWeb.woff2');
} */


/* @font-face {
    font-family: 'modam Expanded';
    src: url('/fonts/modamExpanded.woff2');
}
@font-face {
    font-family: 'modam Black';
    src: url('/fonts/modamWeb(FaNum)_Black.woff2');
}
@font-face {
    font-family: 'modam Bold';
    src: url('/fonts/modamWeb(FaNum)_Bold.woff2');
}
@font-face {
    font-family: 'modam Light';
    src: url('/fonts/modamWeb(FaNum)_Light.woff2');
}
@font-face {
    font-family: 'modam Medium';
    src: url('/fonts/modamWeb(FaNum)_Medium.woff2');
}
@font-face {
    font-family: 'modam UltraLight';
    src: url('/fonts/modamWeb(FaNum)_UltraLight.woff2');
}
@font-face {
    font-family: 'modam';
    src: url('/fonts/modamWeb(FaNum).woff2');
} */
body{
    direction: rtl;
    width: 100%;
    height: 100%;
    /* overflow-x: hidden; */
}
.site-container{
    width: 100%;
    height: 100%;
    /* overflow-x: hidden; */
    /* border: 1px solid #000; */
}
*{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    box-sizing: border-box;
    font-family: 'modam';
}
.row::after{
    content: "";
    clear: both;
    display: table;
}
.col-l-1{width: 8.33%;}
.col-l-2{width: 16.66%;}
.col-l-3{width: 25%;}
.col-l-4{width: 33.33%;}
.col-l-5{width: 41.66%;}
.col-l-6{width: 50%;}
.col-l-7{width: 58.33%;}
.col-l-8{width: 66.66%;}
.col-l-9{width: 75%;}
.col-l-10{width: 83.33%;}
.col-l-11{width: 91.66%;}
.col-l-12{width: 100%;}

[class*="col-"]{
    float: right;
}
.navbar{
    position: relative;
    width: auto;
    height: 100%;
    line-height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#logo-link{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}
.img-logo{
    width: 100%;
    height: auto;
}
.nav-link{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-decoration: none;
    color: #f3f3f3;
    font-family: 'modam Bold';
    opacity: 1;
    z-index: 2;
    transition: 0s;
}
.user-detail{
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 100%;
    float: left;
    
}
.c-auth-items{
    width: 100%;
    height: 100%;
    /* border: 1px solid #000; */
}
.auth-item{    
    position: relative;
    top: 8px;
    bottom: 0;
    width: 130px;
    height: 35px;
    border: 2px solid #eee;
    color: rgb(243, 243, 243);
    float: left;
    margin-top: auto 0;
    text-align: center;
    font-size: 13.5px;
    line-height: 30px;
    transition:ease-out .2s;
    
}
.auth-item a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-decoration: none;
    color: rgb(243, 243, 243);
}
.auth-item:hover{
    background-color: #eee;
    
}
.auth-item:hover a{
    color: #707070;
}
.c-search-form{
    
}
.c-user-name{
    position: relative;
    top: 8px;
    width: auto;
    height: auto;
    float: left;
    font-size: 13.5px;
    /* border: 1px solid #000; */
    text-align: left;
    line-height: 33px;
    cursor: pointer;
}
.c-user-name span{
    
    color: #fff;
}
.c-user-name span:hover{
    color: #d6d6d6;
}
.c-username-options{
    position: absolute;
    left: 0;
    top: 40px;
    width: 100px;
    height: 0px;
    padding: 5px;
    background-color: #fff;
    box-shadow: 1px 1px 5px #707070;
    text-align: center;
    transition:all .3s;
    border-radius: 3px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: 10000;
}
.username-option{
    position: relative;
    list-style-type: none;
    width: 100%;
    height: 30px;
    border-radius: 3px;
    line-height: 28px;
}
.username-option a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-decoration: none;
    font-size: 12px;
    color: #333;
}
.username-option:hover{
    background-color: #eee;
    color: #333;
}
.username-option:hover a{
    color: #333;
}

#caret-down-icon{
    position: relative;
    top: 1px;
    left: 0;
}
.tgl-username-options .c-username-options{
    height: 70px;
    visibility: visible;
    opacity: 1;
    height: auto;
}
.tgl-username-options .c-user-name span{
    color: #d6d6d6;
}
.search-form{
    position: absolute;
    top: 10px;
    left: 170px;
    width: 200px;
    height: 30px;
    border-radius: 50px;
    /* border: 1px solid #000; */
    float: left;
    overflow: hidden;
    width: auto;
}
.inp-search{
    position: relative;
    width: 30px;
    height: 100%;
    border: none;
    border-radius: 50px;
    padding-right: 10px;
    float: left;
    background: none;
    transition: .3s;
    z-index: 3;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    opacity: 0;

   
}
.btn-search{
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgb(46, 152, 201);
    /* background-color: rgb(51, 153, 201); */
    width: 30px;
    height: 30px;
    border-radius: 50%;
    /* float: left; */
    border: none;
    z-index: 2;
    
}
#i-search{
    position: absolute;
    left: 7.5px;
    top: 6.5px;
    color: #fff;
    font-size: 16px;
}
.inp-search:focus{
    opacity: 1;
    width: 200px;
    z-index: 1;
    background-color: rgb(46, 152, 201);
}
.inp-search::-webkit-input-placeholder{
    color: #eee;
}

/* Register & Login Form */
.c-form{
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 100px;
    padding-bottom: 150px;
    overflow: hidden;
    background: linear-gradient(to right, #017dcd, #004092);

}


.form-box{
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 350px;
    height: auto;
    /* border: 1px solid #eee; */
    border-radius: 25px;
    background-color: #fff;
    box-shadow: 0px 20px 30px #595959;
    overflow: hidden;
    z-index: 20;
}
.form-header{
    position: relative;
    width: 100%;
    height: 50px;
    /* border-bottom: 1px solid #eee; */
    background-color: #595959;
    /* background: linear-gradient(to right, #fff, #000); */
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    margin-bottom: 10px;
   
}
.c-form-logo{
    position: relative;
    left: 0;
    right: 0;
    top: 7px;
    margin: 0 auto;
    width: 130px;
    height: 40px;
    
}
.c-form-logo img{
    width: 100%;
    height: auto;
}
.c-inp{
    position: relative;
    width: 100%;
    height: 43px;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: rgb(250, 250, 250);
    
    /* border: 1px solid #000; */
}
.inp-name{
    position: absolute;
    right: 10px;
    top: 11px;
    font-size: 13px;
    color: #707070;
    z-index: 2;
    font-family: 'modam Light';
    transition: ease .2s;
}

.inp-form{
    position: relative;
    width: 100%;
    height: 43px;
    border-radius: 5px;
    padding-right: 10px;
    padding-top: 10px;
    
    color: #333;
    /* margin-bottom: 10px; */
    border: none;
    /* border: 1px solid #eee; */
    font-size: 13px;
    /* background-color: rgb(245, 245, 245); */
    transition: ease-out .2s;
    background: none;
    /* border: 1px solid #eee; */
    z-index: 3;
    outline: none;
}
.tgl-inp-name .inp-name{
    font-size: 9px;
    top: 4px;
    z-index: 10000;
}
.inp-form:focus ~ .inp-name{
    font-size: 9px;
    top: 4px;
    /* border-color: #0287D6; */
    /* box-shadow: 0px 0px 5px #0287D6; */
}
.c-left-bg-img{
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 20px;
    width: 800px;
    height: auto;
    z-index: 1;
    opacity: 1;
}

.c-left-bg-img img{
    width: 100%;
    height: auto;
   
}
.c-right-bg-img{
    position: absolute;
    right: -40px;
    bottom: 10px;
    width: 500px;
    height: auto;
    opacity: .7;
    z-index: 1;
}
.c-right-bg-img img{
    width: 100%;
    height: auto;
}
#c-submit-btn{
    width:140px;
    height:auto;
    margin:0 auto;
    /* border: 1px solid #000; */
    margin-bottom: 10px;
    margin-top: 10px;
    outline: none;
}
.btn-submit{
    position: relative;
    left: 0;
    right: 0;
    width: 140px;
    float: none;
    height: 40px;
   
    border: none;
    background: none;
    border-radius: 50px;
    color: #595959;
    text-align: center;
    line-height: 35px;
    overflow: hidden;
    font-size: 13.5px;
    
    margin: 0px auto;
    cursor: unset;
    outline: none;
    
    

}
.btn-bar{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #eee;
    opacity: .5;

}
#submit-arrow-icon{
    position: absolute;
    left: 35px;
    top: 11px;
    color: #595959;
    font-size: 20px;
    transition: .2s;
    
}
.btn-submit:hover #submit-arrow-icon{
    left: 30px;
}
#btn-text{
    position: relative;
    margin-left: 25px;
    z-index: 1000;
}
.tgl-btn-color .btn-submit{
    color: #fff;
    cursor: pointer;
}
.tgl-btn-color .btn-bar{
    opacity: 1;
    background-color: #00234F;
}
.tgl-btn-color #submit-arrow-icon{
    color: #fff;
}
.tgl-btn-color #btn-text{
    color: #fff;
}
/* End Register & Login Form */
#error{
    font-family: 'modam Bold';
    position: relative;
    top: -5px;
    right: 10px;
    color: #F33B4A;
    font-size: 8px;
    
}
#success{
    font-family: 'modam Bold';
    position: relative;
    top: -5px;
    right: 10px;
    color: rgb(0, 177, 0);
    font-size: 9px;
}
#remember-text{
    font-size: 11px;
    color: #595959;
    margin-right: 10px;
}

.c-form-link{
    position: relative;
    top: -5px;
    
    /* border: 1px solid #000; */
    margin: 0 auto;
    width: 150px;
    text-align: center;
    margin-bottom: 10px;
    
}
.form-link{
    font-size: 11px;
}

/* Index Header */
.index-header{
    position: relative;
    width: 100%;
    height: 100px;
    /* border: 1px solid #000; */
    z-index: 2;
    
    background: linear-gradient(to right, #017dcd, #004092);

}
.bg-header-box{
    position: relative;
    left: 0;
    right: 0;
    top: -10px;
    height: 300px;
    width: 100%;
    /* border: 1px solid #000; */
    z-index: 1;
    /* width: 100%;
    height: 100%; */
    /* background-image: url('/images/header-bg.svg');
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;  */
    /* margin-bottom: 300px; */
    /* border: 1px solid #000;*/
    
}
.bg-header-box img{
    position: absolute;
    left: 0;
    right: 0;
    top: -200px;
    /* position: relative; */
    width: 100%;
    height: auto;
    z-index: 1;
}
.bg-color-header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, #0287D6, #004092);
    z-index: 2;
}
.left-bg-header{
    position: absolute;
    left: -20px;
    top: 5px;
    width: 22%;

}
.left-bg-header img{
    width: 100%;
    height: auto;
}
.right-bg-header{
    position: absolute;
    right: -150px;
    width: 22%;
    top: 90px;

}
.right-bg-header img{
    width: 100%;
    height: auto;
}
.c-header-box{
    position: absolute;
    left: 0;
    right: 0;
    width: 80%;
    top: 45px;
    height: auto;
    margin: 0 auto;
    /* border: 1px solid #000; */
    /* height: 100px; */

}
.header-box{
    position: relative;
    /* width: 50%; */
    float: left;
    /* border: 1px solid #000; */
    /* border-left: 1px solid #eee; */
    /* padding: 10px; */
    padding-top: 0;
    /* height: 10rem; */
    padding-top: 50%;
}
#right-box{
    width: 35%;
}
#left-box{
    width: 65%;
}
.c-header-box-content-1{
    position: absolute;
    left: 10px;
    top: 0px;
    right: 25px;
    bottom: 10px;
    color: #fff;
    font-size: 13px;
    padding-top:8.5vw;

}
.title-head-1{
    font-size: 33px;
    /* font-size: 2.2vw; */
    margin-bottom: 5px;
}
.title-head-2{
    font-size: 22.5px;
    /* font-size: 1.4vw; */
    margin-bottom: 15px;
}
.description-text{
    position: relative;
    color: #BACBE2;
    line-height: 30px;
    font-size: 13px;
    /* font-size: .85vw; */
    border-right: 5px solid #FAC23A;
    padding-right: 15px;
    /* border: 1px solid #000; */
    
}
.btn-buy-software{
    position: relative;
    width: 160px;
    height: 40px;
    text-align: center;
    border: none;
    outline: none;
    background:linear-gradient(to left, #F33B4A, #BC0715);
    margin-top: 20px;
    line-height: 39px;
    float: right;
}
.link-buy-software{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-decoration: none;
    color: #fff;
}
#call-detail{
    /* width: 150px; */
    display: inline-block;
    margin-top: 21px;
    margin-right: 30px;
    font-family: 'modam Light';
    font-size: 13px;
    /* float: right; */
    

}
#phone-number{
    /* font-family: 'modam Bold'; */
    font-weight: bold;
    font-size: 14px;
}

.c-header-box-content-2{
    position: absolute;
    top: 0;
    right: 50px;
    left: 0;
    bottom: 0;
    /* border: 1px solid #000; */
    

}
.c-product-icon{
    position: absolute;
    /* width: 370px; */
    /* width: 53%; */
    width: 60%;
    height: 56%;
    transition: all 1s ease 0s;
    /* border: 1px solid #000; */
    cursor: pointer;
    overflow: hidden;
}
.c-product-icon:hover{
    
}

.c-product-icon img{
    /* position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; */
    width: 100%;
    height: auto;
    
    /* transform: scale(); */
}
#erp{
    /* bottom: 50px; */
    bottom: 5%;
    
    right: 1.5%;
    transform: scale(1);
    
    z-index: 6;
}

#mobile{
    top: -23%;
    transform: scale(.8);
    z-index: 5;
    filter: blur(2px);
    transform:scale(.65);
    bottom:0%;
}
#crm{
    /* top: -70px; */
    top: -11%;
    /* left: 120px; */
    left: 15%;
    /* right: 0; */
    transform: scale(.55);
    z-index: 4;
    filter: blur(3px);
}
#bpms{
    /* left: 10px; */
    left: 1%;
    top: 11%;
    transform: scale(.8);
    z-index: 5;
    filter: blur(1px);
}
.frontitem{
    /* bottom: 50px; */
    /* bottom: 3%; */
    top: 41.5%;
    /* right: 0%; */
    left: 40%;

    transform: scale(1);
    
    z-index: 6;
    /* animation: 1s fadeshow; */
}
.rightitem{
    
    /* top: -130px; */
    /* right: -2%; */
    left: 64%;
    top: -15%;


    /* height: auto; */
    /* top: -10%; */
    transform: scale(.5);
    z-index: 5;
    filter: blur(1px);
    opacity: .9;
    /* animation: 1s fadeshow; */
}
.backitem{
     /* top: -70px; */
     top: -17%;
     /* left: 120px; */
     left: 16%;

     /* right: 0; */
     transform: scale(.6);
     z-index: 4;
     filter: blur(1px);
     opacity: .7;
     /* animation: 1s fadeshow; */
}
.leftitem{
     /* left: 10px; */
     left: -7.5%;
     top: 14%;


     transform: scale(.85);
     opacity: .9;
     z-index: 5;
     filter: blur(1px);
     /* animation: 1s fadeshow; */
}
@keyframes fadeshow {
    0%{
        opacity: 0;

    }
    50%{
        opacity: .5;
    }
    100%{
        opacity: 1;
    }
}
.main-icon{
    position: absolute;
    bottom: 4%;
    right: -16%;
    /* left: 20%; */
    width: 95%;
    height: 65%;
    /* border: 1px solid #000; */
    background-size: cover;
    background-position:center top;
    background-repeat: no-repeat;
}
.main-icon img{
    width: 100%;
    height: auto;
}
#main-icon-erp{
    /* background-image: url('/images/new-erp.svg'); */
}
#main-icon-crm{
    width: 28%;
    right: 17%;
    
    /* background-image: url('/images/new-crm.svg'); */
}
#main-icon-bpms{
    width: 90%;
    right: -17%;
    bottom: 5.5%;
    height: 80%;
    /* border: 1px solid #000; */
    /* background-image: url('/images/new-bpms.svg'); */
}


#mobile-icon{
    
    width: 30%;
    height: auto;
    
    /* width: 30%;
    height: auto;
    border: 1px solid #000; */
}
#mobile-icon-front-position{
    transform: scale(.7);
}

/* End Index Header */

#ozv{
    display: none;
}
#pro{
    display: none;
}
.index-spacer{
    position: relative;
    width: 100%;
    height: auto;
    display: table;
}
.c-services-part{
    position: relative;
    top: 550px;
    left: 0;
    right: 0;
    width: 100%;
    height: 700px;
    background-color: #fff;
    border: 1px solid #fff;
    overflow-x: hidden;
    overflow-y: hidden;
}
.c-head-text-services{
    position: relative;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    margin-top: 80px;
}
#text1{
    font-family: 'modam Black';
    font-size: 22px;
    color: #000;
}
#text2{
    font-size: 14px;
    color: #BACBE2;
    font-family: 'modam Bold';
    margin-top: 5px;
}


#left-bg{
    position: absolute;
    left:-260px;
    width:330px;
    top: 0px;
}
#left-bg img{
    width: 100%;
    height: auto;
}
.c-service-boxes{
    position: relative;
    width: 80%;
    margin: 0 auto;
    height: 330px;
    /* border: 1px solid #000; */
    margin-top: 150px;
    
    
    
}
.c-service-items{
    /* width: 1215px; */

    width: 100%;
    height: 100%;
    /* border: 1px solid #000; */
}
.service-item{
    position: relative;
    width: 25%;
    height: 100%;
    float: right;
    /* border: 1px solid #BC0715; */
    padding: 15px;
    /* padding-top: 0; */
    padding-bottom: 0;
    transform: scale(.9);

}
.main-service-item{
    position: relative;
    width: 100%;
    height: 100%;
 
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 35px #eee;
    padding: 20px;
    text-align: center;
    transition: .4s;
    bottom: 0;
}
.main-service-item:hover{
   bottom: 20px;
   box-shadow: 0px 0px 35px rgb(224, 224, 224);
}
.c-service-img{
    position: absolute;
    top: -70px;
    width: 70%;
    height: 120px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.c-service-img img{
   width: auto;
   height: 100%;
}
#mobile-icon{
    width: 38%;
}
#crm-icon{
    width: 38%;
    top: -38%;
}
#erp-icon{
    top: -33%;
    width: 55%;
}
#bpms-icon{
    width: 70%;
}
.card-title{
    font-family: 'modam Bold';
    margin-top: 50px;
    font-size: 20px;
    color: #636363;
}
.card-text{
    text-align: center;
    font-size: 13.5px;
    color: #a0a0a0;
    line-height: 30px;
    margin-top: 5px;
    
}

.c-show-more{
    position: relative;
    /* border: 1px solid #000; */
    margin-top: 10px;
    font-size: 16px;
}
.c-show-more a{
    text-decoration: none;
    color: #02AEFC;
}
.arrow-icon-left{
    position: relative;
    top: 4px;
    font-size: 20px;
    margin-right: 7px;
}
.c-btn-tgl-card{
    display: none;
}
.c-video-part{
    position: relative;
    top: 600px;
    
    width: 100%;
    height: 450px;
    /* border: 1px solid #000; */
    background-color: #fff;
    background-image:url('/images/bg-video.svg');
    background-position:left top;
    background-size:cover;
}
.bg-video-part{
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 500px;
    
    z-index: 1;

}
.bg-video-part img{
    width: 100%;
    height: auto;
}

.left-video-box{
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    /* border: 1px solid #000; */
    z-index: 2;
    text-align: right;
    color: #fff;
}
.right-video-box{
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    /* border: 1px solid #000; */
    z-index: 2;
}
.title1-video-box{
    margin-top: 200px;
    font-size: 35px;
}
.title2-video-box{}
.description-video-box{
    position: relative;
    margin-top: 20px;
    font-size: 13px;
    color: #BACBE2;
    padding-right: 30px;
    padding-left: 50%;
    border-right: 5px solid #F33B4A;
    line-height: 30px;
}
.bottom-line{
    display: none;
}
.c-desk-img{
    position: absolute;
    left: 0;
    right: 0;
    width: 90%;
    bottom: 13px;
    margin: 0 auto;
    height: auto;
    /* background-image: url('/images/desk-with-img.svg');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% auto; */
    /* border: 1px solid #000; */
}
#desk-product{
    width: 100%;
}

.c-img{
    position: relative;
    width: 100%;
    height: auto;
    /* border: 1px solid red; */
}
.c-img img{
    width: 100%;
    height: auto;
}
.c-video-player{
    position: absolute;
    top: 5%;
    bottom: 16.5%;
    left: 11.5%;
    right: 11.5%;
    /* border: 1px solid #FAC23A; */
}
#player-product{
    left: 14.5%;
    right: 15%;
    top: 3.5%;
}
.video-player{
    width: 100%;
    height: 100%;
}
.c-customer-comments{
    position: relative;
    top: 600px;
    width: 100%;
    height: 650px;
    border: 1px solid #fff;
    margin-bottom: 600px;
    display: table;
    padding-bottom: 50px;
    overflow: hidden;
}
.customer-comments-box{
    position: relative;
    width: 40%;
    margin: 0 auto;
    min-height: 240px;
    height: auto;
    box-shadow: 0px 0px 35px #eee;
    border-radius: 15px;
    margin-top: 100px;
    padding: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    z-index: 100;
    background-color: #fff;
    
}
#customer-comment-text{
    position: relative;
    font-size: 13px;
    color: #a0a0a0;
    line-height: 33px;
    text-align: center;
    z-index: 100;
}
.top-tab{
    position: absolute;
    width: 190px;
    height: 80px;
    box-shadow: 0px 0px 35px #eee;
    top: -80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-top-left-radius: 45px;
	border-top-right-radius: 45px;
}
.top-tab::before, .top-tab::after{
    position: absolute;
    content: '';
    height: 50px;
    width: 60px;
    bottom: -10px;
}
.top-tab::after{
    right: -60px;
    border-radius: 0 0 0 50px;
    box-shadow: -30px 0 0 0 #fff;
}
.top-tab::before{
    left: -60px;
    border-radius: 0 0 50px 0;
    box-shadow: 30px 0 0 0 #fff;
}
.bg-comment-box{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 15px;
    background-color: #fff;
    z-index: 1;
}
.bg-top-tab{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
    background-color: #fff;
}
.customer-comments-box::before{
    /* position: absolute;
    content: '';
    width: 200px;
    height: 100px;
    box-shadow: 0px 0px 35px #eee;
    border-radius: 30px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    top: -80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1; */

    /* border-bottom-left-radius: -30px; */
}
.c-brand-icon{
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 130px;
    height: 40px;
    /* border: 1px solid #000; */

}

.c-brand-icon img{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: auto;
    height: 100%;
}
.c-social-icons{
    width: 100%;
    height: 30px;
    margin-top: 20px;
    
}
.social-icon{
    position: relative;
    width: auto;
    height: 35px;
    /* border: 1px solid #000; */
    font-size: 28px;
    color: #BACBE2;
    margin-left: 10px;
    display: inline-block;
    transition: ease-out .2s;
    
}
.social-icon:hover{
    color: #fff;
}
.c-btn-before-next{
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    /* border: 1px solid #000; */
    top: 35%;
    text-align: center;

    font-size: 25px;
    line-height: 33px;
    cursor: pointer;
    z-index: 500;
    /* color: #d3d3d3; */
}
.active-icon{
    color: #F33B4A;
}
.disable-icon{
    color: #d3d3d3;
}
#btn-left{
    left: -80px;
    /* color: #F33B4A; */
}
#btn-right{
    right: -80px;
}
.frontend-footer{
    position: relative;
    left: 0;
    right: 0;
    top: 20px;
    width: 100%;
    
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
    background: linear-gradient(to right, #017dcd, #004092);
    display:table;
    overflow: hidden;

}
.c-footer-contents{
    position: relative;
    width: 90%;
    height: auto;
    right: 10%;
    
}
.footer-part{
    position: relative;
    width: 25%;
    float: right;
    height: auto;
    text-align: right;
    /* padding-right: 100px; */
    /* border: 1px solid #000; */
    
}
.c-brand-footer{
    position: relative;
    width: 180px;
    height: auto;
}
.c-brand-footer img{
    width: 100%;
    height: auto;
}
.footer-part h3{
    display: block;
    font-family: 'modam Bold';
    font-size: 15px;
    color: #fff;
    margin-bottom: 20px;
}
.c-footer-links{
    display: block;
    width: 100%;
    height: 30px;
    margin-bottom: 7px;
    overflow: hidden;

}
.c-footer-links a{
    text-decoration: none;
    color: #BACBE2;
    font-size: 13px;
}
.c-footer-links a:hover{
   color: rgb(169, 185, 207); 
}
.footer-rights{
    position: relative;
    left: 0;
    right: 0;
    bottom: -20px;
    width: 100%;
    height: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #004092;
    display: table;
    /* border: 1px solid #000; */
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
}
.c-fr-contents{
    position: relative;
    width: 80%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    /* line-height: 80px; */
    /* border: 1px solid #000; */
}
.footer-text{
    position: relative;
    width: 70%;
    float: right;
    height: 100%;
    font-size: 13px;
    font-family: 'modam Light';
    color: #fff;
    line-height: 80px;
    /* line-height: 80px; */
    /* border: 1px solid #000; */
}
.c-footer-icons{
    position: relative;
    width: 30%;
    float: right;
    height: 100%;
    /* border: 1px solid #000; */
}
.footer-icon{
    position: relative;
    width: 60px;
    height: auto;
    float: left;
    top: 5px;
}
.footer-icon img{
    width: 100%;
    height: auto;
}
/* Sub Menu */
.c-submenu-content{
    position: absolute;
    top: 40px;
    right: 0;
    width: 500px;
    height: 300px;
    background-color: #fff;
    
    border-radius: 15px;
    z-index: 1000;
    /* transition: ease-out .3s; */
    visibility: hidden;
    opacity: 0;
    /* display: none; */
    /* border-top-right-radius: 0px; */
}
.tglsubmenu .c-submenu-content{
    visibility: visible;
    opacity: 1;
}
#product-item::after{
    position: absolute;
    content: '';
    width: 90px;
    height: 30px;
    /* background-color: red; */
    bottom: -25px;
    right: 0;
    /* display: none; */
}
.tglsubmenu #product-item::after{
    /* display: block; */
}
.c-submenu-content::before{
    position: absolute;
    content: '';
    width: 90px;
    height: 50px;
    /* border: 1px solid #000; */
    top: -10px;
    right: 0;
}
.submenu-content{
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    
}
.bg-submenu{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px;
    /* background-color: #eee; */
    opacity: 1;
    /* opacity: .9; */
    /* border-top-right-radius: 0px; */
}
.c-right-items{
    position: relative;
    width: 35%;
    float: right;
    height: 100%;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: #eee;
    padding: 10px;
    padding-left: 0;
}


.c-left-items{
    position: absolute;
    left: 0;
    top: 0;
    width: 65%;
    float: right;
    height: 100%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background-color: #fff;
    text-align: right;
    padding-top: 15px;
}

.c-submenu-item{
    position: relative;
    width: 100%;
    height: 40px;
    color: #595959;
    background-color: #eee;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    line-height: 42px;
    text-align: center;
    
    
}

.c-submenu-item a{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    text-decoration: none;
    color: #595959;
    font-size: 13px;
    font-family: 'modam';
}
.c-submenu-item:hover{
    background-color: #fff;
}
.c-submenu-item:hover a{
    color: #0287D6;
}
.c-submenu-link a{
    padding-right: 10px;
    color: #595959;
    text-decoration: none;
    font-size: 13px;
    font-family: 'modam';
}
.c-submenu-link a:hover{
    color: #0287D6;
}
.c-submenu-icon{
    position: absolute;
    top: 14.5%;
    right: 5%;
    width: 25px;
    height: auto;
    /* float: right; */
    
}
.c-submenu-icon img{
    width: 100%;
    height: auto;
}

.c-submenu-item::after{
    /* content: '';
    position: absolute;
    left: -300px;
    top: -10px;
    width: 300px;
    height: 180px;
    background-color: #fff; */
    /* display: none; */
}
.tglcright .c-submenu-item::after{
    display: block;
}

/* #bpms-item::after{
    content: '';
    position: absolute;
    left: -300px;
    top: -10px;
    width: 300px;
    height: 180px;
    background-color: #fff;
    display: none;
} */



#bpms-links{
    
    display: none;
}
.tglbpms #bpms-links{
    display: block;
}
.tglbpms #bpms-item-sub{
    background-color: #fff;
}
.tglbpms #bpms-item-sub a{
    color: #0287D6;
}

#erp-links{
    display: none;
}
.tglerp #erp-links{
    display: block;
}
.tglerp #erp-item-sub{
    background-color: #fff;
}
.tglerp #erp-item-sub a{
    color: #0287D6;
}

#crm-links{
    display: none;
}
.tglcrm #crm-links{
    display: block;
}
.tglcrm #crm-item-sub{
    background-color: #fff;
}
.tglcrm #crm-item-sub a{
    color: #0287D6;
}

#mobile-links{
    display: none;
}
.tglmobile #mobile-links{
    display: block;
}
.tglmobile #mobile-item-sub{
    background-color: #fff;
}
.tglmobile #mobile-item-sub a{
    color: #0287D6;
}

#quality-links{
    display: none;
}
.tglquality #quality-links{
    display: block;
}
.tglquality #quality-item-sub{
    background-color: #fff;
}
.tglquality #quality-item-sub a{
    color: #0287D6;
}

#web-links{
    display: none;
}
.tglweb #web-links{
    display: block;
}
.tglweb #web-item-sub{
    background-color: #fff;
}
.tglweb #web-item-sub a{
    color: #0287D6;
}
#services-links{
    display: none;
}
.tglservices #services-links{
    display: block;
}
.tglservices #services-item-sub{
    background-color: #fff;
}
.tglservices #services-item-sub a{
    color: #0287D6;
}


#features-links{
    display: none;
}
.tglfeatures #features-links{
    display: block;
}
.tglfeatures #features-item-sub{
    background-color: #fff;
}
.tglfeatures #features-item-sub a{
    color: #0287D6;
}



#machine-links{
    display: none;
}
.tglmachine #machine-links{
    display: block;
}
.tglmachine #machine-item-sub{
    background-color: #fff;
}
.tglmachine #machine-item-sub a{
    color: #0287D6;
}

.c-public-submenu{
    position: absolute;
    top: 40px;
    right: 0;
    width: 200px;
    height: auto;
    padding: 10px;
    background-color: #eee;
    border-radius: 5px;
}
.c-public-submenu::before{
    position: absolute;
    content: '';
    width: 90px;
    height: 10px;
    top: -10px;
    right: 0;
    /* border: 1px solid #000; */
}
.c-a-links{
    position: relative;
    width: 100%;
    float: right;
    height: 40px;
    text-align: center;
    background-color: #eee;
    border-radius: 5px;
    line-height: 40px;
    
}
.c-a-links a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-decoration: none;
    color: #595959;
    font-size: 13px;
    font-family: 'modam Light';
}
.c-a-links:hover{
    background-color: #fff;
}
.c-a-links:hover a{
    color: #0287D6;
}

#services-submenu{
    display: none;
}
.tglservices-sub #services-submenu{
    display: block;
}
#articles-submenu{
    display: none;
}
.tglarticles-sub #articles-submenu{
    display: block;
}

#news-submenu{
    display: none;
}
.tglnews-sub #news-submenu{
    display: block;
}

.header-show-product{
    position: relative;
    width: 100%;
    height: 600px;
    /* border: 1px solid #000; */
    /* background: linear-gradient(to right, #017dcd, #004092); */
    background-image: url('/images/header-bg.svg');
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: 1;
}
.c-header-content{
    position: relative;
    width:80%;
    height: 100%;
    padding: 20px;
    margin: 0 auto;
    display: table;
    /* border: 1px solid #000; */
    text-align: center;
}
.c-product-heading{
    width: 70%;
    margin: 0 auto;
    text-align: center;
    
}
.top-line-heading{
    position: relative;
    display: block;
    width: 33%;
    height: 7px;
    border-radius: 5px;
    background-color: #FAC23A;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 5px;
}
.c-product-heading h1{
    font-size: 40px;
    color: #fff;
    display: block;
    /* font-family: 'modam Bold'; */
    
}
.c-description-product{
    width: 35%;
    font-size: 14px;
    color: #BACBE2;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 35px;
}
.buy-btn-header{
    position: relative;
    width: 160px;
    height: 40px;
    text-align: center;
    background-color: #FAC23A;
    color: #595959;
    line-height: 40px;
    margin: 0 auto;
    font-size: 14px;
    margin-top: 25px;
    box-shadow: 0px 0px 20px #FAC23A;
    transition: .3s;
}
.buy-btn-header:hover{
    box-shadow: 0px 0px 20px 3px #FAC23A;
}
.buy-btn-header a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.top-img{
    position: absolute;
    top: 0px;
    left: -200px;
    width: 100%;
    height: 100%;
    background-image: url('/images/bgproduct2.svg');
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 190% auto;
}
.bottom-img{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-image: url('/images/bgproduct.svg');
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 180% auto;
    /* border: 1px solid #000; */
}
.c-product-video{
    position: absolute;
    bottom: -25%;
    /* top: 100px; */
    width: 100%;
    height: auto;
    /* border: 1px solid #000; */
    display: table;
    /* margin-top: 48%; */
}
#video-product{
    float:none;
    left:0;
    right:0;
    margin:0 auto;
    /* border:1px solid #000; */
}

.spacer-bottom{
    position: relative;
    width: 100%;
    height: 300px;
}
#heading-text-1{
    font-size:45px;
}

.c-product-detail{
    position: relative;
    width: 100%;
    height: 200px;
    /* border: 1px solid #000; */
    display: table;
    
}
.c-bg-detail-img{
    position: absolute;
    left: 0%;
    right:0%;
    top: 0;
    bottom: 0;
    height: 600px;
    background-image: url('/images/bg-product-detail.svg');
    background-repeat: no-repeat;
    background-position:bottom left;
    background-size: cover;
    /* border: 1px solid #000; */
}
.pack-detail{
    position: relative;
    width: 80%;
    height: auto;
    display: table;
    margin: 0 auto;
}
.c-pro-cat-icon{
    position: relative;
    width: auto;
    height: 160px;
    left: 0;
    right: 0;
    margin: 0 auto;
    /* border: 1px solid #000; */
}

/* .pro-cat-icon{
    position: absolute;
    width: 70%;
    height: 120px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 1px solid #000;
    
} */
.pro-cat-icon img{
    position: absolute;
    width: auto;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.another-products{
    
    width: 100%;
    min-width: 100%;
    height: auto;
    /* border: 1px solid #000; */
    display: flex;
    margin-top: 25px;
    justify-content: center;
    justify-self: center;
}
.c-pro-cat{
    position: relative;
    width: 180px;
    float: right;
    height: 190px;
    border: 1px solid #fff;
    padding: 15px;
    padding-top: 18px;
    border-radius: 10px;
    background-color: #fff;
    cursor: pointer;
    bottom: 0;
    transition: all ease-out .3s;
}
.c-pro-cat:hover{
    border: 1px solid #eee;
    z-index: 10;
    box-shadow: 0px 0px 10px #eee;
    bottom: 10px;
}
.activeproduct{
    border: 1px solid #eee;
    z-index: 10;
    box-shadow: 0px 0px 10px #eee;
    bottom: 10px;
}
.pro-cat{
    position: relative;
    width: 100%;
    height: 110px;
    
}
.pro-cat img{
    position: absolute;
    width: auto;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.c-pro-cat h3{

    font-size: 14px;
    text-align: center;
    color: #8d8d8d;
    font-family: 'modam Bold';
    
}
.c-software-features-header{
    position: relative;
    top: -80px;
    
}
.small-header{
    position: relative;
    width: 250px;
    height: 60px;
    line-height: 55px;
    border-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0px 0px 15px #d7e2ec;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 13px;
    color: #0287D6;
    text-align: center;
    z-index: 1;
    background-color: #fff;
}
.big-header{
    position: relative;
    width: 600px;
    height: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    /* border: 1px solid #000; */
}
.main-content-header{
    position: relative;
    width: 100%;
    height: 65px;
    
    /* border: 1px solid #000; */
    left: 0;
    right: 0;
    margin: 0 auto;


}
.c-big-header-items{
    position: relative;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 30px #d7e2ec;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    z-index: 6;
    overflow: hidden;
    background-color: #fff;
}
.big-header-items{
    position: relative;
    height: 100%;
    width: 600px;
    margin-right: 20px;
    /* border: 1px solid #000; */
}
.c-option-item{
    position: relative;
    width: auto;
    height: 100%;
    float: right;
    /* border: 1px solid #000; */
    padding: 15px;
    padding-top: 12px;
    padding-bottom: 12px;

}
.option-item{
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    /* border: 1px solid #000; */
    margin: 0 auto;
    text-align: center;
    line-height:1.3;
    padding: 10px;
    padding-right: 15px;
    padding-left: 15px;
    color: #8d8d8d;
    cursor: pointer;
    transition: ease-out .2s;
}
.option-item:hover{
    box-shadow: 0px 0px 15px #FAC23A;
    background-color: #FAC23A;
    color: #fff;
}
.active-option{
    box-shadow: 0px 0px 15px #FAC23A;
    background-color: #FAC23A;
    color: #fff;
    transition: .1s;
}
.p-f-btn{
    position: absolute;
    width: 80px;
    height: 80px;
    top: -7px;
    border-radius: 50%;
    /* border-radius: 50%; */
    
    background-color: #f6f9fc;
    /* box-shadow: 0px 0px 30px #eee; */
    /* border: 1px solid #000; */
    z-index: 7;
    /* visibility: hidden; */
}
#p-f-right{
    right: -59px;
}
#p-f-left{
    left:-59px;
}
.p-f-main-btn{
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 0px 30px #d7e2ec;
    top: 5px;
    z-index: 8;
    font-size: 20px;
    line-height: 59px;
    text-align: center;
}
#p-f-right-main{
    right: -44px;
    color: #FAC23A;
}
#p-f-left-main{
    left: -44px;
    color: #d3d3d3;
}
.c-item-contents{
    position: relative;
    width: 100%;
    height: 700px;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: visible;
    /* overflow-x: hidden; */
    /* border: 1px solid #000; */
    /* display: table; */
}
.item-contents{
    position: relative;
    width: 100%;
    height: auto;
    /* border: 1px solid #000; */
    left: 0;
    right: 0;
    margin: 0 auto;
    display: table;
    /* overflow-x: scroll; */

}
.package-content{
    position: absolute;
    width: 100%;
    height: auto;
    /* border: 1px solid #000; */
    /* overflow-x: scroll;
    overflow-y: visible; */
    white-space: nowrap;
    display: flex;
    justify-content: center;
    flex-grow: 1;
}
.c-package-item-box{
    position: relative;
    width: 280px;
    height: 470px;
    float: right;
    padding: 13px;
}
.package-item-box{
   position: relative;
   width: 100%;
   height: 100%;
   border-radius: 10px;
   background-color: #fff;
   padding: 20px;
   box-shadow: 0px 0px 20px 1px #eee;
   transition: ease-out .4s;
   /* transform: scale(1); */
}
.package-item-box:hover{
    transform: scale(1.05);
    /* transform: ; */
    /* top: 30px; */
}
.package-item-box:hover .btn-buy-pack{
    background-color: #ff2033;
    color: #fff;
    border-radius: 0;
}
.c-pack-item-img{
    position: relative;
    width: 100%;
    height: 115px;
}
.c-pack-item-img img{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: auto;
    height: 100px;
}
.pack-title{
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 5px;

}
.pack-title h3{
    font-size: 18px;
    color: #595959;
    font-family: 'modam Bold';
}
.c-pack-features{
    position: relative;
    width: 100%;
    height: auto;
}
.pack-feature-item{
    position: relative;
    width: 100%;
    height: 20px;
    font-size: 16px;
    color: #017dcd;
    margin-bottom: 5px;
    padding-right: 20px;
    
}
.pack-feature-item span{
    color: #d3d3d3;
    margin-right: 10px;
    font-size: 11px;
}
.pack-feature-item a{
    color: #d3d3d3;
    margin-right: 10px;
    font-size: 11px;
    text-decoration: none;
    cursor: pointer;
}
.pack-feature-item a:hover{
    color: #0287D6;
    text-decoration: underline;
}
.c-pack-price{
    position: relative;
    width: 100%;
    height: 30px;
    margin-top: 15px;
    color: #0287D6;
    font-size: 14px;
    text-align: center;
}
.btn-buy-pack{
    position: relative;
    width: 150px;
    height: 35px;
    border: 1px solid #ff2033;
    color: #ff2033;
    border-radius: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    text-align: center;
    line-height: 2;
    transition: .3s;
}
.btn-buy-pack:hover{
    background-color: #ff2033;
    color: #fff;
    border-radius: 0;
}





.feature-content{
    display: none;
}
.c-des-packages{

}
.des-packages{
    position: relative;
    width: 60%;
    min-height: 200px;
    max-height: 500px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0px 0px 25px 1px #d7e2ec;
    border-radius: 10px;
}
.pack-des-text{
    padding: 30px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 14px;
    color: #595959;
}
.c-feature-text{
    position: relative;
    width: 60%;
    height: auto;
    top: -300px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    font-size: 14px;
    box-shadow: 0px 5px 20px #d7e2ec;
    z-index: 100;
    padding: 50px;
    padding-top: 40px;
    border-radius: 20px;
    color: #595959;


}

.edit-btn-profile {
    position: absolute;
    width: 120px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    border-radius: 25px;
    background: -webkit-gradient(linear, right top, left top, from(#006eb8), to(#004092));
    background: linear-gradient(to left, #006eb8, #004092);
    left: 0;
    right: 0;
    bottom: -20px;
    margin: 0 auto;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 13.5px;
  }
  
  .edit-btn-profile:hover {
    -webkit-box-shadow: 0px 0px 10px #006eb8;
            box-shadow: 0px 0px 10px #006eb8;
  }

  .c-avatar-edit-form {
    position: relative;
    width: 100%;
    height: 70px;
    margin-bottom: 10px;
  }
  
  .c-avatar-img {
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #eee;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
  }
  
  .c-avatar-img img {
    width: 100%;
    height: auto;
  }
  
  .c-avatar-bar {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    line-height: 70px;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: .2s;
    transition: .2s;
  }
  
  .c-avatar-bar:hover {
    opacity: 1;
  }
  
  .avatar-bar {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: .3;
    z-index: 3;
  }
  
  .camera-icon {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 37%;
    color: #006eb8;
    font-size: 17px;
  }
  
/* Profile Styles ------------- */

.c-profile-content {
    position: relative;
    width: 80%;
    height: auto;
    display: table;
    top: -150px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  
  @media only screen and (max-width: 780px) {
    .c-profile-content {
      width: 100%;
    }
  }
  
  .profile-right-side {
    position: relative;
    width: 300px;
    float: right;
    height: auto;
    display: table;
  }
  
  @media only screen and (max-width: 780px) {
    .profile-right-side {
      float: none;
      left: 0;
      right: 0;
      margin: 0 auto;
    }
  }
  
  .c-profile-box {
    position: relative;
    width: 300px;
    height: auto;
    -webkit-box-shadow: 0px 0px 30px #e2e0e0;
            box-shadow: 0px 0px 30px #e2e0e0;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
  }
  
  @media only screen and (max-width: 780px) {
    .c-profile-box {
      float: none;
      left: 0;
      right: 0;
      margin: 0 auto;
    }
  }
  
  .profile-box-header {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    top: -55px;
  }
  
  .profile-box-header img {
    position: relative;
    width: 100%;
    height: auto;
  }
  
  .profile-box-body {
    position: relative;
    width: 100%;
    height: auto;
    padding-right: 30px;
    top: -30px;
    padding-bottom: 30px;
  }
  
.profile-box-item {
    width: 100%;
    height: 35px;
    line-height: 35px;
  }
  
.lbl-profile {
    font-size: 13.5px;
    font-family: "modam Light";
    color: #595959;
    margin-left: 7px;
  }
  
  .profile-data-text {
    font-size: 13.5px;
    font-family: "modam Light";
    color: #595959;
  }
  
  #data-text-number {
    color: #35ee2e;
    font-family: "modam Bold";
  }
  
  .c-credit-detail {
    position: relative;
    width: 100%;
    height: 190px;
    display: table;
    -webkit-box-shadow: 0px 0px 30px #e2e0e0;
            box-shadow: 0px 0px 30px #e2e0e0;
    border-radius: 10px;
    margin-top: 10px;
    background-color: #fff;
    overflow: hidden;
  }
  
  .header-credit-detail {
    position: relative;
    width: 100%;
    height: 120px;
    background: -webkit-gradient(linear, right top, left top, from(#ffb300), to(#ffbf2b));
    background: linear-gradient(to left, #ffb300, #ffbf2b);
  }
  
  #credit-text {
    position: relative;
    width: 100%;
    height: 30px;
    font-size: 15px;
    font-family: "modam Light";
    color: #595959;
    padding-right: 30px;
    top: 15px;
  }
  
  .c-credit-amount {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 120px;
  }
  
  .credit-amount {
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-family: "modam Bold";
  }
  
  #rial-txt-profile {
    color: #595959;
    font-size: 15px;
  }
  
  .c-credit-btn {
    position: relative;
    width: 100%;
    height: 50px;
    top: 105px;
    display: table;
  }
  
  .btn-credit {
    position: absolute;
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 25px;
    text-align: center;
    background: #ffb300;
    color: #fff;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 10px #ffcc53;
            box-shadow: 0px 0px 10px #ffcc53;
    font-family: "modam Bold";
    font-size: 12.5px;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .btn-credit:hover {
    -webkit-box-shadow: 0px 0px 15px #ffc02c;
            box-shadow: 0px 0px 15px #ffc02c;
  }
  
  #cash-out {
    right: 30px;
  }
  
  #cash-in {
    left: 30px;
  }
  
  #cash-in-icon {
    position: relative;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: 1.5px;
  }
  
  #cash-out-icon {
    position: relative;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    top: 1.5px;
  }
  
  .c-profile-options {
    position: relative;
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 30px #e2e0e0;
            box-shadow: 0px 0px 30px #e2e0e0;
    margin-top: 10px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 10px;
  }
  
  .header-options {
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    font-family: "modam Light";
    color: #595959;
  }
  
  .profile-option-item {
    position: relative;
    width: 100%;
    height: 40px;
    border-radius: 25px;
    line-height: 40px;
    margin-bottom: 5px;
    cursor: pointer;
    color: #595959;
    font-family: "modam Light";
    text-align: center;
    font-size: 14px;
  }
  
  .profile-option-item:hover {
    background: -webkit-gradient(linear, right top, left top, from(#006eb8), to(#004092));
    background: linear-gradient(to left, #006eb8, #004092);
    color: #fff;
  }
  
  .active-profile-option {
    background: -webkit-gradient(linear, right top, left top, from(#006eb8), to(#004092));
    background: linear-gradient(to left, #006eb8, #004092);
    color: #fff;
  }
  
  .profile-left-side {
    position: relative;
    width: 73.5%;
    left: 0;
    height: auto;
    float: left;
    border-radius: 10px;
  }
  
  @media only screen and (max-width: 780px) {
    .profile-left-side {
      position: relative;
      width: 100%;
      left: 0;
      right: 0;
      float: right;
      margin: 0 auto;
      margin-top: 50px;
    }
  }
  
  .left-side-header {
    position: relative;
    right: 0;
    left: 0;
    height: 60px;
    -webkit-box-shadow: 0px 0px 10px #e2e0e0;
            box-shadow: 0px 0px 10px #e2e0e0;
    border-radius: 5px;
    margin: 0 auto;
    background-color: #fff;
    color: #595959;
    font-size: 15px;
    line-height: 60px;
    font-family: "modam Light";
    padding-right: 30px;
  }
  
  .left-side-main-box {
    position: relative;
    width: 100%;
    height: auto;
    display: table;
    margin-top: 10px;
    border-radius: 5px;
    background-color: #fff;
    color: #595959;
    -webkit-box-shadow: 0px 0px 10px #e2e0e0;
            box-shadow: 0px 0px 10px #e2e0e0;
    padding-bottom: 30px;
  }
  

  .register-form-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    line-height: 20px;
  }
  
  .bg-black-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .3;
  }
  
  .form-error {
    position: relative;
    margin-top: 7px;
    width: 100%;
    height: 10px;
    color: red;
    font-family: 'modam Bold';
    font-size: 10px;
    padding-right: 10px;
    display: block;
  }
  
.profile-header{
    background: linear-gradient(to right, #017dcd, #004092);
}
.c-propaid{
    width: 100%;
    height: 500px;
    background-color: #fff;
    box-shadow: 0px 0px 10px #eee;
    margin-top: 10px;
    border-radius: 10px;
}
/* End Profile Styles ------------- */
/* Article pages styles ----*/
.c-articles-list{
    position: relative;
    width: 60%;
    height: auto;
    margin: 0 auto;
    left: 0;
    right: 0;
    
 
    padding: 20px;
    /* display: table; */
}

.article-item{
    width: 100%;
    height: 150px;

    background-color: #fff;
    box-shadow: 0px 0px 10px #eee;
    
    border-radius: 10px;
    /* padding: 20px; */
    overflow: hidden;
    margin-top: 20px;
}
.c-article-img{
    position: relative;
    width: 30%;
    height: 100%;
    float:right;
    overflow: hidden;
    /* border: 1px solid #000; */
}
.article-img{
    position: absolute;
    right: 0;
    width: auto;
    height: 100%;
}
.c-article-content{
    position: relative;
    width: 70%;
    height: 100%;
    float: right;
    /* padding-right: 20px; */
    padding: 20px;
}
.c-article-content a{
    color: #595959;
    text-decoration: none;
}
.c-article-content a:hover{
    color: #006eb8;
}
.c-article-content p{
    font-size: 13.5px;
}
.img-link{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}
/* End Article pages styles ----*/
.btn-dl-demo{
    position: relative;
    width: 150px;
    height: 40px;
    background-color: #10c510;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    transition: ease-in .3s;
    box-shadow: 0px 1px 3px #10c510;

}
.btn-dl-demo:hover{
    box-shadow: 0px 0px 7px #10c510;
}
.btn-dl-demo a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-decoration: none;
    color: #fff;
    font-size: 13.5px;
    padding-right: 10px;
    padding-left: 10px;
}

@media only screen and (max-width:1450px){
    .c-services-part{
        top: 500px;
    }
    .c-video-part{
        top: 500px;
    }
    .c-customer-comments{
        top: 500px;
        margin-bottom: 500px;
    }

}
@media only screen and (max-width:1300px){
    .c-services-part{
        top: 400px;
    }
    .c-video-part{
        top: 400px;
    }
    .c-customer-comments{
        top: 400px;
        margin-bottom: 400px;
    }
}
@media only screen and (max-width:1200px){
    .c-services-part{
        top: 300px;
    }
    .c-video-part{
        top: 300px;
    }
    .c-customer-comments{
        top: 300px;
        margin-bottom: 300px;
    }
    
}
@media only screen and (max-width:1100px){
    .c-services-part{
        top: 250px;
    }
    .c-video-part{
        top: 250px;
    }
    .c-customer-comments{
        top: 250px;
        /* margin-bottom: 250px; */
    }
}

@media only screen and (max-width: 1024px)
{
    .col-m-0{width: 0;}
    .col-m-1{width: 8.33%;}
    .col-m-2{width: 16.66%;}
    .col-m-3{width: 25%;}
    .col-m-4{width: 33.33%;}
    .col-m-5{width: 41.66%;}
    .col-m-6{width: 50%;}
    .col-m-7{width: 58.33%;}
    .col-m-8{width: 66.66%;}
    .col-m-9{width: 75%;}
    .col-m-10{width: 83.33%;}
    .col-m-11{width: 91.66%;}
    .col-m-12{width: 100%;}
    .bg-header-box img{
        top: -100px;
    }
    .c-services-part{
        /* top: 150px; */
    }
    .c-header-content{
        width: 100%;
    }
    .c-description-product{
        width: 100%;
    }
    .top-line-heading{
        width: 100%;
    }
    .another-products{
        width: 100%;
        display: block;
    }
    .c-pro-cat{
        width: 25%;
    }
    .big-header{
        width: 65%;
    }
    
}

@media only screen and (max-width: 768px)
{
    .col-m-0{width: 0;}
    .col-s-1{width: 8.33%;}
    .col-s-2{width: 16.66%;}
    .col-s-3{width: 25%;}
    .col-s-4{width: 33.33%;}
    .col-s-5{width: 41.66%;}
    .col-s-6{width: 50%;}
    .col-s-7{width: 58.33%;}
    .col-s-8{width: 66.66%;}
    .col-s-9{width: 75%;}
    .col-s-10{width: 83.33%;}
    .col-s-11{width: 91.66%;}
    .col-s-12{width: 100%;}
    /* .c-header-box{
        top: 0px;
    } */
    .c-header-box{
        width: 100%;
        top: 0;
    }
    .header-box{
        padding-top: 80%;
    }
    /* .bg-header-box{
        top: 0;
    } */
    /* .c-header-box-content-1{
        width: 100%;
    }
    .c-header-box-content-2{
        width: 100%;
    } */
    #right-box{
        width: 100%;
        text-align: center;
    }
    #left-box{
        width: 100%;
    }
    .title-head-1{
        font-size: 33px;
    }
    .title-head-2{
        font-size: 14px;
    }
    .index-header{
        height: 600px;
        
    }


    .search-form{
        right: 60px;
        float: right;
        /* border: 1px solid #000; */
        width: 130px;
        
    }
    .btn-search{
        /* position: absolute; */
        right: 0px;

    }
    .c-auth-items{
        display: none;
    }
    .inp-search{
        float: right;
        /* right: 120px; */
        right: 0;
        padding-right: 30px;
        /* width: 100px; */
    }
    .inp-search:focus{
        /* width: 1; */
        /* width: 200px; */
    }
    .user-detail{
        display: none;
    }
    .right-bg-header{
        display: none;
    }
    .left-bg-header{
        width: 400px;
        left: -310px;

        top: 30px;
    }
    .title-head-1{
        font-size: 30px;
    }
    .title-head-2{
        font-size: 18px;
    }
    .description-text{
        border-right: none;
        padding-right: 0;
    }
    .btn-buy-software{
        float: none;
        margin: 0 auto;
        margin-top: 15px;
    }
    #call-detail{
        float: none;
        margin: 0 auto;
        display: block;
        margin-top: 10px;
    }
    .c-header-box-content-2{
        position: absolute;
        top: 5%;
        right: 60px;
        left: 60px;
        bottom: 80px;
        
        
    
    }
    .c-header-box-content-1{
        top: -80px;
        left: 25px;
        right: 25px;
        margin: 0 auto;
        /* border: 1px solid #000; */
        
    }
    .c-services-part{
        top: 0;


    }
    #left-bg{
        opacity: .2;
        top: 30%;
        left: -280px;
    }
    .c-service-boxes{
        width: 100%;
        margin-top: 10px;
        /* overflow-wrap: break-word; */
        /* overflow: auto; */
        overflow-x: scroll;
        height: 500px;
       
        overflow-y: visible !important;
        /* border: 1px solid #000; */
        scrollbar-width: 0;
        overflow: -moz-scrollbars-none;
    }
    .c-service-boxes::-webkit-scrollbar{
        width: 0;
    }

    .c-service-items{
        width: 1215px;
        height: 300px;
        margin-top: 130px;
        padding-right: 20px;
        /* overflow-x: scroll; */

        
    }
    .service-item{
        /* padding: 50px; */
        padding-right: 40px;
        padding-left: 40px;
        /* right: 0px; */
        

    }
    .card-title{
        margin-top: 30px;
    }
    .main-service-item{

    }
    .c-btn-tgl-card{
        position: relative;
        display: block;
        width: 70px;
        height: 40px;
        margin: 0 auto;
        margin-top: 60px;
        /* border: 1px solid #000; */
        padding-right: 5px;
        padding-left: 5px;
        
    }
    .btn-tgl{
        position: relative;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #c5c5c5;
        display: inline-block;
        overflow: hidden;
        cursor: pointer;
       
    }
    .btn-tgl a{
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }
    .active-btn-tgl{
        transform: scale(1.1);
        box-shadow: 0px 0px 1px 1px #BC0715;
        background-color: #BC0715;
    }
    #tgl-mobile{
        margin-left: 5px;
    }
    #tgl-crm{
        margin-left: 5px;
    }
    #tgl-erp{
        margin-left: 5px;
    }

    .c-video-part{
        top: -100px;
        height: 600px;

    }
    .bg-video-part{
        /* width: ; */
        height: 500px;
    }
    .bg-video-part img{
        /* width: 100%; */
        position: absolute;
        left: 0;
        
        height: 100%;
    }
    .left-video-box{
        width: 100%;
        height: 50%;
        text-align: center;
    }
    .right-video-box{
        width: 100%;
        height: 50%;
    }
    .title1-video-box{
        margin-top: 100px;
        font-size: 32px;
    }
    .title2-video-box{
        /* margin-top: 80px; */
        font-size: 20px;
    }
    .description-video-box{
        width: 80%;
        padding-left: 0;
        border-right: none;
        /* border-bottom: 5px solid #F33B4A; */
        
        margin: 0 auto;
        padding-bottom: 20px;
        font-size: 12px;
        padding-right: 0;
        
    }
    .bottom-line{
        display: block;
        position: absolute;
        width: 50%;
        height: 5px;
        background-color: #F33B4A;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;

    }
    .c-desk-img{
        bottom: 0;
    }
    .c-customer-comments{
        top:-100px;
        margin-bottom: 0;
    }
    .customer-comments-box{
        width: 90%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #customer-comment-text{
        line-height: 25px;
        font-size: 12px;
        
        
    }
    #btn-left{
        left: -50px;
    }
    #btn-right{
        right: -50px;
    }
    .footer-part{
        width: 50%;
        
    }
    .footer-text{
        width: 100%;
        height: auto;
        line-height: 30px;
        text-align: center;
    }
    .c-footer-icons{
        width: 100%;
        height: auto;
    }
    #part-2{
        display: none;
    }
    #part-3{
        display: none;
    }
    #part-4{
        display: none;
    }
    #footer-icon{
        display: none;
    }
    #social-icon{
        text-align: center;
        width: auto;
        left: 0;
        right: 0;
        margin: 0 auto;
        /* border: 1px solid #000; */
    }
    #footer-brand{
        margin: 0 auto;
    }
    .c-submenu-content{
        top: 0;
        right:90px;
        width: 220px;
        opacity: 1;
        height: 500px;
        overflow: scroll;
        padding-top: 0;
        border-radius: 10px;
    }
    .c-submenu-link{
        width: 50%;
        float: right;
        margin-bottom: 5px;
    }
    .c-right-items{
        width: 100%;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        padding: 10px;
        height: auto;
    }
    .c-right-items a{
        text-align: left;
        padding-left: 5px;
        font-size: 12px;
    }
    .c-left-items{
        position: relative;
        width: 100%;
        padding: 10px;
        border-radius: 0;
        line-height: 17px;
        height: auto;
        text-align: center;
    }
    .c-left-items a{
        position: relative;
        width: auto;
        height: auto;
        font-size: 11px;
        padding-right: 0;
        
        /* line-height: 10px; */
    }
    .c-submenu-item:hover{
        background-color: #eee;
    }
    #bpms-item-sub{
        /* height: 100px; */
    
        padding-bottom: 150px;
        /* border: 1px solid #000; */
    }
    #bpms-item-sub .c-submenu-icon{
        top: 7px;
    }
    #bpms-links{
        position: absolute;
        top: 50px;
        display: block;
        /* padding-right: 0; */
        /* border: 1px solid #000; */
    }
    #erp-item-sub{
        padding-bottom: 270px;
    }
    #erp-item-sub .c-submenu-icon{
        top: 7px;
    }
    #erp-links{
        position: absolute;
        top: 200px;
        display: block;
    }


    #crm-item-sub{
        padding-bottom: 130px;
    }
    #crm-links{
        display: block;
        position: absolute;
        top: 470px;
    }
    #mobile-item-sub{
        /* padding-bottom: 70px; */
    }
    .bg-bar{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: .5;
        z-index: 1002;
        /* display: none; */
        opacity: 0;
        visibility: hidden;
        transition: .3s;
    }
    #ozv{
        display: block;
    }
    #pro{
        display: block;
    }

    .c-public-submenu{
      
        top: 0;
        right: 90px;
    }

    .tglservices-sub-click #services-submenu{
        display: block;
    }
    .tglsubmenu-click .c-submenu-content{
        visibility: visible;
        opacity: 1;
    }
    .tglarticles-sub-click #articles-submenu{
        display: block;
    }
    .tglnews-sub-click #news-submenu{
        display: block;
    }
    .c-header-content{
        width: 100%;
    }
    .c-description-product{
        width: 100%;
    }
    .top-line-heading{
        width: 100%;
    }
    .c-product-heading h1{
        font-size: 35px;
    }
    #heading-text-1{
        font-size: 35px;
    }
    .c-product-video{
        position: absolute;
        bottom: -10%;
        left: 0;
        right: 0;
    }
    .another-products{
        width: 100%;
        /* border: 1px solid #000; */
        display: block;
    }
    .c-pro-cat{
        width: 50%;
    }
    .small-header{
        width: 170px;
        font-size: 12px;
    }
    .c-package-item-box{
        width: 100%;
    }
    .c-item-contents{
        /* border: 1px solid #000; */
        
        overflow-x: scroll;
        
    }
    .item-contents{
        overflow-x: scroll;
    }
    .package-content{
        width: 1000px;
        overflow-x: scroll;
    }
    .package-item-box:hover{
        transform: scale(1);
        /* transform: ; */
        /* top: 30px; */
    }
    .c-big-header-items{
        position: relative;
        width: 100%;
        overflow-x: scroll;
    }
    .big-header-items{
        position: absolute;
        width: 600px;
    }
    #p-f-left{
        left: 0;
    }
    .p-f-btn{
        display: none;
    }
    .site-container{
        overflow-x: hidden;
    }
    .c-left-bg-img{
        width: 100%;
    }
    .c-feature-text{
        width: 99%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .c-articles-list{
        width: 100%;
    }

}


@media only screen and (max-width: 480px)
{
    [class*="col-"]{
        width: 100%;
    }
    .form-box{
        width: 97%;
    }
    .c-services-part{
        top: -150px;
    }
    .footer-part{
        width: 100%;
    }
    #heading-text-1{
        font-size: 30px;
    }
    .c-product-heading h1{
        font-size: 30px;
    }
    .c-pro-cat{
        width: 100%;
    }
 
    
    
}