/*--------------------------------------------------------------============================================================
[Main Stylesheet]

Project:   Fastland
/*==============================
[Table of contents]

FASTLAND STYLESHEET
----------------------------------
TAB 
ICON BOX 
FEATURED
TESTIMONIAL
TEAM
JOBS
=============================================================--------------------------------------------------------------*/



/*---------------------------------------------------
TEAM
----------------------------------------------------*/
.jobs-area {
  padding-top: 55px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .jobs-area {
    padding-top: 75px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .jobs-area {
    padding-top: 110px;
    padding-bottom: 95px;
  }


}

@media (max-width: 991px) {
  .jobs-filter {
    margin-bottom: 50px;
  }


}

.jobs-filter__title {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.4285;
  margin-bottom: 30px;
  font-family: 'rubik';
}

.jobs-filter__menu {
  padding: 0;
  margin: 0;
  border-right: 1px solid rgba(181, 181, 181, 0.2);
  display: block;
}

.jobs-filter__menu ul li {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 28px;
  color: #262729;
  display: block;
  transition: 0.4s;
  position: relative;
  padding-left: 20px;
  margin-bottom: 17px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-family: 'rubik';
}

.jobs-filter__menu ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  background-color: #262729;
  border-radius: 50%;
  transition: 0.4s;
}

.jobs-filter__menu ul li:hover {
  color: #5034fc;
}

.jobs-filter__menu ul li:hover::before {
  background-color: #5034fc;
}

.jobs-area__tab .card {
  display: inherit;
}

.jobs-area__tab .card--single {
  border-radius: 10px;
  border: 1px solid rgba(181, 181, 181, 0.2);
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 25px;
  padding-top: 35px;
  padding-bottom: 40px;
  padding-left: 50px;
  padding-right: 35px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.jobs-area__tab .card--single:hover {
  box-shadow: 0 4px 56px rgba(0, 0, 0, 0.07);
  border: 1px solid rgba(181, 181, 181, 0.2);
}

.jobs-area__tab .card--single .btn {
  min-width: 127px;
  height: 50px;
  display: inline-flex;
  margin-top: 7px;
  font-family: 'rubik';
}

.jobs-area__tab .card__heading {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.57142;
  margin-bottom: 25px;
  color: #262729;
  font-family: 'rubik';
}

.jobs-area__tab .card__list li {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.777777;
  margin-bottom: 23px;
  color: rgba(38, 39, 41, 0.7);
  font-family: 'rubik';
}

.jobs-area__tab .card__list li i {
  margin-right: 10px;
  color: #5034FC;
}

.falsland-job-btn {
  display: inline-block;
  padding: 12px 42px;
  text-align: center;
  border: 1px solid #FF5722;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  transition: .4s;
  margin-top: 10px;
  font-weight: 500;
  font-family: 'Rubik';
}

.falsland-job-btn:hover {
  background-color: #FF5722;
  color: #fff;
}

.jobs-filter__menu ul {
  padding: 0;
}

/* search form */
/* Search Form */
.newsletter--inner-career {
  background-color: #fff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.newsletter--inner-career form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

button.falsland-job-btn {
  background-color: #FF5722;
  color: #fff;
  box-shadow: 0px 10px 20px rgba(255, 87, 34, 0.25);
  border-radius: 50px;
  padding: 15px 30px;
  margin-top: 0px;
}

.newsletter--inner-career form input {
  height: 75px;
  border: none;
  width: 100%;
  border-radius: 9px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 30px;
  color: rgba(38, 39, 41, 0.7);
}

.newsletter--inner-career form input:focus {
  outline: none;
  box-shadow: none;
}

.newsletter--inner-career form button {
  border: none;
  background-color: #FF5722;
  color: #fff;
  font-size: 15px;
  line-height: 26px;
  padding: 15px 35px;
  box-shadow: 0px 10px 20px rgba(255, 87, 34, 0.25);
}

.newsletter--inner-career form button:focus {
  outline: none;
  box-shadow: none;
}

.newsletter-form--countdown {
  max-width: inherit;
}

@media (min-width: 480px) {
  .newsletter-form--countdown {
    background-color: #fff;
  }
}

.newsletter--inner-career form {
  text-align: center;
  border-radius: 50px;
  padding: 0 10px;
}


@media (min-width: 480px) {
  .newsletter--inner-career form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    text-align: left;
    
  };
}



.newsletter--inner-career form .form-control {
  background-color: #fff !important;
  display: flex;
  align-items: center;
  border: none;
  height: 72px;
  border-radius: 50px;
}

@media (min-width: 480px) {
  .newsletter--inner-career form .form-control {
    background-color: transparent;
    margin-bottom: 0;
  }
}

.newsletter--inner-career form .form-control i {
  margin-right: 10px;
  color: #5034FC;
  margin-left: 20px;
}

.newsletter--inner-career form .form-control input {
  height: 100%;
  background-color: transparent;
  border: none;
  width: 100%;
  display: block;
  font-family: 'Rubik';
}

.newsletter--inner-career form .form-control input:focus {
  border: none;
  outline: none;
}
@media (max-width: 767px) { 
  .newsletter--inner-career form .form-control i {
    margin-left: 0;
  }
}
/*
 Career Details
---------------------------------*/
.card-jobs {
  box-shadow: 0 4px 56px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  border: 1px solid rgba(181, 181, 181, 0.2);
  background-color: #fff;
  padding: 30px 30px;
}

@media (min-width: 576px) {
  .card-jobs {
    padding: 26px 50px;
  }
}

.card-jobs .card-jobs__content__heading {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.38095;
  color: #262729;
  margin-bottom: 10px;
  font-family: 'Rubik';
}

@media (min-width: 768px) {
  .card-jobs .card-jobs__content__heading {
    font-size: 35px;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .card-jobs .card-jobs__content__heading {
    font-size: 42px;
  }
}

.card-jobs .card-jobs__content__details {
  margin: 0;
  padding: 0;
}

.card-jobs .card-jobs__content__details li {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 32px;
  color: rgba(38, 39, 41, 0.7);
  margin-right: 15px;
}

.card-jobs .card-jobs__content__details li i {
  margin-right: 5px;
  color: #5034fc;
}

.card-job__btn a.falsland-job-btn {
  padding: 15px 42px;
  display: block;
  margin-top: 13px;
  background-color: #FF5722;
  box-shadow: 0px 10px 20px rgba(255, 87, 34, 0.25);
  color: #fff;
}

a.falsland-job-btn.border {
  background-color: transparent;
  color: #FF5722;
  border: 1px solid #FF5722 !important;
  box-shadow: inherit;

}

.career-deatils__content__heading {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 40px;
  color: var(--heading-color);
  margin-bottom: 20px;
}

.career-deatils__content__text {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 32px;
  color: var(--text-color);
}

.career-deatils__content ul {
  padding: 0;
  margin: 0;
}

.career-deatils__content ul li {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 32px;
  list-style: none;
  padding-left: 25px;
  position: relative;
  margin-bottom: 15px;
}

.career-deatils__content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background-color: #5034fc;
}

.job-details-page {
  background-color: #F3F4F6;
  border-bottom: 1px solid rgba(38, 39, 41, 0.1);
}

/*---------------------------------------------------
TEAM
----------------------------------------------------*/

.fastland--team-single {
  margin: 50px 12px 50px 12px;
  border-radius: 15px;
  overflow: hidden;
  border: none;
  cursor: all-scroll;
  position: relative;
}

.fastland--team-content {
  text-align: left;
}

.owl-item.active.center .fastland--team-single {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 42.19%, rgba(14, 20, 26, 0.56) 100%);
  box-shadow: 0 8px 45px rgba(0, 0, 0, 0.3);
}

