* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --section-padding: 50px 0;
  --section-padding-mobile: 30px 0;
  --section-margin: 0 0 40px 0 --section-border: 1px solid #e5e5e5;
  --main-heading-size: 32px;
  --sub-heading-size: 20px;
  --main-color: #203864;
  --main-heading-color: #203864;
  --paragraph-size: 16px;
  --paragraph-color: #000;
  --p-line-height: 25px;
  --li-size: 16px;
  --li-color: #2d2d2d;
  --box-shadow: 0 3px 7px #ccc;
  --primary-color: #2495ff;
  --button-color: #203864;
}

html,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Be Vietnam Pro", sans-serif;
  font-display: swap;
  font-size: 15px;
  line-height: 1.42857143;
  font-weight: 400;
  color: black;
  background: white;
}

body {
  margin-left: auto;
  margin-right: auto;
  max-width: 20in;
}

/* -----------------Typography----------------- */
/* --------Headings-------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-display: swap;
  font-weight: 400;
}

/* --------Paragraph-------- */
p {
  color: var(--paragraph-color);
  font-family: "Be Vietnam Pro", sans-serif;
  font-display: swap;
  font-size: var(--paragraph-size);
  padding: 0;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
}

/* --------Links-------- */
a {
  color: black;
  transition: 0.5s;
  text-decoration: none !important;
}

a:hover,
a:active,
a:focus {
  color: black;
  outline: none;
  text-decoration: none !important;
}

a:link {
  text-decoration: none;
}

a:focus {
  outline: none;
}

.heading {
  margin-bottom: 30px;
}
.heading h3 {
  font-size: var(--main-heading-size);
  color: var(--main-heading-color);
  font-weight: 700;
  margin: 0 0 10px 0;
}
.heading p {
  margin-bottom: 20px;
}

.homepage-slider {
  position: relative;
  height: 520px;
}
.homepage-slider::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  background: black;
  opacity: 0.3;
}
.homepage-slider video {
  -o-object-fit: cover;
     object-fit: cover;
}
.homepage-slider .banner-text {
  width: 60%;
  position: absolute;
  bottom: 16%;
}
.homepage-slider .banner-text .banner-main-text {
  color: white;
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 15px;
  border: none;
  padding: 0;
}
.homepage-slider .banner-text p {
  color: white;
  padding-left: 15px;
  border-left: 4px solid #00aaff;
}

.banner-after {
  padding: var(--section-padding);
}
.banner-after .banner-after-wrap {
  background-color: white;
  padding: 40px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  background-image: url(/assets/images/homepage/bg-pattern.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 100%;
  position: relative;
  margin-top: -70px;
  z-index: 99;
}
.banner-after .banner-after-wrap .left-dv h1 {
  font-size: 32px;
  font-weight: 700;
  color: var(--main-heading-color);
  margin-bottom: 20px;
}
.banner-after .banner-after-wrap .left-dv p {
  margin-bottom: 20px;
}
.banner-after .banner-after-wrap .left-dv a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  background-color: var(--main-color);
  color: white;
  font-weight: 600;
  padding: 5px;
  border: 0;
  border-radius: 30px;
  margin-top: 20px;
}
.banner-after .banner-after-wrap .left-dv a span {
  padding-left: 20px;
}
.banner-after .banner-after-wrap .left-dv a span:last-child {
  background-color: white;
  padding: 5px;
  border-radius: 50%;
  margin-left: 20px;
}
.banner-after .banner-after-wrap .left-dv a:hover {
  color: white;
}
.banner-after .banner-after-wrap .left-dv a:hover span img {
  transition: all 300ms linear 0ms;
  animation: toRightFromLeft 0.3s forwards;
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
.banner-after .banner-after-wrap .right-dv {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
}
.banner-after .banner-after-wrap .right-dv .items {
  background-color: white;
  width: 40%;
  flex-grow: 1;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin: 5px;
  padding: 20px;
  height: 165px;
}
.banner-after .banner-after-wrap .right-dv .items h5 {
  color: var(--main-heading-color);
  font-size: 18px;
  font-weight: 700;
}
.banner-after .banner-after-wrap .right-dv .items ul {
  padding-left: 0;
  margin: 0;
}
.banner-after .banner-after-wrap .right-dv .items ul li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin-bottom: 3px;
}
.banner-after .banner-after-wrap .right-dv .items ul li span {
  width: 10%;
}
.banner-after .banner-after-wrap .right-dv .items ul li img {
  width: 16px;
  height: 16px;
}

