@font-face {
  font-family: 'MyBoldHeading';
  src: url('../fonts/Bold/aleo-bold-webfont.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Bold/aleo-bold-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Bold/aleo-bold-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Bold/aleo-bold-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Bold/aleo-bold-webfont.svg#aleo-bold-webfont') format('svg'); /* Legacy iOS */
}


@font-face {
  font-family: 'MyLightText';
  src: url('../fonts/Light/aleo-light-webfont.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Light/aleo-light-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Light/aleo-light-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Light/aleo-light-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Light/aleo-light-webfont.svg#aleo-light-webfont') format('svg'); /* Legacy iOS */
}


@font-face {
  font-family: '_MyRegularText';
  src: url('../fonts/Regular/aleo-regular-webfont.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Regular/aleo-regular-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Regular/aleo-regular-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Regular/aleo-regular-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Regular/aleo-regular-webfont.svg#aleo-light-webfont') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'MyRegularText';
  src: url('../fonts/Regular/Lato-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Regular/Lato-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Regular/Lato-regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Regular/Lato-regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Regular/Lato-regular.svg#Lato-regular') format('svg'); /* Legacy iOS */
}

body, html {
  background-color: transparent !important;
  font-family: 'MyRegularText', sans-serif;
  /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
  /*font-family: 'Segoe UI', Arial, sans-serif;*/
}
body {
    opacity: 0;
    margin-top: 20px;
    background: #fff;
    transition: all 0.5s ease 0.3s;
    -webkit-transition: all 0.5s ease 0.3s;
    -moz-transition: all 0.5s ease 0.3s;
    -o-transition: all 0.5s ease 0.3s;
}
.bodyOpacity {
    opacity: 1;
    margin-top: 0px;
    transition: all 0.5s ease 0.3s;
    -webkit-transition: all 0.5s ease 0.3s;
    -moz-transition: all 0.5s ease 0.3s;
    -o-transition: all 0.5s ease 0.3s;
}
.bodyVisibled {
    opacity: 1;
    margin: 0px;
}