.fastland--team-content {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 45px;
  margin-bottom: 10px;
}

.fastland--team-content-hover {
  position: absolute;
  left: 0;
  bottom: -50%;
  background: linear-gradient(360deg, #fd346e 0%, rgba(253, 52, 110, 0.69) 38.45%, rgba(253, 52, 110, 0) 79.35%, rgba(253, 52, 110, 0) 111.11%);
  width: 100%;
  height: 50%;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  transition: 0.5s;
}

.fastland--team-name {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 30px;
  color: #fff;
  margin-bottom: 0;
}

.fastland--team-title {
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 15px;
}

.fastlandteam-socail-links a {
  color: #fff;
  padding-right: 20px;
  transition-duration: 0.4s;
}

.fastland--team-thum img {
  width: 100%;
  height: 624px !important;
  object-fit: cover;
  object-position: center top;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;

}

.fastland--team-single:hover .fastland--team-content-hover {
  bottom: 0;
}

.fastland--team .owl-dots {
  position: absolute;
  bottom: -70px;
  list-style: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0;
  padding: 0;
  margin: 0 auto;
  width: 100%;
}

.fastland--team .owl-dots .owl-dot span {
  background-color: transparent;
  border: none;
  color: transparent;
  width: 22px;
  height: 5px;
  border-radius: 3px;
  background-color: #828288;
  margin: 0 5px;
  transition: 0.4s ease-in-out;
  padding: 0;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}

.fastland--team .owl-dots .owl-dot.active span {
  background-color: #fd346e;
}

@media (max-width: 568px) {
  .fastland--team-content-hover {
    bottom: 0;
  }
}

/* arrows */
.fastland--team .owl-next,
.fastland--team .owl-prev {
  width: 72px;
  height: 72px;
  text-align: center;
  line-height: 72px !important;
  position: absolute;
  top: 50%;
  border-radius: 100% !important;
  transform: translateY(-50%);
  right: 50px;
  transition: all 0.4s;
  border-radius: 100%;
  opacity: 1;
  background: rgba(253, 52, 110, 0.9) !important;
}

.fastland--team .owl-next:hover,
.fastland--team .owl-prev:hover {
  background-color: #4764C3 !important;
}

.fastland--team .owl-prev {
  right: auto;
  left: 50px;
}

.fastland--team:hover .owl-next {
  right: 75px;
  opacity: 1;
}

.fastland--team:hover .owl-prev {
  left: 75px;
  opacity: 1;
}

.fastland--team .owl-nav {
  font-size: 20px;
  color: #fff;
}

/* Team V1 */
/*---------------------------------------------------
TESTIMONIAL
----------------------------------------------------*/
.fastland--tn-wraper.style-three .owl-carousel .owl-stage-outer,
.fastland--tn-wraper.style-four .owl-carousel .owl-stage-outer {
  padding-top: 30px;
}

.fastland--tn-single {
  border-radius: 10px;
  border: 1px solid #e2e4e8;
  background-color: #ffffff;
  position: relative;
  padding: 45px;
  margin-right: 24px;
  margin-bottom: 24px;
}

.fastland--tn-single,
.fastland--t-thumb img,
.fastland--tn-name,
.fastland--tn-title,
.fastland--tn-icon,
.fastland--tn-bottm p,
.fastland-tn-bottom-style-three {
  transition: ease-in-out 0.4s;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
}


.fastland--t-thumb img {
  width: 50px !important;
  height: 50px !important;
  object-fit: cover;
  border-radius: 50% !important;
  margin-right: 13px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
}

.fastland--tn-top {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.fastland--tn-name {
  font-size: 18px;
  line-height: 32px;
  color: #1d293f;
  font-weight: 500;
  margin-bottom: 0;
}

.fastland--tn-title {
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  color: #7c8087;
}

.fastland--tn-icon {
  font-size: 16px;
  color: #21c6dd;
  position: absolute;
  top: 45px;
  right: 45px;
}

.fastland--tn-bottm {
  font-size: 16px;
  color: #7c8087;
  line-height: 28px;
}

.fastland--tn-bottm p {
  margin-bottom: 0;
}

.fastland--tn-icon.style-two {
  position: inherit;
  top: 0;
  right: 0;
}

.fastland--tn-wraper {
  margin-right: -24px;
}

/* style one */
.fastland--testimonial .fastland--tn-single {
  margin-bottom: 0;
}

.site {
  overflow-x: hidden;
}

@media (min-width: 768px) {
  .fastland--tn-wraper.style-one {
    width: 140%;
  }
}

/* style one */


/* style two */
.fastland--tn-single.style-two .fastland--tn-icon {
  top: auto;
  bottom: 65px;
  color: #FCDC00;
}

.fastland--tn-single.style-two {
  border: 0px;
}

.fastland--tn-single.style-two:hover {
  box-shadow: -3px 25px 50px rgba(23, 3, 48, 0.12);
}

.fastland--tn-single.style-two .fastland--tn-bottm p {
  margin-bottom: 30px;
}

.fastland--tn-single.style-two .fastland--tn-top img {
  margin-bottom: 10px;
}

/* style three */
.fastland--tn-single.style-three {
  padding: 50px 45px 30px 30px;
  margin-bottom: 56px;
}

.fastland--tn-single.style-three .fastland--t-thumb img {
  width: 70px !important;
  height: 70px !important;
  position: absolute;
  top: -35px;
}

.fastland--tn-single.style-three .fastland--tn-icon {
  top: auto;
  bottom: 45px;
  color: #FF5722;
  font-size: 15px;
}

.fastland-tn-bottom-style-three {
  border-top: 1px solid #E9E9EA;
  margin-top: 28px;
  padding-top: 19px;
}

.fastland--tn-single:hover .fastland-tn-bottom-style-three {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* style four */
.style-four .fastland--tn-top {
  margin-bottom: 0px;
  margin-top: 23px;
}

.style-four .fastland--tn-icon {
  width: 60px;
  height: 60px;
  background: red;
  text-align: center;
  line-height: 60px;
  border-radius: 50px;
  background-color: #5034FC;
  color: #fff;
  font-size: 20px;
  top: -30px;
  left: 30px;
}

.fastland--testimonial .owl-nav button {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* style four */
.style-five .fastland--tn-icon {
  position: absolute;
  left: 0;
  top: 0;
}

.fastland--tn-single.style-five {
  border: none;
  padding: 60px 0px 0px 0px;
}

.style-five .fastland--tn-bottm p {
  color: #25373F;
  font-weight: 400;
  margin-bottom: 50px;
  margin-right: 50px;
}

.style-five .fastland--tn-icon {
  color: #FF971D;
  font-size: 20px;
}



/* arrow style */
.fastland--testimonial .owl-next,
.fastland--testimonial .owl-prev {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 56px !important;
  transition: all 0.4s;
  border-radius: 100%;
  background: #fff !important;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  margin: 0px 5px;
  padding: 0px;
}

.fastland--testimonial .owl-next:hover,
.fastland--testimonial .owl-prev:hover {
  background-color: #5034FC !important;
  box-shadow: 0px 4px 4px #2F18BE;
  transition: all 0.4s;

}

.fastland--testimonial .owl-prev {
  right: auto;
  left: 50px;
}

/* dots */
.fastland--testimonial .owl-dots {
  position: absolute;
  bottom: -70px;
  list-style: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.fastland--testimonial .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 0 4px;
  background: #D7E0E7;
  display: block;
  -webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  -ms-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.fastland--testimonial .owl-dots .owl-dot.active span {
  background: #5034FC;
}

.fastland--testimonial .owl-dots .owl-dot:last-child span {
  margin-right: 0 !important;
}

/* .fastland--testimonial :hover .owl-next{
  right: 75px;
  opacity: 1;
}
.fastland--testimonial :hover .owl-prev{
  left: 75px;
  opacity: 1;
} */
.fastland--testimonial .owl-prev svg,
.fastland--testimonial .owl-next svg,
.fastland--testimonial .owl-next i,
.fastland--testimonial .owl-prev i {
  width: 17px;
  transition: all 0.4s;
  color: #5034FC;
}

.fastland--testimonial .owl-prev:hover svg,
.fastland--testimonial .owl-next:hover svg,
.fastland--testimonial .owl-next:hover i,
.fastland--testimonial .owl-prev:hover i {
  color: #fff;
}

/*---------------------------------------------------
FEATURED
----------------------------------------------------*/
.circle-126 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-width: 106px;
  max-width: 106px;
  min-height: 106px;
  max-height: 106px;
}

@media (min-width: 768px) {
  .circle-126 {
    min-width: 126px;
    max-width: 126px;
    min-height: 126px;
    max-height: 126px;
  }
}

.circle-91 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-width: 91px;
  max-width: 91px;
  min-height: 91px;
  max-height: 91px;
}

.circle-103 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-width: 90px;
  max-width: 90px;
  min-height: 90px;
  max-height: 90px;
}

@media (min-width: 768px) {
  .circle-103 {
    min-width: 103px;
    max-width: 103px;
    min-height: 103px;
    max-height: 103px;
  }
}

.circle-98 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-width: 98px;
  max-width: 98px;
  min-height: 98px;
  max-height: 98px;
}

.circle-99 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-width: 99px;
  max-width: 99px;
  min-height: 99px;
  max-height: 99px;
}

