@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* Reset some base styles */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.5;
  color: #000;
}

a:hover {
  color: #6f9a1b;
  text-decoration: none;
}

span {
  color: inherit;
}

.inner-sec ul,
.inner-sec1 ul,
.inner-sec2 ul,
.inner-sec3 ul {
  margin-left: 20px !important;
}

.inner-sec ol,
.inner-sec1 ol,
.inner-sec2 ol,
.inner-sec3 ol {
  margin-left: 20px !important;
}

.d-inline {
  padding-right: 10px;
}

.recent-blogs ul {
  margin-left: 0px !important;
}

.accordion-body ul {
  margin: 0 !important;
  padding: 10px !important;
}

body {
  font-family: "Montserrat", sans-serif !important;
  position: relative;
}
body .whatsapp-icon {
  position: fixed;
  width: 55px;
  height: 55px;
  bottom: 25px;
  left: 10px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 99999999999;
}
body .whatsapp-icon img {
  margin-top: 10px;
  width: 100%;
  box-shadow: 2px 2px 3px rgba(153, 153, 153, 0.3176470588);
  border-radius: 50%;
}

.my-auto {
  margin: auto 0;
}

.img-fluid {
  width: 100%;
  max-width: 100%;
}

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

.row-gap-3 {
  row-gap: 20px;
}

.row-gap-4 {
  row-gap: 30px;
}

.rounded {
  border-radius: 5px;
}

/* Container */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .container {
    max-width: 95%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
    margin: 0 auto;
  }
  .request-btn-col {
    padding: 10px 5px !important;
  }
  .request-btn-col .request-btn {
    padding: 10px 10px !important;
    width: 100% !important;
    display: block;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 95%;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 95%;
    margin: 0 auto;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
    margin: 0 auto;
  }
}
/* Row */
.row {
  display: flex;
  flex-wrap: wrap;
}

/* Columns */
[class^=col],
[class*=" col"] {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* Auto Width Column */
.col {
  flex: 1 0 0%;
}

a {
  text-decoration: none !important;
}

h2 {
  font-size: 40px;
  color: #9dd929 !important;
  font-weight: 600;
}

.btn1 {
  background: rgb(157, 217, 41);
  background: linear-gradient(180deg, rgb(157, 217, 41) 0%, rgb(83, 115, 22) 100%);
  padding: 10px 20px;
  border-radius: 30px;
  color: #fff !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.btn1:hover {
  color: #000 !important;
  background: rgb(157, 217, 41) !important;
}

.hs-form-e94bd4c8-3cbc-4763-9cd5-3154fe710b5f_a2c6cf39-aa92-4075-a9fb-e0b9b979cd1c legend.hs-field-desc {
  display: none;
}

.btn-2 {
  background-color: transparent;
  border: 1px solid #fff;
  padding: 8px 20px;
  color: #fff;
  border-radius: 5px;
}
.btn-2:hover {
  background-color: #9dd929;
}

.heading2 {
  text-align: center;
}

::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #505050;
  border-radius: 0px;
  margin-left: -5px;
}

::-webkit-scrollbar-thumb {
  background: #9dd929;
  border-radius: 6px;
  border: 0.1px solid #9dd929;
}

::-webkit-scrollbar-thumb:hover {
  background: #000;
}

::-webkit-scrollbar-corner {
  background: #3a3b3c;
}

main {
  width: 100%;
  height: auto;
  z-index: 1 !important;
  position: relative !important;
}

.banner-wrapper {
  width: 100%;
  height: auto;
  background: url("../images/banner-img.webp") bottom left no-repeat;
  background-size: cover;
  z-index: 1;
  position: relative;
}

.why-chooseus-sec {
  background-color: #000;
}

.our-secvice-sec {
  background-color: #000;
}

.clients-sec {
  background-color: #000;
}

.stories-sec {
  background-color: #000;
}

