:root {
  --floral_white: #fdfaf3;
  --floral_white_dark: #faf8f1;
  --orange: #e23800;

  --NomosSans-black: "NomosSans-black";
  --NomosSans-Bold: "NomosSans-Bold";
  --NomosSans-ExtraBold: "NomosSans-ExtraBold";
  --NomosSans-Light: "NomosSans-Light";
  --NomosSans-Medium: "NomosSans-Medium";
  --NomosSans-Regular: "NomosSans-Regular";
  --NomosSans-SemiBold: "NomosSans-SemiBold";
  --NomosSans-Thin: "NomosSans-Thin";
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  font-family: "NomosSans-Regular";
  background-color: var(--floral_white);
  overflow-x: hidden;
}
.container {
  max-width: 1281px;
}
@media only screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}
img {
  max-width: 100%;
}
a {
  /*color: var(--orange);*/
  color: white;
}
/* padding */
.sec-padd {
  padding: 100px 0;
}
.sec-padd-t {
  padding-top: 100px;
}
.sec-padd-b {
  padding-bottom: 100px;
}
/* padding end */

.arrow_link {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-family: var(--NomosSans-SemiBold);
  transition: all 0.5s ease;
  display: inline-block;
}
.arrow_link svg {
  margin-left: 5px;
  transition: all 0.5s ease;
}
.arrow_link svg path {
  fill: #000;
}
.arrow_link:hover {
  color: var(--orange);
}
.arrow_link:hover svg path {
  fill: var(--orange);
}
.arrow_link:hover svg {
  margin-left: 10px;
  transition: all 0.5s ease;
}

/* fonts */
@font-face {
  font-family: "NomosSans-black";
  src: url(../fonts/NomosSansBlack.woff);
}
@font-face {
  font-family: "NomosSans-BlackItalic";
  src: url(../fonts/NomosSansBlackItalic.woff);
}

@font-face {
  font-family: "NomosSans-Bold";
  src: url(../fonts/NomosSansBold.woff);
}
@font-face {
  font-family: "NomosSans-BoldItalic";
  src: url(../fonts/NomosSansBoldItalic.woff);
}
@font-face {
  font-family: "NomosSans-ExtraBold";
  src: url(../fonts/NomosSansExtraBold.woff);
}
@font-face {
  font-family: "NomosSans-ExtraBoldItalic";
  src: url(../fonts/NomosSansExtraBoldItalic.woff);
}
@font-face {
  font-family: "NomosSans-ExtraLight";
  src: url(../fonts/NomosSansExtraLight.woff);
}
@font-face {
  font-family: "NomosSans-ExtraLightItalic";
  src: url(../fonts/NomosSansExtraLightItalic.woff);
}
@font-face {
  font-family: "NomosSans-Light";
  src: url(../fonts/NomosSansLight.woff);
}
@font-face {
  font-family: "NomosSans-LightItalic";
  src: url(../fonts/NomosSansLightItalic.woff);
}
@font-face {
  font-family: "NomosSans-Medium";
  src: url(../fonts/NomosSansMedium.woff);
}
@font-face {
  font-family: "NomosSans-MediumItalic";
  src: url(../fonts/NomosSansMediumItalic.woff);
}
@font-face {
  font-family: "NomosSans-Regular";
  src: url(../fonts/NomosSansRegular.woff);
}
@font-face {
  font-family: "NomosSans-RegularItalic";
  src: url(../fonts/NomosSansRegularItalic.woff);
}
@font-face {
  font-family: "NomosSans-SemiBold";
  src: url(../fonts/NomosSansSemiBold.woff);
}
@font-face {
  font-family: "NomosSans-SemiBoldItalic";
  src: url(../fonts/NomosSansSemiBoldItalic.woff);
}
@font-face {
  font-family: "NomosSans-Thin";
  src: url(../fonts/NomosSansThin.woff);
}
@font-face {
  font-family: "NomosSans-ThinItalic";
  src: url(../fonts/NomosSansThinItalic.woff);
}
/* fonts end */
strong,
b {
  font-family: var(--NomosSans-Bold);
}

