body 
{
 font-family: Verdana, Geneva, sans-serif;
 background-color: white;
}		  
.bg-custom 
{
 background-color: #112286 !important;
 color:white;
}
.white
{
 color: white !important;
}
.bg-grey
{
 background-color: grey !important;
 color:black;
}
/* Make the image fully responsive */
.carousel-inner img 
{
 width: 100%;
 height: 100%;
}
/* CSS PLACEHOLDER */
/*
::placeholder 
{ 
 color: #b3d9ff !important;
 opacity: 1  !important;
}
:-ms-input-placeholder 
{ 
color: #b3d9ff;
}
::-ms-input-placeholder 
{
color: #b3d9ff;
}
*/
.navbar 
{
margin: 0px;
}
.nav-link
{
 color: #2E3133 !important;
 padding-left:10px !important;
 padding-right:10px !important;
}
.nav-link:hover
{
color: #112286 !important;
}
.nav-item:hover
{
 border-bottom-style: solid;
 border-bottom-color: #112286;
 display: table-cell;
}
.nav-item
{
padding-left:5px;
padding-right:5px;
}	
.small-font
{
font-size:75%;
} 
body, html 
{
height: 100%;
}
.parallax 
{
 /* The image used */
 background-image: url('images/samsung-bg.jpg');
 /* Full height */
 height: 30%; 
 /* Create the parallax scrolling effect */
 background-attachment: fixed;
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
}
.BULLENT_ROUND ul 
{
list-style: none;
}
.BULLET_ROUND ul li::before 
{
 content: "\2022";
 color: #1428a0;
 font-weight: bold;
 display: inline-block; 
 width: 1em;
 margin-left: -1em;
}         
.btn-primary
{
 background-color:#1428a0; 
 border-color:#1428a0;
}
.links         
{
color:black;
}	
.links:hover
{
 color: #1428a0 !important;
 text-decoration: none;
 padding-left:5px;
 transform: scale(1); /* you need a scale here to allow it to transition in both directions */
 transition: 0.15s all ease; 
}         

.card-title         
{
color: #1428a0;
}

.menubar 
{
width: 30px;
height: 2px;
background-color: #1428a0;
margin: 6px 0;
}
.company-name-font		
{
 font-family: 'Advent Pro';
 font-size:16px;
}	

body {
 font-family: 'Advent Pro';
 font-size:14px;
}

.main_heading { position:relative; }
.main_heading:after {
      content: '';
      position:absolute;
      bottom:0;
      left: 30%;
      right: 30%;
      height: 2px;
      background:red;
      display:block;
}