@media (min-width: 768px) {
  .circle-99 {
    min-width: 99px;
    max-width: 99px;
    min-height: 99px;
    max-height: 99px;
  }
}

.circle-95 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-width: 85px;
  max-width: 85px;
  min-height: 85px;
  max-height: 85px;
}

@media (min-width: 768px) {
  .circle-95 {
    min-width: 95px;
    max-width: 95px;
    min-height: 95px;
    max-height: 95px;
  }
}

.circle-113 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-width: 95px;
  max-width: 95px;
  min-height: 95px;
  max-height: 95px;
}

@media (min-width: 768px) {
  .circle-113 {
    min-width: 113px;
    max-width: 113px;
    min-height: 113px;
    max-height: 113px;
  }
}

.circle-88 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-width: 78px;
  max-width: 78px;
  min-height: 78px;
  max-height: 78px;
}

@media (min-width: 768px) {
  .circle-88 {
    min-width: 88px;
    max-width: 88px;
    min-height: 88px;
    max-height: 88px;
  }
}

.circle-108 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-width: 98px;
  max-width: 98px;
  min-height: 98px;
  max-height: 98px;
}

@media (min-width: 768px) {
  .circle-108 {
    min-width: 108px;
    max-width: 108px;
    min-height: 108px;
    max-height: 108px;
  }
}

