body{
    color: #1D1D1B !important;
    font-size: 15px;
}

#about .container > div > div{
    padding-left:0px
}

#menu-area, .main-navbar{
    height: 130px;
    border-top: medium none;
    padding-top:10px
}


.headerSlogan{
    display: block;
    border-radius: 0;
    border-bottom: 1px solid #a6a3a3;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.headerSlogan .main{
font-size: 25px;
font-weight: 700;
padding-bottom: 3px;
}

.headerSlogan .sub{
    font-size: 15px;
}
.langdivs{
    margin-top:5px;
    display: none;
}
#lang-menu{
    border-radius: 0;
    border-left: 1px solid #a6a3a3;
    padding-left: 5px;
}
#lang-menu li {
    display: inline-block;
    margin-left: 10px;
    
}
#lang-menu li.active a {
    font-weight: 900; 
    border-bottom: 1px solid #06B3BF;
}


a.logo{
    border-radius: 0;
    border-right: 1px solid #a6a3a3;
    height: 100px;
    margin-bottom: 0;
    margin-right: 35px;
    padding-right:100px;
}

a.logo-right{
    border-right: none;
    display: block;
    height: 100px;
    margin-bottom: 0;
    margin-right: 0px;
    padding-right:0px;
    border-radius: 0;
    border-left: 1px solid #a6a3a3;
    height: 100px;
    margin-bottom: 0;
    margin-left: 35px !important;
    padding-left:30px;
}

.logo img{
    height: 100%;
    width: auto;
}

a.logo-right img{
    height: 100%;
}

.main-nav li a{
    padding:15px 5px 10px 5px;
    font-size: 14px;
    margin-right: 5px;
    margin-left: 5px;
    font-weight: bold
}



.main-nav{
    text-align: left;
}

.navbar-default .navbar-nav > li > a,
 .navbar-default .navbar-nav .dropbtn {
    color: #214b77;
    text-decoration:none;
}


/*
Menu bar when you scroll down
*/

.header-shadow .main-nav{
    text-align: right;
}

#team-dropdown-content{
    text-align: left;
}
.header-shadow li a{
    padding:20px 2px 15px 2px !important;
    font-size: 14px;
    margin-left:10px !important;
    margin-right: 10px !important;
}

.header-shadow .headerSlogan{
    display:none !important;
}

.header-shadow {
    height: 90px;
    border-top: medium none;
    padding-top:10px
}

.header-shadow a.logo{
    border-radius: 0;
    border-right: 1px solid #a6a3a3;
    height: 70px;
    margin-bottom: 0;
    margin-right: 15px;
    padding-right:70px; 
}

.main-nav li:first-child > a{
    /* padding-left: 0px; */
    margin-left: -15px !important;
}

.navbar-collapse{
    padding-left: 0px;
    padding-right: 0px;
}


a.logo-right{
    border-right: none !important;
}
/* Team menu drop down */
 /* Dropdown Button */
.dropbtn {
  padding: 16px;
  font-size: 16px;
  border: none;
  background-color: unset;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  top:30px;
  background-color: #fefeff;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  min-width: 148px;
  z-index: 1;
}

.active  .dropbtn:hover{
    border: unset;
}

/* Links inside the dropdown */
.dropdown-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}


/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* FOOTTER STYLE */
#footer{
    background-color: #1d1d1b;
}

#footer .footer-top{
    padding: 30px 0px;
}
#footer .follow-us-span, #footer .contact-us-span, #footer .subscribe-span{
    color: white;
    font-weight: bold;
}

#footer .social .footer-social, #footer .contact-information, #footer .subscribe-information  {
    margin-top: 15px;
}
#footer .social .copy-right{
    color: white;
}



#footer .contact-information{
    color: white;
}

/* #footer .subscribe-information{
    padding-left :20px
} */

#footer .subscribe-information input {
    background-color:  #1D1D1B;
    border-top: none;
    border-left: none;
    border-right:none;
    box-shadow: none;
}

/* #footer .subscribe-information .about-btn-area a{
    margin-left: 0px;
} */

#footer .contact-information span {
    margin-bottom: 7px;;
}
#footer .footer-bottom div {
    border: none;
    padding : 0px;
}

#footer .footer-bottom .container{
    padding-top: 20px;
    border-top: 1px solid #434343;
}
#footer .footer-bottom{
    margin:20px 0px;
}
#footer .footer-bottom .pull-left{
    padding-left :20px;
}

.input-group.center-block{
    display: table;
}

.about-btn-area a{
    max-width: 35%;
min-width: 130px;
display: inline-block;
float: none;
}

#navbar {
    width: 68% ;
}

@media (max-width: 1200px) {
    #top-menu a {
        font-size: 11px !important;
        padding: 15px 5px 0px 5px;
    }
}


.input-group.center-block{
    color:#fff
}

::-webkit-input-placeholder {
   text-align: center;
}

:-moz-placeholder { /* Firefox 18- */
   text-align: center;  
}

::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;  
}

:-ms-input-placeholder {  
   text-align: center; 
}