/* body {
  overflow-y: scroll !important;
} */
a {
  color: #00578A;
}

.header {
  background-color: #000;
}

#hero_slider_carousel {
  background-color: #061838;
}

.search__color {
  display: block !important;
  opacity: 1 !important;
}

.mb15_col>[class*="col-"] {
  margin-bottom: 15px;
}

.mb20_col>[class*="col-"] {
  margin-bottom: 20px;
}

.mb30_col>[class*="col-"] {
  margin-bottom: 30px;
}

.dot_bg {
  background-color: #4c0519;
  background-position: center center;
  background-image: url(../../../careers/usa-2020/pattern_bg_half.png);
  background-size: 0.75%;
}

.eq_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.eq_height {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding-bottom: 50px;
}

.grid_bg_gray .eq_height {
  background-color: #f2f2f2;
}

.grid_bg_gray .eq_height a {
  color: #000;
  display: block;
  height: 100%;
}

.grid_bg_gray .eq_height:hover>a {
  color: #00578A;
}

.box_ctrl {
  padding: 15px;
  clear: both;
}

.box_ctrl h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px !important;
}

.box_ctrl p {
  font-weight: 300;
}

.ctrl_grid_p .box_ctrl p {
  margin-bottom: 5px !important;
}

.social_bottom {
  padding-bottom: 40px;
}

.social_icon {
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: 5px;
}

.zoom_wrap {
  position: relative;
  overflow: inherit;
}

.img_wrap {
  float: left;
  width: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.zoom_wrap img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.zoom_wrap:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.stories-items .zoom_text a {
  color: #fff !important;
  font-weight: 500;
  font-size: 20px;
}

.stories-items .zoom_text a:focus .img_wrap {
  outline: 2px solid blue;
  outline-offset: -2px;
}

.stories-items .zoom_text img {
  margin-top: 190px;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
}

.stories-items .zoom_text p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  line-height: 25px;
}

#overview {
  position: relative;
}

/*#overview:before {
  position: absolute;
  z-index: -1;
  content: "";
  width: 100%;
  height: 600px;
  left: 0;
  top: 0;
  background-image: url(../uploads/culture/collaboration.svg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  background-position: center center;
}*/
.ctrl-loc-para .loc-cntry-txt span {
  padding: 0 10px;
}

.ctrl-button-read .more {
  top: 295px !important;
}

.ctrl-button-read .more.readmore-top {
  top: 345px !important;
}

.bg-queries {
  background-color: #f2f2f2;
  color: #000;
  position: relative;
  height: 100%;
}

.bg-queries2 {
  background-color: #fff;
  color: #000;
  position: relative;
  height: 100%;
}

.pdg-queries {
  padding: 65px 15px 15px;
}

.stick-left-nav-ul {
  padding-left: 20px;
  width: 95px;
}

.sticky-left-nav {
  position: fixed;
  width: 120px;
  background-color: transparent;
  z-index: 1;
}

