/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./Content/assets/scss/main.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "Lato-Black";
  src: url("/Content/assets/font/Lato-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-BlackItalic";
  src: url("/Content/assets/font/Lato-BlackItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Bold";
  src: url("/Content/assets/font/Lato-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-BoldItalic";
  src: url("/Content/assets/font/Lato-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Hairline";
  src: url("/Content/assets/font/Lato-Hairline.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-HairlineItalic";
  src: url("/Content/assets/font/Lato-HairlineItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Heavy";
  src: url("/Content/assets/font/Lato-Heavy.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-HeavyItalic";
  src: url("/Content/assets/font/Lato-HeavyItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Italic";
  src: url("/Content/assets/font/Lato-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Light";
  src: url("/Content/assets/font/Lato-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-LightItalic";
  src: url("/Content/assets/font/Lato-LightItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Medium";
  src: url("/Content/assets/font/Lato-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-MediumItalic";
  src: url("/Content/assets/font/Lato-MediumItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Regular";
  src: url("/Content/assets/font/Lato-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Semibold";
  src: url("/Content/assets/font/Lato-Semibold.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-SemiboldItalic";
  src: url("/Content/assets/font/Lato-SemiboldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Thin";
  src: url("/Content/assets/font/Lato-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-ThinItalic";
  src: url("/Content/assets/font/Lato-ThinItalic.ttf") format("truetype");
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Lato", sans-serif !important;
}

.btn-container {
  width: 100%;
  text-align: center;
  margin: 15px auto 0px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.navbar {
  background-color: #17c2a4 !important;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.3);
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: none;
  transition: padding 0.5s ease-in-out;
  z-index: 1030;
  -webkit-filter: none;
          filter: none;
  min-height: 40px;
}
.navbar .dropdown-menu {
  background: #ffffff !important;
}
.navbar-brand {
  padding: 0px;
}
.navbar-toggler {
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30'><path stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>") !important;
}
@media (max-width: 767px) {
  .navbar-collapse {
    padding-top: 40px;
  }
}
.navbar .nav-link {
  color: #ffffff !important;
  float: none;
  padding: 5px 15px 5px;
  font-weight: 400;
  text-decoration: none;
  text-shadow: 0 1px 0 #000000;
  text-transform: uppercase;
  margin-right: 5px;
  margin-top: 0px;
  transition: all 0.3s ease;
}
.navbar li.active .nav-link {
  color: #ffffff;
  text-decoration: none;
  background-color: #ef4d27;
  /* -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
   -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
   box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);*/
  margin-top: 0px;
}
.navbar li.active .nav-link:hover, .navbar li.active .nav-link:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #ef4d27;
  /* -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
   -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
   box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);*/
  margin-top: 0px;
}

.hero-unit {
  padding: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}
.hero-unit li {
  line-height: 30px;
}

#header-section {
  background: url(../img/2017/section1-bg.jpg) bottom center no-repeat;
}
#header-section .hero-unit-fluid {
  padding-top: 80px;
  background: #f2eeff;
  max-width: 100% !important;
}
@media (max-width: 767px) {
  #header-section .hero-unit-fluid {
    padding-top: 40px;
  }
}
#header-section .hero-unit-fluid .title {
  font-size: 72px;
  font-family: Lato-Heavy;
  color: #ffffff;
  line-height: 72px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #header-section .hero-unit-fluid .title {
    font-size: 30px;
    line-height: 30px;
  }
}
#header-section .hero-unit-fluid .intro {
  font-size: 24px;
  font-family: Lato-Regular;
  color: #ffffff;
  line-height: 24px;
  padding-top: 60px;
}
@media (max-width: 767px) {
  #header-section .hero-unit-fluid .intro {
    padding-top: 30px;
  }
}
#header-section .hero-unit-fluid h1 {
  margin-top: 70px;
  line-height: 47px;
}
#header-section .hero-unit-fluid p {
  font-size: 22px;
  line-height: 26px;
}
#header-section .hero-unit-fluid a {
  background-color: #ef4d27 !important;
}
#header-section .hero-unit-fluid .btn-container {
  padding-top: 50px;
}
@media (max-width: 767px) {
  #header-section .hero-unit-fluid .btn-container {
    padding-top: 30px;
  }
}
#header-section .hero-unit-fluid #nav2 {
  padding-top: 45px;
}
@media (max-width: 767px) {
  #header-section .hero-unit-fluid #nav2 {
    padding-top: 30px;
  }
}
#header-section .hero-unit-fluid img {
  background: #17c2a4 !important;
  border-radius: 30px;
}

#features-section {
  background: #17c2a4 !important;
  padding-top: 60px;
  padding-bottom: 40px;
}
#features-section .title {
  font-size: 40px;
  font-family: Lato-Semibold;
  color: #ffffff;
  line-height: 40px;
  text-transform: uppercase;
}
#features-section .line-container {
  padding-top: 14px;
}
#features-section .intro {
  padding-top: 10px;
  font-size: 18px;
  font-family: Lato-Regular;
  color: #ffffff;
  line-height: 24px;
}
#features-section .feature-items-container {
  padding-top: 50px;
}
@media (max-width: 767px) {
  #features-section .feature-items-container .effect-box-2,
  #features-section .feature-items-container .effect-box-3 {
    margin-top: 35px;
  }
}
#features-section .feature-items-container .feature-item-container {
  padding-top: 35px;
}
#features-section .feature-items-container .feature-item-container .title {
  font-size: 24px;
  font-family: Lato-Bold;
  color: #ffffff;
  line-height: 24px;
  text-transform: uppercase;
}
#features-section .feature-items-container .feature-item-container .item {
  padding-top: 18px;
  font-size: 16px;
  font-family: Lato-Bold;
  color: #ffffff;
  line-height: 24px;
}
@media (max-width: 767px) {
  #features-section .feature-items-container .feature-item-container {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  #features-section .feature-items-container {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  #features-section .title {
    font-size: 30px;
    line-height: 30px;
  }
}

#team-section {
  background: #dedbe3;
  padding-top: 60px;
  padding-bottom: 43px;
}
#team-section .title {
  font-size: 40px;
  font-family: Lato-Semibold;
  color: #424242;
  line-height: 40px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #team-section .title {
    font-size: 30px;
    line-height: 30px;
  }
}
#team-section .line-container {
  padding-top: 14px;
}
#team-section .intro {
  padding-top: 10px;
  font-size: 18px;
  font-family: Lato-Regular;
  color: #424242;
  line-height: 24px;
  padding-bottom: 18px;
}
@media (min-width: 992px) {
  #team-section .intro.small-column-text {
    margin: auto;
    width: 75%;
  }
}
#team-section .teams-container {
  padding-top: 30px;
}
#team-section .teams-container .team-container {
  padding-top: 40px;
}
#team-section .teams-container .team-container .name {
  font-size: 21px;
  font-family: Lato-Bold;
  color: #424242;
  line-height: 21px;
  text-transform: uppercase;
}
#team-section .teams-container .team-container .title {
  font-size: 16px;
  font-family: Lato-Medium;
  color: #ef4c26;
  line-height: 16px;
  text-transform: none;
  padding-top: 10px;
}
#team-section .teams-container .team-container .social-icons-container {
  padding-top: 10px;
}
#team-section .teams-container .team-container .social-icons-container .social-bottom {
  width: initial;
  padding: 0px;
}
#team-section .teams-container .team-container .social-icons-container .social-bottom li {
  margin: 3px 5px;
}

