html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  font-family: 'Poppins', sans-serif;
  font-weight: 400; }

ol, ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

h1, h2, h3, h4, h5, h6, p {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word; }

.transition, .btn-gsg:hover, .navigation ul li .submenu li:hover .submenu-child, .navigation ul li:hover .submenu, .navigation ul li a:hover, .flex-control-paging li a, .flex-control-paging li a.flex-active, .gsg-news .news a:hover, .gsg-news .news:hover, footer p a:hover, footer ul li a:hover, .copyright a:hover {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-15px); } }
@-moz-keyframes bounce {
  0% {
    -webkit-transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-15px); } }
@-o-keyframes bounce {
  0% {
    -webkit-transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-15px); } }
@keyframes bounce {
  0% {
    -webkit-transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-15px); } }
.btn-gsg {
  background: #2ec9f5;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 1px;
  padding: 5px 30px;
  margin-top: 30px;
  font-weight: 500;
  display: inline-block;
  color: #ffffff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px; }
  .btn-gsg:hover {
    background: #000000;
    color: #ffffff;
    text-decoration: none; }

header {
  position: relative; }
  header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff url(../../img/gsg/top-bar.png) top center no-repeat;
    background-size: cover;
    height: 7px;
    width: 100%; }
  header .logo {
    padding: 27px 0 20px; }
    header .logo img {
      max-width: 100%; }
  header .callus {
    float: right;
    padding: 40px 0; }
    header .callus table tr td {
      vertical-align: middle;
      padding: 3px; }
    header .callus p {
      font-size: 14px;
      line-height: 20px;
      font-weight: 500; }
    header .callus h3 {
      font-size: 24px;
      line-height: 30px;
      font-weight: 600; }