.services-sec {
  padding: var(--section-padding);
}
.services-sec .nav-pills {
  width: 33%;
}
.services-sec .nav-pills .nav-link {
  color: black;
  text-align: initial;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  border: 1px solid #d4d4d4;
  border-radius: 10px;
  margin-bottom: 10px;
}
.services-sec .nav-pills .nav-link.active {
  background-color: #2572b8;
  color: white;
}
.services-sec .nav-pills .nav-link.active p {
  color: white;
}
.services-sec .nav-pills .nav-link svg {
  background-color: var(--main-color);
  padding: 5px;
  border-radius: 5px;
}
.services-sec .nav-pills .nav-link h4 {
  font-size: 14px;
  margin: 0;
}
.services-sec .nav-pills .nav-link p {
  font-size: 13px;
}
.services-sec .tab-content {
  width: 67%;
}
.services-sec .tab-content .tab-pane {
  padding: 40px 20px;
  border: 1px solid #e8eae9;
  border-radius: 10px;
}
.services-sec .tab-content .tab-pane .tab-content-heading {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.services-sec .tab-content .tab-pane .tab-content-heading svg {
  width: 100px;
  height: auto;
  background-color: #2572b8;
  padding: 10px;
  border-radius: 5px;
  margin-right: 20px;
}
.services-sec .tab-content .tab-pane .tab-content-heading h3 {
  font-size: 22px;
  font-weight: 600;
}
.services-sec .tab-content .tab-pane .service-detail-info {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  margin-bottom: 10px;
}
.services-sec .tab-content .tab-pane .service-detail-info svg {
  width: 12%;
  height: 35px;
  background-color: #2572b8;
  padding: 5px;
  border-radius: 5px;
  margin-right: 10px;
}
.services-sec .tab-content .tab-pane .service-detail-info h4 {
  width: 88%;
  font-size: 16px;
  margin: 0;
}
.services-sec .tab-content .tab-pane .learn-more-btn {
  text-align: center;
  margin-top: 40px;
}
.services-sec .tab-content .tab-pane .learn-more-btn a {
  background-color: #2572b8;
  color: white;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 20px;
  border-radius: 10px;
}

.services-main {
  background-color: #f3f3f3;
  padding: var(--section-padding);
}
.services-main .nav-pills {
  width: 33%;
}
.services-main .nav-pills .nav-link {
  background-color: white;
  color: black;
  text-align: initial;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 2px;
  margin-bottom: 10px;
}
.services-main .nav-pills .nav-link.active {
  background-color: #2572b8;
  color: white;
}
.services-main .nav-pills .nav-link.active p {
  color: white;
}
.services-main .nav-pills .nav-link svg {
  background-color: var(--main-color);
  padding: 5px;
  border-radius: 5px;
}
.services-main .nav-pills .nav-link h4 {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
}
.services-main .nav-pills .nav-link p {
  font-size: 13px;
}
.services-main .tab-content {
  width: 67%;
}
.services-main .tab-content .tab-pane {
  padding: 0 20px;
  border-radius: 10px;
}
.services-main .tab-content .tab-pane .tab-content-heading {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.services-main .tab-content .tab-pane .tab-content-heading svg {
  width: 100px;
  height: auto;
  background-color: #2572b8;
  padding: 10px;
  border-radius: 5px;
  margin-right: 20px;
}
.services-main .tab-content .tab-pane .tab-content-heading h3 {
  font-size: 20px;
  font-weight: 600;
}
.services-main .tab-content .tab-pane .tab-content-heading p {
  font-size: 15px;
}
.services-main .tab-content .tab-pane .service-detail-info {
  display: flex;
  align-items: center;
  padding: 5px;
  margin-bottom: 6px;
}
.services-main .tab-content .tab-pane .service-detail-info svg {
  width: 10%;
  height: 20px;
  border-radius: 5px;
  margin-right: 10px;
}
.services-main .tab-content .tab-pane .service-detail-info h4 {
  width: 90%;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.services-main .tab-content .tab-pane .service-detail-info a {
  width: 90%;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.services-main .tab-content .tab-pane .service-detail-info a:hover {
  color: var(--primary-color);
}
.services-main .tab-content .tab-pane .service-img-box img {
  width: 100%;
  height: 410px;
  -o-object-fit: cover;
     object-fit: cover;
  clip-path: polygon(0% 0%, 86% 0, 100% 20%, 100% 100%, 0% 100%);
}
.services-main .tab-content .tab-pane .service-img-box .rs-btn .icon-box svg {
  width: 17px;
}
.services-main .tab-content .tab-pane .learn-more-btn {
  text-align: center;
  margin-top: 40px;
}
.services-main .tab-content .tab-pane .learn-more-btn a {
  background-color: #2572b8;
  color: white;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 20px;
  border-radius: 10px;
}

.our-clients {
  padding: var(--section-padding);
}
.our-clients .client-box-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.our-clients .client-box-wrap .slick-slide {
  margin: 10px;
}
.our-clients .client-box-wrap .client-icon-box {
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.our-clients .client-box-wrap .client-icon-box img {
  max-width: 145px;
  max-height: 84px;
  margin: 0 auto;
}

.industries-we-serve {
  padding: var(--section-padding);
}
.industries-we-serve .industry-slider .slick-slide {
  padding: 10px;
}
.industries-we-serve .industry-slider .slick-slide .industry-box {
  position: relative;
}
.industries-we-serve .industry-slider .slick-slide .industry-box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to top, rgb(0, 0, 0), transparent);
}
.industries-we-serve .industry-slider .slick-slide .industry-box img {
  width: 100%;
}
.industries-we-serve .industry-slider .slick-slide .industry-box .content-dv {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 60px;
}
.industries-we-serve .industry-slider .slick-slide .industry-box .content-dv h4 {
  color: white;
  text-align: center;
}
.industries-we-serve .sector-slider .slick-slide {
  padding: 10px;
}
.industries-we-serve .sector-slider .slider-item {
  background-image: url(/assets/images/homepage/indus1.jpg);
  height: 250px;
  position: relative;
  overflow: hidden;
}
.industries-we-serve .sector-slider .slider-item::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to top, rgb(0, 0, 0), transparent);
}
.industries-we-serve .sector-slider .slider-item .content-wrap {
  width: 100%;
  height: 100%;
  padding: 60px 50px;
  position: absolute;
  left: 0;
  top: 55%;
  transition: all 0.5s;
}
.industries-we-serve .sector-slider .slider-item .content-wrap h4 {
  color: white;
  font-size: 18px;
  margin-bottom: 20px;
}
.industries-we-serve .sector-slider .slider-item .content-wrap h4 svg {
  background-color: var(--main-color);
  border-radius: 5px;
  padding: 5px;
  margin-right: 10px;
}
.industries-we-serve .sector-slider .slider-item .content-wrap p {
  color: white;
}
.industries-we-serve .sector-slider .slider-item:hover .content-wrap {
  background-color: rgba(0, 0, 0, 0.64);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.industries-we-serve .service-inner.col-lg-5 {
  width: 49% !important;
}
.industries-we-serve .service-inner.col-lg-5 figcaption {
  display: none;
}
.industries-we-serve .service-inner.col-lg-5.col-lg-5 .service-text {
  visibility: visible;
  opacity: 1;
}
.industries-we-serve .service-inner.col-lg-2 {
  width: 17% !important;
}
.industries-we-serve .service-inner {
  transition: all 0.3s ease-in;
  position: relative;
  overflow: hidden;
}
.industries-we-serve .service-inner img {
  height: 350px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.industries-we-serve .service-inner a {
  display: block;
  padding: 2px;
}
.industries-we-serve .service-inner .service-panel {
  position: relative;
}
.industries-we-serve .service-inner .service-panel::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-image: linear-gradient(to top, rgb(0, 0, 0), transparent);
}
.industries-we-serve .service-inner .service-panel figure {
  margin: 0;
}
.industries-we-serve .service-inner .service-panel figcaption {
  padding: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  align-content: end;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  transition: 1s ease-in-out;
  z-index: 99;
}
.industries-we-serve .service-inner .service-panel .service-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.49);
  padding: 50px 40px;
  height: 100%;
  align-items: flex-end;
  transition: all 0.5s ease-in-out;
  display: flex;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
}
.industries-we-serve .service-inner .service-panel .service-text h3 {
  color: white;
  font-size: 20px;
}
.industries-we-serve .service-inner .service-panel .service-text p {
  color: white;
  font-size: var(--paragraph-size);
}
@media only screen and (max-width: 1439px) {
  .industries-we-serve .service-inner .service-panel .service-text > div {
    max-width: 450px;
    min-width: 450px;
  }
}

.sustainability {
  padding: var(--section-padding);
}
.sustainability div.content-wrap p {
  margin-top: 20px;
}
.sustainability div.content-wrap .know-more-btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #2572b8;
  color: white;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 10px;
  margin-top: 20px;
}
.sustainability .img-dv img {
  display: block;
  width: auto;
  height: 400px;
  margin: 0 auto;
}

.sustainability-main .sustainability-slider {
  margin-bottom: 0;
}
.sustainability-main .sustainability-slider .slick-dots {
  bottom: 25px;
}
.sustainability-main .sustainability-slider .slick-dots li button:before {
  font-size: 8px;
}
.sustainability-main .sustainability-slider .slider-item {
  display: flex !important;
  flex-wrap: wrap;
}
.sustainability-main .sustainability-slider .slider-item .img-dv {
  width: 30%;
}
.sustainability-main .sustainability-slider .slider-item .img-dv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sustainability-main .sustainability-slider .slider-item .content-wrap {
  width: 70%;
  align-content: center;
  padding: 0 150px;
}
.sustainability-main .sustainability-slider .slider-item .content-wrap.first {
  background: #267554 url(/assets/images/homepage/sustain1.webp) no-repeat;
  background-size: 100%;
}
.sustainability-main .sustainability-slider .slider-item .content-wrap.second {
  background: #8d0281 url(/assets/images/homepage/sustain2.webp) no-repeat;
  background-size: 100%;
}
.sustainability-main .sustainability-slider .slider-item .content-wrap.third {
  background: #008e95 url(/assets/images/homepage/sustain3.webp) no-repeat;
  background-size: 100%;
}
.sustainability-main .sustainability-slider .slider-item .content-wrap .subtitle {
  color: white;
  font-size: 14px;
}
.sustainability-main .sustainability-slider .slider-item .content-wrap .title {
  font-size: var(--main-heading-size);
  font-weight: 600;
  color: white;
}
.sustainability-main .sustainability-slider .slider-item .content-wrap hr {
  width: 10%;
  opacity: 1;
  border: 2px solid var(--primary-color);
}
.sustainability-main .sustainability-slider .slider-item .content-wrap p {
  color: white;
  text-align: justify;
}

