/*----------------------------------------------------
@File: Default Styles
@Author:  Yuhao Huang
@Contact: hao2434@outlook.com

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
---------------------------------------------------- */
/*=====================================================================

CSS Table of content:-

1. Global Area
2. Header Section
=====================================================================*/
/*=========
Font load
===========*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
/*=========
Color Code
===========*/
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

/*global area*/
/*----------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 15px;
  line-height: 1.867;
  color: #555555;
  font-family: "Open Sans";
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased; }

::-moz-selection {
  color: #ffffff;
  background-color: #0071b4; }

::selection {
  color: #ffffff;
  background-color: #0071b4; }

::-moz-selection {
  color: #ffffff;
  background-color: #0071b4; }

.container {
  max-width: 1170px; }

.breadcrumb-section .container{
  max-width: 80%;
  padding-left: 60px;
}

.ul-li ul {
  margin: 0;
  padding: 0; }
  .ul-li ul li {
    list-style: none;
    display: inline-block; }

.ul-li-block ul {
  margin: 0;
  padding: 0; }
  .ul-li-block ul li {
    display: block;
    list-style: none; }

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  a:hover, a:focus {
    text-decoration: none; }

img {
  max-width: 100%;
  height: auto; }

section {
  overflow: hidden; }

button {
  cursor: pointer; }

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit; }

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none; }

.relative-position {
  position: relative; }

.float-left{
  float: left!important;
}

.float-right{
  float: right!important;
}

.pera-content p {
  margin-bottom: 0; }

.headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5,
.headline h6 {
  margin: 0;
  font-family: "Open Sans"; }

.block-display {
  width: 100%;
  display: block; }

.background_overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute; }

.background_position {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.scrollup {
  width: 55px;
  right: 20px;
  z-index: 5;
  height: 55px;
  bottom: 20px;
  display: none;
  position: fixed;
  border-radius: 100%;
  line-height: 55px;
  background-color: #697c85; }
  .scrollup i {
    color: #fff; }

.section-title-left .title-tag {
  font-size: 16px;
  font-weight: 300; }
  .section-title-left .title-tag img {
    margin-right: 12px; }

.section-title-left h2 {
  color: #222222;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.238;
  padding: 12px 0px 15px; }

.section-title-middle .title-tag {
  font-weight: 300;
  font-size: 16px;
  color: #555555; }
  .section-title-middle .title-tag svg {
    fill: #0fc5d3;
    height: 40px;
    display: block;
    margin: 0 auto;
    margin-bottom: 18px; }

.section-title-middle h2 {
  color: #222222;
  font-size: 42px;
  font-weight: 700;
  padding-top: 13px;
  line-height: 1.333;
  text-transform: capitalize; }

.partner-section {
  padding: 80px 0px 180px;
  border-top: 1px solid #dddddd; }
  .partner-section .container {
    max-width: 1320px; }
  .partner-section .partner-img img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1); }

.button-arrow {
  position: relative; }
  .button-arrow:after {
    position: absolute;
    content: "\f100";
    font-family: Flaticon;
    right: 0;
    top: 0;
    font-size: 26px;
    color: #fff; }


/******** Header section ********/
.site-main-menu .site-search-btn .con-btn, .header_style_two .header_top .header-top-btn, .slider-style-one
.main-slider-img-text .slider-content-box .slide-btn-1 a:nth-child(1), .slider-style-one .slide-type-two
.slider-content-box .slide-btn-1 a:nth-child(2), .feature-style-two .features-call-action .feature-call-content a,
.single-call-action .single-call-content a, .blog-section .blog-left-content .blog-text-details .b-read-more-btn {
  position: relative;
  z-index: 1; }
  .site-main-menu .site-search-btn .con-btn:before, .header_style_two .header_top .header-top-btn:before,
   .slider-style-one .main-slider-img-text .slider-content-box .slide-btn-1 a:nth-child(1):before,
   .slider-style-one .slide-type-two .slider-content-box .slide-btn-1 a:nth-child(2):before,
   .feature-style-two .features-call-action .feature-call-content a:before, .single-call-action
   .single-call-content a:before, .blog-section .blog-left-content .blog-text-details .b-read-more-btn:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 0;
    top: 0;
    left: auto;
    right: 0;
    z-index: -1;
    border-radius: 2px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
  .site-main-menu .site-search-btn .con-btn:hover:before, .header_style_two .header_top .header-top-btn:hover:before, .slider-style-one .main-slider-img-text .slider-content-box .slide-btn-1 a:nth-child(1):hover:before, .slider-style-one .slide-type-two .slider-content-box .slide-btn-1 a:nth-child(2):hover:before, .feature-style-two .features-call-action .feature-call-content a:hover:before, .single-call-action .single-call-content a:hover:before, .blog-section .blog-left-content .blog-text-details .b-read-more-btn:hover:before {
    width: 100%;
    left: 0;
    right: auto; }

