@import url(../css/aos.css);
@import url(../css/animate.css);
@import url(../css/swiper.min.css);
@import url(../css/default.css);
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

:root {
  /* Colors: */
  --color-00923f: #00923f;
  --color-27e076: #27e076;
  --color-aaaaaa: #aaaaaa;
  --color-ededed: #ededed;
  --color-000000: #000000;
  --color-ffffff: #ffffff;
  --font-family-poppins: 'Poppins', sans-serif;
  --font-style-normal: normal;
  --font-size-16: 16px;
  --font-size-18: 18px;
  --font-size-19: 19px;
  --font-size-20: 20px;
  --font-size-22: 22px;
  --font-size-24: 24px;
  --font-size-25: 25px;
  --font-size-26: 26px;
  --font-size-28: 28px;
  --font-size-30: 30px;
  --font-size-33: 33px;
  --font-size-40: 40px;
  --font-size-50: 50px;
  --font-size-56: 56px;
  --font-size-60: 60px;
  --font-size-75: 66px;
  --character-spacing-0: 0px;
  --line-height-22: 22px;
  --line-height-24: 24px;
  --line-height-27: 27px;
  --line-height-30: 30px;
  --line-height-32: 32px;
  --line-height-36: 36px;
  --line-height-43: 43px;
  --line-height-50: 50px;
  --line-height-60: 60px;
  --line-height-66: 66px;
  --line-height-72: 72px;
  --line-height-inherit: inherit;
  --font-weight-Thin: 100;
  --font-weight-ExtraLight: 200;
  --font-weight-Light: 300;
  --font-weight-Regular: 400;
  --font-weight-Medium: 500;
  --font-weight-SemiBold: 600;
  --font-weight-Bold: 700;
  --font-weight-ExtraBold: 800;
  --font-weight-Black: 900;
  --font-weight-normal: normal;
}