.brand-area--l2 {
  padding-top: 50px;
  padding-bottom: 0px;
}

@media (min-width: 768px) {
  .brand-area--l2 {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .brand-area--l2 {
    padding-top: 123px;
    padding-bottom: 135px;
  }
}

.brand-group-image-l2 {
  margin-left: -22px;
}

@media (min-width: 576px) {
  .brand-group-image-l2 {
    transform: scale(0.8);
  }
}

@media (min-width: 768px) {
  .brand-group-image-l2 {
    margin-top: 40px;
    transform: scale(1);
  }
}

@media (min-width: 992px) {
  .brand-group-image-l2 {
    margin-top: 100px;
  }
}

.brand-image-group--l2 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 503px;
  transform: scale(0.9);
}

@media (min-width: 768px) {
  .brand-image-group--l2 {
    transform: scale(0.9);
  }
}

@media (min-width: 992px) {
  .brand-image-group--l2 {
    transform: scale(1);
  }
}

.brand-image-group--l2__single {
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.brand-image-group--l2__image--main {
  width: 5%;
  position: relative;
  border: 6px solid #ffffff;
  background-color: #ff5722;
  border-radius: 50%;
  z-index: 1;
}

.brand-image-group--l2__img-1 {
  position: absolute;
  left: 37%;
  top: 7%;
  width: 10%;
  z-index: 2;
}

@media (min-width: 480px) {
  .brand-image-group--l2__img-1 {
    left: 47%;
  }
}

.brand-image-group--l2__img-2 {
  position: absolute;
  right: -8%;
  top: 16%;
  width: 11%;
  z-index: 1;
}

@media (min-width: 768px) {
  .brand-image-group--l2__img-2 {
    right: -12%;
    top: 10%;
  }
}

.brand-image-group--l2__img-3 {
  position: absolute;
  right: -10%;
  top: 50%;
  transform: translateY(-50%);
  width: 11%;
  z-index: 1;
}

@media (min-width: 576px) and (max-width: 768px) {
  .brand-image-group--l2__img-3 {
    right: -9%;
  }
}

@media (min-width: 768px) {
  .brand-image-group--l2__img-3 {
    right: -28%;
  }
}

.brand-image-group--l2__img-4 {
  position: absolute;
  right: 0;
  bottom: 20%;
  width: 10%;
  z-index: 1;
}

.brand-image-group--l2__img-5 {
  position: absolute;
  left: 38%;
  bottom: 10%;
  width: 10%;
  z-index: 1;
}

@media (min-width: 480px) {
  .brand-image-group--l2__img-5 {
    left: 47%;
    bottom: 0;
  }
}

.brand-image-group--l2__img-6 {
  position: absolute;
  left: 0;
  bottom: 18%;
  width: 12%;
  z-index: 1;
}

@media (min-width: 480px) {
  .brand-image-group--l2__img-6 {
    bottom: 12%;
  }
}

.brand-image-group--l2__img-7 {
  position: absolute;
  left: -5%;
  top: 50%;
  transform: translateY(-50%);
  width: 10%;
  z-index: 1;
}

@media (min-width: 576px) and (max-width: 768px) {
  .brand-image-group--l2__img-7 {
    left: -7%;
  }
}

@media (min-width: 768px) {
  .brand-image-group--l2__img-7 {
    left: -22%;
  }
}

.brand-image-group--l2__img-8 {
  position: absolute;
  left: -7%;
  top: 16%;
  width: 10%;
  z-index: 1;
}

@media (min-width: 480px) {
  .brand-image-group--l2__img-8 {
    top: 10%;
  }
}

.brand-image-group--l2__line-1 {
  position: absolute;
  left: 48%;
  top: 26%;
  z-index: 0;
  width: 3.7%;
}

@media (min-width: 480px) {
  .brand-image-group--l2__line-1 {
    left: 52%;
  }
}

.brand-image-group--l2__line-2 {
  position: absolute;
  right: 0;
  top: 27%;
  width: 42%;
}

@media (min-width: 480px) {
  .brand-image-group--l2__line-2 {
    top: 22%;
    width: 40%;
  }
}

.brand-image-group--l2__line-3 {
  position: absolute;
  right: -9%;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
}

.brand-image-group--l2__line-4 {
  position: absolute;
  bottom: 29%;
  right: 13%;
  width: 33%;
}

.brand-image-group--l2__line-5 {
  position: absolute;
  right: 47%;
  bottom: 23%;
  width: 4%;
}

@media (min-width: 480px) {
  .brand-image-group--l2__line-5 {
    right: 45%;
    bottom: 15%;
  }
}

.brand-image-group--l2__line-6 {
  position: absolute;
  left: 9%;
  bottom: 29%;
  width: 35%;
}

@media (min-width: 480px) {
  .brand-image-group--l2__line-6 {
    bottom: 24%;
  }
}

.brand-image-group--l2__line-7 {
  position: absolute;
  left: -5%;
  top: 50%;
  transform: translateY(-50%);
  width: 47%;
}

.brand-image-group--l2__line-8 {
  position: absolute;
  left: 7%;
  top: 28%;
  width: 35%;
}

@media (min-width: 480px) {
  .brand-image-group--l2__line-8 {
    top: 22%;
  }
}

.w-100 {
  width: 100% !important;
}

/*---------------------------------------------------
TAB
----------------------------------------------------*/
.fastland-tab-content-single {
  display: none;
}

.fastland-tab-content-single.current {
  display: block;
}

.fastland--tab-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fastland--tab-menu ul li {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 70px;
  transition: .4s;
  padding: 15px;
  font-weight: 600;
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -ms-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  cursor: pointer;
}

.fastland-tab-icon {
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.7);
}

