@charset "UTF-8";
/* Replace below url with google fonts to be used */
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
/* // Color */
/* // fonts */
/* Line Height */
/* // padding */
/* // margin */
/* // font-weight */
/* text-transform */
/* Font Size */
.btn-sec {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.btn-sec .btns {
  padding: 6px 10px;
  font-size: 16px !important;
  font-weight: 500;
  background: #0988ca;
  border: 1px solid #4A9F2D;
  color: #333333;
  outline: 0;
  transition: all ease-in-out;
  display: flex;
}
.btn-sec .btns2 {
  width: 25px;
  height: 25px;
  font-size: 12px;
  line-height: 25px;
  font-weight: 500;
  background: #4A9F2D;
  color: #fff;
  border-radius: 50%;
  outline: 0;
  text-align: center;
  transition: all ease-in-out;
}
.btn-sec .btns2:hover {
  color: #4A9F2D;
  background: #B2CD00;
}
.btn-sec a {
  text-decoration: none;
}
.btn-sec .transprent-btns {
  padding: 3px 20px;
  font-size: 15px;
  font-weight: 500;
  background: transparent;
  border: 0;
  color: #4A9F2D;
  outline: 0;
  transition: all ease-in-out;
}

.social-media-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 400px;
  margin: 15px auto;
  flex-wrap: wrap;
}
.social-media-sec a {
  background: #0988ca;
  color: #333333;
  font-size: 15px;
  margin: 5px auto;
  padding: 2px 8px;
  border-radius: 50px;
  font-weight: 500;
  text-decoration: none;
}

button.qr-code-download-btn {
  background: #4A9F2D;
  width: 100%;
  color: #fff;
  border: 0;
  padding: 15px 20px;
  margin: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
  display: block;
  border-radius: 10px;
}
button.qr-code-download-btn img {
  width: 30px;
}

#btns-sec {
  background: #0988ca;
  padding: 0px 10px;
  margin: 10px 0;
}
#btns-sec a {
  color: #fff;
  font-size: 18px;
  padding: 15px 5px;
  text-decoration: none;
  display: inline-flex;
}
@media (max-width: 358px) {
  #btns-sec a {
    font-size: 17px;
    padding: 10px 3px;
  }
}
@media (min-width: 410px) {
  #btns-sec a {
    font-size: 18px;
    padding: 10px 10px;
  }
}
#btns-sec img {
  width: 20px;
}

.btn-flex-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.btn-flex-box a button {
  padding: 5px 6px;
  margin: 5px;
  color: #fff;
  border: 1px solid #B2CD00;
  background: #B2CD00;
}
@media (max-width: 351px) {
  .btn-flex-box a button {
    padding: 5px;
  }
}
@media (max-width: 330px) {
  .btn-flex-box a button {
    padding: 5px;
    margin: 2px;
  }
}

.direction-btn {
  padding: 5px 30px;
  margin: 5px;
  text-align: center;
  margin: 0 auto;
  background: #4A9F2D;
  display: block;
}

img.wave-image-top.img-fluid {
  position: relative;
  right: 0;
  float: right;
}

.logo {
  width: 120px;
  position: relative;
  margin-top: -116px;
}

img.user {
  margin: 15px auto;
  display: block;
}

#profile-sec .top-abstract {
  position: absolute;
  top: 0;
  width: 33%;
  left: 0;
}
#profile-sec .certificate {
  position: absolute;
  top: 10px;
  right: 15px;
}
#profile-sec .logo {
  margin: 10px auto;
  display: block;
  width: 200px;
}
@media (max-width: 400px) {
  #profile-sec .logo {
    width: 180px;
  }
}
#profile-sec .user-name-details-box .user-name-image-sec {
  display: flex;
  align-items: center;
  margin: 0 10px;
}
@media (max-width: 400px) {
  #profile-sec .user-name-details-box .user-name-image-sec {
    margin: 0 10px;
  }
}
#profile-sec .user-name-details-box .user {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 435px) {
  #profile-sec .user-name-details-box .user {
    width: 120px;
    height: 120px;
  }
}
#profile-sec .user-name-details-box .user-border {
  position: absolute !important;
  top: -5px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: relative;
  background: #2E522A;
}
@media (max-width: 435px) {
  #profile-sec .user-name-details-box .user-border {
    width: 120px;
    height: 120px;
  }
}
#profile-sec .user-name-details-box h1 {
  font-size: 16px;
  margin-left: 10px;
  color: #0988ca;
  padding-bottom: 40px;
  line-height: 160%;
  font-weight: 800;
  display: flex;
  align-content: end;
  flex-direction: column;
}
@media (max-width: 450px) {
  #profile-sec .user-name-details-box h1 {
    font-size: 14px;
  }
}
#profile-sec .user-name-details-box h1 span {
  color: #537B2E;
  font-size: 14px;
  line-height: 160%;
  font-weight: 600;
  display: flex;
  align-self: end;
}
@media (max-width: 450px) {
  #profile-sec .user-name-details-box h1 span {
    font-size: 14px !important;
  }
}
#profile-sec .user-name-details-box .user-box {
  background-color: #537b2e;
  padding-top: 60px;
  margin-top: -60px;
  border-top: 3px solid #2E522A;
}
@media (min-width: 435px) {
  #profile-sec .user-name-details-box .user-box {
    margin-top: -75px;
    padding-top: 75px;
  }
}
@media (min-width: 450px) {
  #profile-sec .user-name-details-box .user-box .row-item {
    position: relative;
    overflow: hidden;
  }
}
#profile-sec .user-name-details-box .contact-details-sec {
  align-items: center;
  overflow: hidden;
  margin-bottom: 10px;
}
#profile-sec .user-name-details-box .contact-details-sec .icon-box {
  background: #fff;
  width: 35px !important;
  height: 35px !important;
  margin-right: 10px;
  line-height: 35px;
  padding: 0;
  display: flex;
  float: left;
  border-radius: 50%;
  border: 1px solid #4A9F2D;
}
#profile-sec .user-name-details-box .contact-details-sec .icon-box img {
  margin: auto;
  display: block;
  line-height: 35px;
  max-width: 15px;
}
#profile-sec .user-name-details-box .contact-details-sec .content-box {
  overflow: hidden;
}
#profile-sec .user-name-details-box .contact-details-sec .content-box p {
  margin: 0;
  color: #222;
}
#profile-sec .user-name-details-box .contact-details-sec .content-box p a {
  color: #fff;
  text-decoration: none;
}
#profile-sec .user-name-details-box .contact-details-sec .content-box p.address .addr-span {
  display: inline-block;
}
@media (max-width: 360px) {
  #profile-sec .user-name-details-box .contact-details-sec .content-box p.address .addr-span {
    display: block;
  }
}
#profile-sec .user-name-details-box .vr-line {
  width: 0.5px;
  background: #fff;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
}
@media (max-width: 450px) {
  #profile-sec .user-name-details-box .vr-line {
    display: none;
  }
}
#profile-sec .user-name-details-box .cta-btn {
  background: #0988ca;
  padding: 5px 20px;
  margin: 20px 0;
  color: #1E1A16;
  box-shadow: 7px -1px 40px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  border: 0;
  outline: 0;
}
#profile-sec .user-name-details-box .cta-btn img {
  width: 17px;
}
@media (max-width: 435px) {
  #profile-sec .user-name-details-box .cta-btn {
    font-size: 15px;
    padding: 5px 10px;
    width: 100%;
  }
}
@media (max-width: 360px) {
  #profile-sec .user-name-details-box .cta-btn {
    font-size: 15px;
    padding: 5px;
    width: 100%;
  }
}