#needs-section {
  background: #17c2a4 !important;
  padding-top: 60px;
  padding-bottom: 40px;
}
#needs-section .title {
  font-size: 40px;
  font-family: Lato-Semibold;
  color: #ffffff;
  line-height: 40px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #needs-section .title {
    font-size: 30px;
    line-height: 30px;
  }
}
#needs-section .line-container {
  padding-top: 14px;
}
#needs-section .intro {
  padding-top: 10px;
  font-size: 18px;
  font-family: Lato-Regular;
  color: #ffffff;
  line-height: 24px;
  padding-bottom: 18px;
}

#portfolio-section {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 40px;
}
#portfolio-section .title {
  font-size: 40px;
  font-family: Lato-Semibold;
  color: #424242;
  line-height: 40px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #portfolio-section .title {
    font-size: 30px;
    line-height: 30px;
  }
}
#portfolio-section .line-container {
  padding-top: 14px;
}
#portfolio-section .intro {
  padding-top: 10px;
  font-size: 18px;
  font-family: Lato-Regular;
  color: #424242;
  line-height: 24px;
  padding-bottom: 18px;
}
#portfolio-section .project-items-container {
  padding-top: 60px;
}
#portfolio-section .project-items-container .project-item {
  position: relative;
  margin-bottom: 50px;
}
#portfolio-section .project-items-container .project-item .portfolio-image {
  text-decoration: none;
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
}
#portfolio-section .project-items-container .project-item .portfolio-image .section-img {
  box-shadow: inset 0 0 35px #a3a3a3;
  text-align: center;
  height: 196px;
}
@media (max-width: 767px) {
  #portfolio-section .project-items-container .project-item .portfolio-image .section-img {
    margin: 0 auto;
  }
}
@media (max-width: 768px), (max-width: 1024px) {
  #portfolio-section .project-items-container .project-item .portfolio-image .section-img {
    padding: 0;
    width: 100%;
  }
}
#portfolio-section .project-items-container .project-item .portfolio-image .section-img img {
  padding: 30px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  box-shadow: inset 0 0 35px #a3a3a3;
}
@media (max-width: 768px), (max-width: 1024px) {
  #portfolio-section .project-items-container .project-item .portfolio-image .section-img img {
    padding: 30px;
    width: 100%;
    height: 100%;
  }
}
#portfolio-section .project-items-container .project-item .portfolio-image .project-details-container {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  vertical-align: middle;
  background: #686868;
  opacity: 0.9;
}
@media (max-width: 768px), (max-width: 1024px) {
  #portfolio-section .project-items-container .project-item .portfolio-image .project-details-container {
    width: 100%;
    height: auto;
  }
}
#portfolio-section .project-items-container .project-item .portfolio-image .project-details-container ul {
  margin: 0;
  list-style: none;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px;
}
#portfolio-section .project-items-container .project-item .portfolio-image .project-details-container ul li {
  font-size: 14px;
  font-family: Lato-Medium;
  color: #ffffff;
  line-height: 24px;
  padding: 0 12px;
}
#portfolio-section .project-items-container .project-item .portfolio-image:hover .project-details-container {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#portfolio-section .project-items-container .project-item .caption {
  font-size: 18px;
  font-family: Lato-Semibold;
  color: #393939;
  line-height: 24px;
  padding-top: 20px;
  margin-top: 0;
}
#portfolio-section .project-items-container .project-item small {
  position: absolute;
  bottom: 2px;
  color: #ffffff;
  font-size: 10px;
  font-family: Lato-Medium;
  right: 4px;
}

#get-in-touch-section {
  background: #17c2a4 !important;
  padding-top: 60px;
  padding-bottom: 40px;
}
#get-in-touch-section .title {
  font-size: 40px;
  font-family: Lato-Semibold;
  color: #ffffff;
  line-height: 40px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #get-in-touch-section .title {
    font-size: 30px;
    line-height: 30px;
  }
}
#get-in-touch-section .line-container {
  padding-top: 14px;
}
#get-in-touch-section .intro {
  padding-top: 10px;
  font-size: 18px;
  font-family: Lato-Regular;
  color: #ffffff;
  line-height: 24px;
  padding-bottom: 18px;
}
#get-in-touch-section .intro a {
  color: #fff;
  margin-left: 2px;
}
#get-in-touch-section .get-in-touch-form {
  padding: 40px 150px 20px 150px;
}
@media (max-width: 767px) {
  #get-in-touch-section .get-in-touch-form {
    padding: 30px 0px 20px 0px;
  }
}
#get-in-touch-section .get-in-touch-form .control-container {
  position: relative;
  padding-bottom: 20px;
}
#get-in-touch-section .get-in-touch-form .control-container input[type=text] {
  width: 100%;
  height: 18px;
  border-radius: 40px;
  padding: 29px 0px 29px 20px;
  margin-right: 20px;
  font-size: 18px;
  font-family: Lato-Regular;
  color: #424242;
  line-height: 18px;
  border: 1px solid #cccccc !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear 0.2s, box-shadow linear 0.2s;
  outline: none !important;
}
@media (max-width: 767px) {
  #get-in-touch-section .get-in-touch-form .control-container input[type=text] {
    padding: 20px 0px 20px 26px;
    margin-right: 20px;
  }
}
#get-in-touch-section .get-in-touch-form .control-container input[type=text]:focus {
  background-color: #ffffff;
  box-shadow: none;
  border: 1px solid #cccccc;
}
#get-in-touch-section .get-in-touch-form .control-container span.txt-placeholder {
  left: 43px;
  top: 21px;
  font-size: 18px;
  font-family: Lato-Regular;
  color: #424242;
  line-height: 18px;
  position: absolute;
}
@media (max-width: 767px) {
  #get-in-touch-section .get-in-touch-form .control-container span.txt-placeholder {
    left: 30px;
    top: 12px;
  }
}
#get-in-touch-section .get-in-touch-form .control-container span.txt-placeholder span {
  color: #ef4c26;
}
#get-in-touch-section .get-in-touch-form .control-container textarea {
  width: 100%;
  height: 230px;
  border-radius: 40px;
  padding: 20px 0px 20px 20px;
  margin-right: 20px;
  font-size: 18px;
  font-family: Lato-Regular;
  color: #424242;
  border: 1px solid #cccccc !important;
  line-height: 18px;
  outline: none !important;
}
@media (max-width: 767px) {
  #get-in-touch-section .get-in-touch-form .control-container textarea {
    width: 100%;
    padding: 20px 0px 20px 26px;
  }
}
#get-in-touch-section .get-in-touch-form .control-container textarea:focus {
  border: 1px solid #cccccc;
}
#get-in-touch-section .get-in-touch-form .control-container span.txtarea-placeholder {
  top: 21px;
}
#get-in-touch-section .get-in-touch-form .control-container.error input[type=text] {
  border-color: #ef4c26;
}
#get-in-touch-section .get-in-touch-form .control-container.error span.txt-placeholder {
  color: #ef4c26;
}
#get-in-touch-section .get-in-touch-form .control-container.error textarea {
  border-color: #ef4c26;
}
#get-in-touch-section .get-in-touch-form .btn-send-message {
  margin-top: 20px;
  display: inline-block;
}
#get-in-touch-section .get-in-touch-form .thank-you {
  font-size: 30px;
  font-family: Lato-Semibold;
  color: #ffffff;
  line-height: 20px;
}

.footer {
  background: #ef4c26;
  height: 112px;
}
.footer #footer-section {
  padding: 0;
}
.footer .left-section {
  font-size: 14px;
  font-family: Lato-Regular;
  color: #ffffff;
  line-height: 14px;
  padding-top: 49px;
}
.footer .right-section {
  text-align: right;
  padding-top: 28px;
}

