/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Roboto", sans-serif !important;
  color: #444444;
}

a {
  color: #F79009;
  text-decoration: none;
}

a:hover {
  color: #3b8af2;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif !important;
}
::-webkit-scrollbar {
  width: 0;
}
::-webkit-scrollbar-horizontal {
  height: 0;
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 50vh;
  background: url("../img/heroReport-bg.png") top left;
  background-size: cover;
  position: relative;
}

#hero:before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  position: relative;
}

#hero h1 {
  margin: 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
  font-family: "Roboto", sans-serif;
}

#hero h1 span {
  color: #F79009;
}

#hero h2 {
  color: #555555;
  margin: 5px 0 40px 0;
  font-size: 24px;
  font-weight: 400;
}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
}

#hero .btn-get-started:hover {
  background: #247cf0;
}

#hero.btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #222222;
  font-weight: 600;
  display: flex;
  align-items: center;
}

#hero .btn-watch-video i {
  color: #106eea;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

#hero .btn-watch-video:hover {
  color: #106eea;
}

#hero .btn-watch-video:hover i {
  color: #3b8af2;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 40vh;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .btn-get-started,
  #hero .btn-watch-video {
    font-size: 13px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 80vh;
  }
}

/*--------------------------------------------------------------
# About General
--------------------------------------------------------------*/
.about {
  padding: 70px 0;
}

.about .content h3 {
  font-weight: 600;
  font-size: 32px;
  color: #2c4964;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 8px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #16b364;
}

.section-bg {
  background-color: #F79009;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #e7f1fd;
  color: #106eea;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}

.section-title h3 span {
  color: #F79009;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
#featured-services {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 100px 0 100px 0;
}

#featured-services::before {
  content: "";
  position: absolute;
  right: -100%;
  top: 20%;
  width: 250%;
  height: 200%;
  z-index: -1;
  background-color: #F2F4F7;
  transform: skewY(135deg);
}
/* #featured-services .hero-img {
  transition: all 0.4s ease-in-out;
}

#featured-services .hero-img:hover {
  transform: scale(1.15);
} */

#featured-services h2 {
  margin: 0 0 10px 0;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #F79009;
}

#featured-services h6 {
  color: #475467;
  line-height: 25px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
}

#featured-services .download-btn {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
  padding: 8px 24px 10px 24px;
  border-radius: 3px;
  transition: 0.5s;
  color: #fff;
  background: #F79009;
  position: relative;
}

#featured-services .download-btn:hover {
  background: #F79009;
  opacity: 0.8;
}

#featured-services .download-btn i {
  font-size: 20px;
  position: absolute;
  left: 18px;
  top: 8.5px;
}

#featured-services .download-btn + .download-btn {
  margin-left: 20px;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
/* .gallery {
  overflow: hidden;
}





.gallery .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #5777ba;
}

.gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5777ba;
}

.gallery .swiper-slide-active {
  text-align: center;
} */

/* @media (min-width: 992px) {
  .gallery .swiper-wrapper {
    padding: 40px 0;
  }

  .gallery .swiper-slide-active {
    border: 6px solid #5777ba;
    padding: 4px;
    background: #fff;
    z-index: 1;
    transform: scale(1.2);
    margin-top: 10px;
    border-radius: 25px;
  }
} */
.counts {
  padding: 60px 0 60px;
}
.counts h2 {
  text-align: center;
  color: #F79009;
  font-family: "Roboto";
  margin-bottom: 45px;
  font-weight: 700;
}
.gallery-slider {
  padding: 5px;
}
.gallery-slider .swiper-slide {
  transition: 0.3s;
}

.gallery-slider .swiper-slide .count-box {
  height: 180px;
  padding: 65px 25px 15px 25px;
  position: relative;
  text-align: center;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.02),
    0px 3px 4px 0px rgba(0, 0, 0, 0.1), 0px 3px 3px -2px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1440px) {
  .gallery-slider .swiper-slide .count-box {
    height: 250px;
  }
}
.gallery-slider .swiper-slide .count-box i {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #16b364;
  color: #fff;
  width: 65px;
  height: 65px;
  line-height: 0;
  border-radius: 50px;
  border: 5px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.gallery-slider .swiper-slide .count-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1);
}

.gallery-slider .swiper-slide .count-box span {
  font-size: 20px;
  display: block;
  font-weight: 600;
  color: #344054;
}

.gallery-slider .swiper-slide .count-box p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #344054;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 10px 0;
  text-align: center;
}
.clients .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 0px;
  color: #F79009;
  background: #fff;
  border: 2px solid #fff;
}

.clients .btn-get-started:hover {
  color: #fff;
  background: #F79009;
}
.clients .section-title {
  color: #fff;
  margin: 80px 0 10px 0;
}
.clients .section-title h1 {
  font-weight: 600;
  font-size: 32px;
  line-height: 56px;
}
.clients .section-title h6 {
  line-height: 25px;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
}

.clients img {
  max-width: 45%;

  display: inline-block;
  padding: 15px 0;
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}
/*------------------------------------------------------------------
#details
--------------------------------------------------------------------*/

#details {
  padding: 70px 0 100px;
}
.details .content + .content {
  margin-top: 100px;
}

.details .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #47536e;
}

#details .download-btn {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
  padding: 8px 24px 10px 24px;
  border-radius: 3px;
  transition: 0.5s;
  color: #fff;
  background: #F79009;
  position: relative;
}

#details .download-btn:hover {
  background: #F79009;
  opacity: 0.8;
}

.details .content ul {
  list-style: none;
  padding: 0;
}

.details .content ul li {
  padding-bottom: 10px;
}

.details .content ul i {
  font-size: 24px;
  padding-right: 2px;
  color: #5777ba;
  line-height: 0;
}

.details .content p:last-child {
  margin-bottom: 0;
}
/* @media (max-width: 768px) {
  .details img {
    max-width: 40%;
  }
} */
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 60px 0;
  background: url("../img/testimonial-report-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 50px;
  padding: 5px;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #F79009;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/


/* # FAQ */

.faq .accordion-list {
  padding: 0 100px;
}

.faq .accordion-list ul {
  padding: 0;
  list-style: none;
}

.faq .accordion-list li + li {
  margin-top: 15px;
}

.faq .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}
.faq .accordion-list a:hover {
	color: #2C4964;
}

.faq .accordion-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #b1c0df;
}

.faq .accordion-list .icon-show,
.faq .accordion-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .accordion-list .icon-show {
  display: none;
}

.faq .accordion-list a.collapsed {
  color: #343a40;
}

.faq .accordion-list a.collapsed:hover {
  color: #fcd75e;
}

.faq .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .accordion-list {
    padding: 0;
  }
}

.section-bg-faq {
  background-color: #f2f4f7;
  padding: 2rem 0;
}

.section-title-faq h2 p {
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 32px;
  color: #2c4964;
  padding: 8px 20px;
  display: inline-block; 
}

.section-title-faq {
	text-align: center !important;
	margin: 0 auto;
}

.counts {
  padding: 100px 0;
}
.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #FFFFFF;
  border-radius: 10px;
  margin: 20px 10px 40px 10px;
  height: 150px;
  box-shadow: 0 10px 29px 0 rgba(105, 105, 105, 0.1);
  transition: all 0.3s ease-in-out;
}
.counts .count-box:hover {
  transform: translateY(-5px);
}
.counts .count-box i {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  border: 5px solid #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.02),
    0px 3px 4px 0px rgba(0, 0, 0, 0.1), 0px 3px 3px -2px rgba(0, 0, 0, 0.15);
}
.counts .count-box span {
  font-size: 18px;
  display: block;
  font-weight: 600;
  color: #062B5B;
  margin-top: 5px;
}
.counts .count-box p {
  color: black;
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
.counts h2 {
  text-align: center;
  color: #F79009;
  font-family: "Roboto";
  margin-bottom: 50px;
  font-weight: 700;
}

.countLink {
	text-decoration: none;
    color: black;
}