@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

html {
  font-size: 100%;
}

a {
  text-decoration: none;
  display: inline-block;
}
a:hover {
  text-decoration: none;
}

body {
  font-family: "Source Sans Pro", sans-serif;
}

.heading {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 2.8125rem;
  color: #0071b6;
  margin-bottom: 1.875rem;
}

ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.glb-btn {
  background: #992928;
  border-radius: 0.25rem;
  padding: 0.9375rem 2.5rem;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
  text-align: center;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  border: none;
  transition: all ease 0.3s 0s;
}
.glb-btn:hover {
  background-color: #751d1c;
  color: #fff;
}

@keyframes sticky {
  0% {
    transform: translate(0, -50%);
  }
  100% {
    transform: translate(0, 0%);
  }
}
@keyframes sticky-reverse {
  0% {
    transform: translate(0, -50%);
  }
  100% {
    transform: translate(0, 0%);
  }
}
header {
  animation: sticky-reverse 0.3s 0s;
}
header button {
  display: none;
}
header .glb-btn {
  padding: 0.9375rem 3.5625rem;
  text-transform: capitalize;
}
header .top-header {
  padding: 0.875rem 0 0.9375rem;
  border-bottom: 0.0625rem solid #bebebe;
  background: #0071b6;
}
header .top-header .social {
  display: flex;
  justify-content: flex-end;
}
header .top-header .social a {
  display: flex;
  align-items: center;
}
header .top-header .social a i {
  color: #0071b6;
  background: #fff;
  height: 1.375rem;
  width: 1.375rem;
  border-radius: 50%;
  display: flex;
  font-size: 0.6875rem;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
  animation: ring 2s ease infinite;
}
header .top-header ul.top-details {
  display: flex;
}
header .top-header ul.top-details li {
  display: flex;
  align-items: center;
  margin-right: 1.875rem;
}
header .top-header ul.top-details li i {
  color: #0071b6;
  background: #fff;
  height: 1.375rem;
  width: 1.375rem;
  border-radius: 50%;
  display: flex;
  font-size: 0.6875rem;
  align-items: center;
  justify-content: center;
  margin-right: 0.625rem;
}
header .top-header ul.top-details li p {
  margin-bottom: 0;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #ffffff;
}
header .top-header ul.top-details li p a {
  color: #fff;
}
header .bottom-header {
  padding: 1.1875rem 0;
}
header .bottom-header .row {
  align-items: center;
}
@media (min-width: 62rem) {
  header .bottom-header nav .menu-item-has-children {
    position: relative;
    display: flex;
    align-items: center;
  }
  header .bottom-header nav .menu-item-has-children > a {
    margin-right: 0rem;
    position: relative;
  }
  header .bottom-header nav .menu-item-has-children > a::after {
    content: "";
    width: 1rem;
    height: 1rem;
    position: absolute;
    bottom: 0.1rem;
    background: url("https://corporatesuvidha.in/wp-content/uploads/2025/09/dropdown.svg");
    background-repeat: no-repeat;
    background-position-y: center;
  }
  header .bottom-header nav .menu-item-has-children i {
    margin-left: 0.75rem;
  }
  header .bottom-header nav .menu-item-has-children ul.sub-menu {
    position: absolute;
    top: 3.625rem;
    padding: 0.75rem;
    border-radius: 0rem 0rem 0.75rem 0.75rem;
    background: #fff;
    left: 0;
    z-index: 5;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all ease 1s;
    max-height: 0rem;
  }
  header .bottom-header nav .menu-item-has-children ul.sub-menu li {
    margin-left: 0;
    margin-right: 0;
    opacity: 0;
    transition: all ease 1s;
  }
  header .bottom-header nav .menu-item-has-children ul.sub-menu li a {
    min-width: 12.3125rem;
    margin-right: 0;
    color: var(--Black, #000);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all ease 0.3s 0s;
    padding: 0;
  }
}
@media (min-width: 62rem) and (min-width: 62rem) {
  header .bottom-header nav .menu-item-has-children ul.sub-menu li a:hover {
    color: #0071b6;
  }
}
@media (min-width: 62rem) {
  header .bottom-header nav .menu-item-has-children ul.sub-menu li:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 62rem) and (min-width: 62rem) {
  header .bottom-header nav .menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    max-height: 62.5rem;
    visibility: visible;
    overflow-y: auto;
  }
  header .bottom-header nav .menu-item-has-children:hover ul.sub-menu li {
    opacity: 1;
    transition: all ease 1s;
  }
}
header .bottom-header nav ul {
  display: flex;
}
header .bottom-header nav ul li {
  margin-right: 1.8125rem;
}
header .bottom-header nav ul a {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  color: #2e2e2e;
  transition: all ease 0.3s 0s;
  position: relative;
}
@media (min-width: 62.5rem) {
  header .bottom-header nav ul a:hover {
    color: #0071b6;
    font-weight: 600;
  }
}

header.sticky {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 999;
  animation: sticky 0.3s 0s;
}

.banner {
  position: relative;
  height: 39.75rem;
}
.banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 3;
  width: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 16.03%, #ffffff 29.38%, #ffffff 36.35%, rgba(217, 217, 217, 0) 45.56%);
}
.banner .woman {
  position: relative;
  z-index: 2;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  height: 100%;
}
.banner .texture {
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  z-index: 2;
}
.banner .bntx {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  margin: auto;
  top: 45%;
  transform: translate(0, -50%);
}
.banner .bntx h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 3.9375rem;
  line-height: 5rem;
  color: #0071b6;
  margin-bottom: 1.25rem;
}
.banner .bntx p {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #2e2e2e;
  margin-bottom: 2.5rem;
}

