*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    position: relative;
   
}
html{
    scroll-behavior: smooth;
}
body{
    font-family:  Montserrat,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    background: white;
    /*background-color: #0090ca;*/
    color: #242424;
}

p{
    font-family:  Montserrat,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    letter-spacing: 0.4px;
    line-height: 25px;
    font-weight: 300;
    font-size: 24px;
    
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 28px;
    text-align: left;
}

.link {
    position: relative;
}

.link::after {
    position: absolute;
    content: '';
    height: 3px;
    background-color: red;
    bottom: 0;
    left: auto;
    right: 0;
    width: 0px;
    transition: all ease-in-out .2s;

}

.link:hover::after {
    left: 0;
    right: auto;
    width: 100%;
}

.link:hover{
    color:red;
}

.clickoutside{
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    
    position: fixed;
    display: none;
    z-index: 500;
}
a{
    color: #2c343b;
    text-decoration: none;
    cursor: pointer;
}
a:hover{
    color: #2a4696;
    
}
.nav-bar{
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0px 0px;
    background-color: #fff;
    /*background-color: #153751;*/
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.nav-bar-element{
    display: flex;
}
.left{
    margin-left: 50px;
}
.right{
    align-items: center;
    
}
.center-menus{
    margin: 0 20px;
    color: #ccc;
    display: flex;
    align-items: center;
}
/*.center-menus a{
    color: #ccc;
}*/
.call-us {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0.3rem;
    padding: 8px;
    margin-right: 20px;
    font-weight: bold;
}
button:hover{
    background-color: rgba(0, 136, 169, 0.8);
}
.burger-menu{  
    
    width: 60px;
    display: none;
    height: 30px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #153751;
      
}
.burger-menu div {
    height: 5px ;
    background: #000;
    margin: 7px 0px;
    border-radius: 25px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.one {
    width: 50px;
}
.two {
    width: 35px;
}
.three {
    width: 50px;
}
.burger-menu:hover div {
    
    width: 50px;
}

.container{
    z-index: 1000;
    position: fixed;
    display: flex;
    justify-content: center;
    width: 100%;
    top: 62px;
    background: transparent;
    visibility: hidden;
    
}
.arrow{
    color: #ccc;
    height: 16px;
    width: 25px;
    transition: all 0.3s;
    align-items: center;
    position: static;
}

.globe{
    padding: 5px;    
}

#partners-icon{
    color: #ccc;
    margin-left: 3px;
}
.selected.active + .arrow{
    transform: rotateX(180deg);
    top: -6px;
}

.form-div{
    margin-top: 63px;
    background-image: url(openkm-banner.jpg);
    margin-left: 40px;
    background: transparent;
    position: relative;
}

h1{
    font-size: 28px;
    padding: 25px 0px 10px 20px;
}
h2{
    font-size: 1rem;
    padding: 0 20px;
    font-weight:200;
    color: rgb(0, 0, 0);
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: .025em;
}
#menu1{
    display: none;
}
.active{
    display: flex !important;
    flex-direction: column;
}
form{
    display: flex;
    flex-direction:column;
}
.input{
    max-width: 360px;
    padding: 20px;
    margin: 10px 20px;
    font-size: 16px;
    border: solid 1px #ebebeb;
    border-radius: 5px;
}
.g-recaptcha{
    margin: 10px 20px;
  
}
.submit-button{
    width: 120px;
    height: 60px;
    margin-left: 100px;
    font-weight: bold;
    font-size: 14px;
    background-color: #09b294;
    color: white;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 10px;
    box-shadow: inset 0 0 0 0 #13293D;
    transition: ease-out 0.2s;
    outline: none;
    float:left;
}

.demo-button{
    width: 250px;
    height: 50px;
    font-weight: bold;
    font-size: 16px;
    background-color: #09b294;
    color: white;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 10px;
    box-shadow: inset 0 0 0 0 #13293D;
    transition: ease-out 0.2s;
    outline: none;
    float:left;
}

.demo-button:hover{
    box-shadow: inset 250px 0 0 0 #13293D;
    cursor: pointer;
}


.back-button{
    width: 120px;
    height: 60px;
    /*float:left;*/
    /*margin-left: 480px;*/
    font-weight: bold;
    font-size: 14px;
    margin-top: 30px;
    background-color: #09b294;
    color: white;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 10px;
    box-shadow: inset 0 0 0 0 #13293D;
    transition: ease-out 0.2s;
    outline: none;
    
}

.submit-button:hover{
    box-shadow: inset 120px 0 0 0 #13293D;
    cursor: pointer;
}

