@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap");
body {
  position: relative;
}

.scroll-top {
  position: fixed;
  bottom: 2%;
  right: 2%;
  border: 0;
  background-color: #fe964d;
  padding: 15px 20px;
  cursor: pointer;
  z-index: 99999;
  border-radius: 100%;
}
.scroll-top .fa {
  font-size: 20px;
  color: #fff;
}

.active {
  background: #fff !important;
  box-shadow: 0 0 36px 0 rgba(22, 25, 28, 0.17);
  top: 0 !important;
  width: 100% !important;
  left: 0 !important;
  border-radius: 0 !important;
  transition: 0.5s all ease;
}
.active p {
  color: #fff;
}

.header {
  width: 90%;
  font-family: "Poppins", sans-serif;
  position: fixed;
  left: 4.5%;
  top: 5%;
  border-radius: 10px;
  background-color: #fff;
  z-index: 10000000;
  transition: 0.5s all ease;
}
.header .header-preview {
  background-color: transparent;
}
.header .header-img {
  height: 65px;
}
.header .header-element {
  color: #121518;
  font-size: 12px;
  justify-content: center;
  padding: 16px;
  align-items: center;
}
.header .navbar .nav-link {
  padding: 8px 15px !important;
  color: #000;
}
.header .navbar .nav-item {
  font-size: 15px;
  letter-spacing: -0.2px;
  font-weight: 500;
}
.header .navbar .nav-item .active {
  color: #F35A38;
  background: none !important;
  box-shadow: none !important;
}
.header .navbar .navbar-toggler-icon {
  background: none;
}
.header .navbar .navbar-toggler-icon::before {
  font-size: 32px;
}
.header .navbar .nav-item:hover .nav-link {
  color: #fe964d;
}
.header .navbar .btn-danger {
  border-radius: 4px;
  font-size: 14px;
  padding: 8px 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .header .navbar-toggler-icon {
    color: #fe964d;
  }
}
@media screen and (max-width: 320px) {
  .header {
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 0;
  }
}

/*Banner Start*/
.banner {
  padding: 11em 0 10em;
  position: relative;
  background-image: url(../images/banner-img.jpg);
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.banner .section-overlay {
  background: #141414;
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
  z-index: 9999;
}
.banner .shape {
  position: absolute !important;
  border-radius: 50%;
  background-color: rgb(254, 144, 67);
  width: 538px !important;
  height: 538px;
  top: -300px;
  z-index: 9999999;
  left: -358px;
}
.banner span {
  font-size: 16px;
  line-height: 21px;
  color: #1C2539;
  font-weight: 400;
}
.banner .container {
  position: relative;
  z-index: 9999999;
}
.banner .container h6 {
  font-weight: 700;
  text-transform: uppercase;
  color: #fe964d;
  margin-bottom: 10px;
}
.banner .container h1 {
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
  color: #fff;
  margin-bottom: 40px;
}
.banner .container p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 30px;
}
.banner .container a.btn {
  border-radius: 4px;
  line-height: 21px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 14px 30px;
  font: 500 16px "Poppins", sans-serif;
  text-transform: capitalize;
  background-color: #fe964d !important;
  transition: 0.5s all ease;
  border: 0;
}
.banner .container a.btn:hover {
  background-color: #1d242e !important;
}