.home-sec1 {
  position: relative;
  padding-bottom: 3.75rem;
  z-index: 5;
  bottom: 5.375rem;
  margin-bottom: -5.375rem;
}
.home-sec1 .achievement-card {
  padding: 1.25rem 2rem;
  background: #ffffff;
  border: 0.0625rem solid #acacac;
  border-radius: 0.625rem;
  transition: all ease 0.8s 0s;
}
.home-sec1 .achievement-card h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 2.375rem;
  text-align: center;
  color: #0071b6;
  margin-bottom: 0.75rem;
}
.home-sec1 .achievement-card p {
  font-style: normal;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  text-align: center;
  color: #5f5f5f;
}
.home-sec1 .achievement-card .image {
  height: 6.875rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.875rem;
  transition: all ease 0.6s 0s;
  margin: auto;
  background: #0071b6;
  margin-bottom: 1.25rem;
}
.home-sec1 .achievement-card:hover {
  background: #0071b6;
}
.home-sec1 .achievement-card:hover .image {
  background: #fff;
}
.home-sec1 .achievement-card:hover .image img {
  filter: brightness(0) saturate(100%) invert(24%) sepia(69%) saturate(3921%) hue-rotate(187deg) brightness(91%) contrast(101%);
}
.home-sec1 .achievement-card:hover * {
  color: #fff;
}

.home-sec2 {
  background: #0071b6;
  padding: 3.75rem 0;
  position: relative;
}
.home-sec2 .row {
  align-items: center;
}
.home-sec2 > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-sec2 > .container {
  position: relative;
  z-index: 2;
}
.home-sec2 > .container .row > div:nth-child(1) img {
  border-radius: 0.75rem;
}
.home-sec2 .glb-btn {
  text-transform: capitalize;
  background: #ffffff;
  border-radius: 0.25rem;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
  text-align: center;
  text-transform: capitalize;
  color: #0071b6;
  margin-top: 1.25rem;
}
.home-sec2 h3 {
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 2.8125rem;
  color: #ffffff;
  margin-bottom: 0.9375rem;
}
.home-sec2 p {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #ffffff;
  margin-bottom: 1.875rem;
}
.home-sec2 h4 {
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 0.9375rem;
  color: #ffffff;
}

.sec-inner-card {
  border: 0.125rem solid #ffffff;
  border-radius: 0.625rem;
  position: relative;
  padding: 0.1875rem;
  margin-bottom: 1.25rem;
}
.sec-inner-card .inner-lap {
  padding: 0.9375rem 0.9375rem;
  min-height: 9.0625rem;
  background: rgba(0, 113, 182, 0.5);
  border-radius: 0.3125rem;
}
.sec-inner-card .inner-lap a {
  font-style: normal;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-transform: capitalize;
  color: #ffffff;
  margin-top: 0.9375rem;
}
.sec-inner-card .inner-lap a img {
  margin-left: 0.375rem;
}
.sec-inner-card h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: #ffffff;
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.9375rem;
  text-transform: capitalize;
}
.sec-inner-card h4 img {
  margin-right: 0.375rem;
}
.sec-inner-card p {
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0;
  color: #ffffff;
}

@keyframes slideup {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slidedown {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 37.5rem);
  }
}
.home-sec3 {
  padding: 3.75rem;
}
.home-sec3 .service-card {
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
  margin-bottom: 1.875rem;
  transition: all ease 0.3s 0s;
}
.home-sec3 .service-card::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  transition: all ease 0.7s 0s;
  transform: translate(0, 37.5rem);
  background: rgba(0, 113, 182, 0.3);
}
.home-sec3 .service-card .tx {
  position: absolute;
  bottom: 0;
  opacity: 1;
  width: 100%;
  padding: 0 1.5625rem 1.875rem;
  transition: all ease 0.3s 0s;
}
.home-sec3 .service-card .tx img {
  margin-bottom: 1.25rem;
}
.home-sec3 .service-card .tx::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  z-index: 2;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 113, 182, 0) 9.66%, #0071b6 95.84%);
}
.home-sec3 .service-card .tx * {
  z-index: 2;
  position: relative;
}
.home-sec3 .service-card .tx h4 {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2.1875rem;
  color: #ffffff;
  margin-bottom: 0;
}
.home-sec3 .service-card .tx-hov {
  background: rgba(255, 255, 255, 0.7);
  margin: 1.5625rem;
  padding: 1.5625rem 1.25rem;
  position: absolute;
  bottom: 0;
  border-radius: 0.75rem;
  opacity: 0;
  overflow: hidden;
  animation: slidedown 1s 0s;
}
.home-sec3 .service-card .tx-hov img {
  filter: brightness(0) saturate(100%) invert(24%) sepia(69%) saturate(3921%) hue-rotate(187deg) brightness(91%) contrast(101%);
  margin-bottom: 1.25rem;
}
.home-sec3 .service-card .tx-hov h4 {
  color: #0071b6;
  font-size: 1.625rem;
  line-height: 2.1875rem;
  margin-bottom: 0.9375rem;
  font-weight: 600;
}
.home-sec3 .service-card .tx-hov p {
  margin-bottom: 2rem;
  display: block;
  font-size: 0.875rem;
}
.home-sec3 .service-card .tx-hov .glb-btn {
  display: inline-block;
}
.home-sec3 .service-card:hover::before {
  transform: translate(0, 0rem);
}
.home-sec3 .service-card:hover .tx {
  opacity: 0;
  transition: all ease 0.3s 0s;
}
.home-sec3 .service-card:hover .tx-hov {
  opacity: 1;
  animation: slideup 0.5s 0s;
}

