html, html *
{
    padding: 0;
    margin: 0;
    box-sizing: border-box;

}
.carousel-inner .active.left { left: -25%; }
.carousel-inner .next        { left:  25%; }
.carousel-inner .prev		 { left: -25%; }
.carousel-control 			 { width:  4%; }
.carousel-control.left,.carousel-control.right {margin-left:-30px;background-image:none;}
.carousel-control.right, .carousel-control.left {margin-right:-25px;background-image:none;}

 
#nav-container *
{
    font-size: 1.3rem;
}
.fifty-chars {
    width: 5000ch;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 700px;
}
#nav-container
{
    position: -webkit-sticky;
    position: sticky;
    -webkit-transform: translateZ(0);
    top: 0;
    left: 0;
    right: 0;
}
 #menu{
    list-style: none;
}
#menu li{
    display: inline;
    padding: 0 10px;
    border-left: solid 1px black;
}
#menu li:first-child{
    border-left: none;
}

.p
{
    font-family: 'Raleway'; /*a name to be used later*/
}

.cle-banner
{
    margin-top : 50px;

}

#profile-div
{
    padding-left: 15px;
    padding-right: 15px;
    align-content: center;
    align-items: center;
}


.cle-markaz
{
    /*background-image:url(../images/cle_logo.gif);*/  
    min-height : 50px;
    min-width : 70px;
    background-size:100% 100%;
    background-repeat:no-repeat;
    overflow-y: hidden;
    overflow-x: hidden;
    font-variant: small-caps;
}




.landing-container
{
    padding-left: 15%;
    padding-right: 15%;
    width: 100% !important;
}

#get-started-container
{
    background: #101010;
    /*padding-bottom: 2%;*/
    color: white;
    /*height: 85vh;*/
    justify-content: space-between;
}

#get-started-link a
{
    color: #00e1ff;
}

#get-started
{
    outline: 0;
}
#services
{
    outline: 0;
}
#contact
{
    outline: 0;
}
#feedback
{
    outline: 0;
}

#home
{
    margin-top: 0;
    display: block;
    outline: 0;
    height: 100%;
}
.social-icon
{
    padding: 1%;
}

.get-started-row
{
    width: 100%;
    padding-top: 1%;
    padding-bottom: 1%;
    align-items: center;
    align-content: center;
}

.get-started-column
{
    align-items: flex-start;
    margin-top: 2px;
    padding-top:5%;
}

.get-started-column-text
{
    font-family: 'Raleway';
    font-size: 12px;
    text-align: justify;
    padding: 1%;
}

.get-started-column-text-heading
{
    font-family: 'Raleway-Medium';
    font-size: 13px;
    text-align: justify;
    padding: 1%;
}

.get-started-column-row
{
    justify-content: space-between;
    padding-left: 10%;
    padding-right: 10%;
}

.get-started-icon
{
    padding: 1%;
    margin-bottom: 2vh;
}

.white
{
    color: black !important;
    
}

.menuestyle
{
    
    background: black !important;
    
    
}
.menuestyle>li> a{color: white;}
/*.menuestyle>ul>li>a:active{background-color: yellow;}*/
.services-container
{
    padding-bottom: 2%;
    /*margin-bottom: 100px;*/
}

#services::before { 
    display: block; 
    content: " "; 
    margin-top: -115px; 
    height: 115px; 
    visibility: hidden; 
    pointer-events: none;
}

#services
{
    margin-bottom: 15px;
}

#service-row
{
    padding-top: 5%;
    padding-bottom: 2%;
}

.img-responsive
{
    align-self: center;

}

.service-img
{
    align-self: center;
    /*padding:20%;*/
    height: auto;
    width: 100%;

}

.service-column
{
    padding-left: 1% !important;
    padding-right: 1% !important;
    padding-top:5%;
    align-items: center;
    align-content: center;

}

.service-column:after {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 auto; /* This will center the border. */
    width: 30%; /* Change this to whatever width you want. */
    padding-top: 20px; /* This creates some space between the element and the border. */
    border-bottom: 2px solid #00e1ff; 
}


.service-box-text
{

    padding-: 5px;
    height: auto;

}

