/*Prefix Styles*/
/* line 2, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_prefix.scss */
.m0 {
  margin: 0; }

/* line 3, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_prefix.scss */
.p0 {
  padding: 0; }

/* line 5, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_prefix.scss */
body {
  /*Section Fix*/ }
  /* line 6, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_prefix.scss */
  body p {
    line-height: 24px;
    font-family: "Karla", sans-serif; }
  /* line 13, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_prefix.scss */
  body section.row, body header.row, body footer.row {
    margin: 0;
    position: relative; }

/*Ancore*/
/* line 21, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_prefix.scss */
a, .btn, button {
  outline: none;
  transition: all 300ms linear 0s; }
  /* line 24, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_prefix.scss */
  a:before, a:after, .btn:before, .btn:after, button:before, button:after {
    transition: all 300ms linear 0s; }
  /* line 27, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_prefix.scss */
  a:focus, a:hover, .btn:focus, .btn:hover, button:focus, button:hover {
    outline: none;
    text-decoration: none;
    transition: all 300ms linear 0s; }

/*Section Gap*/
/* line 35, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_prefix.scss */
.sectionGap {
  padding: 85px 0 110px; }

/*Button*/
/* line 40, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_prefix.scss */
.btn-primary {
  padding: 0 28px;
  border: 1px solid;
  border-radius: 3px;
  font: 700 13px/43px "Montserrat", sans-serif;
  text-transform: uppercase;
  box-shadow: none;
  display: inline-block;
  white-space: nowrap;
  text-shadow: none;
  text-align: center;
  transition: all 300ms linear 0s; }
  /* line 52, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_prefix.scss */
  .btn-primary.btn-outline {
    background: none; }
  /* line 56, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_prefix.scss */
  .btn-primary.white.btn-outline {
    background: transparent; }
  /* line 63, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_prefix.scss */
  .btn-primary.dark.btn-outline {
    background: transparent; }
  /* line 69, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_prefix.scss */
  .btn-primary.btn-sm {
    padding: 0 17px;
    height: 26px;
    line-height: 24px;
    font-size: 11px; }
  /* line 75, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_prefix.scss */
  .btn-primary.btn-md {
    padding: 0 19px;
    height: 34px;
    line-height: 34px;
    font-size: 13px; }
  /* line 81, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_prefix.scss */
  .btn-primary.hmfw {
    min-width: 192px; }

/*Label*/
/* line 93, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_prefix.scss */
.label, .label.widget-title {
  font: 12px/28px "Montserrat", sans-serif;
  color: #fff;
  display: inline-block;
  padding: 0 20px;
  text-transform: uppercase;
  border-radius: 3px;
  letter-spacing: 0.1px;
  margin: 0 auto; }

/*Fund Rises*/
/* line 108, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_prefix.scss */
.fund_raises .amount_box {
  padding-top: 0;
  padding-bottom: 15px;
  padding-right: 5px;
  text-transform: uppercase; }
  /* line 113, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_prefix.scss */
  .fund_raises .amount_box + .amount_box {
    padding-left: 0;
    padding-right: 0; }

/* line 118, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_prefix.scss */
.fund_raises h6 {
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  line-height: 1;
  margin-bottom: 5px; }

/* line 125, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_prefix.scss */
.fund_raises h2, .fund_raises h3 {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  line-height: 1; }

/* line 132, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_prefix.scss */
.fund_raises.style2 .amount_box {
  padding: 15px 0 0; }
  /* line 134, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_prefix.scss */
  .fund_raises.style2 .amount_box + .amount_box {
    padding: 15px 0 0;
    border: none; }

/*Fund ProgressBar*/
/* line 148, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_prefix.scss */
.progress {
  height: 5px;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  overflow: visible; }
  /* line 155, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_prefix.scss */
  .progress .progress-bar {
    position: relative;
    transition-duration: 1000ms; }
  /* line 159, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_prefix.scss */
  .progress .percentage {
    position: absolute;
    right: 0;
    transform: translateX(50%);
    padding: 0 14px;
    border-radius: 3px;
    top: -31px;
    line-height: 24px;
    font-size: 12px;
    font-family: "Montserrat", sans-serif; }
    /* line 169, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_prefix.scss */
    .progress .percentage:after {
      display: block;
      content: '';
      width: 0;
      height: 0;
      border-top: 4px solid;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }

/*Section Title */
/* line 186, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_prefix.scss */
.sectionTitle {
  max-width: 825px;
  margin: 0 auto;
  text-transform: uppercase; }
  /* line 190, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_prefix.scss */
  .sectionTitle h3 {
    margin-top: 22px;
    line-height: 36px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      /* line 190, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_prefix.scss */
      .sectionTitle h3 {
        font-size: 20px;
        line-height: 26px; } }

/* line 203, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_prefix.scss */
.page-content {
  padding: 73px 0; }

/* line 2, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_faqs.scss */
.content_faqs .team_page_para {
  margin-bottom: 65px; }

/* line 7, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_faqs.scss */
.sideNav {
  padding: 36px 36px 38px 30px;
  text-transform: uppercase;
  width: 360px; }
  @media (max-width: 1199px) {
    /* line 7, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_faqs.scss */
    .sideNav {
      width: 293px; } }
  @media (max-width: 991px) {
    /* line 7, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_faqs.scss */
    .sideNav {
      width: 220px;
      padding: 20px; } }
  @media (max-width: 767px) {
    /* line 7, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_faqs.scss */
    .sideNav {
      display: none; } }
  /* line 21, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_faqs.scss */
  .sideNav h4 {
    font: 700 16px/1 "Montserrat", sans-serif;
    margin-bottom: 30px;
    margin-top: 0; }
    @media (max-width: 991px) {
      /* line 21, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_faqs.scss */
      .sideNav h4 {
        margin-bottom: 10px; } }
  /* line 32, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_faqs.scss */
  .sideNav ul li + li {
    border-top: 1px solid; }
  /* line 35, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_faqs.scss */
  .sideNav ul li a {
    font: 700 13px/40px "Montserrat", sans-serif;
    padding: 0; }
    /* line 38, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_faqs.scss */
    .sideNav ul li a:hover, .sideNav ul li a:focus {
      background: none; }
  /* line 48, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_faqs.scss */
  .sideNav.affix {
    position: fixed;
    top: 70px;
    z-index: 1000; }
  /* line 53, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_faqs.scss */
  .sideNav.affix-bottom {
    position: absolute; }

/* line 59, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_faqs.scss */
.questions + .questions {
  margin-top: 60px; }

/* line 62, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_faqs.scss */
.questions .question_type {
  text-transform: uppercase;
  margin-bottom: 35px;
  padding-bottom: 20px;
  margin-top: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  border-bottom: 3px solid; }

/* line 74, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_faqs.scss */
.question_accordion .panel-default {
  border: none;
  border-radius: 0;
  box-shadow: none; }
  /* line 78, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_faqs.scss */
  .question_accordion .panel-default + .panel-default {
    margin-top: 30px;
    margin-bottom: 0; }

/* line 83, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_faqs.scss */
.question_accordion .panel-heading {
  padding: 0;
  background: none;
  border-radius: 0; }
  /* line 89, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_faqs.scss */
  .question_accordion .panel-heading + .panel-collapse > .panel-body {
    border-top: none; }

/* line 95, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_faqs.scss */
.question_accordion .panel-title a {
  font: 700 16px/24px "Montserrat", sans-serif;
  text-transform: uppercase;
  padding-left: 30px;
  display: block; }
  /* line 100, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_faqs.scss */
  .question_accordion .panel-title a:before {
    display: block;
    width: 30px;
    font-family: "FontAwesome";
    float: left;
    margin-left: -30px; }

/* line 109, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_faqs.scss */
.question_accordion .panel-title [aria-expanded="false"]:before {
  content: "\f0fe"; }

/* line 114, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_faqs.scss */
.question_accordion .panel-title [aria-expanded="true"]:before {
  content: "\f146"; }