.banner-wrapper {
  width: 100%;
  height: auto;
  overflow-x: hidden;
}
.banner-wrapper .banner-content h1 {
  color: #9dd929;
  font-size: 55px;
  font-weight: bolder;
  margin-bottom: 30px;
  line-height: 70px;
}
.banner-wrapper .banner-content h1 span {
  color: #fff;
}
.banner-wrapper .banner-content p {
  color: #fff;
  line-height: 30px;
  margin-bottom: 30px;
  padding-right: 90px;
}
.banner-wrapper .banner-contact-form {
  background-color: #3a3b3c;
  padding: 20px 20px 10px 20px;
  border-radius: 10px;
  font-weight: bold;
}
.banner-wrapper .banner-contact-form h3 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.banner-wrapper .banner-contact-form h3 span {
  color: #9dd929;
}
.banner-wrapper .row {
  padding: 60px 0;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.1568627451);
}

.why-chooseus-sec .container {
  padding: 50px 0;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.1568627451);
}
.why-chooseus-sec .stats-row {
  padding: 20px 0 0 0;
  display: flex;
  align-items: start;
  justify-content: space-around;
}
.why-chooseus-sec .stats-row .stat-item {
  text-align: center;
  width: 20%;
}
.why-chooseus-sec .stats-row .stat-item h5 {
  color: #fff !important;
  font-size: 40px !important;
  font-weight: 600;
}
.why-chooseus-sec .stats-row .stat-item p {
  font-size: 1rem;
  color: #9dd929;
  margin-top: 10px;
}

.our-secvice-sec .row {
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.1568627451);
}
.our-secvice-sec .sevice-col h3 {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
.our-secvice-sec .sevice-col p {
  color: #fff;
  line-height: 35px;
  font-size: 16px;
}

.clients-sec .container {
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.1568627451);
}

