section.side-image {
	margin-top: 100px;
}

.testimonials.ab h3, .testimonials.ab h6 {
	color: white;
}

.testimonials {
  /* background-image: url("../img/testimonial-bg.png"); */
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  padding: 100px 0;
  background-size: cover;
  background-attachment: fixed;
  /* background-attachment: scroll; */
}

.testimonials .inner-testimonials {
  background-color: var(--testimonialBG);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  padding: 50px 32px 20px;
  position: relative;
}

.testimonials .inner-testimonials img.quotes {
  position: absolute;
  top: -30px;
}

.testimonials .inner-testimonials h6 {
  font-family: var(--fontGraphikMD);
  font-size: 20px;
  line-height: 28px;
  color: var(--primarycolor);
  margin: 0;
  margin-top: 15px;
}

.testimonials .inner-testimonials p {
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 24px;
  color: var(--whitecolor);
  margin: 0;
  margin-top: 10px;
}

.testimonials .inner-testimonials .ratings {
  display: flex;
}

.testimonials .inner-testimonials .profile {
  margin-top: 20px;
  display: flex;
  justify-content: start;
  align-items: center;
}

.testimonials .inner-testimonials .profile img {
  margin-right: 10px;
}
.testimonials .inner-testimonials .profile p {
  margin-top: 0;
}

.testimonials .inner-testimonials .profile span {
  display: block;
}

.testimonials .inner-testimonials .profile span.name {
  font-family: var(--fontGraphikMD);
  font-size: 16px;
  line-height: 24px;
  color: var(--primarycolor);
  margin: 0;
}

.testimonials .inner-testimonials .profile span.designation {
  font-family: var(--fontGraphik);
  font-size: 14px;
  line-height: 22px;
  color: var(--whitecolor);
  margin: 0;
}

.testimonials .home-page-testimonials button.slide-arrow.prev-arrow {
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  border: none;
  outline: none;
  background: white;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 14px;
  z-index: 9;
}

.testimonials .home-page-testimonials button.slide-arrow.next-arrow {
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  border: none;
  outline: none;
  background: white;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 14px;
  z-index: 9;
}

.testimonials .slick-slider .slick-slide {
  margin: 0 10px;
  margin-top: 30px;
}

#home-page-testimonials {
  position: relative;
  margin-top: 10px;
}

#home-page-testimonials .slick-dots {
  text-align: left;
}

#home-page-testimonials .slick-dots li {
  margin: 0 0;
}

#home-page-testimonials .slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: var(--headingcolor);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-indent: -9999px;
}

#home-page-testimonials .slick-dots li.slick-active button {
  background-color: var(--primarycolor);
}

/* */

/* .testimonials  h3 {
	margin-top: 0;
}

.testimonials  h6 {
	margin-top: 12;
}

.testimonials  h3 span, .testimonials  h6 span {
	color: #3c3c3c;
} */

.about-company {
  margin-top: 60px;
}

.about-us-chairman-bg {
  background: url("../img/about-us-chairman.png") top right no-repeat;
  padding-bottom: 60px;
  background-size: 50%;
  background-position: 100% 15%;
}

.quoted-words {
  width: 50%;
  padding: 35px 30px 20px;
  margin-top: 30px;
  border: 1px solid var(--primarycolor);
  border-radius: 25px;
  position: relative;
  background-color: #FFF0D0;
}

.quoted-words p {
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 24px;
  color: var(--descriptioncolor);
  margin: 0;
}

.quoted-words h4 {
  font-family: var(--fontGraphik);
  font-size: 14px;
  line-height: 24px;
  color: #000;
  margin: 0;
  margin-top: 20px;
}

.quoted-words h4 span {
  font-family: var(--fontGraphikMD);
  font-size: 18px;
  line-height: 26px;
  color: #000;
  margin: 0;
}

.quoted-words::after {
  position: absolute;
  top: -35px;
  left: 30px;
  content: url("../img/icons/left-quote.png");
  width: 70px;
  height: 56px;
  background: #fff;
  text-align: center;
}

.about-company-content h1, .about-company-content h2 {
  font-family: var(--fontGraphikSB);
  font-size: 38px;
  line-height: 46px;
  color: var(--descriptioncolor);
}

.about-company .row .col-lg-5 {
  padding-left: 30px;
}

.about-company .about-company-content p {
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 24px;
  color: var(--descriptioncolor);
  margin: 0;
  margin-top: 20px;
}

.about-company .about-company-content h4 {
  margin-top: 32px;
}

.about-company .about-company-content ul {
  list-style-type: none;
  display: flex;
  margin-top: 20px;
}

.about-company .about-company-content ul li img {
  margin-bottom: 12px;
}

.about-company .about-company-content ul li span {
  font-family: var(--fontGraphikMD);
  font-size: 16px;
  line-height: 24px;
  color: var(--headingcolor);
  margin: 0;
}

.about-company .about-company-content ul li {
  min-width: 150px;
}

.about-company .about-company-content ul li:not(:last-child) {
  margin-right: 4px;
}

.about-company .about-company-image img {
  width: 100%;
}

.about-company .about-company-image .company-detail {
  background-color: var(--primarycolor);
  padding: 20px 36px;
  position: relative;
}

.about-company .about-company-image .company-detail img.about-quotes {
  position: absolute;
  left: 36px;
  top: 12px;
  width: 40px;
}

.about-company .about-company-image .company-detail p {
  font-family: var(--fontGraphik);
  font-size: 14px;
  line-height: 22px;
  color: var(--blackcolor);
  margin: 0;
  padding-left: 36px;
  font-style: italic;
}

.about-company .about-company-image .company-detail p:last-child {
  margin-top: 24px;
  padding-left: 0;
  display: flex;
  padding-left: 36px;
}

.about-company .about-company-image .company-detail p:last-child img {
  width: 48px;
  height: 48px;
  margin-right: 24px;
}

.about-company .about-company-image .company-detail p:last-child span span {
  font-family: var(--fontGraphikMD);
  font-size: 16px;
  line-height: 24px;
  color: var(--blackcolor);
  margin: 0;
  font-style: normal;
}

.about-company
  .about-company-image
  .company-detail
  p:last-child
  span
  span:last-child {
  font-family: var(--fontGraphik);
  font-size: 12px;
  line-height: 20px;
  color: var(--blackcolor);
  margin: 0;
}

.esquare-legacy {
  background-color: var(--formBG);
  margin-top: 60px;
  padding: 48px 0;
}

.esquare-legacy h4,
.global-presence h4 {
  font-size: 38px;
  line-height: 46px;
}

.esquare-legacy p {
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 24px;
  color: var(--descriptioncolor);
  margin: 0;
  margin-top: 20px;
}

.esquare-legacy .legacy-image {
  margin-top: 46px;
}

.esquare-legacy .legacy-content {
  text-align: left;
}

.esquare-legacy .legacy-content h6 {
  font-family: var(--fontGraphikSB);
  font-size: 24px;
  line-height: 32px;
  color: var(--headingcolor);
  margin: 0;
}

.esquare-legacy .legacy-content p {
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 24px;
  color: var(--descriptioncolor);
  margin: 0;
  margin-top: 4px;
}

.esquare-legacy .legacy-content div:not(:first-child) {
  margin-top: 24px;
}

.esquare-legacy .legacy-content div:first-child h6 {
  color: #be1e2d;
}

.esquare-legacy .legacy-content div:nth-child(2) h6 {
  color: #f05a28;
}

.esquare-legacy .legacy-content div:nth-child(3) h6 {
  color: #ea7b0c;
}

.esquare-legacy .legacy-content div:nth-child(4) h6 {
  color: #f6921e;
}

.esquare-legacy .legacy-content div:nth-child(5) h6 {
  color: #ffce00;
}

.esquare-legacy .legacy-content div:nth-child(6) h6 {
  color: #b3c134;
}

.esquare-legacy .legacy-content div:nth-child(7) h6 {
  color: #29b473;
}

.esquare-legacy .legacy-content div:nth-child(8) h6 {
  color: #48c1b8;
}

.esquare-legacy .legacy-content div:nth-child(9) h6 {
  color: #2fbcd3;
}

.esquare-legacy .legacy-content div:nth-child(10) h6 {
  color: #248791;
}

.esquare-legacy .legacy-content div:nth-child(11) h6 {
  color: #1b75bb;
}

.esquare-legacy .legacy-content div:nth-child(12) h6 {
  color: #652d90;
}

.esquare-legacy .legacy-content {
  margin-top: 40px;
  display: none;
}

/* .global-presence {
  overflow-x: hidden;
} */

.global-presence-margin {
  margin-top: 40px;
}

.global-presence .global-presence-numbers {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  height: 100%;
}

.global-presence .global-presence-numbers div span {
  font-family: var(--fontGraphikB);
  font-size: 60px;
  line-height: 68px;
  color: var(--primarycolor);
  margin: 0;
}

.global-presence .global-presence-numbers div h6 {
  font-family: var(--fontGraphikMD);
  font-size: 16px;
  line-height: 24px;
  color: var(--descriptioncolor);
  margin: 0;
}

.side-image .side-img-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.side-image img {
  width: 100%;
}

.side-image .row .col-12 img {
  width: 100%;
}

.side-image .side-img-content a {
  font-family: var(--fontGraphikSB);
  font-size: 16px;
  line-height: 24px;
  color: var(--primarycolor);
  margin: 0;
  /* margin-top: 10px; */
}

.side-image .side-img-content p {
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 24px;
  color: var(--descriptioncolor);
  margin: 0;
  /* margin-top: 10px; */
}

.side-image .side-img-content p span:first-child {
  font-weight: 700;
}

.side-image .row .col-12:nth-child(4),
.side-image .row .col-12:nth-child(8) {
  padding-left: 58px;
}

.side-image .row .col-12:nth-child(9) .side-img-content p:not(:first-child) {
  margin-top: 20px;
}

.side-image .row:nth-child(2) .col-lg-6:nth-child(1) {
  order: 2;
}

.side-image .row:nth-child(2) .col-lg-6:nth-child(2) {
  order: 1;
}

.side-image .row:nth-child(4) .col-lg-6:nth-child(1) {
  order: 2;
}

.side-image .row:nth-child(4) .col-lg-6:nth-child(2) {
  order: 1;
}

.side-image .row:nth-child(2) .side-img-content,
.side-image .row:nth-child(4) .side-img-content {
  padding-left: 58px;
  padding-right: 58px;
}

.side-image .row:nth-child(1) .side-img-content,
.side-image .row:nth-child(3) .side-img-content,
.side-image .row:nth-child(5) .side-img-content {
  padding-right: 58px;
}

.side-image .row:nth-child(5) .side-img-content p:not(:first-child) {
  margin-top: 20px;
}

.image-gallery .row .col-md-4 img {
  width: 100%;
}

.testimonial-about {
  background-color: var(--impactBG);
  padding-top: 100px;
  padding-bottom: 113px;
  position: relative;
  overflow-x: hidden;
}

.testimonial-about .heading-text h4 {
  font-size: 38px;
  line-height: 46px;
  color: var(--whitecolor);
}

/* .testimonial-about h4 {
  color: var(--whitecolor);
} */

.testimonial-about p {
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 24px;
  color: var(--whitecolor);
  margin: 0;
  margin-top: 10px;
}

.testimonial-about .white-dotted-first {
  position: absolute;
  right: 20px;
  top: 0;
}

.testimonial-about .white-dotted-scnd {
  position: absolute;
  left: 20px;
  bottom: 10px;
}

/* swiper js css */

.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  /* width: 1000px; */
  /* height: 300px; */
  /* background-color: var(--whitecolor); */
}

.swiper-slide img {
  display: block;
  width: 100%;
}

.testimonial-about .rev-ss {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 40px;
}

.testimonial-about .slick-slider {
  margin-left: -1%;
  margin-right: -12%;
}

.testimonial-about .slick-list {
  padding-left: 2% !important;
  padding-right: 10% !important;
  /* margin-left: -165px; */
}

