@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body {
  .roboto-thin {
    font-family: "Roboto", serif;
    font-weight: 100;
    font-style: normal;
  }

  .roboto-light {
    font-family: "Roboto", serif;
    font-weight: 300;
    font-style: normal;
  }

  .roboto-regular {
    font-family: "Roboto", serif;
    font-weight: 400;
    font-style: normal;
  }

  .roboto-medium {
    font-family: "Roboto", serif;
    font-weight: 500;
    font-style: normal;
  }

  .roboto-bold {
    font-family: "Roboto", serif;
    font-weight: 700;
    font-style: normal;
  }

  .roboto-black {
    font-family: "Roboto", serif;
    font-weight: 900;
    font-style: normal;
  }

  .roboto-thin-italic {
    font-family: "Roboto", serif;
    font-weight: 100;
    font-style: italic;
  }

  .roboto-light-italic {
    font-family: "Roboto", serif;
    font-weight: 300;
    font-style: italic;
  }

  .roboto-regular-italic {
    font-family: "Roboto", serif;
    font-weight: 400;
    font-style: italic;
  }

  .roboto-medium-italic {
    font-family: "Roboto", serif;
    font-weight: 500;
    font-style: italic;
  }

  .roboto-bold-italic {
    font-family: "Roboto", serif;
    font-weight: 700;
    font-style: italic;
  }

  .roboto-black-italic {
    font-family: "Roboto", serif;
    font-weight: 900;
    font-style: italic;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img {
  width: 100%;
}

.nav-item .nav-link {
  font-size: 14px;
  line-height: 15px;
  font-weight: 500;
  color: #555557;
  transition: all 0.5s ease;
  text-transform: uppercase;
}

.nav-item .nav-link:hover {
  color: #000;
}
.navbar-nav {
  gap: 15px;
}

.navbar-toggler {
  width: 20px;
  height: 20px;
  position: relative;
  transition: 0.5s ease-in-out;
}
.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
  border: 0;
}
.toggler-icon {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #000000;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: all 0.25s ease-in;
}
.middle-bar {
  margin-top: 0px;
}
.navbar-toggler .top-bar {
  margin-top: 0;
  transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
  opacity: 0;
  filter: alpha(opacity=0);
}
.navbar-toggler .bottom-bar {
  margin-top: 0px;
  transform: rotate(-135deg);
}
.navbar-toggler.collapsed .top-bar {
  margin-top: -10px;
  transform: rotate(0deg);
}
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar-toggler.collapsed .bottom-bar {
  margin-top: 10px;
  transform: rotate(0deg);
}
.heads {
  padding: 12px 0 12px 25px;
}

.sec_one h1 {
  font-size: 29px;
  line-height: 39px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 50px 0px;
  letter-spacing: 1px;
  font-family: roboto;
  word-spacing: 5px;
}
h1 span {
  background-size: 100%;
  background-repeat: repeat;
  background-image: linear-gradient(45deg, #e6288a, #f47940);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h2 span {
  background-size: 100%;
  background-repeat: repeat;
  background-image: linear-gradient(45deg, #e6288a, #f47940);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.logo img {
  width: 170px;
}
.banner{
  margin-top: -130px !important;

}
.banner-2{
  margin-top: -145px !important;
}
.banner h2 {
  font-size: 29px;
  line-height: 39px;
  font-weight: 600;
  text-transform: uppercase;
  width: 50%;
  margin: 0 auto;
  font-family: roboto;
}
.cp_text {
  background: url(../images/Rectangle\ 124.png) no-repeat;
  padding: 10px;
}
.human_capital .cp_fle {
  display: flex;
}
.child-bdy {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.loader-text {
  margin-top: 10vh;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.hidden {
  display: none;
}

/* 
video */

.video-container {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto; /* Center the video container */
  overflow: hidden;
  background: #000;
  height: auto;
}

.video-container-2 {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  background: #000;
  height: 600px;
}
.capas{
  border-top: solid 4px #e81677;
   margin-top: 36px;
}
video {
  width: 100%;
  display: block;
}

.controls {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  z-index: 2;
}

.controls img {
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.controls img:hover {
  transform: scale(1.1);
}

#pauseButton {
  display: none; /* Initially hide the pause button */
}

/* video */
.hover-video {
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
}
.capa_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.capbility {
  padding: 105px 0;
}
.cap_img {
  position: relative;
}
.cap_img:hover::after {
  height: 100%;
}
.cap_img:hover .cpa_text {
  display: block;
  top: 50%;
}
.cap_img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  background: #00000096;
  left: 0;
  bottom: 0;
  transition: all 0.7s ease;
}
.cpa_text {
  position: absolute;
  top: 0;
  display: none;
  transition: all 0.5s ease;
  z-index: 999;
}
.cap_img img {
  height: 235px;
}
.cpa_text p {
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  color: #fff;
  margin: 0 auto;
  width: 80%;
}
.view a {
  text-decoration: none;
  font-size: 15px;
  line-height: 35px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
}
.view {
  margin-top: 30px;
  padding: 7px 25px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(45deg, #e6288a, #f47940);
  transition: all 0.5s ease-in-out;
}
.view .arrow img {
  display: none;
  width: 20px;
  transition: all 0.5s ease;
  margin-left: 10px;
}
.view:hover.view .arrow img {
  display: block;
  transition: all 0.5s ease-in-out;
}
.head-2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  color: #110f10;
  font-family: roboto;
  text-transform: uppercase;
}
.head_three {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  color: #110f10;
  font-family: roboto;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.mask_group {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.work {
  padding: 40px 0;
}
.tab_flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
  align-items: center;
}
.home_img_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.home_img {
  overflow: hidden;
}
.home_img img {
  transition: all 0.5s ease;
}
.home_img_grid img:hover {
  transform: scale(1.1);
}
.nav-pills .nav-link.active {
  background-color: transparent !important;
  color: #110f10;
  padding: 0 20px;
}
.nav-pills .nav-link {
  color: #878e93;
  padding: 0 20px;
  border-right: solid 2px #ccc;
  border-radius: 0;
}
.case {
  padding: 40px 0;
}
.belivers {
  padding: 50px 0;
}
footer{
  padding: 50px 0;
}
footer .social {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}
.footer_grid {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: start;
}
footer .right_ftr {
  text-align: right;
}
footer .sol_right {
  float: right;
}
.ftr_logo img {
  width: 100%;
}
footer form {
  text-align: center;
}
.form_flex {
  display: inline-flex;
  gap: 5px;
}
footer form input {
  background: #fff;
  border: none;
  padding: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #ccc;
  font-family: "Roboto";
  font-weight: 400;
}
footer form .sub {
  background: #58585a;
  border: none;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-family: "Roboto";
  font-weight: 400;
}
.footer_colm-2 p{
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  padding-top: 30px;
  margin: 0;
}
.sub_footer {
  background-color: #4a4a4a;
  padding: 12px 0;
}
.sub_footer p {
  font-size: 12px;
  color: #fff;
  font-family: "Roboto";
  text-align: center;
  font-weight: 400;
  margin: 0;
}
footer ul li a {
  text-decoration: none;
  font-size: 14px;
  line-height: 24px;
  color: #828b96;
  font-family: "Roboto";
  font-weight: 400;
  text-transform: uppercase;
}
.works img {
  transition: all 0.5s ease;
}
.works .work_img {
  overflow: hidden;
}
.works img:hover {
  transform: scale(1.1);
}
.awards {
  background: url(../images/Awards/Our\ awards.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 10vh 0 65vh 0;
}
.awards h2 {
  color: #fff;
}
.awrds_img img {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}
.awrds_img-right img {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateX(100%);
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}
.awrds_img-right {
  text-align: right;
}
img.slide-in.visible {
  opacity: 1;
  transform: translateX(0);
}
.awrds_img img,
.awrds_img-right img {
  width: 70%;
}
.awrds_img img.slide-in.visible {
  opacity: 1;
  transform: translateX(0);
}
.awards h3 {
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
  font-family: "roboto";
  color: #fff;
  text-transform: uppercase;
}
.cp_img img {
  height: 60px;
}
.cp_img {
  margin-top: 10vh;
}
.item-video {
  height: 300px;
}

/* slide-video */
.video-wrapper {
  position: relative;
}

.play-pause-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
}

.play-icon {
  width: 50px;
  height: 50px;
}
.video-wrapper video {
  height: 220px;
}
.case .owl-carousel .owl-nav.disabled {
  display: block;
}

.case .owl-carousel .owl-nav.disabled .owl-prev,
.case .owl-carousel .owl-nav.disabled .owl-next {
  font-size: 50px;
  height: 30px;
}
.case .owl-carousel .owl-nav.disabled .owl-prev span,
.case .owl-carousel .owl-nav.disabled .owl-next span {
  color: #ccc;
}
.case .owl-carousel .owl-nav.disabled .owl-prev {
  position: absolute;
  left: 15%;
  top: 28%;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent !important;
}
.case .owl-carousel .owl-nav.disabled .owl-next {
  position: absolute;
  right: 15%;
  top: 28%;
}
/* slide-video */

/* .owl-carousel */

.owl-carousel .owl-stage {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.owl-carousel .owl-item .item {
  width: 120px;
  min-height: 120px;
  transition: all 0.7s ease-in-out;
}

.owl-carousel .owl-item.active.center .item {
  width: 160px;
  height: 180px;
  transition: all 0.7s ease-in-out;
}

.owl-theme .owl-dots .owl-dot span {
  background: #fff;
  border: 1px solid #a5a5a5;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #a5a5a5;
}
.owl-carousel .owl-dots.disabled {
  display: block;
}
/* .owl-carousel */
/* tems */

.all_box {
  align-items: center;
  display: inline-flex;
  gap: 20px;
}
.image-box {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  height: 100px;
  cursor: pointer;
  text-align: center;
  transition: transform 0.8s ease-out, opacity 0.6s ease-out;
}
.image-boxes {
  transform: translate(0px, 20vh);
}
.content-area-2 p {
  float: right;
  text-align: left;
  position: absolute;
  top: 121px;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  font-weight: normal;
  left: 2px;
}
.content-area-2 {
  text-align: left;
  position: absolute;
  top: 0vh;
  right: 41vh;
}
.capbility h2 {
  margin: 0;
}
.content-area {
  background: linear-gradient(45deg, #e6288a, #f47940);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 380px;
  transition: transform 0.8s ease-out, opacity 0.6s ease-out;
}
.content-area img {
  max-width: 100%;
  transition: transform 0.8s ease-out, opacity 0.6s ease-out;
}
.content-area h3 {
  margin: 15px 0 10px;
  font-size: 1.5em;
  color: #fff;
  padding: 10px;
  margin: 0;
  text-align: left;
}
.content-area p {
  color: #fff;
  padding: 10px;
  margin: 0;
  text-align: left;
}
.image-box img {
  width: 195px;
}
.strength {
  padding: 40px 0;
  text-align: center;
}
.img_boxing {
  text-align: center;
  position: relative;
}
/* tems */

/*  marquee-slide */

.marquee {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
}

.marquee_video {
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* Marquee content */
.marquee-content_video {
  display: flex;
  gap: 20px;
  white-space: nowrap;
  width: max-content;
  position: relative;
}

.thumbnail {
  flex: 0 0 220px; /* Fixed width for smooth scrolling */
  cursor: pointer;
  text-align: center;
}

.thumbnail img {
  width: 270px;
  height: 220px;
}

/* Popup Modal */
.popupv {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.popupv-content {
  position: relative;
  padding: 10px;
  border-radius: 10px;
}

.popupv iframe {
  width: 560px;
  height: 315px;
  border-radius: 10px;
}


/* Marquee Container (Only Shows 4 Images at a Time) */
.marquee-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding: 20px 0;
}

/* Marquee Wrapper */
.marquee-wrapper {
  display: flex;
  width: calc(150px * 24 * 2); /* Twice the number of images */
  animation: marquee 60s linear infinite;
}

/* Image Styling */
.marquee-wrapper img {
  width: 300px;
  height: 220px;
  margin: 0 10px;
  cursor: pointer;
  transition: transform 0.3s;
}

.marquee-wrapper img:hover {
  transform: scale(1.1);
}

/* Animation for Infinite Loop */
@keyframes marquee {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Pause on Hover */
.marquee-container:hover .marquee-wrapper {
  animation-play-state: paused;
}

/* Popup Styling */
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}

.popup-content {
 
  background: white;
  padding: 25px;
  width: 60%;
  max-width: 450px;
  border-radius: 10px;
  position: relative;
  align-items: center;
  margin: 0 auto;
  margin-top: 88px;
}

.popup img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  max-width: 430px;
  margin: 0 auto;
  text-align: center;
}
#popupss-img {
  width: 100%;
  height: auto !important;
  border-radius: 5px;
}
.popup-text {
  padding-left: 20px;
  width: 60%;
}

.popup-text h2 {
  margin: 0;
}

.close-btn, .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: linear-gradient(45deg, #e6288a, #f47940);
  color: white;
  border: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 16px;
  border-radius: 5px;
  line-height: 8px;
  font-weight: bold;
}
.close-btns{
  position: absolute;
  top: 10px;
  right: 10px;
  background: linear-gradient(45deg, #e6288a, #f47940);
  color: white;
  border: none;
  cursor: pointer;
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 5px;
  line-height:8px;
}

.popups {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}

.popups-content {
  background: white;
  padding: 25px;
  width: 80%;
  border-radius: 10px;
  position: relative;
  align-items: center;
  margin: 0 auto;
  margin-top: 24px;
  display: flex;
  gap: 20px;
}

.popups img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  max-width: 430px;
  margin: 0 auto;
  text-align: center;
}
#popups-img {
  width: 100%;
  height: auto !important;
  border-radius: 5px;
}
.popups-text {
  padding-left: 20px;
  width: 100%;
}

.popups-text h2 {
  margin: 0;
}
/*  marquee-slide */
.card_down {
  padding: 40px 0;
}
.down_text {
  padding: 10px 20px;
  transition: all 0.5s ease-out;
  height: 100%;
  display: none;
}
.down_img:hover {
  cursor: pointer;
}
.colm_down:hover .down_text {
  display: block;
  height: 100%;
}
.colm_down {
  box-shadow: 5px 7px 14px 6px #12121259;
  transition: all 0.5s ease;
  border-radius: 10px;
  padding: 0 0 20px 0;
}
.down_img h3 {
  padding: 10px 0 0 20px;
}
.down_img img {
  border-radius: 10px 10px 0 0;
  height: 200px;
}
.down_text p {
  margin: 0;
}
.navbar-collapse ul {
  padding-left: 5px;
}
.contact_banner {
  padding: 40px 0;
  background: #f7f7f7;
}
.contact_colm img {
  width: 32px;
  margin-bottom: 10px;
}
.contact_colm {
  text-align: center;
}

.work_img {
  position: relative;
}
.work_text {
  position: absolute;
  top: 0;
  display: none;
  transition: all 0.5s ease;
  z-index: 999;
}
.work_img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000096;
  left: 0;
  bottom: 0;
  transition: all 0.7s ease;
}
.work_img:hover::after {
  height: 0;
}
.work_img:hover .work_text {
  display: block;
  top: 50%;
  left: 0;
  right: 0;
}
.work_text p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  display: none;
}
.logo_flex {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  justify-content: center;
  align-items: center;
}
.caps_logo {
  cursor: pointer;
  padding: 20px;
  text-align: center;
}
.caps_logo img {
  width: 50%;
}
.capss_logo {
  width: 31%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 30px;
  cursor: pointer;
  padding: 20px;
  text-align: center;
}
.client_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap:20px;
}
.clients {
  padding: 40px 0;
}
.popupss {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}
.popupss-content {
  background: white;
  padding: 20px;
  width: 60%;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
}
.popupss-body {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  align-items: center;
}
.popup-left img {
  width: 200px;
  height: auto;
  border-radius: 10px;
}
.popup-right {
  margin-left: 20px;
}
.close {
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
  background: linear-gradient(45deg, #e6288a, #f47940);
  padding: 1px 13px 8px 13px;
  border-radius: 7px;
  color: #ffff;
  line-height: 32px;
  font-weight: bold;
}
.client_img {
  cursor: pointer;
}
#popup-quote{
  font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #000;
    margin-top: -25px;
}
#popup-title{
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
  color: #000;
  margin: 0;
}
#popup-srt{
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  color: #838383;
  margin-top: -20px;
}
.cloud {
  float: right;
}
.cloud img {
  width: 150px;
}
.clds {
  border: none;
  background-color: transparent;
}
.contact_social {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-top: 25px;
  width: 60%;
  margin: 0 auto;
  padding-top: 30px;
}
.contactss_colm {
  padding: 15px;
  background: #f7f7f7;
}
.modal-title{
   text-transform: uppercase;
   opacity: 0;
}
.client_grid h3{
  font-size: 14px;
  line-height: 20px;
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 5px;
}
.client_grid h3 span{
  font-size: 12px;
  line-height: 18px;
  color: #959595;
  font-weight: 400;
}
.contact_colm p a{
  font-size: 16px;
  line-height: 26px;
  color: #000;
  font-weight: 400;
  margin-top: 5px;
  text-decoration: none;
}
.modal-header{
    border:none !important;
    padding:0;
}
.modal-body{
  margin-top: -12px;
}

.video-modal {
  display: none; /* Initially hidden */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.video-modal-content {
  position: relative;
  max-width: 80%;
  width: 800px;
}

#modalVideo {
  width: 100%;
  border-radius: 8px;
}
#popupss-title{
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #000;
}
.olgs1 img{
    width: 45%;
    float: right;
}
.social li{
  list-style: none;
}