.logo {
  width: 320px;
  float: left;
}

nav {
  line-height: normal;
}

nav ul {
  line-height: normal;
}

nav ul li a {
  letter-spacing: 1px;
}

section {
  padding: 40px 0;
}

.tright {
  float: right;
  display: block;
  width: 58%;
}

.contde {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.contde ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: normal;
}

.contde ul li {
  padding: 8px 8px;
  line-height: normal;
}

.contde ul li a {
  color: #fff;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contde ul li a span {
  color: #fff;
  margin-top: 4px;
  margin-right: 5px;
}

.contde ul li a p {
  margin: 0;
}

.conslide {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.211765);
  padding-top: 22%;
}

.conslide h4 {
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 52px;
  margin-bottom: 30px;
  text-shadow: 2px 2px 2px #00000087;
  font-family: 'Playfair Display';
  font-style: italic;
}

.conslide p {
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  text-shadow: 1px 1px 1px #000;
}

.abouts p {
  margin-top: 0;
  font-weight: 400;
  color: black;
}

.abouts h5 {
  font-size: 18px;
}

.abouts h4 {
  font-size: 24px;
  color: #000;
  margin-top: 20px;
}

.abouts .sec-title h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  color: #4cafb9;
  margin-bottom: 8px;
  letter-spacing: 0px;
  margin-top: 28px;
}

.popular-services {
  background: #f2f2f2;
}

.popular-services .box-content {
  padding: 20px 12px;
}

.btn-read-more {
  background: transparent;
  border-color: #50acb5;
  color: #50acb5;
  border-width: 1px;
  font-weight: 500;
  padding: 9px 20px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1px;
  border-radius: 2px;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn-read-more:hover {
  background: #50acb5;
  color: #fff;
}

.rd-more {
  font-weight: 600;
  color: #59b1b9;
}

.clients-says-2 .testimonial-image {
  display: block;
  width: 100%;
  padding: 40px 48px 0;
  background-repeat: no-repeat;
}

.clients-says-2 .test1 {
  background: url(../images/t1.png);
  background-repeat: no-repeat;
}

.clients-says-2 .test2 {
  background: url(../images/t2.png);
  background-repeat: no-repeat;
}

.clients-says-2 .test3 {
  background: url(../images/t3.png);
  background-repeat: no-repeat;
}

.footer-top-cta {
  background: #4cafb9;
  padding: 30px 0;
}

.qout {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  padding: 10px 26px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.qout:hover {
  background: #fff;
  color: #4cafb9;
}

.rev_slider_wrapper {
  position: relative;
  padding: 0;
}

.gotop {
  width: 45px;
  position: fixed;
  bottom: 4px;
  right: 3px;
  background: #4cafb9;
  border-radius: 50%;
  height: 45px;
  padding: 3px;
}

.main_service {
  padding: 60px 0;
}

.main_service .ser_bx {
  padding: 37px;
  text-align: center;
  border: 1px solid #b0dce0;
  width: 90%;
  margin: auto;
  border-radius: 10px;
  margin-bottom: 20px;
}

.main_service .ser_bx:hover i {
  -webkit-transform: rotateY(190deg);
          transform: rotateY(190deg);
}

.main_service .ser_bx h4 {
  font-size: 24px;
}

.main_service .ser_bx h4 a {
  color: #4cafb9;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.main_service .ser_bx h4 a:hover {
  color: #4cafb9;
}

.main_service .ser_bx i {
  width: 120px;
  height: 120px;
  display: block;
  margin: auto;
  background: #fff;
  border: 1px solid rgba(76, 175, 185, 0.490196);
  padding: 30px;
  margin-bottom: 20px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0px 0px 14px 0px rgba(76, 175, 185, 0.321569);
  box-shadow: inset 0px 0px 14px 0px rgba(76, 175, 185, 0.321569);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.team .tm {
  text-align: center;
}

.team .tm h4 {
  font-size: 20px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
}

.team .tm p {
  margin-top: 0%;
}

.contact-page {
  background: #f5f5f5;
}

.contd {
  display: block;
  width: 80%;
  margin: auto;
}

.contd li {
  padding: 10px 10px;
  border-left: 0;
}

.contd li .box-awesome-service .box-icon span {
  background: #4cafb9;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  margin-right: 2px;
}

.contd li .box-awesome-service .box-text {
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
}

.contd li .box-awesome-service .box-text p {
  margin: 0;
  padding-left: 35px;
  text-transform: capitalize;
}

.submit {
  margin-top: 10px;
  color: #ffffff !important;
  text-align: center;
  width: 200px;
  padding: 12px;
  background: #4cafb9;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #41888e;
  border-bottom: 2px solid #2d6f75;
}

.allservice .tm {
  background: #ebb241;
  padding: 20px;
  min-height: 325px;
  width: 100%;
  margin: auto;
  margin-bottom: 30px;
  border: 1px solid #ececec;
  border-radius: 4px;
}

.allservice .tm i {
  width: 190px;
  height: 190px;
  display: block;
  margin: auto;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  border: 3px solid #fff;
  position: relative;
}

.allservice .tm i img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.allservice .tm:hover i img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.allservice .tm h4 {
  font-size: 22px;
  margin-top: 31px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  text-align: center;
}

.allservice .tm h4 a {
  color: #000000;
}

.allservice .tm p {
  margin-top: 0;
}

#header.home {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 22, 33, 0.741176)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 22, 33, 0.741176), rgba(0, 0, 0, 0));
}

.owl-controls .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.zt-flex {
  display: block;
  text-align: center;
}

.trav {
  margin-bottom: 0px;
}

.trav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.trav ul li.large {
  width: 49.6%;
}

.trav ul li {
  margin-left: 10px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 24.4%;
  height: 315px;
}

.trav ul li img {
  -webkit-transition: all 3.1s ease-in-out;
  transition: all 3.1s ease-in-out;
  height: 100%;
}

.trav ul li:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.trav ul li:hover .upcontent {
  top: 0;
}

.trav ul li:first-child {
  margin-left: 0px;
}

.trav ul li .upcontent.parent h4 {
  margin-top: -15px;
}

.trav ul li .upcontent {
  position: absolute;
  top: 74%;
  padding: 40px 25px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(80%, rgba(0, 0, 0, 0.66)), to(rgba(0, 0, 0, 0))) 20%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.66) 80%, rgba(0, 0, 0, 0)) 20%;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.trav ul li .upcontent h4 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}

