body {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6, .navbar, .btni {
  font-family: 'Cinzel Decorative', cursive;
  font-weight: 800;
}

a {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.navbar {
  background: #6ba8a9 !important;
}

.navbar .navbar-brand {
  color: #1d4d4f;
}

.navbar .navbar-nav .nav-link {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.navbar .navbar-nav .active > .nav-link, .navbar .navbar-nav .nav-link.active, .navbar .navbar-nav .nav-link.show, .navbar .navbar-nav .show > .nav-link {
  color: #fff;
  background: #1d4d4f;
  padding: 5px 20px;
  margin-top: 1px;
  border-radius: 30px;
  border: 1px solid #1d4d4f;
}

.navbar .navbar-nav .active > .nav-link:hover, .navbar .navbar-nav .nav-link.active:hover, .navbar .navbar-nav .nav-link.show:hover, .navbar .navbar-nav .show > .nav-link:hover {
  border-radius: 0px;
}

.slider {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 95%, 0 75%);
          clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 95%, 0 75%);
}

.slider .it {
  position: relative;
  background: #000;
  margin: 0;
}

.slider .it .slide-img {
  width: 100%;
  height: 500px;
  padding: 0;
}

.slider .it .over {
  padding-top: 10%;
  position: absolute;
  top: 0;
  left: 0;
  height: 500px;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.slider .it .over .btni {
  display: inline-block;
  margin-top: 30px;
  color: #1d4d4f;
  background: #6ba8a9;
  padding: 10px 30px;
  border: 1px solid #6ba8a9;
}

.slider .it .over .btni:hover {
  text-decoration: none;
  background: #1d4d4f;
  color: #6ba8a9;
  border: 1px solid #6ba8a9;
}

.searvices {
  background: url("../img/poly.png");
  padding: 80px 10px;
}

.searvices .head {
  color: #1d4d4f;
  margin-bottom: 40px;
}

.searvices .head h2 {
  margin-bottom: 5px;
}

.searvices .head span {
  background: #6ba8a9;
  padding: 3px;
  width: 50px;
  display: inline-block;
}

.searvices .searvice {
  text-align: center;
  padding: 10px 20px;
  border: 3px solid transparent;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.searvices .searvice .icon {
  background: #6ba8a9;
  width: 150px;
  height: 150px;
  margin: auto;
}

.searvices .searvice .icon img {
  width: 60%;
  margin-top: 30px;
}

.searvices .searvice h4 {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  font-weight: 600;
  margin: 10px 0;
  color: #555;
}

.searvices .searvice p {
  font-size: 13px;
  color: #777;
}

.searvices .searvice:hover {
  border: 3px solid #6ba8a9;
}

.searvices .searvice:hover h4 {
  color: #6ba8a9;
}

.about {
  background: url("../img/slide1.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
}

.about .over {
  background: rgba(107, 168, 169, 0.8);
  padding: 40px 10px;
}

.about .over .bord {
  background: #fff;
  padding: 10px;
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 60px rgba(0, 0, 0, 0.4);
  margin: 40px 0;
  border-radius: 20px;
}

.about .over .bord img {
  margin: 20px 0;
}

.about .over .text {
  color: #777;
  padding: 40px 10px;
}

.about .over .text .head h2 {
  margin-bottom: 0;
  color: #000;
}

.about .over .text .head .line {
  background: #1d4d4f;
  padding: 2px;
  width: 70px;
  display: inline-block;
}

.prices {
  padding: 80px 10px;
  padding-top: 120px;
}

.prices .head {
  color: #1d4d4f;
  margin-bottom: 50px;
  margin-top: 30px;
}

.prices .head h2 {
  margin-bottom: 0;
}

.prices .head .line {
  display: inline-block;
  background: #6ba8a9;
  width: 100px;
  padding: 2px;
}

.prices .price {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  text-align: center;
  padding: 30px 10px;
  border: 3px solid #6ba8a9;
}

.prices .price h3 {
  color: #1d4d4f;
  padding: 5px 20px;
  font-size: 20px;
}

.prices .price h2 {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  color: #1d4d4f;
  padding: 10px 0;
}

.prices .price .p {
  color: #1494cf;
}

.prices .price .props p {
  font-size: 12px;
}

.prices .price .btni {
  display: inline-block;
  padding: 10px 30px;
  font-size: 11px;
  background: #1d4d4f;
  color: #fff;
  border: 2px solid #1d4d4f;
}

.prices .price .btni:hover {
  color: #6ba8a9;
  text-decoration: none;
  border: 2px solid #6ba8a9;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.prices .price:hover {
  background: #6ba8a9;
}

.prices .price:hover h3 {
  background: #fff;
  display: inline-block;
  border-radius: 30px;
}

.prices .price:hover h2 {
  color: #fff;
}

.testimonials {
  padding: 80px 10px;
}

.testimonials .head {
  color: #1d4d4f;
}

.testimonials .head h2 {
  margin-bottom: 0;
}

.testimonials .head .line {
  display: inline-block;
  width: 100px;
  padding: 2px;
  background: #6ba8a9;
}

.testimonials .test {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  background: #fff;
  border: 1px solid #ccc;
  padding: 50px;
  padding-bottom: 100px;
  position: relative;
  margin-bottom: 90px;
  margin-top: 60px;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  border: 5px solid #1d4d4f;
}

.testimonials .test .l-quot {
  font-size: 80px;
  width: 50px;
  display: block;
}

.testimonials .test .r-quot {
  font-size: 80px;
  display: block;
  width: 50px;
  margin-left: auto;
  margin-bottom: -45px;
}

.testimonials .test .test-img {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: -75px;
  left: 35%;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: block;
  margin: auto;
  border: 5px solid #1d4d4f;
}

.testimonials .test p {
  text-align: center;
  font-size: 13px;
  color: #555;
}

.testimonials .test p small {
  font-weight: 800;
  color: #000;
}

.testimonials .test:hover .test-img {
  border: 5px solid #1d4d4f;
}

footer {
  -webkit-clip-path: polygon(0 22%, 50% 0, 100% 22%, 100% 100%, 0 100%);
          clip-path: polygon(0 22%, 50% 0, 100% 22%, 100% 100%, 0 100%);
  background: url("../img/footer.jpg");
  background-position: center;
  background-attachment: fixed;
}

footer .over {
  padding: 40px 10px;
  padding-top: 140px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 77, 79, 0.9)), color-stop(rgba(29, 77, 79, 0.9)), color-stop(rgba(29, 77, 79, 0.9)), to(rgba(29, 77, 79, 0.5)));
  background: linear-gradient(to bottom, rgba(29, 77, 79, 0.9), rgba(29, 77, 79, 0.9), rgba(29, 77, 79, 0.9), rgba(29, 77, 79, 0.5));
}

footer .over .head {
  color: #6ba8a9;
}

footer .over p {
  color: #ccc;
}

footer .over .links a {
  display: block;
  color: #fff;
  padding: 5px 10px;
  font-size: 13px;
}

footer .over .links a:hover {
  background: #1d4d4f;
  color: #6ba8a9;
  padding-left: 30px;
  text-decoration: none;
}

footer .over .social a {
  background: #6ba8a9;
  display: inline-block;
  padding: 5px 10px;
  margin: 0 5px;
  color: #1d4d4f;
  border-radius: 50%;
  border: 1px solid #6ba8a9;
}

footer .over .social a:hover {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  background: #1d4d4f;
  color: #6ba8a9;
  border: 1px solid #6ba8a9;
}

footer .copy {
  background: #1d4d4f;
  color: #6ba8a9;
  padding: 10px;
  text-align: center;
}

@media (max-width: 768px) {
  .navbar-brand img {
    border: 0 !important;
    background: transparent !important;
    width: 59px !important;
  }
  .about-im {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */