/*
* Fossil style for section
*
*
*/


html body .service-single-title a {
  font-size: inherit;
}
span.elementor-counter-number-suffix {
  font-weight: 400;
  font-size: 70%;
  margin-top: 8px;
}
.px-testimonial-carousel .single-testimonial::before,
.px-testimonial-carousel .single-testimonial::after {
  position: absolute;
  top: -6%;
  right: 6%;
  width: 20px;
  height: 40px;
  background: var(--bk-border-color);
  content: "";
  clip-path: polygon(
    1% 50%,
    100% 0,
    100% 0,
    100% 100%,
    100% 100%,
    20% 100%,
    0 100%
  );
  z-index: 9;
  transition: all 0.5s ease-in-out;
}
#wp-admin-bar-elementor_edit_page .elementor-edit-link-title{
  width: auto !important;
}
.px-testimonial-carousel .single-testimonial::after {
  right: 14%;
}
.fossil-client-logo .swiper-slide-image {
  max-width: 150px;
}
.swiper-slide:hover .single-testimonial::before,
.swiper-slide:hover .single-testimonial::after {
  background: var(--color-primary);
}
.review span svg {
  width: 30px;
  fill: var(--color-primary);
}

.bk-icon-top {
  display: flex;
  justify-content: flex-start;
}

.bk-icon-bottom {
  display: flex;
  justify-content: flex-end;
}

.single-testimonial-img {
  display: flex;
  align-items: center;
  margin-top: 13px;
}
.px-testimonial-carousel .single-testimonial-img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  border: 4px solid var(--color-primary);
}

.px-testimonial-carousel .single-testimonial {
  position: relative;
  cursor: pointer;
  margin-top: 60px;
  border: 1px solid var(--bk-border-color);
  border-bottom: 0px solid transparent;
}

.px-testimonial-carousel .single-testimonial-details {
  text-align: left;
  margin-left: 21px;
}

.px-testimonial-carousel .single-testimonial-details p {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
}

.px-testimonial-carousel .single-testimonial-details span {
  color: var(--black);
  font-size: 16px;
}

.px-testimonial-carousel .review {
  padding: 35px 45px;
  background: var(--white);
  position: relative;
}

.review::before {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--bk-border-color);
  z-index: -1;
  transition: all 0.5s ease-in-out;
}

.single-testimonial:hover .review::before {
  background: var(--color-primary);
}
.mgaccordion .card.mgrc-item {
  background: transparent;
  box-shadow: inherit;
}

.px-testimonial-carousel .review p {
  margin: 0;
  color: var(--black);
}

.px-testimonial-carousel .review i {
  color: gold;
  font-size: 15px;
  margin-bottom: 10px;
}
.px-testimonial-carousel .swiper {
  width: 100%;
  height: 100%;
}

.px-testimonial-carousel .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 6px 6px 41px 0px rgba(0, 0, 0, 0.05);
}
.px-testimonial-carousel .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: var(--color-primary);
  border-radius: 0;
}
.px-testimonial-carousel
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background: var(--color-primary);
}
.px-testimonial-carousel .swiper-pagination {
  position: inherit !important;
  bottom: -3px !important;
  margin-top: 30px;
}
span.no-rev {
  display: block;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: none !important;
}
/* Testimonial Section 
============== */

.testimonial-area {
  position: relative;
  z-index: 1;
  border-top: 1px solid #ddd;
}

.single-client-item {
  background: #fff;
  padding: 50px 70px 70px;
  position: relative;
  z-index: 1;
  margin-top: 50px;
  transition: .3s;
  border-bottom: 3px solid #fff;
  box-shadow: 6px 6px 41px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 767px) {
  .single-client-item {
    padding: 30px;
  }
}



.single-client-item:hover {
  border-bottom: 3px solid var(--color-primary);
}

.elementor .single-client-item img {
  width: 70px;
  min-height: 70px;
  height: auto;
  float: left;
  border-radius: 50%;
}


.single-client-item p {
  margin: 20px 0 34px;
  font-size: 17px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 25px;
}

.author-desc h5 {
  font-size: 22px;
  margin-bottom: 6px;
}

.author-desc span {
  font-size: 18px;
}

.testimonial-icon i {
  color: #fff;
  font-size: 25px;
}

.testimonial-icon svg {
  fill: #fff;
  width: 55px;
}

.testimonial-icon i,
.testimonial-icon svg {
  background: var(--color-primary);
  padding: 15px;
  position: absolute;
  top: -20px;
  z-index: 9;
}

.testimonial-area .owl-dots button.owl-dot span,
.px-testimonial-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background: #ddd;
  margin-right: 10px;
  margin-top: 20px;
  border-radius: 0;
}

.px-testimonial-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active,
.testimonial-area .owl-dots button.owl-dot.active span {
  width: 35px;
  height: 10px;
  background: var(--color-primary);
}

.testimonial-area .client-carousel .owl-dots {
  text-align: center;
  margin-top: 50px;
}
/* service Section 
============== */

/* Service Section # 01
============== */

.services-area {
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
}

.single-serv-item {
  background: #fff;
  text-align: left;
  position: relative;
  z-index: 1;
  transition: .5s;
  border-radius: 5px;
  margin-top: 50px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 15px 30px rgb(0 0 0 / 10%);
}

.serv-content {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 20px 50px 5px;
}

.serv-content h5 {
  font-family: 'Outfit', sans-serif;
  font-size: 24px;
  font-weight: 500;
  margin: 10px 0 20px;
  color: #1d2143;
}

.serv-icon {
  padding: 40px 50px 30px;
}

.serv-icon i:before {
  font-size: 50px;
}

.single-serv-item a {
  text-transform: uppercase;
  font-family: 'Outfit', sans-serif;
  font-size: 17px;
  font-weight: 500;
  padding: 25px 50px;
}

.single-serv-item a:hover {
  color: var(--color-primary);
  opacity: .8;
}

.single-serv-item.active {
  background: #020c1f;
}

.single-serv-item.active h5 {
  color: #fff;
}

.single-serv-item.active .serv-icon i:before {
  color: var(--color-primary);
}

.single-serv-item.active .serv-content {
  border-color: #1d2143;
}

.single-serv-item:hover .serv-icon i:before {
  color: var(--color-primary);
}

/* Xtra Service Section
============== */

.xtra-serve-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 2s ease-out;
}

.xtra-serve-area:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #092238;
  opacity: .5;
}

.freight-icon {
  position: absolute;
  top: 50px;
  left: 35px;
}

.freight-icon i:before {
  font-size: 45px;
  color: #fff;
}

.xtra-serve-area h5 {
  font-size: 20px;
  letter-spacing: 1px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 25px;
  z-index: 2;
}

.xtra-serve-area h5:after {
  position: absolute;
  content: " ";
  width: 80px;
  height: 3px;
  background: #fff;
  bottom: -15px;
  left: 0;
  z-index: -1;
}

.xtra-serve-area .read-more {
  position: absolute;
  bottom: 25px;
  left: 25px;
  color: var(--color-primary);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  z-index: 2;
}

.xtra-serve-area .read-more:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  background: #fff;
  top: 50%;
  left: 0;
  margin-left: -5px;
  opacity: 0;
  visibility: hidden;
}

.xtra-serve-area:hover .read-more {
  padding-left: 15px;
}

.xtra-serve-area:hover .read-more:before {
  opacity: 1;
  visibility: visible;
}

.xtra-serve-area img {
  transition: transform ease 0.3s;
}

.xtra-serve-area:hover img {
  transform: scale(1.3);
  transition: all 2s ease-out;
}
/* Service Section # 02  
==================== */

.single-service-bg {
  background-image: url(../img/service/1.jpg);
  height: 325px;
}

.service-bg-2 {
  background-image: url(../img/service/2.jpg);
}

.service-bg-3 {
  background-image: url(../img/service/3.jpg);
}

.service-bg-4 {
  background-image: url(../img/service/4.jpg);
}

.fossil-service-style2 .single-service-area {
  padding: 40px;
  box-shadow: none;
  margin-top: 0;
  height: 325px;
  text-align: center;
  background: #fff;
  transition: .3s;
}

.single-service-area h5 {
  margin: 25px 0;
  font-size: 24px;
  font-weight: 500;
}

.fossil-service-style2 .logistic-icon i:before {
  color: #002C42;
}

.fossil-service-style2 .single-service-area a.read-more {
  margin: 12px 0 0;
  text-transform: uppercase;
  font-weight: 500;
}

.fossil-service-style2 .single-service-area:hover {
  background: var(--color-primary);
}

.fossil-service-style2 .single-service-area:hover .service-icon i:before {
  color: #fff;
}

.fossil-service-style2 .single-service-area:hover h5 {
  color: #fff;
}

.fossil-service-style2 .single-service-area:hover p {
  color: #fff;
}

.fossil-service-style2 .single-service-area:hover .read-more {
  color: #fff;
}

.service-icon i:before {
  font-size: 50px;
}

/* Service # 03 */

.service-area {
  position: relative;
}

.service-area.pt-200 {
  padding-top: 200px;
}

@media (max-width: 767px) {
  .service-area.pt-200 {
    padding-top: 150px;
  }
}

.service-item-wrap {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .service-item-wrap {
    margin-top: 70px;
  }
}

.service-single {
  background: #fff;
  box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.11);
  padding: 40px;
  position: relative;
  border-radius: 12px;
}
.service-single.service-single-grid {
  padding: 0;
}
.service-single.service-single-grid .service-content {
  padding: 20px 40px 30px;
}

.service-single.service-single-grid:after {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-single {
    padding: 30px;
  }
}

.service-icon i:before {
  color: var(--color-primary);
}

.service-single .service-icon {
  position: absolute;
  top: -15px;
  left: 30px;
  z-index: 2;
  transform: perspective(1px) translateZ(0);
}

.service-single:hover .service-icon {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.service-content h4 {
  font-size: 24px;
  font-weight: 500;
  margin: 40px 0;
}

.service-content ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
  padding-left: 35px;
}

.service-content .main-btn {
  margin-top: 20px;
}

ul.service-list {
  margin-top: 30px;
}

ul.service-list li {
  position: relative;
  padding-left: 35px;
}

ul.service-list li i {
  font-weight: 600;
  background: var(--color-primary);
  color: #fff;
  border-radius: 50%;
  padding: 4px;
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.service-single:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 90%;
  height: 4px;
  background: var(--color-primary);
  transition: 0.3s ease-in-out;
  border-radius: 0 0 12px 0;
}

.service-single:hover::after {
  height: 10px;
}

.service-item-wrap .owl-dots button.owl-dot span {
  width: 35px;
  height: 3px;
  background: #6b7475;
  margin-right: 10px;
  margin-top: 20px;
}

.service-item-wrap .owl-dots button.owl-dot.active span {
  width: 35px;
  height: 6px;
  background: var(--color-primary);
}

.service-item-wrap .owl-dots {
  text-align: right;
  margin-top: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-item-wrap .owl-dots {
    text-align: center;
    margin-bottom: 25px;
  }
}

.service-item-wrap .owl-stage-outer {
  overflow: initial;
}

.owl-item {
  opacity: 0;
}

.owl-item.active {
  opacity: 1;
}

.more-services {
  margin-top: 30px;
}

.more-services p a {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #253745;
  transition: 0.3s ease-in-out;
  text-transform: capitalize;
  padding-bottom: 6px;
}

.more-services p a::before {
  content: "";
  transition: 0.3s ease-in-out;
  position: absolute;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: var(--color-primary);
}

.service-area.fossil-service-style2 {
  padding-top: 100px;
}

@media (max-width: 767px) {
  .service-area.fossil-service-style2 {
    padding-top: 50px;
  }
}

.fossil-service-style2 .service-single .service-icon {
  position: static;
  left: 0;
  top: 0;
}

.fossil-service-style2 .service-single {
  padding: 60px;
  margin-top: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .fossil-service-style2 .service-single {
    padding: 50px;
  }
}

@media (max-width: 767px) {
  .fossil-service-style2 .service-single {
    padding: 50px 40px;
  }
}

.fossil-service-style3 .service-single {
  padding: 0;
}

.fossil-service-style3 .service-content {
  padding: 20px 40px 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fossil-service-style3 .service-content {
    padding: 20px 25px 30px;
  }
}

@media (max-width: 767px) {
  .fossil-service-style3 .service-content {
    padding: 20px 25px 30px;
  }
}

.fossil-service-style3 .service-single:after {
  display: none;
}

.fossil-service-style3.fossil-service-carousel .service-thumb img {
  border-radius: 12px 12px 0 0;
  width: 100%;
}

.services_icon {
  height: 90px;
  width: 90px;
  background-color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -20px;
  right: 20px;
  z-index: 2;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-single:hover .services_icon {
  bottom: 0;
}

.services_icon i:before {
  position: relative;
  display: inline-block;
  font-size: 45px;
  color: #fff;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  line-height: 1;
}

.service-single:hover .services_icon i:before {
  transform: rotateY(360deg);
}

.service-img-wrap {
  position: relative;
}

.service-thumb {
  display: block;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}

.service-thumb img {
  width: 100%;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

.service-single:hover .service-thumb img {
  transform: scale(1.1) rotate(2deg);
  border-radius: 7px;
}
.fossil-service-carousel {
  position: relative;
  overflow: hidden;
  /* Prevent overflow of images */
}

.fossil-service-carousel .swiper-wrapper {
  display: flex;
}

.fossil-service-carousel .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  display: block;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 15px;
}
.swiper-button-prev i,
.swiper-button-next i {
  font-size: 15px;
}
.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  justify-content: flex-end;
  display: flex;
  padding: 1px 10px;
  align-items: flex-end;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}
.fossil-service-carousel .swiper-slide .service-single:after{
  content: "";
  position: inherit;
}

.fossil-service-carousel .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.fossil-service-carousel .swiper-button-next,
.fossil-service-carousel .swiper-button-prev {
  color: #000;
  z-index: 10;
}

.px-testimonial-carousel .swiper-pagination,
.fossil-service-carousel .swiper-pagination {
  position: absolute;
  bottom: 10px;
  text-align: center;
  width: 100%;
  z-index: 10;
}

/*Promo Area */

.promo-area {
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-top: -150px;
}


.promo-area .single-counter-box p.counter-number {
  font-size: 40px;
  padding-top: 10px;
  margin-top: 40px;
}


.promo-area .single-counter-box h6 {
  color: #333;
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 25px;
  font-family: 'Teko';
  letter-spacing: 2px;
  margin-top: 25px;
}

.promo-area .single-counter-box .counter-number span {
  font-size: 50px;
  font-weight: 500;
  color: var(--color-primary);
  font-family: 'Teko';
  letter-spacing: 2px;
  background: #ddd;
  padding: 30px;
}

.promo-area .single-counter-box {
  text-align: center;
  background: #FFF;
  width: 220px;
  height: auto;
  box-shadow: 0px 15px 30px rgb(0 0 0 / 10%);
}

.promo-area p.qty {
  margin-top: -10px;
}


/* About Seciton # 01 
============== */

.info-content-area .section-title h2 {
  position: relative;
}

.info-content-area p.highlight {
  position: relative;
  margin: 20px 0;
  padding-left: 35px;
}

p.highlight i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  color: var(--color-primary);
}

/* .info-content-area p.highlight:before {
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	top: 5px;
	left: 0;
	background: var(--color-primary);
} */

.info-content-area .main-btn {
  background: transparent;
  color: var(--color-primary);
  border: 2px solid;
  margin: 40px 0;
}

.info-content-area .main-btn:hover {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}

.founded {
  border-top: 4px solid #eee;
  border-bottom: 4px solid #eee;
  padding: 4px;
}

.years {
  font-family: 'Teko', sans-serif;
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 1px;
}

.years span {
  font-family: 'Teko', sans-serif;
  font-size: 140px;
  font-weight: 600;
  line-height: 120px;
  background-color: var(--color-primary);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  padding-right: 20px;
}

.about-area .text {
  font-family: 'Teko';
  font-size: 27px;
  font-weight: 300;
  line-height: 34px;
  letter-spacing: 1px;
  color: var(--color-primary);
  border-left: 5px solid #eee;
  padding-left: 35px;
  margin-top: 25px;
}

.info-img {
  position: relative;
  z-index: 1;
}

.info-img img {
  border-radius: 8px;
}

.experience-wrap {
  width: 200px;
  height: 200px;
  background: var(--color-primary);
  color: #fff;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 8px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .experience-wrap {
    left: 0;
  }
}

@media (max-width: 767px) {
  .experience-wrap {
    right: 0;
  }
}

.experience-wrap span {
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
}

.experience-wrap p {
  font-size: 18px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
}




/*Achievement Section
==============*/

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .skill-area .skill-bg {
    display: none;
  }
    .mgs-navonhover .swiper-button-prev,
    .mgs-navonhover .swiper-button-next{
      display: none;
    }
}

@media (max-width: 767px) {
  .skill-area .skill-bg {
    display: none;
  }
}
.skill-area .skill-bg {
  width: 50%;
  height: auto;
  position: relative;
  background-size: cover;
}
.skill-area .skill-content {
  width: 50%;
  padding: 80px 100px 50px;
  padding-bottom: 60px;
  background: #061129;
}

.skill-area .skill-content p {
  font-size: 16px;
  color: #c5c2c2;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .skill-content {
    width: 100%;
    padding: 80px;
  }
}

@media (max-width: 767px) {
  .skill-content {
    width: 100%;
    padding: 50px;
  }
}

.skill-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.skill-area .section-title {
  margin-bottom: 30px;
}

.skill-area .section-title h2 {
  color: #fff;
}

.skill-area .single-counter-box {
  border-bottom: 1px solid #15213a;
  border-right: 1px solid #15213a;
  padding-bottom: 20px;
  border-left: 1px solid #15213a;
  border-top: 1px solid #15213a;
  padding: 30px;
  text-align: center;
}

.single-counter-box.one {
  border-top: none;
  border-left: none;
}

.single-counter-box.two {
  border-top: none;
  border-right: none;
  border-left: none;
}

.single-counter-box.three {
  border-top: none;
  border-left: none;
  border-bottom: none;
  padding-top: 25px;
}

.single-counter-box.four {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: none;
  padding-top: 25px;
}

.skill-area .fact-icon i:before {
  font-size: 45px;
  line-height: 40px;
  margin: 10px 0;
  color: #C89D66;
}

.skill-area .single-counter-box .counter-number span {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  margin: 25px 0 5px;
}

.single-counter-box p.counter-number {
  font-size: 40px;
  color: #fff;
}

.single-counter-box h6 {
  color: #fff;
  font-weight: 500;
}

/*Pop up Video */

.pop-up-video a.video-play-btn {
  font-size: 20px;
  color: #fff;
  border: 2px solid var(--color-primary);
  border-radius: 50%;
  padding: 15px;
  width: 70px;
  height: 70px;
  line-height: 38px;
  text-align: center;
  position: absolute;
  top: 55%;
  left: 50%;
  margin-left: -35px;
  margin-top: -35px;
  background: var(--color-primary);
  cursor: pointer;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pop-up-video a.video-play-btn svg{
  fill: white;
}

@-webkit-keyframes btnIconRipple {
  0% {
    border-width: 4px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  80% {
    border-width: 1px;
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
  }

  100% {
    opacity: 0;
  }
}

.pop-up-video a::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 2px solid #6FC050;
  -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
  animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

/* FAQ Section 
============== */

.faq-bg {
  height: 700px;
}

.styled-faq {
  margin-top: 40px;
}

.styled-faq .panel-group .panel {
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  margin-bottom: 30px;
  border: 1px solid #f6f6f6;
}

.styled-faq .panel-default>.panel-heading {
  background: none;
  padding: 0;
  border: none;
}

.styled-faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top: none;
  padding: 10px;
  line-height: 1.5;
  color: #555;
}

.styled-faq .panel .panel-heading h6 {
  font-weight: 500;
}

.styled-faq .panel .panel-heading h6 a {
  display: block;
  text-decoration: none;
  padding: 12px;
  background: #f6f6f6;
  color: #444;
}

@media (max-width: 575px) {
  .styled-faq .panel .panel-heading h6 a {
    font-size: 14px;
  }
}

.styled-faq .panel .panel-heading h6 a i.fa {
  float: right;
  font-size: 150%;
  line-height: 15px;
  display: none;
  color: #ddd;
}

.styled-faq .panel .panel-heading h6 a[aria-expanded=true] i.fa.fa-angle-up {
  display: block;
  color: var(--color-primary);
}

facility .styled-faq .panel .panel-heading h6 a[aria-expanded=false] i.fa.fa-angle-down {
  display: block;
  color: var(--color-primary);
}


/* Facility Section
============== */

.facility-area {
  background-size: cover;
  position: relative;
  z-index: 1;
}

.facility-area h2 {
  color: #fff;
}

.single-facility-area {
  text-align: center;
  margin-top: 50px;
  overflow: hidden;
}

.single-facility-area h5 {
  font-size: 14px;
  color: #fff;
  margin: 25px 0 10px;
  letter-spacing: 1px;
}

.single-facility-area h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin: 20px 0;
}

.facility-icon {
  position: relative;
}

.facility-icon img,
.mg-infobox img {
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.single-facility-area:hover img,
.mg-infobox:hover img {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

#about-page.facility-area .section-title h2 {
  color: #fff;
}

#about-page.facility-area .single-facility-area h4 {
  color: #fff;
}

#about-page.facility-area .single-facility-area p {
  color: #cecece;
}
/*About Section # 02*/

.about-bg-wrapper {
  height: 100%;
}

.about-content-wrapper {
  padding: 80px;
  padding-top: 50px;
  background: #fff;
  margin-top: -40px;
  position: relative;
  z-index: 9;
  border-top: 10px solid var(--color-primary);
}

.about-bg-wrapper {
  height: 100%;
  border: 10px solid #fff;
  border-right: 0;
}

.about-bg-innner {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.key-feature {
  margin-top: 20px;
}

.key-feature h4 {
  font-family: 'Teko', sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 25px 0 15px;
}



/* Achievement Section # 02
============== */

.achievement-area {
  height: 350px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.achievement-area.home2 {
  background-color: #020E28;
}

.fact-icon i:before {
  font-size: 50px;
  line-height: 35px;
  color: #FF5316;
  margin: 25px 0;
  display: inline-block;
}

.single-counter-box {
  text-align: center;
}

.single-counter-box .counter-number span {
  font-size: 55px;
  font-weight: 700;
  color: #fff;
  margin: 30px 0 0;
}

.single-counter-box p.counter-number {
  font-size: 40px;
  color: #fff;
}

.single-counter-box h6 {
  color: var(--color-primary);
  font-size: 18px;
  font-weight: 500;
}


/*Choose Us Section
============== */


.chooseus-area {
  border-top: 1px solid #eee;
}

.chooseus-area .section-heading:after {
  margin: 0;
}

.single-feature-item .num {
  font-size: 24px;
  line-height: 27px;
  background: var(--color-primary);
  padding: 10px;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  float: left;
  border-radius: 50%;
}

.feature-image img {
  width: 100%;
  box-shadow: 0 5px 25px 0 rgba(27, 20, 100, 0.15);
}

.feature-image {
  position: relative;
  z-index: 1;
}

.feature-image:before {
  position: absolute;
  content: " ";
  top: -50px;
  right: -50px;
  width: 100%;
  height: 100%;
  background: var(--color-primary);
  z-index: -1;
}

.feature-content h5 {
  font-size: 20px;
  margin: 0;
}

.feature-content {
  padding-left: 70px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.feature-content p {
  font-size: 16px;
  line-height: 26px;
  margin: 10px 0;
}

/* Quotation Section 
====================
*/

.quotation-section {
  position: relative;
  z-index: 1;
}

.quotation-form {
  padding: 80px 115px;
  background-color: #FFF;
}

.quotation-form span {
  color: #F8A555;
  width: 100%;
}

.quotation-form .form-control {
  box-shadow: none;
  font-size: 16px;
  color: #777;
  height: 50px;
}

.quotation-form .form-control:focus {
  box-shadow: none;
}

.quotation-form select.form-control:not([size]):not([multiple]) {
  height: 50px;
  padding: 8px 10px;
}

.quotation-form .form-group label:after {
  content: "*";
  padding-left: 5px;
  color: #F8A555;
}

.request-button .btn-primary {
  margin-top: 30px;
  padding: 13px 60px;
  width: 100%;
}

.request-button .btn-primary:hover {
  color: #FFF;
  background: #050D3C;
}

.request-button i {
  margin-left: 8px;
}

.request-button button:hover {
  background: #092A45;
  color: #fff;
}

.quotation-dtl {
  background-color: var(--color-primary);
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.quotation-dtl p {
  color: #FFF;
  font-size: 20px;
  padding: 15px 150px;
  margin: 0;
  text-align: center;
}

.quotation-dtl p i {
  color: #fff;
  padding-right: 15px;
  font-size: 25px;
}

.quotation-dtl [class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-size: 28px;
  vertical-align: middle;
}

.quotation-dtl a:hover {
  color: var(--color-primary);
}

.form-group label {
  margin-bottom: 10px;
}

/*Pricing Section 
=================
*/

.single-price-item {
  padding: 60px 45px 60px;
  background: #fff;
  margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-price-item {
    padding: 60px 30px 60px;
  }
}

@media (max-width: 767px) {
  .single-price-item {
    padding: 60px 30px 60px;
  }
}

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

.price-amount {
  position: relative;
  line-height: 1;
}

.price-amount span.currency {
  font-size: 30px;
  position: relative;
  top: -25px;
}

.price-amount span.value {
  font-size: 50px;
}

.price-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.price-feature {
  margin-top: 30px;
}

.price-feature ul li {
  display: block;
  margin-bottom: 20px;
  font-size: 17px;
}

.price-feature ul li i {
  margin-right: 15px;
}

.price-btn {
  margin-top: 50px;
}



/*=============================HOME # 03 ==================================*/


/* About Section # 03  
============== */

.single-bar-item h4 {
  font-size: 17px;
  margin-bottom: 10px;
}

.progress-bar-area {
  margin-top: 20px;
}

.barfiller .fill {
  background: var(--color-primary) !important;
}

#about-3 .choose-certify {
  text-align: center;
  margin-top: 30px;
}

#about-3 .choose-certify i {
  position: relative;
}

#about-3 .choose-certify i {
  font-size: 45px;
  color: var(--color-primary);
}

#about-3 .choose-certify h5 {
  font-size: 20px;
  font-weight: 500;
  margin: 20px 0;
  color: #002c42;
}