.geo-chart-main {
  background-color: var(--main-color);
  padding: var(--section-padding);
}
.geo-chart-main .heading h3 {
  color: white;
}
.geo-chart-main .heading p {
  color: white;
}
.geo-chart-main .map-img-dv img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.testimonials {
  padding: var(--section-padding);
}
.testimonials .testimonial-slider .slick-slide {
  margin: 0 5px;
  position: relative;
}
.testimonials .testimonial-slider .slick-slide .slider-items {
  background-color: white;
  border: 2px solid #8f8f8f;
  border-radius: 5px;
  padding-top: 20px;
  position: relative;
}
.testimonials .testimonial-slider .slick-slide .slider-items img {
  width: 250px;
  height: 100px;
  margin: 0 auto;
}
.testimonials .testimonial-slider .slick-slide .slider-items .review {
  height: 330px;
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  text-align: justify;
  padding: 10px 30px 30px 30px;
  line-height: 22px;
  border-bottom: 1px solid #8f8f8f;
}
.testimonials .testimonial-slider .slick-slide .slider-items .client-info {
  padding: 10px 20px;
}
.testimonials .testimonial-slider .slick-slide .slider-items .client-info h5 {
  font-size: var(--paragraph-size);
  font-weight: 600;
  margin: 0;
}
.testimonials .testimonial-slider .slick-slide .slider-items .client-info p {
  font-size: 13px;
}

.video-testimonials {
  padding: var(--section-padding);
}
.video-testimonials .content-wrap {
  height: 100%;
  padding: 45px;
  background-color: #f3f3f3;
}
.video-testimonials .content-wrap h4 {
  color: #4fc4ff;
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}
.video-testimonials .content-wrap .designation {
  color: rgb(170, 2, 2);
  font-size: 22px;
  margin-bottom: 15px;
}
.video-testimonials .content-wrap .testimonial-text {
  text-align: justify;
}
.video-testimonials .client-video-box .text-dv p {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  margin-bottom: 15px;
}
.video-testimonials .client-video-box .text-dv p svg {
  width: 70px;
}
.video-testimonials .client-video-box .text-dv p span {
  font-size: 14px;
  line-height: normal;
}
.video-testimonials .client-video-box .text-dv .client-info .client-name {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.video-testimonials .client-video-box .text-dv .client-info .designation {
  color: #b9b9b9;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.video-testimonial {
  background-color: #f0f4f9;
  padding: 80px 0;
}
.video-testimonial .heading h3 {
  border: 0;
  text-align: center;
}
.video-testimonial .heading p {
  text-align: center;
}

.ytp-cued-thumbnail-overlay-image {
  background-size: contain !important;
  -webkit-background-size: contain !important;
}

.build-future {
  padding-top: 40px;
}
.build-future .heading a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  background-color: var(--main-color);
  color: white;
  font-weight: 600;
  padding: 5px;
  border: 0;
  border-radius: 30px;
  margin-top: 20px;
}
.build-future .heading a span {
  padding-left: 20px;
}
.build-future .heading a span:last-child {
  background-color: white;
  padding: 5px;
  border-radius: 50%;
  margin-left: 20px;
}
.build-future .heading a:hover {
  color: white;
}
.build-future .heading a:hover span img {
  transition: all 300ms linear 0ms;
  animation: toRightFromLeft 0.3s forwards;
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
.build-future .build-future-slider .slick-slide {
  margin: 5px;
}
.build-future .build-future-slider .slider-item img {
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
.build-future .build-future-slider .slider-item p {
  position: absolute;
  bottom: 5%;
  left: 30px;
  color: white;
}

.faq-sec {
  padding: var(--section-padding);
}
.faq-sec .accordion .accordion-item {
  border: 0;
  margin-bottom: 20px;
}
.faq-sec .accordion .accordion-item .accordion-header .accordion-button {
  background-color: #f3f3f3;
  color: var(--main-color);
  font-size: 16px;
  font-weight: 600;
  padding: 10px 50px 10px 20px;
  height: 75px;
  box-shadow: none;
  margin-bottom: 5px;
}
.faq-sec .accordion .accordion-item .accordion-header .accordion-button.collapsed::after {
  background-image: url(../images/homepage/plus-solid-full.svg);
}
.faq-sec .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url(../images/homepage/minus-solid-full.svg);
  background-color: var(--main-color);
  background-position: center center;
  position: absolute;
  right: 15px;
  padding: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq-sec .accordion .accordion-item .accordion-collapse .accordion-body {
  background-color: #f3f3f3;
  text-align: justify;
}
.faq-sec .faq-note {
  text-align: center;
}
.faq-sec .faq-note h5 {
  font-size: 14px;
  color: #71757c;
  margin-bottom: 20px;
}
.faq-sec .faq-note h4 {
  font-size: 15px;
  font-weight: 600;
}

.get-in-touch {
  padding: var(--section-padding);
  background: url(../images/cover-images/contact-us.png) no-repeat;
  background-size: cover;
}
.get-in-touch .heading {
  text-align: center;
  border-left: none;
  padding-left: 0;
}
.get-in-touch .heading h3 {
  color: white;
  border: 0;
}
.get-in-touch .heading p {
  color: white;
  font-size: 16px;
}
.get-in-touch .contact-form {
  padding: 20px;
}
.get-in-touch .contact-form form .form-group input {
  box-shadow: none;
  color: black;
  border-radius: 0;
  padding: 8px 20px;
  border-radius: 5px;
}
.get-in-touch .contact-form form .form-group input::-moz-placeholder {
  color: black;
  font-size: 14px;
  font-weight: 500;
}
.get-in-touch .contact-form form .form-group input::placeholder {
  color: black;
  font-size: 14px;
  font-weight: 500;
}
.get-in-touch .contact-form form .form-group textarea::-moz-placeholder {
  color: black;
  font-size: 14px;
  font-weight: 500;
}
.get-in-touch .contact-form form .form-group textarea::placeholder {
  color: black;
  font-size: 14px;
  font-weight: 500;
}
.get-in-touch .contact-form form .form-btn-dv button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  background-color: var(--main-color);
  color: white;
  font-weight: 600;
  padding: 5px;
  border: 0;
  border-radius: 30px;
  margin-top: 20px;
  margin-top: 0;
}
.get-in-touch .contact-form form .form-btn-dv button span {
  padding-left: 20px;
}
.get-in-touch .contact-form form .form-btn-dv button span:last-child {
  background-color: white;
  padding: 5px;
  border-radius: 50%;
  margin-left: 20px;
}
.get-in-touch .contact-form form .form-btn-dv button:hover {
  color: white;
}
.get-in-touch .contact-form form .form-btn-dv button:hover span img {
  transition: all 300ms linear 0ms;
  animation: toRightFromLeft 0.3s forwards;
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
.get-in-touch .contact-info {
  padding: 20px;
}
.get-in-touch .contact-info .heading h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.get-in-touch .contact-info .heading p {
  font-size: 14px;
  color: #71757c;
  text-align: start;
}
.get-in-touch .contact-info .info-box a {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
}
.get-in-touch .contact-info .info-box a .icon {
  background-color: #0f244e;
  padding: 10px;
  border-radius: 5px;
  margin-right: 10px;
}
.get-in-touch .contact-info .info-box a .icon svg {
  color: white;
}
.get-in-touch .contact-info .info-box a .text-dv h5 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.get-in-touch .contact-info .info-box a .text-dv p {
  font-size: 14px;
}
.get-in-touch .contact-info .info-box a:hover .text-dv h5 {
  color: var(--primary-color);
}

.footer-main {
  background-color: var(--main-color);
  padding: 40px 0 0 0;
}
.footer-main .about-us {
  padding: 20px 40px 20px 0;
}
.footer-main .about-us h4 {
  color: white;
  font-weight: 600;
}
.footer-main .about-us p {
  color: white;
  font-size: 16px;
  text-align: justify;
}
.footer-main .copyright {
  background-color: #0064b4;
  margin-top: 20px;
}
.footer-main .copyright p {
  color: white;
  font-size: 16px;
}
.footer-main .quick-links {
  padding: 20px 0;
}
.footer-main .quick-links .list-unstyled h4 {
  color: white;
  font-size: 16px;
  font-weight: 600;
}
.footer-main .quick-links .list-unstyled h4 img {
  color: #0064b4;
}
.footer-main .quick-links .list-unstyled a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  font-size: 15px;
  margin-bottom: 10px;
}
.footer-main .quick-links .list-unstyled a:hover {
  color: #00aaff;
}
.footer-main ul {
  padding: 0;
}
.footer-main ul li {
  margin-bottom: 5px;
}
.footer-main ul li a {
  color: white;
  display: flex;
  width: -moz-max-content;
  width: max-content;
}
.footer-main ul li a img {
  width: 20px;
}
.footer-main ul li a:hover {
  transform: translateX(15px);
}
.footer-main .social-icons img {
  margin: 0 10px;
}

.intro {
  padding-top: 30px;
}
.intro .heading h4 {
  color: var(--main-heading-color);
  font-weight: 600;
  margin-bottom: 10px;
}
.intro .heading p {
  text-align: justify;
  padding-left: 0;
  margin-bottom: 10px;
}

.banner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
}
.banner .banner-img {
  position: absolute;
  width: 100%;
  height: 400px;
}
.banner .banner-text {
  padding: 0 35px;
  text-align: center;
  z-index: 99;
}
.banner .banner-text h2 {
  font-size: 35px;
  color: white;
  font-weight: 600;
  margin-bottom: 20px;
}
.banner .banner-text .common-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  background-color: var(--main-color);
  color: white;
  font-weight: 600;
  padding: 5px;
  border: 0;
  border-radius: 30px;
  margin-top: 20px;
  margin: 0 auto;
}
.banner .banner-text .common-btn span {
  padding-left: 20px;
}
.banner .banner-text .common-btn span:last-child {
  background-color: white;
  padding: 5px;
  border-radius: 50%;
  margin-left: 20px;
}
.banner .banner-text .common-btn:hover {
  color: white;
}
.banner .banner-text .common-btn:hover span img {
  transition: all 300ms linear 0ms;
  animation: toRightFromLeft 0.3s forwards;
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}