.fastland--tab-menu ul li:last-child {
  margin-bottom: 0px !important;
}

.fastland--tab-menu ul li.current,
.fastland--tab-menu ul li:hover {
  background-color: #FFFFFF;
  color: #2B59FF;
  border-radius: 10px;
}

.fastland--tab-menu ul li {
  margin-right: 200px;
}

.fastland--tab-menu ul li.current .fastland-tab-icon,
.fastland--tab-menu ul li:hover .fastland-tab-icon {
  color: #FF5722;
  transition: .4s ease-in-out;
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -ms-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
}

.fastland-tab-icon {
  margin-right: 10px;
}

.fastland--tab-content h2 {
  font-size: 60px;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 60px;
  font-weight: 400;
  letter-spacing: -2px;
}

.fastland--tab-content h3 {
  color: #fff;
  font-weight: 600;
  line-height: 34px;
  font-size: 21px;
  margin-bottom: 23px;
}

.fastland--tab-content p {
  font-size: 18px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0px;
}

/* style two */
.style-two.fastland--tab-menu ul li {
  margin: 0;
}

.fastland--tab-menu.style-two ul {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #8650E1;
}

.fastland--tab-menu.style-two ul li {
  background-color: transparent;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  border-radius: 0;
}

.fastland--tab-menu.style-two ul li.current,
.fastland--tab-menu.style-two ul li:hover {
  color: #FFD166;
}

