/* @import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap"); */

/* @import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200;300;400;500;600;700&display=swap"); */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --primary: #124e66;
  --secondary: #373433;
  --text-color: #373433;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Manrope", sans-serif; */
  /* font-family: "IBM Plex Sans", sans-serif; */
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
}

h1 {
  font-size: 40px;
  font-weight: 700;
}

h2 {
  font-size: 35px;
  font-weight: 700;
}

h3 {
  font-size: 29px;
  font-weight: 400;
}

h4 {
  font-size: 23px;
  font-weight: 700;
}

h5 {
  font-size: 20px;
  font-weight: 700;
}

h6 {
  font-size: 18px;
  font-weight: 700;
}

html {
  scroll-behavior: smooth;
}

p,
li,
a {
  /* font-family: "Roboto", sans-serif; */
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

a {
  text-decoration: none;
}

.sec_padding {
  padding: 70px 0;
}

.sec_padding_m {
  padding: 35px 0px !important;
}

.sec_title {
  font-size: 45px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.sec_title span {
  color: var(--primary);
}

.button {
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background-color:#77b111;
  color: #000;
  font-weight: 500;
  border-radius: 10rem;
  padding: 0.75rem 1.5rem;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s;
}

.button__icon-wrapper {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  position: relative;
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.button:hover {
  background-color: #124E66;
  color: #fff;
}

.button:hover .button__icon-wrapper {
  color: #000;
}

.button__icon-svg--copy {
  position: absolute;
  transform: translate(-150%, 150%);
}

.button:hover .button__icon-svg:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}

.button:hover .button__icon-svg--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}

/* -------white bg btn---------- */


.white-bg-btn {
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background-color: #77b111;
  color: #000;
  font-weight: 500;
  border-radius: 10rem;
  padding: 0.75rem 1.5rem;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s;
  width:190px
}

.white-bg-btn .button__icon-wrapper {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  position: relative;
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.white-bg-btn:hover {
  background-color: #124E66;
  color: #fff;
}

.white-bg-btn:hover .button__icon-wrapper {
  color: #000;
}

.white-bg-btn .button__icon-svg--copy {
  position: absolute;
  transform: translate(-150%, 150%);
}

.white-bg-btn:hover .button__icon-svg:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}

.white-bg-btn:hover .button__icon-svg--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}

/*  */

.breadcrumb {
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover !important;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 8% 0 3% 0;
  width: 100%;
  margin-top: 70px;
}

.breadcrumb1 {
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: right !important;
  padding-top: 130px;
  padding-bottom: 70px;
  position: relative;
}

.breadcrumb1 .container {
  position: relative;
  z-index: 9;
}

.breadcrumb1::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.685);
}

.breadcrumb1 h1 {
  font-weight: 600;
}

.breadcrumb_title {
  font-size: 40px;
  font-weight: 600;
}

.text-red {
  color: var(--primary);
}



/* -----------About us section--------------- */


.aqua-about-sec-new {
  padding: 70px 0px;
}



/* why choose us */

.aqua-why-choose-us {
  padding: 70px 0px 70px;
  background-color: #f5f5f5;
}

.aqua-why-choose-bx {
  background-color: #124E66;
  padding: 30px;
  border-radius: 30px;
}

.aqua-why-choose-bx-txt {
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
}

.aqua-why-choose-bx-txt h2 {
  font-size: 37px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
  width: 80%;
}

.aqua-why-choose-bx-txt p {
  font-size: 16px;
}

.aqua-why-choose-bx img {

  width: 100%;
  height: auto;
  border-radius: 20px;
}

/* ----Services------- */

.aqua-service-sec {
  padding: 70px 0px;
  background-color: #124E66;
  /* background-image: url('../image/services-v1-pattern-1.jpg'); */
  /* background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; */
}

.aqua-service-sec {}

.aqua-service-h h2 {
  font-size: 20px;
  font-weight: 500;
  color: #77b111  ;
  font-family: 'Poppins';
  margin-bottom: 18px;
}

.aqua-service-h h3 {
  font-size: 45px;
  font-weight: 500;
  color: #fff;
  font-family: "Poppins", sans-serif;
  width: 75%;
}

.brk-color {
  color: #77b111 !important;
}

.aqua-service-h-txt p {
  color: #fff;
  font-size: 20px;
  font-family: 'Poppins';
}

.aqua-service-active {
  background-color: #fff;
  padding: 25px;
  border-radius: 20px;
}

.aqua-service-bx-sec {
  background-color: #fff;
  padding: 25px;
  border-radius: 20px;
}



.aqua-service-bx-sec h2 {
  background-color: #fff;
  padding: 25px;
  border-radius: 20px;
}

.aqua-service-bx-sec h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.aqua-service-bx-sec p {
  font-family: "Poppins", sans-serif;
  color: gray;
  min-height: 115px;
}

.aqua-service-bx-sec img {
  border-radius: 20px;
  height: 250px;
  object-fit: cover;
}

.service-bx-btn {
  position: relative;
}

.service-bx-btn a {
  text-decoration: none;
}

.service-bx-btn i {
  position: absolute;
  background: #77b111 ;
  color: #000;
  padding: 14px;
  border-radius: 50%;
  right: 20px;
  bottom: 15px;
  font-size: 22px;
  font-weight: 300;
}

.service-bx-btn i:hover {
  position: absolute;
  background: #124E66;
  color: #fff;
  padding: 14px;
  border-radius: 50%;
  right: 20px;
  bottom: 15px;
  font-size: 22px;
  font-weight: 300;
}


.aqua-service-bx-slider .owl-nav button {
  border: 2px solid #77b111  !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  color: #fff !important;
}

.aqua-service-bx-slider .owl-nav .owl-prev {
  position: absolute;
  bottom: 45%;
  left: -7%;
}

.aqua-service-bx-slider .owl-nav .owl-next {
  position: absolute;
  bottom: 45%;
  right: -7%;
}


/* =--------Our Promise---------- */

.aqua-promise-sec {
  padding: 70px 0px;
}


.aqua-promise-h h2 {
  font-size: 20px;
  font-weight: 500;
  color: #77b111  ;
  font-family: 'Poppins';
  margin-bottom: 18px;
}

.aqua-promise-h h3 {
  font-size: 45px;
  font-weight: 500;
  color: #000;
  font-family: "Poppins", sans-serif;
  width: 75%;
}

.brk-color {
  color: #77b111  !important;
}


.aqua-promise-des {
  padding: 0px 0px 0px 30px;
}


.aqua-promise-h-txt p {
  color: #000;
  font-size: 20px;
  font-family: 'Poppins';
  /* text-align: end; */
}

.aqua-promise-img-sec img {
  border-radius: 20px;
  height: 620px;
  width: 100%;
  object-fit: cover;
}

.aqua-promise-des h3 {
  font-size: 22px;
  font-family: 'Poppins';
  font-weight: 500;
  margin: 10px 0px;
}

.aqua-promise-des p {
  font-family: "Poppins", sans-serif;
}



/* -----------New promise--------------- */


.promise-card {
  width: 100%;
  height: 275px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  position: relative;
  border-radius: 15px;
}

.remove-when-use {
  text-align: center;
  width: 100%;
  position: absolute;
  color: black;
  /* top: 85px; */
  font-weight: bold;
}