@media (max-width: 768px) {
  .banner {
    padding: 7em 0;
  }
  .banner .shape {
    top: -380px;
  }
}
@media screen and (max-width: 750px) {
  .banner .container h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 568px) {
  .banner {
    padding: 6em 0;
  }
  .banner .container h1 {
    font-size: 35px;
    line-height: 60px;
  }
  .banner .shape1 {
    z-index: -1;
  }
}
@media screen and (max-width: 568px) and (max-width: 320px) {
  .banner .container h1 {
    font-size: 26px;
    line-height: 40px;
  }
}
/*Banner End*/
/*Service-block Start*/
.service-block {
  margin-top: -140px;
  position: relative;
  z-index: 9999;
  padding-bottom: 60px;
}
.service-block .service-block-content {
  border-radius: 10px;
  background-color: #303539;
  box-shadow: 2.5px 4.33px 60px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
}
.service-block .service-block-content .icon {
  position: relative;
  margin-right: 12px;
}
.service-block .service-block-content .icon .bi {
  background-color: rgba(18, 21, 24, 0.568627451);
  display: block;
  height: 60px;
  width: 60px;
  border-radius: 100px;
}
.service-block .service-block-content .icon .bi::before {
  color: #fe964d;
  margin-left: 15px;
  margin-top: 16px;
  font-size: 28px;
}
.service-block .service-block-content .desc h3 {
  font-size: 24px;
  color: #fff;
}
.service-block .service-block-content .desc p {
  color: #a5abb0;
  margin-bottom: 0;
  font-size: 14px;
}
@media screen and (max-width: 990px) {
  .service-block {
    margin-top: -106px;
  }
  .service-block .service-block-content .desc h3 {
    font-size: 18px;
  }
  .service-block .service-block-content .icon .bi::before {
    top: 26%;
    left: 10%;
  }
}
@media screen and (max-width: 750px) {
  .service-block {
    margin-top: 0 !important;
  }
  .service-block .service-block-content {
    margin: 20px 0;
  }
  .service-block .service-block-content .icon {
    margin-bottom: 10px;
  }
  .service-block .service-block-content .desc p {
    font-size: 16px;
  }
}

/*Service-block End*/
/*About Start*/
.about-9 {
  padding: 60px 0;
  font-family: "Poppins", sans-serif;
}
.about-9 .thumb {
  position: relative;
  z-index: 1;
}
.about-9 .fact {
  padding: 20px 30px;
  color: #666666;
  position: absolute;
  left: 0;
  top: -20px;
  background: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  z-index: 5;
}
.about-9 .fact .value {
  color: #F35A38;
  font-size: 50px;
  font-weight: 600;
}
@media screen and (max-width: 576px) {
  .about-9 .fact {
    right: 20px;
    padding: 20px;
  }
  .about-9 .fact .value {
    font-size: 42px;
  }
}
.about-9 .about-9-sub-heading {
  color: #fe964d;
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
}
.about-9 .about-9-heading {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
}
.about-9 p {
  color: #777;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
}
@media screen and (max-width: 990px) {
  .about-9 .thumb img {
    width: 100%;
  }
  .about-9 .fact {
    top: 80%;
    left: 70%;
  }
}
@media screen and (max-width: 768px) {
  .about-9 .fact {
    left: 69%;
    top: 82%;
  }
}
@media screen and (max-width: 750px) {
  .about-9 .about-9-heading {
    font-size: 34px;
  }
}
@media screen and (max-width: 568px) {
  .about-9 .fact {
    left: 43%;
    width: 54%;
  }
}
@media screen and (max-width: 320px) {
  .about-9 .about-9-heading {
    font-size: 24px;
  }
  .about-9 .fact {
    left: 24%;
    width: 72%;
  }
}

/* About End*/
/* Service Start*/
.service {
  padding: 80px 0;
  font-family: "Poppins", sans-serif;
  background-color: #F7F8F9;
  position: relative;
}
.service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  opacity: 0.03;
  background: url(../images/service_bg.png);
  background-position: center center;
  background-repeat: repeat;
  background-attachment: fixed;
}
.service .heading {
  text-align: center;
}
.service .heading .sub-heading {
  color: #fe964d;
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
}
.service .heading .title {
  color: #000;
  font-size: 40px;
  font-weight: 700;
}
.service .card {
  padding: 30px 20px 20px 20px;
  border-radius: 0;
  border: 0;
}
.service .card .service-content {
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.service .card .service-content .icon {
  margin-right: 15px;
}
.service .card .service-content .icon .bi::before {
  color: #F35A38;
  font-size: 40px;
}
.service .card .service-content .title h5 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 0;
}
.service .card ul {
  padding: 0;
  padding-top: 15px;
  margin-bottom: 0;
}
.service .card ul li {
  list-style: none;
  font-family: "Roboto", sans-serif;
  color: #777;
  margin-bottom: 10px;
  transition: 0.5s all ease;
  font-size: 15px;
  cursor: pointer;
}
.service .card ul li .bi {
  margin-right: 10px;
}
.service .card ul li .bi::before {
  color: #F35A38;
}
.service .card ul li:hover {
  transform: translateX(10px);
  transition: 0.5s all ease;
  color: #F35A38;
}
@media screen and (max-width: 750px) {
  .service .heading .title {
    font-size: 24px;
  }
  .service .card {
    margin: 20px 0;
  }
}
@media screen and (max-width: 320px) {
  .service .card .service-content .title h5 {
    font-size: 22px;
  }
}

