@font-face {
    font-family: 'century_gothicregular';
    src: url('../fonts/gothic-webfont.eot');
    src: url('../fonts/gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gothic-webfont.woff2') format('woff2'),
         url('../fonts/gothic-webfont.woff') format('woff'),
         url('../fonts/gothic-webfont.ttf') format('truetype'),
         url('../fonts/gothic-webfont.svg#century_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'century_gothicbold';
    src: url('../fonts/gothicb-webfont.eot');
    src: url('../fonts/gothicb-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gothicb-webfont.woff2') format('woff2'),
         url('../fonts/gothicb-webfont.woff') format('woff'),
         url('../fonts/gothicb-webfont.ttf') format('truetype'),
         url('../fonts/gothicb-webfont.svg#century_gothicbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*
@font-face {
  font-family: 'Calibri';
  src: url("../fonts/Calibri-Light.eot");
  src: url("../fonts/Calibri-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Calibri-Light.woff") format("woff"), url("../fonts/Calibri-Light.ttf") format("truetype"), url("../fonts/Calibri-Light.svg#Calibri-Light") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Calibri';
  src: url("../fonts/Calibri.eot");
  src: url("../fonts/Calibri.eot?#iefix") format("embedded-opentype"), url("../fonts/Calibri.ttf") format("truetype"), url("../fonts/Calibri.svg#Calibri") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Calibri';
  src: url("../fonts/Calibri-Bold.eot");
  src: url("../fonts/Calibri-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Calibri-Bold.ttf") format("truetype"), url("../fonts/Calibri-Bold.svg#Calibri-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Helvetica LT';
  src: url("../fonts/HelveticaLT-Black.eot");
  src: url("../fonts/HelveticaLT-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaLT-Black.ttf") format("truetype"), url("../fonts/HelveticaLT-Black.svg#HelveticaLT-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap; } */
p {
  text-align: justify;
  line-height: 24px; }

body {
  color: #404041;
  font-family: 'century_gothicregular';
  font-weight: normal;
  font-size: 15px;
  margin: 0px;
  padding: 0px;
  scrollbar-face-color: #0A4C95;
  scrollbar-highlight-color: #84b3c1;
  scrollbar-track-color: #C2D2E4;
  scrollbar-arrow-color: #1b73b2; }


.hsys899{ margin-bottom: 50px;}

  @media screen and (max-width: 930px) {
    body {
      margin-top: 0%; } }
  @media screen and (max-width: 768px) {
    body {
      font-size: 17px; } }

::-webkit-scrollbar {
  width: 5px;
  height: 5px; }

::-webkit-scrollbar-track-piece {
  background-color: #CCC; }

::-webkit-scrollbar-thumb:vertical {
  height: 30px;
  background-color: #333; }

::selection {
  background: #593027;
  color: #FFF; }

::-moz-selection {
  background: #593027;
  color: #FFF; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'century_gothicbold';
  margin: 0; }

a {
  text-decoration: none;
  transition: background 0.4s, color 0.7s ease-out;
  -o-transition: color 0.7s ease-out;
  -moz-transition: background 0.4s, color 0.7s ease-out;
  -webkit-transition: background 0.4s, color 0.7s ease-out;
  color: #000; }

ul {
  text-decoration: none;
  list-style: none;
  margin: 0;
  padding: 0; }
  ul li {
    text-decoration: none;
    list-style: none; }

iframe {
  border: 0px; }

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0px; }

center {
  max-width: 1190px;
  width: 90%;
  margin: 0 auto;
  text-align: left;
  display: table; }
  @media screen and (min-width: 1200px) {
    center {
      max-width: inherit; } }
  @media screen and (max-width: 768px) {
    center#service-mid h1 {
      font-size: 20px; } }
  @media screen and (max-width: 768px) {
    center#service-mid {
      width: 76%;
      padding: 0% 12%; } }
  @media screen and (max-width: 1024px) {
    center {
      width: 92%;
      position: relative; } }
  center.news figure {
    margin: 0;
    width: 46%;
    float: left;
    margin: 20px 2%; }
    @media screen and (max-width: 600px) {
      center.news figure {
        width: 96%; } }
    center.news figure img {
      width: 100%; }
  @media screen and (min-width: 930px) {
    center.news .vg {
      height: 78vh; } }
  center.news h3 {
    color: #1887c9;
    font-size: 21px;
    font-weight: 600; }
  center.news p a {
    color: #1887c9; }

header {
  background: #e6e7e8;
  width: 100%;
  height: auto;
  padding: 19px 0%;
  position: relative;
  z-index: 9; }
  @media screen and (max-width: 930px) {
    header {
      position: sticky;
      top: 0;
      z-index: 99; } }
  header .topnav {
    overflow: hidden;
    width: 80%;
    text-align: right;
    margin-top: 0px; }
    @media screen and (min-width: 1120px) {
      header .topnav {
        width: 50%; } }
    @media screen and (max-width: 930px) {
      header .topnav {
        width: 100%;
        line-height: 0;
        text-align: left; } }
    header .topnav a {
      display: inline-block;
      color: #5a5a5a;
      text-align: center;
      padding: 0px 5px;
      padding-right: 10px;
      line-height: 11px;
      text-decoration: none;
      font-size: 14px;
      text-transform: uppercase;
      border-right: 1px solid #9e9e9e; }
      @media screen and (max-width: 930px) {
        header .topnav a {
          display: none;
          line-height: normal;
          padding: 5px 0; } }
      header .topnav a#nu {
        border: 1px solid #6d6e70;
        color: #1887c9;
        margin-right: 10%; }
        @media screen and (max-width: 1130px) {
          header .topnav a#nu {
            margin-right: 2%; } }
        @media screen and (max-width: 930px) {
          header .topnav a#nu {
            margin-right: 0%;
            display: none;
            float: left;
            width: 97%;
            padding: 8px 1%;
            margin: 8px 0; } }
        @media screen and (min-width: 1120px) {
          header .topnav a#nu {
            display: none; } }
      header .topnav a#ct {
        margin-right: 0px;
        border-right: none; }
      header .topnav a:last-child {
        border-right: none; }
      @media screen and (max-width: 768px) {
        header .topnav a {
          font-size: 16px; } }
    header .topnav .active {
      color: #f28221; }
    header .topnav .icon {
      display: none; }
      @media screen and (max-width: 930px) {
        header .topnav .icon {
          float: none;
          display: block !important;
          position: absolute;
          right: 0;
          top: 0px;
          font-size: 23px !important; } }
      @media screen and (max-width: 600px) {
        header .topnav .icon {
          top: 16px; } }
    header .topnav .dropdown {
      display: inline-block;
      overflow: hidden;
      vertical-align: middle; }
      header .topnav .dropdown .dropbtn {
        font-size: 16px;
        border: none;
        outline: none;
        color: #929397;
        padding: 0px 16px;
        background-color: inherit;
        font-family: inherit;
        margin: 0; }
      header .topnav .dropdown .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1; }
        header .topnav .dropdown .dropdown-content a {
          float: none;
          color: black;
          padding: 12px 16px;
          text-decoration: none;
          display: block;
          text-align: left; }
      @media screen and (max-width: 930px) {
        header .topnav .dropdown .dropbtn {
          display: none; } }
  header .topnav a:hover, header .dropdown:hover .dropbtn {
    color: #00548e; }
  header .dropdown-content a:hover {
    color: #00548e; }
  header .dropdown:hover .dropdown-content {
    display: block; }
  header .logo {
    width: 20%;
    height: auto;
    float: left; }
	
	
	li.none676 {
    display: none;
}

.hkdhkl666 ul li b {
    color: #00538d;
}

.hkdhkl666 ul li  {
  margin-bottom:15px;
}
	
    @media screen and (min-width: 1120px) {
      header .logo {
        width: 50%; } }
    header .logo img {
      width: 100%;
      max-width: 200px; margin-top:10px; }
      @media screen and (max-width: 600px) {
        header .logo img {
          max-width: 150px; } }
    @media screen and (max-width: 930px) {
      header .logo {
        width: 70%; } }

.mid-con {
  width: auto;
  height: auto; }
  .mid-con .top-ban {
    width: 100%;
    margin: 0 auto;
    max-width: 1374px; }
    .mid-con .top-ban img {
      width: 100%; }
  .mid-con .ct-s {
    width: 100%;
    height: 10px;
    background: #000; }
  .mid-con section {
    margin: 0 auto;
    max-width: 1374px;display: flex; }
    @media screen and (min-width: 1200px) {
      .mid-con section {
        max-width: inherit; } }
    @media screen and (max-width: 768px) {
      .mid-con section {
        display: inherit; } }
    .mid-con section#sevices-bg {
      background: #e6e6e6; }
      .mid-con section#sevices-bg h1 {
        font-size: 38px;
        display: inline-block;
        margin-top: 0;
        color: #fdb927;
        text-decoration: underline; }
    .mid-con section#client-bg {
      background: #fff; }
      .mid-con section#client-bg h1 {
        text-align: center;
        color: #ffbb28;
        text-decoration: underline;
        font-size: 38px;
        margin-bottom: 10px; }
      .mid-con section#client-bg p.j {
        text-align: center;
        margin-top: 0px;
        margin-bottom: 45px;
        font-size: 18px;
        color: #362d24; }
      .mid-con section#client-bg ul {
        text-align: center; }
        .mid-con section#client-bg ul li {
          text-decoration: none;
          list-style: none;
          display: inline-block;
          width: 12%;
          text-align: center;
          font-weight: 600;
          margin: 2% 2%;
          padding: 0;
          white-space: normal; }
          @media screen and (max-width: 768px) {
            .mid-con section#client-bg ul li {
              width: 45%; } }
          .mid-con section#client-bg ul li span {
            background: #000000;
            display: inherit;
            padding: 17px 0px;
            width: 77px;
            height: 43px;
            border-radius: 100%; }
            @media screen and (max-width: 768px) {
              .mid-con section#client-bg ul li span {
                width: 109px;
                height: 69px; } }
            .mid-con section#client-bg ul li span img {
              width: 100%;
              max-width: 50px; }
              @media screen and (max-width: 768px) {
                .mid-con section#client-bg ul li span img {
                  width: 70px; } }
    .mid-con section#about #h-j {
      padding-top: 0%;
      text-align: center;
      padding-right: 1%;
      vertical-align: middle;
      width: 50%; }
      @media screen and (max-width: 768px) {
        .mid-con section#about #h-j {
          padding-right: 0%;
          text-align: center;
          width: 100%; } }
    .mid-con section#about img {
      max-width: 502px; }
    .mid-con section figure {
      position: relative;
      float: left;
      margin: 0;
      width: 50%;
      vertical-align: top;
      text-align: left; }
      @media screen and (max-width: 1000px) {
        .mid-con section figure.map {
          width: 100%;
          display: block; } }
      .mid-con section figure iframe {
        width: 100%;
        height: 100%;
        display: inherit;
        min-height: 200px; }
        @media only screen and (max-height: 768px) {
          .mid-con section figure iframe {
            min-height: 190px; } }
        @media screen and (max-width: 1000px) {
          .mid-con section figure iframe {
            width: 100%;
            display: inherit;
            min-height: 160px;
            min-width: inherit; } }
      @media screen and (max-width: 768px) {
        .mid-con section figure {
          width: 100%;
          display: inherit; } }
    .mid-con section figcaption {
      display: block;
      font-size: 15px;
      padding: 8% 7%;
      padding-bottom: 1%;
      padding-top: 10px;
      text-align: left;
      padding-right: 10%; }
      @media screen and (min-width: 1024px) {
        .mid-con section figcaption {
          height: auto; } }
      @media screen and (max-width: 768px) {
        .mid-con section figcaption {
          padding: 5% 6%;
          padding-top: 1px;
          font-size: 17px;
          margin-top: 10px; } }
      .mid-con section figcaption a {
        margin-bottom: 0px; }
        .mid-con section figcaption a:hover {
          color: #000; }
      .mid-con section figcaption ul {
        margin-bottom: 30px;
        padding-left: 17px; }
        .mid-con section figcaption ul li {
          list-style: outside;
          line-height: 24px; }
      .mid-con section figcaption#ab-io {
        padding: 10% 5% 11% 1%; }
        @media screen and (max-width: 768px) {
          .mid-con section figcaption#ab-io {
            padding: 5% 12%; } }
        .mid-con section figcaption#ab-io ul {
          margin-left: 18px; }
          .mid-con section figcaption#ab-io ul li {
            list-style: disc; }
        .mid-con section figcaption#ab-io h1 {
          color: #fdb927;
          font-size: 20px;
          margin-bottom: 0; }
        .mid-con section figcaption#ab-io p.liu {
          margin: 0;
          padding: 0; }
        .mid-con section figcaption#ab-io strong {
          color: #fdb927; }
      .mid-con section figcaption .ds {
        margin-left: -15%;
        width: 110%; }
        @media screen and (max-width: 930px) {
          .mid-con section figcaption .ds {
            margin-left: 0%;
            width: 100%; } }
        .mid-con section figcaption .ds h1 {
          color: #ffffff;
          background: rgba(21, 38, 78, 0.8);
          font-size: 30px;
          text-align: left;
          margin: 0px;
          line-height: 36px;
          margin-bottom: 1px;
          display: table;
          font-weight: 100;
          padding: 10px 20px;
          position: relative; }
          @media screen and (max-width: 400px) {
            .mid-con section figcaption .ds h1 {
              font-size: 26px;
              line-height: 30px; } }
          @media screen and (max-width: 930px) {
            .mid-con section figcaption .ds h1 {
              display: block; } }
          .mid-con section figcaption .ds h1:after {
            content: '';
            background: rgba(21, 38, 78, 0.8);
            width: 100px;
            height: 56px;
            display: block;
            position: absolute;
            right: -100px;
            bottom: 0; }
            @media screen and (max-width: 930px) {
              .mid-con section figcaption .ds h1:after {
                right: -20%;
                width: 20%;
                display: none; } }
            @media screen and (max-width: 768px) {
              .mid-con section figcaption .ds h1:after {
                right: 0%;
                width: 0%;
                display: none; } }
        .mid-con section figcaption .ds h6 {
          color: #ffffff;
          background: rgba(24, 135, 201, 0.7);
          font-size: 21px;
          text-align: left;
          padding: 10px 20px;
          margin: 0px;
          line-height: 24px;
          margin-bottom: 1px;
          font-weight: 400; }
          .mid-con section figcaption .ds h6.vgeee {
            line-height: 31px; }
      .mid-con section figcaption h4 {
        color: #1887c9;
        font-weight: 600;
        margin-bottom: 5px;
        line-height: normal; }
      .mid-con section figcaption p {
        margin: 0px;
        margin-bottom: 30px;
        line-height: 20px; }
      .mid-con section figcaption .testi1 {
        width: 46%;
        float: left;
        margin: 1% 2%;
        border-bottom: 9px solid #8ed6f7;
        padding-bottom: 20px; }
        @media screen and (max-width: 600px) {
          .mid-con section figcaption .testi1 {
            width: 100%;
            float: left;
            margin: 0%;
            margin-bottom: 50px; } }
        .mid-con section figcaption .testi1 p {
          margin-bottom: 20px; }
      .mid-con section figcaption p {
        line-height: normal;
        text-align: justify; }
      .mid-con section figcaption .lok {
        margin-top: 50px; }
        @media screen and (min-width: 1024px) {
          .mid-con section figcaption .lok {
            position: absolute;
            bottom: 0; } }
        .mid-con section figcaption .lok h3 {
          font-weight: 700; }
      .mid-con section figcaption .certified {
        margin-top: 10px;
        display: inline-block; }
        .mid-con section figcaption .certified img {
          width: 160px; }
      .mid-con section figcaption#hgyu {
        padding: 12% 12%; }
      .mid-con section figcaption.cyd {
        padding-top: 8% !important; }
        .mid-con section figcaption.cyd a {
          color: #fff; }
          .mid-con section figcaption.cyd a span {
            background: #ffbb28;
            width: 25px;
            height: 15px;
            padding-top: 5px;
            padding-bottom: 5px;
            display: inline-block;
            border-radius: 40px;
            text-align: center;
            margin-right: 10px; }
            .mid-con section figcaption.cyd a span img {
              width: 10px; }

#blue {
  background-color: #00144f; }
  #blue p {
    color: #ffffff;
    text-align: justify; }