.fastland--tab-menu.style-two ul li.current {
  border-bottom: 2px solid #FFD166;
}

.fastland--tab-menu.style-two ul li {
  border-bottom: 2px solid transparent;
}

.fastland--tab-menu.style-two {
  margin-bottom: 120px;
}

.fastland-tab-big-heading h2 {
  font-size: 58px;
  color: #fff;
  line-height: 70px;
  letter-spacing: -2px;
  margin-bottom: 58px;
}

.style-two .fastland--tab-content {
  display: flex;
  margin-bottom: 27px;
}

.style-two .fastland-tab-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #FF8D52;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  margin-right: 27px;
  flex: 0 0 70px;
}
.style-two .fastland-tab-icon svg {
  max-width: 100%;
  width: 40px;
}
.fastland--tab-content:last-child {
  margin-bottom: 0;
}

.fastland--tab-content:last-child .fastland-tab-icon {
  background: #15CDA8;
}

.fastland--tab-content .fastland-icon-content h3 {
  font-size: 21px;
  margin-bottom: 8px;
  line-height: 34px;
  font-weight: 600;
}

.fastland-icon-content p {
  font-size: 16px;
}

.fastland-tab-content-iconbox {
  margin: 0px 50px;
}

.style-two .fastland-icon-content {
  flex: 0 0 64%;
}



@media (max-width: 768px) {
  .fastland-tab-image {
    text-align: center;
  }

  .fastland-tab-content-iconbox {
    margin-top: 50px;
  }
}

/*---------------------------------------------------
ICON BOX
----------------------------------------------------*/
.fd-addons-icon-shape-yes .fd-addons-feature-icon-wrap {
  position: relative;
  z-index: 1;
}