/* line 121, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_faqs.scss */
.question_accordion .panel-body {
  padding-left: 30px;
  padding-right: 30px; }
  /* line 124, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_faqs.scss */
  .question_accordion .panel-body p {
    margin-bottom: 0;
    font-size: 16px; }
    /* line 127, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_faqs.scss */
    .question_accordion .panel-body p + p {
      margin-top: 25px; }
  /* line 132, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_faqs.scss */
  .question_accordion .panel-body ul {
    font: 500 14px/24px "Montserrat", sans-serif;
    color: #5D5D5D; }

/* line 1, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
.navbar {
  padding: 23px 0;
  border: none;
  box-shadow: none;
  margin: 0;
  transition: all 300ms linear 0s; }
  /* line 10, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
  .navbar .container .navbar-header .navbar-toggle {
    border-radius: 0;
    margin-top: 5px;
    margin-bottom: 5px; }
    /* line 14, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
    .navbar .container .navbar-header .navbar-toggle[aria-expanded="false"] {
      background: #435061;
      border-color: #435061; }
      /* line 17, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
      .navbar .container .navbar-header .navbar-toggle[aria-expanded="false"] span {
        background: #1EBF92; }
    /* line 21, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
    .navbar .container .navbar-header .navbar-toggle[aria-expanded="true"] {
      margin-bottom: 20px;
      background: #1EBF92;
      border-color: #1EBF92; }
      /* line 25, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
      .navbar .container .navbar-header .navbar-toggle[aria-expanded="true"] span {
        background: #435061; }
  /* line 30, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
  .navbar .container .navbar-header .navbar-brand {
    margin-left: 0; }
    @media (max-width: 767px) {
      /* line 30, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
      .navbar .container .navbar-header .navbar-brand {
        margin-left: 15px; } }
    /* line 35, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
    .navbar .container .navbar-header .navbar-brand img {
      max-height: 37px; }
  /* line 46, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
  .navbar.affix {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 0; }
    /* line 51, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
    .navbar.affix + header, .navbar.affix + section {
      margin-top: 91px; }
  /* line 55, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
  .navbar.affix-bottom {
    position: absolute;
    width: 100%; }

/* line 61, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
.navbar-brand {
  line-height: 45px;
  padding: 0;
  display: block;
  height: auto; }
  /* line 66, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
  .navbar-brand img {
    display: inline; }

@media (max-width: 767px) {
  /* line 71, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
  #mainNav {
    max-height: 250px; } }

/* line 75, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
#mainNav .navbar-nav {
  margin-right: 10px; }
  @media (max-width: 991px) {
    /* line 75, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
    #mainNav .navbar-nav {
      margin-right: -15px; } }
  @media (max-width: 767px) {
    /* line 75, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
    #mainNav .navbar-nav {
      margin-top: 0;
      margin-bottom: 0; } }
  /* line 85, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
  #mainNav .navbar-nav li a {
    padding: 0 20px;
    font: bold 13px/45px "Montserrat", sans-serif;
    text-transform: uppercase;
    text-shadow: none; }
    @media (max-width: 1199px) {
      /* line 85, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
      #mainNav .navbar-nav li a {
        padding: 0 15px; } }
    @media (max-width: 767px) {
      /* line 85, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
      #mainNav .navbar-nav li a {
        line-height: 35px; } }
    /* line 96, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
    #mainNav .navbar-nav li a:focus {
      background: none;
      box-shadow: none; }
    /* line 100, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
    #mainNav .navbar-nav li a + ul {
      border: none;
      padding: 15px;
      border-radius: 0;
      min-width: 254px;
      left: 0;
      box-shadow: 0px 2px 5px 0px rgba(125, 140, 159, 0.46); }
      @media (min-width: 1025px) {
        /* line 100, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
        #mainNav .navbar-nav li a + ul {
          display: block;
          transform: scale(1, 0);
          transform-origin: top;
          transition: all 300ms linear 0s;
          transition-duration: 200ms; } }
      /* line 114, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
      #mainNav .navbar-nav li a + ul li {
        padding: 0;
        position: relative; }
        /* line 117, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
        #mainNav .navbar-nav li a + ul li a {
          font: 700 13px/48px "Montserrat", sans-serif; }
          /* line 119, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
          #mainNav .navbar-nav li a + ul li a:hover, #mainNav .navbar-nav li a + ul li a:focus {
            background: none;
            box-shadow: none; }
          @media (min-width: 1025px) {
            /* line 123, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
            #mainNav .navbar-nav li a + ul li a + ul {
              transform: scale(0, 1);
              transform-origin: left;
              position: absolute;
              left: 100%;
              top: 0; } }
  /* line 142, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
  #mainNav .navbar-nav li:hover > a, #mainNav .navbar-nav li:focus > a, #mainNav .navbar-nav li.open > a {
    background: none;
    box-shadow: none; }
    @media (min-width: 1025px) {
      /* line 146, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
      #mainNav .navbar-nav li:hover > a + ul, #mainNav .navbar-nav li:focus > a + ul, #mainNav .navbar-nav li.open > a + ul {
        transform: scale(1, 1); } }
    @media (min-width: 1025px) {
      /* line 152, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
      #mainNav .navbar-nav li:hover > a + ul li a + ul, #mainNav .navbar-nav li:focus > a + ul li a + ul, #mainNav .navbar-nav li.open > a + ul li a + ul {
        transform: scale(0, 1); } }
    @media (min-width: 1025px) {
      /* line 160, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
      #mainNav .navbar-nav li:hover > a + ul li:hover a + ul, #mainNav .navbar-nav li:hover > a + ul li.active a + ul, #mainNav .navbar-nav li:hover > a + ul li.open a + ul, #mainNav .navbar-nav li:focus > a + ul li:hover a + ul, #mainNav .navbar-nav li:focus > a + ul li.active a + ul, #mainNav .navbar-nav li:focus > a + ul li.open a + ul, #mainNav .navbar-nav li.open > a + ul li:hover a + ul, #mainNav .navbar-nav li.open > a + ul li.active a + ul, #mainNav .navbar-nav li.open > a + ul li.open a + ul {
        transform: scale(1, 1); } }
  /* line 172, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
  #mainNav .navbar-nav li.active a {
    background: none;
    box-shadow: none; }

/* line 198, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
.header1 {
  padding: 30px 0; }

/* line 203, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
.logo a {
  display: block;
  float: left;
  line-height: 45px; }
  /* line 207, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
  .logo a img {
    max-height: 37px; }

/* line 213, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
.language_picker {
  margin-left: 25px;
  padding: 6px 0; }
  /* line 216, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
  .language_picker .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: auto; }
  /* line 219, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
  .language_picker .btn-group {
    text-transform: uppercase; }
    /* line 221, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
    .language_picker .btn-group .btn {
      background: none;
      box-shadow: none;
      text-transform: uppercase;
      font: 700 13px/30px "Montserrat", sans-serif;
      padding: 0 12px;
      outline: none;
      border-radius: 2px; }
      /* line 230, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
      .language_picker .btn-group .btn:focus {
        outline: none; }
      /* line 233, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
      .language_picker .btn-group .btn .filter-option {
        width: auto; }
      /* line 236, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
      .language_picker .btn-group .btn .bs-caret {
        margin-left: 12px; }
      /* line 239, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
      .language_picker .btn-group .btn .caret {
        position: relative;
        margin-left: 0;
        right: 0;
        border-width: 3px 3px 0 3px; }
  /* line 247, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
  .language_picker .dropdown-menu {
    z-index: 1100; }

/* line 253, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
.contact-info .pull-left {
  padding-right: 20px;
  text-transform: uppercase; }
  /* line 256, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
  .contact-info .pull-left + .pull-left {
    border-left: 1px solid;
    padding-right: 25px;
    padding-left: 20px; }
    /* line 260, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
    .contact-info .pull-left + .pull-left h5 {
      font-size: 18px; }
  /* line 264, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
  .contact-info .pull-left span {
    display: table-cell;
    font-size: 30px;
    padding-right: 12px; }
    /* line 270, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
    .contact-info .pull-left span.rotate i {
      transform: rotate(24deg); }
  /* line 275, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
  .contact-info .pull-left .infos_col {
    display: table-cell;
    vertical-align: middle; }
  /* line 279, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
  .contact-info .pull-left h6 {
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    margin: 0;
    line-height: 1.25; }
  /* line 286, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
  .contact-info .pull-left h5 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin: 0;
    line-height: 1.25; }
  /* line 293, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
  .contact-info .pull-left h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin: 0;
    line-height: 1.25; }

/*TopBar*/
/* line 304, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
.topbar {
  text-transform: uppercase;
  font: 12px/50px "Montserrat", sans-serif; }
  @media (max-width: 479px) {
    /* line 307, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
    .topbar .welcome-notice {
      width: 100%; } }
  @media (max-width: 767px) {
    /* line 314, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
    .topbar .nav {
      margin: 0; } }
  @media (max-width: 479px) {
    /* line 314, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
    .topbar .nav {
      width: 100%; } }
  @media (max-width: 767px) {
    /* line 321, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
    .topbar .nav li {
      float: left; } }
  /* line 325, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
  .topbar .nav li a {
    padding: 0 15px;
    line-height: 50px;
    font-weight: 700;
    text-shadow: none; }
    @media (max-width: 767px) {
      /* line 325, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
      .topbar .nav li a {
        width: 53px;
        height: 50px; } }
    /* line 334, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
    .topbar .nav li a i {
      margin-right: 12px;
      font-size: 14px; }
      @media (max-width: 767px) {
        /* line 334, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
        .topbar .nav li a i {
          width: 53px; } }
    /* line 341, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
    .topbar .nav li a:hover, .topbar .nav li a:focus {
      box-shadow: none; }
  /* line 352, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
  .topbar .nav li.search-form form {
    position: relative; }
    /* line 355, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
    .topbar .nav li.search-form form .form-control {
      line-height: 50px;
      padding: 0 15px;
      background: transparent;
      border: none;
      height: 50px;
      box-shadow: none;
      font-weight: normal;
      font-size: 12px;
      width: 53px;
      transition: all 300ms linear 0s; }
      /* line 366, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
      .topbar .nav li.search-form form .form-control::-moz-placeholder {
        color: transparent;
        opacity: 1;
        transition: all 300ms linear 0s; }
      /* line 371, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
      .topbar .nav li.search-form form .form-control:-ms-input-placeholder {
        color: transparent;
        transition: all 300ms linear 0s; }
      /* line 375, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
      .topbar .nav li.search-form form .form-control::-webkit-input-placeholder {
        color: transparent;
        transition: all 300ms linear 0s; }
      /* line 379, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
      .topbar .nav li.search-form form .form-control:focus {
        box-shadow: none;
        width: 300px; }
        @media (max-width: 479px) {
          /* line 379, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
          .topbar .nav li.search-form form .form-control:focus {
            width: 224px; } }
        @media (max-width: 359px) {
          /* line 379, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
          .topbar .nav li.search-form form .form-control:focus {
            width: 184px; } }
        /* line 388, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
        .topbar .nav li.search-form form .form-control:focus::-moz-placeholder {
          opacity: 1; }
    /* line 400, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
    .topbar .nav li.search-form form .input-group-addon {
      position: absolute;
      padding: 0;
      box-shadow: none;
      background: transparent;
      border: none;
      border-radius: 0;
      font-size: 16px;
      right: 0;
      display: block;
      width: 53px;
      height: 50px;
      text-align: center;
      line-height: 50px; }

/* line 422, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
.navbar-form {
  width: 256px;
  margin: 0;
  padding: 0; }
  /* line 426, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
  .navbar-form .form-group {
    width: 203px;
    display: block;
    float: left; }
  /* line 431, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
  .navbar-form .form-control {
    line-height: 50px;
    padding: 0 15px;
    border: none;
    height: 50px;
    box-shadow: none;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    width: 100%;
    border-radius: 0;
    transition: all 300ms linear 0s; }
    /* line 443, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
    .navbar-form .form-control::-moz-placeholder {
      opacity: 1;
      transition: all 300ms linear 0s; }
    /* line 448, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
    .navbar-form .form-control:-ms-input-placeholder {
      transition: all 300ms linear 0s; }
    /* line 452, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
    .navbar-form .form-control::-webkit-input-placeholder {
      transition: all 300ms linear 0s; }
    /* line 456, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
    .navbar-form .form-control:focus {
      box-shadow: none;
      font-weight: 300; }
      /* line 461, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
      .navbar-form .form-control:focus::-moz-placeholder {
        opacity: 1; }
  /* line 473, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_header.scss */
  .navbar-form button {
    padding: 0;
    box-shadow: none;
    border: none;
    border-radius: 0;
    font-size: 16px;
    width: 53px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    text-shadow: none; }

/* line 1, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_body.scss */
.home-page {
  background: #eef2f6; }

/* line 5, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_body.scss */
.page-wrapper {
  max-width: 1333px;
  margin: 0 auto;
  background: #fff; }

/* line 2, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_featured_events.scss */
.featured_events .caption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
  /* line 13, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_featured_events.scss */
  .featured_events .caption .caption_row {
    flex: 1;
    align-self: center; }
  @media (max-width: 991px) {
    /* line 2, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_featured_events.scss */
    .featured_events .caption {
      position: relative;
      top: 0;
      transform: none; } }

/* line 23, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_featured_events.scss */
.featured_events .event_box {
  max-width: 380px; }
  @media (max-width: 991px) {
    /* line 23, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_featured_events.scss */
    .featured_events .event_box {
      max-width: 100%; } }

/* line 30, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_featured_events.scss */
.featured_events .owl-dots {
  display: table;
  position: absolute;
  left: 50%;
  bottom: 38px;
  transform: translateX(-50%); }
  @media (max-width: 991px) {
    /* line 30, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_featured_events.scss */
    .featured_events .owl-dots {
      bottom: 0; } }
  /* line 39, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_featured_events.scss */
  .featured_events .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    float: left; }
    /* line 46, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_featured_events.scss */
    .featured_events .owl-dots .owl-dot + .owl-dot {
      margin-left: 5px; }

/* line 53, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_featured_events.scss */
.featured_event_box {
  padding: 40px 37px 38px; }
  @media (max-width: 1199px) {
    /* line 53, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_featured_events.scss */
    .featured_event_box {
      padding: 25px; } }
  @media (max-width: 991px) {
    /* line 53, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_featured_events.scss */
    .featured_event_box {
      padding: 25px 0; } }
  /* line 61, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_featured_events.scss */
  .featured_event_box .label {
    padding: 0 15px; }
  /* line 64, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_featured_events.scss */
  .featured_event_box .days_left {
    font: 700 13px/28px "Montserrat", sans-serif; }
  /* line 67, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_featured_events.scss */
  .featured_event_box .event_meta {
    margin-bottom: 15px; }
    @media (max-width: 1199px) {
      /* line 67, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_featured_events.scss */
      .featured_event_box .event_meta {
        margin-bottom: 10px; } }
  /* line 73, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_featured_events.scss */
  .featured_event_box .event_link {
    margin-top: 0;
    margin-bottom: 20px; }
    @media (max-width: 1199px) {
      /* line 73, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_featured_events.scss */
      .featured_event_box .event_link {
        margin-bottom: 15px; } }
    /* line 79, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_featured_events.scss */
    .featured_event_box .event_link a {
      line-height: 30px;
      font-weight: 700;
      font-family: "Montserrat", sans-serif; }
      @media (max-width: 1199px) {
        /* line 79, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_featured_events.scss */
        .featured_event_box .event_link a {
          line-height: 24px; } }
  /* line 88, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_featured_events.scss */
  .featured_event_box p {
    font: 16px/24px "Karla", sans-serif;
    margin-bottom: 30px; }
    @media (max-width: 1199px) {
      /* line 88, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_featured_events.scss */
      .featured_event_box p {
        margin-bottom: 20px; } }
  /* line 95, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_featured_events.scss */
  .featured_event_box .fund_raises {
    border-top: 0.5px solid;
    margin-bottom: 20px; }
    @media (max-width: 1199px) {
      /* line 95, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_featured_events.scss */
      .featured_event_box .fund_raises {
        margin-bottom: 15px; } }
    /* line 101, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_featured_events.scss */
    .featured_event_box .fund_raises .amount_box {
      width: 50%;
      padding-top: 20px; }
      @media (max-width: 1199px) {
        /* line 101, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_featured_events.scss */
        .featured_event_box .fund_raises .amount_box {
          padding-top: 15px; } }
    @media (max-width: 767px) {
      /* line 112, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_featured_events.scss */
      .featured_event_box .fund_raises h2 {
        font-size: 24px; } }

/* line 1, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_help-process.scss */
.how-to-help.row {
  margin-top: -122px;
  z-index: 2; }
  @media (max-width: 991px) {
    /* line 1, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_help-process.scss */
    .how-to-help.row {
      margin-top: 0; } }

/* line 9, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_help-process.scss */
.help-process {
  padding: 0 60px; }
  @media (max-width: 991px) {
    /* line 9, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_help-process.scss */
    .help-process {
      border-top: 1px solid; } }
  @media (max-width: 767px) {
    /* line 9, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_help-process.scss */
    .help-process {
      padding: 0 25px; } }
  /* line 17, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_help-process.scss */
  .help-process + .help-process {
    border-left: 1px solid; }
    @media (max-width: 991px) {
      /* line 17, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_help-process.scss */
      .help-process + .help-process {
        border-left: none; } }
  /* line 24, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_help-process.scss */
  .help-process .media-left {
    vertical-align: middle;
    padding-right: 25px; }
  /* line 29, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_help-process.scss */
  .help-process h5 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase; }
  /* line 36, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_help-process.scss */
  .help-process p {
    margin-bottom: 25px;
    line-height: 21px; }

/* line 1, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_upcoming_recent_events.scss */
.upcoming_recent_events {
  padding-top: 90px; }
  /* line 8, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_upcoming_recent_events.scss */
  .upcoming_recent_events .sectionTitle {
    margin-bottom: 45px; }
  /* line 11, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_upcoming_recent_events.scss */
  .upcoming_recent_events.style2 {
    padding-bottom: 90px; }

/* line 16, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_upcoming_recent_events.scss */
.upcoming_events {
  padding: 15px; }
  /* line 18, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_upcoming_recent_events.scss */
  .upcoming_events .event_cover_photo {
    position: relative;
    margin: 0; }
    /* line 21, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_upcoming_recent_events.scss */
    .upcoming_events .event_cover_photo img {
      width: 100%; }
    /* line 24, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_upcoming_recent_events.scss */
    .upcoming_events .event_cover_photo .upcoming_label {
      position: absolute;
      top: 20px;
      right: 20px; }
    /* line 29, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_upcoming_recent_events.scss */
    .upcoming_events .event_cover_photo .event_time_loc {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      line-height: 30px;
      margin: 0;
      text-align: center;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      transition: all 300ms linear 0s; }
      @media (max-width: 599px) {
        /* line 29, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_upcoming_recent_events.scss */
        .upcoming_events .event_cover_photo .event_time_loc {
          line-height: 20px;
          padding: 5px 15px; } }
      /* line 44, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_upcoming_recent_events.scss */
      .upcoming_events .event_cover_photo .event_time_loc .by {
        margin-right: 15px; }
        @media (max-width: 767px) {
          /* line 44, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_upcoming_recent_events.scss */
          .upcoming_events .event_cover_photo .event_time_loc .by {
            margin-right: 0; }
            /* line 48, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_upcoming_recent_events.scss */
            .upcoming_events .event_cover_photo .event_time_loc .by:after {
              content: ',';
              display: inline-block; } }
      @media (max-width: 767px) {
        /* line 56, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_upcoming_recent_events.scss */
        .upcoming_events .event_cover_photo .event_time_loc .date_time:after {
          content: ',';
          display: inline-block; } }
      /* line 62, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_upcoming_recent_events.scss */
      .upcoming_events .event_cover_photo .event_time_loc .loc {
        margin-left: 15px; }
        @media (max-width: 767px) {
          /* line 62, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_upcoming_recent_events.scss */
          .upcoming_events .event_cover_photo .event_time_loc .loc {
            margin-left: 0; } }
  /* line 70, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_upcoming_recent_events.scss */
  .upcoming_events .event_title {
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    line-height: 21px;
    margin-top: 20px;
    margin-bottom: 0; }
  /* line 81, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_upcoming_recent_events.scss */
  .upcoming_events .event_summery {
    font: 16px/24px "Karla", sans-serif;
    text-transform: none;
    margin-bottom: 0; }
  /* line 90, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_upcoming_recent_events.scss */
  .upcoming_events.style2 .event_summery {
    margin: 20px 0 25px; }
  /* line 108, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_upcoming_recent_events.scss */
  .upcoming_events.col-md-6 .event_cover_photo .event_time_loc {
    line-height: 39px; }
    @media (max-width: 767px) {
      /* line 108, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_upcoming_recent_events.scss */
      .upcoming_events.col-md-6 .event_cover_photo .event_time_loc {
        line-height: 20px;
        padding: 5px 20px; } }
  /* line 119, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_upcoming_recent_events.scss */
  .upcoming_events.col-md-6 .event_title {
    margin: 35px 0 20px;
    font-size: 16px;
    line-height: 1.25; }
    @media (max-width: 599px) {
      /* line 119, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_upcoming_recent_events.scss */
      .upcoming_events.col-md-6 .event_title {
        margin-top: 15px; } }

/* line 130, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_upcoming_recent_events.scss */
.maintainer {
  margin-top: 50px; }
  /* line 132, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_upcoming_recent_events.scss */
  .maintainer h4 {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    font: "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #D4D4D4; }

/* line 1, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_communities_row.scss */
.communities_row {
  padding: 90px 0 100px; }
  /* line 3, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_communities_row.scss */
  .communities_row:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../assets/img/world-map.png) repeat fixed center center;
    opacity: .12;
    z-index: 0; }
  /* line 15, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_communities_row.scss */
  .communities_row .container {
    position: relative;
    z-index: 1; }
  /* line 19, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_communities_row.scss */
  .communities_row .sectionTitle {
    margin-bottom: 55px; }
  /* line 26, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_communities_row.scss */
  .communities_row.style2 {
    background: #1EBF92; }

/* line 1, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_communities.scss */
.community-listing {
  padding: 15px; }
  /* line 3, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_communities.scss */
  .community-listing .item {
    padding: 0; }
  /* line 6, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_communities.scss */
  .community-listing .carousel-indicators {
    bottom: 20px;
    margin-bottom: 0;
    display: table;
    width: auto;
    margin-left: auto;
    transform: translateX(-50%); }
    /* line 13, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_communities.scss */
    .community-listing .carousel-indicators li {
      width: 12px;
      height: 12px;
      border: none;
      margin: 0;
      float: left; }
      /* line 19, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_communities.scss */
      .community-listing .carousel-indicators li + li {
        margin-left: 8px; }
  /* line 26, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_communities.scss */
  .community-listing .images_row {
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 0; }
    /* line 31, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_communities.scss */
    .community-listing .images_row img {
      transition: all 300ms linear 0s;
      max-width: 100%; }
  /* line 37, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_communities.scss */
  .community-listing .community_excepts {
    padding: 30px; }
  /* line 40, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_communities.scss */
  .community-listing .community_title {
    margin: 0 0 8px; }
    /* line 42, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_communities.scss */
    .community-listing .community_title a {
      font: 700 16px/1.25 "Montserrat", sans-serif;
      text-transform: uppercase; }
  /* line 50, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_communities.scss */
  .community-listing .community-maintainers {
    font: 500 13px/18px "Montserrat", sans-serif;
    margin-top: 0;
    margin-bottom: 20px; }
    /* line 56, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_communities.scss */
    .community-listing .community-maintainers a {
      color: #1EBF92; }
      /* line 59, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_communities.scss */
      .community-listing .community-maintainers a:hover {
        text-decoration: underline; }
  /* line 64, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_communities.scss */
  .community-listing p {
    font: 16px/24px "Karla", sans-serif;
    margin-bottom: 28px; }
  /* line 68, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_communities.scss */
  .community-listing .community-date {
    padding: 15px 30px;
    line-height: 23px;
    font: 700 13px/18px "Montserrat", sans-serif;
    text-transform: uppercase; }
    /* line 73, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_communities.scss */
    .community-listing .community-date i {
      margin-right: 6px; }

/* line 1, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_newsletter_signup.scss */
.newsletter-signup {
  padding: 38px 0; }
  /* line 4, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_newsletter_signup.scss */
  .newsletter-signup h4 {
    margin: 0 0 3px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    line-height: 1; }
  /* line 11, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_newsletter_signup.scss */
  .newsletter-signup p {
    margin: 0;
    font: 15px/24px "Karla", sans-serif; }
    @media (max-width: 767px) {
      /* line 11, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_newsletter_signup.scss */
      .newsletter-signup p {
        margin-bottom: 10px; } }
  /* line 20, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_newsletter_signup.scss */
  .newsletter-signup.style2 {
    overflow: hidden; }
    /* line 23, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_newsletter_signup.scss */
    .newsletter-signup.style2:before {
      font-family: "FontAwesome";
      content: "\f003";
      font-size: 172px;
      display: block;
      opacity: 0.2;
      position: absolute;
      right: -35px;
      top: -3px;
      line-height: 1;
      -moz-transform: matrix(0.9551, 0.29627, -0.29627, 0.9551, 0, 0);
      -webkit-transform: matrix(0.9551, 0.29627, -0.29627, 0.9551, 0, 0);
      -ms-transform: matrix(0.9551, 0.29627, -0.29627, 0.9551, 0, 0); }
  /* line 43, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_newsletter_signup.scss */
  .newsletter-signup.slack {
    overflow: hidden; }
    /* line 45, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_newsletter_signup.scss */
    .newsletter-signup.slack:before {
      font-family: "FontAwesome";
      content: "\f198";
      font-size: 172px;
      display: block;
      opacity: 0.2;
      position: absolute;
      right: -35px;
      top: -3px;
      line-height: 1; }

/* line 66, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_newsletter_signup.scss */
.newsletter-signup-form .form-control {
  border-radius: 2px;
  width: 250px;
  font: 16px/24px "Karla", sans-serif;
  padding: 9px 15px;
  height: 42px;
  border: none;
  float: left;
  box-shadow: none;
  margin-right: 11px; }
  @media (max-width: 1199px) {
    /* line 66, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_newsletter_signup.scss */
    .newsletter-signup-form .form-control {
      width: 256px;
      margin-bottom: 10px; } }
  /* line 80, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_newsletter_signup.scss */
  .newsletter-signup-form .form-control::-moz-placeholder {
    opacity: 1; }
  /* line 89, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_newsletter_signup.scss */
  .newsletter-signup-form .form-control:focus {
    box-shadow: none; }

/* line 93, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_newsletter_signup.scss */
.newsletter-signup-form .btn-primary {
  line-height: 40px; }

/* line 114, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_newsletter_signup.scss */
.newsletter-signup-form.style2 .newsletter-error p {
  color: #FF2E63;
  font-weight: bold; }

/* line 124, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_newsletter_signup.scss */
.newsletter-signup-form .slack-alert.slack-success p {
  margin-top: 15px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold; }

/* line 132, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_newsletter_signup.scss */
.newsletter-signup-form .slack-alert.slack-already-subscribed p, .newsletter-signup-form .slack-alert.slack-invalid-email p {
  color: #FF2E63;
  font-weight: bold; }

/* line 1, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_footer.scss */
.footer {
  overflow: hidden; }

/* line 5, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_footer.scss */
.footer-sidebar {
  padding: 73px 0 83px; }
  /* line 7, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_footer.scss */
  .footer-sidebar .widget-title {
    margin-bottom: 30px; }
  /* line 10, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_footer.scss */
  .footer-sidebar h5.widget-title {
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    margin-top: 0; }
  @media (max-width: 991px) {
    /* line 16, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_footer.scss */
    .footer-sidebar .widget {
      margin-bottom: 20px; } }
  /* line 20, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_footer.scss */
  .footer-sidebar .widget p {
    font: 16px/24px "Karla", sans-serif;
    margin-bottom: 2px; }
  /* line 24, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_footer.scss */
  .footer-sidebar .widget .btn-primary {
    margin-top: 25px;
    min-width: 193px; }
  /* line 31, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_footer.scss */
  .footer-sidebar address {
    font: 16px/24px "Karla", sans-serif; }

/* line 38, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_footer.scss */
.copyright-area {
  font: 16px/24px "Karla", sans-serif; }
  /* line 40, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_footer.scss */
  .copyright-area .copy-inner {
    padding: 23px 0;
    position: relative; }
    /* line 43, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_footer.scss */
    .copyright-area .copy-inner:before {
      content: '';
      width: calc(100% - 30px);
      left: 15px;
      display: block;
      height: 1px;
      position: absolute;
      top: 0; }
  /* line 57, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_footer.scss */
  .copyright-area .nav {
    float: right; }
    /* line 59, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_footer.scss */
    .copyright-area .nav li {
      float: left; }
      @media (max-width: 991px) {
        /* line 59, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_footer.scss */
        .copyright-area .nav li {
          float: none;
          text-align: right; } }
      @media (max-width: 767px) {
        /* line 59, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_footer.scss */
        .copyright-area .nav li {
          float: left;
          text-align: left;
          margin-top: 15px; } }
      @media (max-width: 479px) {
        /* line 59, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_footer.scss */
        .copyright-area .nav li {
          float: none;
          text-align: left; } }
      /* line 74, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_footer.scss */
      .copyright-area .nav li + li {
        margin-left: 12px; }
        @media (max-width: 991px) {
          /* line 74, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_footer.scss */
          .copyright-area .nav li + li {
            margin-left: 0; } }
        @media (max-width: 767px) {
          /* line 74, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_footer.scss */
          .copyright-area .nav li + li {
            margin-left: 10px; } }
        @media (max-width: 479px) {
          /* line 74, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_footer.scss */
          .copyright-area .nav li + li {
            margin-left: 0;
            margin-top: 0; } }
      /* line 87, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_footer.scss */
      .copyright-area .nav li a {
        padding: 0; }
        /* line 89, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_footer.scss */
        .copyright-area .nav li a:hover, .copyright-area .nav li a:focus {
          background: none; }

/* line 129, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_footer.scss */
.footer2 .copyright-area .copy-inner {
  border: none; }
  /* line 131, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_footer.scss */
  .footer2 .copyright-area .copy-inner:before {
    display: none; }

/*Navbar 2*/
/* line 2, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_navbar_variation.scss */
.navbar2 {
  padding: 0; }
  @media (max-width: 767px) {
    /* line 5, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_navbar_variation.scss */
    .navbar2 #mainNav {
      padding: 15px; } }
  /* line 9, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_navbar_variation.scss */
  .navbar2 #mainNav .nav {
    margin: 0; }
    /* line 12, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_navbar_variation.scss */
    .navbar2 #mainNav .nav li a {
      line-height: 50px;
      text-shadow: none;
      padding: 0 20px; }
    /* line 26, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_navbar_variation.scss */
    .navbar2 #mainNav .nav li .dropdown-menu li {
      float: none;
      display: block; }
  /* line 41, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_navbar_variation.scss */
  .navbar2 .navbar-right li {
    float: left; }
    @media (max-width: 991px) {
      /* line 41, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_navbar_variation.scss */
      .navbar2 .navbar-right li {
        display: none; } }
    @media (max-width: 991px) {
      /* line 46, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_navbar_variation.scss */
      .navbar2 .navbar-right li.dropdown {
        display: block; } }
    /* line 51, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_navbar_variation.scss */
    .navbar2 .navbar-right li a {
      font-size: 16px; }
    /* line 54, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_navbar_variation.scss */
    .navbar2 .navbar-right li .dropdown-menu {
      padding: 20px;
      margin: 0;
      border-radius: 0;
      width: 300px;
      border: none; }
      @media (max-width: 767px) {
        /* line 54, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_navbar_variation.scss */
        .navbar2 .navbar-right li .dropdown-menu {
          width: 100%;
          box-shadow: none; } }
    /* line 66, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_navbar_variation.scss */
    .navbar2 .navbar-right li:last-child a {
      font-size: 18px; }
  /* line 74, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_navbar_variation.scss */
  .navbar2 .search_form .form-control {
    border-radius: 0;
    height: 40px;
    border: none;
    box-shadow: none; }
    /* line 79, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_navbar_variation.scss */
    .navbar2 .search_form .form-control::-moz-placeholder {
      opacity: 1; }
    /* line 86, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_navbar_variation.scss */
    .navbar2 .search_form .form-control:focus {
      box-shadow: none; }
  /* line 93, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_navbar_variation.scss */
  .navbar2.affix {
    padding: 0; }
    /* line 95, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_navbar_variation.scss */
    .navbar2.affix + header, .navbar2.affix + section {
      margin-top: 50px; }