#orange {
  background: #fd7d02 url(../images/map.jpg) no-repeat left top;
  color: #ffffff; }
  @media screen and (max-width: 1000px) {
    #orange {
      width: 100%;
      display: block; } }
  #orange h1 {
    color: #ffffff;
    margin-bottom: 4px; }
  #orange figcaption {
    padding: 10% 27% 4% 29%; }
    @media screen and (max-width: 1300px) {
      #orange figcaption {
        padding: 10% 9% 4% 9%; } }

#yellow-bg {
  background-color: #f2a521; }
  #yellow-bg p {
    color: #ffffff; }

@media screen and (max-width: 768px) {
  .ct-ijj img {
    display: none; } }
@media screen and (max-width: 1374px) {
  .ct-ijj {
    height: auto;
    background: url(../images/map.jpg) repeat top center;
    border-radius: 0px 0px 150px 0px; } }
@media screen and (max-width: 768px) {
  .ct-ijj {
    border-radius: 0px 0px 0px 0px; } }

#gray-bg {
  width: 50%;
  position: relative; text-align:center; }
  @media only screen and (max-height: 768px) {
    #gray-bg {
      height: auto;
      line-height: 0;
      overflow: hidden;
      border-radius: 0px 0px 0px 0px; } }
  @media screen and (max-width: 768px) {
    #gray-bg {
      height: auto;
      overflow: inherit;
      border-radius: 0px 0px 0px 0px;
      width: 100%;
      float: none;
      margin: 0 auto;
      margin-top: 0%; } }
  #gray-bg img {
    border-radius: 0px 0px 0px 0px;
    width: 100%; }
