* {
  box-sizing: none;
}



body {
  font-family: "Poppins", sans-serif !important;
  background-color: #f8f9fa;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Poppins", sans-serif !important;
}

a {
  text-decoration: none !important;
}


.home-banner-section {
  background: url(../img/bg2.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 618px;
}

.home-banner-section .text-wrap {
  padding: 100px 0 100px 0px;
}

.home-banner-section .text-wrap h2 {
  color: #fff;
  font-size: 65px;
  display: contents;
  text-transform: uppercase;
  font-weight: 600;
}

.home-banner-section .text-wrap h2 span {
  color: #ff5700;
}

.home-banner-section .text-wrap h4 {
  font-size: 55px;
  color: #fff;
  font-weight: 400;
  margin-top: 10px;
}


.home-banner-section .text-wrap p {
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 50px;
  padding: 20px 0 0 0px;
  width: 60%;
}

.home-banner-section .text-wrap p strong {
  color: #ff5700;
}

.home-banner-section .text-wrap a {
  color: #ffffff;
  background-color: #ff5700;
  font-size: 18px;
  padding: 10px 20px;
  display: inline;
  font-weight: 500;
  border-radius: 2px;
  text-transform: uppercase;
  margin: 28px 0 0 0px;
  float: left;
}

.home-banner-section .typed-cursor {
  display: none;
}


.banner-bottom-section {
  padding: 60px 0 100px;
  background: url(../img/bg1.png) no-repeat;
  background-size: cover;

}

.banner-bottom-section .left-content {
  padding-top: 60px;
}

.banner-bottom-section .left-content h2 {
  font-weight: 600;
  color: #232323;
  font-size: 34px;
  text-transform: uppercase;
}

.banner-bottom-section .left-content #btmBannerText {
  font-size: 28px;
  color: #ff5700;
  font-weight: 500;
  min-height: 50px;
  text-transform: uppercase;

}

.banner-bottom-section .left-content .typed-cursor {
  display: none;
}

.banner-bottom-section .left-content p {
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
  color: #6d6d6d;
  text-align: justify;
}

.banner-bottom-section .right-content {
  padding: 20px;
}


.banner-bottom-section .right-content img {
  width: 100%;
  height: 100%;
  min-height: 200px;
}

.main-btn {
  color: #ffffff;
  background-color: #ff5700;
  font-size: 18px;
  padding: 10px 20px;
  font-weight: 500;
  border-radius: 2px;
  text-transform: uppercase;
  transition: all 0.4s;
}

.main-btn:hover {
  color: #fff;
  background-color: #000;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

@media(min-width:992px) and (max-width:1200px) {

  .home-banner-section .text-wrap h2 {
    font-size: 56px;
  }

  .home-banner-section .text-wrap h4 {
    font-size: 46px;
  }

  .home-banner-section .text-wrap p {
    font-size: 20px;
  }

}

@media(min-width:768px) and (max-width:992px) {


  .home-banner-section .text-wrap h2 {
    font-size: 48px;
  }

  .home-banner-section .text-wrap h4 {
    font-size: 42px;
  }

  .home-banner-section .text-wrap p {
    font-size: 20px;
    line-height: 40px;
  }


}

@media(min-width:568px) and (max-width:768px) {

  .home-banner-section {
    height: auto;
  }

  .home-banner-section .text-wrap {
    padding: 100px 0 50px;
  }

  .home-banner-section .text-wrap h2 {
    font-size: 36px;
  }

  .home-banner-section .text-wrap h4 {
    font-size: 30px;
  }

  .home-banner-section .text-wrap p {
    font-size: 18px;
    line-height: 34px;
    width: 100%;
  }


}

@media(max-width:568px) {

  .home-banner-section {
    height: auto;
  }

  .home-banner-section .text-wrap {
    padding: 100px 20px 50px;
  }

  .home-banner-section .text-wrap h2 {
    font-size: 32px;
  }

  .home-banner-section .text-wrap h2 span {
    display: block;
    min-height: 40px;
    margin-top: 10px;
    margin-bottom: 20px;

  }

  .home-banner-section .text-wrap .typed-cursor {
    display: none;
  }

  .home-banner-section .text-wrap h4 {
    font-size: 24px;
  }

  .home-banner-section .text-wrap p {
    font-size: 16px;
    line-height: 34px;
    width: 100%;
  }

  .banner-bottom-section .left-content h2 {
    font-weight: 600;
    color: #232323;
    font-size: 26px;
    text-align: center;
  }

  .banner-bottom-section .left-content #btmBannerText {
    font-size: 22px;
    text-align: center;
    color: #ff5700;
    font-weight: 500;

  }

  .banner-bottom-section .left-content p {
    font-size: 16px;

  }

  .main-btn {
    color: #ffffff;
    background-color: #ff5700;
    font-size: 16px;
    padding: 10px;
    font-weight: 600;
    border-radius: 2px;
    text-transform: uppercase;
    transition: all 0.4s;
  }
}

.about-us-section {
  padding: 80px 0;
  background-image: url(../img/about-bg.jpg);
  color: #fff;
}

.section-title {
  margin-bottom: 30px;
  position: relative;
}