ul.tags {
  display: flex;
  gap: 0.9375rem;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}
ul.tags li a {
  display: block;
  background: #0071b6;
  border-radius: 0.25rem;
  padding: 0.25rem 1.25rem;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
}

section.resources {
  padding: 0 0 3.75rem;
  position: relative;
}
section.resources .container {
  position: relative;
}
section.resources .row {
  row-gap: 1.875rem;
}
section.resources h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 2.8125rem;
  color: #0071b6;
  margin-bottom: 32px;
}
section.resources .resources-item {
  border: 0.0625rem solid #ebebeb;
  border-radius: 0.625rem;
  box-sizing: border-box;
  padding: 0.625rem 0.625rem 1.25rem;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
section.resources .resources-item .resources-frame {
  width: 100%;
  border-radius: 0.625rem 0.625rem 0 0;
  margin-bottom: 0.625rem;
  transition: all 0.3s ease-in-out;
}
section.resources .resources-item .resources-frame img {
  width: 100%;
}
section.resources .resources-item h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #2e2e2e;
  margin-bottom: 0.625rem;
}
section.resources .resources-item h5 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.7rem;
}
section.resources .resources-item p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  color: #2e2e2e;
  margin-bottom: 0.8125rem;
}
section.resources .resources-item a {
  font-style: normal;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  text-transform: uppercase;
  color: #992928;
  display: flex;
  gap: 0.5rem;
  margin-top: auto;
}
section.resources .resources-item:hover .resources-frame {
  transform: scale(1.09);
}
section.resources a.glb-btn {
  position: absolute;
  top: 0;
  right: 0.9375rem;
}

section.articles {
  padding: 0 0 3.75rem;
  position: relative;
}
section.articles .container {
  position: relative;
}
section.articles h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 2.8125rem;
  color: #0071b6;
  margin-bottom: 32px;
}
section.articles a.glb-btn {
  position: absolute;
  top: 0;
  right: 0.9375rem;
}
section.articles .articles_item {
  width: 100%;
  background: #ffffff;
  border: 0.0625rem solid #ebebeb;
  border-radius: 0.75rem;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
section.articles .articles_item .articles_frame {
  border-radius: 0.75rem 0.75rem 0 0;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
section.articles .articles_item .articles_frame a {
  display: block;
}
section.articles .articles_item .articles-details {
  padding: 0 1.25rem 1.875rem;
  box-sizing: border-box;
}
section.articles .articles_item .articles-details ul.tags {
  position: relative;
  display: flex;
  gap: 0.9375rem;
  flex-wrap: wrap;
  margin-bottom: 0.9375rem;
  z-index: 1;
  margin-top: -0.9375rem;
}
section.articles .articles_item .articles-details ul.tags li a {
  display: block;
  background: #0071b6;
  border-radius: 0.25rem;
  padding: 0.25rem 1.25rem;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
}
section.articles .articles_item .articles-details ul.articles-lists {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
  align-items: flex-start;
}
section.articles .articles_item .articles-details ul.articles-lists li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
section.articles .articles_item .articles-details ul.articles-lists li span {
  display: inline-grid;
}
section.articles .articles_item .articles-details ul.articles-lists li p {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #0071b6;
  margin: 0;
  padding: 0;
}
section.articles .articles_item .articles-details p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #2e2e2e;
}
section.articles .articles_item .articles-details a {
  font-style: normal;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-transform: capitalize;
  color: #992928;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  transition: all 1s ease-in-out;
}
section.articles .articles_item .articles-details a:hover {
  color: #0071b6;
}
section.articles .articles_item:hover {
  filter: drop-shadow(0.25rem 0.25rem 0.9375rem rgba(0, 0, 0, 0.15));
}
section.articles .articles_item:hover .articles_frame {
  transform: scale(1.09);
}

section.testimonial {
  padding: 3.75rem 0;
}
section.testimonial .graybx {
  width: 100%;
  background: #ededed;
  box-shadow: 0.25rem 0.25rem 0.9375rem rgba(0, 0, 0, 0.15);
  border-radius: 0.75rem;
  padding: 4.6875rem 4.375rem;
  position: relative;
}
section.testimonial .graybx::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 28rem;
  height: 100%;
  background: url(../images/pattern-square.png) no-repeat;
  background-size: contain;
  mix-blend-mode: darken;
}
section.testimonial .graybx h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 2.8125rem;
  color: #0071b6;
  margin-bottom: 0.9375rem;
}
section.testimonial .graybx h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 2.1875rem;
  color: #2e2e2e;
}
section.testimonial .graybx .row {
  align-items: center;
}
section.testimonial .graybx .testimonial-item {
  padding-left: 3.9375rem;
}
section.testimonial .graybx .testimonial-item p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  color: #2e2e2e;
}
section.testimonial .graybx .testimonial-item .customer-group {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
}
section.testimonial .graybx .testimonial-item .customer-group .customer-img {
  width: 6.25rem;
  position: relative;
  display: flex;
}
section.testimonial .graybx .testimonial-item .customer-group .customer-img .testimonials_circle {
  width: 3.75rem;
  height: 3.75rem;
  overflow: hidden;
  border-radius: 50%;
  margin-left: 1.875rem;
}
section.testimonial .graybx .testimonial-item .customer-group .customer-img span {
  width: 2.875rem;
  height: 2.875rem;
  background: #0071b6;
  border-radius: 3.125rem;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  justify-content: center;
  align-items: center;
}
section.testimonial .graybx .testimonial-item .customer-group .customer-img span img {
  width: 1rem;
}
section.testimonial .graybx .testimonial-item .customer-group .customer-txt {
  width: calc(100% - 6.25rem);
}
section.testimonial .graybx .testimonial-item .customer-group .customer-txt h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  color: #2e2e2e;
  margin-bottom: 0.125rem;
}
section.testimonial .graybx .testimonial-item .customer-group .customer-txt h6 {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #2e2e2e;
}

