@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
.item1 {
  padding: 3px !important;
}
.bg-light1 {
  /* background-color: #4e8d7c; */
  background-color: #ff9900;
}
.bg-mine {
  background-color: #f7ead7;
}
.juss {
  display: flex !important;
  flex-direction: row;
  justify-content: space-between !important;
  align-items: center;
}
.nav-link {
  color: black;
  border-radius: 5px;
}
.nav-link:hover {
  color: #ff9900;
}
.mysideimg {
  width: 50px;
}

.linkactive {
  color: #ff9900;
  font-weight: 500;
}
.hero-container {
  background: url("../images/slider1.png");
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 70px 0px;
  transition: 1s ease-in-out;
  background-color: #fdf0e8;
}
.mymar {
  margin-left: 1rem;
}
.hero-text {
  background-color: rgb(255, 255, 255);
  /* border-left: 5px solid #FF9900; */
}
.box {
  box-shadow: 0 1rem 3rem rgba(37, 37, 37, 0.175) !important;
}
.hero-name {
  color: rgb(85, 85, 85);
}
.hero-title {
  letter-spacing: 1px;
  font-size: 3.5rem;
  font-weight: 900;
  font-family: "Playfair Display", serif;
  color: #3d3d3d;
}
.hero-titletop {
  letter-spacing: 1px;
  font-size: 3.5rem;
  font-weight: 900;
  font-family: "Playfair Display", serif;
  color: #3d3d3d;
}
.hero-subtitle {
  font-size: 1rem;
  color: gray;
}
.bullets {
  list-style-type: none;
  text-align: justify;
  padding-left: 15px;
}
.bullets li {
  list-style-image: url(../images/check-circle-fill.svg);
  padding: 5px 10px 5px 10px;
}
.features .feature-box {
  padding: 24px 20px;
  box-shadow: 0px 0 30px rgba(255, 153, 0, 0.315);
  border-radius: 20px;
  transition: 0.3s;
  height: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.features .feature-box h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
.features .feature-box i {
  line-height: 0;
  background: #ecf3ff;
  padding: 4px;
  margin-right: 10px;
  font-size: 24px;
  border-radius: 3px;
  transition: 0.3s;
}

.icons {
  color: #2eab2e;
}
.counts {
  margin-top: 200px;
  background: #ff9900;
  padding: 40px 0 20px 0;
  color: #fff;
}
.counts .counters span {
  font-size: 36px;
  display: block;
  font-weight: 700;
}
.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 500;
}
.mybtn {
  color: #ffffff;
  background-color: #ff9900;
  border-radius: 30px;
  margin-right: 0px;
}
.mybtnv {
  color: #2eab2e !important;
  border-radius: 30px;
  margin-right: 0px;
  margin-left: 0;
  padding-left: 0;
  padding-top: 1rem;
}
.mybtn:hover {
  color: white;
  background-color: #ff9900;
}
.btn2 {
  transition: transform 0.3s ease-in-out;
}
.btn2:hover {
  color: white;
  font-weight: 500;
  transform: scale(1.1);
}
.contbtn {
  border-radius: 30px;
  margin-left: -50px;
}
.myfle {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.carousel-control-div {
  display: flex;
  flex-direction: column;
}
.haha1 {
  display: none;
}
.text-mine {
  color: rgb(100, 100, 100);
  line-height: 30px;
}
.mylist {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
}
.bolder {
  font-weight: 900;
}
.bg-mine2 {
  background-color: #f3f3f3;
}
.back {
  background-color: #edfff5;
}
.fwsm {
  font-weight: 700;
  letter-spacing: 0.1rem;
  font-family: "Playfair Display", serif;
}
.inside_title2 {
  line-height: 30px;
}
.text-success {
  color: #2eab2e !important;
}
.myback {
  padding: 20px 0px 20px 0px;
  margin-top: 150px;
}
.no-border {
  border: none;
}
.no-border:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0;
}
.topimgg-news {
  top: -3rem;
  background-color: white;
  border-radius: 50%;
}
.mybtn3 {
  background-color: none !important;
  color: white;
  border-radius: 30px;
  border: 3px solid #ff9900;
}
.mybtn3:hover {
  background-color: #ff9900 !important;
  color: white;
  font-weight: 500;
  border-radius: 30px;
  border: 3px solid #ff9900;
}
.mybtn3:hover .btn2 {
  color: white;
  font-weight: 500;
  transition: transform 0.3s ease-in-out;
}
.mybtn33 {
  background-color: none !important;
  color: #000000;
  border-radius: 0px;
  border: 1px solid #474747;
  padding: 0.8rem;
  width: 35%;
}
.mybtn33:hover {
  background-color: #474747 !important;
  color: white;
  border-radius: 0px;
  border: 1px solid #474747;
}
.mybtn4 {
  background-color: white !important;
  color: #000000;
  border-radius: 999999px;
  padding: 10px 10px;
}
.mybtn4:hover {
  background-color: #f39810 !important;
  color: #ffffff;
  border-radius: 999999px;
}
.mybtn5 {
  background-color: white !important;
  color: #000000;
  border-radius: 30px;
  border: 1px solid #ffffff;
}
.mybtn5:hover {
  background-color: rgb(240, 240, 240) !important;
  color: #000000;
  border-radius: 30px;
  border: 1px solid rgb(240, 240, 240);
}
.myact {
  background-color: #f39810 !important;
  color: #ffffff;
}
.strok {
  font-size: 2rem;
  color: #009900;
  font-weight: bold;
}
.justifyy {
  text-align: justify;
  -moz-text-align: justify;
  -webkit-text-align: justify;
}
.why-us .contenttt {
  padding: 30px;
  border-radius: 4px;
  color: #000;
}
.why-us .contenttt h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}
.why-us .contenttt p {
  margin-bottom: 30px;
}
.why-us .icon-boxes .icon-box {
  border-radius: 10px;
  background: #fff;
  border: 1px solid #009900;
  padding: 20px 30px;
  width: 100%;
  transition: 0.3s;
}
.why-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: #009970;
  margin-bottom: 30px;
}
.why-us .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.why-us .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}
.why-us .icon-boxes .icon-box:hover {
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
}
.services .icon-box {
  padding: 40px 30px;
  transition: all ease-in-out 0.3s;
  background: #fefefe;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
  border-radius: 18px;
  border-bottom: 5px solid #fff;
}
.services .icon-box .icon {
  width: 64px;
  height: 64px;
  background: #ff9900;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
  color: #fff;
}
.services .icon-box .icon i {
  font-size: 28px;
}
.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}
.services .icon-box h4 a {
  color: #282828;
  transition: ease-in-out 0.3s;
  text-decoration: none;
}
.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.services .icon-box:hover {
  transform: translateY(-10px);
  border-color: #2eab2e;
}
.services .icon-box:hover h4 a {
  color: black;
}
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #ff9900;
  text-align: center;
  position: relative;
  font-size: 17px;
  background: #fdf0e8;
  -webkit-transform: translatey(-100px);
  -ms-transform: translatey(-100px);
  transform: translatey(-100px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 10px;
}

