:root {
  /* --bscolorrrr: #ff4800; */
  --bscolor: #760808;
  --fontcolor: #ffffff;
  --background-Color: #141414;
  --background-Color-2: #161616;
  --background-Color-3: #000000;
  --cards-color: #2c2b2b;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  position: relative;
  background: var(--background-Color);
  color: var(--fontcolor);
  overflow-x: hidden;
  zoom: 90%;
}

.bg-3 {
  background: var(--background-Color-3);
}

.bg-2 {
  background: var(--background-Color-2);
}

.bscolor {
  color: var(--bscolor) !important;
}

/* header css */
.top-section {
  border-bottom: 1px solid var(--fontcolor);
}

.stick {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: var(--background-Color-3);
}

a {
  text-decoration: none;
  color: var(--fontcolor) !important;
}

.navbar-nav li a {
  position: relative;
  display: inline-block !important;
  padding: 0px 10px;
  letter-spacing: 0.5px;
}

.navbar-nav li a::after {
  content: "";
  position: absolute;
  background-color: var(--bscolor);
  height: 3px;
  width: 0;
  bottom: -1px;
  left: 0;
  transition: all 0.5s;
}

.navbar-nav li.active a {
  color: var(--bscolor) !important;
}

.navbar-nav li.active a::after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.navbar-nav li a:hover {
  color: var(--bscolor) !important;
}

.navbar-nav li a:hover::after {
  width: 100%;
}

.hov:hover {
  color: var(--bscolor) !important;
}

.brand {
  font-size: 2.5rem;
  color: var(--fontcolor) !important;
}

.bscolor {
  color: var(--bscolor) !important;
}

.circle:hover {
  color: var(--bscolor) !important;
}

/* header css */
/* body css */
/*learn-more button*/

.learn-more:hover,
.learn-more:focus {
  background: var(--background-Color);
  color: var(--fontcolor);
}

.learn-more {
  color: var(--fontcolor) !important;
  background-color: var(--bscolor);
  overflow: visible;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 12px;
  -webkit-transition: 0.5s;
  position: relative;
  border-radius: 0%;
  z-index: 1;
  display: inline-block;
  border: 2px solid var(--bscolor);
  transition: 0.5s;
}

.learn-more::before,
.learn-more::after {
  content: "";
  position: absolute;
  height: 0;
  width: 51%;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.learn-more::after {
  left: 0;
  top: 0;
  background: var(--bscolor);
}

.learn-more::before {
  right: 0;
  bottom: 0;
  background: var(--bscolor);
}

.learn-more:hover::before,
.learn-more:hover::after,
.learn-more:focus::before,
.learn-more:focus::after {
  height: 100%;
}

/* welcome text */
.wc-text {
  position: relative;
  font-size: 40px;
  line-height: 1.3;
  z-index: 1;
  margin-bottom: 30px;
  padding: 15px 0px;
}

.wc-text::before {
  content: "";
  position: absolute;
  background-color: var(--bscolor);
  width: 30px;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.wc-text::after {
  content: "";
  position: absolute;
  background-color: var(--background-Color);
  width: 30px;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -2;
}

#slider-img img {
  position: relative;
  z-index: 1;
}

/* welcome text */
/* bar-line */
.bar-line {
  position: relative;
  overflow: hidden;
  height: 60px;
  width: 3px;
  margin: 0 auto;
  background-color: var(--bscolor);
  z-index: 1;
}

.bar-line::before {
  top: 1px;
}

.bar-line::after {
  top: 10px;
}

.bar-line::before,
.bar-line::after {
  content: "";
  position: absolute;
  background: var(--background-Color);
  width: 100%;
  height: 3px;
  left: 0;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }
}

/* bar-line */
/* play button */
.play {
  color: var(--fontcolor);
  display: none;
}

.play:hover {
  color: var(--bscolor);
  z-index: 100;
}

/* about section in home page */
.bar {
  position: absolute;
  background: var(--bscolor);
  z-index: 1;
  width: 55px;
  height: 4px;
  margin-top: 10px;
  transition: 0.5s;
}

.bar::before {
  right: 10px;
}

.bar::after {
  left: 30px;
}

.bar::before,
.bar::after {
  content: "";
  position: absolute;
  background: var(--background-Color);
  width: 3px;
  height: 100%;
  top: 0;
}

/* about images */


#about-img1 {
  width: 100%;
  border-radius: 6px;
  margin-top: 37px;
}


.about-img {
  filter: grayscale(100%);

}

