@font-face {
    font-family: cairoblack;
    src: url(../fonts/Cairo-Black.ttf);
}@font-face {
    font-family: cairob;
    src: url(../fonts/Cairo-Bold.ttf);
}@font-face {
    font-family: cairoel;
    src: url(../fonts/Cairo-ExtraLight.ttf);
}@font-face {
    font-family: cairol;
    src: url(../fonts/Cairo-Light.ttf);
}@font-face {
    font-family: cairo;
    src: url(../fonts/Cairo-Regular.ttf);
}@font-face {
    font-family: cairosb;
    src: url(../fonts/Cairo-SemiBold.ttf);
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: none;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}
a{text-decoration: none !important;cursor: pointer;}
*{outline: none !important; line-height: auto !important}

/*----------------------- body-home ---------------------- */
*{
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
*:hover{
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
body {
    font-family: cairo;
    background: #fff;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.container-fluid ,.navbar-collapse{
    padding: 0;
}
section{
    float: right;
    width: 100%;
}
.indexs {
    padding-top: 106px;
}
.header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 2;
    padding: 24px 0;
    text-align: center;
}
.logo {
    float: left;
}
.logo a {
    float: left;
    width: 100%;
}
.logo a img {
    float: left;
    width: 130px;
    max-width: 100%;
}
.menu {
    display: inline-block;
    padding-top: 8px;
}
.menu ul li a:hover:before,
.menu ul li a.active:before{
    transform: translate(-50% , 0);
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.menu ul li a:hover,
.menu ul li a.active{
    color: #EFAA14;
}
.menu ul li a:before{
    content: '\f0d7';
    font-family: Font Awesome\ 5 Pro;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: -56px;
    transform: translate(-50% , -56px);
    color: #EFAA14;
    font-size: 48px;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.sign-in-menu ul li a:hover,
.sign-in-menu ul li a.active{
    color: #EFAA14;
}
.sign-in-menu ul li a:before{
    color: #EFAA14;
}
.business-login-menu ul li a:hover,
.business-login-menu ul li a.active{
    color: #EFAA14;
}
.business-login-menu ul li a:before{
    color: #EFAA14
}
.menu ul li a{
    float: right;
    width: 100%;
    color: #707070;
    font-size: 18px;
    font-family: cairosb;
    padding: 4px 8px;
    position: relative;
}
.menu ul li{
    float: left;
    margin-right: 20px;
}
.menu ul {
    float: left;
}
.contact_us{
    float: right;
    padding-top: 6px;
}
.contact_us a:hover{
    /*color: #fff;*/
    /*background: #EFAA14;*/
}
.contact_us a img {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: -7px;
}
.contact_us a{
    float: right;
    width: 191px;
    max-width: 100%;
    font-size: 18px;
    color: #EFAA14;
    border: 1px solid #EFAA14;
    border-radius: 3px;
    padding: 4px 8px;
}
.sign-in-contact_us a{
    color: #EFAA14;
    border: 1px solid #EFAA14;
}
.business-login-contact_us a {
    color: #EFAA14;
    border: 1px solid #EFAA14;
}
.index_item {
    float: right;
    width: 100%;
    min-height: 100vh;
    padding-top: 106px;
    background: #EFAA14;
    position: relative;
}
.index_content h2:before{
    content: '';
    position: absolute;
    left: 50%;
    top: -15px;
    width: 65px;
    transform: translateX(-50%);
    height: 3px;
    background: #fff;
}
.index_content h2{
    float: right;
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 36px;
    font-family: cairosb;
    margin-bottom: 5px;
}
.index_content p{
    float: right;
    width: 100%;
    color: #fff;
    font-size: 20px;
    line-height: 39px;
    margin-bottom: 25px;
}
.index_content{
    float: right;
    width: 100%;
    padding-top: 28vh;
    text-align: center;
}
.index_content a:hover{
    /*color: #fff;*/
    /*background: #EFAA14;*/
    /*border-color: #fff;*/
}
.index_content a img{
    display: inline-block;
    margin-left: 5px;
    margin-bottom: -7px;
}
.index_content a{
    display: inline-block;
    width: 195px;
    text-align: center;
    background: #fff;
    max-width: 100%;
    font-size: 18px;
    color: #EFAA14;
    border: 1px solid #EFAA14;
    border-radius: 3px;
    padding: 4px 8px;
}
.index_item:before{
    content: '';
    position: absolute;
    left: 5%;
    top: 15%;
    width: 15%;
    height: 100%;
    background: url('/assets/saas_site/images/logo2.png') no-repeat right top;
    background-size: contain;
}
.index_item:after{
    content: '';
    position: absolute;
    left: 47%;
    top: 60%;
    width: 15%;
    height: 100%;
    background: url('/assets/saas_site/images/logo2.png') no-repeat right top;
    background-size: contain;
}
.index_item{
    overflow: hidden;
}
.img_bg {
    position: absolute;
    right: -15%;
    top: 18%;
}
.item_video img{
    float: right;
    width: 100%;
    min-height: 470px;
    position: relative;
}
.item_video.active:after{
    display: none;
}
.videos_items.active:after,
.videos_items.active:before{
    display: none;
}
.hide_this{
    display: none;
}
.item_video:after{
    content: '';
    position: absolute;
    background: url('/assets/saas_site/images/Group 194.png') no-repeat center center;
    background-size: contain;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}
.item_video{
    float: right;
    width: 100%;
    margin-top: -10%;
    position: relative;
    cursor: pointer;
}
/*.item_video:before{
    content: '';
    position: absolute;
    right: -15%;
    top: 0;
    width: 50%;
    z-index: 0;
    height: 100%;
    background: url('/assets/saas_site/images/nature.png') no-repeat right bottom;
    background-size: 70%;
}*/
.header_system h3 span{
    color: #EFAA14;
}
.header_system h3:before{
    content: '';
    position: absolute;
    left: 50%;
    top: -15px;
    width: 65px;
    transform: translateX(-50%);
    height: 3px;
    background: #958A5F;
}
.header_system h3{
    float: right;
    width: 100%;
    color: #6A6A6A;
    font-weight: bold;
    font-size: 32px;
    position: relative;
    text-align: center;
}
.header_system{
    float: right;
    width: 100%;
    margin-bottom: 35px;
}
.system{
    padding: 80px 0;
}
.item_sys1 p{
    display: inline-block;
    width: 85%;
    color: #535353;
    font-weight: bold;
}
.item_sys1{
    float: left;
    width: 175px;
    height: 165px;
    border-radius: 4px;
    border: 1px solid #DDDDDD;
    padding: 20px;
    text-align: center;
    margin-bottom: 50px;
}
.img_sys1 img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 70px;
}
.img_sys1{
    float: right;
    height: 70px;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}
.item_sys2 p{
    float: right;
    width: 100%;
    color: #646464;
    font-size: 23px;
    line-height: 34px;
    margin-bottom: 45px;
}
.item_sys2>img{
    display: block;
    margin: auto;
    width: 365px;
    max-width: 100%;
    height: 265px;
    margin-bottom: 120px;
}
.item_sys2 h3{
    float: right;
    width: 100%;
    color: #EFAA14;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 10px;
}
.item_sys2>*{
    position: relative;
}
.item_sys2:before{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background: url('/assets/saas_site/images/Group 2720.png') no-repeat center center;
    transform: translate(-50%,-50%);
    min-width: 100%;
    z-index: 0;
    min-height: 100%;
}
.item_sys2{
    float: right;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 25px;
    position: relative;
}
.item_sys2 a:hover{
    background: #EFAA14;
    color: #fff;
}
.item_sys2 a img{
    display: inline-block;
    margin-left: 5px;
    margin-bottom: -7px;
    height: 24px;
}
.item_sys2 a{
    display: inline-block;
    width: 195px;
    max-width: 100%;
    font-size: 18px;
    color: #EFAA14;
    border: 1px solid #EFAA14;
    border-radius: 3px;
    background: #fff;
    padding: 4px 8px;
}
.sys2{
    float: left;
    width: 50%;
}
.sys3,
.sys1{
    float: left;
    width: 25%;
}
.sys3 .item_sys1:nth-child(2){
    margin-right: 15%;
}
.sys3 .item_sys1:nth-child(3){
    margin-right: 30%;
}
.sys1 .item_sys1:nth-child(2){
    margin-left: 15%;
}
.sys1 .item_sys1:nth-child(3){
    margin-left: 30%;
}
.sys3 .item_sys1{
    float: right;
}
.managments{
    background: #EFAA14;
}
.managment{
    float: right;
    width: 100%;
    padding: 55px 0 45px;
}
.managment_item h3{
    float: right;
    width: 100%;
    color: #fff;
    font-size: 30px;
    font-family: cairosb;
}
.managment_item p{
    float: left;
    width: 80%;
    color: #fff;
    font-size: 18px;
    line-height: 38px;
    margin: 10px 0 20px;
}
.managment_item{
    float: right;
    width: 100%;
}
.managment_item a:hover{
    background: #fff;
    color: #EFAA14;
}
.managment_item a{
    float: left;
    width: 175px;
    text-align: center;
    max-width: 100%;
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 4px 8px;
}
.managment_img img{
    float: right;
    width: 360px;
    height: 280px;
    position: relative;
    bottom: -10px;
}
.managment_img{
    float: right;
    width: 100%;
    height: 0px;
    position: relative;
}
.futuers{
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}
.futuers_tabs{
    float: right;
    width: 100%;
    position: relative;
}
.futuers_tabs>ul li:last-child{
    margin-right: 0;
}
.futuers_tabs>ul li:hover,
.futuers_tabs>ul li.active{
    background: #CEEFE6;
    color: #EFAA14;
}
.futuers_tabs>ul li{
    float: left;
    margin-right: 20px;
    font-size: 18px;
    font-family: cairosb;
    padding: 2px 30px;
    cursor: pointer;
    border-radius: 19px;
}
.futuers_tabs>ul{
    float: right;
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.fuc_item.active {
    display: block;
}
.fuc_item {
    float: right;
    width: 100%;
    padding: 20px 0; 
    display: none;
}
.fuc_items span{
    float: left;
    margin-right: 20px;
    font-size: 18px;
    font-family: cairosb;
    padding: 2px 30px;
    cursor: pointer;
    background: #CEEFE6;
    border-radius: 19px;
    color: #EFAA14;
}
.fuc_items h3{
    display: block;
    width: 70%;
    color: #114374;
    font-size: 23px;
    font-family: cairosb;
}
.fuc_items p{
    float: left;
    width: 95%;
    color: #646464;
    font-size: 18px;
    line-height: 38px;
    margin: 5px 0 15px;
    text-align: justify;
}
.fuc_items>div{
    float: right;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
}
.fuc_items{
    float: right;
    width: 100%;
}
.fuc_items a:hover{
    color: #fff;
    background: #EFAA14;
}
.fuc_items a img{
    display: inline-block;
    margin-left: 5px;
    margin-bottom: -7px;
}
.fuc_items a{
    float: left;
    width: 195px;
    text-align: center;
    max-width: 100%;
    font-size: 18px;
    color: #EFAA14;
    border: 1px solid #EFAA14;
    border-radius: 3px;
    padding: 4px 8px;
}
.fuc_items_img img{
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%,-50%);
}
.fuc_items_img{
    float: right;
    width: 100%;
    height: 340px;
    position: relative;
    overflow: hidden;
}
/*.futuers:before{
    content: '';
    position: absolute;
    right: -18%;
    top: -5%;
    width: 50%;
    z-index: 0;
    height: 100%;
    background: url('/assets/saas_site/images/nature.png') no-repeat right bottom;
    background-size: 70%;
}*/
.client{
    position: relative;
    /*overflow: hidden;*/
    padding: 100px 0;
    background: #FBFBFB;
}
.client:before{
    content: '';
    position: absolute;
    left: -25%;
    top: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
    background: url('/assets/saas_site/images/Group 2724.png') no-repeat center bottom;
    background-size: 70%;
}
.clients{
    float: right;
    width: 100%;
}
.clients_text{
    float: right;
    width: 100%;
}
.clients_text h3:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 3px;
    background: #EFAA14;
}
.clients_text h3{
    padding-top: 12px;
    position: relative;
    float: right;
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    line-height: 45px;
    margin-bottom: 20px;
}
.clients_text ul li img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 17px;
}
.clients_text ul li:hover{
    background: #EFAA14;
}
.clients_text ul li{
    float: left;
    margin-right: 20px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #DDDDDD;
    background: #fff;
    position: relative;
    cursor: pointer;
}
.clients_text ul{
    float: left;
    width: 100%;
}
.item_clients:before{
    content: '';
    position: absolute;
    right: 0;
    top: -70px;
    width: 20%;
    z-index: 0;
    height: 100%;
    background: url('/assets/saas_site/images/asset1.png') no-repeat center center;
    background-size: 100%; 
    opacity: 0.54;
    z-index: 0;
}
.item_clients:after{
    content: '';
    position: absolute;
    right: -10%;
    bottom: -40%;
    width: 26%;
    z-index: 0;
    height: 100%;
    background: url('/assets/saas_site/images/Group 223.png') no-repeat center center;
    background-size: 100%;
    opacity: 0.54;
    z-index: 0;
}
.item_clients{
    float: right;
    width: 100%;
    background: rgba(54, 157, 192, 0.08);
    border-radius: 3px;
    position: relative;
    padding: 24px 30px;
}
.item_clients>p{
    float: right;
    width: 100%;
    color: #707070;
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    margin-bottom: 10px;
    position: relative;
}
.item_clients>img{
    float: left;
    display: inline-block;
    width: 70px !important;
    margin-bottom: 7px;
    position: relative;
}
.data_client>div{
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.data_client{
    float: right;
    width: 100%;
    display: table;
}
.img_client img{
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    max-width: 200%;
    min-height: 100%;
    transform: translate(-50%,-50%);
}
.img_client{
    float: left;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
.img_clients{
    padding-right: 10px;
}
.text_client p{
    float: right;
    width: 100%;
    color: #707070;
    font-size: 16px;
    line-height: 27px;
    font-family: cairosb;
}
.text_client span{
    float: right;
    width: 100%;
    color: #B1B1B1;
    font-size: 16px;
    line-height: 27px;
}
.integrate{
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: #FBFBFB;
}
.integrate_item{
    float: right;
    width: 100%;
    text-align: center;
}
.integrate_item_header h3:before{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 45px;
    height: 3px;
    background: #EFAA14;
}
.integrate_item_header h3{
    padding-top: 12px;
    position: relative;
    float: right;
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    line-height: 45px;
    margin-bottom: 10px;
}
.integrate_item_header p{
    float: right;
    width: 100%;
    color: #9F9F9F;
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 18px;
    padding: 0 10%;
}
.integrate_item_header a {
    display: inline-block;
    width: 240px;
    text-align: center;
    max-width: 100%;
    font-size: 18px;
    color: #EFAA14;
    border: 1px solid #EFAA14;
    border-radius: 3px;
    padding: 4px 8px;
    cursor: pointer;
}
.integrate_items{
    float: right;
    width: 100%;
}
.integrate_itemw:last-child {
    margin-right: 0;
}
.integrate_itemw {
    float: left;
    width: 200px;
    height: 150px;
    border-radius: 3px;
    padding: 20px;
    text-align: center;
    background: #fff;
    margin-bottom: 50px;
    margin-right: 3%;
}
.ii_img {
    float: right;
    height: 70px;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}
.ii_img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 70px;
}
.integrate_itemw p {
    display: inline-block;
    width: 85%;
    color: #535353;
    font-weight: bold;
}
.integrate_itemw.Dropbox,
.integrate_itemw.skype {
    margin-top: -25px;
}
.integrate_itemw.Slack,
.integrate_itemw.Google {
    margin-top: 50px;
}
.integrate_itemw.Microsoft{
    margin-top: 125px;
}
.request{
    position: relative;
    overflow: hidden;
    background: #EFAA14;
}
.requests{
    float: right;
    width: 100%;
    padding: 50px 0;
    text-align: center;
}
.requests h3{
    float: right;
    width: 100%;
    color: #fff;
    font-size: 30px;
    font-family: cairosb;
}
.requests p{
    float: left;
    width: 100%;
    color: #fff;
    font-size: 17px;
    line-height: 38px;
    margin: 5px 0 20px;
}
.requests a:hover{
    background: transparent;
    color: #fff;
    border-color: #fff;
}
.requests a{
    display: inline-block;
    width: 200px;
    text-align: center;
    max-width: 100%;
    font-size: 18px;
    color: #EFAA14;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 4px 8px;
}
/*.request:before{
    content: '';
    position: absolute;
    left: -20%;
    top: -70%;
    width: 50%;
    height: 200%;
    background: url('/assets/saas_site/images/Path 1112.png') no-repeat center center;
    background-size: 100%; 
    opacity: 0.54;
    z-index: 0;
}*/
.request:after{
    content: '';
    position: absolute;
    right: -20%;
    top: 0;
    width: 50%;
    height: 100%;
    background: url('/assets/saas_site/images/beating.png') no-repeat left center;
    background-size: 60%;
    opacity: 0.54;
    z-index: 0;
}
.supported{
    position: relative;
}
.supported:after{
    content: '';
    position: absolute;
    left: 3%;
    top: -5%;
    width: 40%;
    height: 100%;
    background: url('/assets/saas_site/images/Group 2719.png') no-repeat left top;
    background-size: 50%;
    opacity: 0.54;
    z-index: 0;
}
.supported{
    background: #fff;
    padding: 100px 0;
}
.header_supported{
    float: right;
    width: 100%;
    text-align: center;
}
.header_supported h3:before{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 45px;
    height: 3px;
    background: #958A5F;
}
.header_supported h3 span{
    display: inline-block;
    color: #EFAA14;
}
.header_supported h3{
    padding-top: 12px;
    position: relative;
    float: right;
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    line-height: 45px;
    margin-bottom: 12px;
}
.header_supported p{
    float: right;
    width: 100%;
    font-size: 18px;
    color: #9F9F9F;
    line-height: 45px;
    margin-bottom: 20px;
}
.items_supported{
    float: right;
    width: 100%;
    overflow: auto;
    height: 525px;
    direction: rtl;
    padding-left: 5px;
}
.item_supported h4 span{
    display: inline-block;
    color: #EFAA14;
}
.item_supported h4{
    float: right;
    width: 100%;
    color: #707070;
    font-size: 20px;
    font-family: cairosb;
}
.item_supported p{
    float: right;
    width: 100%;
    color: #9F9F9F;
    font-size: 16px;
    line-height: 27px;
}
.item_supported{
    float: left;
    width: 18%;
    background: #EEF6FF;
    border-radius: 3px;
    padding: 25px 18px;
    margin-bottom: 26px;
    position: relative;
}
.img_supported {
    display: block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgba(61, 179, 219, 0.11);
    position: relative;
    overflow: hidden;
    margin-bottom: 7px;
}
.img_supported img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 50%;
    max-height: 50%;
}
.item_supported{
    margin-right: 22px;
    direction: ltr;
}
.items_supportedwew .item_supported:last-child{
    margin-right: 0;
}
.items_supportedwew{
    float: right;
    width: 100%;
    direction: ltr;
}
.item_supported:nth-child(2),
.item_supported:nth-child(4),
.item_supported:nth-child(7),
.item_supported:nth-child(9),
.item_supported:nth-child(12),
.item_supported:nth-child(14),
.item_supported:nth-child(17),
.item_supported:nth-child(19),
.item_supported:nth-child(22)
{
    bottom: -55px;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 5px;
}
::-webkit-scrollbar-track {
  background: #fff;
}
::-webkit-scrollbar-thumb {
  background: #EBEBEB;
}
::-webkit-scrollbar-thumb:hover {
  background: #EBEBEB;
}
.pricing {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: #FBFBFB;
}
.pricing_header{
    float: right;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}
