/* line 1, ../../sass/tools/_scrolling-nav.scss */
.header_menu {
  position: fixed;
  background-color: #f7f7f7;
  width: 100%;
  height: auto;
  top: 0;
  margin: 0;
  border: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 99;
  transition: .5s;
}
/* line 14, ../../sass/tools/_scrolling-nav.scss */
.header_menu .navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  /* line 14, ../../sass/tools/_scrolling-nav.scss */
  .header_menu .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 30, ../../sass/tools/_scrolling-nav.scss */
.header_menu .navbar-collapse .collapse {
  display: none;
}
@media (min-width: 768px) {
  /* line 30, ../../sass/tools/_scrolling-nav.scss */
  .header_menu .navbar-collapse .collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}
/* line 41, ../../sass/tools/_scrolling-nav.scss */
.header_menu .navbar-header:before {
  display: table;
  content: " ";
}
@media (min-width: 768px) {
  /* line 40, ../../sass/tools/_scrolling-nav.scss */
  .header_menu .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  /* line 40, ../../sass/tools/_scrolling-nav.scss */
  .header_menu .navbar-header {
    float: left;
  }
}
/* line 52, ../../sass/tools/_scrolling-nav.scss */
.header_menu .navbar-header .navbar-brand {
  height: auto;
  padding: 5px 0px;
  float: left;
  font-size: 30px;
  color: #000;
  line-height: 20px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}
/* line 63, ../../sass/tools/_scrolling-nav.scss */
.header_menu .navbar-header .navbar-brand img {
  width: 170px;
}
/* line 68, ../../sass/tools/_scrolling-nav.scss */
.header_menu .navbar-header .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
@media (min-width: 768px) {
  /* line 68, ../../sass/tools/_scrolling-nav.scss */
  .header_menu .navbar-header .navbar-toggle {
    display: none;
  }
}
/* line 82, ../../sass/tools/_scrolling-nav.scss */
.header_menu .navbar-header .navbar-toggle .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* line 92, ../../sass/tools/_scrolling-nav.scss */
.header_menu .navbar-header .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
@media (max-width: 500px) {
  /* line 92, ../../sass/tools/_scrolling-nav.scss */
  .header_menu .navbar-header .navbar-toggle .icon-bar {
    display: none;
  }
}
/* line 101, ../../sass/tools/_scrolling-nav.scss */
.header_menu .navbar-header .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

/* line 110, ../../sass/tools/_scrolling-nav.scss */
.navbar-nav {
  float: right;
  margin: 0px -15px;
}
/* line 113, ../../sass/tools/_scrolling-nav.scss */
.navbar-nav:before {
  display: table;
  content: " ";
}
@media (min-width: 768px) {
  /* line 117, ../../sass/tools/_scrolling-nav.scss */
  .navbar-nav li {
    float: left;
  }
}
/* line 121, ../../sass/tools/_scrolling-nav.scss */
.navbar-nav li:nth-last-child(1) a {
  padding-right: 0;
}
/* line 124, ../../sass/tools/_scrolling-nav.scss */
.navbar-nav li a {
  font-size: 16px;
  line-height: 18px;
  padding: 36px 15px;
  color: #000;
  text-transform: capitalize;
  text-decoration: none;
}
/* line 133, ../../sass/tools/_scrolling-nav.scss */
.navbar-nav li a:hover, .navbar-nav li a:focus, .navbar-nav li a:active {
  background: transparent;
}
/* line 136, ../../sass/tools/_scrolling-nav.scss */
.navbar-nav li a:hover {
  background: transparent;
  color: #a20505;
}
/* line 143, ../../sass/tools/_scrolling-nav.scss */
.navbar-nav .active a {
  background: transparent;
  color: #a20505;
}

/* line 150, ../../sass/tools/_scrolling-nav.scss */
.nav {
  padding-left: 0;
  list-style: none;
  padding-top: 22px;
}
/* line 154, ../../sass/tools/_scrolling-nav.scss */
.nav:before {
  display: table;
  content: " ";
}
/* line 159, ../../sass/tools/_scrolling-nav.scss */
.nav ul li {
  position: relative;
  display: block;
}
/* line 162, ../../sass/tools/_scrolling-nav.scss */
.nav ul li a {
  position: relative;
  display: block;
}

@media (min-width: 767px) {
  /* line 171, ../../sass/tools/_scrolling-nav.scss */
  .navbar {
    padding: 20px 0;
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
  }

  /* line 178, ../../sass/tools/_scrolling-nav.scss */
  .top-nav-collapse {
    padding: 0;
  }
}
/* line 183, ../../sass/tools/_scrolling-nav.scss */
.intro-section {
  height: 100%;
  padding-top: 150px;
  text-align: center;
  background: #fff;
}

/* line 190, ../../sass/tools/_scrolling-nav.scss */
.about-section {
  height: 100%;
  padding-top: 150px;
  text-align: center;
  background: #eee;
}

/* line 197, ../../sass/tools/_scrolling-nav.scss */
.services-section {
  height: 100%;
  padding-top: 150px;
  text-align: center;
  background: #fff;
}

/* line 204, ../../sass/tools/_scrolling-nav.scss */
.contact-section {
  height: 100%;
  padding-top: 150px;
  text-align: center;
  background: #eee;
}

/* line 1, ../../sass/tools/_timeline.scss */
#resume {
  padding: 120px 0;
}
@media (max-width: 500px) {
  /* line 1, ../../sass/tools/_timeline.scss */
  #resume {
    padding: 60px 0;
  }
}

/* line 8, ../../sass/tools/_timeline.scss */
.timeline {
  background: url("../images/line.gif") repeat-y scroll 109px 0 transparent;
  margin-left: 50px;
}
@media (max-width: 500px) {
  /* line 8, ../../sass/tools/_timeline.scss */
  .timeline {
    margin-left: 0;
    background: transparent;
  }
}

/* line 16, ../../sass/tools/_timeline.scss */
.timeline-item {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}

/* line 21, ../../sass/tools/_timeline.scss */
.timeline-head {
  background: #ffc800;
  border-radius: 136px 136px 136px 136px;
  color: #000;
  cursor: pointer;
  float: left;
  font-size: 28px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  width: 46px;
  margin-left: 85px;
}
@media (max-width: 500px) {
  /* line 21, ../../sass/tools/_timeline.scss */
  .timeline-head {
    margin-left: 0;
  }
}

