body {
  background: #fff;
  color: #666;
  font: 14px/1.6 'Open Sans', 'Tahoma', 'Arial', sans-serif;
  position: relative;
}

a {
  color: #012754;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out 0s;
}
a:hover {
  color: #7da0c8;
  text-decoration: none;
}
p {
  margin: 0 0 12px 0;
}
.block {
  margin: 0 0 30px 0;
}
ul, ol {
  margin: 0 0 12px 18px;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
}
b, strong {
  font-weight: 600;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #012754;
  font-family: 'Open Sans', 'Helvetica', 'Tahoma', sans-serif;
  margin: 0 0 20px 0;
  font-weight: normal;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 24px;
  margin: 30px 0 30px 0;
}
.path-frontpage h2 {
  margin: 0 0 30px 0;
}
h3 {
  font-size: 18px;
  margin: 0 0 14px 0;
}
.path-frontpage h3 {
  margin: 0 0 14px 0;
}
h4 {
  font-size: 14px;
  margin: 0 0 12px 0;
}
h5,
h6 {
  font-size: 14px;
  margin: 0 0 12px 0;
}

h1 a,
h2 a,
h1 a:hover,
h2 a:hover {
  color: #012754;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  text-align: center;
}
.clear {
  clear: both;
}
.nopadding {
  padding: 0!important;
}

.site-branding__logo img {
  height: 51px;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../images/loading.gif');
}

#page-wrapper {
  position: relative;
}

#logo {
  margin: 15px 15px 0 15px;
}
#logo a {
  color: #fff;
}
#site-logo {
  display: inline-block;
  margin: 0 15px 0 0;
}
h1#site-title {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  font-size: 20px;
  text-transform: uppercase;
}
#site-slogan {
  color: #fff;
  margin: 5px 0 5px 0;
}

#main {
  margin: 30px 0 60px 0;
}
.path-frontpage #main {
  margin: 0;
}
#main .node-teaser {
  margin: 0 0 20px;
}

#main #content ul li {
  list-style: none;
}
#main ul.inline li,
#main .breadcrumb > li,
#main ul.primary li,
#main ul.links li {
  background: none;
  padding-left: 0;
}

#main #content .quickedit-field ul li {
  list-style: none;
  margin: 0 0 8px;
  position: relative;
  padding: 0 0 0 20px;
}
#main #content .quickedit-field ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
  background: #012754;
}
#main #content .quickedit-field ul.links li {
  padding: 0;
}
#main #content .quickedit-field ul li:before {
  display: none;
}

#sidebar {
  padding-bottom: 30px;
}
#sidebar h2,
#sidebar h3 {
  margin-top: 0;
}

#breadcrumbs {
  font-size: 12px;
  margin: 0 0 25px 0;
}
#breadcrumbs a {
  text-decoration: none;
}
.breadcrumb {
  background-color: #f5f5f5;
  border-radius: 4px;
  margin-bottom: 0;
}
.breadcrumb > li + li:before {
  content: "\f054";
  color: #666;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 9px;
}

a.readmore {
  font-size: 14px;
  background: none;
  border: 2px solid #012754;
  color: #012754;
  display: block;
  padding: 10px 0px;
  width: 150px;
  margin: 0 auto;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 500ms ease-in-out 0s;
}
a.readmore:hover {
  border: 2px solid #012754;
  background: #012754;
  color: #fff;
}