.remove-when-use img {
  border-radius: 15px;
  height: 275px;
  width: 100%;
  object-fit: cover;
}

.details>p {
  font-size: .8em;
  margin-top: .5em;
}

.details h3 {
  font-size: 22px;
  font-family: 'Poppins';
  font-weight: 500;
}

.details p {
  color: black;
  font-size: 16px;
  font-family: 'Poppins';

}

.details {
  margin: 0px 20px;
  color: black;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  width: 93%;
  border-radius: 10px 10px 0px 0px;
  background-color: rgb(255 255 255);
  position: absolute;
  bottom: 0;
  height: 95px;
  transition: height .5s ease-in-out;
  padding: 20px;
  overflow: hidden;
}

.promise-card:hover>.details {
  height: 13.7em;
}

.promise-card-icon-txt {
  display: flex;
  align-items: center;
}

.promise-card-icon-txt img {
  height: 65px;
  margin-right: 12px;
}

.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}

.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #03b5d2;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin-right: 20px;
  font-family: "Poppins", sans-serif;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded=true] {
  color: #03b5d2;
}

.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}

.accordion button[aria-expanded=true]+.accordion-content {
  opacity: 1;
  max-height: 15em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}

.aqua-faq-sec {
  padding: 90px 0px;
}

.aqua-faq-internal h2 {
  font-size: 45px;
  font-weight: 500;
  color: #000;
  font-family: "Poppins", sans-serif;
  width: 75%;
}

.aqua-faq-img {
  position: sticky;
  top: 100px;
}

/* footer */

footer {
  background-color: #124E66 !important;
}

.copywrite-sec-new {
  background-color: #124E66 !important;
}

.footer-location-sec-new {
  background-color: #124E66 !important;
}


.footer-loction-list ul {
  list-style: none;
  padding: 0px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin: 0px;
}

.footer-loction-list ul li a {
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 5px 10px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.footer-loction-list ul li a:hover {
  border: 1px solid #77b111  ;
  background-color: #77b111;
}



.footer-location-heading h3 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin: 20px 0px;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 992px) {
  .sec_padding {
    padding: 40px 0;
  }

  .sec_title {
    font-size: 28px;
    font-weight: 800;
  }

  .breadcrumb_title {
    font-size: 28px;
    font-weight: 600;
  }

  br {
    display: none;
  }

  .breadcrumb {
    padding: 20% 4% 15% 4%;
    width: 100%;
    margin-top: 0px;
  }

  .breadcrumb1 {
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center center !important;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
  }

  .breadcrumb1 h1 {
    margin: 0px 0px 5px 0px;
    font-weight: 600;
    font-size: 28px;
  }

  h2 {
    font-size: 28px;
    font-weight: 700;
  }
}

.c-links {
  list-style-type: none;
  padding: none;
  display: flex;
  padding-left: 0px;
  justify-content: center;
  height: 100%;
}

.c-links li {
  display: flex;
  justify-content: center;
  margin: 0px 5px;
  align-items: center;
}

.c-links .icon {
  margin-right: 10px;
  color: #fff;
}

.c-links li a {
  color: #fff;
  font-weight: 500;
}

.c-links li a:hover {
  color:#77b111  ;
}

.top-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* top bar  */
.top-header {
  background-color: #124E66;
  padding: 7px 0px;
}

.top-header ul {
  margin-bottom: 0px;
}

.top-header .social-icon ul li {
  text-decoration: none;
  list-style: none;
  height: 29px;
  width: 29px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  cursor: pointer;
}

.top-header .social-icon ul li:hover {
  background-color: #77b111  ;
  border: 1px solid #124e66;
}

.top-header .social-icon i {
  color: #fff;
  font-size: 14px;
}

/* #header{
  position: relative;
}
.contact-links-container{
  position:absolute;
  width:auto;
  right:0px;
  bottom:0px;
  transform: translate(0%,100%);
}
.contact-links-wrapper{
  list-style-type: none;
  display: flex;
  background:green;
  padding:5px;

}
.contact-links-wrapper li{
  display: flex;
}
.top_bar {
  background-color: var(--primary);
}
.right_top {
  margin-bottom: 0;
  display: flex;
  justify-content: end;
  column-gap: 30px;
}
.right_top li {
  display: flex;
  text-decoration: none;
  list-style: none;
  padding: 10px 0;
}
.right_top li svg {
  height: 20px;
  margin-right: 10px;
  color: #fff;
}
.right_top li a {
  color: #fff;
} */
/* .page-header{
  position:relative;
}

.links-list{
  z-index:1;
  position:absolute;
  right:0px;
  width:auto;
  background:var(--primary);
  padding:10px;
  display: flex;
}
.page-header.is-sticky .links-list{
  display: none;
}
.triangle{
  width:0px;
  position:relative;
}
.triangle::after{
  content:"";
  position:absolute;
  width:40px;
  height:43px;
  background:var(--primary);
  top:-9.5px;
  right:10px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 19%);
}
.links-list li{
  display: flex;
  align-items: center;
  margin-right:20px;
}
.links-list li a{
  white-space:nowrap;
  margin-left:7px;
  color:white;
} */

/* menu css  */

.page-header {
  background-color: #fff;
  z-index: 999;
  position: fixed;
  width: 100%;
  /* padding: 5px 0px; */
  /* border-bottom: 1px solid #e1e1e1; */
}

a.brand img {
  width: 240px;
}

#nav-bar .brand img {
  /* height: 45px; */
}

#menu-bar .navbar {
  z-index: 999999;
  position: static;
}

#menu-bar .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 100;
  margin: 0 auto;
  z-index: 99999;
}

.wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  /* padding: 5px 0px; */
  margin: 0 auto;
}

.left-area {
  display: flex;
  justify-content: end;
}

.navbar .menu {
  margin-top: 0;
  margin-bottom: 0;
}

#menu-bar .menu-item {
  display: inline-block;
  margin: 0px 10px;
}

#menu-bar .menu-item a {
  text-decoration: none;
}

#menu-bar .menu-link {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: inherit;
  cursor: pointer;
  text-transform: capitalize;
  color: #000;
  transition: all 0.3s ease-in-out;
  position: relative;
}

#menu-bar .menu-link::before {
  content: "";
  position: absolute;
  bottom: -26.5px;
  left: 0;
  width: 0;
  height: 2.5px;
  background-color: #82c0fe;
  transition: 0.5s ease;
  display: none;
}

#menu-bar .menu-link:hover:before {
  width: 100%;
}

#menu-bar .menu-link a {
  text-decoration: none;
  color: #77b111  ;
}

#menu-bar .menu-link>i.fas {
  font-size: 16px;
  margin-left: 0px;
  color: inherit;
}

#menu-bar .menu-link:hover {
  outline: none;
  color: #77b111  ;
  height:80px;
}

#menu-bar .menu-link:hover a {
  outline: none;
  /* color: #124E66; */
}

.header-btns {
  display: flex;
  gap: 7px;
}

#menu-bar .submenu-link {
  font-size: 14px;
  /* font-weight: 600; */
  line-height: inherit;
  cursor: pointer;
  color: #000;
}

#menu-bar .submenu-link i {
  font-size: 14px;
  margin-left: 10px;
}

