* {
    box-sizing: border-box;
}

body {
  font-size: 100%;
  font-family: 'Open Sans', sans-serif;
  color: #58595b;
  background: #ffffff;
  line-height: 1.5;
}
p {
  white-space: normal;
  min-height: 30px;
}
a {
  color: #58595b;
  text-decoration: underline;
  outline: 0;
}
a:link {
  color: #58595b;
  text-decoration: underline;
}
a:visited {
  color: #58595b;
  text-decoration: underline;
}
a:hover {
  color: #58595b;
  text-decoration: underline;
}
a:active {
  color: #58595b;
  text-decoration: underline;
}
h1{
  color: #58595b;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.2;
  display: block;
  text-align: left;
}
h2{
  color: #e70287;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  display: block;
  text-align: left;
}

form label {
  display: inline-block;
  margin-bottom: 20px;
  color: #e70287;
  font-weight: bold;
  width: 100%;
}
input[type=text],
textarea {
  width: 100%;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #939598;
  border-left: 1px solid #ffffff;
  /*background: #f0f0f0;*/
  /*border-width: 0 0 1px 0;*/
  border-radius: 0;
  font-size: 14px;
  line-height: 1.2;
  padding: 10px;
}
textarea {
  height: 200px;
  resize: none;
}

button {
  width: 100%;
  height: 60px;
  border: 1px solid #939598;
  background: #ffffff;
  text-align: left;
  padding: 0 20px;
  cursor: pointer;
}
button .label {
  font-size: 16px;
  color: #e70287;
  font-weight: bold;
  height: 58px;
  line-height: 58px;
}
button .icon {
  float: right;
  font-size: 30px;
  color: #e70287;
  font-weight: bold;
  height: 58px;
  line-height: 58px;
  display: inline-block;
}

.wedu-justify {
  text-align: justify;
  display: inline-block;
}

.wedu-info {
  color: #939598;
  font-weight: 800;
  display: block;
  margin: 0 20px;
}



.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
[class*="col-"] {
  float: left;
  /*padding: 15px;*/
}
.row::after {
  content: "";
  clear: both;
  display: table;
}


#imgslide {
  position: relative;
  right: -3000px;
}
#imgslide.open {
  right: 0;
}

.transitionSlide {
    
  -webkit-transition: right 0.8s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: right 0.8s ease-out;  /* Firefox 4-15 */
       -o-transition: right 0.8s ease-out;  /* Opera 10.50–12.00 */
          transition: right 0.8s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */

}


@media only screen and (max-width: 768px) {
  [class*="col-"] {
      width: 100%;
  }
}


/* Menu Mod */
@media only screen and (min-width: 1245px) {
  body.standard #main,
  body.clients #main,
  body.gallery #main,
  body.gallerynew #main {
    margin-left: 255px;
    width: auto;
  }
  
  body.standard [data-off-canvas*="slidebar-1"],
  body.clients [data-off-canvas*="slidebar-1"],
  body.gallery [data-off-canvas*="slidebar-1"],
  body.gallerynew [data-off-canvas*="slidebar-1"] {
    margin: 0 !important;
    display: block;
  }
}


nav[data-canvas] {
  position: fixed;
  top: 0;
  background: #ffffff;
}
div[data-off-canvas] {
  background: #ffffff;
}
nav[data-canvas] .slidebar-1_button {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 25px;
  background: #dc1c51;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
nav[data-canvas] .slidebar-1_button_large {
  font-size: 36px;
}
div[data-canvas=container] {
  /*padding-left: 70px;*/
}

#menu-wrapper {
  display: table;
  height: 100%;
  width: 100%;
  background: #ffffff;
}


#menu-logo {
  display: table-row;
  height: 180px;
  text-align: center;
}
#menu-logo img {
  vertical-align: top;
  margin-bottom: 50px;
}

#menu-footer {
  display: table-cell;
  vertical-align: middle;
  height: 80px;
  text-align: center;
}
#menu-footer a,
#menu-footer a:link,
#menu-footer a:visited,
#menu-footer a:hover,
#menu-footer a:active {
  color: #939598;
  font-size: 26px;
  padding: 0 8px 0 8px;
}

#menu {
  display: table-row;
  height: 100%;
  background: #ffffff;
}
#menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  background: #ffffff;
}

