@import url('https://fonts.googleapis.com/css2?family=Abel&family=Space+Grotesk:wght@300..700&display=swap');

body {
  font-family: "Abel", serif;
  font-weight: 400;
  font-size: 14px;
  color: #6C6C6C;
  background: url('../images/HomeHeaderBg.png') top center no-repeat #f7f7f7;
  font-style: normal;
}

.GryBg {
  background: #363636;
}

.GreenBg {
  background: #1DD05D;
}

.GlobalTitle {
  font-size: 48px;
  line-height: 62px;
  font-family: "Space Grotesk", serif;
  color: #363636;
  font-weight: 500;
}

.GlobalSubTitleTxt {
  font-size: 20px;
  font-weight: 350;
  margin-bottom: 0px;
  line-height: normal;
}

.CustomHeader {
  height: 90px;
  border-radius: 300px;
  box-shadow: 0px 5px 13px #0000001A;
  background: #fff;
}

.navbar-nav a.nav-link {
  font-size: 16px;
  color: #363636;
  font-weight: 500;
  font-family: "Space Grotesk", serif;
  margin: 0px 20px;
}

.navbar-nav a.nav-link.active {
  color: #1DD05D !important;
}

.CTABtn {
  background: #1DD05D;
  border-radius: 30px;
  border-color: #1DD05D;
  font-weight: 700;
  padding-left: 15px;
  padding-right: 15px;
}

.GreenLink_Btn {
  background: #1DD05D;
  border-radius: 30px;
  border-color: #1DD05D;
  font-weight: 700;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
}

.TopLogo {
  height: 60px;
}

.BannerBox {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 600px;
}

.BannerBox .BannerTxt {
  width: 60%;
  text-align: center;
}

.BannerBox .BannerTxt h1 {
  font-size: 72px;
  line-height: 90px;
  font-weight: 500;
  font-family: "Space Grotesk", serif;
}

.BannerBox .BannerTxt h1 span {
  color: #1DD05D;
}

.BannerBox .BannerTxt p {
  font-size: 20px;
  line-height: 30px;
  font-family: "Abel", serif;
  padding: 20px 80px;
}

.BannerBox .BannerTxt a {
  background: #1DD05D;
  border-radius: 30px;
  border-color: #1DD05D;
  font-weight: 700;
  padding: 10px 30px;
  text-decoration: none;
  color: #fff;
  font-family: "Space Grotesk", serif;
  font-size: 16px;
  line-height: 20px;
}

.TrustedContainer {
  text-align: center;
}

.TrustedContainer h2 {
  font-size: 20px;
  line-height: 30px;
  color: #6C6C6C;
  text-transform: uppercase;
}

.TrustedLogoBx {
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 10%, rgba(118, 118, 118, 0.2) 50%, rgba(255, 255, 255, 1) 90%);
  padding-top: 1px;
  padding-bottom: 1px;
}

.TrustedLogoBx .TrustedLogo {
  background: #f7f7f7;
  display: flex;
  gap: 46px;
  justify-content: center;
  padding: 30px 0px;
}

.HomeServicesBox {
  padding-top: 120px;
  padding-bottom: 120px;
}

.HomeServicesBox .TitleInfo {
  text-align: center;
}

.HomeServicesBox .TitleInfo h4 {
  font-size: 48px;
  line-height: 62px;
  font-family: "Space Grotesk", serif;
  color: #363636;
  font-weight: 500;
}

.HomeServicesBox .TitleInfo p {
  font-size: 20px;
  font-size: 350;
}

.HomeServicesBox .TitleInfo .linkBtn {}

.HomeServicesBox .TitleInfo .linkBtn #myTab {
  border: none;
}

.HomeServicesBox .TitleInfo .linkBtn #myTab li.nav-item button.active {
  background: #1DD05D;
  border-radius: 30px;
  border-color: #1DD05D;
  font-weight: 700;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
}