/*-------------------------------------------*
/* Slidebox
/*-------------------------------------------*/
#slidebox {
  position: relative;
  zoom: 1;
}
.flex-direction-nav a {
  color: #fff;
  border-width: 0px;
  display: block;
  height: 32px;
  margin: -16px 0 0;
  text-indent: 0;
  width: 19px;
  font-size: 0;
  padding: 15px;
  text-decoration: none;
}
.flex-direction-nav a {
  opacity: .4;
}
@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev,
	.flex-direction-nav .flex-next {
		opacity: .4;
	}
}
.flex-direction-nav a:hover {
  opacity: 1;
}
.flex-direction-nav a.flex-prev {
  left: 15px;
  background: url(../images/left-arrow.png) center center no-repeat;
}
.flex-direction-nav a.flex-next {
  right: 15px;
  background: url(../images/right-arrow.png) center center no-repeat;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  background-position-y: center;
}
.overlay {
  background: url(../images/overlay.png);
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 100;
}
.flex-caption {
  color: #b6cbe4;
  position: absolute;
  text-align: center;
  top: 40%;
  z-index: 101;
  padding: 0 50px;
  width: 100%;
  font-size: 22px;

  animation-name: fadeInUp;
  /* animation-name: zoomIn; */

  -webkit-animation-duration: 2s;
  -o-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-duration: 2s;

  -webkit-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.flex-caption h2 {
  color: #fff;
  font-size: 56px;
  font-weight: 300;
}
.flex-caption h2 a:link,
.flex-caption h2 a:visited {
  color: #fff;
}
.flex-caption a.readmore {
  font-size: 14px;
  border: 1px solid #fff;
  color: #fff;
  margin: 30px auto;
}
.flex-caption a.readmore:hover {
  background-color: rgb(255, 255, 255, 0.3);
  border: 1px solid transparent;
  color: #fff;
}
@media (max-width: 992px) {
  .flex-caption {
		font-size: 18px;
	}
	.flex-caption h2 {
	  font-size: 36px;
	}
}
@media (max-width: 767px) {
  .flex-caption {
	  top: 20%;
  }
  .flex-caption h2 {
    font-size: 26px;
  }
  .flex-caption .description {
	  display: none;
  }
}

/*-------------------------------------------*
/* Top Columns
/*-------------------------------------------*/
#top-columns {
  padding: 50px 0 40px;
}
@media (max-width: 767px) {
  #top-columns {
    padding: 40px 0 0;
  }
}
#top-columns h2 {
  text-align: center;
  margin: 0 0 30px;
}
.top-block {
	margin: 0 0 20px;
}

/*-------------------------------------------*
/* welcome
/*-------------------------------------------*/
#welcome {
   background: #f1f6fc;
   margin: 0 0 50px;
   padding: 50px 0 40px;
}
#welcome h2 {
  text-align: center;
  position: relative;
  margin: 0 0 60px;
}
#welcome img {
  box-shadow: 2.481px 12.761px 23px 0px rgba(213, 213, 213, 0.75);
}
#welcome .col-xs-12 {
  padding-bottom: 30px;
}
#welcome a.readmore {
  margin: 0;
}
@media (max-width: 992px) {
  #welcome a.readmore {
    margin: 0 auto;
  }
}

/*-------------------------------------------*
/* Top Block
/*-------------------------------------------*/
#top-block {
  margin: 60px 0 0;
}

#top-block h2,
#welcome h2,
#content_bottom h2,
#team h2,
#testimonials h2,
#news h2 {
  text-align: center;
  position: relative;
  margin: 0 0 60px;
}
#top-block h2:before,
#welcome  h2:before,
#content_bottom  h2:before,
#team h2:before,
#testimonials h2:before,
#news h2:before {
  content: '';
  width: 62px;
  height: 3px;
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -31px;
  background: #95b1d2;
}

.service-block,
.news-block,
.article-block {
  margin-bottom: 50px;
}
.service-block .icon {
  float: left;
  border-right: 1px solid #e3e3e3;
  padding: 0 15px 10px 0;
  margin: 0 15px 0;
  color: #7da0c8;
  font-size: 36px;
  line-height: 36px;
}
.service-block .description,
.news-block .description,
.atricle-block .description {
	margin: 15px 0 0;
}
.service-block h3 {
  padding: 2px 0 0;
  margin: 0 0 4px;
}
.service-block .slogan {
  font-style: italic;
  font-size: 14px;
  color: #7da0c8;
}
.service-block .photo,
.news-block .photo,
.article-block .photo {
  margin: 0 0 15px;
}
.service-block .photo img,
.news-block .photo img,
.article-block .photo img {
  width: 100%;
}