#djdjdjk { text-align:center; }

#djdjdjk img {width:100%; max-width: 507px;}

    @media screen and (min-width: 1200px) {

#djdjdjk img{max-width: 507px; }

      #gray-bg img {
        max-width: inherit; } }
    @media screen and (max-width: 768px) {
      #gray-bg img {
        border-radius: 0px 0px 0px 0px;
        max-width: inherit;
        width: 100%; } }
    @media screen and (min-width: 1200px) {
      #gray-bg img.c8222 {
        margin-top: -65px; } }
  #gray-bg h1 {
    color: #ffffff;
    background: rgba(21, 38, 78, 0.8);
    font-size: 30px;
    text-align: right;
    margin: 0px;
    line-height: 36px;
    margin-bottom: 1px;
    display: inline-block;
    font-weight: 100;
    padding: 10px 20px;
    position: absolute;
    top: 70px;
    right: 0;
    padding-left: 0; }
    #gray-bg h1:after {
      content: '';
      background: rgba(21, 38, 78, 0.8);
      width: 100px;
      height: 56px;
      display: block;
      position: absolute;
      left: -100px;
      bottom: 0; }
      @media screen and (max-width: 930px) {
        #gray-bg h1:after {
          left: -20%;
          width: 20%; } }
      @media screen and (max-width: 768px) {
        #gray-bg h1:after {
          right: 0%;
          width: 0%;
          display: none; } }
    @media screen and (max-width: 930px) {
      #gray-bg h1 {
        display: none; } }
    #gray-bg h1.gj555 {
      top: 127px; }