.breadcrumb {
  position: absolute;
  top: 4%;
  left: 4%;
  justify-content: center;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  padding: 6px 0;
  margin: 0 auto;
  margin-bottom: 20px;
}
.breadcrumb .breadcrumb-item {
  line-height: normal;
}
.breadcrumb .breadcrumb-item a {
  color: white;
  font-size: 15px;
}
.breadcrumb .breadcrumb-item a:hover {
  color: var(--primary-color);
}
.breadcrumb .breadcrumb-item.active {
  color: white;
  font-size: 15px !important;
}
.breadcrumb .breadcrumb-item::before {
  color: white;
  font-weight: 600;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: " ";
  background-image: url(../images/angle-right-solid-full.svg);
  height: 18px;
  width: 18px;
  margin-right: 5px;
}

.service-breadcrumb {
  margin: 0;
}

.career-breadcrumb {
  position: relative;
  bottom: 29px;
  left: 0;
  background-color: #203864;
  padding: 6px 30px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  margin: 0;
}

.list-breadcrumb {
  position: relative;
  bottom: -3px;
  left: 0;
  background-color: #203864;
  padding: 6px 30px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  margin: 0;
}

.about-us-intro {
  padding: var(--section-padding);
}
.about-us-intro .heading p {
  text-align: justify;
}
.about-us-intro .about-intro-wrap {
  background-color: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.about-us-intro .about-intro-wrap:not(:last-child) {
  margin-bottom: 40px;
}
.about-us-intro .about-intro-wrap .intro-card {
  padding: 30px;
  align-content: center;
}
.about-us-intro .about-intro-wrap .intro-card h3 {
  font-size: 20px;
  margin: 0 0 10px 0;
  color: var(--main-heading-color);
  font-weight: 700;
}
.about-us-intro .about-intro-wrap .intro-card p {
  text-align: justify;
}
.about-us-intro .about-intro-wrap .img-dv {
  width: 100%;
  overflow: hidden;
}
.about-us-intro .about-intro-wrap .img-dv img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in;
}
.about-us-intro .about-intro-wrap .img-dv:hover img {
  transform: scale(1.1);
}

.mission-vision {
  padding: var(--section-padding);
}
.mission-vision .heading {
  height: 100%;
  align-content: center;
  margin-bottom: 0;
}
.mission-vision .heading h4 {
  color: var(--main-heading-color);
  font-weight: 600;
}
.mission-vision .heading h5 {
  font-size: 17px;
  font-weight: 600;
}
.mission-vision .heading p {
  text-align: justify;
}
.mission-vision .card-wrap {
  background-color: #f8f9fb;
  padding: 30px;
  border: 1px solid #d5d6d8;
  border-radius: 5px;
  height: 410px;
  padding: 20px;
  text-align: center;
}
.mission-vision .card-wrap img {
  margin: 0 auto 15px;
}
.mission-vision .card-wrap h4 {
  color: var(--main-heading-color);
  font-weight: 600;
}
.mission-vision .card-wrap p {
  font-size: 14px;
  font-weight: 500;
  text-align: justify;
}