/* Headings */
.case_detail h1 {
  font-size: 36px;
  font-family: var(--NomosSans-Bold);
}
.case_detail h2 {
  font-size: 30px;
  font-family: var(--NomosSans-Bold);
}
.case_detail h3 {
  font-size: 24px;
  font-family: var(--NomosSans-Bold);
}
.case_detail h4 {
  font-size: 18px;
  font-family: var(--NomosSans-Bold);
}
.case_detail h5 {
  font-size: 15px;
  font-family: var(--NomosSans-Bold);
}
.case_detail h6 {
  font-size: 12px;
  font-family: var(--NomosSans-Bold);
}
.heading h2 {
  font-family: var(--NomosSans-Bold);
  font-size: 48px;
  line-height: 56px;
}
.heading h2 span {
  color: var(--orange);
}
@media only screen and (max-width: 767px) {
  .heading h2 {
    font-size: 40px;
    line-height: 41px;
  }
}
/* Heading end */
.orange_tag {
  font-family: var(--NomosSans-Medium);
  font-size: 18px;
  color: var(--orange);
  margin-bottom: 40px;
}
.orange_btn {
  display: inline-block;
  background-color: var(--orange);
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  transition: all 0.5s ease;
  padding: 12px 25px;
}
.orange_btn:hover {
  /* background:rgba(226, 56, 0, 0.7) */
  background-color: #eb683c;
}
/* navbar */
#header {
  transition: transform 0.3s ease;
}
.header_hide {
  transform: translateY(-100%);
}
.navbar {
  position: absolute;
  width: 100%;
  top: 15px;
  padding: 18px 0;
  z-index: 1;
}
.navbar-toggler {
  background-color: #fff;
}
.navbar-toggler:focus {
  outline: 0px;
  box-shadow: inherit;
}

/* Search Icon */
.navbar .search_icon svg path {
  fill: #000;
}
.search_icon {
  margin-top: -10px;
  margin-left: 30px;
  cursor: pointer;
}
.search_icon svg path {
  fill: #fff;
}
.navbar .container {
  position: relative;
}
.search_area {
  position: absolute;
  top: 74px;
  right: 0px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s;
}
.show_search {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s;
}
.search_area input {
  min-width: 400px;
  height: 50px;
  padding: 0 15px;
  border-radius: 8px;
  border: 0px;
  border: #8d8d8d solid 1px;
}
.search_area input:focus {
  outline: 0px;
}
.search_area button {
  position: absolute;
  right: 10px;
  top: 8px;
  background-color: inherit;
  border: 0px;
}
#crossSearch {
  display: none;
}
@media only screen and (max-width: 767px) {
  .search_area input {
    min-width: 320px;
  }
  .search_area {
    right: 62px;
  }
}
/* Search Icon end */

/* Homepage menu color only */
.navbar .menu-item a {
  #color: #ffffffed;
  color: #000;
  font-size: 15px;
  font-family: var(--NomosSans-Regular);
  margin-left: 16px;
  margin-right: 16px;
  text-decoration: none;
  border-bottom: transparent solid 2px;
  padding-bottom: 10px;
  display: inline-block;
}
.navbar .current-menu-item a {
  #color: #fff;
  color: #000;
  #border-bottom: #fff solid 2px;
  border-bottom: #000 solid 2px;
}
.navbar .menu-item a:hover,
.navbar-nav .menu-item a:focus {
  #color: #fff;
  color: #000;
  #border-bottom: #fff solid 2px;
  border-bottom: #000 solid 2px;
}
.inner_header .navbar .current-menu-item a {
  border-bottom: #000 solid 2px;
}
.inner_header .navbar .menu-item a:hover,
.inner_header .navbar-nav .menu-item a:focus {
  color: #000;
  border-bottom: #000 solid 2px;
}
.inner_header .search_icon svg path {
  fill: #000;
}
/* Homepage menu color end */

/* fixed header color */
.fixed_header .navbar .menu-item a {
  color: #000 !important;
}
.fixed_header .navbar .current-menu-item a {
  color: #000;
  border-bottom: #000 solid 2px;
}
.fixed_header .navbar .menu-item a:hover,
.fixed_header .navbar-nav .menu-item a:focus {
  color: #000;
  border-bottom: #000 solid 2px;
}
.fixed_header .navbar .navbar-brand img {
  filter: brightness(0%);
}
.fixed_header .search_icon svg path {
  fill: #000;
}
/* Fixed header color end */

