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

body {
  padding: 0;
  margin: 0;
}

.nopadding {
  padding: 0 !important;
}

@media screen and (max-width: 768px) {
  .nopadding {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media screen and (min-width: 768px) {
  .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: #555;
  line-height: 23px;
  margin: 15px 0;
}

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

.title {
  margin-bottom: 60px;
}

.title h3 {
  color: #222;
  font-size: 28px;
  margin: 0;
  margin-bottom: 8px;
}

.title h2 {
  color: #1fb6ff;
  font-size: 34px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .title {
    margin-bottom: 30px;
  }
  .title h2 {
    font-size: 25px;
  }
  .title h3 {
    font-size: 20px;
    margin-bottom: 4px;
  }
}

header {
  min-height: 600px;
  height: 100vh;
  background-color: #222;
  position: relative;
  background-image: url("../img/hero.jpg");
  background-size: cover;
}

header .overlay {
  background-color: rgba(31, 45, 61, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

header .hero-bottom {
  width: 100%;
  height: 70px;
  position: absolute;
  left: 0;
  bottom: 0;
}

header .hero-bottom .socials_hero {
  list-style: none;
  margin-top: 15px;
  text-align: right;
}

header .hero-bottom .socials_hero li {
  display: inline-block;
  margin-left: 10px;
}

header .hero-bottom .socials_hero li a {
  color: #fff;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

header .hero-bottom .socials_hero li a:hover, header .hero-bottom .socials_hero li a:focus {
  opacity: .7;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

header .hero-bottom .c-item p {
  color: #fff;
}

header .hero-bottom .c-item i {
  margin-right: 8px;
}

header .hero-bottom .c-item.p-item {
  text-align: right;
}

header .slogan {
  margin-top: 130px;
  z-index: 999;
  position: relative;
}

header .slogan h3 {
  color: #85d7ff;
  font-family: "Hind", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: .5px;
  margin: 0;
}

header .slogan h1 {
  color: #fff;
  margin-top: 10px;
}

header .slogan p {
  color: #cacaca;
}

@media screen and (max-width: 768px) {
  header {
    height: auto;
    padding-bottom: 100px;
  }
  header .hero-bottom {
    height: auto;
    text-align: center;
  }
  header .hero-bottom p {
    text-align: center;
  }
  header .hero-bottom .socials_hero {
    display: none;
  }
  header .slogan {
    padding: 0 20px;
  }
  header .slogan h1 {
    font-size: 25px;
  }
  header .slogan h3 {
    font-size: 16px;
  }
}

.navbar {
  background-color: transparent;
  border: none;
}

.navbar .navbar-toggle {
  margin-top: 30px;
}

.navbar .navbar-right {
  margin-top: 40px;
}

.navbar .navbar-right li a {
  color: #fff !important;
  font-weight: 500;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.navbar .navbar-right li a:hover, .navbar .navbar-right li a:focus {
  color: #1fb6ff !important;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.navbar .navbar-brand {
  margin-top: 30px;
}

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

@media screen and (max-width: 768px) {
  .navbar .navbar-brand {
    margin-top: 10px;
  }
}

.slogan .sl-buttons {
  padding-top: 15px;
}

.slogan .readmore {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 11px 0;
  width: 150px;
  display: inline-block;
  border-radius: 100px;
  color: #fff;
  margin-right: 20px;
  font-size: 17px;
  font-weight: 500;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

.slogan .readmore:hover, .slogan .readmore:focus {
  color: #222;
  text-decoration: none;
  background-color: #fff;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.slogan .getintouch {
  background-image: -webkit-gradient(linear, left top, right top, from(#4facfe), to(#00f2fe));
  background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
  padding: 12px 0;
  width: 150px;
  display: inline-block;
  border-radius: 100px;
  color: #fff;
  margin-right: 20px;
  font-size: 17px;
  font-weight: 500;
}

.slogan .getintouch:hover, .slogan .getintouch:focus {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .slogan .readmore {
    font-size: 15px;
    width: 130px;
  }
  .slogan .getintouch {
    font-size: 15px;
    width: 130px;
  }
}

.inner-header {
  height: 400px;
  background-color: #273444;
  background-image: url("../img/inner-header.jpg");
  background-size: cover;
  position: relative;
}

.inner-header .overlay {
  background-color: rgba(31, 45, 61, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.inner-header .page-title {
  margin-top: 100px;
}

.inner-header .page-title h1 {
  color: #fff;
  font-size: 50px;
}

.squaremap {
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
  height: 0;
  background-color: #222;
}

.squaremap iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

#contact-sec .left-box {
  padding-left: 100px;
  padding-top: 60px;
}

#contact-sec .contact-box {
  position: relative;
  width: 100%;
  height: 100px;
  background-color: #F9FAFC;
  padding-left: 130px;
  padding-top: 30px;
  margin: 30px 0;
}

#contact-sec .contact-box a {
  color: #222;
}

#contact-sec .contact-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  background-color: #1fb6ff;
  text-align: center;
}

#contact-sec .contact-box .icon i {
  color: #fff;
  font-size: 40px;
  line-height: 100px;
}

@media screen and (max-width: 992px) {
  #contact-sec {
    padding-bottom: 0;
  }
  #contact-sec .left-box {
    padding-left: 15px;
    padding-top: 0;
  }
}

#services-area {
  padding-bottom: 0;
}

#services-area .service-wrapper {
  margin: 30px 0;
}

#services-area .service-wrapper .ser-title h2 {
  color: #1fb6ff;
}

#services-area .service-wrapper ul.ser-list {
  margin-top: 40px;
  margin-bottom: 40px;
}

#services-area .service-wrapper ul.ser-list li {
  margin: 23px 0;
}