.get-in-touch {
  padding: 3.75rem 0;
  background: #f5f5f5;
}
.get-in-touch .get-touch-frame {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.75rem;
}
.get-in-touch .get-touch-frame img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.get-in-touch h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 2.8125rem;
  color: #0071b6;
  margin-bottom: 1.875rem;
}
.get-in-touch .grp-fm {
  margin-bottom: 1.25rem;
}
.get-in-touch .grp-fm label {
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #808080;
  display: block;
  margin-bottom: 0.5625rem;
}
.get-in-touch .grp-fm input[type=text],
.get-in-touch .grp-fm input[type=email],
.get-in-touch .grp-fm input[type=tel],
.get-in-touch .grp-fm textarea {
  width: 100%;
  background: #ffffff;
  border: 0.0625rem solid #cccccc;
  border-radius: 0.25rem;
  outline: none;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #808080;
  padding: 0.8125rem 0.9375rem;
}
.get-in-touch .grp-fm textarea {
  height: 14.3125rem;
  margin-bottom: 0.5rem;
}
.get-in-touch .grp-fm input[type=submit]:hover {
  background: #0071b6;
}

footer {
  padding: 3.75rem 0 0;
  background: #f5f5f5;
}
footer p {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #1d4469;
}
footer .ft-logo {
  margin-bottom: 1.875rem;
  mix-blend-mode: multiply;
}
footer .ft-logo a {
  display: block;
}
footer h3 {
  font-family: avenir-bold;
  font-style: normal;
  font-weight: 800;
  font-size: 1rem;
  line-height: 150%;
  color: #ff5602;
  margin-bottom: 1rem;
}
footer ul.links {
  display: flex;
  justify-content: center;
  gap: 1.875rem;
  align-items: center;
}
footer ul.links button {
  display: none;
}
footer ul.links li a {
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  text-transform: capitalize;
  color: #2e2e2e;
  margin: 0;
  padding: 0;
  transition: all ease 0.3s 0s;
}
footer ul.links li a:hover {
  color: #992928;
}
footer .follow {
  margin-bottom: 2.5rem;
}
footer .follow ul {
  gap: 1.0625rem;
}
footer .follow ul li a {
  width: 1.375rem;
  height: 1.375rem;
  background: #992928;
  font-size: 0.75rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
footer .follow ul li a:hover {
  background: #1d4469;
  color: #fff;
}
footer .link-sec {
  margin-bottom: 2.4375rem;
}
footer .link-sec .sub-menu {
  display: none;
}
footer .copy-right {
  padding: 1.25rem 0;
  border-top: 0.0625rem solid #acacac;
}
footer .copy-right p {
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #2e2e2e;
  padding: 0;
  margin: 0;
}
footer .copy-right .copyright-links {
  display: flex;
  justify-content: flex-end;
}
footer .copy-right .copyright-links li {
  margin-left: 0rem;
}
footer .copy-right .copyright-links li + li::before {
  content: "/";
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #2e2e2e;
}
footer .copy-right .copyright-links li a {
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #2e2e2e;
  transition: all ease 0.1s 0s;
}
footer .copy-right .copyright-links li a:hover {
  color: #992928;
}

section.inner-banner {
  width: 100%;
  position: relative;
}
section.inner-banner::before {
  content: " ";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
section.inner-banner img {
  width: 100%;
}
section.inner-banner .inner-banner-middle {
  position: absolute;
  right: auto;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  margin: 0px;
  z-index: 1;
  text-align: center;
}
section.inner-banner .inner-banner-middle ul.breadcrumb {
  padding: 0;
  margin: 0 0 14px;
  list-style: none;
  justify-content: center;
}
section.inner-banner .inner-banner-middle ul.breadcrumb li {
  display: inline;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.875rem;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
section.inner-banner .inner-banner-middle ul.breadcrumb li + li::before {
  padding: 8px;
  color: #ffffff;
  content: "|";
}
section.inner-banner .inner-banner-middle ul.breadcrumb li a {
  color: #ffffff;
  text-decoration: none;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
section.inner-banner .inner-banner-middle ul.breadcrumb li a:hover {
  color: #0071b6;
}
section.inner-banner .inner-banner-middle h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 2.8125rem;
  text-align: center;
  color: #ffffff;
}

.workshop h3 + h4 {
  margin-bottom: 3.125rem;
}
.workshop .inner-lap h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  color: #ffffff;
}
.workshop .inner-lap img {
  margin-right: 0.375rem;
}

section.inner-banner {
  width: 100%;
  position: relative;
}
section.inner-banner::before {
  content: " ";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
section.inner-banner img {
  width: 100%;
}
section.inner-banner .inner-banner-middle {
  position: absolute;
  right: auto;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  margin: 0px;
  z-index: 1;
  text-align: center;
}
section.inner-banner .inner-banner-middle ul.breadcrumb {
  padding: 0;
  margin: 0 0 14px;
  list-style: none;
  justify-content: center;
}
section.inner-banner .inner-banner-middle ul.breadcrumb li {
  display: inline;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.875rem;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
section.inner-banner .inner-banner-middle ul.breadcrumb li + li::before {
  padding: 8px;
  color: #ffffff;
  content: "|";
}
section.inner-banner .inner-banner-middle ul.breadcrumb li a {
  color: #ffffff;
  text-decoration: none;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
section.inner-banner .inner-banner-middle ul.breadcrumb li a:hover {
  color: #0071b6;
}
section.inner-banner .inner-banner-middle h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 2.8125rem;
  text-align: center;
  color: #ffffff;
}

section.who-we-are {
  padding: 3.75rem 0;
}
section.who-we-are .who-we-frame {
  width: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
}
section.who-we-are .who-we-frame img {
  width: 100%;
  height: 100%;
}
section.who-we-are h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 2.8125rem;
  color: #0071b6;
  margin-bottom: 0.9375rem;
}
section.who-we-are h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #2e2e2e;
  margin-bottom: 0.9375rem;
}
section.who-we-are p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #2e2e2e;
}

section.professional-team {
  padding: 3.75rem 0;
}
section.professional-team h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 2.8125rem;
  color: #0071b6;
  margin-bottom: 1.875rem;
}
section.professional-team .pro-team-item {
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.875rem;
}
section.professional-team .pro-team-item .pro-team-frame {
  width: 100%;
  min-height: 25.9375rem;
}
section.professional-team .pro-team-item .pro-team-frame img {
  width: 100%;
  height: 100%;
}
section.professional-team .pro-team-item .pro-team-details {
  width: 100%;
  background-color: #0071b6;
  padding: 0.625rem;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -2.0625rem;
  transition: all 0.3s ease-in-out;
}
section.professional-team .pro-team-item .pro-team-details h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.875rem;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 0.625rem;
}
section.professional-team .pro-team-item .pro-team-details h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0.6875rem;
}
section.professional-team .pro-team-item .pro-team-details ul.socials {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  align-items: center;
}
section.professional-team .pro-team-item .pro-team-details ul.socials li a {
  width: 1.375rem;
  height: 1.375rem;
  background: #ffffff;
  font-size: 0.75rem;
  color: #0071b6;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
section.professional-team .pro-team-item .pro-team-details ul.socials li a:hover {
  color: #992928;
}
section.professional-team .pro-team-item:hover .pro-team-details {
  bottom: 0;
}

.service-details-sec1 {
  padding: 3.75rem;
}
.service-details-sec1 h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 2.8125rem;
  text-transform: capitalize;
  color: #2e2e2e;
  margin-top: 1.875rem;
  margin-bottom: 0.9375rem;
}
.service-details-sec1 p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #2e2e2e;
  margin-bottom: 1.25rem;
}
.service-details-sec1 ul.lists {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.service-details-sec1 ul.lists li {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.75rem;
  color: #0071b6;
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1.25rem;
  width: 33%;
}
.service-details-sec1 ul.lists li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3125rem;
  width: 1.25rem;
  height: 1.25rem;
  background-repeat: no-repeat;
  background: url("../images/tick.png");
  background-size: cover;
}

