html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
  max-width: 100%;
  width: auto;
}

body {
  padding: 0 !important;
  font-family: 'Poppins', sans-serif;
}

body a,
body button {
  color: #000;
  outline: none !important;
  text-decoration: none !important;
  transition: all ease 0.5s;
}

* {
  padding: 0;
  margin: 0;
}

h2 {
  font-size: 35px;
  font-weight: 600;
  margin: 20px 0px;
}

.m-100 {
  margin-bottom: 100px;
}


.sec-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #009063;
  color: #fff;
  border-radius: 10px;
  transition: .5s;
  border: 1px solid #009063;
  text-transform: uppercase;
  font-size: 18px;
}

.sec-btn:hover {
  background-color: transparent;
  color: #009063;
  border-radius: 30px;
}

.under {
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 20px;
  background: linear-gradient(to right,#11687ea4,#00906282,#71c3ed);
}

/* -------Globle-css-end------- */

/* ------header-section-start------- */

header {
  position: absolute;
  top: 0;
  z-index: 999;
  left: 0;
  width: 100%;
}

.top-bar {
  padding: 10px 0px;
  position: relative;
  background-color: #11697e;
}

.top-left ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
}

.top-left ul li {
  margin: 0px 5px;
}

.top-left ul li a {
  height: 40px;
  width: 40px;
  display: flex;
  transition: .5s;
  color: #fff;
  font-size: 18px;
  align-items: center;
  background-color: #009063;
  border-radius: 4px;
  justify-content: center;
}


.top-left ul li a:hover {
  color: #000;
  background-color: #fff;
  border-radius: 100%;
}

.top-right {
  display: flex;
  color: #fff;
  padding-right: 80px;
  align-items: center;
  justify-content: flex-end;
}

.top-right .phone {
  margin-right: 20px;
}

.top-right a {
  color: #fff;
}

header .book {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #009063;
  height: 150px;
}
header .book .sec-btn{
  background-color: #d9f2f8;
  border-color: #d9f2f8;
  color: #161616;
}
header .book a {
  color: #fff;
  font-weight: 600;
}

/* ------menu-------- */
.menu {
  position: relative;
  overflow-x: clip;
}

.dropdown:hover .dropdown-menu {
  display: block;
  width: 250px;
}

.dropdown-menu {
  padding: 0;
  background-color: #009063;
}

.dropdown-menu a {
  color: #fff;
}

.menu::before {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(24, 22, 24, 0.279);
  z-index: -1;
  height: 100%;
  content: '';
  right: 0px;
}

.menu::after {
  position: absolute;
  top: 0;
  width: 35%;
  background-color: #c3e1e8;
  height: 100%;
  content: '';
  z-index: -1;
  transform: skew(-30deg);
  left: -80px;
}

.menu img {
  height: 70px;
}

.menu .navbar-nav {
  display: flex;
  align-items: center;
  padding-left: 160px;
  width: 100%;
}

.menu .navbar {
  padding: 5px 0px;
}

.menu .navbar-expand-lg .navbar-nav .nav-link {
  position: relative;
  padding: 0px 20px;
  font-size: 18px;
  transition: .5s;
  color: #fff;
}

.menu .navbar-expand-lg .navbar-nav .nav-link:hover,
.menu .navbar-expand-lg .navbar-nav .nav-link.active {
  color: #009063;
}

.menu .navbar-expand-lg .navbar-nav .nav-link::before {
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
  content: "+";
  font-weight: 600;
  transition: .5s;
  height: 0px;
  width: 0px;
  display: none;
  font-size: 25px;
  position: absolute;
  color: #009063;
}

.menu .navbar-expand-lg .navbar-nav .nav-link:hover:before {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: round .8s linear infinite;
}