#menu-bar .submenu-item .submenu-desc {
  font-size: 13px;
}

#menu-bar .submenu-item:hover .submenu-link,
#menu-bar .submenu-item:hover .submenu-desc {
  color: var(--colorPink);
}

/* #menu-bar .submenu-link:hover{
  color:#ffb400
} */

#menu-bar .submenu {
  position: absolute;
  top: 90px;
  left: 0;
  width: auto;
  height: auto;
  padding: 15px 30px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-1rem);
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  border-top: 2px solid #e1e1e1;
  box-shadow: 0 5px 10px -5px #00000030;
}

#menu-bar .noHover:hover .submenu-link,
#menu-bar .noHover:hover .submenu-desc {
  color: #000;
}

#menu-bar .submenu-item {
  display: block;
  margin-top: 0;
  padding: 10px 20px;
  color: #000;
  text-decoration: none;
  list-style: none;
}

/* #menu-bar .submenu-item:hover {
    background-color: var(--colorPink);
    color: #fff;
} */

/* #menu-bar .submenu-item:hover .submenu-link {
    color: #fff;
} */

.menu-drop::after {
  content: "\21AA";
  position: absolute;
  right: 20px;
  display: none;
}

.close {
  position: absolute;
  top: 16px;
  right: 5%;
  display: none;
  z-index: 99999;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid var(--colorPurple);
  padding: 3px 17px;
  border-radius: 3px;
}

.close i {
  font-size: 14px;
}

.brand-nav img {
  height: 50px;
  margin-left: 15px;
  margin-bottom: 20px;
  margin-top: 0px;
  display: none;
}

#menu-bar .burger {
  position: relative;
  display: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 2rem;
  height: 1.15rem;
  opacity: 0;
  visibility: hidden;
  background: transparent;
}

#menu-bar .burger-line {
  position: absolute;
  display: block;
  right: 0;
  width: 100%;
  height: 2.5px;
  opacity: 1;
  border: none;
  outline: none;
  background: #fff;
}

#menu-bar .burger-line:nth-child(1) {
  top: 0px;
  width: 80%;
}

#menu-bar .burger-line:nth-child(2) {
  top: 0.5rem;
  width: 100%;
}

#menu-bar .burger-line:nth-child(3) {
  top: 1rem;
  width: 70%;
}

#menu-bar .overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
  background-color: rgba(0, 0, 0, 0.65);
}

.page-header.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  opacity: 1;
  animation: slideDown 0.3s ease-out;
  z-index: 9999999;
  width: 100%;
  top: 0;
}

.page-header .logo-img {
  height: 40px;
  filter: brightness(0) invert(1);
}

.page-header.is-sticky a.brand img {
  filter: brightness(1);
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.page-header.is-sticky #menu-bar .menu-link {
  color: #000;
}

.page-header.is-sticky #menu-bar .menu-link a {
  text-decoration: none;
  color: #124E66;
}

#menu-bar .last-item {
  display: none !important;
}

/* .page-header.is-sticky #menu-bar .submenu {
    background-color: var(--colorPurple);
    color: #fff;
} */

/* .page-header.is-sticky #menu-bar .submenu-item:hover {
    background-color: var(--colorPink);
    color: #fff !important;
    transition: .2s all;
} */

/* .page-header.is-sticky #menu-bar .submenu-item:hover .submenu-link {
    color: #fff !important;
} */

.page-header.is-sticky #menu-bar .burger-line {
  background: #1f243c;
}

@media only screen and (max-width: 992px) {
  .page-header {
    overflow-x: hidden;
    position: sticky;
    top: 0;
  }

  .wrapper {
    display: flex;
    width: 100%;
    justify-content: inherit;
    /* background-color: #EE4466; */
    padding: 5px 0;
  }

  a.brand img {
    height: auto;
  }

  .mbl-header {
    display: flex;
    justify-content: space-between;
  }

  #menu-bar .navbar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 90%;
    height: 100%;
    z-index: 99999;
    opacity: 0;
    overflow-y: scroll;
    visibility: hidden;
    background-color: #f7f7f7;
    transition: all 0.5s ease;
  }

  #menu-bar .navbar.active {
    left: 0rem;
    opacity: 1;
    visibility: visible;
  }

  #menu-bar .navbar.active .submenu .submenu-link {
    padding: 8px 0;
  }

  .left-area {
    width: 100%;
    /* padding: 10px 20px; */
    /* background-color: #212529; */
  }

  .left-area nav {
    margin: auto;
  }

  .header-btns {
    display: none;
  }

  #menu-bar .last-item {
    display: block !important;
  }

  /* .page-header {
        background-color: #EE4466;
    } */

  .page-header .container {
    max-width: 100%;
  }

  #menu-bar .menu {
    width: 100%;
    height: 100%;
    padding: 1rem 0;
  }

  #menu-bar .menu-item {
    display: block;
    margin: 0 auto;
  }

  #menu-bar .menu-link {
    justify-content: space-between;
    padding: 2px 20px 20px 20px;
  }

  .wrapper {
    margin: 0 auto;
    row-gap: 0rem;
  }

  #menu-bar .menu-link:hover {
    outline: none;
    color: var(--colorPink);
  }

  #menu-bar .burger {
    display: block;
    opacity: 1;
    visibility: visible;
    margin-top: 25px;
  }

  #menu-bar .overlay.active {
    display: block;
    opacity: 1;
    visibility: visible;
  }

  .page-header.is-sticky #menu-bar .menu-link {
    color: #1f243c;
  }

  .page-header.is-sticky #menu-bar .menu-link a {
    text-decoration: none;
    color: #1f243c;
  }

  .page-header.is-sticky #menu-bar .submenu {
    background-color: transparent;
  }

  .page-header.is-sticky #menu-bar .submenu-item:hover {
    width: 86.5% !important;
  }

  #menu-bar .submenu-item:hover {
    width: 86.5% !important;
  }

  #menu-bar .submenu {
    position: relative;
    top: -0.5rem;
    left: 0.5rem;
    width: 96%;
    max-height: 0;
    padding: 0px;
    border: none;
    outline: none;
    border-top: 1px solid #e1e1e1;
    color: #1f243c;
    opacity: 1;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    /* visibility: visible; */
    transform: translateY(0px);
    box-shadow: none;
    background: #fff !important;
    border-radius: 0px !important;
  }

  #menu-bar .menu-item.menu-dropdown.active .submenu {
    visibility: visible;
    visibility: visible;
    backface-visibility: hidden;
  }

  #menu-bar .submenu-link {
    color: #1f243c;
    font-weight: bold;
  }

  .close {
    display: block;
    background-color: #fff;
  }

  .close i {
    color: var(--colorPurple) !important;
  }

  .menu-link i {
    display: none;
  }

  #menu-bar .submenu-item {
    padding: 5px 10px;
  }

  .menu-drop::after {
    content: "\f078";
    font-family: "Font Awesome 5 pro";
    font-weight: 600;
    position: absolute;
    right: 20px;
    display: block;
  }

  .brand-nav img {
    display: block;
  }

  #menu-bar .burger-line {
    background-color: #1f243c;
  }
}