@font-face {
  font-family: 'Poppins', sans-serif;
  src: url('../font/binerkademo-goeoq-webfont.woff2') format('woff2'),
    url('../font/binerkademo-goeoq-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

* {
  outline: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-family-poppins);
  font-style: var(--font-style-normal);
  font-size: var(--font-size-19);
  line-height: var(--line-height-27);
  color: var(--color-000000);
  font-weight: var(--font-weight-Regular);
  margin: 0;
  padding: 0;
}


.clr {
  width: 100%;
  float: left;
}

.img {
  width: 100%;
}

a,
.btn,
button {
  color: var(--color-000000);
  outline: none;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

a:focus,
.btn:focus,
button:focus,
.custom-select:focus,
.form-control:focus {
  outline: none;
  box-shadow: none;
}

.btn:hover,
a:hover,
button:hover {
  color: var(--color-00923f);
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-000000);
  text-transform: normal;
  margin-bottom: 15px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

header,
footer,
section {
  width: 100%;
  float: left;
}

hr {
  border-bottom: 1px solid var(--color-f68e1f);
  border-top: 0 none;
  margin: 40px 0;
  padding: 0;
  opacity: 1;
}

.mobile {
  display: none !important;
}

li.mobile i a {
  display: none;
}


p {
  font-size: var(--font-size-19);
  line-height: var(--line-height-24);
  font-weight: var(--font-weight-Regular);
  color: var(--color-000000);
  margin-bottom: 20px;
}

.p-content {
  font-size: var(--font-size-22);
  line-height: var(--line-height-27);
  color: var(--color-000000);
  margin-bottom: 20px;
}

.small-text {
  font-size: var(--font-size-16);
  line-height: var(--line-height-22);
  color: var(--color-000000);
  margin-bottom: 20px;
}

.main-title {
  font-size: var(--font-size-50);
  color: var(--color-00923f);
  text-transform: uppercase;
  font-weight: var(--font-weight-Bold);
  font-family: var(--font-family-poppins);
  margin-bottom: 20px;
}

.section-title {
  font-size: var(--font-size-25);
  line-height: var(--line-height-inherit);
  color: var(--color-000000);
  font-weight: var(--font-weight-SemiBold);
  margin-bottom: 5px;
  text-transform: uppercase;
}

.title {
  font-size: var(--font-size-50);
  line-height: var(--line-height-60);
  color: var(--color-ea7819);
  font-weight: var(--font-weight-Regular);
  font-family: var(--font-family-poppins);
  margin-bottom: 20px;
}

.div-title {
  font-size: var(--font-size-30);
  line-height: var(--line-height-36);
  color: var(--color-ea7819);
  font-weight: var(--font-weight-Medium);
  margin-bottom: 15px;
}
.div-title1 {
  font-size: var(--font-size-28);
  line-height: var(--line-height-36);
  color: var(--color-000000);
}

.div-text1 {
  font-size: var(--font-size-30);
  line-height: var(--line-height-36);
  color: var(--color-000000);
  text-transform: uppercase;
  font-weight: var(--font-weight-SemiBold);
  margin-bottom: 15px;
}

.div-text1 {
  font-size: var(--font-size-33);
  color: var(--color-000000);
  font-weight: var(--font-weight-SemiBold);
  margin-bottom: 15px;
}

.font-binerka_demoregular {
  font-family: var(--font-binerka_demoregular);
}

.weight-Light {
  font-weight: var(--font-weight-Light);
}

.weight-Regular {
  font-weight: var(--font-weight-Regular);
}

.weight-Medium {
  font-weight: var(--font-weight-Medium);
}

.weight-SemiBold {
  font-weight: var(--font-weight-SemiBold);
}

.weight-Bold {
  font-weight: var(--font-weight-Bold);
}

.weight-ExtraBold {
  font-weight: var(--font-weight-ExtraBold);
}

.weight-Black {
  font-weight: var(--font-weight-Black);
}

.height-100 {
  height: 100vh;
}

.pr-100 {
  padding-right: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.color-00923f {
  color: var(--color-00923f) !important;
}

.color-0e1f45 {
  color: var(--color-0e1f45) !important;
}

.color-000000 {
  color: var(--color-000000) !important;
}

.color-ffffff {
  color: var(--color-ffffff) !important;
}

.get-in-touch button {
  font-size: var(--font-size-22);
  background: #fff;
  color: var(--color-ff5400);
  font-weight: var(--font-weight-Bold);
  padding: 13px 25px;
  border-radius: 5px;
  border: 2px solid #fff;
}

.get-in-touch button:hover {
  color: var(--color-ffffff);
  background: var(--color-00923f);
}




.banner-btn button {
  border: none;
  animation: fadeInUp 2.5s;
}

.swiper-slide-active .slider-title1 {
  animation: fadeInDown 1s;
}

.banner-pagi span {
  right: 0;
}

.banner h1 {
  color: var(--color-ffffff) !important;
}


.sidenav,
.mobile-toggle {
  display: none;
}

.img-zoom {
  overflow: hidden;
}

.img-zoom .zoom {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 2.5s ease-out 0s;
  -moz-transition: all 2.5s ease-out 0s;
  -ms-transition: all 2.5s ease-out 0s;
  -o-transition: all 2.5s ease-out 0s;
  transition: all 2.5s ease-out 0s;
}

.img-zoom:hover .zoom {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* @import url(../css/root.css); */
/* main-header */
.top-header {
  width: 100%;
  height: 62px;
  background: var(--color-00923f);
  position: absolute;
  line-height: 60px;
  z-index: 9;
}

.details ul li a {
  margin-right: 65px;
}
.details ul li a:nth-child(1){
  margin-right: 0;
}
ul.details-social {
  /* margin-left: 14%; */
  display: flex;
}

.details ul li p {
  margin-right: 65px;
  font-size: var(--font-size-16);
  color: var(--color-ffffff);
  margin-bottom: 0;
  line-height: var(--line-height-inherit);
}

ul.header-social li a {
  margin-right: 0 !important;
}

.details ul li {
  display: flex;
  align-items: center;
}

ul.details-social li {
  display: flex;
}

ul.details-social li i {
  font-size: 22px;
}

.top-header ul li a {
  font-size: var(--font-size-16);
  color: var(--color-ffffff);
}

.top-header ul li i {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  color: var(--color-27e076);
}

.top-header ul li a:hover {
  color: var(--color-3ebc34);
}

.enquiry {
  background: var(--color-000000) !important;
  padding: 1px 50px;
  color: var(--color-ffffff);
  text-transform: uppercase;
  font-weight: var(--font-weight-Bold);
  font-size: var(--font-size-16);
}

a.enquiry {
  color: var(--color-ffffff);
}

a.enquiry:hover {
  color: var(--color-27e076);
}




.g_header {
  position: fixed;
  top: 6.5%;
  padding: 5px;
  width: 100%;
  z-index: 99;
  background: #ffffffcf;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-header.g_shrink {
  top: 0%;
  position: fixed;
  box-shadow: 0 0 10px 0px #858585c2;
  background: var(--color-ffffff);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  z-index: 999;
}

.main-nav {
  background: var(--color-ff5400);
  padding: 30px 0px;
  width: 100%;
  float: left;
}

.main-nav .navbar {
  padding: 0;
  width: 100%;
  float: left;
}

.main-nav .navbar-expand-lg .navbar-brand img {
  position: absolute;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-nav .navbar-expand-lg .navbar-brand img,
.main-nav .navbar-expand-lg .navbar-brand .svg {
  width: 70%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.brand img {
  width: 200px;
}

.main-nav .navbar-nav .nav-item .nav-link {
  position: relative;
  display: block;
  font-size: var(--font-size-19);
  color: var(--color-000000);
  font-weight: var(--font-weight-Regular);
  line-height: var(--line-height-inherit);
  padding: 8px 25px;
  text-transform: uppercase;
}

.main-nav .navbar-nav .nav-item {
  padding-left: 10px;
}

.main-nav .navbar-nav .nav-item .nav-link:focus,
.main-nav .navbar-nav .nav-item.active .nav-link,
.main-nav .navbar-nav .nav-item .nav-link:hover {
  color: var(--color-3ebc34);
}

.main-nav .navbar-nav .nav-item .nav-link:focus,
.main-nav .navbar-nav .nav-item.active .nav-link,
.main-nav .navbar-nav .nav-item .nav-link.active {
  color: var(--color-3ebc34);
}

.main-nav .navbar-nav .nav-item .nav-link.show,
.main-nav .navbar-nav .nav-item .show>.nav-link {
  color: var(--color-f68e1f);
}

.swiper {
  width: 100%;
  height: 100%;
}

/* dropdown-menu */
.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:focus,
.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:hover {
  background-color: transparent;
}

.main-nav .navbar-nav .dropdown .dropdown-menu {
  min-width: 200px;
  width: 200px;
  margin: 0;
  top: 100%;
  padding: 0px;
  background-color: var(--color-ffffff);
  border: none;
  box-shadow: 0px 0px 10px -4px #0000009d;
  z-index: 9;
}

.main-nav .navbar-nav .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  float: left;
  font-size: var(--font-size-16);
  color: var(--color-000000);
  background-color: var(--color-ffffff);
  padding: 10px 10px;
  text-transform: uppercase;
}

.main-nav .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
  color: var(--color-000000);
  background-color: var(--color-f68e1f);
}

.dropdown-item.active {
  background-color: var(--color-000000) !important;
}

ul.footer-menu li a.active {
  color: #000000;
}

/* dropdown-menu */
.navbar-expand-lg .navbar-nav {
  padding: 0px;
}

/* main-header */
.offcanvas-active {
  overflow: hidden;
}

.offcanvas-header {
  display: none;
}

.screen-darken {
  height: 100%;
  width: 0%;
  z-index: 30;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  transition: opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
  color: var(--color-00923f);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: var(--color-00923f);
}

.navbar-dark .navbar-nav .nav-link {
  color: #000;
  font-size: var(--font-size-19);
  font-weight: var(--font-weight-SemiBold);
  margin-left: 50px;
  text-transform: uppercase;
}

.screen-darken.active {
  z-index: 10;
  transition: opacity .3s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}

.menu-btn {
  position: absolute;
  width: 50px;
  height: 50px;
  float: right;
  margin-top: 10px;
  background-color: var(--color-00923f);
  right: 30px;
}

.menu-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.navbar-expand-lg {
  padding: 0;
}

.banner {
  width: 100%;
  height: 88vh;
  position: relative;
  background-size: cover;
}

.banner img {
  width: 100%;
  height: 88vh;
  object-fit: cover;
  margin-top: 3%;
}

.banner-pegination {
  left: 15%;
}

.banner-pegination span {
  margin: 0 10px;
}

.carousel-caption {
  top: 35%;
  left: 42%;
  text-align: left;
}

.carousel-caption h1 {
  padding-right: 110px;
}

.carousel-caption h1 span {
  color: var(--color-27e076);
}

p.banner-para {
  float: left;
  text-align: left;
  font-size: var(--font-size-20);
  margin-top: 3px;
  width: 100%;
  line-height: normal;
}

a.connect-btn {
  float: left;
  text-transform: uppercase;
  font-size: var(--font-size-22);
  font-weight: var(--font-weight-SemiBold);
  margin-top: 20px;
  background-color: var(--color-00923f);
  color: var(--color-ffffff);
  padding: 20px 40px;
  position: relative;
}

a.connect-btn:hover {
  background-color: var(--color-ffffff);
  color: var(--color-00923f);
}

/* main-banner */

/* service */
.services {
  position: relative;
  margin-top: -10px;
}

.service-right {
  width: 40%;
  background: var(--color-27e076);
  padding: 55px;
}

.service-left {
  width: 60%;
  padding: 0;
}

.service-right h1 {
  color: var(--color-000000);
}


.service-left img {
  border-radius: 0 0 80px 0;
  height: 100%;
  object-fit: cover;
}

.services-main {
  width: 100%;
  background: url(../img/services-bg.jpg)center no-repeat;
  background-size: cover;
  margin-top: -9%;
  overflow: hidden;
}

img.event-main-img {
  width: 100%;
}

.service-inner {
  padding: 15px 50px;
}

.service-inner {
  margin-top: 50px;
}

.service-box img {
  width: 100%;
  height: 100%;
  border-radius: 90px;
  border: 5px solid var(--color-27e076);
  transition: 0.5s;
}

.service-box:hover h4.div-title {
  color: var(--color-27e076);
}

.service-box img:hover {
  border: 5px solid var(--color-ffffff);
}

.service-prev .service-next {
  width: 51px;
  height: 51px;
}

h4.div-title {
  color: #fff;
  padding: 0px 20px;
  text-align: center !important;
  margin-top: 20px;
  transition: 0.5s;
}

.pro-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pro-pegination {
  display: none;
  left: 5%;
  bottom: -15%;
}

/* service */

/* WHO */
.who {
  width: 100%;
  background: var(--color-ededed);
}

.who h2 {
  color: var(--color-aaaaaa);
}

.who h1 span {
  color: var(--color-000000);
  display: block;
}

.who p {
  padding-right: 250px;
}

.who-right {
  padding-left: 180px;
}

.who-img {
  position: relative;
}

img.who-1 {
  position: absolute;
  width: 50%;
  left: -19%;
  top: 20%;
}

/* WHO */

/* why */
.why {
  width: 100%;
  background: var(--color-00923f);
  position: relative;
}

img.why-right-img {
  position: absolute;
  width: 13%;
  object-fit: none;
  bottom: 0px;
  right: 30px;
}

img.why-left {
  width: 90%;
}

.why-right {
  padding-right: 20%;
}

.points {
  width: 130px;
  height: 130px;
  background: var(--color-ffffff);
  border-radius: 50%;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.points img {
  width: 100%;
  object-fit: contain;
  padding: 25px;
  filter: grayscale(1);
  transition: 0.5s;
}

.points img:hover {
  filter: none;
}

.points-section {
  display: flex;
  margin-top: 60px;
}

.points-section p {
  text-align: center;
}

.points-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* why */

/* testinomal */
.testimonial-section {
  width: 100%;
  background-color: var(--color-ededed);
}

.testimonial-left p {
  padding-right: 100px;
  margin-bottom: 30px;
}

.testimonial-left a {
  padding: 20px 50px;
}
.testimonial-heading{
  color: #000;
}

.testimonial-left h4 {
  margin-top: 20px;
}

.testimonial-pegination {
  bottom: 4% !important;
  left: 5% !important;

}

.testimonial-box {
  position: relative;
  padding: 50px;
  background: var(--color-ffffff);
  box-shadow: 0 0 40px 0px #0000004a;
  border-radius: 20px;
}

.testimonial-box p {
  margin-bottom: 30px;
}

.testimonial-box ul li {
  margin-right: 8px;
}

.testimonial-box ul li img {
  width: 20px;
}

.testimonial-img {
  position: absolute;
  left: -25px;
  bottom: 70px;
}

.testimonial-img img {
  width: 90px;
  height: 90px;
  object-fit: cover;
}

.testimonial-slider {
  padding: 50px 45px;
  padding-bottom: 100px;
  margin-top: -40px;
}

.testimonial-slider .swiper-pagination {
  bottom: 20px;
  text-align: right;
  padding-right: 150px;
}

.swiper-pagination-bullet-active {
  background-color: var(--color-27e076);
}

.testimonial-slider .swiper-button-next {
  background-image: unset;
  right: 0px;
  left: auto;
  top: 100%;
  width: 60px;
  height: 60px;
  margin-top: -70px;
  background-color: var(--color-27e076);
  padding: 15px 15px;
}

.testimonial-slider .swiper-button-next svg path {
  fill: var(--color-ffffff)
}

/* testinomal */

/* clients */
.clients p {
  padding: 0 25%;
}

.clients img {
  width: 90%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 15px 20px;
  transition: 0.5s;
}

.clients img:hover {
  box-shadow: none;
}

/* clients */

/* contact */
.contact-us {
  width: 100%;
  position: relative;
  background-color: #e5ebe7;
}

.contact-man {
  position: absolute;
  right: 15%;
  top: 5%;
  height: 79%;
  rotate: 1deg;
}

.contact-right {
  width: 100%;
  background-color: #00923f;
  padding-left: 12%;
  padding-right: 30%;
}

.contact-man img {
  height: 100%;
}

.form-group {
  margin-bottom: 1rem;
}

.contact-us h5 {
  margin-bottom: 50px;
}

input.form-control {
  width: 100%;
}

.form-control {
  background-color: #00000040;
  border: none;
  padding: 20px;
  border-radius: 10px;
  color: var(--color-ffffff);
}

.form-control1 {
  background-color: var(--color-ffffff);
  border: 1px solid var(--color-aaaaaa);
  padding: 20px;
  border-radius: 10px;
  color: var(--color-000000) !IMPORTANT;
}

.form-control1::placeholder {
  color: var(--color-aaaaaa) !important;
  font-weight: var(--font-weight-SemiBold);
  opacity: 0.5;
  /* Firefox */
}

.form-control1:focus {
  background-color: #fff !important;
  color: var(--color-000000);
}

.form-control:focus {
  background-color: #00000040;
  color: var(--color-ffffff);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-control::placeholder {
  color: #fff;
  font-weight: var(--font-weight-SemiBold);
  opacity: 1;
  /* Firefox */
}

button.connect-btn {
  border: 2px solid var(--color-00923f);
  color: var(--color-00923f);
}

a.submit {
  background-color: var(--color-000000);
  padding: 15px 60px;
}

.contact-right {
  position: relative
}

img.target {
  position: absolute;
  right: 5%;
  top: 27%;
}

/* form */
.modal-dialog {
  max-width: 50% !important;
}



/* footer */
.footer {
  width: 100%;
  background: url(../img/footer.jpg) center no-repeat;
  background-size: cover;
  background-position-x: 80%;
}

.footer h3 {
  margin-bottom: 25px;
}

.footer ul li {
  display: flex;
  margin-bottom: 20px;
}

.footer ul li p {
  padding-right: 40px;
}
.footer ul li p a{
  line-height: normal;
}

p.addres-p {
  padding-right: 220px !important;
}

.footer ul li i {
  font-size: var(--font-size-24);
  color: var(--color-27e076);
  margin-right: 20px;
}

.line {
  width: 100%;
  height: 2px;
  background: var(--color-00923f);
}

ul.social li {
  float: left;
  margin-top: 50px;
}

.copy-right {
  width: 100%;
  float: left;
  background-color: #00923f;
}

.copy-right p {

  line-height: 60px;
  margin-bottom: 0;
}

.copy-right a {
  color: var(--color-ffffff);
}

.copy-right a:hover {
  color: var(--color-000000);
}


/* contact */

/* .whats-app */
.whatsapp-btn {
  position: fixed;
  bottom: 13%;
  right: 53px;
  z-index: 999;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #25D366;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}

/*Estilos solo al icono whatsapp*/
.whatsapp-btn i {
  color: #fff;
  font-size: 24px;
  animation: beat 2s ease-in-out infinite;
  text-decoration: none;
  line-height: 0px;
}

/*Estilos con animation contorno respirando*/
@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/*Estilos de animacion del icono latiendo*/
@keyframes beat {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

/* 
/* back to top */

#button {
  display: inline-block;
  background-color: var(--color-27e076);
  width: 55px;
  height: 55px;
  border: 2px solid var(--color-ffffff);
  text-align: center;
  border-radius: 0;
  position: fixed;
  bottom: 23px;
  right: 53px;
  border-radius: 50%;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  visibility: hidden;
  z-index: 1000;
  text-decoration: none;
}

#button::after {
  content: "\2191";
  font-family: 'bootstrap-icons';
  font-weight: normal;
  font-style: normal;
  font-size: 33px;
  line-height: 50px;
  color: var(--color-ffffff);
  text-decoration: none;
  border: 0;
}

#button:hover {
  cursor: pointer;
  border: 2px solid var(--color-27e076);
  background-color: var(--color-ffffff);

}

#button:hover:after {
  color: var(--color-27e076);
}

#button:active {
  border: 2px solid var(--color-f26b28);
  background-color: var(--color-ffffff);
}

#button.show {
  opacity: 1;
  visibility: visible;
  text-decoration: none;
}

/* responsive css */


@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1620px;
  }
}