.testimonial-about .slick-dots {
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.testimonial-about .slick-track {
  max-width: 100% !important;
  transform: translate3d(0, 0, 0) !important;
  perspective: 100px;
}

.testimonial-about .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100% !important;
  transform: translate3d(0, 0, 0);
  transition: transform 1s, opacity 1s;
  margin-left: -25px;
}

.testimonial-about .slick-snext,
.testimonial-about .slick-sprev,
.testimonial-about .slick-snext2,
.testimonial-about .slick-sprev2 {
  display: block;
}

.testimonial-about .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  z-index: 2;
}

.testimonial-about .slick-snext {
  opacity: 1;
  transform: translate3d(10%, 0, -10px);
  z-index: 1;
  perspective: 1000px;
}
.testimonial-about .slick-snext2 {
  opacity: 1;
  transform: translate3d(20%, 0, -20px);
  z-index: 0;
  perspective: 1000px;
}

.testimonial-about .slick-sprev {
  opacity: 1;
  transform: translate3d(-10%, 0, -10px);
}

.testimonial-about .slick-sprev2 {
  opacity: 1;
  transform: translate3d(-20%, 0, -20px);
}

.testimonial-about .test {
  display: block;
  width: 100%;
  height: 300px;
  background: green;
  box-shadow: inset 0px 0px 0px 3px #000;
}

.testimonial-about .rev-ss .rev_slider .rev_slide .swiper-slider {
  background-color: var(--whitecolor);
}

.testimonial-about .rev-ss .rev_slider .rev_slide .swiper-slider img {
  width: 100%;
}

.testimonial-about
  .rev-ss
  .rev_slider
  .rev_slide
  .swiper-slide
  .swiper-slider-content {
  padding: 10px 30px;
  display: flex;
  flex-direction: column;
}

.testimonial-about
  .rev-ss
  .rev_slider
  .rev_slide
  .swiper-slide
  .swiper-slider-content
  h4 {
  font-family: var(--fontGraphikSB);
  font-size: 26px;
  line-height: 48px;
  color: var(--headingcolor);
  margin: 0;
}

.testimonial-about
  .rev-ss
  .rev_slider
  .rev_slide
  .swiper-slide
  .swiper-slider-content
  span {
  font-family: var(--fontGraphikSB);
  font-size: 16px;
  line-height: 24px;
  color: var(--primarycolor);
  margin: 0;
}

.testimonial-about
  .rev-ss
  .rev_slider
  .rev_slide
  .swiper-slide
  .swiper-slider-content
  em {
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  color: var(--headingcolor);
  margin: 0;
  margin-top: 10px;
}

.testimonial-about
  .rev-ss
  .rev_slider
  .rev_slide
  .swiper-slide
  .swiper-slider-content
  p {
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 24px;
  color: var(--descriptioncolor);
  margin: 0;
  margin-top: 10px;
}

.testimonial-about .rev-ss .rev_slider .rev_slide .row .col-lg-4 {
  order: 2;
}

.testimonial-about .rev-ss .rev_slider .rev_slide .row .col-lg-8 {
  order: 1;
}

.testimonial-about .rev-ss .rev_slider .rev_slide.slick-active .row .col-lg-4 {
  order: 1;
}

.testimonial-about .rev-ss .rev_slider .rev_slide.slick-active .row .col-lg-8 {
  order: 2;
}

.testimonial-about .rev-ss .prev {
  position: absolute;
  left: -50px;
  top: 55%;
  cursor: pointer;
}

.testimonial-about .rev-ss .next {
  position: absolute;
  left: 95%;
  top: 55%;
  cursor: pointer;
}

.certifications {
  overflow-x: hidden;
}

.certifications p {
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 24px;
  color: var(--descriptioncolor);
  margin: 0;
  margin-top: 22px;
}

.certifications .certification-detail {
  margin-top: 40px;
}

.certifications .certification-detail img {
  /* width: 100%; */
  margin: 0 auto;
}

