body h1 {
//font-family: Nunito;
  font-weight: 700;
  font-style: normal;
  color: #222;
  font-size: 35px;
  text-transform: uppercase;
}
p{
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 10px;
    margin: 0;
}
 .title {
  position: relative;
  font-weight: 400;
  margin-bottom: 30px;
  color: #14243b;
  font-size: 18px;
  padding-bottom: 12px;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
    transition-delay: 0s;
//  font-family: Nunito;
}
.title::before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 100px;
  height: 2px;
  background-color: #0057b7;
}
 .title::after {
  position: absolute;
  content: '';
  left: 0px;
  bottom: -2px;
  width: 35px;
  height: 5px;
  background-color: #0057b7;
}
.btns-box {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 900ms;
}
.thm-btn_box {
  opacity: 1;
  transform-origin: top;
  display: inline-block;
  -webkit-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: all 900ms ease;
  transition-delay: 0s;
  padding: 18px 0px;
}
.btn {
  font-size: .9375rem;
  color: #000;
  font-weight: 600;
  //font-family: Nunito;
  text-transform: uppercase;
  padding: 1.09375rem 1.8125rem;
  line-height: initial;
  text-align: center;
  border-radius:8px;
  z-index: 1;
}
.blue{
color: #0057b7;
}
.bg-blue{
    background-color: #0057b7;
    color:#fff;
}
.bg-yellow {
    background-color: #ffd700;
    color:#000;
    text-decoration:none;
}
.yellow{
    color: #ffd700;
}
.bg-yellow:hover {
    background-color: #16253a;
    color:#fff !important;
}
.bg-black .bg-yellow:hover {
    background-color: #0057b7;
    color:#fff;
}
.bg-blue:hover {
    background-color: #16253a;
    color:#fff !important;
}
.topbar{
  background-color: #16253a;
  color:#fff;
}
.topbar a{
  color:#fff;
}
.logo-menu-inner {
  padding-left: 15.9375rem;
}

.navbar-nav li > a {
 // font-family: nunito;
  font-weight: 700;
  font-style: normal;
  color: #000 !important;
  font-size: 16px;
}
.social-links .fa {
  font-size: 18px;
  padding: 15px;
  color:#fff;
}
.search-btn .fa {
  font-size: 18px;
  padding: 15px;
}
.topbar_contact .fa{
  font-size: 22px;
  padding: 10px;
}
.topbar_contact span{
  padding: 0 0 0 15px;
}
.bg-gray{
background:#f2f5fc;
padding:20px 0 50px 0;
}
.bg-white{
background:#fff;
padding:50px 0;
}
.reason-why h3 {
font-size: 23px;
  font-weight: 600;
  margin-bottom: 25px;
  padding-top: 20px;
}
.reason-why {
  padding-left: 20px;
    padding-top: 30px;
  padding-bottom: 20px;
    margin-top: 25px;
}
.reason-div a{
text-decoration:none;
}
h2 {
  font-size: 41px;
      padding-bottom: 20px;
}
h5{
  color: #0057b7;
  font-size: 18px;
}
.bg-black {
  background: #122237;
  padding: 60px 40px;
  border-radius: 8px;
  color:#fff;
}
.bg-black:hover {
  background: #122237;
  color:#fff;
}

.bg-black .form-control {
  margin-bottom: 15px;
  line-height: 35px;
}
h3 {
  font-size: 35px;
  font-weight: 600;
}
.footer{
background:#0057b7;
color:#fff;
  padding: 20px 0 50px 0;
}
.footer a{
color:#fff;
}
.footer li, .footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer h3 {
font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-top: 30px;
  text-transform: uppercase;
}
.bottom-bar{
background:#122136;
  color: #8d8d8d;
}
.copyright p {
  padding: 10px;
}

.footer .form-control {
  margin-bottom: 10px;
  background: #f2f5fc;
  border: 1px solid #fff;
  color: #000;
}

.footer .btn {
  padding: 10px 20px;
}
prvek {
}
.menu-footer li a {
  text-decoration: navajowhite;
    padding: 0px 20px 0px 0;
  display: inline-flex;
}
.menu-footer li a:hover {
color:#122237;

}
.open-gray {
  background: #f2f5fc;
  padding: 15px;
  margin: 5px 0;
}
.open-white {
background: #fff;
  padding: 15px;
}
.nav-link {
  padding: 20px 35px !important;
}
.me-auto {
margin: 0 0 0 auto !important;
  padding-right: 25px;
}
.lang-switch a{
text-decoration:none;
padding: 15px;
display: block;
}
.lang-switch a:hover{
    background-color: #0057b7;
    color:#fff;
}
.lang-switch{
position: absolute;
background: #243a58;
z-index: 2;
padding: 0px;
}
.lang-switch ul, .lang-switch li{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.topbar_contact {
  font-size: 14px;
}
.nav-link:hover{
border-bottom:3px solid #ffd700;
}
.nav-link{
border-bottom:3px solid #fff;
}
.form-control {
  margin-bottom: 15px;
  line-height: 35px;
}

.contact-info-wrap > div.row > div:not(:first-child) .contact-info-box::after {
  border-radius: 50%;
  height: 1rem;
  width: 1rem;
  background-color: #ffd700;
  left: -1.4375rem;
  top: 100px;
  margin-top: -3.25rem;
}
.contact-info-wrap > div.row > div:not(:first-child) .contact-info-box::before, .contact-info-wrap > div.row > div:not(:first-child) .contact-info-box::after {
  content: "";
  position: absolute;
}
.contact-info-wrap > div.row > div:not(:first-child) .contact-info-box::before {
width: 1px;
  height: 8.25rem;
  border-left: 2px solid #ffd700;
  left: -1rem;
  top: 100px;
  margin-top: -3.125rem;
}
.contact-info-wrap > div.row > div:not(:first-child) .contact-info-box::before, .contact-info-wrap > div.row > div:not(:first-child) .contact-info-box::after {
  content: "";
  position: absolute;
}
.brd-rd10 {
  background: #0057b7;
  color: #fff;
  font-size: 40px;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 25px;
  margin-top: 20px;
}
.brd-rd10:hover {
    background-color: #16253a;
    color:#fff !important;
}

.logo.v2::after {
  height: 12px;
  bottom: -1.6875rem;
  -webkit-transform: rotate(11deg);
  -ms-transform: rotate(11deg);
  -o-transform: rotate(11deg);
  transform: rotate(11deg);
  right: -1px;
  left: -5px;
}
.logo.v2::before, .logo.v2::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
  -ms-clip-path: polygon(100% 0, 0 0, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  background: #ffd700;
}
.logo.v2::before {
  height: 2.1875rem;
  bottom: -2.175rem;
  background-color: #0057b7;
  right: -0.5px;
}
.logo.v2 {
 position: absolute !important;
  padding: 10px 20px;
    background: #0057b7;
}
li {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  }
  
@media (max-width: 845px) {
  .topbar_contact {
    font-size: 12px;
  }
  .topbar_contact span{
    display: block;
    text-align:right;
  }
}

@media only screen and (max-width: 750px) {

  .img-fluid {
    width: 70px;
  }
}  