.hero-image-home {
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
    background-image: url('../images/html5.png');
    background-position: 100% 100%;
    background-size: 100% 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    margin: auto;
}
.navbar {
  background: rgba(255, 255, 255, 0.92);
  border-color: transparent ;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.navbar-fixed-top {
    opacity: 0;
    top: -80px;
    background: rgba(255, 255, 255, 0.92);
    border-color: transparent ;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    /*transition: top 600ms ease;*/
}
.navBarOpacity {
    opacity: 1;
    top: 0px;
    }
.navBarVisibled {
    opacity: 1;
    top: 0px;
    transition: top 2s ease;
    -webkit-transition: top 2s ease;
    -moz-transition: top 2s ease;
    -ms-transition: top 2s ease;
    -o-transition: top 2s ease;
}
.header_img {
    height: 35%;
}
.navbar-brand {
    padding: 0px;
    padding-left: 30px;
}
.nav>li>a {
    color: #666;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 1px;
}
.dividerline {
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    width: 100%;
}
.main {
    /*margin: 40px auto;*/
    text-align: justify;
}
h2 {
    font-size: 1.5em;
}
.Center_Heading {
    text-align: center ;
    color: #574840;
    text-transform: uppercase ;
    font-weight: bold ;
    font-family: 'MyBoldHeading', sans-serif;    
}
p {
/*  
    color: #000000;
    margin-bottom: 34px;
    font-size: 13px;
    line-height: 26px;
    font-weight: 300;
*/
    letter-spacing: 0.6px;
    font-family: 'MyRegularText', sans-serif;
}
blockquote{
  border-left: 5px solid #909090;
  background: whitesmoke;
}
.list-group-item {
    border: 0 ;
    color: #3b3b3b;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    letter-spacing: 0.6px;
    text-align: left;
    font-family: 'MyRegularText', sans-serif;
}
.list-group-item .fa-html5 {
    color: #000;
}
.list-group-item:first-child {
    border-top-left-radius: 0px; 
    border-top-right-radius: 0px; 
}
footer {
    text-align: center;
    /*background-color: #f3f3f3; */
    height: 80px;
    background-color: #1F1F1F;
    border-top: 1px solid #f3f3f3;
}
footer p {
    font-size: 13px;
    color: #908E8E;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 0;
    margin: 0;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color : transparent ;
}
.navbar-default .navbar-toggle {
    border-color: transparent ;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #353535;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 7px;
}
.navbar-toggle .icon-bar {
    width: 30px;
    height: 2px;
}
section {
    /*margin-top: 2%;*/
    padding: 1% 0 ;
    border-bottom: rgba(0,0,0,0.1) 1px solid;
}
.contactus_page section {
  border-bottom: rgba(0,0,0,0.1) 0px solid;
  padding: 0;
  margin-bottom: 20px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'MyBoldHeading', sans-serif;
}
strong {
    font-family: 'MyBoldHeading', sans-serif;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #353535 !important;
    /*background-color: rgb(198, 38, 28) !important;*/
    -webkit-box-shadow: 0px -2px 0px #007acc inset;
    background-color: #e7eef8 !important;
    transition: 0.5s all ease;
}
.navbar-default .navbar-nav>li>a:hover, .nav>li>a:hover {
    color: #353535 !important;
    /*background-color: rgb(198, 38, 28) !important;*/
    -webkit-box-shadow: 0px -2px 0px #007acc inset;
    background-color: #e7eef8 !important;
    transition: 0.5s all ease;
}
.nav>li {
    margin: 0px 1px;
}
.navbar-default .navbar-nav>.active>a {
    
    background: url('testing index_files/nav-bg.png') no-repeat scroll 50% bottom;
    background-color: #e7eef8 ;
}
.dropdown-menu {
    min-width: 100% ;
    max-width: 100% ;
    border: 0px solid #ccc;
    border: 1px solid rgba(0,0,0,.15); 
    border-radius: 0px;
    text-transform: uppercase;
}
.dropdown-menu>li>a {
    padding: 10px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 1px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #353535 !important;
    -webkit-box-shadow: 0px -2px 0px #ff5700 inset;
    text-decoration: none;
    background-color: #E7EEF8;
    transition: 0.5s all ease;
}
.navbar-default .navbar-nav>.open>a {
    color: #353535 !important;
    -webkit-box-shadow: 0px 0px 0px #ff5700 inset;
    text-decoration: none;
    background-color: #E7EEF8;
    transition: 0.5s all ease;
}
@media (max-width: 767px){
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #353535 !important;
    -webkit-box-shadow: 0px -3px 0px #ff5700 inset;
    text-decoration: none;
    background-color: #E7EEF8;
    transition: 0.5s all ease;
}
}
/*
.example-image-link {
    padding: 10px;
    border-radius: 50%;
    color: white;
    float: right ;
    background-color: rgba(0, 0, 0, 0.41);
    margin-top: -5px;
    transition: 0.5s all ease;
}
.example-image-link:hover {
    background-color: rgba(255, 255, 255, 0.41);
    color: #000 ;
    transition: 0.5s all ease;
}
.example-image-button {
    padding: 10px;
    color: white;
    float: left ;
    background-color: rgba(0, 0, 0, 0.41);
    margin-top: -5px;
    transition: 0.5s all ease;
    border: 0;
    outline: none;
}
.example-image-button:hover {
    background-color: rgba(255, 255, 255, 0.41);
    color: #000 ;
    transition: 0.5s all ease;
}
*/
.modal-header {
    background-color: #112396;
    color: #ffffff;
}
.modal-content {
    border-radius: 0px
}
.modal-header .close {
    color: #FFFFFF; 
}
.modal-body h3 {
    text-align: left;
    color: #000;
}
.modal-footer .btn-default {
    color: #000;
    background-color: #fff;
    border-color: #000;
    border-radius: 0;
    transition: 0.5s all ease;
}
.modal-footer .btn-default:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
    border-radius: 0;
    transition: 0.5s all ease;
}
.modal-body p {
    margin-bottom: 0px;
    text-align: left;
}
#contact-info .center, #contact-page  .center{
    text-align : center ;
}
#contact-info .center h2, #contact-page .center h2 {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 20px;
}
#contact-info .lead {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.gmap-area {
    background-image: url("../images/map.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}
.gmap {
    border: 10px solid #f6f5f0;
    border-radius: 50%;
    height: 300px;
    width: 300px;
    box-shadow: 0px 0px 3px 3px #e7e4dc;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.gmap-area .gmap iframe {
    border-radius: 50%;
    height: 280px;
    width: 300px;
}
.gmap-area .map-content ul li {
    list-style: none;
}
address h5 {
    margin: 0;
    margin-top: 0px;
    margin-bottom:0px;
}
address p {
    margin-bottom: 0px;
    margin: 0 ;
}
#contact-page .btn-primary {
    background-color: #fff;
    border-color: #000;
    outline: 0;
    color: #000;
    border-radius: 0;
    transition: 0.3s all ease;
    border: 1px solid rgba(0, 0, 0, 0.24);
}
#contact-page .btn-primary:hover {
    background-color: #353535;
    border-color: #000;
    outline: 0;
    color: #fff;
    border-radius: 0;
    transition: 0.3s all ease;
}
.form-control:focus {
    border-color: #ff5700;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#main-contact-form .form-group label span {
  color: red;
}
.blueCls{color:#2C9FF4;}

.input:focus {
    outline: none !important;
    /*border:2px solid #ff7b3c;*/
    box-shadow: none;
    border-color: #E95311;
}
#footer_container,footer{height: auto;width: 100%}
footer li{
    color: #fff;
    text-align: left;
}
footer li a{
    /*color: #969696;*/
    /*font-size: 11px;*/
    color: #454545;
    font-size: 12px;
    font-family: 'MyRegularText', sans-serif;
}
footer li a:hover{
    color: rgb(0, 122, 204);
}
footer h4{
    /*color: #fff;*/
    color: #000;
    text-align: left;
    font-size: 14px;
    font-family: 'MyBoldHeading', sans-serif;
}
footer.spacer {
    padding: 1em 0;
}
footer.spacer .col-sm-3 {
  margin: 10px 0;
}
.social-circle{
  margin-top:8%;
  /*float: left;*/
  /*margin-left: -15px;*/
}
.social-circle li a {
  background: #D3D3D3;
}
.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    /*-moz-border-radius: 50%;*/
    /*-webkit-border-radius: 50%;*/
    /*border-radius: 50%;*/
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 20px;
}
ul.social-network li {
    display: inline;
    margin: 0 5px;
}
.social-circle li i {
    margin: 0;
    line-height: 30px;
    text-align: center;
    color:#5f5f5f;
}
.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}
.social-network a.icoTwitter:hover {
    background-color: #33ccff;
}
.social-network a.icoGoogle:hover {
    background-color: #BD3518;
}
.social-network a.icoLinkedin:hover {
    background-color:#007bb7;
}
.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}
.social-circle i:hover {
    color: #fff;
    cursor: pointer;
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s;
    
}
footer hr{
   display: block;
    height: 1px;
    border: 0;
    /*border-top: 1px solid #313131;*/
    border-top: rgba(0,0,0,0.1) 1px solid;
    margin: 1em 0;
    padding: 0; 
}
.bgOrg{
    background: #007acc;
    /*border: 1px solid #fff;*/
    font-weight: bold;
    font-family: arial;
    border-radius: 0;
    border: 1px solid transparent;
    border-bottom: 3px solid rgba(0,0,0,.15);
    box-shadow: 0 3px 5px #999;
    transition: 0.5s all linear;
    -webkit-transition: 0.5s all linear;
    -moz-transition: 0.5s all linear;
    -ms-transition: 0.5s all linear;
    margin-top: 3%;
    color: #fff;
}
.bgOrg:hover{
    background: #007acc;
    color: #fff!important;
    transition: 0.3s all linear;
    -webkit-transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    -ms-transition: 0.3s all linear;
}
.submit-button {
  padding: 5px 20px;
}
.bgWhite{background: #fff;}
nav ul li a {
    font-weight: bold !important;
}
.navbar-default .navbar-nav>li>a{
    color:#000;
}
.navbar{
    /*padding-bottom:  0px;*/
    /*padding-top:  0px;*/
    z-index: 1000;
    margin-bottom: 0px;
}
.navbar-fixed-top .navbar-header {
  margin: 5px 0 ;
}


/*************************************************************************************/

.index_page .portfolio-item .img-responsive {
  margin: auto ;
  padding: 10px 0;  
}

/*************************************************************************************/


.main_content {
    padding:  20px 0px;
}
.main_content_heading {
    margin-bottom: 15px;
    font-family: 'MyBoldHeading', sans-serif;
}

@media (min-width: 1200px) {
.col-lg-offset-6.main_content_heading {
    padding-left: 20px;
}
}

.table>thead>tr>th {
    border-bottom: 0px solid #ddd;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 0px solid #ddd;
    font-family: 'MyRegularText', sans-serif;
}
.table_specialities .fa{
    color: #000;
    font-weight: bold;
}
.table_specialities th h4{
    font-weight: bold;
}

div.divider.divider-center {
    text-align: center;
}

/*
div.divider {
    margin: 20px 0;
    position: relative;
    display: block;
    min-height: 20px;
}
div.divider.divider-color:before, div.divider.divider-color:after {
    border-top: #574840 1px solid;
}
div.divider.divider-center:before {
    left: 0 !important;
    right: 56%;
    margin-right: 20px;
    content: '';
    position: absolute;
    top: 8px;
    height: 0;
    border-top: 1px solid #ddd;
}

div.divider.divider-color:before, div.divider.divider-color:after {
    border-top: #574840 1px solid;
}
div.divider.divider-center:after {
    left: 56% !important;
    right: 0;
    margin-left: 20px;
}
div.divider:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    height: 0;
    border-top: 1px solid #ddd;
}
div.divider.divider-color i {
    color: #574840;
}
div.divider i {
    line-height: 1;
    font-size: 18px;
    color: #ccc;
}*/
.software_divider h3{
  line-height: 14px;
  padding: 0 10px;
  font-size: 28px;
  }
.software_section_1 {
    border-bottom: 0px;
}
.separator-2 {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    height: 1px;
}
.separator-2:after {
    height: 1px;
    background: #d1d1d1;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.18)), color-stop(35%, rgba(0, 0, 0, 0.12)), color-stop(70%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    bottom: -1px;
    left: 0px;
    content: "";
    width: 100%;
}
.software_section_5.parallax {
    background-image: url("../images/code.jpg");
    background-color: #3a3a3a;
    border-bottom: none;
    background-attachment: fixed;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    width: 100%;
    /*min-height: 110px;*/
    /*margin-bottom: 72px !important;*/
}
.software_section_5.parallax .main_content_heading {
    font-size : 3em ;
    text-align: center ; 
}
.parallax p {
    color: #000;
    padding: 0.8em 0 ;
    text-align: center ;
    background-color: rgba(255, 255, 255, 0.7) ;
    margin-bottom: 0;
    border-bottom: rgba(0,0,0,0.1) 1px solid;
}
.parallax p span.tech_types {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'MyRegularText', sans-serif;
}
.cms_logos .fa{
    font-size: 10em;
    
}
/*
.cms_logos {
  transition : 0.3s all cubic-bezier(0.6, 0.2, 0.1, 1);
}
.cms_logos:hover {
    color: #ff5700;
    transition : 0.3s all cubic-bezier(0.6, 0.2, 0.1, 1);
}
*/
.thumb_heading {
    padding: 10px 0;
    font-size: 2em;
}
.bg-grey {
    background: #f0f0f0 !important;
}

.nav-aboutus .nav_tab_ref{
    padding: 15px;
    font-family: 'MyBoldHeading', sans-serif;
}
.nav-aboutus li {
    margin: 0;
    padding: 0;
}

.aboutus_page .aboutus_section_1 {
    border-bottom: rgba(0,0,0,0.1) 0px solid;
}
.healthcare_page .healthcare_section_1 {
  border-bottom: rgba(0,0,0,0.1) 0px solid;
}


.nav-aboutus>li.active>a:focus, .nav-aboutus>li.active>a:hover,.nav-aboutus>li>a, .nav-aboutus>li>a:focus, .nav-aboutus>li>a:hover {
    background-color: #fff;
    border-radius: 0;
    letter-spacing: 1px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    padding: 15px;
    border: 1px solid #eeeeee;
    color: #444444;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 300;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    }
.nav-aboutus>li.active>a {
    /*background: url('../images/navtab-bg.png') no-repeat scroll 50% bottom;*/
    color: rgb(255, 124, 67) !important;
    -webkit-box-shadow: none;
    /*background-color: transparent !important;*/
    transition: 0.3s all ease;
    background-color: transparent !important;
}
   
.nav-aboutus>li>a:hover {
    color: rgb(255, 124, 67) !important;
    -webkit-box-shadow: none;
    /*background-color: transparent !important;*/
    transition: 0.3s all ease;
    background-color: transparent !important;
}
.tab-content{
    padding: 20px 10px 10px 10px;
    border: rgba(0,0,0,0.1) 1px solid;
    border-top: 0;
    margin-bottom: 3%;
}
.tab-content>.active {
    display: inline-block;
}
.welcome-arrow {
    width: 0;
    height: 0;
    z-index: 999;
    margin-left: 45%;
    position: relative;
    bottom: 33px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid white;
}
.copyright {
  text-align: left;
  color: #6b6b6b;
  font-size: 12px;
  font-family: 'MyRegularText', sans-serif; 
}

.copyright a:active, .copyright a:hover {
  outline: 0 none;
  text-decoration: none;
  color: #6b6b6b !important;
}
.copyright a {
  text-decoration: none;
  color: #6b6b6b;
  font-family: 'MyRegularText', sans-serif; 
}

/*********************************** Leave a message **********************************/


#leave_a_msg {  
  /* border-radius: 100px; */
  font-size: 14px;
  position: fixed;
  width: 200px;
  border: 2px solid rgb(255, 87, 0);
  /* top: 1099px; */
  /* left: 1177px; */
  bottom: 5px;
  right: 30px;
  color: #fff;
  /* overflow: hidden; */
  text-align: center;
  background-color: rgba(255, 87, 0,0.6);
  z-index: 1321513515;
  border-radius: 0px;
  font-weight: bold;
}
#leaveInfo{height:37px}
#leaveInfo, .glyphicon-remove { cursor:pointer; } 
.logo img {
  width: 120px;
  height: 56px;
}
select {
  width: 100%;
  border-radius: 0px;
  padding: 5px;
  height: 42px;
}
select option {
    /*margin:40px;*/
    background: rgba(255, 87, 0,0.3);
    color:#000;
    text-shadow:0 1px 0 rgba(0,0,0,0.4);
    padding: 10px;
}

.field{
  margin:12px;
}
.field small {
  font-size: 80% !important;
}
.gender small{
  font-size: 80% !important;
}

#togglingForm small {
  background-color: rgba(255, 255, 255, 0.39);
  /*background-color:rgba(77, 28, 3, 0.99);*/
  border-radius: 3px;
  padding: 5px;
}
#subscribeForm small, #lam_getMail small { margin-top: 10px; }
textarea{font-size: 0.8em; }
.field input{
    padding:0px 20px;
    height:33px;
}