.HomeServicesBox .TitleInfo .linkBtn #myTab li.nav-item button {
  background: #fff;
  border-radius: 30px;
  border: solid 1px #363636;
  font-weight: 700;
  padding: 10px 28px;
  color: #363636;
  font-size: 16px;
  text-decoration: none;
  margin-left: 4px;
  margin-right: 4px;
  display: inline-block;
}

.HomeServicesBox .HomeServicesItem {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 8px 40px -2px #060C3B14;
  padding: 15px;
  min-height: 230px;
  margin-bottom: 40px;
}

.HomeServicesBox .tab-content.accordion {
  --bs-accordion-bg: transparent !important;
  --bs-accordion-border-color: transparent !important;
  --bs-accordion-btn-padding-x: 0rem;
  --bs-accordion-btn-padding-y: 0rem;
}

.HomeServicesBox .HomeServicesItem .Icon {}

.HomeServicesBox .HomeServicesItem .TextInfo {}

.HomeServicesBox .HomeServicesItem .TextInfo b {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  font-family: "Space Grotesk", serif;
  padding: 6px 0px;
  display: block;
}

.HomeServicesBox .HomeServicesItem .TextInfo p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 350;
  margin: 0px
}

.HomeServicesBox .HomeServicesItem .TextInfo ul {
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.HomeServicesBox .HomeServicesItem .TextInfo ul li {
  width: 50%;
  display: inline-block;
}

.HomeServicesBox .SeeAll a {
  display: inline-block;
  color: #1DD05D;
  border: solid 1px #1DD05D;
  padding: 10px 18px;
  text-decoration: none;
  border-radius: 24px;
  font-size: 16px;
}

.RecentWork {
  background: #363636;
  padding-top: 40px;
}

.RecentWork .titleBx {
  color: #fff;
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
}

.RecentWork .titleBx h5 {
  font-size: 48px;
  font-weight: 500;
  font-family: "Space Grotesk", serif;
}

.RecentWork .titleBx p {
  font-size: 20px;
  font-weight: 350;
  width: 60%;
}

.RecentWork .titleBx:after {
  position: absolute;
  content: "";
  width: 20%;
  height: 1px;
  background: #fff;
}

.RecentWork .WorkSidlerBox {
  position: relative;
}

.RecentWork .WorkSidlerBox .nav-link {
  display: inline-block;
  color: #1DD05D;
  border: solid 1px #1DD05D;
  padding: 8px 28px;
  text-decoration: none;
  border-radius: 24px;
  font-size: 16px;
  margin-right: 12px;
}

.WorkSidlerBox .SliderBox {
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  margin: 10px;
  box-shadow: 0px 8px 40px -2px #060C3B14;
  margin-bottom: 50px;
}

.WorkSidlerBox .SliderBox .SliderText {
  background: #fff;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #363636
}

.WorkSidlerBox .SliderBox .SliderText .text {
  background: #fff;
}

.WorkSidlerBox .SliderBox .SliderText .text b {
  font-size: 30px;
  font-weight: 500;
}

.WorkSidlerBox .SliderBox .SliderText .text p {
  font-size: 16px;
  font-weight: 350;
  margin: 0px;
}

.WorkSidlerBox .SliderBox .SliderText .icon {
  background: #fff;
  height: 48px;
  width: 48px;
  border: solid 1px #363636;
  border-radius: 24px;
  text-align: center;
  line-height: 48px;
}

.RecentWork .WorkSidlerBox .nav-link.active {
  background: #1DD05D;
  border-radius: 30px;
  border-color: #1DD05D;
  font-weight: 700;
  color: #fff;
}

/* .RecentWork .WorkSidlerBox .responsive .slick-arrow{background: #1DD05D;border-radius: 30px;border-color:#1DD05D ;font-weight: 700; color: #fff;} */
.RecentWork .WorkSidlerBox .responsive .slick-arrow {
  z-index: 1;
  width: 40px;
  height: 40px;
}

.RecentWork .WorkSidlerBox .btn-wrap .slick-arrow:before {
  font-size: 30px;
}

.RecentWork .WorkSidlerBox .btn-wrap .slick-next {
  right: 0;
}

.RecentWork .WorkSidlerBox .btn-wrap .slick-prev {
  left: 0;
}

.RecentWork .WorkSidlerBox .btn-wrap {
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
}

.RecentWork .WorkSidlerBox .btn-wrap button {
  background-color: #1DD05D;
  border: solid 1px #1DD05D;
  height: 48px;
  width: 48px;
  border-radius: 24px;
  text-align: center;
  margin: 0px;
  line-height: 48px;
  font-size: 16px;
  color: #fff;
  transition: all 0.5s;
}

.RecentWork .WorkSidlerBox .btn-wrap button.slick-disabled {
  opacity: 1;
  background-color: transparent;
  border: solid 1px #fff;
  color: #fff;
  margin-right: 5px;
}


.Testimonial {
  background: #f7f7f7;
  padding-top: 260px;
  margin-top: -185px;
  padding-bottom: 120px;
}

.Testimonial .TestimonialSld {
  position: relative;
}

.Testimonial .TestimonialSld .TestimonialBox {
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  margin: 10px;
  box-shadow: 0px 8px 20px -2px #060C3B14;
  margin-bottom: 50px;
  padding: 20px;
}

.Testimonial .TestimonialSld .TestimonialBox .TestimonialText .QuoteIcon {
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
  display: inline-block;
}

.Testimonial .TestimonialSld .TestimonialBox .TestimonialText .text {}

.Testimonial .TestimonialSld .TestimonialBox .TestimonialText .text b {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  font-family: "Space Grotesk", serif;
  margin-bottom: 10px;
  display: inline-block;
}

.Testimonial .TestimonialSld .TestimonialBox .TestimonialText .text p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 350;
}