.btn-primary {
  background-color: #ef4d27;
  border-radius: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 60px;
  font-family: Lato-Semibold;
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  box-shadow: none;
  outline: none;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 30px;
  text-decoration: none !important;
  text-shadow: none !important;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #ef4d27 !important;
  opacity: 0.9;
}

.technology {
  padding: 50px 0px;
}
.technology .tech-heading {
  font-size: 48px;
  line-height: 52px;
  color: #000000;
  font-weight: 700;
}
.technology .tech-description {
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  font-weight: 400;
}
.technology .tech-btn {
  margin-top: 40px;
}

.bg-tech {
  background-size: cover;
  background-attachment: fixed;
  min-height: 300px;
  padding: 100px 0px;
}

.section-column h2 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
}
.section-column h5 {
  font-size: 16px;
  font-weight: 500;
}
.section-column p {
  font-size: 14px;
  font-weight: 400;
}

#services {
  padding: 60px 0;
  text-align: center;
  background: #fafafa;
}
#services .text-center {
  display: inline-block;
}
#services .text-center p {
  text-align: center;
}
#services h2 {
  font-size: 32px;
  margin-bottom: 20px;
}
#services .service-box {
  vertical-align: top;
  text-align: center;
  height: 100%;
  background: #fff;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
#services .service-box img {
  max-width: 60px;
  margin-bottom: 15px;
}
#services .service-box h5 {
  color: #ef4d27;
  margin-bottom: 10px;
}
#services .service-box p {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.section-why-choose {
  padding-top: 40px !important;
}
.section-why-choose #get-in-touch-section {
  padding: 30px 20px;
  border-radius: 20px;
}
.section-why-choose #get-in-touch-section .line-container {
  padding-top: 0px;
}
.section-why-choose #get-in-touch-section .title {
  font-size: 24px;
  line-height: 24px;
}
.section-why-choose #get-in-touch-section .intro {
  font-size: 14px;
  line-height: 20px;
}
.section-why-choose #get-in-touch-section .intro img {
  max-width: 22px;
}
.section-why-choose #get-in-touch-section .intro a {
  color: #fff;
  text-decoration: none;
  margin-left: 3px;
}
.section-why-choose #get-in-touch-section .get-in-touch-form {
  padding: 0px 0px 20px 0px;
}
.section-why-choose #get-in-touch-section .control-container input[type=text] {
  padding: 20px 0px 20px 20px;
  margin-right: 0px;
  font-size: 14px;
  line-height: 14px;
}
.section-why-choose #get-in-touch-section .control-container span.txt-placeholder {
  font-size: 14px;
  line-height: 14px;
  left: 35px;
  top: 15px;
}

.header-detail {
  padding: 0 !important;
  background: none !important;
  height: auto !important;
}
/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./Content/assets/scss/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "Lato-Black";
  src: url("/Content/assets/font/Lato-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-BlackItalic";
  src: url("/Content/assets/font/Lato-BlackItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Bold";
  src: url("/Content/assets/font/Lato-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-BoldItalic";
  src: url("/Content/assets/font/Lato-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Hairline";
  src: url("/Content/assets/font/Lato-Hairline.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-HairlineItalic";
  src: url("/Content/assets/font/Lato-HairlineItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Heavy";
  src: url("/Content/assets/font/Lato-Heavy.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-HeavyItalic";
  src: url("/Content/assets/font/Lato-HeavyItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Italic";
  src: url("/Content/assets/font/Lato-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Light";
  src: url("/Content/assets/font/Lato-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-LightItalic";
  src: url("/Content/assets/font/Lato-LightItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Medium";
  src: url("/Content/assets/font/Lato-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-MediumItalic";
  src: url("/Content/assets/font/Lato-MediumItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Regular";
  src: url("/Content/assets/font/Lato-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Semibold";
  src: url("/Content/assets/font/Lato-Semibold.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-SemiboldItalic";
  src: url("/Content/assets/font/Lato-SemiboldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Thin";
  src: url("/Content/assets/font/Lato-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-ThinItalic";
  src: url("/Content/assets/font/Lato-ThinItalic.ttf") format("truetype");
}
/****************************
SCROLL&STRAP TEMPLATE V 1.0.
http://sitediscount.ru
******************************/
/********************* -= [ TABLE OF CONTENTS ] =- ***************

GLOBAL STYLES................................30
THEME COLORS.................................48
CUSTOM BACKGROUND STYLES.....................70
HEADER.......................................79
NAVIGATION MENU.............................268
CUSTOM SLIDER STYLE.........................416
TYPOGRAPHY..................................472
TITLE STYLES................................501
SECTIONS....................................527
ARROW IN CONTACT SECTION....................673
ELEMENTS....................................698
	- BADGES................................901
BROWSER SHOTS EFFECTS.......................930
FOOTER & FOOTER ELEMENTS...................1025
CUSTOM BUTTONS.............................1157
	- CUSTOM BUTTONS SIZES.................1413
PARALLAX EFFECTS...........................1474
@MEDIA.....................................1642


*****************************************************************/
/************************* GLOBAL STYLES *******************/
body {
  background: url(../img/png.png) repeat;
  font-size: 15px;
}

.main-wrapper {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
  overflow: hidden;
}

/********************* / GLOBAL STYLES ********************/
/**********************  THEME COLORS ***********************/
.main-color {
  color: #ef4d27 !important;
}

.main-br-color {
  background-color: #ef4d27;
}

.main-color-line {
  border-bottom: 2px solid #ef4d27;
  display: inline-block;
  padding-bottom: 1px;
}

.color-white {
  color: rgba(250, 250, 250, 0.02);
}

.color-white:hover {
  color: rgb(250, 250, 250);
}

/********************** /THEME COLORS *************************/
/********************** CUSTOM BACKGROUND STYLES *************************/
.lines-bg-color {
  background: #ef4d27 url(../img/line_bg.png) top left repeat;
}

.dott-bg {
  background-image: url(../img/section-top-bg.png) repeat;
}

/************************ HEADER ************************************************/
section #header-section {
  padding-bottom: 70px;
  display: inline-block;
  min-height: 750px;
  position: relative;
  padding-top: 0px;
  box-shadow: none;
  overflow: hidden;
}

#header-section {
  /*background: #222 url(../img/background1.jpg) bottom center repeat fixed;*/
  background-color: #fff;
  height: auto;
  width: 100%;
  max-width: 100%;
  z-index: -999;
  padding-top: 0px;
}

#header-section .hero-unit {
  z-index: 1;
}

#header-section .wrap-hero {
  position: absolute;
  top: 45px;
  text-align: center;
  width: 100%;
  left: 0px;
  min-width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

#header-section .logowrap {
  position: absolute;
  top: 10px;
}

#header-section .hero-unit.hide {
  filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); /* IE 5.5+*/
  -moz-opacity: 0; /* Mozilla 1.6 - */
  -khtml-opacity: 0; /* Konqueror 3.1, Safari 1.1 */
  opacity: 0; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
  transition: opacity 2s ease-in-out;
}

#header-section .hero-unit {
  background: none;
  transition: opacity 2s ease-in-out;
  text-align: center;
  max-width: 1350px;
  color: #fff;
  text-shadow: 0 1px 2px #000000;
  margin-left: auto;
  margin-right: auto;
}

.inner-wrap-hero {
  padding: 10px 20px;
  text-align: center;
}

#header-section .hero-unit h1 span {
  /*margin-top:0px;
  font-size:65px;*/
  display: inline-block;
  font-size: 32.5px;
  color: #000;
  line-height: 40px;
  margin: 5px 0px -5px;
  padding: 10px 20px;
  font-weight: 300;
  text-shadow: none;
  filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transform: scale(2, 4);
  -ms-transform: scale(2, 4); /* IE 9 */
  -webkit-transform: scale(2, 4); /* Safari and Chrome */
  -o-transform: scale(2, 4); /* Opera */
  -moz-transform: scale(2, 4); /* Firefox */
  transition: all 0.7s ease-in-out;
}

#header-section .hero-unit h1 span.active {
  filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: scale(1, 1);
  -ms-transform: scale(1, 1); /* IE 9 */
  -webkit-transform: scale(1, 1); /* Safari and Chrome */
  -o-transform: scale(1, 1); /* Opera */
  -moz-transform: scale(1, 1); /* Firefox */
}

#header-section .hero-unit span {
  margin: 10px 0 10px;
  display: inline-block;
  font-weight: 300;
}

#header-section .hero-unit span:first-child {
  font-size: 45px;
  border-top: 1px dotted rgb(250, 250, 250);
  border-bottom: 1px dotted rgb(250, 250, 250);
  background-colour: rgba(0, 0, 0, 0.05);
  line-height: 50px;
  font-weight: 400;
}

.goprice {
  margin-top: 30px;
  display: inline-block;
}

.goprice a, .goprice a:hover {
  text-decoration: none;
}

#slogan-section-3 .goprice {
  filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: all 5s ease;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #fff;
  font-size: 80%;
}

#slogan-section-3 .goprice.active {
  filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  margin-top: 40px;
}

#slogan-section-3 .goprice a {
  color: #ef4d27;
  font-size: 140%;
}

#slogan-section-1 .goprice a {
  color: #ef4d27;
  font-size: 140%;
}

/********************************* NAVIGATION MENU *************************************/
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.3) url(../img/line_bg.png) top left repeat;
  background-image: url(../img/line_bg.png) top left repeat;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: none;
  transition: padding 0.5s ease-in-out;
  z-index: 1030;
  -webkit-filter: none;
          filter: none;
}

