.telex_css{
  padding-top: 10px !important;
  padding-bottom: 9px !important;
  /*
  background-color: #98C717;
  color: #fff;
  */

  background-color: #fff;
  color: #000;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;

}


label{
  font-weight: bold !important;
}

header {
  /*
  background-color: #000;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  */
  padding: 10px 20px;
}
header .wrapper {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: initial;
}
header .logo  {
margin-right: 50px;
}
header .logo img {
  height: 60px;
  display: block;
  
}

.navbar {
  position: fixed;
  top: 0;
  left: 100%;
  margin: 0;
  width: 100%;
  height: 100%;
  /*background-color: #000000;*/
  padding: 20px;
  transition: left 0.3s;
  z-index: 100;
}

.navbar.show {
  left: 0 !important;
}

.hide-scroll {
  overflow: hidden;
}

.navbar ul {
  all: unset;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
.navbar ul a {
  all: unset;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
  font-size: 28px;
  border: solid 1px #ffffff;
  border-radius: 10px;
  padding: 15px;
  margin: 10px;
}
.navbar ul a:hover {
  /*
  text-decoration: underline overline;
  text-decoration-thickness: 3px;
  */
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 10px;

}

.close-nav {
  text-align: right;
  margin-bottom: 20px;
}
.close-nav button {
  all: unset;
  background: #f7f7f7;
  font-size: 42px;
  cursor: pointer;  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 15px;
  border-radius: 3px;
  color: #444444;
}
.close-nav button:hover {
  color: #222222;
  background: white;
}

.menu-bar button {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  height: 50px;
  width: 50px;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 3px;
}
.menu-bar i {
  display: block;
  border-top: 3px solid #444444;
  border-bottom: 3px solid #444444;
}
.menu-bar i::after {
  display: block;
  content: "";
  border-top: 3px solid #444444;
  margin: 6px 0;
}
.menu-bar button:hover {
  background: white;
}
.menu-bar button:hover i {
  border-color: #222222;
}


@media (min-width: 550px) {
  .navbar {
      all: unset;
      display: block;
  }
  .navbar ul {
      flex-direction: row;
      gap: 20px;
  }
  .navbar ul a {
      font-size: inherit;
  }
  .close-nav,
  .menu-bar {
      display: none;
  }
}






.main-tit {
  font-weight: bold; 
  font-size: 30px; 
  line-height: 30px; 
}

.has-error{
  border-color: red !important;
  background-color: #FFCCCC;
  }
  .has-success{
  border-color: #ccc !important;
  }
  form label.error{
      color: red !important;
  }
  .req {
    color: #FB9609 !important;
    font-weight: bold;
}
.lbl-err{
  background-color: #FFCCCC;
  padding: 5px;
  border: solid 1px red;
}

.topnav {
overflow: hidden;
background-color: #fff;
margin-left: 250px;
padding-bottom: 10px;
}

.mainlogo {
position: absolute !important;
top: 5px !important;
left: 20px !important;


}


.topnav img {
float: left;
display: block;
padding: 14px 16px;
font-size: 17px;
margin-right: 50px;
}


.topnav a {
float: left;
display: block;
color: #003384;
text-align: center;
padding: 20px 16px;
text-decoration: none;
font-size: 17px;
font-weight: lighter;
}

.topnav span {
float: left;
display: block;
color: #1B1BA0;
text-align: center;
padding: 20px 16px;
text-decoration: none;
font-size: 17px;
font-weight: bold;
}

.topnav a:hover {
/*border-bottom: solid 5px #0077A4;*/
}

.topnav a.active {
color: #9670F6;
}


.topnav .icon {
display: none;
}

@media screen and (max-width: 840px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }

  .topnav {margin-left: 0px;}

  .topnav span:not(:first-child) {display: none;}
  .topnav span.icon {
    float: right;
    display: block;
  }

  .main-tit {
    font-weight: bold; 
    font-size: 18px; 
    line-height: 18px; 
  }
}

@media screen and (max-width: 840px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
  text-align: left;

  }

  .main-tit {
    font-weight: bold; 
    font-size: 18px; 
    line-height: 18px; 
  }
}



.widetable {
  overflow-x: auto;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #c3c3c5), color-stop(100%, rgba(195, 195, 197, 0))), -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #c3c3c5), color-stop(100%, rgba(195, 195, 197, 0)));
  background-image: -webkit-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0)), -webkit-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)), -webkit-linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), -webkit-linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0));
  background-image: -moz-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0)), -moz-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)), -moz-linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), -moz-linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0));
  background-image: -o-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0)), -o-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)), -o-linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), -o-linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0));
  background-image: linear-gradient(left, #ffffff, rgba(255, 255, 255, 0)), linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)), linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0));
  background-position: 0 0, 100% 0, 0 0, 100% 0;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 4em 100%, 4em 100%, 1em 100%, 1em 100%;
  background-attachment: local, local, scroll, scroll;
}


input { 
  /*text-transform: uppercase;*/

}



