@import url('https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext');
body {
  font-family: 'Muli', sans-serif;
}

.header {
  padding-top: 10px;
  padding-bottom: 10px;
  color: inherit;
}

.header .logo {
  float: left;
  width: 80px;
}
.header .logo img {width: 100%;}

.header .menu {
  float: right;
  width: 75%;
}

.header .menu ul {
  padding: 0;
  float: right;
  margin: 14px 0 0 0;
}

.header .menu ul li {
  display: inline-block;
  padding: 10px 0 10px 20px;
  font-weight: 800;
  font-size: 12px;
}

.header .menu ul a:hover {
  text-decoration: none;
}

.header .menu ul li:hover {
  color: #eb1e27;
}

.header .menu ul a {
  color: #000;
  font-weight: 500;
}

.header .menu .language {
  width: 100%;
  float: right;
  padding: 0px 0;
}

.header .menu .language .btn-group {
  float: right;
}

.header .menu .language .btn-group .active {
  background: #ea1d26;
  color: #fff !important;
  }

.header .menu .language .btn-group .btn {color: #e21d24;border:1px solid #ea1d26;font-size: 10px;}
.home-slogan {
  background: url('../images/world-map-black.png');
  height: 30%;
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-size: contain;
  text-align: center;
  padding-top: 4%;
  background-position-y: 20px;
  padding-bottom: 4%;
}
.home-slogan h2 { font-weight: bold;}
.home-slogan p {
    font-weight: 300;
}

.home-slogan hr {
  border: 3px solid #000;
  width: 100px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.home-slogan2 {
  background: url('../images/world-map-black.png');
  height: 420px;
  background-repeat: no-repeat;
  background-position-x: 80%;
  background-size: 60%;
  padding-top: 130px;
  background-position-y: 20px;
  padding-bottom: 10px;
  float: left;
  width: 100%;
}
.home-slogan2 h2 {
    font-size: 24px;
    font-weight: 800;
}
.home-slogan2 hr {
  border: 3px solid #000;
  width: 100px;
  margin-top: 10px;
  margin-bottom: 20px;
  float: left;
}
.home-slogan3    {
  border: 3px solid #000;
  width: 100px;
  margin-top: 10px;
  margin-bottom: 20px;
  float: none !important;
}

.home-slogan2 p {
  float: left;
  width: 100%;
  color: #777777;
  font-weight: 600;
}

/*=========================
    Icons
   ================= */

/* footer social icons */

ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}

.social-network a {
  background: #777;
}

/* footer social icons */

.social-network a.icoRss:hover {
  background-color: #F56505;
}

.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
  background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
  background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
  background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
  color: #fff;
}

a.socialIcon:hover, .socialHoverClass {
  color: #44BCDD;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
}

.social-circle li i {
  margin: 0;
  line-height: 40px;
  text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #fff;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

footer {
  font-size: 12px;
  width: 100%;
  float: left;
  background: #F3F3F3;
}

footer .title {
  font-size: 18px;
  text-align: center;
  padding: 20px 0;
  font-weight: 700;
}

footer .menu ul {
  padding: 0;
  margin: 10px 0;
}

footer .menu ul li {
  list-style-type: none;
  display: inline-block;
  padding: 10px 20px;
  color: #000;
  font-size: 10px;
}

footer .menu ul li:hover {
  color: #eb1e27;
}

footer .menu ul li a {}

footer .copy {
  padding: 0 0 20px 0;
  font-size: 10px;
}

#nav-icon2 {
  display: none;
}

.slick-prev {
  left: 5% !important;
  width: 55px !important;
  height: 55px !important;
  z-index: 2;
}

.slick-next {
  right: 5% !important;
  width: 55px !important;
  height: 55px !important;
}

.slick-prev:before, .slick-next:before {
  font-size: 60px !important;
}

.statistics-count {
  text-align: center;
  width: 20%;
  height: 120px;
  float: left;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #707070;
  color: #000;
  margin: 2%;
  margin-top: 10px;
  -webkit-transition: margin-top 1s;
  /* Safari */
  transition: margin-top 1s;
}