.navbar-static-top {
  position: relative;
}

.navbar-inner.navbar-scroll {
  border-top: none;
  background: rgba(0, 0, 0, 0.7) url(../img/line_bg.png) top left repeat;
  padding-bottom: 5px;
  padding-top: 5px;
  transition: padding 0.5s ease-in-out;
}

.navbar .nav > li > a {
  float: none;
  padding: 5px 15px 5px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  text-shadow: 0 1px 0 #000;
  text-transform: uppercase;
  margin-right: 5px;
  margin-top: 5px;
  transition: all 0.3s ease;
}

.navbar .nav > .active > a {
  color: #fff;
  text-decoration: none;
  background-color: #ef4d27;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  padding: 5px 15px 5px;
  margin-top: 5px;
}

.navbar .nav > li > a:hover, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #ef4d27;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  padding: 8px 15px 8px;
  margin-top: 3px;
}

.navbar .brand {
  font-weight: 400;
  /*background: url(../img/logo-bg.png) top left no-repeat;*/
  padding: 5px 10px 12px 150px;
  margin-left: -120px;
  margin-right: 0px;
  text-shadow: 0 1px 0 #000;
  color: #fff;
  display: inline-block;
  padding-right: 10px;
  background-size: 100% 100%;
  /*-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);*/
}

#main-nav select {
  display: none;
}

.dropdown-menu {
  position: absolute;
  top: 120%;
  color: #fff;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background: rgba(0, 0, 0, 0.7) url(../img/line_bg.png) top left repeat;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 1px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.navbar .nav > li > .dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.3);
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.navbar .nav > li > .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgba(0, 0, 0, 0.3);
  border-left: 6px solid transparent;
  content: "";
}

/******************************** CUSTOM SLIDER STYLE ******************************/
.carousel {
  overflow: hidden;
  border-radius: 3px;
}

.carousel-control {
  position: absolute;
  top: 50%;
  border-radius: 0px;
}

.carousel-inner {
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: 3px;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  border-radius: 3px;
}

.carousel:hover .carousel-control.right {
  right: 0px;
}

.carousel-control.right {
  right: -47px;
  left: auto;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.carousel:hover .carousel-control.left {
  left: 0px;
}

.carousel-control.left {
  left: -47px;
  right: auto;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
}

/**************************** TYPOGRAPHY ******************************************/
body, html {
  font-family: "Roboto", sans-serif;
}

.fa-icon-xxlarlge {
  font-size: 140px;
}

/*h1, h2, h3, h4, h5, h6 {
	font-weight:100;
}*/
strong {
  font-weight: 400;
}

.text-large {
  font-size: 400%;
  line-height: 70px;
}

h3 {
  font-size: 250%;
}

.lead {
  font-weight: 400;
  color: #444;
}

/**************************** TITLE STYLES *************************************/
.page-header h1, .page-header h2, .page-header h3, .page-header h4, .page-header h5, .page-header h6 {
  background: url(../img/section-top-bg.png) repeat;
  display: block;
}

.footer .page-header h1, .footer .page-header h2, .footer .page-header h3, .footer .page-header h4, .footer .page-header h5, .footer .page-header h6 {
  background: url(../img/section-top-bg-white.png) repeat;
  display: block;
}

.footer .logo a {
  display: block;
  background-color: #fff;
  width: auto;
}

.page-header h1 span.white, .page-header h2 span.white, .page-header h3 span.white, .page-header h4 span.white, .page-header h5 span.white, .page-header h6 span.white {
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  background: #fff url(../img/png.png) top left repeat;
}

.page-header {
  border-bottom: 1px dotted rgba(250, 250, 250, 0.4);
}

/************************************** SECTIONS ******************************/
section {
  padding-top: 70px;
  padding-bottom: 70px;
}

section h3.top {
  font-size: 70px;
}

/*#features-section {

	background:#fff;
	position:relative;
	padding-top:100px;
	min-height:400px;
	background:#fff url(../img/png.png) top left repeat;
	padding-bottom: 0px;
}*/
/*#features-section .bg-wraper{
	background:url(../img/section-top-bg.png)repeat-x;
	width:100%;
	height:100%;
	margin-top:-100px;
	padding-top:70px;


}*/
#slogan-section-1 {
  color: #fff;
  margin: 0 auto;
  padding: 40px 0px;
  max-width: 100%;
  width: 100%;
  min-height: 550px;
  z-index: 200;
  background: #020403 url(../img/blured.jpg) 50% 0 fixed;
}

.bg {
  width: 100%;
  height: 100%;
  background: url(../img/bg-figure.png) 50% 0 fixed;
}

#slogan-section-1 .well {
  background: #ef4d27 url(../img/png.png) top left repeat;
  border: none;
  text-transform: uppercase;
  color: #333;
  padding: 19px;
}

#slogan-section-2 {
  color: #fff;
  margin: 0 auto;
  padding: 40px 0px;
  max-width: 100%;
  width: 100%;
  min-height: 600px;
  z-index: 200;
  background: #020403 url(../img/blured.jpg) 50% 0 fixed;
}

#slogan-section-3 {
  color: #fff;
  margin: 0 auto;
  padding: 40px 0px;
  max-width: 100%;
  width: 100%;
  min-height: 600px;
  z-index: 200;
  background: #020403 url(../img/blured2.jpg) 50% 0 fixed;
}

#slogan-section-4 {
  color: #fff;
  margin: 0 auto;
  padding: 40px 0px;
  max-width: 100%;
  width: 100%;
  min-height: 600px;
  z-index: 200;
  background: #020403 url(../img/blured.jpg) 50% 0 fixed;
}

#slogan-section-2 .well {
  background: #ef4d27 url(../img/png.png) top left repeat;
  border: none;
  text-transform: uppercase;
  color: #333;
  padding: 19px;
}