#lam_courseSelect select{
  border-radius: 5px;
  padding: 5px;
  height: 36px;
  font-size: 12px;
}
#lam_courseSelect select option{
  font-size: 12px;
}
.form-control{font-size:12px}
.field textarea {
  padding: 20px;
  resize:vertical;
}
#msg_close_btn{
  position: absolute;
  width: 25px;
  height: 25px;
  right: 2px;
  top: 9px;
  display: none;
  /*background-image: url("images/close.png");*/
  /*background-position: 100% 100%;*/
  /*background-size: 100% 100%;*/
  /*background-repeat: no-repeat;*/
}
#msg_close_btn a {
  color:#fff;
}
#msg_close_btn .fa-times {
  cursor: pointer ;
}
glyphicon glyphicon-remove{
    color:#fff;
}
.leaveSubmit{
    /*padding:2px !important;
    background: none;
    color: #ff5700;
    background-color:#fff;
    border:1px solid #832D00;*/
    text-transform: uppercase;
    box-shadow: 0 3px 5px #404040;
    border-bottom: 3px solid rgba(0, 0, 0, 0.38);
    background-color:#ff5700;
}
.leaveSubmit:hover, .leaveSubmit:active {
    background-color: #ff6718;
    color: #fff;
    transition: all 0.3s linear
}
button:focus {
  outline: 0;
}