.imarc-contact .card-wrap {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.imarc-contact .card-wrap .content-wrap {
  height: 200px;
  padding: 20px;
}
.imarc-contact .card-wrap .content-wrap h4 {
  color: var(--main-heading-color);
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.imarc-contact .card-wrap .content-wrap p {
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  margin-bottom: 20px;
}
.imarc-contact .card-wrap .content-wrap .find-btn {
  display: block;
  width: -moz-max-content;
  width: max-content;
  background: var(--main-color);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
}

.case-studies .case-studies-card {
  position: relative;
  border-radius: 5px;
  padding: 20px;
  height: 400px;
  overflow: hidden;
}
.case-studies .case-studies-card::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-image: linear-gradient(to top, rgb(0, 0, 0), transparent);
  z-index: 1;
}
.case-studies .case-studies-card img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-studies .case-studies-card:hover .card-body {
  transform: translateY(48%);
}
.case-studies .case-studies-card:hover .card-body p {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  transition-delay: 0.1s;
}
.case-studies .case-studies-card:hover .read-more-btn {
  color: #f5ad0d;
}
.case-studies .case-studies-card .card-body {
  position: relative;
  z-index: 1;
  height: 100%;
  transform: translateY(65%);
  transition: all 0.3s ease-in-out;
}
.case-studies .case-studies-card .card-body h5 {
  color: white;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #e1e6ee;
  line-height: 25px;
  padding-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
.case-studies .case-studies-card .card-body p {
  color: white;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  visibility: hidden;
  opacity: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
.case-studies .case-studies-card .read-more-btn {
  position: relative;
  z-index: 1;
  color: white;
  font-weight: 700;
  bottom: 30px;
}

.case-studies-detail {
  padding-bottom: 40px;
}
.case-studies-detail .heading {
  padding-top: 30px;
}
.case-studies-detail .heading h3 {
  font-size: 25px;
  position: relative;
  margin-bottom: 20px;
}
.case-studies-detail .heading img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-studies-detail .case-studies-wrap p {
  text-align: justify;
  margin-bottom: 20px;
}
.case-studies-detail .case-studies-wrap .content-wrap h3 {
  color: var(--main-heading-color);
  font-weight: 600;
}
.case-studies-detail .case-studies-wrap .content-wrap ul {
  padding-left: 20px;
  margin: 0;
}
.case-studies-detail .case-studies-wrap .content-wrap ul li h4 {
  color: var(--main-heading-color);
  font-size: 16px;
  font-weight: 600;
}
.case-studies-detail .case-studies-wrap .content-wrap ul li p {
  text-align: justify;
  margin-bottom: 20px;
}
.case-studies-detail .case-studies-wrap .final-results {
  margin-top: 30px;
}
.case-studies-detail .case-studies-wrap .final-results .content-wrap h3 {
  color: var(--main-heading-color);
  font-weight: 600;
}
.case-studies-detail .case-studies-wrap .final-results .content-wrap p {
  text-align: justify;
  margin-bottom: 10px;
}
.case-studies-detail .case-studies-wrap .final-results .content-wrap ul li {
  font-size: 16px;
  line-height: 30px;
}
.case-studies-detail .case-study-parameters {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.case-studies-detail .case-study-parameters > h4 {
  background-color: #00aaff;
  color: white;
  font-weight: 600;
  padding: 20px;
}
.case-studies-detail .case-study-parameters ul {
  padding: 20px;
}
.case-studies-detail .case-study-parameters ul li {
  list-style: none;
  margin-bottom: 10px;
  border-bottom: 1px solid #9c9c9c;
}
.case-studies-detail .case-study-parameters ul li h4 {
  color: var(--main-heading-color);
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 5px;
}
.case-studies-detail .case-study-parameters ul li p {
  font-size: 15px;
  margin-bottom: 15px;
  margin-bottom: 10px;
}

.services-main {
  padding: var(--section-padding);
}
.services-main .service-box {
  background-color: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 40px;
}
.services-main .service-box .content-wrap-flip {
  background-color: white;
  height: 100%;
  padding: 0 40px;
  align-content: center;
}
.services-main .service-box .content-wrap-flip h4 {
  font-size: 20px;
  margin: 0 0 10px 0;
  color: var(--main-heading-color);
  font-weight: 700;
}
.services-main .service-box .content-wrap-flip ul {
  padding-left: 10px;
  margin: 0;
}
.services-main .service-box .content-wrap-flip ul li {
  list-style: none;
  font-size: var(--li-size);
  color: black;
  font-weight: 500;
  line-height: normal;
  gap: 5px;
  margin-bottom: 12px;
}
.services-main .service-box .content-wrap-flip ul li a {
  display: flex;
  align-items: flex-start;
}
.services-main .service-box .content-wrap-flip ul li a:hover {
  color: #2495ff;
}
.services-main .service-box .content-wrap-flip ul li a span {
  width: 6%;
}
.services-main .service-box .content-wrap-flip ul li a img {
  width: 16px;
  height: 16px;
}
.services-main .service-box .content-wrap {
  background-color: white;
  height: 100%;
  padding: 0 40px;
  align-content: center;
}
.services-main .service-box .content-wrap h4 {
  font-size: 20px;
  margin: 0 0 10px 0;
  color: var(--main-heading-color);
  font-weight: 700;
}
.services-main .service-box .content-wrap ul {
  padding-left: 10px;
  margin: 0;
}
.services-main .service-box .content-wrap ul li {
  list-style: none;
  font-size: var(--li-size);
  color: black;
  font-weight: 500;
  line-height: normal;
  gap: 5px;
  margin-bottom: 12px;
}
.services-main .service-box .content-wrap ul li a {
  display: flex;
  align-items: flex-start;
}
.services-main .service-box .content-wrap ul li a:hover {
  color: #2495ff;
}
.services-main .service-box .content-wrap ul li a span {
  width: 6%;
}
.services-main .service-box .content-wrap ul li a img {
  width: 16px;
  height: 16px;
}
.services-main .service-box .img-dv {
  width: 100%;
  overflow: hidden;
}
.services-main .service-box .img-dv img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in;
}
.services-main .service-box .img-dv:hover img {
  transform: scale(1.1);
}

.service-banner {
  position: relative;
  height: 450px;
}
.service-banner .banner-img {
  position: absolute;
  width: 100%;
  height: 450px;
}
.service-banner .banner-text {
  position: absolute;
  width: 45%;
  top: 20%;
  z-index: 99;
}
.service-banner .banner-text h5 {
  color: white;
}
.service-banner .banner-text h2 {
  font-size: 32px;
  font-weight: 600;
  color: white;
  margin-bottom: 20px;
}
.service-banner .banner-text p {
  color: white;
  margin-bottom: 30px;
}
.service-banner .banner-text .common-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  background-color: var(--main-color);
  color: white;
  font-weight: 600;
  padding: 5px;
  border: 0;
  border-radius: 30px;
  margin-top: 20px;
}
.service-banner .banner-text .common-btn span {
  padding-left: 20px;
}
.service-banner .banner-text .common-btn span:last-child {
  background-color: white;
  padding: 5px;
  border-radius: 50%;
  margin-left: 20px;
}
.service-banner .banner-text .common-btn:hover {
  color: white;
}
.service-banner .banner-text .common-btn:hover span img {
  transition: all 300ms linear 0ms;
  animation: toRightFromLeft 0.3s forwards;
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}

.about-us {
  padding: var(--section-padding);
}
.about-us .about-img-wrap img {
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.about-us .content-wrap h3 {
  font-size: 22px;
  color: var(--main-heading-color);
  font-weight: 600;
}
.about-us .content-wrap p {
  text-align: justify;
  margin-bottom: 10px;
}
.about-us .content-wrap a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  background-color: var(--main-color);
  color: white;
  font-weight: 600;
  padding: 5px;
  border: 0;
  border-radius: 30px;
  margin-top: 20px;
}
.about-us .content-wrap a span {
  padding-left: 20px;
}
.about-us .content-wrap a span:last-child {
  background-color: white;
  padding: 5px;
  border-radius: 50%;
  margin-left: 20px;
}
.about-us .content-wrap a:hover {
  color: white;
}
.about-us .content-wrap a:hover span img {
  transition: all 300ms linear 0ms;
  animation: toRightFromLeft 0.3s forwards;
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
.about-us .counter {
  padding: 0;
}
.about-us .counter .items {
  padding: 30px;
  background-color: #f2f7fc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.about-us .counter .items svg {
  stroke: var(--main-heading-color);
  margin-bottom: 10px;
}
.about-us .counter .items h4 {
  color: var(--main-heading-color);
  font-weight: 600;
}

.our-proven-process {
  background-color: var(--main-color);
  padding: var(--section-padding);
  display: flex;
  justify-content: space-between;
}
.our-proven-process .heading h3 {
  color: white;
}
.our-proven-process .heading p {
  color: white;
}
.our-proven-process .left-wrap {
  position: sticky;
  top: 100px;
  color: white;
}
.our-proven-process .left-wrap .img-dv {
  height: 100%;
}
.our-proven-process .left-wrap .img-dv img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  height: 480px;
}
.our-proven-process .right-wrap {
  padding: 0 20px;
}
.our-proven-process .right-wrap .d-flex {
  border-bottom: 1px solid white;
}
.our-proven-process .right-wrap .icon-box {
  width: 10%;
  padding: 40px 0;
  margin-right: 10px;
  margin-bottom: 20px;
}
.our-proven-process .right-wrap .icon-box img {
  border-radius: 10px;
  background-color: #bdd7f1;
  padding: 8px;
  width: 150px;
}
.our-proven-process .right-wrap .content-wrap {
  width: 90%;
  padding: 40px 10px;
}
.our-proven-process .right-wrap .content-wrap h4 {
  color: var(--main-heading-color);
  font-size: 18px;
  font-weight: 600;
  color: white;
}
.our-proven-process .right-wrap .content-wrap p {
  text-align: justify;
  color: white;
}

.why-choose-us {
  padding: var(--section-padding);
  height: 100% !important;
  background-size: cover;
  background-position: center;
}
.why-choose-us .content-wrap p {
  text-align: justify;
  margin-bottom: 10px;
}
.why-choose-us .content-wrap a {
  display: block;
  width: -moz-max-content;
  width: max-content;
  background-color: var(--button-color);
  color: white;
  font-weight: 600;
  padding: 8px 40px;
  border-radius: 20px;
  margin-top: 20px;
}
.why-choose-us .why-choose-us-card {
  margin-top: 50px;
}
.why-choose-us .why-choose-us-card .row {
  gap: 20px 0;
}
.why-choose-us .why-choose-us-card .card-wrap {
  background-color: white;
  padding: 25px 25px 0 25px;
  height: 100%;
  text-align: center;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}
.why-choose-us .why-choose-us-card .card-wrap img {
  margin-bottom: 20px;
}
.why-choose-us .why-choose-us-card .card-wrap .content-wrap h4 {
  color: var(--main-heading-color);
  font-size: 18px;
  font-weight: 600;
}
.why-choose-us .why-choose-us-card .card-wrap .content-wrap p {
  text-align: justify;
}

.methodology {
  background-color: var(--main-color);
  padding: var(--section-padding);
}
.methodology .heading h3 {
  color: white;
}
.methodology .heading p {
  color: white;
}
.methodology .img-dv {
  text-align: center;
}
.methodology .img-dv img {
  width: 100%;
  height: 530px;
}
.methodology .accordion .accordion-item {
  background: unset;
  border: 0;
  margin-bottom: 10px;
}
.methodology .accordion .accordion-item .accordion-header .accordion-button {
  background-color: white;
  box-shadow: none;
  padding: 7px 10px;
  border: 2px solid var(--main-color);
  border-radius: 30px;
  font-size: 17px;
  font-weight: 600;
}
.methodology .accordion .accordion-item .accordion-header .accordion-button svg {
  background-color: var(--main-color);
  padding: 7px;
  border-radius: 50px;
  stroke: white;
  margin-right: 10px;
}
.methodology .accordion .accordion-item .accordion-body {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  background-color: white;
  border-radius: 30px;
}
.methodology .accordion .accordion-item .accordion-body h4 {
  font-size: 17px;
  font-weight: 600;
}
.methodology .accordion .accordion-item .accordion-body p {
  text-align: justify;
}
.methodology .methodology-slider .slick-slide {
  margin: 10px;
}
.methodology .methodology-slider .slider-item {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 20px;
}
.methodology .methodology-slider .slider-item .img-box {
  position: relative;
}
.methodology .methodology-slider .slider-item .img-box::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to top, rgb(0, 0, 0), transparent);
}
.methodology .methodology-slider .slider-item .img-box img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.methodology .methodology-slider .slider-item .img-box h4 {
  position: absolute;
  bottom: 10px;
  left: 20px;
  color: white;
  font-size: 18px;
  font-weight: 600;
}
.methodology .methodology-slider .slider-item .content-wrap {
  background-color: white;
  padding: 20px;
  border-radius: 20px;
}
.methodology .methodology-slider .slider-item .content-wrap p {
  color: var(--main-heading-color);
  font-weight: 600;
  line-height: 22px;
}
.methodology .methodology-slider .slider-item .content-wrap ul {
  padding-left: 15px;
  margin: 0;
}