.service-box
{
    width: 18vw !important;
    margin-left: 1vw !important;
    margin-right: 1vw !important;
    padding-left: 0px !important;
    padding-right: 0px !important;

}

.service-detail-box
{
    border: 1px solid #CCCCCC; 
    padding: 10px;

}

.partner-box
{
    border: 1px solid #CCCCCC;
    padding: 10px;
}

.category_heading
{
    font-family: 'Raleway-Medium';
    padding: 1%;
    margin-top: 12%;
    text-align: center;
    


}

.category_heading:after {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 auto; /* This will center the border. */
    width: 30%; /* Change this to whatever width you want. */
    padding-top: 20px; /* This creates some space between the element and the border. */
    border-bottom: 2px solid #00e1ff; 
}


.category_heading_title
{
    font-size: 14px;
    text-transform: uppercase;
    color: black;
    text-decoration: none !important;



}



.speech-processing-box
{
    margin-right:5px
}


.center-heading
{
    font-family: 'Raleway';
    text-align: center; 
    color: black;
    margin-left: 5% ;
    margin-right: 5%;
    margin-top: 5%;
    margin-bottom: 0;
    font-size: 2.5em;
}


.center-heading:after {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 auto; /* This will center the border. */
    width: 20%; /* Change this to whatever width you want. */
    padding-top: 20px; /* This creates some space between the element and the border. */
    border-bottom: 2px solid #00e1ff; /* This creates the border. Replace black with whatever color you want. */
}

#get_started_tagline
{
    font-family: 'Raleway';
    text-align: center;
    font-size: 2.5em;
}

#registration-button
{
    border: solid #00e1ff thin;
    padding: 1em;
    background: #101010;
    border-radius: 0;
    margin-bottom: 3%;
}


.contact-row
{
    width: 100%;
    align-items: center;
    align-content: center;
}

.contact-column
{
    align-items: flex-start;
    margin-top: 1vh;
    padding: 5px;
}

.contact-column-text
{
    font-family: 'Raleway-Medium';
    font-size: 15px;
    padding: 1%;
    margin-top: 1vw;
}

.contact-column-icon
{
    padding: 1%;
    margin-bottom: 2vh;
}

#feedback
{

}

#feedback::before { 
    display: block; 
    content: " "; 
    margin-top: -115px; 
    height: 115px; 
    visibility: hidden; 
    pointer-events: none;
}



#feedback-text
{
    font-family: 'Raleway-Light';
    font-size: 14px;
    align-content: center;
    align-self: center;
}



#contact-form-col-submit
{

}

.contact-form-field
{


    width: 100%;
    resize: none;
    border-radius: 0px !important;
    padding: 10px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    
    /*background: linear-gradient(to right, #eee 20%, #eee 80%) 0 100% / 100% 2px no-repeat, linear-gradient(to right, transparent 30%,transparent 70%) 0 0 / 100% 2px no-repeat, linear-gradient(to bottom, transparent 80%, #eee 20%) 0 0 / 2px 100% no-repeat, linear-gradient(to bottom, transparent 80%, #eee 20%) 100% 0 / 2px 100% no-repeat white;
*/
}

#contact-button
{
    color: black;
    border: solid #00e1ff thin;
    padding-left: 1em;
    padding-right: 1em;
    background: white;
    border-radius: 0;
    float: right;
}
#contact-button1
{
    color: black;
    border: solid #00e1ff thin;
    padding-left: 1em;
    padding-right: 1em;
    background: white;
    border-radius: 0;
    float: left;
}



.cle-brand
{
    color: #000080 !important;
}

.nav
{

    background-color: black !important;  
    color: white;
    margin: 0px !important;
}

.nav li a
{
    color: white;
    padding-bottom: 10px;
    padding-top: 10px;
}
.nav1
{

    background-color: #111111 !important;  
    color: white;
    margin: 0px !important;
}

.nav1 li a
{
    color: white;
    padding-bottom: 10px;
    padding-top: 10px;
}
.nav li a:hover
{
    color: black;
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: white;
}
.bgimg {
   
     background-repeat: no-repeat, repeat;
      background-position: center;
      background-color: #f7f7f7;
     
}
.well
{

    background-color: #eee !important;  
    border: none;
}
.navbar
{
    background-color: #FFFFFF !important;
    margin: 0px !important;

}