.form-horizontal .form-group {
  margin-right: 0px;
  margin-left: 0px; 
}
.field .col-xs-5 {
  width: 100%;
}
.contactAddr p {
  margin-bottom: 0;
  color: #6b6b6b;
  font-family: 'MyRegularText', sans-serif; 
}
.contactAddr_heading {
  color: #333333;
  padding-top: 30px;
  font-size: 20px ;
}
.contactus_page .page-title {
  color: #333333;
  font-size: 2em;
}
#security_info{
  padding-top: 20px;
  color: #6b6b6b;
  font-family: 'MyRegularText', sans-serif;
  font-style: italic;
}
.btn-default {
  border-color: transparent;
}
.btn {
  box-shadow: 0 3px 5px #999;
}

/************************************ Blogs ***********************************/


.blogpost {
  background-color: #fff;
  border: 1px solid #f3f3f3;
  margin: 0 0 70px;
  position: relative;
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777;
}
.overlay-container {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: rgba(0,0,0,0.1) 1px solid;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    right: -1px;
    background-color: rgba(241, 241, 241, 0.85);
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}
.overlay-links {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -50px;
    font-size: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transition: all 0.25s linear 0.05s;
    -moz-transition: all 0.25s linear 0.05s;
    -ms-transition: all 0.25s linear 0.05s;
    -o-transition: all 0.25s linear 0.05s;
    transition: all 0.25s linear 0.05s;
}
.overlay a {
    color: #e84c3d;
    background-color: #ffffff;
}