#menu .metismenu {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#menu .metismenu li + li {
  /*margin-top: 5px;*/
}
#menu .metismenu li:first-child {
  /*margin-top: 5px;*/
}
#menu .metismenu li:last-child {
  /*margin-bottom: 5px;*/
}
#menu .metismenu > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
#menu .metismenu a {
  position: relative;
  display: block;
  padding: 13px 30px;
  color: #58595b;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: normal;
  outline-width: 0;
  text-decoration: none;
  -webkit-transition: all .1s ease-out;
  -o-transition: all .1s ease-out;
  transition: all .1s ease-out;
}
#menu .metismenu ul a {
  padding: 13px 30px 13px 40px;
}
#menu .metismenu ul ul a {
  padding: 13px 30px 13px 50px;
}
#menu .metismenu a:hover,
/*#menu .metismenu a:focus,*/
#menu .metismenu a:active {
  color: #58595b;
  text-decoration: none;
  background: #f0f0f0;
}





#menu .metismenu .has-arrow::after {
  border-width: 2px 0 0 2px;
  right: 30px;
  -webkit-transition: all .1s ease-out;
  -o-transition: all .1s ease-out;
  transition: all .1s ease-out;
  -webkit-transform: rotate(135deg) translate(0, -50%);
      -ms-transform: rotate(135deg) translate(0, -50%);
       -o-transform: rotate(135deg) translate(0, -50%);
          transform: rotate(135deg) translate(0, -50%);
}
#menu .metismenu .active > .has-arrow::after,
#menu .metismenu .has-arrow[aria-expanded="true"]::after {
  -webkit-transform: rotate(225deg) translate(0, -50%);
      -ms-transform: rotate(225deg) translate(0, -50%);
       -o-transform: rotate(225deg) translate(0, -50%);
          transform: rotate(225deg) translate(0, -50%);
}

html, body {
  margin: 0;
  padding: 0;
}
body {
  
}

#main {
  background: #ffffff;
  background-attachment: fixed;
  background-size: cover;
  overflow-x: hidden;
}

body.homepage #slide_container {
  position:relative;
  top:0;
  left:0;
  width:100%;
  height:100%;
  overflow:hidden;
}

body.homepage .slides {
  cursor:default;
  position:relative;
  top:0px;
  left:0px;
  width:1920px;
  height:1080px;
  overflow:hidden;
}

body.homepage #homepage_slider {
  position: relative;
  margin: 0 auto;
  top: 0px;
  left: 0px;
  width: 1920px;
  height: 1080px;
  overflow: hidden;
  visibility: hidden;
}

body.homepage .logo_text {
  background-image: url('/assets/theme/images/logo_text.png');
  position: absolute;
  top: 463px;
  left: 796px;
  width: 327px;
  height: 75px;
  z-index: 0;
  box-sizing: border-box;
}


body.homepage .tagLine {
  position: absolute;
  top: 553px;
  left: 590px;
  width: 740px;
  height: 81px;
  z-index: 0;
  box-sizing: border-box;
  display: table;
}
body.homepage .tagLine p {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.2;
  text-align: center;
  margin: 0;
  padding: 10px;
}
body.homepage .tagLine .wrapper {
  display: table-cell;

}

body.homepage .homeButton1,
body.homepage .homeButton2 {
  position: absolute;
  top: 653px;  
  width: 280px;
  height: 100px;
  z-index: 0;
  box-sizing: border-box;
  border: 3px solid #ffffff;
  display: table;
}
body.homepage .homeButton1:hover,
body.homepage .homeButton2:hover {
  border: 6px solid #ffffff;
}
body.homepage .homeButton1 {
  left: 670px;
}
body.homepage .homeButton2 {
  left: 970px;
}
body.homepage .homeButton1 a.wrapper,
body.homepage .homeButton2 a.wrapper {
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
}
body.homepage .homeButton1 a.wrapper:link,
body.homepage .homeButton1 a.wrapper:visited,
body.homepage .homeButton1 a.wrapper:hover,
body.homepage .homeButton1 a.wrapper:active {
  text-decoration: none;
}
body.homepage .homeButton1 .wrapper span,
body.homepage .homeButton2 .wrapper span {
  display: block;
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.2;
  text-align: center;
  margin: 0;
  padding: 10px;
  
}

body.homepage .spinner {
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  text-align:center;
  background-color:rgba(0,0,0,0.7);
}
body.homepage .spinner img {
  animation-name: spinner;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  margin-top:-19px;
  position:relative;
  top:50%;
  width:38px;
  height:38px;
}

@keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


@media only screen and (max-width: 576px) {
  
  body.homepage .tagLine {
    left: 50%;
    margin-left: -250px;
    width: 500px;
  }

  body.homepage .tagLine p {
    font-size: 18px;
  }
  
}