.Testimonial .TestimonialSld .TestimonialBox .TestimonialUser {
  display: flex;
  gap: 14px;
  align-items: center;
}

.Testimonial .TestimonialSld .TestimonialBox .TestimonialUser .UserImg {
  height: 52px;
  width: 52px;
  border-radius: 50%;
  overflow: hidden;
}

.Testimonial .TestimonialSld .TestimonialBox .TestimonialUser .UserInfo b {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  font-family: "Space Grotesk", serif;
}

.Testimonial .TestimonialSld .TestimonialBox .TestimonialUser .UserInfo p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 0px;
}

.Testimonial .TestimonialSld .slick-dots li.slick-active button:before {
  font-size: 12px;
  color: #1DD05D;
}

.Testimonial .TestimonialSld .slick-dots li button:before {
  font-size: 12px;
  color: #6C6C6C;
}

.Testimonial .TestimonialBtn {
  position: relative;
}

.Testimonial .TestimonialBtn .btn-wrap {
  text-align: center;
  position: absolute;
  bottom: 42px;
  right: 0;
  width: 40%;
  margin: 0 auto;
  left: 0;
}

.Testimonial .TestimonialBtn .btn-wrap .slick-arrow:before {
  font-size: 30px;
}

.Testimonial .TestimonialBtn .btn-wrap button.next-btn {
  right: 0;
  position: absolute;
}

.Testimonial .TestimonialBtn .btn-wrap button.next-btn:after {
  right: 66px;
  position: absolute;
  content: 'Next';
  font-size: 20px;
  color: #1DD05D;
}

.Testimonial .TestimonialBtn .btn-wrap button.prev-btn {
  left: 0;
  position: absolute;
}

.Testimonial .TestimonialBtn .btn-wrap button.prev-btn:after {
  left: 66px;
  position: absolute;
  content: 'Previous';
  font-size: 20px;
  color: #1DD05D;
}

.Testimonial .TestimonialBtn .btn-wrap button.slick-disabled {
  left: 0;
  position: absolute;
}

.Testimonial .TestimonialBtn .btn-wrap button.slick-disabled:after {
  left: 66px;
  position: absolute;
  content: 'Previous';
  font-size: 20px;
  color: #363636;
}