.overlay-links a {
    position: static;
    margin-top: 0;
    margin-left: 0;
}
.overlay a {
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 26px;
    color: #e84c3d;
    background-color: #ffffff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.overlay i {
    line-height: 50px;
}
.overlay-links a + a {
    color: #ffffff;
    background-color: #e84c3d;
}

.overlay-links a + a {
    left: 50px;
    color: #ffffff;
    background-color: #e84c3d;
}
.blogpost-content .submitted {
  padding: 10px 0;
}
.blogpost .blogpost-body {
    padding: 20px 20px 0 20px;
    min-height: 140px;
}
.blogpost .post-info {
    background-color: #e84c3d;
    color: #fff;
}
.blogpost .post-info {
    float: left;
    top: 0;
    left: 25px;
    width: 80px;
    height: 90px;
    padding: 10px 15px;
    background-color: #FF5700;
    color: #fff;
    text-align: center;
    z-index: 3;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.blogpost .post-info .day {
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    display: block;
}
.blogpost .post-info .month {
    font-size: 16px;
    line-height: 1.2;
    display: inline-block;
    margin-top: 0px;
}
.blogpost .blogpost-content {
    padding: 0 0 10px;
    margin-left: 100px;
}
.blogpost h2.blog_title {
    margin-bottom: 0;
    margin-top: 0;
}
@media (min-width: 992px)
.title {
  margin-top: 0;
}
}
.blogpost .submitted {
    font-size: 12px;
    margin: 10px 0;
}
.pr-5 {
    padding-right: 5px;
}
.blogpost footer {
    background-color: #fff;
    padding: 12px 20px;
    border-top: 1px solid #e8e8e8;
    font-size: 14px;
    line-height: 2;
    clear: both;
}
.blogpost ul.links {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: none;
}
.blogpost ul.links li {
    display: inline-block;
}
.link {
    padding-right: 23px;
    position: relative;
    display: inline-block;
    text-align: right;
}
.link:after {
    content: "\f178";
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    top: 2px;
}