.statistics-count:hover {
  background: rgba(255, 51, 51, 1);
  background: -moz-linear-gradient(top, rgba(255, 51, 51, 1) 0%, rgba(117, 127, 154, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 51, 51, 1)), color-stop(100%, rgba(117, 127, 154, 1)));
  background: -webkit-linear-gradient(top, rgba(255, 51, 51, 1) 0%, rgba(117, 127, 154, 1) 100%);
  background: -o-linear-gradient(top, rgba(255, 51, 51, 1) 0%, rgba(117, 127, 154, 1) 100%);
  background: -ms-linear-gradient(top, rgba(255, 51, 51, 1) 0%, rgba(117, 127, 154, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 51, 51, 1) 0%, rgba(117, 127, 154, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3333', endColorstr='#757f9a', GradientType=0);
  color: #fff;
  cursor: pointer;
  border: 0;
  margin-top: -10px;
}

.statistics-count div:nth-child(1) {
  padding: 20px 0 10px 0;
  font-size: 28px;
}

.statistics-count div:nth-child(2) {}

.services {
  width: 100%;
  float: left;
  margin: 50px 0;
}

.services .item {
  height: 300px;
  color: #fff;
  padding: 30px;
  border-radius: 10px;
  background: rgba(255, 51, 51, 1);
  background: -moz-linear-gradient(top, rgba(255, 51, 51, 1) 0%, rgba(117, 127, 154, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 51, 51, 1)), color-stop(100%, rgba(117, 127, 154, 1)));
  background: -webkit-linear-gradient(top, rgba(255, 51, 51, 1) 0%, rgba(117, 127, 154, 1) 100%);
  background: -o-linear-gradient(top, rgba(255, 51, 51, 1) 0%, rgba(117, 127, 154, 1) 100%);
  background: -ms-linear-gradient(top, rgba(255, 51, 51, 1) 0%, rgba(117, 127, 154, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 51, 51, 1) 0%, rgba(117, 127, 154, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3333', endColorstr='#757f9a', GradientType=0);
}

.services .desc {
  font-weight: 100;
  bottom: 30px;
  position: absolute;
  width: 130px;
  font-size: 21px;
}

.services .title {
  font-size: 28px;
  font-weight: 600;
}

.services .icon {
  position: absolute;
  bottom: 30px;
  right: 40px;
  font-size: 30px;
}

.event {
  width: 100%;
  float: left;
  margin-bottom: 50px;
}

.event-title {
  float: left;
  width: 100%;
  padding: 30px 0;
  text-align: center;
  margin: 0;
  font-weight: 800;
  font-size: 20px;
}

.event .title {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}

.event .desc {}

.event-item {
  width: 50%;
  height: 210px;
  float: left;
  border-radius: 10px;
  position: relative;
}

.event-item .title {
  text-align: left;
  font-size: 24px;
  text-align: center;
}

.event-item .content {
  position: absolute;
  width: 100%;
  z-index: 2;
  height: 100%;
  padding: 20px 40px;
  color: #fff;
}

.event-item .date {
  font-size: 18px;
  text-align: center;
}

.event-item .desc {
  bottom: 30px;
  position: absolute;
  font-size: 16px;
  text-align: center;
  width: 79%;
}

.event-item .image {}

.event-item .mask {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  position: absolute;
  background: rgb(235, 31, 39);
  background: linear-gradient(to bottom, rgba(235, 31, 39, 0.78) 0%, rgba(117, 127, 154, 1) 100%);
  background: linear-gradient(to bottom, rgba(235, 31, 39, 0.78) 0%, rgba(117, 127, 154, 1) 100%);
  background: linear-gradient(to bottom, rgba(235, 31, 39, 0.78) 0%, rgba(117, 127, 154, 1) 100%);
  background: -o-linear-gradient(top, rgba(166, 255, 203, 1) 0%, rgba(117, 127, 154, 1) 100%);
  background: -ms-linear-gradient(top, rgba(166, 255, 203, 1) 0%, rgba(117, 127, 154, 1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.78) 0%, rgba(117, 127, 154, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ffcb', endColorstr='#757f9a', GradientType=0);
}






.event2 {
  width: 100%;
  float: left;
  margin-bottom: 50px;
}

.event-title2 {
  float: left;
  width: 100%;
  padding: 30px 0;
  text-align: center;
  margin: 0;
  font-weight: 800;
  font-size: 20px;
}

.event2 .title2 {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}

.event2 .desc {}

.event-item2 {
  width: 50%;
  height: 130px;
  float: left;
  border-radius: 10px;
  position: relative;
}

.event-item2 .title {
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  TEXT-ALIGN: CENTER;
}
.event-item2 .content a { color:#fff;}
.event-item2 .content a:hover { text-decoration:none; color:#fff;}
.event-item2 .content {
  position: absolute;
  width: 100%;
  z-index: 2;
  height: 100%;
  padding: 30px 30px;
  color: #fff;
  text-align: CENTER;
}

.event-item2 .date {
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}

.event-item2 .desc {
  bottom: 30px;
  position: absolute;
}

.event-item2 .image {}

.event-item2 .mask {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  position: absolute;
  background: rgb(235, 31, 39);
  background: linear-gradient(to bottom, rgba(235, 31, 39, 0.78) 0%, rgba(117, 127, 154, 1) 100%);
  background: linear-gradient(to bottom, rgba(235, 31, 39, 0.78) 0%, rgba(117, 127, 154, 1) 100%);
  background: linear-gradient(to bottom, rgba(235, 31, 39, 0.78) 0%, rgba(117, 127, 154, 1) 100%);
  background: -o-linear-gradient(top, rgba(166, 255, 203, 1) 0%, rgba(117, 127, 154, 1) 100%);
  background: -ms-linear-gradient(top, rgba(166, 255, 203, 1) 0%, rgba(117, 127, 154, 1) 100%);
  background: linear-gradient(to bottom, rgb(234, 30, 39) 0%, rgb(132, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ffcb', endColorstr='#757f9a', GradientType=0);
}






.slick-dots li button:before {
  font-size: 20px !important;
  margin-top: 20px;
}

.parallax {
  /* The image used */
  background-image: url("../images/parallax.png");
  /* Set a specific height */
  min-height: 350px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  width: 100%;
  padding: 0% 0;
}
.parallax2 {
  /* The image used */
  background-image: url("../images/parallax.png");
  /* Set a specific height */
  min-height: 500px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  width: 100%;
  padding: 6% 0;
}

.parallax h3 {
  text-align: center;
  color: #fff;
  padding: 40px 40px;
  margin: 0;
}

.parallax .text {
  text-align: center;
  color: #fff;
  margin: 0 auto;
  width: 70%;
  font-size: 14px;
  margin-bottom: 40px;
}

.parallax-btn {
  padding: 10px;
  border: 1px solid #fff;
  margin: 0 auto;
  color: #fff;
}

.parallax-btn:hover {
  background: #fff;
}
.responsive2 { margin-top:20px;}




.parallax2 {
  /* The image used */
  background-image: url("../images/cover.png");
  /* Set a specific height */
  min-height: 200px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  width: 100%;
  padding: 2% 0;
}

.parallax2 h3 {
  text-align: center;
  color: #fff;
  padding: 40px;
}

.parallax2 .text {
  text-align: center;
  color: #fff;
  margin: 0 auto;
  width: 50%;
  font-size: 17px;
  margin-bottom: 40px;
}

.parallax-btn {
  padding: 6px 10px;
  border: 1px solid #fff;
  margin: 0 auto;
  color: #fff;
}

.parallax-btn:hover {
  background: #fff;
}



.fixedmenu {
  top: 0;
  position: fixed;
  padding: 6px !important;
  background: #eb1e27 !important;
  z-index: 999;
  width: 100%;
}

.fixedmenu .logo img {
  width: 46%;
  margin-top: 7px;
  filter: brightness(0) invert(1);
}
.fixedmenu .menu ul li:hover { color: #ffd1d3;}

.fixedmenu .menu ul a {color: #fff;}
.fixedmenu .menu ul {
    float: left;
    padding: 0;
    margin: 4px 0 0 0;
}
  .fixedmenu .menu .language {
    width: auto;
    padding: 3px 0;
    margin-top: 3px;
}
.fixedmenu .btn-default{
    background: no-repeat;
    border-color: #fff !important;
    color: #fff !important;
}
.fixedmenu #nav-icon2 span { background:#fff !important;}
.fixedmenu #nav-icon2 {
    margin-top: 3px;
}
.blogShort {
    padding: 30px 0;
}
.blogShort h1 {padding: 0;margin: 0;font-size: 24px;font-weight: 700;margin-bottom: 20px;}
.references-list img{
    height: 150px;
}
.references-list .item {
    margin-bottom: 20px;
}
.references-list { margin: 50px 0;}
.lb-data .lb-caption {
    font-size: 26px !important;
    color: rgba(255, 51, 51, 1);
}
.page-title {background:#ea1d26;color: #fff;padding: 20px 0;width: 100%;}
.page-title h3 {
  padding: 0 10px 20px 10px;
  margin: 0 0 30px 0;
  font-weight: 800;
  border-bottom: 1px solid #ff656c;
  text-align: left;
  font-size: 25px;
  color: #ffffff;}
.page-title h2 {padding: 0;margin: 0;font-weight: 700;font-size: 21px;border-left: 6px solid #fff;padding-left: 20px;margin-bottom: 20px;}
.page-title p {
    font-size: 16px;
    font-weight: 100;
    color: #ffe0e1;
}
.morecontent {
    width: 100%;
}
.morecontent span {
  display: none;
}
.morelink {
  display: block;
  color: #fff !important;
  padding: 4px 10px;
  border: 1px solid #fff;
  float: left;
  border-radius: 10px;
  /* background: #fff; */
  font-weight: 800;
  margin-top: 10px;
  font-size: 11px;
}
.partners {}
.partners .item{
    padding: 10px 60px;
}
.partners .item img {
    width: 100%;
}
.gallery .col-md-4{margin-bottom: 30px;}