.sticky-left-nav ul li {
  list-style: none;
  height: 60px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.side-menu .sticky-left-nav ul li.nav-active-menu a::before,
.sticky-left-nav ul li a::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  opacity: 1;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.side-menu .sticky-left-nav ul li a::before {
  background-color: #fff;
}

.side-menu .sticky-left-nav ul li.nav-active-menu a::before,
.sticky-left-nav ul li.nav-active a::before {
  width: 60px;
  height: 4px;
  opacity: 1;
}

.side-menu .sticky-left-nav ul li.nav-active-menu {
  margin-bottom: 30px !important;
}

.sticky-left-nav ul li a,
.sticky-left-nav ul li a:focus,
.sticky-left-nav ul li a:hover {
  text-decoration: none;
}

.sticky-left-nav ul li a span {
  display: block;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  padding-top: 5px;
  font-size: 14px;
}

.side-menu .sticky-left-nav ul li a span {
  color: #fff;
  opacity: 1 !important;
}

.sticky-left-nav ul li.nav-active a span {
  opacity: 1;
}

.sticky-left-nav ul li.darkText a span {
  color: #7e7e7e !important;
}

.sticky-left-nav ul li.darkText a::before {
  background-color: #7e7e7e !important;
  opacity: 1;
}

.scrollto-target-menu.changecolor a::before {
  background-color: #000 !important;
}

.scrollto-target-menu.changecolor a span {
  color: #000 !important;
}

.stories-txt {
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
}

.txt-blog h5 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.insight-title {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.size-md-14 {
  font-size: 14px;
}

.size-md-20 {
  font-size: 20px;
}

.size-md-25 {
  font-size: 25px;
}

.size-md-28 {
  font-size: 28px;
}

.size-md-70 {
  font-size: 70px;
}

.white-color {
  color: #fff !important;
}

.black-color {
  color: #000 !important;
}

.light-gray {
  color: #7e7e7e !important;
}

.m0 {
  margin: 0;
}

.ml25 {
  margin-left: 25px;
}

.mt0 {
  margin-top: 0;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt80 {
  margin-top: 80px;
}

.mt100 {
  margin-top: 100px;
}

.mt175 {
  margin-top: 175px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px;
}

.mtb30 {
  margin: 30px 0;
}

.p0 {
  padding: 0 !important;
}

.p60 {
  padding: 60px;
}

.p15 {
  padding: 15px;
}

.p50 {
  padding: 50px;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt75 {
  padding-top: 75px;
}

.pb0 {
  padding-bottom: 0;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.ptb50 {
  padding: 50px 0;
}

.ptb15 {
  padding: 15px 0;
}

.ptb75 {
  padding: 75px 0;
}

.ptb100 {
  padding: 100px 0 !important;
}

.plr5 {
  padding: 0 5px;
}

.row-eq-ht {
  overflow: hidden;
}

.col-eq-ht {
  margin-bottom: -9999px;
  padding-bottom: 9999px;
}

.bg-color1 {
  overflow: hidden;
}

.bg-color1>img.img-responsive {
  max-width: none;
  transform: translate3d(-40px, 0, 0);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: calc(100% + 40px);
}

.bg-color1:hover>img.img-responsive {
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

img.play-icon {
  width: 80px;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.txt-reseach {
  bottom: 0;
  padding: 0 25px 25px;
  position: absolute;
  width: 100%;
  z-index: 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.txt-reseach::before {
  background: rgba(0, 0, 0, 0) linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 40%) no-repeat scroll 0 0;
  content: "";
  height: 250px;
  left: 0;
  position: absolute;
  top: -50px;
  width: 100%;
  z-index: -1;
}

.bg-color1:hover .txt-reseach {
  bottom: 20px;
}

.insight-title {
  font-size: 14px;
  letter-spacing: 1.5px;
  color: #b8b8b8;
  font-weight: 600;
  text-transform: uppercase;
}

.bg-article,
.bg-blog,
.bg-blog-segment,
.bg-e,
.bg-last,
.bg-whitepaper {
  position: relative;
}

.bg-blog {
  background-color: #f8f8f8;
}

.bg-pressrelease {
  background-color: #963596;
}

.bg-article {
  background-color: #f16c51;
}

.bg-blog-segment {
  background-color: #0f9ffa;
}

.bg-whitepaper {
  overflow: hidden;
}

.bg-whitepaper .txt-section {
  background-color: rgba(6, 24, 56, 0.5);
  background: rgba(0, 0, 0, 0) linear-gradient(rgba(6, 24, 56, 0.5) 0, rgba(255, 255, 255, 0.2) 50%);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.bg-whitepaper>img.img-whitepaper {
  max-width: none;
  transform: translate3d(-40px, 0, 0);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: calc(100% + 40px);
}

.bg-whitepaper:hover>img.img-whitepaper {
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.txt-whitepaper {
  padding-top: 290px;
}

.bg-last {
  background-color: #df9926;
}

.img-whitepaper {
  top: 0;
  position: absolute;
  transition: all 0.5s ease 0s;
}

.txt-section {
  padding: 20px;
  position: relative;
}

.box-title {
  margin: 0;
  font-size: 15px;
  letter-spacing: 1.5px;
  color: #bcb9b9;
  font-weight: 600;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.box-text {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  padding: 15px 0;
}

.bg-article:hover p.more,
.bg-blog-segment:hover p.more,
.bg-blog:hover p.more,
.bg-darkblue:hover p.more,
.bg-last:hover p.more,
.bg-light-grey:hover p.more,
.bg-orange:hover p.more,
.bg-pressrelease:hover p.more,
.bg-twittercyan:hover p.more {
  left: 30px;
}

.bg-whitepaper:hover p.white-download {
  left: 10px;
}

.more {
  position: absolute;
  top: 330px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 900;
  left: 20px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.readmore-top {
  top: 355px !important;
}

.insight-email {
  margin-top: 0;
  font-size: 28px;
  color: #000;
  line-height: 32px;
  font-weight: 900;
}

.email-add-bg {
  margin-left: 15px;
  margin-right: 15px;
}

.email-add {
  width: 100%;
  background-color: transparent;
  border-color: transparent;
  border-bottom: 1px solid #fff;
  color: #fff !important;
  font-size: 16px;
  margin-top: 20px;
  letter-spacing: 1px;
  opacity: 0.7 !important;
  outline: 0;
}

.getsmart {
  font-size: 14px;
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  padding: 12px 30px;
  display: inline-block;
  margin-left: 15px;
  margin-top: 10px;
  background-color: #fff;
  outline: 0;
  border: none;
}

.email-add-bg input::-webkit-input-placeholder {
  color: #fff !important;
}

.email-add-bg input:-moz-placeholder {
  color: #fff !important;
}

.email-add-bg input::-moz-placeholder {
  color: #fff !important;
}

.email-add-bg input:-ms-input-placeholder {
  color: #fff !important;
}

.title-bg {
  margin: 0 auto;
  max-width: 850px;
  width: 100%;
}

.center-title {
  font-size: 80px;
  color: #000;
  text-align: center;
  font-weight: 900;
  line-height: 83px;
  padding-bottom: 10px;
}

.sub-title {
  font-size: 40px;
  color: #3f3f3f;
  font-weight: 300;
  line-height: 45px;
  text-align: center;
}

.gray-bg {
  background-color: #fbfbfb;
}

.violet-bg {
  background-color: #963596;
}

.blue-bg {
  background-color: #372261;
}

.yellow-bg {
  background-color: #df9926;
}

.yellow-bg ul {
  padding: 0;
}

.yellow-bg ul>li {
  display: block;
  background-image: url(../../../../../../../SiteCollectionImages/18/right-chevron-black.svg);
  background-repeat: no-repeat;
  padding-left: 20px;
  background-position: 0 5px;
  margin-bottom: 10px;
}

.height-380 {
  min-height: 390px;
  position: relative;
  padding-bottom: 30px;
}

.padding-bottom-0 {
  padding-bottom: 0;
}

img.video-img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.inst-video-disc {
  width: 75%;
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.insight-text {
  margin: 0;
  font-size: 25px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
}

.corner-shape {
  width: 100%;
  height: auto;
  border-bottom: 170px solid #00b28f;
  border-right: 80px solid transparent;
  position: absolute;
  left: 0;
  bottom: 0;
}

.corner-shape-text {
  position: absolute;
  left: 20px;
  right: 20px;
}

.corner-shape-text p {
  margin: 0;
}

.whitepaper {
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  padding-top: 14px;
}

.white-download {
  font-size: 15px;
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 135px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.getinsight {
  width: 70%;
  font-size: 12px;
  color: #fff;
  margin-top: 10px;
  margin-left: 15px;
}

.see-more {
  text-align: center;
  margin-top: 50px;
}

.see-more a {
  font-size: 14px;
  color: #3f3f3f;
  text-transform: uppercase;
  padding: 20px 50px;
  display: inline-flex;
  border: 1px solid #7e7e7e;
}

.insight-btn {
  border: 1px solid #000 !important;
  color: #000 !important;
  min-width: 200px;
  padding-bottom: 15px !important;
  padding-top: 15px !important;
  text-transform: uppercase;
  margin: 0 auto !important;
  display: table !important;
  margin-top: 40px !important;
}

.insight-btn:hover {
  color: #fff !important;
}

.fixed-box {
  position: fixed;
  right: 0;
  background-color: #f16c51;
  z-index: 1;
  bottom: 70px;
  border-radius: 10px 0 0 10px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7);
}

.fixed-box-inner {
  width: 280px;
  padding: 20px 30px;
}

.fixed-box .surveytex {
  color: #fff;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  position: absolute;
  left: -13px;
  top: 42%;
  font-weight: 700;
  cursor: pointer;
}

.slide-arrow {
  font-size: 16px !important;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 10px;
  left: 10px;
}

.fixed-box-inner .survey-done {
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  display: none;
}

.survey-submit {
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 15px;
  color: #fff !important;
  padding: 2px 8px 4px;
  margin-top: 12px;
  display: inline-block;
}

.survey-submit:hover {
  background-color: #000;
  border: 1px solid #000;
}

.fixed-box-inner .survey-close {
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 15px;
  transition: all 0.3s ease-in-out;
}

.fixed-title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: normal;
}

.fix-list {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
}

.fix-list label {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}

.fix-list input[type="radio"] {
  margin: 0;
  margin-right: 5px;
}

.fixed-box.change-bg {
  padding-bottom: 25px;
  background-color: #222;
}

.fixed-box.change-bg .surveytex {
  color: #fff;
}

.fixed-box.change-bg .survey-submit {
  border: 1px solid #000;
  color: #000 !important;
}

@-webkit-keyframes fade-In-Left {
  from {
    opacity: 0;
    -webkit-transform: translatex(-10px);
    -moz-transform: translatex(-10px);
    -o-transform: translatex(-10px);
    transform: translatex(-10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}

@-moz-keyframes fade-In-Left {
  from {
    opacity: 0;
    -webkit-transform: translatex(-10px);
    -moz-transform: translatex(-10px);
    -o-transform: translatex(-10px);
    transform: translatex(-10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}

@keyframes fade-In-Left {
  from {
    opacity: 0;
    -webkit-transform: translatex(100px);
    -moz-transform: translatex(100px);
    -o-transform: translatex(100px);
    transform: translatex(100px);
  }

  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}

.in-left {
  -webkit-animation-name: fade-In-Left;
  -moz-animation-name: fade-In-Left;
  -o-animation-name: fade-In-Left;
  animation-name: fade-In-Left;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-duration: 1.5s;
  animation-delay: 1.5s;
}

.ctrl-txt {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.ctrl-txt span {
  margin-top: 10px;
}

.circle.expand {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

#explore-life {
  padding: 80px 0;
}

.list-title {
  font-size: 22px;
  font-weight: 600;
}

.career-list {
  padding: 0;
}

.career-list li {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 10px;
  font-weight: 400;
}

.career-list li a {
  color: #000;
}

.stats [class*="col-"] {
  text-align: center;
  margin-bottom: 60px;
}

.circle-grid.circle-ctrl .eqh-box {
  padding: 20px 20px;
  padding-bottom: 0;
  margin-bottom: 20px;
  border: 1px solid #b8b8b8;
}

.circle-grid.circle-ctrl .head-abtus {
  margin-bottom: 20px !important;
}

.survey-progress {
  float: left;
  width: 100%;
}

.progress-title {
  font-size: 14px;
  color: #ccc;
  font-weight: 600;
  margin-bottom: 3px;
}

.survey-progress .progress {
  float: left;
  width: 100%;
  height: 15px;
  margin-bottom: 5px;
  border-radius: 0;
  background-color: #666;
}

.bar-color-q1 {
  background: #963596;
  background: -webkit-linear-gradient(to right, #963596, #0f9ffa);
  background: -webkit-linear-gradient(left, #963596, #0f9ffa);
  background: linear-gradient(to right, #963596, #0f9ffa);
}

.bar-color-q2 {
  background: #f16c51;
  background: -webkit-linear-gradient(to right, #f16c51, #df9926);
  background: -webkit-linear-gradient(left, #f16c51, #df9926);
  background: linear-gradient(to right, #f16c51, #df9926);
}

.bar-color-q3 {
  background: #963596;
  background: -webkit-linear-gradient(to right, #963596, #f16c51);
  background: -webkit-linear-gradient(left, #963596, #f16c51);
  background: linear-gradient(to right, #963596, #f16c51);
}

.bar-color-q4 {
  background: #00b28f;
  background: -webkit-linear-gradient(to right, #00b28f, #963596);
  background: -webkit-linear-gradient(left, #00b28f, #963596);
  background: linear-gradient(to right, #00b28f, #963596);
}

.bar-color-q5 {
  background: #df9926;
  background: -webkit-linear-gradient(to right, #df9926, #00b28f);
  background: -webkit-linear-gradient(left, #df9926, #00b28f);
  background: linear-gradient(to right, #df9926, #00b28f);
}

.bar-color-q6 {
  background: #0f9ffa;
  background: -webkit-linear-gradient(to right, #0f9ffa, #f16c51);
  background: -webkit-linear-gradient(left, #0f9ffa, #f16c51);
  background: linear-gradient(to right, #0f9ffa, #f16c51);
}

.progress-val {
  float: right;
  font-size: 11px;
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
}

.survey-progress .progress-bar {
  padding: 0;
  text-align: left;
  line-height: 12px;
  -webkit-transition-duration: 2s;
  -moz-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s;
}

.learing-icon1 {
  width: 100px;
  margin-bottom: 10px;
}

.learing-icon2 {
  margin: 0 auto;
  width: 70px !important;
  margin-bottom: 10px;
}

.icon-title {
  font-size: 20px;
  margin-bottom: 10px !important;
}

.expert-name {
  font-size: 25px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px !important;
}

.expert-text {
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
  line-height: 21px;
  font-weight: 400;
}

.three-pillar {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  padding: 0 10px;
}

.pillar-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pillar-box:hover .pillar-overlay {
  background-color: rgba(245, 166, 35, 0.9);
}

.three-pillar h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 10px !important;
}

.three-pillar p {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}

.sust-para {
  font-size: 21px;
  color: #fff;
  font-weight: 300;
  margin: 20px 0;
  line-height: 1.3em;
}

.sust-pr {
  padding: 25px;
  background-color: #fff;
}

.sust-pr-para {
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
}

.view-more {
  background-color: #fff;
  color: #963596 !important;
  padding: 8px 25px;
  border: 1px solid #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin: 10px 0;
}

.view-more:hover {
  background-color: transparent;
  color: #fff;
}

.color-box {
  padding: 20px 20px;
  min-height: 320px;
}

.color-box-title {
  font-size: 14px;
  letter-spacing: 1.5px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.color-box-txt {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}

.color-box-btn {
  position: absolute;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  left: 20px;
  bottom: 15px;
  margin-bottom: 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.color-box:hover .color-box-btn {
  left: 30px;
}

.flip-row [class*="col-"] {
  margin-bottom: 15px;
}

.flipbox {
  float: left;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.flipbox .flip-back {
  position: absolute;
  top: 0;
  left: 0;
}

.flipbox .flip-back,
.flipbox .flip-front {
  width: 100%;
  height: 200px;
  color: #fff;
  text-align: center;
  padding: 20px 15px;
  display: block;
  transition-duration: 1s;
  transition-property: transform, opacity;
  box-sizing: border-box;
}

.flipbox .flip-front {
  opacity: 1;
  transform: rotateY(0);
}

.flipbox .flip-back {
  opacity: 0;
  transform: rotateY(180deg);
}

.flipbox:hover .flip-front {
  opacity: 0;
  transform: rotateY(180deg);
}

.flipbox:hover .flip-back {
  opacity: 1;
  transform: rotateY(0);
}

.flip-front h3 {
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
  font-size: 22px;
  color: #000;
  font-weight: 600;
  top: 46%;
  transform: translateY(-46%);
  -webkit-transform: translateY(-46%);
  position: absolute;
}

.flip-back h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 5px !important;
  line-height: inherit;
}

.flip-back p {
  font-size: 17px;
  margin-bottom: 5px;
}

.flip-front1 {
  background-color: #fbc2ba;
}

.flip-back1 {
  background-color: #ca4d37;
}

.flip-front2 {
  background-color: #92d1ff;
}

.flip-back2 {
  background-color: #0271b1;
}

.flip-front3 {
  background-color: #eac8a5;
}

.flip-back3 {
  background-color: #ab6604;
}

.flip-front4 {
  background-color: #a8d7cd;
}

.flip-back4 {
  background-color: #00866a;
}

.flip-front5 {
  background-color: #d0b5d5;
}

.flip-back5 {
  background-color: #8e2d8d;
}

.flip-front6 {
  background-color: #b8b8b8;
}

.flip-back6 {
  background-color: #3f3f3f;
}

.ctrl-bottom {
  top: inherit !important;
  bottom: 0;
  margin-bottom: 0 !important;
}

.careers-employeespeak {
  background-color: #f3f3f3;
  color: #000;
  max-width: 100%;
  padding: 25px 35px;
  right: 60px;
  text-align: left;
}

.employeespeak-head {
  color: #333;
  font-size: 14px;
  margin-bottom: 10px !important;
  padding-left: 95px;
}

.employeespeak-content {
  font-size: 17px;
  font-weight: 400;
  padding-top: 10px;
}

.img-employee {
  border-radius: 50%;
  display: inline-block;
  float: left;
  height: 85px;
  margin-right: 10px;
  width: 85px !important;
}

.img-employee-ctrl {
  width: 140px !important;
  height: auto !important;
}

#employeespeak_slider .owl-dots {
  position: static;
  text-align: center;
}

#employeespeak_slider.owl-theme .owl-dots .owl-dot span {
  background-color: rgba(0, 0, 0, 1);
  box-shadow: 0 0 0 2px #000 inset;
}

#employeespeak_slider.owl-theme .owl-dots .owl-dot span {
  margin: 0 5px;
  width: 8px;
  height: 8px;
}

#employeespeak_slider.owl-theme .owl-dots .owl-dot.active span,
#employeespeak_slider.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #fff;
}

ul.article-pagination {
  float: left;
  padding: 0;
  margin-top: 15px;
}

ul.article-pagination>li:first-child {
  padding-left: 0 !important;
}

ul.article-pagination>li {
  display: inline-block !important;
  background-image: none !important;
  padding-left: 10px !important;
}

ul.article-pagination>li>a {
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 0;
  display: block;
  font-weight: 700;
  padding: 3px 10px;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
}

ul.article-pagination>li>a:hover {
  background-color: #000 !important;
  border: 1px solid #000 !important;
  color: #fff;
}

ul.article-pagination>li>a.pagination-active {
  background-color: #000 !important;
  border: 1px solid #000 !important;
  color: #fff !important;
  text-decoration: none !important;
}

.explore-box .stories-txt img.img-responsive {
  margin-top: 120px;
}

.right-box {
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
}

.right-box img.img-responsive {
  max-width: none;
  transform: translate3d(-40px, 0, 0);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: calc(100% + 40px);
}

.right-box:hover img.img-responsive {
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.box-bottom-txt {
  position: absolute;
  left: 0;
  width: auto;
  padding: 8px 20px;
  background: #000;
  line-height: 25px;
  bottom: 20px;
}

.stories-txt .box-bottom-txt {
  bottom: 0px;
  right: 0;
}

.stories-items .stories-txt a {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}

.box-bottom-txt h4 {
  color: #fff;
  font-size: 22px;
  /* margin-bottom: 5px!important; */
  font-weight: 600;
}

.box-bottom-txt p {
  color: #fff;
  margin-bottom: 0;
}

.shadow-box {
  position: relative;
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.3);
}

.shadow-light {
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
}

.shadow-box::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s;
  -webkit-box-shadow: 0 3px 8px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 8px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px 10px rgba(0, 0, 0, 0.1);
}

.shadow-box:hover::before {
  opacity: 1;
  transition: opacity 0.3s;
}

.custom-obj a {
  color: #000 !important;
}

.custom-obj .media-heading {
  margin-bottom: 10px !important;
}

.custom-obj p {
  font-size: 16px;
  padding-left: 10px;
  margin-top: 5px;
}

.role-box .panel-body {
  padding: 0 !important;
  border: none !important;
}

.role-box .panel-default {
  border: none;
}

.role-box .panel-title>a,
.role-box .panel-title>a:active {
  display: block;
  padding: 15px;
  color: #555;
  font-size: 16px;
  text-decoration: none;
}

.role-box .panel-heading a:before {
  font-family: 'Font Awesome 6 Free';
  content: "\f077";
  float: right;
  transition: all 0.5s;
}

.role-box .panel-heading.active a:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.web-hide {
  display: none;
}

.web-hide p {
  margin-bottom: 0 !important;
  font-size: 18px;
  font-weight: 600;
}

.draw-map svg {
  fill-opacity: 0;
  transition: fill-opacity 2s;
}

.draw-map svg.finished {
  fill-opacity: 1;
}

#linedrawing {
  min-height: 300px;
  fill: #09321d;
  stroke: #fff;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.bg-onyx-lbg2 {
  background-color: #f3f3f3 !important;
}

a.btn-shutter-black.shutter-white::before {
  background-color: #fff;
}

a.btn-shutter-black.shutter-white {
  color: #fff;
  border: 1px solid #fff;
}

a.btn-shutter-black.shutter-white:hover {
  color: #000;
  border: 1px solid #fff;
}

.location-title {
  font-size: 24px;
  padding-bottom: 15px;
}

.three_item .border-line {
  border: 1px solid #b8b8b8;
  margin-top: 15px;
  margin-bottom: 15px;
}

.three_item .owl-nav .owl-next,
.three_item .owl-nav .owl-prev {
  background-repeat: no-repeat;
  height: 32px;
  position: absolute;
  text-indent: -9999px;
  width: 32px;
  top: 150px !important;
}

.three_item .owl-nav .owl-next {
  background-image: url(../../images/arrow-right.png);
  right: -35px;
}

.three_item .owl-nav .owl-prev {
  background-image: url(../../images/arrow-left.png);
  left: -35px;
}

.ripple_hover {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.ripple_effect {
  display: block;
  position: absolute;
  background-color: #96d6ff;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transition: transform 2.5s cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
  -moz-transition: transform 2.5s cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
  -webkit-transition: transform 2.5s cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
  -o-transition: transform 2.5s cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
}

.ripple_effect.ripple_animate {
  transform: scale(4);
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  -o-transform: scale(3);
  z-index: 0;
}

.above_div {
  float: left;
  width: 100%;
  position: relative;
  z-index: 999;
}

.box_txt {
  color: #000;
  padding: 65px 15px 15px;
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
  height: 100%;
}

.box_link .ripple_effect {
  background-color: #fbc2ba;
}

.box_link .ripple_effect h4 {
  color: #fff;
}

.box_txt:hover .head-abtus-bdr {
  width: 65px;
}

.grid-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.overlay-box .box-bottom-txt {
  z-index: 9;
}

.overlay-box:hover .grid-overlay {
  background-color: rgba(241, 108, 81, 0);
}

.overlay-box {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.overlay-box img {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
}

.overlay-box .ovly-top {
  background: rgba(241, 108, 81, 0.6);
  height: 100%;
  left: -100%;
  position: absolute;
  top: -100%;
  width: 100%;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.overlay-box .ovly-bottom {
  background: rgba(241, 108, 81, 0.6);
  height: 100%;
  left: 100%;
  position: absolute;
  top: 100%;
  width: 100%;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.overlay-box:hover .ovly-top {
  left: 0;
  top: 0;
}

.overlay-box:hover .ovly-bottom {
  left: 0;
  top: 0;
}

.flip_row [class*="col-"] {
  margin-bottom: 15px;
  overflow: hidden;
}

.flip_container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -ms-transform: perspective(1000px);
  -moz-transform: perspective(1000px);
  transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip_container.hover .back_flip,
.flip_container:hover .back_flip {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -o-transform: rotateY(0);
  -ms-transform: rotateY(0);
  transform: rotateY(0);
}

.flip_container.hover .front_flip,
.flip_container:hover .front_flip {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.back_flip,
.flip_container,
.front_flip {
  width: 100%;
  height: 200px;
}

.flipper {
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -moz-transform: perspective(1000px);
  transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

.back_flip,
.front_flip {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: rotateY(0);
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -moz-transform: rotateY(0);
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  -o-transform: rotateY(0);
  -ms-transition: 0.6s;
  -ms-transform-style: preserve-3d;
  -ms-transform: rotateY(0);
  transition: 0.6s;
  transform-style: preserve-3d;
  transform: rotateY(0);
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 10px;
  text-align: center;
}

.front_flip {
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  transform: rotateY(0);
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.back_flip {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.front_flip h3 {
  margin: 0 auto;
  width: 100%;
  font-size: 22px;
  color: #000;
  font-weight: 600;
}

.back_flip h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 5px !important;
  line-height: inherit;
}

.back_flip p {
  font-size: 17px;
  color: #fff;
  margin-bottom: 5px;
}

.draw-map {
  position: relative;
}

.maps-interactive {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.maps-interactiveinner {
  width: 100%;
  height: 100%;
  position: relative;
}

.pointer {
  position: absolute;
}

.pointer a {
  transform: translateY(0);
  transition: all 0.5s ease;
  display: block;
  width: 20px;
  height: 20px;
}

.pointer a:hover {
  transform: translateY(-5px);
  transition: all 0.5s ease;
}

.labal-copy {
  display: none;
  position: absolute;
  bottom: 110%;
  right: 50%;
  width: 260px;
  height: auto;
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  z-index: 9;
}

.labal-copy h5 {
  font-size: 18px;
  margin-bottom: 5px !important;
}

.labal-copy p {
  font-size: 14px;
  margin: 0;
}

.labal-copy .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-weight: 400;
  line-height: 1;
  font-size: 15px;
  cursor: pointer;
}

.pointer {
  position: absolute;
}

.labal-copy a {
  float: left;
  width: 100%;
  display: block;
  font-weight: 700;
}

@-moz-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

@-o-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

.pointer-01 {
  top: 25%;
  left: 76%;
}

.pointer-02 {
  top: 38%;
  left: 32%;
}

.pointer-03 {
  top: 48%;
  left: 51%;
}

.pointer-04 {
  top: 56%;
  left: 45%;
}

.pointer-001 {
  top: 62%;
  left: 50%;
}

.pointer-002 {
  left: 56%;
  top: 56%;
}

.pointer-003 {
  left: 73%;
  top: 48%;
}

.pointer-004 {
  left: 70%;
  top: 52%;
}

.pointer-005 {
  left: 70%;
  top: 55%;
}

.pointer-006 {
  left: 63%;
  top: 54%;
}

.pointer-007 {
  left: 59%;
  top: 49%;
}

.pointer-008 {
  left: 59%;
  top: 42%;
}

.pointer-009 {
  left: 30%;
  top: 43%;
}

.pointer-0010 {
  left: 71%;
  top: 54%;
}

.pointer-0011 {
  top: 51%;
  left: 29%;
}

.pointer-0012 {
  left: 56%;
  top: 50%;
}

.pointer-0013 {
  left: 67%;
  top: 67%;
}

.pointer-1 {
  top: 58%;
  left: 62%;
}

.pointer-2 {
  top: 25%;
  left: 49%;
}

.pointer-3 {
  top: 45%;
  left: 74%;
}

.pointer-4 {
  top: 63%;
  left: 52%;
}

.pointer-5 {
  top: 48%;
  left: 62%;
}

.pointer-6 {
  top: 33%;
  left: 35%;
}

.pointer-7 {
  top: 44%;
  left: 72%;
}

.pointer-8 {
  top: 47%;
  left: 24%;
}

.pointer-9 {
  top: 44%;
  left: 76%;
}

.pointer-10 {
  top: 43%;
  left: 76%;
}

.pointer-11 {
  top: 42%;
  left: 69%;
}

.pointer-12 {
  top: 61%;
  left: 51%;
}

.pointer-13 {
  top: 33.8%;
  left: 30.5%;
}

.pointer-14 {
  top: 57%;
  left: 37%;
}

.pointer-15 {
  top: 16%;
  left: 54%;
}

.pointer-16 {
  top: 56%;
  left: 49%;
}

.pointer-17 {
  top: 88%;
  left: 93%;
}

.pointer-18 {
  top: 28%;
  left: 73%;
}

.labal-copy img {
  float: left;
  width: 160px;
  clear: both;
}

.locatin-popup {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.featured-point-1 {
  top: 25%;
  left: 17%;
}

.featured-point-2 {
  top: 49%;
  left: 19%;
}

.featured-point-3 {
  top: 37%;
  left: 21%;
}

.featured-point-4 {
  top: 69%;
  left: 34%;
}

.featured-point-5 {
  top: 58%;
  left: 25%;
}

.featured-point-6 {
  top: 90%;
  left: 29%;
}

.featured-point-7 {
  top: 67%;
  left: 27%;
}

.featured-point-8 {
  top: 76%;
  left: 86%;
}

.featured-point-9 {
  top: 40%;
  left: 74%;
}

.featured-point-10 {
  top: 50%;
  left: 80%;
}

.featured-point-11 {
  top: 52%;
  left: 70%;
}

.featured-point-12 {
  top: 42%;
  left: 86%;
}

.featured-point-13 {
  top: 62%;
  left: 78%;
}

.featured-point-14 {
  top: 90%;
  left: 94%;
}

.featured-point-15 {
  top: 61%;
  left: 81%;
}

.featured-point-16 {
  top: 42%;
  left: 83%;
}

.featured-point-17 {
  top: 56%;
  left: 83%;
}

.featured-point-18 {
  top: 50%;
  left: 82%;
}

.featured-point-19 {
  top: 36%;
  left: 49%;
}

.featured-point-20 {
  top: 32%;
  left: 50%;
}

.featured-point-21 {
  top: 25%;
  left: 55%;
}

.featured-point-22 {
  top: 38%;
  left: 48%;
}

.featured-point-23 {
  top: 35%;
  left: 51%;
}

.featured-point-24 {
  top: 34%;
  left: 46%;
}

.featured-point-25 {
  top: 42%;
  left: 52%;
}

.featured-point-26 {
  top: 25%;
  left: 51%;
}

.featured-point-27 {
  top: 42%;
  left: 47%;
}

.featured-point-28 {
  top: 29%;
  left: 52%;
}

.featured-point-29 {
  top: 39%;
  left: 50%;
}

.featured-point-30 {
  top: 35%;
  left: 50%;
}

.featured-point-31 {
  top: 34%;
  left: 48%;
}

.featured-point-32 {
  top: 22%;
  left: 71%;
}

.featured-point-33 {
  top: 40%;
  left: 53%;
}

.featured-point-34 {
  top: 36%;
  left: 53%;
}

.featured-point-35 {
  top: 38%;
  left: 51%;
}

.featured-point-36 {
  top: 37%;
  left: 52%;
}

.featured-point-37 {
  top: 39%;
  left: 52%;
}

.featured-point-38 {
  top: 73%;
  left: 65%;
}

.featured-point-39 {
  top: 50%;
  left: 64%;
}

.featured-point-40 {
  top: 50%;
  left: 64%;
}

.featured-point-41 {
  top: 77%;
  left: 55%;
}

img.usamap {
  position: relative;
  max-width: 100%;
}

.ctrl-strong strong {
  float: left;
  clear: both;
}

.apply-btn {
  float: left;
  font-size: 16px;
  display: inline-block;
  border: 1px solid #fff;
  margin-top: 15px;
  padding: 3px 15px;
  padding-top: 1px;
  clear: both;
}

.overview-link {
  margin-bottom: 10px;
  margin-top: 10px;
}

.overview-link a {
  margin-right: 15px;
}

.grid-ovly {
  background: rgba(0, 0, 0, 0) linear-gradient(0deg, #000 0, rgba(0, 0, 0, 0.2) 60%) repeat scroll 0 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.gird_hover .overlay-box:hover .grid-ovly {
  background: rgba(0, 0, 0, 0) linear-gradient(0deg, #000 0, rgba(0, 0, 0, 0.2) 60%) repeat scroll 0 0;
}

.embed-ctrl .embed-responsive-16by9 {
  padding-bottom: 49.3%;
}

.ctrl-pd4>[class*="col-"] {
  padding: 4px !important;
}

.grid_seven {
  position: relative;
}

.grid_seven>.p0>a {
  color: #fff;
}

.grid_seven>.p0>a:focus,
.grid_seven>.p0>a:hover {
  color: #fff;
  text-decoration: none;
}

.grid_seven figure {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  cursor: pointer;
}

.grid_seven figure img {
  position: relative;
  display: block;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.grid_seven figure figcaption::after,
.grid_seven figure figcaption::before {
  pointer-events: none;
}

.grid_seven figure figcaption {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 40px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  background-color: #382261;
  padding: 5px 20px;
}

.grid_seven figure:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  filter: blur(2px);
}

.gridoverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0)
    linear-gradient(0deg, #000 0, rgba(0, 0, 0, 0.2) 100%) repeat scroll 0 0; */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.grid_seven figure:hover figcaption {
  height: auto;
  max-height: 200px;
  bottom: 50px;
  background-color: transparent;
}

.grid_seven figure:hover .bottom-gradient-do_more {
  background: #382261;
  transform: translateY(0);
  opacity: 0.9;

  /* background: rgba(0, 0, 0, 0)
    linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%) repeat
    scroll 0 0;
  transform: translateY(0); */
  /* background: rgba(0, 0, 0, 0)
    linear-gradient(0deg, #000 0, rgba(0, 0, 0, 0.2) 100%) repeat scroll 0 0;
  transform: translateY(0); */
}

.grid-do_more figure:hover figcaption {
  height: auto;
  max-height: 200px;
  bottom: 50px;
}

.bottom-gradient-do_more {
  /* background: rgba(0, 0, 0, 0)
    linear-gradient(
      0deg,
      rgb(0, 0, 0) 0%,
      rgba(0, 0, 0, 0.8) 23%,
      rgba(0, 0, 0, 0) 60%,
      rgba(0, 0, 0, 0) 74%,
      rgba(0, 0, 0, 0) 81%,
      rgba(0, 0, 0, 0) 92%,
      rgba(0, 0, 0, 0) 100%
    )
    repeat scroll 0 0; */
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(0);
  transition: all 0.4s ease 0s;
}

.do_more-grid-title {
  margin: 0;
  color: #fff;
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

.do_more-grid-desc {
  color: #fff;
  font-size: 20px;
  line-height: 27px;
  font-weight: 300;
}

.ovr-hidden {
  float: left;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.box-overlay .overlay-black {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.box-overlay .bottom-position {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 20px;
  line-height: 25px;
  bottom: 20px;
  z-index: 999;
}

.box-overlay .bottom-position p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 400;
}

.logo-inner {
  margin: 20px 0 10px !important;
  border: 1px solid #333;
    padding: 10px 14px;
}

.menu ul li {
  margin-bottom: 15px !important;
}

.career_list_ctrl li {
  width: 48%;
  display: inline-block;
}


.overlay_txt {
  font-size: 18px !important;
  width: 100%;
  position: absolute;
  top: inherit !important;
  bottom: 0;
  margin-bottom: 0 !important;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
}

.list-items li a {
  color: #00578A !important;
  font-size: 20px;
}

.sub-txt,
.para-txt.light-gray {
  color: #565656 !important;
}

@media (max-width: 1280px) {
  .corner-shape {
    border-right: inherit;
    border-bottom: 170px solid #00b28f;
  }

  .white-download {
    padding-top: 10px;
    position: relative;
    top: 0;
  }
}

@media all and (max-width: 1024px) {
  .ripple_effect {
    display: none !important;
  }

  .zoom_wrap:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .grid-overlay {
    background-color: rgba(0, 0, 0, 0.4);
  }

  .overlay-box:hover .grid-overlay {
    background-color: rgba(241, 108, 81, 0.5);
  }

  .overlay-box .ovly-top {
    display: none;
  }

  .overlay-box .ovly-bottom {
    display: none;
  }

  .front_flip {
    display: none;
  }

  .back_flip {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -o-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0);
  }

  .flipbox .flip-back,
  .flipbox .flip-front {
    height: 220px;
  }

  .flipbox .flip-front {
    opacity: 0;
    transform: rotateY(180deg);
  }

  .flipbox .flip-back {
    opacity: 1;
    transform: rotateY(0);
  }

  .ctrl-txt {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
  }

  .bg-color1>img.img-responsive {
    width: calc(100% + 86px);
  }

  .bg-color1:hover>img.img-responsive,
  .bg-whitepaper:hover>img.img-whitepaper {
    transform: translate3d(-40px, 0, 0);
  }

  .bg-color1:hover .txt-reseach {
    bottom: 0;
  }

  .bg-whitepaper>img.img-whitepaper {
    width: calc(100% + 50px);
  }

  img.play-icon {
    width: 80px;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .txt-reseach::before {
    top: unset;
  }

  .offering-title {
    font-size: 35px;
    color: #000;
    font-weight: 900;
    line-height: 40px;
    letter-spacing: -1px;
  }

  .bg-whitepaper {
    position: relative;
  }

  .txt-whitepaper {
    padding-top: 380px;
  }

  .box-title {
    margin: 0;
    font-size: 15px;
    letter-spacing: 1.5px;
    color: #bcb9b9;
    font-weight: 600;
    padding-bottom: 15px;
    text-transform: uppercase;
  }

  .box-text {
    margin: 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    padding: 15px 0;
  }

  .bg-article:hover p.more,
  .bg-blog-segment:hover p.more,
  .bg-blog:hover p.more,
  .bg-darkblue:hover p.more,
  .bg-last:hover p.more,
  .bg-light-grey:hover p.more,
  .bg-orange:hover p.more,
  .bg-pressrelease:hover p.more,
  .bg-twittercyan:hover p.more {
    left: 0;
  }

  .bg-whitepaper:hover p.white-download {
    left: 0;
  }

  .more,
  .readmore-top {
    position: relative;
    top: 0 !important;
    left: 0;
  }

  .whats-btn {
    padding: 6px 12px;
  }

  #slider_list_carousel .owl-dots {
    bottom: -40px !important;
  }

  .offerings-row {
    margin-left: 0;
    padding-left: 25px;
    padding-right: 0;
  }

  .offerings-hover,
  .yellow-dot2 {
    opacity: 1;
  }

  ul.offering-list li {
    background: url(../../../../../../../SiteCollectionImages/responsive/newdesign/list-arrow.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
  }

  .border-left {
    display: none;
  }

  .submit-btn {
    padding: 10px 50px;
  }

  .ctrl-button-read .more {
    position: inherit !important;
  }

  .ctrl-h4 h4 {
    font-weight: 400;
  }

  .icon-title {
    font-size: 18px;
    margin-bottom: 10px !important;
    font-weight: 600;
  }

  .labal-copy {
    width: 200px;
    padding: 15px;
  }

  .labal-copy a {
    font-weight: 400;
    font-size: 16px;
  }

  .grid_seven figure figcaption {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: auto;
    max-height: none;
  }

  .grid_seven figure:hover figcaption {
    max-height: none;
    bottom: 30px;
  }

  .grid_seven figure:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .grid_seven figure:hover .bottom-gradient-do_more {
    transform: translateY(0);
  }

  .bottom-gradient-do_more {
    transform: translateY(0);
  }

  .embed-ctrl .embed-responsive-16by9 {
    padding-bottom: 49%;
  }

  .menuItems {
    max-height: inherit !important;
  }
}

@media all and (max-width: 992px) {
  .three-pillar h4 {
    font-size: 26px;
  }

  .sust-para {
    font-size: 22px;
  }

  .three_item {
    margin: 0 auto;
    width: 90% !important;
  }
}

@media all and (max-width: 768px) {
  .menu {
    background-color: #fff;
  }

  .color-box {
    min-height: 280px;
  }

  .labal-copy {
    width: 170px;
    padding: 10px;
  }

  .pointer-02 .labal-copy,
  .pointer-13 .labal-copy,
  .pointer-14 .labal-copy,
  .pointer-8 .labal-copy {
    left: 0;
  }

  .featured-point-1 .labal-copy,
  .featured-point-2 .labal-copy,
  .featured-point-3 .labal-copy,
  .featured-point-4 .labal-copy,
  .featured-point-5 .labal-copy,
  .featured-point-7 .labal-copy {
    left: 0;
  }
}

@media all and (max-width: 767px) {
  .row-eq-ht {
    overflow: hidden;
  }

  .col-eq-ht {
    height: auto;
    margin: 0;
    padding: 0;
  }

  .caption-txt>a,
  .lng-txt>a {
    font-size: 22px;
    color: #000;
    font-weight: 400;
    line-height: 29.5px;
    letter-spacing: -0.5px;
    margin-bottom: 0;
    z-index: 1;
  }

  .lng-txt {
    line-height: initial;
  }

  .insight-text {
    font-size: 20px;
  }

  #insights [class*="col-md"] {
    margin-bottom: 25px;
  }

  .txt-reseach::before {
    bottom: 0;
  }

  .stats [class*="col-"] {
    margin-bottom: 40px !important;
  }

  .fixed-box {
    bottom: 20px;
  }

  .pillar-box {
    display: block;
    padding: 20px 10px;
    background: #000;
  }

  .three-pillar {
    position: relative;
    top: inherit;
    transform: inherit;
  }

  .web-hide {
    display: block;
  }

  .three_item {
    width: 85% !important;
  }

  .plr-15 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .ctrl-pd4>[class*="col-"] {
    padding: 7px 15px !important;
  }
}

@media all and (max-width: 600px) {
  .img-employee-ctrl {
    width: 120px !important;
  }

  .career_list_ctrl li {
    width: 100%;
  }
}

@media all and (max-width: 480px) {
  .pointer-12 {
    left: 49%;
  }

  .pointer-4 {
    left: 49%;
  }

  .pointer-0013 {
    left: 66%;
    top: 65%;
  }

  .pointer-0010 {
    left: 69%;
  }

  .pointer-005 {
    left: 67%;
  }

  .pointer-003 {
    left: 71%;
  }

  .pointer-10 {
    left: 74%;
  }

  .pointer-13 {
    top: 31.8%;
  }

  .pointer-6 {
    top: 32%;
  }

  .pointer-008 {
    left: 58%;
    top: 41%;
  }

  .pointer-0012 {
    top: 49%;
  }

  .pointer-007 {
    left: 58%;
    top: 47%;
  }

  .pointer-5 {
    top: 47%;
    left: 61%;
  }
}

@media all and (max-width: 420px) {
  .ctrl-txt {
    font-size: 16px;
    line-height: 22px !important;
  }
}

.pb150 {
  padding-bottom: 150px;
}

.bg-white {
  background-color: #fff !important;
}

.bg-blue {
  background-color: #0f9ffa !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-egyptian-blue {
  background-color: #213f98 !important;
}

.bg-light-white {
  background-color: #f2f2f2;
}

.bg-light-grey {
  background-color: #f8f8f8;
}

.bg-darkblue {
  background-color: #372261;
}

.bg-purple {
  background-color: #963596;
}

.bg-green {
  background-color: #1995a4;
}

.bg-cyan {
  background-color: #0f9ffa;
}

.bg-twittercyan {
  background-color: #4fb6dc;
}

.bg-orange {
  background-color: #df9926;
}

.bg-sapphire-dark {
  background-color: #061838;
}

.bg-sapphire-medium {
  background-color: #0271b1;
}

.bg-sapphire-light {
  background-color: #92d1ff;
}

.bg-sapphire-less-light {
  background-color: #bee3ff;
}

.bg-coral-dark {
  background-color: #4c0519;
}

.bg-coral-medium {
  background-color: #ca4d37 !important;
}

.bg-coral-light {
  background-color: #fbc2ba;
}

.bg-coral-less-light {
  background-color: #fcddd6;
}

.bg-topaz-dark {
  background-color: #2f1113 !important;
}

.bg-topaz-medium {
  background-color: #ab6604 !important;
}

.bg-topaz-light {
  background-color: #eac8a5;
}

.bg-topaz-less-light {
  background-color: #ece1ce;
}

.bg-jade-dark {
  background-color: #09321d;
}

.bg-jade-medium {
  background-color: #00866a;
}

.bg-jade-less-light {
  background-color: #d8e7da;
}

.bg-amethyst-dark {
  background-color: #372261;
}

.bg-amethyst-medium {
  background-color: #8e2d8d;
}

.bg-amethyst-light {
  background-color: #d0b5d5;
}

.bg-amethyst-less-light {
  background-color: #e6dbe6;
}

.bg-onyx-dark {
  background-color: #3f3f3f;
}

.bg-onyx-medium {
  background-color: #7e7e7e;
}

.bg-onyx-light {
  background-color: #b8b8b8;
}

.bg-onyx-less-light {
  background-color: #dadada;
}

#item-slider-carousel.owl-carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
}

#item-slider-carousel.owl-carousel .owl-stage .item {
  height: 100%;
}

#item-slider-carousel .owl-nav .owl-next,
#item-slider-carousel .owl-nav .owl-prev {
  background-repeat: no-repeat !important;
  width: 32px !important;
  height: 32px !important;
  text-indent: -9999px;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#item-slider-carousel .owl-nav .owl-prev {
  left: -50px !important;
  background-image: url(../../background-image/arrow-left.png);
}

#item-slider-carousel .owl-nav .owl-next {
  right: -50px !important;
  background-image: url(../../background-image/arrow-right.png);
}

#item-slider-carousel .owl-dots {
  bottom: -70px;
  position: absolute;
}

.item-img-wrapper {
  position: relative;
  overflow: hidden;
}

.item-img-wrapper img {
  transform: scale(1.1);
  transition: all 0.7s ease;
}

.item-slider-href:hover .item-img-wrapper img {
  transform: scale(1);
}

.item-cnt-wrapper {
  padding: 15px;
  color: #fff;
}

.item-slider-href {
  display: block;
  height: 100%;
}

.item-slider-head {
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  #item-slider-carousel .owl-nav .owl-prev {
    left: -30px !important;
  }

  #item-slider-carousel .owl-nav .owl-next {
    right: -30px !important;
  }

  .item-img-wrapper img,
  .item-slider-href:hover .item-img-wrapper img {
    transform: scale(1);
  }
}

@media screen and (max-width: 992px) {
  #item-slider-carousel .owl-nav .owl-prev {
    left: -20px !important;
  }

  #item-slider-carousel .owl-nav .owl-next {
    right: -20px !important;
  }
}

@media screen and (max-width: 480px) {
  #item-slider-carousel .owl-nav .owl-prev {
    left: 0 !important;
  }

  #item-slider-carousel .owl-nav .owl-next {
    right: 0 !important;
  }

  .item-slider-href {
    max-width: 300px;
    margin: 0 auto;
  }
}



/* header */
.navbar-default .header-menu .navbar-nav>li {
  padding-left: 15px;
  padding-right: 15px;
}

.navbar-default .header-menu .navbar-nav>li>a {
  text-decoration: none;
  padding-bottom: 6px;
  background-size: 100% 1px;
  background-position-x: 0%;
  background-position-y: calc(100% - 1px);
  background-repeat: no-repeat;
  padding-left: 0px;
  padding-right: 0px;
}

/*.navbar-default .header-menu .navbar-nav>li>a:hover, .navbar-default .header-menu .navbar-nav>li>a:focus {
  background: linear-gradient(90deg, #fff, #fff);
  background-size: 100% 1px;
  background-position-x: 0%;
  background-position-y: calc(100% - 1px);
  background-repeat: no-repeat;
  animation-name: underlineHover;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
}*/
/* header */
/* burger menu */
.menu .align-list>ul>li>a {
  text-decoration: none;
  padding-bottom: 6px;
  background-size: 100% 1px;
  background-position-x: 0%;
  background-position-y: calc(100% - 1px);
  background-repeat: no-repeat;
  padding-left: 0px;
  padding-right: 0px;
  display: inline-block;
}

.menu .align-list>ul>li>a:hover,
.align-list>ul>li>a:focus {
  color: #00578A;
  text-decoration: none;
  padding-bottom: 6px;
  /*background: linear-gradient(90deg, #00578A, #00578A);
  background-size: 100% 1px;
  background-position-x: 0%;
  background-position-y: calc(100% - 1px);
  background-repeat: no-repeat;
  animation-name: underlineHover;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;*/
}

/* burger menu end */
/* footer part */
ul.footer-txt>li>a {
  color: #000000 !important;
  position: relative;
  text-decoration: none;
  padding-bottom: 4px;
  /*background: linear-gradient(90deg, #767676, #767676);
  background-size: 100% 1px;
  background-position-x: 0%;
  background-position-y: calc(100% - 1px);
  background-repeat: no-repeat;*/
  padding-left: 0px;
  padding-right: 0px;
}

/*ul.footer-txt>li>a:hover,  ul.footer-txt>li>a:focus { 
  animation-name: underlineHover;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
}*/
ul.footer-txt>li>a[title~="Follow"] {
  background: none !important;
}

.country-align>li>a {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.country-align>li>a:hover,
.country-align>li>a:focus {
  background: #0271b1 !important;
  text-decoration-color: #fff;
}

@keyframes underlineHover {
  0% {
    background-position-x: 100%;
    background-size: 100% 1px;
  }

  50% {
    background-position-x: 100%;
    background-size: 0% 1px;
  }

  51% {
    background-position-x: 0%;
    background-size: 0% 1px;
  }

  100% {
    background-position-x: 0%;
    background-size: 100% 1px;
  }
}

/*extra style*/
.owl-theme .owl-dots {
  left: 10px;
  width: auto;
  top: 0;
  display: flex;
  flex-direction: column;
  bottom: 0;
  justify-content: center;
}

.owl-theme .owl-dots .owl-dot {
  height: 12px;
  margin: 10px;
  width: 12px;
}

.search-form-section {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: -5%;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #DF9926;
  z-index: 9;
  /* border-radius: 5px; */
  transition: width 0.5s ease;
}

/* .search-form-section:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(223, 153, 38, 0.8);
} */
.form-inline {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-form-section.fixIt {
  position: fixed;
  top: 65px;
  bottom: unset;
  width: 100%;
  right: 0;
  /* padding: 10px 20%; */
  border-radius: 0;
  transition: all 0.1s ease;
}

.search-form-section.fixIt::before {
  background-color: rgba(223, 153, 38, 1);
}

.search-form-section .input-group {
  width: 100%;
}

.search-form-section .form-control {
  border-color: transparent;
  box-shadow: 0px 0px 0px;
  /* border-left: 1px solid #f5f5f5; */
  padding: 20px 10px;
  border-radius: 0;
  min-height: 35px;
  font-size: 16px;
  background-color: transparent;
  color: #2F1113;
  font-weight: 600;
  /* border-bottom: 1px solid #2F1113; */
}

.search-form-section input::placeholder {
  color: #2F1113;
  opacity: 0.7;
}

.search-form-section input:focus::placeholder {
  opacity: 0.1;
}

.search-form-section .input-group-addon {
  background: transparent;
  border: 0;
  padding: 5px;
  border-left: 1px solid #2F1113;
}

.search-form-section button.smt-btn {
  border-radius: 5px;
  border: 0px;
  box-shadow: 0px 0px 0px;
  padding: 7px 10px;
  width: 100%;
  outline: inherit !important;
  min-height: 35px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.5s ease;
  background-color: #2F1113;
  color: #ffffff;
  border: 1px solid #2F1113;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-form-section button.smt-btn span {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

.search-form-section button.smt-btn svg {
  fill: #ffffff;
  width: 14px;
  height: 14px;
  margin-left: 10px;
  transform: translateX(0px);
  transition: all 0.5s ease;
}

.search-form-section button.smt-btn:hover svg {
  fill: #2F1113;
  transform: translateX(10px);
  transition: all 0.5s ease;
}

.search-form-section .input-group-addon {
  width: 40px !important;
  border-radius: 0px !important;
}

.search-form-section button.smt-btn:hover {
  background-color: #c98413;
  color: #2F1113;
  transition: all 0.5s ease;
}

.plr-2 {
  padding: 0;
}

#multiselect {
  height: 40px;
}

.search-form-section .ms-options-wrap button {
  margin: 0;
  padding: 11px 10px;
  border: 0px;
  /* border-left: 1px solid #f5f5f5; */
  min-height: 35px;
  background-color: transparent;
  color: #2F1113;
  font-size: 16px;
  font-weight: 600;
}

.search-form-section .ms-options-wrap>.ms-options>ul {
  border-top: 1px solid #2F1113;
  column-count: unset !important;
  padding: 20px;
}

.search-form-section .ms-options-wrap>.ms-options ul li {

  display: inline-block;
  margin: 4px 8px 4px 0;
  /* padding: 3px 15px;
  display: inline-block;
  background: #2F1113;
  border-radius: 50px;
  color: #EAC8A5;
  margin: 4px;
  border: 1px solid #EAC8A5;
  cursor: pointer; */
}

.search-form-section .ms-options-wrap>.ms-options>ul label {
  padding: 3px 15px;
  display: inline-block;
  background: #2F1113;
  border-radius: 50px;
  color: #EAC8A5;
  border: 1px solid #EAC8A5;
  cursor: pointer;
  font-weight: 100;
  font-size: 15px;
  position: relative;
  cursor: pointer;
}

.search-form-section .ms-options-wrap>.ms-options>ul li:hover label {
  background: #2F1113;
  color: #EAC8A5;
  border: 1px solid #EAC8A5;
}

.search-form-section .ms-options-wrap>.ms-options ul li.selected label {
  background: #ece1ce;
  color: #2F1113;
}

.search-form-section .ms-options-wrap>.ms-options ul li.disabled label {
  cursor: not-allowed;
  opacity: 0.2;
}

/* .search-form-section .ms-options-wrap>.ms-options>ul li[data-search-term="india"],
.search-form-section .ms-options-wrap>.ms-options>ul li[data-search-term="china"] {
  display: inline-block;
  border-bottom: 1px solid #EAC8A5;
  padding: 0 10px 15px 0px;
  width: 48%;
  margin: 0 0 12px 0;
  text-align: center;
}

.search-form-section .ms-options-wrap>.ms-options>ul li[data-search-term="india"] label,
.search-form-section .ms-options-wrap>.ms-options>ul li[data-search-term="china"] label {
  text-align: center;
} */
.search-form-section .ms-options-wrap>.ms-options>ul input[type="checkbox"] {
  width: 12px;
  margin: 0;
  position: absolute;
  left: 4px;
  top: 0;
  bottom: 0px;
  accent-color: #e9c8a7;
  display: none;
}

.search-form-section .ms-options-wrap>.ms-options {
  bottom: 30px;
  padding: 0;
  border-radius: 5px;
  max-height: 300px !important;
  width: 109%;
  right: 0;
  left: unset;
  border: 0px;
  background-color: #2F1113;
}

.search-form-section .ms-options-wrap>.ms-options .ms-search {
  padding: 20px;
  background: #190406;
}

.search-form-section .ms-options-wrap>.ms-options::-webkit-scrollbar {
  width: 7px;
  border-radius: 5px;
}

.search-form-section .ms-options-wrap>.ms-options::-webkit-scrollbar-track {
  background: #e9c8a7;
}

.search-form-section .ms-options-wrap>.ms-options::-webkit-scrollbar-thumb {
  background: #888;
}

.search-form-section .ms-options-wrap>.ms-options::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.search-form-section.fixIt .ms-options-wrap>.ms-options {
  bottom: unset;
  top: 49px;
}

/* .search-form-section .ms-options-wrap>.ms-options .ms-search {
      margin-bottom: 20px; 
} */
.ms-options-wrap>button:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  border: 0px;
  right: 15px;
  border-top-color: transparent;
  width: 15px;
  height: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.ms-options-wrap>.ms-options>.ms-search input {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  width: 100%;
  border-radius: 5px;
  font-size: 14px;
  padding: 10px;
  height: 35px;
}

.ms-options-wrap>.ms-options>.ms-search input::placeholder {
  color: #ffffff;
}

.ms-options-wrap>.ms-options>ul li.selected label,
.ms-options-wrap>.ms-options>ul label.focused,
.ms-options-wrap>.ms-options>ul label:hover {
  background-color: transparent;
  border-color: transparent;
}

.ms-options-wrap>button:focus,
.ms-options-wrap>button {
  font-size: 16px;
}

.form-inline .input-group:first-child {
  padding-right: 20px;
}

.search-form-section .ms-options-wrap>.ms-options>ul li.ms-hidden {
  display: none;
}

/* Add This Css for tab */
.search-form-section .ms-options-wrap>.ms-options ul li {
  position: relative;
}

.search-form-section .ms-options-wrap>.ms-options>ul label {
  z-index: 1;
}

.ms-options-wrap>.ms-options>ul li a {
  border-radius: 50px;
  transition: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-indent: -99999999999px;
}

.input-group button:focus {
  outline: 2px solid #0000ff !important;
}

/* End of Css for tab */

@media only screen and (max-width: 1024px) {
  .search-form-section {
    width: 100%;
    /* bottom: -5%; */
  }

  .search-form-section.fixIt {
    position: fixed;
    top: 130px;
    padding: 10px;
  }

  #hero_slider_carousel .slider-caption,
  .caption {
    padding: 0 30px
  }
}

@media only screen and (max-width: 600px) {
  .search-form-section {
    width: 100%;
    right: 0;
  }

  .owl-theme .owl-dots {
    left: 0;
    right: 0;
    bottom: 70px;
    width: auto;
  }

  .search-form-section.fixIt {
    position: fixed;
    top: 130px;
    padding: 10px 0;
  }

  .search-form-section .ms-options-wrap>.ms-options>ul {
    column-count: unset !important;
    padding: 10px;
  }

  .search-form-section .ms-options-wrap>.ms-options .ms-search {
    padding: 10px;
  }

  .search-form-section .ms-options-wrap>.ms-options ul li {
    padding: 0;
    margin: 2px 4px 2px 0;
  }

  .search-form-section .ms-options-wrap>.ms-options {
    width: 160%;
    padding: 0px;
  }

  .search-form-section .ms-options-wrap>.ms-options {
    bottom: 22px;
    right: -40px;
  }

  .search-form-section .ms-options-wrap>.ms-options>ul label {
    font-size: 14px;
    padding: 2px 10px
  }

  .ms-options-wrap>.ms-options>.ms-search input {
    width: 100%;
  }

  .search-form-section .input-group-addon {
    width: 15px !important;
  }

  .search-form-section .input-group-addon svg {
    width: 15px;
  }

  .form-inline .input-group:first-child {
    padding-right: 10px;
  }

  .search-form-section button.smt-btn svg {
    margin: 0;
    width: 16px;
  }

  .search-form-section .ms-options-wrap>.ms-options {
    max-height: 250px !important;
  }

  .search-form-section.fixIt .ms-options-wrap>.ms-options {
    top: 63px;
  }

  .search-form-section button.smt-btn:hover svg {
    transform: translateX(0px);
    transition: all 0.5s ease;
  }

  .search-form-section .ms-options-wrap button,
  .search-form-section .form-control {
    font-size: 14px;
    padding: 5px
  }

  .form-inline {
    flex-direction: row;
    margin: 0;
  }
}

.menu ul li {
  margin-bottom: 15px;
}

.d-block {
  display: block;
}

.item_wrap {
  position: relative;
  overflow-y: hidden;
}

.item_wrap .img-wrap {
  overflow: hidden;
}

.item_wrap .img-wrap img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.item_wrap:hover .img-wrap img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}

.item_wrap h3 {
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  display: block;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.item_wrap p {
  color: #fff;
  font-size: 16px;
  margin: 0px;
}

.grid_carousel.owl-theme .owl-dots {
  left: inherit;
  width: 100%;
  top: inherit;
  display: flex;
  flex-direction: row;
  bottom: -60px;
  justify-content: center;
}

.grid-do_more {
  position: relative;
}

.grid_carousel .owl-nav .owl-prev,
.grid_carousel .owl-nav .owl-next {
  background-repeat: no-repeat;
  text-indent: -9999px;
  position: absolute;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
  margin: 0;
  padding: 20px 12px;
  display: flex;
  align-items: center;
}

.grid_carousel .owl-nav .owl-prev:after,
.grid_carousel .owl-nav .owl-next:after {
  content: '';
  /* position: absolute; */
  width: 15px;
  height: 15px;
  bottom: 15px;
  border: 2px solid #000;
  transform: rotate(-45deg);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.grid_carousel .owl-nav .owl-prev:after {
  left: 7px;
  bottom: 14px;
  border-bottom: 0;
  border-right: 0;
}

.grid_carousel .owl-nav .owl-next:after {
  right: 7px;
  bottom: 14px;
  border-top: 0;
  border-left: 0;
}

.grid_carousel .owl-nav {
  width: 100%;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
  position: absolute;
}

.grid_carousel .owl-nav .owl-next {
  right: -55px;
  padding-left: 10px;
}

.grid_carousel .owl-nav .owl-prev {
  left: -55px;
  padding-right: 10px;
}

.tab_menu {
  margin-bottom: 10px;
}

.tab_wrap .nav-tabs {
  border-bottom: 1px solid transparent;
  margin-bottom: 15px;
}

.nav-tabs>li {
  margin-right: 10px;
}

.tab_wrap .nav-tabs>li>a {
  font-size: 32px;
  color: #000;
  font-weight: 500;
  outline: none;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}

.tab_wrap .nav-tabs>li.active>a,
.tab_wrap .nav-tabs>li.active>a:focus,
.tab_wrap .nav-tabs>li.active>a:hover {
  color: #963596;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom: 1px solid #963596;
}

.tab_wrap .nav-tabs li.active a:after {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  /* left: 0px; */
  border: 1px solid #963596;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
  bottom: -6px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.tab_wrap .nav-tabs>li>a:hover {
  border-color: transparent;
  background-color: transparent;
  border-bottom: 1px solid #000;
}

.tab-content .panel-default>.panel-heading {
  color: #000;
  background-color: transparent;
  border-color: #ddd;
  padding: 0px;
  position: relative;
}

.tab-content .panel-group .panel {
  /* background-color: #f9f9f9; */
  background-color: #f7f7f7;
  border-color: transparent !important;
  border: 1px solid #f8f8f8 !important;
}

.tab-content .panel-default>.panel-heading+.panel-collapse>.panel-body {
  padding-top: 0px;
  border-top-color: transparent;
}

.tab-content .panel-default>.panel-heading a {
  color: #000;
  display: block;
  padding: 20px 35px 20px 15px;
  border: none;
  outline: none;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}

.tab-content .panel-default>.panel-heading a[aria-expanded="true"] {
  color: #963596;
}

/* .tab-content .panel-default>.panel-heading a[aria-expanded="false"] {
  color: #000;
} */
.tab-content .panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  font-size: 30px;
  position: absolute;
  right: 12px;
  top: 10px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.tab-content .panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  font-size: 30px;
  position: absolute;
  right: 12px;
  top: 10px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}


@media only screen and (max-width:1024px) {
  .grid_carousel {
    margin: 0 auto;
    width: 90%;
  }

}

@media only screen and (max-width:570px) {
  .grid_carousel {
    width: 94%;
  }
}

@media only screen and (max-width:360px) {}