/*! --------------------------------------------------------
Style Sheet for gsgf

version: 1.0
author: kanika sharma

----------------------------------------------------------*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

body {
  background: #fff; }
  @media (max-width: 1000px) {
    body {
      font-size: 13px; } }

.gsgf_heading {
  text-align: center; }
  .gsgf_heading h1 {
    text-transform: uppercase;
    font-size: 25px;
    font-family: "Lato";
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    padding: 0px 20px; }
    @media (max-width: 769px) and (min-width: 500px) {
      .gsgf_heading h1 {
        font-size: 20px; } }
    @media (max-width: 500px) and (min-width: 300px) {
      .gsgf_heading h1 {
        font-size: 18px; } }
    .gsgf_heading h1:after {
      position: absolute;
      content: "";
      width: 28px;
      height: 30px;
      border-right: 2px solid;
      border-bottom: 2px solid;
      bottom: -10px;
      right: 0px; }
    .gsgf_heading h1:before {
      position: absolute;
      content: "";
      width: 28px;
      height: 30px;
      border-left: 2px solid;
      border-top: 2px solid;
      top: -11px;
      left: 0px; }
  .gsgf_heading .gsgf_color_green {
    color: #00c34e; }
  .gsgf_heading .gsgf_color_white {
    color: #fff; }
  .gsgf_heading p {
    font-size: 14px;
    font-family: "Lato";
    text-align: center;
    color: #1c1c1c;
    margin-top: 17px !important;
    width: 75%;
    margin: 0px auto; }
    @media (max-width: 500px) {
      .gsgf_heading p {
        width: 100%; } }
  .gsgf_heading .gsgf_color_white_p {
    color: #fff; }

.gsgf_container_menu {
  padding: 0% 1%; }
  @media (max-width: 1100px) {
    .gsgf_container_menu {
      padding: 0% 0%; } }

.gsgf_container_padding_space {
  padding-top: 3% !important;
  padding-bottom: 3% !important; }

.gsgf_container {
  padding: 0% 7%; }
  @media (max-width: 1100px) and (min-width: 300px) {
    .gsgf_container {
      padding: 0% 2%; } }

.gsgf_container_space {
  margin-top: 45px;
  margin-bottom: 45px; }

.gsgf_readm_btn {
  background: #00c34e;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: 1px; }
  .gsgf_readm_btn:hover {
    text-decoration: none;
    color: #fff; }

.gsgf_container_padding_top {
  padding-top: 3%; }

.gsgf_inside_page_heading {
  border-bottom: 3px solid #00c34e;
  display: flex;
  margin-top: 15px; }
  @media (max-width: 769px) and (min-width: 300px) {
    .gsgf_inside_page_heading {
      border-bottom: 0px solid #00c34e;
      display: block;
      margin-top: 15px;
      text-align: center;
      margin-bottom: 15px;
      padding-bottom: 7px; } }
  .gsgf_inside_page_heading span {
    background: #00c34e;
    color: #fff;
    padding: 6px 10px;
    text-transform: uppercase;
    font-size: 23px;
    border-radius: 8px 8px 0px 0px;
    font-weight: 600;
    margin-bottom: 0px; }
    @media (max-width: 769px) and (min-width: 300px) {
      .gsgf_inside_page_heading span {
        display: block; } }
    @media (max-width: 1100px) {
      .gsgf_inside_page_heading span {
        font-size: 20px; } }

.gsgf_read_dotted {
  border-radius: 21px;
  border: 1px dashed #000;
  padding: 5px 30px;
  display: inline-block;
  margin: 15px 0px 5px 0px;
  font-weight: bold;
  font-size: 13px;
  transition: .30s all; }

.gsgf_read_dotted:hover {
  background: #00c34e;
  color: #fff !important;
  border: 1px dashed #fff; }

.gsgf_read_dotted_green {
  background: #00c34e;
  color: #fff !important;
  border: 1px dashed #fff; }

.colr_blk {
  color: #00c34e !important; }

.gsgf_heading_mid_line {
  position: relative; }
  .gsgf_heading_mid_line h1 {
    position: relative;
    font-size: 20px;
    font-family: "Lato";
    color: #00c34e;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: 0px;
    line-height: 20px;
    margin-top: 0px;
    display: inline-block;
    background: #f7f7f7;
    margin: 0px;
    padding: 0px 5px 0px 0px; }
  .gsgf_heading_mid_line:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #00c34e;
    bottom: 7px; }

p {
  text-align: justify; }

.gsgf_menu_div {
  border-bottom: 3px solid #00c34e;
  background: #fff;
  z-index: 100000;
  position: relative; }
  @media (max-width: 1088px) {
    .gsgf_menu_div #main-nav {
      width: 100%;
      text-align: right; } }
  .gsgf_menu_div .menu-toggle {
    background: url(../images/logo.png);
    background-repeat: no-repeat;
    background-size: 140px;
    background-position: 0px 10px;
    padding: 25px 0px; }
  .gsgf_menu_div .gsgf_logo {
    width: 16%;
    float: left; }
    @media (max-width: 1088px) {
      .gsgf_menu_div .gsgf_logo {
        display: none; } }
  .gsgf_menu_div .gsgf_logo img {
      max-width: 100%;
      width: auto;
      max-height: 60px;
      height: auto;
      padding: 10px 0px;
      object-fit: contain; }
  .gsgf_menu_div .gsgf_ul {
    width: 84%;
    float: left; }
    @media (max-width: 1088px) {
      .gsgf_menu_div .gsgf_ul {
        width: 100%;
        padding: 0px; } }
  .gsgf_menu_div .rejove_seach_col_2 {
    padding: 0px;
    margin-top: 25px; }
    .gsgf_menu_div .rejove_seach_col_2 .gsgf_btn_pat {
      float: left; }
    .gsgf_menu_div .rejove_seach_col_2 .gsgf_login_div {
      float: left; }
    .gsgf_menu_div .rejove_seach_col_2 .gsgf-header-social-icons {
      float: left; }
    @media (max-width: 1200px) {
      .gsgf_menu_div .rejove_seach_col_2 {
        float: right;
        text-align: right;
        padding: 0px 15px; } }
    @media (max-width: 1088px) and (min-width: 769px) {
      .gsgf_menu_div .rejove_seach_col_2 {
        width: 100%;
        margin-top: 0px; }
        .gsgf_menu_div .rejove_seach_col_2 .gsgf_btn_pat {
          float: none;
          display: inline-block;
          display: none; }
        .gsgf_menu_div .rejove_seach_col_2 .gsgf_login_div {
          float: none;
          display: inline-block; }
        .gsgf_menu_div .rejove_seach_col_2 .gsgf-header-social-icons {
          float: none;
          display: inline-block; } }
    @media (max-width: 769px) and (min-width: 300px) {
      .gsgf_menu_div .rejove_seach_col_2 {
        display: none; } }
  .gsgf_menu_div .search {
    position: relative;
    display: inline-block;
    margin-top: 23px;
    z-index: 9;
    /* When the input field gets focus, change its width to 100% */ }
    @media (max-width: 1100px) {
      .gsgf_menu_div .search {
        margin-top: 0px; } }
    .gsgf_menu_div .search input[type=text] {
      width: 39px;
      min-height: 21px;
      border-radius: 5px 0px 0px 5px;
      margin: 0px 1px 0px 0px;
      padding: 0px 5px 1px;
      background-color: white;
      background-image: url(../images/searchicon.png);
      background-position: 5px 3px;
      background-repeat: no-repeat;
      padding: 3px 11px 3px 35px;
      -webkit-transition: width 0.4s ease-in-out;
      transition: width 0.4s ease-in-out;
      border: 2px #fff; }
    .gsgf_menu_div .search input[type=text]:focus {
      width: 100%; }
  .gsgf_menu_div .search_form {
    background: #00c34e;
    position: absolute;
    z-index: 0;
    padding: 0px 5px;
    right: 0;
    top: 15px;
    overflow: hidden;
    border-radius: 0px;
    width: 20px;
    height: 0px;
    transition: height 0.2s ease-out 0.5s , top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;
    -webkit-transition: height 0.2s ease-out 0.5s , top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s; }
  .gsgf_menu_div .search_form form {
    opacity: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    text-align: center; }
  .gsgf_menu_div .search_form input {
    background: #fff;
    border: none; }
  .gsgf_menu_div .search_form input[type='text'] {
    border-radius: 5px 0 0 5px;
    width: 150px;
    margin: 0px 1px 0px 0;
    padding: 0px 5px 1px;
    min-height: 21px; }
  .gsgf_menu_div .search_form input[type='submit'] {
    border-radius: 0 5px 5px 0;
    text-transform: uppercase;
    font-size: 9px;
    /* padding: 0px 5px; */
    min-height: 21px;
    margin: 0px 0px 0px 0;
    cursor: pointer;
    background: #00c34e;
    color: #fff;
    position: absolute;
    right: 0px; }
  .gsgf_menu_div .search_box {
    visibility: hidden; }
  .gsgf_menu_div .search_box:checked ~ .search_form {
    width: 161px;
    height: 27px;
    padding: 3px;
    top: 20px;
    transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s;
    -webkit-transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s; }
  .gsgf_menu_div .search_box:checked ~ .search_form form {
    opacity: 1;
    transition: 0.3s all ease-out 0.5s;
    -webkit-transition: 0.3s all ease-out 0.5s; }
  .gsgf_menu_div .gsgf_member_login {
    background: #00c34e;
    color: #fff;
    text-decoration: none;
    padding: 5px 8px;
    margin-left: 10px;
    font-family: "Lato";
    text-transform: uppercase;
    font-size: 11px;
    border-radius: 4px;
    display: inline-block; }
  .gsgf_menu_div .searchbardiv {
    display: block;
    position: fixed;
    background: #00c34e;
    top: 72px;
    right: 24%;
    z-index: 1001;
    width: 18%;
    max-width: 100%;
    padding: 8px;
    margin: 0px auto;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px; }
    .gsgf_menu_div .searchbardiv form {
      margin-bottom: 2px; }
      .gsgf_menu_div .searchbardiv form .form-control {
        color: #fff;
        background-color: #069640;
        background-image: none;
        border: 0px solid #ccc;
        height: 28px; }
      .gsgf_menu_div .searchbardiv form .btn-default {
        color: #fff !important;
        background-color: #058237 !important;
        border-color: #058237 !important;
        padding: 3px 12px !important; }
  .gsgf_menu_div .buttonsearch {
    margin-right: 10px;
    background-color: transparent;
    border: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .gsgf_menu_div .buttonsearch:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0px; }
  .gsgf_menu_div .buttonsearch:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0px;
    outline: -webkit-focus-ring-color auto 0px; }
  .gsgf_menu_div #formsearch {
    display: none; }
  .gsgf_menu_div .glyphicon.glyphicon-search {
    font-size: 16px;
    width: 21px;
    height: 21px; }
  .gsgf_menu_div .glyphicon.glyphicon-remove {
    font-size: 16px;
    width: 21px;
    height: 21px; }
  .gsgf_menu_div #searchbox {
    box-shadow: none;
    padding: 8px 14px; }
  .gsgf_menu_div #searchbox:hover {
    box-shadow: none; }