.fd-addons-icon-shape-yes .fd-addons-feature-icon-wrap:after {
  content: "";
  width: 65px;
  height: 65px;
  background: #ffd166;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

/*---------------------------------------------------
Testimonial Simple
----------------------------------------------------*/
.fastland-testimonial-item {
  min-height: 352px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fastland-testimonial-item .testi-image img {
  width: 55px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 50%;
  height: 55px;
}

.fastland-position-top .fastland-testimonial-item .testi-image {
  margin-bottom: 56px;
}

.fastland-testimonial-item .testi-content p {
  color: var(--heading-color);
  font-size: 21px;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 32px;
  margin-bottom: 22px;
}

.fastland-testimonial-item .testi-meta .testi-name {
  display: inline-block;
  color: var(--heading-color);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.2px;
  line-height: 29px;
}

.fastland-testimonial-item .testi-meta .testi-title {
  color: var(--text-color);
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.2px;
  line-height: 29px;
}

.fastland-position-left .fastland-testimonial-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fastland-position-right .fastland-testimonial-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.fastland-position-left .fastland-testimonial-item .test-content-wrap,
.fastland-position-right .fastland-testimonial-item .test-content-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fastland-position-left .fastland-testimonial-item .testi-image {
  margin-right: 30px;
}

.testi-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.testi-image {
  flex: 0 0 20%;
}

.testi-name-title-wraper {
  flex: 0 0 80%;
}

h4.testi-name {
  display: block !important;
  margin-bottom: 0px;
}



/*---------------------------------------------------
Service Cat
----------------------------------------------------*/

.fastland-service-cat {
  display: block;
  background-color: #fff;
  padding: 40px 109px 40px 40px;
  border-radius: 10px;
}

.fastland-service-cat-wrap {
  margin-bottom: 24px;
}

.fastland-service-cat:hover {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
}

.service-cat-icon {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 16px;
  margin-bottom: 48px;
}

.service-cat-title h4 {
  font-family: Rubik;
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.428;
  margin-bottom: 20px;
  color: var(--heading-color)
}

.service-cat-title .service-count {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 28px;
  color: var(--text-color);
}

.fastland-service-cat.service-more-card {
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-right: 0;
}

.fastland-service-cat.service-more-card h4 {
  color: #fff;
}

.fastland-service-cat.service-more-card .service-count {
  color: rgb(255 255 255 / 70%);
}

span.service-more-link-icon {
  width: 45px;
  height: 45px;
  background-color: rgb(38 39 41 / 50%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  border-radius: 10px;
  margin-left: 30px;
}

@media only screen and (max-width:991px) {
  .fastland-service-cat {
    padding-right: 40px;
  }
}

/* service  */
.service-icon {
  width: 60px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  margin-bottom: 40px;
}

.service-title {
  font-family: Rubik;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.666;
  margin-bottom: 10px;
}

.service-content p {
  margin-bottom: 25px;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.875;
  color: var(--text-color);
}

a.service-btn {
  font-family: Rubik;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.93;
  color: var(--heading-color);
  text-transform: capitalize;
}

a.service-btn .icon-after {
  margin-left: 15px;
}

a.service-btn .icon-before {
  margin-right: 15px;
}

.fastland-service-widget-item {
  background-color: #fff;
  padding: 50px;
  border-radius: 15px;
  transition: .3s;
}

.fastland-service-widget-item:hover {
  box-shadow: 3px 25px 50px rgba(23, 3, 48, 0.12);
}

/* pricing table css override */
#pricing-dynamic-deck--head .btn-toggle {
  background-color: #5034FC;
}

span.fd-addons-price-offer {
  background: #FCDC00;
  color: var(--heading-color);
  font-family: Rubik;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.66;
}

.fd-addons-pricing-area .fd-addons-pricing-item {
  padding: 0 0 40px;
  text-align: center;
  border-radius: 15px;
  overflow: hidden;
}

.fd-addons-price-wrap {
  background: #5034FC;
  color: #fff;
  padding: 34px 85px;
  display: flex;
  flex-direction: column;
}

.fd-addons-pricing-area .fd-addons-pricing-title {
  font-family: Rubik;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.3125;
  color: #fff;
  text-transform: none;
  margin-bottom: 15px;
}


.fd-addons-price-wrap span.price-subtitle.dynamic-value {
  order: 0;
  color: rgb(255 255 255 / 70%);
  padding-bottom: 21px;
  margin-bottom: 21px;
  border-bottom: 1px solid rgb(255 255 255 / 30%);
}

.fd-addons-pricing-area .fd-addons-pricing-title {
  order: 0;
}

.fd-addons-pricing-area .fd-addons-pricing-item .fd-addons-price {
  order: 1;
}

.fd-addons-pricing-area .fd-addons-pricing-item .fd-addons-price h2 {
  color: #fff;
  font-family: Rubik;
  font-style: normal;
  font-weight: 500;
  font-size: 70px;
  line-height: 1.3;
  position: relative;
}

.fd-addons-pricing-item span.price-currency {
  font-weight: 400;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-100%, 74%);
}

.fd-addons-pricing-duration {
  color: #fff;
}

.fd-addons-pricing-area .fd-addons-pricing-features {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.76;
  color: var(--text-color);
  padding: 40px 0 35px;
  margin-bottom: 0;
}

.fd-addons-pricing-area .fd-addons-pricing-features li {
  margin-bottom: 12px;
}

.fd-addons-pricing-area .fd-addons-pricing-features li:last-child {
  margin-bottom: 0;
}

.fd-addons-pricing-item .fd-addons-btn-wrapper .fd-addons-btn {
  border-radius: 50px;
  box-shadow: 0px 4px 4px rgba(96, 1, 211, 0.3);
  background: #5034FC;
}

.fd-addons-pricing-area .fd-addons-pricing-item.focused .fd-addons-btn {
  background-color: var(--accent-color);
  box-shadow: 0px 4px 4px rgba(253, 100, 52, 0.3);
}

.fd-addons-pricing-area .fd-addons-pricing-item.focused .fd-addons-price-wrap {
  background-color: var(--accent-color);
}

.fd-addons-pricing-area .fd-addons-pricing-item.focused {
  box-shadow: -3px 25px 50px rgb(0 0 0 / 6%);
}

@media only screen and (max-width:768px) {
  .fd-addons-price-wrap {
    padding: 30px 30px;
  }
}



/* portfolio css  */
.fastland-portfolio-item {
  position: relative;
  overflow: hidden;
}

.fastland-portfolio-item img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  /* height: 100%; */
  margin-bottom: 0 !important;
}