/* Service End */
/* Banner 2 Start*/
.banner2 {
  position: relative;
  font-family: "Poppins", sans-serif;
  background: url(../images/banner-2.jpg);
  padding: 80px 0;
}
.banner2::before {
  content: "";
  position: absolute;
  background-color: rgba(18, 21, 24, 0.631372549);
  height: 100%;
  width: 100%;
  z-index: 999;
  top: 0;
}
.banner2 .heading {
  text-align: center;
  position: relative;
  z-index: 9999;
}
.banner2 .heading .sub-heading {
  color: #fe964d;
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
}
.banner2 .heading .about-title {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}
.banner2 .heading p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .banner2 {
    padding: 52px 0;
    background-position: 100%;
  }
  .banner2 .heading .about-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 320px) {
  .banner2 .heading .about-title {
    font-size: 24px;
  }
}

/* Banner 2 End */
/*Skills Start*/
.skills {
  padding: 80px 0 40px;
  font-family: "Poppins", sans-serif;
}
.skills .heading {
  margin-top: 50px;
}
.skills .heading .green-title {
  color: #fe964d;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 12px;
}
.skills .heading .subtitle {
  color: #000;
  font-weight: 700;
  font-size: 36px;
  margin: 15px 0 20px;
  line-height: 50px;
}
.skills .heading .sub-para {
  font-family: "Roboto", sans-serif;
  color: #666666;
  line-height: 1.8;
  margin-bottom: 0;
  margin: auto auto 40px auto;
}
.skills .image-wrapper {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 990px) {
  .skills .image-wrapper {
    margin-top: 30px;
  }
  .skills .image-wrapper img {
    width: 100%;
  }
}
.skills .skill-bar {
  margin-bottom: 30px;
}
.skills .skill-bar .bar-title-block {
  position: relative;
  margin-bottom: 5px;
}
.skills .skill-bar .bar-title-block .bar-title {
  font-size: 15px;
  font-weight: 600;
  color: #2C2C2C;
  margin-bottom: 0 !important;
}
.skills .skill-bar .bar-title-block .bar-number {
  z-index: 99;
  font-size: 11px;
  line-height: 24px;
  letter-spacing: 0px;
  font-weight: 600;
  text-transform: none;
  color: #ffffff;
}
.skills .skill-bar .bar-title-block .bar-number .bar-mark-wrapper {
  margin-bottom: 4px;
  border-radius: 3px;
  padding: 0 8px;
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  margin-bottom: 0 !important;
}
.skills .skill-bar .bar-title-block .bar-number .bar-mark-wrapper .percent {
  margin-bottom: 0 !important;
  color: #2C2C2C !important;
  font-size: 15px;
  font-weight: 600;
}
.skills .skill-bar .progress-fill {
  height: 10px;
  background-color: rgba(0, 0, 0, 0.0352941176);
  border-radius: 30px;
  overflow: hidden;
}
.skills .skill-bar .progress-fill .progress-content {
  height: 10px;
  background-color: #fe964d;
  border-radius: 30px;
  width: 0%;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .skills .heading {
    margin-top: 0;
  }
  .skills .heading .subtitle {
    font-size: 32px;
  }
}