.Testimonial .TestimonialBtn .btn-wrap button {
  background-color: #1DD05D;
  border: solid 1px #1DD05D;
  height: 48px;
  width: 48px;
  border-radius: 24px;
  text-align: center;
  margin: 0px;
  line-height: 48px;
  font-size: 16px;
  color: #fff;
  transition: all 0.5s;
}

.Testimonial .TestimonialBtn .btn-wrap button.slick-disabled {
  opacity: 1;
  background-color: #f7f7f7;
  border: solid 1px #363636;
  color: #363636;
  margin-right: 5px;
}

.GridBanner {
  background: url(../images/Grid.png) #363636;
  background-size: 100%;
  background-position: center center;
  padding: 100px 60px;
  border-radius: 50px;
  font-family: "Space Grotesk", serif;
  color: #fff;
  display: flex;
  align-items: center;
}

.GridBanner .GridText {
  text-transform: uppercase;
  width: 60%;
}

.GridBanner .GridText b {
  font-size: 64px;
  line-height: 72px;
  font-weight: 700;
}

.GridBanner .GridText b span {
  color: #1DD05D;
}

.GridBanner .GridText p {
  margin-bottom: 0px;
  font-size: 20px;
  text-decoration: underline;
  margin-top: 50px;
  display: block;
}

.GridBanner .GridImg {
  width: 40%;
  text-align: center;
}

.GridBanner .GridImg img {
  width: 80%;
  text-align: center;
}

.Blog {
  background: #f7f7f7;
  padding-top: 120px;
  padding-bottom: 120px;
}

.Blog .BlogSld {
  position: relative;
}

.Blog .BlogSld .BlogBox {
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  margin: 10px;
  box-shadow: 0px 8px 20px -2px #060C3B14;
  margin-bottom: 50px;
  padding: 20px;
}

.Blog .BlogSld .BlogBox .BlogText .BlogImg {
  margin-bottom: 10px;
  display: inline-block;
  border-radius: 20px;
  overflow: hidden;
}

.Blog .BlogSld .BlogBox .BlogText .BlogInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0px;
}

.Blog .BlogSld .BlogBox .BlogText .BlogInfo .Date {
  color: #363636;
  font-size: 14px;
  font-weight: 600;
}

.Blog .BlogSld .BlogBox .BlogText .BlogInfo .Category {}

.Blog .BlogSld .BlogBox .BlogText .BlogInfo .Category ul {
  display: flex;
  margin: 0px;
}

.Blog .BlogSld .BlogBox .BlogText .BlogInfo .Category ul li {
  padding-left: 14px;
  list-style: none;
  position: relative;
  color: #1DD05D;
  font-size: 14px;
  font-weight: 500;
}

.Blog .BlogSld .BlogBox .BlogText .BlogInfo .Category ul li:after {
  height: 4px;
  width: 4px;
  background: #1DD05D;
  border-radius: 2px;
  position: absolute;
  right: -9px;
  content: '';
  top: 9px;
}

.Blog .BlogSld .BlogBox .BlogText .BlogInfo .Category ul li:last-child::after {
  display: none;
}

.Blog .BlogSld .BlogBox .BlogText .text {}

.Blog .BlogSld .BlogBox .BlogText .text b {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  font-family: "Space Grotesk", serif;
  margin-bottom: 10px;
  display: inline-block;
}

.Blog .BlogSld .BlogBox .BlogText .text p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 350;
}

.Blog .BlogSld .BlogBox .BlogUser {
  display: flex;
  gap: 14px;
  align-items: center;
}

.Blog .BlogSld .BlogBox .BlogUser .UserImg {
  height: 52px;
  width: 52px;
  border-radius: 50%;
  overflow: hidden;
}

.Blog .BlogSld .BlogBox .BlogUser .UserInfo b {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  font-family: "Space Grotesk", serif;
}

.Blog .BlogSld .BlogBox .BlogUser .UserInfo p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 0px;
}

.Blog .BlogSld .slick-dots li.slick-active button:before {
  font-size: 12px;
  color: #1DD05D;
}

.Blog .BlogSld .slick-dots li button:before {
  font-size: 12px;
  color: #6C6C6C;
}