.client-item {
  background-color: #15161b;
  border: 3px solid #212224;
  padding: 30px;
  border-radius: 10px;
  min-height: 320px;
  position: relative !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.client-item .stars {
  height: 20px !important;
  width: auto !important;
}
.client-item p {
  color: #fff;
  font-size: 14px !important;
  margin-bottom: 0px;
  font-weight: 200 !important;
  line-height: 30px;
}
.client-item h4 {
  font-size: 18px !important;
  font-weight: 500;
  color: #9dd929;
  margin-bottom: 0;
  bottom: 30px;
  left: 30px;
  position: absolute;
}

.client-img img {
  width: 100% !important;
  border-radius: 5px;
}

.swiper-pagination-bullet {
  background-color: #cfcfcf !important;
}

.swiper-pagination-bullet.active {
  background-color: #9dd929 !important;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px !important;
}

.owl-theme .owl-dots .owl-dot span {
  width: 20px !important;
  height: 10px !important;
  margin: 5px 7px;
  background: #15161b !important;
  border: 2px solid #212224;
}

.owl-theme .owl-dots .owl-dot.active span {
  width: 20px !important;
  height: 10px !important;
  margin: 5px 7px;
  background: #9dd929 !important;
  border: 2px solid #212224;
}

.case-study {
  background: rgb(15, 20, 23);
  background: linear-gradient(360deg, rgb(15, 20, 23) 0%, rgb(27, 33, 33) 17%);
  padding: 30px;
  border: 1.5px solid #cfcfcf;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.case-study h5 {
  font-size: 20px;
  color: #fff !important;
  margin-bottom: 15px;
  font-weight: 700;
}
.case-study p {
  font-size: 16px;
  color: #fff !important;
  margin-bottom: 25px;
}

.thankyou-sec {
  width: 100%;
  height: 82vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thankyou-sec .thankyou-col {
  width: 38%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #505050;
  padding: 30px;
  border-radius: 5px;
}
.thankyou-sec .thankyou-col img {
  height: 60px;
}
.thankyou-sec .thankyou-col p {
  margin: 0;
}

.contact-sec {
  background: rgb(27, 33, 33);
  background: linear-gradient(180deg, rgb(27, 33, 33) 0%, rgb(15, 20, 23) 100%);
}
.contact-sec .contact-details h2 {
  font-size: 55px !important;
  font-weight: bolder !important;
  margin-bottom: 10px !important;
  line-height: 70px !important;
}
.contact-sec .contact-details h2 span {
  color: #fff !important;
}
.contact-sec .contact-details a {
  color: #fff;
  padding: 5px 0 !important;
  display: inline-block !important;
}
.contact-sec .contact-details a:hover {
  color: #9dd929;
}
.contact-sec .footer-contact-form {
  background-color: #282d2d;
  padding: 20px 20px 10px 20px;
  border-radius: 5px;
  font-weight: bold;
}
.contact-sec .footer-contact-form h6 {
  font-size: 16px;
  font-weight: 300;
  color: #cfcfcf;
  margin-bottom: 20px;
}

.footer-row {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.footer-row .locations {
  margin-top: 10px;
}
.footer-row p {
  font-size: 14px !important;
}
.footer-row address {
  font-size: 14px !important;
  font-style: normal !important;
  color: #212224;
  line-height: 22px;
}
.footer-row .social-media {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.footer-row .social-media a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #808080;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.footer-row .social-media a:hover {
  background-color: #9dd929;
}
.footer-row .footer-col1 {
  width: 23%;
  padding: 5px;
}
.footer-row .footer-col2 {
  width: 13%;
  padding: 5px;
}
.footer-row .footer-col3 {
  width: 21%;
  padding: 5px;
}
.footer-row .footer-col4 {
  width: 21%;
  padding: 5px;
}
.footer-row .footer-col5 {
  width: 22%;
  padding: 5px;
}
.footer-row h6 {
  color: #9dd929 !important;
  font-weight: 600;
  font-size: 16px;
}
.footer-row ul {
  padding: 0;
  margin: 0;
}
.footer-row ul li {
  list-style: none;
  padding: 4px 0;
}
.footer-row ul li a {
  color: #212224;
  font-size: 14px !important;
}
.footer-row ul li a:hover {
  color: #9dd929;
}

.bottom-footer {
  background-color: #000;
  padding: 10px 0;
}
.bottom-footer .bottom-footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  flex-wrap: wrap;
}
.bottom-footer .bottom-footer-row p {
  margin-bottom: 0;
  color: #fff;
  font-style: 300;
}
.bottom-footer .bottom-footer-row ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bottom-footer .bottom-footer-row ul li {
  display: inline;
  padding: 1px 8px 1px 4px;
  border-right: 1px solid #fdfdfd;
  margin-left: 0;
}
.bottom-footer .bottom-footer-row ul li a {
  color: #fff;
}
.bottom-footer .bottom-footer-row ul li a:hover {
  color: #9dd929;
  font-style: 300;
}
.bottom-footer .bottom-footer-row ul li:last-child {
  border-right: none;
}

.inside-banner .row {
  border: none !important;
}

.career-box {
  background-color: #15161b;
  margin-bottom: 30px;
  border: 1px solid #fff !important;
  border-radius: 5px;
}
.career-box img {
  border-radius: 5px 5px 0 0;
}
.career-box .career-content {
  padding: 20px 20px 30px 20px;
}
.career-box .career-content h4 {
  color: #fff;
  font-weight: 600;
}
.career-box .career-content p {
  color: #cfcfcf;
  font-size: 14px !important;
  margin-bottom: 20px;
}

.banner-content-inside {
  padding-left: 10%;
}
.banner-content-inside h1 {
  color: #9dd929;
  font-size: 45px;
  font-weight: bolder;
  margin-bottom: 30px;
  line-height: 70px;
}
.banner-content-inside h1 span {
  color: #fff;
}
.banner-content-inside p {
  color: #fff;
  line-height: 30px;
  margin-bottom: 30px;
  padding-right: 90px;
}
.banner-content-inside span {
  color: #9ec948;
}

.inner-banner-wrapper .row {
  border-bottom: none !important;
  padding: 0 !important;
}

.inner-sec {
  padding: 50px 0;
  background-color: #000000;
}
.inner-sec p {
  color: #dfdfdf;
  line-height: 30px;
  font-size: 16px;
}
.inner-sec h3 {
  color: #9dd929;
  font-size: 25px;
  font-weight: bold;
}
.inner-sec h5 {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}
.inner-sec a {
  color: #9dd929;
}
.inner-sec ul {
  margin: 0;
}
.inner-sec ul li {
  position: relative;
  list-style: none;
  padding: 8px 0;
  color: #ffffff;
}
.inner-sec ul li strong {
  color: #9dd929;
}
.inner-sec ul li:before {
  float: left;
  font-family: "fontawesome";
  font-size: 15px;
  color: #9dd929;
  content: "\f192";
  left: -25px;
  top: 9px;
  position: absolute;
}

.inner-sec1 {
  padding: 50px 0;
  background-color: rgba(5, 5, 6, 0.9568627451);
}
.inner-sec1 p {
  color: #dfdfdf;
  line-height: 30px;
  font-size: 16px;
}
.inner-sec1 h3 {
  color: #9dd929;
  font-size: 25px;
  font-weight: bold;
}
.inner-sec1 h5 {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}
.inner-sec1 a {
  color: #9dd929;
}
.inner-sec1 ul {
  margin: 0;
}
.inner-sec1 ul li {
  position: relative;
  list-style: none;
  padding: 8px 0;
  color: #ffffff;
}
.inner-sec1 ul li strong {
  color: #9dd929;
}
.inner-sec1 ul li:before {
  float: left;
  font-family: "fontawesome";
  font-size: 15px;
  color: #9dd929;
  content: "\f192";
  left: -25px;
  top: 9px;
  position: absolute;
}

.career-form {
  background-color: #15161b;
  padding: 20px;
  border-radius: 5px;
}

.inner-sec2 {
  padding: 50px 0;
  background-color: #000;
}
.inner-sec2 p {
  color: #dfdfdf;
  line-height: 30px;
  font-size: 16px;
}
.inner-sec2 h3 {
  color: #9dd929;
  font-size: 25px;
  font-weight: bold;
}
.inner-sec2 h5 {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}
.inner-sec2 ul {
  margin: 0;
}
.inner-sec2 ul li {
  position: relative;
  list-style: none;
  padding: 8px 0;
  color: #ffffff;
}
.inner-sec2 ul li strong {
  color: #9dd929;
}
.inner-sec2 ul li:before {
  float: left;
  font-family: "fontawesome";
  font-size: 15px;
  color: #9dd929;
  content: "\f192";
  left: -25px;
  top: 9px;
  position: absolute;
}

.inner-sec3 {
  padding: 0 0 50px 0;
  background-color: #000;
}
.inner-sec3 p {
  color: #dfdfdf;
  line-height: 30px;
  font-size: 16px;
}
.inner-sec3 h5 {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}
.inner-sec3 .col-md-6 {
  margin-bottom: 30px;
}
.inner-sec3 ul {
  margin: 0;
}
.inner-sec3 ul li {
  position: relative;
  list-style: none;
  padding: 8px 0;
  color: #ffffff;
}
.inner-sec3 ul li strong {
  color: #9dd929;
}
.inner-sec3 ul li:before {
  float: left;
  font-family: "fontawesome";
  font-size: 15px;
  color: #9dd929;
  content: "\f192";
  left: -25px;
  top: 9px;
  position: absolute;
}

.link {
  color: #9dd929;
  cursor: pointer !important;
}
.link:hover {
  color: #808080;
}

.contact-details h4 {
  color: #9dd929;
  font-size: 18px;
  font-weight: bold;
}
.contact-details address {
  color: #fdfdfd;
  line-height: 30px;
  font-style: normal;
}
.contact-details .social-media-links {
  padding: 0;
  margin: 0 !important;
}
.contact-details .social-media-links li {
  padding: 3px 0 !important;
  list-style: none;
}
.contact-details .social-media-links li::before {
  display: none;
}
.contact-details .social-media-links li i {
  color: #9dd929;
}
.contact-details .social-media-links li a {
  color: #fff !important;
}

.icon-box1 {
  background-color: rgba(21, 22, 27, 0.7529411765);
  padding: 20px;
  border: 0.1px solid #dfdfdf;
  border-radius: 6px;
  height: 100%;
}
.icon-box1 .img-head {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 0;
}
.icon-box1 .img-head img {
  height: 100px;
}
.icon-box1 .img-head h3 {
  color: #fdfdfd;
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
}
.icon-box1 p {
  margin-bottom: 0;
}

.icon-box2 {
  background-color: rgba(21, 22, 27, 0.7529411765);
  padding: 20px;
  border: 0.1px solid #dfdfdf;
  border-radius: 6px;
  height: 100%;
}
.icon-box2 img {
  height: 60px;
}
.icon-box2 h4 {
  color: #fdfdfd;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}
.icon-box2 p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
}

.portfolio-inner-sec {
  padding: 10px 0px;
  border-top: 1px solid #3a3b3c;
  background-color: #15161b;
}
.portfolio-inner-sec h3 {
  color: #9dd929;
  font-size: 25px;
  font-weight: bold;
}

.abt-founder {
  text-align: center;
}
.abt-founder h4 {
  color: #9dd929;
  font-size: 20px !important;
  font-weight: bold;
}
.abt-founder span {
  color: #808080;
}

.portfolio-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.33%;
}
.portfolio-list .portfolio-works {
  flex-basis: 31%;
  position: relative;
  margin-bottom: 20px;
}
.portfolio-list .portfolio-works img {
  width: 100%;
  box-shadow: 0 0 5px #e8e8e8;
}
.portfolio-list .portfolio-works h4 {
  color: #808184;
  margin: 10px 0;
  font-weight: 500;
  font-size: 16px !important;
  text-align: center;
}
.portfolio-list .portfolio-works a {
  color: #9ec948;
}
.portfolio-list .portfolio-works .portfolio-img {
  width: 100%;
  height: 210px;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
  border-width: 2px;
  border-style: solid;
  border-color: rgb(204, 204, 204);
  -o-border-image: initial;
     border-image: initial;
  transition: transform 3s ease-in-out !important;
}

.portfolio-img:hover img {
  transform: translateY(-70%);
  border-radius: 0px !important;
  transition: transform 3s ease-in-out;
}

.key-points {
  background-color: #15161b;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #3a3b3c;
}
.key-points h5 {
  color: #9dd929;
  margin-bottom: 0;
}
.key-points p {
  margin-bottom: 0;
  font-size: 14px;
}

.key-points-center {
  text-align: center;
}

.icon-box {
  background-color: #15161b;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #3a3b3c;
}
.icon-box .icon-col {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}
.icon-box .icon-col img {
  width: 25%;
}
.icon-box .icon-col h5 {
  color: #9dd929;
  margin-bottom: 0;
}
.icon-box p {
  margin-bottom: 0;
  font-size: 14px;
}

.accordion-button {
  background-color: #212224 !important;
  color: #cfcfcf !important;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed)::after {
  background-color: #cfcfcf !important;
  border-radius: 50% !important;
}

.accordion-button:hover {
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  background-color: #15161b !important;
  color: #9dd929 !important;
  box-shadow: none !important;
}

.accordion-button::after {
  background-color: #cfcfcf !important;
  border-radius: 50% !important;
}

.accordion-body ul li {
  color: #15161b !important;
}

.award-col {
  background-color: #fff;
  height: 200px;
  text-align: center;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 5px;
}
.award-col img {
  height: 100px;
  margin-bottom: 5px;
}
.award-col h5 {
  color: #9dd929;
  font-size: 16px !important;
  margin-bottom: 5px;
}
.award-col p {
  font-size: 14px !important;
  color: #000 !important;
  margin-bottom: 0px;
}

.blog-box {
  border: 1px solid rgba(50, 50, 50, 0.7529411765);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 5px;
}
.blog-box img {
  width: 90% !important;
  padding: 0 10px 10px 10px;
  text-align: center;
  margin: 0 auto;
}
.blog-box .blog-body {
  background-color: #282828;
  padding: 20px;
  border-radius: 0 0 5px 5px;
}
.blog-box .blog-body p {
  font-size: 14px;
  margin-bottom: 10px;
}
.blog-box .blog-body h4 {
  font-size: 18px;
  font-weight: bold;
  color: #9dd929;
}

.blog-row {
  display: flex;
  color: #fff;
}
.blog-row span {
  width: -moz-fit-content;
  width: fit-content;
}
.blog-row i {
  color: #9dd929;
}

.blog-img {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4117647059);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
  border-radius: 5px;
}
.blog-img img {
  width: 50%;
}