.navbar .bar {
  margin-left: 20px !important;
  margin-top: -17px;
}
.navbar .bar svg {
  cursor: pointer;
}
.navbar .bar svg line {
  stroke: #fff;
}
.navbar .bar svg:hover line {
  stroke: var(--orange);
  transition: all 0.15s ease;
}
.off_menu {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.off_menu li {
  border-bottom: #a5a4a4 solid 1px;
}
.off_menu li a {
  font-size: 18px;
  font-family: var(--NomosSans-SemiBold);
  color: #000;
  text-decoration: none;
  padding: 20px 25px;
  display: block;
  transition: all 0.5s ease;
  position: relative;
}
.off_menu li a img {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.off_menu li a:hover {
  color: #fff;
  padding-left: 30px;
  background-color: var(--orange);
}

.inner_header .navbar .menu-item a,
.fixed_header .navbar .nav-link {
  color: #000 !important;
}
.fixed_header .navbar .bar svg line {
  stroke: #000;
}
.inner_header .navbar .nav-link:hover {
  color: var(--orange);
}
.inner_header .navbar .nav-link.active {
  color: var(--orange);
}
.inner_header .navbar .navbar-brand img {
  filter: brightness(0%);
}
.inner_header .navbar svg line {
  stroke: #000;
  box-shadow: inherit;
}
.inner_header {
  position: sticky;
  top: 0px;
  z-index: 11;
}
.fixed_header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 11;
  transition: all 1s ease;
}
.inner_header .navbar,
.fixed_header .navbar {
  background-color: var(--floral_white);
  box-shadow: 4px 0px 6px #2222222b;
  position: inherit;
  top: 0px;
}
@media only screen and (max-width: 767px) {
  .navbar .menu-item a {
    margin-bottom: 15px;
  }
  .topmenu {
    margin-top: 20px;
  }
  #header .navbar {
    background-color: var(--floral_white);
    box-shadow: 4px 0px 6px #2222222b;
  }
  #header .navbar-brand img {
    filter: brightness(0%);
  }
  #header .navbar .menu-item a {
    color: #000;
  }
  #header .navbar .current-menu-item a {
    color: #000;
    border-bottom: #000 solid 2px;
  }
}
/* navber end */

/* Home banner */
.banner {
  position: relative;
}
.banner img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.banner .text {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  text-align: center;
  color: var(--floral_white);
  transform: translateY(-50%);
}
.banner .text h1 {
  font-family: "NomosSans-ExtraBold";
  font-size: 100px;
  line-height: 101px;
}
.banner .text p {
  font-family: "NomosSans-Light";
  font-size: 40px;
  line-height: 41px;
}
.links {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 12px;
  display: flex;
  justify-content: space-around;
  max-width: 600px;
  margin-inline: auto;
  font-family: "NomosSans-Medium";
  font-size: 20px;
  padding: 15px 0;
  margin-top: 200px;
}
@media only screen and (max-width: 676px) {
  .banner {
    margin-top: 76px;
  }
  .banner img {
    height: 60vh;
  }
  .banner .text h1 {
    font-size: 60px;
    line-height: 60px;
  }
  .banner .text p {
    font-size: 26px;
    line-height: 28px;
  }
}
/* Home banner end */

/* mantra */
.mantra .content h2 {
  font-family: var(--NomosSans-Bold);
  font-size: 36px;
  margin-bottom: 25px;
}
.mantra .content p {
  font-family: var(--NomosSans-Regular);
  font-size: 18px;
  margin-bottom: 0px;
}
.mantra video {
  border-radius: 12px;
}
/* mantra end */

.viewMore {
  color: #000;
  text-decoration: none;
  transition: all 0.5 ease;
}
.viewMore:hover {
  color: var(--orange);
}

/* home leadership */
.leadership {
  background-color: var(--floral_white_dark);
  box-shadow: 4px 0px 6px #2222222b;
  padding: 70px 0;
}
.leadership .heading {
  padding-bottom: 50px;
}
.leader_box {
  position: relative;
  transition: all 0.5s ease;
  overflow: hidden;
  border-radius: 12px;
}
.leader_box .cover_img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.leader_box .shadow {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.leader_box .dark_layer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #3d3d3d9f;
  transition: all 0.5s ease;
}
.leader_box .inside {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  padding: 30px 40px;
  color: #fff;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.leader_box .inside .title {
  font-family: var(--NomosSans-SemiBold);
  font-size: 26px;
  color: #fff;
  line-height: 27px;
  margin-bottom: 15px;
  text-shadow: 0px 0px 2px #0009;
}
.leader_box p {
  font-family: var(--NomosSans-Light);
  font-size: 18px;
}
.leader_box a {
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  display: inline-block;
}
.leader_box a:hover svg {
  margin-left: 7px;
  transition: all 0.5s ease-in-out;
}
.leader_box .inside .bottom {
  position: absolute;
  bottom: 30px;
  text-align: right;
  width: 100%;
  right: 40px;
}
.box2 .inside .title {
  color: #000;
}
.leader_box:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease;
}
.leader_box:hover .title {
  color: #fff;
}
.leader_box .hidden {
  opacity: 0;
  transition: opacity 0.5s;
}
.leader_box:hover .hidden {
  opacity: 1;
  transition: opacity 0.5s;
}
/* home leadership end */