.Blog .BlogBtn {
  position: relative;
}

.Blog .BlogBtn .btn-wrap {
  text-align: center;
  position: absolute;
  bottom: 42px;
  right: 0;
  width: 40%;
  margin: 0 auto;
  left: 0;
}

.Blog .BlogBtn .btn-wrap .slick-arrow:before {
  font-size: 30px;
}

.Blog .BlogBtn .btn-wrap button.next-btn {
  right: 0;
  position: absolute;
}

.Blog .BlogBtn .btn-wrap button.next-btn:after {
  right: 66px;
  position: absolute;
  content: 'Next';
  font-size: 20px;
  color: #1DD05D;
}

.Blog .BlogBtn .btn-wrap button.prev-btn {
  left: 0;
  position: absolute;
}

.Blog .BlogBtn .btn-wrap button.prev-btn:after {
  left: 66px;
  position: absolute;
  content: 'Previous';
  font-size: 20px;
  color: #1DD05D;
}

.Blog .BlogBtn .btn-wrap button.slick-disabled {
  left: 0;
  position: absolute;
}

.Blog .BlogBtn .btn-wrap button.slick-disabled:after {
  left: 66px;
  position: absolute;
  content: 'Previous';
  font-size: 20px;
  color: #363636;
}

.Blog .BlogBtn .btn-wrap button {
  background-color: #1DD05D;
  border: solid 1px #1DD05D;
  height: 48px;
  width: 48px;
  border-radius: 24px;
  text-align: center;
  margin: 0px;
  line-height: 48px;
  font-size: 16px;
  color: #fff;
  transition: all 0.5s;
}

.Blog .BlogBtn .btn-wrap button.slick-disabled {
  opacity: 1;
  background-color: #f7f7f7;
  border: solid 1px #363636;
  color: #363636;
  margin-right: 5px;
}