.pricing_header span{
    float: right;
    width: 100%;
    color: #EFAA14;
    font-size: 26px;
    font-family: cairosb;
    line-height: 45px;
    margin-bottom: 5px;
}
.pricing_header h3{
    float: right;
    width: 100%;
    font-size: 30px;
    font-family: cairosb;
    line-height: 45px;
    margin-bottom: 12px;
}
.pricing_header.marg_50{
    margin-bottom: 70px;
}
.pricing_header p{
    float: right;
    width: 100%;
    font-size: 18px;
    color: #9F9F9F;
    line-height: 30px;
    margin-bottom: 20px;
}
.pricing_palns>b{
    float: right;
    width: 100%;
    text-align: center;
    color: #6A7A8B;
    font-size: 16px;
    margin-top: 8px;
}
.pricing_palns{
    float: right;
    width: 100%;
    padding: 30px;
    border-radius: 3px;
    background: #fff;
    text-align: center;
    box-shadow: 0 3px 26px rgba(0, 0, 0 , 0.10);
}
.img_plan img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-height: 100%;
    max-width: 100%;
}
.img_plan{
    display: block;
    margin: 0 auto;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    background: rgba(61, 179, 219, 0.10);
    position: relative;
    margin-bottom: 15px;
}
.pricing_palns span{
    float: right;
    width: 100%;
    font-size: 22px;
    color: #EFAA14;
    font-family: cairosb;
    line-height: 45px;
    text-align: center;
}
.pricing_palns strong{
    float: right;
    width: 100%;
    font-size: 25px;
    color: #03406E;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    margin-bottom: 20px;
}
.pricing_palns ul li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 15px;
    height: 15px;
    background: url('/assets/saas_site/images/Path 1196.png') no-repeat center center;
    background-size: 100%;
}
.pricing_palns ul li{
    float: right;
    width: 100%;
    margin-bottom: 10px;
    color: #ACACAC;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    padding-left: 25px;
    text-align: left;
}
.pricing_palns ul{
    float: right;
    width: 100%;
    margin-bottom: 40px;
}
.pricing_palns a:last-child{
    color: #6A7A8B;
    border: 0;
    padding: 0;
    font-size: 16px;
    text-decoration: underline !important;
}
.pricing_palns>a:hover{
    background: #EFAA14;
    color: #fff;
}
.pricing_palns a.select_price{
    background: #EFAA14;
    color: #fff;
    border: 1px solid #EFAA14;
}
.pricing_palns a.Request_price{
    background: #fff;
    color: #EFAA14;
    border: 1px solid #EFAA14;
}
.pricing_palns.disabled:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.pricing_palns.disabled {
    position: relative;
    filter: grayscale(1) blur(1px);
}
.pricing_palns a{
    display: inline-block;
    width: 220px;
    text-align: center;
    max-width: 100%;
    font-size: 18px;
    color: #EFAA14;
    border: 1px solid #EFAA14;
    border-radius: 3px;
    padding: 4px 8px;
}
.col-md-4.best {
    padding: 0;
    position: relative;
    left: 20px;
    z-index: 1;
}
.best .pricing_palns{
    padding: 70px;
    margin-top: -35px;
    width: 110%;
}
.news{
    background: #fff;
    padding: 65px 0;
}
.header_news{
    float: right;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.header_news h3{
    float: right;
    width: 100%;
    font-size: 30px;
    font-family: cairosb;
    line-height: 45px;
    margin-bottom: 12px;
}
.header_news p{
    float: right;
    width: 100%;
    font-size: 18px;
    color: #9F9F9F;
    line-height: 30px;
    margin-bottom: 20px;
}
.news_all{
    float: right;
    width: 100%;
}
.news_item{
    float: right;
    width: 100%;
}
.news_img img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    min-height: 100%;
    min-width: 100%;
    max-width: 120%;
}
.news_img{
    float: right;
    width: 100%;
    height: 230px;
    position: relative;
    overflow: hidden;
}
.text_news{
    float: right;
    width: 100%;
    padding: 20px;
    border: 1px solid #DDDDDD;
    border-top: 0;
    margin-bottom: 15px;
}
.text_news span{
    float: right;
    width: 100%;
    color: #EFAA14;
    font-size: 18px;
    line-height: 30px;
}
.text_news h3{
    float: right;
    width: 100%;
    color: #707070;
    font-size: 26px;
    line-height: 45px;
}
.text_news p{
    float: right;
    width: 100%;
    color: #9F9F9F;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 30px;
    text-align: justify;
}
.text_news a{
    display: inline-block;
    width: 120px;
    color: #EFAA14;
    border: 1px solid #EFAA14;
    font-size: 18px;
    text-align: center;
    line-height: 35px;
    border-radius: 3px;
}
.text_news a:hover{
    background: #EFAA14;
    color: #fff;
}
.owl-dots{
    float: right;
    width: 100%;
    text-align: center;
}
.owl-dot.active{
    background: #EFAA14;
}
.owl-dot{
    display: inline-block;
    width: 32px;
    height: 3px;
    background: #DBDBDB;
    margin-left: 10px;
}
.videos .futuers_tabs>ul li:last-child{
    margin-right: 0;
}
.videos .futuers_tabs>ul li{
    margin-right: 17px;
}
.videos{
    padding: 100px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.videos:before{
    content: '';
    position: absolute;
    right: -32%;
    bottom: 10%;
    width: 50%;
    height: 60%;
    background: url('/assets/saas_site/images/Group 2719.png') no-repeat left bottom;
    background-size: 50%;
}
.header_videos{
    float: right;
    width: 100%;
    margin-bottom: 40px;
}
.header_videos h3:before{
    content: '';
    position: absolute;
    left: 50%;
    top: -15px;
    width: 65px;
    transform: translateX(-50%);
    height: 3px;
    background: #EFAA14;
}
.header_videos h3{
    float: right;
    width: 100%;
    color: #6A6A6A;
    font-weight: bold;
    font-size: 32px;
    position: relative;
    text-align: center;
}
.videos_items img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    min-width: 100%;
    min-height: 100%;
}
.videos_items p{
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 25px;
    width: 100%;
    font-size: 27px;
    font-family: cairosb;
    line-height: 42px;
    color: #fff;
    z-index: 1;
}
.videos_items:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    background: #000;
    opacity: 0.26;
    z-index: 1;
}
.videos_items:after{
    content: '';
    position: absolute;
    background: url('/assets/saas_site/images/Group 194.png') no-repeat center center;
    background-size: contain;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}
