.jp-relatedposts {
  display: none !important;
}

*,
figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

input,
select {
  border: none;
  box-shadow: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a,
a:hover,
a:focus,
button,
button:hover,
button:focus {
  text-decoration: none;
  outline: none;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 10px;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #636466;
  line-height: 1.4;
  font-weight: 400;
  overflow-x: hidden;
  background: #fff;
}
body.hiddenoverflow {
  overflow: hidden;
}

.container-fluid {
  padding: 0 100px;
}
@media screen and (max-width: 1499px) {
  .container-fluid {
    padding: 0 30px;
  }
}
@media screen and (max-width: 991px) {
  .container-fluid {
    padding: 0 15px;
  }
}

.sticky-header {
  position: fixed;
  left: 0px;
  top: 0;
  width: 100%;
  padding: 20px 0px;
  transition: all 0.5s ease;
  z-index: 99;
}
@media screen and (max-width: 1499px) {
  .sticky-header {
    padding: 20px 0;
  }
}
.sticky-header .navbar {
  padding: 0;
}
.sticky-header .navbar-brand {
  transition: all 0.5s ease;
}
.sticky-header .navbar-brand svg {
  width: 190px;
  fill: #ffffff;
}
@media screen and (max-width: 767px) {
  .sticky-header .navbar-brand svg {
    width: 160px;
  }
}
.sticky-header ul.navbar-nav li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.sticky-header ul.navbar-nav li span {
  display: block;
  padding: 10px 0 5px;
  white-space: nowrap;
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  line-height: 27px;
  text-transform: uppercase;
  position: relative;
  padding-right: 30px;
}
.sticky-header ul.navbar-nav li span svg {
  width: 25px;
  fill: #ffffff;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 1499px) {
  .sticky-header ul.navbar-nav li span {
    font-size: 16px;
  }
}
.sticky-header ul.navbar-nav li a {
  display: block;
  padding: 10px 0 5px;
  white-space: nowrap;
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  line-height: 27px;
  text-transform: uppercase;
  position: relative;
  border-bottom: 1px solid transparent;
}
@media screen and (max-width: 1499px) {
  .sticky-header ul.navbar-nav li a {
    font-size: 16px;
  }
}
.sticky-header ul.navbar-nav li a:hover, .sticky-header ul.navbar-nav li a.active {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.sticky-header ul.navbar-nav li a svg {
  width: 22px;
  fill: #ffffff;
}
.sticky-header ul.navbar-nav li.search a {
  padding: 15px 0 0;
}
.sticky-header ul.navbar-nav li.search a:hover {
  border: none;
}
.sticky-header ul.navbar-nav li ul {
  display: none;
  position: absolute;
  margin-top: -1px;
  top: 100%;
  background: #ffffff;
  left: 50%;
  margin-left: -75px;
  width: 150px;
  padding: 7px 15px;
  border: 1px solid #ffffff;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(125, 125, 125, 0.4);
}
.sticky-header ul.navbar-nav li ul::after {
  position: absolute;
  top: -6px;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #ffffff;
  content: "";
  transform: rotate(45deg);
}
.sticky-header ul.navbar-nav li ul li {
  border-bottom: 1px solid #ddd;
  display: block;
  margin: 0;
}
.sticky-header ul.navbar-nav li ul li:last-child {
  border: none;
}
.sticky-header ul.navbar-nav li ul li a {
  font-size: 14px;
  padding: 8px 0;
  display: block;
  text-transform: uppercase;
  color: #000000;
}
.sticky-header ul.navbar-nav li ul li a:hover {
  color: #003F62 !important;
}
.sticky-header ul.navbar-nav li:hover ul {
  display: block;
}
.sticky-header .searchopen {
  margin-right: 25px;
  padding: 5px;
  cursor: pointer;
}
.sticky-header .searchopen svg {
  width: 20px;
  fill: #ffffff;
}
.sticky-header .megamenuopen {
  height: 23px;
  width: 40px;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .sticky-header .megamenuopen {
    width: 30px;
  }
}
.sticky-header .megamenuopen span {
  height: 2px;
  width: 100%;
  position: absolute;
  top: 9px;
  background: #ffffff;
}
.sticky-header.sticky, .sticky-header.innersticky {
  top: 0;
  padding: 10px 0;
  background: #003F62;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.sidebarmenu {
  background: #003F62;
  position: fixed;
  top: 0;
  right: -365px;
  width: 350px;
  height: 100%;
  z-index: 999;
  transition: all 0.5s ease-in-out;
  padding: 45px 20px;
  box-shadow: -10px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .sidebarmenu {
    right: -105%;
    width: 100%;
  }
}
.sidebarmenu.opened {
  right: 0;
}
.sidebarmenu .closesidebar {
  position: absolute;
  top: 15px;
  right: 30px;
  cursor: pointer;
}
.sidebarmenu .closesidebar svg {
  fill: #ffffff;
  width: 24px;
}
.sidebarmenu .sidebarwrap {
  height: 100%;
}
.sidebarmenu .sidebarwrap ul {
  border-left: 1px solid #ffffff;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .sidebarmenu .sidebarwrap ul {
    border: none;
    padding: 0;
  }
}
.sidebarmenu .sidebarwrap ul li {
  display: block;
}
.sidebarmenu .sidebarwrap ul li a {
  font-size: 24px;
  padding: 8px 0;
  color: #ffffff;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .sidebarmenu .sidebarwrap ul li a {
    font-size: 19px;
  }
}
.sidebarmenu .sidebarwrap ul li a:hover {
  color: #cccccc;
}

section {
  padding: 90px 0;
}
@media screen and (max-width: 1499px) {
  section {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  section {
    padding: 40px 0;
  }
}

.collabwrap {
  display: block;
}
.collabwrap h4 {
  text-transform: none;
  color: #003F62;
  font-size: 18px;
  padding: 10px 0;
  text-align: left;
}
.collabwrap.collabvid figure {
  position: relative;
}
.collabwrap.collabvid figure::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  background: rgba(187, 31, 52, 0.8);
  border-radius: 50%;
  z-index: 1;
  content: "";
}
.collabwrap.collabvid figure::before {
  position: absolute;
  top: 50%;
  left: 50%;
  border-left: 16px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  transform: translate(-50%, -50%);
  z-index: 2;
  content: "";
}

.collabeslider.owl-carousel .owl-nav {
  text-align: center;
}
.collabeslider.owl-carousel .owl-nav .owl-prev,
.collabeslider.owl-carousel .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  margin: 0 5px;
  border: 1px solid #003F62 !important;
  background: transparent;
  padding: 8px 5px 5px !important;
}
.collabeslider.owl-carousel .owl-nav .owl-prev svg,
.collabeslider.owl-carousel .owl-nav .owl-next svg {
  fill: #003F62;
  width: 24px;
}
.collabeslider.owl-carousel .owl-nav .owl-prev:hover,
.collabeslider.owl-carousel .owl-nav .owl-next:hover {
  background: #003F62;
}
.collabeslider.owl-carousel .owl-nav .owl-prev:hover svg,
.collabeslider.owl-carousel .owl-nav .owl-next:hover svg {
  fill: #ffffff;
}

.twocolumlist {
  -moz-column-count: 2;
       column-count: 2;
}
@media screen and (max-width: 991px) {
  .twocolumlist {
    -moz-column-count: 1;
         column-count: 1;
  }
}

.clickbtn {
  padding: 12px 5px;
  width: 240px;
  text-align: center;
  border: 1px solid #ffffff;
  color: #ffffff;
  background: transparent;
  font-size: 15px;
  display: inline-block;
  margin-top: 15px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 1499px) {
  .clickbtn {
    padding: 10px 5px;
  }
}
@media screen and (max-width: 767px) {
  .clickbtn {
    width: 190px;
  }
}
.clickbtn:hover {
  background: #ffffff;
  color: #003F62;
}
.clickbtn.filled {
  background: #003F62;
  color: #ffffff !important;
  border-color: #003F62;
}
.clickbtn.filled:hover {
  background: #003F62;
  border-color: #003F62;
  color: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.homebanner {
  position: relative;
}
.homebanner .cdots {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .homebanner.staticbanner {
    overflow: hidden;
  }
}
.homebanner.staticbanner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 63, 98, 0.75);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .homebanner.staticbanner img {
    position: relative;
    width: 200% !important;
    left: -100%;
    min-height: 320px;
  }
}
@media screen and (max-width: 767px) {
  .homebanner .web-img {
    display: none;
  }
}
.homebanner .mob-img {
  display: none;
}
@media screen and (max-width: 767px) {
  .homebanner .mob-img {
    display: block !important;
  }
}
.homebanner .carousel-item .homecaption {
  z-index: 3;
}
.homebanner .carousel-item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  z-index: 1;
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.homebanner .carousel-item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  z-index: 1;
  content: "";
  background: transparent linear-gradient(0deg, #000000 0%, rgba(84, 84, 84, 0) 80%) 0% 0% no-repeat padding-box;
}
.homebanner .carousel-indicators {
  display: block;
  text-align: right;
  position: relative;
  margin: 0;
}
.homebanner .carousel-indicators li {
  background: #D8D8D8;
  display: inline-block;
}
.homebanner .carousel-indicators li.active {
  background: #003F62;
}
.homebanner .carousel-control-prev {
  width: 60px;
  height: 60px;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
  left: 0px;
  background: rgba(255, 255, 255, 0.6);
  opacity: 0.7;
}
.homebanner .carousel-control-prev svg {
  fill: #003F62;
}
.homebanner .carousel-control-prev:hover {
  opacity: 1;
  background: rgb(255, 255, 255);
}
.homebanner .carousel-control-prev:hover svg {
  fill: #003F62;
}
.homebanner .carousel-control-next {
  width: 60px;
  height: 60px;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
  right: 0px;
  background: rgba(255, 255, 255, 0.6);
  opacity: 0.7;
}
.homebanner .carousel-control-next svg {
  fill: #003F62;
}
.homebanner .carousel-control-next:hover {
  opacity: 1;
  background: rgb(255, 255, 255);
}
.homebanner .carousel-control-next:hover svg {
  fill: #003F62;
}