#about-3 .choose-certify p {
  padding-left: 0;
}

.about-img-wrap {
  position: relative;
  z-index: 1;
  padding-left: 40px;
}

.about-img-wrap img {
  border-radius: 8px;
}

.about-bg img {
  border-radius: 8px;
}

.experience-wrap {
  width: 210px;
  height: 230px;
  background: var(--color-primary);
  color: #fff;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  right: 16px;
  bottom: 0;
  gap: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .experience-wrap {
    left: 0;
  }
}

@media (max-width: 767px) {
  .experience-wrap {
    right: 0;
    width: 180px;
    height: 200px;
  }
}

.experience-wrap span {
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
}

@media (max-width: 767px) {
  .experience-wrap span {
    font-size: 40px;
    line-height: 1;
  }
}

.experience-wrap p {
  font-size: 18px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
}

/* Feature Section
============== */

.feature-area .single-feature-item {
  margin-top: -100px;
  transform: translateY(0);
  transition: .5s;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.10);
  border-radius: 5px;
}

.feature-area .single-feature-item:hover {
  transform: translateY(-20px);
}

.feat-icon i:before {
  font-size: 60px;
  color: var(--color-primary);
}

.feat-icon {
  background: #fff;
  padding: 80px 30px 50px;
  height: 100%;
  border-radius: 5px 0 0 5px;
}