.video-testimonial .video-slider .slick-slide {
  height: 350px;
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.8);
  transition: all 0.4s ease-in-out;
}
.video-testimonial .video-slider .slick-slide.slick-center > div {
  flex-grow: 1;
}
.video-testimonial .video-slider .slick-slide,
.video-testimonial .video-slider .slick-slide[aria-hidden=true]:not(.slick-cloned) ~ .slick-cloned[aria-hidden=true] {
  transform: scale(0.8, 0.8);
  transition: all 0.4s ease-in-out;
}
.video-testimonial .video-slider .slick-center,
.video-testimonial .video-slider .slick-slide[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true] {
  transform: scale(1.4);
  background-color: #000000;
}
.video-testimonial .video-slider .slick-current.slick-active {
  transform: scale(1.4);
  background-color: #000000;
}
.video-testimonial .video-slider .slick-next,
.video-testimonial .video-slider .slick-prev {
  z-index: 5;
}
.video-testimonial .video-slider .slick-next {
  right: 15px;
}
.video-testimonial .video-slider .slick-prev {
  left: 15px;
}
.video-testimonial .video-slider .slick-next:before,
.video-testimonial .video-slider .slick-prev:before {
  color: #000;
  font-size: 26px;
}
.video-testimonial .ytp-cued-thumbnail-overlay-image {
  background-size: contain !important;
  -webkit-background-size: contain !important;
}