.certifications .certification-detail p {
  font-family: var(--fontGraphikSB);
  font-size: 20px;
  line-height: 28px;
  color: var(--headingcolor);
  margin: 0;
  text-align: center;
  margin-top: 15px;
}

.certification-section-slider .slide-arrow.prev-arrow {
  background-color: #e0e0e0;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 99;
  transform: translateY(-50%);
  border-radius: 50%;
  border: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.certification-section-slider .slide-arrow.next-arrow {
  background-color: #e0e0e0;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 99;
  transform: translateY(-50%);
  border-radius: 50%;
  border: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.certification-section-slider .slide-arrow.prev-arrow img,
.certification-section-slider .slide-arrow.next-arrow img {
  width: 12px;
}

.achievements {
  overflow-x: hidden;
}

.achievements .achievements-h p {
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 24px;
  color: var(--descriptioncolor);
  margin: 0;
  margin-top: 22px;
}

.achievements .row .col-md-3 img {
  width: 100%;
}

.achievements-dotted-first {
  position: absolute;
  right: -55px;
  top: -52px;
}

.achievements-dotted-scnd {
  position: absolute;
  left: -55px;
  bottom: -46px;
}

.achievements .achievements-slider {
  /* position: relative; */
  background-color: var(--formBG);
  padding: 48px 0;
  margin-top: 40px;
}

.achievements .achievements-slider .achievement-sliders-bg {
  background-color: var(--achievementBG);
  padding: 20px;
}

.achievements
  .achievements-slider
  .achievement-sliders
  .achievement-content
  div {
  width: 114px;
  height: 10px;
  background-color: var(--descriptioncolor);
  border-radius: 12px;
  margin-bottom: 20px;
}

.achievements
  .achievements-slider
  .achievement-sliders
  .achievement-content
  h2 {
  font-size: 34px;
  color: var(--descriptioncolor);
}

.achievements .achievements-slider .achievement-sliders .achievement-content p {
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 24px;
  color: var(--headingcolor);
  margin: 0;
  margin-top: 40px;
  text-align: justify;
}

.achievements .achievements-slider .achievement-sliders .col-lg-4 img {
  width: 100%;
}

.achievement-sliders.slick-slider .slick-slide {
  margin: 0 20px;
  margin-top: 30px;
}

.achievements-prev-slide,
.achievements-next-slide {
  cursor: pointer;
  display: inline-block;
  margin-right: 20px;
}

.prev-next {
  text-align: right;
  margin-top: 40px;
	display: none;
}

.achievements-prev-slide {
  margin-right: 20px;
}

.background-images {
  background-image: url("../img/background-images1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  min-height: 483px;
  display: flex;
  align-items: center;
  margin-top: 100px;
  background-size: cover;
}

.about-us-background-one {
  background-image: url("../img/background-images1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  min-height: 483px;
  display: flex;
  align-items: center;
  margin-top: 100px;
  background-size: cover;
  background-attachment: fixed;
}

.about-us-background-two {
  background-image: url("../img/background-images2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  /* background-attachment: scroll; */
  width: 100%;
  min-height: 75vh;
  display: flex;
  align-items: center;
  margin-top: 100px;
  background-size: cover;
}

/* .testing {
  min-height: 100vh;
}

.testing img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.about-us-background-three {
  /* background-image: url("../img/background-images3.jpg");
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  min-height: 483px; */
  display: flex;
  align-items: center;
  margin-top: 100px;
  background-size: cover;
  position: relative;
  justify-content: center;
}

.about-us-background-three video.vv {
  width: 100%;
  min-height: 483px;
  object-fit: cover;
}

.background-content {
  background-color: var(--whitecolor);
  padding: 50px 30px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.background-content .button-tertiary svg {
  margin-left: 10px;
}

.background-content .button-tertiary svg path {
  transition: 0.2s ease-in all;
  -webkit-transition: 0.2s ease-in all;
  -moz-transition: 0.2s ease-in all;
  -ms-transition: 0.2s ease-in all;
  -o-transition: 0.2s ease-in all;
}

.background-content .button-tertiary:hover svg path {
  fill: var(--primarycolor);
}

.background-content h4 {
  font-family: var(--fontGraphikSB);
  font-size: 38px;
  line-height: 48px;
  color: var(--headingcolor);
  margin: 0;
}

.background-content h4 span {
  color: var(--primarycolor);
}

.background-content p {
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 24px;
  color: var(--descriptioncolor);
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.background-images-two {
  background-image: url("../img/background-images2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  min-height: 483px;
  display: flex;
  align-items: center;
  margin-top: 100px;
}

.background-images-three {
  background-image: url("../img/background-images3.jpg");
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  min-height: 483px;
  display: flex;
  align-items: center;
  margin-top: 100px;
}

/* testimonial slick slider */

/* .container {
  width: 900px;
  margin: 0 auto;
  max-width: 80%;
  overflow: hidden;
} */

.cta-section .cta-margin {
  margin-top: 30px;
  border: 1px solid var(--bordercolor);
}

/* .cta-section .cta-margin .col-md-6 {
  padding: 48px 32px;
} */

.cta-section .bord-rght {
  border-right: 1px solid var(--bordercolor);
}

.cta-dwn-arrow {
  position: absolute;
  left: 30px;
  top: -15px;
  width: unset;
}

.cta-section .cta-margin .col-md-6:first-child {
  border-right: 1px solid var(--bordercolor);
}

.cta-section .cta-section-inner {
  padding: 48px 32px;
}

.cta-section .cta-section-inner div.heading {
  display: flex;
  align-items: center;
}

.cta-section .cta-section-inner div.heading img {
  margin-right: 16px;
}

.cta-section .cta-section-inner div.heading span {
  font-family: var(--fontGraphikSB);
  font-size: 24px;
  line-height: 32px;
  color: var(--headingcolor);
  margin: 0;
  margin-right: 16px;
  transition: 0.2s ease-in all;
  -webkit-transition: 0.2s ease-in all;
  -moz-transition: 0.2s ease-in all;
  -ms-transition: 0.2s ease-in all;
  -o-transition: 0.2s ease-in all;
  cursor: pointer;
}

.cta-section .cta-section-inner div.heading span:hover {
  color: var(--primarycolor);
}

.cta-section .col-md-6:hover .cta-section-inner div.heading span {
  color: var(--primarycolor);
}

.cta-section .cta-section-inner div.heading div {
  width: 32px;
  height: 32px;
  background-color: var(--whitecolor);
  box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
  transition: 0.2s ease-in all;
  -webkit-transition: 0.2s ease-in all;
  -moz-transition: 0.2s ease-in all;
  -ms-transition: 0.2s ease-in all;
  -o-transition: 0.2s ease-in all;
}

.cta-section .cta-section-inner div.heading div svg {
  transition: 0.2s ease-in all;
  -webkit-transition: 0.2s ease-in all;
  -moz-transition: 0.2s ease-in all;
  -ms-transition: 0.2s ease-in all;
  -o-transition: 0.2s ease-in all;
}

.cta-section .cta-section-inner div.heading div:hover {
  background-color: var(--primarycolor);
}

.cta-section .col-md-6:hover .cta-section-inner div.heading div {
  background-color: var(--primarycolor);
}

.cta-section .cta-section-inner div.heading div:hover svg path {
  fill: var(--whitecolor);
}

.cta-section .col-md-6:hover .cta-section-inner div.heading div svg path {
  fill: var(--whitecolor);
}

.cta-section .cta-section-inner p {
  font-family: var(--fontGraphiD);
  font-size: 16px;
  line-height: 24px;
  color: var(--descriptioncolor);
  margin: 0;
  margin-top: 16px;
}

.achievements .slick-dots {
  margin-bottom: -30px;
}

.achievements .slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: var(--headingcolor);
  border-radius: 50%;
  text-indent: -9999px;
}

.achievements .slick-dots li.slick-active button {
  background-color: var(--primarycolor);
}

.achievement-sliders .slide-arrow.next-arrow {
    background-color: #e0e0e0;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: -50px;
    z-index: 99;
    transform: translateY(-50%);
    border-radius: 50%;
    border: none;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.achievement-sliders .slide-arrow.prev-arrow {
    background-color: #e0e0e0;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: -50px;
    z-index: 99;
    transform: translateY(-50%);
    border-radius: 50%;
    border: none;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.achievement-sliders .slide-arrow.prev-arrow img, .achievement-sliders .slide-arrow.next-arrow img {
	width: 12px;
}

@media (max-width: 1099px) {
  .global-presence .global-presence-numbers div span {
    font-size: 40px;
    line-height: 48px;
  }

  .global-presence .global-presence-numbers div h6 {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 991px) {
	.testimonials .home-page-testimonials button.slide-arrow.prev-arrow {
    left: -10px;
  }
	
	#home-page-testimonials .slick-dots {
    bottom: unset;
  }

  .testimonials .home-page-testimonials button.slide-arrow.next-arrow {
    right: -10px;
  }
	
  .about-company .about-company-image {
    margin-top: 60px;
  }

  .global-presence .global-presence-numbers div span {
    font-size: 24px;
    line-height: 32px;
  }

  .global-presence .global-presence-numbers div h6 {
    font-size: 12px;
    line-height: 20px;
  }

  .esquare-legacy .legacy-image {
    display: none;
  }

  .esquare-legacy .legacy-content {
    display: block;
    margin-top: 20px;
  }

  .testimonial-about {
    padding-top: 75px;
    padding-bottom: 85px;
  }

  .about-us-chairman-bg {
    margin-top: 40px;
    background-size: 40%;
  }
}

@media (max-width: 991px) {
  .about-company .about-company-content p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 16px;
  }

  .about-company .about-company-content h4 {
    margin-top: 20px;
  }

  .about-company .about-company-content ul {
    margin-top: 16px;
  }

  .about-company .about-company-content ul li {
    width: 44%;
  }

  .about-company .about-company-content ul li:not(:last-child) {
    margin-right: 16px;
  }

  .about-company .about-company-image .company-detail {
    padding: 22px 27px;
  }

  .about-company .about-company-image .company-detail p {
    font-size: 14px;
    line-height: 22px;
  }

  .about-company .about-company-image .company-detail p:last-child span span {
    font-size: 14px;
    line-height: 22px;
  }

  .about-company
    .about-company-image
    .company-detail
    p:last-child
    span
    span:last-child {
    font-size: 12px;
    line-height: 20px;
  }

  .esquare-legacy {
    padding: 34px 0;
  }

  .esquare-legacy p {
    font-size: 14px;
    line-height: 22px;
  }

  .esquare-legacy p br {
    display: none;
  }

  .esquare-legacy .legacy-image {
    margin-top: 20px;
  }

  .side-image .row:nth-child(2) .col-lg-6:nth-child(1) {
    order: 1;
  }

  .side-image .row:nth-child(2) .col-lg-6:nth-child(2) {
    order: 2;
  }

  .side-image .row:nth-child(4) .col-lg-6:nth-child(2) {
    order: 2;
  }

  .side-image .row:nth-child(4) .col-lg-6:nth-child(1) {
    order: 1;
  }

  .side-image .side-img-content a {
    margin-top: 10px;
  }

  .side-image .row:nth-child(2) .side-img-content,
  .side-image .row:nth-child(4) .side-img-content {
    padding-left: 0;
    padding-right: 0;
  }

  .side-image .side-img-content {
    margin: 20px 0;
  }

  .side-image
    .row:nth-child(1)
    .col-lg-6:nth-child(1)
    .side-img-content:first-child {
    margin-top: 0;
  }

  .certifications p,
  .achievements .achievements-h p {
    margin-top: 16px;
  }

  .certifications .certification-detail {
    margin-top: 40px;
  }

  .certifications .certification-detail p {
    font-size: 20px;
    line-height: 28px;
    margin-top: 10px;
  }

  .achievements .achievements-slider .achievement-sliders {
    padding: 10px;
  }

  .achievements .achievements-slider {
    margin-top: 20px;
    padding: 27px 0;
  }

  .achievements
    .achievements-slider
    .achievement-sliders
    .achievement-content
    div {
    height: 10px;
    width: 45.118736267089844px;
    left: 0px;
    top: 0px;
    border-radius: 12px;
    margin-bottom: 8px;
  }

  .achievements-dotted-first,
  .achievements-dotted-scnd {
    display: none;
  }

  .achievements
    .achievements-slider
    .achievement-sliders
    .achievement-content
    h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .achievements
    .achievements-slider
    .achievement-sliders
    .achievement-content
    p {
    margin-top: 16px;
  }

  .achievements .achievement-content {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
	.about-company-content h2 {
		line-height: 40px !important;
	}
	
	.achievement-sliders .slide-arrow.prev-arrow {
		width: 35px;
		height: 35px;
		left: -25px;
	}
	
	.achievement-sliders .slide-arrow.next-arrow {
		width: 35px;
		height: 35px;
		right: -25px;
	}
	
	.achievement-sliders .slide-arrow.prev-arrow img, .achievement-sliders .slide-arrow.next-arrow img {
		width: 8px;
	}
	
	.page-template-about-us .other-banner .other-banner-heading p br {
		display: unset;
	}
	
  .testimonial-about .white-dotted-first,
  .testimonial-about .white-dotted-scnd {
    display: none;
  }

  .testimonial-about .slick-slide {
    margin-left: -7px;
  }

  .testimonial-about .slick-list {
    padding-left: 1% !important;
    padding-right: 0 !important;
  }

  .testimonial-about .rev-ss .next {
    left: 86%;
    top: 45%;
    z-index: 99;
  }

  .testimonial-about .rev-ss .prev {
    left: -4px;
    top: 45%;
    z-index: 99;
  }

  .background-images {
    margin-top: 0;
  }

  .background-images.d-block {
    min-height: 130px;
    background-size: 100%;
  }

  .background-images.desktop {
    background-image: none;
    margin-top: 0;
    min-height: auto;
  }

  .background-images.desktop .container {
    --bs-gutter-x: no;
  }

  .background-content {
    padding: 20px 25px;
  }

  .background-content h4 {
    font-size: 16px;
    line-height: 24px;
  }

  .background-content p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .about-company .row .col-lg-5 {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .about-company-content h1,
  .about-company-content h2,
  .esquare-legacy h4,
  .global-presence h4 {
    font-size: 20px;
    line-height: 28px;
  }

  /* .about-us-background-one,
  .about-us-background-two,
  .about-us-background-three video.vv {
    min-height: 350px;
  } */

  .cta-section .cta-section-inner div.heading img {
    margin-right: 10px;
  }

  .cta-section .cta-section-inner div.heading span {
    font-size: 20px;
    line-height: 28px;
  }

  .cta-section .bord-rght {
    border-right: none;
    border-bottom: 1px solid var(--bordercolor);
  }

  .cta-section .cta-section-inner {
    padding: 36px 20px;
  }

  .cta-dwn-arrow {
    left: 20px;
  }

  .prev-next {
    margin-top: 60px;
  }

  .testimonial-about {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .testimonial-about .heading-text h4 {
    font-size: 24px;
    line-height: 32px;
  }

  .global-presence .global-presence-numbers {
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .global-presence .global-presence-numbers div {
    width: 48%;
    text-align: center;
  }

  .global-presence .global-presence-margin {
    margin-top: 20px;
  }

  section.side-image {
    margin-top: 40px;
  }

  .about-us-chairman-bg {
    background-image: none !important;
    margin-top: 30px;
    padding-bottom: 0;
  }

  .quoted-words {
    width: 100%;
  }

  .about-company .about-company-content ul {
    flex-wrap: wrap;
    row-gap: 30px;
  }
	
  .testimonials h6 {
    margin-bottom: 5px;
  }
	
	.testimonials {
    padding: 40px 0;
  }
	
	.testimonials h3 br {
    display: none;
  }

  #home-page-testimonials {
    /* display: none; */
    padding-left: 10px;
  }

  .testimonials .slick-dotted.slick-slider {
    margin-bottom: 0;
    margin-top: 40px;
  }
}