@media only screen and (min-width: 1921px) {}

@media only screen and (min-width: 1921px) {}

@media (max-width: 1600px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1400px;
  }

  :root {
    --font-size-22: 19px;
  }

  .carousel-caption {
    left: 40%;
  }

  .carousel-caption h1 {
    padding-right: 0;
  }

  .service-inner {
    padding: 15px 0px;
  }

  h4.div-title {
    padding: 0;
  }

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: -80px;
  }

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: -80px;
  }

  .details ul li p,
  .details ul li a {
    margin-right: 40px;
  }

  .details ul li a {
    margin-right: 40px;
  }

  .enquiry {
    padding: 1px 40px;
  }

  .service-right {
    background: var(--color-27e076);
    padding: 40px;
    padding-bottom: 30px;
  }

  .services-main {
    padding-top: 150px !important;
  }

  .who p {
    padding-right: 180px;
  }

  .who-right {
    padding-left: 70px;
  }

  .contact-man {
    right: 12.5%;
    height: 82%;
  }

  img.target {
    width: 20%;
    top: 30%;
    right: 2%;
    z-index: 9;
  }

  .footer ul li p {
    padding-right: 40px;
  }

  .contact-right {
    padding-left: 5%;
    padding-right: 25%;
  }

  .testimonial-box {
    padding: 40px;
  }

  .why-right {
    padding-right: 12%;
  }

  .points {
    width: 100px;
    height: 100px;
  }

  img.why-right-img {
    position: absolute;
    width: 11%;
    object-fit: scale-down;
    bottom: 30px;
    right: 20px;
  }

  img.why-left {
    width: 100%;
    margin-left: -10%;
  }

  .clients p {
    padding: 0 20%;
  }
  p.addres-p {
    padding-right: 185px !important;
}

}