/* line 37, ../../sass/tools/_timeline.scss */
.timeline-head-content {
  float: left;
  padding: 0 30px 10px 15px;
  position: relative;
  width: 80%;
}
/* line 42, ../../sass/tools/_timeline.scss */
.timeline-head-content h3 {
  color: #363636;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  /* line 42, ../../sass/tools/_timeline.scss */
  .timeline-head-content h3 {
    font-size: 23px;
  }
}

/* line 50, ../../sass/tools/_timeline.scss */
.timeline-item-date {
  float: left;
  margin-top: 31px;
  width: 85px;
  font-size: 14px;
}
@media (max-width: 500px) {
  /* line 50, ../../sass/tools/_timeline.scss */
  .timeline-item-date {
    display: none;
  }
}

/* line 59, ../../sass/tools/_timeline.scss */
.timeline-item-trigger {
  background: #3BC2C8;
  border-radius: 136px 136px 136px 136px;
  color: #fff;
  cursor: pointer;
  float: left;
  font-size: 28px;
  height: 44px;
  line-height: 37px;
  margin-top: 20px;
  text-align: center;
  width: 44px;
}

/* line 73, ../../sass/tools/_timeline.scss */
.smithsonian {
  background: #189ad6;
}
/* line 75, ../../sass/tools/_timeline.scss */
.smithsonian img {
  width: 35px;
  height: 35px;
}

/* line 81, ../../sass/tools/_timeline.scss */
.twt {
  background: #a9091f;
}
/* line 83, ../../sass/tools/_timeline.scss */
.twt img {
  width: 32px;
  height: 32px;
}

/* line 91, ../../sass/tools/_timeline.scss */
.lcm {
  background: #f5f5f5;
  border: 1px solid #ccc;
}
/* line 94, ../../sass/tools/_timeline.scss */
.lcm img {
  width: 32px;
  height: 32px;
}

/* line 100, ../../sass/tools/_timeline.scss */
.dlc {
  background: #f5f5f5;
  border: 1px solid #ccc;
}
/* line 103, ../../sass/tools/_timeline.scss */
.dlc img {
  width: 32px;
  height: 32px;
}

/* line 109, ../../sass/tools/_timeline.scss */
.usm {
  background: #fff;
  border: 1px solid #ccc;
  line-height: 34px;
}
/* line 113, ../../sass/tools/_timeline.scss */
.usm img {
  width: 32px;
  height: 32px;
}

/* line 119, ../../sass/tools/_timeline.scss */
.champlain {
  background: #fff;
  border: 1px solid #ccc;
}
/* line 122, ../../sass/tools/_timeline.scss */
.champlain img {
  width: 40px;
  height: 40px;
}

/* line 128, ../../sass/tools/_timeline.scss */
.swim {
  line-height: 42px;
  background: #162d4f;
}

/* line 129, ../../sass/tools/_timeline.scss */
.webby {
  line-height: 42px;
  background: #000;
}

/* line 130, ../../sass/tools/_timeline.scss */
.scout {
  line-height: 38px;
  background: #1e4384;
}

/* line 131, ../../sass/tools/_timeline.scss */
.space {
  line-height: 41px;
  background: #e0c238;
  color: #000;
}

/* line 132, ../../sass/tools/_timeline.scss */
.president {
  line-height: 42px;
  background: #162d4f;
}

/* line 133, ../../sass/tools/_timeline.scss */
.rocket {
  line-height: 42px;
  background: #ff7600;
}
/* line 136, ../../sass/tools/_timeline.scss */
.rocket span {
  position: relative;
  left: -2px;
}

/* line 142, ../../sass/tools/_timeline.scss */
.timeline-item-content {
  background-color: #fff;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 61px -20px rgba(5, 79, 69, 0.16);
  -moz-box-shadow: 0px 0px 61px -20px rgba(5, 79, 69, 0.16);
  box-shadow: 0px 0px 61px -20px rgba(5, 79, 69, 0.16);
  float: left;
  margin-left: 15px;
  padding: 10px 30px;
  position: relative;
  width: 80%;
}
@media (max-width: 500px) {
  /* line 142, ../../sass/tools/_timeline.scss */
  .timeline-item-content {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);
  }
}
/* line 159, ../../sass/tools/_timeline.scss */
.timeline-item-content .timeline-content-heading h2 {
  cursor: pointer;
  line-height: 35px;
  color: #363636;
  font-size: 30px;
  color: #a20505;
  padding-top: 10px;
}
@media (max-width: 500px) {
  /* line 159, ../../sass/tools/_timeline.scss */
  .timeline-item-content .timeline-content-heading h2 {
    font-size: 21px;
    line-height: 26px;
  }
}
/* line 171, ../../sass/tools/_timeline.scss */
.timeline-item-content .timeline-content-heading p {
  padding-top: 5px;
}
@media (max-width: 500px) {
  /* line 171, ../../sass/tools/_timeline.scss */
  .timeline-item-content .timeline-content-heading p {
    line-height: 23px;
  }
}
/* line 176, ../../sass/tools/_timeline.scss */
.timeline-item-content .timeline-content-heading p span {
  font-weight: normal;
  font-size: 23px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  /* line 176, ../../sass/tools/_timeline.scss */
  .timeline-item-content .timeline-content-heading p span {
    font-size: 15px;
  }
}
/* line 185, ../../sass/tools/_timeline.scss */
.timeline-item-content .timeline-content-heading p span.location {
  font-size: 16px;
  color: #333;
  font-weight: normal;
}
@media (max-width: 500px) {
  /* line 185, ../../sass/tools/_timeline.scss */
  .timeline-item-content .timeline-content-heading p span.location {
    font-size: 14px;
  }
}
/* line 196, ../../sass/tools/_timeline.scss */
.timeline-item-content p {
  color: #666;
}
/* line 200, ../../sass/tools/_timeline.scss */
.timeline-item-content .collapse p {
  color: #000;
}
/* line 204, ../../sass/tools/_timeline.scss */
.timeline-item-content h3 {
  cursor: pointer;
  line-height: 30px;
  font-size: 25px;
  color: #363636;
}
/* line 210, ../../sass/tools/_timeline.scss */
.timeline-item-content ul {
  margin-left: 20px;
}

/* line 214, ../../sass/tools/_timeline.scss */
.timeline-arrow {
  display: block;
  position: relative;
}
/* line 217, ../../sass/tools/_timeline.scss */
.timeline-arrow i {
  background: none repeat scroll 0 0 #fff;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  display: block;
  height: 10px;
  left: 141px;
  position: absolute;
  top: 37px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  width: 10px;
  z-index: 10;
}
@media (max-width: 500px) {
  /* line 217, ../../sass/tools/_timeline.scss */
  .timeline-arrow i {
    left: 53px;
  }
}