.whatsapp {
  width: 25px !important;
}

.content.address-content {
  overflow: hidden;
}

.contact-details-sec {
  overflow: hidden;
  margin-bottom: 10px;
}

.bb-line {
  border-bottom: 0.5px solid rgba(150, 211, 56, 0.3882352941);
  margin: 15px 0;
}

#profile-sec-btn {
  position: relative;
  z-index: 10;
}
#profile-sec-btn .btn-sec {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
#profile-sec-btn button {
  background: #fff;
  color: #222;
  border: 0;
  font-family: "Poppins", sans-serif;
  padding: 10px 15px;
  word-break: break-all;
  font-size: 16px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  display: flex;
  border-radius: 8px;
  margin: 15px 3px;
}
@media (max-width: 360px) {
  #profile-sec-btn button {
    margin: 15px 0px;
  }
}
#profile-sec-btn button a {
  color: #222;
  text-decoration: none;
}
#profile-sec-btn button img {
  width: 20px;
}

.mission-shape {
  position: absolute;
  right: 0;
}

.leaf-pattern {
  background-color: #fefefe;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 40' width='80' height='40'%3E%3Cpath fill='%2353886d' fill-opacity='0.25' d='M0 40a19.96 19.96 0 0 1 5.9-14.11 20.17 20.17 0 0 1 19.44-5.2A20 20 0 0 1 20.2 40H0zM65.32.75A20.02 20.02 0 0 1 40.8 25.26 20.02 20.02 0 0 1 65.32.76zM.07 0h20.1l-.08.07A20.02 20.02 0 0 1 .75 5.25 20.08 20.08 0 0 1 .07 0zm1.94 40h2.53l4.26-4.24v-9.78A17.96 17.96 0 0 0 2 40zm5.38 0h9.8a17.98 17.98 0 0 0 6.67-16.42L7.4 40zm3.43-15.42v9.17l11.62-11.59c-3.97-.5-8.08.3-11.62 2.42zm32.86-.78A18 18 0 0 0 63.85 3.63L43.68 23.8zm7.2-19.17v9.15L62.43 2.22c-3.96-.5-8.05.3-11.57 2.4zm-3.49 2.72c-4.1 4.1-5.81 9.69-5.13 15.03l6.61-6.6V6.02c-.51.41-1 .85-1.48 1.33zM17.18 0H7.42L3.64 3.78A18 18 0 0 0 17.18 0zM2.08 0c-.01.8.04 1.58.14 2.37L4.59 0H2.07z'%3E%3C/path%3E%3C/svg%3E");
}

.logo-icon-top-right {
  /* width: 100%; */
  margin: auto;
  margin-bottom: 10px;
  position: absolute;
  right: 0px;
  top: -60px;
  z-index: 1;
}

.logo-icon-bottom-left {
  width: 100px;
  margin: auto;
  margin-bottom: 10px;
  position: absolute;
  left: -18px;
  bottom: -50px;
  z-index: 1;
}

#mission-vision-sec {
  background-color: #fff;
  padding: 12px 0px;
}
@media (min-width: 400px) {
  #mission-vision-sec {
    padding: 30px 30px 30px 30px;
  }
}
#mission-vision-sec:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 5px solid #1E1A16;
  /* bordere-width: 5px; */
  width: 80%;
  margin: 0 auto;
  border-bottom: 5px solid #1E1A16;
}
#mission-vision-sec p {
  font-size: 15px;
  color: #4A9F2D;
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
  text-align: start;
}
@media (min-width: 500px) {
  #mission-vision-sec p {
    margin: auto;
  }
}
#mission-vision-sec p span {
  color: #4A9F2D;
  font-weight: 600;
}
#mission-vision-sec h4 {
  color: #000;
  font-size: 18px;
  line-height: 160%;
  text-align: right;
  width: 95%;
  float: right;
  margin-bottom: 15px;
}
#mission-vision-sec h4 span {
  color: #4A9F2D;
  font-weight: 600;
}
@media (max-width: 400px) {
  #mission-vision-sec h4 {
    width: 100%;
  }
}
#mission-vision-sec #content-box {
  background: rgba(86, 164, 164, 0.18);
  position: relative;
  z-index: 999;
  padding: 12px 12px;
  margin: 12px;
}
@media (min-width: 500px) {
  #mission-vision-sec #content-box {
    padding: 12px 26px;
    margin: 12px;
  }
}

