/** @format */

/* Loader */
.bix-loader {
  min-width: 100%;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  z-index: 45;
}
.bix-loader img {
  width: 90px;
  position: absolute;
}
.bix-loader .loader {
  width: 100px;
  height: 100px;
  display: inline-block;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bix-loader .loader:before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px dashed #111a24;
  border-radius: 50%;
  -webkit-animation: loader 7s linear infinite;
  animation: loader 7s linear infinite;
}
@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Hero */
.section-hero .first-name,
.section-hero .last-name {
  text-shadow: 2px 2px #111a24, -2px 2px #111a24, 2px -2px #111a24,
    -2px -2px #111a24;
}

.bix-hero-img:after {
  content: "";
  height: 60px;
  width: 60px;
  background-image: url("../img/hero/shape-4.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.bix-hero-img .hero-inner-img:after {
  content: "";
  height: 500px;
  width: 500px;
  background-image: url("../img/hero/shape-one.png");
  background-repeat: no-repeat;
  background-size: 100%;
  margin: auto;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  z-index: -1;
}
.bix-hero-img .hero-inner-img:before {
  content: "";
  background-image: url("../img/hero/border-one.png");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 550px;
  width: 550px;
  margin: auto;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  z-index: -1;
}

.bix-hero-contact:before {
  content: "";
  height: 60px;
  width: 60px;
  background-image: url("../img/hero/shape-1.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 30px;
  left: 50px;
  z-index: -1;
}
.bix-hero-contact:after {
  content: "";
  height: 50px;
  width: 25px;
  background-image: url("../img/hero/shape-2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.bix-hero-contact h1:after {
  content: "";
  height: 70px;
  width: 70px;
  background-image: url("../img/hero/shape-two.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: -40px;
  right: 40px;
  z-index: -1;
}
.bix-hero-contact .bix-buttons:after {
  content: "";
  height: 70px;
  width: 33px;
  background-image: url("../img/hero/shape-3.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -40px;
  right: 200px;
  z-index: -1;
}

/* Responsive */
@media screen and (max-width: 1399px) {
  .section-hero:before {
    height: 200px;
    width: 750px;
  }
  .section-hero:after {
    height: 200px;
    width: 750px;
  }
  .bix-hero-img .hero-inner-img:before {
    height: 450px;
    width: 450px;
  }
  .bix-hero-img .hero-inner-img:after {
    height: 400px;
    width: 400px;
  }
  .bix-hero-contact h1:after {
    right: 0;
  }
}
@media screen and (max-width: 1199px) {
  .section-hero:before {
    height: 130px;
    width: 600px;
  }
  .section-hero:after {
    height: 130px;
    width: 600px;
  }
  .bix-hero-img .hero-inner-img:after {
    height: 350px;
    width: 350px;
  }
  .bix-hero-img .hero-inner-img:before {
    height: 400px;
    width: 400px;
  }
  .bix-hero-contact:before {
    top: 0;
    left: 0;
  }
  .bix-hero-contact .bix-buttons:after {
    right: 100px;
  }
  .bix-hero-contact h1:after {
    height: 50px;
    width: 50px;
    right: 50px;
  }
}
@media screen and (max-width: 991px) {
  .section-hero:before {
    height: 100px;
    width: 450px;
  }
  .section-hero:after {
    height: 100px;
    width: 450px;
  }
  .bix-hero-contact:before {
    display: none;
  }
  .bix-hero-contact .bix-buttons:after {
    display: none;
  }
  .bix-hero-img .hero-inner-img:before {
    height: 450px;
    width: 450px;
    bottom: -35px;
    left: -9px;
  }
  .bix-hero-img .hero-inner-img:after {
    height: 400px;
    width: 400px;
    bottom: -12px;
    left: -9px;
  }
  .bix-hero-contact h1:after {
    right: 300px;
  }
}
@media screen and (max-width: 767px) {
  .bix-hero-contact h1:after {
    right: 200px;
  }
  .bix-hero-img .hero-inner-img:before {
    height: 450px;
    width: 450px;
  }
  .bix-hero-img .hero-inner-img:after {
    height: 400px;
    width: 400px;
  }
}
@media screen and (max-width: 575px) {
  .bix-hero-img .hero-inner-img:before {
    height: 280px;
    width: 280px;
    bottom: -20px;
    left: -10px;
  }
  .bix-hero-img .hero-inner-img:after {
    height: 260px;
    width: 260px;
    bottom: -9px;
    left: -10px;
  }
  .bix-hero-img:after {
    width: 30px;
    bottom: -70px;
    opacity: 0.5;
  }
  .bix-hero-contact h1:after {
    display: none;
  }
  .bix-hero-contact .bix-buttons:after {
    display: none;
  }
}
@media screen and (max-width: 460px) {
  .section-hero:before {
    width: 100%;
  }
  .section-hero:after {
    width: 100%;
  }
}
/* single projects */
.bix-single-projects-sidebar .bix-gallery-card {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, calc(33% - 2px));
  grid-row-gap: 4px;
  grid-column-gap: 4px;
}

.bix-single-projects-contact
  .bix-product-details
  .bix-product-details-card:hover {
  border-color: #1b1c20;
}

.bix-client .inner-details .client-details p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.bix-reviews-details .bix-input input::-webkit-input-placeholder,
.bix-reviews-details .bix-input textarea::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #555;
}

.bix-reviews-details .bix-input input::-moz-placeholder,
.bix-reviews-details .bix-input textarea::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #555;
}

.bix-reviews-details .bix-input input:-ms-input-placeholder,
.bix-reviews-details .bix-input textarea:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #555;
}

.bix-reviews-details .bix-input input::-ms-input-placeholder,
.bix-reviews-details .bix-input textarea::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #555;
}