.about-img:hover {
  filter: grayscale(0%);
}

/* about  */
/* project section  */
.project {
  position: relative;
  cursor: pointer;
}

.project .face {
  width: 100%;
  height: 200px;
  transition: 0.5s;
  overflow: hidden;
}

.project .face.face1 {
  position: relative;
  background: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transform: translateY(100px);
}

.project:hover .face.face1 {
  background: var(--bscolor);
  transform: translateY(0);
}

.project .face.face1 .content {
  opacity: 0.2;
  transition: 0.5s;
}

.project:hover .face.face1 .content {
  opacity: 1;
}

.project .face.face1 .content img {
  max-width: 100%;
}

.project .face.face2 {
  position: relative;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0px 5px 15px rgb(80 80 80 / 80%);
  transform: translateY(-100px);
}

.project:hover .face.face2 {
  transform: translateY(0);
}

.project .face.face2 .content p {
  margin: 0;
  padding: 0;
}

/* project section  */
/* service section */
.service {
  position: relative;
  background-color: var(--cards-color);
  padding: 10px 0px 10px 15px;
  border-radius: 65px 0 0 65px;
  margin-left: 10px;
  transition: 0.3s all ease-in-out;
  overflow: hidden;
}

.service-inner {
  background-color: transparent;
  width: 100%;
  color: var(--fontcolor);
  display: flex;
  align-items: center;
  border-radius: 65px 0 0 65px;
  padding: 5px 0px 5px 20px;
}

.icon {
  position: relative;
  color: var(--bscolor);
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  margin: 18px 40px 18px 10px;
  /* border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 50px solid var(--background-Color-3); */
  transition: 0.3s all ease-in-out;
}

.icon img {
  position: absolute;
  /* top: 25px; */
  width: 35px;
  height: 35px;
  margin-left: 10px;
}

.cover-positions {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
}

.service:hover,
.service:focus,
.service:hover .active,
.service:focus .active {
  background-color: var(--bscolor);
  color: var(--background-Color);
}

.service:hover .service-inner,
.service:focus .service-inner,
.service:hover .active,
.service:focus .active {
  background-color: var(--background-Color-3);
  color: var(--fontcolor);
  transition: 0.8s all ease-in-out;
  animation: upcontent 0.8s ease-in;
}



@keyframes upcontent {
  from {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

}

/* services  */
/*team */
.panel {
  background-image: url("https://images.unsplash.com/photo-1518791841217-8f162f1e1131?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 50vh;
  border-radius: 50px;
  color: rgb(0, 0, 0);
  flex: 0.5;
  margin: 10px;
  position: relative;
  transition: flex 0.7 ease-out;
  cursor: pointer;
}

.panel h3 {
  font-size: 24;
  font-weight: bold;
  color: var(--background-Color);
  position: absolute;
  bottom: 20px;
  left: 20px;
  margin: 0;
  opacity: 0;
  background-color: #00000073;
  padding: 2px 5px;
  border-radius: 4px;
}

.panel.active {
  flex: 2;
}

.panel.active h3 {
  opacity: 1;
  transition: opacity 0.3s ease-in 0.4s;
}

/* team */
/* testimonial  */
.slides-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.myslids {
  display: none;
  text-align: center;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: rgb(187, 184, 184);
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  color: white;
}

.dot-container {
  text-align: center;
  padding: 20px;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.activate,
.dot:hover {
  background-color: #717171;
}

.testimonial-img {
  width: 10rem;
  height: 10rem;
}

/* testimonial  */

/* contact section */
#email,
#textarea,
#fullName,
#checkbox {
  padding: 10px 0px;
  padding-left: 10px;
  border: none;
  font-size: 20px;
  color: #555;
  background-color: #e9e9e9;
  transition: 0.5s;
  outline: 0 !important;
  box-shadow: unset !important;
}

#email:focus,
#textarea:focus,
#fullName:focus,
#checkbox:focus {
  padding-left: 15px;
  outline: 0 !important;
}

.mapouter {
  position: relative;
  text-align: right;
  height: auto;
  width: 100%;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: auto;
  width: 100%;
}

/* contact section */

/* footer section  */
footer {
  position: relative;
  background-color: var(--background-Color-2);
  color: var(--fontcolor);
}

.footer-item a {
  color: var(--fontcolor) !important;
  font-size: 18px;
  display: flex;
  line-height: 28px;
  display: inline-block;
}

.footer-item a:hover {
  color: var(--bscolor) !important;
}

.footer-item ul {
  list-style: none;
  padding: 0;
}

.newsletter-input {
  padding: 10px 0px;
  padding-left: 10px;
  border: none;
  font-size: 20px;
  color: #555;
  background-color: #e9e9e9;
  transition: 0.5s;
  outline: 0 !important;
  box-shadow: unset !important;
}

.newsletter-input:focus {
  padding-left: 15px;
}

.footer-shap1 {
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.footer-shap2 {
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}

#subscribe a:hover {
  color: var(--background-Color) !important;
}

/* footer section  */
.slider {
  position: relative;
}

.slider::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: -300px;
  bottom: 0;
  background-image: url("../images/bg-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
  opacity: 0.5;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#upBtn {
  display: none;
  position: absolute;
  position: fixed;
  font-size: 20px;
  color: var(--fontcolor) !important;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  cursor: pointer;
  transition: 0.5s;
  border: 1px solid var(--bscolor);
  background: var(--bscolor);
  border-radius: 50%;
}

/* team  */
.team-member {
  position: relative;
  transition: 0.5s;
}

.team-member:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #760808a4;
  content: "";
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 100%;
}