.menu .navbar-expand-lg .navbar-nav .nav-link.active::before {
  animation: round .6s linear infinite;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes round {
  0% {
    transform: rotate(0deg) translate(0, -50%);
  }

  100% {
    transform: rotate(360deg) translate(0, -50%);
  }
}

.menu .book-now {
  display: none;
}


/* -------header-section-end------ */

/* --------Slider-section-start------- */

.detail-box {
  width: 70%;
  left: 50%;
  transform: translate(-50%,-50%);
  bottom: -25% !important;
  background: none;
  text-align: center;
  background: -moz-linear-gradient(top,transparent);
  background: -webkit-gradient(linear, transparent);
  background: -webkit-linear-gradient(right, transparent);
  background: -o-linear-gradient(right, transparent);
  background: -ms-linear-gradient(right, transparent);
  background: linear-gradient(to left, transparent);
}
.hero-content{
  padding: 100px 0px;
  background-image: url(../images/hero1.png);
  background-size: cover;
  background-position: center;
}
.detail-title {
  color: #fff;
  font-size: 65px;
  font-weight: 600;
  text-align: center;
}

.box3D{
  position: relative;
}
.box3D::after{
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: linear-gradient(rgba(0, 0, 0, 0.421),rgba(0, 0, 0, 0.442)) !important;
  height: 100%;
  width: 100%;
  z-index: 8;
}

.detail-desc {
  font-size: 22px;
  margin-bottom: 20px;
  color: #fff;
}

.slideWiz .sec-btn{
  text-align: center;
  display: flex;
  float: none;
  align-items: center;
  margin:40px auto;
  justify-content: center;
}

.main-image-box img{
  width: 100%;
  object-fit: cover;
}
/* -----Slider-section=end====== */

/* ------About-section-start-------- */

.about-section{
  padding: 80px 0px;
}
.as-contnet h2{
  font-size: 32px;
}
.as-contnet ul{
  list-style: none;
  padding: 0;
}
.as-contnet ul li{
  display: flex;
  align-items: center;
  margin: 10px 0px;
}
.as-contnet ul li i{
  padding-right: 15px;
  color: #009063;
  font-size: 20px;
}
.as-img{
  padding: 13px;
  border-radius: 10px;
  background: linear-gradient(#11697e,#009063);
}
.as-img img{
  border-radius: 10px;
  width: 100%;
}

/* ------About-section-End---------- */

/* ------feature-section-start------- */

.feature-section{
  text-align: center;
}
.fea-box{
  margin-top: 20px;
}
.fea-box h4{
  margin-top: 20px;
}
/* ------feature-section-end------- */

/* -----Service-section-start----- */
.service-section{
  padding: 80px 0px;
}
.ser-head{
  text-align: center;
  margin-bottom: 20px;
}
.ser-box{
  height: 100%;
  padding: 10px;
  background:linear-gradient(#11697e,#009063) ;
  transition: 1s;
  border-radius: 10px;
}

.ser-box h4{
  font-size: 22px;
}
.ser-box .text{
  height: 100%;
  background-color: #fff;
  padding: 20px;
}

.ser-box .ser-img{
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.ser-box:hover .ser-img img{
  transform: scale(1.2);
}
.ser-box .ser-img img{
  height: 100%;
  width: 100%;
  transition: .5s;
}
/* -----Service-section-End----- */

/* -------video-section-start-------- */

.video-section{
  padding: 80px 0px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.532),rgba(0, 0, 0, 0.526)),url(../images/video-bg.jpg);
  background-size: cover;
  color: #fff;
  background-position: center;
}
.video-section .under{
  color: #fff;
}
.video-section .video{
  position: relative;
}
.video .video-btn{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  background-color: #009063;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  transform: translate(-50%,-50%);
  border-radius: 100%;
  color: #fff;
}
.video .video-btn::after{
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  width: 100%;
  content: '';
  height: 100%;
  animation: play 2s linear infinite;
}


.video .video-btn p{
  margin-bottom: 0;
}

@keyframes play {
  0%{box-shadow: 0px 0px 0px 0px transparent;}
  50%{box-shadow: 0px 0px 0px 0px #11697e;}
  100%{box-shadow: 0px 0px 0px 40px transparent;}
}

/* -------video-section-end------ */

/* -------team-section-start-------- */

.team-section{
  padding: 100px 0px 60px; 
}
.team-head{
  text-align: center;
  margin-bottom: 30px;
}
.team-box{
  margin: 10px 15px;
}
.team-box .team-img img{
  height: 280px;
  width: 100%;
  object-fit: cover;
}
.team-box span{
  color: #009063;
  font-size: 15px;
  text-transform: uppercase;
}
.team-box .text{
  position: relative;
  background-color: #fff;
  padding: 10px 20px;
  transition: .5s;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.204);
}
.team-box:hover .text{
  background-color: #11697e;
  color: #fff;
}
.team-box .plus{
  position: absolute;
  top: 5px;
  right: 30px;
  text-align: end;
  width: 100%;
}
.team-box .plus span {
  position: relative;
  font-size: 30px;
  color: #fff;
  padding-right: 15px;
  z-index: 4;
  line-height: 30px;
  padding-bottom: 26px;
}
.team-box .plus::after{
  position: absolute;
  top: -10px;
  right: 0;
  content: '';
  border-top: 6px solid #009063;
  width: 80%;
}
.team-box .plus::before{
  position: absolute;
  top: -10px;
  z-index: 1;
  right: 0;
  content: '';
  width: 50px;
  height: 50px;
  background-color: #009063;
}
.slick-prev,.slick-next{
  display: none !important;
}
.team-slider .slick-dots{
  display: flex;
  align-items: center;
  margin-top: 20px;
  justify-content: center;
  list-style: none;
}
.team-slider .slick-dots button{
  font-size: 0;
  height: 10px;
  width: 10px;
  background-color: #009063;
  border: none;
  border-radius: 100%;
  margin: 10px 4px;
}
.team-slider .slick-dots .slick-active button{
  background-color: #11697e;
  height: 8px;
  border-radius: 10px;
  width: 40px;
}
/* -------team-section-End-------- */


/* ------cta-section-start--------- */
.cta-section {
  margin-top: 40px;
  background-color: #11697e;
  position: relative;
  padding-top: 50px;
  color: #fff;
  overflow-x: clip;
}

.cta-section::after {
  height: 100%;
  width: 550px;
  background-color: #009063;
  transform: skew(30deg);
  position: absolute;
  top: 0;
  right: -100px;
  content: '';
}

.cta-section .call {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.cta-section .call h3 {
  font-size: 30px;
  font-weight: 600;
  margin-left: 40px;
}

.cta-section .call h3 a {
  color: #009063;
}

.cta-section .call>a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  background: #009063;
  color: #fff;
  font-size: 25px;
  border-radius: 100%;
}

.cta-section .call>a::after {
  height: 100%;
  width: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  content: '';
  animation: zoom2 2s infinite;
}

.cta-section .cta-img {
  margin-top: -160px;
  position: relative;
  z-index: 3;
}

@keyframes zoom2 {
  0% {
    box-shadow: 0px 0px 0px 0px transparent;
  }

  50% {
    box-shadow: 0px 0px 0px 0px #fff;
  }

  100% {
    box-shadow: 0px 0px 0px 30px transparent;
  }
}

/* --------cta-section-end------- */

/* ------footer-section-start------- */

.footer-section {
  padding-top: 50px;
  background:#d9f4eb9e ;
  background-size: cover;
  background-position: center;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-logo img {
  width: 110px;
}

.footer-box .social {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
}

.footer-box .social li {
  margin: 0px 5px;
}

.footer-box .social li a {
  height: 40px;
  width: 40px;
  display: flex;
  transition: .5s;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}

.footer-box .social li a {
  background-color: #009063;
}

.footer-box .social li a:hover {
  color: #009063;
  background-color: #fff;
  border-radius: 100%;
}

.footer-box .footer-title h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #11697e;
  position: relative;
}

.footer-box .footer-title h4::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #009063;
  width: 50px;
  border-radius: 10px;
  height: 3px;
  content: '';
}

.footer-link ul li a:hover {
  color: #009063;
}

.footer-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-box ul li {
  margin: 10px 0px;
}


.footer-link2 ul li {
  display: flex;
  margin: 15px 0px;
}

.footer-link2 ul li a:hover {
  color: #009063;
}

.footer-link2 ul li i {
  padding-right: 10px;
  color: #009063;
  font-size: 20px;
}

.footer-link2 ul li span,
.footer-link2 ul li a {
  flex: 1;
}

.footer-section .copy-right {
  text-align: center;
  padding: 10px;
  background-color: #009063;
  margin-top: 80px;
}

.footer-section .copy-right p {
  margin-bottom: 0;
}

/* ------footer-section-end-------- */

/* ------About-Page-Style------- */

/* ------banner-section-start------- */
.banner-section{
  padding: 220px 0px 60px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.436),rgba(0, 0, 0, 0.433)),url(../images/video-bg.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
}

