@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&display=swap');
@import url('https://use.typekit.net/nkq8fly.css');
@font-face {
  font-family: 'tungstenw05-medium';
  src: url('/content/dam/infosys-web/en/fonts/tungstenw05-medium.woff2') format('woff2'), url('/content/dam/infosys-web/en/fonts/tungstenw05-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body, html {
  background-color: #fff;
  color: #000;
  font-family: myriad-pro, Arial;
  font-size: 18px;
  font-weight: 300;
  padding: 0;
  margin: 0;
}
.box-wrapper-grid {
  float: left;
  width: 100%;
  height: auto;
}
.box-wrapper-grid .box-content {
  position: relative;
  overflow: hidden;
  transition: all 200ms ease-in;
  background-color: #000;
}
.ht-ctrl-sml {
  height: 220px;
}
.ht-ctrl-lrg {
  height: 290px;
}
.box-para {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 20px;
}
.box-para::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  opacity: 0.5;
  position: absolute;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgb(23, 23, 23) 90%, rgb(0, 0, 0) 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0)), color-stop(90%, rgba(0, 0, 0, 1)), color-stop(99%, rgba(0, 0, 0, 1)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 1) 99%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 1) 99%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 1) 99%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.98) 91%, rgba(0, 0, 0, 0.98) 96%);
}
.box-para h3 {
  position: relative;
  overflow: hidden;
  padding: 0.5em 0;
  color: #fff;
  text-transform: uppercase;
}
.box-para h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.45s;
  transition: transform 0.45s;
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
.box-content:hover .box-para {
  background-color: rgba(223, 153, 39, 0.7)
}
.box-content:hover .box-para::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%);
}
.box-content:hover .box-para h3::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.box-img img {
  max-width: none;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.box-content:hover .box-img img {
  /* opacity: 0.4; */
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.bg-medium-coral {
  background-color: #f36d52;
}
.ht-ctrl-full .box-img {
  height: 510px;
}
.ht-ctrl-full .box-img img {
  object-fit: cover;
  height: 100%;
}
.box-para .overview-segment-para {
  line-height: 25px;
}
.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-dialog.h-100 {
  width: 100%;
  height: 100%;
  margin: 0;
}
.voices_popup {
  padding-right: inherit !important;
}
.voices_popup .modal-content {
  height: 100%;
  overflow-y: scroll;
  border-radius: 0px;
  background-color: #061838;
}
.close {
  font-size: 50px;
  font-weight: 300;
  position: absolute;
  right: 25px;
  top: 15px;
  z-index: 9;
  opacity: 1;
  text-shadow: none;
  color: #fff !important;
}
.voices_popup .img_wrap {
  float: left;
  width: 50%;
  margin-bottom: 20px;
}
.voices_popup .img_wrap img {
  float: left;
  width: 94%;
}
.grid_bg_gray .eq_height:hover > a {
  color: #000000 !important;
}
.d-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
}
.bg-coral-lbg {
  background-color: #FCDDD6 !important;
}
.bg-amethyst-lbg {
  background-color: #E6DBE6 !important;
}
.bg-jade-lbg {
  background-color: #D8E7DA !important;
}
.h1, .h2, .h2-heading {
  font-weight: 500;
  font-family: 'tungstenw05-medium', 'Oswald', sans-serif;
  margin: 0px;
}
.mb20 {
  margin-bottom: 20px !important;
}
.award-title {
  font-family: tungstenw05-medium, Oswald, sans-serif;
  font-size: 32px;
  line-height: 0.9;
  text-align: center;
  font-weight: 500;
}
.en_fr a {
  font-size: 20px;
  color: #3f3f3f;
}
.en_fr {
  text-align: right;
  margin-bottom: 0px;
  margin-top: -50px;
  font-size: 20px;
  color: #3f3f3f;
}
.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;
}
.three_item .owl-nav .owl-prev {
  background-image: url(/content/dam/infosys-web/en/global-resource/images/arrow-left.png);
  left: -45px;
}
.three_item .owl-nav .owl-next {
  background-image: url(/content/dam/infosys-web/en/global-resource/images/arrow-right.png);
  right: -45px;
}
.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;
}
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;
}
a.btn-shutter-black.shutter-white::before {
  background-color: #fff;
}
.grid_bg_gray .eq_height {
  background-color: #f2f2f2;
}
.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;
}
.pb0 {
  padding-bottom: 0px !important;
}
.grid_bg_gray .eq_height a {
  color: #000;
  display: block;
  height: 100%;
}
.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;
}
.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;
}
.location-title {
  font-size: 24px;
  padding-bottom: 15px;
  font-weight: 900;
}
.overlay-box {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.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 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 .box-bottom-txt {
  z-index: 9;
}
.box-bottom-txt {
  bottom: 0px;
  width: 100%;
}
.box-bottom-txt {
  position: absolute;
  left: 0;
  width: auto;
  padding: 8px 20px;
  background: #000;
  line-height: 25px;
  bottom: 20px;
}
.box-bottom-txt h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
.box-bottom-txt p {
  color: #fff;
  margin-bottom: 0;
}
.overlay-box:hover .grid-overlay {
  background-color: rgba(241, 108, 81, 0);
}
.overlay-box:hover .ovly-top {
  left: 0;
  top: 0;
}
.overlay-box:hover .ovly-bottom {
  left: 0;
  top: 0;
}
.learing-icon2 {
  margin: 0 auto;
  width: 70px !important;
  margin-bottom: 10px;
}
.maps-interactive {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
img.usamap {
  position: relative;
  max-width: 100%;
}
.pointer {
  position: absolute;
}
.maps-interactiveinner {
  width: 100%;
  height: 100%;
  position: relative;
}
.pointer a {
  transform: translateY(0);
  transition: all 0.5s ease;
  display: block;
  width: 20px;
  height: 20px;
}
.view-more {
  background-color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  color: rgb(0, 0, 0) !important;
  padding: 8px 25px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-image: initial;
  margin: 10px 0px;
}
.view-more:hover {
  background-color: transparent;
  color: #fff !important;
}
.ripple_hover {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.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);
}
.zoom_wrap {
  position: relative;
}
.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);
}
.above_div {
  float: left;
  width: 100%;
  position: relative;
  z-index: 999;
}
.stories-items .zoom_text a {
  color: #fff !important;
  font-weight: 500;
  font-size: 20px;
}
.img_wrap {
  float: left;
  width: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.stories-items .zoom_text img {
  margin-top: 130px;
}
.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 p {
  color: #fff;
}
.stories-items .zoom_text a:focus .img_wrap {
  outline: 2px solid blue;
  outline-offset: -2px;
}
.stories-items .zoom_text p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  line-height: 25px;
}
.ripple_effect {
  display: block;
  position: absolute;
  background-color: #963596;
  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;
}
.text-center {
  text-align: center;
}
.mb30 {
  margin-bottom: 30px !important;
}
.three_item.circle-grid .eqh-box {
  height: 45%;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.three_item.owl-carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
.three_item .item {
  height: 100%;
}
.icon-title {
  font-size: 16px;
  font-weight: 600;
}
section#academic-network {
  padding: 75px 0 100px;
}
.slider-title {
  font-size: 30px;
  color: #000000;
  text-align: left;
  margin-top: 30px;
  font-weight: 900;
  line-height: 30px;
}
.whatnew-box {
  margin: 0 auto;
  max-width: 290px;
  width: 100%;
  min-height: 300px;
  padding: 30px;
  position: relative;
  background: #BEE3FF url(/content/dam/infosys-web/en/global-resource/background-image/line-pattern-bg.png);
}
/*teaserCarousel css start*/
/*-----------arrow-navigation-------*/
#slider_list_carousel .owl-nav .owl-prev, #slider_list_carousel .owl-nav .owl-next {
  background-repeat: no-repeat !important;
  width: 32px !important;
  height: 32px !important;
  top: 200px !important;
  text-indent: -9999px;
  position: absolute !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#slider_list_carousel .owl-nav .owl-prev {
  left: -50px !important;
  background-image: url(/content/dam/infosys-web/en/global-resource/background-image/arrow-left.png);
}
#slider_list_carousel .owl-nav .owl-next {
  right: -50px !important;
  background-image: url(/content/dam/infosys-web/en/global-resource/background-image/arrow-right.png);
}
.whatnew-box {
  margin: 0 auto;
  max-width: 290px;
  width: 100%;
  min-height: 300px;
  padding: 30px;
  position: relative;
  background: #BEE3FF url(/content/dam/infosys-web/en/global-resource/background-image/line-pattern-bg.png);
}
.labal-copy:hover {
  position: absolute;
  bottom: 110%;
  right: 50%;
  width: 260px;
  height: auto;
  background: #ffffff;
  padding: 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 9;
}
.labal-copy {
  width: 130px !important;
  padding: 15px;
  left: -80%;
}
.three_item .owl-nav .owl-prev, .three_item .owl-nav .owl-next {
  top: 165px !important;
}
.poland-06 {
  left: 38%;
  top: 38%;
}
.poland-04 {
  top: 42%;
  left: 35%;
}
.poland-02 {
  top: 47%;
  left: 49%;
}
.poland-03 {
  top: 52%;
  left: 42%;
}
.poland-05 {
  top: 70%;
  left: 48%;
}
.poland-01 {
  top: 43%;
  left: 31%;
}
.fs47 {
  font-size: 47px;
  font-weight: 800;
  color: #fff;
}
.fs40 {
  font-size: 40px;
  font-weight: 800;
}
.fs24 {
  font-size: 28px;
  font-weight: 500;
}
.three_item.owl-carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
.three_item .item {
  height: 100%;
}
.three_item.circle-grid .eqh-box {
  height: 45%;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.client_top {
  padding: 15px;
  min-height: 200px;
}
.client_bottom {
  padding: 15px;
  margin-top: 15px;
  background-color: #FFFFFF;
  min-height: 200px;
}
.client_col p {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin: 0px;
  text-transform: uppercase;
  line-height: 22px;
}
.mtb30 {
  margin-top: 30px;
  margin-bottom: 0;
}
.title-sml {
  margin: 0 0 20px !important;
}
.small-title {
  font-size: 24px;
  padding-bottom: 20px;
}
.iframe-stay-connect {
  width: 100%;
  height: 620px;
}
#academic-network .owl-nav .owl-prev, #academic-network .owl-nav .owl-next {
  top: 132px !important;
}
.box-wrapper {
  position: relative;
  height: 75vh;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.box-wrapper.cards-items {
  height: 65vh;
}
.box-wrapper [class*="col-"] {
  margin-bottom: 15px;
}
.box-wrapper.cards-items .cards {
  height: 250px;
}
.box-wrapper.video-cards-items .cards {
  height: 210px;
}
.box-wrapper .cards {
  position: relative;
  /*max-width: 300px;*/
  height: 260px;
  background-color: #fff;
  padding: 20px 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  box-shadow: 0 5px 20px rgba(6, 24, 56, 0.5);
  transition: 0.3s ease-in-out;
}
.box-wrapper .cards:hover {
  height: 420px;
}
.box-wrapper.cards-items .cards:hover {
  height: 400px;
}
.box-wrapper.video-cards-items .cards:hover {
  height: 330px;
}
.box-wrapper .cards .imgBx {
  position: relative;
  top: -60px;
  z-index: 1;
}
.box-wrapper .cards .imgBx img {
  max-width: 100%;
  border-radius: 4px;
  margin-bottom: 15px; /*box-shadow: 0px 5px 20px rgba(0,0,0,0.2);*/
}
.box-wrapper .cards .contBx {
  position: relative;
  margin-top: -80px;
  /*text-align: center;*/
  color: #111;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.box-wrapper .cards:hover .contBx {
  margin-top: -50px;
  visibility: visible;
  opacity: 1;
  transition-delay: 0.3s;
}
.country-name {
  font-size: 13px;
  color: #fff;
  font-weight: 600;
}
.stories-items .zoom_text p {
  color: #fff;
}
.box-bottom-txt h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
.box-bottom-txt {
  bottom: 0px;
  width: 100%;
}
.icon-title {
  font-size: 16px;
  font-weight: 600;
}

.item {
  height: 100%;
}
.item-slider-href {
  display: block;
  height: 100%;
  padding: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.logo-carousel.owl-carousel .owl-stage {
  display: flex;
  height: 100%;
  flex-wrap: wrap;
}
.logo-carousel .owl-nav .owl-prev, .logo-carousel .owl-nav .owl-next {
  background-repeat: no-repeat !important;
  width: 40px !important;
  height: 40px !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;
}
.logo-carousel .owl-nav .owl-prev {
  left: -50px !important; /* background-image: url(https://www.infosys.com/content/dam/infosys-web/en/global-resource/background-image/arrow-left.png);*/
  border: 2px solid #000;
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  transform: translateY(-50%) rotate(130deg);
  overflow: hidden;
}
.logo-carousel .owl-nav .owl-next {
  right: -50px !important;
  /*background-image: url(https://www.infosys.com/content/dam/infosys-web/en/global-resource/background-image/arrow-right.png);*/
  border: 2px solid #000;
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  transform: translateY(-50%) rotate(-45deg);
  overflow: hidden;
}
.logo-carousel .owl-dots {
  bottom: -70px;
  position: absolute;
}

@media screen and (min-width: 1400px) {
  .w150 {
    width: 150% !important;
  }
}
@media(min-width: 1200px) {
  .three_item .owl-nav .owl-prev, .three_item .owl-nav .owl-next {
    top: 180px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pl-0, .px-0 {
    padding-left: 0 !important;
  }
  .pr-0, .px-0 {
    padding-right: 0 !important;
  }
  .box-desc p {
    padding: 0;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .box-content:hover .box-desc p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* .box-wrapper-grid .box-content {
        height: 35vh;
    } */
  .ht-ctrl-box {
    height: 70vh !important;
  }
  .ht-ctrl-sml {
    height: 300px;
  }
  .ht-ctrl-lrg {
    height: 300px;
  }
  .col_ctrl_1 {
    padding-right: 0px;
  }
  .col_ctrl_2 {
    padding-left: 0px;
  }
  .ctrtl_padding .col_ctrl_2 {
    padding-right: 0;
    padding-left: 15px;
  }
  .ctrtl_padding .col_ctrl_1 {
    padding-left: 0px;
    padding-right: 15px;
  }
  .ht-ctrl-full {
    height: 300px;
  }
  .ht-ctrl-full .box-img img {
    object-fit: inherit;
    height: inherit;
  }
  /*----dots----*/
  #slider_list_carousel .owl-dots {
    bottom: -40px !important;
  }
  /*----owl-nav-----*/
  #slider_list_carousel .owl-nav .owl-next {
    right: -20px !important;
  }
  #slider_list_carousel .owl-nav .owl-prev {
    left: -20px !important;
  }
  #client_list .owl-dots {
    bottom: -50px;
  }
  .icon-title {
    font-size: 18px;
    margin-bottom: 10px !important;
    font-weight: 600;
  }
  .box-wrapper, .box-wrapper.cards-items {
    height: auto;
    display: block;
  }
  .box-wrapper .cards, .box-wrapper .cards:hover, .box-wrapper.cards-items .cards, .box-wrapper.cards-items .cards:hover, .box-wrapper.video-cards-items .cards, .box-wrapper.video-cards-items .cards:hover {
    height: 560px;
  }
  .box-wrapper .cards .imgBx {
    top: 0px;
  }
  .box-wrapper .cards .contBx, .box-wrapper .cards:hover .contBx {
    visibility: visible;
    opacity: 1;
    margin-top: 15px;
  }
	.logo-carousel .owl-nav .owl-prev {
    left: -30px !important;
  }
  .logo-carousel .owl-nav .owl-next {
    right: -30px !important;
  }
}
@media screen and (max-width: 992px) {
  .ht-ctrl-box {
    height: 50vh !important;
  }
  .three_item {
    margin: 0 auto;
    width: 90% !important;
  }
	 .logo-carousel .owl-nav .owl-prev {
    left: -20px !important;
  }
  .logo-carousel .owl-nav .owl-next {
    right: -20px !important;
  }
}
@media screen and (min-width: 768px) {
  section#academic-network {
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .col_ctrl_1 {
    padding-right: 15px;
  }
  .col_ctrl_2 {
    padding-left: 15px;
  }
  .ctrtl_padding .col_ctrl_2 {
    padding-right: 15px;
  }
  .ctrtl_padding .col_ctrl_1 {
    padding-left: 15px;
  }
  .en_fr {
    margin-top: -30px;
    font-size: 18px;
  }
 
  .fs47 {
    font-size: 36px;
    line-height: 0.9;
    padding-top: 20px;
  }
  .fs40 {
    font-size: 36px;
  }
  .three_item {
    width: 85% !important;
  }
  /*-----dots----*/
  #slider_list_carousel.owl-theme .owl-dots .owl-dot {
    margin: 0 8px;
  }
  #slider_list_carousel .owl-dots {
    bottom: -40px;
  }
  #slider_list_carousel.owl-theme .owl-dots .owl-dot span {
    box-shadow: 0 0 0 2px black inset;
  }
  #slider_list_carousel.owl-theme .owl-dots .owl-dot span::after {
    background-color: #000;
    box-shadow: 0 0 1px #000;
  }
  #slider_list_carousel .owl-nav .owl-next {
    right: 0px !important;
  }
  #slider_list_carousel .owl-nav .owl-prev {
    left: 0px !important;
  }
  .box-wrapper [class*="col-"] {
    margin-bottom: 30px;
  }
  .box-wrapper .cards h2 {
    font-size: 28px;
  }
  .box-wrapper .cards .imgBx img {
    margin-bottom: 25px;
  }
  .box-wrapper .cards, .box-wrapper .cards:hover, .box-wrapper.cards-items .cards, .box-wrapper.cards-items .cards:hover, .box-wrapper.video-cards-items .cards, .box-wrapper.video-cards-items .cards:hover {
    height: auto;
  }
	.logo-carousel .owl-nav .owl-prev {
    left: 0 !important;
  }
  .logo-carousel .owl-nav .owl-next {
    right: 0 !important;
  }
}