.bgwhite {
  background-color: #fff;
}

#our-vision-top {
  position: relative;
}
#our-vision-top h2 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translateY(-50%);
}
@media (min-width: 400px) {
  #our-vision-top h2 {
    font-size: 30px;
  }
}
@media (min-width: 400px) {
  #our-vision-top .vision-d {
    display: block;
  }
}
@media (max-width: 399px) {
  #our-vision-top .vision-d {
    display: none;
  }
}
@media (max-width: 399px) {
  #our-vision-top .vision-m {
    display: block;
  }
}
@media (min-width: 400px) {
  #our-vision-top .vision-m {
    display: none;
  }
}

#gallery-sec img {
  width: auto !important;
  height: 80px !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.mission-shape-lft {
  position: absolute;
  left: 0;
}

@media (min-width: 400px) {
  #about-sec {
    padding: 0px;
  }
}
#about-sec p {
  color: #333333;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  margin: 0 auto;
  padding: 0px 10px 10px 10px;
}
@media (min-width: 500px) {
  #about-sec p {
    margin: 0 auto;
  }
}
#about-sec p span {
  color: #4A9F2D;
  font-weight: 600;
}
#about-sec a {
  color: #333333;
  text-decoration: underline;
}
#about-sec a:hover {
  text-decoration: none;
}
#about-sec h3 {
  color: #4A9F2D;
  font-weight: 700;
  font-size: 19px;
  line-height: 24px;
  padding-bottom: 10px;
}
#about-sec h4 {
  color: #000;
  font-size: 17px;
  line-height: 160%;
  text-align: right;
  width: 90%;
  float: right;
}
#about-sec h4 span {
  color: #4A9F2D;
  font-weight: 600;
}
#about-sec #content-box {
  background: rgba(86, 164, 164, 0.18);
  position: relative;
  z-index: 999;
  padding: 15px;
  margin-bottom: 15px;
}
@media (min-width: 500px) {
  #about-sec #content-box {
    padding: 24px 26px;
  }
}
#about-sec #content-box .box-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 15px;
}
#about-sec #content-box .box-item .text-content p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  text-align: left;
  margin-bottom: 0;
}
#about-sec #content-box .picture img {
  width: 50px;
  max-width: 50px;
  display: block;
}
#about-sec .btn-flex {
  display: flex;
  margin: auto;
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: auto;
  top: -100px;
}
#about-sec .ripple-block {
  position: relative;
  width: 8em;
  height: 8em;
  margin: auto;
  width: 5rem;
  height: 5rem;
}
#about-sec .ripple-block:hover .fa-play-circle {
  color: rgba(5, 111, 0, 0.85);
}
#about-sec .ripple-block:hover .ripple {
  background: rgba(185, 185, 185, 0.849);
}
#about-sec .ripple-block:active .fa-play-circle {
  color: rgba(5, 111, 0, 0.85);
}
#about-sec .ripple-block:active .ripple {
  background: rgba(185, 185, 185, 0.849);
}
#about-sec .ripple-block:focus .fa-play-circle {
  color: rgba(5, 111, 0, 0.85);
}
#about-sec .ripple-block:focus .ripple {
  background: rgba(185, 185, 185, 0.849);
}
#about-sec .ripple-block .ripple-1 {
  animation-delay: 0s;
}
#about-sec .ripple-block .ripple-2 {
  animation-delay: 1.6666666667s;
}
#about-sec .ripple-block .ripple-3 {
  animation-delay: 3.3333333333s;
}
#about-sec .fa-play-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.5em;
  color: #fff;
  z-index: 999;
  transition: color 1500ms ease;
}
#about-sec .ripple {
  position: absolute;
  width: 8em;
  height: 8em;
  background: #4A9F2D;
  border-radius: 50%;
  animation: ripple 5s ease-in-out infinite;
  transition: background 1500ms ease;
  width: 5rem;
  height: 5rem;
}
#about-sec .video-position {
  position: relative;
}
#about-sec i.fa-solid.fa-magnifying-glass-plus {
  color: #fff;
  text-align: center;
  margin: auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0.9;
  font-size: 51px;
}
#about-sec .title-icon::before {
  content: "";
  background: url(../images/logo-white.png);
  height: 50px;
  width: 50px;
  position: absolute;
  left: 0;
  right: 0;
  top: 12px;
  margin: auto;
  display: block;
  opacity: 0.9;
  z-index: 99;
  background-size: contain;
}
#about-sec .title-icon-left::before {
  content: "";
  margin-right: auto;
  display: block;
  left: 30px;
  right: 0;
  top: 26px !important;
  margin-right: auto;
  background: url(../images/logo-white.png);
  height: 50px;
  width: 50px;
  position: absolute;
  top: 12px;
  display: block;
  opacity: 0.9;
  z-index: 99;
  background-size: contain;
}
@media (prefers-reduced-motion) {
  #about-sec .fa-play-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 5em;
    color: #fff;
  }
  #about-sec .ripple-block .ripple {
    animation: none;
    display: none;
  }
}
@keyframes ripple {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    transform: scale(8em);
    opacity: 0;
  }
}

.mission-icon {
  position: absolute;
  width: 130px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0.6;
}

.vision-icon {
  position: absolute;
  width: 130px;
  margin: auto;
  left: 0;
  right: 0;
  display: block;
  opacity: 0.6;
}

.download-menu-card {
  background: #0988ca;
  padding: 30px 0;
  width: 100%;
}
.download-menu-card a {
  padding: 15px 30px;
  font-size: 17px;
  color: #333333;
  text-decoration: none;
  border-radius: 50px;
  letter-spacing: 0.2px;
  font-weight: 700;
  border: 2px dashed #fff;
}
.download-menu-card a:hover {
  background: #1E1A16;
  color: #fff;
  border: 2px dashed #1E1A16;
}
@media (max-width: 340px) {
  .download-menu-card a {
    padding: 13px 12px;
  }
}
.download-menu-card a img {
  width: 25px;
  margin-left: 15px;
  fill: #fff !important;
}