.banner-section .banner-title h2{
  text-align: center;
  color: #fff;
  font-size: 50px;
  font-weight: 600;
}

.banner-section .list ul{
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}
.banner-section .list ul li a{
  padding: 0px 5px;
  color: #fff;
}

/* -------banner-section-end------- */

/* -------Contact-Page-Style------- */

.map-section{
  height: 400px;
  width: 100%;
}

.contact-section{
  padding: 80px 0px;
  text-align: center;
}
.contact-box{
  padding: 20px;
  background-color: #e0f5f5;
  border-radius: 10px;
  height: 100%;
}
.contact-box .icon{
  border: 2px inset #ff6b3b;
  border-radius: 100%;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin:0px  auto 15px;
}
.contact-box .icon img{
  width: 50px;
}
.contact-box:hover .icon{
  animation: zoom .6s linear alternate;
}
.contact-box:hover{
  color: #fff;
  background-color: #0ea999;
}
.contact-box:hover a{
  color: #fff;
}
.contact-box address{
  margin-bottom: 0;
}

@keyframes zoom {
  0%{transform: scale(0) rotate(0deg);}
  100%{transform: scale(1) rotate(360deg);}
}

/* ------form-section-start------ */

/* --------form-section----------- */
.form-section{
  padding-bottom: 80px;
}
.f-group input,
.f-group textarea {
  width: 100%;
  padding: 15px 20px;
  border-radius: 5px;
  background-color: #d5f0f7b8;
  border: 2px solid #11697e;
  outline: none;
  margin: 15px 0px;
}
.f-group button {
  outline: none;
  border: none;
  font-size: 18px;
  padding: 15px 40px;
}