.back-button:hover{
    box-shadow: inset 120px 0 0 0 #13293D;
    cursor: pointer;
}

.background{
    left: 0ch;
    right: 0ch;
    
    position: fixed;
    
}
.background-img{
    flex-wrap: wrap;
    float:right;
}
.eightoptions-div{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.eightoptions-div ul{
    width: 350px;
}
.eightoptions-div h1 {
    text-align: center;
}
.eightoptions-div h2{
    text-align: center;
}
.eightoptions-div li{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d7d7d7;
    cursor: pointer;
    width: 350px;
}
.eightoptions-div img{
    height: 50px;
    width: 50px;
}
.title{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.menu-elements{
    display: flex;
    flex-direction: row;
    margin: 20px 200px;
    justify-content: center;
}
.menu-texts{
    width: 60%;
    padding: 60px 0px 0px 60px;
}
.menu-texts ul{
    padding-left: 18px;
    width:auto;
}
.menu-texts li{
    display: list-item;
    padding: 10px;
    border: 0;
}
.text{
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
}

.show{
    max-height: fit-content;
    opacity: 1;
    visibility: visible;
}
.learnMore{
    margin-top: 20px;
    margin-left: auto;
    margin-right: 0;
    background-color: #00A4BD;
    border:#000 solid 1px ;
    border-radius:4px;
    padding:10px;
    color:#EEE;
}
.fa{
    font-size: 55px;
    color: rgb(0, 98, 169);
}
.counter-container{
    text-align: center;
    font-size: large;
    display: flex;
    min-width: 200px;
    width: 200px;
}
.counters{
    z-index: 500;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    
    background-color: #13293D;
    padding: 100px 300px 100px 300px;
    color: #ccc;
    align-items: center;
}
.text-container{
    opacity: .7;
    display: flex;
    flex-direction: column;
    text-align: left;
    padding-left: 30px;
}
.num{
    font-size: 30px;
    color: white;
    opacity: 1;
}
.carousel-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    background-color: #EEE;
    padding-bottom: 40px;
}

.carousel {
    background: #EEE;
    width: 60%;
    box-sizing: border-box; 
    height: 180px;
    padding-top: 40px;
  }
  
.carousel-cell {
    display: flex;
    height: 100px;
    min-width: 150px;
    max-width: 10%;
    box-shadow: 25px 80.48px 100px 0 rgb(0 0 0 / 11%);
    margin-left: 200px;
    margin-right: 200px;
    justify-content: center;
}
.carousel-cell img {
    display: flex;
    height: 100px;
    justify-content: center;
}
footer{
    text-align: center;
    display: flex;
    /*justify-content: space-between;*/
    background-color: #13293D;
    padding-top: 30px 100px;
    padding-bottom: 25px;
    color: #ccc;
}

.footer-text-power{
    margin-top: 10px;
    text-align: center;
}

.footer-text-softex{
    text-align: center;
}

.footer-text-softex:hover{
    text-align: center;
}

.footer-text-date{
    text-align: center;
}

footer h3{
    padding-top: 30px;
    padding-bottom: 15px;
    font-weight: bold;
}
footer h1{
    margin: 0;
    padding: 0;
}
footer h2{
    margin: 0;
    padding: 0;
}
footer li{
    display: block;
    padding-bottom: 10px;

}
footer a{
    color: #bbb;
}

.fa {
  padding: 20px;
  font-size: 60px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.dropbtn {
    padding: 30px 0;
    font-size: 16px;
    border: none;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
}
.dropdown:hover  .arrow{
    transform: rotateX(180deg);
    top: -6px;
}
    
  /* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: flex;
    flex-direction: row;
    color: white;
    
}
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-top: 76px;
    
  }
  .dropdown-content ul{
    list-style-type: none;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    
  }
  .dropbtn:hover{
    color: #000;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #ddd;}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  #logo{
    width: 207px;
  }
  #a123{
    display: flex;
    cursor: pointer;
    background-color: #fff;
    color: #000;
    font-weight: bold;
    border: 1px solid black;
    border-radius: 20px;
    padding: 10px;
    margin: 10px;
    align-items: center;
  }
  .phone-img{
    height: 20px;
    width: 20px;
  }
  /*#a123:hover{
    color: #fff;
  }*/
  #backToTop{
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #153751;
    box-shadow: 0 0 10px ;
    color: #fff;
    outline: none;
    z-index: 1000;
    border: none;
    cursor: pointer;
  }
  #bttimg{
    width: 40px;
    height: 30px;
    transform:rotateX(180deg);
  }
  #myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 1000;
    border: none;
    outline: none;
    background-color: #13293D;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    font-size: 18px;
    width: 50px;
    height: 50px;
  }
  
  .menu-grid{
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 0px;
  }
  .menu-grid > a{
    border: 1px solid black;
    align-items: center;
    display: flex;
    font-size: 16px;
    padding: 12px;
  }
  .titles{
    margin-top: 60px;
    margin-bottom: 100px;
  }
  .titles > li{
    align-items: center;
    display: flex;
    font-size: 16px;
    padding: 6px;
  }
  .title > p{
    font-size: 18px;
    color: #555555;
  }
  .contact{
    background-color: #fff;
    padding: 80px 0;
    display: flex;
    justify-content: center;
  }
  .contact-us{
    border: 1px solid;
    border-radius: 10px ;
    background-color: #09b294;
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #13293D;
    transition: ease-out 0.2s;
    outline: none;
    float:left;
  }
  
  .contact-us:hover{
    box-shadow: inset 255px 0 0 0 #13293D;
    cursor: pointer;
  }