@media screen and (max-width: 930px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none; } }
@media screen and (max-width: 930px) {
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    border: none; }

  .topnav.responsive .dropdown {
    float: none;
    display: block; }

  .topnav.responsive .dropdown-content {
    position: relative; }

  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
    line-height: normal;
    padding: 11px 0; } }
.ng-scope ul li a {
  font-size: 15px;
  padding: 10px 0;
  display: block; }
  @media screen and (max-width: 930px) {
    .ng-scope ul li a {
      font-size: 15px; } }

.accordionWrap {
  list-style: none;
  padding: 0;
  width: 100%; }
  .accordionWrap a {
    display: block;
        font-family: 'century_gothicbold';
    color: #484848;
    cursor: pointer;
    padding: 10px;
    text-decoration: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px; }
    .accordionWrap a.active {
      color: #00a5ec;
      -moz-border-radius: 5px 5px 0 0;
      -webkit-border-radius: 5px 5px 0 0;
      border-radius: 5px 5px 0 0; }
  .accordionWrap .accordion-block {
    border: snone;
    border-radius: 0px;
    margin-bottom: 0px; }
  .accordionWrap .content {
    list-style: none;
    padding: 10px;
    display: none; }
    .accordionWrap .content .colmn-6 {
      width: 50%;
      display: table-cell;
      padding-right: 5%; }
      @media screen and (max-width: 768px) {
        .accordionWrap .content .colmn-6 {
          width: 100%;
          display: block;
          padding-right: 0%; } }
      .accordionWrap .content .colmn-6 ul {
        margin-left: 28px; }
        .accordionWrap .content .colmn-6 ul li {
          list-style: square;
          margin-bottom: 15px;
          font-size: 14px;
          line-height: 20px; }
  .accordionWrap .active-block .content {
    display: block; }