.blog-sec h1 {
  color: #9ec948 !important;
  font-size: 30px;
  font-weight: bold;
}
.blog-sec ol li {
  color: #fff;
  padding: 10px 0;
}
.blog-sec h6 {
  color: #9ec948;
  font-weight: bold;
  font-size: 18px;
}

.recent-blogs {
  border-bottom: 1px solid #808184;
}
.recent-blogs ul {
  padding: 0;
  margin: 0;
}
.recent-blogs ul li {
  padding: 5px 0 !important;
}
.recent-blogs ul li::before {
  display: none;
}

.latest-news {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.recent-news {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  background-color: #15161b;
  border: 1px solid #505050;
  padding: 5px;
}
.recent-news img {
  width: 110px;
  height: auto !important;
  background-color: #fff;
}
.recent-news p {
  margin-bottom: 0 !important;
  font-size: 14px;
  line-height: 20px;
}

.recent-news-col {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid rgba(128, 128, 128, 0.3019607843);
}
.recent-news-col img {
  width: 14%;
  background-color: #fff;
  border-radius: 3px;
}
.recent-news-col h3 {
  font-size: 18px !important;
}
.recent-news-col p {
  margin-bottom: 5px;
}

.payment-row {
  display: flex;
  gap: 10px;
}
.payment-row img {
  width: 140px;
  background-color: #fff;
}

.bank-details address {
  color: #e8e8e8;
}

@media (max-width: 1200px) {
  nav ul li a {
    font-size: 12px !important;
    padding: 10px 5px !important;
  }
  .map {
    display: none !important;
  }
  .inner-sec img.img-fluid.rounded {
    -o-object-fit: cover;
       object-fit: cover;
    min-height: auto;
    height: 300px;
  }
  .inner-sec2 img.img-fluid.rounded {
    -o-object-fit: cover;
       object-fit: cover;
    min-height: auto;
    height: 300px;
  }
  .inner-sec3 img.img-fluid.rounded {
    -o-object-fit: cover;
       object-fit: cover;
    min-height: auto;
    height: 300px;
  }
}
@media (max-width: 900px) {
  .map {
    display: none !important;
  }
  .footer-col1 {
    width: 30% !important;
  }
  .footer-col2 {
    width: 33% !important;
  }
  .footer-col3 {
    width: 32% !important;
  }
  .footer-col4 {
    width: 33% !important;
  }
  .footer-col5 {
    width: 30% !important;
  }
}
@media (max-width: 768px) {
  .banner-wrapper .row {
    padding: 30px 0;
  }
  .banner-wrapper .banner-content h1 {
    font-size: 23px;
    line-height: 38px;
    margin-bottom: 10px;
  }
  .banner-wrapper .banner-content h1 br {
    display: none;
  }
  .banner-wrapper .banner-content p {
    padding: 0;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .banner-wrapper .banner-content p span {
    display: none;
  }
  nav ul li a {
    font-size: 14px !important;
    padding: 10px 5px !important;
  }
  /* Columns */
  [class^=col],
  [class*=" col"] {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
  }
  h2 {
    font-size: 24px !important;
    font-weight: bold !important;
  }
  .why-chooseus-sec .container {
    padding: 50px 0;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.1568627451);
  }
  .why-chooseus-sec .stats-row {
    padding: 20px 0 0 0;
    flex-wrap: wrap;
  }
  .why-chooseus-sec .stats-row .stat-item {
    width: 50%;
  }
  .why-chooseus-sec .stats-row .stat-item h5 {
    font-size: 30px !important;
  }
  .why-chooseus-sec .stats-row .stat-item p {
    font-size: 14px !important;
  }
  .our-secvice-sec .col-md-5 {
    order: -1 !important;
  }
  .our-secvice-sec .sevice-col {
    text-align: center !important;
  }
  .our-secvice-sec .sevice-col h3 {
    font-size: 20px !important;
    margin-top: 20px !important;
    font-weight: 500 !important;
  }
  .our-secvice-sec .sevice-col p {
    font-size: 14px !important;
    line-height: 25px !important;
  }
  .client-item {
    min-height: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
  }
  .client-item p {
    margin-bottom: 10px !important;
  }
  .case-study {
    padding: 20px;
    align-items: center;
    justify-content: center;
  }
  .case-study .btn1 {
    margin-bottom: 0 !important;
  }
  .case-study h5 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 8px;
  }
  .case-study img {
    width: 40% !important;
  }
  .case-study p {
    margin-bottom: 10px;
    font-size: 14px !important;
  }
  .key-points br {
    display: none;
  }
  .key-points-center {
    text-align: center;
  }
  .case-study {
    margin: 10px 0;
    flex-wrap: wrap-reverse;
    gap: 10px;
  }
  .btn1 {
    display: inline-block;
    margin-bottom: 20px;
  }
  .contact-sec .contact-details h2 {
    font-size: 30px !important;
    line-height: 35px !important;
  }
  .contact-sec .col-md-7 {
    order: 2 !important;
    padding-top: 25px;
  }
  .bottom-footer-row {
    gap: 10px !important;
  }
  .bottom-footer-row p {
    font-size: 12px !important;
  }
  .bottom-footer-row a {
    font-size: 12px !important;
  }
  .inner-sec .col-md-4 {
    order: -1 !important;
  }
  .inner-sec .col-md-4 img.img-fluid.rounded {
    max-height: 250px !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    width: 100% !important;
    margin-bottom: 10px !important;
  }
  .icon-box1 {
    text-align: center;
    padding: 10px;
  }
  .icon-box1 .img-head {
    flex-direction: column;
    gap: 10px;
  }
  .icon-box1 .img-head h3 {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 25px;
  }
  .icon-box1 p {
    font-size: 14px;
  }
  .portfolio-list .portfolio-works {
    width: 48.5%;
    flex-basis: 48.5%;
    position: relative;
    margin-bottom: 20px;
  }
  .portfolio-tabs {
    flex-wrap: wrap;
  }
  .portfolio-tabs .portfolio-tab {
    padding: 8px 15px;
    font-size: 12px;
  }
  .portfolio-item .portfolio-col1 {
    width: 100% !important;
  }
  .row-gap-3 {
    text-align: center !important;
    width: 100% !important;
    margin: 0 auto;
    margin-left: 0 !important;
  }
  .row-gap-3 img {
    text-align: center;
  }
  .blog-sec h1 {
    font-size: 25px;
  }
  .order_up {
    order: -1;
  }
  .recent-news-col h3 {
    font-size: 16px !important;
  }
  .recent-news-col img {
    width: 30%;
  }
  .news_sec p {
    line-height: 25px;
    font-size: 14px !important;
  }
  .payment-row {
    flex-direction: column;
  }
  .thankyou-sec .thankyou-col {
    width: 90%;
  }
  .icon-box1 .img-head img {
    height: 60px;
  }
  .banner-content-inside h1 {
    padding: 15px 0;
    line-height: 45px;
    font-size: 30px !important;
  }
  .footer-row {
    flex-wrap: wrap;
  }
  .footer-row .footer-col1 {
    width: 50% !important;
  }
  .footer-row .footer-col2 {
    width: 50% !important;
  }
  .footer-row .footer-col3 {
    width: 50% !important;
  }
  .footer-row .footer-col4 {
    width: 50% !important;
  }
  .footer-row .footer-col5 {
    width: 50% !important;
  }
}
@media (max-width: 500px) {
  .banner-content-inside h1 {
    text-align: center;
    padding: 15px 0;
    line-height: 45px;
    font-size: 30px !important;
  }
  .inner-banner-wrapper .row {
    flex-direction: column-reverse !important;
    padding: 0 !important;
  }
  .inner-banner-wrapper .row img {
    width: 90%;
    margin-left: auto !important;
  }
  .inner-banner-wrapper .row .banner-content-inside {
    padding-left: 5%;
  }
  .inner-banner-wrapper .row .banner-content-inside h1 {
    margin: 10px 0 !important;
    font-size: 25px !important;
    line-height: 35px !important;
  }
  .inner-banner-wrapper .row .banner-content-inside p {
    padding: 0 !important;
    font-size: 14px;
  }
  .inner-banner-wrapper .row .inside-banner-img {
    display: flex !important;
  }
  .inner-sec1 .col-md-4 {
    order: -1 !important;
  }
  .inner-sec1 .col-md-4 img.img-fluid.rounded {
    max-height: 250px !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    width: 100% !important;
    margin-bottom: 10px !important;
  }
  .inner-sec1 img {
    margin-bottom: 10px !important;
  }
  .inner-sec2 .col-md-4 {
    order: -1 !important;
  }
  .inner-sec2 .col-md-4 img.img-fluid.rounded {
    max-height: 250px !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    width: 100% !important;
    margin-bottom: 10px !important;
  }
  .inner-sec3 .col-md-4 {
    order: -1 !important;
  }
  .inner-sec3 .col-md-4 img.img-fluid.rounded {
    max-height: 250px !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    width: 100% !important;
    margin-bottom: 10px !important;
  }
  .footer-row {
    flex-wrap: wrap;
  }
  .footer-row .footer-col1 {
    width: 100% !important;
  }
  .footer-row .footer-col2 {
    width: 100% !important;
  }
  .footer-row .footer-col3 {
    width: 100% !important;
  }
  .footer-row .footer-col4 {
    width: 100% !important;
  }
  .footer-row .footer-col5 {
    width: 100% !important;
  }
  .portfolio-list .portfolio-works {
    width: 100%;
    flex-basis: 100%;
    position: relative;
    margin-bottom: 20px;
  }
}
/* 12-column layout for different breakpoints */
@media (min-width: 0px) {
  .col-1 {
    flex: 0 0 8.3333%;
    max-width: 8.3333%;
  }
  .col-2 {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
  }
  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .col-5 {
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
  }
  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-7 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }
  .col-8 {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }
  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-10 {
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }
  .col-11 {
    flex: 0 0 91.6667%;
    max-width: 91.6667%;
  }
  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.3333%;
    max-width: 8.3333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6667%;
    max-width: 91.6667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.3333%;
    max-width: 8.3333%;
  }
  .col-md-2 {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .col-md-5 {
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }
  .col-md-8 {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }
  .col-md-11 {
    flex: 0 0 91.6667%;
    max-width: 91.6667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.3333%;
    max-width: 8.3333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6667%;
    max-width: 91.6667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.3333%;
    max-width: 8.3333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6667%;
    max-width: 91.6667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-1 {
    flex: 0 0 8.3333%;
    max-width: 8.3333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6667%;
    max-width: 91.6667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}/*# sourceMappingURL=style.css.map */