.slider {
  width: 100%;
  /* margin: 100px auto; */
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
}

.mainbox:hover {
  -webkit-box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
  -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;

  &:focus {
    outline: none;
  }

  &.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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;

  &:before,
  &:after {
    content: "";
    display: table;
  }

  &:after {
    clear: both;
  }

  .slick-loading & {
    visibility: hidden;
  }
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;

  [dir="rtl"] & {
    float: right;
  }

  img {
    display: block;
  }

  &.slick-loading img {
    display: none;
  }

  display: none;

  &.dragging img {
    pointer-events: none;
  }

  .slick-initialized & {
    display: block;
  }

  .slick-loading & {
    visibility: hidden;
  }

  .slick-vertical & {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }
}

.slick-arrow.slick-hidden {
  display: none;
}

@charset 'UTF-8';

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;

  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"),
    url("./fonts/slick.woff") format("woff"),
    url("./fonts/slick.ttf") format("truetype"),
    url("./fonts/slick.svg#slick") format("svg");
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: -17%;
  /* for show arrow */
  display: none !important;
  /* for show arrow */
  width: 30px;
  height: 30px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: #6600ff;
  border-radius: 50px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: #ff527c;
  outline: none;
  background: #ff527c;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.arowimg img {
  width: 25%;
  float: right;
  margin-right: -3%;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;

  opacity: 0.75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  right: 100px;
}

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 40px;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}

.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: "•";
  text-align: center;

  opacity: 0.25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* Slider */
.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;
  -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;
  margin-left: auto;
  margin-right: auto;
}

.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.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;
}




/* arham css */
.mainbox {
  background: #f3f4f5;
  padding: 20px;
  border-radius: 10px;
  min-height: 480px !important;
  position: relative;
}

.firstbox {
  display: flex;
}

.mainboximg img {
  margin-top: 5px;
  height: 100px;
  width: 100px;
  margin-right: 10px;
  border-radius: 200px;
  background: white;
  object-fit: contain;
  padding: 10px;
}

.mainboxprofile {
  margin-left: 5px;
}

.mainboxprofile h3 {
  font-size: 25px;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
}

.mainboxprofile img {
  width: 20px !important;
  position: absolute !important;
  top: 0px !important;
}

.mainboxprofile h4 {
  font-size: 19px;
  font-weight: 400;
  line-height: 25px;
  margin-top: 3px;
}

.mainboxprofile p {
  font-size: 14px;
  font-weight: 700;
}

.braket {
  font-weight: 300;
  font-size: 12px;
}

.fill {
  color: orange;
}

.empty {
  color: gray;
}

.experarea p {
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0px;
  margin-top: 5px;
  /* text-decoration: underline;
  text-decoration-style: double; */
  border-bottom: 1px solid #80808063;
  padding-bottom: 5px;
}

.skillservicarea p {
  font-size: 15px;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 5px;
}

.skillservicarea button {
  position: relative;
}

.skillservicarea button img {
  width: 12%;
  /* position: absolute; */
  top: 5px !important;
}

.skillservicarea button {
  background: white;
  color: black;
  border: none;
  font-size: 13px;
  padding: 0px 4px;
  padding-bottom: 4px;
  border-radius: 205px;
  width: 45%;
  margin-bottom: 8px;
  margin: 4px 5px;
  /* text-align: start;
  padding: 6px 10px; */
}

.skillservicarea img {
  width: auto;
}

.otherskillarea p {
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 5px;
}

.otherskillarea h6 {
  background: white;
  padding: 5px;
  display: inline-table;
  font-size: 14px;
  font-weight: 400;
  margin: 4px;
  cursor: pointer;
}

.lastclickarea {
  /* text-align: center; */
  margin-top: 15px;
  position: absolute;
  bottom: 15px;
  /* width: 85%; */
  display: flex;
  justify-content: center;
}

.lastclickarea button {
  background: white;
  border: 1px solid #ff527c;
  color: #ff527c;
  padding: 5px;
  border-radius: 5px;
  width: 100%;
  margin: 0px 5px;
}

.mainboxprofile i {
  margin: 0px 1px;
}

.lastclickarea button:hover {
  color: #ff527c;
  border-color: #ff527c;
  background: white;
}

.skillservicarea button:hover {
  transition: transform .8s ease;
  transform: scale(1.09);
}

.otherskillarea h6:hover {
  transition: transform .8s ease;
  transform: scale(1.09);
  font-weight: 500;
}

span.experspan {
  font-weight: 300;
  color: black;
}

.skillservicarea i {
  color: #28dc80;
}

.blutick {
  color: #3693e8;
  font-size: 15px;
  position: relative;
  top: 3px;
  right: 2px;
}

@media only screen and (max-width : 768px) {

  .slick-prev,
  .slick-next {
    top: -13%;
  }

  /* .arowimg img {
    display: none;
  } */
}

@media only screen and (max-width : 1024px) {
  .blutick {
    color: #3693e8;
    font-size: 20px !important;
    position: relative;
    top: 4px;
    right: 0;
  }

  .skillservicarea button {
    font-size: 10px;
  }
}

@media only screen and (min-width : 390px) {
  .mainboxprofile h4 {
    margin-top: 0px !important;
  }
}

@media only screen and (min-width : 320px) {
  .mainboxprofile h3 {
    font-size: 17px;
  }

  .mainboxprofile img {
    width: 20px !important;
    /* position: absolute!important; */
    /* top: -21px !important; */
    margin-right: 3px !important;
    margin-left: 4px !important;
  }
}

@media only screen and (min-width : 375px) {
  .mainboxprofile h4 {
    margin-top: 0px !important;
  }
}

@media only screen and (min-width : 425px) {
  .skillservicarea button img {
    top: 3px !important;
  }
}

@media only screen and (max-width : 480px) 
{
  .mainboximg img {
    height: 60px;
    width: 60px;    
    margin-top: -5px;
  }
  .mainboxprofile h4 {
    font-size: 16px;
  }
  
  .arowimg img {
    display: none;
  }

  .slick-prev,
  .slick-next {
    top: -4%;
  }

  .skillservicarea button {
    font-size: 9px;
    /* width: auto; */
    padding: 5px 4px;
  }

  .hidemob {
    display: none !important;
  }

  .lastclickarea button {
    font-size: 11px;
  }

  .blutick {
    color: #3693e8;
    font-size: 15px !important;
    position: relative;
    left: 100px;
  }

  .heroarea {
    padding: 15px !important;
    padding-top: 35% !important;
  }

  .herodata h1 {
    font-size: 35px !important;
  }

  .herodata h4 {
    font-size: 12px !important;
    margin-bottom: 6% !important;
  }

  .herobarlist p {
    font-size: 9px !important;
    padding: 0px !important;
    line-height: 15px !important;
  }

  .herobarlist i {
    font-size: 11px !important;
  }

  .herodata .heroclick {
    width: 50% !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    background: #6600ff !important;
    border-color: #6600ff !important;
    color: white !important;
    padding: 8px !important;
    margin-bottom: 3% !important;
  }

  .herodata p {
    font-size: 13px !important;
  }
}

.verifidtick {
  color: #28dc80;
  font-size: 18px !important;
}

/* @media only screen and (min-width : 1025px) {
  .mainbox {
    min-height: 530px !important;
    position: relative;
  }
} */


@media only screen and (max-width : 1024px) {
  .mainbox {
    min-height: 530px !important;
    position: relative;
  }
}

/* arham css */