/*Skills End*/
/* Why choose start */
.why-choose {
  padding: 80px 0;
  font-family: "Poppins", sans-serif;
}
.why-choose .heading {
  text-align: center;
  position: relative;
  z-index: 9999;
}
.why-choose .heading .sub-heading {
  color: #fe964d;
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
}
.why-choose .heading .title {
  color: #000;
  font-size: 40px;
  font-weight: 700;
}
.why-choose .card {
  margin: 20px 0;
  border: 0;
  border-radius: 0;
  background-color: #F7F8F9;
  padding: 30px;
  text-align: center;
  transition: 0.3s all ease;
}
.why-choose .card:hover {
  background: #fff;
  box-shadow: 0 0 30px 0 rgba(21, 21, 21, 0.1);
}
.why-choose .card .icon {
  margin-bottom: 20px;
}
.why-choose .card .icon .bi {
  background-color: #F35A38;
  display: block;
  height: 80px;
  width: 80px;
  margin: auto;
  border-radius: 100px;
}
.why-choose .card .icon .bi::before {
  font-size: 40px;
  color: #fff;
  margin-top: 20px;
}
.why-choose .card h6 {
  font-size: 24px;
  line-height: 36px;
  color: #000;
}
.why-choose .card p {
  color: #777;
  font-size: 12px;
  margin-bottom: 0;
}
@media screen and (max-width: 990px) {
  .why-choose .card {
    margin: 10px 0;
  }
}
@media screen and (max-width: 568px) {
  .why-choose .heading .title {
    font-size: 30px;
  }
}
@media screen and (max-width: 320px) {
  .why-choose .heading .title {
    font-size: 22px;
  }
}