.ServiceGrayStrip {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ServiceGrayStrip .ServiceItems {
  font-size: 18px;
  font-weight: 500;
  font-family: "Space Grotesk", serif;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: space-around;
}

.ServiceGrayStrip .ServiceItems span {
  text-transform: uppercase;
}

.FAQ {
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
}

.FAQ .w54 {
  width: 54%;
}

.FAQ .FAQItems {}

.FAQ .FAQItems .accordion-item {
  margin-bottom: 20px;
  box-shadow: 0px 8px 20px -2px #060C3B14;
  border-radius: 20px;
  overflow: hidden;
}

.FAQ .FAQItems .accordion-button {
  font-size: 20px;
  font-weight: 500;
  font-family: "Space Grotesk", serif;
}

.FAQ .FAQItems .accordion-button:not(.collapsed) {
  background: #fff;
  box-shadow: none;
}

.FAQ .FAQItems .accordion-body {
  font-size: 16px;
  font-weight: 350;
  text-align: left;
}




.InBannerBox {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
}

.InBannerBox .InBannerTxt {
  width: 60%;
  text-align: center;
}

.InBannerBox .InBannerTxt h1 {
  font-size: 72px;
  line-height: 90px;
  font-weight: 500;
  font-family: "Space Grotesk", serif;
}

.InBannerBox .InBannerTxt h1 span {
  color: #1DD05D;
}

.InBannerBox .InBannerTxt p {
  font-size: 20px;
  line-height: 30px;
  font-family: "Abel", serif;
  padding: 20px 80px;
}

.InBannerBox .InBannerTxt a {
  background: #1DD05D;
  border-radius: 30px;
  border-color: #1DD05D;
  font-weight: 700;
  padding: 10px 30px;
  text-decoration: none;
  color: #fff;
  font-family: "Space Grotesk", serif;
  font-size: 16px;
  line-height: 20px;
}

.AboutInfo {
  padding-top: 80px;
  padding-bottom: 80px;
}

.AboutInfo .imgBox {
  border-radius: 20px;
  overflow: hidden;
}

.AboutInfo .imgBox img {
  width: 100%;
}

.AboutInfo .TextBox {}

.AboutInfo .TextBox h2 {
  font-size: 48px;
  font-weight: 500;
  font-family: "Space Grotesk", serif;
  color: #363636;
}

.AboutInfo .TextBox p {
  font-size: 20px;
  font-weight: 350;
  line-height: 30px;
}

.AboutInfo .TextBox a {
  background: #1DD05D;
  border-radius: 30px;
  font-size: 16px;
  line-height: 30px;
  border-color: #1DD05D;
  font-weight: 700;
  padding: 12px 15px;
  text-decoration: none;
  color: #fff;
}

.AimBox {
  padding-top: 80px;
  padding-bottom: 80px;
}

.AimBox h3 {
  font-size: 48px;
  font-weight: 500;
  font-family: "Space Grotesk", serif;
  color: #363636;
}

.AimBox .PointBox {
  display: flex;
}

.AimBox .PointBox .IconBox {
  width: 30%;
}

.AimBox .PointBox .IconBox img {
  height: 64px;
}

.AimBox .PointBox .IconBox b {
  display: block;
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  font-family: "Space Grotesk", serif;
  color: #363636;
}

.AimBox .PointBox .InfoBox {
  width: 70%;
}

.AimBox .PointBox .InfoBox p {
  font-size: 20px;
  font-weight: 350;
  line-height: 28px;
}

.tpBrd {
  border-top: solid 1px #76767640;
  border-bottom: solid 1px #76767640;
}

.CountBox {
  display: flex;
  justify-content: space-around;
}

.CountBox .CountItems {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  text-align: center;
  color: #fff;
  align-items: center;
}

.CountBox .CountItems .CountIcon {
  height: 64px;
  width: 64px;
  border-radius: 20px;
  border: solid 1px #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.CountBox .CountItems span {
  font-size: 48px;
  font-weight: 700;
  font-family: "Space Grotesk", serif;
}

.CountBox .CountItems b {
  font-size: 16px;
  font-weight: 500;
  font-family: "Space Grotesk", serif;
}


.Contact3box {}

.Contact3box span {
  font-size: 48px;
  font-weight: 500;
  font-family: "Space Grotesk", serif;
  color: #363636;
  margin: 0 auto;
  width: 58%;
  display: block;
  text-align: center;
}

.Contact3box .box3items {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin: 20px 0px;
}

.Contact3box .box3items img {
  width: 50px;
}

.Contact3box .box3items b {
  font-size: 24px;
  font-weight: 500;
  font-family: "Space Grotesk", serif;
  color: #363636;
}

.Contact3box .box3items p {
  font-size: 16px;
  width: 70%;
  display: block;
  margin: 0 auto;
}
.box3items p a{text-decoration: none;color: inherit;}
.contactFormBx {
  background: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 8px 40px -2px #060C3B14;
}

.contactFormBx .CformBox b {
  font-size: 48px;
  font-weight: 500;
  font-family: "Space Grotesk", serif;
  color: #363636;
}
.socialMedia{display: flex;gap: 24px;}
.TeamBox {
  padding-top: 120px;
  padding-bottom: 120px;
}

.TeamBox .TeamItems {}

.TeamBox .TeamItems .ItemBx {
  background: #fff;
  box-shadow: -10px 10px 30px #89898926;
  align-items: center;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}

.TeamBox .TeamItems .ItemBx .img {
  margin-bottom: 10px;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  overflow: hidden;
}

.TeamBox .TeamItems .ItemBx .img img {
  width: 100%;
}

.TeamBox .TeamItems .ItemBx .TxtInfo {}

.TeamBox .TeamItems .ItemBx .TxtInfo b {
  font-size: 20px;
  font-weight: 700;
  font-family: "Space Grotesk", serif;
}

.TeamBox .TeamItems .ItemBx .TxtInfo p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0px;
}

.ServiceCon {
  background: rgb(247, 247, 247);
  background: linear-gradient(180deg, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 0.8842130602240896) 5%, rgba(247, 247, 247, 1) 100%);
}