.videos_items{
    float: right;
    width: 100%;
    position: relative;
    border-radius: 9px;
    height: 400px;
    overflow: hidden;
    cursor: pointer;
}
.faq{
    background: #FBFBFB;
    padding: 100px 0;
    position: relative;
}
.faq_header{
    float: right;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}
.faq_header h3:before{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 45px;
    height: 3px;
    background: #EFAA14;
}
.faq_header h3{
    padding-top: 12px;
    position: relative;
    float: right;
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    line-height: 45px;
    margin-bottom: 12px;
}
.faq_header p{
    float: right;
    width: 100%;
    font-size: 18px;
    color: #9F9F9F;
    line-height: 45px;
    margin-bottom: 20px;
}
.faq_texts{
    float: right;
    width: 100%;
}
.faq_texts h3{
    float: right;
    width: 100%;
    color: #707070;
    font-size: 28px;
    line-height: 39px;
    font-family: cairosb;
    margin-bottom: 10px;
}
.faq_texts p{
    float: right;
    width: 100%;
    color: #9F9F9F;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 28px;
}
.faq_texts a:hover{
    color: #fff;
    background: #EFAA14;
}
.faq_texts a{
    display: inline-block;
    width: 145px;
    color: #EFAA14;
    border: 1px solid #EFAA14;
    font-size: 18px;
    text-align: center;
    line-height: 35px;
    background: #fff;
    border-radius: 3px;
}
.faq:before{
    content: '';
    position: absolute;
    left: -65%;
    top: 0%;
    width: 100%;
    height: 100%;
    background: url('/assets/saas_site/images/Group 2726.png') no-repeat right bottom;
    background-size: contain;
}
.app_news{
    float: right;
    width: 100%;
    background: #fff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.09);
    border-radius: 3px;
    padding: 15px 25px;
}
.item_app_news:last-child{
    border-bottom: 0;
}
.item_app_news{
    float: right;
    width: 100%;
    border-bottom: 0.5px solid #DDDDDD;
}
.h_item_app_news p:before{
    content: '\f107';
    font-family: Font Awesome\ 5 Pro;
    position: absolute;
    right: 15px;
    top: 10px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: 1px solid #DDDDDD;
    text-align: center;
    line-height: 27px;
}
.h_item_app_news p{
    float: right;
    width: 100%;
    color: #707070;
    font-size: 18px;
    font-family: cairosb;
    position: relative;
    cursor: pointer;
    padding: 8px 0;
}
.h_item_app_news{
    float: right;
    width: 100%;
}
.text_item_app_news{
    float: right;
    width: 100%;
    display: none;
}
.item_app_news.active .text_item_app_news{
    display: block;
}
.item_app_news.active .h_item_app_news p:before{
    content: '\f106';
    color: #fff;
    background: #EFAA14;
}
.text_item_app_news ul li p:before{
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 1px solid #EFAA14;
}
.text_item_app_news ul li.active b{
    max-height: 99999999px;
}
.text_item_app_news ul li.active p:before{
    background: #EFAA14;
}
.text_item_app_news ul li p{
    float: right;
    width: 100%;
    padding-left: 20px;
    color: #707070;
    font-size: 16px;
    line-height: 32px;
    position: relative;
    cursor: pointer;
}
.text_item_app_news ul li b{
    float: right;
    width: 100%;
    padding-left: 20px;
    color: #9F9F9F;
    font-size: 16px;
    line-height: 30px;
    max-height: 0;
    overflow: hidden;
}
.text_item_app_news ul li{
    float: right;
    width: 100%;
}
.text_item_app_news ul{
    float: right;
    width: 100%;
}
.support_contact{
    float: right;
    width: 100%;
    margin-bottom: 40px;
}
.support_contact a img{
    float: right;
    width: 100%;
}
.support_contact a{
    float: right;
    width: 77px;
    height: 77px;
    cursor: pointer;
    position: fixed;
    right: 6%;
    bottom: 4%;
}
.footer{
    padding-top: 20px;
    background: #FBFBFB;
    position: relative;
    overflow: hidden;
}
.footer:before{
    content: '';
    position: absolute;
    left: -10%;
    top: 0px;
    width: 70%;
    height: 200px;
    background: url('/assets/saas_site/images/Group 2717.png') no-repeat left top;
    background-size: 50%;
}
.main_footer{
    float: right;
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}
.sec_footer .dropdown button{
    background: #fff;
}
.sec_footer .dropdown{
    float: right;
    border: 1px solid #ddd;
    font-size: 16px;
}
.sec_footer{
    float: right;
    width: 100%;
    padding: 18px;
    position: relative;
    text-align: center;
}
.sec_footer p{
    display: inline-block;
    color: #707070;
    font-size: 18px;
    line-height: 38px;
}
.social_footer{
    float: right;
}
.social_footer ul li a:hover{
    color: #EFAA14;
    border-color: #EFAA14;
}
.social_footer ul li a{
    float: right;
    border: 1px solid #B5B5B5;
    color: #B5B5B5;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
}
.social_footer ul li{
    float: left;
    margin-right: 20px;
}
.social_footer ul{
    float: right;
    width: 100%;
}
.logo a{
    float: left;
    width: 100%;
}
.logo{
    float: left;
    width: 135px;
}
.footer_menu ul li a:hover{
    color: #EFAA14;
}
.footer_menu ul li a{
    float: right;
    width: 100%;
    color: #707070;
    font-size: 18px;
    font-family: cairosb;
    padding: 8px;
}
.footer_menu ul li{
    float: left;
    margin-right: 20px;
}
.footer_menu ul{
    float: left;
}
.footer_menu{
    display: inline-block;
    padding-top: 0px;
}
.menu_mobile:hover{
    color: #f58120;
    border: 1px solid #f58120;
}
.menu_mobile{
    display: none;
    float: left;
    color: #f58120;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #f58120;
    border-radius: 5px;
    padding: 2px 8px 5px;
}
.bg_menu{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.header_mobile {
    display: none;
    position: absolute;
    right: 0;
    width: 100%;
    top: 0;
    height: 100vh;
    z-index: 3;
}
.ul_header_mobile {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 300px;
    max-width: 70%;
    background: #EFAA14;
    z-index: 3;
}
.ul_header_mobile ul li{
    float: right;
    width: 100%;
}
.ul_header_mobile ul li a{
    float: right;
    width: 100%;
    padding: 8px 15px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.ul_header_mobile ul{
    float: right;
    width: 100%;
    padding-top: 20px;
}
.header_mobile.active{
    display: block;
}
.menu_mobile:hover{
    color: #EFAA14;
    border: 1px solid #EFAA14;
}
.menu_mobile{
    display: none;
    float: right;
    color: #EFAA14;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #EFAA14;
    border-radius: 5px;
    padding: 2px 8px 5px;
}
.langs button img {
    display: inline-block;
    width: 25px;
    height: 18px;
}
.ul_header_mobile ul li a img{
    width: 25px;
    height: 18px;
    margin-left: 8px;
}
.sections ul li a:hover,
.sections ul li a.active{
    background: #C5C5C5;
}
.sections ul li a{
    float: right;
    width: 17px;
    height: 17px;
    border: 1px solid #C5C5C5;
    border-radius: 50%;
}
.sections ul li{
    float: right;
    width: 17px;
    margin-bottom: 24px;
}
.sections ul{
    float: right;
    width: 100%;
}
.sections {
    position: fixed;
    left: 5%;
    width: 17px;
    top: 55%;
    transform: translate(-50%,-50%);
    z-index: 1;
}
.sections ul li a .tooltiptext {
  visibility: hidden;
    /*max-width: 120px;*/
    margin-left: 30px;
    top: -10px;
}
.sections ul li a {
  position: relative;
  display: inline-block;
}
.sections ul li a .tooltiptext {
  visibility: hidden;
    /*max-width: 120px;*/
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 2px 18px 5px;
  border-radius: 6px;
    font-size: 14px;

  position: absolute;
  z-index: 1;
}
.sections ul li a:hover .tooltiptext {
  visibility: visible;
}
#player {
    display: none;
    float: right;
    width: 100%;
    height: 570px;
    position: relative;
}
.form_pop{
    display: inline-block;
    width: 100%;
    background: #fff;
    padding: 50px 35px;
}
.header_pop h3{
    display: inline-block;
    width: 100%;
    color: #707070;
    font-size: 30px;
    font-weight: bold;
    line-height: 49px;
}
.header_pop p{
    display: inline-block;
    width: 100%;
    color: #9F9F9F;
    font-size: 16px;
}
.header_pop:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    background: #EFAA14;
    height: 48px;
}
.header_pop{
    display: inline-block;
    position: relative;
    padding-left: 15px;
    margin-bottom: 40px;
}
.form_content{
    display: inline-block;
    width: 100%;
}
.inputs>label{
    display: inline-block;
    width: 100%;
    color: #6B6B6B;
    font-size: 18px;
}
.inputs input{
    display: inline-block;
    width: 100%;
    border: 1px solid #DDDDDD;
    background: #F9F9F9;
    border-radius: 3px;
}
.inputs .bootstrap-select>.dropdown-toggle{
    display: inline-block;
    width: 100%;
    border: 1px solid #DDDDDD;
    background: #F9F9F9;
    border-radius: 3px;
}
.inputs{
    display: inline-block;
    width: 100%;
    margin-bottom: 18px;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
    width: 100%;
}
.inputs .radio_btns label:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border: 1px solid #DDDDDD;
    background: #F2F2F2;
    border-radius: 50%;
}
.inputs .radio_btns input[type="radio"]:checked + label:after{
    content: '';
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: #EFAA14;
    border-radius: 50%;
}
.inputs .radio_btns label{
    display: inline-block;
    width: 100%;
    color: #8D8D8D;
    font-size: 18px;
    padding-left: 44px;
    position: relative;
    cursor: pointer;
}
.inputs .radio_btns{
    display: inline-block;
    margin-right: 20%;
}
.check{
    display: inline-block;
    text-align: left;
    width: 100%;
}
.check input{
    display: none;
}
.mar35{
    margin-top: 15px;
}
.inputs_button{
    display: inline-block;
    width: 100%;
    margin: 30px 0 0;
}
.inputs_button button{
    display: inline-block;
    width: 100%;
    color: #fff;
    background: #EFAA14;
    border: 0;
    font-size: 21px;
    font-family: cairosb;
    text-align: center;
    border-radius: 3px;
    padding: 5px;
}
.pag_news:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    background: #DDDDDD;
}
.pag_news ul li:last-child{
    margin-right: 0;
}
.pag_news ul li a.active,
.pag_news ul li a:hover{
    background: #EFAA14;
    color: #fff;
}
.pag_news ul li a{
    float: left;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    color: #707070;
    border: 1px solid #DDDDDD;
    border-radius: 50%;
    text-align: center;
}
.pag_news ul li{
    float: left;
    margin-right: 15px;
}
.pag_news ul{
    float: right;
    padding-left: 25px;
    background: #fff;
    position: relative;
}
.pag_news span{
    float: left;
    color: #707070;
    font-size: 18px;
    padding-right: 25px;
    background: #fff;
    position: relative;
}
.pag_news{
    position: relative;
    float: right;
    width: 100%;
    margin: 30px 0;
}
.header_pages{
    float: right;
    width: 100%;
    background: #EFAA14;
    position: relative;
    overflow: hidden;
}
/*.header_pages:before{
    content: '';
    position: absolute;
    left: -8%;
    top: 0;
    width: 40%;
    height: 100%;
    background: url('/assets/saas_site/images/nature.png') no-repeat right center;
    background-size: 70%;
    transform: rotateY(180deg);
    background-position: 100% 70%;
    opacity: 0.3;
}*/
.header_pages:after{
    content: '';
    position: absolute;
    right: -20%;
    top: 0;
    width: 50%;
    height: 100%;
    background: url('/assets/saas_site/images/beating.png') no-repeat left center;
    background-size: 60%;
    opacity: 0.54;
    z-index: 0;
}
.header_pagew{
    float: right;
    width: 100%;
    padding: 65px 0;
    text-align: center;
}
.header_pagew h3{
    float: left;
    width: 100%;
    color: #fff;
    font-size: 24px;
    font-family: cairosb;
}
.header_pagew ul li:first-child{
    padding-left: 0;
}
.header_pagew ul li:first-child:before{
    display: none;
}
.header_pagew ul li:before{
    content: '';
    content: '\f323';
    font-family: Font Awesome\ 5 Pro;
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}
.header_pagew ul li{
    display: inline-block;
    padding-left: 30px;
    position: relative;
}
.header_pagew ul{
    float: left;
    width: 100%;
}
.header_pagew ul li a{
    float: left;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-family: cairosb;
}
.Details{
    background: #fff;
    padding: 80px 0;
}
.Details_item,
.Detailss{
    float: right;
    width: 100%;
}
.Details_item h3{
    float: right;
    width: 100%;
    color: #707070;
    font-size: 30px;
    font-weight: bold;
}
.Details_item .dats span i{
    display: inline-block;
    padding-right: 12px;
    color: #EFAA14;
}
.Details_item .dats span{
    float: left;
    margin-right: 40px;
    color: #717171;
    font-style: 18px;
    font-family: cairosb;
}
.Details_item .dats{
    float: right;
    width: 100%;
}
.Details_item ul li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 12px;
    height: 12px;
    background: #EFAA14;
    border-radius: 50%;
}
.Details_item ul li{
    float: right;
    width: 100%;
    color: #717171;
    font-size: 18px;
    padding-left: 20px;
    margin-bottom: 5px;
    position: relative;
}
.Details_item ul{
    float: right;
    width: 100%;
    margin: 10px 0;
}
.Details_item p{
    float: right;
    width: 100%;
    color: #717171;
    font-size: 18px;
    text-align: justify;
    margin: 15px 0;
}
.img_details img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    min-height: 100%;
    min-width: 100%;
}
.img_details{
    float: right;
    width: 100%;
    height: 580px;
    position: relative;
    overflow: hidden;
    margin: 28px 0 40px;
}
.items_halv>div{
    display: table-cell;
    vertical-align: middle;
}
.items_halv{
    float: right;
    width: 100%;
    display: table;
}
.img_ih{
    width: 45%;
}
.img_ihs{
    float: right;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 250px;
}
.img_ihs img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    min-height: 100%;
    min-width: 100%;
}
.text_ih{
    padding-left: 20px;
}
.text_ih p{
    float: right;
    width: 100%;
    color: #717171;
    font-size: 18px;
}
.tags>p,.social_footersw>p{
    float: left;
    color: #707070;
    font-size: 18px;
    font-family: cairosb;
}
.tags,.social_footersw{
    float: right;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    margin: 20px 0 0;
    padding: 20px 0;
}
.social_footersw{
    margin-top: 0;
}
.tags ul{
    float: right;
}
.tags ul li a{
    float: right;
    width: 100%;
    color: #717171;
    font-size: 16px;
    border: 1px solid #ddd;
    padding: 1px 15px 2px;
    border-radius: 93px;
}
.tags ul li:first-child{
    margin-right: 0;
}
.tags ul li{
    float: right;
    margin-right: 10px;
}
.rig_menu h3{
    float: right;
    width: 100%;
    color: #707070;
    font-size: 20px;
    font-family: cairosb;
    margin-bottom: 12px;
}
.rig_menu{
    float: right;
    width: 100%;
    background: #FBFBFB;
    padding: 24px 20px;
    border-radius: 3px;
}
.search button{
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: 0;
    color: #B1B1B1;
    font-size: 14px;
    bottom: 0;
    padding: 5px 15px;
}
.search input{
    float: right;
    width: 100%;
    padding: 7px 15px;
    font-size: 14px;
    background: #fff;
    border: 0;
    padding-right: 45px;
}
.search{
    float: right;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}
