body {
  font-family: "Josefin Sans";
  font-weight: normal;
  font-size: 13px;
  background-color: #111111;
  color: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden auto;
}

a {
  text-decoration: none;
  outline: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0 36px;
  font-size: 14px;
  letter-spacing: 1px;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  border-bottom: 2px solid #fb4553;
}

.main-header {
  width: 100%;
}
.main-header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #000000;
  z-index: 99;
  box-shadow: 2px -4px 5px 3px #fb4553;
}

.boder--top {
  margin: 56px 140px;
  border-bottom: 1px solid #fb4553;
  opacity: 0.3;
}

.button-img {
  position: relative;
  display: block;
  width: 100%;
}
.button-img::after {
  content: "";
  width: 14%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 166px;
  z-index: 9;
  background-image: url(../images/butt.png);
  background-repeat: no-repeat;
  background-size: 72%;
  -webkit-animation: zoom-in-zoom-out 3s ease infinite;
          animation: zoom-in-zoom-out 3s ease infinite;
}
.button-img .btn-primarya {
  color: #fff;
  background-color: #fb4553;
  border-color: #fb4553;
}

.hading_main {
  width: 100%;
  margin: 32px 0px;
}
.hading_main .heding-text {
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #fb4553;
}
.hading_main .heding-fonta {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.top-box-main {
  display: block;
  width: 100%;
}
.top-box-main .main-box-wel {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  text-transform: capitalize;
  padding: 159px 53px;
}
.top-box-main .main-box-wel h5 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}
.top-box-main .main-box-wel .text-main {
  font-size: 28px;
  font-weight: 500;
  color: #fb4553;
}
.top-box-main .main-box-wel p {
  font-size: 13px;
  color: #fff;
}
.top-box-main .main-box-wel p span {
  color: #fb4553;
  font-size: 13px;
  font-weight: 700;
}
.top-box-main .main-box-imge {
  position: relative;
  width: 100%;
}
.top-box-main .main-box-imge::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9;
  background-image: url(../images/slider-icon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-animation: zoom-in-zoom-out 4s ease infinite;
          animation: zoom-in-zoom-out 4s ease infinite;
}
@-webkit-keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.9, 0.9);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.9, 0.9);
  }
  100% {
    transform: scale(1, 1);
  }
}
.top-box-main .main-box-imge img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.about-box-main {
  display: block;
  width: 100%;
}
.about-box-main .abut-imge {
  position: relative;
  display: block;
  width: 100%;
}
.about-box-main .abut-imge::after {
  content: "";
  width: 100%;
  height: 110%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9;
  display: block;
  background-image: url(../images/plant-growing-bulb-1.gif);
  background-repeat: no-repeat;
  background-size: 60% 100%;
  background-position: 137px -21px;
}
.about-box-main .abut-imge img {
  width: 60%;
  display: block;
  margin: 0 auto;
}
.about-box-main .box-abou-text {
  color: #fff;
  font-size: 13px;
  margin: 149px 94px 149px 2px;
}

.services-box-main {
  display: block;
  width: 100%;
}
.services-box-main .box-card-bg {
  border-radius: 10px;
  position: relative;
  margin: 15px 0px;
  text-align: center;
  display: inline-block;
  padding: 30px 10px;
  transition: transform 0.9s;
  background-color: #1d1d1d;
}
.services-box-main .box-card-bg .icon-box {
  width: 100%;
  display: block;
  margin: 3px 0 11px;
}
.services-box-main .box-card-bg .icon-box img {
  width: 20%;
  margin: 0 auto;
  display: inline-block;
}
.services-box-main .box-card-bg .aev-text-box {
  color: #fff;
}
.services-box-main .box-card-bg .aev-text-box h5 {
  font-size: 16px;
  font-weight: 700;
}
.services-box-main .box-card-bg .aev-text-box P {
  font-size: 13px;
}
.services-box-main .box-card-bg .aev-text-box .add-icon {
  background-color: #fff;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  margin: 0 auto;
  color: #4c40f7;
  padding: 8px 4px;
  font-size: 19px;
}

