@charset "UTF-8";

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-weight: 700;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Italic.ttf') format('truetype');
    font-style: italic;
    font-weight: 400;    
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Black.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
}

html {
    font-size: 100%;
}

body {
    font-family: 'Lato', sans-serif !important;
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
    color: #474748;    
    overflow-x: hidden !important;    
}

.extra-space {
    padding: 30px;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
   /* text-align: left;*/
}

ul,
ol {
    padding-left: 0 !important;
}

li {
    list-style: none;
}

.page-container {

}

::-moz-selection {
    background: #FC6D6D;
    color: #FFF;
}

a {
    color: #b50000;
    -webkit-transition: all 700ms;
    transition: all 700ms;
}

::-moz-selection {
    background: #FC6D6D;
    color: #FFF;
}

::selection {
    background: #FC6D6D;
    color: #FFF;
}

a,
a:hover {
    text-decoration: none;
}

a:hover {
    color: #cb4332;
}

p {
    margin: 0;
    font-size: 18px;
    line-height: 35px;
}

p.bold {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}


/* TYPOGRAPHY */

h1, h2, h3, h4, h5, h6 {    
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'Poppins', 'sans-serif';
    font-size: 100%;
    font-weight: bold;    
    color: #4a4a4a;
    vertical-align: baseline;
}

h1, h2 {
    /*text-transform: uppercase;*/
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 32px;
    line-height: 26px;
}

h3 {
    font-size: 28px;

}

h4 {
    font-size: 22px;
    text-align: center;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

.footer-text-lg {
    height: 100px;
}

.footer-text-lg p {
    font-size: 18px;
}

.footer-text-xs p {
    font-size: 16px;
    margin-bottom: 10px;
}

.footer-text-xs h3 {
    font-size: 24px;
    color: #474748;
}

.normal-bold-text {
    font-size: 14px;
    font-weight: bold;
    color: black;
}

.normal-text {
    font-size: 14px;
    font-weight: normal;
    color: black;
}


/* BUTTONS */

.button {
    display: inline-block !important;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 35px 10px 35px;
    border-radius: 4px;
    margin: 10px;
}


/*---------------------------------------
 **   COLORS                         -----
-----------------------------------------*/


/* BACKGROUNDS*/

.blue-bg {
    background: #3ab0e2;
}


/*TEXTS*/

.Title-color {
    color: #404040;
    padding: 20px;
}

.Title-color-feature {
    color: #CCDBF2;
    padding: 20px;
}

.white-text {
    color: #FFFFFF;
}


/* FORM*/

.input-box {
    border: 0;
    width: 274px;
    text-align: left;
    text-transform: none;
    padding: 9px;
    min-height: 46px;
    padding-left: 15px;
    display: inline-block;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.95);
}

.textarea-box {
    border: 0;
    text-align: left;
    text-transform: none;
    padding: 9px;
    min-height: 250px;
    padding-left: 15px;
    display: inline-block;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.95);
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus {
    outline: 1 !important;
    outline-color: #e96656 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.blue-btn {
    background: #0A6099;
}

.yellow-btn {
    background: #E7AC44;
}

.blue-btn {
    color: #FFF;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blue-btn:hover {
    color: #FFF;
    background: #1288b9;
}


/* Sections*/

.section-header {    
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-top: 0px;
}

.section-aboutus {
    border-left-width: thick;
    border-left-style: solid;
    border-left-color: #EEEEEE;
    padding: 5px 20px;
}

.section-header h1 {
    margin-bottom: 20px;
    line-height: 25px;        
}

.section-header h2 {
    margin-bottom: 10px;        
}

.section-subheader {    
    text-transform: none;
    margin-bottom: 20px;
}

.section-header h6 {
    font-size: 16px;
}

.documentation-row {
    margin-bottom: 10px;
}

.manual-list {
    clear: both;
}

.manual-list a {
    display: block;
    margin-left: 20px;
    margin-bottom: 5px;
    font-size: 18px;
    color: #3a7486;
}

h3.documentation {
    font-size: 22px;
    font-weight: bold;
}

.footer-bg {
    background-color: #2f2f2f;
    color: #ffffff;
    padding: 40px 0;
}

hr {
    clear: both;
    margin: 20px 0 20px 0;
}

.header-banner {
    background-image: url('/img/bg1.jpg');
    background-size: cover;    
    background-repeat: no-repeat;
    background-position: 50% 50%;    
    width: 100%;
    height: 500px;
}


/* Navbar*/

.navbar {    
    border: none;
    border-radius: 0 !important;    
}

.navbar-header {
    background: #636161;
}

.dropdown-menu {
    background: #0A6099;
}

.bg_menu_se {
    background: #636161;
}

#main-nav {    
    width: 100%;
    z-index: 1000;
}

#main-nav img.logo {
    margin: 20px 10px 20px 0;
}

#main-nav h2.logo {
    margin-top: 45px;
    line-height: 5px;
}

#main-nav h3.logo {
    margin-top: 30px;
    line-height: 5px;
}

#main-nav p.logo {
    margin-top: 5px;
    font-weight: bold;
}

.navbar-nav {
    margin: 0;
}