@media (max-width: 1560px) {
  :root {
    --font-size-19: 16px;
    --font-size-30: 26px;
    --line-height-27: 24px;
    --font-size-50: 44px;
  }
  .testimonial-left p {
    padding-right: 40px;
    margin-bottom: 20px;
  }
 
  .details ul li p,
  .details ul li a {
    margin-right: 30px;
  }

  .main-title,
  p {
    margin-bottom: 15px;
  }

  .enquiry {
    padding: 1px 23px;
  }

  .g_header {
    top: 7%;
  }

  .pt-200 {
    padding-top: 120px;
  }

  .service-right {
    padding-bottom: 10px;
  }

  .pt-100 {
    padding-top: 70px;
  }

  .pb-100 {
    padding-bottom: 70px;
  }

  .contact-man {
    right: 10.5%;
    height: 94%;
    top: 3%;
  }
  .footer ul li p {
    padding-right: 22px;
  }
}

@media (max-width: 1480px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
  .contact-man {
    right: 11%;
    height: 80%;
    top: 3%;
}
p.addres-p {
  padding-right: 165px !important;
}
.footer ul li i {
  margin-right: 15px;
}


}

@media (max-width: 1366px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1200px;
  }

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-next {
    right: -20px;
  }

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-prev {
    left: -20px;
  }

  .service-inner {
    padding: 15px 30px;
    padding-bottom: 0;
  }

  .clients img {
    width: 100%;
  }
 
}