/*Navbar 3*/
/* line 119, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_navbar_variation.scss */
.navbar3 {
  background: none;
  position: absolute;
  width: 100%; }
  @media (max-width: 767px) {
    /* line 123, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_navbar_variation.scss */
    .navbar3 #mainNav {
      background: #84D8C3; } }
  /* line 138, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_navbar_variation.scss */
  .navbar3 #mainNav .navbar-nav li .dropdown-menu li {
    float: none;
    display: block; }
  /* line 152, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_navbar_variation.scss */
  .navbar3.affix + header, .navbar3.affix + section {
    margin-top: 0; }

/* line 1, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_featured_news.scss */
.featured_news {
  color: white;
  text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.3); }
  /* line 5, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_featured_news.scss */
  .featured_news img {
    display: block;
    width: 100%; }
  /* line 9, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_featured_news.scss */
  .featured_news .motd {
    margin-top: 50px; }
    /* line 12, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_featured_news.scss */
    .featured_news .motd h6 {
      text-shadow: none; }
  /* line 16, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_featured_news.scss */
  .featured_news .caption {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    left: 0;
    right: 0; }
    @media (max-width: 991px) {
      /* line 16, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_featured_news.scss */
      .featured_news .caption {
        top: 50%; } }
    @media (max-width: 767px) {
      /* line 16, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_featured_news.scss */
      .featured_news .caption {
        top: 0;
        transform: none;
        position: relative;
        background: #fff;
        padding: 40px 0; } }
  /* line 33, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_featured_news.scss */
  .featured_news .news-title {
    margin: 25px 0;
    line-height: 32px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
    @media (max-width: 1199px) {
      /* line 33, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_featured_news.scss */
      .featured_news .news-title {
        margin: 20px 0 10px; } }
  /* line 44, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_featured_news.scss */
  .featured_news .motd-title {
    margin: 10px 0; }
    @media (max-width: 1199px) {
      /* line 44, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_featured_news.scss */
      .featured_news .motd-title {
        margin: 20px 0 10px; } }
    /* line 51, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_featured_news.scss */
    .featured_news .motd-title a {
      color: white;
      font-size: 18px;
      line-height: 32px;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      text-transform: uppercase; }
  /* line 61, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_featured_news.scss */
  .featured_news p {
    font: 16px/24px "Karla", sans-serif;
    opacity: 0.72;
    margin-bottom: 35px; }
    @media (max-width: 1199px) {
      /* line 61, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_featured_news.scss */
      .featured_news p {
        margin-bottom: 10px; } }
  /* line 69, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_featured_news.scss */
  .featured_news .owl-dots {
    display: table;
    position: absolute;
    left: 50%;
    bottom: 145px;
    transform: translateX(-50%); }
    @media (max-width: 991px) {
      /* line 69, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_featured_news.scss */
      .featured_news .owl-dots {
        bottom: 20px; } }
    /* line 78, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_featured_news.scss */
    .featured_news .owl-dots .owl-dot {
      width: 12px;
      height: 12px;
      border-radius: 100%;
      float: left; }
      /* line 84, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_featured_news.scss */
      .featured_news .owl-dots .owl-dot + .owl-dot {
        margin-left: 5px; }

/* line 1, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_page-header.scss */
.page-header {
  text-transform: uppercase;
  padding-bottom: 0; }
  /* line 4, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_page-header.scss */
  .page-header h4 {
    float: left;
    padding: 0 23px;
    line-height: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    margin: 142px 0; }
    @media (max-width: 1199px) {
      /* line 4, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_page-header.scss */
      .page-header h4 {
        margin: 100px 0; } }
    @media (max-width: 991px) {
      /* line 4, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_page-header.scss */
      .page-header h4 {
        margin: 60px 0; } }
    @media (max-width: 767px) {
      /* line 4, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_page-header.scss */
      .page-header h4 {
        margin: 40px 0; } }

/* line 24, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_page-header.scss */
.about {
  background: url(/assets/img/heroes/about.jpg) no-repeat scroll center top;
  background-size: cover; }

/* line 29, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_page-header.scss */
.projects {
  background: url(/assets/img/heroes/projects.jpg) no-repeat scroll center top;
  background-size: cover; }

/* line 34, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_page-header.scss */
.startups {
  background: url(/assets/img/heroes/startups.jpg) no-repeat scroll center top;
  background-size: cover; }

/* line 39, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_page-header.scss */
.blog {
  background: url(/assets/img/heroes/blog.jpg) no-repeat scroll center top;
  background-size: cover; }

/* line 44, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_page-header.scss */
.jobs {
  background: url(/assets/img/heroes/jobs.jpg) no-repeat scroll center top;
  background-size: cover; }

@media (max-width: 767px) {
  /* line 1, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_404.scss */
  .content_404 {
    padding: 45px 0; } }

/* line 8, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_404.scss */
.error_message {
  text-align: center;
  text-transform: uppercase; }
  /* line 11, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_404.scss */
  .error_message .error_no {
    font-size: 212px;
    font-family: "Montserrat", sans-serif;
    line-height: 212px;
    font-weight: 700;
    margin: 0; }
    @media (max-width: 767px) {
      /* line 11, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_404.scss */
      .error_message .error_no {
        font-size: 150px;
        line-height: 150px; } }
  /* line 22, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_404.scss */
  .error_message .error_details {
    margin: 0 0 70px;
    font-size: 32px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 1; }
    @media (max-width: 767px) {
      /* line 22, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_404.scss */
      .error_message .error_details {
        margin-bottom: 30px; } }
  /* line 32, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_404.scss */
  .error_message .buttons {
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      /* line 32, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_404.scss */
      .error_message .buttons {
        margin-bottom: 0; } }
    /* line 38, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_404.scss */
    .error_message .buttons .btn-primary + .btn-primary {
      margin-left: 15px; }

/* line 45, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_404.scss */
.address_box {
  text-transform: uppercase; }
  /* line 47, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_404.scss */
  .address_box .inner {
    margin: 0;
    padding: 42px; }
    @media (max-width: 991px) {
      /* line 47, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_404.scss */
      .address_box .inner {
        padding: 25px; } }
  /* line 54, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_404.scss */
  .address_box h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700; }
  /* line 60, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_404.scss */
  .address_box address {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0; }
    /* line 65, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_404.scss */
    .address_box address a {
      text-decoration: underline;
      display: block;
      margin-top: 10px; }
  /* line 71, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_404.scss */
  .address_box .fa-question {
    width: 123px;
    height: 123px;
    line-height: 123px;
    border-radius: 100%;
    font-size: 72px;
    margin-top: 12px;
    margin-bottom: 35px; }
  /* line 80, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_404.scss */
  .address_box p {
    font: 17px/30px "Karla", sans-serif;
    letter-spacing: -0.1px;
    color: #6e7c8d;
    text-transform: none;
    margin-bottom: 25px; }
  /* line 89, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_404.scss */
  .address_box.row + .address_box {
    margin-top: 25px; }