.member-img img {
  width: 100%;
  border-radius: 100%;
}

.member-info {
  position: absolute;
  left: 0;
  top: 62%;
  transform: translateY(-50%);
  text-align: center;
  right: 0;
  transition: 0.5s;
  transition-delay: 0.3s;
  opacity: 0;
}

.member-info h3 {
  color: var(--fontcolor);
  font-weight: 700;
  display: block;
  padding-bottom: 5px;
}

.member-info p {
  color: var(--fontcolor);
}

.member-info a>i {
  display: inline-block;
  color: var(--fontcolor);
  margin: 0 5px;
  font-size: 20px;
}

.team-member:hover .member-info {
  top: 50%;
  opacity: 1;
}

.team-member:hover:before {
  opacity: 1;
}

.member-info a>i:hover {
  color: var(--background-Color-3);
}

/* team  */
/* testimonial page  */
.testimonial-content {
  position: relative;
  box-shadow: 0 15px 20px 0 rgb(0 0 0 / 6%);
  background-color: #ffffff;
  padding: 25px;
}

.testimonial-content::before {
  border-left: 0 solid transparent;
  border-right: 23px solid transparent;
  border-top: 32px solid #ffffff;
  bottom: -32px;
  content: "";
  height: 0;
  left: 50px;
  position: absolute;
  width: 0;
}

.testimonial-content p {
  font-style: italic;
  margin-bottom: 0;
  padding-left: 40px;
  position: relative;
  font-size: 14px;
}

.profile {
  position: relative;
  margin-top: 40px;
  margin-left: 10px;
}

.profile img {
  width: 70px;
  height: 70px;
}

/* testimonial page  */
/* services detail page  */
#services-search {
  background-color: var(--background-Color);
  -webkit-box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%);
  box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%);
  margin-bottom: 40px;
  padding: 10px;
}


#services-list {
  background-color: var(--background-Color);
  -webkit-box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%);
  box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%);
  padding: 0;
  margin-bottom: 40px;
}

#services-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#services-list ul li a {
  display: block;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 35px;
  color: #5d6576;
  font-weight: 600;
  z-index: 1;
  transition: 0.5s;
}

#services-list ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #6d6d6d;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#services-list ul li a i {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -14px;
  font-size: 24px;
}

#services-list ul li a:hover,
#services-list ul li a.active {
  padding-left: 20px;
  color: var(--background-Color) !important;
  background-color: var(--bscolor);
}

#services-list ul li a:hover::before {
  width: 8px;
}

#services-list ul li a.active::before {
  width: 8px;
}

.service-single-headings {
  color: var(--bscolor);
  font-weight: 600;
  font-size: 18px;
}

#services-main-content ul {
  padding: 0;
  margin: 20px 10px;
  list-style-type: none;
  overflow: hidden;
}

#services-main-content ul li {
  float: left;
  width: 45%;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

#services-main-content ul li::before {
  content: "\2713";
  font-size: 20px;
  font-style: normal;
  margin-right: 10px;
  color: var(--bscolor);
}

/* services detail page  */
/* media query */
@media only screen and (max-width: 777px) {

  /* #about-img1,
  #about-img2 {
    display: none !important;
  } */
}

@media only screen and (max-width: 576px) {
  .hov {
    font-size: 0.7rem;
  }


}