@media (max-width: 1280px) {
  :root {
    --font-size-16: 16px;
    --font-size-18: 18px;
    --font-size-19: 16px;
    --font-size-20: 20px;
    --font-size-22: 17px;
    --font-size-24: 24px;
    --font-size-25: 25px;
    --font-size-26: 26px;
    --font-size-28: 20px;
    --font-size-30: 25px;
    --font-size-33: 25px;
    --font-size-40: 40px;
    --font-size-50: 40px;
    --font-size-56: 56px;
    --font-size-60: 60px;
    --font-size-75: 66px;
    --line-height-22: 22px;
    --line-height-24: 22px;
    --line-height-27: 27px;
    --line-height-30: 30px;
    --line-height-32: 32px;
    --line-height-36: normal;
    --line-height-43: 43px;
    --line-height-50: 50px;
    --line-height-60: 60px;
    --line-height-66: 66px;
    --line-height-72: 72px;
    --line-height-inherit: inherit;
    --font-weight-Thin: 100;
    --font-weight-ExtraLight: 200;
    --font-weight-Light: 300;
    --font-weight-Regular: 400;
    --font-weight-Medium: 500;
    --font-weight-SemiBold: 600;
    --font-weight-Bold: 700;
    --font-weight-ExtraBold: 800;
    --font-weight-Black: 900;
    --font-weight-normal: normal;
  }


  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 100%;
    padding: 0 50px !important;
  }
  .form-control1 {
    padding: 15px;
  }
  a.connect-btn {
    padding: 15px 30px;
  }
  

  .top-header ul li i {
    margin-right: 10px;
  }

  .details ul li p,
  .details ul li a {
    margin-right: 50px;
  }

  .enquiry {
    padding: 1px 15px;
  }

  .carousel-caption {
    left: 38%;
  }

  .service-right,
  .service-left {
    width: 50%;
  }

  .who-right {
    padding-left: 50px;
  }

  .who p {
    padding-right: 140px;
  }

  .pt-200 {
    padding-top: 50px;
  }

  .who-padding {
    padding-bottom: 50px;
  }

  .why-right {
    padding-right: 0%;
  }

  .pt-100 {
    padding-top: 50px;
  }

  .pb-100 {
    padding-bottom: 50px;
  }

  .why {
    position: relative;
    overflow: hidden;
  }

  img.why-left {
    width: 47.5%;
    left: 0;
    top: 0;
    position: absolute;
  }


  .contact-man {
    right: 9.5%;
    height: 94%;
    top: 3%;
  }

  .footer ul li p {
    padding-right: 0px;
  }
  p.addres-p {
    padding-right: 140px !important;
}
  img.why-right-img {
    position: absolute;
    width: 7%;
    object-fit: scale-down;
    bottom: 74px;
    right: 14px;
}
.clients p {
  padding: 0px 15%;
}


}