/* line 238, ../../sass/tools/_timeline.scss */
.timeline-item h4 {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  /* line 2, ../../sass/tools/_responsive.scss */
  .body_container {
    max-width: 750px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 8, ../../sass/tools/_responsive.scss */
  .body_container {
    max-width: 970px;
  }

  /* line 11, ../../sass/tools/_responsive.scss */
  .pricing .pricing_item {
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0px 10px 14px -2px rgba(69, 6, 20, 0.04);
    -moz-box-shadow: 0px 10px 14px -2px rgba(69, 6, 20, 0.04);
    box-shadow: 0px 10px 14px -2px rgba(69, 6, 20, 0.04);
  }
}
@media only screen and (min-width: 1200px) {
  /* line 21, ../../sass/tools/_responsive.scss */
  .body_container {
    max-width: 1170px;
  }
}
@media only screen and (min-width: 1281px) {
  /* line 27, ../../sass/tools/_responsive.scss */
  .header_two button {
    display: none;
  }
}
@media only screen and (max-width: 1680px) {
  /* line 33, ../../sass/tools/_responsive.scss */
  .header_two .left_menu {
    max-height: 400px;
  }

  /* line 36, ../../sass/tools/_responsive.scss */
  .header_two .left_menu a {
    padding: 0px 30px;
  }
}
@media only screen and (max-width: 1380px) and (min-width: 1281px) {
  /* line 42, ../../sass/tools/_responsive.scss */
  .body_container {
    padding: 0px 50px;
  }

  /* line 45, ../../sass/tools/_responsive.scss */
  .header_two .header_image img {
    height: 150px;
    width: 150px;
  }

  /* line 49, ../../sass/tools/_responsive.scss */
  .header_two .left_menu li {
    text-align: center;
  }

  /* line 52, ../../sass/tools/_responsive.scss */
  .header_two .menu_icon {
    margin: 0;
    float: initial;
    line-height: 24px;
  }

  /* line 57, ../../sass/tools/_responsive.scss */
  .header_two .menu_content {
    display: block;
  }

  /* line 60, ../../sass/tools/_responsive.scss */
  .about_two .about_job ul > li {
    height: 140px !important;
    width: 135px !important;
    padding: 30px 0px;
  }

  /* line 65, ../../sass/tools/_responsive.scss */
  .about_two .about_job ul > li > p {
    font-size: 16px;
  }

  /* line 68, ../../sass/tools/_responsive.scss */
  .about_two .about_details ul > li > p {
    min-width: 120px;
  }

  /* line 71, ../../sass/tools/_responsive.scss */
  .about_two .about_skills .progress_title {
    width: 100px;
  }

  /* line 74, ../../sass/tools/_responsive.scss */
  .portfolio_two .portfolio_item {
    width: 32.3%;
  }

  /* line 77, ../../sass/tools/_responsive.scss */
  .services .service_item {
    text-align: center;
  }

  /* line 80, ../../sass/tools/_responsive.scss */
  .services .service_icon {
    float: none;
  }

  /* line 83, ../../sass/tools/_responsive.scss */
  .services .service_details {
    display: block;
  }

  /* line 86, ../../sass/tools/_responsive.scss */
  .contact .width_h {
    width: 48%;
  }
}
@media only screen and (max-width: 1280px) {
  /* line 92, ../../sass/tools/_responsive.scss */
  .header_two {
    width: 300px;
    left: -300px;
    transition: 1s;
  }

  /* line 97, ../../sass/tools/_responsive.scss */
  .header_two.open {
    left: 0;
  }

  /* line 100, ../../sass/tools/_responsive.scss */
  .main_content {
    width: 100%;
    float: initial;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  /* line 107, ../../sass/tools/_responsive.scss */
  .about .about_job ul > li {
    height: 150px;
    width: 145px;
    padding: 30px 0px;
  }

  /* line 112, ../../sass/tools/_responsive.scss */
  .about .about_details ul > li > p {
    min-width: 120px;
  }

  /* line 115, ../../sass/tools/_responsive.scss */
  .about .about_skills .progress_title {
    width: 100px;
  }

  /* line 118, ../../sass/tools/_responsive.scss */
  .services .service_item {
    text-align: center;
  }

  /* line 121, ../../sass/tools/_responsive.scss */
  .services .service_icon {
    float: none;
  }

  /* line 124, ../../sass/tools/_responsive.scss */
  .services .service_details {
    display: block;
  }

  /* line 127, ../../sass/tools/_responsive.scss */
  .contact form {
    padding: 30px;
    width: 60%;
  }

  /* line 131, ../../sass/tools/_responsive.scss */
  .contact .width_h:nth-child(1) {
    width: 47.6%;
  }
}
@media only screen and (max-width: 1199px) {
  /* line 137, ../../sass/tools/_responsive.scss */
  .resume .experiences.left, .resume .experiences.right {
    margin: 0;
  }

  /* line 140, ../../sass/tools/_responsive.scss */
  .portfolio .portfolio_item {
    width: 32%;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  /* line 146, ../../sass/tools/_responsive.scss */
  .navbar-header {
    width: 100%;
    text-align: center;
  }

  /* line 150, ../../sass/tools/_responsive.scss */
  .header_menu .navbar-brand {
    display: inline-block;
    float: none;
    padding-bottom: 15px;
  }

  /* line 155, ../../sass/tools/_responsive.scss */
  .navbar-nav {
    float: left;
  }

  /* line 158, ../../sass/tools/_responsive.scss */
  .navbar-nav > li > a {
    padding: 15px 12px 36px;
  }

  /* line 161, ../../sass/tools/_responsive.scss */
  .navbar-nav > li:nth-child(1) a {
    padding-left: 0;
  }

  /* line 164, ../../sass/tools/_responsive.scss */
  .banner.first {
    margin-top: 145px;
  }

  /* line 167, ../../sass/tools/_responsive.scss */
  .blog .content {
    padding: 30px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 173, ../../sass/tools/_responsive.scss */
  .banner .banner_content h4 {
    font-size: 30px;
  }

  /* line 176, ../../sass/tools/_responsive.scss */
  .banner .banner_content h2 {
    font-size: 70px;
    line-height: 70px;
  }

  /* line 180, ../../sass/tools/_responsive.scss */
  .banner .banner_content p {
    font-size: 30px;
    margin-bottom: 40px;
  }

  /* line 184, ../../sass/tools/_responsive.scss */
  .about .about_skills .progress {
    width: 460px;
  }

  /* line 187, ../../sass/tools/_responsive.scss */
  .resume .experiences {
    margin-bottom: 50px !important;
  }

  /* line 190, ../../sass/tools/_responsive.scss */
  .portfolio .portfolio_item {
    width: 31.9%;
  }

  /* line 193, ../../sass/tools/_responsive.scss */
  .portfolio .portfolio_menu li {
    margin-left: 15px;
  }

  /* line 196, ../../sass/tools/_responsive.scss */
  .portfolio .section_header h2 {
    font-size: 36px;
  }

  /* line 199, ../../sass/tools/_responsive.scss */
  .pricing .pricing_item {
    border-radius: 10px;
  }

  /* line 202, ../../sass/tools/_responsive.scss */
  .pricing .pricing_item > div {
    width: 100%;
    position: inherit;
    border-radius: 0;
    border-bottom: 1px solid #ebebeb;
  }

  /* line 208, ../../sass/tools/_responsive.scss */
  .contact .contact_info {
    margin-bottom: 50px;
  }

  /* line 211, ../../sass/tools/_responsive.scss */
  .contact form {
    position: initial;
    width: 100%;
    box-shadow: none;
    padding: 0;
  }

  /* line 217, ../../sass/tools/_responsive.scss */
  .contact .width_h {
    width: 100%;
  }

  /* line 220, ../../sass/tools/_responsive.scss */
  .post_comment {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 226, ../../sass/tools/_responsive.scss */
  .header_menu .navbar-brand {
    padding: 35px 15px;
  }

  /* line 229, ../../sass/tools/_responsive.scss */
  .header_menu .navbar-toggle {
    padding: 28px 0px;
  }

  /* line 232, ../../sass/tools/_responsive.scss */
  .header_menu .navbar-toggle .icon-bar {
    background-color: #979797;
    -webkit-transition: .5s;
    transition: .5s;
    display: none;
  }

  /* line 238, ../../sass/tools/_responsive.scss */
  .header_menu .navbar-toggle.collapsed .first {
    transform: rotate(0) translate(0px, 0px);
  }

  /* line 241, ../../sass/tools/_responsive.scss */
  .header_menu .navbar-toggle.collapsed .second {
    opacity: 1;
  }

  /* line 244, ../../sass/tools/_responsive.scss */
  .header_menu .navbar-toggle.collapsed .third {
    transform: rotate(0) translate(0px, 0px);
  }

  /* line 247, ../../sass/tools/_responsive.scss */
  .header_menu .navbar-toggle .first {
    transform: rotate(45deg) translate(4px, 5px);
  }

  /* line 250, ../../sass/tools/_responsive.scss */
  .header_menu .navbar-toggle .second {
    opacity: 0;
  }

  /* line 253, ../../sass/tools/_responsive.scss */
  .header_menu .navbar-toggle .third {
    transform: rotate(-45deg) translate(4px, -5px);
  }

  /* line 256, ../../sass/tools/_responsive.scss */
  .navbar-nav {
    float: none;
  }

  /* line 259, ../../sass/tools/_responsive.scss */
  .navbar-nav > li > a {
    padding: 15px;
    border-bottom: 1px solid #979797;
    display: none;
  }

  /* line 264, ../../sass/tools/_responsive.scss */
  .navbar-nav > li:nth-last-child(1) a {
    border: none;
  }

  /* line 267, ../../sass/tools/_responsive.scss */
  .navbar-nav > li > a:hover {
    background-color: #55595d;
    color: #fff;
  }

  /* line 271, ../../sass/tools/_responsive.scss */
  .navbar-nav > .active a {
    background-color: #009bde;
    color: #fff;
  }

  /* line 277, ../../sass/tools/_responsive.scss */
  .portfolio .section_header {
    display: block;
  }

  /* line 280, ../../sass/tools/_responsive.scss */
  .portfolio .section_header h2 {
    margin-bottom: 30px;
  }

  /* line 283, ../../sass/tools/_responsive.scss */
  .portfolio .section_header h2:before {
    left: 50%;
  }

  /* line 286, ../../sass/tools/_responsive.scss */
  .portfolio .portfolio_menu {
    float: initial;
    margin: 0px 0px 50px;
    text-align: center;
  }

  /* line 291, ../../sass/tools/_responsive.scss */
  .portfolio .portfolio_item {
    width: 48%;
  }

  /* line 294, ../../sass/tools/_responsive.scss */
  .services .service_item {
    text-align: center;
  }

  /* line 297, ../../sass/tools/_responsive.scss */
  .services .service_icon {
    float: none;
  }

  /* line 300, ../../sass/tools/_responsive.scss */
  .services .service_details {
    display: block;
  }

  /* line 303, ../../sass/tools/_responsive.scss */
  .header_two .header_image {
    margin: 30px 0px;
  }

  /* line 306, ../../sass/tools/_responsive.scss */
  .header_two .header_image img {
    height: 150px;
    width: 150px;
  }

  /* line 310, ../../sass/tools/_responsive.scss */
  .single_post .post_content {
    padding: 20px;
  }

  /* line 313, ../../sass/tools/_responsive.scss */
  .post_comment ul li ul {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 680px) {
  /* line 319, ../../sass/tools/_responsive.scss */
  .banner .banner_content h4 {
    font-size: 26px;
    line-height: 36px;
  }

  /* line 323, ../../sass/tools/_responsive.scss */
  .banner .banner_content h2 {
    font-size: 50px;
    line-height: 50px;
  }

  /* line 327, ../../sass/tools/_responsive.scss */
  .banner .banner_content p {
    font-size: 26px;
    margin-bottom: 30px;
  }

  /* line 331, ../../sass/tools/_responsive.scss */
  .about .about_details ul > li > p {
    min-width: 120px;
  }

  /* line 334, ../../sass/tools/_responsive.scss */
  .about .about_job ul > li {
    height: 150px;
    width: 145px;
    padding: 30px 0px;
  }

  /* line 339, ../../sass/tools/_responsive.scss */
  .about .about_skills .progress_title {
    width: 100%;
  }

  /* line 342, ../../sass/tools/_responsive.scss */
  .about .about_skills .progress {
    width: 100%;
    margin: 0;
  }

  /* line 346, ../../sass/tools/_responsive.scss */
  .blog .content {
    padding: 30px;
  }

  /* line 349, ../../sass/tools/_responsive.scss */
  .contact .contact_me {
    padding: 15px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 355, ../../sass/tools/_responsive.scss */
  .section_header h2 {
    font-size: 40px;
    line-height: 60px;
  }

  /* line 359, ../../sass/tools/_responsive.scss */
  .banner .banner_content h4 {
    font-size: 18px;
    line-height: 24px;
  }

  /* line 363, ../../sass/tools/_responsive.scss */
  .banner .banner_content h2 {
    font-size: 30px;
    line-height: 40px;
  }

  /* line 367, ../../sass/tools/_responsive.scss */
  .banner .banner_content p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  /* line 372, ../../sass/tools/_responsive.scss */
  .about .about_job ul > li {
    height: 170px;
    width: 100%;
  }

  /* line 376, ../../sass/tools/_responsive.scss */
  .resume .experience p span {
    display: block;
  }

  /* line 379, ../../sass/tools/_responsive.scss */
  .resume .resume_items h3 {
    font-size: 20px;
    line-height: 60px;
  }

  /* line 383, ../../sass/tools/_responsive.scss */
  .resume .experience h4 {
    font-size: 22px;
  }

  /* line 386, ../../sass/tools/_responsive.scss */
  .resume .experience p {
    font-size: 16px;
  }

  /* line 389, ../../sass/tools/_responsive.scss */
  .resume .experience p span {
    font-size: 18px;
  }

  /* line 392, ../../sass/tools/_responsive.scss */
  .portfolio .portfolio_item {
    width: 100%;
    margin: 0px auto 15px;
  }

  /* line 396, ../../sass/tools/_responsive.scss */
  .blog .content {
    padding: 20px;
  }

  /* line 399, ../../sass/tools/_responsive.scss */
  .single_post .post_content h3 {
    font-size: 28px;
    line-height: 36px;
  }

  /* line 403, ../../sass/tools/_responsive.scss */
  .single_post .post_content .post_tags {
    float: initial;
    margin-bottom: 15px;
  }

  /* line 407, ../../sass/tools/_responsive.scss */
  .single_post .post_content .post_share {
    float: initial;
  }

  /* line 410, ../../sass/tools/_responsive.scss */
  .post_comment ul li ul {
    margin-left: 30px;
  }

  /* line 413, ../../sass/tools/_responsive.scss */
  .post_comment .comment_input {
    width: 100% !important;
  }

  /* line 416, ../../sass/tools/_responsive.scss */
  .pricing .pricing_item > div {
    padding: 30px 15px;
  }

  /* line 419, ../../sass/tools/_responsive.scss */
  .header_two .left_menu {
    max-height: 250px;
  }

  /* line 422, ../../sass/tools/_responsive.scss */
  .header_two {
    width: 250px;
    left: -250px;
  }
}
/* line 1, ../../sass/tools/_billboard.scss */
.banner {
  background: transparent url("../images/rocket.png") top center no-repeat;
  height: 578px;
  position: relative;
  z-index: 1;
}
@media (max-width: 500px) {
  /* line 1, ../../sass/tools/_billboard.scss */
  .banner {
    background: #162d4f;
    height: auto;
  }
}
/* line 10, ../../sass/tools/_billboard.scss */
.banner .banner_content {
  position: absolute;
  top: 74%;
  transform: translateY(-50%);
  float: right;
  left: 50%;
  padding: 20px;
  color: #fff;
}
@media (max-width: 500px) {
  /* line 10, ../../sass/tools/_billboard.scss */
  .banner .banner_content {
    float: none;
    left: 0;
    padding: 100px 0 20px 0;
    position: relative;
    transform: none;
    top: 0;
  }
}
/* line 26, ../../sass/tools/_billboard.scss */
.banner .banner_content h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 72px;
  line-height: 90px;
  color: #ffc800;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  /* line 26, ../../sass/tools/_billboard.scss */
  .banner .banner_content h1 {
    line-height: 69px;
    display: none;
  }
}
/* line 37, ../../sass/tools/_billboard.scss */
.banner .banner_content h4 {
  font-size: 36px;
  color: #fff;
  line-height: 42px;
}
/* line 42, ../../sass/tools/_billboard.scss */
.banner .banner_content p {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 50px;
}
/* line 49, ../../sass/tools/_billboard.scss */
.banner .banner_content .hed {
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  /* line 49, ../../sass/tools/_billboard.scss */
  .banner .banner_content .hed {
    line-height: 37px;
    font-size: 33px;
  }
}
/* line 57, ../../sass/tools/_billboard.scss */
.banner .banner_content .dek {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 25px;
}
@media (max-width: 500px) {
  /* line 57, ../../sass/tools/_billboard.scss */
  .banner .banner_content .dek {
    line-height: 28px;
  }
}
/* line 66, ../../sass/tools/_billboard.scss */
.banner .banner_social {
  overflow: hidden;
}
/* line 68, ../../sass/tools/_billboard.scss */
.banner .banner_social li {
  list-style: none;
  display: inline-block;
  float: left;
}
/* line 72, ../../sass/tools/_billboard.scss */
.banner .banner_social li a {
  color: #fff;
  height: 36px;
  width: 36px;
  background-color: #a20505;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  border-radius: 2px;
  margin-right: 6px;
  transition: .25s;
}
/* line 83, ../../sass/tools/_billboard.scss */
.banner .banner_social li a:hover {
  background-color: #a20505;
}
/* line 85, ../../sass/tools/_billboard.scss */
.banner .banner_social li a:hover i {
  -webkit-animation-name: gt_animation;
  -webkit-animation-duration: .8s;
  animation-name: gt_animation;
  animation-duration: .8s;
}

/* line 6, ../../sass/setup/_forms.scss */
button,
input,
select,
textarea {
  color: #1a1a1a;
  font-family: "Lato", sans-serif;
  line-height: 1.75;
}

/* line 12, ../../sass/setup/_forms.scss */
input {
  line-height: normal;
}

/* line 25, ../../sass/setup/_forms.scss */
button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
  background: #1a1a1a;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em;
}

/* line 41, ../../sass/setup/_forms.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 47, ../../sass/setup/_forms.scss */
select {
  text-transform: none;
}

/* line 49, ../../sass/setup/_forms.scss */
button {
  overflow: visible;
}

/* line 56, ../../sass/setup/_forms.scss */
button,
input,
select,
textarea {
  max-width: 100%;
}

/* line 61, ../../sass/setup/_forms.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 66, ../../sass/setup/_forms.scss */
button[disabled],
html input[disabled] {
  cursor: default;
  opacity: .5;
}

/* line 71, ../../sass/setup/_forms.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 76, ../../sass/setup/_forms.scss */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0;
}

/* line 84, ../../sass/setup/_forms.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 86, ../../sass/setup/_forms.scss */
input[type="search"] {
  -webkit-appearance: textfield;
}

/* line 89, ../../sass/setup/_forms.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 91, ../../sass/setup/_forms.scss */
fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 1.75em;
  min-width: inherit;
  padding: 0.875em;
}

/* line 97, ../../sass/setup/_forms.scss */
fieldset > :last-child {
  margin-bottom: 0;
}

/* line 100, ../../sass/setup/_forms.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 104, ../../sass/setup/_forms.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* line 108, ../../sass/setup/_forms.scss */
optgroup {
  font-weight: bold;
}

/* line 11, ../../sass/style.scss */
html {
  font-family: "Lato", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, ../../sass/style.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/* line 28, ../../sass/style.scss */
body {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  /*  base font size  15px= 1em*/
  margin: 0;
  background: #fff;
  color: #1a1a1a;
  font-family: "Lato", sans-serif;
  line-height: 1.75;
}

/* line 39, ../../sass/style.scss */
ul,
ol {
  padding: 0;
}

/* line 41, ../../sass/style.scss */
ul {
  list-style: disc;
}

/* line 43, ../../sass/style.scss */
ol {
  list-style: decimal;
  margin-left: 1.5em;
}

/* line 49, ../../sass/style.scss */
li > ul,
li > ol {
  margin-bottom: 0;
}

/* line 51, ../../sass/style.scss */
dl {
  margin: 0 0 1.75em;
}

/* line 52, ../../sass/style.scss */
dt {
  font-weight: 700;
}

/* line 53, ../../sass/style.scss */
dd {
  margin: 0 0 1.75em;
}

/* line 57, ../../sass/style.scss */
table,
th,
td {
  border: 1px solid #d1d1d1;
}

/* line 59, ../../sass/style.scss */
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  width: 100%;
}

/* line 70, ../../sass/style.scss */
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

/* line 74, ../../sass/style.scss */
th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

/* line 78, ../../sass/style.scss */
td {
  border-width: 0 1px 1px 0;
}

/* line 81, ../../sass/style.scss */
th,
td {
  padding: 0.4375em;
}

/* line 85, ../../sass/style.scss */
::-webkit-input-placeholder {
  color: #333333;
  font-family: 'Lato', sans-serif;
}

/* line 89, ../../sass/style.scss */
:-moz-placeholder {
  color: #333333;
  font-family: 'Lato', sans-serif;
}

/* line 93, ../../sass/style.scss */
::-moz-placeholder {
  color: #333333;
  font-family: 'Lato', sans-serif;
  opacity: 1;
}

/* line 98, ../../sass/style.scss */
:-ms-input-placeholder {
  color: #333333;
  font-family: 'Lato', sans-serif;
}

/* line 108, ../../sass/style.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 700;
  text-rendering: optimizeLegibility;
  color: #0d1218;
  margin: 0;
  padding: 0;
}

/* line 118, ../../sass/style.scss */
h1, h2 {
  font-family: "Poppins", sans-serif;
}

/* line 120, ../../sass/style.scss */
h2 {
  font-size: 56px;
  line-height: 96px;
}

/* line 125, ../../sass/style.scss */
h3 {
  font-size: 28px;
}

/* line 126, ../../sass/style.scss */
h4 {
  font-size: 24px;
}

/* line 128, ../../sass/style.scss */
p {
  font-size: 16px;
  color: #000000;
  line-height: 28px;
  margin: 0 0 1.75em;
}

/* line 136, ../../sass/style.scss */
em,
i {
  font-style: italic;
}

/* line 138, ../../sass/style.scss */
q {
  quotes: none;
}
/* line 141, ../../sass/style.scss */
q:before, q:after {
  content: "";
}

/* line 146, ../../sass/style.scss */
blockquote {
  color: #1a1a1a;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  border: 1px solid #e9e9e9;
  color: #939595;
  font-style: italic;
  font-weight: 700;
  padding: 30px 25px 25px 80px;
  position: relative;
}
/* line 158, ../../sass/style.scss */
blockquote:last-child {
  margin-bottom: 0;
}
/* line 160, ../../sass/style.scss */
blockquote:before, blockquote:after {
  content: "";
}
/* line 161, ../../sass/style.scss */
blockquote:after {
  content: "\f10d" !important;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  font: normal normal normal 48px/1 FontAwesome;
  color: #e9e9e9;
}
/* line 170, ../../sass/style.scss */
blockquote p {
  margin-bottom: 1.4736842105em;
  margin: 0;
  padding: 0;
  font-size: 17px;
  color: #939595;
}
/* line 177, ../../sass/style.scss */
blockquote cite {
  color: #1a1a1a;
  font-style: normal;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}
/* line 184, ../../sass/style.scss */
blockquote cite:before {
  content: "\2014\00a0";
}
/* line 186, ../../sass/style.scss */
blockquote small {
  color: #1a1a1a;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}
/* line 192, ../../sass/style.scss */
blockquote small:before {
  content: "\2014\00a0";
}
/* line 195, ../../sass/style.scss */
blockquote em,
blockquote i {
  font-style: normal;
}
/* line 197, ../../sass/style.scss */
blockquote strong,
blockquote b {
  font-weight: 400;
}

/* line 211, ../../sass/style.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 218, ../../sass/style.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 223, ../../sass/style.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 228, ../../sass/style.scss */
a {
  background-color: transparent;
  color: #979797;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  -ms-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

/* line 238, ../../sass/style.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 241, ../../sass/style.scss */
b, strong {
  font-weight: 700;
}

/* line 243, ../../sass/style.scss */
small {
  font-size: 80%;
}

/* line 245, ../../sass/style.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

/* line 253, ../../sass/style.scss */
sub {
  bottom: -0.25em;
}

/* line 255, ../../sass/style.scss */
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

/* line 262, ../../sass/style.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 265, ../../sass/style.scss */
figure {
  margin: 0;
}

/* line 269, ../../sass/style.scss */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #d1d1d1;
  border: 0;
  height: 1px;
  margin: 0 0 1.75em;
}

/* line 279, ../../sass/style.scss */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
/* line 284, ../../sass/style.scss */
.container:before {
  display: table;
  content: " ";
}
@media (min-width: 768px) {
  /* line 279, ../../sass/style.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 279, ../../sass/style.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 279, ../../sass/style.scss */
  .container {
    width: 1170px;
  }
}

/* Section Header */
/* line 301, ../../sass/style.scss */
.section_header {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 500px) {
  /* line 301, ../../sass/style.scss */
  .section_header {
    width: 100%;
  }
}
/* line 308, ../../sass/style.scss */
.section_header h2 {
  text-transform: uppercase;
  position: relative;
  margin-bottom: 30px;
}
/* line 312, ../../sass/style.scss */
.section_header h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 4px;
  width: 80px;
  background-color: #0d1218;
  left: 50%;
  transform: translateX(-50%);
}
/* line 323, ../../sass/style.scss */
.section_header p {
  font-size: 18px;
  line-height: 28px;
  color: #333333;
}

/* line 329, ../../sass/style.scss */
.padding_140 {
  padding: 140px 0px;
}

/* line 332, ../../sass/style.scss */
.bg_border {
  background-color: #f6f8fa;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

/* BEGIN client section */
/* line 339, ../../sass/style.scss */
#client {
  padding: 120px 0;
}
@media (max-width: 500px) {
  /* line 339, ../../sass/style.scss */
  #client {
    padding: 60px 0;
  }
}

/* line 346, ../../sass/style.scss */
.client {
  padding: 30px 0;
}
/* line 348, ../../sass/style.scss */
.client .section_header {
  margin-bottom: 30px;
}
/* line 351, ../../sass/style.scss */
.client .client_items {
  outline: none;
  clear: both !important;
  display: block;
}
/* line 355, ../../sass/style.scss */
.client .client_items div {
  width: 22%;
  height: 144px;
  margin: 0 1% 30px 1%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 500px) {
  /* line 355, ../../sass/style.scss */
  .client .client_items div {
    width: 100%;
    height: 185px;
  }
}
/* line 370, ../../sass/style.scss */
.client .client_items img {
  width: 100%;
  margin-top: 16px;
  padding: 0 16px;
  position: absolute;
  top: 1%;
  bottom: 0;
  left: 0;
  vertical-align: baseline;
  right: 0;
}
/* line 382, ../../sass/style.scss */
.client .client_items p {
  padding: 0 16px;
  font-size: 17px;
  line-height: 22px;
  position: absolute;
  color: #333a42;
  bottom: -17px;
  left: 0;
  right: 0;
}
/* line 393, ../../sass/style.scss */
.client .cb {
  clear: both !important;
}

/* END client section */
/* BEGIN about section */
/* line 400, ../../sass/style.scss */
#about {
  margin: 120px 0;
}
@media (max-width: 500px) {
  /* line 400, ../../sass/style.scss */
  #about {
    margin: 0 0 60px 0;
  }
}
/* line 405, ../../sass/style.scss */
#about .about-col {
  width: 48%;
  padding-right: 3%;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 500px) {
  /* line 405, ../../sass/style.scss */
  #about .about-col {
    width: 100%;
    padding-right: 0;
  }
}
/* line 414, ../../sass/style.scss */
#about .about-col:last-child {
  padding-right: 0;
}
/* line 417, ../../sass/style.scss */
#about .about-col h2 {
  color: #a20505;
}
/* line 419, ../../sass/style.scss */
#about .about-col h2:before {
  background: #a20505;
}
/* line 421, ../../sass/style.scss */
#about .about-col img {
  padding-top: 25px;
}
@media (max-width: 500px) {
  /* line 421, ../../sass/style.scss */
  #about .about-col img {
    padding-bottom: 20px;
  }
}
/* line 427, ../../sass/style.scss */
#about .about-col .mt-button {
  border: 1px solid #a20505;
  background: #a20505;
  color: #fff;
  text-decoration: none;
  padding: 5px;
  border-radius: 5px;
}
@media (max-width: 500px) {
  /* line 427, ../../sass/style.scss */
  #about .about-col .mt-button {
    text-align: center;
  }
}