.blog_post_title {
  font-size: 2em;
  padding: 20px;
}
.overlay_blog_post {
  padding-bottom: 20px;
}
.blog_post_subtitle {
  padding-bottom: 15px;
}
.blog_post_innertitle {
  font-size: 16px;
  padding-bottom: 10px;
}
.blogpost-content ul {
  margin-bottom: 20px;
}

.carrers_page .careers_section_1 {
  margin-top: 5%;
  }
div.careers-heading-title.careers-heading-border-bottom {
  border-bottom: #ccc 2px solid;
}
div.careers-heading-border-bottom.careers-heading-color {
  border-bottom-color: #E95210;
}
.text-muted, .text-danger {
  display: none;
}
form#careers_apply .has-feedback .form-control {
  padding-right: 10px;
}
div.careers-heading-title {
  position: relative;
  margin-bottom: 20px;
}
.margin-bottom-80 h5 {
    font-size: 14px;
    letter-spacing: normal;
    margin: 0 0 20px 0;
}
.margin-bottom-80 ul.list-icons {
  margin-left: 1.75em;
  position: relative;
  margin-bottom: 20px;
}
.margin-bottom-80 ul.list-icons li {
  margin: 10px 0;
  text-indent: -14px;
  margin-left: 14px;
}
.margin-bottom-80 .btn-teal {
  margin-bottom: 80px;
}
.fancy-file-upload>i {
    position: absolute;
    text-align: center;
    color: #888;
    z-index: 10;
    margin-top: 0;
    font-size: 1.5em;
    padding: 5px 0px 5px 10px;
}
/*
.unstyled li {
    position: relative;
    padding: 4px 3px;
}
.unstyled li[data-original-title="link"]::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #d9d9d9;
}
.unstyled li[data-original-title="link"]::after {
      content: '';
    position: absolute;
    left: -23px;
    top: 12px;
    width: 7px;
    height: 7px;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    background-color: #ffffff;
}
*/
.fancy-file-upload>input[type=file] {
    width: 100%;
    height: 100%;
    cursor: pointer;
    padding: 8px 10px;
    position: absolute;
    -moz-opacity: 0;
    opacity: 0;
    z-index: 11;
    bottom: 0;
    right: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.fancy-file-upload>input[type=text] {
    background-color: transparent;
    padding-left: 36px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.fancy-file-upload>span.button_choose {
    color: #fff;
    background-color: #ff5700;
    position: absolute;
    padding: 0 16px;
    z-index: 10;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: auto; 
    height: 28px;
    top: 29px;
    right: 18px;
    line-height: 28px;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.btn_send_app {
  border-bottom: 3px solid rgba(0,0,0,.15);
  width: 100% ;
  padding: 14px 24px;
  margin: 20px 0;
  background-color: #ff5700;
  color: #FFF !important;
  font-weight: bold;
}
.btn_send_app span {
  font-size: 12px;
  font-weight: normal;
}
ul.list-block i{
  margin-right: 20px;
}
.table i, .list-group-item i, .list-icons i {
  margin-right: 10px;
}

.margin-bottom-0 {
  margin-bottom: 0px;
}
.margin-top-40 {
 margin-top : 40px; 
}
.margin-top-20 {
 margin-top : 20px; 
}
.text-ind-list-42 li{
  text-indent: -14px;
  margin-left: 42px; 
}
.text-ind-list-48 li {
  text-indent: -17px;
  margin-left: 48px;
}


.typesetting_blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
/*  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;*/
}
.typesetting_blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.typesetting_blockquote p {
  display: inline;
}
.img-responsive {
  margin: auto;
}
.app_game_img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  pointer-events: none;
}
.app_img_footer {
  background-color: #ECECEC;
}

.scroll-to-top-btn.visible {
    bottom: 58px;
    opacity: 1;
}
.scroll-to-top-btn {
    position: fixed;
    z-index: 1140;
    right: 20px;
    bottom: -118px;
    opacity: 0;
    -webkit-transition: bottom 400ms cubic-bezier(.68, 0, .265, 1),opacity .3s,background-color .3s;
    -webkit-transition: bottom 400ms cubic-bezier(.68, -0.55, .265, 1.55),opacity .3s,background-color .3s;
    -moz-transition: bottom 400ms cubic-bezier(.68, -0.55, .265, 1.55),opacity .3s,background-color .3s;
    transition: bottom 400ms cubic-bezier(.68, -0.55, .265, 1.55),opacity .3s,background-color .3s;
}
.btn-icon {
    width: 36px;
    height: 36px;
    line-height: 36px;
    padding: 0 !important;
    border-radius: 4px;
}
.btn-primary {
    color: #fff;
    background-color: #ff5700;
    /*border-color: transparent;*/
}
.btn-primary:hover {
  border-color: transparent;
}

.outer_links {
  margin: 20px 0 ;
}
.outer_links li{
  margin-left: 20px;
}
.outer_links  .outer_links_title {
  border-bottom: rgba(0,0,0,0.1) 1px solid;
  padding-bottom: 10px;
  margin: 10px 0;
}
.outer_links .outer_links_ul li {
  padding: 6px 0;
}
.unstyled.inner_links li i {
  /*font-size: 9px;*/
}

footer.spacer .btn-default {
    color: #FFF;
    background-color: #007acc;
    border-color: #007acc;
}
footer.spacer .btn {
  box-shadow: 0 0px 0px #999;
}
footer.spacer .form-control:focus {
  border-color: #ff5700;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 1px rgb(101, 100, 164); 

}

.object-visible {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.object-non-visible {
  opacity: 0;
  filter: alpha(opacity=0);
}
.btn-primary:active:focus {
  background-color: #ff5700;
  border-color: transparent; 
}
btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #ff5700;
  border-color: transparent;
}

@media (min-width: 1200px) {
.col-lg-offset-6 {
  margin-left: 48%;
}
}
@media (min-width: 992px) {
.col-md-offset-6 {
  margin-left: 48%;
}
}
.form-control {
  border-radius: 0px;
}
.input-group-addon {
  border-radius: 0px;
  color: #FFF;
  background-color: #ff5700;
  border: 1px solid #ff5700;
}
#contactForm.form-horizontal .has-feedback .form-control-feedback {
  right: 0px;
}