#contact-form-sec {
  z-index: 9999;
  position: relative;
  /*--- Form ---*/
}
#contact-form-sec form {
  position: relative;
  z-index: 999;
}
@media (min-width: 400px) {
  #contact-form-sec {
    padding: 0px 40px 30px 40px;
  }
}
#contact-form-sec .submit-btn {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 18px;
  width: -webkit-fit-content;
  padding: 5px 30px;
  border: 1px solid #B2CD00;
  vertical-align: middle;
  white-space: nowrap;
  letter-spacing: 1.2px;
  margin: 15px 5px;
}
#contact-form-sec ::-moz-placeholder {
  color: #DBDBDB;
  opacity: 1; /* Firefox */
}
#contact-form-sec ::placeholder {
  color: #DBDBDB;
  opacity: 1; /* Firefox */
}
#contact-form-sec :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #DBDBDB;
}
#contact-form-sec ::-ms-input-placeholder { /* Microsoft Edge */
  color: #DBDBDB;
}
#contact-form-sec .form-control {
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 15px 10px !important;
  background: transparent;
  border: transparent;
  height: 45px;
  font-size: 15px;
  border: 1px solid #151516;
  color: #151516;
}
#contact-form-sec textarea.form-control {
  min-height: calc(2em + 2rem + 12px);
}
#contact-form-sec .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: transparent;
  outline: 0;
}
#contact-form-sec .invalid-feedback,
#contact-form-sec .security-invalid-feedback {
  width: 100%;
  margin-top: 0.25rem;
  color: #dc3545;
  font-size: 12px !important;
  line-height: 20px !important;
}
#contact-form-sec .form-control::-moz-placeholder {
  color: #888;
}
#contact-form-sec .form-control::placeholder {
  color: #888;
}
#contact-form-sec .form-control:-ms-input-placeholder {
  color: #888;
}
#contact-form-sec .submitbtn {
  border: none;
  padding: 6px 20px;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  background-size: 200%;
  transition: 0.8s;
  background-image: linear-gradient(to left, #4A9F2D, #0988ca, #4A9F2D);
  background-position: right;
}
#contact-form-sec .submitbtn:hover {
  background-position: left;
  color: #fff;
}
@media (max-width: 768px) {
  #contact-form-sec .submitbtn {
    font-size: 15px;
  }
}

section#link-sec {
  padding: 15px;
  z-index: 9999;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  position: relative;
  z-index: 99;
}
section#link-sec a.btns {
  font-weight: 500;
  font-size: 15px;
  margin: auto !important;
  display: block !important;
  line-height: 21px;
  color: #fff;
  text-decoration: none;
  margin: 5px 10px;
  text-align: center;
  text-align: center;
  display: inline-table;
  font-weight: 500;
}
@media (min-width: 400px) {
  section#link-sec a.btns {
    font-size: 15px;
  }
}
section#link-sec #other-links {
  position: relative;
  background-color: transparent;
  padding: 0px 0 20px;
  right: 0px;
  width: 100%;
}
section#link-sec #other-links ul {
  text-align: center;
}
section#link-sec #other-links ul li {
  display: inline-block;
  background: #537B2E;
  padding: 10px 25px;
  border-radius: 5px;
  list-style: none;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px;
}
@media (max-width: 358px) {
  section#link-sec #other-links ul li {
    width: 100%;
  }
}
section#link-sec #other-links ul li a {
  text-decoration: none;
}
section#link-sec #other-links ul li a te img {
  display: block;
  display: inline-block;
  width: auto;
  height: 20px;
}
section#link-sec #other-links ul li a img.share-img {
  border: none;
}
section#link-sec #other-links ul li a span {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}
section#link-sec #other-links ul li a.addtocontactbtns {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  width: 100% !important;
}
section#link-sec #other-links ul li i {
  width: 25px;
  margin-right: 10px;
  background: #bcd861;
  padding: 5px;
  border-radius: 100%;
  font-size: 13px;
  color: #000;
  height: 25px;
  line-height: 18px;
}

.modal-header {
  background: rgba(193, 192, 192, 0.7803921569);
  padding: 15px;
  z-index: 9999;
  position: relative;
  color: #000;
}

.modal-header, .modal-content {
  border-radius: 0px;
}

.read-more {
  text-decoration: underline !important;
  color: #333;
  padding: 0px;
}

.working-hrs-box a {
  text-decoration: underline !important;
  color: #333;
}

.working-hrs-box p {
  text-align: start;
}

.bg-theme {
  background: #0988ca;
}