/* line 1, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_contact.scss */
.contact_page_title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase; }
  /* line 6, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_contact.scss */
  .contact_page_title.map-title {
    margin-bottom: 25px; }

/* line 11, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_contact.scss */
.contact_page_para {
  font: 21px/30px "Karla", sans-serif;
  letter-spacing: -0.1px;
  margin-bottom: 30px; }

/* line 17, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_contact.scss */
.contact-form {
  margin-bottom: 53px; }
  /* line 19, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_contact.scss */
  .contact-form .form-control {
    border: 1px solid;
    border-radius: 2px;
    max-width: 322px;
    height: 44px;
    line-height: 30px;
    margin-bottom: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    box-shadow: none; }
    /* line 30, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_contact.scss */
    .contact-form .form-control::-moz-placeholder {
      opacity: 1; }
    /* line 40, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_contact.scss */
    .contact-form .form-control:focus {
      box-shadow: none; }
  /* line 44, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_contact.scss */
  .contact-form textarea.form-control {
    max-width: 462px;
    height: 164px;
    resize: none; }

/* line 52, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_contact.scss */
#mapBox {
  height: 343px; }

/* line 1, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_team.scss */
.team_members_row {
  margin-bottom: 80px; }

/* line 5, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_team.scss */
.board_head {
  position: relative; }
  @media (max-width: 767px) {
    /* line 5, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_team.scss */
    .board_head {
      text-align: center;
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    /* line 11, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_team.scss */
    .board_head img {
      display: inline-block; } }
  /* line 16, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_team.scss */
  .board_head .memberIntro {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    text-transform: uppercase; }
  /* line 24, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_team.scss */
  .board_head h3,
  .board_head h6 {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    line-height: 30px;
    font-weight: 700; }
  /* line 33, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_team.scss */
  .board_head h6 {
    line-height: 1.2; }

/* line 38, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_team.scss */
.team_page_title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin: 10px 0 15px;
  text-transform: uppercase; }

/* line 45, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_team.scss */
.team_page_para {
  font: 21px/30px "Karla", sans-serif;
  color: #84D8C3;
  letter-spacing: -0.1px;
  min-height: 100px;
  margin-bottom: 0; }
  /* line 51, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_team.scss */
  .team_page_para.about_var {
    min-height: auto; }
  /* line 55, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_team.scss */
  .team_page_para a {
    color: #1EBF92;
    text-decoration: underline; }