.accordionWrap a:after,
.accordionWrap a.active:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #7c7c7c;
  float: left;
  margin: 5px;
  margin-top: 8px; }

.accordionWrap a.active:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #00a5ec;
  border-top-style: hidden; }

footer {
  background: #00548e;
  width: 100%;
  padding: 7px 0px;
  margin: 0 auto;
  margin-top: 50px;
  bottom: 0;
  left: 0;
  right: 0; }
  footer ul {
    margin: 0;
    padding: 0;
    display: inline-table;
    margin-right: 2%;
    vertical-align: top;
    margin-left: 2%;
    margin-bottom: 2%;
    width: auto; }
    footer ul.poi {
      margin-right: 5%; }
    footer ul.iii {
      margin-top: 59px; }
    footer ul li {
      margin: 0;
      padding: 0;
      list-style: none;
      color: #ffbb28; }
      footer ul li.kls {
        font-size: 24px;
        text-decoration-line: underline;
        margin-bottom: 10px; }
      footer ul li.tr544 {
        margin-top: 58px; }
      footer ul li a {
        margin: 0;
        padding: 0;
        text-decoration: none;
        font-size: 12px;
        color: #FFF;
        margin-left: 0;
        -webkit-transition: all 0.30s ease-out;
        -moz-transition: all 0.30s ease-out;
        position: relative;
        -ms-transition: all 0.30s ease-out;
        -o-transition: all 0.30s ease-out;
        transition: all 0.30s ease-out; }
        footer ul li a:hover {
          color: #fdb927; }
        footer ul li a:before {
          content: '';
          background: url(../images/arrow.png) no-repeat center;
          display: block;
          width: 6px;
          height: 9px;
          position: absolute;
          left: -10px;
          top: 16px; }
  footer .copy-right {
    color: #fff; }
    @media screen and (max-width: 600px) {
      footer .copy-right {
        font-size: 12px;
        padding: 10px 0; } }
    footer .copy-right a {
      color: #fff; }
      footer .copy-right a:hover {
        color: #fdb927; }
    footer .copy-right span.copy-right1 a {
      color: #fff; }
    @media screen and (min-width: 768px) {
      footer .copy-right span.copy-right1 {
        float: right; } }
  footer .f-bu {
    display: none; }
    @media screen and (max-width: 768px) {
      footer .f-bu {
        display: block; } }

#slides {
  display: none; }
  #slides .slidesjs-navigation {
    display: none; }
  #slides .slidesjs-pagination {
    display: none; }

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4); }

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #ffffff;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  max-width: 800px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s; }
  .modal-content h1:after {
    display: block !important; }

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }
/* The Close Button */
.close {
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background: rgba(21, 38, 78, 0.8);
  width: 35px;
  text-align: center; }

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer; }

.modal-header {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99; }

.modal-body {
  padding: 2%; }
  .modal-body #gray-bg {
    height: auto;
    overflow: inherit;
    border-radius: 0px 0px 0px 0px; }
    .modal-body #gray-bg img {
      border-radius: 0px 0px 0px 0px; }
  @media screen and (min-width: 930px) {
    .modal-body .vg {
      height: 23vh; } }
  .modal-body figcaption {
    padding-right: 5% !important; }

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white; }

.vg {
  margin-top: 20px; }
  @media screen and (min-width: 930px) {
    .vg {
      position: sticky;
      height: 47vh; } }
  @media screen and (min-width: 930px) {
    .vg .tyyy {
      max-height: calc(98% - 2rem);
      overflow-y: auto;
      padding-right: 2%; } }

#serv p {
  margin-bottom: 0px; }

#clit ul {
  width: 46%;
  float: left; }
  @media screen and (max-width: 600px) {
    #clit ul {
      width: 100%;
      margin-bottom: 0px; } }

#gallery .gallery-123 img {
  width: 30%;
  margin-right: 4%; }
  @media screen and (max-width: 600px) {
    #gallery .gallery-123 img {
      width: 100%;
      margin-right: 0%; } }
#gallery h4 {
  color: #1887c9;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: normal; }
#gallery hr {
  margin: 50px 0; }

.ctyhhh {
  width: 50%;
  float: left; }
  @media screen and (max-width: 600px) {
    .ctyhhh {
      width: 100%; } }

#bnhhh {
  width: 48%;
  margin-right: 2%; }
  @media screen and (max-width: 600px) {
    #bnhhh {
      width: 100%; } }

#ab098 .ds {
  margin-left: -7.1%;
  width: 103%; }

#ab098 section { margin-bottom: 30px;}

  @media screen and (max-width: 930px) {
    #ab098 .ds {
      margin-left: 0%;
      width: 100%; } }
  #ab098 .ds h1 {
    display: none; }
    @media screen and (max-width: 930px) {
      #ab098 .ds h1 {
        display: block; } }

.ser-im img {
  width: 100%;
  max-width: 451px; }