body.standard .container {
  display: table;
  text-align: left;
  margin: 0 auto 0 auto;
  /*padding: 70px 0 70px 0;*/
  padding: 70px 0 70px 70px;
}

body.standard .content {
  display: table-cell;
  vertical-align: top;
}
body.standard .imageGroup {
  display: table-cell;
  vertical-align: top;
  padding-right: 150px;
}

body.standard .content .wrapper {
  width: 450px;
  background: #ffffff;
  padding: 40px;
  margin-right: 10px;
}


body.standard .imageGroup .wrapper  {
  width: 300px;
  margin-left: 10px;
}

body.standard .imageGroup .wrapper div {
  width: 300px;
  height: 200px;
  margin-bottom: 20px;
  /*background-attachment: fixed;*/
  background-size: cover;
  background-position: center;
}
body.standard .imageGroup .wrapper div {
  border: 20px solid #ffffff;
  border-width: 0 0 20px 0;
  margin-bottom: 0;
  height: 220px;
}

body.standard .imageGroup .wrapper div:last-child {
    border: 0;
}

@media only screen and (max-width: 880px) {
  
  body.standard .content .wrapper {
    margin: 0 15px;
  }
  
  body.standard .imageGroup {
    display: table-row;
  }
  
  body.standard .imageGroup .wrapper  {
    width: auto;
    margin: 0 15px;
  }
  
  body.standard .imageGroup .wrapper div {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    /*margin: 20px 0 0 0;*/
  }
  
  body.standard .container {
    padding: 70px 0 70px 0;
  }
  
}


@media only screen and (max-width: 576px) {

  body.standard .content .wrapper {
    width: auto;
  }

}

body.contact .container {
  display: table;
  text-align: left;
  margin: 0 auto 0 auto;
  /*padding: 70px 0 70px 0;*/
  padding: 70px 0 70px 70px;
}

body.contact .content {
  display: table-cell;
  vertical-align: top;
}
body.contact .imageGroup {
  display: table-cell;
  vertical-align: top;
  padding-right: 150px;
  min-width: 460px;
}

body.contact .content .wrapper {
  width: 450px;
  background: #ffffff;
  padding: 40px;
  margin-right: 10px;
}


body.contact .imageGroup .wrapper  {
  width: 300px;
  margin-left: 10px;
}

body.contact .imageGroup .wrapper div {
  width: 300px;
  height: 200px;
  margin-bottom: 20px;
  /*background-attachment: fixed;*/
  background-size: cover;
  background-position: center;
}
body.standard .imageGroup .wrapper div {
  border: 20px solid #ffffff;
  border-width: 0 0 20px 0;
  margin-bottom: 0;
  height: 220px;
}

body.standard .imageGroup .wrapper div:last-child {
    border: 0;
}

body.contact button.contactForm {
  background: #808080; 
}
body.contact button.contactForm .label {
  color: #ffffff;
}
body.contact button.contactForm .icon {
  color: #ffffff;
}




@media only screen and (max-width: 880px) {
  
  body.contact .content .wrapper {
    margin: 0 15px;
  }
  
  body.contact .imageGroup {
    display: table-row;
  }
  
  body.contact .imageGroup .wrapper  {
    width: auto;
    margin: 0 15px;
  }
  
  body.contact .imageGroup .wrapper div {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    /*margin: 20px 0 0 0;*/
  }
  
  body.contact .container {
    padding: 70px 0 70px 0;
  }
  
}


@media only screen and (max-width: 576px) {

  body.contact .content .wrapper {
    width: auto;
  }
  
}

body.gallery .container {
  height: 100%;
  background: #000000;
}
body.gallery .row {
    height: 50%;
}
body.gallery .row [class*="col-"] {
  height: 100%;
  /*background-attachment: fixed;*/
  background-size: cover;
  background-position: center;
}
body.gallery .row [class*="col-"] .top,
body.gallery .row [class*="col-"] .bottom {
  height: 50%;
  /*background-attachment: fixed;*/
  background-size: cover;
  background-position: center;
}
body.gallery .row [class*="col-"] .wrapper {
  position: relative;
  height: 100%;
}
body.gallery .row [class*="col-"] .wrapper .cover {
  display: block;
  height: 100%;
  background: #000000;
  opacity: 0.4;
}
body.gallery .row [class*="col-"] .wrapper p {
  margin: 0;
  padding: 0 5px;
  position: absolute;
  bottom: 10px;
  pointer-events: none;
  text-align: center;
  width: 100%;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
  
  color: #ffffff;
  font-weight: bold;
}

.noLink {
  cursor: default;
}

body.gallerynew .gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