section.who-we-are.resourcesPg .row {
  flex-direction: row-reverse;
}

section.resources.resourcesPg .resources-item {
  margin-bottom: 1.875rem;
}

.ab-sec2 img {
  mix-blend-mode: multiply;
}

.article-details-section1 {
  padding: 3.75rem 0;
}
.article-details-section1 .main-img {
  width: 100%;
  height: 34.1875rem;
  border-radius: 0.625rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-details-section1 h5 {
  margin-top: 1.875rem;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #2e2e2e;
  margin-bottom: 0.9375rem;
}
.article-details-section1 .left ul.tags {
  margin: 1.875rem 0 0.9375rem;
}
.article-details-section1 ul.admin {
  margin-bottom: 1.875rem;
  display: flex;
}
.article-details-section1 ul.admin li {
  margin-right: 1.25rem;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #0071b6;
}
.article-details-section1 ul.admin li img {
  margin-right: 0.5rem;
}
.article-details-section1 p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #3d3d3d;
  margin-bottom: 0.9375rem;
}
.article-details-section1 .comment-section {
  max-width: 54.125rem;
}
.article-details-section1 .comment-section h5 {
  margin-bottom: 1.875rem;
  margin-top: 3.75rem;
}
.article-details-section1 .comment-card {
  padding: 1.5625rem 0;
  border-bottom: 0.0625rem solid #c3cad9;
}
.article-details-section1 .comment-card:nth-child(2) {
  border-top: 0.0625rem solid #c3cad9;
}
.article-details-section1 .comment-card .profile-head {
  display: flex;
  align-items: center;
}
.article-details-section1 .comment-card .profile-head > img {
  margin-right: 0.625rem;
  height: 1.875rem;
  width: 1.875rem;
  border-radius: 50%;
}
.article-details-section1 .comment-card .profile-head h4 {
  margin-bottom: 0;
  margin-right: 1.8125rem;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #2e2e2e;
}
.article-details-section1 .comment-card .profile-head ul.admin {
  margin-bottom: 0;
}
.article-details-section1 .comment-card p {
  margin: 0.9375rem 0;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #5f5f5f;
}
.article-details-section1 .comment-card .reply {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #0071b6;
}
.article-details-section1 .comment-card .reply img {
  margin-right: 0.5rem;
}
.article-details-section1 .form-sec {
  padding: 0;
  margin-top: 3.75rem;
  background: transparent;
  max-width: 54.125rem;
}
.article-details-section1 .form-sec textarea {
  height: 6.5rem;
}