@media (max-width: 1200px) {
  .navbar-dark .navbar-nav .nav-link {
    margin-left: 20px;
  }



  a.connect-btn {
    padding: 15px 20px;
  }
}


@media (max-width: 1024px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 100%;
    padding: 0 30px !important;
  }

  :root {
    --font-size-16: 14px;
    --font-size-18: 18px;
    --font-size-19: 16px;
    --font-size-20: 20px;
    --font-size-22: 16px;
    --font-size-24: 24px;
    --font-size-25: 25px;
    --font-size-26: 26px;
    --font-size-28: 18px;
    --font-size-30: 25px;
    --font-size-33: 22px;
    --font-size-40: 40px;
    --font-size-50: 30px;
    --font-size-56: 56px;
    --font-size-60: 60px;
    --font-size-75: 66px;
  }

  .contact-man {
    right: 6.5%;
    height: 95%;
    top: 3%;
  }

  .contact-right {
    padding-left: 5%;
    padding-right: 22%;
  }

  img.target {
    width: 18%;
    top: 35%;
  }

  .footer ul li i {
    margin-right: 10px;
  }

  p.addres-p {
    padding-right: 95px !important;
  }

  .points-inner {
    padding: 0;
  }

  img.why-left {
    width: 55.5%;
    left: -5%;
  }

  img.why-right-img {
    display: none;
  }

  .who p {
    padding-right: 80px;
  }

  .testimonial-left p {
    padding-right: 0px;
    margin-bottom: 20px;
  }


  .testimonial-img {
    position: absolute;
    left: -25px;
    bottom: 45px;
  }

  .clients p {
    padding: 0 10%;
  }
}