.navbar-nav>li {
    display: inline;
    margin-right: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.navbar-nav>li:last-child {
    margin-right: 0 !important;
}

.navbar-brand {
    height: 76px;
    position: relative;
    line-height: 45px;
    padding-top: 23px;
}

ul.nav.navbar-nav.navbar-right.main-nav-list li a {
    font-family: 'Poppins';    
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px;    
    color: #fff;
}

.row-about {
    margin-right: -15px;
    margin-left: -15px;
    text-align: left;
    padding: 5px;
}

.navbar-nav>li>a:hover {
    color: #FFFFFF;
    outline: none;
    background-color: #0d76bb;
    padding-top: 5px;
    padding-right: 8px;
    padding-bottom: 5px;
    padding-left: 8px;
}

.navbar-toggle {
    border: 0;
    background-color: #808080;
    margin-top: 10px;
}

.navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #0A3467;
    filter: alpha(opacity=100);
    opacity: 1;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

#navigation .navbar-inverse .navbar-nav .active a,
#navigation .navbar-inverse .navbar-nav .active a:focus,
#navigation .navbar-nav.navbar-right li a:hover {
    color: #fff;
    background-color: #0d76bb;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #0d76bb;
}

.nav .open> a,
.nav .open> a:focus,
.nav .open> a:hover {
    background-color: #0d76bb;
}

.dropdown-menu> li> a:focus,
.dropdown-menu> li> a:hover {
    background-color: #0d76bb;
}

.navbar-nav>li>a {
    padding: 0;
    line-height: 35px;
}

/* Contact Us Box */

.contact-box {
    background: #EFEFEF; 
}

.separator-one .green-btn {
    background: #14a168;
}

.separator-one .green-btn:hover {
    background: #007345;
}

.separator-one .text {
    color: #FFF;
    line-height: 34px;
    padding: 0;
    max-width: 800px;
    margin-bottom: 20px;
}

#submitbtn {
    margin-bottom: 30px;
}

#demo {
    margin-top: 50px;
}

/* SECTION: Features */
.features{
    background: #EFEFEF;

}

.features h3 {
    font-size: 24px;
    font-weight: bold;
    color: #0C0C0C;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.features .row .col-md-6 {
    margin-bottom: 40px;
}

.about-us {
    background: #272727;
    color: #FFF;
    padding-bottom: 100px;
    text-align: right;
    font-weight: 300;
    font-size: 60px;
    line-height: normal;
    margin-top: -15px;
}

.about-us p {
    text-align: left;
    color: #939393;
}

.aboutus .aboutuss {
    margin-bottom: 20px;
}

.aboutus .aboutuss h5 {
    font-weight: bold;
    line-height: 28px;
    color: #0C0C0C;
}

.aboutus .aboutuss p {
    font-size: 14px;
}


/*   SECTION:  Contact Us                        */

.contact-us .download {
    background-color: #FCFCFC;
    padding-bottom: 10px;
}

.contact-us .input-box,
textarea {
    width: 100%;
    margin: auto;
    margin-bottom: 10px;
}

.contact-us .custom-button {
    float: right;
}

label.error {
    color: #c30000;
}

.text-animation {
    visibility: visible;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0.15s;
    -moz-animation-delay: 0.15s;
    animation-delay: 0.15s;
}

#Home-Intro {
    /*min-height: 90vh;*/
    margin-bottom: 10px;
}

#Home-Intro .description img {
    width: 60%;
}

@media (max-width:1366px) {
    #Home-Intro {
        padding-top: 8vh;
        padding-bottom: 40px;
    }

    #Home-Intro .section-header h1 {
        font-size: 6vh;
        line-height: 6vh;
        margin-bottom: 2vh;
    }
    #Home-Intro .section-header h2 {
        font-size: 3vh;
        line-height: 4vh;
        margin-bottom: 1vh;
    }

    #Home-Intro div.description > p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    #Home-Intro .description img {
        width: 50%;
        margin-bottom: 10px;
    }

    #Home-Intro .description h3 {
        font-size: 3vh;
        line-height: 2vh;
    }
}


/*FEATURE SECTION*/

.feature-box {
    padding: 60px 0;
}

.feature-box > h2 {
    margin-bottom: 20px;
}

.feature-box h1 {    
    font-size: 60px;
    line-height: 50px;
    margin-bottom: 40px;
    text-align: center;
}

.feature-box h2 {
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 20px;
    text-align: center;
}


.dark-bg {
    background-color: #4a4a4a;
}

.dark-bg h1, 
.dark-bg h2, 
.dark-bg h3, 
.dark-bg h4, 
.dark-bg h5, 
.dark-bg h6, 
.dark-bg p {
    color: #fff;
}

.light-bg {
    background-color: #E0E0E0;
}

.feature-box .description p {
    font-size: 18px;
    margin-bottom: 50px;
}

.feature-box .description .row > div.col-md-4 {
    text-align: center;
}

.feature-box .description .row > div.col-md-4 img {    
    display: inline-block;
    margin-bottom: 20px;    
}

.feature-box .description .row > div.col-md-4 h3 {
    display: inline-block;
    margin-bottom: 10px;
}