.bix-reviews-details .bix-input input::placeholder,
.bix-reviews-details .bix-input textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #555;
}

/* projects */
.bix-projects-tabs ul li.active {
  background-color: #111a24;
  color: #fff;
}

.bix-project-card:hover .project-image img {
  -webkit-transform: scale(1.1) rotate(5deg);
  transform: scale(1.1) rotate(5deg);
}
.bix-project-card .project-image:hover .overlay-project-card {
  opacity: 1;
}
.bix-project-card .project-image .overlay-project-card:after {
  font-family: "remixicon";
  content: "\ea12";
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
/* achievement */
.section-achievement:before {
  content: "";
  height: 110px;
  width: 100px;
  background-image: url("../img/achieve/shape-1.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 150px;
  left: 10px;
  z-index: -1;
}
.section-achievement:after {
  content: "";
  height: 130px;
  width: 130px;
  background-image: url("../img/achieve/shape-2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 50px;
  left: 500px;
  z-index: -1;
}

ul#bix_activity li.active a {
  border: 0;
  background-color: #111a24;
  color: #fff;
}

.bix-achievement .bix-border-r:before {
  content: "";
  height: 6px;
  width: 16px;
  border: 2px solid #fff;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  margin: auto;
  background-color: #111a24;
  z-index: 0;
}
.bix-achievement .bix-border-r .achievement-year:after {
  top: 55px;
}
.bix-achievement .bix-border-l:before {
  content: "";
  height: 6px;
  width: 16px;
  border: 2px solid #fff;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #111a24;
  z-index: 0;
}
.bix-achievement .bix-border-l .achievement-year:after {
  bottom: 55px;
}
.bix-achievement .bix-achievement-inner .bix-achievement-box p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.bix-achievement .bix-achievement-inner .bix-achievement-box.left:after {
  content: "";
  width: 30px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: -30px;
  background-color: #111a24;
  z-index: -1;
}
.bix-achievement .bix-achievement-inner .bix-achievement-box.right:after {
  content: "";
  width: 30px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: -30px;
  background-color: #111a24;
  z-index: -1;
}

/* Responsive */
@media screen and (max-width: 1399px) {
  .section-achievement:after {
    left: 400px;
  }
  .bix-achievement .bix-border-r .achievement-year:after {
    top: 68px;
  }
  .bix-achievement .bix-border-l .achievement-year:after {
    bottom: 68px;
  }
}
@media screen and (max-width: 1199px) {
  .section-achievement:after {
    height: 100px;
    width: 100px;
    left: 300px;
  }
  .bix-achievement .bix-border-r .achievement-year:after {
    top: 78px;
  }
  .bix-achievement .bix-border-l .achievement-year:after {
    bottom: 68px;
  }
}
@media screen and (max-width: 991px) {
  .section-achievement:before {
    height: 90px;
    width: 80px;
  }
  .bix-achievement .bix-border-r .achievement-year:after {
    top: 118px;
  }
  .bix-achievement .bix-border-l .achievement-year:after {
    bottom: 108px;
  }
}
@media screen and (max-width: 767px) {
  .section-achievement:after {
    left: 10px;
  }
  .bix-achievement .bix-border-l:before {
    display: none;
  }
  .bix-achievement .bix-border-l .achievement-year:after {
    bottom: 70px;
  }
  .bix-achievement .bix-achievement-inner .bix-achievement-box.left:after,
  .bix-achievement .bix-achievement-inner .bix-achievement-box.right:after {
    display: none;
  }
  .bix-achievement .bix-border-r:before {
    display: none;
  }
  .bix-achievement .bix-border-r .achievement-year:after {
    top: 87px;
  }
}

/* Testimonials */
.section-testimonials:after {
  content: "";
  height: 200px;
  width: 200px;
  background-image: url("../img/testimonials/shape.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.bix-testimonials .inner-banner h4 {
  text-shadow: 1px 1px #111a24, -1px 1px #111a24, 1px -1px #111a24,
    -1px -1px #111a24;
}

/* Responsive */
@media screen and (max-width: 1199px) {
  .section-testimonials:after {
    height: 150px;
    width: 150px;
  }
}
@media screen and (max-width: 991px) {
  .section-testimonials:after {
    height: 120px;
    width: 120px;
  }
}
@media screen and (max-width: 575px) {
  .section-testimonials:after {
    height: 80px;
    width: 80px;
  }
}

.bix-banner-line .inner-border:after {
  content: "";
  width: 2px;
  height: 80px;
  position: absolute;
  background-color: #111a24;
  z-index: -1;
  border-radius: 50px;
}
.bix-banner-line .inner-border:before {
  content: "";
  height: 16px;
  width: 16px;
  position: absolute;
  border-radius: 50%;
  background-color: #111a24;
  border: 2px solid #fff;
  z-index: 0;
  -webkit-animation: mover 3s infinite alternate;
  animation: mover 3s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(70px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(70px);
  }
}

/* blog */
.bix-blog-box .blog-contact h4 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.bix-blog-box .blog-contact p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* modal */
@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem);
  }
}
@keyframes fadeOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem);
  }
}
