html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif !important;
}

.montserrat-light {
  font-weight: 300;
}

.montserrat-Medium {
  font-weight: 500;
}

.name-role p {
  margin: 0;
}

.prev-arrow {
  font-size: 25px;
  position: absolute;
  top: 20%;
  left: -5%;
  width: 50px;
  height: 50px;
  text-align: center;
  justify-content: center;
  z-index: 1;
  vertical-align: middle;
  display: flex;
}
.prev-arrow i {
  justify-content: center;
  display: flex;
  align-items: center;
}

.next-arrow {
  font-size: 25px;
  position: absolute;
  top: 20%;
  right: -5%;
  width: 50px;
  z-index: 1;
  height: 50px;
  text-align: center;
  justify-content: center;
  vertical-align: middle;
  display: flex;
}
.next-arrow i {
  justify-content: center;
  display: flex;
  align-items: center;
}

@media (max-width: 1700px) {
  .prev-arrow {
    left: -8%;
  }

  .next-arrow {
    right: -8%;
  }
}
#consultancy-wrapper .slick-slide {
  margin: 0 13px !important;
}

.case-studies-images .slick-slide {
  margin: 0 13px !important;
}

.instagram-image {
  transform: skewX(-10deg) skewY(5deg) scale(1.35);
}

.instagram-image:nth-child(1) {
  border-bottom: 15px solid white;
  border-right: 15px solid white;
}

.instagram-image:nth-child(2) {
  border-bottom: 15px solid white;
  border-left: 15px solid white;
}

.instagram-image:nth-child(3) {
  border-top: 15px solid white;
  border-right: 15px solid white;
}

.instagram-image:nth-child(4) {
  border-top: 15px solid white;
  border-left: 15px solid white;
}

.social-links-act {
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  font-size: 16px;
}
.social-links-act p {
  margin: 0;
}

.cover-u-img {
  z-index: 2;
  position: absolute;
  width: 100%;
  left: 150px;
  top: -20px;
  height: 104%;
}

.case-block {
  width: 30%;
  background: #13153F;
  padding: 50px 25px;
  border-radius: 20px;
  height: 100%;
}

.case-block:hover {
  background: #aa0031;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .case-block {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cover-u-img {
    z-index: 2;
    position: absolute;
    width: 105%;
    left: 55px;
    top: -20px;
    height: 105%;
  }

  #top_images_instagram {
    width: 50%;
    margin: auto !important;
  }
}
@media (max-width: 575px) {
  .cover-u-img {
    top: -20px;
    width: 100%;
    left: 67px;
    height: 105%;
  }

  #top_images_instagram {
    width: 100%;
    margin: 0 !important;
  }
}
.slick-prev, .slick-next {
  width: 20px !important;
  padding: 0;
}

@media (max-width: 576px) {
  .social-links-act {
    font-size: 11px;
  }

  .be_uniq_img {
    transform: rotate(-10deg) !important;
    margin-right: 40px !important;
    margin-top: 29px;
    height: 250px !important;
  }
}
@media (max-width: 991px) {
  #top_images_instagram {
    margin: 0;
    height: 450px;
  }
}
.montserrat-Regular {
  font-weight: 400;
}

.montserrat-SemiBold strong {
  font-weight: 600;
  font-size: 40px;
}
.montserrat-SemiBold p {
  font-size: 19px;
  font-weight: 300;
}

.montserrat-Thin {
  font-weight: 100;
}

#toTopArrow {
  color: #C10230;
  bottom: 10px;
  transform: scale(1.5);
  right: 15px;
  position: fixed;
  cursor: pointer;
  width: 25px;
  text-align: center;
  height: 25px;
  z-index: 1000;
  background: #13153F;
}

.white-text {
  color: white;
}

.first-body-color {
  background-color: #C10230;
  margin: 0 auto;
}

.first-body-color .top-nav {
  margin: 2rem 0;
}

.first-body-color .top-nav a {
  color: white;
  margin-right: 1.5rem;
  text-decoration: none;
  font-size: 13px;
}

.first-body-color a:hover {
  color: #898989;
  text-decoration: none;
  transition: 0.5s;
}

.be-diff-be-unique {
  font-size: 90px;
  color: white;
}

.social-icons img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.social-icons {
  display: flex;
  justify-content: center;
}

.social-icons a:hover {
  color: #8d3333;
}

@media (max-width: 992px) {
  .be-diff-be-unique {
    font-size: 75px;
  }
}
@media (max-width: 768px) {
  .be-diff-be-unique {
    font-size: 50px;
  }
}
@media (max-width: 992px) {
  .top-nav a {
    display: none !important;
  }
}
.about-us-body-color {
  background-color: #13153F;
  margin: 0 auto;
}