#social-link-sec {
  text-align: center;
}
#social-link-sec a.btns {
  font-weight: 500;
  font-size: 15px;
  line-height: 21px;
  color: #fff;
  text-decoration: none;
  margin: 5px 10px;
  text-align: center;
  display: inline-table;
  vertical-align: middle;
  font-weight: 500;
}
@media (min-width: 400px) {
  #social-link-sec a.btns {
    font-size: 15px;
  }
}
#social-link-sec #website-add {
  background-color: #537B2E;
  color: #000;
  padding: 5px;
}
#social-link-sec #other-links {
  position: relative;
  padding: 20px 0 10px;
  margin: 0;
  right: 0px;
  width: 100%;
}
#social-link-sec #other-links ul {
  text-align: center;
}
#social-link-sec #other-links ul li {
  display: inline-block;
  list-style: none;
  width: 49%;
  padding: 0;
  margin: 0;
}
#social-link-sec #other-links ul li a {
  text-decoration: none;
  color: #4A9F2D;
}
#social-link-sec #other-links ul li a img {
  display: block;
  display: inline-block;
  width: auto;
  height: 25px;
  font-size: 15px;
}
#social-link-sec #other-links ul li a img.share-img {
  border: none;
}
#social-link-sec #other-links ul li a span {
  display: inline-block;
  color: #4A9F2D;
  font-size: 15px;
}
#social-link-sec #other-links ul li a.addtocontactbtns {
  display: block;
  padding: 10px 10px;
  border: 1px solid #f8f7fb;
  font-size: 15px;
  color: #fff;
  background: #4A9F2D;
  margin-top: 15px;
  font-weight: 600;
  line-height: 0;
}
#social-link-sec #other-links ul li a.addtocontactbtns:hover {
  background: #0988ca;
  color: #333333;
}
#social-link-sec #other-links ul li:last-child {
  width: 60%;
}
#social-link-sec .social-media-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 400px;
  margin: 15px 0;
  flex-wrap: wrap;
  position: relative !important;
  z-index: 99 !important;
}
#social-link-sec .social-media-sec a {
  background: #4A9F2D;
  color: #fff;
  line-height: 18px;
  font-size: 12px;
  margin: 5px auto;
  padding: 10px 15px;
  border-radius: 50px;
  text-decoration: none;
}
@media (max-width: 400px) {
  #social-link-sec .social-media-sec a {
    padding: 0px 7px;
    font-size: 11px;
  }
}
#social-link-sec .social-media-sec a.gray-btn {
  background: #fff;
  color: #222222;
  border: 1px solid #4A9F2D;
  font-weight: 600;
  width: 40px;
  font-size: 17px !important;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
#social-link-sec .social-media-sec a.gray-btn:hover {
  background: #4A9F2D;
  color: #fff;
}

.w-fit-content {
  width: -moz-fit-content;
  width: fit-content;
}

.ml-16 {
  margin-left: 16px;
}

#gallery-sec {
  background: #fafafa;
}
#gallery-sec #gallery-sec .gallery-images {
  border-radius: 5px;
  box-shadow: -1px 2px 16px 0 rgba(255, 255, 255, 0.031372549);
}
#gallery-sec #gallery-sec .box {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3882352941);
  position: absolute;
  top: 0;
}
#gallery-sec #gallery-sec .fa-magnifying-glass-plus {
  color: rgba(255, 255, 255, 0.8196078431);
  font-size: 30px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 999;
  top: 40%;
  margin: auto;
}
#gallery-sec #gallery-sec .content-box {
  position: relative;
  overflow: hidden;
}
#gallery-sec .owl-theme .owl-nav {
  margin-top: 0 !important;
}
#gallery-sec .owl-theme .owl-nav button i {
  background: 0 0;
  line-height: 30px;
  padding-top: 5px;
}
#gallery-sec .owl-theme .owl-nav [class*=owl-]:hover {
  background: 0 0 !important;
  color: #000 !important;
  text-decoration: none;
}
#gallery-sec img.img-fluid.main-gallery-image {
  width: 100%;
  height: 190px;
  -o-object-fit: cover;
  object-fit: cover;
}
#gallery-sec .owl-carousel .owl-item img {
  display: block;
  width: 100px !important;
  margin: 0 auto;
}
#gallery-sec .card {
  border-radius: 0px;
  border: 0;
}
#gallery-sec p.gallery-title {
  margin: 0;
  padding: 5px;
  background: #dea701;
  color: #fff;
  text-align: center;
  letter-spacing: 0.5px;
  font-size: 24px;
}
#gallery-sec .fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  font-size: 19px;
  pointer-events: all;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}
#gallery-sec .fancybox-image,
#gallery-sec .fancybox-spaceball {
  height: auto !important;
  max-height: 350px !important;
  -o-object-fit: contain;
  object-fit: contain;
}

#photo-gallery .content-box {
  position: relative;
  overflow: hidden;
}
#photo-gallery .content-box .box {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3882352941);
  position: absolute;
  top: 0;
  border-radius: 5px;
}
#photo-gallery i {
  color: white;
  font-size: 50px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 999;
  top: 40%;
  margin: auto;
  transition: all 0.5s ease 0s;
}
#photo-gallery i:hover {
  transform: scale(0.8);
  transition: all 0.5s ease 0s;
}
#photo-gallery .psingle-card {
  position: relative;
  transition: all 0.5s ease 0s;
}
#photo-gallery .psingle-card:hover {
  transform: scale(0.98);
  transition: all 0.5s ease 0s;
}
#photo-gallery .psingle-image {
  margin: 0 auto;
  position: relative;
  z-index: 12;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 13px 4px 1000px rgba(255, 255, 255, 0.1);
}
#photo-gallery .psingle-image p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
}
#photo-gallery .psingle-image .psingletxt-title p {
  position: relative;
  z-index: 100;
  color: #fff;
  font-size: 18px;
  line-height: 150%;
  font-weight: bold;
  text-align: center;
}
#photo-gallery .psingle-image .psingletxt-title p span {
  font-weight: 400;
  font-weight: 400;
  display: inline-block;
  margin-top: 15px;
  color: #fbca8b;
}
#photo-gallery .psingle-content {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  position: absolute;
  left: 0px;
  top: -30px;
  bottom: -30px;
  background: #463f3f url(../images/os-texture.svg) repeat;
  box-shadow: 7px 4px 35px rgba(0, 0, 0, 0.25);
  align-items: flex-end !important;
  display: flex !important;
}
@media (max-width: 600px) {
  #photo-gallery .psingle-content {
    left: 30px;
    top: -30px;
    right: 30px;
    bottom: -30px;
  }
}

.gallery-carousel.owl-theme.owl-carousel.pnav-lftrgt.owl-loaded.owl-drag {
  margin-bottom: 0px;
}

