body {
  font-family: "League Spartan", serif !important;
  background: #fafafa;
  overflow-x: hidden;
  overflow-y: auto;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.transition-250ms {
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
}

.v-hidden {
  visibility: hidden;
}

.tooltip {
  font-size: 10px;
}

.container {
  z-index: 9;
}

.secTitle .alignline {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 3px;
  background: #f1c144;
  margin-right: 15px;
  top: -5px;
}

.secTitle h6 {
  position: relative;
  display: inline-block;
  color: #f1c144;
  font-size: clamp(16px, 1.0416vw, 20px);
  line-height: clamp(18px, 1.4583vw, 28px);
  font-weight: 700;
  text-transform: capitalize;
}

.secTitle h2 {
  font-size: clamp(28px, 3.02083vw, 48px);
  font-weight: 700;
}

.secTitle p {
  font-size: clamp(16px, 1.05vw, 18px);
}

.impt {
  color: #f00;
  font-size: 25px;
  display: inline-flex;
  line-height: normal;
  position: absolute;
  top: 5px;
}

.bTn {
  position: relative;
  display: inline-flex;
}

.bTn .alignline {
  position: absolute;
  display: inline-block;
  width: 80px;
  height: 90%;
  background: rgb(241, 193, 68);
  margin-right: 15px;
  top: 0;
  z-index: -1;
  bottom: 0;
  scale: 0.8;
  margin: auto;
  border-top-right-radius: 30px;
  left: 0;
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
}

.bTn a,
.bTn button {
  font-size: clamp(16px, 1.0416vw, 20px);
  padding-left: 20px;
  color: #212529;
  border: 1px solid rgb(241, 193, 68);
  padding: 10px 36px;
  border-radius: 5px;
  background: transparent;
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
}

.bTn:hover a,
.bTn:hover button {
  color: #fff;
  border-color: transparent;
}

.bTn:hover .alignline {
  scale: 1;
  width: 100%;
}

.uploadBtn {
  border: 1px solid #ccc;
  font-size: 14px;
  width: 120px;
  height: 36px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  border-radius: 5px;
}

input[type=file] {
  opacity: 0 !important;
  position: absolute;
}

.innerBanner {
  min-height: 400px;
  background: #f2f2f2;
  position: relative;
}

.innerBanner .bgShape {
  height: 100%;
}

.innerBanner .bgShape img {
  width: 100%;
  height: 100%;
}

.innerBanner .bannerContent .alignline {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 1px;
  background: #f1c144;
  margin-right: 15px;
  top: -5px;
}

.innerBanner .bannerContent h4 {
  position: relative;
  display: inline-block;
  color: #f1c144;
  font-size: clamp(14px, 0.8333vw, 16px);
  line-height: clamp(18px, 1.4583vw, 28px);
  font-weight: 400;
  text-transform: capitalize;
}

.innerBanner .bannerContent h4 a {
  position: relative;
  display: inline-block;
  color: #f1c144;
  font-size: clamp(14px, 0.8333vw, 16px);
  line-height: clamp(18px, 1.4583vw, 28px);
  font-weight: 400;
  text-transform: capitalize;
}

.innerBanner .bannerContent h1 {
  font-size: clamp(35px, 4.1666vw, 80px);
  font-weight: 700;
}

input,
textarea,
.form-select {
  font-size: 15px !important;
  min-height: 50px;
}

input::-moz-placeholder {
  opacity: 0;
}

input::placeholder {
  opacity: 0;
}

.labelHeading {
  position: absolute;
  top: -10px;
  left: 10px;
  background: rgb(250, 250, 250);
  padding: 0px 15px;
  border-radius: 19px;
  font-size: 14px;
  border-top: 1px solid #ccc;
}

input:focus,
input:focus+.labelHeading,
textarea:focus,
.form-select {
  border-color: #f1c144 !important;
  box-shadow: unset !important;
}

textarea:focus::-moz-placeholder {
  padding-left: 0;
}

textarea:focus::placeholder {
  padding-left: 0;
}

::-webkit-scrollbar {
  width: 5px;
  /* width: 0; */
  /* display: none; */
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #f1c144;
  border-radius: 30px;
  height: 50px;
  /* display: none; */
}

body {
  font-family: "Lato", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "League Spartan", serif;
  font-weight: 400;
}

span,
li,
p {
  font-size: clamp(15px, 1.05vw, 17px);
  color: #797979;
}

.cursor {
  cursor: pointer;
}

/* .navbar-toggler {
  position: absolute;
  right: 1%;
  top: 30%;
  border-color: #fff;
  transform: translateY(-12%);
} */

a {
  text-decoration: none;
}

.header {
  position: sticky;
  top: 0;
  z-index: 99;
  background-color: white;
  border-top: 8px solid #f0cc14;
  box-shadow: 0 2px 12px #e5e5e5;
}


.header .logo {
  max-width: 220px;
  background: #f0cc14;
  padding: 0px 37px 18px 37px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.header .navbar {
  border-right: 1px solid #e5e5e5;
}

.header .navbar li {
  margin: 0 10px;
}

.header .navbar li a {
  font-size: clamp(16px, 0.9375vw, 18px);
  color: #000;
  text-decoration: none;
  font-weight: 500;
  font-family: "League Spartan", serif;
  padding: 20px 0;
  position: relative;
  transition: all 0.225s linear;
  -webkit-transition: all 0.225s linear;
  -moz-transition: all 0.225s linear;
  -ms-transition: all 0.225s linear;
  -o-transition: all 0.225s linear;
}

.header .navbar li a:after {
  content: "";
  background: transparent;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  left: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
}

.header .navbar li a.active,
.header .navbar li a:hover {
  color: #f1c144;
}

.header .navbar li a.active:after,
.header .navbar li a:hover:after {
  background: #f1c144;
}

@media screen and (min-width: 576px) {
  .header .logo {
    max-width: 260px;
  }
}

@media screen and (max-width: 991px) {
  .header .navbar li:first-child {
    margin-top: 12px;
  }
  .header .navbar li a {
    padding: 10px 0;
  }
}


.footer_wrapper {
  position: relative;
  position: relative;
  border-top: 10px solid #f1c144;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  z-index: 3;
  overflow: hidden;
}

.footer_wrapper * {
  color: #424242;
}

.footer_wrapper:before {
  content: "";
  position: absolute;
  width: 450px;
  height: 270px;
  background: #f5d63f;
  display: block;
  border-top-left-radius: 50px;
  top: 67%;
  right: -12%;
  transform: rotate(45deg);
  z-index: 4;
}

.footer_wrapper:after {
  content: "";
  position: absolute;
  width: 450px;
  height: 328px;
  background: #f0c044;
  display: block;
  border-top-left-radius: 50px;
  top: 48%;
  right: -10%;
  transform: rotate(45deg);
}

.footer_wrapper .container:before {
  content: "";
  position: absolute;
  width: 450px;
  height: 270px;
  background: #fef4d0;
  display: block;
  border-top-left-radius: 50px;
  top: 67%;
  right: 1%;
  transform: rotate(45deg);
  z-index: 0;
}

.footer_wrapper .footer_widget {
  justify-content: space-between;
  z-index: 5;
  position: relative;
}

.footer_wrapper .footer_widget h3 {
  font-size: 16px;
  line-height: 46px;
  margin: 0;
  position: relative;
}

.footer_wrapper .footer_widget ul {
  padding-left: 15px;
}

.footer_wrapper .footer_widget ul li {
  list-style: none;
}

.footer_wrapper .footer_widget ul li a {
  font-size: clamp(12px, 0.72916vw, 14px);
  color: #797979;
}

.footer_wrapper .footer_widget ul li a:hover {
  color: #f1c144;
}

.footer_wrapper .footer_widget .footer_logo {
  background: #f1c144;
  padding: 0px 37px 18px 37px;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  width: 75%;
}

.footer_wrapper .copyright_wrapper {
  background: #f1c144;
  border-top-left-radius: 70px;
  padding: 10px 25px;
  position: relative;
  z-index: 10;
}

.footer_wrapper .copyright_wrapper .container::before {
  display: none;
}

.footer_wrapper .copyright_wrapper p {
  margin-bottom: 0;
  color: #fff;
  font-size: clamp(12px, 0.72916vw, 14px);
}

.footer_wrapper .copyright_wrapper .socialmedia img {
  width: 15px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7485%) hue-rotate(95deg) brightness(109%) contrast(100%);
}

.footer_inner {
  min-height: 165px;
}

.aboutUs {
  position: relative;
}

.aboutUs .bgdots {
  position: absolute;
  top: -50%;
  opacity: 0.6;
}

.ourTeam {
  overflow: hidden;
}

.portfolio .prfilData {
  box-shadow: -1px 5px 20px 13px rgba(0, 0, 0, 0.0705882353);
  padding: 7px 18px;
  border-radius: 10px;
  margin: 10px;
  min-height: 160px;
  position: relative;
  overflow: hidden;
  text-align: center;
  height: 100%;
}

.portfolio .prfilData .prfImg {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto 10px;
}

.portfolio .prfilData .prfImg img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.portfolio .prfilData .prfTitle {
  width: 100%;
  position: relative;
  padding: 4px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.portfolio .prfilData .prfTitle h3 {
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
  text-transform: uppercase;
}

.portfolio .prfilData .prfTitle h6 {
  font-size: clamp(12px, 0.72916vw, 14px);
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
}

.portfolio .prfilData .prfTitle::after {
  content: "";
  background: #f1c144;
  transform: skewX(335deg);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
}

.partnerImg {
  box-sizing: border-box;
  padding: 10px;
  box-shadow: -1px 5px 20px 13px rgba(0, 0, 0, 0.0705882353);
  padding: 7px 18px;
  position: relative;
  overflow: hidden;
  text-align: center;
  max-width: 210px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.partnerImg img {
  width: 100%;
}

.bgShape {
  position: absolute;
  top: -67px;
  right: 0;
  z-index: -1;
  opacity: 0.04;
  width: 65%;
}

.services {
  overflow-x: hidden;
  position: relative;
}

.services .bgdots {
  position: absolute;
  top: -10%;
  opacity: 0.6;
}

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

.services .container h2 {
  font-size: clamp(24px, 2.1875vw, 40px);
  font-weight: 700;
}

.services .container li,
.services .container p {
  font-size: clamp(15px, 1.05vw, 18px);
}

.services .innerSection {
  border-top-left-radius: 30px;
  overflow: hidden;
}

.services .innerSection img {
  border-top-left-radius: 71px;
  overflow: hidden;
  border-bottom-left-radius: 10px;
}

.services .innerSection:after {
  content: "";
  background: #f1cc14;
  position: absolute;
  right: 0;
  width: 70%;
  height: 70%;
  z-index: -1;
  bottom: 0;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  opacity: 0.4;
}

.services .innerSection.secondSection img {
  border-top-right-radius: 71px;
  overflow: hidden;
  border-bottom-right-radius: 10px;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

.services .innerSection.secondSection:after {
  left: 0;
  right: unset;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: unset;
  border-bottom-left-radius: unset;
}


/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.heroBanner {
  min-height: calc(100vh - 67px);
  position: relative;
  overflow: hidden;
}

.heroBanner .bgShape {
  position: absolute;
  top: -67px;
  right: 0;
  z-index: -1;
  opacity: 0.04;
  width: 65%;
}

.heroBanner .bgText h1 {
  position: absolute;
  left: 0%;
  bottom: 10%;
  color: rgba(46, 46, 54, 0.03);
  font-size: 14rem;
  /* line-height: 0.8em; */
  font-weight: 800;
  text-transform: capitalize;
  z-index: -1;
  line-height: 0;
}

.heroBanner .bannerContent .alignline {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 3px;
  background: #f1c144;
  margin-right: 15px;
  top: -5px;
}

.heroBanner .bannerContent h4 {
  position: relative;
  display: inline-block;
  color: #f1c144;
  font-size: clamp(16px, 1.0416vw, 20px);
  line-height: clamp(18px, 1.4583vw, 28px);
  font-weight: 700;
  text-transform: capitalize;
}

.heroBanner .bannerContent h2 {
  font-size: clamp(35px, 4.1666vw, 80px);
  font-weight: 700;
}

.heroBanner .slick-list {
  height: 100% !important;
}

.heroBanner .slick-list .slick-track {
  height: 100% !important;
}

.heroBanner .slick-slide.slick-active .bannerContent {
  transform: translateY(0);
  transition: all 1s ease-in-out;
}

.heroBanner .slick-slide.slick-active .sliderImg {
  transform: translateY(0);
  transition: all 1s ease-in-out;
}

.heroBanner .slick-arrow {
  position: absolute;
  bottom: 0;
  cursor: pointer;
  border: 1px solid #f1c144;
  padding: 10px;
  background: #fff;
}

.heroBanner .slick-arrow.prev {
  left: 1.5rem;
  right: inherit;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.heroBanner .slick-arrow.next {
  right: 1.5rem;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.weaRe .bgdots {
  position: absolute;
  bottom: 0;
  opacity: 0.6;
  z-index: -1;
}

.weaRe .cardGrid {
  height: 100%;
  border-radius: 40px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 10px;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.weaRe .cardGrid .clipathImg {
  -webkit-clip-path: polygon(0 0%, 100% 0%, 200% 100%, -78% 48%);
  clip-path: polygon(0 0%, 100% 0%, 200% 100%, -78% 48%);
  border-radius: 35px;
  height: 250px;
  position: relative;
  border-top-left-radius: 41px;
  overflow: hidden;
  border-bottom-left-radius: 112px;
  border-top-right-radius: 102px;
}

.weaRe .cardGrid .clipathImg img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.weaRe .cardGrid .clipathImg:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
}

.weaRe .cardGrid .icon {
  background: #f1c144;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border: 4px solid #fff;
  margin-top: -120px;
  position: relative;
  left: 4%;
}

.weaRe .cardGrid .icon img {
  width: 100%;
}

.weaRe .cardGrid .content {
  padding: 16px 27px 16px;
  height: calc(100% - 210px);
  display: flex;
  flex-direction: column;
}

.weaRe .cardGrid .content h3 {
  color: #f1c144;
  font-weight: 400;
  font-size: clamp(20px, 1.5625vw, 30px);
  font-family: "League Spartan", serif;
}

.weaRe .cardGrid .content p {
  font-size: clamp(16px, 1.0416vw, 20px);
  min-height: 100px;
}

.bgparlex {
  background: url(../img/handshake.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}

.bgparlex:after {
  content: "";
  background-color: rgba(241, 193, 68, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.bgparlex h2 {
  position: relative;
  color: rgba(46, 46, 54, 0.3);
  text-align: center;
  font-size: 11vw;
  font-weight: 800;
  text-transform: uppercase;
  z-index: 3;
  line-height: 1;
  margin: 0;
}

.bgparlex .bgText h1,
.bgparlex .bgText h2 {
  position: relative;
  color: rgba(46, 46, 54, 0.3);
  font-size: 2vw;
  font-weight: 800;
  text-transform: uppercase;
  z-index: 3;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .bgparlex .container {
    min-height: 300px;
  }

  .heroBanner .slick-arrow.prev {
    left: inherit;
    right: 5rem;
  }
}

@media screen and (min-width: 992px) {
  .bgparlex .container {
    min-height: 350px;
  }
}

@media screen and (max-width: 767px) {
  .bgparlex .container {
    min-height: 260px;
  }
}

@media screen and (max-width: 575px) {
  .bgparlex .container {
    min-height: 180px;
  }
}

.ourServices {
  position: relative;
}

.ourServices .bgdots {
  position: absolute;
  top: 0;
  opacity: 0.6;
  right: 0;
  width: 100%;
  transform: scaleX(-1);
  z-index: -1;
}

.ourServices .servicesBox {
  margin-bottom: 20px;
  height: 100%;
  padding-top: 20px;
}

.ourServices .servicesBox .service_front_view {
  border-radius: 8px;
  background: #fff;
  padding: 40px 25px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  height: 100%;
  box-shadow: 0 16px 36px rgba(34, 82, 130, 0.06);
}

.ourServices .servicesBox .service_front_view .backText {
  display: none;
}

.ourServices .servicesBox .service_front_view h4 {
  font-size: clamp(20px, 1.5625vw, 30px);
  color: #000;
}

.ourServices .servicesBox .service_front_view .scopus_icon {
  display: block;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.ourServices .servicesBox .service_front_view .scopus_icon img {
  width: 100%;
}

.ourServices .servicesBox .service_front_view:hover {
  background: #f1c144;
  /* padding: 15px 25px; */
}

.ourServices .servicesBox .service_front_view:hover h4 {
  color: #fff;
}

.ourServices .servicesBox .service_front_view:hover p {
  color: #fff;
}

/* .ourServices .servicesBox .service_front_view:hover .scopus_icon {
  width: 30px;
  height: 30px;
  transition: all 1s ease-in-out;
} */

.ourServices .servicesBox .service_front_view:hover .frontText {
  display: none;
}

.ourServices .servicesBox .service_front_view:hover .backText {
  display: block;
}

.ourCustomers {
  position: relative;
}

.ourCustomers .bgdots {
  position: absolute;
  bottom: 0;
  opacity: 0.6;
  left: 0;
  width: 100%;
  z-index: -1;
}

.ourCustomers .customerSlide {
  background: white;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.ourCustomers .customerSlide .slick-slider,
.ourCustomers .customerSlide .slick-track,
.ourCustomers .customerSlide .slick-list {
  height: 100%;
}

.ourCustomers .customerSlide .slick-slide {
  display: block;
  height: 100%;
  text-align: center;
  margin-right: 15px;
  margin-left: 15px;
  padding: 10px 0;
  box-sizing: border-box;
}

.ourCustomers .customerSlide .slick-slide img {
  display: block;
  height: 100%;
  margin: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.ourCustomers .sliderCustomer .arrowsDiv {
  position: absolute;
  width: 100%;
  justify-content: space-between;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}

.ourCustomers .sliderCustomer .arrowsDiv .Cprev {
  left: -1%;
  position: relative;
  border-radius: 50px;
  border: 1px solid #f1c144;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  background: #f1c144;
  justify-content: center;
  cursor: pointer;
}

.ourCustomers .sliderCustomer .arrowsDiv .Cnext {
  right: -1%;
  position: relative;
  border-radius: 50px;
  border: 1px solid #f1c144;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  background: #f1c144;
  justify-content: center;
  cursor: pointer;
}

.ourCustomers .sliderCustomer:hover .arrowsDiv {
  opacity: 1;
}

.customer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.customer .logos {
  background: white;
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border: 1px solid #ccc;
}

.customer .logos img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.wapper_address .bgdots {
  position: absolute;
  top: -50%;
  opacity: 0.6;
  z-index: -1;
}

.wapper_address .c-addr {
  box-shadow: 1px 3px 6px 6px rgba(204, 204, 204, 0.5607843137);
  border: 1px solid #f1c144;
  border-top: 4px solid #f1c144;
  border-bottom: 4px solid #f1c144;
  text-align: center;
  min-height: 170px;
  box-sizing: border-box;
  padding: 20px 5px 20px;
  border-radius: 11px;
  margin-bottom: 15px;
  background: #fff;
}

.wapper_address .c-addr svg {
  margin-bottom: 15px;
}

.wapper_address .c-addr h3 {
  font-size: 17px;
  font-weight: 600;
}

.wapper_address .c-addr p {
  margin-bottom: 0.2rem;
}

.wapper_address .c-addr p a {
  color: #797979;
}

.successMsg {
  text-align: center;
  font-size: 18px;
  color: #07b07e;
}

.infoTool {
  position: absolute;
  top: 50%;
  right: 1%;
  transform: translateY(-50%);
  background: #ffffff;
  padding: 10px;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.character-limit,
.error-message,
.file-info {
  font-size: clamp(12px, 1vw, 14px);
}

/*# sourceMappingURL=style.css.map */