.footer-photo{
    width: 20%;
    display: flex;
    justify-content: end;
    padding-right: 100px;
}

.footer-photo a{
    padding-right: 5px;
    display: flex;
    align-self: flex-end;
}

.footer-contact{
    width: 60%;
}

@media only screen and (max-width:1250px){
    .menu-grid{
        display: flex;
        flex-direction: column;
    }
    .menu-grid > a{
        justify-content: center;
    }
    .burger-menu{
        display: block;
    }
    #menu1{
        
        margin-left: auto;
        margin-right: 0;
        position: fixed;
        right: 0;
        font-size: 16px;
        background-color: #153751;
        z-index: 1001;
        height: 95%;
        width: 30%;
        text-align: center;
        overflow: auto;
    }
    #menu1 .dropbtn{
        font-size: 20px;
    }
    #menu1 a{
        font-size: 20px;
    }
    #menu1 .dropdown{
        margin-top: 40px;
        margin-bottom: 40px;
    
    }
    #menu1 .dropdown-content{
        width: 100%;
        position: relative;
        background-color: #153751;
        font-size: 20px;
    }
    #menu1 .dropdown-content a{
        color: #ccc;
    }
    .form-div{
        display: flex;
        flex-direction: column;
       margin-left: 0;
       
       align-items: center;
    }
    .nav-bar-element{
        display: none;
    }
    .nav-bar-element > .dropdown{
        display: none;
    }
    .nav-bar-element.right{
        display: flex;
    }
    .nav-bar-element.left{
        display:block;
        
    }
    .nav-bar-element.dropdown{
        display: none;
    }
    

    .menu-texts{
        width: 100%;
    }
    .menu-texts ul{
        columns: 1;
    }
}
@media only screen and (max-width:850px){
    .text1{
        max-width: 350px;
    }
    #menu1{
        width: 60%;
    }
    .counters{
        display: flex;
        flex-direction: column;
        padding-left: 0;
        padding-right: 0;
        background-color: #13293D;
    }
    .counter-container{
        margin: 20px 0;
        
    }
    .carousel{
        width: 100%;
    }
    #logo{
        width: 150px;
    }
    .nav-bar{
        padding: 0 30px;
    }  
    .wew{
        width: 0;
    }
    .selected3{
        padding-top:8px;
    }
    .selected4{
        top: 0;
        padding-left: 20px;
    }
    .menu-elements{
        margin: 20px 5px;
        flex-direction: column;
        align-items: center;
    }
    .menu-elements ul{
        columns: 1;
    }
    .menu-texts{
        padding: 5px;
    }
    .eightoptions-div img{
        display: none;
    }
    .titles{
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .title{
        text-align: center;
    }
    .title > p{
        font-size: 16px;
    }
    .submit-button{
        margin-left: 50%;
    }
    footer{
        display: flex;
        flex-direction: row;
    }
    .carousel-cell{
        margin-right:240px ;
    }
    .background{
        visibility: hidden;
        width: 0;
    }
    .eightoptions-div ul{
        width: 90%;
    }
    .eightoptions-div li{
        width: 80%;
        margin: auto;
        justify-content: center;
    }
    .container2{
        width: 0;
    }
    .nav-bar-element.left{
        margin: 0;

    }
    #a123 p{
        display: none;
    }
}
@media only screen and (max-width:350px){
    
    #menu1{width: 80%;}
    .input{
        width: 300px;
        margin: 10px 0px;
    }
    .g-recaptcha{
        margin: 10px 0;
      
    }
    .menu-texts{
        font-size: 12px;
        padding: 10px;
    }
    
    
    .carousel-cell img{
        width: 200%;
}
}
.recapError{
    color: red;
    margin-left: 20px;
    padding: 10px 20px;
}
.redirectForm{
    background-color: #fff;
    height: 70vh;
    width: 60vw;
    justify-content: center;
    margin-top: 50px;
    margin-left: 20vw;
    padding: 30px;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.57);
}
.redirectForm p{
    padding-left: 20px;
}
@media only screen and (max-width:830px){
    .redirectForm{
        width: auto;
        margin-left: 0;
    }
    .redirectForm h1{
        font-size: 26px;
    }
    .redirectForm h2{
        font-size: 22px;
    }
}
#preloader {
   background: white url(resources/preloader.gif) no-repeat center; 
   background-size: 40%;
   height: 100vh;
   width: 100%;
   position: fixed;
   z-index: 100;
 } 
 