body.gallerynew .gallery-item {
  height: calc(100vh / 2);
}
body.gallerynew .gallery-item:nth-child(1) {
  grid-column: 1;
  grid-row: 1 / span 2;
}
body.gallerynew .gallery-item:nth-child(2) {
  height: calc(100vh / 4);
  grid-column: 2;
  grid-row: 1 / span 1;
}
body.gallerynew .gallery-item:nth-child(3) {
  height: calc(100vh / 4);
  grid-column: 2;
  grid-row: 2 / span 1;
}
body.gallerynew .gallery-item:nth-child(4) {
  grid-column: 3;
  grid-row: 1 / span 2;
}
body.gallerynew .gallery-item:nth-child(5) {
  height: calc(100vh / 4);
  grid-column: 1;
  grid-row: 3 / span 1;
}
body.gallerynew .gallery-item:nth-child(6) {
  height: calc(100vh / 4);
  grid-column: 1;
  grid-row: 4 / span 1;
}
body.gallerynew .gallery-item:nth-child(7) {
  grid-column: 2;
  grid-row: 3 / span 2;
}
body.gallerynew .gallery-item:nth-child(8) {
  height: calc(100vh / 4);
  grid-column: 3;
  grid-row: 3 / span 1;
}
body.gallerynew .gallery-item:nth-child(9) {
  height: calc(100vh / 4);
  grid-column: 3;
  grid-row: 4 / span 1;
}
body.gallerynew .gallery-item:nth-child(10) {
  grid-column: 1;
  grid-row: 5 / span 2;
}
body.gallerynew .gallery-item:nth-child(11) {
  height: calc(100vh / 4);
  grid-column: 2;
  grid-row: 5 / span 1;
}
body.gallerynew .gallery-item:nth-child(12) {
  height: calc(100vh / 4);
  grid-column: 2;
  grid-row: 6 / span 1;
}
body.gallerynew .gallery-item:nth-child(13) {
  grid-column: 3;
  grid-row: 5 / span 2;
}
body.gallerynew .gallery-item:nth-child(14) {
  height: calc(100vh / 4);
  grid-column: 1;
  grid-row: 7 / span 1;
}
body.gallerynew .gallery-item:nth-child(15) {
  height: calc(100vh / 4);
  grid-column: 1;
  grid-row: 8 / span 1;
}
body.gallerynew .gallery-item:nth-child(16) {
  grid-column: 2;
  grid-row: 7 / span 2;
}
body.gallerynew .gallery-item:nth-child(17) {
  height: calc(100vh / 4);
  grid-column: 3;
  grid-row: 7 / span 1;
}
body.gallerynew .gallery-item:nth-child(18) {
  height: calc(100vh / 4);
  grid-column: 3;
  grid-row: 8 / span 1;
}