/* -------Contact-Page-style-end------- */

/* --------project-secction---------- */
.project-section{
  padding: 100px 0px;
  text-align: center;
}

.pro-head h2{
  margin-bottom: 0;
}
.project-section .pro-box {
  margin-top: 20px;
  position: relative;
}
.project-section .pro-box img {
  border-radius: 10px;
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.project-section ul li a {
  padding: 5px 15px;
  color: #fff;
  border: 2px solid #11697e;
  background: #11697e;
  border-radius: 8px;
}
.project-section ul li {
  margin: 0px 4px;
}
.project-section ul li a:hover {
  color: #11697e;
  border-radius: 30px;
  background-color: transparent;
}
.project-section #tabs-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 30px 0px;
  list-style: none;
}
.project-section .pro-layer {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #11687ed9;
  font-size: 25px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  transform: scale(0);
  border-radius: 10px;
  z-index: 88;
  transition: .5s;
}
.project-section ul li .mixitup-control-active {
  color: #11697e;
  border-radius: 30px;
  background-color: transparent;
}
.project-section .pro-box:hover .pro-layer {
  transform: scale(1);
}
.project-section .pro-layer a {
  color: #fff;

}
.project-section .pro-layer p{
  font-size: 25px;
}

/* -------Service-Page-style-------- */
.details-section{
  padding: 100px 0px;
}
.dsl-list ul {
  list-style: none;
  padding: 0;
  position: relative;
  z-index: 5;
  margin: 0;
}
.dsl-list ul li {
  margin: 15px 0px;
}
.dsl-list ul li a {
  display: flex;
  align-items: center;
  color: #161616;
  justify-content: space-between;
  padding: 20px 20px;
  border-radius: 10px;
  background-color: #d9f2f8;
}
.dsl-list ul li a span {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.dsl-list ul li a i {
  color: #11697e;
  font-size: 21px;
  font-weight: 700;
}
.dsl-list ul li a:hover, .dsl-list ul li .active {
  box-shadow: 0px 10px 20px 0px #11687e23;
  background: #11697e;
  color: #ffffff;
}
.dsl-list ul li a:hover i, .dsl-list ul li .active i {
  color: #fff;
}

.dls .f-group input,
.dls .f-group textarea {
  margin: 8px 0px;
  background-color: transparent;
}
.dls .main-form{
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.241);
  padding: 25px;
  border-radius: 10px;
}
.dsr .dsr-img img{
  width: 100%;
}