.feature-box .description .row > div.col-md-4 p {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 18px;
    text-align: center;
}

.highlight-box {    
    margin-bottom: 80px;
    padding-bottom: 80px;
    border-bottom: solid 1px #797878;
}

.highlight-box:last-child{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: none;
}

.highlight-box h2 {
    margin-bottom: 40px;
}

.highlight-box img {
    width: 40%;
    margin-right: 30px;
    border: solid 1px #949292;
    border-radius: 3px;
}

.highlight-box p {    
    width: 55%;
    font-size: 18px;
}

/* SECTION: FOOTER */

footer {
    background: #272727;
}


/*navigation bar*/

li.navitem {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 1px;
}

#bs-navbar-collapse {
    padding: 1px;
}


/* Get CLAMP page*/

.text-inline {
    display: inline-block;
    width: 70%;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-left: 10px;
}

.form-group {
    margin-bottom: 20px;
}

.tutorials .thumbnail {
    padding: 30px 20px;
    background-color: #efefef;
}

.tutorials .thumbnail h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #0a6099;
}

.tutorials .thumbnail .embed-responsive {
    margin-bottom: 10px;
}

.tutorials .label {
    font-size: 14px;
}

span.glyphicon {
    margin-right: 5px;
}

ol.ordered-list {
    margin-left: 30px;
}

ol.ordered-list li {
    list-style-type: decimal;
    font-size: 16px;
}

#customers-logo {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0;
}

#customers-logo > div {
    margin-bottom: 20px;

}

#customers-logo img {
    border: none;
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 1000px){
    #customers-logo img {
        width: 100%;
    }
}


/***********************
*   Publication.php page
***********************/


.just-padding {
    padding: 15px;
    margin-bottom: 20px;
}

.list-group.list-group-root {
    padding: 0;
    overflow: hidden;
}

.list-group.list-group-root .list-group {
    margin-bottom: 0;
}

.list-group.list-group-root .list-group-item {
    border-radius: 0;
    border-width: 1px 0 0 0;
}

.list-group.list-group-root > .list-group-item:first-child {
    border-top-width: 0;
}

.list-group.list-group-root > .list-group > .list-group-item {
    padding-left: 30px;

}

.list-group.list-group-root > .list-group > .list-group > .list-group-item {
    padding-left: 45px;
}

.list-header{
    background-color:#00cccc;
    border-color: #00cccc;
    font-weight: bold;
}
.list-sub-header{
    font-weight: bold
}

.list-group-item {
    font-size: 14px;
}


/**CSS FOR THE RING**/

.glyphicon-ring {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 4px solid white;
    color: white;
    display: inline-table;
    text-align: center;
}
/**CSS FOR ICON WITH NO BACKGROUND COLOR**/

.glyphicon-ring .glyphicon-bordered {
    font-size: 20px;
    vertical-align: middle;
    display: table-cell;
}
/**WITH AN ADDED BACKGROUND COLOR**/

.glyphicon-white {
    background: white;
    color: black;
    border: 4px solid black;
}
.glyphicon-teal {
    background: teal;
    color: orange;
}
.glyphicon-red {
    background: red;
}


.border-right {
    border-right: 1px solid #ccc;
}


/*
* Support page
*/

.stylish-panel {
    padding: 20px 0;
    text-align: center;

    margin-top: 50px;
}
.stylish-panel > div > div{
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: 0.2s;
}
.stylish-panel > div:hover > div{
    margin-top: -10px;
    border: 1px solid rgb(200, 200, 200);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
    background: rgba(200, 200, 200, 0.1);
    transition: 0.5s;
}

.stylish-panel > div:hover img {
    border-radius: 50%;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.p-left{
    text-align: left;
    font-size:14px;
    line-height: 25px;

}

.btn-primary{
    background-color:#00a9e5;
    border-color: #00a9e5;
}

.btn-secondary{
    background-color:transparent;
    border-color: #00a9e5;
    color: #00a9e5;
    margin-left: 20px;
}

.glyphicon-grain{
    margin-left: 15px;
    margin-right: 5px;
}

.img-thumbnail{
    padding: 20px;
    height: 200px;
}

.ad{
    font-size: 18px;
    font-weight: bold;
    margin-left: 30px;
}

.btn-green{
    background-color: #75C17C;
    border: 1px solid #75C17C;
    margin-left: 20px;
    color: white;
}

/*
 * Twitter and Facebook feeds
 */

 body {padding-top:50px;}

.box {
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 10px 25px;
    text-align: right;
    display: block;
    margin-top: 60px;
}
.box-icon {
    background-color: #57a544;
    border-radius: 50%;
    display: table;
    height: 100px;
    margin: 0 auto;
    width: 100px;
    margin-top: -61px;
}
.box-icon span {
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.info h4 {
    font-size: 26px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.info > p {
    color: #717171;
    font-size: 16px;
    padding-top: 10px;
    text-align: justify;
}
.info > a {
    background-color: #03a9f4;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    transition: all 0.5s ease 0s;
}
.info > a:hover {
    background-color: #0288d1;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    transition: all 0.5s ease 0s;
}