.navbar-nav
{
    background-color:#FFFFFF !important;
}

.navbar-default
{
    background-color: #FFFFFF !important;
}

.cle-blue
{
    color: #00E1FF !important;
}
.cle-getstarted
{
    background: #000080 !important;
    color: white;
}

.b-container
{
    display: flex;
    justify-content: left;
    align-item: left;
} 
.vertical-center {
    display: flex;
}
.vertical-center > .container {
    vertical-align: middle;  /* vertical alignment of the inline element */
}
.paragraph_text{
    font-family: 'Raleway-Light';
    font-size: 14px;
    text-align: justify;
    text-justify: inter-word;
    /*text-align-last: justify;*/
    text-decoration: none !important;
    color: black;
    padding: 1%;
}
.p-text-non-justified{
    font-family: 'Raleway-Light';
    font-size: 14px;
    text-decoration: none !important;
    color: black;
    padding: 1%;
}

#contact_form label {
    font-weight: normal !important;
}
#detail_form span {
    font-weight: normal !important;
}

.form_css{
    display : inline-block;
}


.disabled {

    pointer-events: none;

    opacity: 0.5;

}

.pointer-disabled {

    pointer-events: none;

}

html, body {
    height: 100%;
}
body {
    display: flex;
    flex-direction: column;
}

#wrapper
{
    display: flex;
    flex-direction: column;
}

#content {
    flex: 1 0 auto;
}

.navbar.navbar-default{
    margin-bottom: 0px;
}

#logo
{
    min-width: 117px;
}

@media(max-width:1199px) and (min-width:769px)
{
    #logo
    {
        width: 16.67%;
    }

    .navbar-nav
    {
        float:none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }

    .cws-header-list
    {
        /*float: none !important;*/
        margin-left: auto !important;
        margin-right: auto !important;
        width: fit-content;
    }

    .landing-intra-link
    {

        display: inline-block !important;;
    }

    .cws-header-nav
    {
        float: none !important;
        justify-content: space-around;
        align-content: center;
        align-items: center;
    }

    .cle-navbar
    {
        display: flex !important;
        justify-content: space-around;
        align-content: center;
        align-items: center;
    }

    #get-started
    {
        margin-bottom: 223px;
    }

    #get-started::before { 
        display: block; 
        content: " "; 
        margin-top: -223px; 
        height: 223px; 
        visibility: hidden; 
        pointer-events: none;
    }



    #nav-padding
    {
        color: white;
        background: white;
        visibility: hidden;
        display: block;
        height: 223px;
    }
    .nav-row2
    {
        background-color:black !important;
        color:#00e1ff;
        height: 15%;
        clear: both;
        display: block;
        
    }

    #contact
    {
        
    }

    #contact::before { 
      
    }

  

   

}

@media (max-width:1200px) 
{
    .navbar-toggle.pull-left {
        margin-left: 10px;
    }

    #logo
    {
        width: 16.67%;
    }


    .dropdown-toggle
    {
        align-content: center;
        align-items: center;
    }

    li a
    {
        display: inline-block;
        justify-content: center; 
    }

    #get-started-container
    {
        background: #101010;
        display: block;
        /*padding-bottom: 2%;*/
        color: white;
        /*height: 80vh;*/
        /*overflow: auto;*/
    }

    #get-started
    {
        margin-bottom: 215px;
    }

    #get-started::before { 
        display: block; 
        content: " "; 
        margin-top: -215px; 
        height: 215px; 
        visibility: hidden; 
        pointer-events: none;
    }


    #nav-container
    {
        background: white;
        padding-left: 15% !important;
        padding-right: 15%!important;
        width: 100% !important;
        box-shadow:0 1px 10px rgba(31, 50, 63, 0.25);
    }

    #profile
    {
        margin-right: auto;
        margin-left: auto;
    }



    #nav-padding
    {
        color: white;
        background: white;
        visibility: hidden;
        display: block;
        height: 215px;
    }

   
}