.contact-section1 {
  padding: 3.75rem 0;
}
.contact-section1 h3 {
  margin-bottom: 1.5rem;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #2e2e2e;
  text-transform: none;
}
.contact-section1 h2 {
  margin-bottom: 0.9375rem;
}
.contact-section1 .form-sec {
  padding: 0;
  margin-top: 0rem;
  background: transparent;
  max-width: 54.125rem;
}
.contact-section1 .form-sec textarea {
  height: 7rem;
}
.contact-section1 .right h4 {
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.625rem;
  color: #2e2e2e;
  margin-bottom: 2.125rem;
}
.contact-section1 .right ul.contact-ul {
  max-width: 15.625rem;
}
.contact-section1 .right ul.contact-ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.8125rem;
}
.contact-section1 .right ul.contact-ul li:last-child {
  margin-bottom: 0;
}
.contact-section1 .right ul.contact-ul li a {
  display: flex;
  color: #2e2e2e;
}
.contact-section1 .right ul.contact-ul li img {
  margin-right: 0.625rem;
  position: relative;
  top: 0.1875rem;
  width: 1.25rem;
  filter: brightness(0) saturate(100%) invert(25%) sepia(91%) saturate(1961%) hue-rotate(184deg) brightness(94%) contrast(101%);
}
.contact-section1 .right ul.contact-ul li p {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  color: #2e2e2e;
  margin-bottom: 0;
}
.contact-section1 .right ul.contact-ul li:last-child {
  margin-top: -15px;
}
.contact-section1 .right .social {
  display: flex;
  margin-top: 3.9375rem;
}
.contact-section1 .right .social li a {
  height: 2.0625rem;
  width: 2.0625rem;
  background: #0071b6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.25rem;
  transition: all ease 0.5s 0s;
}
.contact-section1 .right .social li a i {
  color: #fff;
}
.contact-section1 .right .social li a:hover {
  background: #1d4469;
}
.contact-section1 .right .social li a:hover i {
  color: #fff;
}
.contact-section1 .map iframe {
  width: 100%;
  height: 34.0625rem;
  margin-top: 3.75rem;
  border-radius: 0.25rem;
}

section.who-we-are.wk-trainingPg .row {
  align-items: center;
  margin-bottom: 1.875rem;
}
section.who-we-are.wk-trainingPg .row:nth-child(even) {
  flex-direction: row-reverse;
}
section.who-we-are.wk-trainingPg h2 {
  margin-bottom: 1.25rem;
}
section.who-we-are.wk-trainingPg h3 {
  text-transform: none;
}
section.who-we-are.wk-trainingPg .who-we-frame {
  height: 100%;
}

.services-section {
  padding: 0 0 1.875rem;
}

.search-form {
  width: 100%;
  position: relative;
  margin-bottom: 1.875rem;
}
.search-form input[type=text] {
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
  text-transform: capitalize;
  outline: none;
  background: #ffffff;
  border: 0.0625rem solid #acacac;
  border-radius: 0.3125rem;
  padding: 0.875rem 3.125rem 0.875rem 0.625rem;
}
.search-form input[type=submit] {
  position: absolute;
  width: 1.875rem;
  height: 1.875rem;
  right: 0.625rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/search-icon.png) no-repeat;
  outline: none;
  border: none;
}

.recent-articles {
  margin-bottom: 0.9375rem;
}
.recent-articles h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.875rem;
  text-transform: capitalize;
  color: #2e2e2e;
}
.recent-articles .rec-articles-list {
  background: #ffffff;
  border: 0.0625rem solid #ebebeb;
  border-radius: 0.375rem;
  box-sizing: border-box;
  padding: 0.3125rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.9375rem;
}
.recent-articles .rec-articles-list .rec-img {
  width: 4.9375rem;
  border-radius: 0.1875rem;
  overflow: hidden;
}
.recent-articles .rec-articles-list .rec-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recent-articles .rec-articles-list .rec-details {
  width: calc(100% - 4.9375rem);
  display: flex;
  flex-direction: column;
}
.recent-articles .rec-articles-list .rec-details ul.tags {
  margin-bottom: 0.5rem;
}
.recent-articles .rec-articles-list .rec-details ul.tags li a {
  padding: 0.125rem 0.875rem;
  font-size: 0.875rem;
}
.recent-articles .rec-articles-list .rec-details p {
  font-style: normal;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1rem;
  text-transform: capitalize;
  color: #646464;
  margin-bottom: 0.875rem;
}
.recent-articles .rec-articles-list .rec-details .user-date ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.recent-articles .rec-articles-list .rec-details .user-date ul li {
  display: flex;
  gap: 0.375rem;
}
.recent-articles .rec-articles-list .rec-details .user-date ul li span.user-icon {
  width: 0.6875rem;
  height: 0.6875rem;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
}
.recent-articles .rec-articles-list .rec-details .user-date ul li span.user-icon img {
  width: 100%;
}
.recent-articles .rec-articles-list .rec-details .user-date ul li p {
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.8125rem;
  text-transform: capitalize;
  color: #0071b6;
  padding: 0;
  margin: 0;
}
.recent-articles .rec-articles-list .rec-details .user-date ul li span.date-icon {
  width: 0.6875rem;
  height: 0.9375rem;
  display: flex;
}