@media only screen and (min-width: 993px) {
  #menu-bar .menu-dropdown:hover>.submenu {
    display: block;
    opacity: 1;
    visibility: visible !important;
    transform: translateY(0);
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1100px) {
  .left-area {
    /* display: flex; */
    /* justify-content: left; */
  }

  #menu-bar .menu-item {
    margin: 0px 9px;
  }

  #menu-bar .menu-link>i.fas {
    font-size: 16px;
    margin-left: 0px;
    color: inherit;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .phone {
    display: none;
  }

  .right-area {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  #menu-bar .menu-item {
    display: inline-block;
    margin: 0px 10px;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1400px) {
  /* #menu-bar .menu-item {
    display: inline-block;
    margin-left: 35px;
  } */
}

/* slider banner  */

.banner .item {
  height: 90vh;
  position: relative;
}

.banner .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.banner .item .cover {
  /* padding: 75px 0; */
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -1px;
  /* background: rgba(0, 0, 0, 0.353); */
  background: linear-gradient(to right, black, rgba(0, 0, 0, 0));
  display: flex;
  align-items: center;
}

.banner .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
  margin-top: 10%;
}

.banner .item .cover .header-content span {
  color: #82c0fe;
}

.banner .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

.banner .item .cover .header-content h1 {
  font-size: 50px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  /* color: var(--primary); */
  color: #fff;
}

.banner .item .cover .header-content h2 {
  font-size: 50px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  /* color: var(--primary); */
  color: #fff;
}

.banner .item .cover .header-content h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}

.banner .item .cover .header-content p {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  padding: 20px 0px;
}

/* .banner .owl-item{
  opacity:0;
}
.banner .owl-item.active{
opacity:1;
} */
.banner .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 1s;
}

.banner .owl-item.active p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.5s;
}

.banner .owl-item.active .button-wrapper {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.9s;
}

.banner .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 1.2s;
}

.banner .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}

.banner .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}

.banner .owl-nav {
  background: green;
  /* height:20px; */
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.banner .owl-nav .owl-prev,
.banner .owl-nav .owl-next {
  /* background:black !important; */
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff !important;
  position: absolute;
  border: 1px solid #000 !important;
  transition: all 0.3s ease-in-out;
  color: #000 !important;
}

.banner .owl-nav .owl-prev {
  /* transform: translate(-60%, -120%); */
  position: absolute;
  left: 20px;
}

.banner .owl-nav .owl-next {
  /* transform: translate(60%, 0%); */
  /* right: 10%; */
  position: absolute;
  right: 20px;
}

.banner .owl-nav .owl-prev:hover,
.banner .owl-nav .owl-next:hover {
  background: var(--primary);
  color: #ff5f1f !important;
}

#mainBanner {
  position: relative;
  height: 90vh;
  margin-top: 59px;
}

.video_container {
  position: absolute;
  top: 0;
  height: 90vh;
  width: 100%;
  z-index: -1;
}

.video_container video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: -1;
}

.overly {
  /*background-image: linear-gradient(to right, #222121, #ffff0000);
  ;*/
  position: absolute;
  top: 0;
  height: 90vh;
  width: 100%;
  z-index: 26;
}

hr.border-light {
  max-width: 300px;
  opacity: 0.9;
}

.carousel-inner {
  position: relative;
  z-index: 99;
}

.carousel-item {
  transition: transform 1s ease-in-out;
  height: 90dvh;
  z-index: 1;
}

.carousel-caption {
  top: 48%;
  transform: translate(0, -50%);
  bottom: auto;
  left: 0;
  right: 0;
  width: 0;
  opacity: 1;
  overflow: hidden;
  text-align: left;
  padding: 0 2%;
}

.carousel-item.active .carousel-caption {
  animation: widthSlide 3.5s 1;
  opacity: 1;
  z-index: 999;
  width: 100%;
}

@keyframes widthSlide {
  0% {
    width: 0%;
    opacity: 0;
  }

  50% {
    width: 100%;
    opacity: 1;
  }

  100% {
    width: 100%;
    opacity: 1;
  }
}

.carousel-caption h1 {
  font-size: 65px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  position: relative;

}


/* .banner .owl-nav .owl-prev {
  position: absolute;
  left: 86%;
  top: 80%;
  opacity: 0.5;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: transparent !important;
  width: 50px;
  cursor: pointer;
  height: 50px;
  position: absolute;
  border: 1px solid var(--primary) !important;
  display: block;
  z-index: 1000;
  border-radius: 50px;
}
.banner .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
.banner .owl-nav .owl-prev i,
.banner .owl-nav .owl-next i {
  color: #fff;
}
.banner .owl-nav .owl-prev:focus {
  outline: 0;
}
.banner .owl-nav .owl-prev:hover {
  background: var(--primary) !important;
}
.banner .owl-nav .owl-next {
  position: absolute;
  right: 5%;
  top: 80%;
  opacity: 0.5;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: transparent !important;
  width: 50px;
  border: 1px solid var(--primary) !important;
  cursor: pointer;
  height: 50px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 50px;
}
.banner .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
.banner .owl-nav .owl-next:focus {
  outline: 0;
}
.banner .owl-nav .owl-next:hover {
  background: var(--primary) !important;
}
.banner .owl-prev:hover {
  opacity: 1;
}
.banner .owl-next:hover {
  opacity: 1;
} */

@media only screen and (max-width: 575px) {
  .top_bar {
    display: none;
  }

  .main-menu .container-fluid {
    padding-top: 0;
    padding-bottom: 0;
  }

  .banner .item {
    height: 500px;
  }

  .banner .item .cover .header-content h2 {
    font-size: 30px;
    margin: 10px 0;
  }

  .banner .item .cover .header-content h1 {
    font-size: 30px;
    margin: 10px 0;
  }

  .banner .item .cover .header-content h4 {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    margin-top: 17px;
  }

  .banner .item .cover .header-content p {
    font-size: 15px;
  }

  .banner .item .cover .header-content .line {
    border: 4px solid #fff;
  }

  .banner .item .cover .header-content {
    position: relative;
    padding: 20px 15px 20px 30px;
    overflow: hidden;
  }

  .banner .owl-nav .owl-next {
    right: 1%;
    width: 25px;
    height: 25px;
  }

  .banner .owl-nav .owl-prev {
    left: 1%;
    width: 25px;
    height: 25px;
  }

  .banner .item img {
    object-position: center right;
  }

  .banner .item .cover .header-content p {
    font-size: 16px;
    padding: 0px 0px;
  }

  #menu-bar .menu-link::before {
    display: none;
  }

  .c-links li a {
    font-size: 11px;
  }
}

/* css for the coutner section  */
.counter-section {
  /* height: 40; */
  margin: 3% 0;
  position: relative;
}

