/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*
Naming Convention: camelCasing
eg; $brandColor: #8bbb4b;
Pseudo ref or any special property requiring attention should be seperated with hypen
eg; $submenuLink-hover: $brandColor;
	$fontWeight-normal: 400;
	$nav-size: $baseSize;
*/
/* Functions*/
/*Calculation variables*/
/*Fonts*/
/*Colors*/
/*Base Colors*/
/*Font base colors*/
/*Menu colors*/
/*Overlay properties*/
/*Badges color*/
/*Font size*/
/*Nav font size*/
/*Nav properties*/
/*Sprite sheets / Static Images urls */
/*Background Positions common values*/
/*Icon codes*/
/*z-index */
/*mixin to style the links in the header */
/* Mixin to set the properties  with cross browser support
eg;crossBrowser(opacity,.7) ;
*/
/**loader spin **/
@-webkit-keyframes hs-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes hs-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@font-face {
  font-family: 'arboria-bold';
  src: url("../fonts/arboria-bold-webfont.woff2") format("woff2"), url("../fonts/arboria-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'arboria-book';
  src: url("../fonts/arboria-book-webfont.woff2") format("woff2"), url("../fonts/arboria-book-webfont.ttf") format("ttf"), url("../fonts/arboria-book-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
body {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Roboto", "HelveticaNeue-Light", sans-serif;
  width: 100%;
  height: 100%;
  background: #ebebeb;
  line-height: normal; }

h1, h2, h3 {
  margin: 0; }

h1 {
  font-size: 32px; }

h2 {
  font-size: 32px;
  font-weight: 500;
  }

h3 {
  font-size: 24px;
  font-weight: 500;
  }

p {
  font-size: 16px; }

ul li {
  list-style: none; }

.container {
  padding: 0;
  width: 100%; }

.row {
  margin: 0; }

.slick-carousel, .event-carousel {
  position: relative; }

.glyphicon-chevron-left {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 1;
  padding: 5px;
  font-size: 30px;
  color: #fff;
  cursor: pointer; }

.glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 0;
  padding: 5px;
  font-size: 30px;
  color: #fff;
  cursor: pointer; }

.main-wrapper {
  background: #fff;
  max-width: 1170px;
  margin: 0 auto;
  -webkit-box-shadow: 0 9px 0px 0px #ddd, 0 -9px 0px 0px #ddd, 0 0 15px -4px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 9px 0px 0px #ddd, 0 -9px 0px 0px #ddd, 0 0 15px -4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 9px 0px 0px #ddd, 0 -9px 0px 0px #ddd, 0 0 15px -4px rgba(0, 0, 0, 0.1); }

.navbar-container {
  background: #fff;
  padding: 0 15px;
  height: 80px;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.22);
  -o-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.22); }

.navbar {
  margin-bottom: 0; }

.navbar-toggle .icon-bar {
  border: 1px solid #000; }

.logo {
  margin: 23px 39px; }

.section-head {
  background: #ebebeb;
  color: #28554e;
  padding: 15px 25px;
  letter-spacing: 1.1px; }

.section-para {
  font-size: 25px;
  color: #272727;
  font-weight: 300;
  padding: 25px 25px;
  margin: 0px;
  text-align: left;
  text-justify: inter-word;
  letter-spacing: 1.1px; }

.green-title {
  color: #2ec368;
  font-weight: 700;
  font-size: 30px;
  line-height: normal; }

.brown-title {
  color: #e6963e;
  font-weight: 700;
  font-size: 20px;
  margin-top: 10px;
  line-height: normal; }

.event-title {
  color: #e6963e;
  font-weight: 400;
  font-size: 25px;
  margin: 0px;
  line-height: normal; }

.office-title {
  color: #6f0100;
  font-weight: 600;
  font-size: 15px;
  line-height: normal; }

.darkbrown-title {
  color: #6f0100;
  font-weight: 700;
  font-size: 30px;
  line-height: normal; }

.achieve {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 10px; }
  .achieve .item {
    max-width: 200px;
    text-align: center;
    padding: 10px 20px; }
    .achieve .item p {
      text-transform: uppercase;
      max-width: 150px; }

.event-carousel .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 54px 54px;
  -ms-flex-wrap: true;
      flex-wrap: true;
  flex-start: top; }
  .event-carousel .wrapper .green-title {
    font-size: 50px; }
  .event-carousel .wrapper .event-statement {
    font-weight: 700;
    font-size: 30px;
    padding: 6px 10px; }
  .event-carousel .wrapper .slogan {
    font-family: 'arboria-book';
    font-size: 14px;
    background: #2ec368;
    padding: 3px;
    text-transform: uppercase;
    margin-left: 10px;
    font-weight: 700;
    letter-spacing: 1.2px; }
.event-carousel .glyphicon-chevron-left {
  color: #2ec368; }
.event-carousel .glyphicon-chevron-right {
  color: #2ec368; }

.tech-wrapper {
  margin: 0 0 30px;
  padding: 0 54px; }
  .tech-wrapper .chunk {
    text-align: center;
    margin-bottom: 30px; }

.header-wrapper {
  padding-bottom: 30px; }
  .header-wrapper .img-header {
    color: #2ec368;
    background: #ebebeb;
    font-size: 20px;
    font-weight: 400;
    padding: 5px 8px;
    text-transform: uppercase; }
  .header-wrapper .grey-header {
    font-size: 20px;
    color: #818181; }
    .header-wrapper .grey-header b {
      font-weight: 500;
      font-size: 24px; }

.code-wrapper {
  margin: 0 54px; }
  .code-wrapper h3 {
    color: #818181;
    text-transform: uppercase;
    font-size: 26px; }
  .code-wrapper .code-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px; }
    .code-wrapper .code-icons .green-title {
      padding-left: 10px;
      font-weight: 500;
      font-size: 20px; }

.gallery-wrapper {
  margin: 20px 20px; }
  .gallery-wrapper h3 {
    color: #818181;
    text-transform: uppercase;
    font-size: 26px; }
  .gallery-wrapper .msg {
    font-weight: 300;
    color: #8d8f8e;
    font-size: 20px;
    padding: 10px 0; }
  .gallery-wrapper .gallery-carousel .wrapper {
    text-align: center;
    padding: 20px;
    width: 100%; }
    .gallery-wrapper .gallery-carousel .wrapper .green-title {
      font-weight: 500;
      text-transform: capitalize;
      margin-top: 10px; }
    .gallery-wrapper .gallery-carousel .wrapper .desg {
      color: #2ec368;
      font-weight: 400; }
    .gallery-wrapper .gallery-carousel .wrapper .quote {
      color: #151515;
      font-size: 20px;
      font-weight: 300; }
  .gallery-wrapper .glyphicon-chevron-left {
    color: #2ec368;
    margin-left: -50px; }
  .gallery-wrapper .glyphicon-chevron-right {
    color: #2ec368;
    margin-right: -50px; }

.career-scroll {
  margin: 0px 54px 39px;
  border: 1px solid #000;
  padding: 20px; }
  .career-scroll .btn-wrapper {
    text-align: center;
    background: #fff;
    padding: 14px; }
  .career-scroll .apply-btn {
    color: #2ec368;
    background: #ebebeb;
    padding: 12px 20px;
    outline: 0;
    outline-color: transparent;
    text-align: center;
    border: none;
    text-transform: uppercase;
    text-decoration: none; }
  .career-scroll #jobs-container .wrapper {
    padding: 20px 0 10px; }
    .career-scroll #jobs-container .wrapper .job-title {
      color: #272727;
      font-weight: 300;
      line-height: 1.8; }
    .career-scroll #jobs-container .wrapper .apply-btn {
      float: right;
      margin-bottom: 0; }