#services-area .service-wrapper ul.ser-list li h4 .text-muted {
  margin-top: 5px;
  display: inline-block;
}

#services-area .service-wrapper ul.ser-list li .fa-li {
  color: #1fb6ff;
}

#services-area .service-wrapper ul.nested-list {
  list-style: none;
}

#services-area .service-wrapper ul.nested-list li {
  margin: 15px 0;
  border-left: 2px solid #1fb6ff;
  padding: 7px;
  padding-left: 10px;
  background-color: #F9FAFC;
  font-weight: 500;
  color: #666;
}

#services-area .service-wrapper ul.nested-list li span {
  font-weight: 300;
}

#services-area .service-wrapper .icon {
  background-color: #85d7ff;
  position: relative;
  width: 80%;
  padding-bottom: 80%;
  z-index: 200;
  border-radius: 35px;
}

#services-area .service-wrapper .icon i {
  color: #fff;
  font-size: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 768px) {
  #services-area .service-wrapper .icon {
    width: 100px;
    height: 100px;
    text-align: center;
    padding: 0 !important;
  }
  #services-area .service-wrapper .icon i {
    position: static;
    line-height: 100px;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    font-size: 40px;
  }
}

* {
  outline: none;
}

@media screen and (min-width: 1200px) {
  .container {
    width: 1080px !important;
  }
}

@media sreen and (min-width: 1439px) {
  .container {
    width: 1100px !important;
  }
}

#features {
  background-color: #f9fafc;
}

#features .feature {
  position: relative;
  padding-left: 95px;
}

#features .feature .icon {
  background-color: #1fb6ff;
  width: 54px;
  height: 54px;
  border-radius: 100px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 15px;
}

@media screen and (min-width: 768px) and (max-width: 993px) {
  #features .feature .icon {
    top: 0px;
  }
}

#features .feature .icon i {
  color: #fff;
  line-height: 54px;
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  #features .feature {
    padding-left: 80px;
  }
}

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

#about .woman-img-cont .background {
  background-color: #85d7ff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -40px;
  top: 25px;
}

#about .woman-img-cont img {
  position: relative;
  z-index: 600;
}

#services {
  background-color: #f9fafc;
  position: relative;
}

