/****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 .line {
  width: 90px;
  height: 2px;
  background-color: #13CE66;
  margin: 0 auto;
  display: inline-block;
}

.title h1 {
  font-weight: 700;
  margin-top: 10px;
  font-size: 45px;
  color: #333333;
}

#top-header {
  height: 100vh;
  min-height: 600px;
  max-height: 850px;
  position: relative;
  overflow: hidden;
}

#top-header .left-part {
  position: relative;
  height: 100%;
  width: 45%;
  background-color: #222;
  float: left;
  display: inline-block;
  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;
}

#top-header .left-part .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.2);
}

#top-header .left-part img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
}

#top-header .right-part {
  width: 55%;
  float: left;
  display: inline-block;
  height: 100%;
  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: 0 100px;
}

#top-header .slogan h1 {
  font-size: 55px;
  color: #333;
}

@media screen and (max-width: 768px) {
  #top-header {
    height: auto;
    min-height: auto;
    max-height: auto;
  }
  #top-header .left-part {
    width: 100%;
    float: none;
    clear: both;
    height: auto;
    height: 300px;
  }
  #top-header .right-part {
    text-align: center;
    width: 100%;
    float: none;
    clear: both;
    height: auto;
    padding: 20px 30px;
    border-bottom: 1px solid #ededed;
  }
  #top-header .right-part .slogan h1 {
    font-size: 40px;
  }
}

.navbar {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  height: 100px;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.navbar .navbar-toggle {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  color: #fff;
}

.navbar .navbar-toggle span {
  background-color: #fff !important;
}

.navbar .navbar-brand img {
  width: 70px;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

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

.navbar .navbar-nav li a {
  color: #333;
  font-weight: 600;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.navbar .navbar-nav li a:hover, .navbar .navbar-nav li a:focus {
  color: #13CE66 !important;
}

.navbar.scrolled {
  height: 60px;
  background-color: #fff;
  border-bottom: 1px solid #ededed;
}

.navbar.scrolled .navbar-toggle {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  color: #222;
}

.navbar.scrolled .navbar-toggle span {
  background-color: #222 !important;
}

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

.navbar.scrolled .navbar-brand {
  padding: 10px;
}

.navbar.scrolled .navbar-brand img {
  filter: invert(80%);
  -webkit-filter: invert(80%);
  width: 40px;
}

@media screen and (min-width: 992px) {
  .navbar {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .navbar .navbar-nav {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    text-align: center;
    border-bottom: 1px solid #ededed;
  }
}

.readmore {
  background-color: #13CE66;
  border: 1px solid #13CE66;
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
  font-size: 16px;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.readmore:hover, .readmore:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgba(19, 206, 102, 0.8);
  border-color: rgba(19, 206, 102, 0.8);
}

.readmore.ghost {
  background-color: transparent;
  color: #333333;
}

.readmore.ghost:hover {
  background-color: #13CE66;
  color: #fff;
}

#about .readmore {
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  #about .readmore {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.portfolio-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  -ms-grid-rows: 13vw 13vw 13vw;
      grid-template-rows: 13vw 13vw 13vw;
  grid-gap: 20px;
}

@media screen and (max-width: 768px) {
  .portfolio-grid {
    grid-gap: 5px;
  }
}

.portfolio-grid .grid-item .grid-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  cursor: pointer;
}

.portfolio-grid .grid-item:hover img {
  filter: grayscale(50%);
  -webkit-filter: grayscale(50%);
}

.portfolio-grid .grid-item-1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1 / span 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / span 2;
}

.portfolio-grid .grid-item-2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / span 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3 / span 2;
}

.portfolio-grid .grid-item-3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / span 1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
  grid-column: 5 / span 1;
}

.portfolio-grid .grid-item-4 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / span 1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
  grid-column: 5 / span 1;
}

.portfolio-grid .grid-item-5 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3 / span 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / span 1;
}

.portfolio-grid .grid-item-6 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3 / span 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4 / span 1;
}

.portfolio-grid .grid-item-7 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3 / span 1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
  grid-column: 5 / span 1;
}

#testimonials {
  background-color: #f5f5fa;
}

#testimonials .t_box {
  text-align: center;
  margin: 30px 0;
}

#testimonials .t_box .rating i {
  color: #7E5BEF;
}

#contact .title {
  margin-bottom: 100px;
}

#contact form h4 {
  margin: 0;
  font-weight: 700;
  color: #333333;
}

#contact form p {
  margin: 0;
  margin-top: 5px;
}

#contact form button {
  width: 100%;
  height: 50px;
  margin-top: 20px;
  background-color: #13CE66;
  border: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  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 {
  background-color: #0F9F4F;
}

#contact form label {
  margin-top: 15px;
}

#contact form input {
  width: 100%;
  height: 45px;
  padding-left: 15px;
  border-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #cacaca;
}

#contact form textarea {
  width: 100%;
  padding-left: 15px;
  resize: none;
  padding-top: 15px;
  border-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #cacaca;
}

@media screen and (min-width: 992px) {
  #contact form {
    padding-top: 40px;
  }
}

#contact .info-box {
  margin: 40px 0;
  position: relative;
  padding-left: 80px;
}

#contact .info-box .icon {
  position: absolute;
  left: 0;
  top: 10px;
  width: 80px;
  text-align: center;
}

#contact .info-box .icon i {
  color: #cacaca;
  font-size: 30px;
}

#contact .info-box .line {
  width: 100px;
  height: 2px;
  background-color: #13CE66;
  display: inline-block;
  margin-top: 10px;
}

#contact .info-box h4 {
  margin: 0;
  margin-bottom: 10px;
}

#contact .info-box p {
  margin: 0;
}

#contact .info-box p a {
  color: inherit;
}

#services {
  padding-top: 0px;
  padding-bottom: 0;
}

#services .s-box {
  position: relative;
  padding-left: 0px;
  text-align: center;
  height: 200px;
  margin: 20px 0;
}

#services .s-box .icon i {
  font-size: 24px;
  color: #13CE66;
}

#services-inner .big-cover {
  width: 100%;
  height: 400px;
  margin: 50px 0;
  background-size: cover;
  background-position: center;
}

#services-inner .s-box {
  position: relative;
  padding-left: 0px;
  text-align: left;
  height: 200px;
  margin: 20px 0;
}

#services-inner .s-box .icon i {
  font-size: 24px;
  color: #13CE66;
}

* {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.map-cont {
  overflow: hidden;
  padding-bottom: 35%;
  position: relative;
  height: 0;
}

.map-cont #map {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

@media screen and (max-width: 768px) {
  #about {
    text-align: center;
  }
}

#about-second-sec {
  padding: 0;
}

@media screen and (max-width: 768px) {
  #about-second-sec {
    text-align: center;
  }
}

.highlighted h2 {
  color: #13CE66;
}

footer {
  background-color: #333;
  padding: 30px 0;
}

footer img {
  width: 70px;
}

footer p {
  color: #fff;
}

.viewer-prev {
  margin-right: 20px;
}
/*# sourceMappingURL=main.css.map */