/* -------Responsive-------- */

@media screen and (max-width:1200px) {
  .top-right{
    padding-right: 140px;
  }
  .menu::after{
    width: 33%;
  }
  .detail-title {
    font-size: 45px;
}
.slideWiz{
  height: 550px !important;
}
.detail-box{
  bottom: -30% !important;
}
.detail-desc{
  font-size: 18px;
}
.as-contnet h2 {
    font-size: 25px;
}
}

@media screen and (max-width:1024px) {
  .ser-box .ser-img img{
    height: 300px;
    width: 100%;
    object-fit: cover;
  }
  .cta-content{
    position: relative;
    z-index: 4;
  }
  .cta-section .cta-img {
    margin-top: -100px;
}
}

@media screen and (max-width:992px) {
  .top-bar,header .book{
    display: none;
  }
  .menu img {
    height: 50px;
}
.menu::before{
  background-color: #009063;
}
.menu::after {
  width: 45%;
}
.menu .navbar-nav {
  display: block;
  align-items: center;
  padding-left: 0;
  width: 100%;
}
.menu button.navbar-toggler{
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu .navbar-toggler-icon{
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-section #tabs-nav{
  flex-wrap: wrap;
  margin: 10px 0px;
}
.project-section ul li {
  margin: 15px 4px;
}
.project-section{
  padding: 50px 0px;
}
}

@media screen and (max-width:768px) {
  .cta-section::after{
    display: none;
  }
  .slideWiz{
    height: 450px !important;
  }
  .map-section {
    height: 330px;
}
  .banner-section{
    padding: 100px 0px 30px;
  }
  .banner-section .banner-title h2 {
    font-size: 30px;
}
  .detail-title {
    font-size: 35px;
  }
  .detail-box{
    bottom: -37% !important;
  }
  .as-contnet,.video-text{
    margin-top: 30px;
  }
  .about-section,.service-section,.team-section,.contact-section,.details-section{
    padding: 45px 0px;
  }
  .cta-section .cta-img {
    margin-top: 0px;
    width: 200px;
    position: absolute;
    top: 0;
    right: 0;
}
.cta-section .call>a {
  height: 50px;
  margin-bottom: 25px;
  width: 50px;
  font-size: 16px;
}
.cta-section .call h3 {
  font-size: 18px;
}
.footer-section .copy-right{
  margin-top: 20px;
}
h2 {
  font-size: 25px;
}
}

@media screen and (max-width:570px) {
  .detail-box {
    width: 95%;
}
.map-section {
  height: 280px;
}
.slideWiz{
  height: 400px !important;
}
.detail-title {
  font-size: 25px;
}
.detail-desc{
  font-size: 15px;
}
.main-image-box{
  display: none !important;
}
h2 {
  font-size: 21px;
}
.video-section{
  padding: 40px 0px;
}
.menu::after {
  width: 60%;
}
.as-contnet h2 {
  font-size: 20px;
}
.under{
  padding: 10px;
  font-size: 14px;
}
.slick-slide img{
  margin: auto;
}
}