.well-wrapp {
  vertical-align: middle;
  padding: 10px 1% 10px 1%;
  background: #fff url(../img/png.png) top left repeat;
  display: inline-block;
  min-width: 98%;
  width: 98%;
  height: auto;
}

.well-wrapp p.lead {
  margin-bottom: 10px;
}

#team-section, #portfolio-section, #price-section {
  background: #fff url(../img/png.png) top left repeat;
  padding-bottom: 0px;
}

#contact-section {
  background: #241811;
  z-index: 10;
  color: #fff;
}

#contact-section .white {
  background: #241811;
}

#map-section {
  bottom: 0px;
  padding: 0px;
  height: 250px;
  width: 100%;
  z-index: 0;
}

#contact-section {
  padding-bottom: 30px;
  padding-top: 40px;
  box-shadow: 0px 10px 22px rgba(50, 50, 50, 0.75);
}

/************************ ARROW IN CONTACT SECTION *****************************/
.arrow_box {
  position: relative;
  z-index: 1000;
}

.arrow_box:after {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(65, 129, 1, 0);
  border-top-color: #241811;
  border-width: 10px;
  left: 50%;
}

/*********************************** ELEMENTS ***********************************/
.label {
  white-space: normal;
}

i.fa-icon-large {
  font-size: 340%;
}

.label {
  padding: 30px 30px;
  display: block;
}

p {
  text-align: justify;
  padding: 5px 0px;
}

.client-thumb {
  background: rgba(230, 230, 230, 0.4);
  background: linear-gradient(90deg, rgba(200, 200, 200, 0.4) 0%, rgb(255, 255, 255) 100%);
}

.thumbnail.client-thumb {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: 0px;
}

.pricing-table p {
  padding: 0px;
  margin-top: 5px;
  font-size: 110%;
  font-weight: 400;
}

.pricing-table p strong {
  font-weight: 400;
}

.camein {
  width: 100%;
  min-width: 100%;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.camein p {
  min-width: 50%;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  border-radius: 5px;
  text-align: center;
  text-align: center;
  padding-left: auto;
  padding-right: auto;
  display: inline-block;
}

.well {
  background: rgb(250, 250, 250) url(../img/line-bg-light.png) top left repeat;
  border: none;
  text-transform: uppercase;
  color: #333;
  min-height: 20px;
  padding: 10px;
  margin-bottom: 20px;
  border: none;
  border-radius: 0px;
  box-shadow: rgb(153, 153, 153) 0px 1px 1px, inset 0px 0px 10px rgba(255, 255, 255, 0.39);
  -webkit-box-shadow: rgb(153, 153, 153) 0px 1px 1px, inset 0px 0px 10px rgba(255, 255, 255, 0.39);
  -moz-box-shadow: rgb(153, 153, 153) 0px 1px 1px, inset 0px 0px 10px rgba(255, 255, 255, 0.39);
}

.well p {
  padding: 10px;
  text-transform: uppercase;
}

.project-item .caption small {
  font-size: 10px;
}

.thumbnail {
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  overflow: hidden;
  box-shadow: rgb(153, 153, 153) 0px 1px 1px;
  -webkit-box-shadow: rgb(153, 153, 153) 0px 1px 1px;
  -moz-box-shadow: rgb(153, 153, 153) 0px 1px 1px;
  padding: 0px;
  margin-bottom: 30px;
}

.thumbnail img {
  min-width: 100%;
  height: auto;
}

.box {
  margin-bottom: 30px;
}

.proj {
  margin-bottom: 30px;
  display: block;
}

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px dotted rgba(250, 250, 250, 0.7);
}

.client-logo {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 20%;
}

.logo {
  display: block;
  text-align: center;
}

#slogan-section-1 .logo {
  margin: 30px 0px 30px;
}

#slogan-section-1 .logo {
  margin: 30px 0px 30px;
}

.logo img {
  width: 270px;
  height: auto;
}

.large-slogan {
  display: inline-block;
  font-size: 46px;
  color: #333;
  background: rgba(250, 250, 250, 0.4);
  line-height: 60px;
  margin: 0px 0px -5px;
  padding: 10px 20px;
  font-weight: 400;
}

#slogan-section-1 .large-slogan {
  display: inline-block;
  font-size: 46px;
  color: #333;
  background: rgba(250, 250, 250, 0.4);
  line-height: 60px;
  margin: 0px 0px -5px;
  padding: 10px 20px;
  font-weight: 400;
  filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); /* IE 5.5+*/
  -moz-opacity: 0; /* Mozilla 1.6 - */
  -khtml-opacity: 0; /* Konqueror 3.1, Safari 1.1 */
  opacity: 0; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
  transition: opacity 2s ease-in-out;
}

#slogan-section-1 .large-slogan.active {
  filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* IE 5.5+*/
  -moz-opacity: 1; /* Mozilla 1.6 - */
  -khtml-opacity: 1; /* Konqueror 3.1, Safari 1.1 */
  opacity: 1; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
  transition: opacity 2s ease-in-out;
}

/********************************* BADGES ******************************/
.featured-badge {
  min-width: 300px;
  min-height: 70px;
  display: inline-block;
  font-size: 24.5px;
  padding: 14px 10px 7px;
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 70px;
}

.featured-badge.white {
  background: url(../img/featured-badge-white.png) top center no-repeat;
  color: #ef4d27;
  background-size: 100% 100%;
}

.featured-badge.orange {
  background: url(../img/featured-badge-orange.png) top center no-repeat;
  color: #fff;
  background-size: 100% 100%;
}

/****************************** BROWSER SHOTS EFFECTS *********************/
.absolute-bottom {
  position: absolute;
  bottom: 0%;
  z-index: 2;
}

.browser-header {
  width: 100%;
  min-width: 100%;
  min-height: 48px;
  background: url(../img/browser-header.png) no-repeat;
  background-size: 100% 100%;
}

.browser-shot-1 {
  width: 50%;
  overflow: hidden;
  padding: 0;
  margin: 0;
  z-index: 10;
  max-width: 50%;
  position: absolute;
  bottom: -200%;
  left: 25%;
  transition: all 1.4s ease-in-out;
  box-shadow: 0px 0px 12px rgba(50, 50, 50, 0.75);
}

.browser-shot-1.active {
  bottom: -40px;
}

.browser-shot-1 img {
  width: 100%;
  height: auto;
}

.browser-shot-2 {
  width: 30%;
  overflow: hidden;
  padding: 0;
  margin: 0;
  z-index: 9;
  max-width: 30%;
  position: absolute;
  bottom: -200%;
  left: 0%;
  transition: all 1.6s ease-in-out;
  box-shadow: 0px 0px 12px rgba(50, 50, 50, 0.75);
}

.browser-shot-2.active {
  bottom: -40px;
}

.browser-shot-2 img {
  width: 100%;
  height: auto;
}

.browser-shot-3 {
  width: 30%;
  overflow: hidden;
  padding: 0;
  margin: 0;
  z-index: 9;
  max-width: 30%;
  position: absolute;
  bottom: -200%;
  right: 0%;
  transition: all 1.8s ease-in-out;
  box-shadow: 0px 0px 12px rgba(50, 50, 50, 0.75);
}

.browser-shot-3.active {
  bottom: -40px;
}

.browser-shot-3 img {
  width: 100%;
  height: auto;
}

/**************************** FOOTER & FOOTER ELEMENTS **************************/
.social-bottom {
  display: inline-block;
  margin-left: 0px;
  margin-top: 15px;
  width: 100%;
}

.social-bottom li {
  list-style: none;
  float: left;
  margin: 3px;
}

.social-bottom .badge {
  padding: 5px;
  display: block;
  border-radius: 0px;
  text-align: center;
  vertical-align: middle;
}

