/* ELEMENTS */
.logoslider {
  position: relative;
  width: 100%;
  height: 100%;
}

.logoslider h2 {
  margin-bottom: 30px;
}

.member {
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  padding: 20px;
  text-align: center;
  border-radius: var(--borders);
  box-shadow: 0px 3px 6px #00000029;
  margin-right: 30px;
}

.member > span.undertitle {
  font-weight: 400;
  color: #a9aabe;
}

.member > img {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  max-height: 120px;
  object-fit: cover;
}

.member > .information {
  padding-top: 30px;
  padding-bottom: 10px;
  width: 100%;
  margin-left: 10px;
}

.member > .information a {
  line-height: 50px;
}

.member > .information i {
  margin-right: 20px;
  color: var(--secondary-color);
  font-size: 19px;
  border: 1px solid #ededed;
  padding: 10px;
  border-radius: 5px;
}

.member > .information a:hover > i {
  background: var(--secondary-color);
  color: var(--primary-text-color);
}

.button-secondary {
  display: inline-block;
  background: var(--secondary-color);
  color: var(--primary-text-color);
  text-decoration: none;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 500 !important;
  font-family: "Inter", sans-serif;
  padding: 12px 26px 12px 26px !important;
  border-radius: var(--borders);
  margin-bottom: 10px;
}

.button-secondary:hover {
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 5px 5px rgba(130, 130, 130, 0.15);
  -moz-box-shadow: 1px 1px 5px 5px rgba(130, 130, 130, 0.15);
  box-shadow: 1px 1px 5px 5px rgba(130, 130, 130, 0.15);
}

.button-primary {
  display: inline-block;
  background: var(--primary-color);
  color: var(--primary-text-color);
  text-decoration: none;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 500 !important;
  font-family: "Inter", sans-serif;
  padding: 12px 26px 12px 26px !important;
  border-radius: var(--borders);
  margin-bottom: 10px;
}

.button-primary:hover {
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 5px 5px rgba(130, 130, 130, 0.15);
  -moz-box-shadow: 1px 1px 5px 5px rgba(130, 130, 130, 0.15);
  box-shadow: 1px 1px 5px 5px rgba(130, 130, 130, 0.15);
}

.button-primary.outline {
  background: #ffffff;
  border: 2px solid var(--primary-color);
  color: #000000;
}

.header1 {
  position: relative;
  top: 0px;
  left: 0;
  background: var(--primary-color);
  width: 100%;
  height: 100%;
  min-height: 500px;
}