/* case studies */
.case_study {
  padding: 70px 0;
}
.case_study .content p {
  margin-top: 25px;
}
.case_study .study_img .cover {
  height: 300px;
  object-fit: cover;
  transition: all 0.5s ease;
}
.study_img {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.study_img .content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #212121ad;
  padding: 20px;
  color: #fff;
  opacity: 0;
  transition: opacity 0.5s;
}
.study_img .content h2 {
  font-family: var(--NomosSans-Regular);
  font-size: 18px;
}
.study_img .content p {
  font-family: var(--NomosSans-Light);
  font-size: 12px;
}
.study_img .content a {
  border: #fff solid 1px;
  font-family: var(--NomosSans-ExtraBold);
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 8px 15px;
  border-radius: 8px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  transition: all 0.5s ease;
}
.study_img .content a:hover {
  background-color: #fff;
  color: #000;
}
.study_img .icon {
  position: absolute;
  bottom: 15px;
  right: 20px;
  z-index: 1;
  cursor: pointer;
}
.study_img:hover .content {
  opacity: 1;
  transition: opacity 0.5s;
}
.study_img:hover .cover {
  transform: scale(1.2);
  transition: all 0.5s ease;
}
.study_img:hover .icon {
  opacity: 0;
  transition: opacity 0.5s;
}
/* case studies end */

/* Home Featured Article */
.featured_article .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.featured_article .heading h3 {
  font-size: 36px;
  font-family: var(--NomosSans-Bold);
}
.home_articles .article a {
  text-decoration: none;
}
.home_articles .article img {
  border-radius: 12px;
  height: 400px;
  object-fit: cover;
  width: 100%;
}
.home_articles .article .tags {
  display: flex;
  gap: 20px;
}
.home_articles .article .tags span {
  display: block;
  color: var(--orange);
  font-family: var(--NomosSans-Medium);
  font-size: 14px;
  position: relative;
  padding-left: 10px;
}
.home_articles .article span::before {
  position: absolute;
  left: 0px;
  top: 8px;
  height: 6px;
  width: 6px;
  border-radius: 50px;
  background-color: var(--orange);
  content: "";
}
.home_articles .article h4 {
  font-family: var(--NomosSans-SemiBold);
  font-size: 24px;
  color: #000;
  margin-top: 10px;
  margin-bottom: 0px;
}
.home_articles .article h4:hover {
  color: var(--orange);
}
.home_articles .article h4 a {
  color: inherit;
}
.home_articles .article .content {
  width: 90%;
  padding: 15px 0;
}
@media only screen and (max-width: 767px) {
  .featured_article .heading {
    flex-direction: column;
  }
  .home_articles .article .content {
    width: 100%;
  }
  .home_articles .article img {
    height: 300px;
  }
}
/* Home Featured Article end */

/* Home quote section */
.quote_section {
  background: url(../images/quote_img.jpg) left top / cover no-repeat;
  padding: 70px 0;
}
.quote_section figure {
  text-align: center;
  max-width: 450px;
  margin-bottom: 0px;
  margin-inline: auto;
}
.quote_section figure img {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .quote_section figure {
    margin-inline: inherit;
  }
}
.quote_section figcaption {
  color: #fff;
}
.quote_slider h4 {
  font-size: 36px;
  font-family: var(--NomosSans-Bold);
  color: #fff;
  text-align: center;
}
.quote_section .name {
  font-size: 24px;
  font-family: var(--NomosSans-SemiBold);
  color: #fff;
  text-align: center;
  margin-top: 15px;
}
/* Home quote section end */

/* agencies logo */
.agencies {
  position: relative;
}
.agency_btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
}
.agencies .border_area {
  border-top: #000 solid 1px;
  border-bottom: #000 solid 1px;
}
.agencies h2 {
  font-size: 24px;
  font-family: var(--NomosSans-Bold);
  display: inline-block;
  background-color: var(--floral_white);
  position: relative;
  top: -15px;
  padding: 0 15px;
  left: 50%;
  transform: translateX(-50%);
}
.agency_logo {
  margin: 50px 0 90px;
}
.agency_logo .swiper-wrapper {
  align-items: center;
}
.agency_logo .swiper-slide {
  text-align: center;
}
/* .agency_logo .swiper-slide img {
  object-fit: contain;
  height: 100px;
} */
@media only screen and (max-width: 767px) {
  .agencies h2 {
    left: 50%;
    transform: translateX(-50%);
  }
}
/* agencey logo end */