.blog-holder {
  padding-bottom: 34px; }
  .blog-holder h2 {
    margin-bottom: 54px; }

.blog-wrapper {
  margin: 20px 54px;
  border: 1px solid #272727;
  padding: 20px 20px 30px; }
  .blog-wrapper .section-para {
    padding: 10px 0; }
  .blog-wrapper .read-btn {
    color: #2ec368;
    background: #ebebeb;
    padding: 12px 20px;
    outline: 0;
    outline-color: transparent;
    text-align: center;
    border: none;
    text-transform: uppercase;
    text-decoration: none; }

.read-button {
    color: #2ec368;
    background: #ebebeb;
    padding: 6px 10px;
    outline: 0;
    outline-color: transparent;
    text-align: center;
    border: none;
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none; }

.place {
  margin: 0 34px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px; }
  .place .item {
    padding: 10px 50px; }
  .place p {
    padding-top: 5px; }
    .place p .green-title {
      font-size: 20px;
      text-transform: uppercase;
      text-decoration: none; }
      .place p .green-title:hover {
        color: #2ec368;
        text-decoration: none; }
      .place p .green-title:visited {
        color: #2ec368;
        text-decoration: none; }
      .place p .green-title:active {
        color: #2ec368;
        text-decoration: none; }

.footer {
  color: #fff;
  background: #ebebeb; }
  .footer p {
    color: #919191; }
  .footer .container {
    margin: 0 auto;
    max-width: 1170px;
    padding: 26px 30px 24px; }
    .footer .container .footer-left {
      padding: 0; }
      .footer .container .footer-left ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        .footer .container .footer-left ul li {
          display: inline-block; }
          .footer .container .footer-left ul li a {
            font-size: 14px;
            font-weight: 400;
            text-transform: capitalize;
            color: #777;
            -webkit-opacity: 1;
            -moz-opacity: 1;
            -o-opacity: 1;
            opacity: 1;
            text-decoration: none;
            cursor: pointer;
            display: inline-block;
            padding: 0 16px 0 0; }
            .footer .container .footer-left ul li a:hover {
              color: #8bbb4b; }
      .footer .container .footer-left .copyright {
        padding-top: 11px;
        font-size: 12px;
        color: #919191;
        font-weight: 400; }
    .footer .container .footer-right {
      padding-right: 0; }
      .footer .container .footer-right p {
        font-size: 14px;
        font-weight: 500;
        color: #212121;
        padding-bottom: 7px; }
      .footer .container .footer-right .social-unit {
        /*padding: 0;*/ }
        .footer .container .footer-right .social-unit a {
          height: 40px;
          width: 40px;
          background: url("../images/icons-footer-social.svg") left top no-repeat;
          display: inline-block;
          margin-right: 5px;
          cursor: pointer; }
          .footer .container .footer-right .social-unit a.fb {
            background-position: 0 0;
            /*&:hover {
                background-position: 0 ($footerSocialIcons-multiplier * 1px);
            }*/ }
          .footer .container .footer-right .social-unit a.tw {
            background-position: -45px 0;
            /*&:hover {
                background-position: ($footerSocialIcons-multiplier * 1px) ($footerSocialIcons-multiplier * 1px);
            }*/ }
          .footer .container .footer-right .social-unit a.gp {
            background-position: -90px 0;
            /*&:hover {
                background-position: ($footerSocialIcons-multiplier * 2px) ($footerSocialIcons-multiplier * 1px);
            }*/ }
          .footer .container .footer-right .social-unit a.fbnew {
            background: url("../images/facebook.png") left top no-repeat; background-size: 40px 40px;}
          .footer .container .footer-right .social-unit a.yt {
            background: url("../images/youtube.png") left top no-repeat; background-size: 40px 40px;}
          .footer .container .footer-right .social-unit a.in {
            background: url("../images/linkedIn.png") left top no-repeat; }
          .footer .container .footer-right .social-unit a.st {
            background: url("../images/stackoverflow.png") left top no-repeat; }
      .footer .container .footer-right .app-unit {
        padding: 0 0 24px 15px; }
        .footer .container .footer-right .app-unit .store-wrapper a {
          height: 40px;
          width: 135px;
          background: url("../images/icon-sprite-stores.svg") left top no-repeat;
          display: inline-block;
          margin-right: 5px;
          cursor: pointer; }
          .footer .container .footer-right .app-unit .store-wrapper a.playstore {
            background-position: 0 0; }
            .footer .container .footer-right .app-unit .store-wrapper a.playstore:hover {
              background-position: 0 -50px; }
          .footer .container .footer-right .app-unit .store-wrapper a.appstore {
            background-position: -140px 0; }
            .footer .container .footer-right .app-unit .store-wrapper a.appstore:hover {
              background-position: -140px -50px; }

@media only screen and (max-width: 768px) {
  section {
    width: 100%; }

  .container {
    width: 100%;
    margin: 0; }

  .navbar-container {
    width: 100%; } }
@media only screen and (max-width: 767px) {
  .achieve {
    margin: 0; }

  .code-wrapper .code-icons {
    padding: 20px 0; }

  .place .item {
    padding: 10px; }
    .place .item img {
      -webkit-transform: scale(0.6);
      transform: scale(0.6); }
  .place p {
    padding-top: 0; }

  .footer .container .footer-right .social-unit {
    padding: 0; } }
@media only screen and (max-width: 479px) {
  .logo {
    margin: 23px 26px; }

  .glyphicon-chevron-left, .glyphicon-chevron-right {
    font-size: 20px; }

  .section-head {
    padding: 15px 26px;
    font-size: 28px; }

  .section-para {
    padding: 25px 26px;
    font-size: 20px; }

  .event-carousel .wrapper {
    padding: 26px; }

  .event-carousel .wrapper .green-title {
    font-size: 30px; }

  .event-carousel .wrapper .event-statement {
    font-size: 20px;
    padding-top: 3px; }

  .achieve .item {
    padding: 10px; }
    .achieve .item p {
      font-size: 14px;
      max-width: 120px; }

  .green-title {
    font-size: 24px; }

  .tech-wrapper {
    padding: 0 26px; }
    .tech-wrapper .chunk {
      padding: 0; }

  .header-wrapper .img-header {
    font-size: 18px; }

  .code-wrapper, .gallery-wrapper {
    margin: 0 26px; }

  .code-wrapper h3, .gallery-wrapper h3 {
    font-size: 22px; }

  .code-wrapper .code-icons .green-title {
    font-size: 18px; }

  .msg {
    font-size: 16px; }

  .career-scroll {
    margin: 0 26px 39px; }

  .career-scroll #jobs-container .wrapper .job-title {
    font-size: 18px; }

  .career-scroll .apply-btn {
    padding: 8px 20px; }

  .blog-wrapper {
    margin: 20px 26px; }
    .blog-wrapper h3 {
      font-size: 22px; }

  .gallery-wrapper .glyphicon-chevron-left {
    margin-left: -25px; }

  .gallery-wrapper .glyphicon-chevron-right {
    margin-right: -25px; }

  .place {
    margin: 0; }

  .place p .green-title {
    font-size: 16px; }

  .footer-right {
    padding-left: 0; } }
@media only screen and (max-width: 320px) {
  .section-head {
    font-size: 24px; }

  .tech-wrapper {
    padding: 0; }

  .code-wrapper .code-icons .green-title {
    font-size: 16px; }

  .code-wrapper .code-icons {
    padding: 10px 10px 10px 0; }

  .place .item {
    padding: 5px; } }

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

    .menu_icon { display: block; }
    .menu_text { display: none; }

  }
@media only screen and (max-width:800px){

    .menu_icon { display: none; }
    .menu_text { display: block; font-family: 'Julius Sans One';font-size: 40px; padding-left: 20px; padding-right: 20px; text-align: center;}

  }