.datepicker-dropdown.dropdown-menu {
    min-width: 160px;
    max-width: 240px;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0px;
    text-transform: none;
}

#careers_apply .form-control-feedback {
    right: 15px;
}
#careers_apply .selectContainer .form-control-feedback {
    right: 25px;
}


/***************************** For Affix Menu *****************************/


.top-bar-light {
    background-color: rgba(244, 244, 244, 0.619608);
    height:auto;
    /*padding: 10px;*/
    /*background: rgba(255, 255, 255, 0.62);*/
    border-color: transparent ;
    margin-top: 0px;
    -webkit-transition: background-color .5s ease-in-out,margin-top .5s ease-in-out;
        -moz-transition: background-color .5s ease-in-out,margin-top .5s ease-in-out;
        transition: background-color .5s ease-in-out,margin-top .5s ease-in-out;
}

.top-bar-light .top-dark-right li {
  border-color: #ddd;
}
.top-dark-right li, .top-dark-right li a {
  color: #9C9C9C;
  font-size: 12px;
  font-weight: normal !important;
}
.langwidget li.selected a{
  color: #E95311 !important;
}
.top-dark-right li:first-child{
  border-left: 0px solid rgba(0,0,0,0.1);
}
.top-dark-right li {
    line-height: 40px;
    border-left: 1px solid rgba(0,0,0,0.1);
    padding: 0px 10px;
}

  .btn-select {
	position: relative;
	padding: 0;
	min-width: 120px;
	width: 100%;
	border-radius: 0;
	margin-bottom: 0px;
	box-shadow: none;
        display: none;
    }