/* Why choose end*/
/* Project Start */
.project {
  padding: 60px 0;
  font-family: "Poppins", sans-serif;
  position: relative;
  background-color: #121518;
  position: relative;
}
.project::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  opacity: 0.03;
  background: url(../images/project_bg.png);
  background-position: center center;
  background-repeat: repeat;
  background-attachment: fixed;
}
.project .heading {
  text-align: center;
  position: relative;
  z-index: 9999;
}
.project .heading .sub-heading {
  color: #fe964d;
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
}
.project .heading .title {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}
.project .slider .slick-track {
  padding: 40px 0;
}
.project .slider .slick-arrow {
  display: none !important;
}
.project .slider .card {
  overflow: hidden;
  margin: 0 10px;
  border: 0;
  border-radius: 0;
  box-shadow: 0px 0px 30px 0 rgba(0, 20, 9, 0.1);
}
.project .slider .card .card-image {
  height: auto;
  overflow: hidden;
}
.project .slider .card .service-name {
  padding: 20px;
}
.project .slider .card .service-name h3 {
  font-size: 20px;
  font-weight: 600;
}
.project .slider .card .service-name p {
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
.project .slider .card .service-name p span {
  color: #F35A38;
}
@media screen and (max-width: 1199px) {
  .project .slider .card .service-name h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .project .slider .card .service-name h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 568px) {
  .project .heading .title {
    font-size: 30px;
  }
}
@media screen and (max-width: 320px) {
  .project .heading .title {
    font-size: 24px;
    line-height: 30px;
  }
}

/* Project End */
/* Team Start */
.widget-2 {
  padding: 6em 0 6em;
  font-family: "Poppins", sans-serif;
}
.widget-2 .heading {
  text-align: center;
  position: relative;
  z-index: 9999;
}
.widget-2 .heading .sub-heading {
  color: #fe964d;
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
}
.widget-2 .heading .title {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
}
.widget-2 .team-slider .slick-track {
  padding: 40px 5px 20px;
}
.widget-2 .team-slider .slick-arrow {
  display: none !important;
}
.widget-2 .team-slider .slick-dots {
  display: flex !important;
  justify-content: center;
  margin-top: 10px;
  padding-left: 0 !important;
}
.widget-2 .team-slider .slick-dots li {
  list-style: none !important;
  margin: 5px;
  border-radius: 100px;
  height: 10px;
  width: 10px;
  overflow: hidden;
}
.widget-2 .team-slider .slick-dots .slick-active button {
  background: #000;
}
.widget-2 .team-slider .slick-dots button {
  color: transparent;
  border: transparent;
  background: rgba(0, 0, 0, 0.5333333333);
}
.widget-2 .team-slider .projects-thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  margin: 0 10px;
  transition: all 0.3s;
}
.widget-2 .team-slider .projects-thumb a {
  text-decoration: none;
}
.widget-2 .team-slider .projects-thumb:hover {
  background: #fff;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
.widget-2 .team-slider .projects-thumb:hover .projects-info .projects-title-wrap {
  width: 96%;
}
.widget-2 .team-slider .projects-thumb:hover .projects-info .projects-title-wrap::before {
  transform: perspective(250px) rotateY(0deg);
}
.widget-2 .team-slider .projects-thumb:hover .projects-info .projects-title-wrap::after {
  transform: perspective(250px) rotateY(0deg);
}
.widget-2 .team-slider .projects-thumb:hover .projects-info .social-links {
  transform: perspective(250px) rotateX(0deg);
  z-index: 999;
  transition: 0.5s all ease-in-out;
}
.widget-2 .team-slider .projects-thumb .projects-info .projects-title-wrap {
  text-align: center;
  background: #fff;
  position: relative;
  margin: auto;
  padding: 15px;
  z-index: 999;
  transition: all 0.2s;
}
.widget-2 .team-slider .projects-thumb .projects-info .projects-title-wrap .projects-small-title {
  color: #fd1616;
  text-transform: capitalize;
  font-weight: 500;
}
.widget-2 .team-slider .projects-thumb .projects-info .projects-title-wrap .projects-title {
  color: #000;
  font-size: 24px;
  font-weight: 600;
}
.widget-2 .team-slider .projects-thumb .projects-info .social-links {
  transition: all 0.5s ease-in-out;
  transform: perspective(250px) rotateX(180deg);
  transform-origin: bottom;
  position: absolute;
  width: 100%;
  bottom: 20%;
  z-index: -1;
}
.widget-2 .team-slider .projects-thumb .projects-info .social-links ul {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  padding: 0;
  transition: all 0.5s ease-in-out;
}
.widget-2 .team-slider .projects-thumb .projects-info .social-links ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #F35A38;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  text-align: center;
  position: relative;
}
.widget-2 .team-slider .projects-thumb .projects-info .social-links ul li .fa {
  color: #fff;
  position: relative;
}
.widget-2 .team-slider .projects-thumb .projects-info .social-links ul li .fa::before {
  position: absolute;
  top: -10px;
  left: -7px;
  vertical-align: middle;
}
.widget-2 .team-slider .projects-thumb .projects-info .social-links ul li .fa-facebook::before {
  left: -6px;
}
.widget-2 .team-slider .projects-thumb .projects-info .social-links ul li .fa-x-twitter::before {
  left: -8px;
}
.widget-2 .team-slider .projects-thumb .projects-info .social-links ul li .fa-instagram::before {
  font-size: 18px;
  top: -11.5px;
  left: -8px;
}
@media screen and (max-width: 1199px) {
  .widget-2 .team-slider .projects-thumb .projects-info .projects-title-wrap .projects-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 990px) {
  .widget-2 .team-slider .projects-thumb a img {
    width: 100%;
  }
  .widget-2 .team-slider .projects-thumb .projects-info .projects-title-wrap .projects-title {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 568px) {
  .widget-2 .heading .title {
    font-size: 30px;
  }
}
@media screen and (max-width: 320px) {
  .widget-2 .heading .title {
    font-size: 26px;
  }
}

/* Team End */
/* Review Start */
.review {
  padding: 60px 0 100px;
  font-family: "Poppins", sans-serif;
  position: relative;
  background: url(../images/review-bg.jpg);
  background-repeat: no-repeat;
  background-position: 100%;
  position: relative;
  z-index: 1;
}
.review::before {
  content: "";
  height: 100%;
  width: 100%;
  background: #fff;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.review .heading {
  text-align: center;
  position: relative;
  margin-top: 20px;
  z-index: 9999;
  margin-bottom: 30px;
}
.review .heading .sub-heading {
  color: #fe964d;
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
}
.review .heading .title {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
}
.review .review-block {
  background-color: #fff;
  padding: 30px;
  border-radius: 30px;
  position: relative;
}
.review .review-block .review-image {
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 100px;
  overflow: hidden;
  z-index: 9;
}
.review .review-block p {
  color: #777;
  font-family: "Roboto", sans-serif;
}
.review .review-block p span {
  color: #F35A38;
}
.review .review-block h5 {
  font-weight: 600;
}
@media screen and (max-width: 990px) {
  .review .review-block h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .review::before {
    background-color: #000;
  }
  .review .heading .title {
    font-size: 30px;
    color: #fff;
  }
  .review .review-block {
    margin: 20px 0;
  }
  .review .review-block .review-image {
    position: relative;
  }
}
@media screen and (max-width: 320px) {
  .review .heading .title {
    font-size: 22px;
  }
}

/* Review End */
/* Faq Start */
.faq {
  padding: 80px 0;
  font-family: "Poppins", sans-serif;
}
.faq .heading {
  text-align: center;
  position: relative;
  z-index: 9999;
  margin-bottom: 30px;
}
.faq .heading .sub-heading {
  color: #fe964d;
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
}
.faq .heading .title {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
}
.faq .accordion-flush {
  font-family: "Poppins", sans-serif;
}
.faq .accordion-flush .accordion-item {
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.09);
  margin-bottom: 20px;
  transition: 0.5s all ease;
}
.faq .accordion-flush .accordion-item .accordion-button {
  font-weight: 600;
  color: #000;
}
.faq .accordion-flush .accordion-item .accordion-button:focus {
  border: 0;
  box-shadow: none;
}
.faq .accordion-flush .accordion-item .accordion-button:not(.collapsed) {
  color: #F35A38;
  background-color: #f8f8f8;
  font-weight: 600;
}
.faq .accordion-flush .accordion-item .accordion-button:not(.collapsed)::after {
  rotate: 180deg;
  background-image: url(../images/chevron.svg);
}
.faq .accordion-flush .accordion-item .accordion-button::after {
  rotate: -90deg;
}
@media screen and (max-width: 1199px) {
  .faq .accordion-flush .accordion-item .accordion-button {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 568px) {
  .faq .heading .title {
    font-size: 30px;
  }
}

/* Faq End */
/* Blog Start */
.blog {
  padding: 60px 0;
  font-family: "Poppins", sans-serif;
  background-color: #F7F8F9;
  position: relative;
}
.blog::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  opacity: 0.03;
  background: url(../images/service_bg.png);
  background-position: center center;
  background-repeat: repeat;
  background-attachment: fixed;
}
.blog .heading {
  text-align: center;
  position: relative;
  z-index: 9999;
  margin-bottom: 30px;
}
.blog .heading .sub-heading {
  color: #fe964d;
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
}
.blog .heading .title {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
}
.blog .card {
  overflow: hidden;
  border: 0;
}
.blog .card .card-body {
  padding: 20px;
}
.blog .card .card-body .date {
  align-items: center;
  background-color: #fe964d;
  width: 46%;
  color: #fff;
  padding: 5px 0px 5px 10px;
  border-radius: 4px;
  margin-bottom: 15px;
}
.blog .card .card-body .date .icon {
  margin-right: 10px;
}
.blog .card .card-body .date .icon .bi::before {
  margin-bottom: 3px;
  font-size: 14px;
}
.blog .card .card-body .date span strong {
  font-size: 12px;
  font-weight: 400;
}
.blog .card .card-body h5 {
  font-weight: 700;
  line-height: 30px;
}
.blog .card .card-body p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #777;
  line-height: 26px;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .blog .card .card-body .date {
    width: 58%;
  }
}
@media screen and (max-width: 990px) {
  .blog .card .card-body .date {
    width: 52%;
  }
}
@media screen and (max-width: 750px) {
  .blog .card .card-body .date {
    width: 32%;
  }
}
@media screen and (max-width: 568px) {
  .blog .heading .title {
    font-size: 30px;
  }
  .blog .card .card-body .date {
    width: 44%;
  }
}
@media screen and (max-width: 320px) {
  .blog .card .card-body .date {
    width: 70%;
  }
}