#gallery .gallery-123 img:nth-child(3n+0) {
  margin-right: 0%; }

center.news figure.n-d {
  width: 100%;
  float: left;
  margin: 20px 0%; }

.map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 5% 10%; }
  @media screen and (max-width: 768px) {
    .map {
      position: inherit;
      padding: 5% 5%; } }
  .map .map-8 {
    margin: 4% 0%; }
  .map h4 {
    color: #fff;
    text-transform: capitalize;
    text-transform: uppercase;
    margin-bottom: 5px; }

.back a {
  background: rgba(24, 135, 201, 0.7);
  color: #ffffff;
  padding: 6px 10px; }

#hh77 {
  display: none;
  border: 1px solid #6d6e70;
  color: #1887c9;
  text-align: center;
  padding: 1px 5px;
  text-decoration: none;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  float: right;
  margin-top: 34px; }
  @media screen and (max-width: 600px) {
    #hh77 {
      font-size: 11px;
      padding: 1px 2px; } }
  @media screen and (max-width: 930px) {
    #hh77 {
      display: block;
      margin-top: 20px; } }
  @media screen and (min-width: 1120px) {
    #hh77 {
      display: block; } }
  @media screen and (max-width: 400px) {
    #hh77 {
      font-size: 12px;
      margin-top: 5px;
      margin-bottom: 5px;
      padding: 1px 2px;
      float: left; } }

.social {
  margin-bottom: 0px;
  color: #9e9e9e;
  font-size: 12px;
  float: right; }
  @media screen and (max-width: 930px) {
    .social {
      margin-top: 0px;
      display: none;
      float: left;
      width: 100%; } }
  @media screen and (min-width: 930px) {
    .social {
      margin-left: 20px; } }
  .social a {
    padding: 1px 1px;
    vertical-align: middle;
   
    
    display: inline-block;
    }
    
    @media screen and (max-width: 930px) {
      .social a {
        float: left;
        margin: 2px 2px; } }
    @media screen and (max-width: 600px) {
      .social a {
        width: 25px;
        height: 24px;
        margin: 0px 2px;
        text-align: center !important;
        padding: 2px 0 !important;
        padding-bottom: 0 !important; } }
    .social a:hover {
      filter: grayscale(0%); }
    @media screen and (max-width: 400px) {
      .social a img {
        width: 100%; } }
    @media screen and (max-width: 992px) {
      .social a {
        float: left !important; } }
    .social a img {
      width: 20px; }