.section-title .sm-text {
  color: #ff5700;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Philosopher", sans-serif !important;
  margin-bottom: 5px;
}

.section-title h2 {
  color: #fff;
  font-size: 34px;
  text-transform: uppercase;
}

.section-title .tagline {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  margin-top: 10px;
}

.section-title .border-btm {
  width: 120px;
  height: 4px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  border-radius: 10px;
}

.section-title .border-btm::before {
  width: 20px;
  height: 100%;
  background-color: #ff5700;
  position: absolute;
  content: "";
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;

}

@keyframes MOVE-BG {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(120px);
    transform: translateX(120px);
  }
}


.about-us-section .about-content p {
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  color: #f8f9fa;

}

.about-us-section .about-content img {
  margin: 10px 0 20px 30px;
  float: right;
}

@media (min-width:768px) and (max-width:992px) {

  .about-us-section .section-title .sm-text,
  .about-us-section .section-title h2,
  .about-us-section .section-title .tagline {
    text-align: center;


  }

  .about-us-section .section-title .border-btm {
    margin: 0 auto;
  }

  .about-us-section .about-content img {
    margin: 10px auto 40px;
    float: none;
    display: block;
  }

  .about-us-section .about-content p {
    text-align: justify;
  }

}

@media (max-width:768px) {
  .section-title h2 {
    font-size: 24px;
  }

  .about-us-section .section-title .sm-text,
  .about-us-section .section-title h2,
  .about-us-section .section-title .tagline {
    text-align: center;
  }

  .about-us-section .section-title .border-btm {
    margin: 0 auto;
  }

  .about-us-section .about-content img {
    margin: 10px auto 40px;
    float: none;
    display: block;
    min-height: 240px;
    width: 100%;
  }

  .about-us-section .about-content p {
    text-align: justify;
    font-size: 16px;
  }

}

.ft-dark h2 {
  color: #232323;

}

.ft-dark .tagline {
  color: rgba(0, 0, 0, 0.6);
}

.our-service-section {
  padding: 80px 0;
  background: url(../img/service-bg2.png);
  background-size: cover;
}