/* home news */
.news_card {
  border-radius: 12px;
  overflow: hidden;
  /* background-color: #fff; */
  box-shadow: -1px 1px 7px 0px #73708e2b;
}
.news_card .card_img a {
  display: block;
}
.news_card .card_img img {
  width: 100%;
  min-height: 230px;
  object-fit: cover;
}
.news_card .content {
  padding: 20px;
  position: relative;
  min-height: 180px;
  position: relative;
}
.news_card h3 {
  font-size: 18px;
  font-family: var(--NomosSans-Regular);
  width: 70%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_card h3 a {
  color: inherit;
  text-decoration: none;
}
.news_card h3:hover {
  color: var(--orange);
}
.news_card p {
  font-family: var(--NomosSans-Light);
  font-size: 12px;
  width: 90%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_card .date {
  font-family: var(--NomosSans-Light);
  font-size: 12px;
  position: absolute;
  top: 15px;
  right: 10px;
}
.news_card .news_cta {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-family: var(--NomosSans-SemiBold);
  transition: all 0.5s ease;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.news_card .news_cta svg {
  margin-left: 5px;
}
.news_card .news_cta svg path {
  fill: #000;
}
.news_card .news_cta:hover {
  color: var(--orange);
}
.news_card .news_cta:hover svg path {
  fill: var(--orange);
}
.news_card .news_cta:hover svg {
  margin-left: 10px;
  transition: all 0.5s ease;
}
.news_slider .swiper-slide {
  padding: 5px;
}
@media only screen and (max-width: 767px) {
  .home_news {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* home news end */

/* footer */
.footer_up {
  /* box-shadow: 4px 0px 6px #2222222b; */
  background-color: var(--floral_white_dark);
  padding: 70px 0;
  background: url(../images/footer.jpg);
  color: #fff;
  padding: 80px 0;
}
.footer_up .logo_area {
  position: relative;
}
.footer_up .logo_area::before {
  content: "";
  position: absolute;
  right: 35%;
  transform: translateX(-65%);
  top: -50px;
  width: 1px;
  height: 180px;
  background-color: #fff;
}
@media only screen and (max-width: 992px) {
  .footer_up .logo_area::before {
    content: inherit;
  }
}
.footer_up .content h4 {
  font-size: 20px;
  font-family: var(--NomosSans-Bold);
}
.footer_up .content .deg {
  font-family: var(--NomosSans-Medium);
  font-size: 14px;
}
.footer_up .content .link {
  font-family: var(--NomosSans-Medium);
  font-size: 16px;
  margin-bottom: 0px;
}
.footer_up .content .link a {
  text-decoration: none;
  color: #000;
}
.footer_up .content .link a:hover {
  color: var(--orange);
}

.footer_profile .content {
  display: flex;
  gap: 15px;
}

.footer_down {
  font-family: var(--NomosSans-Regular);
  font-size: 14px;
  text-align: center;
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .footer_profile {
    justify-content: flex-start;
    flex-direction: column;
  }
}
/* footer end */

/* Team Page */
/* Inner pages banner */
.innner_banner {
  position: relative;
}
.innner_banner .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.innner_banner .text h1 {
  font-family: var(--NomosSans-ExtraBold);
  font-size: 80px;
  color: #fff;
}
.innner_banner .text h1 span {
  display: block;
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  .innner_banner img {
    height: 60vh;
    object-fit: cover;
    object-position: center;
  }
  .innner_banner .text h1 {
    font-size: 40px;
  }
  .innner_banner .text h1 span {
    font-size: 30px;
  }
}
/* Inner pages banner end */
.home_team .tema_photo {
  position: relative;
}
.home_team .tema_photo::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #3d3d3d9f;
  z-index: 1;
  border-radius: 0px;
  opacity: 0;
  transition: opacity 0.5s;
}
.home_team .tema_photo .tema_photo_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--NomosSans-Bold);
  font-size: 32px;
  border: var(--floral_white_dark) solid 2px;
  color: var(--floral_white_dark);
  padding: 7px 36px;
  border-radius: 12px;
  display: inline-block;
  text-decoration: none;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s;
}
.home_team .tema_photo:hover .tema_photo_btn {
  opacity: 1;
  transition: opacity 0.5s;
  text-decoration: none;
}
.home_team .tema_photo:hover::before {
  opacity: 1;
  transition: opacity 0.5s;
}
.team_card {
  position: relative;
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
}
.team_card .photo {
  width: 100%;
  border-radius: 12px;
}
.team_card .shadow {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s;
}
.team_card .name {
  position: absolute;
  left: 0px;
  width: 100%;
  text-align: center;
  font-family: var(--NomosSans-Bold);
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  bottom: 35px;
  opacity: 0;
  transition: opacity 0.5s;
}
.team_card:hover .shadow {
  opacity: 1;
  transition: opacity 0.5s;
}
.team_card:hover .name {
  opacity: 1;
  transition: opacity 0.5s;
}
.team_model {
  text-align: center;
}
.team_model .photo img {
  width: 186px;
  height: 205px;
  object-fit: cover;
  border-radius: 12px;
  object-position: top;
  margin-bottom: 15px;
}
.team_model .name {
  font-size: 48px;
  font-family: var(--NomosSans-Bold);
}
.team_model .deg {
  font-family: var(--NomosSans-Medium);
  font-size: 24px;
  margin-bottom: 20px;
}
.team_model .des p {
  font-family: var(--NomosSans-Light);
  font-size: 18px;
}
.team_model .btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
  border: #000 solid 1px;
  height: 30px;
  width: 30px;
  border-radius: 50px;
  z-index: 1;
}
.team_model .modal-content {
  background-color: inherit;
}
.team_model .modal-body {
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.7);
  padding: 45px;
}