.ct-opp h4 {
  color: #000000 !important; }
.ct-opp .social {
  float: left;
  width: 100%; }

.jksu {
  margin: 0;
  clear: both; }
  .jksu a {
    color: #1887c9; }
    .jksu a:hover {
      color: #000000; }

h4.s-pppp {
  color: #002a40 !important;
  text-align: center;
  width: 100%;
  max-width: 451px;
  font-size: 12px;
  margin: 10px 0; }

.lkute {
  color: #1887c9; }

.home-o footer {
  position: absolute;
  z-index: 9999; }

.bg-blue {
  background: #0066b2;
  color: #ffffff; }
  @media screen and (min-width: 1024px) {
    .bg-blue .c-31 {
      min-height: 127px; } }

.c-3 {
  clear: both;
  padding: 50px 0; }
  .c-3 .c-31 {
    padding: 0 2%;
    text-align: left;
    display: inline-block;
    vertical-align: top; }
    .c-3 .c-31:last-child {
      border-right: none;
      padding-right: 0; }
    @media screen and (min-width: 768px) {
      .c-3 .c-31:first-child {
        padding-left: 0; } }
    @media screen and (min-width: 768px) {
      .c-3 .c-31 {
        width: 29.5%;
        border-right: 1px solid #fff; } }
    @media screen and (max-width: 768px) {
      .c-3 .c-31 {
        margin: 20px 0; } }
  .c-3 .c-50 {
    float: left; }
    .c-3 .c-50:last-child {
      margin-right: 0; }
    @media screen and (min-width: 768px) {
      .c-3 .c-50 {
        width: 45%;
        margin-right: 5%; } }

.mid-c-1 {
  max-width: 1260px;
  width: 88%;
  margin: 0 auto; }

.c-s {
  padding: 50px 0; }
  .c-s .c-60 {
    float: left; }
    .c-s .c-60 .c-cont {
      width: 65%;
      float: left;
      margin-right: 3%; }
    .c-s .c-60 .c-3img {
      width: 30%;
      float: left;
      margin-right: 0;
      max-width: inherit; }
      .c-s .c-60 .c-3img img {
        width: 100%;
        max-width: 220px; }
    @media screen and (min-width: 768px) {
      .c-s .c-60 {
        width: 60%; } }
  .c-s .c-70 {
    float: left; }
    @media screen and (min-width: 768px) {
      .c-s .c-70 {
        width: 75%; } }
  .c-s .c-30 {
    width: 25%;
    float: left; }
  .c-s .c-40 {
    float: left; }
    .c-s .c-40 table {
      border: 1px solid #b5b5b5;
      border-bottom: none;
      font-size: 14px; }
      .c-s .c-40 table tr td {
        border-bottom: 1px solid #b5b5b5;
        padding: 1px 5px; }
        .c-s .c-40 table tr td.b-li {
          border-left: 1px solid #b5b5b5; }
      .c-s .c-40 table tr img {
        width: 9px;
        margin-top: 6px; }
    @media screen and (min-width: 768px) {
      .c-s .c-40 {
        width: 40%; } }

.c-3img {
  width: 25%;
  margin-right: 5%;
  float: left;
  max-width: 73px; }

.c-cont {
  width: 70%;
  float: left; }
  .c-cont p {
    margin: 0; }
  .c-cont h5 {
    font-size: 18px;
    color: #98c53c;
    font-weight: bold; }

.bg-green {
  background: #7fb438;
  color: #ffffff; }

.bg-light-blue {
  background: #acd2ef; }

h1 {
  color: #00548e;
  font-size: 21px;
  margin: 13px 0;
  font-weight: bold; }

#board-director .c-31 h5 {
  font-size: 17px;
  font-weight: 700;
  margin: 15px 0 0 0; }
#board-director .c-31 p {
  margin: 0;
  text-align: justify; }
#board-director .c-31 .jki img {
  width: 100%; }
@media screen and (min-width: 1024px) {
  #board-director .c-31 {
    min-height: 459px;
    border-right: 1px solid #b5b5b5; } }
#board-director h1 {
  color: #0066b2; }

.ddds h2 {
  font-size: 21px;
  margin: 13px 0;
  font-weight: bold; }
.ddds ul {
  margin-left: 15px; }
  .ddds ul li {
    list-style: disc; }

.p-b {
  margin-top: 40px; }
  .p-b ul li {
    text-align: center;
    width: 14%;
    display: inline-block;
    vertical-align: top;
    position: relative; }
    .p-b ul li i {
      clear: both;
      display: block; }
    .p-b ul li:after {
      content: '';
      background: url("../images/ar-w.png") no-repeat center;
      width: 21px;
      height: 35px;
      position: absolute;
      right: -7px;
      top: 17px; }
      @media screen and (max-width: 768px) {
        .p-b ul li:after {
          position: inherit;
          right: 0;
          top: 0;
          display: block;
          margin: 30px auto;
          transform: rotate(90deg); } }
    .p-b ul li:last-child:after {
      display: none; }
    @media screen and (max-width: 768px) {
      .p-b ul li {
        width: 100%; } }

#bg-audit-bene, #bg-solar-bene {
  margin-top: 0; }
  #bg-audit-bene h5, #bg-solar-bene h5 {
    color: #0066b2; }
  #bg-audit-bene .ssss, #bg-solar-bene .ssss {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 25px; }
    #bg-audit-bene .ssss .c-3img, #bg-solar-bene .ssss .c-3img {
      width: 10%;
      margin-right: 2%;
      max-width: 40px; }
      #bg-audit-bene .ssss .c-3img img, #bg-solar-bene .ssss .c-3img img {
        width: 100%;
        max-width: 37px; }
    #bg-audit-bene .ssss .c-cont, #bg-solar-bene .ssss .c-cont {
      width: 88%; }

.hedldl {
  text-align: center;
  margin-bottom: 25px;
  border-bottom: 1px solid #fff; }
  .hedldl h2 {
    font-size: 36px; }
  .hedldl p {
    margin-top: 0;
    text-align: center; }

#optimize-enegy h5 {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0; }
#optimize-enegy p {
  margin-top: 0; }
#optimize-enegy .ldo0ddd ul {
  margin-left: 15px; }
  #optimize-enegy .ldo0ddd ul li {
    list-style: disc; }

#up-arrow {
  text-align: right;
  padding: 30px 0; }
  #up-arrow .mid-c-1 {
    position: relative; }
  @media screen and (max-width: 768px) {
    #up-arrow {
      display: none; } }

#down-arrow {
  text-align: right;
  position: relative;
  padding: 10px 0;
  padding-bottom: 40px; }
  #down-arrow .mid-c-1 {
    position: relative; }
  @media screen and (max-width: 768px) {
    #down-arrow {
      display: none; } }

@media screen and (min-width: 768px) {
  #funsnn {
    padding-left: 0; } }

#lksdn {
  padding-right: 0;
  border-right: none !important; }

#bg-audit-bene .mid-c-1 {
  background: url("../images/benefits.png") no-repeat bottom 10px right 10%; }
  @media screen and (max-width: 768px) {
    #bg-audit-bene .mid-c-1 {
      padding-bottom: 200px; } }
  @media screen and (max-width: 600px) {
    #bg-audit-bene .mid-c-1 {
      background-size: contain; } }

#bg-solar-bene {
  background: url("../images/benefits-1.jpg") no-repeat bottom right 10%;
  padding-bottom: 140px; }
  @media screen and (max-width: 768px) {
    #bg-solar-bene {
      padding-bottom: 50%; } }
  @media screen and (max-width: 600px) {
    #bg-solar-bene {
      background-size: contain; } }

#optimize-enegy .c-31 {
  border-right: none; }

.bg-light-blue h2 {
  color: #0066b2;
  margin-top: 20px; }

#dkkk000 {
  padding: 0; }

#skfk {
  text-align: center;
  margin-top: 10%; }

.fm input, .fm textarea {
  width: 96%;
  padding: 6px 2%;
  margin: 4px 0; }
.fm input[type="submit"], .fm button#contact_form_button {
  width: auto;
  background: #00548e;
  padding: 10px 30px;
  border: none;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase; }