.our-service-section .service-box-main {
  background: linear-gradient(to right, #ff742f, #ff5700);
  position: relative;
  height: 400px;
  overflow: hidden;
  transition: all 0.4s;
  margin-bottom: 30px;
  border: 1px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.our-service-section .service-box-main img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(1.4);
  transition: all 0.6s;
  opacity: 0.4;
}

.our-service-section .service-box-main:hover {
  background: transparent;
}

.our-service-section .service-box-main:hover img {
  transform: scale(1);
  opacity: 1;

}

.our-service-section .service-box-main .box-content {
  width: 100%;
  height: 100%;
  padding: 40px 60px;
  transition: all 0.4s;
}

.our-service-section .service-box-main:hover .box-content {
  background-color: rgba(0, 0, 0, 0.8);
}

.our-service-section .service-box-main .box-content .service-category {
  color: #000;
  display: block;
  font-size: 40px;
  font-family: "Philosopher", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.our-service-section .service-box-main .box-content .service-title {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.our-service-section .service-box-main .box-content p {
  color: #fff;
  line-height: 28px;
  height: 160px;
  overflow-y: scroll;
}

.our-service-section .service-box-main:hover .service-category {
  color: #fff;
}

@media (min-width:1200px) and (max-width:1400px) {
  .our-service-section .service-box-main .box-content {
    width: 100%;
    height: 100%;
    padding: 40px 30px;
    transition: all 0.4s;
  }
}

@media (min-width:992px) and (max-width:1200px) {
  .our-service-section .service-box-main {
    height: 440px;
  }

  .our-service-section .service-box-main .box-content {
    padding: 40px 30px;

  }

  .our-service-section .service-box-main .box-content p {
    height: 190px;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .our-service-section .service-box-main {
    height: 400px;
  }

  .our-service-section .service-box-main .box-content {
    padding: 40px 30px;

  }

  .our-service-section .service-box-main .box-content p {
    height: 170px;
  }
}

@media (max-width:768px) {
  .our-service-section .service-box-main {
    height: auto;
  }

  .our-service-section .service-box-main .box-content {
    padding: 40px 30px;

  }

  .our-service-section .service-box-main .box-content p {
    height: auto;
  }
}



.about-comp-section {
  padding: 80px 0;
  background: url(../img/about-bg.jpg);
}

.about-comp-section .section-content p {
  color: #fff;
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;

}

.about-comp-section .section-content p strong {
  color: #ff5700;
  font-size: 20px;

}

.counter-box {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  height: 240px;
  border-radius: 10px;
  margin: 30px 0;
  position: relative;
  overflow: hidden;
}

.counter-box::before {
  background: linear-gradient(to right top, #ff8a46, #ff6c48, #ff6106);
  width: 0;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s ease-in-out;
}

.counter-box:hover::before {
  width: 100%;
}

.counter-box:hover .box-icon {
  background-color: #fff;
}

.counter-box .box-icon {
  width: 60px;
  height: 60px;
  padding: 14px;
  border-radius: 50%;
  background-color: #ff742f;
  margin: 0 auto 10px;
  position: relative;
  z-index: 3;
  transition: all 0.4s ease-in-out;
}

.counter-box .box-icon img {
  width: 100%;
  height: 100%;
}

.counter-box .box-content {
  padding-left: 10px;
  z-index: 3;
  position: relative;
}

.counter-box .box-content .count-num {
  display: flex;
  align-items: center;
  justify-content: center;

}

.counter-box .box-content .count-num span {
  font-size: 34px;
  font-weight: 600;
}

.counter-box .box-content p {
  color: #6d6d6d;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
}

.counter-box:hover .box-content p {
  color: #fff;
}

.btn-group .main-btn {
  margin-right: 20px;

}

.btn-group a {
  background: #000;
}

.btn-group a:last-child {
  background: #fff;
  color: #000;
}

@media (max-width:768px) {
  .about-comp-section .section-content p {
    color: #fff;
    font-size: 16px;
    line-height: 34px;
    font-weight: 400;

  }

  .about-comp-section .section-content p strong {
    color: #ff5700;
    font-size: 16px;

  }

  .counter-box .box-content p {
    color: #6d6d6d;
    font-weight: 600;
  }
}

.brand-content-section {
  padding: 80px 0;
  background: url(../img/bg1.png);
  background-size: cover;
}

.brand-content-section .section-content p {
  font-size: 18px;
  color: #232323;
  line-height: 34px;

}



.brand-content-section .section-content ul li {
  margin-bottom: 20px;
  color: #232323;
  font-size: 18px;
}

.brand-content-section .section-content ul li svg {
  color: #ff5700;
  margin-right: 10px;
}

.mini-cta-section {
  padding: 40px 10px;
  background: linear-gradient(to right, #ff742f, #ff5700);
  border-radius: 10px;
  text-align: center;
  margin: 40px 0;
}

.mini-cta-section h4 {
  font-size: 30px !important;
  color: #fff;
  line-height: 36px;
}


.digital-experience-section {
  padding: 60px 0;
  position: relative;
}

.digital-experience-section .tab-btn-container .nav-link {
  padding: 10px 20px;
  margin-right: 10px;
  transition: all 0.4s;
  height: 140px;
  margin-bottom: 10px;
  background-color: #fff;
  width: 205px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  text-align: center;
  transition: all 0.4s;
}


.digital-experience-section .tab-btn-container .nav-link img {
  width: 45px;
  height: 45px;
  margin-bottom: 15px;
}

.digital-experience-section .tab-btn-container .nav-link p {
  font-size: 16px;
  font-weight: 500;
  color: #ea5202;
  transition: all 0.4s;
}

.digital-experience-section .tab-btn-container .nav-link.active,
.digital-experience-section .tab-btn-container .nav-link:hover {
  background-color: #ff742f;
}

.digital-experience-section .tab-btn-container .nav-link.active p,
.digital-experience-section .tab-btn-container .nav-link:hover p {
  color: #fff;
}


.digital-experience-section .tab-content-container {
  padding: 80px 0;
}

.digital-experience-section .tab-content-container .left-content h4 {
  font-size: 30px;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.23);
  padding-bottom: 10px;
  color: #232323;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.digital-experience-section .tab-content-container .left-content p {
  color: #6d6d6d;
  font-size: 18px;
  line-height: 34px;
  text-align: justify;
}

.digital-experience-section .tab-content-container .left-content p svg {
  color: #ea5202;
  margin-right: 10px;
}

.digital-experience-section .tab-content-container .left-content p a {
  color: #ff5700;
  font-weight: 600;
}

.digital-experience-section .tab-content-container .left-content ul li {
  font-size: 18px;
  display: inline-block;
  width: 48%;
  margin-bottom: 10px;
}

.digital-experience-section .tab-content-container .left-content ul li svg {
  margin-right: 5px;
  color: #ff5700;
}

.digital-experience-section .tab-content-container .right-content img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  padding-left: 30px;
}

@media (min-width:1200px) and (max-width:1400px) {
  .digital-experience-section .tab-btn-container .nav-link {
    width: 170px;
  }

}

@media (min-width:992px) and (max-width:1200px) {
  .digital-experience-section .tab-btn-container .nav-link {
    width: 240px;
  }

  .digital-experience-section .tab-content-container .left-content ul li {
    font-size: 16px;
    display: inline-block;
    width: 48%;
    margin-bottom: 10px;
  }

  .digital-experience-section .tab-content-container .left-content ul li svg {
    margin-right: 5px;
    color: #ff5700;
  }

}

@media (min-width:768px) and (max-width:992px) {
  .digital-experience-section .tab-btn-container .nav-link {
    width: 220px;
  }

  .digital-experience-section .tab-content-container .right-content {
    text-align: center;
  }

  .digital-experience-section .tab-content-container .right-content img {
    width: 60%;

    height: 100%;
    min-height: 200px;
    padding-left: 0;
  }

}

@media (max-width:768px) {
  .brand-content-section .section-content p {
    font-size: 16px;
  }

  .brand-content-section .section-content ul li {
    font-size: 16px;
  }

  .digital-experience-section .tab-content-container .right-content {
    text-align: center;
  }

  .digital-experience-section .tab-content-container .right-content img {
    width: 80%;
    height: 100%;
    min-height: 200px;
    padding-left: 0;
  }

}

@media (min-width:568px) and (max-width:768px) {
  .digital-experience-section .tab-btn-container .nav-link {
    width: 240px;
  }

}

@media (max-width:568px) {
  .mini-cta-section .btn-group .main-btn {
    font-weight: 500;
    margin-right: 5px;
  }

  .btn-group .main-btn svg {
    display: none;
  }

  .digital-experience-section .tab-content-container .left-content h4 {
    font-size: 26px;
    text-align: center;
  }

  .digital-experience-section .tab-content-container .left-content p {

    font-size: 16px;
    line-height: 32px;
    text-align: start;
  }

  .digital-experience-section .tab-content-container .left-content ul li {
    font-size: 16px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  .digital-experience-section .tab-content-container .left-content ul li svg {
    margin-right: 5px;
    color: #ff5700;
  }
}



@media (max-width:450px) {
  .digital-experience-section .tab-btn-container .nav-link {
    width: 300px;
  }

  .btn-group {
    display: grid !important;
  }

  .btn-group .main-btn {
    font-weight: 400;
    width: 100% !important;
    display: block;
    text-align: center;
    padding: 10px 20px;
    text-transform: lowercase;
  }
}


.work-profile-section {
  padding: 80px 0;
  background: url(../img/about-bg.jpg);
}

.work-profile-section .work-box-wrapper .heading {
  margin-bottom: 40px;
}

.work-profile-section .work-box-wrapper .heading h3 {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.work-profile-section .work-box-wrapper .heading p {
  color: #f8f9fa;
}

.work-profile-section .work-box-wrapper .webwork-box {
  padding: 15px;
  border: 1px solid #fff;
  background-color: #000;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.work-profile-section .work-box-wrapper .webwork-box::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  clip-path: polygon(0% -1%, 100% -1%, 100% 0%, 0% 100%);

}


.work-profile-section .work-box-wrapper .webwork-box::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  clip-path: polygon(100% 0, 100% 100%, 0% 100%);
  transition: all 0.5s;
}


.work-profile-section .work-box-wrapper .webwork-box .box-img {
  z-index: 3;
  position: relative;
}

.work-profile-section .work-box-wrapper .webwork-box .box-img img {
  width: 100%;
  min-height: 180px;

}

.work-profile-section .work-box-wrapper .webwork-box .box-content {
  padding: 20px;
  text-align: center;
  background-color: #fff;
  height: 120px;
  position: relative;
  z-index: 3;
}

.work-profile-section .work-box-wrapper .webwork-box .box-content::before {
  content: "";
  width: 100%;
  height: 0;
  background-color: #ff742f;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.4s;
}

.work-profile-section .work-box-wrapper .webwork-box:hover .box-content::before {
  height: 100%;
}

.work-profile-section .work-box-wrapper .webwork-box .box-content p {
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 600;
  color: #ff5700;
}

.work-profile-section .work-box-wrapper .webwork-box .box-content span {
  font-weight: 600;
}

.work-profile-section .work-box-wrapper .webwork-box:hover .box-content p {
  color: #fff;
}

.work-box-wrapper .seowork-box {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 30px;
}

.work-box-wrapper .seowork-box .box-img {
  border: 1px solid #000;

}

.work-box-wrapper .seowork-box .box-heading {
  background-color: #fff;
  height: 100%;
  padding: 10px;
}

.work-box-wrapper .seowork-box .box-heading p {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  color: #ff5700;



}

.work-box-wrapper .seowork-box .box-heading span {
  font-weight: 600;
}

.work-box-wrapper .seowork-box .box-table {
  margin-top: 10px;
}


.industry-section {
  padding: 80px 0;
  background: url(../img/service-bg.jpeg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}

.industry-section .industry-box {
  padding: 30px 10px;
  background-color: #fff;
  border-radius: 2px;
  text-align: center;
  margin-bottom: 30px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  height: 240px;
}

.industry-section .industry-box img {
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
}

.industry-section .industry-box h6 {
  font-size: 24px;
  color: #000;
  transition: all 0.4s;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

.industry-section .industry-box h6::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 0;
  height: 1px;
  background-color: #ff5700;
  border-radius: 10px;
  transition: all 0.5s;

}

.industry-section .industry-box:hover h6::before {
  width: 90%;
}

.industry-section .industry-box:hover h6 {
  color: #ff5700;
}

.testimonial-section {
  padding: 80px 0;
  background: url(../img/bg1.png);
  background-size: cover;
}

.testimonial-section .left-content img {
  width: 100%;
  height: 100%;
  padding-right: 20px;
  min-height: 200px;
}

.testimonial-section .right-content .testimonial-box {
  padding: 30px 0;
}

.testimonial-section .right-content .testimonial-box .box-icon svg {
  background-color: #ff5700;
  width: 30px;
  height: 30px;
  padding: 20px;
  color: #fff;
  border-radius: 50%;
  margin-bottom: 20px;
}

.testimonial-section .right-content .testimonial-box p {
  font-weight: 500;
  color: #232323;
}

.testimonial-section .right-content .testimonial-box h6 {
  color: #ea5202;
  font-size: 20px;
  margin-top: 30px;
}

.testimonial-section .right-content .testimonial-box span {
  font-size: 14px;
  color: #000;
}

.testimonial-section .right-content .owl-nav button.owl-next svg,
.testimonial-section .right-content .owl-nav button.owl-prev svg {
  color: #fff;
}

.testimonial-section .right-content .owl-nav button.owl-prev,
.testimonial-section .right-content .owl-nav button.owl-next {
  background: #ff5700;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  opacity: 0.4;
  transition: all 0.4s;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.testimonial-section .right-content:hover .owl-nav button.owl-prev,
.testimonial-section .right-content:hover .owl-nav button.owl-next {
  opacity: 1;
}


.clients-section {
  padding: 80px 0;
  background: url(../img/about-bg.jpg);
}

.clients-section .client-box {
  display: flex;
  justify-content: center;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;

}

.clients-section .client-box img {
  width: 80%;
  height: 100%;

}


.faq-section {
  padding: 80px 0;
  background: url(../img/faq-bg.jpg);
}

.faq-accordion .accordion-item {
  border: none;
}

.faq-accordion .accordion-button {
  font-size: 18px;
  color: #000;
  font-weight: 500;
}

.faq-accordion .accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;

}

.faq-accordion .accordion-button:not(.collapsed) {
  color: #ff5700;
  background-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid #ea5202;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  background-image: url(../img/minus.png);
  transform: rotate(-180deg);
}

.faq-accordion .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url(../img/add.png);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}

.faq-accordion .accordion-body {
  padding-top: 30px;
  padding-bottom: 30px;
}

.faq-accordion .accordion-body p {
  line-height: 30px;
  color: #6d6d6d;
}

.faq-accordion .accordion-body p strong {
  color: #232323;
  text-transform: capitalize;
}

.faq-accordion .accordion-body ul li svg {
  margin-right: 10px;
  color: #ea5202;

}

.faq-accordion .accordion-body ul li {
  color: #6d6d6d;
  margin: 5px 0;
}

.faq-accordion .accordion-body h5 {
  margin: 30px 0 20px;
  font-weight: 500;
  color: #232323;
  text-transform: uppercase;
}


@media (max-width:568px) {
  .faq-accordion .accordion-button {
    font-size: 16px;
  }

}



.inner-page-banner {
  background: url(../img/innerpage-banner-bg.jpg);
  background-size: cover;
  background-position: center center;
}

.inner-page-banner .banner-content {
  padding: 80px 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  text-align: center;
}

.inner-page-banner .banner-content h2 {
  color: #fff;
  text-transform: uppercase;
  font-family: "Philosopher", sans-serif !important;
  font-size: 40px;
}

.inner-page-banner .banner-content ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.inner-page-banner .banner-content ul li a {
  color: #fff;
}

.inner-page-banner .banner-content ul li {
  padding: 0 10px;
  border-right: 2px solid #fff;
  color: #ff6c48;
  font-size: 14px;
}

.inner-page-banner .banner-content ul li:last-child {
  border-right: none;
}


.innerpage-content {
  padding: 80px 0;
  background: url(../img/service-bg2.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.innerpage-content .main-heading {
  position: relative;
  padding-bottom: 10px;
  text-align: center;
  margin-bottom: 60px;
}

.innerpage-content .main-heading h1 {
  font-weight: 600;
  color: #232323;
  text-transform: uppercase;

}

.innerpage-content .main-heading h4 {
  color: #ff6106;
  font-weight: 600;
  text-transform: uppercase;
}

.innerpage-content .main-heading::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 80px;
  height: 2px;
  background-color: #ea5202;
  border-radius: 10px;
}


.innerpage-content .main-content h3 {
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 14px;
  color: #232323;
  position: relative;
  line-height: 36px;

}

.innerpage-content .main-content h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  border-radius: 10px;
  background-color: #232323;
}

.innerpage-content .main-content p {
  color: #6d6d6d;
  line-height: 30px;
  text-align: justify;
}



.innerpage-content .main-content img {
  width: 90%;
  height: 100%;
  min-height: 200px;
  margin-bottom: 40px;

}

.innerpage-content .main-content li {
  margin-bottom: 10px;
  font-weight: 400;
  color: #6d6d6d;
  
}
.innerpage-content .main-content li strong{
  color: #6d6d6d;
  margin-right: 5px;
}
.innerpage-content .main-content li svg {
  color: #ff8a46;
  margin-right: 10px;
}
.innerpage-content .main-content h6{
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.innerpage-content .main-content .inner-btn{
  display: inline-block;
  margin-top: 20px;
}

.innerpage-content .pricing-section {
  padding: 60px 0 0;

}

.innerpage-content .pricing-section h3 {
  font-weight: 600;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 15px;
}

.innerpage-content .pricing-section h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 140px;
  border-radius: 10px;
  height: 3px;
  background-color: #ff742f;

}

.innerpage-content .pricing-section .price-box {
  padding: 30px 20px;
  background-color: #1f2131;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  color: #c9c9c9;
  position: relative;
  margin-bottom: 30px;
}

.innerpage-content .pricing-section .price-box.active {
  background-color: #ff742f;
  color: #fff;
}

.innerpage-content .pricing-section .price-box h6 {
  font-size: 26px;
  color: #fff;
}

.innerpage-content .pricing-section .price-box .rs-box {
  padding: 16px;
  background-color: #000;
  text-align: center;
  width: fit-content;
  border-radius: 10px;
  position: absolute;
  top: 13px;
  right: 10px;
}

.innerpage-content .pricing-section .price-box .rs-box p {
  font-size: 20px;
  font-weight: 600;
  color: #ff742f;
  margin-bottom: 2px;
}


.innerpage-content .pricing-section .price-box span {
  font-weight: 500;
  color: #fff;
}

.innerpage-content .pricing-section .price-box .list {

  margin-top: 40px;
  margin-bottom: 40px;
}

.innerpage-content .pricing-section .price-box .list li {
  margin: 8px 0;
  font-size: 14px;
}

.innerpage-content .pricing-section .price-box .list li svg {
  margin-right: 5px;
  color: #ff742f;
}

.innerpage-content .pricing-section .price-box.active .list li svg {
  margin-right: 5px;
  color: #1f2131;
}


.innerpage-service-section{
  padding: 50px 0;
  position: relative;
}

.innerpage-service-section .title h3{
  text-align: center;
  color: #000;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
}
.innerpage-service-section .title p{
  text-align: center;
  color: #6d6d6d;
  line-height: 26px;
}
.innerpage-service-section .title h3::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background-color: #000;
}

.innerpage-service-section .service-box-wrapper{
  margin: 20px 0;
}
.innerpage-service-section .service-box-wrapper .box-content{
  padding: 30px 20px;
  position: relative;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  margin-bottom: 20px;
  
} 
.innerpage-service-section .service-box-wrapper .box-content h4{
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.innerpage-service-section .service-box-wrapper .box-content p{
  color: #6d6d6d;
  line-height: 26px;
}
.innerpage-cta-section {
  padding: 60px 0;
  text-align: center;
  background: url(../img/about-bg.jpg);
}

.innerpage-cta-section .btn-group {
  justify-content: center;
  margin-top: 20px;
}

.innerpage-cta-section .btn-group a {
  text-transform: uppercase;
  font-weight: 600;
}

.innerpage-cta-section h2 {
  color: #fff;
  margin-bottom: 10px;
  line-height: 36px;
}

.innerpage-cta-section h2 strong {
  color: #ff742f;
}

.innerpage-cta-section h4 {
  color: #fff;
  font-family: 'Philosopher', sans-serif !important;

}

.innerpage-cta-section h4 span {
  color: #ff6c48;

}


.innerpage-content .mission-box {
  padding: 20px;
  background-color: #232323;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;

  margin-bottom: 30px;

}

.innerpage-content .mission-box.active {
  background-color: #ff742f;
  border-top-left-radius: 0;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 0;

  margin-bottom: 30px;

}

.innerpage-content .mission-box h5 {
  color: #f8f9fa;
  margin-bottom: 20px;
  font-size: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 10px;
}

.innerpage-content .mission-box p {
  color: #fff;
  height: 150px;
  overflow-y: hidden;
}


.price-chart-table {
  padding: 80px 0;
  background-color: #232323;
}

.price-chart-table h3 {
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
  padding-bottom: 10px;
  position: relative;
  color: #fff;
}

.price-chart-table h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  width: 80px;
  height: 3px;
  background-color: #ff6c48;
}

.price-chart-table .table thead {
  border: none !important;
}

.price-chart-table .table thead th {
  background-color: #ff6106 !important;
  padding: 20px 0;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  border-right: 1px solid #fff;
  border-bottom: none;
  color: #fff;
}


.price-chart-table .table tbody tr td {
  text-align: center;
  padding: 14px 0;
  font-weight: 500;
  text-transform: capitalize;
  background-color: #fff;
  font-size: 14px;
}


.price-chart-table .table tbody tr td {
  border: none;
}

.price-chart-table .table tbody tr .lined-price {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  color: #ea5202;
  position: relative;
}

.price-chart-table .table tbody tr .lined-price::before {
  content: "";
  width: 80px;
  height: 2px;
  background-color: #1f2131;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(9deg);

}

.price-chart-table .table tbody tr .price {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;

}

.price-chart-table .table tbody tr .price span {
  font-size: 36px;
}

.price-chart-table .table tbody tr svg {
  color: #ea5202;
  font-size: 18px;
}

.price-chart-table .table tbody tr .fa-xmark {
  color: #000;
}

.price-chart-table .table-cta {
  margin: 40px 0 20px;
}

.price-chart-table .table-cta h4 {
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
}

.price-chart-table .table-cta h6 {
  margin-bottom: 40px;
  color: #ff5700;
}


@media (min-width:768px) and (max-width:992px) {
  .price-chart-table .table tbody tr .lined-price {
    font-size: 18px;
  }

  .price-chart-table .table tbody tr .price span {
    font-size: 30px;
  }
}

@media (min-width:568px) and (max-width:768px) {
  .price-chart-table .table tbody tr .lined-price {

    font-size: 16px;
  }

  .price-chart-table .table tbody tr .lined-price::before {
    width: 70px;
  }

  .price-chart-table .table tbody tr .price span {
    font-size: 22px;
  }

  .price-chart-table .table tbody tr .price {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;

  }

  .price-chart-table .table tbody tr svg {
    font-size: 16px;
  }

}

@media (max-width:568px) {
  .price-chart-table .table thead th {

    font-size: 16px;
    font-size: 500;

  }

  .price-chart-table .table tbody tr .lined-price {
    font-size: 14px;
  }

  .price-chart-table .table tbody tr .price {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;

  }

  .price-chart-table .table tbody tr .price span {
    font-size: 18px;
  }

  .price-chart-table .table tbody tr .lined-price::before {
    width: 70px;
  }

  .price-chart-table .table tbody tr svg {
    font-size: 16px;
  }

  .price-chart-table .table-cta .main-btn svg {
    display: none;
  }

  .price-chart-table .table-cta .main-btn {
    font-size: 16px !important;
  }
}



.innerpage-content.about-page-content .main-content h3::before {
  left: 50%;
  transform: translate(-50%);
}


.innerpage-content.about-page-content .global-box {
  padding: 20px;
  background-color: #fff;
  border: 1px dashed rgba(0, 0, 0, 0.06);
  height: 100%;
  margin-top: 40px;
  transition: all 0.4s;
  border-radius: 20px;
}

.innerpage-content.about-page-content .global-box .box-icon img {

  width: 110px;
  height: 110px;
  min-height: auto;
  margin-bottom: 18px;

}

.innerpage-content.about-page-content .global-box h6 {
  font-weight: 600;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 16px;

}


.innerpage-content.about-page-content .global-box:hover {
  background-color: #f8f9fa;
}


.innerpage-content .job-detail-wrapper {
  margin: 50px 0;
}

.innerpage-content .job-detail-wrapper h3 {
  text-align: center;
  font-weight: 500;

}

.innerpage-content .job-detail-wrapper p.tagline {
  color: #6d6d6d;
  text-align: center;

}

.innerpage-content .job-detail-wrapper .job-accordion {
  margin-top: 30px;
}



.job-detail-wrapper .job-accordion .accordion-item {
  border: none;
  background: transparent;
}

.job-detail-wrapper .job-accordion .accordion-button {
  font-size: 16px;
  text-transform: uppercase;
  justify-content: center;
  color: #1f2131;
  font-weight: 600;
  background: #ff8a46;


}

.job-detail-wrapper .job-accordion .accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;

}

.job-detail-wrapper .job-accordion .accordion-button:not(.collapsed) {
  color: #ff5700;
  background-color: #1f2131;
  box-shadow: none;
  border-bottom: 1px solid #ea5202;
}

.job-detail-wrapper .job-accordion .accordion-button:not(.collapsed)::after {
  background-image: url(../img/minus.png);
  transform: rotate(-180deg);
}

.job-detail-wrapper .job-accordion .accordion-button::after {
  background-image: url(../img/add.png);
}


.job-detail-wrapper .job-accordion .accordion-body {
  padding-top: 30px;
  padding-bottom: 50px;
}

.job-detail-wrapper .job-accordion .accordion-body ul li {
  margin: 6px 0;
  color: #232323;

}


/* ======================================================================================================================= */

.innercontact-page {
  padding: 80px 0;
  background-color: #f8f9fa;
}

.innercontact-page .main-heading {
  margin-bottom: 30px;
}

.innercontact-page .main-heading h2 {
  font-weight: 600;
  text-transform: uppercase;
}

.innercontact-page .main-heading h4 {
  font-weight: 600;
  color: #ff742f;
  font-family: "Philosopher", sans-serif !important;
  text-transform: capitalize;

}

.innercontact-page .main-heading .borderbtm {
  width: 100px;
  height: 3px;
  background-color: #ff6106;
  margin: 10px auto;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.innercontact-page .main-heading .borderbtm::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background-color: #000;
  animation: borderslide 2s infinite ease-in-out;
}

.innercontact-page .main-heading .borderbtm::after {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  width: 10px;
  height: 100%;
  background-color: #000;
  animation: borderslide 2s infinite ease-in-out;
}


@keyframes borderslide {
  0% {
    -webkit-transform: translateX(-70px);
    transform: translateX(-70px);
  }

  100% {
    -webkit-transform: translateX(120px);
    transform: translateX(120px);
  }
}


.innercontact-page .contact-box {
  padding: 20px;
  text-align: center;
  background: #fff;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
  margin-bottom: 30px;

}


.innercontact-page .contact-box .box-icon svg {
  width: 30px;
  height: 30px;
  padding: 20px;
  border-radius: 50%;
  background-color: #ff8a46;
  color: #fff;
  margin-bottom: 20px;

}

.innercontact-page .contact-box p {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.innercontact-page .contact-box a {
  display: block;
  color: #ff6106;
  font-weight: 500;
  margin-bottom: 10px;

}

.innercontact-page .contact-box a:last-child {
  color: #000;
}
.map-box h4{
  text-align: center;
  margin-bottom: 20px;
  font-size: 28px;
  font-family: 'Philosopher',sans-serif!important;
  font-weight: 800;
  color: #ff5700;
}
.map-box iframe {
  width: 100%;
  height: 500px;
}

.innercontact-form-section .container-fluid {
  position: relative;
  padding-left: 0;
  padding-right: 0;

}

.innercontact-form-section .left-content {
  background: url(../img/about-bg.jpg);
  padding: 60px 100px;
}

.innercontact-form-section .left-content h4 {
  color: #fff;
  font-size: 40px;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.innercontact-form-section .left-content h4 span {
  display: block;
  font-weight: 800;

}


.innercontact-form-section .left-content input {
  width: 100%;
  padding: 16px 10px;
  margin-bottom: 15px;
  border-radius: 4px;
  border: 2px solid #000;
  color: #000;
}

.innercontact-form-section .left-content input[type='number']::-webkit-inner-spin-button {
  display: none;

}

.innercontact-form-section .left-content input:focus,
.innercontact-form-section .left-content textarea:focus {
  outline: none;
  box-shadow: none;
}

.innercontact-form-section .left-content textarea {
  width: 100%;
  padding: 16px 10px;
  border-radius: 4px;
  border: 2px solid #000;
}

.innercontact-form-section .left-content input[type='submit'] {
  width: fit-content;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  background-color: #ff5700;
  color: #fff;
  border-radius: 0;
  margin-top: 20px;
  border: 1px solid #fff;

}

.innercontact-form-section .right-content{
  padding: 60px 100px;
  position: relative;
}

.innercontact-form-section .right-content a.phone-num{
  font-size: 56px;
display: block;
  color: #ff5700;
  font-weight: 800;
}

.innercontact-form-section .right-content a.email{
  font-size: 32px;
display: block;
  color: #ff5700;
  font-weight: 500;
  margin-bottom: 20px;
}
.innercontact-form-section .right-content p.text{
  font-size: 24px;
  text-transform: capitalize;
}
.innercontact-form-section .right-content p.text span{
  display: block;
  font-weight: 600;
}
.innercontact-form-section .right-content a.button{
  padding: 10px 20px;
  background-color: #ff5700;
  color: #ffff;
  font-size: 18px;
  display: inline-block;
  margin-top: 40px;
  border: 2px inset #ff5700;
  font-weight: 600;
}

@media (min-width:1200px) and (max-width:1400px){
  .innercontact-form-section .right-content a.phone-num{
    font-size: 46px;
    font-weight: 700;
  }
  
}
@media (min-width:992px) and (max-width:1200px){
  .innercontact-form-section .left-content{
    padding: 60px 80px;
  }
  .innercontact-form-section .left-content h4 {
    color: #fff;
    font-size: 40px;
  }
  .innercontact-form-section .right-content{
    padding: 60px 80px;
  }
  .innercontact-form-section .right-content a.phone-num{
    font-size: 40px;
    font-weight: 800;
  }
  .innercontact-form-section .right-content a.email{
    font-size: 26px;
  }
}


@media (max-width:768px){
  .innercontact-form-section .left-content{
    padding: 60px;
  }
  .innercontact-form-section .right-content{
    padding: 60px;
  }
  .innercontact-form-section .right-content a.phone-num{
    font-size: 46px;
    font-weight: 700;
  }
}
@media (max-width:568px){
  .innercontact-form-section .left-content{
    padding: 60px 20px;
  }
  .innercontact-form-section .left-content h4{
font-size: 30px;
  }
  .innercontact-form-section .right-content{
    padding: 60px 20px;
  }
  .innercontact-form-section .right-content a.phone-num{
    font-size: 32px;
    font-weight: 600;
  }
  .innercontact-form-section .right-content a.email{
    font-size: 24px;
  }
}


/* =================================================================================================================== */

.innerwork-page .tab-button-wrapper .nav-link {
  background-color: #000;
  border-radius: 0;
  padding: 14px 20px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  position: relative;
}

.innerwork-page .tab-button-wrapper .nav-link.active {
  background-color: #ff6106;
}

.innerwork-page .tab-button-wrapper .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 0;
  height: 4px;
  background-color: #000;
  transition: all 0.4s;
}


.innerwork-page .tab-button-wrapper .nav-link.active::before {
  width: 100%;
}

.innerwork-page .work-box-wrapper .tab-pane p {
  line-height: 30px;
}

.innerwork-page .work-box-wrapper .tab-pane .web-work-box {
  margin-bottom: 30px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;

}

.innerwork-page .work-box-wrapper .tab-pane .web-work-box img {
  width: 100%;
  height: 240px;
}

.innerwork-page .work-box-wrapper .tab-pane .web-work-box .box-content {
  padding: 10px;
  text-align: center;
  background-color: #ff6c48;
  color: #fff;
  border-bottom: 2px solid #000;

}

.innerwork-page .work-box-wrapper .tab-pane .web-work-box .box-content p {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
}




@media (max-width:568px) {
  .inner-page-banner .banner-content h2 {

    font-size: 34px;
  }

  .inner-page-banner .banner-content ul {
    display: none;
  }

  .innerpage-content .mission-box {

    border-radius: 0 !important;
  }

  .innerwork-page .work-box-wrapper .tab-pane .web-work-box img {
    width: 100%;
    height: auto;
    min-height: 180px;
  }

}