.tag-grp h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.875rem;
  text-transform: capitalize;
  color: #2e2e2e;
}
.tag-grp ul.tags {
  gap: 0.625rem;
}

section.articles.innerPg {
  padding: 3.75rem 0 0;
  position: relative;
}
section.articles.innerPg .inner-head h2.inner-h2 {
  position: relative;
  left: 50%;
  top: 0;
  width: -moz-max-content;
  width: max-content;
}
section.articles.innerPg h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 2.8125rem;
  text-transform: uppercase;
  color: #2e2e2e;
  margin-bottom: 1.25rem;
}
section.articles.innerPg h2 + .owl-carousel {
  margin-bottom: 3.75rem;
}
section.articles.innerPg .articles-slider .owl-nav {
  position: absolute;
  right: auto;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  width: 100%;
}
section.articles.innerPg .articles-slider .owl-nav button.owl-next,
section.articles.innerPg .articles-slider .owl-nav button.owl-prev {
  width: 2.3125rem;
  height: 2.3125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0rem 0.25rem 0.25rem rgba(91, 15, 88, 0.15);
  position: absolute;
}
section.articles.innerPg .articles-slider .owl-nav button.owl-next:hover,
section.articles.innerPg .articles-slider .owl-nav button.owl-prev:hover {
  background-color: #fff;
  color: #2e2e2e;
}
section.articles.innerPg .articles-slider .owl-nav button.owl-next span,
section.articles.innerPg .articles-slider .owl-nav button.owl-prev span {
  font-size: 2.125rem;
  position: relative;
  top: -0.25rem;
}
section.articles.innerPg .articles-slider .owl-nav button.owl-next {
  right: -1.4375rem;
}
section.articles.innerPg .articles-slider .owl-nav button.owl-prev {
  left: -1.4375rem;
}
section.articles.innerPg .articles-slider .owl-nav .disabled {
  display: none !important;
}
section.articles.innerPg .search-form {
  width: 100%;
  position: relative;
  margin-bottom: 1.875rem;
}
section.articles.innerPg .search-form input[type=text] {
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
  text-transform: capitalize;
  outline: none;
  background: #ffffff;
  border: 0.0625rem solid #acacac;
  border-radius: 0.3125rem;
  padding: 0.875rem 3.125rem 0.875rem 0.625rem;
}
section.articles.innerPg .search-form input[type=submit] {
  position: absolute;
  width: 1.875rem;
  height: 1.875rem;
  right: 0.625rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/search-icon.png) no-repeat;
  outline: none;
  border: none;
}
section.articles.innerPg .recent-articles {
  margin-bottom: 0.9375rem;
}
section.articles.innerPg .recent-articles h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.875rem;
  text-transform: capitalize;
  color: #2e2e2e;
}
section.articles.innerPg .recent-articles .rec-articles-list {
  background: #ffffff;
  border: 0.0625rem solid #ebebeb;
  border-radius: 0.375rem;
  box-sizing: border-box;
  padding: 0.3125rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.9375rem;
}
section.articles.innerPg .recent-articles .rec-articles-list .rec-img {
  width: 4.9375rem;
  border-radius: 0.1875rem;
  overflow: hidden;
}
section.articles.innerPg .recent-articles .rec-articles-list .rec-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.articles.innerPg .recent-articles .rec-articles-list .rec-details {
  width: calc(100% - 4.9375rem);
  display: flex;
  flex-direction: column;
}
section.articles.innerPg .recent-articles .rec-articles-list .rec-details ul.tags {
  margin-bottom: 0.5rem;
}
section.articles.innerPg .recent-articles .rec-articles-list .rec-details ul.tags li a {
  padding: 0.125rem 0.875rem;
  font-size: 0.875rem;
}
section.articles.innerPg .recent-articles .rec-articles-list .rec-details p {
  font-style: normal;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1rem;
  text-transform: capitalize;
  color: #646464;
  margin-bottom: 0.875rem;
}
section.articles.innerPg .recent-articles .rec-articles-list .rec-details .user-date ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
section.articles.innerPg .recent-articles .rec-articles-list .rec-details .user-date ul li {
  display: flex;
  gap: 0.375rem;
}
section.articles.innerPg .recent-articles .rec-articles-list .rec-details .user-date ul li span.user-icon {
  width: 0.6875rem;
  height: 0.6875rem;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
}
section.articles.innerPg .recent-articles .rec-articles-list .rec-details .user-date ul li span.user-icon img {
  width: 100%;
}
section.articles.innerPg .recent-articles .rec-articles-list .rec-details .user-date ul li p {
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.8125rem;
  text-transform: capitalize;
  color: #0071b6;
  padding: 0;
  margin: 0;
}
section.articles.innerPg .recent-articles .rec-articles-list .rec-details .user-date ul li span.date-icon {
  width: 0.6875rem;
  height: 0.9375rem;
  display: flex;
}
section.articles.innerPg .tag-grp h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.875rem;
  text-transform: capitalize;
  color: #2e2e2e;
}
section.articles.innerPg .tag-grp ul.tags {
  gap: 0.625rem;
}

section.teamSec1 {
  padding: 3.75rem 0;
}
section.teamSec1 h3 {
  margin-bottom: 1.5rem;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #2e2e2e;
  text-transform: none;
}
section.teamSec1 h3 small {
  font-weight: 600;
  color: #0071b6;
}
section.teamSec1 h4 {
  margin: 0 0 1.25rem;
}
section.teamSec1 .row {
  gap: 1.25rem 0;
}