.news-block a,
.article-block a {
  display: inline-block;
}
.service-block .img-box,
.news-block .img-box,
.article-block .img-box {
  overflow: hidden;
  position: relative;
  margin: 0 0 12px;
}
@media (max-width: 767px) {
  .img-box {
    max-width: 320px;
  }
}
.service-block .img-box img,
.news-block .img-box img,
.article-block .img-box img {
  transition: all .4s ease-in-out;
}
@keyframes hvr-ripple-out {
  0% {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    opacity: 1;
  }
  100% {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    opacity: 0;
  }
}
.service-block:hover .img-box img,
.news-block:hover .img-box img,
.article-block:hover .img-box img {
  transform:scale3D(1.1,1.1,1);
}
.service-block .overlay,
.news-block .overlay,
.article-block .overlay {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  transform:scale(0.5);
  background: rgba(1,39,84,0.7);
}
.service-block:hover .overlay,
.news-block:hover .overlay,
.article-block:hover .overlay {
  opacity: 1;
  transform:scale(1);
}
.service-block .overlay .play-button,
.news-block .overlay .play-button,
.article-block .overlay .play-button {
  width: 72px;
  height: 72px;
  margin: 0 auto;
  text-align: center;
  line-height: 72px;
  font-size: 28px;
  border-radius: 50%;
  background:#fff;
  position: relative;
  top:50%;
  transform:translateY(-50%);
}
.service-block .overlay .play-button:before,
.news-block .overlay .play-button:before,
.article-block .overlay .play-button:before {
  content: '';
  position: absolute;
  border-radius: 50%;
  top:-10px;
  right: -10px;
  bottom: -10px;
  left:-10px;
  border: 1px solid rgba(255,255,255,0.5);
  -webkit-animation: hvr-ripple-out 1.2s ease-in-out infinite;
  animation: hvr-ripple-out 1.2s ease-in-out infinite;
}
.flaticon-unlink:before {
  content: "\f0c1";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*-------------------------------------------*
/* Content Top
/*-------------------------------------------*/
#content_top {
  margin: 30px 0 30px;
  overflow: hidden;
}
.path-frontpage .feed-icon{
  display: none;
}


/*-------------------------------------------*
/* Projects
/*-------------------------------------------*/
.project-block .img-box {
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.project-block.views-row {
  margin: 0;
  padding: 1px;
}
.project-block .img-box img {
  transition: all .4s ease-in-out;
  width: 100%;
}
.project-block:hover .img-box img {
  transform:scale3D(1.1,1.1,1);
}
.project-block .overlay {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  transform:scale(0.5);
  transition: all .3s ease-in-out;
}
.project-block:hover .overlay {
  opacity: 1;
  transform:scale(1);
}
.project-block .overlay h3 {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 30px;
}
.project-block .overlay a {
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: block;
  padding: 20px 0;
}
.readmore.all-projects {
  margin: 30px auto 0;
}

/*-------------------------------------------*
/* Team
/*-------------------------------------------*/
#team {
  background: #f5f5f5;
  padding: 30px 0 0 0;
  margin: 40px 0 40px 0;
}
.team {
  width: 150px;
  text-align: center;
  display: inline-block;
  overflow: hidden;
  position: relative;
  margin: 0 0 30px;
}
.team img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
.team img:hover {
  width: 150px;
  border-radius: 50%;
}
.team .title {
  margin: 12px 0 0;
  font-size: 15px;
}
.team .position {
  font-size: 13px;
  font-style: italic;
}
.team .ring {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  border: 10px solid #fff;
  opacity: 0.50;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}
.team:hover .ring {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*-------------------------------------------*
/* Testimonials
/*-------------------------------------------*/
#testimonials {
  background: #f5f5f5;
  padding: 30px 0 0 0;
  margin: 30px 0 40px 0;
}
.testimonials img {
  width: 120px;
  border-radius: 50%;
}
.testimonials .title {
  font-style: italic;
}

/*-------------------------------------------*
/* News
/*-------------------------------------------*/
.page-node-type-news .quickedit-field {
  margin: 0 0 15px;
}
.news-block .date {
  display: inline-block;
  border-radius: 5px;
  background: #f5f5f5;
  padding: 6px 15px;
  margin: 0 0 15px;
}
.news-block .text {
  height: 200px;
  overflow: hidden;
}
.path-frontpage .news-block .text {
  height: auto;
}
@media (max-width: 767px) {
  .news-block .text {
    height: auto;
  }
}
.news-sidebar-block {
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
}
.news-sidebar-image {
  float: left;
  margin: 0 15px 10px 0;
  width: 70px;
}
.news-sidebar-block .date {
  margin: 0 0 4px;
  font-size: 13px;
  color: #7da0c8;
}
.news-sidebar-block h3 {
  font-size: 14px;
  margin: 0;
}