.priority-service-banner {
  position: relative;
  height: 500px;
}
.priority-service-banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, hsl(213, 95%, 18%) 0%, hsl(213, 92%, 25%) 70%, hsl(38, 92%, 50%) 100%);
  background: linear-gradient(207deg, rgb(0, 63, 163) 0%, rgb(2, 34, 94) 40%, rgb(0, 0, 0) 100%);
  opacity: 0.9;
  z-index: 1;
}
.priority-service-banner .banner-img {
  position: absolute;
  width: 100%;
  height: 500px;
}
.priority-service-banner .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  transform: translate(-50%, -50%);
  text-align: center;
}
.priority-service-banner .banner-text h5 {
  color: white;
}
.priority-service-banner .banner-text h2 {
  font-size: 45px;
  font-weight: 600;
  color: white;
  margin-bottom: 20px;
}
.priority-service-banner .banner-text h2 span {
  color: #f59f0a;
}
.priority-service-banner .banner-text p {
  color: white;
  margin-bottom: 30px;
}
.priority-service-banner .banner-text a {
  margin: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  background-color: var(--main-color);
  color: white;
  font-weight: 600;
  padding: 5px;
  border: 0;
  border-radius: 30px;
  margin-top: 20px;
}
.priority-service-banner .banner-text a span {
  padding-left: 20px;
}
.priority-service-banner .banner-text a span:last-child {
  background-color: white;
  padding: 5px;
  border-radius: 50%;
  margin-left: 20px;
}
.priority-service-banner .banner-text a:hover {
  color: white;
}
.priority-service-banner .banner-text a:hover span img {
  transition: all 300ms linear 0ms;
  animation: toRightFromLeft 0.3s forwards;
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
.priority-service-banner .banner-text .common-btn-light {
  background-color: white;
  color: var(--main-heading-color) !important;
}
.priority-service-banner .banner-text .common-btn-light span:last-child {
  background-color: var(--main-color);
}
.priority-service-banner .banner-text .banner-counter {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.priority-service-banner .banner-text .banner-counter .counter-item h4 {
  color: white;
  font-size: 30px;
  font-weight: 600;
}
.priority-service-banner .banner-text .banner-counter .counter-item p {
  margin-bottom: 0;
}

.sector-main .flip-card {
  background-color: transparent;
  width: 100%;
  height: 300px;
  perspective: 1000px;
  cursor: pointer;
}
.sector-main .flip-card .flip-card-inner {
  position: relative;
  width: 100%;
  height: 300px;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.sector-main .flip-card .card-front,
.sector-main .flip-card .card-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sector-main .flip-card .card-front {
  position: relative;
}
.sector-main .flip-card .card-front img {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sector-main .flip-card .card-front h4 {
  position: relative;
  color: white;
  z-index: 1;
}
.sector-main .flip-card .card-front::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.8;
  z-index: 1;
}
.sector-main .flip-card .card-back {
  background-color: #2980b9;
  color: white;
  transform: rotateY(180deg);
}
.sector-main .flip-card .card-back img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sector-main .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.banner .banner-text {
  position: relative;
}
.banner .banner-text p {
  color: white;
  margin-bottom: 20px;
}

.key-differentiation {
  background-color: #f0f4f9;
  padding: var(--section-padding);
}
.key-differentiation .differentiation-slider .slick-slide {
  margin: 10px 5px;
}
.key-differentiation .card-wrap {
  padding: 20px;
  border: 1px solid #d4d4d4;
  border-radius: 10px;
  height: 530px;
  margin: 5px;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.key-differentiation .card-wrap::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #0c2655;
  opacity: 0.8;
}
.key-differentiation .card-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.key-differentiation .card-wrap .card-heading {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
}
.key-differentiation .card-wrap .card-heading svg {
  background-color: #e6ecff;
  border-radius: 5px;
  padding: 5px;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
.key-differentiation .card-wrap .card-content {
  position: relative;
}
.key-differentiation .card-wrap h4 {
  color: white;
  font-size: 20px;
  font-weight: 600;
}
.key-differentiation .card-wrap h5 {
  color: white;
  font-size: 17px;
  font-weight: 600;
}
.key-differentiation .card-wrap p {
  color: white;
  font-size: 15px;
  margin-bottom: 20px;
}
.key-differentiation .card-wrap ul {
  padding-left: 25px;
  margin: 0;
}
.key-differentiation .card-wrap ul li {
  color: white;
  position: relative;
  list-style: none;
  margin-bottom: 5px;
}
.key-differentiation .card-wrap ul li::before {
  position: absolute;
  content: "";
  background-image: url(/assets/images/why-choose-us/angle-right-solid-full.svg);
  width: 18px;
  height: 18px;
  left: -25px;
  top: 2px;
}

.our-process-main {
  padding: var(--section-padding);
}
.our-process-main .card-wrap {
  background-color: #f8f9fb;
  padding: 20px;
  height: 220px;
  border-radius: 5px;
  display: flex;
  gap: 0;
}
.our-process-main .card-wrap svg {
  padding: 0px;
  width: 60px;
  margin-right: 15px;
}
.our-process-main .card-wrap .content-wrap {
  width: 90%;
}
.our-process-main .card-wrap .content-wrap h5 {
  color: var(--main-color);
  font-weight: 600;
}
.our-process-main .card-wrap .content-wrap p {
  font-size: 15px;
  font-weight: 500;
}

.features-compatibility table thead tr th {
  white-space: nowrap;
  width: 33%;
  background-color: var(--main-color);
  color: white;
  font-size: 17px;
  font-weight: 600;
  padding: 15px;
}
.features-compatibility table tbody tr td:first-child {
  font-weight: 600;
}
.features-compatibility table tbody tr td img {
  width: 30px;
  margin-right: 10px;
}
.features-compatibility table tr th {
  padding: 15px;
}
.features-compatibility table tr td {
  white-space: nowrap;
  align-content: center;
  padding: 10px 40px 10px 20px;
  font-weight: 500;
}

.client-benefits {
  padding: var(--section-padding);
}
.client-benefits .heading {
  margin-bottom: 20px;
}
.client-benefits .img-dv img {
  width: 100%;
  height: 490px;
  -o-object-fit: cover;
     object-fit: cover;
}
.client-benefits .accordion .accordion-item {
  border: 1px solid #dbdbdb;
  margin-bottom: 10px;
}
.client-benefits .accordion .accordion-item .accordion-header {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.client-benefits .accordion .accordion-item .accordion-header .accordion-button {
  box-shadow: none;
  background-color: #f0f4f9;
  font-weight: 600;
  padding: 15px;
}
.client-benefits .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  border-bottom: 1px solid #dbdbdb;
}
.client-benefits .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url(/assets/images/why-choose-us/minus-solid-full.svg);
}
.client-benefits .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url(/assets/images/why-choose-us/plus-solid-full.svg);
}
.client-benefits .accordion .accordion-item .accordion-body ul {
  padding: 0;
  margin: 0;
}
.client-benefits .accordion .accordion-item .accordion-body ul li {
  list-style: none;
  margin-bottom: 10px;
}
.client-benefits .accordion .accordion-item .accordion-body ul li img {
  width: 20px;
  margin-right: 10px;
  margin-top: -2px;
}

.quality-assurance .main-box-wrapper {
  display: flex;
}
.quality-assurance .main-box-wrapper .box-items:nth-child(1) {
  width: 30%;
}
.quality-assurance .main-box-wrapper .box-items:nth-child(2) {
  width: 37%;
}
.quality-assurance .main-box-wrapper .box-items:nth-child(3) {
  width: 32%;
}
.quality-assurance .main-box-wrapper .card-wrapper {
  padding: 20px 0;
  display: flex;
  align-items: start;
  gap: 10px;
}
.quality-assurance .main-box-wrapper .card-wrapper .icon-box {
  width: 10%;
}
.quality-assurance .main-box-wrapper .card-wrapper .icon-box span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #0064b4;
  color: white;
  font-weight: 600;
  font-size: 15px;
  padding: 8px;
  border-radius: 50%;
  margin: 10px 0;
}
.quality-assurance .main-box-wrapper .card-wrapper .content-wrap {
  width: 85%;
  padding: 10px;
}
.quality-assurance .main-box-wrapper .card-wrapper .content-wrap h4 {
  color: white;
  font-size: 17px;
  font-weight: 600;
}
.quality-assurance .main-box-wrapper .card-wrapper .content-wrap p {
  color: white;
}
.quality-assurance .main-box-wrapper .img-dv {
  margin: 0 auto;
  width: 467px;
  align-content: center;
  height: 100%;
}

.cta {
  background-image: url(../images/cover-images/services.jpg);
  padding: var(--section-padding);
  height: 400px;
}
.cta .banner-text {
  height: 100%;
  align-content: center;
  text-align: center;
}
.cta .banner-text h3 {
  font-size: 35px;
  color: white;
  margin-bottom: 30px;
}
.cta .banner-text a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  background-color: var(--main-color);
  color: white;
  font-weight: 600;
  padding: 5px;
  border: 0;
  border-radius: 30px;
  margin-top: 20px;
  margin-top: 0;
}
.cta .banner-text a span {
  padding-left: 20px;
}
.cta .banner-text a span:last-child {
  background-color: white;
  padding: 5px;
  border-radius: 50%;
  margin-left: 20px;
}
.cta .banner-text a:hover {
  color: white;
}
.cta .banner-text a:hover span img {
  transition: all 300ms linear 0ms;
  animation: toRightFromLeft 0.3s forwards;
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}

.career-banner {
  position: relative;
}
.career-banner > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 450px;
}

.intro {
  position: relative;
}
.intro .workplace {
  position: absolute;
  top: 5%;
  right: 8%;
}
.intro .workplace img {
  width: auto;
  height: 60px;
}

.imarc-events {
  padding: 10px 0 40px 0;
}
.imarc-events .event-slider .slick-slide {
  margin: 10px;
}
.imarc-events .event-slider .event-card {
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin: 0;
}
.imarc-events .event-slider .event-card img {
  -o-object-fit: cover;
     object-fit: cover;
}
.imarc-events .event-slider .event-card h5 {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: white;
  font-size: 17px;
}

.lb-image {
  border: 0 !important;
}

.join-imarc {
  background-image: url(../images/cover-images/services.jpg);
  padding: var(--section-padding);
}
.join-imarc .banner-text {
  height: 100%;
  align-content: center;
}
.join-imarc .banner-text h3 {
  font-size: 35px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.join-imarc .banner-text p {
  color: white;
  margin-bottom: 30px;
}
.join-imarc .banner-text a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  background-color: var(--main-color);
  color: white;
  font-weight: 600;
  padding: 5px;
  border: 0;
  border-radius: 30px;
  margin-top: 20px;
  margin-top: 0;
}
.join-imarc .banner-text a span {
  padding-left: 20px;
}
.join-imarc .banner-text a span:last-child {
  background-color: white;
  padding: 5px;
  border-radius: 50%;
  margin-left: 20px;
}
.join-imarc .banner-text a:hover {
  color: white;
}
.join-imarc .banner-text a:hover span img {
  transition: all 300ms linear 0ms;
  animation: toRightFromLeft 0.3s forwards;
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}