/* Blog End */
/* Contact Start*/
.contact {
  background: url(../images/footer-bg.jpg);
  position: relative;
  padding: 40px 0;
  background-position: 100%;
  font-family: "Poppins", sans-serif;
}
.contact::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #121518;
  opacity: 0.8;
  top: 0;
}
.contact .container {
  position: relative;
  z-index: 99999;
}
.contact .contact-block {
  text-align: center;
}
.contact .contact-block .icon {
  margin-bottom: 12px;
}
.contact .contact-block .icon .bi::before {
  font-size: 30px;
  color: #fe964d;
  vertical-align: middle;
}
.contact .contact-block .details h5 {
  color: #fe964d;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.contact .contact-block .details h6 {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
}
@media screen and (max-width: 990px) {
  .contact .contact-block {
    text-align: center;
  }
  .contact .contact-block .icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .contact .contact-block .details h5 {
    margin-bottom: 10px;
  }
  .contact .contact-block .details h6 {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact-block {
    margin: 20px 0;
  }
}

/*Contact End*/
/*Footer Start */
.footer {
  font-family: "Poppins", sans-serif;
  background: #212529;
  color: #fff;
  padding: 40px 0;
}
.footer .footer-widget .logo {
  padding-bottom: 24px;
  height: 65px;
  width: 148px;
  overflow: hidden;
}
.footer .footer-widget .logo-para {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 25px;
}
.footer .footer-widget .footer-title h6 {
  font-size: 24px;
  position: relative;
  padding-bottom: 30px;
  font-weight: 700;
}
.footer .footer-widget .links {
  padding: 0;
}
.footer .footer-widget .links li {
  list-style: none;
  margin-bottom: 10px;
  align-items: center;
}
.footer .footer-widget .links li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}
.footer .footer-widget .links li a:hover {
  color: #fe964d;
}
.footer .footer-widget .links li .footer-img {
  width: 55px;
  margin-right: 12px;
  overflow: hidden;
}
.footer .footer-widget .links li .post-detail p {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  margin-bottom: 0;
  line-height: 25px;
}
.footer .footer-widget .links li .post-detail p span {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #fe964d;
}
.footer .footer-widget .social-links {
  align-items: center;
  display: flex;
  padding: 0;
  margin-top: 13px;
  transition: all 0.5s ease-in-out;
}
.footer .footer-widget .social-links li {
  list-style: none;
  margin-right: 10px;
  padding: 0;
  background: #fe964d;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  text-align: center;
  position: relative;
}
.footer .footer-widget .social-links li .fa {
  color: #fff;
  position: relative;
}
.footer .footer-widget .social-links li .fa::before {
  position: absolute;
  top: -10px;
  left: -7px;
  vertical-align: middle;
}
.footer .footer-widget .social-links li .fa-facebook::before {
  left: -6px;
}
.footer .footer-widget .social-links li .fa-x-twitter::before {
  left: -8px;
}
.footer .footer-widget .social-links li .fa-instagram::before {
  font-size: 18px;
  top: -11.5px;
  left: -8px;
}
@media screen and (max-width: 990px) {
  .footer .footer-title h6 {
    margin-bottom: 0;
  }
}

/* Footer End */
.copyright {
  background: #13171a;
  color: #fff;
  font-size: 15px;
  padding: 30px 0;
  font-family: "Roboto", sans-serif;
}
.copyright h6 {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
}/*# sourceMappingURL=style.css.map */