/*-------------------------------------------*
/* Gallery
/*-------------------------------------------*/
.gallery-block {
  font-size: 14px;
  margin: 0;
}
.gallery-block .img-box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.gallery-block .img-box img {
  width: 100%;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
}
.gallery-block .img-box img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
}

/*-------------------------------------------*
/* Articles
/*-------------------------------------------*/
.article-block .text {
  height: 150px;
  overflow: hidden;
}
.path-frontpage .articles-block .text {
  height: auto;
}
@media (max-width: 767px) {
  .article-block .text {
    height: auto;
  }
}

/*-------------------------------------------*
/* Bottom Columns
/*-------------------------------------------*/
#bottom-columns {
  margin: 50px 0 30px 0;
  font-size: 13px;
}
#bottom-columns h2 {
  text-align: center;
  font-size: 18px;
  margin: 0 0 18px 0;
}


/*-------------------------------------------*
/* Footer
/*-------------------------------------------*/
footer.site-footer {
  background: #012754 url('../images/footer-bg.png') bottom center no-repeat;;
  border-top: 1px solid #e9e9e9;
  color: #8894a0;
  font-size: 12px;
  padding: 40px 0;
  position: relative;
}
footer.site-footer a {
  color: #abb3bc;
}
footer.site-footer h2 {
  color: #abb3bc;
  font-size: 14px;
}
#footer-columns {
  margin: 0 0 20px;
}
ul.social-icon  {
  margin: 0;
}
.social-icon li {
  display: inline-block;
  list-style: none;
  margin: 0;
}
.social-icon li a {
  background: #f9f9f9;
  border-radius: 100%;
  color: #999;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  margin: 0 8px 8px 0;
}
.social-icon li a:hover {
  background: #f2f2f2;
  color: #000000;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.contact-details {
  margin-bottom: 10px;
}
.contact-details .contact-icon {
  display: inline-block;
}

/*-------------------------------------------*
/* Admin Tabs
/*-------------------------------------------*/
ul.primary {
  border-bottom: 1px solid #bbb;
  margin: 0 0 15px 0;
  padding: 0;
}
ul.primary li {
  display: inline;
}
ul.primary li a {
  background: none;
  border: none;
  border-radius: 4px 4px 0 0;
  display: block;
  float: left;
  margin: 0;
  padding: 0 1em;
  margin-right: 5px;
}
ul.primary li a:hover, ul.primary li a.is-active {
  background: #666;
  border: none;
  color: #fff;
}
ul.primary li a:hover {
  background: #888;
  text-decoration: none;
}

ul.secondary {
  background: #666;
  border-bottom: 1px solid #bbb;
  margin: 0 0 15px 0;
  clear: both;
  padding: 0;
}
ul.secondary li {
  display: inline;
  border-right: none;
}
ul.secondary li a, ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  padding: 0 1em;
}
ul.secondary li a:hover, ul.secondary li a.is-active {
  background: #888;
  color: #fff;
  text-decoration: none;
}
ul.secondary a.active {
  border-bottom: none;
}

ul.inline, ul.links.inline {
  margin-left: 0;
  padding: 0;
}
ul.inline li {
  display: inline;
  list-style: none;
  margin: 0 2px;
  padding: 0;
}

/*-------------------------------------------*
/* Tags
/*-------------------------------------------*/
article .meta {
  font-size: 12px;
  color: #8a8a8a;
  margin: 0 0 12px;
}
.links li a {
  background-color: #eee;
  border-radius: 4px;
  color: #666;
  padding: 4px 5px;
}
.links li a:hover {
  background-color: #f5f5f5;
}
.field--name-field-tags {
  margin: 0 0 12px;
}
.field--name-field-tags ul.inline {
  display: inline;
}
label {
  font-weight: 600;
}

