
*{
  box-sizing:border-box;
}
a
{
  text-decoration: none;
}

.header-top {
  display: block;
/*  background: #084298;*/
background:#0a73c0;
}
.header-top ul.follow-us {
  display: block;
  padding-top: 4px;
  float: left;
}
.header-top ul.follow-us li {
  display: inline-block;
  padding-right: 20px;
  font-size: 14px;
}
.header-top ul.follow-us li a 
{
  color: #fff;
}
.header-top ul.follow-us li a:hover {
  color: #ff9600;
}
.header-top .right-block {
  display: block;
 float: right;
}
.header-top ul.top-nav {
  display: block;
  padding-top: 8px;
  padding-right: 10px;
  float: left;
}
.header-top ul.top-nav li {
  display: block;
  padding: 0 13px;
  float: left;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
.header-top ul.top-nav li a {
  color: #fff;
  text-decoration: none;
}
.header-top ul.top-nav li a:hover {
  color: #ff9600;
}
.header-top .lang-wrapper {
  display: block;
  float: right;
}
.header-top .select-lang, .header-top .select-lang2 {
  display: block;
  float: left;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.header-top .select-lang {
  margin-left: 1px;
}
.header-top .select2-container--default .select2-selection--single {
  border: none;
  border-radius: 0px;
  /*background: #302c2d;*/
  background: #455499;
}
.header-top .select2.select2-container {
  width: 100px !important;
}
.header-top .select2-container .select2-selection--single {
  height: 42px;
}
.header-top .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 42px;
}
.header-top .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 16px;
  color: #fff;
}
.header-top .select2-container .select2-selection--single .select2-selection__rendered img {
  margin-right: 4px;
}
.header-top .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 30px;
  height: 42px;
}
.select2-container--open .select2-dropdown--below {
  border-radius: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 6px 5px 0;
  border-color: #c1c0c0 transparent transparent;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0 5px 6px;
}
.select2-dropdown {
  border: 1px #dedddd solid;
}
.select2-results__option {
  padding: 0 6px;
  font-size: 13px;
}
.select2-results__option .img-flag {
  margin-right: 4px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #ff9600;
}
.header-middle {
  padding-top: 20px;
  padding-bottom: 20px;
}
.header-middle .contact {
  display: block;
  padding: 8px 0 0 0;
  float: right;
}
.header-middle .contact ul {
  display: block;
  padding-right: 32px;
  float: left;
}
.header-middle .contact ul li {
  display: block;
  padding: 0 30px;
  border-right: 1px #dedddd solid;
  float: left;
  font-family: 'texgyreadventorbold';
  font-size: 18px;
  color: #4f4a4a;
  line-height: 18px;
}
.header-middle .contact ul li span {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #8f9ba1;
  text-transform: uppercase;
}
.header-middle .contact ul li a {
  color: #4f4a4a;
}
.header-middle .contact ul li a:hover {
  color: #ff9600;
}
.header-middle a.login {
  display: inline-block;
  padding: 5px 20px;
  border: 2px #2c97ea solid;
  border-radius: 5px;
  font-size: 12px;
  color: #6f7a7f;
  font-weight: 700;
}
.header-middle a.login:hover {
  background: #2c97ea;
  color: #fff;
  text-align: center;
}
.header-middle a.login span {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 10px;
  font-size: 14px;
  color: #00aaff;
}
.header-middle a.login:hover span {
  color: #fff;
}

.header-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
}



.navbar-dark
{
background-color:#0a73c0;
}
.navbar a
{
color: #FFFFFF;
font-size: 16px;
background-color:#0a73c0;
}

.navbar .dropdown-menu 
{
/*background: #084298;*/
border-color:#FFFFFF;

color:#FFFFFF;
}

/* and this styles the dropdwon trigger link, when open */



.imagebox {

  width: 10%;
  float: left;
  height:100px;
  position:relative;


}

.imagebox img{

    height:100px;
    width:120px;

  position:absolute;
  top:50%;
  transform:translateY(-50%);
  overflow:hidden;
}

.textbox-cont {
  
  height:100px;
  position:relative;
  overflow:hidden;
}

.textbox{
  
  

  color: #00356b;
  position:absolute;
  text-align: center;
  width:100%;
  padding:5px;
  top:50%;
  transform:translateY(-50%);
  
}

@media only screen and (max-width: 700px) {
  .imagebox,
  .textbox-cont{
    width:76%;
    height:210px;
   }
}
.carousel{
    background: #6f42c1;
    margin-top: 20px;
}
.carousel-item{
    text-align: center;
    min-height: 280px;
}




/*
.carousel{
    background: #2f4357;
    margin-top: 20px;
}
.carousel-item{
    text-align: center;
    min-height: 280px;
}




h1  {display:inline;}

.header
{
   
    border-radius: 10px;
    height: 100px;
    position:relative;
}

.logo img
{
    width: 120px;
    height: 100px;
    float: left;
    padding: 10px;
}

.text1
{
    line-height: 100px;
    font-size: 30px;
    color: #00356b;
    text-align: center;
    position:absolute;
    left:0px;
    right:0px;
}

#logo
{

background-size:130px;
background-position:center 0px;
background-repeat: no-repeat;
padding-top:120px;
}


@media only screen and (min-width: 1201px)
{
    #logo
    {
        padding-top:0;
        background-position: 180px 50%;
    }
    
}*/