/* line 61, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_team.scss */
.team_member {
  height: 273px;
  padding: 15px;
  margin-bottom: 20px; }
  @media (max-width: 1199px) {
    /* line 61, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_team.scss */
    .team_member {
      height: auto; } }
  @media (max-width: 767px) {
    /* line 61, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_team.scss */
    .team_member {
      min-height: 220px; } }
  @media (max-width: 479px) {
    /* line 61, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_team.scss */
    .team_member {
      width: 50%; } }
  /* line 75, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_team.scss */
  .team_member.col-md-2 {
    height: auto; }
  /* line 81, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_team.scss */
  .team_member h4 {
    font: 16px/1 "Montserrat", sans-serif;
    margin: 20px 0 5px;
    font-weight: 700; }
    @media (max-width: 767px) {
      /* line 81, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_team.scss */
      .team_member h4 {
        font-size: 14px;
        margin-bottom: 10px; } }
  /* line 90, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_team.scss */
  .team_member h6 {
    font: 11px/1 "Montserrat", sans-serif;
    font-weight: 700;
    margin: 0; }
  /* line 96, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_team.scss */
  .team_member .social-links li {
    margin: 0;
    padding-top: 10px;
    padding-left: 5px; }
    /* line 100, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_team.scss */
    .team_member .social-links li a {
      color: #84D8C3; }
      /* line 102, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_team.scss */
      .team_member .social-links li a:hover {
        color: #1EBF92; }

/* line 110, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_team.scss */
.volunteer_row {
  margin-bottom: 60px; }

/* line 1, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_events_news.scss */
.events_news {
  padding: 5px 0 115px; }

/* line 5, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_events_news.scss */
.loading {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -60px 0 0 -60px;
  background: transparent;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 10px solid #7f8b99; }

/* line 16, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_events_news.scss */
.loading:after {
  content: '';
  background: trasparent;
  width: 140%;
  height: 140%;
  position: absolute;
  border-radius: 100%;
  top: -20%;
  left: -20%;
  opacity: 0.7;
  box-shadow: rgba(30, 191, 146, 0.6) -4px -5px 3px -3px;
  animation: rotate 0.5s infinite linear; }

@keyframes rotate {
  0% {
    transform: rotateZ(0deg); }
  100% {
    transform: rotateZ(360deg); } }

/* line 40, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_events_news.scss */
.our_events_as_sidebar .inner {
  padding: 45px 50px; }
  @media (max-width: 1199px) {
    /* line 40, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_events_news.scss */
    .our_events_as_sidebar .inner {
      padding: 25px; } }
  @media (max-width: 991px) {
    /* line 40, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_events_news.scss */
    .our_events_as_sidebar .inner {
      padding: 10px;
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    /* line 40, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_events_news.scss */
    .our_events_as_sidebar .inner {
      padding: 25px;
      max-width: 400px;
      margin: 0 auto 40px; } }

/* line 55, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_events_news.scss */
.our_events_as_sidebar .upcoming_events {
  padding: 0; }
  @media (max-width: 991px) {
    /* line 55, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_events_news.scss */
    .our_events_as_sidebar .upcoming_events {
      width: 50%;
      padding: 15px;
      float: left; } }
  @media (max-width: 767px) {
    /* line 55, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_events_news.scss */
    .our_events_as_sidebar .upcoming_events {
      width: 100%;
      padding: 0;
      float: none; } }
  /* line 67, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_events_news.scss */
  .our_events_as_sidebar .upcoming_events + .upcoming_events {
    margin-top: 50px; }
    @media (max-width: 991px) {
      /* line 67, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_events_news.scss */
      .our_events_as_sidebar .upcoming_events + .upcoming_events {
        margin-top: 0; } }
    @media (max-width: 767px) {
      /* line 67, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_events_news.scss */
      .our_events_as_sidebar .upcoming_events + .upcoming_events {
        margin-top: 30px; } }

@media (max-width: 767px) {
  /* line 79, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_events_news.scss */
  .event-listing-row {
    max-width: 390px;
    margin: 0 auto; } }

/* line 86, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_events_news.scss */
.event-listing {
  padding: 15px; }
  @media (max-width: 767px) {
    /* line 86, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_events_news.scss */
    .event-listing {
      max-width: 360px; } }
  /* line 91, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_events_news.scss */
  .event-listing .item {
    padding: 0; }
  /* line 94, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_events_news.scss */
  .event-listing .carousel-indicators {
    bottom: 20px;
    margin-bottom: 0;
    display: table;
    width: auto;
    margin-left: auto;
    transform: translateX(-50%); }
    /* line 101, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_events_news.scss */
    .event-listing .carousel-indicators li {
      width: 12px;
      height: 12px;
      border: none;
      margin: 0;
      float: left; }
      /* line 107, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_events_news.scss */
      .event-listing .carousel-indicators li + li {
        margin-left: 8px; }
  /* line 114, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_events_news.scss */
  .event-listing .images_row {
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 0; }
    /* line 119, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_events_news.scss */
    .event-listing .images_row img {
      transition: all 300ms linear 0s;
      max-width: 100%; }
  /* line 125, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_events_news.scss */
  .event-listing .event_excepts {
    padding: 30px; }
  /* line 128, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_events_news.scss */
  .event-listing .event_title {
    margin: 0 0 8px; }
    /* line 130, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_events_news.scss */
    .event-listing .event_title a {
      font: 700 16px/1.25 "Montserrat", sans-serif;
      text-transform: uppercase; }
  /* line 138, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_events_news.scss */
  .event-listing .event-place {
    font: 700 13px/18px "Montserrat", sans-serif;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase; }
  /* line 145, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_events_news.scss */
  .event-listing p {
    font: 16px/24px "Karla", sans-serif;
    margin-bottom: 28px; }
  /* line 149, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_events_news.scss */
  .event-listing .event-date {
    padding: 15px 30px;
    line-height: 23px;
    font: 700 13px/18px "Montserrat", sans-serif;
    text-transform: uppercase; }
    /* line 154, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_events_news.scss */
    .event-listing .event-date i {
      margin-right: 6px; }

@media (max-width: 991px) {
  /* line 161, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_events_news.scss */
  .single-event {
    margin-bottom: 60px; } }

/* line 165, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_events_news.scss */
.single-event .event_title {
  margin-bottom: 25px; }
  /* line 167, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_events_news.scss */
  .single-event .event_title .hhh {
    margin-bottom: 0; }

/* line 171, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_events_news.scss */
.single-event .event-target {
  font-size: 21px;
  line-height: 30px; }

/* line 175, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_events_news.scss */
.single-event p {
  font-size: 16px;
  margin-bottom: 25px; }

/* line 179, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_events_news.scss */
.single-event #mapBox {
  margin: 32px 0; }

/* line 184, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_events_news.scss */
.event-header {
  margin-bottom: 35px; }
  /* line 186, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_events_news.scss */
  .event-header .media-left {
    padding-right: 0; }
    @media (max-width: 767px) {
      /* line 186, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_events_news.scss */
      .event-header .media-left {
        display: block; } }
    /* line 191, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_events_news.scss */
    .event-header .media-left span {
      display: block;
      width: 551px; }
      @media (max-width: 1199px) {
        /* line 191, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_events_news.scss */
        .event-header .media-left span {
          width: 369px; } }
      @media (max-width: 767px) {
        /* line 191, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_events_news.scss */
        .event-header .media-left span {
          width: 100%; } }
      /* line 200, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_events_news.scss */
      .event-header .media-left span img {
        max-width: 100%; }
  /* line 205, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_events_news.scss */
  .event-header .info-row {
    padding: 35px 24px;
    font: 700 13px/20px "Montserrat", sans-serif;
    text-transform: uppercase; }
    @media (max-width: 1199px) {
      /* line 205, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_events_news.scss */
      .event-header .info-row {
        padding: 20px; } }
    /* line 212, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_events_news.scss */
    .event-header .info-row + .info-row {
      border-top: 1px solid; }
    /* line 215, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_events_news.scss */
    .event-header .info-row span {
      float: left;
      width: calc(100% - 24px); }
    /* line 219, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_events_news.scss */
    .event-header .info-row i {
      float: left;
      width: 24px;
      line-height: 20px;
      font-size: 13px; }
    /* line 225, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_events_news.scss */
    .event-header .info-row .btn-primary {
      padding: 0 23px; }

/* line 2, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_about.scss */
.who_we_are .label {
  margin-bottom: 37px; }

/* line 5, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_about.scss */
.who_we_are h3 {
  margin-bottom: 35px;
  margin-top: 0; }

/* line 10, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_about.scss */
.who_we_are p.about_var {
  font-size: 21px;
  min-height: auto; }

/* line 14, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_about.scss */
.who_we_are p {
  font-size: 16px;
  margin-bottom: 25px; }

/* line 18, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_about.scss */
.who_we_are a {
  color: #1EBF92; }
  /* line 20, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_about.scss */
  .who_we_are a:hover {
    text-decoration: underline; }

/* line 26, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_about.scss */
.history {
  font: 15px/1.8 "Karla", sans-serif;
  color: #5D5D5D;
  font-weight: 200; }
  /* line 32, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_about.scss */
  .history .label {
    margin-bottom: 37px; }

/* line 39, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_about.scss */
.history_carousel {
  position: relative; }
  /* line 41, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_about.scss */
  .history_carousel .item {
    padding: 38px 38px 120px; }
    /* line 43, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_about.scss */
    .history_carousel .item .year {
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      line-height: 1;
      margin: 0 0 20px;
      text-transform: uppercase; }
    /* line 50, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_about.scss */
    .history_carousel .item p {
      font-size: 16px;
      margin-bottom: 0; }
      /* line 53, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_about.scss */
      .history_carousel .item p + p {
        margin-top: 25px; }
  /* line 59, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_about.scss */
  .history_carousel .owl-nav {
    position: absolute;
    left: 38px;
    bottom: 40px;
    border: 1px solid;
    border-radius: 3px;
    width: 89px;
    height: 40px; }
    /* line 67, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_about.scss */
    .history_carousel .owl-nav .owl-prev,
    .history_carousel .owl-nav .owl-next {
      width: 50%;
      float: left;
      text-align: center;
      line-height: 38px;
      font-size: 21px; }
    /* line 76, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_about.scss */
    .history_carousel .owl-nav .owl-next {
      border-left: 1px solid; }

/* line 82, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_about.scss */
.mission_vision {
  padding: 30px 0 50px; }
  /* line 84, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_about.scss */
  .mission_vision i {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 30px; }
  /* line 89, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_about.scss */
  .mission_vision h5 {
    margin: 0 0 20px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 1; }
  /* line 96, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_about.scss */
  .mission_vision p {
    font-size: 16px;
    margin-bottom: 0; }

/* line 102, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_about.scss */
.acknowledgements-body {
  margin-top: 30px;
  margin-bottom: 100px; }
  /* line 105, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_about.scss */
  .acknowledgements-body a {
    color: #1EBF92; }

/* line 1, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
.gallery-content {
  padding: 70px 0 155px; }
  /* line 3, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
  .gallery-content .sectionTitle {
    margin-bottom: 50px; }
  /* line 7, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
  .gallery-content a {
    color: #1EBF92; }
    /* line 10, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
    .gallery-content a:hover {
      text-decoration: underline; }

/* line 17, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
.gallery-filter li {
  padding: 0 15px;
  float: left;
  border-radius: 3px;
  font: 700 13px/38px "Montserrat", sans-serif;
  text-transform: uppercase; }
  @media (max-width: 991px) {
    /* line 17, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
    .gallery-filter li {
      padding: 0 10px;
      line-height: 30px; } }

@media (max-width: 767px) {
  /* line 32, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
  .grid-sizer {
    width: 240px; } }

@media (max-width: 767px) {
  /* line 38, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
  .gallery_container {
    max-width: 720px;
    margin: 0 auto; } }

@media (max-width: 719px) {
  /* line 38, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
  .gallery_container {
    max-width: 480px; } }

@media (max-width: 479px) {
  /* line 38, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
  .gallery_container {
    max-width: 290px; } }

/* line 53, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
.gallery-item {
  padding: 15px; }
  @media (max-width: 767px) {
    /* line 53, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
    .gallery-item {
      width: 240px;
      float: left; } }
  @media (max-width: 479px) {
    /* line 53, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
    .gallery-item {
      width: 100%; } }
  /* line 63, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
  .gallery-item .image_row {
    margin: 0;
    position: relative; }
  /* line 67, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
  .gallery-item .popup {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    opacity: 0; }
    /* line 76, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
    .gallery-item .popup i {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 20px;
      border: 2px solid;
      border-radius: 3px;
      width: 46px;
      height: 38px;
      text-align: center;
      line-height: 34px; }
  /* line 92, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
  .gallery-item .upcoming_label {
    color: #435061;
    background-color: white; }
    /* line 95, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
    .gallery-item .upcoming_label .fa {
      margin-right: 10px; }
  /* line 99, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
  .gallery-item .inner {
    margin: 0;
    padding: 18px 20px; }
    /* line 103, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
    .gallery-item .inner h5 {
      font: 700 13px/18px "Montserrat", sans-serif;
      margin: 0;
      text-transform: uppercase; }
  /* line 111, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
  .gallery-item:hover .popup, .gallery-item:focus .popup {
    opacity: 0.52; }
  /* line 119, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
  .gallery-item .media-left {
    padding-right: 0; }
  /* line 122, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
  .gallery-item .featured-content {
    width: 262px; }
    @media (max-width: 767px) {
      /* line 122, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
      .gallery-item .featured-content {
        max-width: 100%; } }
  /* line 128, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
  .gallery-item .media-body {
    padding: 30px 30px;
    vertical-align: top; }
    /* line 132, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
    .gallery-item .media-body .label {
      width: 105px;
      text-align: center;
      padding: 0; }
    /* line 138, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
    .gallery-item .media-body .labels {
      position: absolute;
      bottom: 30px;
      right: 30px; }
      @media (max-width: 767px) {
        /* line 138, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
        .gallery-item .media-body .labels {
          position: initial;
          bottom: initial;
          right: initial; } }
    /* line 150, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
    .gallery-item .media-body .media-list {
      padding-bottom: 10px; }
      /* line 153, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
      .gallery-item .media-body .media-list li {
        margin-bottom: 8px; }
  /* line 158, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
  .gallery-item h4 {
    font: 700 16px/24px "Montserrat", sans-serif;
    margin-bottom: 12px;
    margin-top: 0;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      /* line 158, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
      .gallery-item h4 {
        margin-bottom: 10px; } }
  /* line 170, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
  .gallery-item p {
    font-size: 16px;
    margin-bottom: 35px; }
    @media (max-width: 991px) {
      /* line 170, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
      .gallery-item p {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 20px; } }
  @media (max-width: 767px) {
    /* line 181, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
    .gallery-item.col-sm-12 .media-left {
      display: block; } }
  @media (max-width: 767px) {
    /* line 185, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
    .gallery-item.col-sm-12 .media-left a {
      display: block;
      width: 100%; } }
  @media (max-width: 767px) {
    /* line 190, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
    .gallery-item.col-sm-12 .media-left a img {
      max-width: 100%; } }
  @media (max-width: 767px) {
    /* line 197, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
    .gallery-item.col-sm-12 .media-body {
      padding: 20px; } }

/* line 207, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
.featured-content .owl-dots {
  display: table;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%); }
  /* line 213, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
  .featured-content .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    float: left; }
    /* line 222, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
    .featured-content .owl-dots .owl-dot + .owl-dot {
      margin-left: 5px; }

/* line 229, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
.gallery-pagination {
  display: table;
  margin: 50px auto 0; }
  /* line 232, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
  .gallery-pagination li {
    float: left; }
    /* line 234, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
    .gallery-pagination li a {
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase;
      border: 1px solid;
      line-height: 40px;
      display: block;
      padding: 0 17px; }
    /* line 249, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
    .gallery-pagination li.prev {
      margin-right: 12px; }
    /* line 252, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
    .gallery-pagination li.next {
      margin-left: 12px; }
    /* line 255, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
    .gallery-pagination li.prev, .gallery-pagination li.next {
      margin-left: 12px; }
      /* line 258, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
      .gallery-pagination li.prev a, .gallery-pagination li.next a {
        padding: 0 25px;
        border-radius: 3px; }
    /* line 264, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
    .gallery-pagination li.page-no + .page-no {
      margin-left: -1px; }
    /* line 268, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
    .gallery-pagination li.first-no a {
      border-radius: 3px 0 0 3px; }
    /* line 271, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
    .gallery-pagination li.last-no a {
      border-radius: 0 3px 3px 0; }

/* line 278, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
.filters_row {
  margin-bottom: 25px; }

/* line 282, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
.view-filter {
  border: 1px solid;
  border-radius: 3px;
  width: 89px;
  height: 40px; }
  @media (max-width: 991px) {
    /* line 282, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
    .view-filter {
      float: left !important;
      margin-top: 15px; } }
  /* line 291, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
  .view-filter li {
    float: left;
    width: 50%;
    text-align: center; }
    /* line 295, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
    .view-filter li + li {
      border-left: 1px solid; }
    /* line 298, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
    .view-filter li a {
      padding: 0;
      line-height: 38px;
      font-size: 18px; }
      /* line 303, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
      .view-filter li a .fa {
        font-size: 20px; }

/* line 318, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
.similar-project .gallery-item .inner {
  padding: 38px 28px; }

/* line 322, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
.similar-project .gallery-item .image_row img {
  width: 100%; }

/* line 326, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
.similar-project .gallery-item .featured-content {
  width: 100%; }

/* line 329, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_gallery.scss */
.similar-project .gallery-item p {
  margin-bottom: 25px; }

/* line 2, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_project-details.scss */
.single-project .project_title {
  margin: 23px 0 30px; }
  /* line 4, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_project-details.scss */
  .single-project .project_title h2 {
    max-width: 560px;
    margin-top: 10px;
    margin-bottom: 10px; }
    @media (max-width: 991px) {
      /* line 4, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_project-details.scss */
      .single-project .project_title h2 {
        float: none !important;
        max-width: 100%; } }
  @media (max-width: 991px) {
    /* line 13, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_project-details.scss */
    .single-project .project_title .btn-primary {
      float: none !important; } }

/* line 19, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_project-details.scss */
.single-project h4 {
  margin-bottom: 35px;
  font-family: "Montserrat", sans-serif;
  line-height: 30px;
  margin-top: 0;
  text-transform: uppercase; }

/* line 27, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_project-details.scss */
.single-project p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 27px; }

/* line 34, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_project-details.scss */
.featureswithImage {
  margin: 50px 0; }
  /* line 36, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_project-details.scss */
  .featureswithImage .list-heading {
    font: 16px/27px "Montserrat", sans-serif;
    margin: 0 0 20px; }
    @media (max-width: 767px) {
      /* line 36, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_project-details.scss */
      .featureswithImage .list-heading {
        margin: 20px 0; } }
  /* line 43, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_project-details.scss */
  .featureswithImage p {
    margin-bottom: 25px; }
  /* line 46, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_project-details.scss */
  .featureswithImage ul {
    margin: 0; }
    /* line 48, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_project-details.scss */
    .featureswithImage ul li {
      font: 16px/18px "Karla", sans-serif;
      padding-left: 25px; }
      /* line 51, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_project-details.scss */
      .featureswithImage ul li + li {
        margin-top: 15px; }
      /* line 54, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_project-details.scss */
      .featureswithImage ul li:before {
        width: 11px;
        height: 11px;
        content: '';
        float: left;
        margin-top: 3.5px;
        margin-left: -25px;
        border-radius: 100%; }

/* line 68, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_project-details.scss */
.text-block {
  padding: 40px 56px;
  margin: 15px 0;
  font: italic 21px/30px "Karla", sans-serif; }
  @media (max-width: 479px) {
    /* line 68, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_project-details.scss */
    .text-block {
      padding: 25px;
      font-size: 16px;
      line-height: 24px; } }

/* line 80, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_project-details.scss */
.shareOnRow ul {
  float: left;
  margin: 11px 0; }
  @media (max-width: 767px) {
    /* line 80, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_project-details.scss */
    .shareOnRow ul {
      float: left;
      width: 100%;
      margin-top: 20px; } }
  /* line 88, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_project-details.scss */
  .shareOnRow ul li {
    font: bold 14px/23px "Montserrat", sans-serif;
    float: left; }
    /* line 91, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_project-details.scss */
    .shareOnRow ul li + li {
      margin-left: 18px;
      font-size: 18px; }

@media (max-width: 767px) {
  /* line 1, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_cause.scss */
  .causes_container {
    max-width: 390px;
    margin: 0 auto; } }

/* line 10, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_cause.scss */
.cause-item {
  padding: 15px; }
  /* line 14, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_cause.scss */
  .cause-item .item {
    padding: 0; }
  /* line 17, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_cause.scss */
  .cause-item .carousel-indicators {
    bottom: 20px;
    margin-bottom: 0;
    display: table;
    width: auto;
    margin-left: auto;
    transform: translateX(-50%); }
    /* line 24, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_cause.scss */
    .cause-item .carousel-indicators li {
      width: 12px;
      height: 12px;
      border: none;
      margin: 0;
      float: left; }
      /* line 30, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_cause.scss */
      .cause-item .carousel-indicators li + li {
        margin-left: 8px; }
  /* line 37, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_cause.scss */
  .cause-item .images_row {
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 0; }
    /* line 42, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_cause.scss */
    .cause-item .images_row img {
      transition: all 300ms linear 0s;
      max-width: 100%; }
    /* line 46, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_cause.scss */
    .cause-item .images_row a.btn-primary {
      position: absolute;
      bottom: -50%;
      left: 50%;
      transform: translateX(-50%) translateY(50%);
      z-index: 10;
      transition: all 300ms linear 0s; }
  /* line 56, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_cause.scss */
  .cause-item .cause_excepts {
    padding: 30px; }
  /* line 60, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_cause.scss */
  .cause-item .fund_raises .amount_box {
    width: 50%; }
    @media (max-width: 1199px) {
      /* line 60, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_cause.scss */
      .cause-item .fund_raises .amount_box {
        padding-right: 10px; } }
    @media (max-width: 1199px) {
      /* line 65, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_cause.scss */
      .cause-item .fund_raises .amount_box + .amount_box {
        padding-left: 10px; } }
  /* line 72, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_cause.scss */
  .cause-item .cuase_title {
    margin: 0 0 20px; }
    /* line 74, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_cause.scss */
    .cause-item .cuase_title a {
      font: 700 16px/1.25 "Montserrat", sans-serif; }
  /* line 78, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_cause.scss */
  .cause-item p {
    font: 16px/24px "Karla", sans-serif;
    margin-bottom: 50px; }
  /* line 84, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_cause.scss */
  .cause-item.list-item .images_row {
    width: 360px;
    height: 223px; }
    @media (max-width: 1199px) {
      /* line 84, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_cause.scss */
      .cause-item.list-item .images_row {
        width: 340px;
        height: 210px; } }
    @media (max-width: 991px) {
      /* line 84, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_cause.scss */
      .cause-item.list-item .images_row {
        width: 50%; } }
    @media (max-width: 767px) {
      /* line 84, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_cause.scss */
      .cause-item.list-item .images_row {
        width: 100%;
        height: auto; } }
  /* line 99, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_cause.scss */
  .cause-item.list-item .cause_excepts {
    width: 420px;
    height: 223px; }
    @media (max-width: 1199px) {
      /* line 99, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_cause.scss */
      .cause-item.list-item .cause_excepts {
        width: 310px;
        height: 210px;
        padding: 20px 15px; } }
    @media (max-width: 991px) {
      /* line 99, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_cause.scss */
      .cause-item.list-item .cause_excepts {
        width: 50%; } }
    @media (max-width: 767px) {
      /* line 99, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_cause.scss */
      .cause-item.list-item .cause_excepts {
        width: 100%;
        height: auto; } }
    @media (max-width: 1199px) {
      /* line 114, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_cause.scss */
      .cause-item.list-item .cause_excepts h4 {
        margin-bottom: 10px; } }
    /* line 119, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_cause.scss */
    .cause-item.list-item .cause_excepts p {
      margin-bottom: 0; }
      @media (max-width: 1199px) {
        /* line 119, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_cause.scss */
        .cause-item.list-item .cause_excepts p {
          line-height: 22px;
          font-size: 15px; } }
  /* line 127, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_cause.scss */
  .cause-item.list-item .fund_raise_info {
    width: 360px;
    height: 223px;
    padding: 30px; }
    @media (max-width: 1199px) {
      /* line 127, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_cause.scss */
      .cause-item.list-item .fund_raise_info {
        width: 290px;
        height: 210px;
        padding: 20px 15px; } }
    @media (max-width: 991px) {
      /* line 127, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_cause.scss */
      .cause-item.list-item .fund_raise_info {
        width: 100%; } }
    @media (max-width: 767px) {
      /* line 127, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_cause.scss */
      .cause-item.list-item .fund_raise_info {
        width: 100%;
        height: auto; } }
    /* line 143, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_cause.scss */
    .cause-item.list-item .fund_raise_info .days-left {
      font: 13px/20px "Montserrat", sans-serif;
      text-transform: uppercase;
      margin-top: 0;
      margin-bottom: 10px; }
    /* line 149, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_cause.scss */
    .cause-item.list-item .fund_raise_info .btn-primary {
      margin-top: 20px; }

/* line 157, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_cause.scss */
.single-cause .progressBarRow {
  margin-bottom: 55px;
  width: 100%;
  max-width: 100%; }
  @media (max-width: 767px) {
    /* line 157, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_cause.scss */
    .single-cause .progressBarRow {
      padding: 0; } }

/* line 165, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_cause.scss */
.single-cause .progress_barBox {
  width: 100%; }

/* line 168, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_cause.scss */
.single-cause .latest-donors {
  margin-bottom: 15px; }

@media (max-width: 767px) {
  /* line 171, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_cause.scss */
  .single-cause .btn-primary {
    float: left !important;
    margin-bottom: 50px; } }

@media (max-width: 639px) {
  /* line 178, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_cause.scss */
  .single-cause .donor {
    width: 50%; } }

/* line 1, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_blog.scss */
.blog-content {
  padding: 70px 0 155px; }
  /* line 4, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_blog.scss */
  .blog-content .sectionTitle {
    margin-bottom: 50px; }
  /* line 8, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_blog.scss */
  .blog-content p {
    font-size: 18px;
    line-height: 1.7; }
  /* line 13, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_blog.scss */
  .blog-content a {
    color: #1EBF92; }
    /* line 15, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_blog.scss */
    .blog-content a:hover {
      text-decoration: underline; }
  /* line 20, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_blog.scss */
  .blog-content .post .post-title {
    font-size: 36px;
    margin-bottom: 20px; }
  /* line 25, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_blog.scss */
  .blog-content .post .post-meta li {
    color: #7f8b99;
    display: inline;
    font: 700 13px/20px "Montserrat", sans-serif; }
  /* line 31, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_blog.scss */
  .blog-content .post .post-meta li a {
    display: inline;
    color: #7f8b99;
    padding: 0;
    color: #1EBF92; }
    /* line 36, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_blog.scss */
    .blog-content .post .post-meta li a:hover {
      text-decoration: underline;
      background-color: transparent; }
  /* line 42, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_blog.scss */
  .blog-content .post .post-meta li + li {
    margin-left: 30px; }
  /* line 46, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_blog.scss */
  .blog-content .post .post-meta li i {
    margin-right: 5px; }
  /* line 55, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_blog.scss */
  .blog-content .post blockquote {
    margin: 30px 0px;
    border-left-color: #1EBF92;
    background: #eef2f6; }
    /* line 60, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_blog.scss */
    .blog-content .post blockquote p {
      font: italic 26px/38px "Karla", sans-serif; }
  /* line 65, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_blog.scss */
  .blog-content .post .post-description {
    margin: 15px 0; }
  /* line 69, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_blog.scss */
  .blog-content .post-content {
    margin-top: 30px; }
    /* line 72, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_blog.scss */
    .blog-content .post-content h2 {
      margin-top: 50px;
      margin-bottom: 20px; }
  /* line 79, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_blog.scss */
  .blog-content .post-sidebar .widget {
    background-color: #eef2f6;
    margin-bottom: 50px;
    padding: 36px 30px; }
  /* line 85, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_blog.scss */
  .blog-content .post-sidebar .widget-title {
    color: #435061;
    font: 700 16px/1 "Montserrat", sans-serif;
    text-transform: uppercase;
    margin-bottom: 30px; }
  /* line 92, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_blog.scss */
  .blog-content .post-sidebar .widget .nav li a {
    padding: 0;
    color: #7f8b99;
    font: 700 13px/40px "Montserrat", sans-serif;
    text-transform: uppercase; }
    /* line 97, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_blog.scss */
    .blog-content .post-sidebar .widget .nav li a:hover {
      background: transparent; }
  /* line 102, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_blog.scss */
  .blog-content .post-sidebar .tags span {
    background-color: #fff;
    margin: 10px;
    padding: 10px;
    font: 700 13px/40px "Montserrat", sans-serif;
    color: #7f8b99; }
    /* line 109, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_blog.scss */
    .blog-content .post-sidebar .tags span:first-child {
      margin-left: 0; }
    /* line 112, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_blog.scss */
    .blog-content .post-sidebar .tags span:last-child {
      margin-right: 0; }
  /* line 119, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_blog.scss */
  .blog-content .post-share {
    margin-top: 40px;
    margin-bottom: 20px; }
    /* line 123, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_blog.scss */
    .blog-content .post-share .post-share-content {
      margin-top: 20px; }
  /* line 128, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_blog.scss */
  .blog-content .gplus {
    position: relative;
    left: 10px; }
  /* line 133, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_blog.scss */
  .blog-content .facebook {
    position: relative;
    top: -5px;
    left: 10px; }
  /* line 138, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_blog.scss */
  .blog-content .facebook-sidebar {
    position: relative;
    top: -25px;
    left: 170px; }
  /* line 143, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_blog.scss */
  .blog-content .fb_reset {
    display: inline-block; }

/* line 1, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_jobs.scss */
.jobBoard-item {
  background: #f1f4f8;
  height: 70px;
  margin-bottom: 100px; }
  @media (min-width: 992px) {
    /* line 1, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_jobs.scss */
    .jobBoard-item {
      margin-bottom: 25px; } }

/* line 11, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_jobs.scss */
.jobBoard-item-title {
  font-size: 18px;
  height: 100%;
  padding: 25px;
  font-family: "Montserrat", sans-serif; }

/* line 18, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_jobs.scss */
.jobBoard-item-company {
  padding: 22px;
  height: 100%;
  background: #f8fafc;
  font-size: 18px;
  font-family: "Karla", sans-serif; }

/* line 26, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_jobs.scss */
.jobBoard-item-tags {
  height: 100%;
  background: #f8fafc; }
  @media (min-width: 992px) {
    /* line 26, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_jobs.scss */
    .jobBoard-item-tags {
      background: #f1f4f8; } }
  /* line 34, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_jobs.scss */
  .jobBoard-item-tags ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 5px; }
  /* line 40, /Users/thanpolas/Projects/skg/skgtech.io/_scss/style/_jobs.scss */
  .jobBoard-item-tags li {
    display: inline-block;
    background-color: #fff;
    margin: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font: 700 13px/40px "Montserrat", sans-serif;
    text-transform: lowercase;
    color: #7f8b99; }

/* Theme */
/* line 2, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_prefix.scss */
body p {
  color: #5D5D5D; }

/*Button*/
/* line 8, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_prefix.scss */
.btn-primary {
  border-color: #1EBF92;
  background: #1EBF92;
  color: #fff; }
  /* line 12, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_prefix.scss */
  .btn-primary.btn-outline {
    color: #1EBF92; }
    /* line 14, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_prefix.scss */
    .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus {
      color: #fff; }
  /* line 18, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_prefix.scss */
  .btn-primary.white {
    border-color: #fff;
    background: #fff;
    color: #404040; }
    /* line 22, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_prefix.scss */
    .btn-primary.white.btn-outline {
      color: #fff;
      background: transparent; }
      /* line 25, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_prefix.scss */
      .btn-primary.white.btn-outline:hover, .btn-primary.white.btn-outline:focus {
        color: #fff; }
    /* line 29, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_prefix.scss */
    .btn-primary.white:hover, .btn-primary.white:focus {
      background: #404040;
      border-color: #404040;
      color: #fff; }
  /* line 35, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_prefix.scss */
  .btn-primary.dark {
    border-color: #404040;
    background: #404040;
    color: #fff; }
    /* line 39, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_prefix.scss */
    .btn-primary.dark.btn-outline {
      color: #404040;
      background: transparent; }
      /* line 42, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_prefix.scss */
      .btn-primary.dark.btn-outline:hover, .btn-primary.dark.btn-outline:focus {
        color: #fff; }
    /* line 46, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_prefix.scss */
    .btn-primary.dark:hover, .btn-primary.dark:focus {
      background: #1EBF92;
      border-color: #1EBF92;
      color: #fff; }
  /* line 52, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_prefix.scss */
  .btn-primary.facebook-page {
    background: #315e9b;
    color: #536072; }
    /* line 55, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_prefix.scss */
    .btn-primary.facebook-page:hover, .btn-primary.facebook-page:focus {
      background: #1EBF92;
      border-color: #1EBF92;
      color: #fff; }
  /* line 61, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_prefix.scss */
  .btn-primary:hover, .btn-primary:focus {
    background: #404040; }

/*Label*/
/* line 67, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_prefix.scss */
.label, .label.widget-title {
  background: #1EBF92;
  color: #fff; }
  /* line 70, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_prefix.scss */
  .label.white, .label.widget-title.white {
    background: #fff;
    color: #404040; }
  /* line 74, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_prefix.scss */
  .label.halted, .label.widget-title.halted {
    background: #FF2E63;
    color: white; }
  /* line 78, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_prefix.scss */
  .label.running, .label.widget-title.running {
    background: #FFB82E;
    color: white; }

/*Fund Rises*/
/* line 89, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_prefix.scss */
.fund_raises .amount_box + .amount_box {
  border-left-color: #dee0e9; }

/* line 93, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_prefix.scss */
.fund_raises h6 {
  color: #84D8C3; }

/* line 96, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_prefix.scss */
.fund_raises h2, .fund_raises h3 {
  color: #404040; }

/* line 102, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_prefix.scss */
.progress {
  background: #dee0e9; }
  /* line 104, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_prefix.scss */
  .progress .progress-bar {
    background: #1EBF92; }
  /* line 107, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_prefix.scss */
  .progress .percentage {
    background: #1EBF92; }
    /* line 109, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_prefix.scss */
    .progress .percentage:after {
      border-top-color: #1EBF92; }

/*Section Title */
/* line 117, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_prefix.scss */
.sectionTitle h3 {
  color: #404040; }

/* line 1, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_header.scss */
.navbar {
  background: #fff; }

/* line 8, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_header.scss */
#mainNav .navbar-nav li a {
  color: #7f8b99; }
  /* line 12, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_header.scss */
  #mainNav .navbar-nav li a + ul li a {
    color: #7f8b99; }
    /* line 14, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_header.scss */
    #mainNav .navbar-nav li a + ul li a:hover, #mainNav .navbar-nav li a + ul li a:focus {
      color: #1EBF92; }

/* line 22, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_header.scss */
#mainNav .navbar-nav li:hover > a, #mainNav .navbar-nav li:focus > a, #mainNav .navbar-nav li.open > a {
  border-color: #1EBF92; }

/* line 27, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_header.scss */
#mainNav .navbar-nav li.active a {
  color: #404040; }

/* line 36, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_header.scss */
.header1 {
  background: #fff; }

/* line 42, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_header.scss */
.language_picker .btn-group .btn {
  color: #84D8C3;
  border-color: #84D8C3; }
  /* line 45, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_header.scss */
  .language_picker .btn-group .btn .caret {
    border-top-color: #84D8C3; }

@media (max-width: 767px) {
  /* line 52, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_header.scss */
  .contact-info {
    display: none; } }

/* line 57, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_header.scss */
.contact-info .pull-left + .pull-left {
  border-left-color: #dee0e9; }

/* line 60, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_header.scss */
.contact-info .pull-left span {
  color: #84D8C3; }

/* line 63, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_header.scss */
.contact-info .pull-left h6 {
  color: #84D8C3; }

/* line 66, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_header.scss */
.contact-info .pull-left h5 {
  color: #404040; }

/* line 69, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_header.scss */
.contact-info .pull-left h4 {
  color: #404040; }

/*TopBar*/
/* line 76, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_header.scss */
.topbar {
  background: #404040;
  color: #8e9cae; }
  /* line 79, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_header.scss */
  .topbar a {
    color: #8e9cae; }
  /* line 84, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_header.scss */
  .topbar .nav li a {
    color: #84D8C3; }
    /* line 86, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_header.scss */
    .topbar .nav li a:hover, .topbar .nav li a:focus {
      background: #3b4858; }
  /* line 91, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_header.scss */
  .topbar .nav li.search-form form {
    background: #3b4858; }
    /* line 94, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_header.scss */
    .topbar .nav li.search-form form .form-control:focus {
      border-color: #1EBF92;
      color: #fff; }
      /* line 97, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_header.scss */
      .topbar .nav li.search-form form .form-control:focus::-moz-placeholder {
        color: #84D8C3; }
      /* line 100, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_header.scss */
      .topbar .nav li.search-form form .form-control:focus:-ms-input-placeholder {
        color: #84D8C3; }
      /* line 103, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_header.scss */
      .topbar .nav li.search-form form .form-control:focus::-webkit-input-placeholder {
        color: #84D8C3; }
    /* line 108, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_header.scss */
    .topbar .nav li.search-form form .input-group-addon {
      color: #fff; }

/* line 118, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_header.scss */
.navbar-form .form-control {
  background: #1db389; }
  /* line 120, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_header.scss */
  .navbar-form .form-control::-moz-placeholder {
    color: #e0eaf2; }
  /* line 123, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_header.scss */
  .navbar-form .form-control:-ms-input-placeholder {
    color: #e0eaf2; }
  /* line 126, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_header.scss */
  .navbar-form .form-control::-webkit-input-placeholder {
    color: #e0eaf2; }
  /* line 129, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_header.scss */
  .navbar-form .form-control:focus {
    border-color: #1EBF92;
    color: #fff; }
    /* line 132, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_header.scss */
    .navbar-form .form-control:focus::-moz-placeholder {
      color: #404040; }
    /* line 135, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_header.scss */
    .navbar-form .form-control:focus:-ms-input-placeholder {
      color: #404040; }
    /* line 138, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_header.scss */
    .navbar-form .form-control:focus::-webkit-input-placeholder {
      color: #404040; }

/* line 143, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_header.scss */
.navbar-form button {
  color: #fff;
  background: #1db389; }
  /* line 146, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_header.scss */
  .navbar-form button:hover, .navbar-form button:focus {
    background: #404040;
    color: #fff; }

/* line 2, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_featured_events.scss */
.featured_events .event_box {
  background: #fff; }

/* line 7, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_featured_events.scss */
.featured_events .owl-dots .owl-dot {
  background: #91a1b4; }
  /* line 9, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_featured_events.scss */
  .featured_events .owl-dots .owl-dot.active {
    background: #fff; }
    @media (max-width: 991px) {
      /* line 9, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_featured_events.scss */
      .featured_events .owl-dots .owl-dot.active {
        background: #404040; } }

/* line 19, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_featured_events.scss */
.featured_event_box {
  background: #eef2f6; }
  /* line 21, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_featured_events.scss */
  .featured_event_box .label {
    background: #404040; }
  /* line 24, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_featured_events.scss */
  .featured_event_box .days_left {
    color: #84D8C3; }
  /* line 28, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_featured_events.scss */
  .featured_event_box .event_link a {
    color: #404040; }
  /* line 32, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_featured_events.scss */
  .featured_event_box p {
    color: #5D5D5D; }
  /* line 35, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_featured_events.scss */
  .featured_event_box .fund_raises {
    border-top-color: #dee0e9; }
    /* line 38, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_featured_events.scss */
    .featured_event_box .fund_raises .raised h2 {
      color: #1EBF92; }

/* line 1, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_help-process.scss */
.how-to-help.row {
  background: #404040;
  opacity: 0.9; }

@media (max-width: 991px) {
  /* line 6, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_help-process.scss */
  .help-process {
    border-top-color: #505d6f; } }

/* line 10, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_help-process.scss */
.help-process + .help-process2 {
  border-left-color: rgba(255, 255, 255, 0.1); }

/* line 13, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_help-process.scss */
.help-process h5 {
  color: #fff; }

/* line 16, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_help-process.scss */
.help-process p {
  color: #C4C4C4; }

/* line 19, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_help-process.scss */
.help-process a {
  color: #1EBF92; }
  /* line 21, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_help-process.scss */
  .help-process a:hover {
    text-decoration: underline; }

/* line 3, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_upcoming_recent_events.scss */
.upcoming_events .event_cover_photo .upcoming_label {
  color: #404040;
  background: #fff; }
  /* line 6, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_upcoming_recent_events.scss */
  .upcoming_events .event_cover_photo .upcoming_label i {
    margin-right: 15px; }

/* line 10, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_upcoming_recent_events.scss */
.upcoming_events .event_cover_photo .event_time_loc {
  font-weight: normal;
  text-transform: none;
  background: rgba(0, 0, 0, 0.5);
  color: #fff; }
  /* line 15, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_upcoming_recent_events.scss */
  .upcoming_events .event_cover_photo .event_time_loc a {
    font-weight: normal;
    text-transform: none;
    color: #1EBF92; }
    /* line 19, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_upcoming_recent_events.scss */
    .upcoming_events .event_cover_photo .event_time_loc a:hover {
      text-decoration: underline; }

/* line 26, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_upcoming_recent_events.scss */
.upcoming_events .event_title a {
  color: #404040; }
  /* line 28, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_upcoming_recent_events.scss */
  .upcoming_events .event_title a:hover, .upcoming_events .event_title a:focus {
    color: #1EBF92; }

/* line 33, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_upcoming_recent_events.scss */
.upcoming_events .event_summery {
  color: #5D5D5D; }

/* line 1, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_communities_row.scss */
.communities_row {
  background: #404040; }
  /* line 6, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_communities_row.scss */
  .communities_row .sectionTitle h3 {
    color: #fff; }
  /* line 11, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_communities_row.scss */
  .communities_row.style2 {
    background: #1EBF92; }
    /* line 14, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_communities_row.scss */
    .communities_row.style2 .sectionTitle .label {
      background: #404040; }
    /* line 19, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_communities_row.scss */
    .communities_row.style2 .quotation_block h6 {
      color: #14bf90; }
    /* line 23, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_communities_row.scss */
    .communities_row.style2 ul {
      list-style-type: none;
      padding: 0; }

/* line 3, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_communities.scss */
.community-listing .carousel-indicators li {
  background: #91a1b4; }
  /* line 5, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_communities.scss */
  .community-listing .carousel-indicators li.active {
    background: #fff; }

/* line 10, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_communities.scss */
.community-listing .images_row {
  background: #404040; }

/* line 14, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_communities.scss */
.community-listing .community_excepts {
  background: #f1f4f8; }

/* line 18, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_communities.scss */
.community-listing .community_title a {
  color: #404040; }
  /* line 20, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_communities.scss */
  .community-listing .community_title a:hover, .community-listing .community_title a:focus {
    color: #1EBF92; }

/* line 25, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_communities.scss */
.community-listing .community-maintainers {
  color: #84D8C3; }

/* line 28, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_communities.scss */
.community-listing p {
  color: #5D5D5D; }

/* line 31, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_communities.scss */
.community-listing .community-date {
  color: #84D8C3;
  background: #f8fafc; }

/* line 1, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_newsletter_signup.scss */
.newsletter-signup {
  background: #404040; }
  /* line 3, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_newsletter_signup.scss */
  .newsletter-signup h4 {
    color: #fff; }
  /* line 6, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_newsletter_signup.scss */
  .newsletter-signup p {
    color: #84D8C3; }
  /* line 10, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_newsletter_signup.scss */
  .newsletter-signup.style2 {
    background: #84D8C3; }
    /* line 12, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_newsletter_signup.scss */
    .newsletter-signup.style2:before {
      color: #404040; }
    /* line 15, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_newsletter_signup.scss */
    .newsletter-signup.style2 h4, .newsletter-signup.style2 p {
      color: #404040; }
  /* line 20, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_newsletter_signup.scss */
  .newsletter-signup.slack {
    background: #84D8C3; }
    /* line 22, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_newsletter_signup.scss */
    .newsletter-signup.slack:before {
      color: #404040; }
    /* line 25, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_newsletter_signup.scss */
    .newsletter-signup.slack h4, .newsletter-signup.slack p {
      color: #404040; }

/* line 33, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_newsletter_signup.scss */
.newsletter-signup-form .form-control {
  background-color: #84D8C3;
  color: #fff; }
  /* line 36, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_newsletter_signup.scss */
  .newsletter-signup-form .form-control::-moz-placeholder {
    color: #fff; }
  /* line 39, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_newsletter_signup.scss */
  .newsletter-signup-form .form-control:-ms-input-placeholder {
    color: #fff; }
  /* line 42, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_newsletter_signup.scss */
  .newsletter-signup-form .form-control::-webkit-input-placeholder {
    color: #fff; }

/* line 47, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_newsletter_signup.scss */
.newsletter-signup-form .btn-primary:hover, .newsletter-signup-form .btn-primary:focus {
  background: #1EBF92;
  border-color: #1EBF92; }

/* line 54, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_newsletter_signup.scss */
.newsletter-signup-form.style2 .form-control {
  background: #fff;
  color: #404040; }
  /* line 57, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_newsletter_signup.scss */
  .newsletter-signup-form.style2 .form-control::-moz-placeholder {
    color: #404040; }
  /* line 60, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_newsletter_signup.scss */
  .newsletter-signup-form.style2 .form-control:-ms-input-placeholder {
    color: #404040; }
  /* line 63, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_newsletter_signup.scss */
  .newsletter-signup-form.style2 .form-control::-webkit-input-placeholder {
    color: #404040; }

/* line 67, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_newsletter_signup.scss */
.newsletter-signup-form.style2 .btn-primary {
  background: #404040;
  border-color: #404040;
  color: #fff; }

/* line 2, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_footer.scss */
.footer-sidebar h5.widget-title {
  font-weight: 700;
  color: #404040; }

/* line 8, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_footer.scss */
.footer-sidebar .widget p {
  color: #AFAFAF; }

/* line 12, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_footer.scss */
.footer-sidebar img {
  max-height: 50px;
  margin-bottom: 20px; }

/* line 17, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_footer.scss */
.footer-sidebar address {
  color: #5D5D5D; }
  /* line 19, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_footer.scss */
  .footer-sidebar address span {
    color: #84D8C3; }
  /* line 22, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_footer.scss */
  .footer-sidebar address a {
    color: #1EBF92; }
    /* line 24, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_footer.scss */
    .footer-sidebar address a:hover, .footer-sidebar address a:focus {
      text-decoration: underline; }

/* line 31, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_footer.scss */
.footer2 {
  background: #fff; }
  /* line 35, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_footer.scss */
  .footer2 .footer-sidebar .widget p {
    color: #AFAFAF; }
  /* line 42, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_footer.scss */
  .footer2 .footer-sidebar .recent-posts li a {
    color: #92a2b4; }
    /* line 44, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_footer.scss */
    .footer2 .footer-sidebar .recent-posts li a:hover, .footer2 .footer-sidebar .recent-posts li a:focus {
      color: #1EBF92; }
  /* line 48, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_footer.scss */
  .footer2 .footer-sidebar .recent-posts li + li {
    border-top-color: #525f71; }
  /* line 54, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_footer.scss */
  .footer2 .footer-sidebar address {
    color: #AFAFAF; }
    /* line 56, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_footer.scss */
    .footer2 .footer-sidebar address span {
      color: #404040; }
  /* line 61, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_footer.scss */
  .footer2 .copyright-area {
    color: #AFAFAF;
    background: #404040; }
    /* line 65, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_footer.scss */
    .footer2 .copyright-area .copyright-text a {
      color: #fff; }
      /* line 67, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_footer.scss */
      .footer2 .copyright-area .copyright-text a:hover {
        color: #1EBF92; }
    /* line 74, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_footer.scss */
    .footer2 .copyright-area .nav li a {
      color: #AFAFAF; }
      /* line 76, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_footer.scss */
      .footer2 .copyright-area .nav li a:hover, .footer2 .copyright-area .nav li a:focus {
        color: #1EBF92; }

/*Navbar 2*/
/* line 2, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_navbar_variation.scss */
.navbar2 {
  background: #1EBF92; }
  /* line 7, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_navbar_variation.scss */
  .navbar2 #mainNav .nav li a {
    color: #9bf4db; }
    /* line 9, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_navbar_variation.scss */
    .navbar2 #mainNav .nav li a:hover, .navbar2 #mainNav .nav li a:focus {
      background: #21aa84;
      color: #fff; }
  /* line 15, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_navbar_variation.scss */
  .navbar2 #mainNav .nav li.active > a {
    color: #404040;
    background: #fff; }
  /* line 22, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_navbar_variation.scss */
  .navbar2 #mainNav .nav li .dropdown-menu li a {
    color: #404040; }
    /* line 24, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_navbar_variation.scss */
    .navbar2 #mainNav .nav li .dropdown-menu li a:hover, .navbar2 #mainNav .nav li .dropdown-menu li a:focus {
      color: #fff; }
  /* line 35, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_navbar_variation.scss */
  .navbar2 .navbar-right li .dropdown-menu {
    background: #21aa84; }
  /* line 42, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_navbar_variation.scss */
  .navbar2 .search_form .form-control {
    background: #1EBF92;
    color: #fff; }
    /* line 45, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_navbar_variation.scss */
    .navbar2 .search_form .form-control::-moz-placeholder {
      color: #9bf4db; }
    /* line 48, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_navbar_variation.scss */
    .navbar2 .search_form .form-control:-ms-input-placeholder {
      color: #9bf4db; }
    /* line 51, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_navbar_variation.scss */
    .navbar2 .search_form .form-control::-webkit-input-placeholder {
      color: #9bf4db; }
  /* line 64, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_navbar_variation.scss */
  .navbar2.navbar2-bottom #mainNav .nav li.active > a {
    color: #fff;
    background: #21aa84; }

/*Navbar 3*/
/* line 76, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_navbar_variation.scss */
.navbar3 {
  background: none; }
  /* line 81, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_navbar_variation.scss */
  .navbar3 #mainNav .navbar-nav li a {
    color: #fff; }
    /* line 83, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_navbar_variation.scss */
    .navbar3 #mainNav .navbar-nav li a:hover, .navbar3 #mainNav .navbar-nav li a:focus {
      color: #404040; }
  /* line 88, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_navbar_variation.scss */
  .navbar3 #mainNav .navbar-nav li.active > a {
    color: #404040;
    background: #fff; }
  /* line 95, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_navbar_variation.scss */
  .navbar3 #mainNav .navbar-nav li .dropdown-menu li a {
    color: #404040; }
    /* line 97, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_navbar_variation.scss */
    .navbar3 #mainNav .navbar-nav li .dropdown-menu li a:hover, .navbar3 #mainNav .navbar-nav li .dropdown-menu li a:focus {
      color: #1EBF92; }
  /* line 108, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_navbar_variation.scss */
  .navbar3.affix {
    background: #3b4858; }

@media (max-width: 767px) {
  /* line 2, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_featured_news.scss */
  .featured_news .caption {
    background: #404040;
    padding: 40px 0; } }

/* line 9, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_featured_news.scss */
.featured_news .news-title a {
  color: #fff; }

/* line 13, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_featured_news.scss */
.featured_news p {
  color: #fff; }

/* line 18, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_featured_news.scss */
.featured_news .owl-dots .owl-dot {
  background: #84D8C3; }
  /* line 20, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_featured_news.scss */
  .featured_news .owl-dots .owl-dot.active {
    background: #fff; }

/* line 2, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_page-header.scss */
.page-header h4, .about-page-header h4 {
  color: #404040;
  background: #fff; }

/* line 2, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_404.scss */
.error_message .error_no {
  color: #404040; }

/* line 5, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_404.scss */
.error_message .error_details {
  color: #404040; }

/* line 17, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_404.scss */
.address_box .inner {
  background: #f1f5fa; }

/* line 20, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_404.scss */
.address_box h3 {
  color: #404040; }

/* line 23, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_404.scss */
.address_box address {
  color: #404040; }
  /* line 25, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_404.scss */
  .address_box address a {
    color: #1EBF92; }

/* line 29, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_404.scss */
.address_box .fa-question {
  color: #fff;
  background: #1EBF92; }

/* line 33, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_404.scss */
.address_box p {
  color: #6e7c8d; }

/* line 1, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_contact.scss */
.contact_page_title {
  color: #404040; }

/* line 5, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_contact.scss */
.contact_page_para {
  color: #1EBF92; }

/* line 10, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_contact.scss */
.contact-form .form-control {
  border-color: #cfd4db;
  color: #5D5D5D; }
  /* line 13, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_contact.scss */
  .contact-form .form-control::-moz-placeholder {
    color: #5D5D5D; }
  /* line 16, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_contact.scss */
  .contact-form .form-control:-ms-input-placeholder {
    color: #5D5D5D; }
  /* line 19, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_contact.scss */
  .contact-form .form-control::-webkit-input-placeholder {
    color: #5D5D5D; }
  /* line 22, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_contact.scss */
  .contact-form .form-control:focus {
    border-color: #1EBF92; }

/* line 2, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_team.scss */
.board_head .memberIntro {
  background: #1EBF92;
  color: #fff; }

/* line 8, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_team.scss */
.team_page_para {
  color: #84D8C3; }
  /* line 10, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_team.scss */
  .team_page_para.about_var {
    color: #1EBF92; }

/* line 16, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_team.scss */
.team_member h4 {
  color: #404040; }

/* line 19, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_team.scss */
.team_member h6 {
  color: #7f8b99; }

/* line 2, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_events_news.scss */
.our_events_as_sidebar .inner {
  background: #f0f3f8; }

/* line 9, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_events_news.scss */
.event-listing .carousel-indicators li {
  background: #91a1b4; }
  /* line 11, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_events_news.scss */
  .event-listing .carousel-indicators li.active {
    background: #fff; }

/* line 16, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_events_news.scss */
.event-listing .images_row {
  background: #404040; }

/* line 20, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_events_news.scss */
.event-listing .event_excepts {
  background: #f1f4f8; }

/* line 24, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_events_news.scss */
.event-listing .event_title a {
  color: #404040; }
  /* line 26, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_events_news.scss */
  .event-listing .event_title a:hover, .event-listing .event_title a:focus {
    color: #1EBF92; }

/* line 31, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_events_news.scss */
.event-listing .event-place {
  color: #84D8C3; }

/* line 34, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_events_news.scss */
.event-listing p {
  color: #5D5D5D; }

/* line 37, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_events_news.scss */
.event-listing .event-date {
  color: #84D8C3;
  background: #f8fafc; }

/* line 45, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_events_news.scss */
.single-event .event-target {
  color: #1EBF92; }

/* line 50, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_events_news.scss */
.event-header {
  background: #1EBF92; }
  /* line 52, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_events_news.scss */
  .event-header .info-row {
    color: #fff; }
    /* line 54, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_events_news.scss */
    .event-header .info-row + .info-row {
      border-top-color: #27cc9f; }

/* line 1, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_about.scss */
.history_carousel {
  background: #f1f5fa; }
  /* line 4, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_about.scss */
  .history_carousel .item p {
    color: #5D5D5D; }
  /* line 9, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_about.scss */
  .history_carousel .owl-nav {
    border-color: #84D8C3; }
    /* line 11, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_about.scss */
    .history_carousel .owl-nav .owl-prev,
    .history_carousel .owl-nav .owl-next {
      color: #84D8C3; }
    /* line 16, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_about.scss */
    .history_carousel .owl-nav .owl-next {
      border-left-color: #84D8C3; }

/* line 23, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_about.scss */
.mission_vision i {
  color: #1EBF92; }

/* line 26, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_about.scss */
.mission_vision h5 {
  color: #404040; }

/* line 29, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_about.scss */
.mission_vision p {
  color: #5D5D5D; }

/* line 2, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_gallery.scss */
.gallery-filter li {
  color: #84D8C3; }

/* line 5, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_gallery.scss */
.gallery-filter .active {
  background: #1EBF92;
  color: #fff; }

/* line 12, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_gallery.scss */
.gallery-item .popup {
  background: #1EBF92; }
  /* line 14, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_gallery.scss */
  .gallery-item .popup i {
    color: #fff;
    border-color: #f8fbfa; }

/* line 19, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_gallery.scss */
.gallery-item .inner {
  background: #f1f4f8; }
  /* line 21, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_gallery.scss */
  .gallery-item .inner h5 {
    color: #404040; }

/* line 26, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_gallery.scss */
.gallery-item .media {
  background: #f1f4f8; }

/* line 30, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_gallery.scss */
.gallery-item h4 a {
  color: #404040; }

/* line 34, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_gallery.scss */
.gallery-item p {
  color: #373737; }

/* line 39, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_gallery.scss */
.gallery-item .btn-primary:hover {
  color: white;
  background: #1EBF92;
  border-color: #1EBF92; }

/* line 50, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_gallery.scss */
.featured-content .owl-dots .owl-dot {
  background: #84D8C3; }
  /* line 52, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_gallery.scss */
  .featured-content .owl-dots .owl-dot.active {
    background: #fff; }

/* line 61, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_gallery.scss */
.gallery-pagination li a {
  color: #404040;
  border-color: #84D8C3; }
  /* line 64, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_gallery.scss */
  .gallery-pagination li a:hover, .gallery-pagination li a:focus {
    background: #f1f4f8; }

/* line 68, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_gallery.scss */
.gallery-pagination li.active a {
  color: #1EBF92; }

/* line 74, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_gallery.scss */
.view-filter {
  border-color: #84D8C3; }
  /* line 77, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_gallery.scss */
  .view-filter li + li {
    border-left-color: #84D8C3; }
  /* line 80, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_gallery.scss */
  .view-filter li a {
    color: #84D8C3; }
    /* line 82, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_gallery.scss */
    .view-filter li a:hover, .view-filter li a:focus {
      color: #1EBF92; }
  /* line 86, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_gallery.scss */
  .view-filter li.active a {
    color: #1EBF92; }

/* line 2, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_project-details.scss */
.single-project h4 {
  color: #5D5D5D; }

/* line 8, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_project-details.scss */
.featureswithImage .list-heading {
  color: #5D5D5D; }

/* line 12, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_project-details.scss */
.featureswithImage ul li {
  color: #404040; }
  /* line 14, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_project-details.scss */
  .featureswithImage ul li:before {
    background: #1EBF92; }

/* line 21, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_project-details.scss */
.text-block {
  background: #1EBF92;
  color: #fff; }

/* line 28, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_project-details.scss */
.shareOnRow ul li {
  color: #5D5D5D; }
  /* line 31, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_project-details.scss */
  .shareOnRow ul li + li a {
    color: #5D5D5D; }
    /* line 33, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_project-details.scss */
    .shareOnRow ul li + li a:hover, .shareOnRow ul li + li a:focus {
      color: #1EBF92; }

/* line 3, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_cause.scss */
.cause-item .carousel-indicators li {
  background: #91a1b4; }
  /* line 5, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_cause.scss */
  .cause-item .carousel-indicators li.active {
    background: #fff; }

/* line 10, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_cause.scss */
.cause-item .images_row {
  background: #404040; }

/* line 14, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_cause.scss */
.cause-item .cause_excepts {
  background: #f1f4f8; }
  /* line 16, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_cause.scss */
  .cause-item .cause_excepts a {
    color: #1EBF92; }
    /* line 18, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_cause.scss */
    .cause-item .cause_excepts a:hover {
      text-decoration: underline; }

/* line 25, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_cause.scss */
.cause-item .cuase_title a {
  color: #404040; }

/* line 29, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_cause.scss */
.cause-item p {
  color: #5D5D5D; }

/* line 34, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_cause.scss */
.cause-item.list-item .fund_raise_info {
  background: #f8fafc; }
  /* line 36, /Users/thanpolas/Projects/skg/skgtech.io/_scss/theme/_cause.scss */
  .cause-item.list-item .fund_raise_info .days-left {
    color: #84D8C3; }