.btm_arrow {
  position: absolute;
  width: 17px;
  height: 40px;
  bottom: 2rem;
  left: 50%;
  z-index: 3;
  border-radius: 10px;
  border: 2px solid #ffffff;
  transform: translateX(-50%);
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  .btm_arrow {
    display: none;
  }
}
.btm_arrow span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  left: 4px;
  animation: bannerDownArrow 1s infinite linear;
}
.btm_arrow small {
  position: absolute;
  top: -18px;
  font-size: 10px;
  color: #ffffff;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 300;
  text-transform: uppercase;
}

@keyframes bannerDownArrow {
  0% {
    bottom: 25px;
    opacity: 1;
  }
  100% {
    bottom: 4px;
    opacity: 0;
  }
}
.homecaption {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 50px;
  z-index: 3;
}
@media screen and (max-width: 1199px) {
  .homecaption {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .homecaption {
    bottom: 30px;
    text-align: center;
  }
}
.homecaption h1 {
  font-family: "Roboto Slab", serif;
  font-size: 36px !important;
  line-height: 1.1;
  text-transform: uppercase;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .homecaption h1 {
    font-size: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .homecaption h1 {
    font-size: 20px !important;
  }
}
.homecaption h1 span {
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 767px) {
  .homecaption h1 span {
    display: inline-block;
  }
}

.innerbanner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .innerbanner {
    overflow: hidden;
  }
}
.innerbanner .banner-breadcrumb {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  z-index: 4;
  background: rgba(98, 128, 145, 0.3);
}
.innerbanner .banner-breadcrumb ul li {
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding-right: 12px;
  margin-right: 5px;
}
.innerbanner .banner-breadcrumb ul li a {
  font-weight: 400;
  color: #ffffff;
}
.innerbanner .banner-breadcrumb ul li:after {
  position: absolute;
  right: 0;
  top: 4px;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  content: "";
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.innerbanner .banner-breadcrumb ul li:last-child::after {
  display: none;
}
.innerbanner:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 63, 98, 0.75);
  content: "";
}
@media screen and (max-width: 767px) {
  .innerbanner img {
    min-height: 400px;
    position: relative;
    left: -50%;
    width: 200% !important;
  }
}
.innerbanner .bannercaption {
  position: absolute;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  top: 50%;
  z-index: 3;
  text-align: center;
}
.innerbanner .bannercaption h3,
.innerbanner .bannercaption h1 {
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  .innerbanner .bannercaption h3,
  .innerbanner .bannercaption h1 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .innerbanner .bannercaption h3,
  .innerbanner .bannercaption h1 {
    margin-top: 40px;
    margin-bottom: 15px;
  }
}
.innerbanner .bannercaption p {
  padding: 0 12%;
  font-size: 18px;
  color: #ffffff;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .innerbanner .bannercaption p {
    padding: 0;
    font-size: 15px;
  }
}

.section-heading {
  font-size: 48px;
  margin-bottom: 50px;
  line-height: 55px;
  font-family: "Roboto Slab", serif;
  padding-bottom: 15px;
  text-transform: uppercase;
  position: relative;
  color: #003F62;
}
@media screen and (max-width: 1499px) {
  .section-heading {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .section-heading {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 30px;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .section-heading {
    font-size: 22px;
    line-height: 30px;
  }
}
.section-heading::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 130px;
  height: 2px;
  left: 0;
  background: #003F62;
}
@media screen and (max-width: 1499px) {
  .section-heading::after {
    width: 100px;
  }
}
.section-heading.col-white {
  color: #ffffff;
}
.section-heading.col-white::after {
  background: #ffffff;
}
.section-heading.text-center::after {
  left: 50%;
  margin-left: -65px;
}
@media screen and (max-width: 1499px) {
  .section-heading.text-center::after {
    margin-left: -50px;
  }
}

.graypatch {
  background: #f3f3f3;
}
.graypatch.innerpage {
  margin-top: 68px;
}
@media screen and (max-width: 767px) {
  .graypatch.innerpage {
    margin-top: 62px;
  }
}

@media screen and (max-width: 1499px) {
  .recognitionslidwrap {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .recognitionslidwrap {
    padding: 0px 30px;
  }
}

.owl-caraousel.recognitionslider .animated {
  animation-duration: 2000ms !important;
}

.recognitionslider,
.aboutrecognition {
  padding: 80px 50px;
}
@media screen and (max-width: 767px) {
  .recognitionslider,
  .aboutrecognition {
    padding: 30px 15px;
  }
}
.recognitionslider .owl-stage,
.aboutrecognition .owl-stage {
  display: flex;
  align-items: center;
}
.recognitionslider.owl-carousel,
.aboutrecognition.owl-carousel {
  text-align: center;
}
.recognitionslider.owl-carousel .item img,
.aboutrecognition.owl-carousel .item img {
  max-width: 100%;
  display: inline-block;
  width: auto !important;
  height: auto !important;
}
.recognitionslider.owl-carousel .owl-nav .owl-prev,
.aboutrecognition.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: -50px;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  border: 1px solid #003F62;
  background: transparent;
  padding: 8px 5px 5px !important;
}
@media screen and (max-width: 1499px) {
  .recognitionslider.owl-carousel .owl-nav .owl-prev,
  .aboutrecognition.owl-carousel .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    left: -40px;
  }
}
.recognitionslider.owl-carousel .owl-nav .owl-prev svg,
.aboutrecognition.owl-carousel .owl-nav .owl-prev svg {
  fill: #003F62;
  width: 24px;
}
.recognitionslider.owl-carousel .owl-nav .owl-prev:hover,
.aboutrecognition.owl-carousel .owl-nav .owl-prev:hover {
  background: #003F62;
}
.recognitionslider.owl-carousel .owl-nav .owl-prev:hover svg,
.aboutrecognition.owl-carousel .owl-nav .owl-prev:hover svg {
  fill: #ffffff;
}
.recognitionslider.owl-carousel .owl-nav .owl-prev.disabled,
.aboutrecognition.owl-carousel .owl-nav .owl-prev.disabled {
  display: none;
}
.recognitionslider.owl-carousel .owl-nav .owl-next,
.aboutrecognition.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -50px;
  width: 50px;
  height: 50px;
  border: 1px solid #003F62;
  background: transparent;
  padding: 8px 5px 5px !important;
}
@media screen and (max-width: 1499px) {
  .recognitionslider.owl-carousel .owl-nav .owl-next,
  .aboutrecognition.owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    right: -40px;
  }
}
.recognitionslider.owl-carousel .owl-nav .owl-next svg,
.aboutrecognition.owl-carousel .owl-nav .owl-next svg {
  fill: #003F62;
  width: 24px;
}
.recognitionslider.owl-carousel .owl-nav .owl-next:hover,
.aboutrecognition.owl-carousel .owl-nav .owl-next:hover {
  background: #003F62;
}
.recognitionslider.owl-carousel .owl-nav .owl-next:hover svg,
.aboutrecognition.owl-carousel .owl-nav .owl-next:hover svg {
  fill: #ffffff;
}
.recognitionslider.owl-carousel .owl-nav .owl-next.disabled,
.aboutrecognition.owl-carousel .owl-nav .owl-next.disabled {
  display: none;
}

.aboutrecognition h3 {
  color: #003F62;
  font-size: 20px;
  font-family: "Roboto Slab", serif;
  margin-bottom: 10px;
  font-weight: 600;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .aboutrecognition h3 {
    margin-top: 30px;
  }
}
.aboutrecognition h3 span {
  font-weight: 400;
}
.aboutrecognition p {
  line-height: 1.5;
  padding: 0 5px;
}
.aboutrecognition p a {
  color: #003F62;
}