#project-preferance .box {
  margin: 15px auto;
  border-radius: 10px;
}
#project-preferance .box .counters-box a {
  display: flex;
  align-items: center;
  justify-items: center;
}
#project-preferance .box .counters-box a p {
  margin-bottom: 0px !important;
}
#project-preferance .box .counters-box a i {
  color: #4A9F2D;
  font-size: 20px;
  position: relative;
  margin-right: 15px;
  transition: all 0.5s ease 0s;
}
#project-preferance .box .counters {
  padding: 0px !important;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
#project-preferance .box .counters p {
  color: #C1C1C0;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}
#project-preferance .box .counters p span {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
#project-preferance .box .counters img {
  filter: grayscale(0);
}
#project-preferance .box .counters img:hover {
  filter: grayscale(1);
}
#project-preferance .box .counters .overlay {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 0;
  border-radius: 5px;
}
#project-preferance .box .counters .overlay:hover img {
  filter: grayscale(1) !important;
}
#project-preferance .box .counters i {
  color: white;
  font-size: 50px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 999;
  top: 40%;
  margin: auto;
  transition: all 0.5s ease 0s;
}
#project-preferance .box .counters i:hover {
  transform: scale(0.8);
  transition: all 0.5s ease 0s;
}

#client-sec::after {
  content: "";
  background: url(../images/title-shape.png) 50% 50% no-repeat;
  width: 100%;
  position: absolute;
  opacity: 0.1;
  left: 50%;
  top: 50%;
  height: 100%;
  transform: translate(-50%, -50%);
}
#client-sec .box {
  margin: 15px auto;
  border-radius: 10px;
  position: relative;
  z-index: 999;
}
#client-sec .count-icon {
  width: 100px;
  margin: 10px auto;
  display: block;
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 10px;
  border: 2px solid #B2CD00;
  padding: 2px;
}
#client-sec .card {
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 15px;
}
#client-sec .card .card-body {
  flex: 1 1 auto;
  justify-content: space-between;
  position: relative;
  background: #81cc26;
  width: 100%;
  font-weight: 600;
  padding: 10px 10px;
  color: #fff;
  margin-top: -30px;
  text-decoration: none;
  background: #81cc26;
  font-size: 17px;
  width: 100%;
  display: flex;
  align-items: center;
  font-family: "Noto Sans", sans-serif;
}
#client-sec .card .card-body::after {
  content: "\f054";
  font-family: fontawesome;
  float: right;
  margin-right: 10px;
  font-size: 24px;
}
#client-sec .text-dark-clr {
  color: #363636;
  font-size: 17px;
  margin: 0;
}

#bank-details {
  background: linear-gradient(179.43deg, #4A9F2D -50%, #fff 50%);
  padding: 15px;
  z-index: 9999;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  position: relative;
}
#bank-details i {
  width: 25px;
  margin-right: 10px;
  /* border-radius: 50%; */
  /* border: 1px solid green; */
  background: #bcd861;
  padding: 5px;
  border-radius: 100%;
  font-size: 13px;
  color: #000;
  height: 25px;
  line-height: 18px;
}
#bank-details .modal {
  text-align: center;
  z-index: 999999;
}
#bank-details .modal:before {
  display: inline-block !important;
  vertical-align: middle !important;
  content: " ";
  height: 100% !important;
}
#bank-details .modal-dialog {
  display: inline-block !important;
  text-align: left !important;
  vertical-align: middle !important;
}

#testimonials .psec-gap {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/test-bg.webp) no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
#testimonials .psectxt-subtitle {
  color: #fff !important;
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-weight: 700 !important;
  margin-bottom: 3rem !important;
}
#testimonials .psectxt-subtitle span {
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 52px;
  letter-spacing: 0.25px;
  color: #4A9F2D;
}
#testimonials .psingle-card {
  position: relative;
  transition: all 0.5s ease 0s;
}
#testimonials .psingle-card:hover {
  transform: scale(0.98);
  transition: all 0.5s ease 0s;
}
#testimonials .psingle-image {
  padding: 20px 30px;
  position: relative;
  z-index: 12;
  overflow: hidden;
  background: #4A9F2D;
  border-radius: 20px;
  box-shadow: 13px 4px 1000px rgba(255, 255, 255, 0.1);
  min-height: 385px;
}
#testimonials .psingle-image .psingle-image-text {
  text-align: center;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 90%;
}
#testimonials .psingle-image p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
}
#testimonials .psingle-image .psingletxt-title p {
  position: relative;
  z-index: 100;
  color: #fff;
  font-size: 18px;
  line-height: 150%;
  font-weight: bold;
  text-align: center;
}
#testimonials .psingle-image .psingletxt-title p span {
  font-weight: 400;
  font-weight: 400;
  display: inline-block;
  margin-top: 15px;
  color: #fbca8b;
}
#testimonials .psingle-image .psingletxt-title:first-child:before {
  content: "“";
  color: #81bedb;
  font-size: 7.5em;
  font-weight: 700;
  opacity: 0.3;
  position: absolute;
  top: -0.4em;
  left: -0.2em;
  text-shadow: none;
  z-index: -300;
}
#testimonials .psingle-image .psingletxt-title .star-rating {
  color: #285e16;
  margin: 17px 0 10px;
  font-size: 1.8em;
  text-align: center;
  display: block;
  margin: 0 auto;
}
#testimonials .psingle-content {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  position: absolute;
  left: 0px;
  top: -30px;
  right: 30px;
  bottom: -30px;
  background: #463f3f url(../images/os-texture.svg) repeat;
  box-shadow: 7px 4px 35px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  align-items: flex-end !important;
  display: flex !important;
}
@media (max-width: 600px) {
  #testimonials .psingle-content {
    left: 30px;
    top: -30px;
    right: 30px;
    bottom: -30px;
  }
}
#testimonials .pnav-lftrgt .owl-dots {
  display: none;
}
#testimonials .pnav-lftrgt .owl-carousel .owl-dots.disabled,
#testimonials .pnav-lftrgt .owl-carousel .owl-nav.disabled {
  display: block !important;
}
#testimonials .pnav-lftrgt .owl-item {
  height: 100%;
  min-height: 385px !important;
}
#testimonials .pnav-lftrgt .owl-nav {
  position: absolute;
  left: 50%;
  margin-left: -40px;
  bottom: -60px;
}
#testimonials .pnav-lftrgt .owl-nav .owl-prev {
  width: 40px;
  height: 40px;
  content: rgba(136, 136, 34, 0.4);
  text-align: center;
  position: relative;
  display: inline-block;
  background: transparent;
  top: 0;
  left: -10px !important;
  cursor: pointer;
  transition: all 500ms ease;
  background: #fff;
  border-radius: 50%;
}
#testimonials .pnav-lftrgt .owl-nav .owl-prev::before {
  left: auto;
  content: "";
  position: absolute;
  top: 14px;
  left: 16px;
  width: 13px;
  height: 13px;
  border-bottom: 2px solid #271931;
  border-left: 2px solid #271931;
  transform: rotate(45deg);
  transition: 0.7s cubic-bezier(0.2, 0.96, 0.34, 1);
  right: 6px;
}
#testimonials .pnav-lftrgt .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  content: rgba(136, 136, 34, 0.4666666667);
  position: relative;
  display: inline-block;
  background: transparent;
  top: 0;
  left: 0px !important;
  cursor: pointer;
  transition: all 500ms ease;
  background: #fff;
  border-radius: 50%;
}
#testimonials .pnav-lftrgt .owl-nav .owl-next::before {
  left: auto;
  content: "";
  position: absolute;
  top: 14px;
  right: 16px;
  width: 13px;
  height: 13px;
  transform: rotate(45deg);
  transition: 0.7s cubic-bezier(0.2, 0.96, 0.34, 1);
  border-top: 2px solid #271931;
  border-right: 2px solid #271931;
}