a.fastland-portfolio-content.content-postion-on-image {
  position: absolute;
  bottom: 15px;
  background-color: #FD346E;
  left: 15px;
  right: 15px;
  padding: 20px 30px;
  border-radius: 8px;
  color: #161c2d;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: translatex(-10%);
  transform: translatex(-10%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

a.fastland-portfolio-content .fastland-pf-category {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.63px;
  text-transform: uppercase;
  margin-bottom: 7px;
  color: rgb(255 255 255 / 70%);
}

h3.fastland-portfolio-title {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 32px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  color: #fff;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fastland-portfolio-item:hover a.fastland-portfolio-content.content-postion-on-image {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translate(0);
  transform: translate(0);
}

ul.pf-isotope-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 60px;
}

ul.pf-isotope-nav li {
  /* Style for "All works" */
  color: #6f727b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.63px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 55px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

ul.pf-isotope-nav li.active,
ul.pf-isotope-nav li:hover {
  color: var(--accent-color);
}

.fastland-portfolio-item .fastland-portfolio-image {
  /* height: 100%; */
}

a.fastland-portfolio-content.content-postion-below-image {
  display: block;
  position: relative;
  padding: 40px 30px;
}

.fastland-pf-loadmore-btn {
  cursor: pointer;
  font-size: 13px;
  color: #030303;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid;
  letter-spacing: 1.63px;
  border: 1px solid rgba(3, 3, 3, 0.3);
}

.fastland-hover-rotate .fastland-portfolio-item:hover img {
  -webkit-transform: scale(0.8) rotate(-6deg);
  transform: scale(0.8) rotate(-6deg);
  border-radius: 20px;
  box-shadow: 0 32px 74px rgba(68, 77, 136, 0.2);
}

.fastland-hover-rotate .fastland-portfolio-item img {
  -webkit-transition: .4s;
  transition: .4s;
}

a.fastland-portfolio-content.content-postion-disabled {
  display: none;
}

/* end portfolio css */
/*  portfolio gallery css */
.fastland-portfolio-item img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
ul.pf-isotope-nav li:last-child {
  margin-right: 0;
}
/*sakib css*/




/* portfolio meta  */

ul.pf-meta {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.pf-meta li:not(:last-child) {
  margin-bottom: 15px;
}

ul.pf-meta li {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.777;
  color: var(--text-color);
  padding-left: 30px;
  position: relative;
}

ul.pf-meta li .pf-meta-label {
  font-weight: 600;
  margin-right: 10px;
}

ul.pf-meta li:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  background-color: var(--accent-color);
  border-radius: 50%;
  LEFT: 0;
  TOP: 50%;
  transform: translatey(-50%);
}



/*
  Portfolio  Slider 
---------------------------------*/

.portfolio-area {
  padding-top: 30px;
  padding-bottom: 80px;
}

@media (min-width: 768px) {
  .portfolio-area {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}

@media (min-width: 992px) {
  .portfolio-area {
    padding-top: 90px;
    padding-bottom: 130px;
  }
}



@media (min-width: 992px) {
  .fastland-pf-gallery-slider .slick-list {
    width: 150%;
  }
}

.fastland-pf-gallery-slider .fastland-portfolio-item {
  padding: 0 12px;
}

.fastland-pf-gallery-slider .fastland-portfolio-item:focus {
  outline: none;
  box-shadow: none;
}

.fastland-pf-gallery-slider-dots {
  width: 100%;
  height: 6px;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  position: relative;
}

.fastland-pf-gallery-slider-dots li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  list-style: none;
}

.fastland-pf-gallery-slider-dots li button {
  padding: 0;
  width: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  font-size: 0;
  transition: width 3s linear;
  transition-delay: 1.3s;
}

.fastland-pf-gallery-slider-dots li.slick-active {
  display: block;
  width: 100%;
}

.fastland-pf-gallery-slider-dots li.slick-active button {
  background: #5034fc;
  border-radius: 5px;
  height: 100%;
  width: 100%;
  transition: width 2s linear;
  transition-delay: 0.8s;
  opacity: 1;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
}

.fastland-pf-gallery-slider button.slick-arrow:before {
  color: #222;
  font-size: 26px;
}

.fastland-pf-gallery-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: -30px;
  color: #000;
  border: none;
  background-color: transparent;
}

.fastland-pf-gallery-slider .slick-arrow.fastland-slick-next {
  left: auto;
  right: -30px;
}

/* post navigation */
.fd-addons-addon-post-navigation .nav-links a:hover {
  color: #5034FC;
}