@media (max-width: 991.98px) {
  .offcanvas-header {
    display: block;
  }

  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 1200;
    width: 80%;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility .3s ease-in-out, transform .3s ease-in-out;
  }

  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0);
    background-color: #fff;
  }

  .mobile-offcanvas .container,
  .mobile-offcanvas .container-fluid {
    display: block;
  }

  .offcanvas-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin-top: 0.5rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .mobile {
    display: block !important;
  }

  .desktop {
    display: none !important;
  }

  .enquiry {
    padding: 0px 14px;
  }
  .top-details{
    display: flex;
    justify-content: space-between!important
  }

  .contact-man {
    right: 0%;
    height: 95%;
    top: 3%;
  }

  .footer ul li p {
    padding-right: 0px;
  }

  ul.social li {
    margin: 30px 10px;
  }

  img.footer-logo {
    width: 100%;
  }
  .footer {
    width: 100%;
    background: url(../img/footer.jpg) center no-repeat;
    background-size: cover;
    background-position-x: 0%;
}

  .pb-100 {
    padding-bottom: 30px;
  }

  .service-box img {
    width: 90%;
  }

  .main-box {
    display: flex;
    justify-content: center;
  }

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-prev {
    left: -10px;
  }

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: -10px;
  }

  br {
    display: none;
  }

  img.who-main-img {
    width: 70%;
  }

  .who-img {
    display: flex;
    justify-content: flex-end;
  }

  img.who-1 {
    position: absolute;
    width: 50%;
    left: 10%;
    top: 7%;
  }

  .who-right {
    padding-left: 40px;
  }

  img.why-left {
    position: relative;
    width: 100%;
    left: 0;
  }

  .points-inner {
    padding-left: 10px;
    padding-right: 19px;
  }

  .testimonial-left h4 {
    margin-top: 0px;
  }

  .testimonial-right {
    margin-top: 30px;
  }

  ul.social li {
    margin-bottom: 0 !important;
  }
  p.addres-p {
    padding-right: 0px !important;
}
.main-title, p {
  margin-bottom: 5px;
}

}