.ServiceCon .ServiceSidebar {
  font-family: "Space Grotesk", serif;
  color: #363636;
  font-size: 16px;
  font-weight: 700;
}

.ServiceCon .ServiceSidebar .Heading {
  display: flex;
  margin-bottom: 10px;
}

.ServiceCon .ServiceSidebar .Heading span {
  background: #1DD05D;
  border-radius: 30px;
  border-color: #1DD05D;
  font-size: 16px;
  color: #fff;
  padding: 12px 20px;
}

.ServiceCon .ServiceSidebar .nav-tabs {
  display: flex;
  margin-bottom: 10px;
  flex-direction: column;
  margin-top: 40px !important;
}

.ServiceCon .ServiceSidebar .nav-tabs .nav-link {
  display: flex;
  margin-bottom: 10px;
  flex-direction: column;
  color: #363636;text-align: left;
}

.ServiceCon .ServiceSidebar .nav-tabs .nav-link:hover {
  border: none;
  background: none;
}

.ServiceCon .ServiceSidebar .nav-tabs .nav-link.active,
.ServiceCon .ServiceSidebar .nav-tabs .nav-link.active:hover {
  color: #363636;
  border: none;
  background: none;
}

.ServiceCon .ServiceContent {}

.ServiceCon .ServiceContent .ServiceTxtInfo {}

.ServiceCon .ServiceContent .ServiceTxtInfo h5 {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 8px 40px -2px #060C3B14;
  margin-bottom: 40px;
  font-family: "Space Grotesk", serif;
  color: #363636;
  font-size: 20px;
  font-weight: 700;
}

.ServiceCon .ServiceContent .ServiceTxtInfo .ServiceTabCard {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 8px 40px -2px #060C3B14;
  margin-bottom: 40px;
  display: flex;
}

.ServiceCon .ServiceContent .ServiceTxtInfo .ServiceTabCard .ImgBox {
  width: 24%;
  overflow: hidden;
  border-radius: 10px;
}

/* .ServiceCon .ServiceContent .ServiceTxtInfo .ServiceTabCard .ImgBox img{height: 100%;width: auto;} */
.ServiceCon .ServiceContent .ServiceTxtInfo .ServiceTabCard .TextBox {
  width: 76%;
  padding: 10px;
}

.ServiceCon .ServiceContent .ServiceTxtInfo .ServiceTabCard .TextBox b {
  font-size: 24px;
  font-weight: 500;
  font-family: "Space Grotesk", serif;
  color: #363636;
}

.ServiceCon .ServiceContent .ServiceTxtInfo .ServiceTabCard .TextBox ul {
  padding-left: 20px;
}

.ServiceCon .ServiceContent .ServiceTxtInfo .ServiceTabCard .TextBox ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}


.CaseStudiesCon {
  margin-bottom: 140px;
}

.CaseStudiesCon .CaseStudiesItems {
  background: #fff;
  box-shadow: 0px 8px 40px -2px #060C3B14;
  padding: 20px;
  border-radius: 20px;
}

.CaseStudiesCon .CaseStudiesItems .Caseimg {
  border-radius: 20px;
  overflow: hidden;
}

.CaseStudiesCon .CaseStudiesItems .CaseTitle {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
}

.CaseStudiesCon .CaseStudiesItems .CaseTitle h3 {
  font-family: "Space Grotesk", serif;
  color: #363636;
  font-size: 24px;
  font-weight: 500;
  margin: 0px;
}

.CaseStudiesCon .CaseStudiesItems .CaseTitle img {
  width: 24px;
  height: 24px;
}

