@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto; }

.row {
  margin-right: -20px;
  margin-left: -20px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 12.5%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0; } }
.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left; }

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px; }

  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0; }

  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0; }

  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0; } }
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5; }

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x; }

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x; }

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9; }

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px; }

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px; }

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px; }

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1; }

.carousel-control .icon-prev:before {
  content: "\2039"; }

.carousel-control .icon-next:before {
  content: "\203a"; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  border-radius: 10px; }

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.section-banner .carousel {
  width: 100%;
  height: 90vh;
  min-height: 800px;
  background-color: #0e559a; }
.section-banner .container-box {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 80px; }
.section-banner .carousel-inner {
  height: 100%; }
  .section-banner .carousel-inner .item {
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom; }
    .section-banner .carousel-inner .item:nth-child(1) {
      background-image: url(../images/banner-3.jpg);
      background-image: -webkit-image-set(url(../images/banner-3.webp) 1x);
      background-image: image-set(url(../images/banner-3.jpg) 1x); }
    .section-banner .carousel-inner .item:nth-child(2) {
      background-image: url(../images/banner-2.jpg);
      background-image: -webkit-image-set(url(../images/banner-2.webp) 1x);
      background-image: image-set(url(../images/banner-2.jpg) 1x); }
    .section-banner .carousel-inner .item:nth-child(3) {
      background-image: url(../images/banner-1.jpg);
      background-image: -webkit-image-set(url(../images/banner-1.webp) 1x);
      background-image: image-set(url(../images/banner-1.jpg) 1x); }
    .section-banner .carousel-inner .item:nth-child(4) {
      background-image: url(../images/banner-4.jpg);
      background-image: -webkit-image-set(url(../images/banner-4.webp) 1x);
      background-image: image-set(url(../images/banner-4.jpg) 1x); }
    .section-banner .carousel-inner .item h1, .section-banner .carousel-inner .item h2 {
      color: #fff;
      font-size: 32px;
      font-family: 'Comfortaa';
      margin: 0; }
      .section-banner .carousel-inner .item h1 a, .section-banner .carousel-inner .item h2 a {
        color: #fff;
        text-decoration: none; }
        .section-banner .carousel-inner .item h1 a:hover, .section-banner .carousel-inner .item h2 a:hover {
          color: #f8ea49; }
    .section-banner .carousel-inner .item p {
      color: #9db9d0;
      text-align: left;
      font-size: 19px;
      margin: 15px 0 0 0; }
    .section-banner .carousel-inner .item ul {
      margin: 15px 0 0 0; }
      .section-banner .carousel-inner .item ul li {
        color: #9db9d0;
        text-align: left;
        font-size: 19px;
        list-style: disc;
        margin-left: 18px; }
    .section-banner .carousel-inner .item .btn {
      padding: 0.5em 2.2em;
      clear: both;
      color: #000;
      background-color: #f8ea49;
      text-decoration: none;
      border-radius: 20px;
      font-size: 18px;
      margin-top: 30px;
      display: inline-block;
      font-weight: bold; }
.section-banner .carousel-caption {
  text-shadow: none;
  left: 5%;
  right: 5%;
  top: 25%;
  text-align: left; }
.section-banner .carousel-indicators li {
  border: none;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  margin: 0 6px;
  background-color: rgba(255, 255, 255, 0.9);
  list-style: disc; }
.section-banner .carousel-indicators .active {
  background-color: #f97425; }
.section-banner .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
.section-banner .carousel-control.right {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.3) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.3) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.3)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }

@media screen and (max-width: 1024px) {
  .section-banner .carousel {
    height: 42vh;
    min-height: 480px; }
  .section-banner .container-box {
    padding-top: 30px; }
  .section-banner .carousel-inner .item:nth-child(1) {
    background-image: url(../images/banner-3-m.jpg);
    background-image: -webkit-image-set(url(../images/banner-3-m.webp) 1x);
    background-image: image-set(url(../images/banner-3-m.jpg) 1x); }
  .section-banner .carousel-inner .item:nth-child(2) {
    background-image: url(../images/banner-2-m.jpg);
    background-image: -webkit-image-set(url(../images/banner-2-m.webp) 1x);
    background-image: image-set(url(../images/banner-2-m.jpg) 1x); }
  .section-banner .carousel-inner .item:nth-child(3) {
    background-image: url(../images/banner-1-m.jpg);
    background-image: -webkit-image-set(url(../images/banner-1-m.webp) 1x);
    background-image: image-set(url(../images/banner-1-m.jpg) 1x); }
  .section-banner .carousel-inner .item:nth-child(4) {
    background-image: url(../images/banner-4-m.jpg);
    background-image: -webkit-image-set(url(../images/banner-4-m.webp) 1x);
    background-image: image-set(url(../images/banner-4-m.jpg) 1x); }
  .section-banner .carousel-inner .item h1, .section-banner .carousel-inner .item h2 {
    font-size: 28px; }
  .section-banner .carousel-inner .item p {
    font-size: 20px; }
  .section-banner .carousel-caption {
    top: 5%; } }
@media screen and (max-width: 767px) {
  .section-banner .carousel-inner .item h1, .section-banner .carousel-inner .item h2 {
    font-size: 26px; }
  .section-banner .carousel-inner .item p {
    font-size: 16px; } }
@font-face {
  font-family: 'Comfortaa';
  src: url("../fonts/Comfortaa-Regular.eot?v=4.6.1");
  src: url("../fonts/Comfortaa-Regular.eot?#iefix&v=4.6.1") format("embedded-opentype"), url("../fonts/Comfortaa-Regular.woff2?v=4.6.1") format("woff2"), url("../fonts/Comfortaa-Regular.woff?v=4.6.1") format("woff"), url("../fonts/Comfortaa-Regular.ttf?v=4.6.1") format("truetype"), url("../fonts/Comfortaa-Regular.svg?v=4.6.1#Comfortaa") format("svg");
  font-display: swap; }
@font-face {
  font-family: 'Segoe WP';
  src: url("../fonts/segoe-wp.eot?v=4.6.1");
  src: url("../fonts/segoe-wp.eot?#iefix&v=4.6.1") format("embedded-opentype"), url("../fonts/segoe-wp.woff2?v=4.6.1") format("woff2"), url("../fonts/segoe-wp.woff?v=4.6.1") format("woff"), url("../fonts/segoe-wp.ttf?v=4.6.1") format("truetype"), url("../fonts/segoe-wp.svg?v=4.6.1#Segoe") format("svg");
  font-display: swap; }
h1, h2 {
  font-weight: 700; }

.scrolltopcontrol {
  width: 54px;
  height: 54px;
  background-color: #0d4b84;
  border-radius: 50%; }

.scrolltopcontrol:before {
  content: "\f077";
  font-family: 'FontAwesome';
  display: none;
  cursor: pointer;
  color: #fff;
  display: block;
  text-align: center;
  padding-top: 18px; }

ul, li {
  list-style: none;
  padding: 0px;
  margin: 0px; }

a:hover {
  transition: color .3s; }

body {
  margin: 0px;
  padding: 0px;
  font-family: 'Segoe WP', sans-serif;
  background-position: top center;
  background-repeat: no-repeat;
  font-weight: normal;
  font-size: 17px;
  -webkit-text-size-adjust: none;
  color: #333; }

.clear {
  clear: both; }

.mb-30 {
  margin-bottom: 30px; }

.mt-10 {
  margin-top: 10px; }

.mt-20 {
  margin-top: 20px; }

#cssmenu {
  font-size: 18px;
  margin: 0;
  padding: 0; }

#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 199; }

#cssmenu:after, #cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

#cssmenu {
  width: auto; }

#menu-line {
  position: absolute;
  top: 0;
  left: 0; }

#cssmenu > ul {
  display: flex;
  flex-direction: row;
  justify-content: center; }

#cssmenu > ul > li {
  float: left; }

#cssmenu.align-center > ul {
  font-size: 0; }

#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none; }

#cssmenu.align-center ul ul {
  text-align: left; }

#cssmenu.align-right > ul > li {
  float: right; }

#cssmenu.align-right ul ul {
  text-align: right; }

#cssmenu > ul > li > a {
  padding: 20px 25px;
  text-decoration: none;
  color: #FFF;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  font-weight: bold; }

#cssmenu > ul > li.active > a {
  color: #0070c9; }

#cssmenu > ul > li:hover > a {
  color: #f8ea49; }

#cssmenu > ul > li.has-sub > a {
  padding-right: 25px; }

#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 26px;
  right: 12px;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  border-color: #FFF; }

#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #f8ea49; }

#cssmenu > ul > li.has-sub.active > a::after {
  border-color: #f8ea49; }

#cssmenu ul ul {
  position: absolute;
  left: -9999px; }

#cssmenu li:hover > ul {
  left: auto; }

#cssmenu.align-right li:hover > ul {
  right: 0; }

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0; }

#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%; }

#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease; }

#cssmenu ul li:hover > ul {
  height: auto;
  background: #f9f9f9;
  box-shadow: -1px 0 1px #f5f5f5, 1px 0 1px #f5f5f5, 0 1px 1px #f5f5f5;
  /*bottom*/ }

#cssmenu ul li:hover > ul > li {
  height: auto;
  background: #fff; }

#cssmenu ul ul li a {
  padding: 10px 10px 10px 25px;
  width: 260px;
  line-height: 26px;
  text-decoration: none;
  color: #444;
  font-size: 15px;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease; }

#cssmenu ul ul ul li a:first-child {
  width: 320px; }

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #104d85; }

#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  border-color: #444; }

#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd; }

#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #fff; }

@media all and (min-width: 768px) {
  #cssmenu.navs > ul {
    position: static; }

  #cssmenu.navs > ul > li.spread-nav ul li {
    height: auto; }

  #cssmenu.navs > ul > li.spread-nav {
    position: static; }

  #cssmenu.navs > ul > li.spread-nav ul {
    margin-left: 0px; }

  #cssmenu.navs > ul > li.spread-nav > ul {
    width: 100%;
    left: 0px;
    padding: 20px 10%;
    background: #032648;
    height: 420px;
    display: none;
    position: absolute;
    box-shadow: none; }

  #cssmenu.navs > ul > li.spread-nav > ul:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: calc(10% + 260px);
    top: 0px;
    background: #43596e; }

  #cssmenu.navs > ul > li.spread-nav > ul > li {
    background: none;
    height: auto;
    position: static; }

  #cssmenu.navs > ul li.spread-nav:hover > ul > li > ul > li {
    background: none; }

  #cssmenu ul li.spread-nav ul li:hover > ul {
    background: none;
    box-shadow: none; }

  #cssmenu ul li.spread-nav ul li:hover > ul > li {
    background: none; }

  #cssmenu.navs > ul li.spread-nav > ul > li > ul > li {
    width: 33%;
    float: left;
    display: inline-block;
    padding-right: 20px;
    margin-bottom: 10px; }

  #cssmenu.navs > ul > li:nth-child(4) > ul > li:nth-child(3) > ul > li {
    width: 22%; }

  #cssmenu.navs > ul > li:nth-child(4) > ul > li:nth-child(3) > ul > li > a {
    border-radius: 6px;
    padding: 8px;
    border: 1px solid #43596e;
    display: block;
    box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.25); }

  #cssmenu.navs > ul > li:nth-child(4) > ul > li:nth-child(3) > ul > li img {
    border-radius: 4px;
    max-width: 100%;
    height: auto; }

  #cssmenu.navs > ul li.spread-nav > ul > li > ul > li > ul {
    position: static; }

  #cssmenu.navs > ul > li.spread-nav > ul > li > a {
    display: inline-block;
    padding: 20px 10px 20px 10px; }

  #cssmenu.navs > ul > li.spread-nav > ul > li > a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -3px;
    bottom: 0;
    width: 5px;
    height: 100%;
    background-color: #fcbf01;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1), -moz-transform 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.5s cubic-bezier(0.7, 0, 0.3, 1), -moz-transform 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0); }

  #cssmenu.navs > ul > li.spread-nav > ul > li > a.act:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1); }

  #cssmenu.navs > ul > li.spread-nav > ul > li a {
    color: #fff; }

  #cssmenu.navs > ul > li.spread-nav > ul > li ul li a {
    width: 100%; }

  #cssmenu.navs > ul > li.spread-nav > ul > li > ul {
    position: absolute;
    left: calc(10% + 300px);
    top: 20px;
    margin-left: 0;
    width: calc(90% - 400px);
    display: none; }

  #cssmenu.navs > ul li.spread-nav > ul > li > ul > li > a {
    padding: 0;
    line-height: 20px;
    margin-bottom: 5px; }

  #cssmenu.navs > ul > li.spread-nav > ul > li > ul li ul li a {
    color: #a1b6c6;
    padding: 5px 0 2px 0;
    line-height: 20px;
    font-size: 15px; }

  #cssmenu.navs > ul > li.spread-nav ul li.has-sub > a:after {
    content: none; }

  #cssmenu.navs > ul > li.spread-nav > ul li a:hover {
    color: #fcbf01; } }