.counter-section .counter-wrapper {
  border-radius: 30px;
  background: linear-gradient(180deg, #f84747 0%, #ff5f1f 100.08%);
  padding: 40px 0px;
  margin: auto;
  border-radius: 30px;
}

/* .counter-section .content-wrapper {
  position: absolute;
  width: 90%;
  padding: 35px;
  background: #373433;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -70%);
  border-radius: 30px;
} */

.counter-section .content-wrapper h2 {
  color: #fff;
}

.counter-section .content-wrapper p {
  color: #fff;
}

.counter-section .single-counter {
  border-right: 1px solid #e2e2e2;
}

.counter-section h3 {
  font-weight: 500;
  color: #fff;
  font-size: 35px;
}

.counter-section h3,
.counter-section p {
  color: #fff;
  padding-top: 10px;
}

.counter-section .single-counter:last-child {
  border: none;
}

@media only screen and (max-width: 767px) {
  br {
    display: none;
  }

  .counter-section {
    margin: 0% 0 8% 0;
    position: relative;
  }

  .counter-section .content-wrapper {
    position: static;
    width: 100%;
    padding: 25px;
    background: #373433;
    transform: translate(0%, 0%);
  }

  .counter-section .counter-wrapper {
    padding: 20px 10px;
  }

  .counter-section h2 {
    font-weight: 700;
    color: #fff;
    font-size: 28px;
  }

  .counter-section .single-counter {
    border-right: none;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    padding: 10px 0;
  }

  .counter-section .single-counter:last-child {
    border-right: 1px solid #e1e1e1;
  }
}

/* solution css  */
.solution-card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  transition: 0.4s all;
}

.solution-img {
  height: 430px;
  width: 100%;
  border-radius: 15px;
}

.solution-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 15px;
}