.hovereffect a.info {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #ff9900;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 50px 0 0;
  padding: 7px 14px;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}

.hovereffect:hover h2,
.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: translatey(0);
  -webkit-transform: translatey(0);
  transform: translatey(0);
}

.hovereffect:hover a.info {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.values .box {
  padding: 30px;
  box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
}
.values .box img {
  padding: 30px 50px;
  transition: 0.5s;
  transform: scale(1.1);
}
.values .box h3 {
  font-size: 24px;
  color: #2eab2e;
  font-weight: 700;
  margin-bottom: 18px;
}
.values .box:hover {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}
.values .box:hover img {
  transform: scale(1);
}
.mysv {
  animation: knot2 1s infinite linear alternate;
  transform-origin: center;
  transform-box: fill-box;
  -webkit-animation: knot2 1s infinite linear alternate;
}
.button-align {
  text-align: center;
}
.bordbot {
  border-bottom: 1px solid gray;
}
.contact-section {
  position: relative;
  z-index: 3;
}
.contact-section.cta-bg {
  clip-path: polygon(0 0, 100% 12%, 100% 88%, 0 100%);
  z-index: 3;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-section.cta-bg {
    clip-path: polygon(0 3%, 100% 12%, 100% 88%, 0 97%);
  }
}
@media (max-width: 767px) {
  .contact-section.cta-bg {
    clip-path: polygon(0 3%, 100% 12%, 100% 88%, 0 97%);
  }
}
.contact-section.cta-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: linear-gradient(90deg, #f1a83a, #7c2ae800);
}
.card {
  border: none;
}
.mytitle {
  font-weight: bold;
  font-size: 1.5rem;
}
.mysubtitle {
  color: #474747;
}
.ic1 {
  height: 100px;
}
.ic2 {
  height: 70px;
  margin-bottom: 1rem;
}

.main-gallery {
  background: none;
}

.gallery-cell {
  width: 100%;
}

.testimonial {
  text-align: center;
  max-width: 850px;
  margin: 100px auto 130px auto;
  padding: 0 20px;
}

.testimonial-avatar {
  width: 100px;
  border-radius: 50%;
}

.testimonial-quote {
  display: block;
  font-size: 1rem;
  font-weight: 300;
  padding: 10px 5px;
}

.testimonial-author {
  display: block;
  font-weight: 800;
  color: #ff9900;
}

.flickity-page-dots {
  bottom: 20px;
}
.flickity-button,
.flickity-button:hover {
  color: white;
  background-color: #ff9900;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.212);
}
.flickity-page-dots .dot.is-selected {
  background: #ff9900;
}
.myback2 {
  padding: 10px 10px 10px 10px;
  margin-top: 50px;
}

.our-team {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}
.our-team .pic {
  -webkit-clip-path: polygon(
    20% 0%,
    80% 0%,
    100% 20%,
    100% 80%,
    100% 80%,
    100% 80%,
    0% 80%,
    0% 20%
  );
  clip-path: polygon(
    20% 0%,
    80% 0%,
    100% 20%,
    100% 80%,
    100% 80%,
    100% 80%,
    0% 80%,
    0% 20%
  );
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.our-team .pic:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0% 0%;
  background: linear-gradient(90deg, #ffe6003a 0%, #ff00005d 100%);
  background: -webkit-linear-gradient(90deg, #ffe6003a 0%, #ff00005d 100%);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease 0s;
}
.our-team:hover .pic:after {
  opacity: 1;
}
.our-team .pic img {
  width: 100%;
  height: auto;
}
.our-team .social {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  position: absolute;
  top: 45%;
  left: 0;
  z-index: 1;
  transition: all 0.5s ease 0s;
}
.our-team:hover .social {
  opacity: 1;
}
.our-team .myt {
  display: none;
  font-size: 0.8rem;
  padding: 0px 1rem;
  color: gray;
}
.our-team:hover .myt {
  display: block;
}
.our-team .social li {
  display: inline-block;
}
.our-team .social li a {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 15px;
  color: #fff;
  border: 1px solid white;
  margin-right: 10px;
  transition: all 0.5s ease 0s;
}
.our-team .social li a:hover {
  background: #fff;
  color: #002259;
}
.our-team .team-content {
  width: 100%;
  height: 100%;
  border-radius: 20% 20%;
  border: 2px dotted rgb(102, 102, 102);
  position: absolute;
  bottom: -35px;
  left: 0;
  z-index: 0;
  transition: all 0.5s ease 0s;
}
.our-team:hover .team-content {
  border: 2px dotted #ff9900;
  bottom: -40px;
}
.our-team .team-info {
  width: 100%;
  color: #ffffff;
  position: absolute;
  bottom: 12px;
  left: 0;
}
.our-team .title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #292929;
  margin: 0 0 5px 0;
  transition: all 0.5s ease 0s;
}
.our-team:hover .title {
  color: #ff9900;
}
.our-team .post {
  display: block;
  font-size: 0.9rem;
  color: #ff9900;
}
.fields {
  width: 100%;
  padding: 1rem;
  border: 2px solid #f1f3fa;
  background-color: #f1f3fa;
}
.fields:focus {
  border: 2px solid green;
  outline: none;
}
.mess {
  padding: 2rem 1rem;
}
.linkss {
  text-decoration: none;
  color: rgb(75, 75, 75);
  font-weight: 400;
  font-size: 1rem;
  line-height: 2.5rem;
}
.linkss:hover {
  color: rgb(0, 0, 0);
}
.mypa {
  padding: 10px 40px;
}
.myin {
  width: 60%;
  border: 1px solid rgb(100, 100, 100);
  border-radius: 0;
  padding: 1rem;
}
.myin:focus {
  border: 1px solid black !important;
  outline: none;
}
.bordlef {
  border-left: 1px solid rgb(131, 131, 131);
  padding-left: 50px;
}
.ab {
  border-bottom: 1px solid black;
}
.cont {
  background-image: url("../images/whatwedo.png");
  background-position: center;
  background-size: cover;
  padding: 300px 0px;
  position: relative;
}
.img {
  background: linear-gradient(90deg, #16171657 0%, #373a388c 100%);
  background: -webkit-linear-gradient(90deg, #16171657 0%, #373a388c 100%);
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}
.img2 {
  background-image: linear-gradient(90deg, #faa21d, #c79bff00);
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}
.cont-about {
  background: url("../images/contabout.png");
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 200px 0px;
  position: relative;
}
.cont-services {
  background: url("../images/contservices.jpg");
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 200px 0px;
  position: relative;
}
.cont-works {
  background: url("../images/aboutworks.png");
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 200px 0px;
  position: relative;
}
.content {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 40%;
  width: 100%;
  z-index: 2;
  text-align: center;
  padding: 0 200px;
}
.content2 {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 40%;
  width: 100%;
  z-index: 2;
  text-align: left;
  padding: 0 120px;
}
.ll {
  color: rgb(255, 255, 255) !important;
}
.llc {
  color: #009900 !important;
}
.ll1 {
  font-family: "Poppins", sans-serif;
  text-shadow: 1px 1px #000000;
}
.ll2 {
  font-size: 1.2rem;
}
.mobile-nav {
  z-index: 11;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #edfff5;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: display 2s ease-in-out;
}
.cross {
  position: absolute;
  top: 2rem;
  right: 2rem;
}
.linkss2 {
  text-decoration: underline;
  color: rgb(75, 75, 75);
  font-weight: 400;
  font-size: 3rem;
  line-height: 5rem;
}
.linkss2:hover {
  color: rgb(0, 0, 0);
}
.top-link {
  text-decoration: none;
  color: rgb(32, 32, 32);
  font-weight: 400;
  font-size: 0.7rem;
}
.top-link:hover {
  color: rgb(0, 0, 0);
}
.naa {
  position: sticky;
  top: 0;
  z-index: 10;
}
.list {
  list-style: none;
  width: 240px;
  background-color: #fff1dd;
  color: rgb(255, 255, 255);
  z-index: 11;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: -240px;
  height: 100vh;
  transition: all 0.5s ease-in-out;
}
.change {
  left: 0 !important;
  transition: all 0.5s ease-in-out;
}
.list-item {
  text-decoration: none;
  color: #ff9900;
  text-align: left;
  padding: 20px 40px;
  font-weight: bolder;
  display: flex;
}
.item11 {
  margin-top: 40px;
}
.list-item:hover {
  text-decoration: none;
  color: #ff9900;
  text-align: left;
  padding: 20px 40px;
  font-weight: bolder;
  display: flex;
}
.cross {
  position: absolute;
  right: 10px;
  top: -20px;
}
.mnact {
  background-color: white;
}
.typewriter p {
  overflow: hidden;
  white-space: nowrap;
  animation: typing 4s steps(90, end) infinite;
  font-size: 0.95rem;
}
.contt1 {
  background: url("../images/img4.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 150px;
}
.contt2 {
  background: url("../images/img3.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 150px;
}
.contt3 {
  background: url("../images/technical.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 150px;
}
.dele {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.lsnone {
  list-style: none;
}
.clientlogo {
  filter: grayscale(100%) !important;
}
.clientlogo:hover {
  cursor: pointer;
  filter: grayscale(0%) !important;
}
.details .content--services + .content--services {
  margin-top: 100px;
}
.details .content--services h3 {
  font-weight: 600;
  font-size: 26px;
  color: #ff9900;
}
.details .content--services p:last-child {
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: end;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}
.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #f78349;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(54, 52, 58, 0.6);
}
.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(54, 52, 58, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}
.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
}
.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}
.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}
.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #ff9900;
}
.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}
.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}
.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #009970;
}
.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: #009970;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(54, 52, 58, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}

@media (max-width: 1000px) {
  .typewriter {
    display: none;
  }
  .ww {
    width: 100%;
  }
  .content {
    top: 20%;
    padding: 0 0px;
  }
  .mytitle {
    font-weight: bold;
    font-size: 1rem;
  }
  .fwsm {
    letter-spacing: 0.1rem;
  }
  .haha1 {
    display: flex;
    justify-content: end;
  }
  .haha {
    display: none;
  }
  .hero-container {
    background-position: center;
    background-size: cover;
    padding: 40px 0px;
  }
  .hero-text {
    background-color: rgba(255, 255, 255, 0.911) !important;
  }
  .hero-name {
    font-size: 0.1rem;
  }
  .hero-title {
    font-size: 2.5rem;
  }
  .hero-titletop {
    font-size: 1.5rem;
  }
  .mysideimg {
    width: 30px;
  }
  .mybtn4 {
    font-size: 0.7rem;
  }
  .flickity-page-dots {
    bottom: 30px;
  }
  .myback2 {
    margin-top: 50px;
  }
  .our-team .title {
    font-size: 0.8rem;
  }
  .our-team .post {
    font-size: 0.7rem;
  }
  .our-team .team-content {
    width: 100%;
    height: 100%;
    border-radius: 20% 20%;
    position: absolute;
    bottom: -35px;
    left: 0;
    z-index: 0;
    transition: all 0.5s ease 0s;
  }
  .our-team:hover .team-content {
    bottom: -40px;
  }
  .button-align {
    text-align: start;
  }
  .portfolio #portfolio-flters {
    text-align: center;
  }
  .mypa {
    padding: 0px 20px;
  }
  .linkss {
    font-size: 0.7rem;
    line-height: normal;
  }
  .bordlef {
    border-left: 0px solid rgb(131, 131, 131);
    padding-left: 0px;
  }

  .ll1 {
    font-size: 2rem;
  }
  .justi {
    text-align: justify;
    -moz-text-align: justify;
    -webkit-text-align: justify;
  }
  /* .img {
    background: linear-gradient(90deg, #ffe6003a 0%, #ff00005d 100%);
    background: -webkit-linear-gradient(90deg, #ffe6003a 0%, #ff00005d 100%);
  } */
  .cont,
  .cont-about,
  .cont-services,
  .cont-works {
    padding: 100px 0px;
  }
  .google-map {
    width: 100%;
    height: 200px;
  }
  .mybtn5 {
    background-color: #ffffff !important;
    color: #000000;
    border-radius: 30px;
    border: 1px solid #ffffff;
    box-shadow: 0 0rem 2rem rgba(0, 255, 179, 0.096) !important;
    font-size: 1rem;
  }
  .mybtn5:hover {
    background-color: #ffffff !important;
    color: #000000;
    border-radius: 30px;
    border: 1px solid #ffffff;
  }
  .img2 {
    background: linear-gradient(90deg, #16171657 0%, #373a388c 100%);
    background: -webkit-linear-gradient(90deg, #16171657 0%, #373a388c 100%);
    opacity: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
  }
  .cont-about {
    background: url("../images/contabout.png");
    background-position: center;
    background-size: cover;
    padding: 110px 0px;
    position: relative;
  }
  .cont-services {
    background: url("../images/contservices.jpg");
    background-position: center;
    background-size: cover;
    padding: 110px 0px;
    position: relative;
  }
  .cont-works {
    background: url("../images/aboutworks.png");
    background-position: center;
    background-size: cover;
    padding: 110px 0px;
    position: relative;
  }
  .content2 {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 40%;
    width: 100%;
    z-index: 2;
    text-align: center;
    padding: 0 20px;
  }
  .features .feature-box h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    margin: 0;
  }
}

@keyframes knot2 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.4);
  }
}

/* The typing effect */
@keyframes typing {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