.skljkjklj {
  font-size: 12px;
  line-height: 14px !important; }

.home-o #up-arrow {
  display: none; }

/*---------------character moving up & down css start-----------------*/
.up {
  position: absolute;
  top: 100px;
  right: 0;
  width: auto;
  height: auto;
  -moz-animation: jump 3s infinite ease-in-out;
  -webkit-animation: jump 3s infinite ease-in-out; }

@-moz-keyframes jump {
  0% {
    top: -5px; }
  50% {
    top: 5px; }
  100% {
    top: -5px; } }
@-webkit-keyframes jump {
  0% {
    top: -5px; }
  50% {
    top: 5px; }
  100% {
    top: -5px; } }
/*---------------character moving up & down css end-----------------*/
.cl2 .form-field {
  width: 50%;
  float: left; }
  .cl2 .form-field:first-child {
    width: 45%;
    margin-right: 5%; }

#dmkdkk {
  line-height: 0; }

#kdldkdjuii p {
  font-size: 17px; }

.vt figcaption .add {
  margin-top: 20px; }
.vt figcaption #up-arrow {
  display: none; }
  
 .banner-inner{ margin-bottom:50px;position: relative;} 
  .banner-inner img {
    width: 100%;
}

.internal-banner-content {
    position: absolute;
    top: 10%;
}

.bread {
    font-size: 18px;
    font-weight: 600;
}

#ab098 h1{font-size: 25px;margin-top: 30px;}
  
  .contact-heading {
    color: #000;
    font-family: 'century_gothicbold';
       font-size: 24px;
    line-height: normal;
}
.black-bg{ background:#404041; color:#fff;}
.black-bg h1{    color: #fff;
   font-family: 'century_gothicbold';
    
    font-size: 24px;}
	
.services-te ul{ margin-left:15px;}
 .services-te ul li{ margin-bottom:5px;list-style: disc;}
 
 .inner-sidebar ul li {
    margin-bottom: 7px;
}

.bottom-links{ border-top:10px solid #00548e; margin-top:50px; padding-top:50px;}
.bottom-links ul{ margin-left:0;}
.bottom-links ul li{ font-size:24px; color:#00548e;list-style:none; }
.bottom-links ul li a{ font-size:20px; color:#00548e; font-weight: 600; }
.google-map iframe{ width:100%; height:350px; margin-top:40px;}
  
@media screen and (min-width: 1024px) {
  .vt figcaption {
    height: auto !important; } 
	}

@media screen and (min-width: 769px) {
.width-60 {
    width: 70%;
    float: left;
}

.width-40 {
    width: 25%;
    float: left;
    margin-left: 5%;
}

}

input.error, textarea.error {
  border-color: red;
  outline: none;
  border: 1px solid red; }

label.error {
  color: red;
  font-size: 13px; }
  
  span.social a {
    display: block;
    text-align: left;
    font-size: 16px;
    text-transform: lowercase;
    border-right: none;font-weight: 600;
    color: #000;padding: 0;
    margin: 0 0 13px 0;
}
span.social a:last-child{margin-bottom:0;}

span.social a img{ vertical-align:middle;}

@media screen and (max-width: 600px) {
  #dmkdkk img {
    width: 100%; } }

br.m-bhhhh {
  display: none; }
  @media screen and (max-width: 768px) {
    br.m-bhhhh {
      display: block; } }
br.m-o00000 {
  display: block; }
  @media screen and (max-width: 768px) {
    br.m-o00000 {
      display: none; } }

.topnav.responsive .social {
  display: none; }

#ghhghgh {
  position: absolute;
  right: 40px;
  top: 19px; }


.mid-con section figcaption p:last-child {
    margin-bottom: 0;
}

.accordion {
    cursor: pointer;
    padding: 10px 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    position: relative;
    font-size: 20px;
    margin: 0px 0;
    font-weight: 700;
    color: #00548e;
    background: transparent;
    text-transform: uppercase;
  }

  .accordion.active, .accordion:hover {
    background-color: transparent;
  }

  .panel {
    padding: 0 0px;
    background-color: white;
    display: none;
    overflow: hidden;    border-bottom: 12px solid #00548e;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }

  .icon {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    font-size: 1.2em;
  }

  @media screen and (min-width: 930px) {
    #ghhghgh {
      display: none; } }
  @media screen and (max-width: 930px) {
    #ghhghgh {
      top: 30px;display: none; } }
	  
	  
	  
	 @media screen and (max-width: 768px) {
		  .internal-banner-content {
    position: inherit;
    top: 0;
}

.slider h2, .internal-banner-content h2, #ab098 h1, .contact-heading {
    font-size: 24px;
   
}

.bottom-links ul li a {
    font-size: 18px;
  
}

.services-te ul li {
    margin-bottom: 8px;
}
       
  .accordion {
    
    font-size: 16px;
    
  }

	  }
	  
  @media screen and (max-width: 600px) {
    #ghhghgh {
      top: 19px; } }

@media screen and (min-width: 550px) {
  .m-hhhh {
    display: none; } }
@media screen and (max-width: 549px) {
  .m-hhhh {
    display: block; } }

@media screen and (min-width: 550px) {
  .m-ssssss {
    display: block; } }
@media screen and (max-width: 549px) {
  .m-ssssss {
    display: none; } }

/*# sourceMappingURL=main.css.map */