.solution_content {
  position: absolute;
  bottom: -70px;
  left: 0;
  padding: 20px 20px 20px 20px;
  color: #fff;
  background: linear-gradient(to top, #000000b5 70%, rgba(0, 0, 0, 0) 100%);
  transition: 0.4s all;
  width: 100%;
}

.solution_content h3 {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  padding-bottom: 10px;
}

.solution_content p {
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: 0.4s all;
}

.solution-card:hover .solution_content {
  transition: 0.4s all;
  bottom: 0px;
  background: linear-gradient(to top, #ff000080 80%, rgba(255, 0, 0, 0) 100%);
}

.solution-card:hover .solution_content p {
  font-size: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 14;
  -webkit-box-orient: vertical;
}

@media only screen and (max-width: 767px) {
  .solution-img {
    height: 350px;
    width: 100%;
    border-radius: 15px;
  }
}

/* testimonial css  */

.author-wrapper {
  display: flex;
  align-items: end;
  gap: 20px;
  margin-bottom: 20px;
}

.author-wrapper img {
  width: 45px !important;

}

.author-wrapper h3 {
  font-size: 20px;
  color: var(--primary);
  font-weight: 600;
}

.testimonial-card {
  padding: 30px 20px 30px 20px;
  background-color: #ffffff;
  border-radius: 9px 9px 9px 9px;
  box-shadow: 6px 6px 0px 0px rgba(230.1375, 226.0350580737902, 226.0350580737902, 0.23);
  margin-bottom: 20px;
  height: 100% !important;
  min-height: 250px;
}


.testimonial-content p span {
  background-color: rgb(255, 173, 173);
  border-radius: 30px;
  padding: 2px 12px;
}

/* .client-sec {
    background-color: #E8ECF7;
} */

.customer-item {
  height: 110px;
  background-color: #fff;
  padding: 4px;
  border-radius: 10px;
  transition: 0.4s all;
  /* box-shadow: 0px 2px 4px #00000015; */
  border: 1px solid #00000015;
}

.customer-item img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: 0.4s all;
  object-position: center center;
}

.customer-item:hover img {
  transform: scale(1.1);
}

.cta-wrapper {
  /* background: linear-gradient(180deg, #ff9469 0%, #ff5f1f 90.08%); */
  background-image:
    linear-gradient(to left, rgba(6, 6, 6, 0.393), rgba(0, 0, 0, 0.93)),
    url('../image/new-image/cta.jpg');
  /* background-image: url(/image/home-banner/banner1.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 50px;
  margin: auto;
  border-radius: 30px;
  z-index: 99;
}

.cta-wrapper h2 {
  font-size: 40px;
}

footer {
  border-radius: 50px 50px 0 0;
}

footer .left_sec img {
  width:100%;
}

.footer_link {
  color: #fff;
}

.footer_link_2 ul li {
  display: flex;
  justify-content: start;
}

.footer_link_2 ul li svg {
  height: 20px !important;
  width: 20px !important;
  margin-right: 10px;
  color: var(--primary);
}

.footer_link h2 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}

.footer_link ul {
  padding-left: 0;
}

.footer_link ul li {
  text-decoration: none;
  list-style: none;
  padding-top: 10px;
  transition: 0.4s all;
}

.footer_link ul li a {
  text-decoration: none;
  color: #fff;
  transition: 0.4s all;
  font-size: 14px;
}

.footer_link ul li:hover a {
  color: #82c0fe;
  margin-left: 10px;
}

.social-icon {
  display: flex;
  justify-content: end;
}

.social-icon ul {
  display: flex;
  justify-content: end;
  gap: 15px;
}

.social-icon ul li {
  text-decoration: none;
  list-style: none;
  height: 40px;
  width: 40px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  cursor: pointer;
}

.social-icon ul li:hover {
  background-color: #ff5f1f;
  border: 1px solid #fff;
}

.social-icon i {
  color: #fff;

}

@media only screen and (max-width: 767px) {
  .customer-item {
    height: 100px;
    padding: 7px;
  }

  .cta_section {
    padding: 40px 10px;
  }

  .cta-wrapper h2 {
    font-size: 28px;
  }

  .cta-wrapper {
    padding: 30px 20px;
  }

  .footer_link {
    color: #fff;
    padding-left: 15px;
  }

  .social-icon {
    display: flex;
    justify-content: center;
  }

  .social-icon ul {
    display: flex;
    justify-content: center;
    gap: 15px;
  }
}

/* .counter.col-lg-2 {
  width: 14.2% !important;
} */

@media (min-width: 992px) {
  .single-counter.col-lg-2 {
    width: 14.2% !important;
  }
}


@media only screen and (max-width: 767px) {
  .single-counter.col-lg-2 {
    width: 49.7% !important;
  }

  /* .head-btn-sec {
    display: none;
  } */
}





.testimonial-wrapper .owl-prev {
  position: absolute;
  top: -25%;
  left: 90%;
  color: #000000;
  border-radius: 50% !important;
  font-size: 16px;
  padding: 0px 7px 7px 7px !important;
  height: 40px;
  width: 40px;
  background-color: transparent;
  border: 1px solid #ff5f1f !important;
}

.testimonial-wrapper .owl-prev i {
  color: #ff5f1f;
}

.testimonial-wrapper .owl-next {
  position: absolute;
  top: -25%;
  right: 0%;
  color: #000000;
  border-radius: 50% !important;
  font-size: 16px;
  padding: 0px 7px 7px 7px !important;
  height: 40px;
  width: 40px;
  background-color: transparent;
  border: 1px solid #ff5f1f !important;
}

.testimonial-wrapper .owl-next i {
  color: #ff5f1f;
}

.testimonial-wrapper .owl-prev:hover,
.testimonial-wrapper .owl-next:hover {
  background-color: #ff5f1f !important;
}

.testimonial-wrapper .owl-prev:hover i,
.testimonial-wrapper .owl-next:hover i {
  color: #ff5f1f;
}

.about-us .content-wrapper .sec_title {
  font-size: 32px;
}

.new-box {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 20px 20px 20px 20px;
}

.new-box h3.sec_title {
  font-size: 27px;
  padding-bottom: 10px;
}

.why-us-box {
  position: relative;
}

.why-us-box .new-box .col-lg-10 {
  background-color: #fff;
  padding: 35px;
  border-radius: 20px;
  margin-top: 15px;
  margin-bottom: -70px;
  box-shadow: 0 5px 10px -5px #00000030;
}

.whyus-sec {
  padding-top: 120px;
}

.whyus-sec .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;

}

.whyus-sec .card-box p {
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  margin-top: 5px;
}

.whyus-sec .card-box .card {
  width: 250px;
  height: 170px;
  margin: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ededed;
  border-radius: 20px;
  border: 1px solid #ff5f1f;
}

.whyus-sec .card-box img {
  width: 100px;
}

.whatsapp-section {
  position: fixed;
  bottom: 50px;
  left: 14px;
  width: 60px;
  height: 60px;
  z-index: 9999;

}

.phone-section {
  position: fixed;
  bottom: 130px;
  left: 14px;
  width: 60px;
  height: 60px;
  z-index: 9999;
}

.whatsapp-section img,
.phone-section img {
  width: 100%;
}



/* Floating Social Media Bar Style Starts Here */

.fl-fl {
  background:#2196F3;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 4px;
  width: 120px;
  position: fixed;
  right: -80px;
  z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.fa {
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  width: 40px;
  margin-left: 8px;
}

.fl-fl:hover {
  right:0;
}


.fl-fl a {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  padding-right: 110px;
  line-height: 27px!important;
  vertical-align: top!important;
}

.float-sm i{
  font-size: 23px;
  color:white;
  padding:5px;
}

.float-fb {
  top: 170px;
}

.float-tw {
  top: 220px;
}

.float-gp {
  top: 270px;
}

.float-rs {
  top: 325px;
}

.float-ig {
  top: 380px;
}

.float-pn {
  top: 435px;
}
/* Floating Social Media Bar Style Ends Here */



/* ----------------- */
/* About Us page */
/* ---------------- */
.service-breadcrumb{
  display: flex;
  align-items: center;
}
.service-breadcrumb i {
    font-size: 14px;
    margin: -5px 10px;
    width: 10px;
}
.service-breadcrumb a:hover{
  color: #fff; 
}

.service-breadcrumb li {
    display: inline-flex;
}
.service-breadcrumb ol {
    display: flex;
}

.inner-page-banner {
  padding: 50px 0 100px;
  position: relative;
  /* background: url(../image/sub-banner-img.jpg) no-repeat center; */
  background-size: cover;
  margin-top: 68px !important;
}

.inner-page-banner h1 {
  color: #fff;
  font-size: 45px;
  font-weight: 500;
}

.breadcrumb-sec {
  margin-top: 30px;
  border: 2px solid #fff;
  padding: 10px 15px;
  border-radius: 50px;
  width: 18%;
  text-align: center;
  color: #fff;
}

.breadcrumb-sec a {
  text-decoration: none;
  color: #fff;
}

.breadcrumb-wave-sec {
  position: relative;
  bottom: -93px;
}

.inner-page-banner .waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  min-height: 100px;
  max-height: 150px;
}


.about-page-who-sec {
  padding: 0px 0px 60px 0px;
}

.about-page-who-content h4 {
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 20px;
}

/*  */

.about-page-mv {
  padding: 60px 0px;
  background-color: #f5f5f5;
}

.about-page-mv-bx {
  background-color: #fff;
  padding: 25px;
  border-radius: 10px;
  display: flex;
  height: 460px;
}

.about-page-mv-bx-content h4 {
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 20px
}

.about-page-mv-bx-content {
  padding: 0px 10px 0px 0px;
  width: 60%;
}

.about-page-mv-bx-content b {
  font-size: 25px;
  font-weight: 500;
}

.about-page-mv-bx-img {
  width: 40%;
}

.about-page-mv-bx-img img {
  height: 100%;
  object-fit: cover;
}

/*  */

.about-page-golden-rul {
  padding: 180px 0px 70px;
}

.golden-rul-sec {
  background-color: #124e66;
  padding: 30px;
  border-radius: 20px;
}

.golden-rul-sec img {
  border-radius: 20px;
  margin-top: -100px;
}

.golden-rul-sec h4 {
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #fff;
}

.golden-rul-sec p {
  color: #fff;
  font-size: 20px;
}

/*  */

.about-page-setus {
  padding: 70px 0px 70px;
  background-color: #f5f5f5;
}

.about-page-setus-content h4 {
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 20px;
}

.setus-content {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 15px 0px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 20px;
  border-radius: 20px;
}

.setus-content p {
  font-size: 20px;
  margin-bottom:0px;
}

.setus-content img {
  width: 12%;
  height: 100%;
  object-fit: cover;
}

/*  */

.about-service-value {
  padding: 70px 0px;
}

.about-service-value-heading h4 {
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 50px;
  text-align: center;
}

.about-service-value-bx {
  text-align: center;
}

.about-service-value-bx p {
  font-size: 20px;
}

.about-service-bx-value-img {
  width: 188px;
  height: 210px;
  margin: 0 auto 30px auto;
  padding: 8px;
  position: relative;
  z-index: 2;
  background-color: #124E66;
  -webkit-clip-path: path("M100.25 5.13429C96.3825 2.90138 91.6175 2.90137 87.75 5.13429L9.41541 50.3608C5.54789 52.5937 3.16541 56.7203 3.16541 61.1861V151.639C3.16541 156.105 5.54789 160.231 9.4154 162.464L87.75 207.691C91.6175 209.924 96.3825 209.924 100.25 207.691L178.585 162.464C182.452 160.231 184.835 156.105 184.835 151.639V61.1861C184.835 56.7203 182.452 52.5937 178.585 50.3608L100.25 5.13429Z");
  clip-path: path("M100.25 5.13429C96.3825 2.90138 91.6175 2.90137 87.75 5.13429L9.41541 50.3608C5.54789 52.5937 3.16541 56.7203 3.16541 61.1861V151.639C3.16541 156.105 5.54789 160.231 9.4154 162.464L87.75 207.691C91.6175 209.924 96.3825 209.924 100.25 207.691L178.585 162.464C182.452 160.231 184.835 156.105 184.835 151.639V61.1861C184.835 56.7203 182.452 52.5937 178.585 50.3608L100.25 5.13429Z");
}

.about-service-bx-value-img img {
  margin-top: 1px;
  -webkit-clip-path: path("M81 1.95413C84.094 0.167805 87.906 0.167806 91 1.95413L166.169 45.3532C169.263 47.1396 171.169 50.4408 171.169 54.0135V140.812C171.169 144.384 169.263 147.686 166.169 149.472L91 192.871C87.906 194.657 84.094 194.657 81 192.871L5.83054 149.472C2.73653 147.686 0.830544 144.384 0.830544 140.812V54.0135C0.830544 50.4408 2.73653 47.1396 5.83054 45.3532L81 1.95413Z");
  clip-path: path("M81 1.95413C84.094 0.167805 87.906 0.167806 91 1.95413L166.169 45.3532C169.263 47.1396 171.169 50.4408 171.169 54.0135V140.812C171.169 144.384 169.263 147.686 166.169 149.472L91 192.871C87.906 194.657 84.094 194.657 81 192.871L5.83054 149.472C2.73653 147.686 0.830544 144.384 0.830544 140.812V54.0135C0.830544 50.4408 2.73653 47.1396 5.83054 45.3532L81 1.95413Z");
}


/* Home service */


.home-service-value {
  padding: 30px 0px 0px;
}

.home-service-value-heading h4 {
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 50px;
  text-align: center;
}

.home-service-value-bx {
  text-align: center;
}

.home-service-value-bx p {
  font-size: 17px;
  color: #fff;
}

/* .home-service-bx-value-img {
  width: 188px;
  height: 210px;
  margin: 0 auto 10px auto;
  padding: 8px;
  position: relative;
  z-index: 2;
  background-color: #FFC600;
  -webkit-clip-path: path("M100.25 5.13429C96.3825 2.90138 91.6175 2.90137 87.75 5.13429L9.41541 50.3608C5.54789 52.5937 3.16541 56.7203 3.16541 61.1861V151.639C3.16541 156.105 5.54789 160.231 9.4154 162.464L87.75 207.691C91.6175 209.924 96.3825 209.924 100.25 207.691L178.585 162.464C182.452 160.231 184.835 156.105 184.835 151.639V61.1861C184.835 56.7203 182.452 52.5937 178.585 50.3608L100.25 5.13429Z");
  clip-path: path("M100.25 5.13429C96.3825 2.90138 91.6175 2.90137 87.75 5.13429L9.41541 50.3608C5.54789 52.5937 3.16541 56.7203 3.16541 61.1861V151.639C3.16541 156.105 5.54789 160.231 9.4154 162.464L87.75 207.691C91.6175 209.924 96.3825 209.924 100.25 207.691L178.585 162.464C182.452 160.231 184.835 156.105 184.835 151.639V61.1861C184.835 56.7203 182.452 52.5937 178.585 50.3608L100.25 5.13429Z");
}

.home-service-bx-value-img img {
  margin-top: 1px;
  -webkit-clip-path: path("M81 1.95413C84.094 0.167805 87.906 0.167806 91 1.95413L166.169 45.3532C169.263 47.1396 171.169 50.4408 171.169 54.0135V140.812C171.169 144.384 169.263 147.686 166.169 149.472L91 192.871C87.906 194.657 84.094 194.657 81 192.871L5.83054 149.472C2.73653 147.686 0.830544 144.384 0.830544 140.812V54.0135C0.830544 50.4408 2.73653 47.1396 5.83054 45.3532L81 1.95413Z");
  clip-path: path("M81 1.95413C84.094 0.167805 87.906 0.167806 91 1.95413L166.169 45.3532C169.263 47.1396 171.169 50.4408 171.169 54.0135V140.812C171.169 144.384 169.263 147.686 166.169 149.472L91 192.871C87.906 194.657 84.094 194.657 81 192.871L5.83054 149.472C2.73653 147.686 0.830544 144.384 0.830544 140.812V54.0135C0.830544 50.4408 2.73653 47.1396 5.83054 45.3532L81 1.95413Z");
} */
.home-service-bx-value-img {
  width: 188px;
  height: 210px;
  margin: 0 auto 10px auto;
}
.home-service-bx-value-img img{
  margin-bottom: 10px;
}

.h-service-sc{
  justify-content: space-between;
}


/*  */

.contact-us-main-sec {
  padding: 70px 0px;
}


.contact-us-form {
  padding: 20px;
}

.contact-us-form h4 {
  font-size: 45px;
  font-weight: 500;
}


/* ---------------------------- */
/* ------------6th setion--------------- */
/* ---------------------------- */

.h-form-sec {
  padding: 60px 0px 60px 0px;
  text-align: center;
}

.h-form-sec .h-form-sec-heading h1 {
  font-size: 52px;
  font-weight: 400;
}

.h-form-sec .h-form-sec-heading p {
  width: 60%;
  margin: auto;
  margin-top: 30px !important;

}


.input-container {
  position: relative;
  margin: 30px auto;
  width: 100%;
}

.input-container input[type="text"] {
  font-size: 16px;
  width: 100%;
  border: none;
  border-bottom: 3px solid #ccc;
  padding: 5px 0;
  background-color: transparent;
  outline: none;
}

.input-container input[type="email"] {
  font-size: 16px;
  width: 100%;
  border: none;
  border-bottom: 3px solid #ccc;
  padding: 5px 0;
  background-color: transparent;
  outline: none;
}

.input-container input[type="tel"] {
  font-size: 16px;
  width: 100%;
  border: none;
  border-bottom: 3px solid #ccc;
  padding: 5px 0;
  background-color: transparent;
  outline: none;
}
.input-container select {
  font-size: 20px;
  width: 100%;
  border: none;
  border-bottom: 3px solid #ccc;
  padding: 5px 0;
  background-color: transparent;
  outline: none;
  padding-bottom: 6px;
}


.input-container .label {
  position: absolute;
  top: -10px;
  left: 0;
  color: #000;
  font-size: 17px;
  transition: all 0.3s ease;
  pointer-events: none;
}

.input-container input[type="text"]:focus~.label,
.input-container input[type="email"]:valid~.label,
.input-container select,
.input-container input[type="tel"]:valid~.label {
  top: -20px;
  font-size: 16px;
  color: #333;
}

.input-container .underline {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #333;
  transform: scaleX(0);
  transition: all 0.3s ease;
}

.input-container input[type="text"]:focus~.underline,
.input-container input[type="email"]:valid~.underline,
.input-container select,
.input-container input[type="tel"]:valid~.label {
  transform: scaleX(1);
}


.contact-us-address {
  padding: 50px 50px;
  border-radius: 20px;
  background-color: #124E66;
  color: #fff;
}


.contact-us-address h4 {
  font-size: 30px;
  font-weight: 500;
}

.contact-us-address a {
  text-decoration: none;
  color: #fff;
}

.contact-us-map {
  padding: 0px 0px 50px 0px;
}

.contact-us-map iframe {
  border-radius: 30px;
}
.large-container {
  position: static;
  max-width: 1580px;
  padding: 0px 30px;
  margin: 0 auto;
}

.testimonial-section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 90px;
  overflow: hidden;
  background-color: #f5f5f5;
}

