/****Colors****/
/****Fonts****/
/****Screen Sizes****/
* {
  padding: 0;
  margin: 0;
  font-family: "Hind", sans-serif;
}

body {
  padding: 0;
  margin: 0;
}

.nopadding {
  padding: 0 !important;
}

.nopaddingleft {
  padding-left: 0 !important;
}

.nopaddingright {
  padding-right: 0 !important;
}

h1, h2, h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

p {
  font-weight: 300;
  font-size: 16px;
  color: #666;
  line-height: 25px;
  margin: 15px 0;
}

@media screen and (min-width: 1500px) {
  p {
    font-size: 17px;
    line-height: 27px;
  }
}

section {
  padding: 75px 0;
  background-color: #fff;
}

.title {
  margin-bottom: 40px;
}

.title h1 {
  font-weight: 400;
  margin-top: 10px;
  font-size: 55px;
  color: #402336;
  letter-spacing: -1px;
}

@media screen and (max-width: 768px) {
  .title h1 {
    font-size: 25px;
  }
}

/*HERO SINGLE IMAGE*/
.hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  background-color: #444;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero .hero-front {
  position: absolute;
  height: 100%;
  width: 50%;
  background-color: #fff;
  z-index: 200;
  left: 0;
  top: 0;
  overflow: hidden;
}

.hero .hero-front .img-bg {
  height: 100vh;
  width: 100vw;
  background-image: url("../img/hero3.jpg");
  background-size: cover;
  background-position: center;
}

.hero .hero-behind {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 100;
  left: 0;
  top: 0;
  overflow: hidden;
}

.hero .hero-behind .img-bg {
  height: 100vh;
  width: 100vw;
  background-image: url("../img/hero1.jpg");
  background-size: cover;
  background-position: center;
}

.hero .mouse {
  width: 26px;
  height: 46px;
  border: 1px solid #fff;
  position: absolute;
  z-index: 980;
  bottom: 20px;
  border-radius: 100px;
}

.hero .mouse .mouse-scroll {
  height: 10px;
  width: 4px;
  background-color: #fff;
  border-radius: 5px;
  margin: auto;
  margin-top: 10px;
}

.hero .overlay {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 300;
}

.hero .slogan {
  position: relative;
  z-index: 900;
}

.hero .slogan h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  margin: 20px 0;
  letter-spacing: -1px;
}

.hero .slogan h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #fff;
  margin: 0;
  color: white;
}

.hero .slogan p {
  color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 768px) {
  .hero {
    min-height: 400px;
  }
  .hero .slogan h1 {
    font-size: 23px;
    line-height: 30px;
  }
  .hero .slogan h3 {
    font-size: 13px;
    letter-spacing: 1px;
  }
}

.navbar {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 20px;
}

.navbar .navbar-nav {
  margin-top: 20px;
}

.navbar .navbar-nav li a {
  color: #fff !important;
}

.navbar .navbar-brand img {
  width: 100px;
}

.navbar.scrolled {
  background-color: #111;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar.scrolled .navbar-nav {
  margin-top: 0px;
}

.navbar.scrolled .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar.scrolled .navbar-brand img {
  width: 60px;
}

.navbar.dark {
  background-color: #111;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar.dark .navbar-nav {
  margin-top: 0px;
}

.navbar.dark .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar.dark .navbar-brand img {
  width: 60px;
}

@media screen and (max-width: 768px) {
  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar .navbar-toggle {
    margin-top: 40px;
  }
  .navbar .navbar-nav {
    text-align: center;
  }
  .navbar .navbar-nav .social-link {
    display: inline-block;
  }
  .navbar.scrolled .navbar-toggle {
    margin-top: 10px;
  }
  .navbar.dark .navbar-toggle {
    margin-top: 10px;
  }
}

.custom-btn {
  height: 55px;
  line-height: 55px;
  background-color: #ededed;
  display: inline-block;
  padding: 0 35px;
  text-decoration: none;
  margin-top: 50px;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  border-radius: 2px;
  vertical-align: middle;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  text-align: center;
}

.custom-btn i {
  margin-left: 10px;
  vertical-align: middle;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.custom-btn:hover, .custom-btn:focus {
  text-decoration: none;
  color: #1e6975;
}

.custom-btn:hover i, .custom-btn:focus i {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
}

#testimonials {
  background-color: #f5f5fa;
}

.testimonials .t_box h4 {
  color: #1e6975;
  font-weight: 400;
}

.testimonials .t_box .icon i {
  color: #cacaca;
}

.testimonials.testimonials-vertical .title {
  margin-top: 100px;
}

.testimonials.testimonials-vertical .title h4 {
  color: #1e6975;
}

.testimonials.testimonials-vertical .t_box {
  background-color: #fff;
  padding: 20px;
  padding-left: 80px;
  margin: 15px 0;
  position: relative;
  border-radius: 8px;
  -webkit-box-shadow: 0px 3px 20px -9px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 3px 20px -9px rgba(0, 0, 0, 0.14);
}

.testimonials.testimonials-vertical .t_box h4 {
  color: #1e6975;
  font-weight: 400;
  margin: 0;
}