.contact-us-main {
  padding: var(--section-padding);
}
.contact-us-main .enquiry-wrap {
  margin-bottom: 40px;
}
.contact-us-main .enquiry-wrap .enquiry-box {
  background-color: #203864;
  padding: 20px;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.contact-us-main .enquiry-wrap .enquiry-box h4 {
  font-size: 18px;
  color: white;
}
.contact-us-main .enquiry-wrap .enquiry-box a {
  color: white;
}
.contact-us-main .contact-info {
  display: flex;
}
.contact-us-main .contact-info .contact-info-box {
  width: 50%;
  height: 420px;
  padding: 18px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin: 0 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-us-main .contact-info .contact-info-box img {
  width: 150px;
  height: 90px;
  margin-bottom: 30px;
}
.contact-us-main .contact-info .contact-info-box h4 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.contact-us-main .contact-info .contact-info-box a {
  display: block;
  font-size: 15px;
  margin-bottom: 25px;
}
.contact-us-main .contact-info .contact-info-box a:hover {
  color: #0064b4;
}
.contact-us-main .contact-info .contact-info-box a:hover span {
  color: black;
}
.contact-us-main .contact-info .contact-info-box p {
  font-size: 15px;
}
.contact-us-main .contact-form {
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.contact-us-main .contact-form form label {
  margin-bottom: 5px;
}
.contact-us-main .contact-form form input {
  box-shadow: none;
  background-color: #f3f3f3;
  border: 0;
}
.contact-us-main .contact-form form select {
  box-shadow: none;
  background-color: #f3f3f3;
  border: 0;
}
.contact-us-main .contact-form form textarea {
  box-shadow: none;
  background-color: #f3f3f3;
  border: 0;
}
.contact-us-main .contact-form form .submit-btn {
  background-color: #2572b8;
  color: white;
  font-size: 15px;
  font-weight: 600;
  padding: 6px 30px;
  border: 0;
  text-transform: uppercase;
}
.contact-us-main .contact-map {
  margin-top: 30px;
}

.blog-list-main .blog-card {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.blog-list-main .blog-card img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-list-main .blog-card .content-wrap {
  padding: 20px;
}
.blog-list-main .blog-card .content-wrap .blog-category {
  color: #777777;
  font-size: var(--paragraph-size);
}
.blog-list-main .blog-card .content-wrap a {
  display: block;
  font-weight: 600;
  color: var(--main-color);
  font-size: 17px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 10px;
}
.blog-list-main .blog-card .content-wrap p {
  color: #777777;
  text-align: justify;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.blog-detail {
  padding: var(--section-padding);
}
.blog-detail .blog-left-dv {
  padding: 0 20px;
}
.blog-detail .blog-left-dv .img-dv {
  position: relative;
}
.blog-detail .blog-left-dv .img-dv .blog-cover-img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
.blog-detail .blog-left-dv .img-dv .blog-date {
  width: 70px;
  background-color: #00aaff;
  color: white;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 5px 20px;
  font-weight: 600;
  text-align: center;
}
.blog-detail .blog-left-dv .content-wrap .blog-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.blog-detail .blog-left-dv .content-wrap .blog-info .blog-category {
  color: #00aaff;
  font-weight: 600;
}
.blog-detail .blog-left-dv .content-wrap .blog-title {
  display: block;
  color: var(--main-color);
  font-size: 18px;
  font-weight: 600;
  text-align: justify;
  margin-bottom: 20px;
  line-height: 25px;
}
.blog-detail .blog-left-dv .content-wrap p {
  text-align: justify;
  margin-bottom: 10px;
}
.blog-detail .blog-sidebar {
  position: sticky;
  top: 100px;
}
.blog-detail .blog-sidebar .search-dv {
  position: relative;
  margin-bottom: 30px;
}
.blog-detail .blog-sidebar .search-dv input {
  box-shadow: none;
}
.blog-detail .blog-sidebar .search-dv button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
}
.blog-detail .blog-sidebar .search-dv svg {
  width: 35px;
  height: 35px;
  fill: white;
  background-color: #00aaff;
  padding: 9px;
}
.blog-detail .blog-sidebar .blog-categories {
  background-color: #f7f7f7;
  padding: 20px;
  margin-bottom: 30px;
}
.blog-detail .blog-sidebar .blog-categories h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.blog-detail .blog-sidebar .blog-categories a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
}
.blog-detail .blog-sidebar .blog-categories a:hover {
  color: var(--main-color);
}
.blog-detail .blog-sidebar .recent-post h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.blog-detail .blog-sidebar .recent-post .recent-post-wrap {
  display: flex;
  gap: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin-bottom: 20px;
}
.blog-detail .blog-sidebar .recent-post .recent-post-wrap:hover .post-info .title {
  color: var(--main-color);
}
.blog-detail .blog-sidebar .recent-post .recent-post-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 30%;
}
.blog-detail .blog-sidebar .recent-post .recent-post-wrap .post-info {
  padding: 10px 0;
}
.blog-detail .blog-sidebar .recent-post .recent-post-wrap .post-info .title {
  max-height: 40px;
  font-size: 15px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.blog-detail .blog-sidebar .recent-post .recent-post-wrap .post-info .date {
  font-size: 14px;
}

.news-main {
  padding-top: 30px;
}

.news-main .news-card {
  padding: 20px;
  box-shadow: rgba(58, 58, 58, 0.2392156863) 0px 3px 8px;
}
.news-main .news-card img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
}
.news-main .news-card .card-body .date {
  color: #555555;
  font-weight: 500;
}
.news-main .news-card .card-body a {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 10px;
}
.news-main .news-card .card-body a:hover {
  color: var(--main-color);
}
.news-main .news-card .card-body .description {
  color: #555555;
  font-size: 15px;
  text-align: justify;
  line-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 20px;
}
.news-main .news-card .read-more-btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--main-color);
  color: white;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 20px;
}

.news-detail {
  padding: var(--section-padding);
}
.news-detail .news-wrap h4 {
  color: var(--main-color);
  font-size: 25px;
  font-weight: 600;
}
.news-detail .news-wrap .last-update {
  color: #4a4a4a;
  font-size: 15px;
  margin-bottom: 15px;
}
.news-detail .news-wrap p {
  text-align: justify;
  margin-bottom: 20px;
}
.news-detail .news-wrap img {
  width: 100%;
  margin-bottom: 20px;
}
.news-detail .author-info {
  padding: 20px;
  background-color: #ededed;
  margin-bottom: 20px;
}
.news-detail .author-info .img-dv {
  text-align: center;
}
.news-detail .author-info .img-dv img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.news-detail .author-info .content-wrap h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.news-detail .author-info .content-wrap h6 {
  width: 25%;
  padding-bottom: 10px;
  border-bottom: 1px solid #9c9c9c;
}
.news-detail .author-info .content-wrap p {
  font-size: 15px;
  text-align: justify;
}
.news-detail .latest-news {
  padding: 0 20px 20px 20px;
}
.news-detail .latest-news .title {
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.news-detail .latest-news ul {
  padding: 0;
}
.news-detail .latest-news ul li {
  list-style: none;
  margin-bottom: 10px;
  border-bottom: 1px solid #cfcfcf;
}
.news-detail .latest-news ul li a {
  display: block;
  color: #8d8d8d;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}
.news-detail .latest-news ul li a:hover {
  color: var(--main-color);
}
.news-detail .latest-news ul li p {
  color: #4a4a4a;
  margin-bottom: 15px;
  margin-bottom: 15px;
}

.whitepaper-main {
  padding-top: 50px;
}
.whitepaper-main .whitepaper-card {
  background-color: #f6f8fc;
  padding: 25px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.whitepaper-main .whitepaper-card img {
  border-radius: 10px;
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
.whitepaper-main .whitepaper-card .card-body h5 {
  color: var(--main-color);
  font-size: 25px;
  font-weight: 600;
}
.whitepaper-main .whitepaper-card .card-body .read-more-btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--main-color);
  color: white;
  font-size: 14px;
  font-weight: 500;
  padding: 3px 12px;
  margin-top: 10px;
}/*# sourceMappingURL=style.css.map */