#cssmenu.navs > ul > li sup {
  color: #000;
  font-size: 12px;
  transform: scale(0.8);
  background: #fc0;
  display: inline-block;
  border-radius: 3px;
  padding: 1px 3px;
  line-height: 1; }

@media all and (min-width: 992px) {
  #cssmenu #menu-button {
    display: none; } }
@media all and (max-width: 1080px) {
  #cssmenu > ul > li > a {
    padding-left: 15px; } }
@media all and (max-width: 991px) {
  #cssmenu {
    width: 100%;
    background: #444;
    margin: 0; }

  #cssmenu ul {
    width: 100%;
    display: none; }

  #cssmenu.align-center > ul, #cssmenu.align-right ul ul {
    text-align: left; }

  #cssmenu ul li, #cssmenu ul ul li, #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15); }

  #cssmenu ul li a, #cssmenu ul ul li a {
    width: 100%;
    color: #FFF; }

  #cssmenu > ul > li, #cssmenu.align-center > ul > li, #cssmenu.align-right > ul > li {
    float: none;
    display: block; }

  #cssmenu ul ul li a {
    padding: 16px 20px 16px 25px;
    font-size: 18px;
    color: #fff;
    background: #666; }

  #cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
    color: #f8ea49; }

  #cssmenu ul ul ul li a {
    padding-left: 40px; }

  #cssmenu ul ul ul li a:first-child {
    width: 100%; }

  #cssmenu ul ul, #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0; }

  #cssmenu > ul > li.has-sub > a::after, #cssmenu ul ul li.has-sub > a::after {
    display: none; }

  #menu-line {
    display: none; }

  #cssmenu #menu-button {
    padding: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 20px; }

  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #fff; }

  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff; }

  #cssmenu .submenu-button {
    position: absolute;
    z-index: 299;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer; }

  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #fff;
    z-index: 99; }

  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #fff;
    z-index: 99; }

  #cssmenu .submenu-button.submenu-opened:after {
    display: none; }

  #cssmenu.navs > ul > li:nth-child(4) > ul > li:nth-child(3) > ul {
    background-color: #666; }

  #cssmenu.navs > ul > li:nth-child(4) > ul > li:nth-child(3) > ul > li {
    width: 50%; }

  #cssmenu.navs > ul > li:nth-child(4) > ul > li:nth-child(3) > ul > li > a {
    border-radius: 6px;
    padding: 8px;
    border: 1px solid #43596e;
    display: block;
    box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.25); }

  #cssmenu.navs > ul > li:nth-child(4) > ul > li:nth-child(3) > ul > li img {
    border-radius: 4px;
    max-width: 100%;
    height: auto; } }
/*banner-css*/
.banner {
  position: relative;
  width: 100%;
  height: 845px;
  background-color: #e6e6e6;
  overflow: hidden; }

.banner ul.flicks {
  width: 10000%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  list-style: none; }

.banner ul.flicks > li {
  float: left;
  width: 1%;
  height: 100%;
  background-position: center;
  background-size: cover;
  display: table; }

.banner ul.flicks > li .flick-inner {
  height: 100%;
  color: #fff;
  display: table-cell;
  vertical-align: middle; }

.banner ul.flicks > li .flick-inner .flick-content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px; }

.banner ul.flicks > li .flick-inner .flick-content h1 {
  color: #fff;
  text-align: left;
  font-size: 40px;
  max-width: 60%;
  font-family: 'Comfortaa';
  line-height: 50px;
  margin: 0;
  padding: 0; }

.banner ul.flicks > li .flick-inner .flick-content h2 {
  color: #fff;
  text-align: left;
  font-size: 40px;
  max-width: 60%;
  font-family: 'Comfortaa';
  line-height: 50px;
  margin: 0;
  padding: 0; }

.banner ul.flicks > li .flick-inner .flick-content p {
  color: #9db9d0;
  line-height: 32px;
  text-align: left;
  font-size: 22px;
  max-width: 60%;
  margin: 15px 0 0 0;
  padding: 0; }

.banner-page .btn {
  padding: 0.5em 2.2em;
  clear: both;
  color: #000;
  background-color: #f8ea49;
  text-decoration: none;
  border-radius: 20px;
  font-size: 18px;
  margin-top: 20px;
  display: inline-block;
  font-weight: bold;
  float: left; }

.banner-page .btn:hover {
  color: #fff;
  transition: background-color .3s;
  border-radius: 20px;
  background: #104d85; }

.banner .arrow-navigation {
  position: absolute;
  height: 80%;
  width: 5%;
  top: 10%;
  z-index: 100;
  overflow: hidden; }

.banner .arrow-navigation .arrow {
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.banner .arrow-navigation:hover, .banner .arrow-navigation .arrow:hover {
  cursor: pointer; }

.banner .arrow-navigation.left {
  left: 0%; }

.banner .arrow-navigation.left .arrow {
  opacity: 0;
  margin: 0px 0px 0px 50%;
  background-image: url("../images/arrow-left-light.png");
  background-repeat: no-repeat;
  background-position: left; }

.banner .arrow-navigation.right {
  right: 0%; }

.banner .arrow-navigation.right .arrow {
  opacity: 0;
  margin: 0px 0px 0px -50%;
  background-image: url("../images/arrow-right-light.png");
  background-repeat: no-repeat;
  background-position: right; }

.banner .arrow-navigation.left.hover .arrow {
  opacity: 1;
  margin: 0px 0px 0px 0px; }

.banner .arrow-navigation.right.hover .arrow {
  opacity: 1;
  margin: 0px 0px 0px 0px; }

.banner .dot-navigation {
  position: absolute;
  bottom: 25px;
  width: 100%;
  text-align: center;
  z-index: 100; }

.banner .dot-navigation ul {
  text-align: center;
  list-style: none;
  padding: 0px 15px; }

.banner .dot-navigation ul li {
  display: inline-block;
  float: none; }

.banner .dot-navigation .dot {
  width: 14px;
  height: 14px;
  margin: 0px 6px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  -ms-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out; }

.banner .dot-navigation .dot:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5); }

.banner .dot-navigation .dot.active {
  background-color: #f97425; }

.banner.animate-transform-slide ul.flicks {
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  transform: translate3d(0%, 0px, 0px);
  -webkit-transform: translate3d(0%, 0px, 0px);
  -webkit-transition: -webkit-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -moz-transition: -moz-transform 0.6s;
  transition: transform 0.6s; }

.banner.animate-transition-slide ul.flicks {
  position: relative;
  left: 0%;
  -webkit-transition: left 0.4s ease-out;
  -moz-transition: left 0.4s ease-out;
  -o-transition: left 0.4s ease-out;
  -ms-transition: left 0.4s ease-out;
  transition: left 0.4s ease-out; }

@media (min-width: 769px) and (max-width: 1279px) {
  .banner {
    top: 0;
    height: 840px; }

  .banner ul.flicks > li .flick-inner .flick-content {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto; }

  .banner ul.flicks > li .flick-inner .flick-content h1 {
    color: #fff;
    text-align: left;
    font-size: 36px;
    max-width: 60%;
    font-family: 'Comfortaa';
    line-height: 90px;
    margin: 0;
    padding: 0; }

  .banner ul.flicks > li .flick-inner .flick-content h2 {
    color: #fff;
    text-align: left;
    font-size: 36px;
    max-width: 60%;
    font-family: 'Comfortaa';
    line-height: 90px;
    margin: 0;
    padding: 0; }

  .banner ul.flicks > li .flick-inner .flick-content p {
    color: #9db9d0;
    line-height: 42px;
    text-align: left;
    font-size: 22px;
    max-width: 60%;
    margin: 0;
    padding: 0; } }
@media (max-width: 768px) {
  .banner {
    top: 0;
    height: 400px; }

  .banner ul.flicks > li .flick-inner .flick-content {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto; }

  .banner ul.flicks > li .flick-inner .flick-content h1 {
    color: #fff;
    text-align: left;
    font-size: 24px;
    width: 100%;
    font-family: Century Gothic;
    line-height: 36px; }

  .banner ul.flicks > li .flick-inner .flick-content h2 {
    color: #fff;
    text-align: left;
    font-size: 24px;
    width: 100%;
    font-family: Century Gothic;
    line-height: 36px; }

  .banner ul.flicks > li .flick-inner .flick-content p {
    color: #fff;
    line-height: 30px;
    text-align: left;
    font-size: 18px;
    width: 100%; } }
/***==================================================================== Table Css style ====================================================================***/
table {
  border-collapse: collapse;
  margin: 0;
  width: 100%;
  border: 1px solid #ddd; }

table tr,
table th,
table td {
  border: none;
  border-bottom: 0px solid #ddd;
  font-size: 1rem; }

table th,
table td {
  padding: 15px 12px;
  text-align: left;
  line-height: 26px; }

table th {
  background: #104d85;
  color: #fff;
  text-transform: uppercase; }

table tr td {
  background: #fff;
  color: #333; }

table tr td a {
  color: #3b5998;
  text-decoration: none; }

table tr:nth-of-type(2n+2) td {
  background: #eff3f8; }

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  font-size: 1rem;
  padding: 0; }

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
  padding: 10px; }

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  display: inline-block;
  padding: 2px 5px; }

table.bt tfoot th:first-of-type:before,
table.bt tfoot th:first-of-type .bt-content,
table.bt tfoot td:first-of-type:before,
table.bt tfoot td:first-of-type .bt-content,
table.bt tbody td:first-of-type:before,
table.bt tbody td:first-of-type .bt-content {
  padding-top: 10px; }

table.bt tfoot th:last-of-type:before,
table.bt tfoot th:last-of-type .bt-content,
table.bt tfoot td:last-of-type:before,
table.bt tfoot td:last-of-type .bt-content,
table.bt tbody td:last-of-type:before,
table.bt tbody td:last-of-type .bt-content {
  padding-bottom: 10px; }

table.bt thead,
table.bt tbody th {
  display: none; }

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  border: none;
  display: block;
  vertical-align: top; }

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 30%;
  display: inline-block; }

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
  display: none; }

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  vertical-align: top;
  width: 55%;
  display: inline-block;
  padding-top: 10px; }

.inquiry_btn {
  padding: 0.3em 0.8em;
  clear: both;
  color: #FFF;
  background-color: #3b5998;
  text-decoration: none;
  border-radius: 10px 0 10px 0;
  font-size: 16px;
  display: inline-block; }

