body,
button,
input,
select,
optgroup,
textarea {
  color: #606060;
  font-family: "Libre Franklin", sans-serif;
  font-size: 16px;
  line-height: 1.875;
  font-weight: 400;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin: 0 0 20px;
  color: #1a1b1e;
  font-family: "Libre Franklin", sans-serif;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

/* Responsive heading */
/* Tablet Large */
@media only screen and (max-width: 1024px) {
  body {
    line-height: 1.5;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  h4,
  h5,
  h6 {
    font-size: 18px;
  }
}
/* Tablet Small */
@media only screen and (max-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 700;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 26px;
    line-height: 1.15384615;
  }

  h3 {
    font-size: 22px;
    line-height: 1.13636364;
  }

  h4,
  h5,
  h6 {
    line-height: 1.11111111;
  }
}
p {
  margin: 0 0 20px;
}

p:last-child {
  margin-bottom: 0;
}
ul li {
  font-family: "Libre Franklin", sans-serif;
}
dfn,
cite,
em,
i {
  font-style: italic;
}

.about__area {
  background: linear-gradient(#005b77, #011e76);
}
.pt-120 {
  padding-top: 120px;
}

.font-heading {
  color: #fff;
  font-weight: 500;
}
.font-text {
  color: #d1e3ff;
  font-weight: 400;
  line-height: 1.5em;
  font-size: 1.3em;
}
.about-us {
  background: #fff;
  margin-top: 1em;
  padding: 35px 0px 0px 0px;
  color: #000;
}
.about-heading {
  font-weight: 500;
  line-height: 31px;
  text-wrap: balance;
}

.title-header {
  text-align: center;
  font-weight: 200;
  padding: 0px 20px;
  /* margin-top: 1em */
}

.imgoverlay {
  position: relative;
  padding: 10px;
  border-radius: 0px;
  box-shadow: 3px 5px 9px 8px #e8ecf3;
  margin-top: 2em;
}
.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #000000cb;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
}

.imgoverlay:hover .overlay {
  bottom: 0;
  height: 100%;
}

.text {
  color: white;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: "Libre Franklin", sans-serif;
}
.portfolio {
  padding: 30px;
}

.skills {
  padding: 50px;
}
.icon-box {
  box-shadow: 2px 3px 14px 9px rgba(251, 253, 255, 0.1);
  border-radius: 10px;
  padding: 20px;
  background-color: #fff;
}

/* heavy check mark */
.checkmark-heavy li:before {
  content: "\2714";
  margin-right: 15px;
}

.checkmark-heavy {
  list-style: none;
  text-align: left;
  padding: 0px;
}

.textcontent {
  text-align: left;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 10px;
}
.ot-heading{
  padding-top: 1em;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
 }
  100% {
    transform: translateX(calc(-250px * 7));
 }
}

.slider {
  height: 300px;
  overflow: hidden;
  position: relative;
  width:100%;

}
.slider::before, .slider::after {
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
  height: 100px;
  width: 250px;
  margin: 8px;
}
.img-social{
  border-radius: 0px;
  border: 5px solid #fff;

}
.bg-black{
  background-color: #000;
}
.text-gray{
 color: #bcbcbc;
}
.footer{
  padding: 15px;
  border-top: 1px solid #a1a1a1;
}
.footer p{
  color: 
  #fff;
}
.list-none{
  list-style: none;
  display: flex;
  height: 0px;
}
.inline{
  margin-left: 5px;
}


.deviders{
  background: transparent linear-gradient(90deg,#1e85c4 0%,#e63b3b 100%);
  width: 80%;
  height: 2px;
  margin-bottom: 25px;
}
.home5-feature{
  background: rgb(221 235 255 / 25%);
  border-radius: 16px;
  padding-bottom: 2em;
}

.skill-bg{
  background: #fff;
  border-radius: 13px;
  padding: 40px 60px 20px;
  background-size: 34px 34px;
  position: relative;
}