.navigation {
  border-top: 1px solid #ddd; }
  .navigation .toggle-button {
    display: none; }
  .navigation ul {
    display: flex;
    display: -webkit-flex; }
    .navigation ul li {
      flex: 1;
      -webkit-flex: 1;
      position: relative; }
      .navigation ul li .submenu {
        position: absolute;
        left: 0;
        top: 100%;
        background: #ffffff;
        width: 270px;
        z-index: 9;
        display: none; }
        .navigation ul li .submenu li {
          list-style: none;
          display: block;
          position: relative; }
          .navigation ul li .submenu li .submenu-child {
            position: absolute;
            left: 100%;
            top: 0;
            background: #ffffff;
            border-left: 1px solid #2ec9f5;
            width: 300px;
            z-index: 9;
            display: none; }
          .navigation ul li .submenu li:hover .submenu-child {
            display: block; }
          .navigation ul li .submenu li a {
            font-size: 14px;
            line-height: 36px;
            text-align: center;
            display: block;
            font-weight: 500;
            color: #000000;
            text-align: left;
            padding: 0 10px;
            text-transform: capitalize;
            border-bottom: 1px solid #2ec9f5;
            text-transform: uppercase; }
            .navigation ul li .submenu li a:before {
              content: '\f0da';
              margin-right: 5px;
              color: #2ec9f5;
              font-family: 'FontAwesome'; }
            .navigation ul li .submenu li a:hover {
              color: #ffffff; }
              .navigation ul li .submenu li a:hover:before {
                color: #ffffff; }
      .navigation ul li:hover .submenu {
        display: block; }
      .navigation ul li a {
        font-size: 16px;
        line-height: 60px;
        text-align: center;
        display: block;
        font-weight: 500;
        color: #000000;
        text-transform: uppercase; }
        .navigation ul li a:hover {
          color: #ffffff;
          background: #2ec9f5;
          text-decoration: none; }
      .navigation ul li.search {
        flex-grow: 0.5; }
        .navigation ul li.search i {
          font-size: 20px; }
      .navigation ul li.contact a {
        color: #ffffff;
        background: #333333; }
      .navigation ul li.active > a {
        color: #ffffff;
        background: #2ec9f5; }

.mar_b5 {
  margin-bottom: 5px !important; }

.pad_5 {
  padding: 5px !important; }

.mar-t30 {
  margin-top: 30px; }

.mar-b100 {
  margin-bottom: 100px !important; }

#show_error {
  font-size: 12px; }

.slide {
  position: relative;
  height: 100%;
  width: 100%; }
  .slide img {
    width: 100%;
    height: 500px !important;
    object-fit: cover; }
  .slide .text {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .slide .text h2 {
      font-size: 46px;
      line-height: 50px;
      font-weight: 600;
      color: #ffffff;
      letter-spacing: 3px;
      margin-bottom: 20px;
      text-transform: uppercase; }
    .slide .text p {
      font-size: 24px;
      line-height: 36px;
      letter-spacing: 1px;
      color: #ffffff; }
    .slide .text .btn-gsg {
      background: #ffffff;
      color: #333333; }
      .slide .text .btn-gsg:hover {
        background: #2ec9f5;
        color: #ffffff; }

.slider {
  position: relative;
  display: block;
  height: 500px;
  background: #222; }
  .slider .mouse {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -17px;
    text-align: center;
    z-index: 9;
    -webkit-animation: bounce 2s infinite;
    /* Safari 4+ */
    -moz-animation: bounce 2s infinite;
    /* Fx 5+ */
    -o-animation: bounce 2s infinite;
    /* Opera 12+ */
    animation: bounce 2s infinite;
    /* IE 10+, Fx 29+ */ }

.flex-control-nav {
  width: auto;
  bottom: 40px;
  z-index: 9; }

.flex-control-paging li a {
  width: 15px;
  height: 15px;
  border: 5px solid #fff;
  background: rgba(0, 0, 0, 0.1); }

.flex-control-paging li a.flex-active {
  background: #2ec9f5;
  width: 20px; }

.gsg-protect {
  padding-top: 70px;
  position: relative; }
  .gsg-protect:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(../../img/gsg/shadow.png);
    width: 276px;
    height: 323px; }
  .gsg-protect h2 {
    font-size: 36px;
    line-height: 40px;
    color: #2ec9f5;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 20px; }
  .gsg-protect p {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 400; }
  .gsg-protect .mar-top-30 {
    margin-top: 30px;
    display: block; }
  .gsg-protect .service-section {
    display: flex;
    align-items: center;
    margin: 40px 0; }
    .gsg-protect .service-section p {
      flex: 1;
      padding-left: 10px;
      font-size: 16px;
      line-height: 24px;
      color: #000000;
      font-weight: 400; }

.gsg-service {
  background: url(/img/gsg/service-bg.jpg) no-repeat;
  background-size: cover;
  padding: 50px 0 250px; }
  .gsg-service .gsg8.disshow-mobile {
    display: none; }
  .gsg-service .disnone-mobile {
    display: none !important; }
  .gsg-service h2 {
    font-size: 36px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-align: center; }
  .gsg-service p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 400;
    text-align: center; }
    .gsg-service p.show-mobile {
      display: none !important; }
  .gsg-service .center-block {
    position: relative;
    text-align: center;
    margin-top: 100px; }
    .gsg-service .center-block .gsg1, .gsg-service .center-block .gsg2, .gsg-service .center-block .gsg7, .gsg-service .center-block .gsg3, .gsg-service .center-block .gsg6, .gsg-service .center-block .gsg4, .gsg-service .center-block .gsg5, .gsg-service .center-block .gsg8 {
      position: absolute;
      left: 30px;
      top: -30px;
      display: flex;
      align-items: center; }
      .gsg-service .center-block .gsg1 p, .gsg-service .center-block .gsg2 p, .gsg-service .center-block .gsg7 p, .gsg-service .center-block .gsg3 p, .gsg-service .center-block .gsg6 p, .gsg-service .center-block .gsg4 p, .gsg-service .center-block .gsg5 p, .gsg-service .center-block .gsg8 p {
        flex: 1;
        padding: 0 15px;
        font-size: 16px;
        line-height: 24px;
        color: #ffffff;
        font-weight: 400;
        text-align: right; }
    .gsg-service .center-block .gsg2, .gsg-service .center-block .gsg7 {
      top: 130px;
      left: 0px; }
    .gsg-service .center-block .gsg3, .gsg-service .center-block .gsg6 {
      top: 290px;
      left: 90px; }
    .gsg-service .center-block .gsg4, .gsg-service .center-block .gsg5 {
      top: 100%;
      left: 50%;
      margin-left: -170px;
      margin-top: 15px;
      display: block; }
      .gsg-service .center-block .gsg4 p, .gsg-service .center-block .gsg5 p {
        display: block;
        padding: 10px 0;
        text-align: center; }
    .gsg-service .center-block .gsg5 {
      margin-left: 20px; }
    .gsg-service .center-block .gsg6 {
      left: auto;
      right: 35px; }
      .gsg-service .center-block .gsg6 p {
        text-align: left; }
    .gsg-service .center-block .gsg7 {
      left: auto;
      right: 10px; }
      .gsg-service .center-block .gsg7 p {
        text-align: left; }
    .gsg-service .center-block .gsg8 {
      left: auto;
      right: 40px; }
      .gsg-service .center-block .gsg8 p {
        text-align: left; }

.grey-bg {
  background: #f2f2f2;
  padding: 50px 0; }
  .grey-bg h2 {
    font-size: 36px;
    line-height: 40px;
    color: #2ec9f5;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 10px; }
  .grey-bg p {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
    text-align: center; }
  .grey-bg .overlap-box {
    margin-top: 50px; }
    .grey-bg .overlap-box img {
      max-width: 100%;
      height: 300px;
      width: 100%;
      object-fit: cover; }
    .grey-bg .overlap-box .text {
      background: #ffffff;
      padding: 30px;
      width: 90%;
      position: relative;
      margin-top: -70px;
      margin-right: -90px;
      float: right;
      -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
      .grey-bg .overlap-box .text h3 {
        font-size: 20px;
        line-height: 30px;
        color: #2ec9f5;
        letter-spacing: 1px;
        margin-bottom: 10px;
        font-weight: 500;
        text-transform: uppercase; }
      .grey-bg .overlap-box .text p {
        font-size: 16px;
        line-height: 24px;
        color: #000000;
        text-align: left;
        font-weight: 400; }
      .grey-bg .overlap-box .text a {
        text-align: right;
        font-size: 16px;
        line-height: 24px;
        color: #2ec9f5;
        font-weight: 400;
        margin-top: 20px;
        display: block; }
        .grey-bg .overlap-box .text a i {
          vertical-align: baseline;
          margin-left: 5px;
          font-size: 13px; }

.gsg-news {
  padding: 50px 0; }
  .gsg-news h2 {
    font-size: 36px;
    line-height: 40px;
    color: #2ec9f5;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 10px; }
  .gsg-news p {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
    text-align: center; }
  .gsg-news .news {
    background: #fbfbfb;
    padding: 10px;
    margin-top: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
    .gsg-news .news .news-img {
      position: relative; }
      .gsg-news .news .news-img img {
        width: 100%; }
      .gsg-news .news .news-img .date {
        position: absolute;
        top: 20px;
        left: 0;
        padding: 0px 10px;
        background: #2ec9f5;
        color: #ffffff;
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 1px; }
    .gsg-news .news a {
      font-size: 18px;
      line-height: 30px;
      font-weight: 500;
      padding: 10px 5px;
      display: block;
      color: #000000; }
      .gsg-news .news a:hover {
        color: #2ec9f5;
        text-decoration: none; }
    .gsg-news .news:hover {
      position: relative;
      background: #ffffff;
      -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); }
      .gsg-news .news:hover a {
        color: #2ec9f5; }

footer {
  background: url(../../img/gsg/footer-bg.jpg) no-repeat;
  background-size: cover;
  padding: 50px 0;
  position: relative; }
  footer .to-top {
    background: #2ec9f5;
    height: 30px;
    width: 30px;
    border: 2px solid #fff;
    float: right;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    margin-top: -65px;
    cursor: pointer; }
    footer .to-top i {
      font-size: 20px;
      line-height: 24px; }
  footer h2 {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
    text-transform: uppercase; }
    footer h2.mar-top-20 {
      margin-top: 20px; }
    footer h2.mar-top-40 {
      margin-top: 40px; }
    footer h2 a {
      color: #333; }
  footer p {
    font-size: 14px;
    line-height: 32px;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 300; }
    footer p a {
      color: #000000;
      font-weight: 400;
      text-transform: uppercase; }
      footer p a:hover {
        text-decoration: none;
        color: #ffffff; }
  footer ul li {
    list-style: none;
    display: block; }
    footer ul li a {
      font-size: 14px;
      line-height: 32px;
      color: #ffffff;
      letter-spacing: 1px;
      font-weight: 300; }
      footer ul li a:before {
        content: '\f101';
        font-family: 'FontAwesome';
        margin-right: 10px; }
      footer ul li a:hover {
        color: #000000;
        text-decoration: none; }

.copyright {
  background: #02627d; }
  .copyright p {
    font-size: 14px;
    line-height: 40px;
    color: #ffffff; }
  .copyright p.text-right {
    line-height: 12px; }
  .copyright a {
    color: #ffffff;
    padding: 0 10px; }
    .copyright a:hover {
      color: #000000;
      text-decoration: none; }

/*.js #loader { display: block; position: absolute; left: 100px; top: 0; }*/
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../../img/gsg/loader.gif) center no-repeat #fff; }

.inner-banner {
  background: url(../../img/gsg/inner-bg.jpg) center no-repeat;
  position: relative;
  background-size: cover; }
  .inner-banner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%; }
  .inner-banner h1 {
    font-size: 36px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 1px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    margin: 100px 0; }
    .inner-banner h1:before {
      content: '';
      position: absolute;
      left: 0;
      top: 100%;
      background: #2ec9f5;
      width: 50px;
      height: 5px;
      transform: skew(-45deg);
      -webkit-transform: skew(-45deg);
      -ms-transform: skew(-45deg); }

.contact-form {
  padding: 50px 0;
  background: #fbfbfb; }
  .contact-form h2 {
    font-size: 36px;
    line-height: 40px;
    color: #2ec9f5;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 10px; }
  .contact-form p {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
    text-align: center; }
  .contact-form form {
    margin-top: 30px; }
    .contact-form form fieldset {
      margin-top: 25px; }
      .contact-form form fieldset label {
        font-size: 16px;
        line-height: 30px;
        font-weight: 400;
        color: #000000;
        display: block; }
        .contact-form form fieldset label sup {
          font-size: 12px;
          color: red; }
      .contact-form form fieldset input[type=text], .contact-form form fieldset select, .contact-form form fieldset textarea {
        width: 100%;
        padding: 5px 10px;
        border: 1px solid #ddd;
        outline: none;
        box-sizing: border-box;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px; }
      .contact-form form fieldset textarea {
        resize: none;
        height: 100px; }
      .contact-form form fieldset input[type=submit], .contact-form form fieldset input[type=reset] {
        margin-right: 10px;
        border: none;
        margin-top: 0; }

.office-loctions {
  padding: 50px 0; }
  .office-loctions h2 {
    font-size: 36px;
    line-height: 40px;
    color: #2ec9f5;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 10px; }
  .office-loctions h5, .office-loctions p {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
    text-align: center; }
  .office-loctions h5 {
    font-size: 16px; }
  .office-loctions h6 {
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
    position: relative; }
  .office-loctions .full-address {
    border: 1px solid #ddd;
    padding: 10px;
    margin: 15px 0;
    min-height: 140px; }

.about-us {
  padding: 50px 0; }
  .about-us h2 {
    font-size: 36px;
    line-height: 40px;
    color: #2ec9f5;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 10px; }
  .about-us p {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 400; }
    .about-us p strong {
      font-weight: 600; }
  .about-us img {
    max-width: 100%; }
  .about-us ul li {
    list-style: none;
    display: block;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
    position: relative; }
    .about-us ul li:before {
      content: '\f101';
      font-family: 'FontAwesome';
      color: #2ec9f5;
      margin-right: 5px; }
    .about-us ul li a {
      font-weight: 600;
      color: #2ec9f5; }

.news {
  padding: 50px 0; }
  .news .news-block {
    padding: 5px;
    border: 1px solid #ddd;
    margin: 15px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px; }
    .news .news-block img {
      width: 100%;
      height: 250px;
      object-fit: cover; }
    .news .news-block > a {
      display: block;
      font-size: 18px;
      line-height: 24px;
      color: #2ec9f5;
      font-weight: 600;
      margin: 10px 0 10px; }
    .news .news-block p {
      font-size: 14px;
      line-height: 24px;
      color: #000000;
      font-weight: 400; }
      .news .news-block p a {
        color: #2ec9f5;
        display: inline; }

label.control-label {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 500; }

#employee-form .form-group {
  margin-bottom: 20px; }
  #employee-form .form-group label, #employee-form .form-group label.control-label {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 500; }
  #employee-form .form-group textarea {
    width: 100%;
    resize: none; }
  #employee-form .form-group .radio label {
    margin-right: 15px;
    font-size: 14px; }
    #employee-form .form-group .radio label input[type=radio] {
      top: -3px; }

form .error {
  color: #ff0000;
  font-size: 10px; }

.help-block {
  color: #ff0000;
  font-size: 12px; }

th.education_header {
  text-align: center;
  font-weight: 600;
  padding: 10px; }

.education tbody tr td {
  padding: 10px; }

.inpt label {
  line-height: 28px;
  padding-left: 10px; }

.gsg-forms h3 {
  font-weight: 600;
  margin-bottom: 10px; }
.gsg-forms p {
  margin-bottom: 20px;
  text-align: left; }

ol#decimal li {
  margin-bottom: 20px; }

.news-detail {
  border-top: 1px solid #ddd;
  padding: 50px 0; }
  .news-detail h1 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px; }
  .news-detail img {
    display: block;
    max-width: 100%;
    max-height: 400px;
    object-fit: cover;
    margin: 0 auto; }
  .news-detail p {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
    margin-top: 20px; }

@media only screen and (max-width: 1199px) {
  .gsg-service .center-block {
    text-align: left;
    margin-top: 0; }

  .gsg-service .center-block .gsg1, .gsg-service .center-block .gsg2, .gsg-service .center-block .gsg7, .gsg-service .center-block .gsg3, .gsg-service .center-block .gsg6, .gsg-service .center-block .gsg4, .gsg-service .center-block .gsg5, .gsg-service .center-block .gsg8, .gsg-service .center-block .gsg2, .gsg-service .center-block .gsg7, .gsg-service .center-block .gsg7, .gsg-service .center-block .gsg3, .gsg-service .center-block .gsg6, .gsg-service .center-block .gsg6, .gsg-service .center-block .gsg4, .gsg-service .center-block .gsg5, .gsg-service .center-block .gsg5, .gsg-service .center-block .gsg8 {
    position: relative;
    left: 0 !important;
    top: 0 !important;
    display: block;
    align-items: left;
    margin: 0 !important;
    margin: 24px 0 !important;
    text-align: center; }
    .gsg-service .center-block .gsg1 p, .gsg-service .center-block .gsg2 p, .gsg-service .center-block .gsg7 p, .gsg-service .center-block .gsg3 p, .gsg-service .center-block .gsg6 p, .gsg-service .center-block .gsg4 p, .gsg-service .center-block .gsg5 p, .gsg-service .center-block .gsg8 p, .gsg-service .center-block .gsg2 p, .gsg-service .center-block .gsg7 p, .gsg-service .center-block .gsg7 p, .gsg-service .center-block .gsg3 p, .gsg-service .center-block .gsg6 p, .gsg-service .center-block .gsg6 p, .gsg-service .center-block .gsg4 p, .gsg-service .center-block .gsg5 p, .gsg-service .center-block .gsg5 p, .gsg-service .center-block .gsg8 p {
      text-align: center;
      margin-bottom: 15px;
      padding: 0; }

  .gsg-service .center-block img {
    margin: 0 auto !important;
    display: block; }

  .gsg-service disnone-mobile {
    display: none; }

  .disnone-mobile {
    display: block !important; }

  .disnone-mobile {
    display: none !important; }

  .right-service, .left-service {
    width: 50%;
    float: left;
    padding-top: 20px !important; }

  .right-service p {
    display: none !important; }

  .right-service p.show-mobile {
    display: block !important; }

  .left-service {
    padding-top: 18px;
    line-height: 30px; }

  .gsg-service {
    padding-bottom: 20px; } }
@media only screen and (max-width: 991px) {
  .main-nav {
    display: block;
    position: fixed;
    left: 0;
    top: 0px;
    height: 100%;
    padding-top: 60px;
    z-index: 99;
    background: url(../img/background.jpg), #fff;
    background-position: center;
    background-size: cover;
    margin-top: -1200px;
    width: 100%;
    transition: all 300ms ease-in-out; }

  .main-nav.open-nav {
    margin-top: 0; }

  .wrap-nav {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden; }

  .flex-control-nav {
    left: 12px; }

  .grey-bg .overlap-box img {
    height: auto; }

  .navigation ul li .submenu, .navigation ul li .submenu li .submenu-child {
    position: relative;
    left: 0;
    top: 100%;
    background: transparent;
    width: 100%;
    z-index: 9;
    display: block;
    border-left: none;
    padding-left: 15px; }

  .closed-nav {
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
    z-index: 9999;
    width: 100%; }

  .closed-nav i {
    display: inline-block;
    padding: 15px 20px; }

  .navigation ul li a {
    border-bottom: 1px solid #eee; }

  .navigation ul li .submenu li a, .navigation ul li .submenu li .submenu-child li a {
    border-bottom: none;
    padding-left: 20px;
    font-size: 13px;
    border-bottom: 1px solid #eee; }

  .navigation ul li .submenu li a:before {
    display: none; }

  .navigation ul li.contact a {
    background: #fff;
    color: #222; }

  .slider {
    height: auto; }

  .navigation {
    position: relative;
    background: #2f2f2f;
    padding: 8px 0; }

  .navigation ul {
    display: block; }

  .navigation ul li {
    display: block;
    flex: inherit; }

  .navigation .toggle-button {
    display: block;
    margin: 0px 0; }

  button.button-click:focus {
    outline: none; }

  .toggle-button {
    display: none;
    margin: 18px 0; }

  button.button-click {
    background: transparent;
    line-height: 32px;
    border: none;
    display: flex;
    align-items: center;
    border-radius: 3px;
    color: #feffff;
    margin: 0 0 0 auto;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    width: 100%;
    position: relative; }

  header .logo {
    padding: 12px 0 0px; }

  .button-click i {
    background: transparent;
    font-size: 22px;
    text-align: center;
    line-height: 28px;
    border-radius: 3px;
    color: #fbfeff;
    padding-left: 5px;
    float: right;
    position: absolute;
    right: 0;
    top: 3px; }

  .grey-bg .overlap-box .text {
    width: 100%;
    margin-right: 0px;
    border-radius: 0;
    padding: 10px 20px;
    margin-bottom: 30px;
    float: none; }

  .grey-bg .overlap-box {
    margin-top: 0; }

  .navigation ul li a {
    font-size: 13px;
    line-height: 45px;
    display: block;
    text-align: left;
    padding-left: 20px; }

  .slide .text h2 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 5px; }

  .slide .text p {
    font-size: 14px;
    line-height: 22px; }

  .btn-gsg {
    font-size: 12px;
    line-height: 28px;
    padding: 2px 15px;
    margin-top: 5px; }

  .gsg-protect {
    padding-bottom: 20px; }

  .copyright p {
    text-align: center; }

  header .callus {
    padding: 23px 0; }

  .right-service, .left-service {
    width: 100%; }

  .flex-control-nav {
    display: none; }

  .right-service, .left-service {
    padding: 0 !important; }

  .gsg-service .center-block .gsg4, .gsg-service .center-block .gsg5 {
    margin-top: 0 !important; }

  footer h2 {
    margin-top: 20px;
    margin-bottom: 0; }

  .copyright {
    padding: 10px 0; } }
@media only screen and (max-width: 640px) {
  .slider {
    height: 220px; }

  .flexslider .slides img {
    height: 220px !important;
    object-fit: cover; }

  .slide {
    align-items: inherit; }

  .flex-control-nav {
    bottom: 15px;
    left: 12px; }

  .btn-gsg {
    margin-top: 15px; } }

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