@media (max-width: 800px) {}

@media (max-width: 767.98px) {
  .contact-man {
    left: 31%;
    height: 70%;
    rotate: 270deg;
    top: -44%;
  }
  .testimonial-box p {
    margin-bottom: 15px;
  }

  .clients {
    padding-bottom: 200px;
  }

  .clients p {
    padding: 0 0%;
  }

  img.footer-logo {
    width: 50%;
    margin-bottom: 30px;
  }

  .service-box img {
    border-radius: 50px;
  }

  .sample {
    display: none;
  }

  .copy-right p {
    line-height: normal;
    margin-bottom: 0;
    padding: 20px 0;
  }

  .footer ul li {
    display: flex;
    margin-bottom: 15px;
  }

  ul.social li {
    margin: 20px 10px;
    margin-bottom: 0 !important;
  }

  .carousel-caption {
    left: 4%;
  }
}

@media (max-width: 480px) {
  :root {
    --font-size-25: 18px;
    --font-size-50: 25px;
    --font-size-19: 14px;
    --line-height-27: normal;
    --font-size-30: 18px;
  }
  .top-header{
    height: 60px;
  }
  .details ul li p, .details ul li a {
    margin-right: 0px;
  }
  .top-header ul li i {
    margin-right: 5px;
  }

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 100%;
    padding: 0 10px !important;
  }
  .modal-header{
    padding: 10px 15px;
  }
  a.connect-btn {
    padding: 10px 20px;
  }
  ul.details-social{
    padding-left: 15px;
  }
  .contact-us h5 {
    margin-bottom: 25px;
  }
  .get-in-touch button {
    padding: 6px 15px;
  }

  .banner,
  .banner img {
    height: 92vh;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 5px;
  }
  

  .brand img {
    width: 160px;
  }

  .carousel-caption {
    left: 4%;
    right: 2%;
    top: 25%;
  }

  .services-main {
    padding-top: 0px !important;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
    height: 40px;
  }

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 5px;
  }

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-prev {
    left: 5px;
  }

  .contact-man {
    left: 30%;
    height: 51%;
    rotate: 271deg;
    top: -32%;
  }

  .enquiry {
    padding: 0 10px;
  }

  .modal-dialog {
    max-width: 100% !important;
  }

  .form-control1 {
    padding: 10px;
  }

  .top-header ul li i {
    width: fit-content;
    height: fit-content;
  }

  .service-right,
  .service-left {
    width: 100%;
  }

  .service-right {
    padding: 30px 10px;
    padding-bottom: 10px;
  }

  .who-right {
    padding-left: 10px;
  }

  .who p {
    padding-right: 10px;
  }

  .who h1 span {
    display: inline;
  }
  .testimonial-slider .swiper-button-next {
    width: 50px;
    height: 50px;
  }
  .testimonial-box {
    width: 100%;
  }
  .testimonial-box {
    padding: 20px;
}

  .testi-slider {
    width: 100% !important;
  }

  .testimonial-slider {
    padding: 35px 20px;
    padding-bottom: 70px;
  }
  
  h4.div-title {
    padding: 0 50px;
  }

  .testimonial-left p {
    margin-bottom: 0;
  }

  .contact-right {
    padding-left: 5%;
    padding-right: 5%;
  }

  img.target {
    width: 18%;
    top: 82%;
  }

  #button,
  .whatsapp-btn {
    right: 30px;
  }

  p.addres-p {
    padding-right:  0px !important;
  }

  .clients {
    padding-bottom: 150px;
  }

  .g_header {
    top: 9%;
  }

  .form-control {
    padding: 8px;
    border-radius: 5px;
  }

  .menu-btn {
    margin-top: 4px;
  }

  .form-control::placeholder {
    font-weight: var(--font-weight-Regular) !important;
    color: #fff8;
    opacity: 1;
    /* Firefox */
  }
  .footer ul li p {
    padding-right: 0px;
  }
}

@media (max-width: 375px) {

}

@media (max-width: 320px) {
}