.trendingslider .owl-stage {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .trendingslider,
  .cultureslider {
    padding: 0 40px;
  }
}
.trendingslider.owl-carousel .owl-nav .owl-prev,
.cultureslider.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: -53px;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  border: 1px solid #003F62;
  background: transparent;
  padding: 8px 5px 5px !important;
}
@media screen and (max-width: 1499px) {
  .trendingslider.owl-carousel .owl-nav .owl-prev,
  .cultureslider.owl-carousel .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    left: -43px;
  }
}
@media screen and (max-width: 991px) {
  .trendingslider.owl-carousel .owl-nav .owl-prev,
  .cultureslider.owl-carousel .owl-nav .owl-prev {
    width: 36px;
    height: 36px;
    left: -36px;
    padding: 5px 0 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .trendingslider.owl-carousel .owl-nav .owl-prev,
  .cultureslider.owl-carousel .owl-nav .owl-prev {
    left: -5px;
  }
}
.trendingslider.owl-carousel .owl-nav .owl-prev svg,
.cultureslider.owl-carousel .owl-nav .owl-prev svg {
  fill: #003F62;
  width: 24px;
}
.trendingslider.owl-carousel .owl-nav .owl-prev:hover,
.cultureslider.owl-carousel .owl-nav .owl-prev:hover {
  background: #003F62;
}
.trendingslider.owl-carousel .owl-nav .owl-prev:hover svg,
.cultureslider.owl-carousel .owl-nav .owl-prev:hover svg {
  fill: #ffffff;
}
.trendingslider.owl-carousel .owl-nav .owl-prev.disabled,
.cultureslider.owl-carousel .owl-nav .owl-prev.disabled {
  display: none;
}
.trendingslider.owl-carousel .owl-nav .owl-next,
.cultureslider.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -50px;
  width: 50px;
  height: 50px;
  border: 1px solid #003F62;
  background: transparent;
  padding: 8px 5px 5px !important;
}
@media screen and (max-width: 1499px) {
  .trendingslider.owl-carousel .owl-nav .owl-next,
  .cultureslider.owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    right: -40px;
  }
}
@media screen and (max-width: 991px) {
  .trendingslider.owl-carousel .owl-nav .owl-next,
  .cultureslider.owl-carousel .owl-nav .owl-next {
    width: 36px;
    height: 36px;
    right: -36px;
    padding: 5px 0 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .trendingslider.owl-carousel .owl-nav .owl-next,
  .cultureslider.owl-carousel .owl-nav .owl-next {
    right: -5px;
  }
}
.trendingslider.owl-carousel .owl-nav .owl-next svg,
.cultureslider.owl-carousel .owl-nav .owl-next svg {
  fill: #003F62;
  width: 24px;
}
.trendingslider.owl-carousel .owl-nav .owl-next:hover,
.cultureslider.owl-carousel .owl-nav .owl-next:hover {
  background: #003F62;
}
.trendingslider.owl-carousel .owl-nav .owl-next:hover svg,
.cultureslider.owl-carousel .owl-nav .owl-next:hover svg {
  fill: #ffffff;
}
.trendingslider.owl-carousel .owl-nav .owl-next.disabled,
.cultureslider.owl-carousel .owl-nav .owl-next.disabled {
  display: none;
}

.expertise {
  background: url("../images/expertise-bg.jpg") top center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .expertise h2 {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}

.ourprofile {
  background: url("../images/ourprofilebg.jpg") top center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .ourprofile h2 {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}

.sustainability {
  padding: 0;
  position: relative;
}
.sustainability img {
  width: 100%;
  min-height: 300px;
}
.sustainability p {
  margin: 0;
}
.sustainability .sus-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
  padding: 0 15px;
}
.sustainability::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  background: transparent linear-gradient(0deg, #000000 0%, rgba(84, 84, 84, 0) 100%) 0% 0% no-repeat padding-box;
}

.newswraper > div {
  border-right: 1px solid #D8D8D8;
}
@media screen and (max-width: 911px) {
  .newswraper > div {
    border: none;
    padding-bottom: 40px;
  }
}
.newswraper > div:last-child {
  border: none;
}
.newswraper a {
  display: block;
}
.newswraper a img {
  width: 100%;
}
.newswraper a p {
  color: #636466;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  margin: 15px 0;
}
.newswraper a h2 {
  font-family: "Roboto Slab", serif;
  font-size: 28px;
  color: #003F62;
  margin: 0;
  padding-bottom: 15px;
}
@media screen and (max-width: 1499px) {
  .newswraper a h2 {
    font-size: 20px;
  }
}
.newswraper a .scaleeffect {
  overflow: hidden;
}
.newswraper a .scaleeffect img {
  transform: scale(1);
  transition: all 2s ease-in-out;
}
.newswraper a:hover .scaleeffect img {
  transform: scale(1.2);
}

footer {
  /*background: #003F62;*/
  background: #72CCFF;
  padding: 50px 0 0;
  color: #ffffff;
  font-size: 13px;
  line-height: 20px;
}
footer h3 {
  font-size: 18px;
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  footer h3 {
    margin-top: 30px;
    font-size: 16px;
  }
}
footer h3 svg {
  fill: #01A6C6;
  width: 20px;
  margin-right: 10px;
}
footer ul li {
  display: block;
}
footer ul li a {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  padding: 5px 0;
  border-bottom: 1px solid transparent;
}
@media screen and (max-width: 1499px) {
  footer ul li a {
    font-size: 15px;
  }
}
footer ul li a:hover {
  color: #ffffff;
  border-color: #ffffff;
}
footer ul.social {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  footer ul.social {
    text-align: center;
  }
}
footer ul.social li {
  margin-right: 15px;
  display: inline-block;
}
footer ul.social li a {
  padding: 0;
}
footer ul.social li a svg {
  fill: #ffffff;
  width: 20px;
}
footer ul.social li a:hover {
  border: none;
}
footer ul.social li a:hover svg {
  fill: #D8D8D8;
}

.subscribe {
  margin-top: 5px;
  position: relative;
}
.subscribe .wpcf7-form-control-wrap {
  width: calc(100% - 100px);
}
.subscribe .wpcf7-response-output {
  margin: 0 !important;
  border: none !important;
  padding: 0 !important;
  color: #ffffff;
}
.subscribe .wpcf7-text {
  background: transparent;
  border-radius: 0;
  color: #ffffff;
  font-size: 15px;
  padding: 10px;
  color: #ffffff;
  border: 1px solid #ffffff;
  background: transparent;
}
.subscribe .wpcf7-text:focus {
  outline: none;
  color: #ffffff;
  background: none;
  box-shadow: none;
}
.subscribe .input-group-append {
  position: absolute;
  top: 0;
  right: 0;
  width: 101px;
}
.subscribe .wpcf7-submit {
  background: #ffffff;
  color: #003F62;
  border: 1px solid #ffffff;
  border-radius: 0;
  padding: 10px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.subscribe .wpcf7-submit:focus {
  outline: none;
  box-shadow: none;
}
.subscribe .wpcf7-submit:hover {
  color: #003F62;
  border-color: #D8D8D8;
  background: #D8D8D8;
}
.subscribe .wpcf7-spinner {
  display: none !important;
}

.kmsubscription {
  padding: 0 200px;
}
@media screen and (max-width: 1199px) {
  .kmsubscription {
    padding: 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .kmsubscription {
    padding: 0;
  }
}
.kmsubscription h3 {
  color: #003F62;
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
}
.kmsubscription label {
  font-family: "Roboto Slab", serif;
  color: #003F62;
  font-size: 16px;
}
.kmsubscription input {
  color: #636466;
  padding: 10px;
  border: 1px solid #636466;
  border-radius: 0;
  font-size: 14px;
}
.kmsubscription input:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #636466;
}
.kmsubscription .selectwraper {
  border: none;
}
.kmsubscription .selectwraper select {
  color: #636466;
  padding: 0 10px;
  height: 38px !important;
  border: 1px solid #636466;
  border: 1px solid #636466;
  border-radius: 0;
  display: block;
}
.kmsubscription .selectwraper select:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #636466;
}
.kmsubscription button {
  background: #003F62;
  color: #ffffff;
  border-color: #003F62;
}

.backtotop {
  position: fixed;
  z-index: 99;
  bottom: -70px;
  right: 20px;
  padding: 10px;
  background: #013552;
  transition: all 0.3s ease-in-out;
}
.backtotop.show {
  bottom: 85px;
}

.d-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  background: transparent;
}

.disclaimer {
  position: fixed;
  bottom: -300px;
  left: 0;
  width: 100%;
  padding: 10px 0;
  z-index: 9999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  transition: all 1.5s ease-in-out;
}
.disclaimer .disclaimerwrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .disclaimer .disclaimerwrap {
    display: block;
  }
}
.disclaimer.disopened {
  bottom: 0;
}
.disclaimer a {
  color: #003F62;
}
.disclaimer a:hover {
  text-decoration: underline;
}
.disclaimer h3 {
  font-size: 16px;
  color: #003F62;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.disclaimer button {
  padding: 10px 20px;
  background: #003F62;
  color: #ffffff;
  border: none;
  border-radius: 0;
  cursor: pointer;
  white-space: nowrap;
  margin-left: 15px;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .disclaimer button {
    margin-left: 0;
  }
}

.copyright {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  background: #013552;
  padding: 20px 0;
  margin: 15px 0 0;
}

.search-section {
  background: #ffffff;
  padding: 20px 0;
}
.search-section.innerpage {
  margin-top: 68px;
}
@media screen and (max-width: 767px) {
  .search-section.innerpage {
    margin-top: 62px;
  }
}
.search-section.graypatch {
  background: #f3f3f3;
}