@media(max-width: 768px)
{
    *:not(.category_heading):not(.center-heading):not(.banner-title):not(.banner-tagline) 
    {
        text-height: font-size;
        font-size: small !important;
    }

    .footer-container
    {
        padding-left: 0;
        padding-right: 0;
      
    }

    #menu-btn
    {
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        text-align-last: center;
    }
    #nav-padding
    {
        color: white;
        background: white;
        visibility: hidden;
        display: block;
        height: 215px;
    }

    #logo-text
    {
        text-align: center;
    }


    

    #logo
    {
        min-height: 50px;
        max-height: 33.33%;
        width: 33.33%;
        margin-left: 33.3%;
        margin-right: 33.3%;
    }
}

@media (min-width:1200px) 
{
    #logo
    {
        min-height: 50px;
        max-height: 33.33%;
        width: 33.33%;
    }
    #nav-container
    {
        background: white;
        padding-left: 15% !important;
        padding-right: 15%!important;
        width: 100% !important;
        box-shadow:0 1px 10px rgba(31, 50, 63, 0.25);
    }

    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
    #nav-padding
    {
        color: white;
        background: white;
        visibility: hidden;
        display: block;
        height: 115px;
    }

    .navbar-nav
    {
        float: right;
    }
    .navbar-nav-english
    {
        float: left;
    }
    #get-started
    {
        margin-bottom: 115px;
    }

    #get-started::before { 
        display: block; 
        content: " "; 
        margin-top: -115px; 
        height: 115px; 
        visibility: hidden; 
        pointer-events: none;
        outline: 0;
    }



    #home::before { 
        display: block; 
        content: " "; 
        margin-top: -115px; 
        height: 115px; 
        visibility: hidden; 
        pointer-events: none;
    }
}

.row #logo{
    /*margin: 0;*/
    align-self: center;
}
.top_link{
    padding: 15px;
}





#nav-padding
{
    color: white;
    background: white;
    visibility: hidden;
    display: block;
    height: 115px;
}



.navbar-toggle .icon-bar
{
    color: black;
}

.navbar-header
{
    width: 100%;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}

#profile-span
{
    align-self: stretch;
}

.black
{
    color: white !important;
    background: #101010 !important;
}
.black_1
{
    color: white !important;
    background: #101010 !important;
}

.black li a
{
    color: white;
    background: #101010;
}

.cws-header-list
{

}

.cws-header-list li
{
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    /*padding-left: 0.5vw;*/
    /*padding-bottom: 0.1vh;*/
}



.landing-intra-link:after
{

    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: none; /* This will put the pseudo element on its own line. */
    margin: 0 auto; /* This will center the border. */
    width: 80%; /* Change this to whatever width you want. */
    padding-top: 11px;  
    border-bottom: 2px solid #00e1ff; 
}


.cws-active-link:after {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 auto; /* This will center the border. */
    width: 80%; /* Change this to whatever width you want. */
    padding-top: 11px;  
    border-bottom: 2px solid #00e1ff; 
}

.cws-active-link-hidden:after {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 auto; /* This will center the border. */
    width: 80%; /* Change this to whatever width you want. */
    padding-top: 11px;  
    border-bottom: 2px solid #00e1ff;
    visibility: hidden;
}

 

#logo-text
{
    font-family: 'Raleway';
    font-weight: bold;
    font-size: 1.2em;
    color: black;
    text-decoration: none;
    padding-top: 5px;
}

#logo-link
{
    text-decoration: none;
}

#logo-link:visited { text-decoration: none; color: black; }
#logo-link:hover { text-decoration: none; color: black; }
#logo-link:focus { text-decoration: none; color: black; }
#logo-link:hover, #logo-link:active { text-decoration: none; color: black }

.nav-col
{
    padding-top: 15px;
}


.logo-column
{
    height: 100%;
    width: 100%;
}

#pricing-link
{

}

.form-control
{
    box-shadow: none;

}

.vertical-center-parent {
    position: relative;
}
.vertical-center-child {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


.element-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.element {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}


pre
{
    padding-left: 5%;
}

pre code
{
    overflow: auto;
}