/* BEGIN projects section */
/* line 442, ../../sass/style.scss */
#services {
  padding: 120px 0;
}
@media (max-width: 500px) {
  /* line 442, ../../sass/style.scss */
  #services {
    padding: 60px 0;
  }
}
/* line 447, ../../sass/style.scss */
#services .section_header {
  margin-bottom: 70px;
}
/* line 450, ../../sass/style.scss */
#services .service {
  display: inline-block;
  width: 22%;
  margin: 0 1%;
  text-align: center;
}
@media (max-width: 500px) {
  /* line 450, ../../sass/style.scss */
  #services .service {
    width: 100%;
  }
}
/* line 458, ../../sass/style.scss */
#services .service .service_item {
  background-color: #fff;
  padding: 0 20px 5px;
  border-radius: 5px;
  margin-bottom: 30px;
  text-align: center;
  -webkit-box-shadow: 0px 4px 10px 5px rgba(69, 6, 20, 0.04);
  -moz-box-shadow: 0px 4px 10px 5px rgba(69, 6, 20, 0.04);
  -ms-box-shadow: 0px 4px 10px 5px rgba(69, 6, 20, 0.04);
  -o-box-shadow: 0px 4px 10px 5px rgba(69, 6, 20, 0.04);
  box-shadow: 0px 4px 10px 5px rgba(69, 6, 20, 0.04);
}
@media (max-width: 500px) {
  /* line 458, ../../sass/style.scss */
  #services .service .service_item {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/* line 477, ../../sass/style.scss */
#services .service .service_item:hover h4 {
  color: #a20505;
}
/* line 480, ../../sass/style.scss */
#services .service .service_item:hover .service_icon {
  background-color: #a20505;
  border: 1px solid #a20505;
}
/* line 483, ../../sass/style.scss */
#services .service .service_item:hover .service_icon:before {
  color: #fff;
  -webkit-animation-name: gt_animation;
  -webkit-animation-duration: .8s;
  animation-name: gt_animation;
  animation-duration: .8s;
}
/* line 493, ../../sass/style.scss */
#services .service .service_icon {
  margin: 5px;
  display: inline-block;
  border: 1px solid #d5e0e8;
  border-radius: 100%;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 58px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-shadow: 0px 0px 0px 5px #f3f6f8;
  -moz-box-shadow: 0px 0px 0px 5px #f3f6f8;
  -ms-box-shadow: 0px 0px 0px 5px #f3f6f8;
  -o-box-shadow: 0px 0px 0px 5px #f3f6f8;
  box-shadow: 0px 0px 0px 5px #f3f6f8;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