.about-us-header-text {
  font-size: 48px;
  text-transform: uppercase;
}

.consultancy-margin {
  margin-top: -50px;
  margin-bottom: 50px;
}

.about-us-body-text {
  font-size: 17px;
}

.about-us-content {
  max-width: 70%;
  margin-left: auto;
  margin-top: -90px;
}

@media (max-width: 992px) {
  .consultancy-margin {
    margin-top: 0;
    margin-bottom: 0;
  }

  .about-us-header-text {
    font-size: 30px;
  }

  .about-us-body-text {
    font-size: 14px;
  }

  .about-us-content {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .show-nav-home {
    display: none;
  }
}
.consultancy-body-color {
  background-color: #BF2039;
  margin: 0 auto;
}

.consultancy-header-text {
  font-size: 48px;
  text-transform: uppercase;
}

.consultancy-body-text {
  font-size: 17px;
}

.consultancy-view-more a {
  font-size: 18px;
  padding: 10px 55px;
  border-radius: 22px;
  border: 1px solid white;
  text-decoration: none;
  color: white;
}

.consultancy-view-more a:hover {
  background-color: white;
  color: #BF2039;
  transition: 0.5s;
}

.consultancy-image img {
  max-width: 100%;
}

.consultancy-content {
  color: white;
}

@media (max-width: 992px) {
  .consultancy-content {
    max-width: 80%;
    margin: 0 auto !important;
    padding: 0 10px !important;
  }

  .consultancy-header-text {
    font-size: 30px;
  }

  .consultancy-body-text {
    font-size: 14px;
  }
}
.the-talents-body-color {
  background-color: #13153F;
  margin: 0 auto;
}

.the-talents-header {
  font-size: 40px;
  font-weight: bold;
}

.the-talents-category {
  font-size: 18px;
  padding: 10px 55px;
  border-radius: 22px;
  border: 1px solid white;
  text-decoration: none;
  color: white;
  max-width: 50%;
}

.celebrity-search a {
  font-size: 18px;
  padding: 10px 30px;
  border-radius: 22px;
  border: 1px solid white;
  text-decoration: none;
  color: white;
  max-width: 50%;
}

.celebrity-search a:hover {
  background-color: white;
  color: #13153F;
  transition: 0.3s;
}

.ss-content .ss-list .ss-option {
  border-radius: 22px;
}

.ss-option {
  color: white !important;
}

.ss-multi-selected {
  padding: 6px 35px !important;
  margin-top: 8px !important;
  font-size: 17px !important;
  background-color: transparent !important;
  border: 1px solid white !important;
  border-radius: 22px !important;
  outline: none !important;
}

.ss-plus {
  background: white !important;
}

.ss-plus:after {
  background: white !important;
}

.ss-content {
  background-color: #13153F !important;
  border-radius: 22px;
}

.form-group-tags {
  max-width: 40%;
  margin: 0 auto;
}

.topnav input[type=text] {
  padding: 6px 35px;
  margin-top: 8px;
  font-size: 17px;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 22px;
  outline: none;
}

.topnav input:focus[type=text] {
  color: white;
}

.topnav .search-container button {
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  font-size: 17px;
  border: none;
  cursor: pointer;
  background-color: transparent;
  color: white;
}

.topnav .search-container button:hover {
  background: #ccc;
}

.talents-images img {
  border-radius: 50%;
}

.talents-images img {
  border-radius: 50%;
}

.talents-images-style-right {
  margin-left: 20px;
}

.talents-images-style-left {
  margin-right: 20px;
  padding: 0 150px !important;
}

.the-talents-view-more a {
  font-size: 18px;
  padding: 10px 55px;
  border-radius: 22px;
  border: 1px solid white;
  text-decoration: none;
  color: white;
}

.the-talents-view-more a:hover {
  background-color: white;
  color: #BF2039 !important;
  transition: 0.5s;
}

@media (max-width: 576px) {
  .talents-images-style-left img {
    width: 90px;
    height: 90px;
  }

  .talents-images-style-right img {
    width: 90px;
    height: 90px;
  }

  .form-group-tags {
    max-width: 80%;
    margin: 0 auto;
  }
}
.img-overlay img {
  position: relative;
  vertical-align: top;
  width: 200px;
  height: 200px;
}

.overlay {
  display: block;
  position: absolute;
  color: #fff;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(165, 41, 41, 0.8);
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.25s;
  border-radius: 50%;
  text-align: center;
  font-size: 11px;
}

.social-links-act {
  top: 50%;
  transform: translateY(-50%);
}

.social-links-act a {
  font-size: 20px;
}

.total-sec {
  padding-left: 200px;
  padding-right: 200px;
}

@media (max-width: 1650px) {
  .total-sec {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media (max-width: 1550px) {
  .total-sec {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media (max-width: 576px) {
  .talents-images img {
    width: 100px;
    height: 100px;
  }

  .total-sec {
    padding-left: 0;
    padding-right: 0;
  }

  .form-group-tags {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 1750px) {
  .img-overlay img {
    position: relative;
    vertical-align: top;
    width: 150px;
    height: 150px;
  }

  .overlay {
    font-size: 10px;
  }

  .social-links-act {
    font-size: 12px;
  }
  .social-links-act a {
    font-size: 20px;
  }
}
@media (max-width: 1350px) {
  .img-overlay img {
    position: relative;
    vertical-align: top;
    width: 125px;
    height: 125px;
  }

  .overlay {
    font-size: 10px;
  }

  .social-links-act {
    font-size: 10px;
  }
  .social-links-act a {
    font-size: 18px;
  }
}
@media (max-width: 1250px) {
  .img-overlay img {
    position: relative;
    vertical-align: top;
    width: 125px;
    height: 125px;
  }

  .social-links-act {
    font-size: 10px;
  }
  .social-links-act a {
    font-size: 18px;
  }

  .total-sec {
    padding: 0 50px;
  }
}
@media (max-width: 992px) {
  .img-overlay img {
    position: relative;
    vertical-align: top;
    width: 150px;
    height: 150px;
  }

  .overlay {
    font-size: 10px;
  }
}
.art-sec {
  padding-right: 50px !important;
}

.inf-sec {
  padding-left: 50px !important;
}

@media (max-width: 768px) {
  .img-overlay img {
    position: relative;
    vertical-align: top;
    width: 150px;
    height: 150px;
  }

  .art-sec, .inf-sec, .total-sec {
    padding: 0 !important;
  }

  .social-links-act {
    font-size: 12px;
  }
  .social-links-act a {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .img-overlay img {
    position: relative;
    vertical-align: top;
    width: 200px;
    height: 200px;
  }

  .social-links-act {
    font-size: 20px;
  }
  .social-links-act a {
    font-size: 25px;
  }
}
.img-overlay {
  position: relative;
  display: inline-block;
}

.img-overlay:hover .overlay {
  opacity: 1;
}

.talent-tags {
  background-color: #303572;
  padding: 3px 20px 5px 3px;
  color: white;
  font-size: 12px;
  margin-right: 10px;
  position: relative;
}

.close-tag {
  position: absolute;
  right: 5%;
}

@media (max-width: 1400px) {
  .talents-images-style-left {
    margin-right: 20px;
    padding: 0 125px !important;
  }
}
@media (max-width: 1200px) {
  .talents-images-style-left {
    margin-right: 20px;
    padding: 0 125px !important;
  }
}
@media (max-width: 1500px) {
  .talents-images-style-left {
    margin-right: 20px;
    padding: 0 25px !important;
  }
}
@media (max-width: 1400px) {
  .talents-images-style-right {
    margin-right: 20px;
    padding: 0 125px !important;
  }
}
@media (max-width: 1200px) {
  .talents-images-style-right {
    margin-right: 20px;
    padding: 0 125px !important;
  }
}
@media (max-width: 1500px) {
  .talents-images-style-right {
    margin-right: 20px;
    padding: 0 25px !important;
  }
}
.client-header {
  text-align: center;
  padding: 20px;
  color: #13153F;
  font-size: 40px;
  font-weight: bold;
}

.slick-slide {
  margin: 0 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  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 {
  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;
  float: left;
  height: 100%;
  min-height: 1px;
}

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

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.case-studies-body-color {
  background-color: #BF2039;
  margin: 0 auto;
}

.case-studies-header {
  font-size: 35px;
  text-transform: uppercase;
}

.case-studies-body {
  font-size: 14px;
}

.case-studies-view-more a {
  font-size: 18px;
  padding: 10px 55px;
  border-radius: 22px;
  border: 1px solid white;
  text-decoration: none;
  color: white;
}

.case-studies-view-more a:hover {
  background-color: white;
  color: #BF2039;
  transition: 0.5s;
}

.spacer-75 {
  height: 75px;
}

@media (max-width: 992px) {
  .case-studies-header {
    font-size: 30px;
  }

  .case-studies-body {
    font-size: 14px;
  }

  .case-studies-content {
    max-width: 80%;
    margin: 0 auto;
  }
}
.case-studies-images img {
  height: 150px;
  max-width: 100%;
}

.case-studies-image img {
  height: 700px;
}

.footer-body-color {
  background-color: #13153F;
  margin: 0 auto;
}

.footer-header {
  font-size: 37px;
}

.videos-style img {
  max-width: 100%;
}

@media (max-width: 576px) {
  .footer-header {
    font-size: 26px;
  }
}
.footer-links a {
  text-decoration: none;
  color: white;
}

.footer-links a:hover {
  color: #b8b7b7;
  transition: 0.5s;
}

.footer-links a {
  margin-right: 20px;
  font-size: 14px;
}

.footer-social-icons {
  display: flex;
  justify-content: center;
  padding-bottom: 25px;
}

.footer-social-icons img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

@media (max-width: 576px) {
  .footer-links a {
    margin-right: 10px;
    font-size: 11px;
  }
}
.case-studies-top-image img {
  width: 100%;
  z-index: -1;
}

.case-studies-top-image {
  background-color: #C10230;
}

.block-case-studies {
  display: flex;
  justify-content: center;
  align-items: center;
}

.block-case-studies h3 {
  color: #fff;
  position: relative;
  z-index: 1;
}

.block-case-studies {
  background: url("../images/case-studies/case-studies-page.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 100px 0;
  max-width: 100%;
}

.block-case-studies:after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(255, 0, 0, 0.5);
}

.spacer-80 {
  height: 80px;
}

.second-image-case-study img {
  width: 100%;
  height: auto;
}

.multiple-case-studies img {
  height: auto;
  width: 100%;
}

.multiple-case-studies {
  margin: 0 auto !important;
  padding: 0 !important;
}

.multiple-case-studies h2 {
  margin: 20px 0;
}

.navbar-bg {
  background-color: #13153F !important;
}

.navbar-style li a {
  display: block;
  color: white;
  text-align: center;
  padding: 0 16px;
  text-decoration: none;
  font-size: 14px;
}

.navbar-style li a:hover {
  color: #cbcbcb;
  transition: 0.5s;
}

.navbar-logo img {
  max-width: 100%;
  height: 50px;
}

.navbar-links {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.navbar-style {
  display: flex;
  align-items: center;
  padding: 50px 100px 25px 100px;
  margin: 0;
  list-style-type: none;
}

.navbar-social-icons {
  display: flex;
  justify-content: center;
  padding-bottom: 25px;
  position: absolute;
  right: 116px;
  top: 10px;
}

.navbar-social-icons img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

@media (max-width: 992px) {
  .navbar-links {
    display: none;
  }

  .navbar-social-icons {
    display: none;
  }

  .navbar-style {
    padding: 30px 0 30px 10px;
  }

  .navbar-style-mobile {
    background-color: #C10230 !important;
  }
}
@media (min-width: 992px) {
  .openbtn {
    display: none;
  }

  #mySidenav {
    display: none;
  }
}
#mySidenav {
  list-style-type: none;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 5;
  top: 0;
  right: 0;
  background-color: #13153F;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: white;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #b4b4b4;
  transition: 0.5s;
}

.openbtn:hover {
  color: #b4b4b4;
  transition: 0.5s;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.closebtn {
  color: white;
}

.openbtn {
  cursor: pointer;
  position: absolute;
  top: 4%;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  z-index: 1;
  color: white;
}

.case-study-style {
  max-width: 35%;
  margin-left: -36rem;
}

.case-study-style div {
  z-index: 1;
  position: relative;
  color: white;
}

.block-case-study h1 {
  color: #fff;
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 48px;
  padding-bottom: 15px;
}

.block-case-study div {
  font-size: 1rem;
}

.third-block-cs {
  max-width: 100%;
  margin: 0 auto;
}

.second-block-cs {
  max-width: 100%;
  margin: 0 auto;
}

.block-case-study {
  background: url("../images/case-studies/case-studies-page.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
  min-height: 500px;
  padding-top: 25px;
  padding-bottom: 25px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.block-case-study:after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(170, 0, 49, 0.5);
}

.case-study-body {
  background-color: white;
}

.case-study-numbers {
  font-size: 25px;
  color: white;
  font-weight: bold;
}

.case-study-titles {
  font-size: 25px;
  color: white;
  font-weight: bold;
}

.case-study-body-text {
  font-size: 19px;
  color: white;
}

.case-cont {
  padding-top: 100px;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}

.first-block-cs {
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .case-block {
    margin-bottom: 25px;
  }

  .case-cont {
    padding: 25px 25px;
    max-width: 100%;
  }
}
.case-study-body img {
  max-width: 100%;
}

.cs-body-color-3 img {
  max-width: 100%;
}

.cs-body-color-2 {
  background-color: #C10230;
}

.cs-body-color-2 img {
  max-width: 100%;
}

.cs-body-color-3 {
  background-color: #13153F;
}

.main {
  max-width: 1000px;
  display: block;
  margin: 0 auto;
}

.slider-nav h3 {
  background: #fff;
  color: #3498db;
  font-size: 36px;
  line-height: 170px;
  margin: 10px;
  padding: 2%;
  position: relative;
  text-align: center;
}

.slider-nav img {
  width: 100%;
  height: 200px;
}

.slick-dots li button:before {
  font-size: 15px;
  line-height: 15px;
  color: #6c6c6c;
}

.slick-dots li button:before:hover {
  color: #0d0d36 !important;
}

.slick-dots li.slick-active button:before {
  color: #0d0d36 !important;
}

.slider-nav img {
  margin: 0 auto;
}

.spacer-75-mobile {
  height: 75px;
}

@media (min-width: 768px) {
  .spacer-75-mobile {
    display: none;
  }
}
@media (max-width: 1200px) {
  .case-study-style {
    max-width: 80%;
    margin: 0 auto;
    padding-left: 0;
    text-align: center;
  }

  .case-study-style h1 {
    font-size: 36px;
  }

  .case-study-style div {
    font-size: 14px;
  }
}
.view-case-style {
  left: 50%;
  transform: translateX(-50%);
  bottom: 10%;
  position: absolute;
}

.case-study-body .slick-dots li button:before {
  font-size: 20px !important;
  top: 20px !important;
}

.view-case-style a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  background-color: #13153F;
  border-radius: 22px;
  padding: 3px 30px;
  display: block;
  text-align: center;
}

.view-case-style a:hover {
  color: #d4d4d4;
  background-color: #282c50;
  transition: 0.3s;
}

.view-case-wrapper {
  position: relative;
}
.view-case-wrapper img {
  opacity: 0.5;
}

.block-contact-us {
  display: flex;
  justify-content: center;
  align-items: center;
}

.block-contact-us h3 {
  color: #fff;
  position: relative;
  z-index: 1;
}

.block-contact-us {
  background: url("case-studies-images/case-studies-page.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 815px;
  max-width: 100%;
}

.block-contact-us:after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(255, 0, 0, 0.5);
}

.form-control:focus {
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid white !important;
  border-radius: 0 !important;
  color: white !important;
  -webkit-appearance: none !important;
  background-color: #13153F !important;
}

.form-control {
  box-shadow: none !important;
  outline: none !important;
  color: white !important;
  border-color: white !important;
  border-radius: 0 !important;
  -webkit-appearance: none;
  background-color: #13153F !important;
}

.form-control::-webkit-input-placeholder {
  color: #979797 !important;
}

.contact-body-color {
  background-color: #13153F;
  position: relative;
}

input {
  line-height: 50px;
}

.contact-submit {
  line-height: normal;
  color: white;
  background-color: #bf2039;
}

.contact-us-text {
  max-width: 80%;
  margin: 0 auto;
}

.submit-button button {
  background-color: #C10230;
  color: white !important;
  border-radius: 22px;
  height: unset;
  width: 150px;
  outline: 0;
  padding: 10px 20px;
  font-size: 18px;
  border: 0;
  cursor: pointer;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.submit-button button:hover {
  background-color: #820022;
}

@media (max-width: 576px) {
  .block-case-studies {
    padding: 50px 0;
  }

  .contact-us-text {
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 10px;
    text-align: center;
  }

  .submit-button {
    text-align: center;
  }
}
img {
  height: auto;
  max-width: 100%;
}

#preloader {
  position: fixed;
  overflow: hidden;
  background-color: #C10230;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

#preloader img {
  position: absolute;
}

.logo-load {
  -webkit-animation: 2000ms linear 0s normal none infinite running logo-load;
          animation: 2000ms linear 0s normal none infinite running logo-load;
  background: transparent none repeat scroll 0 0;
  height: 280px;
  width: 280px;
  border-radius: 50%;
  border-color: #fff #fff #C10230 #fff;
  border-style: solid;
  border-width: 2px;
  position: absolute;
  z-index: 10;
}

.button-talents {
  text-align: center;
  padding-bottom: 35px;
  padding-top: 35px;
}

@-webkit-keyframes logo-load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes logo-load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 575px) {
  .mob-spacer {
    height: 45px;
  }

  #youtubeVids {
    margin-bottom: 25px !important;
  }
  #youtubeVids .slick-dots li.slick-active button:before {
    color: white !important;
  }
  #youtubeVids .slick-dots {
    background: #13153F;
    padding-bottom: 25px;
  }
}