.trav ul li .upcontent h5 {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}

.trav ul li .upcontent p {
  color: #fff;
  margin-top: 0;
  line-height: 1.6;
  font-size: 14px;
}

.trav ul li .upcontent a {
  color: #fff;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .trav ul {
    display: block;
  }
  .trav ul li {
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .trav ul li.large {
    width: 100%;
  }
  .trav ul li img {
    width: 100%;
  }
  .box-awesome-service {
    margin-top: 25px;
    margin-bottom: 0;
  }
  .footer-top-cta .sec-title h2 {
    font-size: 21px;
  }
  .qout {
    margin: auto;
    display: block;
    width: 170px;
    margin-top: 12px;
  }
  #header.stricky-fixed .theader .logo {
    line-height: 5;
  }
  #header.stricky-fixed .nav-header button.menu-expander {
    top: -56px;
    right: -5px;
  }
  #header {
    height: 68px;
  }
  #header .nav-holder button.menu-expander {
    top: -80px;
    right: -5px;
  }
  #header .theader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #header .theader .logo {
    float: none !important;
    position: relative;
    width: 83%;
    z-index: 9999;
    line-height: 4;
    margin: inherit;
  }
  #header .theader .tright {
    width: 20%;
    float: none;
  }
  #header .theader .tright .contde {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: none;
  }
  #header .theader .tright .contde ul {
    padding-left: 22px;
  }
  #header .theader .tright .contde ul:last-child {
    display: none;
  }
  #header .theader .tright .contde ul li a p {
    display: none;
  }
  .rev_slider_wrapper .conslide {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000036;
    padding-top: 20%;
  }
  .rev_slider_wrapper .conslide h4 {
    font-size: 30px;
    margin-bottom: 0;
  }
  .rev_slider_wrapper .conslide p {
    font-size: 16px;
  }
}
/*# sourceMappingURL=main.css.map */