.teamDetails {
  display: grid;
  grid-template-columns: 12.5rem 1fr;
  padding: 20px;
  gap: 1.4rem;
  width: 100%;
  background: #ffffff;
  border: 0.0625rem solid #ebebeb;
  border-radius: 0.75rem;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.teamDetails .teamPic {
  width: 100%;
  height: 12.5rem;
  border-radius: 0.9375rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.teamDetails .teamPic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.teamDetails .teamPic::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  transition: all ease 0.7s 0s;
  transform: translate(0, 37.5rem);
  background: rgba(0, 113, 182, 0.3);
  z-index: 2;
}
.teamDetails .teamDt h3 {
  color: #0071b6;
  font-size: 1.625rem;
  line-height: 2.1875rem;
  margin-bottom: 0.9375rem;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 0.625rem;
}
.teamDetails .teamDt h3 small {
  display: block;
  font-size: 1.125rem;
  color: #2e2e2e;
}
.teamDetails .teamDt h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-transform: capitalize;
  color: #992928;
}
.teamDetails .teamDt p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.teamDetails:hover {
  filter: drop-shadow(0.25rem 0.25rem 0.9375rem rgba(0, 0, 0, 0.15));
}
.teamDetails.mainTop {
  grid-template-columns: 18.75rem 1fr;
}
.teamDetails.mainTop .teamPic {
  height: 18.75rem;
}

section.teamSec2 {
  padding: 3.75rem 0;
  background: #f5f5f5;
}
section.teamSec2.teamSec3 {
  background: transparent;
}
section.teamSec2 .row {
  gap: 1.25rem 0;
}
section.teamSec2 h3 {
  margin: 0 0 1.5625rem;
}

.mainFounder h3 {
  color: #0071b6;
  font-size: 1.625rem;
  line-height: 2.1875rem;
  margin-bottom: 0.9375rem;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 0.625rem;
}
.mainFounder h3 small {
  display: block;
  font-size: 1.125rem;
  color: #2e2e2e;
}
.mainFounder h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-transform: capitalize;
  color: #992928;
}
.mainFounder p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mainFounder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.9375rem;
  overflow: hidden;
}

section.teamInner {
  padding: 3.75rem 0;
}
section.teamInner .allTeamImg {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 0.9375rem;
  margin: 0 0 1.25rem;
}
section.teamInner .allTeamImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.teamInner h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: #0071b6;
  margin-bottom: 0.625rem;
  text-align: center;
}
section.teamInner h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.875rem;
  text-transform: capitalize;
  color: #992928;
  margin-bottom: 1.25rem;
  text-align: center;
}

section.who-we-are.ab-wh ol {
  padding-left: 1.5rem;
  margin-bottom: 0.3125rem;
}
section.who-we-are.ab-wh ol li {
  margin-top: 1.875rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #2e2e2e;
  margin-bottom: 0.3125rem;
}
section.who-we-are.ab-wh ol li strong {
  font-weight: 700;
}
section.who-we-are.ab-wh ol li::marker {
  margin-top: 1.875rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #2e2e2e;
  margin-bottom: 0.9375rem;
}
section.who-we-are.ab-wh ul {
  padding-left: 18px;
  list-style: disc;
}
section.who-we-are.ab-wh ul li strong {
  font-weight: 700;
}

section.articles.innerPg .articles-slider {
  display: flex;
}
section.articles.innerPg .articles-slider .owl-stage {
  display: flex;
}
section.articles.innerPg .articles-slider .owl-item {
  display: flex;
  flex: 1 0 auto;
}
section.articles.innerPg .articles-slider .owl-item .item {
  display: flex;
}
section.articles.innerPg .articles-slider .owl-item .item .articles_item {
  display: flex;
  flex-direction: column;
}
section.articles.innerPg .articles-slider .owl-item .item .articles_item:hover .articles_frame a img {
  transform: scale(1.09);
}
section.articles.innerPg .articles-slider .owl-item .item .articles_item .articles_frame {
  max-height: 15.625rem;
  height: 100%;
  overflow: hidden;
  transform: unset;
}
section.articles.innerPg .articles-slider .owl-item .item .articles_item .articles_frame a {
  height: 15.625rem;
  overflow: hidden;
}
section.articles.innerPg .articles-slider .owl-item .item .articles_item .articles_frame a img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
section.articles.innerPg .articles-slider .owl-item .item .articles_item .articles-details {
  display: flex;
  flex-direction: column;
  height: 100%;
}
section.articles.innerPg .articles-slider .owl-item .item .articles_item .articles-details h5 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
section.articles.innerPg .articles-slider .owl-item .item .articles_item .articles-details a.pdf_cls {
  font-size: 1rem;
  line-height: 1.25rem;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  color: #992928;
  display: flex;
  gap: 0.5rem;
  margin-top: auto;
}
section.articles.innerPg .articles-slider .owl-item .item .articles_item .articles-details a.pdf_cls img {
  max-width: 1.25rem;
  max-height: 1.25rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.articles.innerPg .recent-articles .rec-articles-list {
  display: grid;
  grid-template-columns: 24% 74%;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
  padding: 0.5rem;
}
section.articles.innerPg .recent-articles .rec-articles-list .rec-img {
  width: 100%;
  height: 100%;
}
section.articles.innerPg .recent-articles .rec-articles-list .rec-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.articles.innerPg .recent-articles .rec-articles-list .rec-details {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style.css.map */