html {
  overflow-x: hidden;
}

@media (min-width: 1200px) {
	.container {max-width: 1340px;}
}

body {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.166667px;
  line-height: 1.7em;
  color: #131c2d;
}

p {
  color: #131c2d;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-weight: 600;
}

h1, .h1 {
  font-size: 45px;
  text-transform: none;
}
h1.home-title {color: #b5b5b5; margin-top: -10px; margin-bottom: 20px; font-size: 18px;}
h2, .h2 {
  font-size: 42px;
  line-height: 52px;
}

h3, .h3 {
  font-size: 24px;
  line-height: 34px;
}

h4, .h4 {
  font-size: 20px;
  line-height: 30px;
}

h5, .h5 {
  font-size: 16px;
  line-height: 26px;
}

h6, .h6 {
  font-size: 14px;
}

.text-sm {
  font-size: 14px;
}

.section {
  padding: 120px 0px;
}

.section-sm {
  padding: 60px 0px;
}

.btn {
  padding: 18px 38px;
  border:0;
  text-transform: uppercase;
  border-radius: 0px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  box-shadow: #999999 0px 0px 0px 0px;
  border-radius:1px;
}

.btn:focus {
  outline: 0px;
  border: 0px;
  box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {border:0; padding: 18px 38px;}

.btn.btn-xs {padding:8px 16px 10px 16px;}

.btn-main {
  background: #004f9f;
  color: #fff;
}

.btn-main:hover {
  color: #fff !important;
  background: #000;
}

.btn-black {
  background: #000;
  color: #fff;
}

.btn-black:hover {
  background: #004f9f;
  color: #fff;
}

.btn-white {
  background: #fff;
  color: #000;
  border-color: #fff;
}

.btn-white:hover {
  background: transparent;
  color: #fff;
}

a {
  color: #000;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

a:hover {
  color: #004f9f;
  text-decoration: none;
  outline: none;
}

.bg-primary {
  background: #004f9f !important;
}

.bg-secondary {
  background: #f7f7f7 !important;
}

.bg-extra {
  background: #e8eefb !important;
}

.text-color {
  color: #004f9f;
}

.page-title h1 {
  position: relative;
  padding-bottom: 30px;
}

.page-title h1:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -20px;
  width: 40px;
  height: 5px;
  margin-left: -25px;
  background: #004f9f;
}

.img-responsive {display:block; max-width:100%;}

header {border-top:12px solid rgb(0, 79, 159); position:relative;}
header:after {content:""; width:620px; height:30px; position:absolute; left:50%; margin-left:-310px; top:0px; background-image:url(../images/box-shadow.png); background-repeat:no-repeat; background-position:center top;}

.usp-wrapper {/* background:#f4f4f3; */ padding-top:20px; padding-bottom:20px;}
.ico-box-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.ico-box-icon {max-width:70px;}

.ico-box-text {
  margin: 10px;
  margin-left:20px;
  font-size:16px; line-height:18px; color:#242b4c; font-weight:bold;
}
.ico-box-text strong {display:block; font-weight:normal; font-size:13px; color:#aeaeae;}

#navbar {
  /* border-bottom: 1px solid #e8eefb; */
  /* margin-bottom:1.5rem; */
  /* padding: .1rem 1rem; */
  /* margin-bottom:40px; */
  padding:0 1rem;
  padding-bottom:5px;
  padding-top:6px;
  background-color: #131c2d;
  position:relative;
}

#navbar .nav-link {padding:0;}

#navbar:after {content:""; width:620px; height:30px; position:absolute; left:50%; margin-left:-310px; bottom: -30px; background-image:url(../images/box-shadow.png); background-repeat:no-repeat; background-position:center top;}

@media (max-width: 575px) {
  h2, .h2 {
    font-size: 32px;
    line-height: 43px;
  }
}

@media (max-width: 400px) {
  h2, .h2 {
    font-size: 32px;
    line-height: 43px;
  }
}

.cd-headline.clip span {
  padding: 0px;
}

.banner {padding:30px 0 80px 0px; background-image:url(/uploads/bg2.png); background-repeat:no-repeat; background-position:left bottom; background-size:cover; border-bottom:1px solid #d2d2d2; box-shadow:0 -1px 0px #ffffff;}
.banner .cd-headline {
  font-size: 32px;
  line-height: 24px;
  font-weight:500;
  margin-top:12px;
}

.banner .cd-headline .cd-words-wrapper {
  font-size: 42px;
  line-height: 54px;
  font-weight: 800;
}

.banner-3 {
  position: relative;
}

strong.special {text-transform:uppercase; text-decoration:underline;}
header p {font-size:13px; color:#131c2d; margin-top:30px;}
header p+p {font-size:14px; color:#131c2d; margin-top:0px;}
header a {color:#131c2d;}

.anniversary {position:absolute; left: 2%; top: 25px; /* display:none; */}
@media only screen and (max-width: 1340px) {
	.anniversary {display:none;}
}

#navbara > .navbar-nav {padding-right:0;}

.top-email {font-weight:bold; font-size:17px; margin-right:20px;}
.top-tel {font-weight:800; font-size:32px;}

.main-nav .header-top-socials a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  padding: 20px 6px;
}

.navbar-nav > li {
  /* text-transform: uppercase; */
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
  padding-bottom:8px;
  padding-top:8px;
}

.navbar-nav > li > a i {font-size:11px; margin-left:4px;}

.navbar-nav > li > a {color:#ffffff; font-weight:normal; padding: 14px 20px !important;}
.navbar-nav > li:last-child > a {padding-right:0 !important;}
.navbar-nav > li > a:hover {/* text-decoration:underline; */ border-radius:3px; background:#004f9f;}

.navbar-nav > li.active > a {
  /* color: #004f9f; */
  font-weight:bold;
}

.badge {padding: 5px 8px 6px 8px; border-radius:1px;}

.wycena ul.navbar-nav {justify-content: flex-end;}
.wycena ul.navbar-nav li a {background:#004f9f; padding:10px 20px !important; border-radius:3px; /* font-weight: 800; text-transform: uppercase; */}
.wycena ul.navbar-nav li a:hover {background-color:#ff6600;}

.navbar-brand {
  padding-top: 15px !important;
  padding-bottom: 19px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  display:block;
}

ul.navbar-nav {
   /* padding-top: 5px */
   padding-top:0;
}

ul.dropdown-menu {
  background: #0a1322;
  border-radius: 0px;
  margin: 0px;
  padding: 0px;
}

ul.dropdown-menu > li > a, #navbar ul ul ul.dropdown-menu li .nav-link {
  font-size: 12px;
  font-weight:normal;
  line-height: 22px;
  display: block;
  position: relative;
  z-index: 1;
  padding-left: 15px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #27243e;
  color: #fff;
  /* text-transform: uppercase; */
}

ul.dropdown-menu > li > a:hover, #navbar ul ul ul.dropdown-menu li .nav-link:hover {
  color: #ffffff;
  background-color:#004f9f;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

.dropdown-menu {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  padding: 0;
  border: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  min-width: 210px;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform-origin: center top 0;
  -webkit-transform-origin: center top 0;
  -moz-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  -o-transform-origin: center top 0;
  transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
}

@media (max-width: 575px) {
  .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .banner .cd-headline {
    font-size: 32px;
    line-height: 42px;
  }
  .btn-group, .btn-group-vertical {
    display: block;
  }
  .btn-group > .btn {
    padding: 20px;
  }
}

@media (max-width: 400px) {
  .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .banner .cd-headline {
    font-size: 32px;
    line-height: 42px;
  }
  .btn-group, .btn-group-vertical {
    display: block;
  }
  .btn-group > .btn {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .banner .cd-headline {
    font-size: 32px;
    line-height: 42px;
  }
  .btn-group, .btn-group-vertical {
    display: block;
  }
  .btn-group > .btn {
    padding: 20px;
  }
}

@media (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .banner .cd-headline {
    font-size: 32px;
    line-height: 42px;
  }
  .btn-group, .btn-group-vertical {
    display: block;
  }
  .btn-group > .btn {
    padding: 20px;
  }
}

.portfolio {
  padding-bottom: 100px;
}

.portfolio .btn:focus, .portfolio .btn:hover, .portfolio .btn.focus.active {
  box-shadow: none !important;
  outline: 0 !important;
}

.portfolio .btn-group .btn {
  border-radius: 0px !important;
  padding-left: 0px;
  font-weight: 700;
}

.portfolio .btn-group .btn:hover {
  color: #004f9f;
}

.portfolio .btn-group:not(:first-child) > .btn, .portfolio .btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.portfolio .btn.active {
  color: #004f9f;
}

.portfolio-belt {
  margin-top:12px; margin-bottom:4px;
}

.inner-box {
  position: relative;
}

.inner-box .image {
  position: relative;
  overflow: hidden;
}

.inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.inner-box .image .overlay-box {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  top: 0px;
  z-index: 2;
  opacity: 0;
  display: block;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  overflow: hidden;
}

.inner-box .image .overlay-box:before {
  position: absolute;
  content: '';
  left: -450px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: rgba(47, 50, 56, 0.8);
}

/*
.inner-box:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.inner-box:hover .image .overlay-box:before {
  opacity: 1;
  left: 0px;
}

.inner-box:hover .image .overlay-box {
  opacity: 1;
}

.inner-box:hover .image .overlay-box .overlay-content h5 {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.inner-box:hover .image .overlay-box .overlay-content p {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
*/

.inner-box .image .overlay-box .overlay-inner {
  position: absolute;
  left: 0px;
  bottom: 30px;
  z-index: 1;
  padding: 10px 40px;
}

.inner-box .image .overlay-box .overlay-inner .overlay-content i {
  font-size: 28px;
}

.inner-box .image h3 {
  color: #fff;
}

.overlay-content h5 {
  text-transform: capitalize;
  background: rgba(255, 255, 255, 0.9);
  padding: 0px 8px;
  margin-bottom: 0px;
  -webkit-transform: translateX(-150px);
  transform: translateX(-150px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.overlay-content p {
  font-size: 14px;
  margin-bottom: 0px;
  padding: 0px 8px;
  margin-top: 2px;
  text-transform: capitalize;
  background: rgba(255, 255, 255, 0.9);
  color: #2f3238;
  -webkit-transform: translateX(-150px);
  transform: translateX(-150px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.portfolio-image {
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  background: #000;
  color: #fff;
  padding-top: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

.ti-link {display:block; width:40px; height:40px; margin:0 auto; background-image:url(../images/link.png); background-repeat:no-repeat; background-position:center center; background-size:cover;}

.info a {
  margin-right: 10px;
}

.service-home {
  position: relative;
}

.service-item i {
  font-size: 35px;
  float: left;
  width: 65px;
  height: 120px;
}

.testimonial-content {
  text-align: center;
  padding: 25px;
  position: relative;
}

.testimonial-content i {
  font-size: 60px;
}

.testimonial-content p {
  margin-top: 30px;
  margin-bottom: 25px;
}

.about-info h3 {
  margin-top: 15px;
}

.progress-bar-content {
  margin-bottom: 25px;
}

.progress-bar-content .progress-title {
  text-transform: capitalize;
  font-size: 14px;
  color: #000;
  font-weight: 600;
}

.progress-bar-content .progress-label {
  margin-bottom: 15px;
}

.progress-bar-content .progress-bar {
  background: #000;
}

.progress-bar-content .progress-bar-units {
  color: #000;
}

.about-list {
  line-height: 40px;
}

.about-list li {
  text-transform: capitalize;
  color: #000;
}

.progress {
  width: 100%;
  overflow: visible;
  position: relative;
  margin: 0 0 35px 0;
  border-radius: 0px;
  height: 7px;
  background-color: #f7f8f9;
}

.progress-bar {
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
  height: 100%;
  background: #e1a34c;
  border-radius: 0px;
  -webkit-transition: all 3s ease-in-out;
  transition: all 3s ease-in-out;
}

@media (max-width: 575px) {
  .cta {
    padding-bottom: 0px;
  }
}

@media (max-width: 400px) {
  .cta {
    padding-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .cta {
    padding-bottom: 0px;
  }
}

#map {
  height: 300px;
  margin: 75px 0px;
}

.form-control {
  border-radius: 8px;
  height: 45px;
  border-color: #e8eefb;
}

form[name="langSwitcher"] {margin-left:14px;}

select.form-control[name="lang"] {
  font-size:12px;
  font-weight:bold;
  padding:0 4px;
  height:28px !important;
  /*
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  */
}

.form-control:focus {
  box-shadow: none;
  border-color: #004f9f;
}

textarea.form-control {
  height: auto;
}

.text-black {
  color: #000;
}

.contact-title h2 {
  position: relative;
  padding-bottom: 30px;
}

.contact-title h2:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0px;
  width: 40px;
  height: 2px;
  margin-left: -25px;
  background: #004f9f;
}

.letter-spacing {
  letter-spacing: 1px;
}

.post .image-content {
  position: relative;
}

.post .image-content img {
  width: 100%;
}

.post .author img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.post .post-content {
  margin-top: 30px;
}

.post .post-content h4 {
  margin-top: 10px;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}

.post .post-content a:hover h4 {
  color: #004f9f;
}

.pagination {
  margin-top: 70px;
}

.pagination li a {
  background: #f6f6f6;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  padding: 9px 18px;
  color: #666666;
  -webkit-transition: .3s;
  transition: .3s;
}

.pagination li a:hover {
  background: #004f9f;
  color: #fff;
}

.pagination li.active a {
  background: #004f9f;
  color: #fff;
}

.sidebar-widget .widget {
  padding-left: 20px;
}

.sidebar-widget .widget-title {
  text-transform: capitalize;
  position: relative;
  padding-bottom: 20px;
}

.sidebar-widget .widget-title:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 30px;
  height: 2px;
  background: #000;
}

.sidebar-widget .follow a {
  margin-right: 10px;
}

.sidebar-widget .tags a {
  text-transform: capitalize;
  font-size: 15px;
  padding: 2px 13px;
  display: inline-block;
  margin-bottom: 8px;
  background: #dedede;
}

.sidebar-widget .category ul {
  line-height: 40px;
}

.sidebar-widget .category ul li {
  font-size: 15px;
  text-transform: capitalize;
}

.post-body span {
  font-size: 13px;
  letter-spacing: 1px;
}

.single-post {
  margin-bottom: 70px;
}

.share ul li a {
  margin-right: 20px;
}

.mb-45 {
  margin-bottom: 45px;
}

.comments-text p {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 26px;
}

@media (max-width: 575px) {
  .media {
    display: block;
  }
  .media img {
    margin-bottom: 10px;
  }
}

@media (max-width: 400px) {
  .media {
    display: block;
  }
  .media img {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .media {
    display: block;
  }
  .media img {
    margin-bottom: 10px;
  }
}

.footer {
  padding: 20px 0px 6px 0;
  background-color: #131c2d;
  color:#ffffff;
}

.footer * {color:#ffffff; font-size:12px;}

/* ---

--- */

.section-title {
  text-align: center;
  padding: 30px 0;
  position: relative;
}
.section-title h2, .section-title h1 {
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #0059ba;
  position: relative;
  z-index: 2;
display: inline-block;
background-clip: text;
-webkit-text-fill-color: transparent;
background-image: linear-gradient(90deg, rgb(16, 27, 45) 0%, rgb(0, 79, 159) 100%);
  background-clip: border-box;
-webkit-background-clip: text;
}
.section-title h1 {color:#131c2d;}
.section-title span {
  position: absolute;
  top: 30px;
  color: #eef0f2;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 0;
}
.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  font-style:italic;
}
@media (max-width: 575px) {
  .section-title h2, .section-title h1 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .section-title span {
    font-size: 38px;
  }
}

/*--------------------------------------------------------------
# My Resume
--------------------------------------------------------------*/
.resume .resume-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #3b434a;
}
.resume .resume-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid #82909c;
  position: relative;
}
.resume .resume-item h4 {
  line-height: 18px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffb727;
  margin-bottom: 10px;
}
.resume .resume-item h5 {
  font-size: 16px;
  background: #eef0f2;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}
.resume .resume-item ul {
  padding-left: 20px;
}
.resume .resume-item ul li {
  padding-bottom: 10px;
}
.resume .resume-item:last-child {
  padding-bottom: 0;
}
.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #fff;
  border: 2px solid #82909c;
}





blockquote {
  background: #fff;
  color: #222222;
  padding: 20px;
  padding-left: 40px;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(34, 34, 34, 0.12);
  position: relative;
  overflow: hidden;
  border-radius:3px;
}
blockquote p {
  font-size: 18px;
  line-height: 1.3;
  margin: 0;
  max-width: 80%;
  color:#eee;
  font-style:italic;
}
blockquote h3 {
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
  max-width: 90%;
  color:#eee;
  font-style:italic;
}
blockquote cite {
  font-size: 16px;
  margin-top: 10px;
  display: block;
  font-weight: 200;
  opacity: 0.8;
}
blockquote:before {
  font-family: Georgia, serif;
  content: "“";
  position: absolute;
  top: 14px;
  left: 10px;
  font-size: 5em;
  color: rgba(238, 238, 238, 0.8);
  font-weight: normal;
}
blockquote:after {
  font-family: Georgia, serif;
  content: "”";
  position: absolute;
  bottom: -110px;
  line-height: 100px;
  right: -32px;
  font-size: 25em;
  color: rgba(238, 238, 238, 0.8);
  font-weight: normal;
}
@media (max-width: 640px) {
  blockquote:after {
    font-size: 22em;
    right: -25px;
  }
}
blockquote {
  background: #004f9f;
  color: #ffffff;
  box-shadow: 0 1px 2px rgba(34, 34, 34, 0.12), 0 2px 4px rgba(34, 34, 34, 0.24);
}
blockquote:before, blockquote:after {
  color: #00458A;
}





.advantages {padding-top:0px; margin-top: -60px;}
.plus {display:block; text-align:center; background-color:#0056ac; height:130px; color:#fff; padding:25px 30px; box-sizing:border-box; text-decoration:none;position:relative; background-position:center center; background-repeat:no-repeat;background-size:cover; font-size:14px; line-height:16px;}
.plus strong {font-size:34px; display:block; text-align:center; line-height: 40px; padding-bottom:6px; font-weight:800;}

.plus1 {border-bottom-left-radius:3px; border-top-left-radius:3px;}
.plus2 {background-color:#004891}
.plus3 {background-color:#003d7b}
.plus4 {background-color:#00356a}
.plus5 {background-color:#002042;}
.plus6 {background-color:#131c2d; border-bottom-right-radius:3px; border-top-right-radius:3px;}


.plus:before{content:" ";display:block;position:absolute;right:0;top:0;left:0;bottom:0;width:100%;height:100%;background-repeat:no-repeat;background-position:center center;background-blend-mode:luminosity;background-color:#00162d;opacity:.1;background-size:cover}

.row-no-gutter {
   margin-left: 0;
   margin-right: 0;
}

.col-no-gutter {
   padding-left: 0;
   padding-right: 0;
}

p.small {font-size:12px; color:#a8a8a8; line-height:16px;}





















.card {
  background: #2f2d44;
  margin-top: 1.5rem;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease-in-out;
}
.card:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.card:focus {
  -webkit-box-shadow: 0 0 0 3px #22223a, 0 0 0 4px #38beea;
  box-shadow: 0 0 0 3px #22223a, 0 0 0 5px #38beea;
  outline: none;
  border-radius: 2px;
  z-index: 1090;
  position: relative;
}
.card h2 {
  font-size: 1.25rem;
  margin: 0;
}
.card .card-content {
  padding: 2rem;
  min-height: 110px;
  padding-bottom: 1rem;
}
.card .card-content .kicker {
  color: #38beea;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 0.16rem;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.card .card-content p {
  color: #adacb5;
}
.card .card-content p:last-of-type {
  margin-bottom: 0;
}
.card .card-image img {
  width: 100%;
  height: auto;
}
.card .card-footer {
  position: relative;
}
.card .card-footer .icon {
  position: absolute;
  right: 2rem;
  max-width: 20px;
  top: 50%;
  margin-top: -10px;
  transition: color 0.3s;
}
.card .card-footer a {
  background: transparent;
  border: none;
  color: #fff;
  padding: 1.25rem 2rem;
  width: 100%;
  text-align: left;
  display: block;
  opacity: 0;
  position: relative;
  top: 3px;
  font-weight: 400;
  transition: opacity 0.3s, top 0.3s ease 0s;
}
.card .card-footer a:hover, .card .card-footer a:focus {
  text-decoration: none;
  opacity: 1;
  top: 0;
}
.card .card-footer a:focus {
  box-shadow: inset 0 0 0 2px #38beea;
  outline: none;
  border-radius: 2px;
  z-index: 1090;
  position: relative;
}
.card .card-footer:after {
  content: "";
  width: 0%;
  height: 3px;
  background: #38beea;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.3s;
}
.card .card-footer:hover:after {
  width: 100%;
}
.card:hover .card-footer .icon, .card:focus .card-footer .icon {
  color: #38beea;
}
.card:hover .card-footer a, .card:focus .card-footer a {
  opacity: 1;
  top: 0;
}
.card:hover .card-footer:after, .card:focus .card-footer:after {
  width: 100%;
}






















/*-=-=-=-=-=-=-=-=-=-*/
/* Style             */
/*-=-=-=-=-=-=-=-=-= */

.at-icon-box {
  position:relative;
  padding: 37px 20px;  
}

.at-icon-box .at-icon-box-icon {
    color: #002e5b;
    margin: 0 0 8px;
    vertical-align: bottom;
}

.at-icon-box.at-icon-left .at-icon-box-icon {
    float: left;
}
.at-icon-box.at-icon-right .at-icon-box-icon {
  float: right;
}
.at-icon-box.at-icon-right {text-align:right;}

.at-icon-box.at-icon-left .at-icon-text, .at-icon-box.at-icon-right .at-icon-text{
    overflow: hidden;
}

.at-icon-box.at-icon-left h5, .at-icon-box.at-icon-right h5 {
    color: #004f9f;
    font-size: 18px;
    font-weight: 700;
  font-family: "Open Sans", sans-serif;
    padding-top: 0;
    margin-top: 0;
  line-height: 22px;
  letter-spacing:-1px;
background-clip: text;
-webkit-text-fill-color: transparent;
background-image: linear-gradient(90deg, rgb(16, 27, 45) 0%, rgb(0, 79, 159) 100%);
  background-clip: border-box;
-webkit-background-clip: text;
display:inline-block;
}

.at-icon-box.at-icon-left p, .at-icon-box.at-icon-right p {
    font-size: 13px;
    line-height: 18px;
}

.at-icon-box .at-icon-box-icon::after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

/*
.at-icon-box:hover {
    background: #f6f6f6 none repeat scroll 0 0;
}
.at-icon-box:hover .at-icon-box-icon {
    padding: 20px 0;
}
.at-icon-box:hover .at-icon-box-icon::before {
    height: 15px;
}
.at-icon-box:hover .at-icon-box-icon::after {
    height: 15px;
}
*/

.at-icon-box h5 {
    margin-bottom: 11px;
}
.at-icon-box .at-icon-text p:last-child {
    margin: 0;
}
.at-icon-box .at-icon-box-icon {
    transition: all 0.3s ease 0s;
}

.at-icon-box .at-icon-box-icon::before {
    background: #004f9f none repeat scroll 0 0;
    content: "";
    display: block;
    height: 0;
    left: 32px;
    position: absolute;
    top: -3px;
    transition: all 0.3s ease 0s;
    width: 6px;
}
.at-icon-box .at-icon-box-icon::after {
    background: #004f9f none repeat scroll 0 0;
    bottom: -3px;
    content: "";
    display: block;
    height: 0;
    left: 32px;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 6px;
}

.at-icon-box .at-icon-box-icon {
    position: relative;
}
.at-icon-box .at-icon-box-icon i {
    display: block;
    text-align: center;
    vertical-align: middle;	
	position: relative;
    color: #004f9f;
    height: 60px;
    width: 60px;
	font-size:40px;
	margin:0 auto;
background-clip: text;
-webkit-text-fill-color: transparent;
background-image: linear-gradient(90deg, rgb(0, 79, 159) 0%, rgb(16, 27, 45) 100%);
  background-clip: border-box;
-webkit-background-clip: text;
display:inline-block;
}



form[name="langSwitcher"] {display:none;}




#shuffle {position: relative; margin-left:-10px; margin-right:-15px;}
#shuffle article {width: 50%; min-height: 200px; overflow: hidden; /* cursor: pointer; */ opacity: 0; box-sizing:border-box; padding:15px; background:#ffffff; margin-bottom:20px;}
#shuffle article img {display: block; width: 100%; transition: all 0.8s;}

#shuffle article h4 {font-size:18px; line-height:25px; font-weight: 800; margin-top:15px;}

.btn-primary {font-weight:bold;}

.lds-dual-ring.hidden { 
display: none;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  position: absolute;
  height: 100px;
  width: 100px;
  left:50%;
  margin-left:-50px;
  top:50%;
  margin-top:-50px;
  border: 7px solid transparent;
  border-top-color: #1976d2;
  border-left-color: #1976d2;
  border-radius: 50%;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.lds-dual-ring:before {
  content: " ";
  display: block;
  position: absolute;
  width: 150px;
  height: 150px;
  left:50%;
  margin-left:-75px;
  top:50%;
  margin-top:-75px;
  border: 7px solid transparent;
  border-top-color: #03a9f4;
  border-left-color: #03a9f4;
  border-radius: 50%;
  -webkit-animation: spinBack 2.5s linear infinite;
  animation: spinBack 2.5s linear infinite;
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinBack {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-720deg);
    transform: rotate(-720deg);
  }
}

/*
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin:20% auto;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
*/

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.88);
    z-index: 999;
    opacity: 1;
    transition: all 0.5s;
}

.navbar-toggle {
	position: relative;
	z-index: 990;
	display: inline-block;
	/* width: 40px; */
	width:30px;
	height: 25px;
	cursor: pointer;
background: none;
border: 0;
margin-right:25px;
}

.line1, .line2, .line3 {
	background:#ffffff;
	width: 40px;
	height: 4px;
	position: absolute;
	transition: all 0.5s ease;
	border-radius:2px;
}

.line1 {top: 0;left: 0;transform: rotate(0);}
.line2 {top: 10px;left: 0;transform: rotate(0);opacity: 1;}
.line3 {top: 20px;left: 0;transform: rotate(0);}

.navbar-toggle.expanded .line1 {transform:rotate(45deg); top: 10px; background:#ffffff;}
.navbar-toggle.expanded .line2 {opacity: 0; background:#ffffff;}
.navbar-toggle.expanded .line3 {transform:rotate(-45deg);top: 10px; background:#ffffff;}

@media (max-width: 667px) {
  #shuffle article {
    width: 100%;
    min-height: 220px;
  }
  
  blockquote p {font-size:14px;}
  blockquote:after {display:none;}
  
    .at-icon-box {margin-left:0 !important; margin-right:0 !important; padding:20px 0px 25px 0}
	.at-icon-box .at-icon-box-icon {display:none;}
	.at-icon-box.at-icon-right {text-align:left;}
	.ico-box-wrapper {margin-bottom:30px;}

	.cd-words-wrapper b {white-space:normal;}

}


/* md - 75em */
@media only screen and (max-width: 75em) {
	
	.navbar-toggle {margin-bottom: 8px;}

	.navbar-main, .navbar-main.hide {-webkit-transition: all 0.45s; -moz-transition: all 0.45s; -o-transition: all 0.45s; transition: all 0.45s;}
		
	.navbar-main:not(.navbar-lng).hide {height:0; overflow:hidden; padding-top:0;}

	.navbar-main:not(.navbar-lng) {margin:0; border-bottom:0; position:absolute; left:-10px; right:-10px; /* top: calc(100% - 22px); */ top:100%; z-index:1; text-align:center; background: #131c2d; z-index:100; /* width:100%; */ float:none; margin-top:0; padding:12px 0; overflow:visible;}
	.navbar-main:not(.navbar-lng):after {
	  content: '';
	  display: table;
	  clear: both;
	}
	.navbar-main.hide {padding:0;}
	.navbar-main:not(.navbar-lng) li, .navbar-main:not(.navbar-lng) > li:nth-last-child(2), .navbar-main:not(.navbar-lng) > li:nth-child(3), .navbar-main:not(.navbar-lng) > li:nth-child(4), .navbar-main:not(.navbar-lng) > li:nth-child(2), .navbar-main:not(.navbar-lng) > li:nth-child(n+5) {display:block; height:auto; position:relative; margin:0; padding:0; float:none;}
	.navbar-main:not(.navbar-lng) li a, .navbar-main:not(.navbar-lng) > li:nth-last-child(2) > a {display:block; height:auto; line-height:20px; font-size:14px; padding: 10px 0; margin:0; border:0; background:transparent; color:#ffffff;}
	.navbar-main:not(.navbar-lng) li a:hover, .navbar-main:not(.navbar-lng) li.active a {border-bottom:0;}

	.navbar-main:not(.navbar-lng) li ul {display:none !important;}
	.navbar-main:not(.navbar-lng) li.expanded ul {display:block !important;}

	.navbar-main:not(.navbar-lng) ul {position:static; text-align:center; border:0; width: 100%; text-align:center; background: #535353;}
	.navbar-main:not(.navbar-lng) ul li a {display:block; text-align:center; padding: 5px 10px 8px 10px;}
	.navbar-main:not(.navbar-lng) ul li a:before {display:none;}
	.navbar-main:not(.navbar-lng) ul li {width:auto; height:auto;}
	
}