.gsgf-header-social-icons {
  display: inline-block; }
  @media (min-width: 1300px) {
    .gsgf-header-social-icons {
      margin: 0px 25px; } }
  .gsgf-header-social-icons ul {
    padding: 0px; }
    .gsgf-header-social-icons ul li {
      list-style: none;
      display: inline-block; }
      .gsgf-header-social-icons ul li a {
        text-decoration: none;
        color: #333;
        margin-right: 5px; }
        .gsgf-header-social-icons ul li a img {
          width: 23px; }

.gsgf-footer-content {
  text-align: justify;
  background: url(../images/footer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding-top: 25px;
  padding-bottom: 25px; }
  @media (max-width: 1250px) and (min-width: 767px) {
    .gsgf-footer-content .gsgf-fotter-about img {
      width: 100%; } }
  .gsgf-footer-content .gsgf-fotter-about p {
    font-size: 12px;
    margin-top: 21px; }
  .gsgf-footer-content .gsgf-fotter-about .gsgf-footer-social-icons ul {
    padding: 0px; }
    .gsgf-footer-content .gsgf-fotter-about .gsgf-footer-social-icons ul li {
      list-style: none;
      display: inline-block; }
      .gsgf-footer-content .gsgf-fotter-about .gsgf-footer-social-icons ul li a {
        width: 30px;
        height: 30px;
        margin-right: 7px;
        background: rgba(255, 255, 255, 0);
        color: #ffffff;
        display: block;
        text-align: center;
        line-height: 19px;
        font-size: 15px;
        -webkit-transition: 0.2s;
        transition: 0.2s;
        position: relative;
        transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
        border: 1px solid rgba(255, 255, 255, 0.62); }
        @media (max-width: 1100px) and (min-width: 769px) {
          .gsgf-footer-content .gsgf-fotter-about .gsgf-footer-social-icons ul li a {
            width: 25px;
            height: 25px;
            font-size: 12px; } }
        .gsgf-footer-content .gsgf-fotter-about .gsgf-footer-social-icons ul li a i {
          line-height: 28px; }
      .gsgf-footer-content .gsgf-fotter-about .gsgf-footer-social-icons ul li a:hover {
        color: #fff;
        background: #00c34e; }
  .gsgf-footer-content .recent-posts-footer ul {
    padding: 0px; }
    .gsgf-footer-content .recent-posts-footer ul li {
      border-top: 0;
      padding: 9px 0;
      list-style: none;
      overflow: hidden; }
      .gsgf-footer-content .recent-posts-footer ul li .post-img {
        float: left;
        margin-right: 7px;
        max-width: 60px;
        overflow: hidden; }
        .gsgf-footer-content .recent-posts-footer ul li .post-img img {
          max-width: 95px; }
      .gsgf-footer-content .recent-posts-footer ul li h4 {
        margin-bottom: 3px;
        font-size: 12px;
        color: #fff;
        text-align: left;
        margin-top: 0px;
        line-height: 15px; }
        .gsgf-footer-content .recent-posts-footer ul li h4 a {
          text-decoration: none;
          color: #fff; }
    .gsgf-footer-content .recent-posts-footer ul .meta {
      display: inline-block;
      margin-right: 10px;
      font-size: 11px;
      color: #00c34e;
      font-style: italic;
      letter-spacing: 1px; }
  @media (max-width: 1000px) and (min-width: 769px) {
    .gsgf-footer-content .gsgf-footer-div-part {
      padding: 0px !important; } }
  .gsgf-footer-content .gsgf-footer-div-part h1 {
    font-size: 14px;
    line-height: 2;
    color: #00c34e;
    text-align: center;
    padding: 0px 20px 10px 10px;
    margin: 0px;
    font-family: latoregular; }
    @media (max-width: 768px) and (min-width: 300px) {
      .gsgf-footer-content .gsgf-footer-div-part h1 {
        padding: 0px 00px 00px 00px; } }
    @media (max-width: 1100px) and (min-width: 768px) {
      .gsgf-footer-content .gsgf-footer-div-part h1 {
        padding: 0px 00px 00px 00px; } }
  .gsgf-footer-content .gsgf-address ul {
    padding: 0px; }
    @media (max-width: 1100px) and (min-width: 768px) {
      .gsgf-footer-content .gsgf-address ul {
        padding: 0px !important; } }
    .gsgf-footer-content .gsgf-address ul li a h1 {
      font-size: 14px;
      line-height: 2;
      color: #fff;
      text-align: center;
      padding: 0px 0px 0px 0px;
      margin: 0px; }
      .gsgf-footer-content .gsgf-address ul li a h1 .footer-red-part {
        color: #00c34e;
        text-transform: capitalize;
        margin-right: 3px; }
  .gsgf-footer-content .gsgf-footer-last-part-div .gsgf-copyright {
    margin-top: 28px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.9px;
    margin-bottom: 15px;
    font-family: latolight; }
  .gsgf-footer-content .contact-widget h3 {
    font-size: 16px;
    line-height: 28px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0px;
    font-weight: 600; }
    @media (max-width: 769px) {
      .gsgf-footer-content .contact-widget h3 {
        font-size: 15px; } }
  .gsgf-footer-content .contact-widget .gsgf-line-bottom {
    position: relative;
    display: inline-block;
    height: 15px;
    border-bottom: 0px solid #dddddd;
    width: 170px; }
  .gsgf-footer-content .contact-widget p {
    margin-bottom: 3px;
    font-size: 11px;
    font-family: inherit;
    color: #fff;
    text-align: left;
    margin-top: 0px;
    line-height: 20px;
    padding: 9px 0; }
  .gsgf-footer-content .contact-widget ul {
    padding: 0px; }
    .gsgf-footer-content .contact-widget ul li {
      list-style: none;
      margin: 13px 0;
      line-height: 1.5;
      font-size: 11px; }
      @media (max-width: 767px) {
        .gsgf-footer-content .contact-widget ul li {
          margin: 0px; } }
      .gsgf-footer-content .contact-widget ul li i {
        color: #00c34e;
        font-size: 12px; }
      .gsgf-footer-content .contact-widget ul li i:before {
        margin-right: 10px;
        font-size: 12px;
        display: inline-block; }
  .gsgf-footer-content .contact-widget .form-control {
    background-color: #fff;
    border: 0;
    border-radius: 0;
    width: 100%;
    font-size: 12px;
    display: inline-block;
    padding: 0 15% 0 12px;
    height: auto;
    line-height: 34px;
    font-style: italic; }
  .gsgf-footer-content .contact-widget .btn {
    border: 0;
    min-width: 20%;
    font-size: 11px;
    line-height: 34px;
    padding: 0 5px;
    white-space: nowrap;
    position: absolute;
    bottom: 0px;
    right: 1px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background-color: #f8a926;
    color: #fff;
    border-radius: 0px; }
  @media (max-width: 1100px) and (min-width: 767px) {
    .gsgf-footer-content .last .foot-about-par img {
      width: 100%; } }
  .gsgf-footer-content .gsgf_copyright_p {
    text-align: center;
    padding: 5px 0px;
    border-top: 1px solid #948e8e;
    margin: 0px;
    letter-spacing: 1px; }

body {
  font-family: "Lato"; }

.gsgf_slider_row {
  position: relative; }
  .gsgf_slider_row .gsgf_scroll_down_btn {
    position: absolute;
    bottom: 60px;
    text-align: center; }
    @media (max-width: 1100px) {
      .gsgf_slider_row .gsgf_scroll_down_btn {
        bottom: 10px;
        text-align: center;
        width: 100%; } }
    @media (max-width: 500px) {
      .gsgf_slider_row .gsgf_scroll_down_btn {
        display: none; } }
    .gsgf_slider_row .gsgf_scroll_down_btn a {
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-family: "Lato";
      font-size: 12px;
      font-weight: 300; }
      .gsgf_slider_row .gsgf_scroll_down_btn a i {
        font-size: 28px; }

.gsgf_resources_row .gsgf_resources_part {
  margin-top: 40px; }
  @media (max-width: 767px) {
    .gsgf_resources_row .gsgf_resources_part {
      padding: 0px; } }
  @media (max-width: 1100px) and (min-width: 300px) {
    .gsgf_resources_row .gsgf_resources_part .gsgf_col_4 {
      padding: 0px; } }
  .gsgf_resources_row .gsgf_resources_part .gsgf_col_4 .gsgf_col_div {
    display: inline-block;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .gsgf_resources_row .gsgf_resources_part .gsgf_col_4 .gsgf_col_div {
        display: block; } }
    .gsgf_resources_row .gsgf_resources_part .gsgf_col_4 .gsgf_col_div .gsgf_9 {
      text-align: right;
      padding: 0px; }
      @media (max-width: 767px) {
        .gsgf_resources_row .gsgf_resources_part .gsgf_col_4 .gsgf_col_div .gsgf_9 {
          text-align: left;
          padding: 0px 15px; } }
      .gsgf_resources_row .gsgf_resources_part .gsgf_col_4 .gsgf_col_div .gsgf_9 h1 {
        font-size: 15px;
        font-family: "Lato";
        color: #111111;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0px;
        margin-bottom: 11px; }
      .gsgf_resources_row .gsgf_resources_part .gsgf_col_4 .gsgf_col_div .gsgf_9 p {
        font-size: 13px;
        font-family: "Lato";
        color: #333333;
        text-align: right; }
        @media (max-width: 767px) {
          .gsgf_resources_row .gsgf_resources_part .gsgf_col_4 .gsgf_col_div .gsgf_9 p {
            text-align: left !important; } }
    .gsgf_resources_row .gsgf_resources_part .gsgf_col_4 .gsgf_col_div .gsgf_3 img {
      padding: 13px;
      border: 2px solid #00c34e; }
      @media (max-width: 767px) {
        .gsgf_resources_row .gsgf_resources_part .gsgf_col_4 .gsgf_col_div .gsgf_3 img {
          display: none; } }
      @media (max-width: 1100px) and (min-width: 767px) {
        .gsgf_resources_row .gsgf_resources_part .gsgf_col_4 .gsgf_col_div .gsgf_3 img {
          padding: 3px; } }
  .gsgf_resources_row .gsgf_resources_part .gsgf_img {
    text-align: center; }
    @media (max-width: 767px) {
      .gsgf_resources_row .gsgf_resources_part .gsgf_img {
        display: none; } }
    .gsgf_resources_row .gsgf_resources_part .gsgf_img {
      overflow: hidden; }
    .gsgf_resources_row .gsgf_resources_part .gsgf_img img {
      max-width: 100%;
      height: auto;
      max-height: 220px;
      object-fit: cover;
      display: inline-block; }
    @media (max-width: 1100px) and (min-width: 767px) {
      .gsgf_resources_row .gsgf_resources_part .gsgf_img img {
        width: 100%; } }
  .gsgf_resources_row .gsgf_resources_part .gsgf_right_float .gsgf_9 {
    float: right;
    text-align: left !important; }
    @media (max-width: 767px) {
      .gsgf_resources_row .gsgf_resources_part .gsgf_right_float .gsgf_9 {
        float: none; } }
    .gsgf_resources_row .gsgf_resources_part .gsgf_right_float .gsgf_9 p {
      text-align: left !important; }
  .gsgf_resources_row .gsgf_resources_part .gsgf_right_float .gsgf_3 {
    float: right;
    padding: 0px; }

.gsgf_members_row {
  background: url("../images/member_bg.jpg");
  padding-top: 3%;
  padding-bottom: 3%;
  background-position: center;
  background-size: cover;
  position: relative; }
  @media (max-width: 1000px) and (min-width: 300px) {
    .gsgf_members_row {
      padding-top: 4%;
      padding-bottom: 4%; } }
  .gsgf_members_row .gsgf_resources_part ul {
    text-align: center;
    margin-top: 30px;
    padding: 0px; }
    .gsgf_members_row .gsgf_resources_part ul li {
      width: 16%;
      border-bottom: 2px solid #c5c5c5;
      border-right: 2px solid #c5c5c5;
      height: 85px;
      display: table;
      float: left; }
      @media (max-width: 1000px) and (min-width: 300px) {
        .gsgf_members_row .gsgf_resources_part ul li {
          width: 25%;
          border: 2px solid #c5c5c5; } }
      @media (max-width: 1000px) and (min-width: 400px) {
        .gsgf_members_row .gsgf_resources_part ul li {
          width: 25%; } }
      @media (max-width: 400px) and (min-width: 300px) {
        .gsgf_members_row .gsgf_resources_part ul li {
          width: 50%; } }
      .gsgf_members_row .gsgf_resources_part ul li a {
        text-decoration: none;
        display: table-cell !important;
        vertical-align: middle; }
        .gsgf_members_row .gsgf_resources_part ul li a img {
          width: 100%;
          padding: 2px 10px; }
    .gsgf_members_row .gsgf_resources_part ul .no_border {
      border-bottom: 0px solid #c5c5c5; }
      @media (max-width: 1000px) and (min-width: 300px) {
        .gsgf_members_row .gsgf_resources_part ul .no_border {
          border-bottom: 2px solid #c5c5c5; } }

.gsgf_members_countries_row {
  background: url("../images/mem_countries.jpg");
  background-position: center;
  background-size: cover; }
  .gsgf_members_countries_row .gsgf_light {
    font-weight: 300 !important;
    line-height: 40px; }
  .gsgf_members_countries_row .gsgf_member_countries_part {
    margin-top: 40px;
    color: #fff; }
    @media (max-width: 1100px) {
      .gsgf_members_countries_row .gsgf_member_countries_part {
        padding: 0px; } }
    .gsgf_members_countries_row .gsgf_member_countries_part .gsgf_member_countries_col4 .w3-display-container {
      height: 200px;
      background-position: center;
      background-size: cover;
      max-height: 175px;
      box-shadow: 2px 2px 5px 0px #000000;
      border-radius: 4px; }
    .gsgf_members_countries_row .gsgf_member_countries_part .gsgf_member_countries_col4 .w3-container {
      padding: 15px 0px; }
      .gsgf_members_countries_row .gsgf_member_countries_part .gsgf_member_countries_col4 .w3-container h4 {
        font-size: 19px;
        line-height: 23px; }
        @media (max-width: 768px) {
          .gsgf_members_countries_row .gsgf_member_countries_part .gsgf_member_countries_col4 .w3-container h4 {
            font-size: 18px; } }
      .gsgf_members_countries_row .gsgf_member_countries_part .gsgf_member_countries_col4 .w3-container p {
        font-size: 13px;
        text-align: justify;
        font-weight: 400;
        line-height: 21px;
        color: #dbd7d7; }
    @media (max-width: 768px) {
      .gsgf_members_countries_row .gsgf_member_countries_part .gsgf_even_div {
        margin-bottom: 25px; } }
    .gsgf_members_countries_row .gsgf_member_countries_part .gsgf_even_div .w3-container {
      padding-top: 0px; }
      .gsgf_members_countries_row .gsgf_member_countries_part .gsgf_even_div .w3-container h4 {
        margin-top: 0px; }
    .gsgf_members_countries_row .gsgf_member_countries_part .gsgf_even_div .w3-display-container {
      padding-top: 15px; }

.gsgf_upevents_row .gsgf_upevents_part {
  margin-top: 30px; }
  @media (max-width: 1100px) and (min-width: 300px) {
    .gsgf_upevents_row .gsgf_upevents_part {
      padding: 0px; } }
  @media (max-width: 768px) {
    .gsgf_upevents_row .gsgf_upevents_part .gsgf_upevents_part_col4 {
      margin-bottom: 25px; } }
  .gsgf_upevents_row .gsgf_upevents_part .gsgf_upevents_part_col4 .gsgf_shadow {
    text-decoration: none;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
    display: block; }
    .gsgf_upevents_row .gsgf_upevents_part .gsgf_upevents_part_col4 .gsgf_shadow:hover {
      color: #333; }
    .gsgf_upevents_row .gsgf_upevents_part .gsgf_upevents_part_col4 .gsgf_shadow:focus {
      color: #333; }
    .gsgf_upevents_row .gsgf_upevents_part .gsgf_upevents_part_col4 .gsgf_shadow .w3-display-container {
      height: 200px;
      background-position: center;
      background-size: cover;
      max-height: 170px; }
      @media (max-width: 768px) {
        .gsgf_upevents_row .gsgf_upevents_part .gsgf_upevents_part_col4 .gsgf_shadow .w3-display-container {
          height: 250px;
          background-position: center;
          background-size: cover;
          max-height: 250px; } }
      .gsgf_upevents_row .gsgf_upevents_part .gsgf_upevents_part_col4 .gsgf_shadow .w3-display-container .gsgfw3-xlarge {
        width: 100%;
        background: rgba(255, 255, 255, 0.65); }
        .gsgf_upevents_row .gsgf_upevents_part .gsgf_upevents_part_col4 .gsgf_shadow .w3-display-container .gsgfw3-xlarge .w3-left {
          width: 20%;
          background: #00c34e;
          padding: 5px 5px;
          line-height: 15px;
          font-size: 13px;
          text-align: center; }
          @media (max-width: 900px) and (min-width: 768px) {
            .gsgf_upevents_row .gsgf_upevents_part .gsgf_upevents_part_col4 .gsgf_shadow .w3-display-container .gsgfw3-xlarge .w3-left {
              padding: 5px 0px;
              font-size: 13px; } }
          .gsgf_upevents_row .gsgf_upevents_part .gsgf_upevents_part_col4 .gsgf_shadow .w3-display-container .gsgfw3-xlarge .w3-left .font_bold {
            font-size: 17px;
            font-weight: bold; }
            @media (max-width: 900px) and (min-width: 768px) {
              .gsgf_upevents_row .gsgf_upevents_part .gsgf_upevents_part_col4 .gsgf_shadow .w3-display-container .gsgfw3-xlarge .w3-left .font_bold {
                font-size: 15px; } }
        .gsgf_upevents_row .gsgf_upevents_part .gsgf_upevents_part_col4 .gsgf_shadow .w3-display-container .gsgfw3-xlarge .font_small {
          font-size: 12px;
          text-transform: initial; }
          @media (max-width: 1100px) and (min-width: 768px) {
            .gsgf_upevents_row .gsgf_upevents_part .gsgf_upevents_part_col4 .gsgf_shadow .w3-display-container .gsgfw3-xlarge .font_small {
              font-size: 11px; } }
          @media (max-width: 900px) and (min-width: 768px) {
            .gsgf_upevents_row .gsgf_upevents_part .gsgf_upevents_part_col4 .gsgf_shadow .w3-display-container .gsgfw3-xlarge .font_small {
              display: none; } }
        .gsgf_upevents_row .gsgf_upevents_part .gsgf_upevents_part_col4 .gsgf_shadow .w3-display-container .gsgfw3-xlarge .w3-right {
          width: 80%;
          margin: 0px;
          color: #000;
          padding: 0px 10px;
          text-transform: uppercase;
          font-size: 14px; }
          @media (max-width: 1100px) {
            .gsgf_upevents_row .gsgf_upevents_part .gsgf_upevents_part_col4 .gsgf_shadow .w3-display-container .gsgfw3-xlarge .w3-right {
              text-transform: inherit; } }
          @media (max-width: 900px) and (min-width: 768px) {
            .gsgf_upevents_row .gsgf_upevents_part .gsgf_upevents_part_col4 .gsgf_shadow .w3-display-container .gsgfw3-xlarge .w3-right i {
              display: none; } }
    .gsgf_upevents_row .gsgf_upevents_part .gsgf_upevents_part_col4 .gsgf_shadow .w3-container {
      padding: 0px;
      text-align: center; }
      .gsgf_upevents_row .gsgf_upevents_part .gsgf_upevents_part_col4 .gsgf_shadow .w3-container h1 {
        background: #00c34e;
        color: #fff;
        padding: 8px 10px;
        text-transform: capitalize;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 0px;
        margin: 0px; }
      .gsgf_upevents_row .gsgf_upevents_part .gsgf_upevents_part_col4 .gsgf_shadow .w3-container ul {
        padding: 30px 15px;
        text-align: left;
        margin: 0px; }
        .gsgf_upevents_row .gsgf_upevents_part .gsgf_upevents_part_col4 .gsgf_shadow .w3-container ul li {
          list-style: none;
          padding-bottom: 10px; }
          .gsgf_upevents_row .gsgf_upevents_part .gsgf_upevents_part_col4 .gsgf_shadow .w3-container ul li a {
            text-decoration: none;
            font-size: 14px;
            text-align: justify;
            font-weight: 400;
            line-height: 21px; }
            .gsgf_upevents_row .gsgf_upevents_part .gsgf_upevents_part_col4 .gsgf_shadow .w3-container ul li a i {
              color: #00c34e;
              margin-right: 7px; }
            .gsgf_upevents_row .gsgf_upevents_part .gsgf_upevents_part_col4 .gsgf_shadow .w3-container ul li a:hover {
              color: #00c34e; }

.gsgf_latest_news_row .gsgf_latest_news_part {
  padding: 0px 7px;
  margin-top: 40px; }
  .gsgf_latest_news_row .gsgf_latest_news_part .gsgf_latest_col_4 {
    margin-bottom: 30px; }
    @media (max-width: 768px) and (min-width: 500px) {
      .gsgf_latest_news_row .gsgf_latest_news_part .gsgf_latest_col_4 {
        width: 50%;
        float: left;
        padding: 4px;
        margin-bottom: 10px !important; } }
    @media (max-width: 500px) and (min-width: 300px) {
      .gsgf_latest_news_row .gsgf_latest_news_part .gsgf_latest_col_4 {
        width: 100%;
        float: left;
        padding: 4px;
        margin-bottom: 10px !important; } }
    .gsgf_latest_news_row .gsgf_latest_news_part .gsgf_latest_col_4 .gsgf_latest_inside_box {
      display: inline-block;
      border: 1.4px dashed #00c34e;
      padding: 11px 0px; }
    .gsgf_latest_news_row .gsgf_latest_news_part .gsgf_latest_col_4 .col_img_div {
      width: 10%;
      float: left;
      margin-left: -1px; }
      .gsgf_latest_news_row .gsgf_latest_news_part .gsgf_latest_col_4 .col_img_div i {
        background: #00c34e;
        color: #fff;
        padding: 8px 6px;
        display: block;
        font-size: 12px;
        text-align: center; }
    .gsgf_latest_news_row .gsgf_latest_news_part .gsgf_latest_col_4 .col_text_div {
      width: 90%;
      float: left;
      padding: 0px 10px; }
      @media (max-width: 768px) and (min-width: 500px) {
        .gsgf_latest_news_row .gsgf_latest_news_part .gsgf_latest_col_4 .col_text_div {
          padding: 0px 5px; } }
      .gsgf_latest_news_row .gsgf_latest_news_part .gsgf_latest_col_4 .col_text_div h1 {
        font-size: 15px;
        font-family: "Lato";
        color: #000;
        font-weight: bold;
        text-transform: capitalize;
        margin: 0px;
        margin-bottom: 15px;
        line-height: 20px; }
        @media (max-width: 768px) and (min-width: 400px) {
          .gsgf_latest_news_row .gsgf_latest_news_part .gsgf_latest_col_4 .col_text_div h1 {
            margin-bottom: 5px; } }
      .gsgf_latest_news_row .gsgf_latest_news_part .gsgf_latest_col_4 .col_text_div p {
        font-size: 13px;
        font-family: "Lato";
        color: #000;
        margin: 0px; }

.gsgf_newsletter_row {
  background: #00c34e; }
  .gsgf_newsletter_row .gsgf_heading p {
    text-transform: uppercase;
    letter-spacing: 1px; }
  .gsgf_newsletter_row .gsgf_newsletter_part {
    text-align: center;
    margin-top: 30px; }
    .gsgf_newsletter_row .gsgf_newsletter_part form .gsgf_text_email {
      text-transform: capitalize;
      height: 40px;
      width: 55%;
      padding: 0px 10px;
      margin: 0px 12px;
      border-radius: 4px; }
    .gsgf_newsletter_row .gsgf_newsletter_part form .gsgf_black_form {
      background: #000;
      color: #fff;
      padding: 10px 25px;
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 600;
      border-radius: 4px;
      border: 0px; }

.gsgf_contact_content_row .gsgf_heading .gsgf_light {
  font-weight: 300 !important;
  line-height: 40px;
  font-size: 18px; }
.gsgf_contact_content_row .gsgf_contact_details {
  text-align: center;
  box-shadow: -2px 2px 9px 1px rgba(0, 0, 0, 0.17);
  margin-top: 30px;
  margin-bottom: 0px;
  padding: 0px; }
  .gsgf_contact_content_row .gsgf_contact_details .gsgf_contact_col4 {
    padding: 0px; }
  .gsgf_contact_content_row .gsgf_contact_details a {
    padding: 25px 37px;
    text-decoration: none;
    font-size: 16px;
    display: block;
    min-height: 120px;
    font-weight: 600;
    transition: .40s all;
    color: #000; }
    @media (max-width: 768px) {
      .gsgf_contact_content_row .gsgf_contact_details a {
        min-height: auto; } }
    .gsgf_contact_content_row .gsgf_contact_details a:hover {
      color: #fff;
      text-decoration: none;
      background: #00c34e; }
      .gsgf_contact_content_row .gsgf_contact_details a:hover i {
        color: #fff; }
    @media (max-width: 1000px) {
      .gsgf_contact_content_row .gsgf_contact_details a {
        padding: 28px 5px;
        font-size: 13px; } }
    .gsgf_contact_content_row .gsgf_contact_details a i {
      color: #00c34e;
      margin-right: 5px; }
    .gsgf_contact_content_row .gsgf_contact_details a .caps_bold {
      text-transform: uppercase; }
    .gsgf_contact_content_row .gsgf_contact_details a .caps_small {
      text-transform: capitalize; }

.gsgf_contact_form_row {
  background: url(../images/contact_form.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .gsgf_contact_form_row .gsgf_contact_form_part {
    margin-top: 30px; }
    .gsgf_contact_form_row .gsgf_contact_form_part .gsgf_col_half {
      width: 49%;
      float: left; }
      @media (max-width: 1100px) and (min-width: 630px) {
        .gsgf_contact_form_row .gsgf_contact_form_part .gsgf_col_half {
          width: 48.8%; } }
      @media (max-width: 630px) and (min-width: 300px) {
        .gsgf_contact_form_row .gsgf_contact_form_part .gsgf_col_half {
          width: 100%; } }
    .gsgf_contact_form_row .gsgf_contact_form_part .gsgf_col_full {
      width: 100%; }
    .gsgf_contact_form_row .gsgf_contact_form_part .gsgf_col_margin {
      margin-right: 14px; }
    .gsgf_contact_form_row .gsgf_contact_form_part form {
      width: 70% !important;
      margin: 0px auto;
      text-align: center; }
      @media (max-width: 1000px) and (min-width: 300px) {
        .gsgf_contact_form_row .gsgf_contact_form_part form {
          width: 100% !important; } }
    .gsgf_contact_form_row .gsgf_contact_form_part input[type=text], .gsgf_contact_form_row .gsgf_contact_form_part input[type=email], .gsgf_contact_form_row .gsgf_contact_form_part select, .gsgf_contact_form_row .gsgf_contact_form_part textarea {
      padding: 12px;
      border: 1px solid #ccc;
      border-radius: 4px;
      box-sizing: border-box;
      margin-top: 6px;
      margin-bottom: 16px;
      overflow: hidden !important; }
      @media (max-width: 1000px) and (min-width: 300px) {
        .gsgf_contact_form_row .gsgf_contact_form_part input[type=text], .gsgf_contact_form_row .gsgf_contact_form_part input[type=email], .gsgf_contact_form_row .gsgf_contact_form_part select, .gsgf_contact_form_row .gsgf_contact_form_part textarea {
          padding: 9px; } }
    .gsgf_contact_form_row .gsgf_contact_form_part input[type=submit] {
      border: none; }
    .gsgf_contact_form_row .gsgf_contact_form_part .container {
      border-radius: 5px;
      background-color: #f2f2f2;
      padding: 20px; }

.gsgf_media_row {
  background: url(../images/mem_countries.jpg);
  background-position: center;
  background-size: cover; }

.gsgf_abt_banner {
  padding-bottom: 2%; }

/* ---- reset ---- */
canvas {
  display: block;
  vertical-align: bottom; }

/* ---- particles.js container ---- */
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 232, 234, 0.33);
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  top: 0px;
  left: 0px; }

#particles-js1 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(#eeeeee, #eeeeee);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  top: 0px;
  left: 0px; }

/* ---- stats.js ---- */
.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold; }

.js-count-particles {
  font-size: 1.1em; }

#stats,
.count-particles {
  -webkit-user-select: none; }

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden; }

.count-particles {
  border-radius: 0 0 3px 3px; }

.count-particles {
  opacity: 0; }

.gsgf_abt_banner img {
  width: 100%; }

.gsgf_abt_div {
  padding: 0% 7%; }
  @media (max-width: 1000px) {
    .gsgf_abt_div {
      padding: 0 1%;
      margin: 0px; } }
  .gsgf_abt_div .gsgf_col8_logop {
    margin: 39px 0px; }
    @media (max-width: 769px) {
      .gsgf_abt_div .gsgf_col8_logop {
        margin: 20px 0px; } }
  .gsgf_abt_div .gsgf_abt_img_part {
    padding: 0px; }
    .gsgf_abt_div .gsgf_abt_img_part img {
      width: 100%; }
  @media (max-width: 769px) {
    .gsgf_abt_div .gsgf_abt_img_part_ul {
      margin-top: 15px;
      padding: 0px; } }
  .gsgf_abt_div .gsgf_abt_img_part_ul ul {
    padding: 0px; }
    .gsgf_abt_div .gsgf_abt_img_part_ul ul li {
      list-style: none;
      margin-bottom: 30px;
      text-align: justify;
      background-image: url(../images/abt_dots.png);
      background-position: 7px 4px;
      background-repeat: no-repeat;
      padding-left: 40px; }
  .gsgf_abt_div .gsgf_col8_logo_below_txt {
    padding: 0px;
    margin-top: 30px; }

.gsgf_bod_box {
  margin-bottom: 40px;
  position: relative;
  margin-top: 60px; }
  @media (max-width: 769px) and (min-width: 500px) {
    .gsgf_bod_box {
      width: 50%;
      float: left; } }
  @media (max-width: 500px) and (min-width: 300px) {
    .gsgf_bod_box {
      margin-bottom: 100px; } }
  .gsgf_bod_box .cpmlt_inside_bod {
    border: 1px dashed #a9a9a9;
    padding: 0px 15px 13px 15px; }
    .gsgf_bod_box .cpmlt_inside_bod .img_part {
      text-align: center;
      width: 50%;
      margin: 0px auto;
      position: relative;
      top: -60px; }
      .gsgf_bod_box .cpmlt_inside_bod .img_part img {
        width: 100%;
        border-radius: 50%;
        box-shadow: 1px 1px 6px 0px #8c8c8c; }
    .gsgf_bod_box .cpmlt_inside_bod .txt_part {
      margin-top: -60px; }
      .gsgf_bod_box .cpmlt_inside_bod .txt_part h1 {
        padding: 6px 0px;
        text-transform: uppercase;
        font-size: 23px;
        font-weight: bold;
        color: #000;
        margin: 8px 0px; }
        @media (max-width: 1100px) {
          .gsgf_bod_box .cpmlt_inside_bod .txt_part h1 {
            font-size: 20px; } }
        .gsgf_bod_box .cpmlt_inside_bod .txt_part h1 .colr_blk {
          color: #00c34e !important; }
      .gsgf_bod_box .cpmlt_inside_bod .txt_part a {
        text-decoration: none;
        color: #000; }
        .gsgf_bod_box .cpmlt_inside_bod .txt_part a i {
          color: #00c34e;
          margin-right: 5px; }
      .gsgf_bod_box .cpmlt_inside_bod .txt_part p {
        margin-top: 10px;
        color: #333; }

.gsgf_wrking_wg .cpmlt_inside_bod {
  display: inline-block; }
  .gsgf_wrking_wg .cpmlt_inside_bod .img_part {
    width: 40%; }
    .gsgf_wrking_wg .cpmlt_inside_bod .img_part img {
      box-shadow: 0px 0px 0px #fff !important; }
  .gsgf_wrking_wg .cpmlt_inside_bod .txt_part h1 {
    text-transform: capitalize !important;
    font-size: 17px !important; }
    .gsgf_wrking_wg .cpmlt_inside_bod .txt_part h1 .colr_blk {
      line-height: 26px; }
  .gsgf_wrking_wg .cpmlt_inside_bod .txt_part .gsgf_read_dotted {
    float: left;
    width: 47%;
    text-align: center;
    padding: 5px 0px;
    font-size: 13px; }
    @media (max-width: 400px) and (min-width: 300px) {
      .gsgf_wrking_wg .cpmlt_inside_bod .txt_part .gsgf_read_dotted {
        font-size: 12px;
        padding: 5px 1px; } }
  .gsgf_wrking_wg .cpmlt_inside_bod .txt_part .gsgf_read_dotted_green {
    float: right;
    width: 47%;
    padding: 5px 0px;
    text-align: center;
    font-size: 13px; }
    @media (max-width: 400px) and (min-width: 300px) {
      .gsgf_wrking_wg .cpmlt_inside_bod .txt_part .gsgf_read_dotted_green {
        font-size: 12px;
        padding: 5px 1px; } }
  @media (max-width: 1200px) and (min-width: 769px) {
    .gsgf_wrking_wg .cpmlt_inside_bod .txt_part .gsgf_read_dotted {
      width: 100%; }
    .gsgf_wrking_wg .cpmlt_inside_bod .txt_part .gsgf_read_dotted_green {
      width: 100%; } }

.gsgf_abt_div8 .gsgf_heading {
  margin: 20px 0px; }
  .gsgf_abt_div8 .gsgf_heading h1 {
    text-transform: capitalize; }
.gsgf_abt_div8 .gsgf_present_status {
  color: #00c34e !important;
  font-weight: 600; }

.gsgf_active_working_grp {
  padding: 0px; }

.gsgf_members_row_complete {
  margin: 0px !important; }
  .gsgf_members_row_complete .gsgf_members_rows {
    margin-top: 15px;
    margin-bottom: 30px;
    margin-left: 0px;
    margin-right: 0px; }
    .gsgf_members_row_complete .gsgf_members_rows .col-sm-12 {
      padding: 0px; }
    .gsgf_members_row_complete .gsgf_members_rows h1 {
      margin: 0px; }
    .gsgf_members_row_complete .gsgf_members_rows p {
      margin: 15px 0px 20px 0px; }
    .gsgf_members_row_complete .gsgf_members_rows ul {
      padding: 0px; }
      .gsgf_members_row_complete .gsgf_members_rows ul li {
        list-style: none;
        margin-bottom: 20px;
        text-align: justify;
        background-image: url(../images/abt_dots.png);
        background-position: 7px 4px;
        background-repeat: no-repeat;
        padding-left: 40px; }
    .gsgf_members_row_complete .gsgf_members_rows .contact_part {
      margin-top: 20px; }
      .gsgf_members_row_complete .gsgf_members_rows .contact_part li {
        display: inline-block;
        padding: 0px;
        background: #fff; }
        .gsgf_members_row_complete .gsgf_members_rows .contact_part li a {
          text-decoration: none;
          color: #000;
          margin-right: 20px; }
          .gsgf_members_row_complete .gsgf_members_rows .contact_part li a i {
            color: #4a8ea5;
            font-size: 20px;
            margin-right: 5px; }
    .gsgf_members_row_complete .gsgf_members_rows .gsgf_blue {
      border-color: #7290d8 !important; }
      .gsgf_members_row_complete .gsgf_members_rows .gsgf_blue span {
        background: #7290d8 !important; }
    .gsgf_members_row_complete .gsgf_members_rows .gsgf_ylw {
      border-color: #d4ae41 !important; }
      .gsgf_members_row_complete .gsgf_members_rows .gsgf_ylw span {
        background: #d4ae41 !important; }
    .gsgf_members_row_complete .gsgf_members_rows .gsgf_drkgry {
      border-color: #4c4c4c !important; }
      .gsgf_members_row_complete .gsgf_members_rows .gsgf_drkgry span {
        background: #4c4c4c !important; }
    .gsgf_members_row_complete .gsgf_members_rows .gsgf_drk_blue {
      border-color: #4a8ea5 !important; }
      .gsgf_members_row_complete .gsgf_members_rows .gsgf_drk_blue span {
        background: #4a8ea5 !important; }

.gsgf_secretariat_row_complete .gsgf_members_rows {
  margin-left: 0px;
  margin-right: 0px; }
.gsgf_secretariat_row_complete .gsgf_sec_div_main {
  margin-top: 50px;
  padding: 0px; }
  @media (max-width: 1277px) {
    .gsgf_secretariat_row_complete .gsgf_sec_div_main {
      padding: 0px; } }
  @media (max-width: 769px) and (min-width: 300px) {
    .gsgf_secretariat_row_complete .gsgf_sec_div_main {
      margin-top: 15px; } }
  .gsgf_secretariat_row_complete .gsgf_sec_div_main .gsgf_part_secretariat {
    position: relative; }
    @media (max-width: 1277px) {
      .gsgf_secretariat_row_complete .gsgf_sec_div_main .gsgf_part_secretariat {
        padding: 0px; } }
    .gsgf_secretariat_row_complete .gsgf_sec_div_main .gsgf_part_secretariat:after {
      position: absolute;
      content: "";
      width: 87%;
      height: 53%;
      border-radius: 5px;
      border: 2px solid #00c34e;
      right: 0px;
      top: 109px;
      z-index: -1; }
      @media (max-width: 1200px) {
        .gsgf_secretariat_row_complete .gsgf_sec_div_main .gsgf_part_secretariat:after {
          opacity: 0; } }
  .gsgf_secretariat_row_complete .gsgf_sec_div_main .gsgf_sec_div_main4 {
    padding: 0px; }
    .gsgf_secretariat_row_complete .gsgf_sec_div_main .gsgf_sec_div_main4 .gsgf_sctrt_img_div {
      position: relative;
      z-index: 9; }
      @media (max-width: 769px) and (min-width: 400px) {
        .gsgf_secretariat_row_complete .gsgf_sec_div_main .gsgf_sec_div_main4 .gsgf_sctrt_img_div {
          text-align: center;
          margin-bottom: 20px; } }
      .gsgf_secretariat_row_complete .gsgf_sec_div_main .gsgf_sec_div_main4 .gsgf_sctrt_img_div img {
        width: 100%;
        border-radius: 50%; }
        @media (max-width: 769px) and (min-width: 400px) {
          .gsgf_secretariat_row_complete .gsgf_sec_div_main .gsgf_sec_div_main4 .gsgf_sctrt_img_div img {
            width: auto; } }
  @media (max-width: 769px) and (min-width: 300px) {
    .gsgf_secretariat_row_complete .gsgf_sec_div_main .gsgf_sec_div_main8 {
      padding: 0px; } }
  .gsgf_secretariat_row_complete .gsgf_sec_div_main .gsgf_sec_div_main8 .gsgf_sctrt_txt_div {
    padding: 0px 20px 0px 20px; }
    @media (max-width: 1277px) {
      .gsgf_secretariat_row_complete .gsgf_sec_div_main .gsgf_sec_div_main8 .gsgf_sctrt_txt_div {
        padding: 0px; } }
    .gsgf_secretariat_row_complete .gsgf_sec_div_main .gsgf_sec_div_main8 .gsgf_sctrt_txt_div .gsgf_sctrt_txt_divh1 {
      padding: 6px 0px;
      text-transform: uppercase;
      font-size: 23px;
      font-weight: bold;
      color: #000;
      margin: 0px; }
      @media (max-width: 1200px) {
        .gsgf_secretariat_row_complete .gsgf_sec_div_main .gsgf_sec_div_main8 .gsgf_sctrt_txt_div .gsgf_sctrt_txt_divh1 {
          text-transform: capitalize; } }
    .gsgf_secretariat_row_complete .gsgf_sec_div_main .gsgf_sec_div_main8 .gsgf_sctrt_txt_div .gsgf_sctrt_txt_div_p {
      margin-top: 32px; }
      @media (max-width: 1200px) {
        .gsgf_secretariat_row_complete .gsgf_sec_div_main .gsgf_sec_div_main8 .gsgf_sctrt_txt_div .gsgf_sctrt_txt_div_p {
          margin-top: 15px; } }
      .gsgf_secretariat_row_complete .gsgf_sec_div_main .gsgf_sec_div_main8 .gsgf_sctrt_txt_div .gsgf_sctrt_txt_div_p i {
        color: #00c34e; }
      .gsgf_secretariat_row_complete .gsgf_sec_div_main .gsgf_sec_div_main8 .gsgf_sctrt_txt_div .gsgf_sctrt_txt_div_p .gsgf_italic {
        color: #000;
        position: relative;
        top: 5px;
        font-style: italic;
        font-weight: bold; }
@media (max-width: 1277px) {
  .gsgf_secretariat_row_complete .gsgf_sctrt_p_top12 {
    padding: 0px; } }
.gsgf_secretariat_row_complete .gsgf_sctrt_p_top12 .gsgf_sctrt_p_top {
  margin-top: 35px; }

.gsgf_photos_row {
  margin: 20px 0px; }

.gsgf_photos_part {
  margin: 40px 0px; }

.gsgf_abt_latest_event {
  margin-bottom: 50px; }
  @media (max-width: 769px) and (min-width: 500px) {
    .gsgf_abt_latest_event {
      float: left; } }
  .gsgf_abt_latest_event .gsgf_abt_latest_event_h1 {
    background: #00c34e;
    color: #fff;
    padding: 6px 10px;
    text-transform: uppercase;
    font-size: 23px;
    border-radius: 8px 8px 0px 0px;
    font-weight: 600;
    margin-bottom: 0px; }
    @media (max-width: 1100px) {
      .gsgf_abt_latest_event .gsgf_abt_latest_event_h1 {
        font-size: 20px; } }
  .gsgf_abt_latest_event .gsgf_abt_latest_event_ul {
    padding: 0px 0px;
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding-bottom: 0px; }
    .gsgf_abt_latest_event .gsgf_abt_latest_event_ul > li {
      list-style: none;
      display: inline-block;
      border-bottom: 2px solid rgba(222, 220, 220, 0.64);
      padding: 0px 10px;
      padding-bottom: 25px;
      margin-top: 25px; }
      .gsgf_abt_latest_event .gsgf_abt_latest_event_ul > li a {
        text-decoration: none;
        color: #000; }
        .gsgf_abt_latest_event .gsgf_abt_latest_event_ul > li a .gsgf_evnts_logo {
          width: 40%;
          float: left;
          border-radius: 50%;
          box-shadow: 1px 1px 3px 0px #c1c1c1;
          padding: 10px 10px; }
          @media (max-width: 1000px) and (min-width: 769px) {
            .gsgf_abt_latest_event .gsgf_abt_latest_event_ul > li a .gsgf_evnts_logo {
              width: 100%;
              text-align: center;
              border-radius: 0%;
              box-shadow: 0px 0px 0px 0px #c1c1c1; } }
          @media (max-width: 769px) and (min-width: 300px) {
            .gsgf_abt_latest_event .gsgf_abt_latest_event_ul > li a .gsgf_evnts_logo {
              width: 20%;
              text-align: center; } }
          .gsgf_abt_latest_event .gsgf_abt_latest_event_ul > li a .gsgf_evnts_logo img {
            width: 100%;
            padding: 10px 10px; }
            @media (max-width: 1000px) and (min-width: 769px) {
              .gsgf_abt_latest_event .gsgf_abt_latest_event_ul > li a .gsgf_evnts_logo img {
                width: 50% !important;
                box-shadow: 1px 1px 3px 0px #c1c1c1; } }
            @media (max-width: 500px) {
              .gsgf_abt_latest_event .gsgf_abt_latest_event_ul > li a .gsgf_evnts_logo img {
                padding: 0px; } }
        .gsgf_abt_latest_event .gsgf_abt_latest_event_ul > li a .gsgf_events_txt {
          width: 60%;
          float: left;
          padding: 0px 10px; }
          @media (max-width: 769px) and (min-width: 300px) {
            .gsgf_abt_latest_event .gsgf_abt_latest_event_ul > li a .gsgf_events_txt {
              width: 80%;
              text-align: left; } }
          @media (max-width: 1000px) and (min-width: 769px) {
            .gsgf_abt_latest_event .gsgf_abt_latest_event_ul > li a .gsgf_events_txt {
              width: 100%;
              text-align: center;
              margin-top: 10px; } }
          .gsgf_abt_latest_event .gsgf_abt_latest_event_ul > li a .gsgf_events_txt h1 {
            font-size: 15px;
            font-family: "Lato";
            color: #111111;
            font-weight: bold;
            text-transform: capitalize;
            margin: 0px;
            margin-bottom: 11px; }
          .gsgf_abt_latest_event .gsgf_abt_latest_event_ul > li a .gsgf_events_txt .gsgf_abt_latest_news_ul {
            padding: 0px;
            margin-bottom: 10px; }
            .gsgf_abt_latest_event .gsgf_abt_latest_event_ul > li a .gsgf_events_txt .gsgf_abt_latest_news_ul li {
              list-style: none;
              display: inline-block;
              color: #333; }
          .gsgf_abt_latest_event .gsgf_abt_latest_event_ul > li a .gsgf_events_txt p {
            font-size: 12.5px;
            color: #333;
            margin-bottom: 15px; }
          .gsgf_abt_latest_event .gsgf_abt_latest_event_ul > li a .gsgf_events_txt span {
            text-transform: capitalize;
            padding: 3px 10px;
            border: 1px solid #d0c8c8;
            font-size: 12px;
            font-weight: 600; }

.gsgf_smartgrid_row .gsgf_abt_div8 .gsgf_smartgrid_qstn {
  font-size: 21px;
  font-family: "Lato";
  color: #000;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 30px;
  line-height: 20px; }
@media (max-width: 769px) {
  .gsgf_smartgrid_row .gsgf_abt_div8 .ziehharmonika h3 {
    font-size: 14px; } }
.gsgf_smartgrid_row .gsgf_abt_div8 .ziehharmonika .gsgf_smartgrid_inside_tab p {
  margin: 15px 0px 20px 0px; }
.gsgf_smartgrid_row .gsgf_abt_div8 .ziehharmonika .gsgf_smartgrid_inside_tab ul {
  padding: 0px; }
  .gsgf_smartgrid_row .gsgf_abt_div8 .ziehharmonika .gsgf_smartgrid_inside_tab ul li {
    list-style: none;
    margin-bottom: 20px;
    text-align: justify;
    background-image: url(../images/abt_dots.png);
    background-position: 7px 4px;
    background-repeat: no-repeat;
    padding-left: 40px; }
@media (max-width: 769px) {
  .gsgf_smartgrid_row .gsgf_abt_div8 .ziehharmonika .collapseIcon {
    position: absolute;
    right: 20px;
    top: 46%;
    font-size: 17px;
    font-weight: 300;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: 2px solid;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    text-align: center;
    font-weight: bold; } }

.gsgf_yt_main .gsgf_yt_div {
  padding-left: 0px;
  text-align: center;
  margin-bottom: 30px;
  transition: .30s all;
  overflow: hidden; }
  .gsgf_yt_main .gsgf_yt_div:hover {
    cursor: pointer; }
    .gsgf_yt_main .gsgf_yt_div:hover img {
      -ms-transform: scale(1.3);
      /* IE 9 */
      -webkit-transform: scale(1.3);
      /* Safari */
      transform: scale(1.3); }
  .gsgf_yt_main .gsgf_yt_div .gsgf_yt_img {
    overflow: hidden;
    border: 3px double #333; }
    .gsgf_yt_main .gsgf_yt_div .gsgf_yt_img img {
      width: 100%;
      transition: .30s all; }
  .gsgf_yt_main .gsgf_yt_div .gsgf_yt_txt h1 {
    color: #000;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    padding: 8px 10px;
    margin: 0px; }
  .gsgf_yt_main .gsgf_yt_div .magik-btn-quickview {
    position: relative;
    display: inherit; }
  .gsgf_yt_main .gsgf_yt_div .magik-btn-quickview:before {
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 48px;
    font-weight: normal;
    margin: 0;
    text-decoration: none;
    display: inline-block;
    transition: all 0.2s linear;
    line-height: 59px;
    width: 57px;
    left: 44%;
    opacity: 1;
    content: "\f0da";
    position: absolute;
    margin-top: 4px;
    z-index: 10;
    cursor: pointer;
    top: 32%;
    background: #181818;
    border-radius: 50%;
    height: 57px;
    text-align: center;
    box-shadow: inset 1px 1px 7px 0px #000; }

.gsgf_blog_part .gsgf_abt_div8 .gsgf_blog_row {
  padding: 20px 20px;
  border: 1px solid rgba(0, 195, 78, 0.45);
  margin: 0px;
  position: relative;
  display: -webkit-inline-box;
  background: #fff;
  margin-bottom: 50px; }
  @media (max-width: 769px) {
    .gsgf_blog_part .gsgf_abt_div8 .gsgf_blog_row {
      display: block;
      padding: 10px 10px; } }
  .gsgf_blog_part .gsgf_abt_div8 .gsgf_blog_row:after, .gsgf_blog_part .gsgf_abt_div8 .gsgf_blog_row:before {
    z-index: -1;
    content: '';
    width: 50%;
    height: 10px;
    position: absolute;
    bottom: 15px;
    left: 10px;
    right: auto;
    background: none;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777; }
  .gsgf_blog_part .gsgf_abt_div8 .gsgf_blog_row:before {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto; }
  .gsgf_blog_part .gsgf_abt_div8 .gsgf_blog_row .gsgf_blog_4 {
    padding: 0px; }
    .gsgf_blog_part .gsgf_abt_div8 .gsgf_blog_row .gsgf_blog_4 .img_blog {
      height: 250px;
      background-position: center;
      background-size: cover;
      max-height: 250px;
      border-radius: 12px; }
  @media (max-width: 769px) {
    .gsgf_blog_part .gsgf_abt_div8 .gsgf_blog_row .gsgf_blog_8 {
      margin-top: 20px;
      padding: 0px; } }
  .gsgf_blog_part .gsgf_abt_div8 .gsgf_blog_row .gsgf_blog_8 h1 {
    font-size: 20px;
    font-family: "Lato";
    color: #00c34e;
    font-weight: bold;
    text-transform: capitalize;
    margin: 0px;
    margin-bottom: 10px;
    line-height: 20px; }
  .gsgf_blog_part .gsgf_abt_div8 .gsgf_blog_row .gsgf_blog_8 .date {
    font-size: 13px;
    font-family: "Lato";
    color: #000;
    margin: 0px; }
  .gsgf_blog_part .gsgf_abt_div8 .gsgf_blog_row .gsgf_blog_8 .gsgf_blog_ul {
    margin-top: 10px; }
    .gsgf_blog_part .gsgf_abt_div8 .gsgf_blog_row .gsgf_blog_8 .gsgf_blog_ul .gsgf_span_line {
      font-weight: bold;
      margin-right: 5px; }
    .gsgf_blog_part .gsgf_abt_div8 .gsgf_blog_row .gsgf_blog_8 .gsgf_blog_ul a {
      background: #00c34e;
      padding: 2px 5px;
      border-radius: 10px 10px;
      margin-right: 5px;
      text-decoration: none;
      color: #fff;
      font-size: 12px;
      display: inline-block;
      text-transform: capitalize; }
      @media (max-width: 769px) {
        .gsgf_blog_part .gsgf_abt_div8 .gsgf_blog_row .gsgf_blog_8 .gsgf_blog_ul a {
          margin-top: 3px; } }
  .gsgf_blog_part .gsgf_abt_div8 .gsgf_blog_row .gsgf_blog_8 p {
    font-size: 13px;
    font-family: "Lato";
    color: #333;
    margin: 0px;
    margin-top: 15px;
    line-height: 21px; }
  .gsgf_blog_part .gsgf_abt_div8 .gsgf_blog_row .gsgf_blog_8 .gsgf_social_icons ul {
    padding: 0px;
    display: inline-block; }
    .gsgf_blog_part .gsgf_abt_div8 .gsgf_blog_row .gsgf_blog_8 .gsgf_social_icons ul li {
      list-style: none;
      display: inline-block;
      margin-right: 10px; }
  .gsgf_blog_part .gsgf_abt_div8 .gsgf_blog_row .gsgf_blog_8 .gsgf_social_icons .gsgf_read_dotted {
    text-decoration: none;
    color: #333;
    text-transform: capitalize; }
.gsgf_blog_part .gsgf_abt_div8 .gsgf_shadow img {
  width: 100%;
  position: relative;
  top: -37px; }

.gsgf_bod_box .cpmlt_inside_bod .txt_part {
  margin-top: 0px; }
  .gsgf_bod_box .cpmlt_inside_bod .txt_part h1 {
    text-align: center; }
.gsgf_bod_box .cpmlt_inside_bod .img_part_report {
  text-align: center;
  padding: 14px 0px; }
  .gsgf_bod_box .cpmlt_inside_bod .img_part_report img {
    width: 100%;
    max-width: 150px; }

.gsgf_report_div {
  margin-top: 30px !important; }
  @media (max-width: 500px) and (min-width: 300px) {
    .gsgf_report_div {
      margin-bottom: 50px !important; } }

.k_event {
  padding: 0px !important;
  overflow: hidden; }
  .k_event .img_blog {
    border-radius: 0px !important;
    height: 320px !important;
    background-position: center;
    background-size: cover;
    max-height: 320px !important; }
  .k_event .gsgf_blog_8 {
    padding: 2% 2%; }
    .k_event .gsgf_blog_8 .k_event_blog i {
      background: #00c34e;
      color: #fff;
      padding: 6px 6px;
      margin-bottom: 2px;
      margin-top: 6px;
      width: 25px;
      text-align: center;
      margin-right: 6px; }
    @media (max-width: 769px) {
      .k_event .gsgf_blog_8 {
        padding: 2% 2% !important; } }

.gsgf_event_div {
  padding: 0 12%; }
  @media (max-width: 1000px) {
    .gsgf_event_div {
      padding: 0 2%; } }

.gsgf_single_event .gsgf_inside_page_heading {
  margin-bottom: 0px !important; }
.gsgf_single_event .gsgf_event_single_page_blog {
  background: #f7f7f7; }
.gsgf_single_event .gsgf_event_single_page_blog_inside {
  padding: 15px 20px 30px; }
  @media (max-width: 769px) and (min-width: 300px) {
    .gsgf_single_event .gsgf_event_single_page_blog_inside {
      padding: 15px 0px 30px; } }
  .gsgf_single_event .gsgf_event_single_page_blog_inside .gsgf_event_detail_heading {
    font-size: 23px;
    font-family: "Lato";
    color: #00c34e;
    font-weight: bold;
    text-transform: capitalize;
    margin: 0px;
    margin-bottom: 21px;
    line-height: 20px;
    margin-top: 15px; }
  .gsgf_single_event .gsgf_event_single_page_blog_inside .gsgf_blog_ul {
    margin-top: 10px; }
    .gsgf_single_event .gsgf_event_single_page_blog_inside .gsgf_blog_ul .gsgf_span_line {
      font-weight: bold;
      margin-right: 5px;
      font-size: 15px;
      color: #000; }
  .gsgf_single_event .gsgf_event_single_page_blog_inside .k_event_blog i {
    background: #00c34e;
    color: #fff;
    padding: 6px 6px;
    margin-bottom: 2px;
    margin-top: 6px;
    width: 25px;
    text-align: center;
    margin-right: 6px; }
  .gsgf_single_event .gsgf_event_single_page_blog_inside .gsgf_event_single_desc_p {
    padding: 35px 25px;
    background: #fff;
    margin: 30px 0px;
    box-shadow: 0px 0px 8px 3px rgba(150, 145, 145, 0.16); }
.gsgf_single_event .gsgf_single_evnet_ul_list {
  margin: 20px 0px;
  text-align: center; }
  .gsgf_single_event .gsgf_single_evnet_ul_list a {
    text-align: center;
    color: #000;
    display: inline-block;
    padding: 8px 35px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    margin-right: 11px;
    background: #fff;
    margin-bottom: 20px;
    width: 23%; }
    @media (max-width: 1200px) and (min-width: 769px) {
      .gsgf_single_event .gsgf_single_evnet_ul_list a {
        padding: 8px 15px; } }
    @media (max-width: 769px) and (min-width: 300px) {
      .gsgf_single_event .gsgf_single_evnet_ul_list a {
        padding: 8px 15px;
        width: 45%; } }
    .gsgf_single_event .gsgf_single_evnet_ul_list a:hover {
      text-decoration: none; }
.gsgf_single_event .gsgf__event_single_follow {
  margin: 20px 0px;
  text-align: left;
  color: #000;
  padding: 20px 30px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
  margin-right: 11px;
  background: #fff;
  margin-bottom: 20px; }
  @media (max-width: 769px) and (min-width: 300px) {
    .gsgf_single_event .gsgf__event_single_follow {
      padding: 20px 0px 20px 10px; } }
  .gsgf_single_event .gsgf__event_single_follow span {
    margin: 0px 20px;
    color: #000; }
  @media (max-width: 500px) {
    .gsgf_single_event .gsgf__event_single_follow a {
      display: block;
      margin-top: 7px; } }
  .gsgf_single_event .gsgf__event_single_follow a:hover {
    text-decoration: none;
    color: #00c34e; }
.gsgf_single_event .gsgf_map_blog_part {
  background: #123d74;
  color: #fff;
  margin: 40px 0px;
  padding: 0px; }
  .gsgf_single_event .gsgf_map_blog_part .text_inside {
    padding: 0px 45px; }
    @media (max-width: 800px) {
      .gsgf_single_event .gsgf_map_blog_part .text_inside {
        padding: 15px 12px; } }
    .gsgf_single_event .gsgf_map_blog_part .text_inside h1 {
      border-bottom: 2px solid;
      padding-bottom: 10px;
      font-size: 23px; }
    .gsgf_single_event .gsgf_map_blog_part .text_inside .gsgf_address {
      font-size: 15px;
      display: flow-root; }
      @media (max-width: 400px) {
        .gsgf_single_event .gsgf_map_blog_part .text_inside .gsgf_address {
          font-size: 12px; } }
      .gsgf_single_event .gsgf_map_blog_part .text_inside .gsgf_address i {
        margin-right: 7px; }
      .gsgf_single_event .gsgf_map_blog_part .text_inside .gsgf_address span {
        float: right;
        width: 95%;
        position: relative;
        top: -4px;
        margin-bottom: 12px; }
        @media (max-width: 400px) {
          .gsgf_single_event .gsgf_map_blog_part .text_inside .gsgf_address span {
            width: 92%; } }
  .gsgf_single_event .gsgf_map_blog_part .map_inside {
    padding: 0px; }

.ui-datepicker td span, .ui-datepicker td a {
  /*	background-color: #42B373 !important;
      background-image :none !important;
      color: #ffffff !important;*/
  cursor: context-menu;
  pointer-events: none; }

.event a {
  background: #00c34e !important;
  background-image: none !important;
  color: #ffffff !important;
  cursor: pointer !important; }

.notevent a {
  cursor: context-menu;
  pointer-events: none;
  opacity: 1; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
  background: #025036;
  color: #fff; }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
  background: #00a848; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
  background: #00a848;
  border: 0px;
  color: #fff; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 1;
  filter: Alpha(Opacity=35);
  background-image: none;
  background: #025036; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #025036;
  background: #025036;
  font-weight: normal;
  color: #f2f2f2;
  text-align: center; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
  background: #025036;
  color: #fff;
  border: 3px solid #023323; }

.gsgf_blog_part .gsgf_abt_div8 .gsgf_blog_row .gsgf_blog_4 .img_blog {
    height: 250px;
    background-position: center;
    background-size: contain;
    max-height: 250px;
    border-radius: 12px;
    background-repeat: no-repeat;
/*# sourceMappingURL=style.css.map */