.social-bottom .badge:hover {
  background: #333 url(../img/line_bg.png) repeat;
}

.social-bottom li a {
  color: #fff;
  font-size: 160%;
  text-decoration: none;
}

.social-bottom li a:hover {
  text-decoration: none;
}

.footer address {
  font-size: 100%;
  font-weight: 300;
  margin-top: 15px;
  line-height: 22px;
  width: 100%;
  text-align: center;
}

.footer blockquote {
  padding: 15px 15px 15px 0px;
  margin: 0px 0px 10px 0px;
  min-height: 20px;
  border: 0px;
  position: relative;
  font-size: 70%;
  font-weight: 400;
  border-bottom: 1px dotted rgba(250, 250, 250, 0.5);
  display: inline-block;
}

blockquote p {
  font-size: 140%;
}

blockquote p:before {
  color: #ef4d27;
  content: open-quote;
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
  text-shadow: -1px -1px 0px #333, 1px 1px 2px #000;
}

blockquote p:after {
  color: #ef4d27;
  content: close-quote;
  font-size: 3em;
  line-height: 0.1em;
  margin-left: 0.25em;
  margin-top: 1.5em;
  vertical-align: -0.7em;
  text-shadow: -1px -1px 0px #333, 1px 1px 2px #000;
}

.test-caption {
  text-align: right;
  font-size: 100%;
  font-weight: 400;
  width: 90%;
  float: right;
}

#map {
  display: block;
  height: 250px;
  width: 100%;
  min-width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}

.tweetList {
  margin: 0px;
  display: block;
  width: 100%;
  max-width: 100%;
}

.tweetList li {
  list-style: none;
  display: inline-block;
  text-align: left;
  margin: 5px 0px;
  font-weight: 300;
  line-height: 18px;
  padding: 7px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  background: rgba(250, 250, 250, 0.8);
}

.tweetList li p {
  padding: 5px 0px;
  display: block;
  text-align: left;
}

.tweetList a {
  color: #ef4d27;
  font-weight: normal;
}

.tweetList .timestamp {
  border-left: 2px solid #ef4d27;
  font-weight: bold;
  display: block;
  padding-left: 6px;
  float: none;
}

