/*** MISC ***/
body, p {
  color: #53565a;
  font-size: 16px; }
body, p, h1, h2, h3, button, input, select, textarea {
  font-family: "vista-sans",sans-serif; }
a,
a:hover,
a:focus {
  color: #004990;
  text-decoration: underline; }
a:hover,
a:focus {
  text-decoration: none; }
button, .btn,
button:hover, .btn:hover,
button:focus, .btn:focus {
  color: #FFF;
  font-size: 12px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 3px;
  padding: 10px 45px;
  background-color: #41c4dc;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
button:hover, .btn:hover,
button:focus, .btn:focus {
  -webkit-box-shadow: 0 2px 6px 0 rgba(6, 10, 42, 0.15);
          box-shadow: 0 2px 6px 0 rgba(6, 10, 42, 0.15); }
button.blue, .btn.blue {
  color: #FFF;
  background-color: #004990; }
button.transparent-white, .btn.transparent-white {
  color: #FFF;
  border: 1px solid #FFF;
  background-color: transparent; }
button.transparent-white:hover,
.btn.transparent-white:hover {
  color: #004990;
  border: 1px solid #FFF;
  background-color: #FFF; }
button.transparent-blue, .btn.transparent-blue {
  color: #004990;
  border: 1px solid #004990;
  background-color: transparent; }
img {
  max-width: 100%; }
.mt-5 {
  margin-top: 5rem; }
.container {
  width: auto;
  max-width: 1140px; }
.form-control {
  color: #53565a;
  font-size: 16px;
  background-color: #FFF;
  border: solid 1px rgba(78, 78, 80, 0.1);
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px;
  height: auto; }
.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none; }
.form-group {
  margin-bottom: 20px; }
select.form-control {
  height: 45px; }
.label.error {
  display: block;
  padding: 10px;
  margin: 0px 0px 15px;
  white-space: normal;
  line-height: normal;
  background-color: #ff6666; }

/*** HEADER ***/
header {
  -webkit-box-shadow: 0 1px 2px 0 rgba(83, 86, 89, 0.25);
          box-shadow: 0 1px 2px 0 rgba(83, 86, 89, 0.25); }
header .logo {
  padding-top: 15px;
  padding-bottom: 10px; }
header span.search {
  position: absolute;
  right: 0;
  top: 52px;
  display: inline-block; }
header span.search a {
  width: 20px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../fonts/search.svg'); }

.search-bar {
	display: none;
	width: 100%;
	top: 0px;
	position: absolute;
	z-index: 9999999;
  padding: 15px 0px;
	background-color: #FFF; }
.search-bar form {
	padding-left: 55px;
	background-position: 15px center;
	background-repeat: no-repeat;
  background-image: url('../fonts/search.svg'); }
.search-bar input,
.search-bar input:focus {
	font-size: 30px;
	-webkit-box-shadow: none;
	        box-shadow: none;
	height: 89px;
  width: 100%;
	padding: 0px 10px;
	margin: 0px;
	border: 0px;
  outline: none;
	border-left: 1px solid #e4e4e4;
	background-color: #FFF; }
.search-bar .close {
	width: 20px;
	height: 20px;
	display: inline-block;
	float: right;
  opacity: 1;
	margin-top: 34px;
  margin-right: 15px;
	background-size: cover;
	background-image: url('../images/cancel.png'); }
.search-form input,
.search-form input:focus {
	font-size: 30px;
	-webkit-box-shadow: none;
	        box-shadow: none;
	height: 50px;
  width: 100%;
	padding: 0px 10px;
	margin: 0px;
	border: 0px;
  outline: none;
	border: 1px solid #e4e4e4;
	background-color: #FFF; }

/*** NAV ***/
.navbar-nav {
  float: right; }
.navbar-collapse {
  text-align: right;
  padding: 0; }
.navbar-nav ul {
  height: 119px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0;
  margin-right: 15px;
  padding: 0; }
.navbar-nav ul li {
  float: none;
  text-align: center;
  display: inline-block;
  padding: 0px 14px; }
.navbar-nav ul > li > a {
  color: #004990;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 116px;
  display: block;
  border-top: 3px solid #FFF; }
.navbar-nav ul > li > a.active,
.navbar-nav ul > li > a:focus,
.navbar-nav ul > li > a:hover {
  background-color: transparent;
  text-decoration: none;
  border-top: 3px solid #41c4dc;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
.navbar-nav ul > li:last-child a,
.navbar-nav ul > li:last-child a:hover,
.navbar-nav ul > li:last-child a:focus {
  color: #FFF;
  letter-spacing: 2px;
  padding: 10px 30px;
  border-radius: 3px;
  background-color: #41c4dc;
  border-top: 0;
  line-height: normal; }
.navbar-nav ul > li:last-child a:hover,
.navbar-nav ul > li:last-child a:focus {
  -webkit-box-shadow: 0 2px 6px 0 rgba(6, 10, 42, 0.15);
          box-shadow: 0 2px 6px 0 rgba(6, 10, 42, 0.15); }
body#contact .navbar-nav ul > li:last-child a {
  color: #004990;
  background-color: transparent;
  border: 1px solid #41c4dc; }
.navbar-nav .dropdown {
  position: relative;
  display: inline-block; }
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  background-color: transparent;
  border-color: #41c4dc; }
.navbar-nav .dropdown-menu {
  left: inherit;
  right: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  min-width: 195px; }
.navbar-nav .dropdown-menu a {
  color: #004990;
  font-size: 12px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: left;
  padding: 10px 12.5px;
  border-bottom: 1px solid #FFF;
  background-color: rgba(78, 78, 80, 0.1);
  display: block; }
.navbar-nav .dropdown-menu a:hover {
  color: #FFF;
  display: block;
  padding: 10px;
  border-bottom: 1px solid #004990;
  background-color: #004990; }
.navbar-nav ul>li.nav-item.dropdown>a {
  position: relative;
  padding-right: 15px; }
.navbar-nav ul>li.nav-item.dropdown>a .arrow {
  position: absolute;
  top: 39px;
  right: -17px; }
.navbar-nav ul>li.nav-item.dropdown>a .arrow em:before {
  border-right: 2px solid #41c4dc;
  content: '';
  display: block;
  height: 5px;
  margin-right: 5px;
  position: absolute;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
  right: 20px;
  top: 17px;
  width: 0; }
.navbar-nav ul>li.nav-item.dropdown>a .arrow em:after {
  border-right: 2px solid #41c4dc;
  content: '';
  display: block;
  height: 5px;
  position: absolute;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
  right: 22px;
  top: 17px;
  width: 0; }


/*** HEAD ***/
.head {
  height: 230px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
.head.home {
  height: auto;}
.head.home h1,
.head.home h2 {
  color: #FFF;
  font-size: 64px;
  font-weight: 500;
  letter-spacing: -1px;
  margin-bottom: 20px; }
.head.home p {
  color: #FFF;
  font-size: 28px;
  padding-right: 150px;
  margin: 0; }
.head.services {
  background-image: url('../images/head-services-bg.jpg'); }
.head.about {
  background-image: url('../images/head-about-bg.jpg'); }
.head.news {
  background-image: url('../images/head-news-bg.jpg'); }
.head.contact {
  background-image: url('../images/head-contact-bg.jpg'); }
.head.legals {
  background-image: url('../images/head-legals-bg.jpg'); }


/*** HOME ***/
.home-about {
  padding: 70px 0; }
.home-about h2 {
  color: #41c4dc;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0; }
.home-about p {
  color: #004990;
  font-size: 28px;
  margin: 0; }
.home-about .button {
  position: relative; }
.home-about .button a.btn{
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
.home-services .nav-tabs {
  width: 100%;
  border: 0; }
.home-services .nav-tabs>li {
  text-align: center;
  margin-right: 2%;
  width: 32%; }
.home-services .nav-tabs>li:last-child {
  margin-right: 0; }
.home-services .nav-tabs>li>a {
  color: #004990;
  font-size: 26px;
  text-decoration: none;
  padding: 20px 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background-color: rgba(78, 78, 80, 0.1); }
.home-services .nav-tabs > li > a:hover,
.home-services .nav-tabs > li > a:focus,
.home-services .nav-tabs > li > a:active,
.home-services .nav-tabs > li.active > a {
  color: #FFF;
  border: 0;
  background-color: #004990; }
.home-services .cont {
  background-color: #004990;
  padding: 65px 0; }
.home-services .cont .tab-content h2 {
  color: #FFF;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: -1px;
  padding-top: 15px;
  margin-top: 0;
  margin-bottom: 35px; }
.home-services .cont .tab-content,
.home-services .cont .tab-content p {
  color: #FFF; }
.home-services .cont .tab-content h2 + p {
  color:#41c4dc;
  font-size: 22px;
  margin-bottom: 40px; }
.home-services .cont .tab-content .text {
  padding: 30px 0; }
.home-services .cont .tab-content .pic {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
.home-services .cont .tab-content ul {
  list-style: none;
  margin-bottom: 60px;
  padding: 0; }
.home-services .cont .tab-content ul li {
  position: relative;
  padding: 10px 25px; }
.home-services .cont .tab-content ul li:before {
  content: '';
  width: 15px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 15px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-image: url(../fonts/check.svg); }
.home-services .nav-tabs>li.active {
  background-color: transparent; }
.home-team {
  padding: 70px 0; }
.home-team ul {
  margin: 0;
  padding: 0;
  list-style: none; }
.home-team ul li {
  float: left;
  padding: 5px;
  width: 50%; }
.home-team ul li .pic {
  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 285px; }
.home-team .box {
  height: 600px;
  line-height: 600px;
  padding: 0 15%;
  text-align: center; }
.home-team .box .text {
  display: inline-block;
  vertical-align: middle;
  line-height: normal; }
.home-team .box .text h2 {
  font-size: 42px;
  font-weight: 300;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 30px; }
.home-team .box .text h2 + p {
  color: #41c4dc;
  font-size: 22px;
  margin-bottom: 30px; }
.home-team .box .text .btn {
  margin-top: 30px; }
.home-about-iom {
  padding: 60px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/home-about-iom-bg.jpg); }
.home-about-iom .box {
  background-color: #FFF;
  padding: 80px 15%;
  border-radius: 3px; }
.home-about-iom .box h2 {
  font-size: 48px;
  font-weight: 300;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 30px; }
.home-about-iom h2 + p {
  color: #41c4dc;
  font-size: 22px;
  margin-bottom: 30px; }
.home-about-iom .btn {
  margin-top: 25px; }
.home-news {
  padding: 45px 0;
  background-color: rgba(78, 78, 80, 0.1); }
.home-news ul.newslist {
  margin: 30px 0;
  padding: 0; }
.home-news h2 {
  font-size: 28px;
  text-align: center;
  margin: 0;
  line-height: normal; }
.home-news .newslist .thumb {
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
.home-news .button {
  text-align: center; }
.home-cta {
  padding: 80px 0;
  background-color: #41c4dc; }
.home-cta .title {
  color: #FFF;
  font-size: 22px;
  line-height: normal;
  padding-top: 5px; }
.home-cta .button {
  text-align: right; }

/*** Home Slider ***/
.position-relative {
  position: relative; }
.home-slide {
  position: relative;
  min-height: 80vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-slide:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(103deg, #004990 0%, rgba(0, 73, 144, 0.00) 100%); }
.home-slider .slick-slider {
  margin-bottom:0;
}
.home-slider .slick-dots {
  bottom:40px;
  margin:0;
}
.home-slider .slick-dots li {
  width:30px;
  height:30px;
  margin:0;
}
.home-slider .slick-dots li button {
  -webkit-box-shadow: none;
          box-shadow: none;
  width:30px;
  height:30px;
}
.home-slider .slick-dots li button:before {
  top:10px;
  left:10px;
  content: '';
  background-color: #fff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
.home-slide a.btn {
  margin-top:40px;
}

/*** BREADCRUMBS ***/
.breadcrumbs {
  text-align: right; }
.breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  padding-top: 5px; }
.breadcrumb>li+li:before {
  color: #FFF; }
.breadcrumb li.active,
.breadcrumb li a,
.breadcrumb li a:hover,
.breadcrumb li a:focus {
  color: #FFF;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase; }


/*** CONTENT ***/
h1 {
  color: #004990;
  font-size: 48px;
  letter-spacing: -1px;
  font-weight: 300;
  margin-bottom: 30px;
  margin-top: 0; }
h2, h3 {
  color: #004990;
  font-size: 22px; }
mark {
  color: #41c4dc;
  font-size: 22px;
  background-color: transparent;
  margin-bottom: 40px;
  padding: 0px;
  display: inline-block; }
blockquote {
  color: #41c4dc;
  font-size: 22px;
  padding: 10px 30px;
  line-height: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
  border-left: 10px solid rgba(78, 78, 80, 0.1); }
blockquote p {
  color: #41c4dc;
  font-size: 22px;
  line-height: 30px; }
time {
  color: #004990;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 45px;
  display: block; }
.content {
  padding: 60px 0; }
.content-head {
  padding: 25px 0;
  background-color: #004990; }
.page-title {
  color: #FFF;
  font-size: 28px;
  line-height: normal; }
.related {
  margin-top: 75px; }
.related .title {
  color: #004990;
  font-size: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px; }
.related ul {
  list-style: none;
  padding: 20px 30px;
  background-color: rgba(78, 78, 80, 0.1);
  margin: 0; }
.related ul li {
  padding: 2.5px 0; }
.related ul.download li {
  position: relative;
  padding-left: 20px;  }
.related ul.download li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  height: 15px;
  margin-right: 10px;
  background-image: url('../fonts/download.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }


/*** ABOUT ***/
.teamlist {
  margin: 20px 0;
  -webkit-box-shadow: 0 1px 4px 0 rgba(78, 78, 80, 0.25);
          box-shadow: 0 1px 4px 0 rgba(78, 78, 80, 0.25); }
.teamlist .text {
  padding: 20px; }
.teamlist .team-detail {
  border-bottom: 1px solid rgba(78, 78, 80, 0.1); }
.teamlist .team-detail .pic {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
.teamlist .team-detail .name {
  color: #004990;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.5px; }
.teamlist .team-detail .job {
  margin-bottom: 50px;
  font-weight: 500; }
.teamlist .team-detail h2 {
  color: #004990;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0; }
.teamlist .team-detail a {
  color: #53565a;
  text-decoration: underline; }
.teamlist .team-detail a:hover {
  text-decoration: none; }
.job-list {
  display: block;
  padding-bottom: 15px;
  text-decoration: none; }
.job-list h3 {
  text-decoration: underline; }

/*** NEWS ***/
.newslist {
  padding: 0px; }
.newslist a {
  position: relative;
  display: block;
  text-decoration: none;
  border-radius: 3px;
  padding-bottom: 30px;
  border-bottom: 3px solid transparent;
  -webkit-box-shadow: 0 1px 4px 0 rgba(78, 78, 80, 0.25);
          box-shadow: 0 1px 4px 0 rgba(78, 78, 80, 0.25); }
.newslist a:hover,
.newslist a:focus {
  border-bottom: 3px solid #41c4dc; }
.newslist .thumb {
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
.newslist a .text {
  padding: 15px; }
.newslist a .text h2,
.newslist a .text h3 {
  margin-top: 0;
  margin-bottom: 10px; }
.newslist a .text .category {
  position: absolute;
  color: #004990;
  left: 15px;
  bottom: 10px;
  right: 15px;
  font-size: 12px;
  letter-spacing: 2px;
  display: block;
  padding-top: 10px;
  text-transform: uppercase;
  border-top: 1px solid rgba(78, 78, 80, 0.1); }


/*** NEWS DETAIL***/
.about-author {
  margin-top: 100px;
  display: block;
  text-decoration: none;
  background-color: rgba(78, 78, 80, 0.1); }
.about-author .text {
  padding: 20px; }
.about-author .pic {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
.about-author .title {
  color: #004990;
  font-size: 22px;
  margin-bottom: 10px; }
.about-author span {
  color: #004990;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block; }


/*** ERROR PAGE ***/
.e404 {
  padding-top: 50px;
  text-align: center; }
.e404 h1 {
  font-size: 38px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  margin: 50px 0px 25px; }


/*** CONTACT ***/
.mapwrap {
  position: relative;
  background-color: #004990;
  padding: 150px 0; }
.mapwrap .gmaps {
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0; }
.mapwrap h2 {
  color: #41c4dc;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 35px;
  margin: 0; }
.mapwrap p,
.mapwrap a {
  color: #FFF;
  display: inline-block;
  line-height: 35px; }
.mapwrap a {
  text-decoration: underline; }
.mapwrap a:hover {
  text-decoration: none; }
.form-contact {
  padding: 110px 0 70px 0;
  margin: 0; }
.form-contact h3 {
  color: #004990;
  font-size: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px; }
.form-contact form span {
  font-size: 12px; }
.form-contact form .button {
  text-align: right; }


/*** TESTIMONIALS***/
.testimonials {
  padding: 60px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/testimonials-bg.jpg'); }
.testimonials .box {
  padding: 60px 10%;
  background-color: #004990;
  border-radius: 3px; }
.testimonials .box blockquote {
  color: #FFF;
  border: 0;
  padding: 0;
  margin: 0; }
.testimonials .box blockquote cite {
  color: #41c4dc;
  font-size: 12px;
  letter-spacing: 2px;
  font-style: normal;
  text-transform: uppercase;
  display: block;
  margin-top: 25px; }


/***CTA***/
.cta {
  padding: 80px 0;
  background-color: #41c4dc; }
.cta .title {
  color: #FFF;
  font-size: 22px;
  line-height: normal;
  padding-top: 5px; }
.cta .button {
  text-align: right; }


/***PAGINATION***/
.subcontent {
  background-color: rgba(78, 78, 80, 0.1);
  border-top: 1px solid rgba(78, 78, 80, 0.1);
  padding: 50px 0; }
.pagination {
  width: 100%;
  margin: 0;
  text-align: center; }
.pagination li.page-item {
  color: #004990;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  padding: 0; }
.pagination li.page-item.prev {
  float: left; }
.pagination li.page-item.next {
  float: right; }
.pagination li.page-item.prev a,
.pagination li.page-item.next a {
  color: #004990;
  padding: 0;
  padding-top: 3px; }
.pagination li.page-item.prev a:hover,
.pagination li.page-item.prev a:focus,
.pagination li.page-item.next a:hover,
.pagination li.page-item.next a:focus {
  color: #004990;
  background-color: transparent; }
.pagination>li>a,
.pagination>li>span {
  color: #004990;
  font-size: 16px;
  background-color: transparent;
  padding: 1px 10px 3px 10px;
  border: 0; }
.pagination>li>span:focus,
.pagination>li>span:hover {
  color: #004990;
  background-color: transparent; }
.pagination li.page-item a:focus,
.pagination li.page-item a:hover,
.pagination li.page-item a.active {
  color: #FFF;
  background-color: #004990; }

/*** SERVICES FILTER ***/
body.services-filter .content {
  padding-bottom: 90px; }
body.services h1 {
  font-weight: normal;
  letter-spacing: normal;
  margin-bottom: 24px; }
body.services mark {
  color: #53565A;
  margin-bottom: 55px; }
body.services-filter form.filter-services {
  color: #53565A;
  font-size: 22px;
  line-height: 23px;
  text-align: center;
  padding: 55px 0 70px 0;
  text-align: center; }
body.services-filter form.filter-services .form-group {
  padding: 0 10px; }
body.services-filter form.filter-services .form-control {
  color: #004990;
  font-size: 22px;
  line-height: 23px;
  background: #F5F5F5;
  border-radius: 10px;
  border: 0;
  padding-right: 50px;
  padding-left: 20px;
  height: 60px;
  background-size: 15px;
  background-repeat: no-repeat;
  background-image: url('../fonts/sf-down-arrow.svg');
  background-position: top 25px right 20px; }
body.services-filter h2 {
  color: #41C4DC;
  font-size: 16px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 20px; }
body.services-filter form.filter-services select::-ms-expand {
  display: none; }
body.services-filter form.filter-services select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
ul.services-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0 -10px; }
ul.services-cards li {
  padding: 10px; }
ul.services-cards .box {
  color: #53565a;
  height: 100%;
  display: block;
  text-decoration: none;
  background-color: #F5F5F5; }
ul.services-cards.animate .box {
  text-align: center; }
ul.services-cards .thumb {
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
.services-cards.animate .thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 170px; }
ul.services-cards .thumb img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }
.services-cards.animate .thumb img {
  -o-object-fit: none;
     object-fit: none;
  width: auto;
  max-height: 100px; }
ul.services-cards .thumb img:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); }
.services-cards.animate .thumb img:hover {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }
ul.services-cards .text {
  min-height: 230px;
  padding: 30px 40px; }
ul.services-cards h3 {
  color: #004990;
  font-weight: normal;
  font-size: 20px;
  line-height: 21px;
  margin-top: 0;
  margin-bottom: 15px; }
.services-main-pic {
  width: 100%;
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
.related-wrap {
  margin: 80px 0; }
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.related-box {
  min-height: 260px;
  height: 100%;
  border-top: 5px solid #41C4DC;
  background-color: #F5F5F5;
  padding: 40px; }
.related-box .title {
  color: #004990;
  font-weight: normal;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 25px; }
.related-box ul {
  list-style: none;
  padding: 0;
  margin: 0; }
.related-box ul li {
  padding: 3px 0; }
.related-box ul li a {
  color: #53565A; }
.contact-experts-section {
  margin-top: 80px;
  margin-bottom: 50px; }
.contact-experts-section h2 {
  color: #004990;
  font-weight: normal;
  font-size: 48px;
  line-height: 51px;
  margin-top: 0;
  margin-bottom: 50px; }
.contact-experts-section .box {
  background-color: #F5F5F5; }
.contact-experts-section .pic {
  height: 360px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
.contact-experts-section .text {
  padding: 50px 45px 40px 15px;
  height: 100%; }
.contact-experts-section .text .name {
  color: #004990;
  font-weight: normal;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 7px;}
.contact-experts-section .text .job {
  color: #53565A;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 27px; }
.contact-experts-section .text .call {
  margin-top: 30px;
  color: #004990; }
.contact-experts-section .text .call a {
  color: #004990;
  text-decoration: none; }
.contact-experts-section .text .email a {
  color: #004990; }

/*** REGISTER***/
body.register h1 {
  font-weight: normal;
  letter-spacing: normal; }
.form-wrap {
  position: relative;
  background-color: #004990;
  padding: 70px 0 80px 0; }
.form-wrap .pic-bg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
.form-wrap .padding {
  padding-right: 10%; }
.form-wrap h2 {
  color: #FFFFFF;
  font-weight: normal;
  font-size: 28px;
  line-height: 39px;
  margin-bottom: 15px;
  margin-top: 0; }
.form-wrap p {
  color: #FFF;
  line-height: 24px; }
form.register-form {
  margin-top: 45px; }
form.register-form .btn {
  letter-spacing: 0.1em;
  font-weight: 500; }
form.register-form .form-control {
  color: #7E8083;
  font-size: 18px;
  border: 0; }
form.register-form .form-control::-moz-placeholder {
  color: #7E8083; }
form.register-form .form-control:-ms-input-placeholder {
  color: #7E8083; }
form.register-form .form-control::-webkit-input-placeholder {
  color: #7E8083; }
.fsBody,
.fsBody .fsForm {
  margin: 0px !important;
  padding: 0px !important;
  background: transparent !important; }
.fsBody {
  padding-top: 45px !important; }
.fsBody .fsFieldRow input {
  color: #7E8083 !important;
  font-size: 18px !important;
  font-family: "vista-sans", sans-serif;
  border: 0;
  padding: 10px !important;
  height: auto !important;
  line-height: 1.42857143 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;  }
.fsBody .fsFieldRow input::-moz-placeholder {
  color: #7E8083; }
.fsBody .fsFieldRow input:-ms-input-placeholder {
  color: #7E8083; }
.fsBody .fsFieldRow input::-webkit-input-placeholder {
  color: #7E8083; }
.fsForm .fsSubmit {
  text-align: left !important;
  margin: 0px !important;
  padding: 0px !important; }
.fsForm .fsSubmit input {
  color: #FFF;
  font-size: 12px !important;
  font-family: "vista-sans", sans-serif !important;
  letter-spacing: 0.1em;
  line-height: initial !important;
  text-transform: uppercase;
  border-radius: 3px !important;
  padding: 10px 45px;
  background-color: #41c4dc !important;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }


/***ASIDE***/
aside .nav,
aside .nav .subnav {
  list-style: none; }
aside .title-nav {
   display: none; }
aside #aside-nav li.panel{
  margin: 0!important;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }
.panel {
  margin-bottom: 0;
  border: 0;
  border-radius: 0; }
.nav-stacked>li+li {
  margin: 0; }
aside .nav > li > a {
  color: #004990;
  font-size: 12px;
  letter-spacing: 2px;
  display: block;
  background-color: rgba(78, 78, 80, 0.1);
  text-decoration: none;
  text-transform: uppercase;
  padding: 12.5px 15px; }
aside .nav > li.panel > a.collapsed {
  color: #004990;
  text-decoration: none;
  background-color: rgba(78, 78, 80, 0.1); }
aside .nav > li.panel > a,
aside .nav > li > a:hover,
aside .nav > li > a:focus,
aside .nav > li > a.active,
aside .nav > li > a.collapsed:hover,
aside .nav > li > a.collapsed:focus {
  color: #FFF;
  background-color: #004990; }
aside .nav .subnav {
  padding: 0; }
aside .nav .subnav li a {
  color: #2c2d65;
  padding: 8px 25px;
  text-decoration: none;
  border-left: 4px solid #004990;
  display: block; }
aside .nav .subnav li a:hover,
aside .nav .subnav li a.active {
  color: #41c4dc;
  border-left: 4px solid #41c4dc; }
aside .nav .panel span.arrow:before {
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  content: '';
  display: block;
  height: 7px;
  margin-right: 5px;
  position: absolute;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
      transform: rotate(50deg);
  right: 20px;
  top: 17px;
  width: 0; }
aside .nav a span.arrow:after {
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  content: '';
  display: block;
  height: 7px;
  position: absolute;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
  right: 20px;
  top: 17px;
  width: 0; }
aside .nav a.collapsed span.arrow:before {
  border-right: 2px solid #7c9fc0;
  content: '';
  display: block;
  height: 7px;
  margin-right: 5px;
  position: absolute;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
  right: 20px;
  top: 17px;
  width: 0; }
aside .nav a.collapsed span.arrow:after {
  border-right: 2px solid #7c9fc0;
  content: '';
  display: block;
  height: 7px;
  position: absolute;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
  right: 20px;
  top: 17px;
  width: 0; }
aside .nav > li > a:focus span.arrow:before,
aside .nav > li > a:focus span.arrow:after,
aside .nav a:hover span.arrow:before,
aside .nav a.collapsed:hover span.arrow:before,
aside .nav a:hover span.arrow:after,
aside .nav a.collapsed:hover span.arrow:after,
aside .nav a.active span.arrow:before,
aside .nav a.collapsed.active span.arrow:before,
aside .nav a.active span.arrow:after,
aside .nav a.collapsed.active span.arrow:after {
  border-right: 2px solid #FFF; }
aside .contact-experts {
  margin-top: 125px; }
aside .contact-experts img {
  width: 100%; }
aside .contact-experts .title {
  color: #FFF;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px 15px;
  background-color: #004990; }
aside .contact-experts .experts-detail {
  background-color: rgba(78, 78, 80, 0.1);
  padding: 20px; }
aside .contact-experts .experts-detail .name {
  color: #004990;
  font-size: 22px; }
aside .contact-experts .experts-detail .job {
  margin-bottom: 45px; }
aside .contact-experts .experts-detail .email {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }
aside .contact-experts .experts-detail a {
  color: #53565a; }
aside .sectionTitle {
  color: #004990;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 15px;
  margin-bottom: 20px;
  border-top: 2px solid #41c4dc;
  display: block; }
aside .social {
  text-align: center; }
aside .social a {
  display: block; }


/*** ICO's ***/
svg {
  width: 100%;
  height: 100%; }
[class^="ico-"] {
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-position: center; }
[class^="ico-sn-"] {
  width: 20px;
  height: 20px;
  margin-right: 0;
  margin-bottom: 20px;  }
.ico-sn-fb{
  background-image: url('../fonts/facebook.svg'); }
.ico-sn-t {
  width: 24px;
  background-image: url('../fonts/twitter.svg'); }
.ico-sn-ln {
  width: 24px;
  background-image: url('../fonts/linkedin.svg'); }
.ico-sn-gplus {
  width: 32px;
  background-image: url('../fonts/gplus.svg'); }
#subscribe {
	margin:50px 0 0;
}

/*** FOOTER ***/
footer .menu-newsletter {
  padding: 30px 0 50px 0;
  background-color: #004990; }
footer .menu-newsletter .sectionTitle {
  color: #41c4dc;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px; }
footer .menu-newsletter .menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px 0px 25px 0px !important; }
footer .menu-newsletter .menu ul li a,
footer .menu-newsletter .menu ul li a:hover,
footer .menu-newsletter .menu ul li a:focus {
  color: #FFF;
  font-size: 14px;
  text-decoration: none; }
footer .menu-newsletter .menu ul li a:hover,
footer .menu-newsletter .menu ul li a:focus {
  text-decoration: underline; }
footer .menu-newsletter .newsletter {
  text-align: right; }
footer .menu-newsletter .newsletter .sectionTitle {
  text-transform: none; }
footer .menu-newsletter .newsletter form .form-control {
  color: rgba(83, 86, 90, 0.5);
  height: 40px;
  font-size: 12px;
  margin-right: -5px;
  border-radius: 3px 0 0 3px; }
footer .menu-newsletter .newsletter form button {
  height: 40px;
  padding: 10px 15px; }
footer .copy-logo {
  padding: 10px 0; }
footer .copy-logo .copy {
  padding-top: 5px; }
footer .copy-logo .copy p {
  color: rgba(78, 78, 80, 0.5);
  font-size: 11px;
  margin: 0; }
footer .copy-logo .copy p a,
footer .copy-logo .copy p a:hover,
footer .copy-logo .copy p a:focus {
  color: rgba(78, 78, 80, 0.5); }
footer .copy-logo .logo {
  text-align: right; }


/*** MOBILE ***/
@media only screen and (max-width: 767px) {
  body {
    padding-top: 80px; }
  .mob-nopadding {
    padding: 0; }
  header {
    top: 0px;
    position: fixed;
    width: 100%;
    height: 80px;
    z-index: 999;
    background-color: #FFF;
    -webkit-transition: top 0.25s ease-in-out;
    -o-transition: top 0.25s ease-in-out;
    transition: top 0.25s ease-in-out; }
  header.nav-up {
     top: -80px; }
  header.nav-up .navbar-collapse.in {
     display: none; }
  header .logo {
    z-index: 999;
    position: relative;
    padding-top: 10px; }
  header span.search {
    right: 0px;
    line-height: 60px;
    top: 10px;
    padding-left: 20px;
    padding-right: 25px;
    border-left: 2px solid rgba(78, 78, 80, 0.1); }
  header span.search a {
    vertical-align: middle; }
  .search-bar {
    padding: 15px; }
	.search-bar input, .search-bar input:focus {
		font-size:18px;
		height:50px;}
	.search-bar .close {
		margin-top:15px;}
  .head {
    height: 120px; }
  .head.home {
    height: auto; }
  .head.home h1,
  .head.home h2 {
    font-size: 32px;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
    margin-top: 0; }
  .head.home p {
    font-size: 18px;
    padding-right: 0; }
  .home-slide {
    min-height: 62vh;
    padding:0 20px;}
  .home-slide a.btn {
    margin-top:30px;}
  .home-slider .slick-dots {
    bottom:20px;}
  .navbar-header {
    height: 80px; }
  .nav.navbar-nav {
    position: relative;
    z-index: 999;
    margin: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    float: none;
    padding: 0px; }
  button.navbar-toggle {
    color: #004990;
    font-size: 12px;
    padding: 0;
    letter-spacing: 2px;
    display: inline-block;
    background-color: transparent;
    border-radius: 0;
    margin: 30px 82px 0 0; }
  button.navbar-toggle:hover,
  button.navbar-toggle:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .navbar-nav ul {
    height: auto;
    display: inherit;
    margin: 0px; }
  .navbar-nav ul > li {
    display: block;
    padding: 0; }
  .navbar-nav ul > li > a,
  .navbar-nav ul > li:last-child a,
  body#contact .navbar-nav ul > li:last-child a {
    color: #FFF;
    background-color:#004990;
    line-height: normal;
    padding: 15px 0;
    border-top: 0;
    border-bottom: 1px solid #FFF;
    display: block; }
  .navbar-collapse {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0;
    position: relative;
    z-index: 9; }
  .navbar-nav ul > li:last-child a:hover,
  .navbar-nav ul > li:last-child a:focus,
  body#contact .navbar-nav ul > li:last-child a:hover,
  body#contact .navbar-nav ul > li:last-child a:focus,
  .navbar-nav ul>li>a.active,
  .navbar-nav ul>li>a:focus,
  .navbar-nav ul>li>a:hover {
    color: #004990;
    background-color: #FFF;
    border: 0;
    border-bottom: 1px solid transparent; }
  .navbar-nav .dropdown {
    width: 100%;
    background-color: #FFF; }
  .nav .open>a, .nav .open>a:focus, .nav .open>a:hover,
  .navbar-nav .dropdown-menu a {
    color: #004990;
    text-align: center;
    background-color: rgba(78, 78, 80, 0.1); }
  .navbar-nav .dropdown-menu a:hover
  .navbar-nav .dropdown-menu a:focus {
    color: #FFF;
    background-color: #004990; }
	.navbar-nav ul>li.nav-item.dropdown>a .arrow {
		top:17px;}
  .navbar-nav ul>li.nav-item.dropdown>a .arrow em:before {
    top: 3px;
    right: 30px; }
  .navbar-nav ul>li.nav-item.dropdown>a .arrow em:after {
    top: 3px;
    right: 31px; }
  .home-about {
    padding: 15px 0; }
  .home-about .button a.btn {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 100%; }
  .home-about h2 {
    font-size: 12px;
    letter-spacing: 2px; }
  .home-about p {
    font-size: 18px;
    margin-bottom: 15px; }
  .home-services .cont .tab-content .text {
    padding: 15px 0; }
  .home-services .cont .tab-content h2 {
    font-size: 32px;
    font-weight: 300;
    letter-spacing: -0.7px;
    padding: 0;
    margin-bottom: 10px; }
  .home-services .cont .tab-content h2 + p {
    font-size: 16px;
    margin-bottom: 20px; }
  .home-services .cont .tab-content ul {
    margin-bottom: 20px; }
  .home-services .cont .tab-content ul li {
    padding: 7px 25px; }
  .home-services .cont .tab-content ul li:before {
    top: 12px; }
  .home-services .cont .tab-content a.find-more {
    width: 100%; }
  .home-team {
    padding: 15px 0; }
  .home-team ul li {
    padding: 3px; }
  .home-team ul li .pic {
    height: 150px; }
  .home-team .box {
    height: auto;
    line-height: normal;
    padding: 15px 0 0;
    text-align: left; }
  .home-team .box .text h2 {
    font-size: 32px;
    font-weight: 300;
    letter-spacing: -0.7px;
    margin-top: 10px;
    margin-bottom: 15px; }
  .home-team .box .text h2 + p {
    font-size: 16px;
    margin-bottom: 20px; }
  .home-team .box .text .btn {
    margin-top: 20px;
    width: 100%; }
  .home-about-iom {
    background-size: 100% 240px;
    background-position: top;
    background-repeat: no-repeat;
    padding: 240px 0 0 0; }
  .home-about-iom .box {
    padding: 15px 0;
    border-radius: 0; }
  .home-about-iom .box h2 {
    font-size: 32px;
    font-weight: 300;
    letter-spacing: -0.7px;
    margin-bottom: 10px; }
  .home-about-iom h2 + p {
    font-size: 16px;
    margin-bottom: 20px; }
  .home-about-iom .btn {
    width: 100%; }
  .home-news {
    padding: 15px 0; }
  .home-news h2 {
    font-size: 22px; }
  .home-news ul.newslist {
    margin: 5px 0; }
  .home-news [class*="block-grid-"]>* {
    padding: 10px 0; }
  .home-news .button .btn {
    width: 100%; }
  .newslist a,
  .newslist a:hover {
    padding: 0;
    border-bottom: 0; }
  .newslist a .text {
    background-color: #FFF; }
  .newslist a .text p,
  .newslist a .text .category {
    display: none; }
  .home-services .nav-tabs>li {
    margin-right: 0;
    width: 33.33%; }
  .home-services .nav-tabs>li a {
    font-size: 11px;
    padding: 10px; }
  .home-services .cont {
    padding: 0; }
  .home-services .cont .tab-content .pic {
    height: 140px; }
  .home-cta {
    padding: 45px 0; }
  .home-cta .title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 25px; }
  .home-cta .button {
    text-align: center; }
  .breadcrumb {
    display: none; }
  .pagination {
    text-align: center; }
  .pagination>li>a, .pagination>li>span {
    font-size: 13px;
    padding: 0px 8px 2px 8px; }
  .pagination li.page-item {
    display: inline-block; }
  .pagination li.page-item.prev,
  .pagination li.page-item.next {
    width: 100%;
    text-align: center;
    float: left; }
  .pagination li.page-item.prev.inline {
    float: left;
    display: inline-block;
    width: auto; }
  .pagination li.page-item.next.inline {
    float: right;
    display: inline-block;
    width: auto; }
  .pagination li.page-item.prev a,
  .pagination li.page-item.next a {
    float: none; }
  h1 {
    font-size: 25px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    margin-top: 20px; }
  mark {
    font-size: 16px;
    margin-bottom: 15px; }
  blockquote {
    font-size: 18px;
    padding: 5px 15px;
    line-height: 22px;
    margin-top: 25px;
    margin-bottom: 25px;
    border-left-width: 5px; }
  time {
    letter-spacing: 1px;
    margin-bottom: 15px; }
  .content {
    padding: 20px 0; }
  .content-head {
    padding: 15px 0; }
  .page-title {
    font-size: 26px; }
  .subcontent {
    padding: 15px;
    border: 0; }
  .related {
    margin-top: 30px; }
  .related ul {
    margin-bottom: 20px;
    padding: 15px; }
  .related ul li a {
    font-size: 14px; }
  .related .title {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    width: 100%; }
  .teamlist .text {
    padding: 15px; }
  .teamlist .team-detail .pic {
    height: 275px;
    background-position: top center; }
  .teamlist .team-detail .job {
    margin-bottom: 25px; }
  .about-author {
    margin-top: 30px; }
  .about-author .pic {
    height: 200px;
    background-position: top center; }
  .about-author .text {
    margin: 0; }
  .newslist a img {
    width: 100%; }
  .mapwrap {
    padding: 25px 0 0 0; }
  .mapwrap .gmaps {
    position: static;
    width: 100%;
    height: 200px;
    margin-top: 20px; }
  .mapwrap h2 {
    font-size: 14px;
    line-height: 25px; }
  .mapwrap p, .mapwrap a {
    font-size: 14px;
    line-height: 20px; }
  .form-contact {
    padding: 30px 0; }
  .form-contact h3 {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 15px; }
  .form-contact form .button {
    margin-top: 20px;
    text-align: center; }
  .testimonials .box {
    text-align: center;
    padding: 15px;
    border-radius: 0; }
  .testimonials {
    padding: 30px 10px; }
  .testimonials .box blockquote {
    font-size: 18px;
    line-height: 25px; }
  .testimonials .box blockquote cite {
    font-size: 10px;
    letter-spacing: 1px;
    margin-top: 15px; }
  .cta {
    padding: 45px 0; }
  .cta .title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 25px; }
  .cta .button {
    text-align: center; }
  body.services mark {
    font-size: 18px;
    margin-bottom: 20px; }
  body.services-filter .content {
    padding-bottom: 30px; }
  body.services-filter .content .padding {
    padding: 0 15px; }
  ul.services-cards {
    margin: 0;
    display: block; }
  ul.services-cards .thumb {
    height: 220px; }
  ul.services-cards .text {
    min-height: auto;
    padding: 20px; }
  .contact-experts-section .text .call {
    margin-top: 20px; }
  .related-wrap .d-flex {
    display: block; }
  .related-box {
    margin-bottom: 20px; }
  .related-wrap {
    margin: 30px 0; }
  .contact-experts-section {
    margin-top: 30px;
    margin-bottom: 30px; }
  .contact-experts-section h2 {
    font-size: 35px;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 20px; }
  .contact-experts-section .text {
    padding: 20px; }
  .contact-experts-section .text .name {
    font-size: 26px; }
  .contact-experts-section .text .job {
    margin-bottom: 20px; }
  .form-wrap .pic-bg {
    display: none; }
  .form-wrap .padding {
    padding: 0; }

  aside .nav {
    display: none; }
  aside .title-nav {
    position: relative;
    color: #FFF;
    font-size: 16px;
    display: block;
    margin: 0px;
    padding: 10px 15px;
    text-transform: uppercase;
    background-color: #004990; }
  aside .title-nav .arrow:before {
    border-right: 2px solid #FFF;
    content: '';
    display: block;
    height: 7px;
    position: absolute;
    margin-right: 5px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    right: 20px;
    top: 17px;
    width: 0; }
  aside .title-nav .arrow:after {
    border-right: 2px solid #FFF;
    content: '';
    display: block;
    height: 7px;
    position: absolute;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
        transform: rotate(50deg);
    right: 20px;
    top: 17px;
    width: 0; }
  aside .title-nav.active .arrow:before {
    border-right: 2px solid #FFF;
    content: '';
    display: block;
    height: 7px;
    margin-right: 5px;
    position: absolute;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
        transform: rotate(50deg);
    right: 20px;
    top: 17px;
    width: 0; }
  aside .title-nav.active .arrow:after {
    border-right: 2px solid #FFF;
    content: '';
    display: block;
    height: 7px;
    position: absolute;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    right: 20px;
    top: 17px;
    width: 0; }
  aside .contact-experts {
    margin: 30px 0 15px 0; }
  aside .contact-experts img {
    width: 100%; }
  aside .social a {
    display: inline-block;
    margin: 0 12px; }
	#subscribe {
		margin:10px 0;}
  footer .menu-newsletter {
    text-align: center;
    padding: 30px 0; }
  footer .menu-newsletter .logo-cert {
    max-width: 50px; }
  footer .menu-newsletter .newsletter {
    text-align: center; }
  footer .menu-newsletter .menu ul {
    margin-bottom: 15px; }
  footer .menu-newsletter .sectionTitle {
    letter-spacing: 0.5px;
    margin-bottom: 5px; }
  footer .menu-newsletter .newsletter .sectionTitle {
    margin-bottom: 10px; }
  footer .menu-newsletter .newsletter form .form-control {
    border-radius: 0; }
  footer .menu-newsletter .newsletter form button {
    width: 100%;
    border-radius: 0; }
  footer .copy-logo {
    padding: 20px 0; }
  footer .copy-logo .copy {
    text-align: center; }
  footer .copy-logo .copy p {
    font-size: 10px; }
  footer .copy-logo .copy p span.legals {
    display: block;
    margin-bottom: 10px; }
  footer .copy-logo .logo {
    text-align: center;
    margin-bottom: 20px; }
  #cookieModal .btn {
    margin-bottom: 10px; }
}

/*** TABLET ***/
@media only screen and (min-width: 768px) and (max-width: 991px ) {

  button, .btn {
    font-size: 10px;
    padding: 10px;
    width: 100%; }
  .home-news .btn {
    width: auto;
    padding: 10px 25px; }
  header span.search {
    right: 15px; }
  .navbar-collapse.collapse {
    margin-right: 12px; }
  .navbar-nav {
    margin: 0; }
  .navbar-nav ul li {
    padding: 0px 8px; }
  .navbar-nav ul>li>a {
    font-size: 9px;
    letter-spacing: 1px; }
  .head {
    height: 180px; }
  .head.home {
    height: auto; }
  .head.home h1,
  .head.home h2 {
    font-size: 44px;
    margin-bottom: 25px; }
  .head.home p {
    font-size: 25px;
    padding-right: 50px; }
  .home-slide {
    min-height: 56vh;
    padding:0 30px;}
  .home-slide .btn {
    width: auto;
    padding: 10px 20px;}
  .home-about {
    padding: 40px 0; }
  .home-about p {
    font-size: 25px; }
  .home-services .cont {
    padding: 40px 0; }
  .home-services .nav-tabs>li>a {
    padding: 10px 0;
    font-size: 22px; }
  .home-services .cont .tab-content ul {
    margin-bottom: 40px; }
  .home-services .cont .tab-content .text {
    padding: 15px 0; }
  .home-services .cont .tab-content h2 {
    font-size: 42px;
    padding-top: 0px;
    margin-bottom: 20px; }
  .home-services .cont .tab-content h2 + p {
    font-size: 20px;
    margin-bottom: 25px; }
  .home-services .cont .tab-content ul li {
    padding: 5px 25px; }
  .home-services .cont .tab-content ul li:before {
    top: 9px; }
  .home-team {
    padding: 40px 0; }
  .home-team ul li .pic {
    height: 210px; }
  .home-team .box {
    height: 440px;
    line-height: 440px;
    padding: 0 5%; }
  .home-team .box .text h2 {
    font-size: 38px;
    margin-bottom: 25px; }
  .home-team .box .text h2 + p {
    font-size: 20px;
    margin-bottom: 25px; }
  .home-team .box .text .btn {
    margin-top: 20px; }
  .home-about-iom .box {
    padding: 35px 5%; }
  .home-about-iom .box h2 {
    font-size: 42px;
    margin-bottom: 20px; }
  .home-about-iom h2 + p {
    font-size: 20px;
    margin-bottom: 20px; }
  .home-cta .title {
    font-size: 20px; }
  .breadcrumb {
    padding-top: 4px; }
  .breadcrumb>li+li:before {
    padding: 0;
    font-size: 10px; }
  .breadcrumb li.active,
  .breadcrumb li a,
  .breadcrumb li a:hover,
  .breadcrumb li a:focus {
    font-size: 14px;
    letter-spacing: 1px; }
  h1 {
    font-size: 30px;
    margin-bottom: 20px; }
  h2, h3 {
    font-size: 20px; }
  mark {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px; }
  blockquote {
    font-size: 18px;
    padding: 0 0 0 20px;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 20px; }
  .related {
    margin-top: 40px; }
  .related ul.download li {
    font-size: 13px; }
  .content {
    padding: 40px 0; }
  .content-head {
    padding: 20px 0; }
  .subcontent {
    padding: 15px 0; }
  .teamlist .text {
    padding-right: 0; }
  .teamlist .team-detail .job {
    margin-bottom: 20px; }
  .teamlist .team-detail .name {
    font-size: 20px; }
  .teamlist .team-detail h2 {
    font-size: 15px;
    letter-spacing: normal; }
  .newslist a .text h2 {
    font-size: 15px;
    letter-spacing: 2px; }
  .newslist a .text p {
    font-size: 14px; }
  .newslist a .text .category {
    font-size: 10px;
    letter-spacing: 1px; }
  .about-author .title {
    font-size: 20px;
    margin-bottom: 5px; }
  .about-author p {
    font-size: 14px; }
  .about-author .text {
    padding: 15px; }
  .about-author span {
    font-size: 14px;
    letter-spacing: normal; }
  .form-contact {
    padding: 60px 0; }
  .mapwrap {
    padding: 55px 0; }
  .mapwrap p, .mapwrap a {
    line-height: 25px; }
  .cta .title {
    font-size: 18px; }
  .pagination>li>a, .pagination>li>span {
    font-size: 14px; }
  body.services-filter .content {
    padding-bottom: 50px; }
  ul.services-cards .thumb {
    height: 180px; }
  ul.services-cards .text {
    padding: 15px; }
  .form-wrap {
    position: relative;
    background-color: #004990;
    padding: 50px 0; }
  form.register-form {
    margin-top: 25px; }
  .form-wrap p {
    font-size: 14px;
    line-height: 20px; }
  .form-wrap .padding {
    padding: 0; }
  aside .nav > li > a {
    font-size: 12px; }
  aside .sectionTitle {
    font-size: 10px;
    letter-spacing: normal; }
  aside .contact-experts {
    margin-top: 20px; }
  aside .contact-experts .experts-detail {
    padding: 10px; }
  aside .contact-experts .experts-detail .name {
    font-size: 12px; }
  aside .contact-experts .experts-detail .job {
    margin-bottom: 20px; }
  aside .contact-experts .title {
    font-size: 10px;
    letter-spacing: normal; }
  aside .contact-experts .experts-detail a {
    display: block;
    font-size: 15px; }
  footer .menu-newsletter .sectionTitle {
    font-size: 11px;
    letter-spacing: 1px; }
  footer .menu-newsletter .menu ul li a {
    font-size: 15px; }
  footer .copy-logo .copy p {
    font-size: 10px; }
  footer .btn {
    width: auto; }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .head.home {
    height: auto;
    padding-bottom: 0px; }
  .head.home h1,
  .head.home h2 {
    font-size: 60px;
    margin-bottom: 35px; }
  header span.search {
    right: 15px; }
  .navbar-collapse.collapse {
    margin-right: 10px; }
  .home-team ul li .pic {
    height: 265px; }
  .home-team .box {
    height: 540px;
    line-height: 540px;
    padding: 0 10%; }
  .home-cta .title {
    font-size: 20px; }
  .content {
    padding: 50px 0; }
  .teamlist .team-detail .text a {
    font-size: 14px; }
  .mapwrap {
    padding: 90px 0; }
  .form-contact {
    padding: 70px 0; }
  aside .contact-experts .experts-detail .job {
    margin-bottom: 30px; }
  aside .contact-experts .experts-detail a {
    font-size: 13px; }
  .cta .title {
    font-size: 18px; }

}

[class*="block-grid-"]{display:block;margin:-15px;padding:0 .9375rem}[class*="block-grid-"]:before,[class*="block-grid-"]:after{content:" ";display:table}[class*="block-grid-"]:after{clear:both}[class*="block-grid-"]>*{display:inline;padding:15px;height:auto;float:left;list-style:none}.block-grid-xs-1>*{width:100%}.block-grid-xs-1>*:nth-of-type(n){clear:none}.block-grid-xs-1>*:nth-of-type(1n+1){clear:both}.block-grid-xs-2>*{width:50%}.block-grid-xs-2>*:nth-of-type(n){clear:none}.block-grid-xs-2>*:nth-of-type(2n+1){clear:both}.block-grid-xs-3>*{width:33.333333333333336%}.block-grid-xs-3>*:nth-of-type(n){clear:none}.block-grid-xs-3>*:nth-of-type(3n+1){clear:both}.block-grid-xs-4>*{width:25%}.block-grid-xs-4>*:nth-of-type(n){clear:none}.block-grid-xs-4>*:nth-of-type(4n+1){clear:both}.block-grid-xs-5>*{width:20%}.block-grid-xs-5>*:nth-of-type(n){clear:none}.block-grid-xs-5>*:nth-of-type(5n+1){clear:both}.block-grid-xs-6>*{width:16.666666666666668%}.block-grid-xs-6>*:nth-of-type(n){clear:none}.block-grid-xs-6>*:nth-of-type(6n+1){clear:both}.block-grid-xs-7>*{width:14.285714285714286%}.block-grid-xs-7>*:nth-of-type(n){clear:none}.block-grid-xs-7>*:nth-of-type(7n+1){clear:both}.block-grid-xs-8>*{width:12.5%}.block-grid-xs-8>*:nth-of-type(n){clear:none}.block-grid-xs-8>*:nth-of-type(8n+1){clear:both}.block-grid-xs-9>*{width:11.11111111111111%}.block-grid-xs-9>*:nth-of-type(n){clear:none}.block-grid-xs-9>*:nth-of-type(9n+1){clear:both}.block-grid-xs-10>*{width:10%}.block-grid-xs-10>*:nth-of-type(n){clear:none}.block-grid-xs-10>*:nth-of-type(10n+1){clear:both}.block-grid-xs-11>*{width:9.090909090909092%}.block-grid-xs-11>*:nth-of-type(n){clear:none}.block-grid-xs-11>*:nth-of-type(11n+1){clear:both}.block-grid-xs-12>*{width:8.333333333333334%}.block-grid-xs-12>*:nth-of-type(n){clear:none}.block-grid-xs-12>*:nth-of-type(12n+1){clear:both}@media (min-width: 768px){.block-grid-sm-1>*{width:100%}.block-grid-sm-1>*:nth-of-type(n){clear:none}.block-grid-sm-1>*:nth-of-type(1n+1){clear:both}.block-grid-sm-2>*{width:50%}.block-grid-sm-2>*:nth-of-type(n){clear:none}.block-grid-sm-2>*:nth-of-type(2n+1){clear:both}.block-grid-sm-3>*{width:33.333333333333336%}.block-grid-sm-3>*:nth-of-type(n){clear:none}.block-grid-sm-3>*:nth-of-type(3n+1){clear:both}.block-grid-sm-4>*{width:25%}.block-grid-sm-4>*:nth-of-type(n){clear:none}.block-grid-sm-4>*:nth-of-type(4n+1){clear:both}.block-grid-sm-5>*{width:20%}.block-grid-sm-5>*:nth-of-type(n){clear:none}.block-grid-sm-5>*:nth-of-type(5n+1){clear:both}.block-grid-sm-6>*{width:16.666666666666668%}.block-grid-sm-6>*:nth-of-type(n){clear:none}.block-grid-sm-6>*:nth-of-type(6n+1){clear:both}.block-grid-sm-7>*{width:14.285714285714286%}.block-grid-sm-7>*:nth-of-type(n){clear:none}.block-grid-sm-7>*:nth-of-type(7n+1){clear:both}.block-grid-sm-8>*{width:12.5%}.block-grid-sm-8>*:nth-of-type(n){clear:none}.block-grid-sm-8>*:nth-of-type(8n+1){clear:both}.block-grid-sm-9>*{width:11.11111111111111%}.block-grid-sm-9>*:nth-of-type(n){clear:none}.block-grid-sm-9>*:nth-of-type(9n+1){clear:both}.block-grid-sm-10>*{width:10%}.block-grid-sm-10>*:nth-of-type(n){clear:none}.block-grid-sm-10>*:nth-of-type(10n+1){clear:both}.block-grid-sm-11>*{width:9.090909090909092%}.block-grid-sm-11>*:nth-of-type(n){clear:none}.block-grid-sm-11>*:nth-of-type(11n+1){clear:both}.block-grid-sm-12>*{width:8.333333333333334%}.block-grid-sm-12>*:nth-of-type(n){clear:none}.block-grid-sm-12>*:nth-of-type(12n+1){clear:both}}@media (min-width: 992px){.block-grid-md-1>*{width:100%}.block-grid-md-1>*:nth-of-type(n){clear:none}.block-grid-md-1>*:nth-of-type(1n+1){clear:both}.block-grid-md-2>*{width:50%}.block-grid-md-2>*:nth-of-type(n){clear:none}.block-grid-md-2>*:nth-of-type(2n+1){clear:both}.block-grid-md-3>*{width:33.333333333333336%}.block-grid-md-3>*:nth-of-type(n){clear:none}.block-grid-md-3>*:nth-of-type(3n+1){clear:both}.block-grid-md-4>*{width:25%}.block-grid-md-4>*:nth-of-type(n){clear:none}.block-grid-md-4>*:nth-of-type(4n+1){clear:both}.block-grid-md-5>*{width:20%}.block-grid-md-5>*:nth-of-type(n){clear:none}.block-grid-md-5>*:nth-of-type(5n+1){clear:both}.block-grid-md-6>*{width:16.666666666666668%}.block-grid-md-6>*:nth-of-type(n){clear:none}.block-grid-md-6>*:nth-of-type(6n+1){clear:both}.block-grid-md-7>*{width:14.285714285714286%}.block-grid-md-7>*:nth-of-type(n){clear:none}.block-grid-md-7>*:nth-of-type(7n+1){clear:both}.block-grid-md-8>*{width:12.5%}.block-grid-md-8>*:nth-of-type(n){clear:none}.block-grid-md-8>*:nth-of-type(8n+1){clear:both}.block-grid-md-9>*{width:11.11111111111111%}.block-grid-md-9>*:nth-of-type(n){clear:none}.block-grid-md-9>*:nth-of-type(9n+1){clear:both}.block-grid-md-10>*{width:10%}.block-grid-md-10>*:nth-of-type(n){clear:none}.block-grid-md-10>*:nth-of-type(10n+1){clear:both}.block-grid-md-11>*{width:9.090909090909092%}.block-grid-md-11>*:nth-of-type(n){clear:none}.block-grid-md-11>*:nth-of-type(11n+1){clear:both}.block-grid-md-12>*{width:8.333333333333334%}.block-grid-md-12>*:nth-of-type(n){clear:none}.block-grid-md-12>*:nth-of-type(12n+1){clear:both}}@media (min-width: 1200px){.block-grid-lg-1>*{width:100%}.block-grid-lg-1>*:nth-of-type(n){clear:none}.block-grid-lg-1>*:nth-of-type(1n+1){clear:both}.block-grid-lg-2>*{width:50%}.block-grid-lg-2>*:nth-of-type(n){clear:none}.block-grid-lg-2>*:nth-of-type(2n+1){clear:both}.block-grid-lg-3>*{width:33.333333333333336%}.block-grid-lg-3>*:nth-of-type(n){clear:none}.block-grid-lg-3>*:nth-of-type(3n+1){clear:both}.block-grid-lg-4>*{width:25%}.block-grid-lg-4>*:nth-of-type(n){clear:none}.block-grid-lg-4>*:nth-of-type(4n+1){clear:both}.block-grid-lg-5>*{width:20%}.block-grid-lg-5>*:nth-of-type(n){clear:none}.block-grid-lg-5>*:nth-of-type(5n+1){clear:both}.block-grid-lg-6>*{width:16.666666666666668%}.block-grid-lg-6>*:nth-of-type(n){clear:none}.block-grid-lg-6>*:nth-of-type(6n+1){clear:both}.block-grid-lg-7>*{width:14.285714285714286%}.block-grid-lg-7>*:nth-of-type(n){clear:none}.block-grid-lg-7>*:nth-of-type(7n+1){clear:both}.block-grid-lg-8>*{width:12.5%}.block-grid-lg-8>*:nth-of-type(n){clear:none}.block-grid-lg-8>*:nth-of-type(8n+1){clear:both}.block-grid-lg-9>*{width:11.11111111111111%}.block-grid-lg-9>*:nth-of-type(n){clear:none}.block-grid-lg-9>*:nth-of-type(9n+1){clear:both}.block-grid-lg-10>*{width:10%}.block-grid-lg-10>*:nth-of-type(n){clear:none}.block-grid-lg-10>*:nth-of-type(10n+1){clear:both}.block-grid-lg-11>*{width:9.090909090909092%}.block-grid-lg-11>*:nth-of-type(n){clear:none}.block-grid-lg-11>*:nth-of-type(11n+1){clear:both}.block-grid-lg-12>*{width:8.333333333333334%}.block-grid-lg-12>*:nth-of-type(n){clear:none}.block-grid-lg-12>*:nth-of-type(12n+1){clear:both}}