.testimonial-section:before {
  position: absolute;
  left: -200px;
  top: 22%;
  background-image: url(http://t.commonsupport.com/adro/images/icons/ring-circle.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 701px;
  height: 756px;
  content: "";
  -webkit-animation: fa-spin 25s infinite alternate;
  animation: fa-spin 25s infinite alternate;
}

.testimonial-section .sec-title {
  position: relative;
  /* margin-bottom: 115px; */
}

.testimonial-section .sec-title .title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #77b111  ;
  font-family: 'Poppins';
  margin-bottom: 18px;
}

.testimonial-section .testimonial-carousel {
  position: relative;
  max-width: 1100px;
  margin: 0 -50px;
}

.testimonial-block {
  position: relative;
  padding: 50px;
}

.testimonial-block .inner-box {
  padding: 80px 105px;
  background-color: #ffffff;
  box-shadow: 0 0 50px rgba(226, 222, 232, 0.75);
  min-height: 420px;
}

.testimonial-block .text {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 32px;
  color: #282331;
  font-weight: 400;
  margin-bottom: 50px;
  font-family: "Poppins", sans-serif;
}

.testimonial-block .info-box {
  position: relative;
  padding-left: 115px;
  padding-top: 10px;
}

.testimonial-block .info-box .thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 82px;
  width: 82px;
}