/* line 514, ../../sass/style.scss */
#services .service .service_icon:before {
  display: block;
  color: #8b969e;
  font-size: 30px;
  margin: 0;
}
/* line 521, ../../sass/style.scss */
#services .service .service_details {
  display: table;
  text-align: center;
}
/* line 524, ../../sass/style.scss */
#services .service .service_details h4 {
  line-height: 28px;
  text-align: center;
  font-weight: 700;
  margin: 20px 0px 15px;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  -ms-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  font-size: 22px;
}

/* BEGIN awards section */
/* line 541, ../../sass/style.scss */
#awards {
  padding: 120px 0;
}
@media (max-width: 500px) {
  /* line 541, ../../sass/style.scss */
  #awards {
    padding: 60px 0;
  }
}

/* line 548, ../../sass/style.scss */
.awards {
  padding: 30px 0;
}
/* line 550, ../../sass/style.scss */
.awards .section_header {
  margin-bottom: 30px;
}
/* line 553, ../../sass/style.scss */
.awards .awards_items {
  outline: none;
  clear: both !important;
  display: block;
}
/* line 557, ../../sass/style.scss */
.awards .awards_items div {
  width: 22%;
  height: 144px;
  margin: 0 1% 30px 1%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 500px) {
  /* line 557, ../../sass/style.scss */
  .awards .awards_items div {
    width: 100%;
    height: 185px;
  }
}
/* line 572, ../../sass/style.scss */
.awards .awards_items img {
  width: 100%;
  margin-top: 16px;
  padding: 0 16px;
  position: absolute;
  top: 1%;
  bottom: 0;
  left: 0;
  vertical-align: baseline;
  right: 0;
}
/* line 584, ../../sass/style.scss */
.awards .awards_items p {
  padding: 0 16px;
  font-size: 17px;
  line-height: 22px;
  position: absolute;
  color: #333a42;
  bottom: -17px;
  left: 0;
  right: 0;
}
/* line 595, ../../sass/style.scss */
.awards .cb {
  clear: both !important;
}

