@font-face {
    font-family: 'Rbt';
    src: local('Roboto Light'), local('Roboto-Light'), url('../fonts/Robotolight.woff2') format('woff2'), url('../fonts/Robotolight.woff') format('woff'), url('../fonts/Robotolight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Rbt';
    src: local('Roboto'), local('Roboto-Regular'), url('../fonts/Roboto.woff2') format('woff2'), url('../fonts/Roboto.woff') format('woff'), url('../fonts/Roboto.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Rbt';
    src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/Robotomedium.woff2') format('woff2'), url('../fonts/Robotomedium.woff') format('woff'), url('../fonts/Robotomedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Rbt';
    src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/Robotobold.woff2') format('woff2'), url('../fonts/Robotobold.woff') format('woff'), url('../fonts/Robotobold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Rbt';
    src: local('Roboto Black'), local('Roboto-Black'), url('../fonts/Robotoblack.woff2') format('woff2'), url('../fonts/Robotoblack.woff') format('woff'), url('../fonts/Robotoblack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
   src: url('../fonts/Roboto-bold.ext.woff2');
   font-weight: bold;
   font-family: 'Rbt';
}
@font-face {
   src: url('../fonts/Roboto-normal.ext.woff2');
   font-weight: 900;
   font-family: 'Rbt';
}
@font-face {
   src: url('../fonts/Roboto-medium.ext.woff2');
   font-weight: 500;
   font-family: 'Rbt';
}
@font-face {
   src: url('../fonts/Roboto-regular.ext.woff2');
   font-weight: normal;
   font-family: 'Rbt';
}
@font-face {
   src: url('../fonts/Roboto-light.ext.woff2');
   font-weight: 100;
   font-family: 'Rbt';
}
@font-face {
   src: url('../fonts/Roboto-bold.woff2');
   font-weight: bold;
   font-family: 'Rbt';
}
@font-face {
   src: url('../fonts/Roboto-normal.woff2');
   font-weight: 900;
   font-family: 'Rbt';
}
@font-face {
   src: url('../fonts/Roboto-medium.woff2');
   font-weight: 500;
   font-family: 'Rbt';
}
@font-face {
   src: url('../fonts/Roboto-regular.woff2');
   font-weight: normal;
   font-family: 'Rbt';
}
@font-face {
   src: url('../fonts/Roboto-light.woff2');
   font-weight: 100;
   font-family: 'Rbt';
}
body {
  margin: 0px;
  width: 100%;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale;
 text-rendering:optimizeLegibility;
 overflow-x: hidden;
}

html{
  font-size: 16px;
}

*{
  box-sizing: border-box;
  font-family: 'Rbt';
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.fw_b {
  font-weight: bold;
}
.p16 {
  font-size: 15px;
}
.p21 {
  font-size: 17px;
}
.m20 {
  margin: 20px 0;
  line-height: 17px;
}
.m10 {
  margin: 10px 18px;
}
.bg_color div p:nth-child(2) {
  line-height: 17px !important;
}
.wrapper {
  padding: 0 10px;
  width: 95%;
  margin:0px auto;
  display: flex;
}
.header, .menu {
  background-color: #08006C;
  display: flex;
  justify-content: space-between;
}

#index {
  position: fixed;
  top: 0;
  z-index: 9;
}
.lang li {
  border-bottom: none !important;
}
#menu {
  position: static;
  top: 0px;
  z-index: 99;
  display: none;
}
.logo_lang {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.flag, .logo {
  margin: 7px 0;
}
.flag {
  display: none;
}
.flag img {
  width: 44%;
}
.logo img {
  width: 67%;
  display: flex;
  margin: 3px auto;
  height: 40px;
}
.lang{
    display: flex !important;
    /*padding-left: 10px;*/
    margin: 20px 0 20px 0;
    justify-content: center;
}
.lang a {
    font-weight: 500;
    color: white;
    text-decoration: none;
}
.lang li{
    list-style: none;
}
.lang a{
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    margin: 15px 0px 8px 0px;
    padding: 0px 0px 5px 0px;
    display: inline-block;
    text-decoration: none;
    color: white;
    border-bottom: 2px solid transparent;
}
.lang a:hover{
    opacity: .8;
}
.lang li.active a{
    border-bottom: 2px solid #39b580;
}
.lang li:first-child{
    margin-right: 10px;
}
.h_menu {
  width: 100%;
  display: block;
  justify-content: center;
  margin-top: 20px;
}
.language2 {
  display: flex;
}
.h_menu ul {
  display: block;
  width: 100%;
}
.h_menu ul li {
  list-style: none;
  border-bottom: 1px solid #cecece5e;
}
/*.h_menu ul li:nth-last-child(1) {
  border-bottom: none;
}*/
.h_menu ul li a {
  color: #fff;
  text-decoration: none;
  margin: 15px;
  display: inline-block;
  text-transform: uppercase;
}
.main, .owl {
  background-color: #EBECED;
}
.news_full {
  margin: 50px auto;
}
.news_full img {
  width: 100%;
}
.news_full p {
  margin: 15px 0;
}
.description {
  height: 67px;
  overflow: hidden;
  display: none;
}
.d-block {
  display: block;
}
.w100 {
  width: 100%;
  display: block !important;
}
.s-between {
  display: block !important;
  justify-content: space-between;
}
.f-wrap {
  flex-wrap: wrap;
}
h4{
  color: #08006C;
  text-transform: uppercase;
  margin-top: 50px;
  font-weight: bold;
  font-size: 18px;
}
.h4-line {
  width: 60px;
  height: 4px;
  background-color: #08006C;
  margin: 20px 0 50px 0;
}
.bg_white {
  display: block;
}
.bg_white img {
  width: 100%;
}

.bg_white div, .bg_color div {
  margin-left: 0;
}
.links {
  margin: 50px 0;
  display: block;
  justify-content: space-between;
}

 
.links a {
  background-color: #fff;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 5px 10px -7px rgba(0,0,0,0.43);
  transition: .2s;
  display: inline-block;
  margin: 10px 0;
}

.links div img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.links div p {
  padding: 15px 10px;
  color: black;
  font-weight: 500;
  text-align: center;
  font-size: 18px !important;
}
.bg_color, .bg_colour {
  display: block;
}

.bg_colour {
  margin-bottom: 50px;
  display: block !important;
  margin-left: 0px !important;
}
.bg_color img {
  width: 100%;
}

.v_pop{
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.44);
}
.v_pop button{
  right:6.5%;
  top: 7%;
  background-color: transparent;
  border: none;
  color: white;
  outline: none;
  font-family: "Droid Sans", Arial;
  font-size: 4.5vw;
  position: absolute;
  cursor: pointer;
}
.v_pop button:hover{
  opacity: .8;
}
.v_pop video{
  width: 100%;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 13%;
}
.playvideo {
  cursor: pointer;
}
.hero_img {
  width: 100%;
  margin: 50px 0;
}
.play_btn {
  width: 60px;
  display: flex;
  margin: -240px auto 0;
  filter: invert(1);
}
.introduce {
  color: #fff;
  font-size: 18px;
  display: flex;
  font-weight: 500;
  margin: 40px auto 120px auto;
  justify-content: center;
}
.news_carousel {
  background-color: #fff;
  padding-bottom: 10px;
  width: 100%;
  margin-bottom: 50px;
  display: block;
}
.news_carousel a div p {
  margin: 10px 0;
  color: #000;
  font-size: 17px;
  font-weight: bold;
}
.news_carousel a div p:nth-child(2) {
  font-weight: bold;
  font-size: 12px;
}
.news_carousel a div p:nth-child(3) {
  font-size: 14px;
}
.mockup-laptop {
  width: 80% !important;
  margin: auto;
}
.company_logo {
  width: 100% !important;
  margin: 5px auto;
  display: flex;
  font-size: 13px;
  text-align: center;
  color: #08006C;
  font-weight: bold;
}
.our_contacts {
  background-color: #08006C;
  /*margin-left: -140px !important;*/
  padding:10px 20px;
}
.our_contacts ul {
  margin: 30px auto;
}
.our_contacts ul li {
  display: flex;
  list-style: none;
  margin-top: 30px;
}
.our_contacts ul li img {
  width: 23px;
  margin-left: 0px !important;
}
.our_contacts ul li p {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: bold;
  margin-left: 20px;
  margin-bottom: 6px;
  font-size: 17px;
}
.our_contacts ul li:nth-child(2n), .our_contacts ul li:nth-child(1) {
  margin-top: 0 !important;
}
.contact_value {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: normal !important;
  margin-left: 39px !important;
  font-size: 15px !important;
}
.contact_us {
  margin-top: 30px;
  /*margin-left: 100px;*/
}
.changed {
  margin-left: -6%;
  width: 112%;
}
#fullname, #email, #message {
  padding: 12px 15px;
  border-radius: 5px;
  margin: 10px 0;
  width: 97%;
  font-size: 15px;
  border: 2px solid #CECECE;
  outline: none;
}
.p20 {
  font-size: 17px;
  text-align: center;
}

.m50 {
  margin: 50px 0;
  color: #08006C;
}
.send_btn {
  background-color: #08006C;
  color: #fff;
  padding: 10px 20px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  outline: none;
  box-shadow: 0 4px 4px rgba(0,0,0,0.30);
}
textarea {
  height: 120px;
}
form div p {
  color: #08006C;
}
form div div:nth-child(1) {
  margin-top: 25px;
}
.d-flex {
  display: flex;
}
.w3-content,.w3-auto{margin-left:auto;margin-right:auto}.w3-auto{max-width:1140px}
/*.w3-section,.w3-code{margin-top:16px!important;margin-bottom:16px!important}*/
.mySlides {display: none;}
.w3-animate-right{position:relative;animation:animateright 1s}@keyframes animateright{from{opacity:0.5} to{right:0;opacity:1}}

.stop-scrolling { 
    height: 100%; 
    overflow: hidden; 
}
.footer {
  width: 100%;
  height: 84px;
  background-image: url(../img/333.svg);
  background-position: 0;
  background-repeat: no-repeat;
}
.footer_color {
  background-color: #08006C;
  display: flex;
}
#demos, .news_b{
  margin-bottom: 30px;
}
.more_div {
  float: right;
}
.more_news {
  background-color: #08006C;
  color: #fff;
  padding: 5px 10px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  box-shadow: 0 2px 2px rgba(0,0,0,0.30);
}
.f_b {
  color: white;
  display: block;
  justify-content: space-between;
  font-size: 15px;
  margin: 10px auto;
  width: 100%;
}
.f_b p{
  margin-bottom: 10px;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.header, .w3-content, .menu, .main, .about, .news, .contact {
  width: 100%;
}
.mob_menu {
  padding: 13px 0px;
}
.mobile_menu {
  width: 25px;
  height: 3px;
  background-color: white;
  margin: 6px 0;
}

.header-container {
  width: 100%;
  display: none;
}
.w3-section {
  margin-top: 60px;
}
.header-container.active{
  display: block !important;
  background-color: #08006C;
  z-index: 2 !important;
  position: fixed !important;
  height: 100vh;
  top: 60px !important;
  border-top: 2px solid #cecece5e;
}
.language {
  display: none;
}

.news_desc {
  display: none;
}
.w15 {
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  width: 140px;
  margin-right: 30px;
  background-color: #08006B;
  color: white;
  padding:5px 10px;
  display: block;
  border-radius: 5px;
  box-shadow: 0px 5px 10px -7px rgba(0,0,0,0.43);
}

.bg_color div p {
  margin-bottom: 20px;
}
@media (max-width: 380px) {
  html {
    font-size: 16px;
  }
  .links {
    flex-wrap: wrap;
  }
  .bg_white div, .bg_color div {
    margin: 0 auto;
  }
  .play_btn {
    width: 40px;
    display: flex;
    margin: -175px auto 0;
    filter: invert(1);
  }
  .introduce {
    color: #fff;
    font-size: 18px;
    display: flex;
    font-weight: 500;
    margin: 40px auto 120px auto;
    justify-content: center;
  }
  .links a {
    background-color: #fff;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 5px 10px -7px rgba(0,0,0,0.43);
    transition: .2s;
    display: inline-block;
    margin: 10px 0;
  }
}