.inquiry_btn:hover {
  color: #FFF;
  transition: background-color .3s;
  border-radius: 10px 0 10px 0;
  background: #f90; }

.pagenav {
  text-align: left;
  font-size: 16px;
  text-decoration: none;
  margin: 40px 0; }

.pagenav a {
  margin: 0 5px;
  color: #333;
  text-decoration: none;
  border: 1px #d3d3d3 solid;
  border-radius: 50%;
  padding: 10px 15px; }

.pagenav a:hover {
  color: #fff;
  text-decoration: none;
  background: #3b5998;
  border: 1px #3b5998 solid; }

.pagenav .avte {
  background: #3b5998;
  border: 1px #3b5998 solid;
  color: #FFF; }

.pagenav .next {
  border-radius: 50px;
  padding: 10px 15px; }

.successinfo {
  padding-left: 15px;
  line-height: 22px;
  color: #888888;
  padding-right: 20px;
  padding-bottom: 20px; }

.successinfo .iconarea .iconunit {
  text-align: center;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #7b9d3c;
  color: #ffffff;
  line-height: 40px;
  font-weight: bolder;
  font-size: 22px;
  position: relative;
  z-index: 9; }

.successinfo .tit {
  font-size: 20px;
  font-weight: bold;
  color: #7b9d3c;
  display: block; }

.successinfo .iconarea .iconunit img {
  top: 10px;
  left: 5px;
  position: absolute;
  z-index: 10; }

.reference-ol li {
  font-size: 15px !important;
  line-height: 20px !important;
  color: #999 !important;
  margin-bottom: 10px; }

.ServiceShowPic, .serviceshowpic {
  text-align: center; }

.ServiceShowPic img, .serviceshowpic img {
  margin: auto; }

.ServiceShowleftPic {
  float: left;
  margin-right: 15px;
  text-align: center;
  color: #666666;
  display: inline-block; }

.ServiceShowrightPic {
  float: right;
  margin-left: 15px;
  text-align: center;
  color: #666666;
  display: inline-block; }

.ServiceShowPic, .ServiceShowrightPic, .ServiceShowleftPic, .serviceshowpic {
  font-size: 15px !important;
  text-align: center;
  line-height: 20px !important;
  color: #999 !important; }

.ServiceShowPic img, .serviceshowpic img, .ServiceShowrightPic img, .ServiceShowleftPic img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 768px) {
  .ServiceShowPic[style],
  .serviceshowpic[style] {
    width: 100% !important; } }
.ullist {
  padding: 0px 0px 0 0;
  margin: 0px; }
  .ullist li {
    line-height: 28px; }
    .ullist li a {
      color: #0037ff;
      text-decoration: none; }
    .ullist li ul, .ullist li ol {
      margin-left: 34px; }
  .ullist.dot {
    margin-left: 15px; }
    .ullist.dot li {
      list-style: disc; }

.ollist {
  padding: 0px 0px 0 19px;
  margin: 0px; }
  .ollist li {
    list-style-type: decimal;
    line-height: 28px; }
    .ollist li ul, .ollist li ol {
      margin-left: 34px; }

.ullist li > ul > li {
  list-style-type: circle; }

.ollist li > ul > li {
  list-style-type: lower-latin; }

.fa-discy::before {
  content: "●";
  font-style: normal;
  font-weight: normal;
  padding-right: 5px; }

.fa-discok::before {
  content: "✔";
  font-style: normal;
  font-weight: normal;
  padding-right: 5px; }

.fa-triangle::before {
  content: "\f0da";
  font-family: 'FontAwesome';
  padding-right: 10px; }

.fa-star::before {
  content: "★";
  font-style: normal;
  font-weight: normal;
  padding-right: 5px; }

.disc li {
  list-style: disc !important; }

.roman li {
  list-style: lower-roman !important; }

.hollow-disc li {
  list-style-type: circle !important; }

.Reference {
  padding-bottom: 0px;
  font-size: 16px !important;
  line-height: 20px !important;
  color: #888888 !important; }

.Referencemargin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0px !important; }

.Referencemargin strong {
  font-size: 16px !important; }

.Referencemargin li {
  padding-bottom: 8px !important; }

.tablecontentshow {
  margin: auto auto 15px auto; }

.tablecontentshow td {
  padding: 5px; }

.tablecontentshow .servicetheadbg {
  background-color: #104d85;
  color: #ffffff; }

.E404 img {
  display: block;
  max-width: 100%;
  height: auto; }

.E404 {
  width: 550px;
  margin: 70px auto auto auto;
  border: 0px solid #ff0000; }

.E404 .Etit {
  font-size: 25px;
  line-height: 35px;
  color: #525151; }

.E404 .content {
  color: #767676;
  line-height: 35px; }

.E404 a {
  color: #525151;
  text-decoration: none; }

@media only screen and (max-width: 1024px) {
  .E404 {
    width: 90%;
    margin: 0 auto auto auto;
    padding-left: 20px;
    padding-right: 20px; } }
.index_container .service-section .col-md-3 img {
  width: 280px;
  height: 200px;
  border-radius: 0 20px 0 20px; }

.index_container .service-section .col-md-3 h3 {
  font-size: 18px;
  padding: 0;
  margin: 0;
  text-align: left;
  color: #124d85; }

.index_container .service-section .col-md-3 h3 a {
  color: #124d85; }

.index_container .service-section .col-md-3 h3 a:hover {
  color: #f9ea48; }

.servicesbgcolor {
  background-color: #eff2f7;
  padding: 20px 0;
  margin: 20px 0;
  height: auto;
  overflow: hidden;
  border: 0px red solid;
  width: 100%;
  display: inline-block; }

.servicesbgcolor h3 {
  font-size: 18px;
  padding: 0;
  margin: 0;
  text-align: center; }

.index_container .service-section2 {
  margin-left: 0px;
  margin-right: 0px;
  box-shadow: 1px 2px 6px #ccc;
  border-radius: 0 20px 0 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.index_container .service-section2 > div {
  padding-left: 0px;
  padding-right: 0px; }

.index_container .service-section2 > div:nth-child(2) {
  padding-left: 30px; }

.index_container .service-section2 img {
  width: 100%;
  border-radius: 0 20px 0 20px;
  display: flex; }

.NanoparticlesContent {
  width: 100%;
  margin: 0 auto;
  height: 175px;
  overflow: hidden;
  position: relative;
  display: inline-block; }

.NanoparticlesToggle {
  height: 40px;
  background-color: #f0f0f0;
  position: absolute;
  bottom: 0px;
  width: 100%;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  color: #666;
  font-size: 12px; }

.NanoparticlesToggle:hover {
  background-color: #f0f7fa; }

.Nanoparticles-down-hovertree {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #999;
  position: absolute;
  right: 0;
  left: 0;
  margin: 18px 46% 0 auto; }

.Nanoparticles-up-hovertree {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 6px solid #999;
  position: absolute;
  right: 0;
  left: 0;
  margin: 18px 46% 0 auto; }

.speakbtn {
  background: transparent url("../images/speak-to-a-scientist.png") no-repeat scroll 0 0;
  border: medium none;
  cursor: pointer;
  height: 196px;
  position: fixed;
  right: 30px;
  bottom: 150px;
  width: 55px;
  z-index: 10000; }

.speakbtn:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  transition: color .5s; }

@media screen and (max-width: 767px) {
  .speakbtn {
    right: 15px;
    bottom: 15px; } }
.container {
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 992px) {
  .col-md-2 {
    width: 12.5%; } }
.banner_inpage {
  width: 100%;
  height: 35vh;
  min-height: 300px;
  overflow: hidden; }

/*inpage all banner css images*/
.support_bg {
  background-color: #eff2f7;
  padding: 50px 0; }

.index_key_bg {
  background-image: url(../images/key_bg.jpg);
  background-image: -webkit-image-set(url(../images/key_bg.webp) 1x);
  background-image: image-set(url(../images/key_bg.jpg) 1x);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0 100px 0; }

.index_contact_bg {
  background: url(../images/index_contact_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0; }

.services_bg {
  background-image: url(../images/services_bg.jpg);
  background-image: -webkit-image-set(url(../images/services_bg.webp) 1x);
  background-image: image-set(url(../images/services_bg.jpg) 1x);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.about_bg {
  background-image: url(../images/about_bg.jpg);
  background-image: -webkit-image-set(url(../images/about_bg.webp) 1x);
  background-image: image-set(url(../images/about_bg.jpg) 1x);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.about_center_bg {
  background-image: url(../images/about_center_bg.jpg);
  background-image: -webkit-image-set(url(../images/about_center_bg.webp) 1x);
  background-image: image-set(url(../images/about_center_bg.jpg) 1x);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.contact_us_bg {
  background-image: url(../images/contact_us_bg.jpg);
  background-image: -webkit-image-set(url(../images/contact_us_bg.webp) 1x);
  background-image: image-set(url(../images/contact_us_bg.jpg) 1x);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.item {
  display: table;
  text-align: center; }

/*img{
	max-width: 100%;
}*/
.index-discover {
  width: 100%;
  height: auto;
  padding: 80px 0 80px 0;
  background: url(../images/section3-bg.png) no-repeat 120% 150%/50%;
  background-image: url(../images/section3-bg.png);
  background-image: -webkit-image-set(url(../images/section3-bg.webp) 1x);
  background-image: image-set(url(../images/section3-bg.png) 1x); }

.index-discover-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

.index-discover-info .pic {
  width: 50%;
  height: auto;
  position: relative; }

.index-discover-info .text {
  width: 40%;
  height: auto; }

.index-discover-info .pic img {
  width: 100%;
  height: auto; }

.index-discover-info .pic span {
  font-size: 15px;
  color: #000;
  font-weight: bold;
  position: absolute; }

.index-discover-info .pic .pic-text1 {
  left: 8%;
  top: -15px; }

.index-discover-info .pic .pic-text2 {
  left: 32%;
  top: -15px; }

.index-discover-info .pic .pic-text3 {
  left: 70%;
  top: -15px; }

.index-discover-info .pic .pic-text4 {
  left: 70%;
  bottom: 15%; }

.index-discover-info .text h2 {
  color: #0d4274;
  margin-bottom: 30px; }
  .index-discover-info .text h2 a {
    color: #0d4274;
    text-decoration: none; }
    .index-discover-info .text h2 a:hover {
      opacity: .9; }

.btn-more {
  padding: 15px 30px;
  clear: both;
  color: #000;
  background-color: #f8ea49;
  text-decoration: none;
  border-radius: 20px;
  font-size: 18px;
  margin-top: 20px;
  display: inline-block;
  font-weight: bold;
  float: left; }

.btn-more:hover {
  color: #fff;
  transition: background-color .3s;
  border-radius: 20px;
  background: #104d85; }

.part_one_btn {
  text-align: center; }

.part_one_btn .btn-more {
  float: none; }

.index-accelerate {
  width: 100%;
  height: auto;
  padding: 80px 0 0px 0;
  background: #090827; }

.index-accelerate-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }

.index-accelerate-info .text {
  padding-bottom: 80px;
  width: 40%;
  height: auto;
  align-self: flex-start; }

.index-accelerate-info .text h2 {
  color: #f8ea49;
  margin-bottom: 30px; }
  .index-accelerate-info .text h2 a {
    color: #f8ea49;
    text-decoration: none; }
    .index-accelerate-info .text h2 a:hover {
      opacity: .9; }

.index-accelerate-info .text p {
  color: #fff; }

.index-accelerate-info .pic {
  width: 49%; }

.index-accelerate-info .pic img {
  width: 100%;
  height: auto; }

.index-designed {
  width: 100%;
  height: auto;
  padding: 80px 0 80px 0; }

.index-designed-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: url(../images/secition3-ball1.png) no-repeat right 10%/4%, url(../images/secition3-ball2.png) no-repeat 95% 100%/4%; }

.index-designed-info .pic {
  width: 50%;
  height: auto;
  position: relative; }

.index-designed-info .pic:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: 0 0 50px 10px #ffffff inset; }

.index-designed-info .pic img {
  width: 100%;
  height: auto; }

.index-designed-info .text {
  width: 40%;
  height: auto; }

.index-designed-info .text h2 {
  color: #0d4274;
  margin-bottom: 30px; }
  .index-designed-info .text h2 a {
    color: #0d4274;
    text-decoration: none; }
    .index-designed-info .text h2 a:hover {
      opacity: .9; }

.nav {
  height: 67px; }

@media screen and (min-width: 1024px) {
  .nav {
    height: inherit; } }
@media (min-width: 1280px) {
  .auto-header {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    z-index: 999;
    padding: 40px 0 0 0; }

  .auto_top {
    max-width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 30px; }

  .top_contact {
    width: 100%; }

  .top_contact p {
    margin: 0;
    padding-bottom: 10px;
    color: #FFF; }

  .top_contact p a {
    color: #FFF;
    text-decoration: none; }

  .nav {
    z-index: 999;
    margin: 0 auto;
    width: 1200px;
    border-bottom: 1px #6ca8d0 solid;
    border-top: 1px #6ca8d0 solid; }

  /*search-css*/
  #goodcover {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 5000px;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: 0.70;
    filter: alpha(opacity=80);
    margin-top: -45px;
    overflow: hidden; }

  #code {
    width: 1000px;
    height: auto;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    display: none;
    left: 45%;
    z-index: 1002;
    text-align: center; }

  .close1 {
    width: 100%;
    height: 60px; }

  #closebt {
    float: right; }

  #closebt img {
    width: 25px; }

  /*input*/
  .search-input {
    border: 0;
    outline: none;
    font-size: 16px;
    height: 50px;
    width: 500px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding-left: 20px;
    margin-left: 10px; }

  .goodtxt .btn {
    display: inline-block;
    margin-left: 10px;
    padding: 18px 40px 18px 40px;
    clear: both;
    color: #000;
    font-size: 18px;
    text-decoration: none;
    background-color: #f8ea49;
    border-radius: 20px;
    border: 0px;
    outline: none;
    cursor: pointer;
    font-weight: bold; }

  .submit_search a {
    text-decoration: none;
    float: right;
    margin: 40px 0 0 0;
    position: relative;
    cursor: pointer; }

  .submit_search a:before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 18px;
    color: #fff;
    text-align: center; }

  .fixed {
    position: fixed;
    z-index: 999;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    border: 0;
    box-shadow: 0 1px 1px #f5f5f5; }

  .fixed #cssmenu > ul > li > a {
    color: #000; }

  .fixed #cssmenu > ul > li.has-sub > a::after {
    border-color: #000; }

  /*About css*/
  .container {
    width: 100%;
    height: auto;
    position: relative;
    margin: 50px auto; }

  .container-ser {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 0 auto; }

  .index_container {
    max-width: 1200px;
    margin: 0 auto 0 auto; }

  .index_container p {
    line-height: 28px;
    font-size: 17px; }

  .index_container p a {
    color: #0037ff;
    text-decoration: none; }

  .section_title {
    margin: 40px auto;
    text-align: center; }

  .section_title h1,
  .section_title .h1 {
    font-size: 32px;
    font-family: 'Comfortaa'; }

  .section_title h2,
  .section_title .h2 {
    font-size: 32px;
    font-family: 'Comfortaa'; }

  .part_one_btn .btn {
    padding: 1em 1.5em;
    clear: both;
    text-decoration: none;
    border-radius: 30px;
    font-size: 16px;
    text-align: center;
    width: 150px;
    display: block;
    margin: 40px auto 0 auto;
    background: #0473db;
    color: #fff; }

  .part_one_btn .btn:hover {
    color: #000;
    transition: background-color .3s;
    background: #f8ea49; }

  /*services css start*/
  .left30 {
    margin-left: 30px; }

  .left-30 {
    margin-left: -30px; }

  .services_center_1 {
    border-radius: 50%;
    height: 150px;
    width: 150px;
    background: #0d4b84;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    padding-top: 35%;
    line-height: 26px;
    font-size: 18px;
    font-family: 'Comfortaa';
    margin-top: 20px;
    transition: all 0.5s; }

  .col-md-4 a {
    text-decoration: none; }

  .services_center_1:hover {
    transform: scale(1.1);
    border: 3px solid white; }

  .services_center_2 {
    border-radius: 20px;
    height: 150px;
    width: 150px;
    background: #f8ea49;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding-top: 30%;
    line-height: 26px;
    font-size: 18px;
    font-family: 'Comfortaa';
    margin-top: 20px;
    transition: all 0.5s; }

  .services_center_2:hover {
    transform: scale(1.1);
    border: 3px solid white; }

  .services_center_1 a {
    color: #FFF;
    text-decoration: none; }

  .services_center_2 a {
    color: #000;
    text-decoration: none; }

  .services_center_bg {
    width: 260px;
    margin: 0 auto;
    background-image: url(../images/center_bg.png);
    background-image: -webkit-image-set(url(../images/center_bg.webp) 1x);
    background-image: image-set(url(../images/center_bg.png) 1x);
    background-size: 250px 250px;
    background-repeat: no-repeat; }

  .services_center_bg2 {
    width: 260px;
    margin: 0 auto;
    background-image: url(../images/center_bg2.png);
    background-image: -webkit-image-set(url(../images/center_bg2.webp) 1x);
    background-image: image-set(url(../images/center_bg2.png) 1x);
    background-size: 250px 250px;
    background-repeat: no-repeat; }

  .unit {
    width: 100%;
    text-align: right;
    padding: 40px 0; }

  .unit_left {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px; }

  .unit_body {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-family: 'Comfortaa'; }

  .unit_body a {
    color: #000;
    text-decoration: none; }

  .unit_body a:hover {
    color: #0473db;
    text-decoration: none; }

  .unit_part_02 {
    width: 100%;
    text-align: left;
    padding: 40px 0; }

  .unit_left_part_02 {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px; }

  .unit_body_part_02 {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-family: 'Comfortaa'; }

  .unit_body_part_02 a {
    color: #000;
    text-decoration: none; }

  .unit_body_part_02 a:hover {
    color: #0473db;
    text-decoration: none; }

  .unitdiv {
    width: 340px;
    height: 170px; }

  .unit_bootm {
    width: 100%; }

  .unit_end {
    padding: 20px 0; }

  .unit_bootm_center {
    text-align: center;
    padding: 5px 0;
    font-size: 18px;
    font-family: 'Comfortaa'; }

  .unit_bootm_center a {
    color: #000;
    text-decoration: none; }

  .unit_bootm_center a:hover {
    color: #0473db;
    text-decoration: none; }

  /*index key start css*/
  .key_title {
    margin: 40px auto;
    text-align: center; }

  .key_title h1 {
    font-size: 30px;
    font-family: 'Comfortaa';
    color: #f8ea49; }

  .key_title h2 {
    font-size: 30px;
    font-family: 'Comfortaa';
    color: #f8ea49; }

  .index-designed-info .text h2, .index-accelerate-info .text h2, .index-discover-info .text h2 {
    font-size: 30px;
    font-family: 'Comfortaa'; }

  .circle {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: 0 auto; }

  .circle_blue {
    background: rgba(13, 75, 132, 0.6); }

  .circle_yellow {
    background: rgba(248, 234, 73, 0.6); }

  .item {
    width: 100%; }

  .item h6 {
    width: 80%;
    color: #fff;
    top: 40%;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    margin: 0 auto;
    line-height: 150px;
    vertical-align: middle;
    display: table-cell; }

  .circle_p {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    line-height: 26px;
    color: #FFF;
    padding-top: 20px; }

  .part_03 {
    width: 100%;
    margin: 0 auto;
    background: #eff2f7;
    height: 100%;
    padding: 0;
    border: 1px #eff2f7 solid; }

  .part_03_container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0;
    top: -80px;
    position: relative; }

  .part_03_body {
    background: #eff2f7;
    height: auto;
    overflow: hidden;
    width: 98%;
    margin: 10px auto;
    padding: 50px;
    -webkit-box-shadow: 0 0 10px rgba(170, 170, 170, 0.8);
    -moz-box-shadow: 0 0 10px rgba(170, 170, 170, 0.8);
    box-shadow: 0 0 10px rgba(170, 170, 170, 0.8); }

  .part_right {
    width: 100%; }

  .part_right h2 {
    font-size: 22px;
    color: #0d4b84;
    font-family: 'Comfortaa'; }

  .part_right p {
    line-height: 26px; }

  .part_right p a {
    font-weight: bold;
    text-decoration: none;
    color: #333; }

  .index_part04 {
    margin: 0 auto;
    width: 80%;
    text-align: center;
    color: #FFF; }

  .index_part04 .btn {
    padding: 1em 1.5em;
    clear: both;
    color: #000;
    text-decoration: none;
    border-radius: 30px;
    font-size: 16px;
    text-align: center;
    width: 220px;
    display: block;
    margin: 20px auto 0 auto;
    background: #f8ea49;
    border: 0;
    cursor: pointer;
    outline: none; }

  .index_part04 .btn:hover {
    color: #fff;
    transition: background-color .3s;
    border-radius: 20px;
    background: #0473db; }

  /*contact Us index*/
  .contact_bottom {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    background: #2a333f; }

  .contact_container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0;
    position: relative;
    height: auto;
    overflow: hidden; }

  .contact_container p {
    color: #FFF;
    line-height: 26px; }

  .contact_container h3 {
    font-size: 24px;
    font-weight: normal;
    color: #FFF;
    font-family: 'Comfortaa'; }

  .list-style-two {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0; }

  .list-style-two li {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    padding-left: 40px;
    margin-bottom: 10px;
    color: #fff;
    line-height: 36px; }

  .list-style-two li .icon {
    position: absolute;
    left: 0px;
    width: 30px;
    height: 30px;
    color: #333;
    font-size: 18px;
    line-height: 1em;
    text-align: center;
    background-color: #f8ea49;
    border-radius: 100%;
    padding-top: 5px;
    margin-top: 2px; }

  .list-style-two li a {
    color: #f8ea49;
    text-decoration: none; }

  .social-icon-two {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: auto;
    overflow: hidden; }

  .social-icon-two li {
    margin-right: 15px;
    margin-left: 0;
    display: inline-block; }

  .social-icon-two li a {
    color: #fff;
    font-size: 22px; }

  .social-icon-two li a:hover {
    color: #f8ea49; }

  .bottom_cop {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    color: #666666;
    background-color: #2a333f;
    border-top: 1px #363f4a solid; }

  /*------in page css---------*/
  .auto-container h1 {
    color: #fff;
    font-size: 32px;
    width: 100%;
    padding-top: 24%;
    margin: 0;
    text-align: center;
    font-family: 'Comfortaa'; }

  .auto-container p {
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 26px;
    margin: 0;
    padding-top: 20px; }

  .auto-container {
    position: static;
    max-width: 1200px;
    margin: 0 auto; }

  .breadcrumb {
    width: 100%;
    background: #f9faf9; }

  .path {
    max-width: 1200px;
    margin: 0 auto;
    padding: 5px 0;
    font-size: 16px; }

  .path p {
    color: #000;
    text-align: center;
    text-transform: uppercase; }

  .path p a {
    color: #000;
    text-decoration: none;
    padding: 0 5px 0 5px; }

  .path p a:hover {
    color: #0d4b84; }

  .path p span {
    padding: 0 5px; }

  .linkservices {
    width: 90%;
    height: auto;
    overflow: hidden;
    display: inline-block; }

  .index-items a {
    display: block;
    color: #fff; }

  .index-items .col-md-4 {
    position: relative;
    padding: 0;
    min-height: 228px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 20px;
    width: 30%;
    border-radius: 30px; }

  .index-items .col-md-4 .item-blue-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0d4b84;
    opacity: 0.8;
    transition: all ease .5s;
    border-radius: 30px; }

  .index-items .col-md-4 .item-yellow-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #FF9900;
    opacity: 0;
    transition: all ease .5s;
    border-radius: 30px; }

  .index-items .col-md-4 .items-content {
    position: absolute;
    z-index: 99;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px; }

  .index-items .col-md-4 .items-content h2 {
    width: 90%;
    margin: 10px auto;
    text-align: center;
    font-size: 22px;
    line-height: 28px; }

  .index-items .col-md-4 .items-content h2 a {
    color: #fff; }

  .index-items .col-md-4 .items-content p {
    margin: 0 auto;
    text-align: center;
    line-height: 26px; }

  .index-items .col-md-4:hover .item-blue-bg {
    opacity: 0; }

  .index-items .col-md-4:hover .item-yellow-bg {
    opacity: 0.6; }

  .index-items-1 a:first-child .col-md-4 {
    background-image: url(../images/img01.png); }

  .index-items-2 a:last-child .col-md-4 {
    background-image: url(../images/img02.png); }

  .index-items-3 a:first-child .col-md-4 {
    background-image: url(../images/img03.png); }

  /*inpage about css*/
  .about_end {
    background: #fff;
    height: auto;
    overflow: hidden;
    width: 98%;
    margin: 50px auto;
    padding: 50px;
    text-align: center;
    line-height: 28px;
    min-height: 240px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 10px rgba(170, 170, 170, 0.8);
    -moz-box-shadow: 0 0 10px rgba(170, 170, 170, 0.8);
    box-shadow: 0 0 10px rgba(170, 170, 170, 0.8); }

  /*inpage contact css*/
  .contact_body {
    width: 100%;
    text-align: center; }

  .contact_body h1 {
    font-family: 'Comfortaa';
    font-size: 32px; }

  .contact_body p {
    padding: 0;
    margin: 0; }

  /*inquiry css*/
  .Inquiry_form ul {
    list-style-type: none;
    list-style-position: outside;
    margin: 0px;
    padding: 0px;
    margin-left: -20px; }

  .Inquiry_form li {
    position: relative;
    width: 30%;
    display: inline-block;
    border-bottom: 1px #d1d1d1 solid;
    margin: 10px; }

  .Inquiry_form label {
    width: 100%;
    display: inline-block;
    text-align: left;
    padding: 10px 0;
    font-size: 18px;
    color: #000; }

  .Inquiry_form input {
    height: 42px;
    width: 100%;
    outline: none;
    color: #444;
    border: 0;
    background: none; }

  .reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: none;
    top: 0;
    left: 0; }

  .reveal-modal {
    visibility: hidden;
    top: 100px;
    left: 50%;
    margin-left: -350px;
    width: 800px;
    position: absolute;
    z-index: 99999;
    background: #fefefe;
    padding: 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }

  .reveal-modal .title {
    font-size: 22px;
    text-align: center;
    color: #104d85;
    margin: 15px 0; }

  .reveal-modal.small {
    width: 200px;
    margin-left: -140px; }

  .reveal-modal.medium {
    width: 400px;
    margin-left: -240px; }

  .reveal-modal.large {
    width: 600px;
    margin-left: -340px; }

  .reveal-modal.xlarge {
    width: 800px;
    margin-left: -440px; }

  .reveal-modal .close-reveal-modal {
    font-size: 30px;
    line-height: .5;
    position: absolute;
    top: 15px;
    right: 11px;
    color: #aaa;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
    font-weight: bold;
    cursor: pointer; } }
@media (min-width: 1025px) and (max-width: 1280px) {
  .auto-header {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    z-index: 999;
    padding: 40px 0 0 0; }

  .auto_top {
    max-width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 30px; }

  .top_contact {
    width: 100%; }

  .top_contact p {
    margin: 0;
    padding-bottom: 10px;
    color: #FFF; }

  .top_contact p a {
    color: #FFF;
    text-decoration: none; }

  .nav {
    z-index: 999;
    margin: 0 auto;
    max-width: 1200px;
    border-bottom: 1px #6ca8d0 solid;
    border-top: 1px #6ca8d0 solid; }

  /*search-css*/
  #goodcover {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 5000px;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: 0.70;
    filter: alpha(opacity=80);
    margin-top: -45px;
    overflow: hidden; }

  #code {
    width: 80%;
    height: auto;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    display: none;
    left: 45%;
    z-index: 1002;
    text-align: center; }

  .close1 {
    width: 100%;
    height: 60px; }

  #closebt {
    float: right; }

  #closebt img {
    width: 25px; }

  /*input*/
  .search-input {
    border: 0;
    outline: none;
    font-size: 16px;
    height: 50px;
    width: 500px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding-left: 20px;
    margin-left: 10px; }

  .goodtxt .btn {
    display: inline-block;
    margin-left: 10px;
    padding: 18px 40px 18px 40px;
    clear: both;
    color: #000;
    font-size: 18px;
    text-decoration: none;
    background-color: #f8ea49;
    border-radius: 20px;
    border: 0px;
    outline: none;
    cursor: pointer;
    font-weight: bold; }

  .submit_search a {
    text-decoration: none;
    float: right;
    margin: 40px 0 0 0;
    position: relative;
    cursor: pointer; }

  .submit_search a:before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 18px;
    color: #fff;
    text-align: center; }

  .fixed {
    position: fixed;
    z-index: 999;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    border: 0;
    box-shadow: 0 1px 1px #f5f5f5; }

  .fixed #cssmenu > ul > li > a {
    color: #000; }

  .fixed #cssmenu > ul > li.has-sub > a::after {
    border-color: #000; }

  /*About css*/
  .container {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 50px auto; }

  .container-ser {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 0 auto; }

  .index_container {
    max-width: 90%;
    margin: 0 auto 0 auto; }

  .index_container p {
    line-height: 28px;
    font-size: 18px; }

  .index_container p a {
    color: #0037ff;
    text-decoration: none; }

  .section_title {
    margin: 40px auto;
    text-align: center; }

  .section_title h1 {
    font-size: 32px;
    font-family: 'Comfortaa'; }

  .section_title h2 {
    font-size: 32px;
    font-family: 'Comfortaa'; }

  .part_one_btn .btn {
    padding: 1em 1.5em;
    clear: both;
    color: #666;
    text-decoration: none;
    border-radius: 30px;
    font-size: 16px;
    text-align: center;
    width: 150px;
    display: block;
    border: 1px #ccc solid;
    margin: 40px auto 0 auto; }

  .part_one_btn .btn:hover {
    color: #fff;
    transition: background-color .3s;
    border-radius: 20px;
    background: #0473db; }

  /*services css start*/
  .left30 {
    margin-left: 30px; }

  .left-30 {
    margin-left: -30px; }

  .services_center_1 {
    border-radius: 50%;
    height: 150px;
    width: 150px;
    background: #0d4b84;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    padding-top: 35%;
    line-height: 26px;
    font-size: 18px;
    font-family: 'Comfortaa';
    margin-top: 20px;
    transition: all 0.5s; }

  .col-md-4 a {
    text-decoration: none; }

  .services_center_1:hover {
    transform: scale(1.1);
    border: 3px solid white; }

  .services_center_2 {
    border-radius: 20px;
    height: 150px;
    width: 150px;
    background: #f8ea49;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding-top: 30%;
    line-height: 26px;
    font-size: 18px;
    font-family: 'Comfortaa';
    margin-top: 20px;
    transition: all 0.5s; }

  .services_center_2:hover {
    transform: scale(1.1);
    border: 3px solid white; }

  .services_center_1 a {
    color: #FFF;
    text-decoration: none; }

  .services_center_2 a {
    color: #000;
    text-decoration: none; }

  .services_center_bg {
    width: 260px;
    margin: 0 auto;
    background-image: url(../images/center_bg.png);
    background-image: -webkit-image-set(url(../images/center_bg.webp) 1x);
    background-image: image-set(url(../images/center_bg.png) 1x);
    background-size: 250px 250px;
    background-repeat: no-repeat; }

  .services_center_bg2 {
    width: 260px;
    margin: 0 auto;
    background-image: url(../images/center_bg2.png);
    background-image: -webkit-image-set(url(../images/center_bg2.webp) 1x);
    background-image: image-set(url(../images/center_bg2.png) 1x);
    background-size: 250px 250px;
    background-repeat: no-repeat; }

  .unit {
    width: 100%;
    text-align: right;
    padding: 40px 0; }

  .unit_left {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px; }

  .unit_body {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-family: 'Comfortaa'; }

  .unit_body a {
    color: #000;
    text-decoration: none; }

  .unit_body a:hover {
    color: #0473db;
    text-decoration: none; }

  .unit_part_02 {
    width: 100%;
    text-align: left;
    padding: 40px 0; }

  .unit_left_part_02 {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px; }

  .unit_body_part_02 {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-family: 'Comfortaa'; }

  .unit_body_part_02 a {
    color: #000;
    text-decoration: none; }

  .unit_body_part_02 a:hover {
    color: #0473db;
    text-decoration: none; }

  .unitdiv {
    width: 340px;
    height: 170px; }

  .unit_bootm {
    width: 100%; }

  .unit_end {
    padding: 20px 0; }

  .unit_bootm_center {
    text-align: center;
    padding: 5px 0;
    font-size: 18px;
    font-family: 'Comfortaa'; }

  .unit_bootm_center a {
    color: #000;
    text-decoration: none; }

  .unit_bootm_center a:hover {
    color: #0473db;
    text-decoration: none; }

  /*index key start css*/
  .part_one_btn {
    text-align: center; }

  .key_title {
    margin: 40px auto;
    text-align: center; }

  .key_title h1 {
    font-size: 36px;
    font-family: 'Comfortaa';
    color: #f8ea49; }

  .key_title h2 {
    font-size: 30px;
    font-family: 'Comfortaa';
    color: #f8ea49; }

  .circle {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: 0 auto; }

  .circle_blue {
    background: rgba(13, 75, 132, 0.6); }

  .circle_yellow {
    background: rgba(248, 234, 73, 0.6); }

  .item h6 {
    width: 80%;
    color: #fff;
    top: 40%;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    margin: 0 auto;
    line-height: 150px;
    vertical-align: middle;
    display: table-cell; }

  .circle_p {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    line-height: 26px;
    color: #FFF;
    padding-top: 20px; }

  .part_03 {
    width: 100%;
    margin: 0 auto;
    background: #eff2f7;
    height: 100%;
    padding: 0;
    border: 1px #eff2f7 solid; }

  .part_03_container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0;
    top: -80px;
    position: relative; }

  .part_03_body {
    background: #eff2f7;
    height: auto;
    overflow: hidden;
    width: 98%;
    margin: 10px auto;
    padding: 50px;
    -webkit-box-shadow: 0 0 10px rgba(170, 170, 170, 0.8);
    -moz-box-shadow: 0 0 10px rgba(170, 170, 170, 0.8);
    box-shadow: 0 0 10px rgba(170, 170, 170, 0.8); }

  .part_right {
    width: 100%; }

  .part_right h2 {
    font-size: 22px;
    color: #0d4b84;
    font-family: 'Comfortaa'; }

  .part_right p {
    line-height: 26px; }

  .part_right p a {
    font-weight: bold;
    text-decoration: none;
    color: #333; }

  .index_part04 {
    margin: 0 auto;
    width: 80%;
    text-align: center;
    color: #FFF; }

  .index_part04 .btn {
    padding: 1em 1.5em;
    clear: both;
    color: #000;
    text-decoration: none;
    border-radius: 30px;
    font-size: 16px;
    text-align: center;
    width: 220px;
    display: block;
    margin: 20px auto 0 auto;
    background: #f8ea49;
    border: 0;
    cursor: pointer;
    outline: none; }

  .index_part04 .btn:hover {
    color: #fff;
    transition: background-color .3s;
    border-radius: 20px;
    background: #0473db; }

  /*contact Us index*/
  .contact_bottom {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    background: #2a333f; }

  .contact_container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0;
    position: relative;
    height: auto;
    overflow: hidden; }

  .contact_container p {
    color: #FFF;
    line-height: 26px; }

  .contact_container h3 {
    font-size: 24px;
    font-weight: normal;
    color: #FFF;
    font-family: 'Comfortaa'; }

  .list-style-two {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0; }

  .list-style-two li {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    padding-left: 40px;
    margin-bottom: 10px;
    color: #fff;
    line-height: 36px; }

  .list-style-two li .icon {
    position: absolute;
    left: 0px;
    width: 30px;
    height: 30px;
    color: #333;
    font-size: 18px;
    line-height: 1em;
    text-align: center;
    background-color: #f8ea49;
    border-radius: 100%;
    padding-top: 5px;
    margin-top: 2px; }

  .list-style-two li a {
    color: #f8ea49;
    text-decoration: none; }

  .social-icon-two {
    padding-top: 10px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: auto;
    overflow: hidden; }

  .social-icon-two li {
    margin-right: 15px;
    margin-left: 0px;
    display: inline-block; }

  .social-icon-two li a {
    color: #fff;
    font-size: 22px; }

  .social-icon-two li a:hover {
    color: #f8ea49; }

  .bottom_cop {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    color: #666666;
    background-color: #2a333f;
    border-top: 1px #363f4a solid; }

  /*------in page css---------*/
  .banner_inpage {
    width: 100%;
    margin: 0 auto; }

  .auto-container h1 {
    color: #fff;
    font-size: 32px;
    width: 100%;
    padding-top: 22%;
    margin: 0;
    text-align: center;
    font-family: 'Comfortaa'; }

  .auto-container p {
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 26px;
    margin: 0;
    padding-top: 20px; }

  .auto-container {
    position: static;
    max-width: 1200px;
    margin: 0 auto; }

  .breadcrumb {
    width: 100%;
    background: #f9faf9; }

  .path {
    max-width: 1200px;
    margin: 0 auto;
    padding: 5px 0; }

  .path p {
    color: #000;
    text-align: center;
    text-transform: uppercase; }

  .path p a {
    color: #000;
    text-decoration: none;
    padding: 0 5px 0 5px; }

  .path p a:hover {
    color: #0d4b84; }

  .path p span {
    padding: 0 5px; }

  .linkservices {
    width: 90%;
    height: auto;
    overflow: hidden;
    display: inline-block; }

  .index-items a {
    display: block;
    color: #fff; }

  .index-items .col-md-4 {
    position: relative;
    padding: 0;
    min-height: 228px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 20px;
    width: 28%;
    border-radius: 30px; }

  .index-items .col-md-4 .item-blue-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0d4b84;
    opacity: 0.8;
    transition: all ease .5s;
    border-radius: 30px; }

  .index-items .col-md-4 .item-yellow-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #FF9900;
    opacity: 0;
    transition: all ease .5s;
    border-radius: 30px; }

  .index-items .col-md-4 .items-content {
    position: absolute;
    z-index: 99;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px; }

  .index-items .col-md-4 .items-content h2 {
    width: 90%;
    margin: 10px auto;
    text-align: center;
    font-size: 22px;
    line-height: 28px; }

  .index-items .col-md-4 .items-content h2 a {
    color: #fff; }

  .index-items .col-md-4 .items-content p {
    margin: 0 auto;
    text-align: center;
    line-height: 26px; }

  .index-items .col-md-4:hover .item-blue-bg {
    opacity: 0; }

  .index-items .col-md-4:hover .item-yellow-bg {
    opacity: 0.6; }

  .index-items-1 a:first-child .col-md-4 {
    background-image: url(../images/img01.png); }

  .index-items-2 a:last-child .col-md-4 {
    background-image: url(../images/img02.png); }

  .index-items-3 a:first-child .col-md-4 {
    background-image: url(../images/img03.png); }

  /*inpage about css*/
  .about_end {
    background: #fff;
    height: auto;
    overflow: hidden;
    width: 98%;
    margin: 50px auto;
    padding: 50px;
    text-align: center;
    line-height: 28px;
    min-height: 300px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 10px rgba(170, 170, 170, 0.8);
    -moz-box-shadow: 0 0 10px rgba(170, 170, 170, 0.8);
    box-shadow: 0 0 10px rgba(170, 170, 170, 0.8); }

  /*inquiry css*/
  /*inquiry css*/
  .Inquiry_form ul {
    list-style-type: none;
    list-style-position: outside;
    margin: 0px;
    padding: 0px;
    margin-left: -20px; }

  .Inquiry_form li {
    position: relative;
    width: 30%;
    display: inline-block;
    border-bottom: 1px #d1d1d1 solid;
    margin: 10px; }

  .Inquiry_form label {
    width: 100%;
    display: inline-block;
    text-align: left;
    padding: 10px 0;
    font-size: 18px;
    color: #000; }

  .Inquiry_form input {
    height: 42px;
    width: 100%;
    outline: none;
    color: #444;
    border: 0;
    background: none; }

  .reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: none;
    top: 0;
    left: 0; }

  .reveal-modal {
    visibility: hidden;
    top: 100px;
    left: 50%;
    margin-left: -350px;
    width: 800px;
    position: absolute;
    z-index: 99999;
    background: #fefefe;
    padding: 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }

  .reveal-modal .title {
    font-size: 22px;
    text-align: center;
    color: #104d85;
    margin: 15px 0; }

  .reveal-modal.small {
    width: 200px;
    margin-left: -140px; }

  .reveal-modal.medium {
    width: 400px;
    margin-left: -240px; }

  .reveal-modal.large {
    width: 600px;
    margin-left: -340px; }

  .reveal-modal.xlarge {
    width: 800px;
    margin-left: -440px; }

  .reveal-modal .close-reveal-modal {
    font-size: 30px;
    line-height: .5;
    position: absolute;
    top: 15px;
    right: 11px;
    color: #aaa;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
    font-weight: bold;
    cursor: pointer; } }
.auto-header {
  height: 283px; }

@media screen and (min-width: 768px) {
  .auto-header {
    height: auto; } }
.top_contact {
  display: none; }

@media screen and (min-width: 768px) {
  .top_contact {
    display: block; } }
@media (max-width: 1024px) {
  .index-discover-info {
    flex-wrap: wrap; }

  .index-discover-info .pic {
    width: 450px;
    max-width: 100%;
    margin-bottom: 30px; }

  .index-discover-info .text {
    width: 100%; }

  .index-accelerate-info {
    flex-wrap: wrap; }

  .index-accelerate-info .text {
    width: 100%;
    padding-bottom: 40px; }

  .index-accelerate-info .pic {
    width: 450px;
    max-width: 100%; }

  .index-designed-info {
    flex-wrap: wrap;
    background: url(../images/secition3-ball1.png) no-repeat right 50%/35px, url(../images/secition3-ball2.png) no-repeat 95% 100%/35px; }

  .index-designed-info .pic {
    width: 450px;
    max-width: 100%;
    margin-bottom: 30px; }

  .index-designed-info .text {
    width: 100%; }

  .auto-header {
    width: 100%;
    margin: 0 auto;
    z-index: 999;
    padding: 20px 0 0 0;
    background: #666; }

  .auto_top {
    max-width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 30px; }

  .top_contact {
    width: 100%;
    text-align: center; }

  .top_contact p {
    margin: 0;
    padding-bottom: 10px;
    color: #FFF; }

  .top_contact p a {
    color: #FFF;
    text-decoration: none; }

  .nav {
    z-index: 999;
    margin: 0 auto;
    width: 100%;
    border-bottom: 0px #6ca8d0 solid;
    border-top: 0px #6ca8d0 solid;
    padding: 0; }

  /*search-css*/
  #goodcover {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 5000px;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: 0.70;
    filter: alpha(opacity=80);
    margin-top: -45px;
    overflow: hidden; }

  #code {
    width: 90%;
    height: auto;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    display: none;
    left: 45%;
    z-index: 1002;
    text-align: center; }

  .close1 {
    width: 100%;
    height: 60px; }

  #closebt {
    float: right; }

  #closebt img {
    width: 25px; }

  /*input*/
  .search-input {
    border: 0;
    outline: none;
    font-size: 16px;
    height: 50px;
    width: 90%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding-left: 20px;
    margin-left: 10px; }

  .goodtxt .btn {
    display: inline-block;
    margin-left: 10px;
    padding: 18px 40px 18px 40px;
    clear: both;
    color: #000;
    font-size: 18px;
    text-decoration: none;
    background-color: #f8ea49;
    border-radius: 20px;
    border: 0px;
    outline: none;
    cursor: pointer;
    width: 90%;
    margin-top: 30px;
    font-weight: bold; }

  .submit_search a {
    text-decoration: none;
    margin: 20px auto 0 auto;
    position: relative;
    cursor: pointer;
    width: 30%;
    background: #f8ea49;
    display: block;
    text-align: center;
    border-radius: 20px;
    padding: 10px; }

  .submit_search a:before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 18px;
    color: #fff;
    text-align: center; }

  /*.fixed{position:relative; z-index: 999; display:inline-block;  width:100%; margin:0 auto; background-color:#fff; border:0; box-shadow:0 1px 1px #f5f5f5; }
  .fixed #cssmenu > ul > li > a{color:#000;}
  .fixed #cssmenu > ul > li.has-sub > a::after {border-color:#000;}
  */
  /*About css*/
  .container {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 50px auto; }

  .container-ser {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 0 auto; }

  .index_container {
    max-width: 90%;
    margin: 0 auto 0 auto; }

  .index_container p {
    line-height: 28px;
    font-size: 18px; }

  .index_container p a {
    color: #0037ff;
    text-decoration: none; }

  .section_title {
    margin: 40px auto;
    text-align: center; }

  .section_title h1 {
    font-size: 32px;
    font-family: 'Comfortaa'; }

  .section_title h2 {
    font-size: 32px;
    font-family: 'Comfortaa'; }

  .part_one_btn .btn {
    padding: 1em 1.5em;
    clear: both;
    color: #666;
    text-decoration: none;
    border-radius: 30px;
    font-size: 16px;
    text-align: center;
    width: 150px;
    display: block;
    border: 1px #ccc solid;
    margin: 40px auto 0 auto; }

  .part_one_btn .btn:hover {
    color: #fff;
    transition: background-color .3s;
    border-radius: 20px;
    background: #0473db; }

  /*services css start*/
  .left30 {
    margin: 0; }

  .left-30 {
    margin: 0; }

  .services_center_1 {
    border-radius: 20px;
    height: auto;
    overflow: hidden;
    width: 100%;
    background: #0d4b84;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    font-family: 'Comfortaa';
    margin-top: 20px;
    transition: all 0.5s; }

  .col-md-4 a {
    text-decoration: none; }

  .services_center_1:hover {
    transform: scale(1.1);
    border: 3px solid white; }

  .services_center_2 {
    border-radius: 20px;
    height: auto;
    overflow: hidden;
    width: 100%;
    background: #f8ea49;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    font-family: 'Comfortaa';
    margin-top: 20px;
    transition: all 0.5s; }

  .services_center_2:hover {
    transform: scale(1.1);
    border: 3px solid white; }

  .services_center_1 a {
    color: #FFF;
    text-decoration: none; }

  .services_center_2 a {
    color: #000;
    text-decoration: none; }

  .services_center_bg {
    width: 260px;
    margin: 30px auto -40px auto;
    background-image: url(../images/center_bg.png);
    background-image: -webkit-image-set(url(../images/center_bg.webp) 1x);
    background-image: image-set(url(../images/center_bg.png) 1x);
    background-size: 250px 250px;
    background-repeat: no-repeat; }

  .services_center_bg2 {
    width: 260px;
    margin: 30px auto -40px auto;
    background-image: url(../images/center_bg2.png);
    background-image: -webkit-image-set(url(../images/center_bg2.webp) 1x);
    background-image: image-set(url(../images/center_bg2.png) 1x);
    background-size: 250px 250px;
    background-repeat: no-repeat; }

  .unit {
    width: 100%;
    text-align: right;
    padding: 20px 0; }

  .unit_left {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: center; }

  .unit_body {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-family: 'Comfortaa';
    text-align: center;
    padding: 10px 0; }

  .unit_body a {
    color: #000;
    text-decoration: none; }

  .unit_body a:hover {
    color: #0473db;
    text-decoration: none; }

  .unit_part_02 {
    width: 100%;
    text-align: left;
    padding: 20px 0; }

  .unit_left_part_02 {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: center; }

  .unit_body_part_02 {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-family: 'Comfortaa';
    text-align: center;
    padding: 10px 0; }

  .unit_body_part_02 a {
    color: #000;
    text-decoration: none; }

  .unit_body_part_02 a:hover {
    color: #0473db;
    text-decoration: none; }

  .unitdiv {
    width: 340px;
    height: 170px; }

  .unit_bootm {
    width: 100%; }

  .unit_end {
    padding: 20px 0; }

  .unit_bootm_center {
    text-align: center;
    padding: 5px 0;
    font-size: 18px;
    font-family: 'Comfortaa'; }

  .unit_bootm_center a {
    color: #000;
    text-decoration: none; }

  .unit_bootm_center a:hover {
    color: #0473db;
    text-decoration: none; }

  /*index key start css*/
  .key_title {
    margin: 40px auto;
    text-align: center; }

  .key_title h1 {
    font-size: 36px;
    font-family: 'Comfortaa';
    color: #f8ea49; }

  .key_title h2 {
    font-size: 30px;
    font-family: 'Comfortaa';
    color: #f8ea49; }

  .circle {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: 0 auto; }

  .circle_blue {
    background: rgba(13, 75, 132, 0.6); }

  .circle_yellow {
    background: rgba(248, 234, 73, 0.6); }

  .item h6 {
    width: 80%;
    color: #fff;
    top: 40%;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    margin: 0 auto;
    line-height: 150px;
    vertical-align: middle;
    display: table-cell; }

  .circle_p {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    line-height: 26px;
    color: #FFF;
    padding-top: 20px; }

  .part_03 {
    width: 100%;
    margin: 0 auto;
    background: #eff2f7;
    height: 100%;
    padding: 0;
    border: 1px #eff2f7 solid; }

  .part_03_container {
    max-width: 90%;
    margin: 0 auto;
    padding: 0;
    top: -80px;
    position: relative; }

  .part_03_body {
    background: #eff2f7;
    height: auto;
    overflow: hidden;
    width: 98%;
    margin: 10px auto;
    padding: 10px;
    -webkit-box-shadow: 0 0 10px rgba(170, 170, 170, 0.8);
    -moz-box-shadow: 0 0 10px rgba(170, 170, 170, 0.8);
    box-shadow: 0 0 10px rgba(170, 170, 170, 0.8); }

  .part_right {
    width: 100%; }

  .part_right h2 {
    font-size: 22px;
    color: #0d4b84;
    font-family: 'Comfortaa'; }

  .part_right p {
    line-height: 26px; }

  .part_right p a {
    font-weight: bold;
    text-decoration: none;
    color: #333; }

  .index_part04 {
    margin: 0 auto;
    width: 80%;
    text-align: center;
    color: #FFF; }

  .index_part04 .btn {
    padding: 1em 1.5em;
    clear: both;
    color: #000;
    text-decoration: none;
    border-radius: 30px;
    font-size: 16px;
    text-align: center;
    width: 220px;
    display: block;
    margin: 20px auto 0 auto;
    background: #f8ea49;
    border: 0;
    cursor: pointer;
    outline: none; }

  .index_part04 .btn:hover {
    color: #fff;
    transition: background-color .3s;
    border-radius: 20px;
    background: #0473db; }

  /*contact Us index*/
  .contact_bottom {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    background: #2a333f; }

  .contact_container {
    max-width: 90%;
    margin: 40px auto;
    padding: 0;
    position: relative;
    height: auto;
    overflow: hidden; }

  .contact_container p {
    color: #FFF;
    line-height: 26px; }

  .contact_container h3 {
    font-size: 24px;
    font-weight: normal;
    color: #FFF;
    font-family: 'Comfortaa'; }

  .list-style-two {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0; }

  .list-style-two li {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    padding-left: 40px;
    margin-bottom: 10px;
    color: #fff;
    line-height: 36px; }

  .list-style-two li .icon {
    position: absolute;
    left: 0px;
    width: 30px;
    height: 30px;
    color: #333;
    font-size: 18px;
    line-height: 1em;
    text-align: center;
    background-color: #f8ea49;
    border-radius: 100%;
    padding-top: 5px;
    margin-top: 2px; }

  .list-style-two li a {
    color: #f8ea49;
    text-decoration: none; }

  .social-icon-two {
    padding-top: 10px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: auto;
    overflow: hidden; }

  .social-icon-two li {
    margin-right: 15px;
    margin-left: 0px;
    display: inline-block; }

  .social-icon-two li a {
    color: #fff;
    font-size: 22px; }

  .social-icon-two li a:hover {
    color: #f8ea49; }

  .bottom_cop {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    color: #666666;
    background-color: #2a333f;
    border-top: 1px #363f4a solid; }

  /*------in page css---------*/
  .banner_inpage {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center; }

  .auto-container h1 {
    color: #FFF;
    font-size: 26px;
    width: 100%;
    padding-top: 0;
    margin: 0;
    text-align: center;
    font-family: 'Comfortaa'; }

  .auto-container p {
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin: 0;
    padding-top: 20px; }

  .auto-container {
    position: static;
    max-width: 1200px;
    margin: 0 auto; }

  .breadcrumb {
    width: 100%;
    background: #f9faf9; }

  .path {
    max-width: 90%;
    margin: 0 auto;
    padding: 5px 0; }

  .path p {
    color: #000;
    text-align: center;
    text-transform: uppercase; }

  .path p a {
    color: #000;
    text-decoration: none;
    padding: 0 5px 0 5px; }

  .path p a:hover {
    color: #0d4b84; }

  .path p span {
    padding: 0 5px; }

  .linkservices {
    width: 90%;
    height: auto;
    overflow: hidden;
    display: inline-block; }

  .index-items a {
    display: block;
    color: #fff; }

  .index-items .col-md-4 {
    position: relative;
    padding: 0;
    min-height: 228px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 20px;
    width: 95%;
    border-radius: 30px; }

  .index-items .col-md-4 .item-blue-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0d4b84;
    opacity: 0.8;
    transition: all ease .5s;
    border-radius: 30px; }

  .index-items .col-md-4 .item-yellow-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #FF9900;
    opacity: 0;
    transition: all ease .5s;
    border-radius: 30px; }

  .index-items .col-md-4 .items-content {
    position: absolute;
    z-index: 99;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px; }

  .index-items .col-md-4 .items-content h2 {
    width: 90%;
    margin: 10px auto;
    text-align: center;
    font-size: 22px;
    line-height: 28px; }

  .index-items .col-md-4 .items-content h2 a {
    color: #fff; }

  .index-items .col-md-4 .items-content p {
    margin: 0 auto;
    text-align: center;
    line-height: 26px; }

  .index-items .col-md-4:hover .item-blue-bg {
    opacity: 0; }

  .index-items .col-md-4:hover .item-yellow-bg {
    opacity: 0.6; }

  .index-items-1 a:first-child .col-md-4 {
    background-image: url(../images/img01.png); }

  .index-items-2 a:last-child .col-md-4 {
    background-image: url(../images/img02.png); }

  .index-items-3 a:first-child .col-md-4 {
    background-image: url(../images/img03.png); }

  /*inpage about css*/
  .about_end {
    background: #fff;
    height: auto;
    overflow: hidden;
    width: 98%;
    margin: 50px auto;
    padding: 50px;
    text-align: center;
    line-height: 28px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 10px rgba(170, 170, 170, 0.8);
    -moz-box-shadow: 0 0 10px rgba(170, 170, 170, 0.8);
    box-shadow: 0 0 10px rgba(170, 170, 170, 0.8); }

  /*inquiry css*/
  /*inquiry css*/
  .Inquiry_form ul {
    list-style-type: none;
    list-style-position: outside;
    margin: 0px;
    padding: 0px;
    margin-left: -20px; }

  .Inquiry_form li {
    position: relative;
    width: 100%;
    display: inline-block;
    border-bottom: 1px #d1d1d1 solid;
    margin: 10px; }

  .Inquiry_form label {
    width: 100%;
    display: inline-block;
    text-align: left;
    padding: 10px 0;
    font-size: 18px;
    color: #000; }

  .Inquiry_form input {
    height: 42px;
    width: 100%;
    outline: none;
    color: #444;
    border: 0;
    background: none; }

  .reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: none;
    top: 0;
    left: 0; }

  .reveal-modal {
    visibility: hidden;
    top: 50px;
    left: 50%;
    margin-left: -45%;
    width: 90%;
    position: absolute;
    z-index: 99999;
    background: #fefefe;
    padding: 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }

  .reveal-modal .title {
    font-size: 22px;
    text-align: center;
    color: #104d85;
    margin: 15px 0; }

  .reveal-modal.small {
    width: 200px;
    margin-left: -140px; }

  .reveal-modal.medium {
    width: 400px;
    margin-left: -240px; }

  .reveal-modal.large {
    width: 600px;
    margin-left: -340px; }

  .reveal-modal.xlarge {
    width: 800px;
    margin-left: -440px; }

  .reveal-modal .close-reveal-modal {
    font-size: 30px;
    line-height: .5;
    position: absolute;
    top: 15px;
    right: 11px;
    color: #aaa;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
    font-weight: bold;
    cursor: pointer; } }
.index-partner {
  margin-bottom: 80px; }
  .index-partner .section-title h2 {
    text-align: center; }
    .index-partner .section-title h2:before {
      margin-left: auto; }
  .index-partner img {
    height: 75px;
    width: auto;
    max-width: 100%;
    object-fit: contain; }
  .index-partner .row .col-md-4 {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center; }

@media screen and (min-width: 992px) {
  .index-partner .row .col-md-4 {
    border-right: 1px solid #e8e8e8; }
    .index-partner .row .col-md-4:nth-child(3n) {
      border-right: none; } }
@media screen and (max-width: 991px) {
  .banner_inpage {
    height: auto;
    min-height: 120px; }

  .index-partner .row .col-md-4:nth-child(2n+1) {
    border-right: 1px solid #e8e8e8; } }
@media screen and (max-width: 767px) {
  .index-partner .row .col-md-4 {
    margin-top: 0;
    height: 95px;
    padding: 20px 15px;
    width: 50%;
    float: left; } }
.row:before, .row:after {
  display: table;
  content: " ";
  clear: both; }

.mt-30 {
  margin-top: 30px; }

.mt-50 {
  margin-top: 50px; }

.about-section-one img {
  border-radius: 20px 20px 0 20px; }
.about-section-one span {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 43px;
  border-radius: 50%;
  background-color: #f8ea49;
  font-size: 24px;
  font-weight: bold;
  text-align: center; }

.about-section-two .right div {
  display: flex;
  align-items: center; }
  .about-section-two .right div img {
    flex: 0 0 65px;
    margin-right: 20px; }
.about-section-two .index_container:first-child {
  padding-bottom: 50px;
  border-bottom: 3px dashed #eff2f7; }

.about-section-three {
  background-image: url(../images/about-us-img-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff; }

.recommended-services .inner {
  padding: 25px;
  border-radius: 20px 20px 0 20px; }
.recommended-services .title {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px; }
.recommended-services p {
  font-weight: bold;
  font-size: 20px;
  margin-top: 0; }
  .recommended-services p a {
    color: #0d4b84; }
    .recommended-services p a:hover {
      color: #0037ff; }
.recommended-services ul {
  font-size: 16px;
  margin-left: 20px; }
  .recommended-services ul li {
    list-style: disc; }

.banner_inpage .banner-recommended-services {
  display: none; }

.banner_inpage_2 .banner-recommended-services {
  display: block; }

.banner-recommended-services {
  color: #fff; }
  .banner-recommended-services .col-md-6 {
    margin-bottom: 30px; }
  .banner-recommended-services .inner {
    padding: 10px 20px 20px;
    border-radius: 20px 20px 0 20px;
    height: 100%;
    border: 1px #6ca8d0 solid; }
  .banner-recommended-services ul {
    font-size: 15px;
    margin-left: 20px; }
    .banner-recommended-services ul li {
      list-style: disc; }
  .banner-recommended-services p {
    text-align: left;
    margin-bottom: 20px; }
    .banner-recommended-services p img {
      vertical-align: middle; }
    .banner-recommended-services p a {
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      font-family: 'Comfortaa';
      text-decoration: none; }

@media (min-width: 768px) {
  .banner-recommended-services .row {
    display: flex; } }
@media (min-width: 1024px) {
  .banner_inpage_2 {
    height: auto;
    padding-top: 260px; } }
@media (min-width: 1130px) {
  .banner_inpage_2 {
    height: 635px;
    padding-top: 280px; } }
@media (max-width: 1023px) {
  .banner_inpage_2 {
    height: auto;
    padding-top: 30px; } }
.page-services-content-tabs .content-tabs-navs {
  overflow: hidden;
  margin-bottom: 10px;
  display: inline-block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 0; }

.page-services-content-tabs .content-tabs-navs li {
  float: left;
  display: inline-block;
  padding: 7px 5px;
  border: 0;
  border-right: 1px solid #ddd;
  width: 190px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1em;
  border-radius: 0;
  background-color: #fff;
  margin-bottom: 0; }

.page-services-content-tabs .content-tabs-navs li.active {
  background-color: #234d81;
  color: #fff; }

.page-services-content-tabs .content-tabs-navs li:last-child {
  border-right: 0; }

.page-services-content-tabs .content-tabs-list .content-tabs-text {
  display: none; }

.page-services-content-tabs .content-tabs-list .content-tabs-text.active {
  display: block; }

.pdf-show {
  position: relative;
  margin-bottom: 30px; }
  .pdf-show li {
    position: relative;
    float: left;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 28px;
    margin-bottom: 20px; }
  .pdf-show li::before, .pdf-show li::after {
    position: absolute;
    z-index: 3;
    width: 80%;
    left: 10%;
    height: 1px;
    background: white;
    content: '';
    transition: all ease 0.6s; }
  .pdf-show li::before {
    top: 50px; }
  .pdf-show li::after {
    bottom: 50px; }
  .pdf-show li:hover::before, .pdf-show li:hover::after {
    width: 100%;
    left: 0; }
  .pdf-show img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease 0.6s; }
  .pdf-show a {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(70, 70, 70, 0.6);
    color: white;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 24px;
    text-decoration: none; }
  .pdf-show span {
    color: white;
    font-size: 24px;
    padding: 5px 40px;
    border: 1px solid white;
    border-radius: 30px;
    margin-top: 25px;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s; }
  .pdf-show li:hover span {
    background: #fe5400; }
  .pdf-show li:hover img {
    transform: scale(1.1); }

.pdf-show::after {
  position: relative;
  content: '';
  height: 0;
  display: block;
  visibility: hidden;
  clear: both; }

@media screen and (min-width: 1081px) {
  .pdf-show li {
    width: 30%; } }
@media screen and (max-width: 1080px) {
  .pdf-show li {
    width: 100%; } }
.Inquiry_form li {
  float: left; }

.Inquiry_form textarea.input-email {
  height: 42px;
  width: 100%;
  outline: none;
  color: #444;
  border: 0;
  background: none;
  resize: none;
  font-family: arial;
  display: block;
  margin: 0; }

.resource-items .item {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 8px;
  background-color: #f7f8f9;
  margin-bottom: 30px;
  height: 160px;
  overflow: hidden;
  transition: all ease-out .3s; }
  .resource-items .item:hover {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
.resource-items .img {
  width: 120px;
  height: 140px;
  flex: 0 0 120px; }
  .resource-items .img img {
    border-radius: 8px;
    width: 120px;
    height: 140px;
    object-fit: cover; }
.resource-items h3 {
  font-size: 16px;
  padding-left: 25px;
  text-align: left; }
  .resource-items h3 a {
    color: #234db1; }

.section-related-services {
  margin-top: 30px; }
  .section-related-services .title {
    font-size: 24px;
    margin-bottom: 20px; }
  .section-related-services .item {
    margin-bottom: 30px;
    width: 100%;
    border: 2px solid #dee5ef;
    border-radius: 16px;
    overflow: hidden;
    transition: all ease-out .3s; }
    .section-related-services .item:hover {
      background-color: #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
    .section-related-services .item .img {
      border-radius: 12px 12px 0 0;
      width: 100%;
      height: 160px; }
      .section-related-services .item .img img {
        width: 100%;
        height: 160px;
        border-radius: 12px 12px 0 0;
        object-fit: cover; }
  .section-related-services .text {
    padding: 20px;
    height: 90px;
    overflow: hidden; }
    .section-related-services .text a {
      color: #234db1;
      text-decoration: none; }

@media (max-width: 560px) {
  .section-related-services .col-md-3 {
    width: 100%; } }
.download-tags {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  justify-content: center;
  flex-wrap: wrap; }
  .download-tags span {
    cursor: pointer;
    display: inline-block;
    margin: 0 5px 15px 5px;
    padding: 0 20px;
    background-color: #f4f4f4;
    height: 38px;
    line-height: 38px;
    border-radius: 20px; }
    .download-tags span.active {
      color: #fff;
      background-color: #16a8db;
      border-color: #16a8db; }

.download-lists {
  margin-left: -10px;
  margin-right: -10px; }
  .download-lists .list {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px; }
  .download-lists .inner {
    position: relative; }
    .download-lists .inner:before {
      position: absolute;
      z-index: 3;
      width: 80%;
      left: 10%;
      top: 50px;
      height: 1px;
      background: white;
      content: '';
      transition: all ease 0.6s; }
    .download-lists .inner:after {
      position: absolute;
      z-index: 3;
      width: 80%;
      left: 10%;
      bottom: 50px;
      height: 1px;
      background: white;
      content: '';
      transition: all ease 0.6s; }
  .download-lists img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease 0.6s;
    border-radius: 8px; }
  .download-lists a {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(70, 70, 70, 0.6);
    color: white;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 24px;
    text-decoration: none;
    border-radius: 8px; }
    .download-lists a:hover span {
      background: #fe5400; }
  .download-lists span {
    color: white;
    font-size: 24px;
    padding: 5px 40px;
    border: 1px solid white;
    border-radius: 30px;
    margin-top: 25px;
    transition: all ease 0.6s; }

.delighter.splash {
  transition: all 2s ease-out; }

.delighter.splash.ended {
  background: #fff; }

.delighter.right {
  transform: translate(-100%);
  opacity: 0;
  transition: all .75s ease-out; }

.delighter.right.started {
  transform: none;
  opacity: 1; }

.delighter.left {
  transform: translate(100%);
  opacity: 0;
  transition: all .75s ease-out; }

.delighter.left.started {
  transform: none;
  opacity: 1; }

.delighter.bottom {
  transform: translatey(100%);
  opacity: 0;
  transition: all .75s ease-out; }

.delighter.bottom.started {
  transform: none;
  opacity: 1; }

.delighter li {
  opacity: 0;
  transform: translatey(400%);
  transition: all .7s ease-out; }

.delighter.started li {
  opacity: 1;
  transform: none; }

.delighter.started li:nth-child(1) {
  transition: all .7s ease-out .1s; }

.delighter.started li:nth-child(2) {
  transition: all .7s ease-out .3s; }

.delighter.started li:nth-child(3) {
  transition: all .7s ease-out .5s; }

.delighter.started li:nth-child(4) {
  transition: all .7s ease-out .7s; }

.delighter.started li:nth-child(5) {
  transition: all .7s ease-out .9s; }

.delighter.started li:nth-child(6) {
  transition: all .7s ease-out 1.1s; }

.delighter.started li:nth-child(7) {
  transition: all .7s ease-out 1.3s; }

.delighter pre {
  display: block;
  transition: all 2s ease-out;
  opacity: 0;
  padding: 20px 0;
  width: 1px;
  overflow: hidden; }

.delighter.started pre {
  max-width: 99999px;
  width: 100%;
  opacity: 1; }

.delighter .box {
  transition: all 1s ease-out; }

.delighter .box:nth-child(1) {
  transform: translate(-100%, 0); }

.delighter .box:nth-child(2) {
  transform: translate(170%, -70%); }

.delighter .box:nth-child(3) {
  transform: translate(20%, 0%); }

.delighter.started .box:nth-child(1) {
  transform: translate(0, 0); }

.delighter.started .box:nth-child(2) {
  transform: translate(70%, -70%); }

.delighter.started .box:nth-child(3) {
  transform: translate(20%, -120%); }

body.modal-message-lock {
  overflow: hidden; }

body.modal-message-lock:before {
  position: fixed;
  content: "";
  z-index: 2147483646;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); }

.modal-btn-close {
  box-sizing: border-box;
  position: absolute;
  right: -10px;
  top: -10px;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 26px;
  text-align: center;
  color: #333;
  cursor: pointer;
  text-decoration: none;
  font-size: 15px;
  background: #abccd6;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.modal-btn-close:hover {
  color: #222;
  background-color: #f8ea49; }

.modal-message-popup {
  position: fixed;
  z-index: 2147483647;
  top: 100%;
  left: 5%;
  width: 90%;
  height: 280px;
  padding: 0;
  background-color: #fff;
  font-size: 15px;
  display: none;
  opacity: 0;
  transition: all ease-out 2s; }
  .modal-message-popup .modal-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 25px;
    padding-left: 15px; }
  .modal-message-popup .content {
    background-color: #fff;
    padding: 30px;
    box-sizing: border-box; }
  .modal-message-popup.active {
    opacity: 1;
    top: 30%;
    display: block; }
  .modal-message-popup .site-btn {
    clear: both;
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
    height: 46px;
    word-spacing: 0.2px;
    letter-spacing: 1px;
    padding: 10px 30px;
    border-radius: 6px;
    cursor: pointer;
    border: none;
    color: #222;
    background-color: #f8ea49; }
    .modal-message-popup .site-btn:hover {
      color: #484c50;
      background-color: #abccd6; }
  .modal-message-popup input {
    height: 42px;
    width: 100%;
    background: #f5f5f5;
    border: 1px solid #aaa;
    margin-bottom: 15px;
    padding: 0 10px;
    outline: 0;
    border-radius: 5px;
    color: #000;
    margin-top: 5px; }

@media screen and (min-width: 992px) {
  .modal-message-popup {
    width: 500px;
    left: 50%;
    transform: translateX(-50%); } }
.search-list-tab {
  width: 100%;
  height: auto; }
  .search-list-tab .search-list-title {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    column-gap: 20px;
    border-bottom: 1px solid #234d81; }
    .search-list-tab .search-list-title p {
      padding: 10px 30px;
      font-size: 18px;
      font-weight: bold;
      color: #234d81;
      border: 1px solid #234d81;
      border-bottom: 0;
      background: #fff;
      border-radius: 5px 5px 0 0;
      margin: 0;
      cursor: pointer; }
      .search-list-tab .search-list-title p.shows {
        color: #fff;
        background: #234d81; }
      .search-list-tab .search-list-title p:hover {
        color: #fff;
        background: #234d81; }
  .search-list-tab .search-list-box {
    width: 100%;
    height: auto; }
    .search-list-tab .search-list-box .list-item {
      width: 100%;
      height: auto;
      margin-bottom: 20px;
      border-bottom: 1px solid #eee;
      padding-bottom: 15px; }
      .search-list-tab .search-list-box .list-item a {
        color: #104d85;
        font-size: 22px;
        text-decoration: none; }

/*# sourceMappingURL=all.css.map */