.feat-content {
  background: #fff;
  padding: 30px 25px;
  border-left: 1px solid #eee;
  border-radius: 0px 5px 5px 0;
}

.feat-content p {
  margin: 15px 0;
}

.feat-content a {
  font-size: 20px;
  color: #87C03D;
}

.feature-area {
  background: #f6f6f6;
  position: relative;
  z-index: 9;
}

.feature-img img {
  border-radius: 8px;
}


/* CTA Section
============== */

#cta-2.cta-area {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

#cta-2.cta-area h2 {
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  font-weight: 600;
}

#cta-2.cta-area h6 {
  color: var(--color-primary);
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 10px;
}

#cta-2.cta-area p {
  color: #cacaca;
  margin: 12px 0;
}

.cta-area .contact-info {
  margin-top: 30px;
}

#cta-2.cta-area .contact-info i {
  font-size: 50px;
  float: left;
  padding-right: 10px;
}

#cta-2 .contact-info h5 {
  font-size: 22px;
  color: #fff;
}

#cta-2 .contact-info p {
  margin: 4px 0;
}

/* Choose Us Section # 02
====================== 
*/

.choose-us-area {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 500px;
  position: relative;
  z-index: 1;
}

.choose-us-area .section-title h2 {
  color: #fff;
}

.choose-us-wrapper {
  background: #fff;
  margin-top: 50px;
  position: relative;
}

.choose-us-inner {
  text-align: center;
  padding: 50px 30px;
  border-right: 1px solid #eee;
}

.choose-us-inner h5 {
  margin: 40px 0 20px;
}

.choose-us-inner:nth-last-child(4) {
  border-right: none;
}

.choose-us-icon {
  position: relative;
  z-index: 1;
}

.choose-us-icon:after {
  position: absolute;
  content: "";
  top: 0;
  left: 50px;
  width: 80px;
  height: 80px;
  background: #f6f6f6;
  border-radius: 50%;
  z-index: -1;
  transition: .3s;
}

.choose-us-inner:hover .choose-us-icon:after {
  width: 100px;
  height: 100px;
  top: -18px;
  left: 65px;
  background: var(--color-primary);
  opacity: .2;
}
/* Team Section 
============== */

.team-member-bg {
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 300px;
}


.single-team-member {
  position: relative;
  margin-top: 25px;
  margin-bottom: 100px;
}

.single-team-member .team-content {
  position: absolute;
  bottom: -75px;
  background: #fff;
  text-align: center;
  width: 100%;
  padding: 15px;
}

.team-content .team-title {
  font-weight: 500;
}

.team-content .team-title a {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #1d2143;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  margin: 16px 0 0px;
}

.team-content .team-subtitle {
  font-size: 14px;
  color: #7c7c7c;
  margin-bottom: 10px;
}

.team-content .team-subtitle p {
  margin: 0;
  color: #333E38;
}

.team-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.team-social ul li {
  display: inline-block;
}

.team-social ul li a {
  font-size: 18px;
  padding: 10px;
  transition: all .3s ease-out;
}

.team-social {
  position: absolute;
  top: 0;
  left: -35px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-2px);
  transition: all .4s;
}

.team-social ul li {
  display: block;
}

.team-social i {
  color: var(--color-primary);
}

.single-team-member:hover .team-social {
  visibility: visible;
  opacity: 1;
  left: 0;
  transform: translateY(0);
}



/* Contact Section 
==================== 
*/

.contact-section {
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}

.contact-content {
  margin-top: 50px;
}

.contact-section h2 {
  color: #fff;
}

.contact-section p {
  color: #c5bfbf;
}

.contact-section .contact-info i {
  font-size: 30px;
  margin-left: 0;
  background: var(--color-primary);
  color: #fff;
  padding: 10px;
  border-radius: 0;
  float: left;
}

.contact-inner {
  margin-bottom: 30px;
}

.contact-inner h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding-left: 100px;
}

.contact-inner p {
  padding-left: 100px;
}

.contact-section button.main-btn {
  border: none;
}

.contact-section button.main-btn:hover {
  background: #25283a;
  color: #fff;
}

.contact-form {
  margin-top: 80px;
}