body.gallerynew .gallery-item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
body.gallerynew .gallery-item-wrapper .background {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.gallerynew .gallery-item-wrapper .cover {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background: #000000;
  opacity: 0.4;
}
body.gallerynew .gallery-item-wrapper .outline {
  position: absolute;
  top: 0;
  z-index: 1;
  width: calc(100% - 4vw);
  height: calc(100% - 4vw);
  border: 2px solid transparent;
  margin: 2vw;
  display: grid;
  grid-template-columns: 90%;
  align-content: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
  visibility: hidden;
}
body.gallerynew .gallery-item-wrapper.active .outline {
  visibility: visible;
}
body.gallerynew .gallery-item-wrapper p {
  margin: 0;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}

/* Background */
body.gallerynew .gallery-item .background {
  transition: all 0.3s ease-in-out;
}

/* Background Hover */
body.gallerynew .gallery-item:hover .background {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}

/* Background */
body.gallerynew .gallery-item .cover {
  transition: all 0.3s ease-in-out;
}

/* Background Hover */
body.gallerynew .gallery-item:hover .cover {
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
}

/* Outline large */
body.gallerynew .gallery-item:nth-child(1) .outline,
body.gallerynew .gallery-item:nth-child(4) .outline,
body.gallerynew .gallery-item:nth-child(7) .outline,
body.gallerynew .gallery-item:nth-child(10) .outline,
body.gallerynew .gallery-item:nth-child(13) .outline,
body.gallerynew .gallery-item:nth-child(16) .outline {
  border-color: #fff;
  transition: all 0.3s ease-in-out;
}

/* Outline large hover */
body.gallerynew .gallery-item:nth-child(1):hover .outline,
body.gallerynew .gallery-item:nth-child(4):hover .outline,
body.gallerynew .gallery-item:nth-child(7):hover .outline,
body.gallerynew .gallery-item:nth-child(10):hover .outline,
body.gallerynew .gallery-item:nth-child(13):hover .outline,
body.gallerynew .gallery-item:nth-child(16):hover .outline {
  transition: all 0.3s ease-in-out;
}

/* Outline small */
body.gallerynew .gallery-item:nth-child(2) .outline,
body.gallerynew .gallery-item:nth-child(3) .outline,
body.gallerynew .gallery-item:nth-child(5) .outline,
body.gallerynew .gallery-item:nth-child(6) .outline,
body.gallerynew .gallery-item:nth-child(8) .outline,
body.gallerynew .gallery-item:nth-child(9) .outline,
body.gallerynew .gallery-item:nth-child(11) .outline,
body.gallerynew .gallery-item:nth-child(12) .outline,
body.gallerynew .gallery-item:nth-child(14) .outline,
body.gallerynew .gallery-item:nth-child(15) .outline,
body.gallerynew .gallery-item:nth-child(17) .outline,
body.gallerynew .gallery-item:nth-child(18) .outline {
  transition: all 0.3s ease-in-out;
}

/* Outline small hover */
body.gallerynew .gallery-item:nth-child(2):hover .outline,
body.gallerynew .gallery-item:nth-child(3):hover .outline,
body.gallerynew .gallery-item:nth-child(5):hover .outline,
body.gallerynew .gallery-item:nth-child(6):hover .outline,
body.gallerynew .gallery-item:nth-child(8):hover .outline,
body.gallerynew .gallery-item:nth-child(9):hover .outline,
body.gallerynew .gallery-item:nth-child(11):hover .outline,
body.gallerynew .gallery-item:nth-child(12):hover .outline,
body.gallerynew .gallery-item:nth-child(14):hover .outline,
body.gallerynew .gallery-item:nth-child(15):hover .outline,
body.gallerynew .gallery-item:nth-child(17):hover .outline,
body.gallerynew .gallery-item:nth-child(18):hover .outline {
  transition: all 0.2s ease-in-out;
}

/* Text */
body.gallerynew .gallery-item p {
  transition: all 0.3s ease-in-out;
}

/* Text Hover */
body.gallerynew .gallery-item:hover p {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}


/* body.gallerynew .container {
  height: 100%;
  background: #000000;
}
body.gallerynew .row {
    height: 50%;
}
body.gallerynew .row [class*="col-"] {
  height: 100%;
  background-size: cover;
  background-position: center;
}
body.gallerynew .row [class*="col-"] .top,
body.gallerynew .row [class*="col-"] .bottom {
  height: 50%;
  background-size: cover;
  background-position: center;
}
body.gallerynew .row [class*="col-"] .wrapper {
  position: relative;
  height: 100%;
}
body.gallerynew .row [class*="col-"] .wrapper .cover {
  display: block;
  height: 100%;
  background: #000000;
  opacity: 0.4;
}
body.gallerynew .row [class*="col-"] .wrapper p {
  margin: 0;
  padding: 0 5px;
  position: absolute;
  bottom: 10px;
  pointer-events: none;
  text-align: center;
  width: 100%;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
  
  color: #ffffff;
  font-weight: bold;
}

.noLink {
  cursor: default;
} */


@media only screen and (max-width: 800px) {
  body.gallerynew .gallery-item:not(.active) {
    display: none;
  }

  body.gallerynew .gallery {
    grid-template-columns: 1fr;
  }

  body.gallerynew .gallery-item {
    grid-column:auto!important;
    grid-row:auto!important;
  }


}

body.clients .container {
  display: table;
  text-align: left;
  margin: 0 auto 0 auto;
  padding: 70px 0 70px 70px;
}

body.clients .content {
  display: table-cell;
  vertical-align: top;
}

body.clients .content .wrapper {
  width: 900px;
  background: #ffffff;
  padding: 40px;
  margin-right: 10px;
}

.carousel-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.carousel-item {

}

.swiper-container {
  width: 100%;
  height: 500px;
}

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

.swiper-slide {
  /* background: #0ff; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

@media only screen and (max-width: 1000px) {
  body.clients .content .wrapper {
    width: 450px;
  }
  .carousel-container {
    grid-template-columns: 1fr;
  }
  .carousel-item:last-child {
    /* display: none; */
  }
}

@media only screen and (max-width: 880px) {
  body.clients .container {
    padding: 70px 0 70px 0;
  }
  body.clients .content .wrapper {
    margin: 0 15px;
  }
}

@media only screen and (max-width: 576px) {
  body.clients .content .wrapper {
    width: auto;
  }
}