.testimonial-block .info-box .thumb img {
  border: 6px solid #e5e6fa;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  width: 100%;
  box-shadow: 0 45px 45px rgba(147, 147, 147, 0.35);
}

.testimonial-block .info-box .name {
  position: relative;
  display: block;
  font-size: 21px;
  line-height: 1.2em;
  color: #382c4d;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
}

.testimonial-block .info-box .designation {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #77b111  ;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.testimonial-carousel .owl-nav {
  position: absolute;
  right: 75px;
  bottom: 115px;
}

.testimonial-carousel .owl-dots {
  display: none;
}

.testimonial-carousel .owl-next,
.testimonial-carousel .owl-prev {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 75px;
  text-align: center;
  border-radius: 50% !important;
  background-color:#77b111  !important;
  transition: all 300ms ease;
}

.testimonial-carousel .owl-next:hover,
.testimonial-carousel .owl-prev:hover {
  background-color: #124E66 !important;
  box-shadow: 0 24px 24px rgba(187, 187, 187, 0.75);
}

.arrow-right,
.arrow-left {
  position: relative;
  display: inline-block;
  height: 9px;
  width: 25px;
  background-image: url('../image/right-arrow\ \(2\).png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.arrow-right {
  background-image: url('../image/right-arrow\ \(1\).png');
}

.testimonial-section .thumb-layer {
  position: absolute;
  right: 30px;
  top: 120px;
}

.testimonial-section .thumb-layer .image {
  position: relative;
  margin-right: 0;
}

.testimonial-section .thumb-layer .image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}




@media only screen and (max-width: 460px){
  .c-links{
    flex-wrap: wrap;
  }
  a.brand img{
    width:150px;
  }
  #mainBanner{
    margin-top: 0px;
  }
  .carousel-caption h1 {
    font-size: 35px;
  }
  h3{
    font-size: 20px;
    font-weight: 400;
  }
  .text-end {
    text-align: left !important;
}
.button{
  margin-left: 10px;
}
.aqua-service-h h3 {
  font-size: 30px;
}
.sec_title {
  font-size: 25px;
  font-weight: 500;
}
.aqua-why-choose-bx {

  padding: 10px;
}
.aqua-why-choose-bx-txt h2{
  font-size: 25px;
  font-weight: 400;
}
.aqua-why-choose-bx-txt{
  padding:20px;
}
.aqua-promise-h h3{
  font-size: 25px;
  font-weight: 500;
}
.promise-card:hover>.details {
  height: 17.7em;
}
.details {
  margin: 0px;
  width:100%;
}
.testimonial-section h2 {
  font-size: 25px !important;
  font-weight: 500 !important;
}
.aqua-faq-internal h2 {
  font-size: 25px !important;
  font-weight: 500 !important;
}
.inner-page-banner{
  margin-top: 0px !important;
}
.breadcrumb-sec{
  width:60%;
}
.about-page-golden-rul {
  padding: 90px 0px 70px;
}
.about-page-golden-rul {
    padding: 90px 0px 70px;
}
.about-page-who-content h4 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 20px;
}
.golden-rul-sec h4 {
  font-size: 25px;
  margin-top:12px;
}
.about-page-setus-content h4{
  font-size: 25px;
}
.setus-content img{
  padding-top:10px;
}
.setus-content{
  align-items: start;
}
.about-service-value-heading h4{
  font-size: 25px;
  margin-bottom: 20px;
}
.banner-area .section-content {
  padding: 30px 0px 100px 0px !important;
}
.banner-area .content{
  padding-right: 30px;
}
.banner-area .content h1 {
  font-size: 25px !important;
}
.appinment-forms{
  margin-left: 0px !important;
  padding:30px !important;
}
.input-container{
  margin: 10px auto !important;
}
.img-bx-desc h3 {
  font-size: 20px !important;
  text-align: left !important;
}

.content_wrapper {
  padding: 20px 0px !important;
}

.cta-img{
  display: none;
}
.cta-section h2{
  font-size: 25px;
}
.accordion button .icon {
  top:35px !important;
}
.accordion button{
  display: flex !important;
}
.xtra{
  padding-bottom: 20px !important;
}
.testimonial-section .testimonial-carousel{
  margin:0px;
}
.testimonial-block .inner-box{
  padding:20px;
}
.testimonial-block .text{
  font-size: 16px;
  line-height: 22px;
}
.testimonial-section{
  padding-bottom: 40px;
}
.testimonial-block .inner-box{
  border-radius: 20px;
}

}
@media only screen and (max-width: 767px) {
  .testimonial-section .sec-title {
      margin-bottom: 50px;
  }

  .testimonial-block {
      padding: 0;
  }

  .testimonial-block .inner-box {
      box-shadow: none;
      border: 2px solid #f1f1f1;
  }

  .testimonial-carousel .owl-nav {
      position: relative;
      left: 0;
      bottom: 0;
      margin-top: 20px;
      text-align: center;
  }

  .testimonial-carousel .owl-next,
  .testimonial-carousel .owl-prev {
      border: 2px solid #f1f1f1;
  }
  .phone-section{
    bottom: 69px;
    width: 49px;
    right: 15px;
    left: auto;
  }
  .whatsapp-section{
    bottom: 7px;
        width: 49px;
        right: 15px;
        left: auto;
  }
}

@media only screen and (max-width: 1366px) {
  .large-container {
      padding-left: 20px;
      padding-right: 20px;
  }
}



.testimonial-section h2 {
  font-size: 45px;
  font-weight: 500;
  color: #000;
  font-family: "Poppins", sans-serif;
  width: 75%;
}

.founder-img img{
  display: block;
  width: 100%;
  
  
  
}

 /*MY CSS*/

.home-service-bx-value-img{
  clip-path:polygon(51% 0, 100% 31%, 100% 79%, 48% 100%, 1% 78%, 1% 31%);
}
.home-service-bx-value-img>img{
  height: 100%;
  width: 100%;
  object-fit: fill;
}
.accordion-item{
  background-color: #cceaf2
}

.box{
  height: 450px;
  background-image: url(../image/bread/bg.webp);
  background-repeat: no-repeat;
 
  background-size: cover;
}
.box>h1{
 padding-top:10%;
font-size: 75px;
margin-left: 15%;
}
.box>p{
  margin-left: 20%;
  font-size: 20px;
}
#h{
  font-size: 55px;
}

#pic{
  height: 550px;
}
@media(max-width:650px){
  .box>h1{
      padding-top:25%;
     font-size: 65px;
     margin-left: 8%;
   } 
   .box{
      height: 350px;
   }
   #h{
      font-size: 30px;
   }
   #pic{
      height: 350px;
   }
}

.privacy-container {
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
h1, h2 {
  color: #2c3e50;
}
p {
  color: #555;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .privacy-container {
      width: 125%;
      padding: 15px;
  }
}