.list_cat ul li a:before{
    content: '\f054';
    font-family: Font Awesome\ 5 Pro;
    font-weight: bold;
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.list_cat ul li a{
    float: right;
    width: 100%;
    color: #717171;
    font-size: 14px;
    position: relative;
    padding: 2px;
    padding-left: 15px;

}
.list_cat ul li{
    float: right;
    width: 100%;
    margin-bottom: 5px;
}
.list_cat ul{
    float: right;
    width: 100%;
}
.list_cat{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.tags_items ul li a{
    float: left;
    width: 100%;
    color: #717171;
    font-size: 14px;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    padding: 2px 15px;
}
.tags_items ul li{
    float: left;
    margin-bottom: 8px;
    margin-right: 10px;
}
.tags_items ul{
    float: right;
    width: 100%;
}
.tags_items{
    float: right;
    width: 100%;
    margin-bottom: 20px;
}
.rec_news ul li a span{
    float: right;
    width: 100%;
    color: #717171;
    font-size: 14px;
}
.rec_news ul li a img{
    position: absolute;
    left: 15px;
    top: 28px;
    width: 18px;
}
.rec_news ul li a p{
    float: right;
    width: 100%;
    color: #707070;
    font-size: 14px;
    font-family: cairosb;
}
.rec_news ul li a{
    float: right;
    width: 100%;
    padding: 14px 40px 14px;
    position: relative;
}
.rec_news ul li:last-child{
    border-bottom: 0;
}
.rec_news ul li{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.rec_news ul{
    float: left;
    width: 100%;
    background: #fff;
    padding: 10px 0;
}
.rec_news{
    float: right;
    width: 100%;
    margin-bottom: 30px;
}
.selecttm{
    float: right;
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 70px;
    border-radius: 35px;
    background: #fff;
    padding: 0 10px;
}
.selecttms{
    float: right;
    width: 100%;
    overflow-x: auto;
    padding: 8px 26px 0;
}
.tm{
    min-width: 1080px;
}
.tm_s:last-child{
    margin-right: 0;
}
.tm_s.halve label{
    background: #EBF7FC;
}
.tm_s input[type="radio"]:checked + label{
    background: #EFAA14;
    color: #fff;
}
.tm_s label{
    margin-right: 9px;
    min-width: 42px;
    height: 42px;
    padding: 0 2px;
    border-radius: 50%;
    border: 1px solid #EFAA14;
    color: #848484;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}
.tm_s input{
    display: none;
}
.tm_s:last-child label{
    border: 0;
}
.tm_s{
    float: left;
    margin-bottom: 8px;
}
.news{
    position: relative;
}
.news:after{
    content: '';
    position: absolute;
    right: -10%;
    top: -5%;
    width: 40%;
    height: 100%;
    background: url('/assets/saas_site/images/Group 2719.png') no-repeat right top;
    background-size: 50%;
    opacity: 0.54;
    z-index: 0;
}

/* ************************* Login Page ************************* */
section.for-forgot ,
section.for-signup ,
#Business-login {
    background-color: #EEF5F3;
    padding: 60px 0;
}
#Login .Login-container {
    width: 900px;
    padding: 40px 50px;
    margin: auto;
    background-color: #FFF;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Login-container .login-form ,
.Business-login-container .Business-login-form ,
.Sighin-container .Sighin-form {
    width: 60%;
    text-align: center;
}
.Sighin-container .login-form p.title ,
.Sighin-container .Sighin-form p.title ,
.Business-login-container .Business-login-form p.title {
    font-size: 28px;
    font-family: cairosb;
    color: #108C5F;
    margin-bottom: 40px;
}
.Login-container form ,
.Business-login-container form ,
.Sighin-container form {
    border-right: 1px solid #DDDDDD;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.Login-container form .custom-input-group ,
.Sighin-container form .custom-input-group ,
.Business-login-container form .custom-input-group {
    margin-bottom: 35px;
    position: relative;
}
.Login-container form .custom-input-group i ,
.Sighin-container form .custom-input-group i ,
.Business-login-container form .custom-input-group i{
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    align-items: center;
    color: #A2A2A2;
    font-size: 18px;
}
.Login-container form .custom-input-group input ,
.Sighin-container form .custom-input-group input ,
.Business-login-container form .custom-input-group input{
    height: 50px;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    box-shadow: none;
    padding-right: 50px;
}
.Login-container form .custom-input-group input:focus ,
.Sighin-container form .custom-input-group input:focus ,
.Business-login-container form .custom-input-group input:focus {
    box-shadow: none;
    outline: none;
}
.Login-container form .login-btn ,
.Business-login-container form .login-btn ,
.Sighin-container form .login-btn {
    width: 280px;
    height: 50px;
    margin: auto;
    margin-bottom: 20px;
}
.Login-container form .login-btn button ,
.Business-login-container form .login-btn button ,
.Sighin-container form .login-btn button {
    width: 100%;
    height: 100%;
    background-color: #108C5F;
    font-family: cairosb;
    font-size: 18px;
    border: 0;
    color: #FFF;
}
.login-form .links{
    padding-right: 50px;
}
.login-form .links p ,  
.login-form .links a ,  
.Sighin-form .links a {
    color: #707070;
    font-size: 16px;
    font-family: cairo;
}
.login-form .links p a.signup-link ,
.Sighin-form .links p a.signup-link {
    color: #108C5F;
}
.Login-container .right-img{
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 40px;
}
.Login-container .right-img .right-img-wrapper {
   width: 300px;
}
.Login-container .right-img .right-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*Sign in Page */
#Sighin .Sighin-container {
    width: 900px;
    min-height: 500px;
    padding: 0;
    margin: auto;
    background-color: #FFF;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Sighin-container .left-container  {
    background-image: url("/assets/saas_site/images/sign-in-form-bg.png");
    background-repeat: no-repeat;
    width: 40%;
    height: 500px;
    border-bottom-left-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}
.Sighin-container .left-container .circle-logo-wrapper {
    width: 137px;
    height: 137px;
    border: 1px solid #FFF;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Sighin-container .left-container .circle-logo-wrapper img {
    width: 90%;
    height: 100%;
    border-radius:100%;
    object-fit: contain;
}
.Sighin-container .left-container p.wellcome {
    font-size: 28px;
    font-family: cairosb;
    color: #FFF;
    margin:0;
    margin-top: 10px;
    margin-bottom: 10px;
}
.Sighin-container .left-container p.des {
    font-size: 16px;
    font-family: cairo;
    color: #FFF;
    padding-left: 50px;
    padding-right: 50px;
}
.Sighin-container .left-container p.bottom-link {
    position: absolute;
    bottom: 0;
    padding-bottom: 20px;
}
.Sighin-container .left-container p.bottom-link ,
.Sighin-container .left-container p.bottom-link a {
    color: #FFF;
}
.Sighin-container .Sighin-form p.title ,
.Business-login-container .Business-login-form p.title {
    color: #EFAA14;
    font-size: 30px;
    font-family: cairosb;
    position: relative;
}
.Sighin-container .Sighin-form p.title:after ,
.Business-login-container .Business-login-form p.title:after {
    content: "";
    width: 53px;
    height: 2px;
    background-color: #EFAA14;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.Sighin-container form  ,
.Business-login-container form  {
    padding-left: 50px;
    padding-right: 50px;
    border-right:0;
}
.Sighin-container form .custom-input-group ,
.Business-login-container form .custom-input-group {
    margin-bottom: 40px;
}
.Sighin-container form .custom-input-group input  ,
.Business-login-container form .custom-input-group input  {
    border-radius: 25px;
}
.Sighin-container form .login-btn {
    width: 250px;
    margin-bottom: 0px;
}
.Sighin-container form .login-btn button {
    background-color: #EFAA14;
    border-radius: 25px;
}


/* ***************** Business login ****************** */
.Business-login-container {
    width: 800px;
    padding: 0px 40px;
    margin: auto;
    background-image: url("/assets/saas_site/images/business login-bg.png");
    background-repeat: no-repeat;
    background-size: 100%;
    object-fit: contain;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 350px;
}
.Business-login-container .left-container {
    width: 45%;
}
.Business-login-container .left-container .left-imgo-wrapper {
    width: 350px;
    height: 300px;
    margin: auto;
}
.Business-login-container .left-container .left-imgo-wrapper img {
    width: 100%;
}
.Business-login-container .left-container p.bottom-link{
    color: #FFF;
    font-size: 18px;
    font-family: cairo;
    text-align: center;
}
.Business-login-container .left-container p.bottom-link  a {
    color: #EFAA14;
}
.Business-login-container .Business-login-form p.title{
    color: #EFAA14;
}

.Business-login-container .Business-login-form p.title:after  {
    background-color: #EFAA14;
}
.Business-login-container form .login-btn {
    width: 250px;
    margin-bottom: 0px;
}
.Business-login-container form .login-btn button {
    background-color: #EFAA14;
    border-radius: 25px;
}

.Business-login-container form .login-btn button.bg-red{
    background-color: red;
}

.Business-login-container form .login-btn button.bg-green{
    background-color: green;
}
.Business-login-container .links a {
    color: #707070;
    font-size: 16px;
}
.Business-login-container form,
.Business-login-container .links {
    padding-right: 20px;
}
.Business-login-container .links {
    padding-left: 50px;
}
@media(max-width:1200px){
    .selecttm{
        padding: 0 20px;
    }
    .support_contact a{
        right: 10px;
        bottom: 10px;
    }
    .sections{
        left: 18px;
    }
    .item_video{
        margin-top: -12%;
    }
    .futuers_tabs>ul{
        text-align: center;
    }
    .futuers_tabs>ul li{
        margin-bottom: 5px;
        float: none;
        display: inline-block;
    }
    .integrate_itemw:last-child{
        margin-right:0;
    }
    .integrate_itemw{
        width: 19%;
        margin-right:1%;
    }
    .item_supported{
        width: 22%;
    }
}
@media(max-width:1100px){
    .index_item:after{
        display: none;
    }
}
@media(max-width:992px){
    .img_bg,
    .footer:before,
    .item_sys2:before,
    .header_pages:before,
    .header_pages:after{
        display: none;
    }
    .index_item:before{
        width: 50%;
        background-size: 100%;
        left: 0;
        right: auto;
    }
    .index_content h2{
        line-height: 46px;
    }
    .sections{
        display: none;
    }
    .integrate_itemw.Microsoft {
        margin-top: 155px;
        margin-bottom: -10px;
    }
    .contact_us a{
        display: none;
    }
    .sys1 .item_sys1:nth-child(2),
    .sys1 .item_sys1:nth-child(3){
        margin-left: 0;
    }
    .sys3 .item_sys1:nth-child(3),
    .sys3 .item_sys1:nth-child(2){
        margin-right: 0;
    }
    .managment_img{
        display: none;
    }
    .fuc_items{
        margin-bottom: 20px;
    }
    .owl-carousel .owl-stage-outer{
        float: right;
        width: 100%;
    }
    .integrate_itemw {
        width: 25%;
        margin-right: 2%;
    }
    .item_supported{
        width: 29%;
        margin-left: 0.9%;
    }
    .col-md-4.best {
        padding: 0 15px;
        left: 0px;
    }
    .best .pricing_palns {
        padding: 30px;
        margin-top: 0px;
        width: 100%;
    }
    .pricing_palns{
        margin-bottom: 30px;
    }
    .faq_texts{
        margin-bottom: 20px;
    }
    .social_footer ul li{
        float: none;
        display: inline-block;
    }
    .social_footer{
        width: 100%;
        text-align: center;
    }
    .owl-carousel.owl-hidden{
        opacity: 1;
    }
    .clients_text{
        margin-bottom: 20px;
    }
    .item_video:before{
        display: none;
    }
    .Login-container .right-img {
        display: none;
    }
    #Login .Login-container {
        width: 70%;
        padding: 20px;
    }
    .Login-container .login-form {
        width: 100%;
    }
    .Login-container .login-form p.title {
        margin-bottom: 20px;
    }
    .Login-container form {
        padding: 0;
        border: 0;
    }
    .Login-container form .login-btn {
        width: 250px;
    }
    #Login {
        padding: 40px 0;
    }
    .login-form .links {
        padding-right: 0;
    }
}

@media(max-width: 425px){
    #Login .Login-container {
        width: 95%;
    }
    
}
@media(max-width: 700px){
    #Sighin .Sighin-container,
    .Business-login-container {
        width: 95%;
        flex-wrap: wrap;
        border-radius: 10px;
    }
    #Sighin .Sighin-container .left-container ,
    #Sighin .Sighin-container .Sighin-form  {
        width: 100%
    }
    .Business-login-container,
    .Business-login-container .Business-login-form {
        width: 95%;
    }
    .Business-login-container {
        padding:0;
        min-height: auto;
    }
    #Sighin .Sighin-container .left-container ,
    .Business-login-container .left-container {
        border-radius: 0;
        border-top-right-radius: 10px;   
    }
    #Sighin .Sighin-container .Sighin-form ,
    .Business-login-container .Business-login-form {
        margin-top: 20px;
    }
    .Sighin-container form ,
    .Business-login-container form {
        padding-left: 15px;
        padding-right: 15px;
    }
    .Business-login-container .links {
        padding: 0;
        margin-bottom: 20px;
    }
}
@media(max-width: 768px) and (min-width: 500px) {
    #Login .Login-container {
        width: 70%;
    }
}
@media(max-width: 991px) and (min-width: 701px) {
    #Sighin .Sighin-container {
        width: 85%;
    }
    .Business-login-container {
        width: 85%;
    }
    .Business-login-container .Business-login-form {
        width: 100%;
    }
}
@media(max-width: 991px) {
    .Business-login-container {
        background: none;
        background-color: #fff;
    }
    .Business-login-container .left-container {
        display: none;
    }
}