@media (min-width: 768px) {
  #testimonials .psec-gap {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}
@media (min-width: 768px) {
  #testimonials .psingletxt-title {
    font-size: 15px;
  }
}
.testimonials-carousel.owl-theme.owl-carousel.pnav-lftrgt.owl-loaded.owl-drag {
  margin-bottom: 50px;
}

#image-testimonial .box {
  margin: 15px auto;
  border-radius: 10px;
}
#image-testimonial .box .counters-box a {
  display: flex;
  align-items: center;
  justify-items: center;
}
#image-testimonial .box .counters-box a p {
  margin-bottom: 0px !important;
}
#image-testimonial .box .counters-box a i {
  color: #4A9F2D;
  font-size: 20px;
  position: relative;
  margin-right: 15px;
  transition: all 0.5s ease 0s;
}
#image-testimonial .box .counters {
  padding: 0px !important;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
#image-testimonial .box .counters p {
  color: #C1C1C0;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}
#image-testimonial .box .counters p span {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
#image-testimonial .box .counters img {
  filter: grayscale(0);
}
#image-testimonial .box .counters img:hover {
  filter: grayscale(1);
}
#image-testimonial .box .counters .overlay {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 0;
  border-radius: 5px;
}
#image-testimonial .box .counters .overlay:hover img {
  filter: grayscale(1) !important;
}
#image-testimonial .box .counters i {
  color: white;
  font-size: 50px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 999;
  top: 40%;
  margin: auto;
  transition: all 0.5s ease 0s;
}
#image-testimonial .box .counters i:hover {
  transform: scale(0.8);
  transition: all 0.5s ease 0s;
}

#certificate-sec {
  background-color: #f8f9fa !important;
}
#certificate-sec a {
  text-decoration: none !important;
  outline: none !important;
}
#certificate-sec .card {
  border: 0px solid #000 !important;
}
#certificate-sec .award-cards {
  margin: 0 0 20px 0;
}
#certificate-sec .award-cards .card {
  cursor: pointer;
  background: transparent;
  box-shadow: 0 0 6px 0 rgba(32, 32, 36, 0.2);
  transition: all 0.35s ease;
}
#certificate-sec .award-cards .card:hover {
  box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.2);
  transform: translateY(-10px);
}
#certificate-sec .award-cards .card img {
  width: 100%;
  height: auto;
  transition: all 0.35s ease;
  border-radius: 0px;
  transform: translateZ(10px);
}
#certificate-sec .award-cards .card .card-body {
  overflow: hidden;
  max-height: 100%;
  transition: all 0.55s ease;
  padding: 1rem;
  background: #f4f4f4;
}
#certificate-sec .award-cards .card .card-body p {
  font-size: 17px;
  line-height: 25px;
  color: #333;
  padding-bottom: 0px;
  margin-bottom: 0px;
  letter-spacing: 0px;
  word-spacing: 1px;
  text-align: center;
}
#certificate-sec .award-cards .card .card-body p b {
  color: #222;
}
#certificate-sec .my-masonry-grid-item {
  padding: 10px 20px;
}
@media only screen and (max-width: 576px) {
  #certificate-sec .my-masonry-grid-item {
    width: 100%;
  }
}
#certificate-sec .my-masonry-grid .masonry-grid-origin {
  display: block !important;
}

.navbar-box-sec {
  background-color: #e2e2e2;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 9999;
  margin-top: 10px;
}
.navbar-box-sec #business-card {
  padding: 0;
  position: relative;
  margin-bottom: 0px;
}
.navbar-box-sec .main-card-sec {
  position: relative;
  background-color: transparent;
  padding: 0;
  margin-top: 0px;
  overflow: hidden;
}
.navbar-box-sec .main-card-sec .nav {
  justify-content: space-between;
  margin: 0 15px;
}
@media (max-width: 330px) {
  .navbar-box-sec .main-card-sec .nav {
    margin: 0px 4px;
  }
}
@media (min-width: 331px) and (max-width: 400px) {
  .navbar-box-sec .main-card-sec .nav {
    margin: 0px 10px;
  }
}
.navbar-box-sec .main-card-sec .nav li a {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  display: inline-grid;
  padding: 0.5rem;
}
.navbar-box-sec .main-card-sec .nav li a img {
  margin: auto;
  height: 22px;
  width: auto;
}