/* Team page end */

/* Article Page */
.article_page_title {
  padding: 70px 0 70px;
  text-align: center;
}
.article_page_title p {
  font-size: 20px;
  margin-bottom: 0px;
}
.article_page_title h1 {
  font-size: 80px;
  font-family: var(--NomosSans-ExtraBold);
  text-align: center;
  text-transform: uppercase;
}
.article_banner {
  position: relative;
}
.article_banner .cover_banner {
  height: 350px;
  object-fit: cover;
  width: 100%;
}
.article_banner .content {
  position: absolute;
  /*top: 60px;*/
  top: 200px;
  left:40%;
  width: 100%;
}
.input_group {
  position: relative;
  display: inline-block;
}
.input_group input {
  width: 380px;
  height: 35px;
  padding: 0 15px;
  border: #fff solid 1px;
  background: inherit;
  border-radius: 6px;
  color: #fff;
}
.input_group input:focus {
  outline: 0px;
}
.input_group input::placeholder {
  /*color: #959595;*/
  color: white;
}
.input_group button {
  background: inherit;
  border: 0px;
  position: absolute;
  right: 15px;
  top: 8px;
}
[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  background-color: #fff;
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23777'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");
  background-size: 20px 20px;
  height: 25px;
  width: 25px;
  cursor: pointer;
}
.article_page .article_tags {
  margin-top: 50px;
  gap: 15px;
  display: flex;
  flex-wrap: wrap;
}
.article_page .article_tags a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  border: #fff solid 1px;
  border-radius: 6px;
  padding: 6px 15px;
  font-size: 14px;
  transition: all 0.5s ease;
}
.article_page .article_tags a:hover,
.article_page .article_tags a:focus,
.article_page .article_tags a:visited {
  background-color: var(--orange);
  border-color: var(--orange);
}
.article_page .articles .article {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 100px;
  position: sticky;
  top: 100px;
}
.article_page .articles .article.large {
  position: relative !important;
  margin-bottom: 100px;
  margin-top: 0px;
  top: inherit;
}