.testimonials.testimonials-vertical .t_box p {
  margin: 0;
  margin-bottom: 10px;
}

.testimonials.testimonials-vertical .t_box .icon {
  position: absolute;
  left: 0;
  top: 30px;
  width: 80px;
  text-align: center;
}

.testimonials.testimonials-vertical .t_box .icon i {
  color: #cacaca;
  font-size: 20px;
}

@media screen and (max-width: 992px) {
  .testimonials .t_box {
    margin: 30px 0;
  }
}

@media screen and (max-width: 768px) {
  .testimonials {
    padding-left: 30px;
    padding-right: 30px;
  }
  .testimonials .text-center {
    text-align: left;
  }
}

#contact form label {
  margin-left: 1px;
}

#contact form .input-cont {
  margin-bottom: 14px;
}

#contact form input,
#contact form textarea {
  width: 100%;
  height: 50px;
  padding-left: 15px;
  border-radius: 1px;
  border: 1px solid #cacaca;
}

#contact form textarea {
  resize: none;
  height: auto;
  padding-top: 15px;
}

#contact form button {
  width: 100%;
  height: 60px;
  background-color: #1e6975;
  color: #fff;
  border: 0;
  font-weight: 600;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

#contact form button i {
  margin-left: 5px;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

#contact form button:hover, #contact form button:focus {
  opacity: 0.9;
}

#contact form button:hover i, #contact form button:focus i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

@media screen and (max-width: 768px) {
  #contact {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.img-cont {
  width: 100%;
  padding-top: 100%;
  background-color: #ededed;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-cont .img-box {
  position: absolute;
  z-index: 900;
  background-color: #ededed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.img-cont .line1 {
  height: 120%;
  width: 140px;
  position: absolute;
  top: -10%;
  left: 40px;
  background-color: #128a5a;
  z-index: 800;
}

.img-cont .line2 {
  height: 100%;
  width: 140px;
  position: absolute;
  left: 240px;
  bottom: -100px;
  background-color: #1e6975;
  z-index: 800;
}

@media screen and (max-width: 768px) {
  .img-cont {
    overflow: hidden;
  }
  .img-cont .line1 {
    width: 50px;
  }
  .img-cont .line2 {
    width: 50px;
    left: 130px;
  }
}

#services .title {
  margin-bottom: 100px;
  padding-left: 20px;
}

@media screen and (max-width: 992px) {
  #services {
    padding-top: 20px;
  }
}

.s_box {
  height: 220px;
  padding: 0 20px;
}

.s_box h4 {
  margin-top: 30px;
  line-height: 22px;
}

.s_box .icon {
  width: 60px;
  height: 60px;
  background-color: #ededed;
  border-radius: 100%;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.s_box .icon img {
  -webkit-transform: translate(10px, -20px);
          transform: translate(10px, -20px);
  filter: drop-shadow(-2px 13px 10px #777);
  -webkit-filter: drop-shadow(-2px 13px 10px #777);
  -moz-filter: drop-shadow(-2px 13px 10px #777);
}

@media screen and (max-width: 768px) {
  #services {
    text-align: center;
  }
  #services .s_box .icon {
    margin: 0 auto;
  }
}

* {
  outline: none;
}

#intro {
  padding: 120px 0;
}

#intro .intro-text {
  padding-top: 50px;
}

@media screen and (max-width: 992px) {
  #intro {
    padding-top: 20px;
  }
  #intro .intro-text {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 768px) {
  #intro {
    padding-bottom: 0;
    padding-left: 35px;
    padding-right: 35px;
  }
  #intro .intro-text {
    margin-bottom: 70px;
  }
}

#about .title {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  #about {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 15px;
  }
  #about img {
    margin-top: 50px;
  }
}

#why {
  padding: 0;
}

#why .left-part {
  background-color: #128a5a;
  width: 100%;
  padding-top: 100%;
  position: relative;
}

#why .left-part .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 700;
  background: -webkit-gradient(linear, left top, right top, from(rgba(14, 29, 51, 0.8)), to(rgba(14, 29, 51, 0)));
  background: linear-gradient(to right, rgba(14, 29, 51, 0.8), rgba(14, 29, 51, 0));
}

#why .left-part .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}

#why .left-part .content ul li {
  color: #fff;
  font-size: 35px;
  margin: 15px 0;
  letter-spacing: 1px;
}

#why .left-part .content ul li i {
  color: #31e29b;
}

#why .left-part .content ul .last {
  font-size: 25px;
}

#why .right-part {
  position: relative;
  width: 100%;
  padding-top: 100%;
}

#why .right-part .right-part-content {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 120px;
}

#why .right-part .right-part-content .custom-btn {
  width: 200px;
}

@media screen and (max-width: 768px) {
  #why .right-part {
    padding: 50px 0;
  }
  #why .right-part .right-part-content {
    position: static;
    padding: 0 25px;
  }
}

footer {
  padding: 20px 0;
  background-color: #111;
  color: #999;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 25px;
  }
}
/*# sourceMappingURL=main.css.map */