button.floting {
  border: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #1E1A16;
  position: fixed;
  bottom: 80px;
  z-index: 9999;
  margin-left: auto;
  right: 5px;
  display: block;
}

.toggle-read {
  border: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #1E1A16;
  position: fixed;
  bottom: 80px;
  z-index: 9999;
  margin-left: auto;
  display: block;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3019607843);
}
.toggle-read a {
  cursor: pointer;
  border: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: auto;
  display: block;
  text-align: center;
  line-height: 50px;
}

.showHide a i {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #fff;
  padding: 0;
  font-size: 21px;
  border-radius: 3px;
}

.fa-facebook-f {
  background: #4267b2;
}

.fa-whatsapp {
  background: #25d366;
}

.fa-envelope {
  background-color: #1E1A16;
}

.fa-location-dot {
  background-color: #4A89F3;
}

.floating-btn-cls {
  display: flex;
  justify-content: right;
  margin-right: 10px;
}
.floating-btn-cls .right-box {
  margin-right: 220px;
}
.floating-btn-cls .showHide {
  position: fixed;
  bottom: 97px;
  z-index: 9999;
  background: #fff;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 5px 2px 20px rgba(0, 0, 0, 0.17);
}

.sec-title {
  font-size: 24px !important;
  font-weight: 600 !important;
  color: #4A9F2D !important;
  padding: 0px 0 20px 0 !important;
  margin: 0 !important;
  text-align: center !important;
}
.sec-title span {
  color: #333333 !important;
}
@media (max-width: 400px) {
  .sec-title {
    font-size: 19px !important;
  }
}

#contact-form-sec .sec-title {
  padding: 20px 0 20px 0 !important;
  color: #fff !important;
}

a {
  text-decoration: none !important;
}

i.fa-whatsapp {
  background: transparent !important;
}

h2 {
  font-size: 24px;
  font-weight: 600;
  color: #0a86c9;
  font-family: "Poppins", sans-serif;
  margin: 15px auto;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: block;
  position: relative;
  z-index: 999;
}

p.sec-title {
  font-size: 24px !important;
  font-weight: 600 !important;
  color: #4A9F2D !important;
  padding: 20px 0 20px 0 !important;
  text-align: center !important;
  margin: 0;
}
p.sec-title span {
  color: #333333 !important;
}
@media (max-width: 400px) {
  p.sec-title {
    font-size: 19px !important;
  }
}

#contact-form-sec .sec-title {
  color: #fff !important;
}

#about-sec p {
  text-align: justify;
  letter-spacing: 0.3px;
}

p.subtitle {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  color: #C1C1C0;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  line-height: 21px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  position: relative;
}

p.about-texts {
  font-size: 26px;
  text-align: center !important;
  margin-top: 15px;
  line-height: 32px;
}
p.about-texts span {
  font-weight: bold;
  color: #e35a2d;
}

.about-text-2 span {
  font-size: 20px;
}

.txt-title {
  font-weight: 800;
  font-size: 20px;
  text-align: center;
  position: relative;
}

p.about-subtitle {
  color: #4A9F2D;
  font-size: 20px !important;
  font-weight: bold !important;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #333333;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
}

h3 {
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  padding: 5px 0;
  color: #487213;
}

#features #content-box {
  background: transparent;
  margin: 15px 0 25px;
}
#features #content-box .box-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}
#features #content-box .box-item .text-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  text-align: left;
  margin-bottom: 0;
}
@media (max-width: 400px) {
  #features #content-box .box-item .text-content p {
    font-size: 16px;
  }
}
#features #content-box .picture img {
  width: 25px;
  max-width: 30px;
  display: block;
}

.working-hrs-box img.hrs-img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

#social-link-sec a.btns {
  font-weight: 500;
  font-size: 15px;
  line-height: 21px;
  text-decoration: none;
  margin: 5px 10px;
  text-align: center;
  display: inline-table;
  vertical-align: middle;
  font-weight: 500;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 160%;
  color: #4A9F2D;
  background: rgb(56, 56, 56);
  background-size: cover;
  background-attachment: fixed;
  box-sizing: border-box;
  margin: auto;
  box-sizing: border-box;
  display: block;
}

#business-card {
  max-width: 400px;
  padding: 10px 10px 0px 10px;
  margin: auto;
  display: block;
}

a,
.button,
button {
  transition: 0.3s;
}

a:focus,
.button:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

a,
button {
  outline: medium none;
}

ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.img-rounded {
  border-radius: 40px;
}

#business-card {
  display: block;
  position: relative;
  margin-bottom: 95px;
}

.main-card-sec {
  position: relative;
  background-color: #fff;
  padding: 30px 0;
  border: 0;
  margin-top: 20px;
  overflow: hidden;
  border-radius: 0 !important;
}

.main-card-sec {
  position: relative;
  text-decoration: none;
  overflow: hidden;
}
.main-card-sec span.boxBorder:nth-child(1) {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #b2cd01, #4A9F2D);
  animation: animate1 2s linear infinite;
}
@keyframes animate1 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.main-card-sec span.boxBorder:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background: linear-gradient(to bottom, #b2cd01, #4A9F2D);
  animation: animate2 2s linear infinite;
  animation-delay: 1s;
}
@keyframes animate2 {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
.main-card-sec span.boxBorder:nth-child(3) {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to left, #b2cd01, #4A9F2D);
  animation: animate3 2s linear infinite;
}
@keyframes animate3 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.main-card-sec span.boxBorder:nth-child(4) {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  background: linear-gradient(to top, #b2cd01, #4A9F2D);
  animation: animate4 2s linear infinite;
  animation-delay: 1s;
}
@keyframes animate4 {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}

img.about-logo {
  width: 60px;
  margin-top: 10px;
}/*# sourceMappingURL=main.css.map */