.article_page .articles .article:last-child {
  margin-bottom: 0px;
}
.article_page .articles .article .article_img {
  border-radius: 20px;
}
.article_page .articles .article .shadow {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.article_page .articles .article .content {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.article_page .articles .article .content h2 {
  font-family: var(--NomosSans-Bold);
  font-size: 28px;
}
.article_page .articles .article .content h2 a {
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease;
}
.article_page .articles .article .content h2 a:hover {
  color: var(--orange);
}
.article_page .articles .article .content p {
  font-family: var(--NomosSans-Light);
  font-size: 18px;
  color: #fdfaf3;
  margin-bottom: 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.article_page .articles .article .content .text {
  max-width: 80%;
}
.article_page .articles .article .content .cta {
  color: #fff;
  text-decoration: none;
  border: #fff solid 1px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  font-family: var(--NomosSans-SemiBold);
  font-size: 16px;
  border-radius: 8px;
  padding: 8px 25px;
  transition: all 0.5s ease;
}
.article_page .articles .article .content .cta:hover {
  background-color: var(--orange);
  border-color: var(--orange);
}
.article_page .articles .article:first-child .cover_img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
.article_page .articles .article .cover_img {
  height: 500px;
  object-fit: cover;
  border-radius: 12px;
}
/* Article Page end */

/* article detail */
.article_detail {
  padding: 70px 0;
  color: #2f2f2f;
}
.article_detail .title {
  margin-bottom: 25px;
}
.article_detail .title h1 {
  font-size: 36px;
  font-family: var(--NomosSans-SemiBold);
  position: relative;
  padding-left: 30px;
}
.article_detail .title h1::before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  width: 10px;
  height: 100%;
  background-color: #000;
}
.article_detail .cover_img {
  margin-bottom: 25px;
}
.article_detail .cover_img img {
  width: 100%;
  border-radius: 20px;
}
.article_detail .publisher {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 18px;
  align-items: flex-start;
  margin-bottom: 30px;
}
.article_detail .publisher .name {
  font-family: var(--NomosSans-Bold);
}
.article_detail .content p,
.article_detail .content ul,
.article_detail .content ol {
  font-size: 17px;
}
.article_detail .content img {
  width: 100%;
  height: auto;
}
.article_detail .social_icon {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
.article_detail .social_icon a {
  text-decoration: none;
}
.article_detail .social_icon a svg path {
  fill: black;
}
.article_detail .social_icon a:hover svg path {
  fill: var(--orange);
}

/* related article */
.related_article {
  background-color: #fffdf8;
  border-radius: 12px;
  box-shadow: #73708e42 0px 0px 11px;
  padding: 20px 30px;
  position: sticky;
  top: 90px;
  /* margin-top: 140px; */
}
.related_article .related_article_heading {
  font-family: var(--NomosSans-Bold);
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
.related_article .article {
  border-bottom: #ccc solid 1px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.related_article .article:last-child {
  margin-bottom: 0px;
}
.related_article .article img {
  width: 100%;
  border-radius: 8px;
}
.related_article .article .title {
  margin-top: 8px;
  margin-bottom: 15px;
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.related_article .article .cta {
  color: #000;
  text-decoration: none;
  font-family: var(--NomosSans-SemiBold);
  transition: all 0.5s ease;
}
.related_article .article .cta svg {
  margin-left: 5x;
  transition: all 0.5s ease;
}
.related_article .article .cta svg path {
  fill: #000;
  transition: all 0.5s ease;
}
.related_article .article .cta:hover {
  color: var(--orange);
}
.related_article .article .cta:hover svg path {
  fill: var(--orange);
}
.related_article .article .cta:hover svg {
  margin-left: 10px;
}
/* article detail end */

/* case study page */
.case_study_page .study_img .content h2 {
  font-size: 36px;
  font-family: var(--NomosSans-Bold);
}
.case_study_page .study_img .content p {
  font-family: var(--NomosSans-Light);
  font-size: 18px;
}
/* case study page end */

/* partner agency */
.partner_agency .box {
  border: #5e5e5e solid 1px;
  border-radius: 12px;
  text-align: center;
  padding: 40px 20px;
  height: 260px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.partner_agency .box img {
  transition: all 0.5s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.partner_agency .box h2 {
  font-family: var(--NomosSans-SemiBold);
  margin-bottom: 0px;
  position: absolute;
  left: 0px;
  bottom: 25px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.partner_agency .box .bdr {
  position: absolute;
  bottom: 75px;
  left: 15%;
  width: 70%;
  height: 1px;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.partner_agency .box:hover img {
  transition: all 0.5s ease;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -60%);
}
.partner_agency .box:hover .bdr {
  opacity: 1;
  transition: opacity 0.5s ease;
}
.partner_agency .box:hover h2 {
  opacity: 1;
  transition: opacity 0.5s ease;
}
.partner_modal .modal-content {
  padding: 0px;
}
.partner_modal .modal-body {
  padding: 0px;
  text-align: left;
}
.partner_modal .modal-body .content {
  padding: 40px;
}
.partner_modal .patner_cover_img {
  border-radius: 10px 10px 0 0;
}
.partner_modal .content .agency_logo {
  height: 140px;
  margin: 0px;
}
.partner_modal .content .bdr {
  height: 1px;
  width: 80%;
  background-color: #757575;
  margin: 30px 0;
}
.partner_modal .content h3 {
  font-family: var(--NomosSans-Bold);
  font-size: 30px;
}
.partner_modal .content .address {
  font-size: 20px;
  margin-top: 27px;
  line-height: 30px;
}
.partner_modal .content .address a {
  color: #000;
  display: block;
  margin-top: 15px;
}
.partner_modal .btn-close {
  background-color: #fff;
}
/* partner agency end */

/* Leadership page */
.leadership_page .box .image {
  position: relative;
}
.leadership_page .box .image img {
  width: 100%;
  min-height: 426px;
  object-fit: cover;
  border-radius: 8px;
}
.leadership_page .box {
  margin-bottom: 70px;
}
.leadership_page .box .image h3 {
  color: #fdfaf3;
  font-size: 36px;
  font-family: var(--NomosSans-ExtraBold);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 15px;
  text-align: center;
  z-index: 1;
}
.leadership_page .box .image .img_tag {
  position: absolute;
  bottom: 15px;
  color: #fdfaf3;
  width: 100%;
  text-align: center;
  padding: 0 10px;
  left: 0px;
}

.leadership_page .box .content .tag {
  font-size: 18px;
  font-display: var(--NomosSans-SemiBold);
  color: #4c4c4c;
  margin-bottom: 20px;
}
.leadership_page .box .content p {
  font-size: 24px;
  font-family: var(--NomosSans-SemiBold);
  padding-bottom: 70px;

  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6; /* number of lines to show */
  line-clamp: 6;
  -webkit-box-orient: vertical;
}
.leadership_page .box .content {
  position: relative;
  height: 100%;
}
.leadership_page .box .content .orange_btn {
  position: absolute;
  left: 0px;
  bottom: 2px;
}
.leadership_page .box .image img {
  filter: brightness(70%);
}
.event_page .orange_btn {
  position: inherit !important;
}
.event_page .box .content h2 {
  font-size: 24px;
  font-family: var(--NomosSans-SemiBold);
  margin: 20px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.event_page .box .image img {
  min-height: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 12px;
}
.event_page .box {
  margin-bottom: 20px;
}
.case_study .box .content h2 a {
  color: inherit;
  text-decoration: none;
}
.case_study .box .content h2:hover {
  color: var(--orange);
}
.case_study .box .content .orange_tag {
  margin-bottom: 0px;
}
/* Leadership page end */

/* Pagination */
.page-link {
  background-color: inherit;
  color: #000;
}
.page-link:hover,
.page-link:focus {
  box-shadow: inherit;
  background-color: var(--floral_white_dark);
  color: var(--orange);
}
/* Pagination end */

.wip p {
  font-size: 150px;
}

/* Case detail page*/
.case_video {
  background-color: var(--floral_white_dark);
  box-shadow: 4px 0px 6px #2222222b;
}
.case_video video {
  border-radius: 12px;
}
.case_detail .heading h1 {
  font-size: 44px;
  font-family: var(--NomosSans-SemiBold);
  position: relative;
  padding-left: 30px;
}
.case_detail .heading h1::before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  width: 10px;
  height: 100%;
  background-color: #000;
}
.case_detail .sub_heading {
  font-size: 24px;
  font-family: var(--NomosSans-SemiBold);
  margin-top: 24px;
  margin-bottom: 24px;
}
.case_detail {
  font-family: var(--NomosSans-Regular);
  font-size: 16px;
}
.case_detail img {
  border-radius: 15px;
  /* height: 400px; */
  object-fit: cover;
}
.case_detail img {
  object-fit: contain;
}
/* Case detail page */
.shadow_section {
  background-color: var(--floral_white_dark);
  box-shadow: 4px 0px 6px #2222222b;
}
.shadow_none {
  background-color: var(--floral_white);
  box-shadow: inherit;
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

table {
  margin-bottom: 25px;
  width: 100%;
}
table td,
table th {
  border: 1px solid #ddd;
  padding: 8px;
}

table tr:nth-child(even) {
  background-color: #f2f2f2;
}

table tr:hover {
  background-color: #ddd;
}

table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04aa6d;
  color: white;
}
.more_from_studies .swiper-slide img {
  height: 300px;
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}
.first-two-col:first-child {
  height: 575px;
  overflow: hidden;
}
.first-two-col:last-child {
  height: 397px;
  overflow: hidden;
}

.second-two-col:first-child {
  height: 397px;
  overflow: hidden;
}
.second-two-col:last-child {
  height: 575px;
  overflow: hidden;
}

.third-two-col:first-child {
  height: 575px;
  overflow: hidden;
}
.third-two-col:last-child {
  height: 397px;
  overflow: hidden;
}
.home_team {
  padding-top: 100px;
  padding-bottom: 70px;
}
.home_team .team_card {
  border-radius: 0px !important;
}
.home_team .team_card .photo {
  border-radius: 0px !important;
}

@media only screen and (max-width: 1024px) {
  .article_banner .cover_banner {
    height: 50vh;
    object-fit: cover;
    object-position: center;
  }
  .navbar-toggler {
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .article_page_title h1 {
    font-size: 50px;
  }
  .article_banner .cover_banner {
    height: 50vh;
    object-fit: cover;
    object-position: center;
  }
  .leadership_page .box .image img {
    height: 350px;
    object-fit: cover;
  }
  .home_team .tema_photo .tema_photo_btn {
    font-size: 18px;
    width: 80%;
    text-align: center;
  }
}

.single-post .menu-item-364 a {
  border-bottom: #000 solid 2px !important;
}

.single-case_studies .menu-item-251 a {
  border-bottom: #000 solid 2px !important;
}

.single-events .menu-item-363 a {
  border-bottom: #000 solid 2px !important;
}