/* END awards section */
/* BEGIN contact section */
/* line 603, ../../sass/style.scss */
.contact .section_header {
  margin-bottom: 70px;
}
/* line 606, ../../sass/style.scss */
.contact .contact_me {
  position: relative;
  padding: 30px;
  background-color: #fff;
  border-radius: 3px;
}
@media (max-width: 500px) {
  /* line 606, ../../sass/style.scss */
  .contact .contact_me {
    width: 100%;
    padding-bottom: 10px;
  }
}
/* line 615, ../../sass/style.scss */
.contact .contact_me fieldset {
  border: 0;
}
/* line 617, ../../sass/style.scss */
.contact .contact_me fieldset legend {
  display: none;
}
/* line 619, ../../sass/style.scss */
.contact .contact_me .email_field {
  margin-left: 19px;
}
@media (max-width: 500px) {
  /* line 622, ../../sass/style.scss */
  .contact .contact_me img {
    display: none;
  }
}
/* line 628, ../../sass/style.scss */
.contact #map_canvas {
  width: 100%;
  height: 420px;
  border-radius: 3px;
  margin-bottom: 20px;
}
/* line 634, ../../sass/style.scss */
.contact .contact_item {
  padding: 20px 0px 30px;
  border-bottom: 1px dashed #dae3e9;
  clear: both;
}
/* line 638, ../../sass/style.scss */
.contact .contact_item:last-child {
  border: none;
  padding-bottom: 10px;
}
/* line 643, ../../sass/style.scss */
.contact .contact_item:hover .contact_icon {
  background-color: #a20505;
}
/* line 645, ../../sass/style.scss */
.contact .contact_item:hover .contact_icon:before {
  color: #fff;
  -webkit-animation-name: gt_animation;
  -webkit-animation-duration: .8s;
  animation-name: gt_animation;
  animation-duration: .8s;
}
/* line 655, ../../sass/style.scss */
.contact .contact_icon {
  float: left;
  margin: 5px 20px 25px 5px;
  display: inline-block;
  border: 1px solid #d5e0e8;
  border-radius: 100%;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 58px;
  -webkit-box-shadow: 0px 0px 0px 5px #f3f6f8;
  -moz-box-shadow: 0px 0px 0px 5px #f3f6f8;
  box-shadow: 0px 0px 0px 5px #f3f6f8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
/* line 672, ../../sass/style.scss */
.contact .contact_icon:before {
  display: block;
  color: #8b969e;
  font-size: 30px;
  margin: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
/* line 683, ../../sass/style.scss */
.contact .contact_details {
  display: table;
  padding-top: 20px;
}
/* line 686, ../../sass/style.scss */
.contact .contact_details p {
  font-size: 18px;
  margin: 0;
}
/* line 689, ../../sass/style.scss */
.contact .contact_details p a {
  color: #333;
  text-decoration: none;
}
/* line 692, ../../sass/style.scss */
.contact .contact_details p a:hover {
  text-decoration: underline;
}
/* line 696, ../../sass/style.scss */
.contact form {
  background-color: #fff;
  padding: 60px;
  border-radius: 5px;
  position: absolute;
  right: 30px;
  bottom: -5px;
  height: auto;
  width: 65%;
  -webkit-box-shadow: 0px 0px 18px rgba(5, 79, 69, 0.16);
  -moz-box-shadow: 0px 0px 18px rgba(5, 79, 69, 0.16);
  box-shadow: 0px 0px 18px rgba(5, 79, 69, 0.16);
}
@media (max-width: 500px) {
  /* line 696, ../../sass/style.scss */
  .contact form {
    display: none;
  }
}
/* line 712, ../../sass/style.scss */
.contact .contact_input {
  width: 100%;
  background-color: #f3f6f8;
  border: 1px solid #d5e0e8;
  border-radius: 3px;
  padding: 12px;
  margin-bottom: 20px;
  color: #333333;
  outline: none;
}
/* line 722, ../../sass/style.scss */
.contact .contact_submit {
  width: 100%;
  background-color: #a20505;
  color: #fff;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 12px;
  -webkit-transition: .25s;
  transition: .25s;
  outline: none;
}
/* line 732, ../../sass/style.scss */
.contact .contact_submit:hover {
  background-color: #0d1218;
}
/* line 736, ../../sass/style.scss */
.contact .width_h {
  width: 48.39%;
  float: left;
}
/* line 739, ../../sass/style.scss */
.contact .width_h:nth-child(1) {
  margin-right: 20px;
}

/* END contact section */
/* line 746, ../../sass/style.scss */
footer {
  background-color: #0d1218;
  text-align: center;
  color: #fff;
  padding: 55px 0px;
}
/* line 751, ../../sass/style.scss */
footer p {
  font-size: 15px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}
/* line 756, ../../sass/style.scss */
footer p a {
  color: #fff;
  font-weight: 700;
}
/* line 759, ../../sass/style.scss */
footer p a:hover {
  color: #fff;
  text-decoration: none;
}

/* line 768, ../../sass/style.scss */
.oop,
.hidden {
  display: none;
}