.btn-success {
    background-color: transparent;
    border-color: #FFAA31;
}
.btn-select .btn-select-value {
    padding: 6px 12px;
    display: block;
    position: absolute;
    left: 0;
    right: 34px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    line-height: 20px;
}

.btn-select .btn-select-arrow {
    float: right;
    line-height: 20px;
    padding: 6px 10px;
    top: 0;
    font-size: 22px;
    color: #000;
}

.btn-select ul {
    display: none;
    background-color: white;
    color: black;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: none !important;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 33px;
    z-index: 999;
}

.btn-select ul li {
    padding: 3px 6px;
    text-align: left;
    color: #000;
}

.btn-select ul li:hover {
    background-color: #FFAA31;
    color: #fff;
}

.btn-select ul li.selected {
    color: white;
}
/* Default End */
/* Success Start */
.btn-select.btn-success:hover, .btn-select.btn-success:active, .btn-select.btn-success.active {
    border-color: #FFAA31;
}

.btn-select.btn-success ul li.selected {
    background-color: #FFAA31;
    color: white;
}

.btn-select.btn-success ul {
    border: #FFAA31 1px solid;
}

.btn-select.btn-success .btn-select-value {
    background-color: transparent;
    border: transparent 1px solid;
}

.btn-select.btn-success:hover, .btn-select.btn-success.active {
    background-color: #FFAA31;
    color: #fff !important;
}

.footer_links ul li {
  border-color: #ddd;
}
.footer_links ul li a {
    color: #7c7c7c;
    font-size: 12px;
}
.footer_links ul li {
    border-left: 1px solid rgba(0,0,0,0.1);
    padding: 0px 15px;
}
.footer_links ul li:first-child {
  border-left: 0px solid rgba(0,0,0,0.1);
}

.icon-move-right .form-control-feedback {
  right: -15px !important;
}
.icon-move-xs-right .form-control-feedback, {
  right: -45px !important;
}
.fancy-file-upload .form-control-feedback {
  top: 20px;
}
.date.icon-move-right .form-control-feedback[data-fv-icon-for="txt_expto"] {
  right: -260px !important;
}
#careers_apply textarea {
  max-width: 100% !important;
  max-height: 300px !important;
}
#togglingForm textarea {
  max-height: 250px !important;
}
.content_inner_links {
  color: #ff5700;
  font-weight: bold;
}
.iso_text {
  margin-left: 14px;
  font-size: 9px;
  color: #000;
  font-family: 'Segoe UI', Arial, sans-serif;
}
.select_lang img {
  margin-top: -2px;
}
.pull-right.footer_links {
  margin: 10px 0;
}
.index_page .portfolio-item.sw_solutions {
  margin-top: 12%;
}
.appdevelopment_page .game_title {
  margin: 15px 0;
}
@media all and (max-width: 736px) and (min-width: 320px) {
 .nav-aboutus li {
    width: 100%;
  }
  .header_img {
    height: 20%;
  }
  .date.icon-move-right .form-control-feedback[data-fv-icon-for="txt_expto"] {
    right: -170px !important;
  }
}
@media all and (max-width: 414px) and (min-width: 320px) {
.top-bar-light .top-dark-right li {
  padding: 0px 5px;
}
.navbar-header .navbar-brand {
  padding-left: 0px;
}
.iso_text {
  margin-left: 0px;  
}
.Center_Heading {
  font-size: 20px;
  line-height: 30px;
}
h3 {
  font-size: 20px;
}
h3.main_content_heading {
  margin-left: 15px;
}
p {
  text-align: justify;
}
.index_page .portfolio-item.sw_solutions {
  margin-top: 0;
}
.footer_links ul li {
  display: block;
  border-left: 0px solid rgba(0,0,0,0.1);
  padding: 5px 15px;
}
.footer_links ul li:first-child {
  border-left: 0px solid rgba(0,0,0,0.1); 
}
.pull-right.footer_links {
  float: none !important;
}
.aboutus_page .aboutus_section_1 .col-lg-6 .img-responsive {
  margin-bottom: 20px;
}
div.divider.divider-center:before {
  right: 69% !important;
}
div.divider.divider-center:after {
  left: 69% !important;
}
.typesetting_blockquote {
  margin: 1.5em 0px;
}
}

@media all and (max-width: 1024px) and (min-width: 768px)  {
.navbar-default .navbar-nav>li>a {
  text-transform: none;
}
}