/*-------------------------------------------*
/* Comments
/*-------------------------------------------*/
section.comments {
  margin-top: 30px;
}
article.comment {
  border-bottom: 1px solid #ebebeb;
  margin: 0 0 20px 0;
  overflow: hidden;
  padding: 0 0 10px 0;
}
.indented {
  margin-left: 25px;
}
.comment-side {
  float: left;
  margin: 0 20px 0 0;
}
.comment-side img {
  border: 1px solid #ebebeb;
  float: left;
  margin: 0 0 12px 0;
  padding: 4px;
}
.comment-side .comment-time {
  font-size: 11px;
}
.comment-side .comment-permalink,
.comment-form .filter-wrapper {
  display: none;
}

/*-------------------------------------------*
/* Search block
/*-------------------------------------------*/
.search-block-form {
  /*border: 1px solid #e8e8e8;*/
  height: 36px;
  border-radius: 4px;
  margin: 0 0 30px 0;
  max-width: 280px;
}
.search-block-form h2 {
  display: none;
}
.search-block-form input[type='search'] {
  background: none;
  border: none;
  color: #8a8a8a;
  font-size: 13px;
  padding: 8px 12px 8px 12px;
  width: 100%;
}
.search-block-form .form-item-keys {
  float: left;
  width: 86%;
}
@media (max-width: 1200px) and (min-width: 767px) {
  .search-block-form .form-item-keys {
    width: 76%;
  }
}

.search-block-form .form-actions .form-submit {
  background: url(../images/search.png) no-repeat 0 0;
  border: none;
  cursor: pointer;
  display: block;
  height: 36px;
  overflow: hidden;
  padding: 0;
  text-indent: -9999px;
  width: 34px;
}

.f-left,
.f-right,
#main #content img.align-left {
  float: left;
  margin: 5px 15px 10px 0;
  border-radius: 3px;
  transition: all 600ms ease-in-out 0s;
  -webkit-transition: all 600ms ease-in-out 0s;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}
.f-right,
#main #content img.align-right {
  float: right;
  margin: 5px 0 10px 15px;
}
.views-field-changed {
  font-size: 12px;
  color: #8a8a8a;
  margin: 0 0 12px;
}

.views-row,
.views-element-container,
#block-userlogin {
  margin: 0 0 30px;
}
.form-item, .form-actions {
  margin: 0 0 15px 0;
}
.form-item input[type='text'],
.form-item input[type='password'],
.form-item input[type='email'] {
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  color: #8a8a8a;
  height: 36px;
  padding: 8px 12px 8px 12px;
}
textarea {
  border: 1px solid #eee;
  border-radius: 3px;
  color: #8a8a8a;
  padding: 8px 12px 8px 12px;
}
.form-actions input[type='submit'] {
  font-size: 14px;
  border: 2px solid #012754;
  background: #012754;
  color: #fff;
  display: inline-block;
  padding: 10px 40px;
  text-transform: uppercase;
  border-radius: 5px;

  text-align: center;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out 0s;
}
.form-actions input[type='submit']:hover {
  color: #012754;
  border: 2px solid #012754;
  background: none;
}

div[aria-label="Status message"] {
  color: #155724;
  background-color: #d4edda;
  margin: 12px 0;
  padding: 10px 20px;
  border: 1px solid #c3e6cb;
}
div[aria-label="Warning message"] {
  color: #856404;
  background-color: #fff3cd;
  margin: 12px 0;
  padding: 10px 20px;
  border: 1px solid #ffeeba;
}
div[aria-label="Error message"] {
  color: #721c24;
  background-color: #f8d7da;
  margin: 12px 0;
  padding: 10px 20px;
  border: 1px solid #f5c6cb;
}
div[aria-label="Status message"] a,
div[aria-label="Warning message"] a,
div[aria-label="Error message"] a {
  color: #0b2e13;
}

table th,
table td {
  padding: 3px 10px;
  border: 1px solid #ccc;
}

.form-item label {
  display: block;
  font-weight: normal;
}

.path-frontpage .views-row article {
  border: 1px solid #eee;
  padding: 15px 15px 10px 15px;
  border-radius: 3px;
}
.path-frontpage .views-row article h2 a {
  color: #333;
}
.path-frontpage .views-row article h2 a:hover {
  color: #012754;
}

.views-element-container {
  overflow: hidden;
}
#block-focus-userlogin {
  margin-bottom: 50px;
}

.pager {
  clear: both;
  padding: 30px 0 0;
}