/* Add here all your CSS customizations */
/* Customize the label (the container) */
.container_checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .container_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: solid 1px #0077A4 !important;
  }
  
  /* On mouse-over, add a grey background color */
  .container_checkbox:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .container_checkbox input:checked ~ .checkmark {
    background-color: #0077A4;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .container_checkbox input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .container_checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }




  .slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;   
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
  }
  
  .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%; 
    background: #0077A4;
    cursor: pointer;
  }
  
  .slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #0077A4;
    cursor: pointer;
  }




  .container_radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default radio button */
  .container_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom radio button */
  .checkmark_radio {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
    border: solid 1px #A31034 !important;    
  }
  
  /* On mouse-over, add a grey background color */
  .container_radio:hover input ~ .checkmark_radio {
    background-color: #ccc;
  }
  
  /* When the radio button is checked, add a blue background */
  .container_radio input:checked ~ .checkmark_radio {
    background-image: linear-gradient(#A31034, #A31034);
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark_radio:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .container_radio input:checked ~ .checkmark_radio:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .container_radio .checkmark_radio:after {
    top: 8px;
    left: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
  }


        
  .bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
  }
  
  .top-left {
    position: absolute;
    top: 20px;
    left: 16px;
  }
  
  .top-right {
    position: absolute;
    top: 50px;
    right: 25px;
  }
  
  .bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
  }

  
  
.container_menu {
  position: relative;
}

.container_menu a{
  text-decoration: none !important;
}

.container_menu a:hover{
  color: #1B1BA0 !important;
}
  
.btn_blue_dark_round {
  padding-right: 18px;
  padding-left: 18px;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #00539B;
  /*background-image: linear-gradient(#00C3FD, #0D54A4);*/
  /*background-image: linear-gradient(#9670F6, #87C5F2);*/
  text-shadow: 2px 2px #333;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  font-size: 18px;
  border-radius: 50%;
  /*box-shadow: 5px 5px #333;*/
}

.btn_blue_dark_link {
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none !important;
}

.btn_blue_dark_link :hover {
  color: #fff !important;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none !important;
}

.btn_blue_dark_active {
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  text-decoration: none !important;
  border-bottom: solid 3px #fff;
}

.topnav_usa{
  display: none;
}

@media screen and (max-width: 1068px) {

  .container_menu{
    display: none;
  }

  .topnav_usa {
    display: block;
    overflow: hidden;
    background-color: #fff;
    position: relative;
  }

  /* Hide the links inside the navigation menu (except for logo/home) */
  .topnav_usa #myLinks {
    display: none;
  }

  /* Style navigation menu links */
  .topnav_usa a {
    color: #00539B;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
  }

  /* Style the hamburger menu */
  .topnav_usa a.icon {
    background: #00539B;
    color: white;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }

  /* Add a grey background color on mouse-over */
  .topnav_usa a:hover {
    background-color: #00539B;
    color: #fff;
  }

  /* Style the active link (or home/logo) */
  .active_usa {
    background-color: #fff;
    color: #00539B;
  }
}






.project-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}

.project-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #091125;
  border-radius: 5px;
}

.project-block-one .inner-box .image-box img{
  width: 100%;
  border-radius: 5px;
  transition: all 500ms ease;
}

.project-block-one .inner-box:hover .image-box img{
  opacity: 0.1;
}

.project-block-one .inner-box .content-box{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.project-block-one .inner-box .content-box .text{
  position: absolute;
  left: 0px;
  bottom: -30px;
  padding: 0px 30px 23px 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}

.project-block-one .inner-box:hover .content-box .text{
  bottom: 0px;
  opacity: 1;
  visibility: visible;
}

.project-block-one .inner-box .content-box .text p{
  color: rgba(255,255,255,0.7);
  margin-bottom: 2px;
}

.project-block-one .inner-box .content-box .text h4{
  display: block;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 700;
}

.project-block-one .inner-box .content-box .text h4 a{
  display: inline-block;
  color: #ffffff;
}

.project-block-one .inner-box .content-box .text h4 a:hover{
  text-decoration: underline;
}

.project-block-one .inner-box .content-box .link-box{
  position: absolute;
  top: 0px;
  right: -60px;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}

.project-block-one .inner-box:hover .content-box .link-box{
  right: 0px;
  opacity: 1;
  visibility: visible;
}

.project-block-one .inner-box .content-box .link-box li{
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  cursor: pointer;
}

.project-block-one .inner-box .content-box .link-box li a{
  color: #ffffff;
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
}

.project-block-one .inner-box .content-box .link-box li:last-child{
  border-bottom-left-radius: 5px;
}

.project-block-one .inner-box .content-box .link-box li span{
  position: absolute;
  top: 10px;
  right: 67px;
  min-width: 120px;
  background: #ffffff;
  font-size: 14px;
  font-family: 'OldNorth', sans-serif;
  line-height: 20px;
  font-weight: 500;
  color: #091125;
  text-align: center;
  border-radius: 5px;
  padding: 10px 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}

.project-block-one .inner-box .content-box .link-box li span:before{
  position: absolute;
  content: '';
  background: #ffffff;
  width: 12px;
  height: 12px;
  right: -5px;
  top: 15px;
  transform: rotate(-45deg);
}

.project-block-one .inner-box .content-box .link-box li:hover span{
  opacity: 1;
  visibility: visible;
  right: 77px;
}

.project-section .sec-title{
  margin-bottom: 50px;
}

.project-section .dots-style-one .owl-dots{
  display: block;
  text-align: center;
  margin-top: 50px;
}