/******************** CUSTOM BUTTONS *************************************/
.btn-warning {
  background-color: hsl(27, 94%, 46%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e36a07", endColorstr="#e36a07");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#e36a07), to(#e36a07));
  background-image: linear-gradient(#e36a07, #e36a07);
  border-color: #e36a07 #e36a07 hsl(27, 94%, 46%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
}

.btn-info {
  background-color: hsl(197, 94%, 44%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#07aced", endColorstr="#069dd9");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#07aced), to(#069dd9));
  background-image: linear-gradient(#07aced, #069dd9);
  border-color: #069dd9 #069dd9 hsl(197, 94%, 43%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.06);
  -webkit-font-smoothing: antialiased;
}

.btn-danger {
  background-color: hsl(0, 82%, 44%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#de1616", endColorstr="#cc1414");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#de1616), to(#cc1414));
  background-image: linear-gradient(#de1616, #cc1414);
  border-color: #cc1414 #cc1414 hsl(0, 82%, 43%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.06);
  -webkit-font-smoothing: antialiased;
}

.btn-success {
  background-color: hsl(157, 43%, 44%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#45af86", endColorstr="#3fa07b");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#45af86), to(#3fa07b));
  background-image: linear-gradient(#45af86, #3fa07b);
  border-color: #3fa07b #3fa07b hsl(157, 43%, 43%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.06);
  -webkit-font-smoothing: antialiased;
}

.btn-inverse {
  background-color: hsl(354, 0%, 16%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#333333", endColorstr="#282828");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#282828));
  background-image: linear-gradient(#333333, #282828);
  border-color: #282828 #282828 hsl(354, 0%, 15%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.06);
  -webkit-font-smoothing: antialiased;
}

.btn-green {
  background-color: hsl(161, 95%, 22%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#026d4b", endColorstr="#026d4b");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#026d4b), to(#026d4b));
  background-image: linear-gradient(#026d4b, #026d4b);
  border-color: #026d4b #026d4b hsl(161, 95%, 22%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
}

.btn-green-alt {
  background-color: hsl(156, 53%, 46%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#37b381", endColorstr="#37b381");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#37b381), to(#37b381));
  background-image: linear-gradient(#37b381, #37b381);
  border-color: #37b381 #37b381 hsl(156, 53%, 46%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
}

.btn-blue {
  background-color: hsl(185, 95%, 22%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#02646d", endColorstr="#02646d");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#02646d), to(#02646d));
  background-image: linear-gradient(#02646d, #02646d);
  border-color: #02646d #02646d hsl(185, 95%, 22%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
}

.btn-purple {
  background-color: hsl(313, 95%, 22%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6d0256", endColorstr="#6d0256");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#6d0256), to(#6d0256));
  background-image: linear-gradient(#6d0256, #6d0256);
  border-color: #6d0256 #6d0256 hsl(313, 95%, 22%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
}

.btn-saffran {
  background-color: hsl(0, 95%, 22%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6d0202", endColorstr="#6d0202");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#6d0202), to(#6d0202));
  background-image: linear-gradient(#6d0202, #6d0202);
  border-color: #6d0202 #6d0202 hsl(0, 95%, 22%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
}

.btn-red {
  background-color: hsl(0, 95%, 46%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e40505", endColorstr="#e40505");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#e40505), to(#e40505));
  background-image: linear-gradient(#e40505, #e40505);
  border-color: #e40505 #e40505 hsl(0, 95%, 46%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
}

.btn-modern-green {
  background-color: hsl(178, 95%, 27%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#038681", endColorstr="#038681");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#038681), to(#038681));
  background-image: linear-gradient(#038681, #038681);
  border-color: #038681 #038681 hsl(178, 95%, 27%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
}

.btn-light-brown {
  background-color: hsl(24, 95%, 27%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#863703", endColorstr="#863703");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#863703), to(#863703));
  background-image: linear-gradient(#863703, #863703);
  border-color: #863703 #863703 hsl(24, 95%, 27%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
}

.btn-brown {
  background-color: hsl(24, 100%, 16%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#512000", endColorstr="#512000");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#512000), to(#512000));
  background-image: linear-gradient(#512000, #512000);
  border-color: #512000 #512000 hsl(24, 100%, 16%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
}

.btn-action {
  background-color: hsl(21, 100%, 46%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ea5200", endColorstr="#ea5200");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ea5200), to(#ea5200));
  background-image: linear-gradient(#ea5200, #ea5200);
  border-color: #ea5200 #ea5200 hsl(21, 100%, 46%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
}

/************************ CUSTOM BUTTONS SIZES ********************************/
.btn-large {
  padding: 15px 19px;
}

.btn-box {
  display: inline-block;
  width: 100%;
  padding: 0px 5% 0px 5%;
  margin: 30px auto;
  text-align: center;
}

.btn {
  border-radius: 3px;
}

.btn {
  font-weight: 400;
}

.btn .fa-icon-large {
  margin: 0px 10px 10px 0px;
  font-size: 130%;
  display: inline-block;
}

.btn.btn-icon-large {
  font-size: 130%;
}

.btn-block-third {
  display: block;
  width: 40%;
  padding-right: 0;
  padding-left: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

i.or {
  float: left;
  display: block;
  width: 10%;
  padding-top: 10px;
  text-align: center;
  font-size: 140%;
  font-weight: 400;
}

/*********************************** PARALLAX INNER ELEMENTS ******************/
.active-fixed {
  position: fixed;
  bottom: 0px;
}

/********************* PARALLAX EFFECTS *****************************/
.parallax-point-event {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

#slogan-section-2 .parallax-point-event .container {
  position: relative;
  display: block;
  min-height: 100%;
  height: 100%;
  min-height: 600px;
}

#slogan-section-2 {
  overflow: hidden;
}

.effect-box-1 {
  filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); /* IE 5.5+*/
  -moz-opacity: 0; /* Mozilla 1.6 - */
  -khtml-opacity: 0; /* Konqueror 3.1, Safari 1.1 */
  opacity: 0; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
  transition: opacity 1.2s ease-in-out;
}

.effect-box-1.active {
  filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* IE 5.5+*/
  -moz-opacity: 1; /* Mozilla 1.6 - */
  -khtml-opacity: 1; /* Konqueror 3.1, Safari 1.1 */
  opacity: 1; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
  transition: opacity 1.2s ease-in-out;
}

.effect-box-2 {
  filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); /* IE 5.5+*/
  -moz-opacity: 0; /* Mozilla 1.6 - */
  -khtml-opacity: 0; /* Konqueror 3.1, Safari 1.1 */
  opacity: 0; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
  transition: opacity 1.4s ease-in-out;
}

.effect-box-2.active {
  filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* IE 5.5+*/
  -moz-opacity: 1; /* Mozilla 1.6 - */
  -khtml-opacity: 1; /* Konqueror 3.1, Safari 1.1 */
  opacity: 1; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
  transition: opacity 1.4s ease-in-out;
}

.effect-box-3 {
  filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); /* IE 5.5+*/
  -moz-opacity: 0; /* Mozilla 1.6 - */
  -khtml-opacity: 0; /* Konqueror 3.1, Safari 1.1 */
  opacity: 0; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
  transition: opacity 1.6s ease-in-out;
}

.effect-box-3.active {
  filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* IE 5.5+*/
  -moz-opacity: 1; /* Mozilla 1.6 - */
  -khtml-opacity: 1; /* Konqueror 3.1, Safari 1.1 */
  opacity: 1; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
  transition: opacity 1.6s ease-in-out;
}

.effect-box-4 {
  filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); /* IE 5.5+*/
  -moz-opacity: 0; /* Mozilla 1.6 - */
  -khtml-opacity: 0; /* Konqueror 3.1, Safari 1.1 */
  opacity: 0; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
  transition: opacity 1.8s ease-in-out;
}

.effect-box-4.active {
  filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* IE 5.5+*/
  -moz-opacity: 1; /* Mozilla 1.6 - */
  -khtml-opacity: 1; /* Konqueror 3.1, Safari 1.1 */
  opacity: 1; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
  transition: opacity 1.8s ease-in-out;
}

.gobottom {
  filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: all 2s ease;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #fff;
  font-size: 100%;
  padding-top: 100px;
}

.gobottom.active {
  filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  padding-top: 0px;
}

.gobottom a {
  color: #fff;
}

.gobottom a {
  color: #fff;
  text-decoration: none;
}

.gobottom:hover {
  color: rgba(250, 250, 250, 0.8);
}

/*********************** @MEDIA *****************************/
@media (max-width: 979px) {
  .navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
  }
  #main-nav select {
    display: inline-block;
    float: left;
    width: 50%;
    border-radius: 1px;
    margin-top: 5px;
  }
  .nav-collapse {
    clear: none;
  }
  .navbar .brand {
    float: left;
  }
  #header-section .wrap-hero {
    top: 65px;
  }
  #header-section .hero-unit span:first-child {
    font-size: 40px;
  }
  #header-section .hero-unit h1 span {
    font-size: 26.5px;
    margin: 0px 0px -30px;
    padding: 0px 20px;
    line-height: 60px;
  }
  .logo img {
    width: 35%;
    height: auto;
  }
  #slogan-section-2 {
    min-height: 400px;
  }
  #slogan-section-2 .parallax-point-event .container {
    min-height: 400px;
  }
  .large-slogan {
    padding: 0px 20px;
    font-size: 32.5px;
  }
  .text-large {
    font-size: 300%;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  body {
    padding-right: 0px;
    padding-left: 0px;
  }
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  #main-nav select {
    width: 50%;
    float: right;
    margin-right: 20px;
  }
  #header-section .hero-unit span:first-child {
    font-size: 40px;
    line-height: 75px;
  }
  #header-section .hero-unit h1 span {
    font-size: 26.5px;
    margin: 0px 0px -30px;
    padding: 10px 20px;
    line-height: 30px;
  }
  .logo img {
    width: 45%;
    height: auto;
  }
  .browser-shot-2 {
    left: 3%;
  }
  .browser-shot-3 {
    right: 3%;
  }
  .text-large {
    font-size: 200%;
    line-height: 35px;
  }
  #header-section .hero-unit span:first-child {
    font-size: 20px;
    line-height: 35px;
  }
  .hero-unit {
    padding: 10px;
  }
  .navbar .brand {
    padding: 10px 10px 0px 25px;
    margin: 0px;
  }
  #header-section {
    height: auto;
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./Content/assets/scss/custom.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "Lato-Black";
  src: url("/Content/assets/font/Lato-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-BlackItalic";
  src: url("/Content/assets/font/Lato-BlackItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Bold";
  src: url("/Content/assets/font/Lato-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-BoldItalic";
  src: url("/Content/assets/font/Lato-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Hairline";
  src: url("/Content/assets/font/Lato-Hairline.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-HairlineItalic";
  src: url("/Content/assets/font/Lato-HairlineItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Heavy";
  src: url("/Content/assets/font/Lato-Heavy.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-HeavyItalic";
  src: url("/Content/assets/font/Lato-HeavyItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Italic";
  src: url("/Content/assets/font/Lato-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Light";
  src: url("/Content/assets/font/Lato-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-LightItalic";
  src: url("/Content/assets/font/Lato-LightItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Medium";
  src: url("/Content/assets/font/Lato-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-MediumItalic";
  src: url("/Content/assets/font/Lato-MediumItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Regular";
  src: url("/Content/assets/font/Lato-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Semibold";
  src: url("/Content/assets/font/Lato-Semibold.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-SemiboldItalic";
  src: url("/Content/assets/font/Lato-SemiboldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Thin";
  src: url("/Content/assets/font/Lato-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-ThinItalic";
  src: url("/Content/assets/font/Lato-ThinItalic.ttf") format("truetype");
}
body {
  background: none;
}

#particles {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 380px;
  z-index: -1;
}
#particles audio, #particles canvas, #particles progress, #particles video {
  display: inline-block;
  vertical-align: baseline;
  width: 100%;
}

#header-section {
  padding: 100px 0px;
  background: url("/Content/assets/img/2017/section1-bg.jpg") bottom center no-repeat;
  background-size: cover;
  height: 580px;
  position: relative;
}
#header-section.no-bg {
  background-image: none;
  height: auto;
}

.btn {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  background-color: transparent;
  cursor: pointer;
  padding: 16px 35px;
  letter-spacing: 1.2px;
  font-size: 16px;
  line-height: 100%;
  color: #292b30;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0px;
}
.btn.btn-outline {
  border: 2px solid #292b30;
}
.btn.btn-outline:hover {
  background-color: #292b30;
  color: white;
}

.btn-inline {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.banner-header {
  padding: 70px 0px;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.banner-header h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
}
.banner-header p {
  font-size: 18px;
  line-height: 28px;
}

.breadcrumb {
  background-color: transparent;
  margin: 40px 0px 0px 0px;
  padding: 0px;
  font-size: 18px;
  line-height: 100%;
  color: #292b30;
}
.breadcrumb a {
  color: #292b30;
}

.services-page {
  padding: 40px 0px;
  font-size: 18px;
  line-height: 28px;
}
.services-page [class*=span] h1:last-of-type, .services-page [class*=span] .h1:last-of-type, .services-page [class*=span] h2:last-of-type, .services-page [class*=span] .h2:last-of-type, .services-page [class*=span] h3:last-of-type, .services-page [class*=span] .h3:last-of-type, .services-page [class*=span] h4:last-of-type, .services-page [class*=span] .h4:last-of-type, .services-page [class*=span] h5:last-of-type, .services-page [class*=span] .h5:last-of-type, .services-page [class*=span] h6:last-of-type, .services-page [class*=span] .h6:last-of-type {
  margin-bottom: 20px;
  color: #c11818;
}
.services-page h4 {
  margin-top: 20px;
}
.services-page .inner-main-heading {
  font-weight: 700;
  margin-top: 0px;
  position: relative;
  display: inline-block;
}
.services-page .inner-main-heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 4px solid #c11818;
}
.services-page .list {
  padding-left: 0;
  margin: 0px;
}
.services-page .list li {
  background: url(../img/red-check.jpg) left top 3px no-repeat;
  padding-left: 22px !important;
  padding-left: 0;
  list-style: none;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 24px;
}

.wrap-contact100 .contact100-form-title {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  display: block;
  padding-bottom: 15px;
}
.wrap-contact100 .contact100-form-checkbox {
  padding-top: 8px;
  padding-bottom: 8px;
}
.wrap-contact100 .label-checkbox100 {
  display: block;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  color: #43383e;
  line-height: 1.2;
}
.wrap-contact100 .label-checkbox100:checked + .label-checkbox100::before {
  color: #555;
}
.wrap-contact100 .label-checkbox100::before {
  border: solid 1px #ccc;
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 15px;
  color: transparent;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  background: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wrap-contact100 input {
  border: 1px solid #ccc !important;
  width: 100%;
}
.wrap-contact100 .input-checkbox100 {
  display: none;
}
.wrap-contact100 input[type=text], .wrap-contact100 input[type=email], .wrap-contact100 input[type=tel], .wrap-contact100 input[type=password], .wrap-contact100 input[type=date] {
  width: 100%;
  max-width: 340px;
  height: 40px;
  border-radius: 0;
  border-width: 1px;
  border-color: #111;
  border-style: solid;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  transition: all 300ms ease;
  transition-property: border-color, background-color;
  background: 0 0;
  font-size: 15px;
  color: #43383e;
  line-height: 1.2;
  font-weight: 400;
  box-shadow: none;
}
.wrap-contact100 .contact100-form-title {
  display: block;
  font-size: 20px;
  color: #43383e;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 15px;
  font-weight: 500;
}
.wrap-contact100 .label-input100 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 38px;
  height: 54px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  font-size: 18px;
  color: #999;
}
.wrap-contact100 .input100 {
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 15px;
  color: #43383e;
  line-height: 1.2;
  padding: 0 5px;
}
.wrap-contact100 .input-checkbox100:checked + .label-checkbox100::before {
  color: #555;
}
.wrap-contact100 .container-contact100-form-btn {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 13px;
}
.wrap-contact100 .wrap-contact100-form-btn {
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 31px;
  overflow: hidden;
}
.wrap-contact100 .contact100-form-bgbtn {
  position: absolute;
  z-index: -1;
  width: 300%;
  height: 100%;
  background: #e00702;
  top: 0;
  left: -100%;
  transition: all 0.4s;
}
.wrap-contact100 .contact100-form-btn {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  min-width: 160px;
  height: 62px;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
}
.wrap-contact100 .contact100-form-btn:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.wrap-contact100 button {
  outline: 0 !important;
  border: none;
  background: #c51215;
  color: #fff;
}

.service-call {
  background: #c01818;
  padding: 30px 0;
  text-align: center;
  color: white;
}
.service-call h1, .service-call h2, .service-call h3, .service-call h4, .service-call h5, .service-call h6, .service-call a, .service-call p {
  color: white;
}
.service-call i {
  font-size: 40px;
}
.service-call h5 {
  color: white !important;
}
.service-call .bord-right {
  border-right: 1px solid #fff;
}

.hero {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/images/retail-hero-light.jpg") center/cover no-repeat;
  color: var(--color-light);
  padding: 100px 0;
  text-align: center;
  position: relative;
}

.hero h1 {
  font-size: 3.25rem;
  font-weight: 700;
}

.hero p {
  font-size: 1.25rem;
  margin-top: 1rem;
  color: var(--color-light);
}

.section-title {
  font-size: 2rem;
  font-weight: 600;
  color: var(--color-dark);
  position: relative;
  display: inline-block;
  margin-bottom: 2.5rem;
  text-align: center; /* biar default-nya center */
  width: 100%; /* pastikan full row */
}

.section-title::after {
  content: "";
  width: 50px;
  height: 3px;
  background: var(--color-primary);
  display: block;
  margin: 0.75rem auto 0; /* auto -> otomatis center */
  border-radius: 2px;
}

.service-card {
  background: var(--color-light);
  padding: 30px 20px;
  border-radius: 12px;
  text-align: center;
  transition: box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border: none;
}

.service-card i {
  font-size: 2.5rem;
  color: var(--color-primary);
  margin-bottom: 1rem;
}

.service-card h5 {
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.service-card p {
  color: var(--color-muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

.service-card:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

section.py-5 > .container p {
  color: var(--color-secondary);
  font-size: 1rem;
  line-height: 1.7;
}

form .form-control,
form .form-select,
form textarea {
  border-radius: 8px;
  border: 1px solid #ced4da;
  padding: 14px;
  transition: border-color 0.3s ease;
}

form .form-control:focus,
form .form-select:focus,
form textarea:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 0.15rem rgba(13, 110, 253, 0.25);
}

form button {
  border-radius: 25px;
  padding: 12px 30px;
  font-weight: 600;
}

.cta {
  background: var(--color-primary);
  color: var(--color-light);
  padding: 80px 0;
  text-align: center;
}

.cta h2 {
  font-size: 2.25rem;
  margin-bottom: 0.8rem;
}

.cta p {
  font-size: 1.15rem;
  margin-bottom: 1.5rem;
}

.cta .btn {
  margin: 0.5rem;
  border-radius: 25px;
  padding: 12px 28px;
  font-weight: 600;
}

.btn-outline-light {
  color: var(--color-light);
  border-color: var(--color-light);
}

.btn-outline-light:hover {
  background-color: var(--color-light);
  color: var(--color-primary);
}

.service-form-wrapper {
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
}

.service-form-wrapper .form-control,
.service-form-wrapper .form-select {
  border-radius: 10px;
  border: 1px solid #dee2e6;
  padding: 14px 16px;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.service-form-wrapper .form-control:focus,
.service-form-wrapper .form-select:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.2);
}

.service-form-wrapper textarea {
  resize: none;
}

.service-form-wrapper button {
  border-radius: 30px;
  padding: 12px 36px;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.service-form-wrapper button:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(13, 110, 253, 0.25);
}

.industries #header-section {
  z-index: 10 !important;
}
.industries #header-section .hero {
  background: #A3CEF1 !important;
  position: relative;
  z-index: 10;
}
.industries #header-section .hero h1, .industries #header-section .hero p {
  color: #2E2E2E;
}
.industries #header-section .hero p {
  text-align: center;
}

.cs-item {
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  border-radius: 8px;
  height: 320px;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cs-item img {
  height: auto;
  border-radius: 10px;
  margin-bottom: 10px;
}
.cs-item h4 {
  color: #2E2E2E;
}

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