.CaseStudiesCon .CaseStudiesItems p {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.BlogCon {
  margin-bottom: 140px;
}

.BlogCon .BlogItems {
  background: #fff;
  box-shadow: 0px 8px 40px -2px #060C3B14;
  padding: 20px;
  border-radius: 20px;
}

.BlogCon .BlogItems .Blogimg {
  border-radius: 20px;
  overflow: hidden;
}

.BlogCon .BlogItems .BlogTitle {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
}

.BlogCon .BlogItems .BlogInfo {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}

.BlogCon .BlogItems .BlogInfo span {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.BlogCon .BlogItems .BlogInfo ul {
  margin: 0px;
  padding: 0px;
}

.BlogCon .BlogItems .BlogInfo ul li {
  display: inline-block;
  color: #1DD05D;
  list-style: disc;
  font-weight: 800;
}

.BlogCon .BlogItems .BlogTitle {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}

.BlogCon .BlogItems .BlogTitle h3 {
  font-family: "Space Grotesk", serif;
  color: #363636;
  font-size: 24px;
  font-weight: 500;
  margin: 0px;
}

.BlogCon .BlogItems .BlogTitle img {
  width: 24px;
  height: 24px;
}

.BlogCon .BlogItems p {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.FooterBox {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fff;
}

.FooterCol ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.FooterCol ul li a {
  color: #fff;
  text-decoration: none;
}

.websiteInfo {
  border-top: solid 1px #767676;
}

.Fcontact p a{text-decoration: none; color:#fff}

@media (max-width: 991px) {
  .tab-content>.tab-pane {
    display: block;
    opacity: 1;
  }
}

@media (max-width:480px) {
  .BannerBox {
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
    height: auto;
  }

  .BannerBox .BannerTxt {
    width: 98%;
  }

  .BannerBox .BannerTxt h1 {
    font-size: 28px;
    line-height: 1.2;
  }

  .BannerBox .BannerTxt p {
    padding: 10px;
  }

  .HomeServicesBox {
    padding: 20px;
  }

  .RecentWork .titleBx p,
  .HomeServicesBox .TitleInfo p,
  .GlobalSubTitleTxt {
    font-size: 16px;
    line-height: 1.2;
  }

  .HomeServicesBox .TitleInfo h4,
  .RecentWork .titleBx h5,
  .GlobalTitle,
  .AboutInfo .TextBox h2,
  .AimBox h3 {
    font-size: 24px;
    line-height: 1.2;
  }

  .GridBanner {
    flex-direction: column-reverse;
    gap: 40px;
    padding: 60px 40px;
  }

  .GridBanner .GridText b {
    font-size: 28px;
    line-height: 1.2;
  }

  .GridBanner .GridText,
  .GridBanner .GridImg {
    width: 100%;
  }

  .Blog {
    padding: 40px 0px;
  }

  .Blog .BlogBtn .btn-wrap {
    width: 90%;
  }

  .slick-dots {
    display: none;
  }


  .InBannerBox {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    height: auto;
  }

  .InBannerBox .InBannerTxt {
    width: 98%;
    text-align: center;
  }

  .InBannerBox .InBannerTxt h1 {
    font-size: 28px;
    line-height: 1.2;
  }

  .InBannerBox .InBannerTxt h1 span {
    color: #1DD05D;
  }

  .InBannerBox .InBannerTxt p,
  .AboutInfo .TextBox p,
  .AimBox .PointBox .InfoBox p {
    font-size: 16px;
    line-height: 1.2;
  }

  .InBannerBox .InBannerTxt a {
    background: #1DD05D;
    border-radius: 30px;
    border-color: #1DD05D;
    font-weight: 700;
    padding: 10px 30px;
    text-decoration: none;
    color: #fff;
    font-family: "Space Grotesk", serif;
    font-size: 16px;
    line-height: 20px;
  }

  .AboutInfo .TextBox h2 {
    margin-top: 15px;
  }

  .AimBox .PointBox {
    display: flex;
    flex-direction: column;
  }

  .AimBox .PointBox .IconBox {
    width: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
  }

  .AimBox .PointBox .IconBox b {
    width: auto;
    padding-right: 15px;
  }

  .AimBox .PointBox .IconBox img {
    width: 28px;
  }

  .InBannerBox .InBannerTxt p {
    padding: 0px;
  }

  .AimBox .PointBox .InfoBox {
    width: 100%;
  }

  .TrustedContainer {
    display: none;
  }
}