.searchwraper {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .searchwraper {
    display: block;
  }
}
.searchwraper .input-group {
  border-bottom: 1px solid #b5b5b5;
}
.searchwraper input {
  border: none;
  font-size: 15px;
  color: #636466;
  padding: 0 0 10px;
  background: transparent;
}
.searchwraper input:focus {
  outline: none;
  box-shadow: none;
  background: none;
}
.searchwraper button {
  border: none;
  background: none;
  padding: 0 10px;
}
.searchwraper button svg {
  width: 20px;
  fill: #003F62;
}
.searchwraper button:focus {
  outline: none;
  box-shadow: none;
}
.searchwraper .clear {
  width: 70px;
  min-width: 60px;
  border: 1px solid #003F62;
  margin-left: 30px;
  cursor: pointer;
  font-size: 13px;
  text-transform: uppercase;
  color: #003F62;
  padding: 7px 0;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .searchwraper .clear {
    display: inline-block;
    margin-left: 0;
  }
}
.searchwraper .clear:hover {
  background: #003F62;
  color: #ffffff;
}
.searchwraper .calladvSearch {
  white-space: nowrap;
  width: 195px;
  margin-left: 30px;
  color: #003F62;
  font-size: 15px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .searchwraper .calladvSearch {
    display: inline-block;
    margin-left: 0;
    margin-top: 15px;
    width: calc(100% - 74px);
  }
}
.searchwraper .calladvSearch svg {
  width: 15px;
  position: relative;
  top: 2px;
  margin-left: 10px;
  fill: #003F62;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}
.searchwraper .calladvSearch.opened svg {
  transform: rotate(-180deg);
}

.selectwraper {
  position: relative;
  border-bottom: 1px solid #b5b5b5;
}
.selectwraper select {
  border: none;
  font-size: 14px;
  padding: 5px 25px 10px 2px;
  width: 100%;
  background: transparent;
}
.selectwraper select:focus {
  outline: none;
  box-shadow: none;
}
.selectwraper:after {
  position: absolute;
  top: 14px;
  right: 10px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  pointer-events: none;
  border-right: 2px solid #636466;
  border-bottom: 2px solid #636466;
  content: "";
}

.advanceSearch {
  display: none;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .advanceSearch {
    margin-top: 15px;
  }
}
.advanceSearch .clear {
  width: 70px;
  border: 1px solid #003F62;
  margin-left: 30px;
  cursor: pointer;
  font-size: 13px;
  text-transform: uppercase;
  color: #003F62;
  padding: 7px 0;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .advanceSearch .clear {
    display: inline-block;
    margin-left: 0;
  }
}
.advanceSearch .clear:hover {
  background: #003F62;
  color: #ffffff;
}
.advanceSearch .filteritem {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .advanceSearch .filteritem {
    margin-bottom: 15px;
  }
}
.advanceSearch.opened {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .advanceSearch.opened {
    display: block;
  }
}
.advanceSearch .selectwraper select {
  padding: 10px 25px 10px 2px;
}

.pageFilters {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pageFilters .sortby {
  width: 210px;
  border: 1px solid #b5b5b5;
  padding: 0px 10px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .pageFilters .sortby {
    width: 100%;
  }
}
.pageFilters .sortby .selectwraper {
  width: calc(100% - 47px);
  display: inline-block;
  border: none;
  margin-left: 5px;
}
.pageFilters .sortby select {
  color: #003F62;
  padding: 10px 25px 10px 2px;
  background: none;
  font-weight: 600;
}
.pageFilters .changeView {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .pageFilters .changeView {
    display: none;
  }
}
.pageFilters .changeView a {
  display: inline-block;
  padding: 0;
  cursor: pointer;
  margin-left: 15px;
}
.pageFilters .changeView a svg {
  width: 30px;
  fill: #636466;
}
.pageFilters .changeView a.active svg, .pageFilters .changeView a:hover svg {
  fill: #003F62;
}

.charoption {
  display: flex;
  justify-content: space-between;
  flex: 1;
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .charoption {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.charoption a {
  color: #003F62;
  padding: 0 5px;
  font-weight: 500;
}
.charoption a:hover {
  text-decoration: underline;
}
.charoption a.selected {
  background: #D8D8D8;
}
.charoption a.desabled {
  color: #D8D8D8;
}

.itemlist {
  margin-top: 10px;
}
.itemlist .col-lg-4 {
  transition: all 0.2s ease-in-out;
}
.itemlist .cardlistview {
  margin-bottom: 50px;
  position: relative;
}
.itemlist .cardlistview a {
  display: block;
  cursor: pointer;
}
.itemlist .cardlistview a figure {
  position: relative;
}
.itemlist .cardlistview a figure img {
  width: 100%;
}
.itemlist .cardlistview a figure.ifhasvideo {
  position: relative;
}
.itemlist .cardlistview a figure.ifhasvideo:before {
  position: absolute;
  top: 52px;
  left: 50%;
  transform: translateX(-5px);
  content: "";
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 15px solid;
  z-index: 3;
}
.itemlist .cardlistview a figure.ifhasvideo:after {
  position: absolute;
  top: 35px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
.itemlist .cardlistview a .content {
  position: relative;
  z-index: 2;
  padding: 15px;
  margin: -100px 15px 0;
  background: #ffffff;
  height: 275px;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .itemlist .cardlistview a .content {
    margin: -40px 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .itemlist .cardlistview a .content {
    height: auto;
    margin-top: -70px;
    padding-bottom: 50px;
  }
}
.itemlist .cardlistview a .content .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.itemlist .cardlistview a .content .info .type {
  padding: 3px 8px;
  border-radius: 2px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .itemlist .cardlistview a .content .info .type {
    font-size: 10px;
    padding: 2px 5px;
  }
}
.itemlist .cardlistview a .content .info .date {
  color: #636466;
  transition: all 0.3s ease-in-out;
}
.itemlist .cardlistview a .content h3 {
  font-family: "Roboto Slab", serif;
  font-size: 20px;
  line-height: 24px;
  margin-top: 10px;
  color: #000000;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  height: 145px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .itemlist .cardlistview a .content h3 {
    font-size: 15px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .itemlist .cardlistview a .content h3 {
    height: auto;
  }
}
.itemlist .cardlistview a .content h3 span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-top: 5px;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .itemlist .cardlistview a .content h3 span {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 767px) {
  .itemlist .cardlistview a .content h3 span {
    font-size: 13px;
    line-height: 18px;
  }
}
.itemlist .cardlistview a .content .seemore {
  position: absolute;
  left: 0;
  transition: all 0.3s ease-in-out;
  bottom: 20px;
  padding: 5px 15px;
  color: #003F62;
  font-weight: 500;
  z-index: 2;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
}
.itemlist .cardlistview a .content:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.itemlist .cardlistview.analysis .ifhasvideo::before {
  border-left-color: #01A6C6;
}
.itemlist .cardlistview.analysis .content {
  border-bottom: 2px solid #01A6C6;
}
.itemlist .cardlistview.analysis .content::after {
  background: #01A6C6;
}
.itemlist .cardlistview.analysis .type {
  background: #01A6C6;
}
.itemlist .cardlistview.analysis:hover .type {
  color: #01A6C6;
}
.itemlist .cardlistview.unlocked .ifhasvideo::before {
  border-left-color: #BB1F34;
}
.itemlist .cardlistview.unlocked .content {
  border-bottom: 2px solid #BB1F34;
}
.itemlist .cardlistview.unlocked .content::after {
  background: #BB1F34;
}
.itemlist .cardlistview.unlocked .type {
  background: #BB1F34;
}
.itemlist .cardlistview.unlocked:hover .type {
  color: #BB1F34;
}
.itemlist .cardlistview.update .ifhasvideo::before {
  border-left-color: #F57F27;
}
.itemlist .cardlistview.update .content {
  border-bottom: 2px solid #F57F27;
}
.itemlist .cardlistview.update .content::after {
  background: #F57F27;
}
.itemlist .cardlistview.update .type {
  background: #F57F27;
}
.itemlist .cardlistview.update:hover .type {
  color: #F57F27;
}
.itemlist .cardlistview.tq-roundup .ifhasvideo::before {
  border-left-color: #636466;
}
.itemlist .cardlistview.tq-roundup .content {
  border-bottom: 2px solid #636466;
}
.itemlist .cardlistview.tq-roundup .content::after {
  background: #636466;
}
.itemlist .cardlistview.tq-roundup .type {
  background: #636466;
}
.itemlist .cardlistview.tq-roundup:hover .type {
  color: #636466;
}
.itemlist .cardlistview .tags {
  position: absolute;
  left: 15px;
  bottom: 0px;
  padding: 15px;
  z-index: 2;
  width: calc(100% - 30px);
  font-size: 14px;
  text-transform: uppercase;
}
.itemlist .cardlistview .tags a {
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  line-height: 1;
  border-right: 1px solid #000000;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .itemlist .cardlistview .tags a {
    font-size: 10px;
  }
}
.itemlist .cardlistview .tags a:last-child {
  border: none;
  margin-right: 0;
  padding-right: 0;
  white-space: nowrap;
}
.itemlist .cardlistview .tags a:hover {
  text-decoration: underline;
}
.itemlist .cardlistview:hover .content h3,
.itemlist .cardlistview:hover .content span {
  color: #ffffff;
}
.itemlist .cardlistview:hover .content::after {
  top: 0;
  opacity: 1;
}
.itemlist .cardlistview:hover .content .info .date {
  color: #ffffff;
}
.itemlist .cardlistview:hover .content .info .type {
  background: #ffffff !important;
}
.itemlist .cardlistview:hover .tags a {
  border-color: #ffffff;
  color: #ffffff;
}
.itemlist.listview .cardlistview {
  margin-bottom: 15px;
}
@media screen and (min-width: 767px) {
  .itemlist.listview .col-md-4 {
    max-width: 100% !important;
    flex: 100%;
  }
}
@media screen and (min-width: 767px) {
  .itemlist.listview a {
    display: flex;
    margin-bottom: 20px;
  }
}
.itemlist.listview a figure.ifhasvideo {
  position: relative;
}
.itemlist.listview a figure.ifhasvideo:before {
  position: absolute;
  top: calc(50% - 12px);
  left: 50%;
  transform: translateX(-7px);
  content: "";
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid;
  z-index: 3;
}
.itemlist.listview a figure.ifhasvideo:after {
  position: absolute;
  top: calc(50% - 35px);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .itemlist.listview a figure img {
    width: 250px;
  }
}
@media screen and (min-width: 767px) {
  .itemlist.listview a .content {
    margin-top: 0;
    width: 100%;
    margin: 0;
    height: 168px;
  }
}
@media screen and (min-width: 767px) {
  .itemlist.listview a .content h3 {
    height: auto;
  }
}
@media screen and (min-width: 767px) {
  .itemlist.listview a .content::after {
    top: 0;
  }
}
@media screen and (min-width: 767px) {
  .itemlist.listview .tags {
    left: 255px;
    width: calc(100% - 260px);
  }
}

.detailbanners {
  position: relative;
}
.detailbanners:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #01A6C6 url("../images/pattern.png") repeat;
  content: "";
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .detailbanners .detailskmbannermobile {
    min-height: 380px;
  }
}
@media screen and (max-width: 767px) {
  .detailbanners .detailskmbannermobile {
    min-height: 650px;
  }
}
.detailbanners .bannercaption {
  position: absolute;
  left: 0;
  width: 100%;
  top: 55%;
  z-index: 3;
  transform: translateY(-50%);
}
.detailbanners .bannercaption .type {
  padding: 4px 10px;
  border-radius: 3px;
  background: #ffffff;
  color: #01A6C6;
}
.detailbanners .bannercaption h3,
.detailbanners .bannercaption h1 {
  font-size: 36px;
  margin-top: 20px;
  font-family: "Roboto Slab", serif;
  margin-bottom: 10px;
  color: #ffffff;
}
@media screen and (max-width: 1440px) {
  .detailbanners .bannercaption h3,
  .detailbanners .bannercaption h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .detailbanners .bannercaption h3,
  .detailbanners .bannercaption h1 {
    font-size: 22px;
  }
}
.detailbanners .bannercaption h3 span,
.detailbanners .bannercaption h1 span {
  font-size: 18px;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 1440px) {
  .detailbanners .bannercaption h3 span,
  .detailbanners .bannercaption h1 span {
    font-size: 16px;
  }
}
.detailbanners .bannercaption p {
  font-size: 14px;
  color: #ffffff;
}
.detailbanners .bannercaption figure {
  position: relative;
}
.detailbanners .bannercaption figure img {
  width: 100%;
}
.detailbanners .bannercaption figure img.spacepattern {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
}
.detailbanners .banner-breadcrumb {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  z-index: 4;
  background: rgba(98, 128, 145, 0.3);
}
.detailbanners .banner-breadcrumb ul li {
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding-right: 12px;
  margin-right: 5px;
}
.detailbanners .banner-breadcrumb ul li a {
  font-weight: 400;
  color: #ffffff;
}
.detailbanners .banner-breadcrumb ul li:after {
  position: absolute;
  right: 0;
  top: 4px;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  content: "";
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.detailbanners .banner-breadcrumb ul li:last-child::after {
  display: none;
}
.detailbanners.dataprotectionbanner {
  height: 108px;
}
@media screen and (max-width: 767px) {
  .detailbanners.dataprotectionbanner {
    height: 102px;
  }
}

.unlocvideowraper {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 1199px) {
  .unlocvideowraper {
    height: 350px;
  }
}
@media screen and (max-width: 991px) {
  .unlocvideowraper {
    height: 250px;
  }
}

.pagecontent {
  text-align: justify;
  color: #000000;
}
.pagecontent h1 {
  font-size: 28px;
  font-weight: 600;
  font-family: "Roboto Slab", serif;
  margin-bottom: 20px;
  color: #003F62;
  text-transform: uppercase;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .pagecontent h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .pagecontent h1 {
    font-size: 20px;
  }
}
.pagecontent h2 {
  font-size: 22px;
  padding-top: 10px;
  font-weight: 600;
  font-family: "Roboto Slab", serif;
  margin-bottom: 15px;
  color: #003F62;
  text-transform: uppercase;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .pagecontent h2 {
    font-size: 20px;
  }
}
.pagecontent h3 {
  font-size: 18px;
  padding-top: 10px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #003F62;
  text-transform: uppercase;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .pagecontent h3 {
    font-size: 16px;
  }
}
.pagecontent p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .pagecontent p {
    font-size: 15px;
  }
}
.pagecontent p img {
  max-width: 100%;
  height: auto;
}
.pagecontent ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 15px;
}
.pagecontent ul li {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media screen and (max-width: 1440px) {
  .pagecontent ul li {
    font-size: 15px;
  }
}
.pagecontent ul li ul {
  padding-top: 15px;
}
.pagecontent ul.count-two {
  -moz-column-count: 2;
       column-count: 2;
}
@media screen and (max-width: 767px) {
  .pagecontent ul.count-two {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.pagecontent ul.contentaccord {
  list-style: none;
  padding-left: 0;
}
.pagecontent ul.contentaccord li .accordbody {
  display: none;
}
.pagecontent ul.contentaccord li:first-child .accordbody {
  display: block;
}
.pagecontent ul.contentaccord h4 {
  background: #003F62;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 15px;
  margin: 0;
  cursor: pointer;
  padding-right: 40px;
  position: relative;
  text-align: left;
}
.pagecontent ul.contentaccord h4::after {
  width: 10px;
  height: 10px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  position: absolute;
  top: 10px;
  right: 15px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
  transform: rotate(45deg);
  content: "";
}
.pagecontent ul.contentaccord h4.opened::after {
  transform: rotate(-135deg);
  top: 15px;
}
.pagecontent ul.contentaccord .accordbody {
  padding: 15px;
  border: 1px solid #003F62;
}
.pagecontent ul.contentaccord .accordbody p {
  margin-bottom: 10px;
  line-height: 1.3;
}
.pagecontent ul.contentaccord .accordbody ul {
  list-style-type: disc;
  -moz-column-count: 2;
       column-count: 2;
  text-align: left;
  padding-top: 0;
}
@media screen and (max-width: 991px) {
  .pagecontent ul.contentaccord .accordbody ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.pagecontent ul.contentaccord .accordbody ul.nocolumncount {
  -moz-column-count: 1;
       column-count: 1;
}
.pagecontent ul.clientslist {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pagecontent ul.clientslist li {
  display: inline-block;
  max-width: 18%;
  padding-bottom: 15px;
  margin: 0 1%;
}
.pagecontent ul.clientslist li img {
  width: 100%;
}
.pagecontent ul.outteamlist {
  padding: 0;
  list-style: none;
  text-align: left;
}
.pagecontent ul.outteamlist li {
  width: calc(25% - 3px);
  display: inline-block;
  border-right: 1px solid #D8D8D8;
  padding: 0 13px 0 10px;
  margin-bottom: 30px;
  vertical-align: top;
}
@media screen and (max-width: 991px) {
  .pagecontent ul.outteamlist li {
    width: calc(33.3333333333% - 3px);
  }
}
@media screen and (max-width: 767px) {
  .pagecontent ul.outteamlist li {
    width: calc(50% - 3px);
  }
}
.pagecontent ul.outteamlist li:last-child {
  border: none;
}
.pagecontent ul.outteamlist li a {
  display: block;
}
.pagecontent ul.outteamlist li a img {
  background: #cdd9df;
}
.pagecontent ul.outteamlist li a h2 {
  color: #003F62;
  font-size: 15px;
  margin: 10px 0;
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
}
.pagecontent ul.outteamlist li a p {
  color: #636466;
}
.pagecontent.careerpagesection h3 {
  color: #003F62;
  text-transform: capitalize;
}
.pagecontent.careerpagesection ul {
  padding-left: 0;
}

.keyclientlist {
  -moz-column-count: 2;
       column-count: 2;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .keyclientlist {
    -moz-column-count: 1;
         column-count: 1;
  }
}

.moredetail {
  padding-top: 20px;
}
.moredetail ul {
  margin-bottom: 20px;
  list-style-type: disc;
  padding-left: 20px;
}
.moredetail ul li {
  margin-bottom: 10px;
  text-align: justify;
  font-size: 16px;
}
@media screen and (max-width: 1440px) {
  .moredetail ul li {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .moredetail ul li {
    font-size: 13px;
    line-height: 1.4;
  }
}
.moredetail ul li ul {
  list-style-type: circle;
  padding-top: 10px;
}

.coloredbox {
  padding: 20px 30px 30px;
  border-top: 2px solid #01A6C6;
  font-size: 22px;
  font-weight: 600;
  color: #003F62;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .coloredbox {
    padding: 10px 15px 15px;
  }
}
@media screen and (max-width: 767px) {
  .coloredbox {
    padding: 15px 0;
    font-size: 20px;
  }
}
.coloredbox::after {
  background: linear-gradient(to right, #011945 20%, #01A6C6 20%, #01A6C6 40%, #BB1F34 40%, #BB1F34 60%, #F57F27 60%, #F57F27 80%, #636466 75%);
  position: absolute;
  content: "";
  height: 8px;
  right: 0;
  left: 0;
  bottom: 0;
}
.coloredbox.allside {
  border: 3px solid #003F62;
  border-width: 3px 3px 0 3px;
}
@media screen and (max-width: 767px) {
  .coloredbox.allside {
    padding: 10px;
  }
}

.coloredboxexpertise {
  padding: 10px;
  border: 2px solid #01A6C6;
  border-width: 1px 1px 0 1px;
  font-size: 16px;
  font-weight: 600;
  margin-left: 20px;
  float: right;
  text-align: left;
  color: #003F62;
  position: relative;
  margin-bottom: 20px;
  width: 300px;
}
@media screen and (max-width: 1199px) {
  .coloredboxexpertise {
    font-size: 15px;
    width: 270px;
  }
}
@media screen and (max-width: 911px) {
  .coloredboxexpertise {
    width: 100%;
    margin-left: 0;
  }
}
.coloredboxexpertise::after {
  background: linear-gradient(to right, #011945 20%, #01A6C6 20%, #01A6C6 40%, #BB1F34 40%, #BB1F34 60%, #F57F27 60%, #F57F27 80%, #636466 75%);
  position: absolute;
  content: "";
  height: 6px;
  right: 0;
  left: 0;
  bottom: 0;
}

.trendingarticle h2 {
  font-size: 22px;
  text-transform: uppercase;
  margin-top: 70px;
  margin-bottom: 20px;
  font-weight: 600;
  font-family: "Roboto Slab", serif;
  color: #003F62;
}
.trendingarticle .itemlist a {
  margin-bottom: 0;
}
.trendingarticle .itemlist a .content {
  margin-top: -70px;
  height: 190px;
}
.trendingarticle .itemlist a .content h3 {
  font-size: 15px;
  height: 115px;
  line-height: 19px;
}
.trendingarticle .itemlist a .content .tags {
  font-size: 12px;
  padding: 5px 15px !important;
}
.trendingarticle .itemlist a .content .tags a {
  display: none;
}
.trendingarticle .itemlist a .content .info {
  font-size: 12px;
}
.trendingarticle .cardlistview .tags a {
  display: none;
}
.trendingarticle .cardlistview.tq-roundup a .content h3 {
  height: 120px;
}
.trendingarticle .girdarrow {
  width: 24px;
  fill: #003F62;
}

.ui-widget.ui-widget-content {
  font-size: 13px;
  border: 1px solid #bbb;
  max-width: 300px;
}
.ui-widget.ui-widget-content .ui-menu-item {
  border-bottom: 1px solid #ccc;
}
.ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper {
  background: #fff;
  border: none;
}
.ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  border: none;
  background: #ccc;
  margin: 0;
}

.tqcontentlinks a {
  display: block;
  color: #003F62;
  margin-bottom: 10px;
}
.tqcontentlinks a:hover {
  color: #007bff;
}

.download-pdfbtn {
  width: 220px;
  display: flex;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #003F62;
  color: #003F62;
  font-weight: 700;
  font-size: 15px;
  margin-top: 30px;
  text-transform: uppercase;
  align-items: center;
  line-height: 1.2;
}
.download-pdfbtn:hover {
  color: #003F62;
}
.download-pdfbtn span {
  text-align: center;
  margin-right: 10px;
  width: calc(100% - 30px);
}
.download-pdfbtn:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.download-pdfbtn.filled {
  background: #003F62;
  color: #ffffff;
  justify-content: center;
  padding: 15px;
}
.download-pdfbtn.filled span {
  margin: 0;
}
.download-pdfbtn.filled img {
  display: none;
}
.download-pdfbtn.filled:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.page-sidebar {
  padding-left: 50px;
}
@media screen and (max-width: 991px) {
  .page-sidebar {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-sidebar {
    margin-top: 40px;
  }
}
.page-sidebar h2 {
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #003F62;
  font-family: "Roboto Slab", serif;
  margin-bottom: 20px;
}
.page-sidebar ul {
  margin-bottom: 40px;
}
.page-sidebar ul li {
  margin-bottom: 15px;
}
.page-sidebar ul li a {
  display: flex;
  border-bottom: 1px solid transparent;
  align-items: center;
}
.page-sidebar ul li a figure {
  overflow: hidden;
  width: 90px;
}
.page-sidebar ul li a figure img {
  width: 160%;
}
.page-sidebar ul li a .detail {
  padding: 0 0 0 15px;
  width: calc(100% - 100px);
}
.page-sidebar ul li a .detail p {
  height: 54px;
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
  color: #000000;
  font-family: "Roboto Slab", serif;
  margin-bottom: 8px;
}
.page-sidebar ul li a .detail span {
  color: #636466;
  font-size: 13px;
  line-height: 1;
}
.page-sidebar ul li a:hover {
  background: #ffffff;
}
.page-sidebar ul li a:hover p {
  color: #003F62;
}

.pageshare {
  position: fixed;
  top: 50%;
  right: 0;
  width: 50px;
}
.pageshare ul.sharelist {
  margin: 0;
}
.pageshare ul.sharelist li {
  display: block;
  margin: 0px;
}
.pageshare ul.sharelist li a {
  width: 50px;
  height: 50px;
  border: 2px solid #bbb;
  background: #ffffff;
  padding: 10px;
}
.pageshare ul.sharelist li a svg {
  width: 22px;
  fill: #333;
}
.pageshare ul.sharelist li a:hover {
  background: #003F62;
  border-color: #003F62;
}
.pageshare ul.sharelist li a:hover svg {
  fill: #ffffff;
}

.pagging .wp-pagenavi {
  padding: 0 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagging .wp-pagenavi a {
  background: #ffffff;
  border: 2px solid #D8D8D8;
  padding: 2px 10px;
  margin: 0 5px;
  white-space: nowrap;
  line-height: 30px;
  cursor: pointer;
  color: #003F62;
}
.pagging .wp-pagenavi a:hover {
  background: #003F62;
  border-color: #003F62;
  color: #ffffff;
}
.pagging .wp-pagenavi span {
  background: #ffffff;
  border: 2px solid #D8D8D8;
  padding: 2px 10px;
  margin: 0 5px;
  white-space: nowrap;
  line-height: 30px;
  cursor: pointer;
  color: #003F62;
}
.pagging .wp-pagenavi span:hover, .pagging .wp-pagenavi span.current {
  background: #003F62;
  border-color: #003F62;
  color: #ffffff;
}

.partnerlist {
  margin-top: 10px;
}
.partnerlist ul {
  display: flex;
  flex-wrap: wrap;
}
.partnerlist ul li {
  width: 20%;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .partnerlist ul li {
    width: 25%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .partnerlist ul li {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 359px) {
  .partnerlist ul li {
    width: 100%;
  }
}
.partnerlist ul li::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #D8D8D8;
  content: "";
}
@media screen and (max-width: 359px) {
  .partnerlist ul li::after {
    display: none;
  }
}
.partnerlist ul li:nth-child(5n)::after {
  display: none;
}
@media screen and (max-width: 991px) {
  .partnerlist ul li:nth-child(5n)::after {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .partnerlist ul li:nth-child(4n):after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .partnerlist ul li:nth-child(4n):after {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .partnerlist ul li:nth-child(2n):after {
    display: none;
  }
}
.partnerlist ul li .peoplewrape {
  padding: 10px 15px;
  height: 100%;
}
@media screen and (max-width: 480px) {
  .partnerlist ul li .peoplewrape {
    padding: 5px;
  }
}
.partnerlist ul li .peoplewrape a {
  color: #636466;
}
.partnerlist ul li .peoplewrape a img {
  width: 100%;
  background: #cdd9df;
}
.partnerlist ul li .peoplewrape a h2 {
  font-size: 16px;
  font-family: "Roboto Slab", serif;
  color: #003F62;
  margin-top: 10px;
  font-weight: 500;
  margin-bottom: 5px;
}
.partnerlist ul li .peoplewrape a h4 {
  font-size: 12px;
}
.partnerlist ul li .peoplewrape a p {
  font-size: 13px;
  margin-bottom: 10px;
}
.partnerlist ul li .peoplewrape a p svg {
  width: 15px;
  fill: #003F62;
  position: relative;
  top: 2px;
}
.partnerlist ul li .peoplewrape:hover {
  box-shadow: 0 0 10px rgba(98, 128, 145, 0.3);
}
.partnerlist ul li .peopledetail {
  display: none;
}
.partnerlist.listview ul li {
  width: 100%;
  display: flex;
  padding: 20px 15px;
  margin-bottom: 0px;
  border-bottom: 1px solid #D8D8D8;
}
.partnerlist.listview ul li::after {
  display: none;
}
.partnerlist.listview ul li:last-child {
  margin-bottom: 50px;
}
.partnerlist.listview ul li .peopledetail {
  display: block;
  width: calc(50% - 20px);
  border-left: 1px solid #D8D8D8;
  margin-left: 20px;
  padding-left: 20px;
}
.partnerlist.listview ul li .peopledetail p {
  font-size: 13px;
  margin-bottom: 5px;
  color: #636466;
}
.partnerlist.listview ul li .peopledetail h3 {
  font-size: 16px;
  color: #003F62;
  font-family: "Roboto Slab", serif;
}
.partnerlist.listview ul li .peopledetail a {
  color: #636466;
  font-size: 13px;
}
.partnerlist.listview ul li .peopledetail a:hover {
  color: #003F62;
}
.partnerlist.listview ul li .peoplewrape {
  padding: 0;
  width: 50%;
}
.partnerlist.listview ul li .peoplewrape a {
  display: block;
  margin-bottom: 0;
}
.partnerlist.listview ul li .peoplewrape a img {
  width: 30%;
  margin-right: 20px;
  float: left;
  background: #cdd9df;
}
@media screen and (max-width: 991px) {
  .partnerlist.listview ul li .peoplewrape a img {
    width: 40%;
  }
}
.partnerlist.listview ul li .peoplewrape a h2 {
  margin-top: 0;
}
.partnerlist.listview ul li .peoplewrape .network a {
  display: inline-block;
  margin-bottom: 0;
}
.partnerlist.listview ul li .peoplewrape:hover {
  box-shadow: none;
}
.partnerlist.listview ul li:hover {
  box-shadow: 0 0 10px rgba(98, 128, 145, 0.3);
}

.usercontact {
  display: flex;
  align-items: flex-end;
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  .usercontact {
    display: block;
    text-align: center;
    margin: 30px 0;
  }
}
.usercontact img {
  width: 230px;
  background: #cdd9df;
}
@media screen and (max-width: 767px) {
  .usercontact img {
    width: 150px;
  }
}
.usercontact .profilepic {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .usercontact .profilepic {
    padding-left: 0;
    margin-top: 20px;
    text-align: left;
  }
}
.usercontact .profilepic p {
  font-size: 14px;
}
.usercontact .profilepic p span {
  width: 20px;
  display: inline-block;
}
.usercontact .profilepic p svg {
  fill: #003F62;
  width: 15px;
}
@media screen and (max-width: 767px) {
  .usercontact .profilepic p svg {
    width: 12px;
  }
}
.usercontact .profilepic p strong {
  display: block;
  font-family: "Roboto Slab", serif;
  font-size: 15px;
  color: #003F62;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .usercontact .profilepic p strong {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .usercontact .profilepic p {
    font-size: 12px;
    margin-bottom: 5px;
  }
}

.network a {
  margin-right: 5px;
}
.network a svg {
  width: 15px;
  fill: #003F62;
}
.network a:hover svg {
  fill: #013552;
}

.cmscontentpages {
  margin-top: 68px;
}
@media screen and (max-width: 767px) {
  .cmscontentpages {
    margin-top: 62px;
  }
}

.people-profile {
  margin-top: 68px;
}
@media screen and (max-width: 767px) {
  .people-profile {
    margin-top: 62px;
  }
}
.people-profile h1 {
  margin-bottom: 10px;
}
.people-profile p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: justify;
}
@media screen and (max-width: 1440px) {
  .people-profile p {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .people-profile p {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
}
.people-profile p.user-des {
  margin-bottom: 5px;
  line-height: 1.2;
  text-align: center;
}
.people-profile ul li {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
  text-align: justify;
}
@media screen and (max-width: 1440px) {
  .people-profile ul li {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .people-profile ul li {
    font-size: 13px;
    line-height: 1.4;
  }
}
.people-profile ul.bullet-list {
  list-style-type: disc;
  padding-left: 20px;
}
.people-profile h3 {
  font-family: "Roboto Slab", serif;
  color: #003F62;
  margin-bottom: 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .people-profile h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.people-profile ul.count-two {
  -moz-column-count: 2;
       column-count: 2;
}
@media screen and (max-width: 767px) {
  .people-profile ul.count-two {
    -moz-column-count: 1;
         column-count: 1;
  }
}

.expertisethumb {
  position: relative;
  margin-top: 40px;
  display: block;
  color: #003F62;
}
.expertisethumb img {
  width: 100%;
}
.expertisethumb .content {
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-top: -80px;
  z-index: 1;
  position: relative;
  background: rgba(255, 255, 255, 0.95);
  padding: 10px 15px 20px;
  overflow: hidden;
  border-bottom: 2px solid #01A6C6;
}
.expertisethumb .content::after {
  position: absolute;
  top: 100%;
  left: 0;
  background: #01A6C6;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.2s ease-in-out;
}
.expertisethumb h3 {
  text-transform: uppercase;
  font-family: "Roboto Slab", serif;
  font-size: 16px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  height: 65px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 1440px) {
  .expertisethumb h3 {
    font-size: 15px;
    height: 58px;
  }
}
@media screen and (max-width: 1440px) {
  .expertisethumb h3 {
    font-size: 13px;
    height: 58px;
  }
}
.expertisethumb h3 svg {
  transition: all 0.2s ease-in-out;
  z-index: 1;
  fill: #01A6C6;
}
.expertisethumb p {
  height: 102px;
  line-height: 20px;
  font-size: 14px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  color: #636466;
  transition: all 0.2s ease-in-out;
}
.expertisethumb span {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #003F62;
  position: relative;
  z-index: 1;
  transition: all 0.2s ease-in-out;
}
.expertisethumb:hover .content::after {
  top: 0;
  opacity: 1;
}
.expertisethumb:hover h3,
.expertisethumb:hover p,
.expertisethumb:hover span {
  color: #ffffff;
}
.expertisethumb:hover h3 svg {
  fill: #ffffff;
}

.section-para {
  font-size: 18px;
  color: #003F62;
  margin-bottom: 20px;
}

.page-breadcrumb {
  padding: 20px 0;
}
.page-breadcrumb li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  margin-right: 20px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .page-breadcrumb li {
    font-size: 13px;
  }
}
.page-breadcrumb li a {
  color: #000000;
  padding-right: 15px;
  position: relative;
  font-weight: 400;
}
.page-breadcrumb li a::after {
  position: absolute;
  top: 8px;
  right: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: rotate(45deg);
  content: "";
}
@media screen and (max-width: 767px) {
  .page-breadcrumb li a::after {
    width: 5px;
    height: 5px;
  }
}
.page-breadcrumb li a:hover {
  color: #003F62;
}
.page-breadcrumb li:last-child a::after {
  display: none;
}

.aboutdes {
  background: #eee;
  margin-bottom: 50px;
}

.aboutdescontent {
  position: relative;
  height: 100%;
  padding: 30px;
  font-size: 18px;
  text-align: justify;
  line-height: 2;
  color: #003F62;
}
@media screen and (max-width: 767px) {
  .aboutdescontent {
    font-size: 16px;
    line-height: 1.6;
    border-bottom: 20px solid #ffffff;
    height: auto;
  }
}
.aboutdescontent::after {
  background: linear-gradient(to bottom, #011945 20%, #01A6C6 20%, #01A6C6 40%, #BB1F34 40%, #BB1F34 60%, #F57F27 60%, #F57F27 80%, #636466 75%);
  position: absolute;
  content: "";
  width: 8px;
  height: 100%;
  right: 0;
  left: 0;
  top: 0;
}

.governancelist h4 {
  color: #003F62;
  font-size: 20px;
  font-weight: 600;
  font-family: "Roboto Slab", serif;
  margin-bottom: 30px;
  cursor: pointer;
}
.governancelist h4 svg {
  margin-left: 10px;
  width: 20px;
  position: relative;
  top: 3px;
}
.governancelist h4 .plusline {
  display: block;
}
.governancelist h4 .minusline {
  display: none;
}
.governancelist h4.opened .plusline {
  display: none;
}
.governancelist h4.opened .minusline {
  display: block;
}

.governancebox {
  display: block;
  margin-bottom: 30px;
}
.governancebox img {
  border: 2px solid #003F62;
  background: #cdd9df;
}
.governancebox p {
  margin: 0;
  font-size: 15px;
  font-family: "Roboto Slab", serif;
  color: #003F62;
  text-align: center;
}

.moreaboutwrap {
  display: block;
  position: relative;
  margin-top: 30px;
}
.moreaboutwrap .morecaption {
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  width: 100%;
  color: #ffffff;
  z-index: 2;
  transform: translateY(-50%);
  padding: 0 15px;
  font-size: 16px;
  line-height: 1.3;
}
.moreaboutwrap .morecaption strong {
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.moreaboutwrap .morecaption a {
  color: #ffffff;
  margin-top: 10px;
  display: inline-block;
  border-bottom: 1px solid transparent;
}
.moreaboutwrap .morecaption a:hover {
  border-bottom: 1px solid #ffffff;
}
.moreaboutwrap.op::after {
  background: rgba(245, 127, 39, 0.8);
}
.moreaboutwrap.ss .morecaption {
  padding: 0 15px;
}
.moreaboutwrap.ss::after {
  background: rgba(187, 31, 52, 0.8);
}

.getintouch {
  background: #eee;
  padding: 20px;
  margin-top: 30px;
}
.getintouch input,
.getintouch textarea {
  padding: 10px;
  background: #ffffff;
  height: auto;
  font-size: 16px;
  color: #636466;
  margin-bottom: 20px;
  width: 100%;
  border: none;
  box-shadow: none;
}
.getintouch input:focus,
.getintouch textarea:focus {
  outline: none;
  box-shadow: none;
}
.getintouch textarea {
  margin-bottom: 0;
}

.officestabs ul {
  background: #003F62;
  text-align: center;
  padding: 15px 0;
}
.officestabs ul li {
  display: inline-block;
  margin: 0 20px;
}
.officestabs ul li a {
  color: #ffffff !important;
  font-size: 16px;
  display: block;
  cursor: pointer;
  display: block;
  padding: 5px;
}
.officestabs ul li a svg {
  fill: #ffffff;
  width: 13px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.officestabs ul li a:hover {
  color: #F57F27 !important;
}
.officestabs ul li a:hover svg {
  fill: #F57F27;
}
.officestabs ul li a.active {
  color: #F57F27 !important;
}
.officestabs ul li a.active svg {
  transform: rotate(180deg);
  fill: #F57F27;
}

.officesscroll {
  height: 380px;
}
@media screen and (max-width: 767px) {
  .officesscroll {
    height: 280px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #D8D8D8;
  }
}
.officesscroll ul li {
  margin-bottom: 30px;
}
.officesscroll h3 {
  font-weight: 700;
  font-size: 18px;
}
.officesscroll p {
  font-size: 14px;
  color: #636466;
  font-weight: 400;
}
.officesscroll p a {
  color: #01A6C6;
}
.officesscroll p a svg {
  width: 24px;
  fill: #01A6C6;
  position: relative;
  top: 5px;
}

.directionwrap .mapscreen {
  width: 100%;
  height: 350px;
}
@media screen and (max-width: 767px) {
  .directionwrap .mapscreen {
    height: 250px;
  }
}

.sustaincontent {
  margin: 0px 0 30px;
}
@media screen and (max-width: 767px) {
  .sustaincontent {
    margin: 30px 0;
  }
}
.sustaincontent h2 {
  font-size: 24px;
}
.sustaincontent ul {
  list-style: disc;
  padding-left: 20px;
}
.sustaincontent ul li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #000000;
  text-align: justify;
}
@media screen and (max-width: 1440px) {
  .sustaincontent ul li {
    font-size: 15px;
  }
}
.sustaincontent p {
  font-size: 16px;
  color: #000000;
  text-align: justify;
}
@media screen and (max-width: 1440px) {
  .sustaincontent p {
    font-size: 15px;
  }
}

.recognitionaward {
  width: 100%;
  max-width: 500px;
  margin: 40px auto 60px;
  border: 3px solid #003F62;
  border-width: 0 3px 3px 3px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recognitionaward {
    margin: 30px auto 40px;
  }
}
.recognitionaward::after {
  background: linear-gradient(to right, #011945 20%, #01A6C6 20%, #01A6C6 40%, #BB1F34 40%, #BB1F34 60%, #F57F27 60%, #F57F27 80%, #636466 75%);
  position: absolute;
  content: "";
  height: 8px;
  right: 0;
  left: 0;
  top: 0px;
}
.recognitionaward .owl-dots {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  text-align: center;
}
.recognitionaward .owl-dots button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #003F62;
  background: transparent;
  margin: 0 3px;
}
.recognitionaward .owl-dots button.active {
  background: #003F62;
}

.culturesection {
  position: relative;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .culturesection {
    margin-top: 30px;
  }
}
.culturesection::after {
  background: linear-gradient(to right, #011945 20%, #01A6C6 20%, #01A6C6 40%, #BB1F34 40%, #BB1F34 60%, #F57F27 60%, #F57F27 80%, #636466 75%);
  position: absolute;
  content: "";
  height: 10px;
  right: 0;
  left: 0;
  top: 0px;
}
.culturesection .owl-dots {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  text-align: center;
}
.culturesection .owl-dots button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #003F62;
  background: transparent;
  margin: 0 3px;
}
.culturesection .owl-dots button.active {
  background: #003F62;
}

.testiboxed {
  padding: 0 10px;
}
.testiboxed figure {
  width: 150px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .testiboxed figure {
    width: 100px;
  }
}
.testiboxed figure::after {
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 130px;
  height: 130px;
  background: #cdd9df;
  border-radius: 50%;
  content: "";
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .testiboxed figure::after {
    width: 90px;
    height: 90px;
  }
}
.testiboxed figure img {
  position: relative;
  z-index: 2;
}
.testiboxed p {
  text-align: center !important;
}
.testiboxed h4 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #003F62;
}
@media screen and (max-width: 1440px) {
  .testiboxed h4 {
    font-size: 18px;
  }
}
.testiboxed h4 span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
  color: #636466;
}
@media screen and (max-width: 1440px) {
  .testiboxed h4 span {
    font-size: 15px;
  }
}

.reportformfield {
  position: relative;
}
.reportformfield img {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
.reportformfield input {
  border: 1px solid #999;
  padding: 10px 20px 10px 10px;
  font-size: 16px;
  width: 100%;
}
.reportformfield input:focus {
  border: 1px solid #999;
}

.infobox {
  position: relative;
  margin-bottom: 30px;
}
.infobox p {
  display: flex;
  height: 100px;
  align-items: center;
  justify-content: center;
  background: #003F62;
  color: #ffffff;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  padding: 0 12px;
}
@media screen and (max-width: 767px) {
  .infobox p {
    margin-bottom: 0;
    height: auto;
    padding: 12px;
  }
}
.infobox p:hover {
  box-shadow: 0 0 10px rgba(88, 64, 64, 0.5);
}
.infobox ul {
  display: none;
  padding: 15px 15px 15px 35px;
  background: #ccc;
  position: absolute;
  top: 100%;
  z-index: 10;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .infobox ul {
    position: relative;
  }
}
.infobox ul li {
  font-size: 15px;
  margin-bottom: 10px;
  text-align: left;
}
.infobox:hover ul {
  display: block;
}

.careercallimg {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .careercallimg {
    overflow: hidden;
  }
}
.careercallimg img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .careercallimg img {
    width: 150%;
    position: relative;
    left: -50%;
    min-height: 260px;
  }
}
.careercallimg::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  z-index: 1;
}
.careercallimg .careercaption {
  padding: 0 20%;
  top: 50%;
  left: 0;
  width: 100%;
  position: absolute;
  text-align: center;
  z-index: 2;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .careercallimg .careercaption {
    padding: 0 5%;
  }
}
.careercallimg .careercaption p {
  color: #ffffff;
  text-align: center;
}
.careercallimg .careercaption a {
  width: 100%;
  max-width: 260px;
  font-weight: 600;
  display: inline-block;
  background: #f78934;
  color: #ffffff;
  font-size: 14px;
  padding: 10px;
  cursor: pointer;
}
.careercallimg .careercaption a:hover {
  color: #ffffff;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
}
.careercallimg .careercaption a.careeroth {
  max-width: auto;
  width: auto;
  margin: 0 5px;
}

.tegembediframe {
  width: 100%;
  height: 280px;
}
@media screen and (max-width: 1199px) {
  .tegembediframe {
    height: 310px;
  }
}
@media screen and (max-width: 991px) {
  .tegembediframe {
    height: 260px;
  }
}
@media screen and (max-width: 767px) {
  .tegembediframe {
    height: 240px;
  }
}
@media screen and (max-width: 379px) {
  .tegembediframe {
    height: 260px;
  }
}
@media screen and (max-width: 374px) {
  .tegembediframe {
    height: 310px;
  }
}

.wpcf7-not-valid-tip {
  font-size: 12px !important;
}

.careerpopupwraper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f3f3f3;
  z-index: 100;
}
.careerpopupwraper .careerscroller {
  height: calc(100vh - 20px);
  margin-top: 15px;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .careerpopupwraper .careerscroller {
    padding: 0;
  }
}
.careerpopupwraper .careerpopup {
  align-items: center;
  width: 100%;
  z-index: 101;
}
@media screen and (max-width: 767px) {
  .careerpopupwraper .careerpopup {
    padding: 40px 0px 80px;
  }
}
.careerpopupwraper .careerpopup h2 {
  font-size: 28px;
  line-height: 32px;
}
@media screen and (max-width: 991px) {
  .careerpopupwraper .careerpopup h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .careerpopupwraper .careerpopup h2 {
    font-size: 16px;
  }
}
.careerpopupwraper .careerpopup .selectwraper {
  border-bottom: none;
}
.careerpopupwraper .careerpopup p {
  color: #000000;
  font-weight: 400;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .careerpopupwraper .careerpopup p {
    font-size: 14px;
  }
}
.careerpopupwraper .careerpopup label {
  font-size: 15px;
  color: #003F62;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .careerpopupwraper .careerpopup label {
    font-size: 14px;
  }
}
.careerpopupwraper .careerpopup .form-control {
  width: 100%;
  padding: 8px 10px;
  color: #000000;
  background: #ffffff;
  border-radius: 0;
  font-size: 14px;
  border: 1px solid #bbb;
  height: 38px !important;
}
.careerpopupwraper .careerpopup .form-control:focus {
  outline: none;
  box-shadow: none;
}
.careerpopupwraper .careerpopup .custom-file {
  position: relative;
}
.careerpopupwraper .careerpopup .custom-file span {
  position: absolute;
  top: 0;
  width: 150px;
  background: #D8D8D8;
  left: 0;
  z-index: 1;
  height: 100%;
  text-align: center;
  line-height: 38px;
}
.careerpopupwraper .closecareerpopup {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .careerpopupwraper .closecareerpopup {
    right: 10px;
  }
}
.careerpopupwraper .closecareerpopup svg {
  width: 30px;
  fill: #003F62;
}
@media screen and (max-width: 767px) {
  .careerpopupwraper .closecareerpopup svg {
    width: 20px;
  }
}

.col-blue {
  color: #003F62 !important;
}

.videopopwraper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 100;
  display: none;
}
.videopopwraper .videopopup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 600px;
  height: 350px;
  background: #000;
  border: 4px solid #ffffff;
  z-index: 101;
}
.videopopwraper .videopopup iframe {
  width: 100% !important;
  height: 100% !important;
}
.videopopwraper .closevideo {
  position: absolute;
  top: 20px;
  right: 20px;
}
.videopopwraper .closevideo svg {
  width: 30px;
  fill: #ffffff;
}

.searchpopupwraper {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 63, 98, 0.95);
  z-index: 101;
  transition: all 0.3s ease-in-out;
}
.searchpopupwraper.opened {
  top: 0;
}
.searchpopupwraper .selectwraper {
  background: #f3f3f3;
  margin-right: 15px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .searchpopupwraper .selectwraper {
    margin-right: 0;
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
  }
}
.searchpopupwraper .selectwraper select {
  height: 100%;
  padding: 10px 30px 10px 10px;
  font-size: 20px;
  color: #636466;
}
@media screen and (max-width: 991px) {
  .searchpopupwraper .selectwraper select {
    font-size: 16px;
  }
}
.searchpopupwraper .selectwraper::after {
  top: 24px;
}
@media screen and (max-width: 767px) {
  .searchpopupwraper .selectwraper::after {
    top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .searchpopupwraper .input-group-append {
    flex-wrap: wrap;
  }
}
.searchpopupwraper .search-wraper {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.searchpopupwraper .search-wraper h2 {
  font-size: 32px;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .searchpopupwraper .search-wraper h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .searchpopupwraper .search-wraper h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .searchpopupwraper .search-wraper .input-group {
    display: block;
  }
}
.searchpopupwraper .search-wraper input {
  padding: 15px 15px;
  font-size: 20px;
  border: none;
  margin-right: 15px;
  border-radius: 5px !important;
  background: #f3f3f3;
  color: #636466;
}
@media screen and (max-width: 991px) {
  .searchpopupwraper .search-wraper input {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .searchpopupwraper .search-wraper input {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
    padding: 13px 15px;
  }
}
.searchpopupwraper .search-wraper .searchbtn {
  background: #01A6C6;
  color: #003F62;
  padding: 15px 30px;
  border: none;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  border-radius: 5px !important;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .searchpopupwraper .search-wraper .searchbtn {
    padding: 13px 15px;
    font-size: 16px;
  }
}
.searchpopupwraper .closesearchpopup {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  padding: 10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 2px solid #ffffff;
}
@media screen and (max-width: 767px) {
  .searchpopupwraper .closesearchpopup {
    right: 10px;
  }
}
.searchpopupwraper .closesearchpopup svg {
  width: 16px;
  fill: #ffffff;
}

.searchlist ul li {
  padding: 15px 0;
  margin-bottom: 0px;
  border-bottom: 1px solid #D8D8D8;
  list-style: none;
}
.searchlist ul li p {
  font-size: 13px;
  margin-bottom: 5px;
  color: #636466;
}
.searchlist ul li h3 {
  font-size: 16px;
  color: #003F62;
  font-family: "Roboto Slab", serif;
}
.searchlist ul li a {
  color: #636466;
  font-size: 13px;
}
.searchlist ul li a:hover {
  color: #003F62;
}

#msgemtpy {
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: 102%;
  left: 0;
}
@media screen and (max-width: 767px) {
  #msgemtpy {
    top: 100%;
  }
}

.customfiletype {
  position: relative;
  overflow: hidden;
}
.customfiletype .resume {
  position: absolute;
  left: -1000px;
}
.customfiletype label {
  padding: 8px 20px;
  background: #003F62;
  color: #ffffff !important;
  cursor: pointer;
  margin-right: 10px;
}

.careerdis {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 800px;
  padding: 80px 50px;
  background: #ffffff;
  border: 1px solid #003F62;
  z-index: 101;
  transform: translate(-50%, -50%);
}
.careerdis .closecareerdispopup {
  position: absolute;
  color: #ffffff;
  background: #007bff;
  font-size: 16px;
  padding: 5px;
  bottom: 20px;
  right: 20px;
  z-index: 1;
}
.careerdis .closecareerdispopup svg {
  width: 30px;
}

.magazineimages img {
  width: 100%;
  margin-bottom: 30px;
}

.disclaimerscroll {
  height: 100px;
  overflow: hidden;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .disclaimerscroll {
    margin-bottom: 10px;
  }
}
.disclaimerscroll ul {
  list-style-type: disc;
  margin-bottom: 15px;
  padding-left: 20px;
}
.disclaimerscroll ul li {
  margin-bottom: 8px;
}

.setFont,
.postAuthorInfo .postAuthorName,
.postAuthorInfo .authrHandleTime .timePost,
.themesWrapper .small,
.themesWrapper small {
  color: #ffffff !important;
}

.mCustomScrollbar {
  touch-action: pinch-zoom;
  /* direct pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  touch-action: auto;
}

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}

.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
@media screen and (max-width: 767px) {
  .mCSB_outside + .mCSB_scrollTools {
    right: -10px;
  }
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 0;
  border-radius: 5px;
  width: 20px;
}
@media screen and (max-width: 1199px) {
  .mCSB_scrollTools a + .mCSB_draggerContainer {
    width: 10px;
  }
}
@media screen and (max-width: 767px) {
  .mCSB_scrollTools a + .mCSB_draggerContainer {
    width: 6px;
  }
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
}
@media screen and (max-width: 1199px) {
  .mCSB_scrollTools .mCSB_draggerRail {
    width: 1px;
  }
}

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center;
}

/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 3px;
  background-color: transparent;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
  .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 1px;
  }
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #cccccc;
  border-radius: 0px;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #cccccc;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #cccccc;
}

.carousel-inner .carousel-item {
  transition: transform 0.4s ease;
}

.grecaptcha-badge {
  z-index: 9999;
}/*# sourceMappingURL=stylesheet.css.map */