@media(max-width:772px){
    .rig_menu{
        margin-top: 15px;
    }
    .pag_news ul li{
        float: none;
        display: inline-block;
    }
    .pag_news ul,
    .pag_news span{
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
        padding: 0;
    }
    .pag_news:before{
        display: none;
    }
    .client:before,
    .futuers:before{
        display: none;
    }
    .futuers,.client,.integrate,.supported,.pricing,.videos,.faq{
        padding: 30px 0;
    }
    .fuc_items h3{
        width: 100%;
    }
    .item_sys1 p{
        text-align: center;
        width: 100%;
    }
    .pricing_header h3,
    .managment_item h3{
        line-height: normal !important;
    }
    .futuers_tabs>ul {
        text-align: center;
    }
    .futuers_tabs>ul li{
        margin-right: 0;
        float: none;
        display: inline-block;
        padding: 2px 15px;
    }
    .index_content p,
    .managment_item p,
    .header_system h3{
        line-height: normal !important;
        text-align: justify;
        width: 100% !important;
    }
    .col-md-10.col-md-offset-1{
        padding: 0;
    }
    .item_sys2 img{
        height: 210px;
    }
    #player ,#player iframe{
        height: 240px;
    }
    .index_content{
        padding-top: 14vh;
    }
    .item_video{
        margin-top: 30px;
    }
    .item_video img{
        min-height: 240px;
    }
    .sys3, .sys1,.sys2{
        width: 100%;
        text-align: center;
    }
    .sys3 .item_sys1,
    .item_sys1{
        float: none;
        display: inline-grid;
        margin-right: 2%;
        text-align: center;
    }
    .logo a img,
    .logo a{
        float: none;
        display: inline-block;
    }
    .footer .logo{
        width: 100%;
        text-align: center;
    }

    .menu ul li a:before{
        display: none;
    }
}
@media(max-width:700px){
    .tags ul li {
        margin-bottom: 8px;
    }
    .tags ul{
        width: 100%;
    }
    .img_details{
        height: 300px;
    }
    .items_halv>div{
        display: inline-block;
        width: 100%;
    }
    .items_halv{
        display: inline-block;
    }
    .item_supported{
        float: left;
        width: 100%;
        margin-right: 0;
    }
    .item_supported{
        bottom: 0 !important;
    }
    .integrate_items{
        padding: 20px 0;
    }
    .integrate_itemw.Microsoft,
    .integrate_itemw.Slack, .integrate_itemw.Google,
    .integrate_itemw.Dropbox, .integrate_itemw.skype{
        margin-top: 0;
        margin-bottom: 20px;
        padding: 15px 0;
        width: 48%;
        float: left;
        display: inline-block;
    }
    .menu{
        display: none;
    }
    .menu_mobile{
        display: block;
    }
    .app_news{
        padding: 15px;
    }
    .h_item_app_news p{
        padding-right: 30px;
    }
    .h_item_app_news p:before{
        right: 0;
    }
    .videos .futuers_tabs>ul li{
        margin-right: 0;
    }
    .videos_items:after{
        width: 50px;
        height: 50px;
        top: 30%;
    }
    .col-md-8.col-md-offset-2{
        padding: 0;
    }
    .videos_items iframe,
    .videos_items{
        height: 280px;
    }
    .footer_menu ul{
        display: inline-block;
    }
    .footer_menu ul li{
        float: none;
        display: inline-block;
        margin-right: 5px;
    }
    .sec_footer .dropdown{
        float: none;
        display: inline-block;
    }
}

#page-login .container{
    width: 100%;
    padding: 0;
}