.redirectCloud-document{
    width: 100%;
    margin-top: 80px;
}

.redirectCommunity-edition{
    width: 100%;
    margin-top: 80px;
}

.redirectComparison-editions{
    width: 100%;
    margin-top: 80px;
}

.top-section{
  text-align: center;
  background: url(resources/back_circuit.jpg); 
  background-size: cover;
  color: white;
  padding: 7rem 0;
  height: 25rem;
  display:flex;
  align-items: center;
  justify-content: center;
}

.top-section p{
    text-align: center;
}

.top-section h2{
    font-weight: 800;
    color: white;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.top-section >div{
    flex: 0 0 50%;
    max-width: 50%;
}


.mid-section{
    position: relative;
    margin: 0 auto;
    width: 70%;
    display: flex;
}

.left-container{
    margin-left: 50px;
    flex: 1;
}

.right-container{
    flex: 1;
}

.text-center{
    text-align: center!important;
    margin-top: 15px;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 0;
    font-family: Montserrat,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-weight: 700;
    color: #151515;
}

.button-section{
    width: 100%;
    padding: 85px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f9f8f8;
}

.left-container ul li{
    list-style: disc outside none;
    display: list-item;
    font-weight: 300;
    color: #151515;
    font-size: 1rem;
}

.left-container ul{
    padding-left: 20px;
}

.left-container li{
    color: #151515;
    margin-bottom: 10px;
}

.left-container h5{
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: .025em;
}

.left-container p{
    margin-bottom: 20px;
}

.right-container p{
    margin-bottom: 20px;
}

.right-container h5{
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: .025em;
}
.title-section{
    margin-bottom: 80px;
    /*margin-top: 100px;*/
}

.title-section h1{
    margin-top: 25px; 
}

.cloud-midsection{
    background-color: #ffffff;
}

.white-section{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f9f8f8;
    
}

.inner-white-section{
    height: 50px;
    background-color: #f9f8f8;
    z-index: 100;
    position: relative;
    top: -12px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2rem;
}

.inner-white-section-home{
    margin-top: 3px;
    padding-left: 17px;
    padding-right: 17px;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
}

.inner-white-section-pages{
    margin-top: 3px;
    padding-left: 17px;
    padding-right: 17px;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
}

.inner-white-section-cd{
    margin-top: 3px;
    padding-left: 17px;
    padding-right: 17px;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
    text-transform: uppercase;
    color: rgba(0,0,0,.5);
} 

.open-source{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
    width: 296px;
    background-color: white;
}

.community-midsection{
    padding-right: 15px;
    padding-left: 15px;
    line-height: 1.6;
    font-size: 14px;
    letter-spacing: .025em;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    font-family: Montserrat,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    color: rgba(0,0,0,.8);
}

.community-midsection h4{
    text-align: center;
}

.inner-white-section-ul{
    margin-top: 3px;
    margin-left: 20px;
    padding-right: 17px;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 500;
    text-transform: uppercase;F
}

.inner-white-section-ul2{
    margin-left: 50px;
}

.inner-white-section-ul3{
    margin-left: 50px;
}

.table-custom{
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 10px;
    border: 1px solid #ebebeb;
}

.table-custom td {
    padding: 15px 24px;
    border-bottom: 1px solid #ebebeb;
}

.table-custom thead th {
    color: #ffffff; 
    background-color: #0090cb; 
    height: 25px; 
    border-right: thin solid #bbbebe; 
    text-align: center;
}

img {
    vertical-align: middle;
    border-style: none;
}