.site-main-menu .site-search-btn .con-btn a i, .header_style_two .header_top .header-top-btn i, .slider-style-one .main-slider-img-text .slider-content-box .slide-btn-1 a:nth-child(1) i, .slider-style-one .slide-type-two .slider-content-box .slide-btn-1 a:nth-child(2) i, .feature-style-two .features-call-action .feature-call-content a i, .single-call-action .single-call-content a i, .service-content .service-pic-text .service-text a i, .project-section .project-more-btn a i, .service-details-section .project-more-btn a i, .blog-section .blog-left-content .blog-text-details .b-read-more-btn a i, .blog-section .blog-post-content .blog-post-item .blog-more a i, .newslatter-section .newslatter-content .newslatter-form .nws-button button i, .driven-solution-section .features-content .features-icon-text .features-hover-content .features-hover-text .fh-more a i {
  line-height: 1;
  top: 4px;
  font-size: 26px;
  margin-left: 4px;
  position: relative; }

  .site-main-menu {
    padding: 26px 0px 28px; }
  .site-main-menu .brand-logo {
    margin-right: 98px;
    margin-top: 10px;}
  .site-main-menu .navbar-nav {
    display: inline-block;
    padding-top: 15px; }
  .site-main-menu .main_navigation {
    display: inline-block; }
  .site-main-menu .main_navigation li {
    margin-left: 30px; }
    .site-main-menu .main_navigation li a {
      color: #fff;
      font-size: 16px;
      font-weight: 600;
      padding: 45px 0px; }
  .site-main-menu .site-search-btn .el-search {
    display: inline-block; }
  .site-main-menu .site-search-btn .con-btn {
    height: 55px;
    width: 208px;
    display: inline-block;
    line-height: 55px;
    margin-left: 35px;
    background-color: #14cedd; }
    .site-main-menu .site-search-btn .con-btn:before {
      background-color: #0071b4; }
    .site-main-menu .site-search-btn .con-btn a {
      color: #fff;
      width: 100%;
      display: block;
      font-size: 14px;
      font-weight: 700; }

  .main_navigation.desktop-menu .dropdown-menu {
    top: 48px;
    left: 0;
    z-index: 100;
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 300px;
    display: block;
    border: none;
    padding: 15px 0px 0px;
    position: absolute;
    background-color: #fff;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    border-radius: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    transform-origin: center top 0;
    -webkit-box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
    box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1); }
  .main_navigation.desktop-menu .dropdown-menu li {
    width: 100%;
    margin-left: 0;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    border-bottom: 1px solid #e5e5e5; }
  .main_navigation.desktop-menu .dropdown-menu li a {
    width: 100%;
    display: block;
    font-size: 14px;
    padding: 10px 20px; }
  .main_navigation.desktop-menu .dropdown-menu li:hover {
    color: #fff;
    background-color: #003f82; }
    .main_navigation.desktop-menu .dropdown-menu li:hover a {
      color: #fff; }

  .main_navigation.desktop-menu .dropdown {
    position: relative; }
    .main_navigation.desktop-menu .dropdown:hover .dropdown-menu {
      -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
      transform: scaleY(1); }

  .header_style_two {
    width: 100%;
    z-index: 9;
    position: absolute; }
  .header_style_two .brand-logo {
    display: inline-block; }
  .header_style_two .search-body {
    top: 0;
    width: 100%;
    padding: 50px; }
    .header_style_two .search-body .search-form .search-close {
      right: 55px; }
  .header_style_two .header_top {
    position: relative;
    z-index: 1;
    padding-left: 60px;
    background-color: #0071b4; }
    .header_style_two .header_top .header_top_contact li {
      color: #fff; }
  .header_style_two .header_top .header-top-btn {
    top: 0;
    right: 0;
    color: #fff;
    height: 100%;
    width: 250px;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    display: inline-block;
    line-height: 54px;
    text-transform: uppercase;
    background-color: #003f82; }
    .header_style_two .header_top .header-top-btn i {
      margin-left: 8px; }
    .header_style_two .header_top .header-top-btn:before {
      background-color: #a6a8a9; }
  .header_style_two .header_top .header_top_info {
    padding-right: 300px; }
  .header_style_two .site-main-menu {
    padding: 15px 40px 20px 20px;
    background-color: rgba(0,0,0,0.25);}
  .header_style_two .site-main-menu .navbar-nav {
    padding-top: 23px; }

  .header_style_two .site-main-menu .dropdown-menu li a {
    color: #222 !important; }
    .header_style_two .site-main-menu .dropdown-menu li a:hover {
      color: #fff !important; }

  .header_style_two .float-right .container{
    height:50px;
    padding-top:12px;
  }
  .header_style_two .float-right .container .form-inline{
    padding: 15px, 6px, 6px, 6px;
  }
  .header_style_two .btn-search{
    right:0;
    color:#fff;
    background-color: transparent;
  }
  .header_style_two .search{
    background: transparent;
  }

  /* language switcher button */
.language-switcher, .mobile-language-switcher {
  font-size: 16px;
  font-weight: 600;
}

.language-switcher.float-right {
  margin: 23px 0 0 15px;
}

.language-switcher .lang-btn {
  color: #ffffff!important;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.lang-btn:hover {
  text-decoration: underline;
}

.divider {
  color: #dcdcdc;
}

/* 移动端居中 */
.mobile-language-switcher {
  margin: 20px 0;
}

.mobile-language-switcher .lang-btn {
  color: #003F82;
  padding: 2px 4px;
  font-weight: bold;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.mobile-language-switcher .lang-btn:hover {
  background-color: #003F82;
  color: #fff;
}
/******** End of header section ********/

/******** Slider section ********/
.slider-style-one .main-slider-img-text .slider-content-box .slide-btn-1 a:nth-child(1), .slider-style-one .slide-type-two .slider-content-box .slide-btn-1 a:nth-child(2) {
  height: 60px;
  width: 190px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  text-transform: uppercase;
  background-color: #003F82; }
  .slider-style-one .main-slider-img-text .slider-content-box .slide-btn-1 a:nth-child(1) img, .slider-style-one .slide-type-two .slider-content-box .slide-btn-1 a:nth-child(2) img {
    margin-left: 8px; }

.slider-style-one .main-slider-img-text {
  z-index: 1; }
  .slider-style-one .main-slider-img-text .background_overlay {
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1; }
  .slider-style-one .main-slider-img-text .slider-content-box {
    max-width: 620px;
    padding: 180px 0px 210px 0px; }
    .slider-style-one .main-slider-img-text .slider-content-box h1, .slider-style-one .main-slider-img-text .slider-content-box span, .slider-style-one .main-slider-img-text .slider-content-box p {
        color: white;
      }
.slider-style-one .main-slider-img-text .slider-content-box span {
  opacity: 0;
  letter-spacing: 2px;
  -webkit-transform: translatex(50px);
  -ms-transform: translatex(50px);
  transform: translatex(50px); }
  .slider-style-one .main-slider-img-text .slider-content-box span img {
    margin-right: 10px; }
.slider-style-one .main-slider-img-text .slider-content-box h1 {
  font-weight: 550;
  font-size:50px;
  padding: 5px 0px 15px;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px); }
.slider-style-one .main-slider-img-text .slider-content-box p {
  opacity: 0;
  font-size: 20px;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px); }
.slider-style-one .main-slider-img-text .slider-content-box .slider-content-text {
  height: 140px;
}
.slider-style-one .main-slider-img-text .slider-content-box .slide-btn-1 {
  opacity: 0;
  margin-top: 32px;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px); }
  .slider-style-one .main-slider-img-text .slider-content-box .slide-btn-1 a {
    position: relative; }
    .slider-style-one .main-slider-img-text .slider-content-box .slide-btn-1 a:nth-child(1) {
      border-radius: 2px;
    color: white;}
      .slider-style-one .main-slider-img-text .slider-content-box .slide-btn-1 a:nth-child(1):before {
        background-color: #c09100;}
    .slider-style-one .main-slider-img-text .slider-content-box .slide-btn-1 a:nth-child(2) {
      color: white;
      font-size: 18px;
      margin-left: 35px; }
      .slider-style-one .main-slider-img-text .slider-content-box .slide-btn-1 a:nth-child(2):after {
        content: '';
        position: absolute;
        height: 2px;
        width: 100%;
        background-color: #a6a8a9;
        left: 0;
        bottom: -8px; }

.slider-style-one .slide-type-two .slider-content-box {
margin: 0 auto;
max-width: 720px; }
.slider-style-one .slide-type-two .slider-content-box .slide-btn-1 a:nth-child(2) {
font-size: 14px; }
.slider-style-one .slide-type-two .slider-content-box .slide-btn-1 a:nth-child(2):after {
  display: none; }
.slider-style-one .slide-type-two .slider-content-box .slide-btn-1 a:nth-child(2):before {
  background-color: #c09100;}

.slider-style-two .main-slider-img-text .slider-content-box {
  padding: 290px 0px 210px 0px; }

.img-zooming {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

#slider-id .slider-img-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -2; }

#slider-id img {
  display: inherit; }

#slider-id .owl-prev,
#slider-id .owl-next {
  top: 50%;
  left: 80px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 45px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

#slider-id .owl-next {
  right: 80px;
  left: auto; }

#slider-id .owl-item.active .main-slider-img-text span {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
  transition: all 1200ms ease;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms; }

#slider-id .owl-item.active .main-slider-img-text h1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms; }

#slider-id .owl-item.active .main-slider-img-text p {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 2100ms ease;
  -o-transition: all 2100ms ease;
  transition: all 2100ms ease;
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms; }

#slider-id .owl-item.active .main-slider-img-text .slide-btn-1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 2100ms ease;
  -o-transition: all 2100ms ease;
  transition: all 2100ms ease;
  -webkit-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms; }

#slider-id .owl-item.active .main-slider-img-text .img-zooming {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: all 7000ms linear;
  -o-transition: all 7000ms linear;
  transition: all 7000ms linear; }
 /******** End of slider section ********/

/******** Project section ********/
.project-section .project-img:after, .sector-section .sector-img-text .sector-img:after,
.solution-section .solution-img-text .solution-img:after,
.blog-section .blog-post-content .blog-post-pic:after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  content: '';
  height: 100%;
  visibility: hidden;
  position: absolute;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background-color: rgba(0, 63, 130, 0.6); }

.project-section .project-img .popup-project, .blog-section .blog-post-content .blog-post-pic .blog-linker {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 55px;
  width: 55px;
  z-index: 3;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .project-section .project-img .popup-project:before, .blog-section .blog-post-content .blog-post-pic .blog-linker:before {
    top: -25px;
    left: 25px;
    width: 3px;
    content: '';
    height: 0px;
    background-color: #fff;
    position: absolute;
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out; }
  .project-section .project-img .popup-project:after, .blog-section .blog-post-content .blog-post-pic .blog-linker:after {
    position: absolute;
    content: '';
    height: 3px;
    width: 0px;
    background-color: #fff;
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out; }

  .project-section {
    padding: 105px 0px 110px; }
    .project-section .project-text-content {
      padding-bottom: 20px; }
    .project-section .section-title-left {
      max-width: 330px; }
    .project-section .grid-item-width {
      width: 33.33%; }
    .project-section .grid-item-big {
      width: 66.67%; }
    .project-section .grid-sizer {
      width: 33.33%; }
    .project-section .grid-item {
      padding: 15px; }
    .project-section .grid-item-width2 {
      width: 50%; }
    .project-section .grid-sizer, .project-section .grid-item {
      float: left;
      overflow: hidden;
      position: relative;
      display: inline-block; }
  .project-section .project-filter-btn {
    padding-top: 113px; }
  .project-section .project-filter-btn button, .project-section .project-filter-btn a {
    border: none;
    color: #555555;
    font-weight: 600;
    font-size: 15px;
    padding: 0px 0px 0px 30px;
    text-transform: uppercase;
    background-color: transparent;
    position: relative; }
  .project-section .project-filter-btn button:after, .project-section .project-filter-btn a:after{
    position: absolute;
    content: '';
    height: 15px;
    width: 2px;
    background-color: #dadada;
    top: 7px;
    right: -17px; }
  .project-section .project-filter-btn button:last-child:after, .project-section .project-filter-btn a:last-child:after{
    display: none; }
  .project-section .project-filter-btn .filter-button.is-checked {
    color: #003F82; }
  .project-section .project-img {
    overflow: hidden; }
  .project-section .project-img img {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
  .project-section .project-img .project-item-text {
    color: #fff;
    bottom: 30px;
    right: 20px;
    left: 40px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
  .project-section .project-img .project-item-text p {
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 5px;}
  .project-section .project-img .project-item-text h3 {
    font-size: 22px;
    font-weight: 600; }
  .project-section .project-img:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: visible; }
  .project-section .project-img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .project-section .project-img:hover .project-item-text {
    opacity: 1;
    bottom: 55px;
    visibility: visible; }
  .project-section .project-img:hover .popup-project:before {
    height: 55px; }
  .project-section .project-img:hover .popup-project:after {
    width: 55px; }
  .project-section .project-more-btn, .service-details-section .project-more-btn {
    height: 55px;
    width: 190px;
    background-color: #003F82;
    border-radius: 3px;
    line-height: 55px;
    text-align: center;
    margin: 0 auto;
    margin-top: 35px; }
  .project-section .project-more-btn a, .service-details-section .project-more-btn a {
    width: 100%;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700; }
    .project-section .project-more-btn a:hover, .service-details-section .project-more-btn a:hover, .project-detail-section .project-page-nav .page-nav-button a:hover{
      background-color: #c09100; }

  .project-section:before {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    opacity: .35;
    height: 100%;
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../img/background/equipments-bg.png);
    background-size: 100%;
    background-position: bottom left; }

.project-section-two {
  padding-top: 180px; }
  .project-section-two .grid-sizer {
    width: 50%; }
  .project-section-two .project-img .popup-project {
    top: 105px;
    left: auto;
    right: 60px; }
/******** End of project section ********/

/******** About section ********/
  .about-section .about-text .about-btn a, .driven-solution-section .driven-text .about-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .about-section .about-text .about-btn i, .driven-solution-section .driven-text .about-btn i {
    color: #eda213;
    font-size: 40px;
    margin-right: 10px; }

  .about-section .about-text .about-btn span, .driven-solution-section .driven-text .about-btn span {
    margin-top: 5px;
    color: #003F82;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    text-decoration: underline; }

  .about-section .about-text .about-btn img, .driven-solution-section .driven-text .about-btn img {
    margin-left: 12px; }

  .about-section {
    padding: 90px 0px; }
    .about-section .about-text {
      max-width: 510px;
      padding-top: 20px; }
      .home-page-about .about-text .about-text1 {
        margin-bottom: 20px; }
      .about-section .about-text .about-text2 {
        margin-bottom: 35px; }
      .about-section .about-text .about-btn {
        position: relative;
        display: inline-block; }
    .about-section .about-img {
      margin: 0px -10px; }
      .about-section .about-img .abt-img-set {
        float: left;
        margin: 0px 10px;
        margin-bottom: 20px; }

  .about-counter .about-counter-text-number {
    width: 100%; }
    .about-counter .about-counter-text-number h4 {
      font-size: 18px;
      font-weight: 700;
      padding-bottom: 18px; }
    .about-counter .about-counter-text-number .counter-icon {
      margin-right: 15px; }
    .about-counter .about-counter-text-number .counter-number h4 {
      font-size: 45px;
      font-weight: 700;
      color: #003F82;
      display: inline-block; }
    .about-counter .about-counter-text-number .counter-number strong {
      color: #555555;
      font-size: 18px;
      font-weight: 300; }

  .about-section .about-text .about-btn:after, .driven-solution-section .driven-text .about-btn a:after {
    content: "\f100";
    position: absolute;
    top: -7px;
    right: -35px;
    font-size: 26px;
    font-family: Flaticon;
    color: #c09100;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }

  .about-section .about-text .about-btn:hover:after, .driven-solution-section .driven-text .about-btn a:hover:after {
    right: -45px; }

  .home-page-about:before {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    opacity: .35;
    height: 100%;
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../img/background/team-bg.png);
    background-size: 100%;
  background-position: bottom left; }

  /**** About page ****
  */
  .about-page-about::before {
    top: 0;
    left: 0;
    content: '';
    opacity: .35;
    height: 100%;
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../img/background/team-bg.png);
    background-size: 100%;
  background-position: bottom left; }

  .about-page-about, .project-detail-section, #jobs {
    padding: 110px 0px; }
  .about-page-about .row{
    margin-bottom: 30px;
  }

  .about-page-about .link-btn span, .about-page-culture .link-btn span, .project-section .link-btn span{
    text-decoration: underline;
    font-size: 16px;
    font-weight:700;
    text-transform: capitalize;
    color: #003F82;
  }

  .about-page-about .link-btn a:after, .about-page-culture .link-btn a:after, .project-section .link-btn a:after{
    content: "\f100";
    top: -7px;
    right: -35px;
    font-size: 26px;
    font-family: Flaticon;
    color: #c09100;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
  }
/**** History page ****
*/
   #history{
    padding: 60px 0; }
  .history-page-history .section-title-left:first-of-type{
    border:none;  }
  .history-page-history .section-title-left{
    padding-top: 30px;
   border-top:1px solid #eeeeee;
   margin-top: 30px; }
  .history-page-history .history-text{
    padding-top: 25px; }
  .history-page-history .history-img {
    margin: 10px 0 20px 0; }
  .history-page-history .history-text .about-text1 {
    margin-bottom: 20px; }
  .history-page-history .history-text .about-text1 p{
    font-size: 18px; }
/**** Qualifiction page ****
*/

  #qualification{
   padding: 60px 0; }
  .qualification-page-qualification .qlf-img-row{
    padding: 40px 0;
  }
  .qualification-page-qualification .section-title-left:first-of-type{
    border:none;  }
  .qualification-page-qualification .section-title-left{
    padding-top: 30px;
   border-top:1px solid #eeeeee;
   margin-top: 30px; }
   .qualification-page-qualification .qualification-img{
     text-align: center;
   }
   .qualification-page-qualification .abt-img-set{
     max-width: 550px;
     margin: 0 auto;
   }
  .qualification-page-qualification .abt-img-set img{
    display:block;
    width: 100%;
    object-fit: cover;
    }
  .qualification-page-qualification .abt-img-set p{
    text-align: center;
    padding-top: 10px;}
/******** End of about section ********/

/*---------------------------------------------------- */
/*driven area*/
/*----------------------------------------------------*/
.driven-solution-section {
  padding-top: 80px; }
.driven-solution-section:before {
  content: '';
  width: 100%;
  height: 700px;
  position: absolute;
  z-index: -1;
  opacity: .9;
  background-color: #edf1f4;
  top: 0; }
.driven-solution-section .section-title-left {
  padding-bottom: 40px; }
.driven-solution-section .features-content .features-icon-text {
  -webkit-box-shadow: 0px 5px 50.05px 4.95px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 50.05px 4.95px rgba(0, 0, 0, 0.1);
  margin-bottom: 0; }
.driven-solution-section .features-content .features-icon-text .features-hover-content .features-hover-text .fh-more a {
  font-size: 14px;
  font-weight: 300; }
  .driven-solution-section .features-content .features-icon-text .features-hover-content .features-hover-text .fh-more a i {
    margin-left: 5px;
    font-size: 22px; }
.driven-solution-section .features-content .features-icon-text .features-icon svg {
  fill: #0071b4; }
.driven-solution-section .features-content .features-icon-text:hover {
  padding-bottom: 50px; }
.driven-solution-section .driven-text-content {
  padding-bottom: 70px;
  border-bottom: 1px solid #eeeeee; }
.driven-solution-section .driven-text {
  margin: 0 auto;
  max-width: 830px;
  padding-top: 50px; }
.driven-solution-section .driven-text p {
  font-weight: 600;
  color: #555555;
  font-size: 18px; }
.driven-solution-section .driven-text .about-btn {
  display: inline-block;
  margin-top: 40px; }
    .driven-solution-section .driven-text .about-btn .play-btn-icon i {
      margin-right: 0; }
  .driven-solution-section .driven-text .about-btn a {
    position: relative; }
    .driven-solution-section .driven-text .about-btn a span {
      font-size: 18px;
      text-transform: capitalize;
      margin-top: 0; }

.service-page-driven {
  padding-bottom: 75px; }


  /*---------------------------------------------------- */
  /*features area*/
  /*----------------------------------------------------*/
  .features-section {
    z-index: 1;
    padding: 100px 0px 110px; }
    .features-section .background_overlay {
      z-index: -1;
      background-color: rgba(0, 63, 130, 0.9);
    }
  .features-section .section-title-middle, #jobs .section-title-middle {
    margin: 0 auto;
    max-width: 700px;
    padding-bottom: 60px; }
  .features-section .section-title-middle .title-tag {
    color: #fff; }
    .features-section .section-title-middle .title-tag svg {
      fill: #fff; }
  .features-section .section-title-middle h2 {
    color: #fff; }

  .features-icon-text {
    border-radius: 2px;
    margin-bottom: 15px;
    background-color: #fff;
    padding: 55px 0px 50px 0px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
  .features-icon-text .features-icon {
    margin-bottom: 20px; }
  .features-icon-text .features-text h3 {
    color: #003f82;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 8px; }
  .features-icon-text .features-text p {
    font-weight: 300;
    font-size: 14px; }
  .features-icon-text .features-hover-content {
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 50px 45px;
    position: absolute;
    background-color: #c09100;
    opacity: 0;
    visibility: hidden;
    border-radius: 2px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
  .features-icon-text .features-hover-content .fh-icon-bg {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .features-icon-text .features-hover-content .fh-icon-bg svg {
    height: 205px;
    fill: #0ebbca; }
  .features-icon-text .features-hover-content .features-hover-text h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 18px; }
  .features-icon-text .features-hover-content .features-hover-text p {
    color: #fff; }
  .features-icon-text .features-hover-content .features-hover-text .fh-more {
    margin-top: 25px; }
    .features-icon-text .features-hover-content .features-hover-text .fh-more a {
      color: #fff;
      font-size: 25px; }
  .features-icon-text:hover {
    padding-bottom: 65px;
    margin-bottom: 0px; }
    .features-icon-text:hover .features-hover-content {
      opacity: 1;
      visibility: visible; }

  .feature-style-two {
    z-index: 1;
    overflow: visible;
    padding: 110px 0px 0px;
    background-color: #003F82; }
  .feature-style-two .background_overlay {
    background-color: #003F82;
    z-index: -1; }
  .feature-style-two .section-title-left {
    max-width: 580px;
    margin: 0 auto;
    padding-bottom: 40px; }
    .feature-style-two .section-title-left span, .feature-style-two .section-title-left h2 {
      color: #fff; }
  .feature-style-two .feature-slide-content {
    padding-bottom: 30px; }
  .feature-style-two .feature-slide-icon-text {
    padding: 50px 20px;
    border-radius: 2px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    border: 1px solid rgba(255, 255, 255, 0.502); }
    .feature-style-two .feature-slide-icon-text .feature-slide-icon {
      margin-bottom: 15px; }
    .feature-style-two .feature-slide-icon-text .feature-slide-icon img {
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out;
      display:block;
      position:relative;
      margin:0 auto;}
  .feature-style-two .feature-slide-icon-text .feature-slide-text{
        height: 160px;
  }
  .feature-style-two .feature-slide-icon-text .feature-slide-text .feature-slide-head{
    height:75px;
  }
  .feature-style-two .feature-slide-icon-text .feature-slide-text h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;}
  .feature-style-two .feature-slide-icon-text .feature-slide-text p {
    color: #fff;}
  .feature-style-two .feature-slide-icon-text .fh-more a{
    color: #fff;
    text-decoration: underline;
  }
  .feature-style-two .feature-slide-icon-text:hover {
    background-color: #c09100;
    border: 1px solid  #c09100; }
    .feature-style-two .feature-slide-icon-text:hover .feature-slide-icon svg {
      fill: #fff; }
  .feature-style-two .features-call-action {
  z-index: 1;
  bottom: -75px;
  background-color: #fff;
  padding: 50px 85px 50px 340px;
  -webkit-box-shadow: 0px 5px 50.05px 4.95px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 50.05px 4.95px rgba(0, 0, 0, 0.1); }
  .feature-style-two .features-call-action:after {
    z-index: -100;
    content: "";
    position: absolute;
    height: 100%;
    width: 300px;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-image: url(../img/background/f-cfbg.jpg); }
  .feature-style-two .features-call-action .call-icon-bg {
    right: 80px;
    z-index: -1;
    bottom: 40px;
    position: absolute; }
    .feature-style-two .features-call-action .call-icon-bg i {
      font-size: 130px;
      color: #edf1f4; }
  .feature-style-two .features-call-action .feature-call-content h3 {
    font-size: 30px;
    color: #222;
    padding-bottom: 20px; }
    .feature-style-two .features-call-action .feature-call-content h3 span {
      font-weight: 700;
      color: #003F82; }
  .feature-style-two .features-call-action .feature-call-content p {
    font-size: 16px;
    color: #555555;
    padding-bottom: 22px; }
  .feature-style-two .features-call-action .feature-call-content a {
    color: #fff;
    color: #fff;
    font-weight: 700;
    border-radius: 2px;
    padding: 13px 32px;
    display: inline-block;
    text-transform: uppercase;
    background-color: #003F82; }
    .feature-style-two .features-call-action .feature-call-content a i {
      margin-left: 10px; }
    .feature-style-two .features-call-action .feature-call-content a:before {
      background-color: #c09100; }

  #features-slide-id .owl-dots {
    margin-top: 48px;
    text-align: center; }
  #features-slide-id .owl-dots .owl-dot {
    width: 30px;
    height: 2px;
    margin: 3px;
    display: inline-block;
    background-color: #a6a8a9;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
  #features-slide-id .owl-dots .owl-dot:hover {
    height: 3px;
    background-color: #c09100; }
  #features-slide-id .owl-dots .owl-dot.active {
    height: 3px;
    background-color: #c09100; }

  .about-page-features .col-lg-4{
    opacity: 85%;
  }
  .about-page-features .vision-text-content {
    padding-bottom: 70px;
    border-top: 1px solid #eeeeee;
    margin-top: 50px;}
  .about-page-features .vision-text {
    margin: 0 auto;
    max-width: 860px;
    padding-top: 50px; }
    .about-page-features .vision-text p {
      font-weight: 600;
      color: #fff;
      font-size: 18px; }
    .about-page-features .vision-text h3{
      color: #fff;
    }

/*---------------------------------------------------- */
/* culture area (About page) */
/*----------------------------------------------------*/

  .about-page-culture::before,
  #jobs::before {
    top: 0;
    left: 0;
    content: '';
    opacity: .2;
    height: 100%;
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../img/background/ship-bg.jpg);
    background-size: 100%;
  background-position: bottom left; }

  .about-page-culture .section-title-left{
    margin-bottom: 30px;
  }

  /*---------------------------------------------------- */
  /* organization area (Organization page) */
  /*----------------------------------------------------*/

    .about-page-organization::before,
    #jobs::before {
      top: 0;
      left: 0;
      content: '';
      opacity: .2;
      height: 100%;
      width: 100%;
      position: absolute;
      background-repeat: no-repeat;
      background-image: url(../img/background/team-bg.png);
      background-size: 100%;
    background-position: bottom left; }

    .about-page-organization .section-title-left{
      margin-bottom: 30px;
    }

  /*---------------------------------------------------- */
  /* Contact page */
  /*----------------------------------------------------*/
#contact-page-background{
  background-color: rgba(247, 246, 253, 1);
  background-image: url(../img/background/sunset.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
}
 .contact-page-section .el-contact-form{
   width: 80%;
   margin: 10%;
   background-color: #fff;
   -webkit-box-shadow: 0px 9px 40px 0px rgba(193, 193, 193, 0.6);
   box-shadow: 0px 9px 40px 0px rgba(193, 193, 193, 0.6);
   padding: 50px 30px;
 }
 .contact-page-section .el-contact-form .contact-form-area .row .col-lg-6{
   padding: none!important;
 }
  .contact-page-section .el-contact-form .contact-form-area label{
    width: 80%;
    margin-left: 10%;
    color: #222222;
  }
 .contact-page-section .el-contact-form .contact-form-area .contact-input {
   width: 80%;
   padding-left: 15px;
   margin-left: 10%;
   margin-right: 10%;
   margin-bottom: 10px;
   height: 2.3em;
   border: 1px solid #003f82;
   border-radius: 3px;
 }

  .contact-page-section .el-contact-form .contact-form-area .captcha-input{
    width:80%;
    margin: 0 10%;
  }

 .contact-page-section .el-contact-form .contact-form-area .sub-button button {
   border: none;
   text-transform: uppercase;
   background-color: #003f82;
   color: #fff;
   font-size: 14px;
   font-weight: 700;
   height: 50px;
   width: 80%;
   margin: 20px 10%;}

.location-section .el-parallax-section{
  width:80%;
  margin: 0 10% 10% 10%;
  background-color: #fff;
  opacity: 1;
  -webkit-box-shadow: 0px 9px 40px 0px rgba(193, 193, 193, 0.6);
  box-shadow: 0px 9px 40px 0px rgba(193, 193, 193, 0.6);
  padding: 30px 5px;
}
.location-section .el-parallax-section .locations-content{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.location-section .el-parallax-section .locations-content .location-single{
  width: 32%; /* 3列布局，中间留些空隙 */
  box-sizing: border-box;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 15px;
  }

.location-section .el-parallax-section .locations-content .location-single .location-map{
  padding: 20px;
}
.location-section .el-parallax-section .locations-content .location-single .location-map iframe{
  width: 100%;
  height: 200px;
  border-radius: 5px;
}

.location-section .el-parallax-section .locations-content .location-single .location-text .location-head{
  margin-bottom: 10px;
  color: #222222;
}

.location-section .el-parallax-section .locations-content .location-single .location-text .location-address{
  padding: 10px;
}

.location-section .el-parallax-section .locations-content .location-single .location-text .location-address .location-company-name{
  font-weight: bold;
  margin-bottom: 15px;
}

/*---------------------------------------------------- */
/*sector page*/
/*----------------------------------------------------*/
.sector-page-area {
  padding-top: 70px; }
.sector-section {
  padding: 110px 0px 50px 0px; }
.sector-section .section-title-middle {
  margin: 0 auto;
  max-width: 610px;
  padding-bottom: 50px; }
.sector-section .sector-img-text {
  max-width: 41%;
  margin-left: 6%;
  margin-bottom: 40px; }
.sector-section .sector-img-text .sector-title {
  padding: 15px 30px;
  height: 86px;
  -webkit-box-shadow: 0px 9px 40px 0px rgba(193, 193, 193, 0.5);
  box-shadow: 0px 9px 40px 0px rgba(193, 193, 193, 0.5); }
.sector-section .sector-img-text .sector-title h3 {
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  line-height: 1.556; }
.sector-section .sector-img-text .sector-img {
  overflow: hidden; }
.sector-section .sector-img-text .sector-img img {
  width: 100%;
  height: auto;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
.sector-section .sector-img-text:hover .sector-img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }
.sector-section .sector-img-text .sector-img .sector-hover-text{
  color: #fff;
  bottom: 20px;
  right: 20px;
  left: 20px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
.sector-section .sector-img-text .sector-img .sector-hover-text h3 {
  font-size: 18px;
  font-weight: 600;
  border: solid 1px;
  border-radius: 8px;
  padding: 10px;}
.sector-section .sector-img-text:hover .sector-img:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible; }
.sector-section .sector-img-text:hover .sector-img:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }
.sector-section .sector-img-text:hover .sector-img:hover .sector-hover-text {
  opacity: 1;
  bottom: 55px;
  visibility: visible; }

.single-call-action {
  max-width: 1240px;
  z-index: 1;
  background-color: #e0e0e0;
  width: 70%;
  margin: 0 auto 50px auto;
  padding: 50px 85px 50px 340px;
  -webkit-box-shadow: 0px 5px 50.05px 4.95px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 50.05px 4.95px rgba(0, 0, 0, 0.1); }
#single-call-action-style-two{
  background-color: #003f82;
}
.single-call-action:after {
  z-index: -100;
  content: "";
  position: absolute;
  bottom: -50px;
  height: 100%;
  width: 300px;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-image: url(../img/background/f-cfbg.jpg); }
.single-call-action .call-icon-bg {
  right: 80px;
  z-index: -1;
  bottom: 40px;
  position: absolute; }
.single-call-action .call-icon-bg i {
  font-size: 100px;
  color: #edf1f4; }
.single-call-action .single-call-content h3 {
  font-size: 30px;
  color: #222;
  padding-bottom: 20px; }
#single-call-action-style-two h3, #single-call-action-style-two h3 span{
  color: #a6a8a9;
}
.single-call-action .single-call-content h3 span {
  font-weight: 700;
  color: #003F82; }
.single-call-action .single-call-content p {
  font-size: 16px;
  color: #555555;
  padding-bottom: 22px; }
.single-call-action .single-call-content a {
  color: #fff;
  color: #fff;
  font-weight: 700;
  border-radius: 2px;
  padding: 13px 32px;
  display: inline-block;
  text-transform: uppercase;
  background-color: #003F82; }
.single-call-action .single-call-content a i {
  margin-left: 10px; }
.single-call-action .single-call-content a:before {
  background-color: #c09100; }
#single-call-action-style-two a{
  background-color: #c09100;
}
#single-call-action-style-two a:before{
  background-color: #697c85;
}


/*---------------------------------------------------- */
/*Sector-single page*/
/*----------------------------------------------------*/
#service-side-bar{
  max-width: 33%;
}
.service-sidebar-widget {
  margin-bottom: 30px; }
.service-sidebar-widget .service-cat-widget {
  padding: 38px;
  background-color: #dddddd; }
.service-sidebar-widget .service-cat-widget .widget-title {
  font-size: 22px;
  color: #222222;
  font-weight: 800; }
.service-sidebar-widget .help-widget {
  background-color: #003F82;
  padding: 40px 30px; }
.service-sidebar-widget .help-widget .widget-title {
  margin-bottom: 30px; }
.service-sidebar-widget .help-widget span {
  color: #fff; }
.service-sidebar-widget .help-widget .contact-text p {
  padding-top: 5px;
  color: #fff; }
.service-sidebar-widget .help-widget .contact-text p i {
  font-size: 24px; }
.service-sidebar-widget .help-widget .contact-text p strong {
  font-size: 20px; }
.service-sidebar-widget .opening-hour-widget {
  background-color: #c09100;
  padding: 40px 30px; }
.service-sidebar-widget .opening-hour-widget span {
  color: #fff; }
.service-sidebar-widget .opening-hour-widget .widget-title {
  margin-bottom: 30px; }
.service-sidebar-widget .opening-hour-widget .opening-hour-content {
  margin-bottom: 15px; }
.service-sidebar-widget .opening-hour-widget .opening-hour-content span, .service-sidebar-widget .opening-hour-widget .opening-hour-content strong {
  display: block;
  color: #fff;
  line-height: 1.6; }

.service-details-section {
  padding: 110px 0; }
  .service-details-section .service-sidebar {
    margin-right: 20px; }
  .service-details-section .service-single-content .service-details-img-pair {
    margin-bottom: 30px; }
  .service-details-section .service-single-content h3 {
    color: #222222;
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 20px; }
  .service-details-section .service-single-content article {
    margin-bottom: 20px;
    font-size: 18px;}
  .service-details-section .service-single-content h4 {
    font-size: 30px;
    color: #222222;
    font-weight: 700;
    padding-bottom: 10px; }
  .service-details-section .service-single-content .service-details-list {
    margin-top: 15px; }
  .service-details-section .service-single-content .service-details-list ul{
    margin: 30px 0; }
  .service-details-section .service-single-content .service-details-list li{
    color: #222222;
    font-weight: 600;
    position: relative;
    padding-left: 30px; }
  .service-details-section .service-single-content .service-details-list li:before,
  .project-detail-section .project-single .row .project-text-right li:before,
  #jobs .job-single .row li:before {
    left: 0;
    top: 0;
    content: '\f138';
    font-weight: 900;
    position: absolute;
    color: #003f82;
    font-family: 'Font Awesome 5 Free'; }
  .service-details-section .service-single-content .service-single-icon-text {
    margin: 0px -5px; }
  .service-details-section .service-single-content .service-single-icon-text .site-info-icon-text {
    width: 48%;
    float: left;
    margin: 30px 5px 30px 5px;
    padding: 40px 30px 35px 30px;
    -webkit-box-shadow: 0px 9px 40px 0px rgba(193, 193, 193, 0.5);
    box-shadow: 0px 9px 40px 0px rgba(193, 193, 193, 0.5); }
  .service-details-section .service-single-content .service-single-icon-text .site-info-icon-text:after {
    display: none; }
  .service-details-section .service-single-content .service-single-icon-text .site-info-icon-text .site-info-icon svg {
    height: 60px; }
  .service-details-section .service-single-content .service-single-icon-text .site-info-icon-text .site-info-text h3 {
    font-size: 22px; }
  .service-sidebar-widget .service-cat-widget li, .blog-sidebar-widget .category-widget li {
    height: 50px;
    line-height: 50px;
    position: relative;
    z-index: 1;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
  .service-sidebar-widget .service-cat-widget li a, .blog-sidebar-widget .category-widget li a {
    width: 100%;
    display: block;
    color: #222222;
    font-size: 14px; }
  .service-sidebar-widget .service-cat-widget li:before, .blog-sidebar-widget .category-widget li:before {
    left: 0;
    top: 20px;
    width: 28px;
    content: '';
    height: 20px;
    position: absolute;
    opacity: 0;
    background-repeat: no-repeat;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background-image: url(../img/arrow3.png); }
  .service-sidebar-widget .service-cat-widget li:after, .blog-sidebar-widget .category-widget li:after {
    top: 0;
    content: '';
    width: 0;
    height: 100%;
    z-index: -1;
    left: -37px;
    position: absolute;
    background-color: #003F82;
    -webkit-transition: .5s all ease-out;
    -o-transition: .5s all ease-out;
    transition: .5s all ease-out; }
  .service-sidebar-widget .service-cat-widget li:hover, .blog-sidebar-widget .category-widget li:hover {
    padding-left: 32px; }
  .service-sidebar-widget .service-cat-widget li:hover:before, .blog-sidebar-widget .category-widget li:hover:before {
    opacity: 1; }
  .service-sidebar-widget .service-cat-widget li:hover:after, .blog-sidebar-widget .category-widget li:hover:after {
    width: 120%;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in; }
  .service-sidebar-widget .service-cat-widget li:hover a, .blog-sidebar-widget .category-widget li:hover a {
    color: #c09100;}

.service-sidebar-widget .help-widget .widget-title, .service-sidebar-widget .opening-hour-widget .widget-title {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  position: relative; }
.service-sidebar-widget .help-widget .widget-title:after, .service-sidebar-widget .opening-hour-widget .widget-title:after {
  position: absolute;
  content: '';
  height: 2px;
  width: 100px;
  background-color: #fff;
  left: 0;
  bottom: -10px; }
.help-widget a {
  display: inline-block;
  border: 2px solid #fff;
  margin-top: 15px;
  padding: 10px 25px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700; }
.help-widget a img {
  margin-left: 10px; }

.sector-project-img-text {
  max-width: 45%;
  margin-left: 3%;
  margin-bottom: 40px; }
.sector-project-img-text .sector-project-img {
  overflow: hidden; }
.sector-project-img-text .sector-project-img img {
  width: 100%;
  height: auto;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
.sector-project-img-text:hover .sector-project-img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }
.service-single-content .sector-project-img-text .sector-project-img .sector-project-hover-text {
  color: #fff;
  right: 10px;
  left: 20px;
  top: 55px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
.sector-project-img-text .sector-project-text {
  background-color: #ddd;
  padding: 15px 30px;
  height: 145px;
  -webkit-box-shadow: 0px 9px 40px 0px rgba(193, 193, 193, 0.5);
  box-shadow: 0px 9px 40px 0px rgba(193, 193, 193, 0.5);
}
.sector-project-img-text .sector-project-text h3 {
  color: #003F82;
  font-size: 16px;
  height: 22px;
  bottom: 10px;
  right: 10px;
  left: 20px;
  position: absolute;
  padding: 0;}
.sector-project-img-text .sector-project-text p{
  color: #003F82;
  font-size: 16px;
  position: absolute;
  bottom: 32px;
  right: 10px;
  left: 20px;
}


/*---------------------------------------------------- */
/*Solution page*/
/*----------------------------------------------------*/
#solution:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    opacity: .9;
    background-color:#003F82;
    top: 0; }
.solution-section {
  padding: 50px 0; }
.solution-section .section-title-middle {
  margin: 0 auto;
  max-width: 610px;
  padding-bottom: 30px; }
.solution-section .section-title-middle .title-tag, .solution-section .section-title-middle h2{
  color: #fff;
}
.solution-section .solution-img-text {
  max-width: 100%;
  margin-bottom: 10px; }
.solution-section .solution-img-text .solution-title {
  padding: 15px 30px;
  background-color: #fff;
  opacity: 1;
  height: 86px;
  -webkit-box-shadow: 0px 9px 40px 0px rgba(193, 193, 193, 0.5);
  box-shadow: 0px 9px 40px 0px rgba(193, 193, 193, 0.5); }
.solution-section .solution-img-text .solution-title h3 {
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  line-height: 1.556; }

.solution-section .solution-filter-btn {
  padding-bottom: 30px; }
.solution-section .solution-filter-btn button {
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 0px 0px 0px 30px;
  text-transform: uppercase;
  background-color: transparent;
  position: relative; }
.solution-section .solution-filter-btn button:after {
  position: absolute;
  content: '';
  height: 15px;
  width: 2px;
  background-color: #dadada;
  top: 7px;
  right: -17px; }
.solution-section .solution-filter-btn button:last-child:after {
  display: none; }
.solution-section .solution-filter-btn .filter-button.is-checked {
  color: #c09100; }
.solution-section .grid-item {
  padding: 15px; }
.solution-section .grid-item-width2 {
  width: 50%; }
.solution-section .grid-sizer, .solution-section .grid-item {
  float: left;
  overflow: hidden;
  position: relative;
  display: inline-block; }

.solution-section .solution-img-text .solution-img {
  overflow: hidden; }
.solution-section .solution-img-text .solution-img img {
  width: 100%;
  height: auto;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
.solution-section .solution-img-text:hover .solution-img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }
.solution-section .solution-img-text .solution-img .solution-hover-text{
  color: #fff;
  bottom: 20px;
  right: 20px;
  left: 20px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
.solution-section .solution-img-text .solution-img .solution-hover-text h3 {
  font-size: 18px;
  font-weight: 600;
  border: solid 1px;
  border-radius: 8px;
  padding: 10px;}
.solution-section .solution-img-text:hover .solution-img:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible; }
.solution-section .solution-img-text:hover .solution-img:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }
.solution-section .solution-img-text:hover .solution-img:hover .solution-hover-text {
  opacity: 1;
  bottom: 55px;
  visibility: visible; }


/*---------------------------------------------------- */
/*Sector-single page*/
/*----------------------------------------------------*/
.service-sidebar-widget .service-cat-widget .li-tag{
  pointer-events: none;
  font-size: 16px;
  font-style: italic;
  text-transform: uppercase;
}

/*---------------------------------------------------- */
/*Projects page*/
/*----------------------------------------------------*/

#project-page-project .section-title-left {
  max-width: 800px;
}

.project-section .project-solution-section {
  margin: 40px 0;
  padding-bottom: 40px;
  border-bottom: 1px solid #eeeeee;
}

.project-section .project-solution-section:first-of-type{
  margin-top:0;
}

.project-section .project-subtitle .project-solution-title {
  width: 60%;
  float: left;
  margin-left: 10px;
}

.project-section .project-subtitle .project-solution-title h4{
  font-size: 30px;
  color: #222222;
  font-weight: 700;
  margin-bottom: 0px;
}

.project-section .project-subtitle .link-btn {
  width: 30%;
  float: right;
  text-align: right;
  margin-right: 60px;
}

.project-section .project-solution-section .project-img .project-item-text{
  top: 40px;
}

#project-page-project .project-img .project-item-text p{
  font-size: 14px;
}

#project-page-project .project-img .project-item-text h3{
  font-size: 18px;
}

/*---------------------------------------------------- */
/*Project details page*/
/*----------------------------------------------------*/
.project-detail-section .project-single{
 margin-bottom: 50px;
}

.project-detail-section .row{
  max-width: 1880px;
  width: 90%;
  margin: 0 5%;
}

.project-detail-section #project-side-bar{
  max-width: 350px;
  margin-right: 20px;
}

.project-detail-section .project-single .first-row .section-title-left h2{
  font-size: 25px;
  padding: 12px 0;
}

.project-detail-section .project-single .first-row .section-title-left .location{
  font-size: 20px;
  font-weight: 700;

}


.project-detail-section .project-single .row .project-text-left{
  width: 65%;
  margin-right: 5%;
}

.project-detail-section .project-single .row .project-text-left p,
.project-detail-section .project-single .row .project-text-right p{
  min-height: 210px;
}

.project-detail-section .project-single .row .project-text-right{
  width:65%;
  margin-left:5%;
}

.project-detail-section .project-single .row .project-text-right li {
  position: relative;
  padding-left: 30px; }

.project-detail-section .project-single .row{
  margin: 20px;
  width:auto;
}

.project-detail-section .project-single .row .project-img-right{
  position: absolute;
  right: 0px;
}

.project-detail-section .project-single .row .project-img{
  width: 30%;
}

.project-detail-section .project-single .row .project-img img{
  width:100%;
  height:auto;
}

.project-detail-section .project-single .show-hidden-button span,
#jobs .job-single .first-row .show-hidden-button span{
  color: #003f82;
  font-size: 18px;
  font-weight:600;
}

.project-detail-section .project-single .show-hidden-button span img,
#jobs .job-single .first-row .show-hidden-button span img{
  width: 25px;
}

.project-detail-section .project-single .hidden-row, #jobs .job-single .hidden-row{
  position: absolute;
  display: none;
}

.project-detail-section .project-page-nav{
  text-align: center;
}
.project-detail-section .project-page-nav .page-nav-button{
  text-align: center;
}
.project-detail-section .project-page-nav .page-nav-button a{
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #003f82;
  border-radius: 3px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.project-detail-section .project-page-nav .page-nav-button .current-page-link{
  background-color: #c09100;
}

/*---------------------------------------------------- */
/*Career page - job opportunities*/
/*----------------------------------------------------*/
#jobs .job-single{
  border: 2px solid #003f82;
  border-radius: 10px;
  margin:10px;
  padding: 20px;
  background-color: rgba(237, 241, 244, 0.5);
}
#jobs .job-single .first-row .section-title-left .job-title{
  font-size: 30px;
}
#jobs .job-single .first-row .section-title-left .specialisation{
  font-size: 20px;
  width: 70%;
  display: inline-block;
}
#jobs .job-single .first-row .show-hidden{
  float:right;
  width:20%;
}
#jobs .job-single .hidden-row .row{
  margin: 20px 0;
}

#jobs .job-single .hidden-row .job-sub-title{
  width: 100%;
}
#jobs .job-single .hidden-row .job-sub-title h3{
  font-size: 17px;
  font-weight: 600;
}
#jobs .job-single .row .job-ul{
  padding-left: 15px;
}

#jobs .job-single .row li{
  position: relative;
  padding-left: 30px;
}

#jobs .job-single .hidden-row .row p{
  color: #003f82;
}

/*---------------------------------------------------- */
/*breadcurmb area*/
/*----------------------------------------------------*/
.breadcrumb-section {
  padding: 125px 0px 45px 0px;
  position: relative;
  z-index: 1; }
  .breadcrumb-section .background_overlay {
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1; }
  .breadcrumb-section .breadcrumb-content {
    padding-left: 45px; }
  .breadcrumb-section .breadcrumb-title {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px; }
    .breadcrumb-section .breadcrumb-title:before {
      top: 25px;
      content: '';
      left: -45px;
      width: 24px;
      height: 20px;
      position: absolute;
      background-image: url(../icon/icon5.svg); }
  .breadcrumb-section .breadcrumb-item + .breadcrumb-item::before {
    content: '';
    width: 26px;
    height: 10px;
    left: -40px;
    position: absolute;
    bottom: 8px;
    background-image: url(../img/arrow3.png); }
  .breadcrumb-section .breadcrumb {
    background-color: transparent; }
    .breadcrumb-section .breadcrumb li {
      color: #fff;
      position: relative;
      padding-right: 50px; }

/*---------------------------------------------------- */
/*contact page*/
/*----------------------------------------------------*/


  .contact-page-section .contact-form-text {
    max-width: 500px; }
    .contact-page-section .contact-form-text h3 {
      color: #222222;
      font-size: 36px;
      font-weight: 700;
      line-height: 1.333;
      padding-bottom: 25px; }
    .contact-page-section .contact-form-text p {
      color: #555555; }
    .contact-page-section .contact-form-text .el-contact-info {
      margin-top: 40px; }
      .contact-page-section .contact-form-text .el-contact-info .contact-address {
        max-width: 500px;
        margin-bottom: 25px;
        padding-bottom: 20px;
        border-bottom: 1px solid #dddddd; }
        .contact-page-section .contact-form-text .el-contact-info .contact-address .contact-icon {
          float: left;
          line-height: 1;
          font-size: 42px;
          color: #14cedd;
          margin-right: 30px; }
        .contact-page-section .contact-form-text .el-contact-info .contact-address .contact-text h4 {
          font-size: 22px;
          color: #000000;
          font-weight: 600;
          padding-bottom: 15px; }
        .contact-page-section .contact-form-text .el-contact-info .contact-address .contact-text p {
          color: #222222;
          overflow: hidden;
          max-width: 300px;
          font-size: 18px; }
          .contact-page-section .contact-form-text .el-contact-info .contact-address .contact-text p strong {
            font-size: 24px;
            line-height: 1; }
        .contact-page-section .contact-form-text .el-contact-info .contact-address:last-child {
          border-bottom: none; }

    .contact-page-section .el-contact-form h3 {
      color: #222222;
      font-size: 36px;
      font-weight: 700;
      line-height: 1.333;
      padding-bottom: 30px; }



/*---------------------------------------------------- */
/*footer area*/
/*----------------------------------------------------*/
.footer-section {
  overflow: visible;
  background-color: #0d1c25;
  opacity: 1;}

.footer-contact-info {
  padding: 40px 0px;
  margin-bottom: 70px;
  border-bottom: 2px solid #a6a8a9; }
  .footer-contact-info .footer-icon-text-contact-info {
    position: relative; }
    .footer-contact-info .footer-icon-text-contact-info:after {
      left: -15px;
      top: 0;
      width: 1px;
      content: '';
      height: 70px;
      position: absolute;
      background-color: #a6a8a9; }
  .footer-contact-info .col-lg-3:nth-child(1) .footer-icon-text-contact-info {
    margin-left: 0; }
    .footer-contact-info .col-lg-3:nth-child(1) .footer-icon-text-contact-info:after {
      display: none; }
  .footer-contact-info .col-lg-3:nth-child(2) .footer-icon-text-contact-info:after {
    left: -25px; }
  .footer-contact-info .footer-icon-text-contact-info p {
    color: #697c85;
    font-size: 16px;
    font-style: oblique;}
    .footer-contact-info .footer-icon-text-contact-info p i {
      color: #a6a8a9;
      margin-right: 10px; }
  .footer-contact-info .footer-icon-text-contact-info h3 {
    color: #a6a8a9;
    font-size: 20px;
    font-weight: 500;
    padding-top: 5px;
    padding-left: 25px; }

.footer-widget-area {
  padding-bottom: 65px; }
  .footer-widget-area .col-lg-3:nth-child(2) .footer-widget-item {
    margin-left: 55px; }
  .footer-widget-area .col-lg-3:nth-child(3) .footer-widget-item {
    margin-left: 25px; }

.footer-widget-item .el-widget-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px; }

.footer-widget-item .footer-logo-widget .footer-logo {
  margin-bottom: 20px;
  display: inline-block; }

.footer-widget-item .footer-logo-widget p {
  padding-bottom: 30px;
  color: #999999; }

.footer-widget-item .footer-menu-widget .el-widget-title {
  margin-bottom: 25px; }

.footer-widget-item .footer-menu-widget li {
  margin-bottom: 5px; }
  .footer-widget-item .footer-menu-widget li a {
    color: #999999; }
    .footer-widget-item .footer-menu-widget li a:hover {
      color: #c09100; }

.footer-widget-item .footer-location-widget .el-widget-title {
  margin-bottom: 25px; }

.footer-widget-item .footer-location-widget .loaction-select:after {
  content: "\e604";
  position: absolute;
  right: 13px;
  top: 13px;
  color: #000;
  font-family: 'simple-line-icons'; }

.footer-widget-item .footer-location-widget select {
  height: 55px;
  width: 100%;
  line-height: 55px;
  padding-left: 15px;
  -webkit-appearance: none;
  position: relative; }

.footer-widget-item .footer-map {
  height: 170px;
  margin-top: 10px; }

.footer-copyright-text {
  border-top: 2px solid #a6a8a9;
  padding: 35px 0px 25px; }
  .footer-copyright-text p {
    color: #999999;
    display: inline-block;
    margin-right: 5px; }
    .footer-copyright-text p a {
      color: #fff; }
  .footer-copyright-text .copyright-menu {
    display: inline-block; }
    .footer-copyright-text .copyright-menu a {
      margin-right: 20px;
      text-decoration: underline;
      position: relative;
      color: #999999; }
      .footer-copyright-text .copyright-menu a:after {
        right: -12px;
        height: 13px;
        background-color: #2a3840; }

/*---------------------------------------------------- */
/*footer area*/
/*----------------------------------------------------*/
.el-mobile_menu_content {
  top: 0px;
  bottom: 0;
  right: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 280px;
  overflow-y: scroll;
  background-color: #fff;
  padding: 70px 0px 40px;
  -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }
  .el-mobile_menu_content .el-mobile-main-navigation {
    width: 100%; }
    .el-mobile_menu_content .el-mobile-main-navigation .navbar-nav {
      width: 100%; }
  .el-mobile_menu_content .navbar-nav .dropdown-menu {
    position: static !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important; }
  .el-mobile_menu_content .el-mobile-main-navigation .navbar-nav li {
    width: 100%;
    display: block;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    border-bottom: 1px solid #dcdcdc; }
    .el-mobile_menu_content .el-mobile-main-navigation .navbar-nav li:first-child {
      border-top: 1px solid #dcdcdc; }
    .el-mobile_menu_content .el-mobile-main-navigation .navbar-nav li a {
      color: #000;
      padding: 0;
      width: 100%;
      display: block;
      font-size: 14px;
      font-weight: 400;
      padding: 5px 30px;
      text-transform: uppercase; }
  .el-mobile_menu_content .m-brand-logo {
    width: 160px;
    margin: 0 auto;
    margin-bottom: 30px; }

.el-mobile_menu_wrap.mobile_menu_on .el-mobile_menu_content {
  right: 0px;
  -webkit-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out; }

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }

.mobile_menu_overlay_on {
  overflow: hidden; }

.el-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible; }

.el-mobile_menu_button {
  position: absolute;
  display: none;
  right: 20px;
  cursor: pointer;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-size: 30px;
  top: -60px;
  z-index: 5; }

.el-mobile_menu .el-mobile-main-navigation .navbar-nav li a:after {
  display: none; }

.el-mobile_menu .el-mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible; }

.el-mobile_menu .el-mobile_menu_content .el-mobile-main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  border-top: 1px solid #dcdcdc; }
  .el-mobile_menu .el-mobile_menu_content .el-mobile-main-navigation .navbar-nav .dropdown-menu li {
    border: none;
    padding: 0 20px;
    line-height: 1; }

.el-mobile_menu .dropdown {
  position: relative; }
  .el-mobile_menu .dropdown .dropdown-btn {
    position: absolute;
    top: 0px;
    right: 0;
    height: 35px;
    padding: 5px 10px; }
    .el-mobile_menu .dropdown .dropdown-btn:before {
      content: '';
      position: absolute;
      height: 100%;
      width: 1px;
      top: 0;
      left: 0;
      background-color: #dcdcdc; }

.el-mobile_menu .el-mobile_menu_close {
  color: #003F82;
  cursor: pointer;
  top: 15px;
  left: 15px;
  font-size: 20px;
  position: absolute; }

.mobile-contact-info {
  margin: 30px 0px 10px; }
  .mobile-contact-info li {
    color: #222; }
    .mobile-contact-info li i {
      color: white;
      margin-right: 5px; }

.mobile-consult-btn {
  color: #fff;
  height: 40px;
  width: 150px;
  margin: 0 auto;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  background-color: #003F82; }



/*---------------------------------------------------- */
/*footer area*/
/*----------------------------------------------------*/
/* ==================================================
*	01 - media screen and (max-width: 1440px)
* 02 - media screen and (max-width: 1250px)
*	02 - media screen and (max-width: 1140px)
*	03 - media screen and (max-width: 1024px) iPad Pro
*	04 - media screen and (max-width: 991px)
*	05 - media screen and (max-width: 920px)
*	06 - media screen and (max-width: 800px)
*	07 - media screen and (max-width: 768px)  iPad
*	08 - media screen and (max-width: 750px)
*	09 - media screen and (max-width: 700px)
*	10 - media screen and (max-width: 680px)
*	11 - media screen and (max-width: 550px)
*	12 - media screen and (max-width: 500px)
*	13 - media screen and (max-width: 480px)
*	14 - media screen and (max-width: 430px)
*	15 - media screen and (max-width: 380px)  iPhone X = 375px, Galaxy S5 = 360px
*	16 - media screen and (max-width: 320px)
================================================== */
@media screen and (max-width: 1440px) {
  .header_style_two .site-main-menu {
    padding-left: 20px; }
  .header_style_two .header_top {
    padding-left: 20px; }
  .site-main-menu .brand-logo {
    margin-right: 75px;
    margin-top: 10px;}
  .site-main-menu .main_navigation li {
    margin-left: 10px; }
  #slider-id .owl-prev,
  #slider-id .owl-next {
    left: 15px; }
  #slider-id .owl-next {
    right: 15px;
    left: auto; }
  .consaltation-section:before {
    width: 100px; }
  .location-section .el-parallax-section .locations-content{
    overflow: auto;
  }
}
@media screen and (max-width: 1250px) {
  .project-detail-section #project-side-bar{
    max-width: 310px;
  }
  .project-detail-section .row{
    max-width: 95%;
    margin: 0 2.5%;
  }
}

@media screen and (max-width: 1140px) {
  .site-main-menu .brand-logo {
    margin-right: 15px; }
  .site-main-menu .main_navigation li a {
      font-size: 14px;
    }
  .language-switcher .lang-btn{
    font-size: 14px;
  }
  .about-section .about-img .abt-img-set {
    margin: 0px 5px 10px; }
  .consaltation-section:before {
    display: none; }
  .project-section .project-filter-btn button, .project-section .project-filter-btn a {
    padding-left: 25px; }
  .project-section .grid-item {
    padding: 5px; }
  .header_style_two .site-main-menu .site-search-btn .top_info_social {
    display: none; }

   .single-call-action {
     width: 90%;}
   .project-detail-section .row{
     max-width: 98%;
     margin: 0 1%;
   }
   .project-detail-section #project-side-bar{
     margin-right: 0;
     max-width: 290px;
     padding-left: 10px;
   }
   .service-sidebar-widget .service-cat-widget .widget-title{
     font-size: 18px;
   }
   .service-sidebar-widget .service-cat-widget li{
     height:50px;
     line-height: 20px;
     font-size: 11px;
   }
 }

@media screen and (max-width: 1024px) {
  .site-main-menu .brand-logo {
    margin-right: 20px; }
  .site-main-menu .main_navigation li a {
      font-size: 12px;
    }
  .language-switcher .lang-btn{
    font-size: 12px;
  }
  .site-main-menu .main_navigation li {
    margin-left: 20px; }
  .service-content .service-pic-text .service-text h3 {
    font-size: 24px; }
  .expertise-indicator-icon {
    right: -65px; }
  .header_style_two .header-qoute-btn {
    display: none; }
  .header_style_two .el-search {
    top: 10px; }
  .about-counter .about-counter-text-number .counter-number h4 {
    font-size: 40px; }
  .footer-contact-info .footer-icon-text-contact-info:after {
    display: none; }
  .sector-project-img-text .sector-project-text{
    height: 170px;
    }}

@media screen and (max-width: 991px) {
  .header_top {
    display: none; }
  .slider-style-one .main-slider-img-text .slider-content-box {
    text-align: center;
    max-width: 500px;
    margin: 0 auto; }
  .slider-style-one .main-slider-img-text .slider-content-box h1 {
    font-size: 41px;}
  #slider-id .owl-prev,
  #slider-id .owl-next {
    font-size: 20px;
    left: 20px; }
  #slider-id .owl-next {
    right: 20px;
    left: auto; }
  .site-main-menu .navbar-nav {
    display: none; }
  .site-main-menu .language-switcher {
    display: none; }
  .site-search-btn {
    display: none; }
  .site-info-icon-text {
    width: inherit; }
  .el-mobile_menu_button {
    display: block; }
  .site-main-menu {
    padding: 15px 0px 15px; }
  .main_header.header_style_one.stickymenu-on {
    top: 0; }
  .site-info-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .about-section .about-img {
    margin-top: 30px; }
  .features-icon-text {
    margin-bottom: 45px; }
  .service-content .service-pic-text {
    width: 50%; }
  .consaltation-section .consaltation-content .consalt-btn {
    float: none; }
  .project-section .project-filter-btn {
    padding-top: 20px; }
  .ex-carousel {
    position: static;
    width: 100%; }
  .expertise-indicator-icon {
    position: static; }
  .expertise-indicator-icon .expertise-icon-item {
    float: left;
    margin: 30px 30px 30px 0px; }
  .testimonial-section .testimonial-part {
    width: 100%; }
  .testimonial-section .testimonial-content {
    display: inherit; }
  .testimonial-section .testimonial-text-slide {
    max-width: 555px;
    margin-top: 40px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .blog-section .blog-post-content {
    margin-left: 0;
    margin-top: 40px; }
  .newslatter-section .newslatter-content .newslatter-form {
    margin: 15px 10px 0px 10px; }
  .footer-contact-info .footer-icon-text-contact-info {
    margin-left: 0;
    margin-bottom: 30px; }
  .footer-widget-item {
    margin-bottom: 20px; }
  .footer-widget-area .col-lg-3:nth-child(2) .footer-widget-item {
    margin-left: 0; }
  .footer-widget-area .col-lg-3:nth-child(3) .footer-widget-item {
    margin-left: 0; }
  .single-call-action .single-call-content {
    padding-left: 30px; }
  .driven-solution-section .features-content .features-icon-text {
    margin-bottom: 30px; }
  .team-member-box {
    max-width: 265px;
    margin: 0 auto;
    margin-bottom: 40px; }
  .blog-page-area-section {
    padding: 50px 0px; }
  .blog-sidebar {
    margin: 40px 0 120px; }
  .service-sidebar {
    margin-bottom: 40px; }
  .ex-carousel img {
    height: auto; }
  .location-section .el-parallax-section .locations-content .location-single{
    width: 100%;
    max-width: 80%;
    margin: 0 10%;
    }
  .sector-section .sector-img-text {
    max-width: 60%;
    margin: 0 20% 40px 20%;}
  .service-details-section #service-side-bar, #project #project-side-bar{
    max-width: 70%;
    margin: 0 15%;
    flex: none;
    text-align: center;}
  .service-sidebar-widget .service-cat-widget li:hover{
    padding-left: 0;
  }
  .service-sidebar-widget .service-cat-widget li:hover:after{
    width: 60%;
    margin-left: 20%;
    left: 0;
  }
  .service-sidebar-widget .service-cat-widget li:before{
    display: none;
  }
  .service-details-section #service-side-bar .opening-hour-widget, .service-details-section #service-side-bar .help-widget,
  #project #project-side-bar .opening-hour-widget, #project #project-side-bar .help-widget{
    display: none;
  }
  .service-sidebar-widget .service-cat-widget .widget-title{
    font-size: 22px;
  }
  .service-sidebar-widget .service-cat-widget li a{
    font-size: 14px;
  }
  .sector-project-img-text .sector-project-text{
    height: 145px;
    }
}

@media screen and (max-width: 920px) {
  .feature-slide-icon-text .feature-slide-text{
    height:195px !important;
  }
  .single-call-action:after {
      display: none; }
  .single-call-action {
    padding: 50px;}
  .project-detail-section .project-single .row .project-img{
    width: 50%;
    margin: 10px 25%;
    position: relative;
  }
  .project-detail-section .project-single .row .project-text-left,
  .project-detail-section .project-single .row .project-text-right,
  .project-detail-section .project-single .row .project-text-mid{
    width: 90%;
    margin: 10px 5%;
  }
  .project-detail-section .project-single .first-row .section-title-left{
    width: 90%;
    margin: 0 5%;
  }
}

@media screen and (max-width: 800px) {
  #jobs .job-single .first-row .section-title-left .specialisation{
    width:100%;
  }
  #jobs .job-single .first-row .show-hidden{
    float:none;
    width:100%;
  }
}

@media screen and (max-width: 768px) {
  .slider-style-one .main-slider-img-text .slider-content-box {
    padding: 130px 0px 150px 0px; }
  .site-info-content {
    top: 0;
    margin-bottom: 40px; }
  .section-title-left h2 {
    font-size: 36px; }
  .feature-slide-icon-text .feature-slide-text{
    height:220px !important;
  }
  .sector-section .sector-img-text {
    max-width: 70%;
    margin: 0 15% 40px 15%;}
  .feature-style-two .features-call-action {
    padding: 50px 85px;}
  .feature-style-two .features-call-action:after {
    display: none;}
  .service-details-section .service-single-content .service-details-img-pair{
    display: none;
  }
  .sector-project-img-text .sector-project-text{
    height: 170px;
    }
  }

@media screen and (max-width: 750px) {
  .project-section .project-subtitle .link-btn {
    float:none;
    width: 60%;
    text-align: left;
    margin-left: 10px;
  }
}

@media screen and (max-width: 700px){
  .feature-slide-icon-text .feature-slide-text{
    height:160px !important;
  }
  .service-details-section #service-side-bar, #project #project-side-bar{
    max-width: 80%;
    margin: 0 10%;}
}

@media screen and (max-width: 680px) {
  .slider-style-one .main-slider-img-text .slider-content-box h1 {
    font-size: 35px; }
  .slider-style-one .main-slider-img-text .slider-content-box .slide-btn-1 a:nth-child(1),
  .slider-style-one .slide-type-two .slider-content-box .slide-btn-1 a:nth-child(2) {
    height: 40px;
    width: 150px;
    line-height: 40px; }
    .slider-style-one .main-slider-img-text .slider-content-box .slide-btn-1 a:nth-child(1) i,
    .slider-style-one .slide-type-two .slider-content-box .slide-btn-1 a:nth-child(2) i {
      display: none !important; }
  .slider-style-one .main-slider-img-text .slider-content-box p {
    font-size: 18px; }
  .slider-style-one .main-slider-img-text .slider-content-box .slide-btn-1 a:nth-child(2) {
    font-size: 16px; }
  .blog-section .blog-post-content .blog-post-item {
    width: 100%;
    max-width: 350px;
    margin-bottom: 30px; }
  .service-details-img-pair img {
    margin-bottom: 30px; }
  .service-details-section .service-single-content h3 {
    font-size: 30px; }
  .service-details-section .service-single-content .service-single-icon-text .site-info-icon-text {
    width: 100%; }
  .blog-details-page .blog-single-img img {
    margin-bottom: 30px; }
  .blog-details-page h3 {
    font-size: 24px; }
  .blog-details-text-content h2 {
    font-size: 30px; }
  .blog-details-text-content .blog-share {
    float: none !important;
    margin-top: 20px; }
  .feature-style-two .features-call-action {
    padding: 50px;}
  .service-sidebar-widget .service-cat-widget li:hover:after{
    width: 80%;
    margin-left: 10%;
    left: 0;
  }
  .sector-project-img-text .sector-project-text h3,  .sector-project-img-text .sector-project-text p {
    font-size: 14px;
    }
}

@media screen and (max-width: 550px) {
  .sector-project-img-text .sector-project-text{
    height: 145px;
    }
  .sector-project-img-text .sector-project-text h3,  .sector-project-img-text .sector-project-text p {
    font-size: 12px;
    }
  .single-call-action .call-icon-bg {
    visibility: hidden;
  }
}

@media screen and (max-width: 500px){
  .single-call-action .single-call-content {
    padding-left: 0;
  }
  .feature-style-two .features-call-action {
    padding: 30px;}
  .service-sidebar-widget .service-cat-widget li:hover:after{
    width: 90%;
    margin-left: 5%;
    left: 0;
  }
  .breadcrumb-section .container{
    padding-left: 10px;
  }
}

@media screen and (max-width: 480px) {
  .slider-style-one .main-slider-img-text .slider-content-box h1 {
    font-size: 28px; }
  .site-info-icon-text {
    width: 100%; }
  .section-title-left h2 {
    font-size: 26px; }
  .section-title-middle h2 {
    font-size: 26px; }
  .features-icon-text {
    margin-bottom: 60px; }
  .about-section {
    padding-bottom: 50px; }
  .features-section {
    padding: 50px 0px; }
  .service-content .service-pic-text {
    width: 100%; }
  .sector-section {
    padding: 50px 0px; }
  .consaltation-section .consaltation-content .consaltation-icon {
    display: none; }
  .mission-area {
    padding: 40px;
    top: 0; }
  .expertise-section {
    padding: 50px 0px; }
  .testimonial-section {
    padding-bottom: 50px; }
  .blog-section {
    padding: 50px 0px; }
  .newslatter-section {
    top: 0;
    margin-bottom: 30px; }
  .footer-contact-info {
    padding-bottom: 20px;
    margin-bottom: 40px; }
  .blog-section .blog-left-content .blog-text-details .b-read-more-btn {
    height: 40px;
    width: 150px;
    line-height: 40px; }
    .blog-section .blog-left-content .blog-text-details .b-read-more-btn img {
      display: none; }
  .project-section .grid-item-width {
    width: 100%;
    max-width: 360px; }
  .sector-section .sector-img-text .sector-title{
    height: 114px;
    }
  .single-call-action {
    padding:30px;
    }
  .sector-project-img-text .sector-project-text h3,  .sector-project-img-text .sector-project-text p {
    font-size: 10px;
    }
  .project-detail-section .project-page-nav .page-nav-button a{
    width:35px;
    height:35px;
    line-height: 35px;
  }
  }

@media screen and (max-width: 430px) {
  .slider-style-one .main-slider-img-text .slider-content-box h1 {
    font-size: 28px; }
  .slider-style-one .main-slider-img-text .slider-content-box .slide-btn-1 a:nth-child(2) {
    margin-left: 10px; }
  .project-section {
    padding: 50px 0px; }
  .mission-area .mission-text .section-title-left h2 {
    font-size: 26px; }
  .site-info-icon-text .site-info-text h3 {
    font-size: 20px; }
  .site-info-icon-text .site-info-icon svg {
    height: 55px; }
  .newslatter-section .newslatter-content .newslatter-form .nws-button button {
    width: 150px; }
    .newslatter-section .newslatter-content .newslatter-form .nws-button button img {
      display: none; }
  .driven-solution-section {
    padding: 50px 0px; }
    .features-icon-text .features-hover-content .features-hover-text p {
      font-size: 14px;}
    .features-icon-text .features-hover-content .features-hover-text .fh-more {
      margin-top: 20px; }
      .features-icon-text .features-hover-content .features-hover-text .fh-more a {
        font-size: 14px; }
  .about-counter .about-counter-text-number .counter-number h4 {
    font-size: 30px; }
  .about-counter .about-counter-text-number .counter-number strong {
    font-size: 24px; }
  .about-counter .about-counter-text-number .counter-icon {
    margin-right: 10px; }
  .feature-style-two .features-call-action .feature-call-content h3 {
    font-size: 22px; }
  .single-call-action .single-call-content h3 {
    font-size: 22px; }
  .project-section .grid-item-width2 {
    width: 100%; }
  .feature-style-two .features-call-action {
    bottom: 0;}
  .single-call-action {
    bottom: 0; }
  .eltron-info-section .info-content {
    bottom: 0; }
  .eltron-info-section .info-content {
    padding: 60px 30px; }
  .eltron-info-section .eltron-info-icon-text {
    width: 100%;
    margin-bottom: 30px; }
  .eltron-info-section .eltron-info-text span {
    font-size: 22px; }
  .eltron-team-section {
    padding: 50px 0px 0px; }
  .team-member-box {
    margin-bottom: 80px; }
  .driven-solution-section .driven-text-content {
    padding-bottom: 40px; }
  .blog-section .blog-post-content .blog-post-item h3 {
    font-size: 18px; }
  .breadcrumb-section {
    padding: 130px 0px 50px 0px; }
  .breadcrumb-section .breadcrumb-title {
    font-size: 40px; }
  .about-page-about {
    padding: 50px 0px; }
  .about-page-testimonial {
    padding-top: 50px; }
  .service-counter-section .service-counter-content .col-lg-3:nth-child(2) .about-counter-text-number {
    padding-left: 0; }
  .service-counter-section .service-counter-content .col-lg-3:nth-child(3) .about-counter-text-number {
    padding-left: 0; }
  .service-counter-section .service-counter-content .col-lg-3:nth-child(4) .about-counter-text-number {
    padding-left: 0; }
  .service-counter-section .about-counter .about-counter-text-number {
    margin-bottom: 30px; }
  .service-counter-section {
    padding-bottom: 40px; }
  .feature-style-two {
    padding: 50px 0px; }
  .partner-section {
    padding: 40px 0px 40px; }
  .blog-page-area-section .blog-post-thumbnile-text .blog-post-text h3 {
    font-size: 30px; }
  .blog-page-area-section .blog-post-thumbnile-text .blog-featured-post .post-featured-link a {
    font-size: 18px; }
  .blog-page-area-section .blog-post-thumbnile-text .blog-featured-post .post-featured-link-icon {
    display: none; }
  .blog-sidebar {
    margin-bottom: 40px; }
  .contact-page-section .contact-form-text h3 {
    font-size: 30px; }
  .contact-page-section .el-contact-form h3 {
    font-size: 30px; }
  .contact-page-section {
    padding: 50px 0px; }
  .breadcrumb-section .breadcrumb-title {
    font-size: 30px; }
  .breadcrumb-section .breadcrumb-title:before {
    top: 10px;
    content: '';
    left: -35px; }
  .service-details-section {
    padding: 50px 0px; }
  .service-sidebar-widget .service-cat-widget .widget-title {
    font-size: 20px; }
  .service-sidebar-widget .service-cat-widget li{
    line-height: normal;
    padding-top: 10px;
  }
  #jobs .job-single .first-row .section-title-left .job-title{
    font-size: 25px;
  }
  #jobs .job-single .first-row .section-title-left .specialisation{
    font-size: 15px;
  }
}

@media screen and (max-width: 380px) {
  .slider-style-one .main-slider-img-text .slider-content-box h1 {
    font-size: 28px; }
  .slider-style-one .main-slider-img-text .slider-content-box .slide-btn-1 a:nth-child(2) {
    display: block;
    margin: 0 auto;
    margin-top: 30px; }
  .slider-style-one .main-slider-img-text .slider-content-box .slide-btn-1 a:nth-child(2):after {
    display: none; }
    .slider-style-one .main-slider-img-text .slider-content-box p {
      font-size: 14px; }
  .section-title-middle h2 {
    font-size: 24px; }
  .newslatter-section .newslatter-content .newslatter-icon {
    display: none; }
  .newslatter-section .newslatter-content .newslatter-text {
    padding-left: 10px; }
  .newslatter-section .newslatter-content .newslatter-form .nws-button {
    position: static !important;
    margin: 10px 0px; }
  .newslatter-section .newslatter-content .newslatter-form {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 10px; }
  .about-counter .about-counter-text-number {
    width: 100%;
    margin-bottom: 40px; }
  .sector-project-img-text .sector-project-text p {
    font-size: 8px;
    }
  .sector-project-img-text .sector-project-text{
    height: 125px;
    }}

@media screen and (max-width: 320px) {
  .slider-style-one .main-slider-img-text .slider-content-box h1 {
    font-size: 22px;
  font-weight: 600;}
  .driven-solution-section .driven-text .about-btn img {
    display: none; }
  .features-icon-text .features-hover-content {
    padding: 35px 30px;
  }
  .features-icon-text .features-hover-content .features-hover-text p {
      font-size: 14px;}
  .features-icon-text .features-hover-content .features-hover-text .fh-more {
      margin-top: 15px; }
  .features-icon-text .features-hover-content .features-hover-text .fh-more a {
        font-size: 14px; }
  .about-counter .about-counter-text-number .counter-number h4 {
    font-size: 24px; }
  .about-counter .about-counter-text-number .counter-icon img {
    height: 30px; }
  .section-title-left h2 {
    font-size: 20px; }
  .feature-style-two .features-call-action .feature-call-content a img {
    display: none; }
  .single-call-action .single-call-content a img {
    display: none; }
  .project-section .project-img:after, .blog-section .blog-post-content .blog-post-pic:after {
    display: none; }
  .feature-slide-icon-text .feature-slide-text{
      height:200px !important;
    }}

/*---------------------------------------------------- */




.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;
}

.contact-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:12px;
	color:#ff0000;
	font-weight:500;
}