.testimaniam-box-main {
  width: 100%;
  display: block;
}
.testimaniam-box-main .Project-deta-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testimaniam-box-main .text-ditel-cauter {
  font-size: 13px;
  text-transform: capitalize;
  text-align: center;
}
.testimaniam-box-main .text-ditel-cauter h5 {
  font-size: 40px;
  font-weight: 700;
  color: #fb4553;
}
.testimaniam-box-main .testimonial4_slide {
  width: 70%;
  margin: 46px auto 1px auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimaniam-box-main .testimonial4_slide img {
  width: 136px;
  margin: auto;
  display: block;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.testimaniam-box-main .testimonial4_slide p {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  margin: 31px 0 20px 0;
}
.testimaniam-box-main .testimonial4_slide h6 {
  color: #fff;
  font-size: 14px;
}

.portfolio-box-main {
  display: block;
  width: 100%;
}
.portfolio-box-main .image-box-pot {
  display: block;
  height: 20.9rem;
  width: 100%;
}
.portfolio-box-main .image-box-pot img {
  width: 100%;
  height: 20.9rem;
}
.portfolio-box-main .box-box-pot {
  background-color: #000000;
  height: 20.9rem;
  width: 100%;
  position: relative;
}
.portfolio-box-main .box-box-pot h6 {
  font-size: 23px;
  padding: 14px 0px 0 15px;
  color: #fb4553;
}
.portfolio-box-main .box-box-pot .roted-box {
  transform: rotate(-90deg);
  position: absolute;
  bottom: 104px;
  right: -61px;
}
.portfolio-box-main .box-box-pot .roted-box h5 {
  font-size: 25px;
}
.portfolio-box-main .box-box-pot .roted-box p {
  color: #fb4553;
}

.blog-box-main {
  display: block;
  width: 100%;
}
.blog-box-main .nav-pills .nav-link.active,
.blog-box-main .nav-pills .show > .nav-link {
  color: #e45821;
  background-color: transparent;
  border-bottom: 2px solid #e45821;
  border-radius: 0px;
  margin: 0px 0px;
}
.blog-box-main .nav-link {
  color: #fff;
}
.blog-box-main .recent-menu {
  border-bottom: 1px solid rgba(90, 90, 90, 0.4392156863);
  justify-content: space-evenly;
}
.blog-box-main .blog-post-box {
  display: block;
  margin: 23px 2px;
  padding: 0px 13px;
}
.blog-box-main .blog-post-box .blog-our {
  width: 100%;
  display: block;
  padding-top: 15px;
}
.blog-box-main .blog-post-box .blog-our .btn-reacd {
  background-color: #fb4553;
  color: #fff;
  font-size: 13px;
}
.blog-box-main .blog-post-box .blog-our p {
  padding: 0;
  margin: 5px 0 5px;
  color: #fff;
}
.blog-box-main .blog-post-box .blog-our h5 {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  padding: 0;
  margin: 0;
}
.blog-box-main .blog-post-box .blog-our .img-mian-bog {
  width: 100%;
  height: 25rem;
  display: inline-block;
}
.blog-box-main .blog-post-box .blog-our .img-mian-bog img {
  width: 100%;
  height: 25rem;
}
.blog-box-main .blog-post-box .posts-naw-box {
  display: flex;
  border-bottom: 1px solid rgba(90, 90, 90, 0.4392156863);
  padding: 16px 0px;
  width: 100%;
}
.blog-box-main .blog-post-box .posts-naw-box .poster-imge {
  background-color: #000000;
  border-radius: 20px;
}
.blog-box-main .blog-post-box .posts-naw-box .poster-imge img {
  width: 100%;
}
.blog-box-main .blog-post-box .posts-naw-box .poster-text {
  padding: 0 9px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.blog-box-main .blog-post-box .posts-naw-box .poster-text h5 {
  font-size: 16px;
}
.blog-box-main .blog-post-box .posts-naw-box .poster-text p {
  margin: 0;
  padding: 0;
}

.footer-contect-input {
  border-bottom: 1px solid #fb4553;
}
.footer-contect-input input {
  padding: 10px;
  width: 79%;
  font-size: 14px;
  border: 0;
  background-color: transparent;
  color: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  outline: 0;
}
.footer-contect-input button {
  padding: 6px;
  border: 0;
  width: 20%;
  font-size: 17px;
  background-color: #fb4553;
  color: #fff;
  border-radius: 5px;
}
.footer-contect-input button:hover {
  background: #4c40f7;
  transition: 300ms ease-in;
  color: #fff;
}

.footer-box {
  display: block;
  width: 100%;
}
.footer-box .addresh-box {
  margin: 0 0 10px;
}
.footer-box .addresh-box span {
  font-size: 23px;
}
.footer-box .addresh-box p {
  margin: 10px 0 0;
}

@media screen and (max-width: 1199px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 19px;
    font-size: 13px;
  }
  .navbar-light .navbar-toggler {
    color: #fff;
    background-color: #fff;
  }
  .blog-box-main .blog-post-box .posts-naw-box {
    padding: 15px 2px;
    width: 100%;
    flex-direction: column;
  }
  .blog-box-main .blog-post-box .posts-naw-box .poster-text {
    padding: 4px 4px;
    flex-direction: column;
    background: #282828;
  }
  .about-box-main .abut-imge::after {
    background-position: 198px -21px;
  }
  .about-box-main .box-abou-text {
    font-size: 12px;
    margin: 20px 2px;
  }
  .about-box-main .abut-imge {
    margin: 33px auto;
  }
  .button-img::after {
    background-size: 51%;
  }
  .top-box-main .main-box-wel {
    padding: 9px 53px;
  }
  .top-box-main .juna-boxs {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 992px) {
  .boder--top {
    margin: 25px 9px;
    opacity: 0.3;
  }
  .navbar-collapse {
    position: absolute;
    top: 72px;
    background: #111111;
    width: 100%;
  }
  .blog-box-main .blog-post-box .posts-naw-box .poster-text h5 {
    font-size: 14px;
  }
  .about-box-main .abut-imge::after {
    background-position: 125px -21px;
  }
}
@media screen and (max-width: 576px) {
  .footer-contect-input input {
    width: 69%;
  }
  .footer-contect-input button {
    width: 32%;
  }
  .hading_main .heding-fonta {
    font-size: 12px;
  }
  .hading_main {
    width: 100%;
    margin: 17px 0px;
  }
  .blog-box-main .nav-link {
    padding: 0;
  }
  .testimaniam-box-main .Project-deta-box {
    flex-direction: column;
  }
  .testimaniam-box-main .testimonial4_slide p {
    font-size: 12px;
    margin: 10px 0 16px 0px;
  }
  .services-box-main .box-card-bg {
    margin: 12px 0px;
  }
  .about-box-main .abut-imge::after {
    background-position: 113px -21px;
  }
  .top-box-main .main-box-wel {
    padding: 14px 8px;
  }
  .top-box-main .main-box-wel h5 {
    font-size: 25px;
  }
}
@media screen and (max-width: 376px) {
  .about-box-main .abut-imge::after {
    background-position: 62px -8px;
  }
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: transparent;
  border-radius: 100px;
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 100px;
  background-clip: padding-box;
  border: 1px solid transparent;
  min-height: 10px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

::-webkit-scrollbar-thumb:hover {
  background: #929292;
}

.highlight {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.highlight:before, .highlight:after {
  content: "";
  width: 0%;
  height: 0%;
  position: absolute;
  visibility: hidden;
  border-radius: 8px;
}
.highlight:hover:before, .highlight:hover:after {
  width: 100%;
  height: 100%;
  visibility: visible;
}
.highlight:before {
  border-top: 1px solid #fb4553;
  border-right: 1px solid #fb4553;
  transition: width 0.1s ease 0.3s, height 0.1s ease 0.2s, visibility 0s 0.4s;
  top: 0;
  left: 0;
}
.highlight:after {
  border-left: 1px solid #fb4553;
  border-bottom: 1px solid #fb4553;
  bottom: 0;
  right: 0;
  transition: width 0.1s ease 0.1s, height 0.1s ease, visibility 0s 0.3s;
}
.highlight:hover:before {
  transition: width 0.1s ease, height 0.1s ease 0.1s;
}
.highlight:hover:after {
  transition: width 0.1s ease 0.2s, height 0.1s ease 0.3s, visibility 0s 0.2s;
}/*# sourceMappingURL=custome.css.map */