.header1:before {
  content: "";
  position: absolute;
  top: 0;
  background: var(--header1-bg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  width: 50%;
  height: 100%;
  right: 0;
  opacity: 0.1;
}

.header1 .innerpadding {
  padding: 20px;
  padding-left: 0px;
  margin-top: 10%;
}

.header1 p,
.header1 h1 {
  color: #ffffff;
}

.header1 h1 {
  font-size: 3.45em;
  line-height: 1em;
}

.header1 h2 {
  color: var(--secondary-color);
}

.header1 a.button-secondary {
  background: var(--secondary-color);
  color: var(--primary-text-color);
  padding: 10px;
}

.header1 .bottom {
  position: relative;
  bottom: 0;
  left: 0;
  margin-top: 10%;
}

.header2 {
  position: relative;
  top: 0px;
  left: 0;
  background: rgb(44, 44, 44);
  background: linear-gradient(
    50deg,
    var(--primary-color) 0%,
    var(--secondary-color) 100%
  );
  width: 100%;
  height: 100%;
  min-height: 700px;
  z-index: 1;
}

.header2 .no-gutters {
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.header2 .no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.header2 .innerpadding {
  padding: 20px;
  padding-left: 0px;
  margin-top: 10%;
}

.header2 p,
.header2 h1 {
  color: #ffffff;
}

.header2 h1 {
  font-size: 3.45em;
  line-height: 1em;
}

.header2 h2 {
  color: var(--secondary-color);
}

.header2 a.button-secondary {
  background: var(--secondary-color);
  color: var(--primary-text-color);
  padding: 10px;
}

.header2 img {
  border-radius: var(--borders);
  padding: 20px;
  padding-left: 0px;
  margin-top: 100px;
}

.uspbox {
  width: 100%;
  height: auto;
  overflow-x: hidden;
  display: flex;
  text-align: center;
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -moz-animation: uspslide 15s linear infinite;
  -webkit-animation: uspslide 15s linear infinite;
  animation: uspslide 15s linear infinite;
  margin-top: 30px;
}

.uspbox p {
  word-wrap: none;
  width: 100%;
  white-space: nowrap;
  margin-right: 20px;
  font-weight: 600;
}

.uspbox i.fa {
  color: var(--uspslide-iconcolor);
}

@-moz-keyframes uspslide {
  from {
    -moz-transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(-100%);
  }
}

@-webkit-keyframes uspslide {
  from {
    -webkit-transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
  }
}

@keyframes uspslide {
  from {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.header3 {
  position: relative;
  top: 0px;
  left: 0;
  background: var(--header3-bg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.header3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
}

.header3.nooverlay:before {
  background: none;
  opacity: 0;
}

.header3 .innerpadding {
  margin-top: calc(15% + 80px);
  margin-bottom: calc(15% + 80px);
}

.header3 p,
.header3 h1,
.header3 h3,
.header3 h4,
.header3 h5,
.header3 h6,
.header3 span,
.header3 strong,
.header3 li {
  color: #ffffff !important;
}

.header3.nooverlay p,
.header3.nooverlay h1,
.header3.nooverlay h3,
.header3.nooverlay h4,
.header3.nooverlay h5,
.header3.nooverlay h6,
.header3.nooverlay span,
.header3.nooverlay strong,
.header3.nooverlay li {
  color: var(--global-text-color) !important;
}

.header3 h2 {
  color: #ffffff !important;
}

.header3-bottom {
  position: relative;
  background: #f7f7f7;
  width: 100%;
  height: 100%;
  margin-top: -50px;
}

.header3-bottom form {
  display: flex;
  padding: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.header3-bottom form > input {
  height: auto;
  margin-right: 30px;
  padding: 20px;
  border: none;
  outline: none;
  font-weight: 600;
  color: var(--primary-color);
  background: #ffffff;
  font-family: inherit;
}

.header3-bottom form > button {
  display: block;
  height: 60px;
  width: 50%;
  max-width: 150px;
  background: var(--primary-color);
  color: var(--primary-text-color);
  font-family: inherit;
  font-weight: 600;
  border: none;
  outline: none;
}

.header3-bottom form > button > i {
  margin-left: 20px;
}

.header3-bottom form > button:hover {
  opacity: 0.8;
}

.header3 a.button-primary {
  padding: 20px;
  color: var(--primary-text-color);
  border-radius: var(--borders);
  font-weight: 600;
  transition: 0.5s ALL;
}

.header3 a.button-secondary {
  padding: 20px;
  color: var(--primary-text-color);
  border-radius: var(--borders);
  font-weight: 600;
  transition: 0.5s ALL;
}

.header3 a.button-secondary:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

.header3 a.button-primary:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

@media screen and (max-width: 1100px) {
  .header3-bottom form {
    display: block;
  }

  .header3-bottom form > button {
    width: 100%;
    max-width: 100%;
  }
}

.smallheader {
  position: relative;
  top: 0px;
  left: 0;
  background: var(--header3-bg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 260px;
}

.smallheader:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
}

.smallheader.nooverlay:before {
  background: none;
  opacity: 0;
}

.smallheader .innerpadding {
  padding-top: 80px;
  padding-bottom: 80px;
}

.smallheader p,
.smallheader h1,
.smallheader h3,
.smallheader h4,
.smallheader h5,
.smallheader h6,
.smallheader span,
.smallheader strong,
.smallheader li {
  color: #ffffff !important;
}

.smallheader.nooverlay p,
.smallheader.nooverlay h1,
.smallheader.nooverlay h3,
.smallheader.nooverlay h4,
.smallheader.nooverlay h5,
.smallheader.nooverlay h6,
.smallheader.nooverlay span,
.smallheader.nooverlay strong,
.smallheader.nooverlay li {
  color: var(--global-text-color) !important;
}

.smallheader h2 {
  color: var(--secondary-color);
}

.smallheader-bottom {
  position: relative;
  background: #f7f7f7;
  width: 100%;
  height: 100%;
  margin-top: -50px;
}

.smallheader-bottom form {
  display: flex;
  padding: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.smallheader-bottom form > input {
  height: auto;
  margin-right: 30px;
  padding: 20px;
  border: none;
  outline: none;
  font-weight: 600;
  color: var(--primary-color);
  background: #ffffff;
  font-family: inherit;
}

.smallheader-bottom form > button {
  display: block;
  height: 60px;
  width: 50%;
  max-width: 150px;
  background: var(--primary-color);
  color: var(--primary-text-color);
  font-family: inherit;
  font-weight: 600;
  border: none;
  outline: none;
}

.smallheader-bottom form > button > i {
  margin-left: 20px;
}

.smallheader-bottom form > button:hover {
  opacity: 0.8;
}

.smallheader a.button-primary {
  padding: 20px;
  color: var(--primary-text-color);
  border-radius: var(--borders);
  font-weight: 600;
  transition: 0.5s ALL;
}

.smallheader a.button-secondary {
  padding: 20px;
  color: var(--primary-text-color);
  border-radius: var(--borders);
  font-weight: 600;
  transition: 0.5s ALL;
}

.smallheader a.button-secondary:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

.smallheader a.button-primary:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

@media screen and (max-width: 1100px) {
  .smallheader-bottom form {
    display: block;
  }

  .smallheader-bottom form > button {
    width: 100%;
    max-width: 100%;
  }
}

.imagebox1 {
  position: relative;
  top: 0px;
  left: 0;
  background: var(--imagebox1-bg);
  width: 100%;
  height: 100%;
  min-height: 600px;
  padding: 30px;
}

@media screen and (max-width: 1100px) {
  .imagebox1 {
    padding: 5px;
  }
}

.imagebox1 .item {
  background: #ffffff;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.imagebox1 .item > img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.imagebox1 .item a.button-secondary {
  padding: 20px;
  color: var(--primary-text-color);
  font-weight: 600;
  transition: 0.5s ALL;
}

.imagebox1 a.button-primary {
  padding: 20px;
  color: var(--primary-text-color);
  font-weight: 600;
  transition: 0.5s ALL;
}

.imagebox1 a.button-primary > i {
  transition: 0.5s ALL;
}

.imagebox1 a.button-primary:hover > i {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  margin-right: 20px;
}

.imagebox1 a.button-secondary:hover > i {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  margin-right: 20px;
}

.imagebox1 .item > a > i {
  margin-left: 10px;
  font-size: 12px;
}

.header5 {
  display: block;
  position: relative;
  top: 0px;
  left: 0;
  background: rgb(44, 44, 44);
  background: linear-gradient(
    50deg,
    var(--primary-color) 0%,
    var(--secondary-color) 100%
  );
  width: 100%;
  height: 100%;
  min-height: 800px;
  margin-bottom: -200px;
}

.header5:before {
  content: "";
  position: absolute;
  bottom: -150px;
  background: #ffffff;
  border-radius: 220%;
  width: 110%;
  height: 250px;
  left: -5%;
  opacity: 1;
  z-index: 0;
}

.header5 .innerpadding {
  padding: 5%;
  padding-left: 0px;
  margin-top: 10%;
}

.header5 p,
.header5 h1 {
  color: #ffffff;
}

.header5 h1 {
  font-size: 3.45em;
  line-height: 1.5em;
}

.header5 h2 {
  color: var(--secondary-color);
}

.header5 a.button-secondary {
  background: var(--secondary-color);
  color: var(--primary-text-color);
  padding: 10px;
}

.header5 img {
  border-radius: var(--borders);
  padding: 20px;
  padding-left: 0px;
  margin-top: 100px;
}

@media screen and (max-width: 1100px) {
  .header5:before {
    bottom: -50px;
    height: 100px;
  }
}

.imagebox2 {
  position: relative;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 600px;
}

.imagebox2 .item {
  padding: 30px;
}

.imagebox2 .item > img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.imagebox2 .item a.button-secondary {
  padding: 20px;
  color: var(--primary-text-color);
  font-weight: 600;
  transition: 0.5s ALL;
}

.imagebox2 a.button-primary {
  padding: 20px;
  color: var(--primary-text-color);
  font-weight: 600;
  transition: 0.5s ALL;
}

.imagebox2 a.button-primary > i {
  transition: 0.5s ALL;
}

.imagebox2 a.button-primary:hover > i {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  margin-right: 20px;
}

.imagebox2 a.button-secondary:hover > i {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  margin-right: 20px;
}

.imagebox2 .item > a > i {
  margin-left: 10px;
  font-size: 12px;
}

p.cut-text {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.fdb-box {
  background: #ffffff;
  padding: 3.75rem 2.5rem;
  overflow: hidden;
  color: #444;
  border-radius: 0.25rem;
  box-shadow: 0 0.3125rem 0.875rem 0 rgba(129, 129, 129, 0.2) !important;
}

.lead {
  font-size: 1.4rem;
  font-weight: 400;
}

.ctablock {
  background: var(--cta1background);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
}

.boxwb:after {
  position: relative;
  content: "";
  left: 0;
  bottom: 200px;
  height: 250px;
  margin-bottom: -160px;
  background: var(--team-bgcolor);
  width: 100%;
  float: left;
  z-index: -1;
}

.overflow-list {
  max-height: 100vh;
  overflow-y: auto;
  padding: 10px;
}

.overflow-list::-webkit-scrollbar {
  display: none;
}

.shape-divider {
  position: absolute;
  top: auto;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 0;
}

.textbox {
  width: 100%;
  height: 100%;
  position: relative;
}

.textbox h1,
.textbox h2,
.textbox h3,
.textbox h4 {
  margin: 0;
}

.cta-banner {
  position: relative;
  width: 100%;
  background: var(--cta3-bgcolor);
  padding: 5%;
  margin-bottom: 130px;
}

.cta-banner p,
.cta-banner h1,
.cta-banner h2,
.cta-banner h3,
.cta-banner h4,
.cta-banner h5,
.cta-banner span,
.cta-banner a,
.cta-banner strong,
.cta-banner li {
  color: var(--cta3-textcolor);
  margin: 0;
}

.cta-banner:hover:before {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

.cta-banner:before {
  content: "";
  position: absolute;
  left: -50px;
  top: 100px;
  background: var(--cta3-boxcolor);
  width: 90%;
  height: 300px;
  transition: 0.5s ALL;
  z-index: -1;
}

.cta-banner ul {
  margin-left: -40px;
}

.cta-banner ul li {
  list-style-type: none;
  font-size: 25px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.cta-banner ul li:before {
  content: "✓";
  margin-right: 10px;
  font-weight: 900;
  color: var(--primary-color);
  padding-left: 8px;
}

.cta-banner a {
  display: inline-block;
  padding: 20px;
  background: var(--primary-color);
  color: var(--primary-text-color);
  font-family: inherit;
  font-weight: 600;
  border: none;
  outline: none;
  transition: 0.5s ALL;
  margin-top: 10px;
}

.cta-banner a:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

.cta-banner2 {
  position: relative;
  width: 100%;
  background: var(--cta4-bgcolor);
  padding: 5%;
}

.cta-banner2 p,
.cta-banner2 h1,
.cta-banner2 h2,
.cta-banner2 h3,
.cta-banner2 h4,
.cta-banner2 h5,
.cta-banner2 span,
.cta-banner2 a,
.cta-banner2 strong,
.cta-banner2 li {
  color: var(--cta4-textcolor);
  margin: 0;
}

.cta-banner2:hover:before {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

.cta-banner2 h2 {
  line-height: 45px;
}

.cta-banner2 p {
  margin-bottom: 35px;
}

.cta-banner2 > .inner {
  display: block;
  position: relative;
}

.cta-banner2 ul {
  margin-left: -40px;
}

.cta-banner2 ul li {
  list-style-type: none;
  font-size: 25px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.cta-banner2 ul li:before {
  content: "✓";
  margin-right: 10px;
  font-weight: 900;
  color: var(--secondary-color);
  padding-left: 8px;
}

.cta-banner2 a {
  display: inline-block;
  padding: 20px;
  background: var(--secondary-color);
  color: var(--primary-text-color);
  font-family: inherit;
  font-weight: 600;
  border: none;
  outline: none;
  transition: 0.5s ALL;
  margin-top: 10px;
}

.cta-banner2 a:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

.cta-divider {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform: translateZ(0);
  z-index: 1;
}

.ctabox {
  position: relative;
  width: 100%;
  background: var(--cta5-bgcolor);
  padding: 5%;
}

.ctabox p,
.ctabox h1,
.ctabox h2,
.ctabox h3,
.ctabox h4,
.ctabox h5,
.ctabox span,
.ctabox a,
.ctabox strong,
.ctabox li {
  color: var(--cta5-textcolor);
  margin: 0;
}

.ctabox ul {
  margin-left: -40px;
}

.ctabox ul li {
  list-style-type: none;
  font-size: 25px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.ctabox ul li:before {
  content: "✓";
  margin-right: 10px;
  font-weight: 900;
  color: var(--primary-color);
  padding-left: 8px;
}

.ctabox a {
  display: inline-block;
  padding: 20px;
  background: var(--primary-color);
  color: var(--primary-text-color);
  font-family: inherit;
  font-weight: 600;
  border: none;
  outline: none;
  transition: 0.5s ALL;
  margin-top: 10px;
}

.ctabox a:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

/* Slider */

.slick-slide {
  padding: 5px;
  margin: 0px 20px;
  width: 150px;
  height: 60px;
}

.customer-logos img {
  width: 100%;
  height: 80px;
  object-fit: contain;
  padding: 10px;
  display: block;
}

.slick-slider {
  position: relative;
  display: table;
  border-spacing: 20px 0px;
  table-layout: fixed;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;

  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: table-cell;
  min-width: 280px;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.slickslider-pagination {
  position: relative;
  width: 100%;
}
.slickslider-pagination .slideprev {
  display: block;
  height: 20px;
  width: 20px;
  float: left;
  transform: rotate(180deg);
  background: url("../images/arrow-right.svg") no-repeat;
  cursor: pointer;
}

.slickslider-pagination .slidenext {
  display: block;
  height: 20px;
  width: 20px;
  float: right;
  background: url("../images/arrow-right.svg") no-repeat;
  cursor: pointer;
}

.slickslider-pagination .teamslideprev {
  display: block;
  height: 20px;
  width: 20px;
  float: left;
  transform: rotate(180deg);
  background: url("../images/arrow-right.svg") no-repeat;
  cursor: pointer;
}

.slickslider-pagination .teamslidenext {
  display: block;
  height: 20px;
  width: 20px;
  float: right;
  background: url("../images/arrow-right.svg") no-repeat;
  cursor: pointer;
}

.slickslider-pagination {
    position: relative;
    width: 100%;
    height: 30px;
    margin-top: 30px;
}

@media screen and (max-width: 960px){
.slickslider-pagination {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0px;
}
}