#services .service-box {
  position: relative;
  padding-left: 80px;
  margin-top: 60px;
}

#services .service-box h4 {
  font-weight: 600;
}

#services .service-box .icon {
  position: absolute;
  left: 0;
  top: 10px;
  width: 50px;
  text-align: center;
}

#services .service-box .icon i {
  color: #1fb6ff;
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  #services .service-box {
    padding-left: 70px;
  }
}

#services .img-cont {
  background-color: #888;
  position: absolute;
  width: 40%;
  height: 100%;
  right: 0;
  top: 0;
  background-image: url("../img/services_img.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 992px) {
  #services .img-cont {
    position: relative;
    height: 400px;
    width: 100%;
    margin-top: 15px;
  }
}

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

#contact {
  padding: 150px 0;
  padding-bottom: 80px;
}

.form-cont form {
  position: relative;
  width: 100%;
}

.form-cont form .submit-btn {
  position: absolute;
  top: 480px;
  left: -55px;
  width: 400px;
  background-color: #1fb6ff;
  border: none;
  color: #fff;
  height: 200px;
  text-align: right;
  padding: 40px;
  font-size: 20px;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.form-cont form .submit-btn .contents {
  display: inline-block;
  margin-top: 100px;
}

.form-cont form .submit-btn .contents i {
  margin-left: 20px;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

.form-cont form .submit-btn:hover, .form-cont form .submit-btn:focus {
  background-color: #009EEB;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

.form-cont form .submit-btn:hover i, .form-cont form .submit-btn:focus i {
  margin-left: 30px;
}

.form-cont form .top-box {
  position: absolute;
  left: -55px;
  top: -60px;
  background-color: #85d7ff;
  width: 200px;
  height: 200px;
  z-index: 200;
  border-radius: 35px;
}

.form-cont form .input-group {
  margin-top: 25px;
  width: 100%;
}

.form-cont form .input-group label {
  margin: 0;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}

.form-cont form .input-group input {
  width: 100%;
  padding-left: 0px;
  border-radius: 0;
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-bottom: 1px solid #b7b7b7;
}

.form-cont form .white-box {
  z-index: 300;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 35px;
  padding: 40px 40px;
  -webkit-box-shadow: -20px 26px 85px 20px rgba(0, 0, 0, 0.1);
  box-shadow: -20px 26px 85px 20px rgba(0, 0, 0, 0.1);
}

.form-cont form .white-box h3 {
  color: #1fb6ff;
}

.form-cont form .white-box p {
  font-size: 17px;
  line-height: 27px;
}

@media screen and (max-width: 768px) {
  .form-cont form .white-box {
    padding: 25px;
    padding-bottom: 40px;
  }
  .form-cont form .white-box h3 {
    font-size: 22px;
  }
  .form-cont form .white-box p {
    font-size: 15px;
    line-height: 23px;
  }
  .form-cont form .submit-btn {
    position: static;
    width: 100%;
    height: 80px;
    margin-top: 20px;
    border-radius: 30px;
    text-align: center;
    padding: 0;
  }
  .form-cont form .submit-btn .contents {
    margin-top: 0;
    display: block;
  }
  .form-cont form .input-group {
    margin-top: 17px !important;
  }
}

#whyus {
  margin-top: 100px;
}

@media screen and (max-width: 993px) and (min-width: 768px) {
  #whyus {
    margin-top: 200px;
  }
}

footer {
  margin-top: 200px;
}

footer .contact-item i {
  margin-right: 8px;
}

footer .socials {
  list-style: none;
  margin-top: 15px;
  text-align: right;
}

footer .socials li {
  display: inline-block;
  margin-left: 10px;
}

footer .socials li a {
  color: #555;
}

@media screen and (max-width: 768px) {
  footer {
    margin-top: 50px;
  }
  footer .socials {
    text-align: left;
  }
  footer .socials li {
    margin-left: 0;
    margin-right: 15px;
  }
}
/*# sourceMappingURL=main.css.map */