@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,800;1,300;1,600;1,800&display=swap");
:root {
  --head-color: #494949;
  --theme-color: #22313f;
  --theme-one: rgb(76, 176, 80);
  --theme-two: #99754566;
  --primary-color: rgb(76, 176, 80);
  --secoundary-color: #FEA912;
  --secoundary-one: #2f16;
  --white-color: #fff;
  --black-color: #000000;
  --ratting-color: #FFB32B;
  --pragraph-color: #bababa;
  --pragraph-color-two: #707070;
  --object-color: #CFCFCF;
  --icon-color: #898989;
  --section-color:#fafafa;
  --border-color:rgb(173, 251, 176);
}
section[id]{
  scroll-margin-top: 70px;
}
html{
  scroll-behavior: smooth;
}

.swiper-slide {
  position: relative;
}
.swiper-slide .banner-swipper-items .content {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
}
.swiper-slide .banner-swipper-items .content span {
  color: #FE8C12;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  font-size: 18px;
  margin-bottom: 15px;
}
.swiper-slide .banner-swipper-items .content .title {
  font-size: 90px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}

.swiper-button-next {
  color: #ffffff !important;
  background: #FE8C12 !important;
  width: 40px;
  height: 40px;
  right: 100px;
  border-radius: 50% !important;
}

.swiper-button-prev {
  color: #ffffff !important;
  width: 40px;
  height: 40px;
  left: 100px;
  border-radius: 50% !important;
  border: 1px solid #FE8C12;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  color: #FE8C12 !important;
  display: none;
}

@media screen and (max-width: 1199px) {
  .swiper-slide {
    position: relative;
  }
  .swiper-slide .banner-swipper-items .content {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
  }
  .swiper-slide .banner-swipper-items .content span {
    color: #FE8C12;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    font-size: 18px;
  }
  .swiper-slide .banner-swipper-items .content .title {
    font-size: 70px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 800;
  }
  .swiper-slide .banner-section.style-three .content .title {
    font-size: 50px !important;
  }
  .swiper-slide .banner-section.style-three .content p {
    font-size: 15px !important;
  }
}
@media screen and (max-width: 991px) {
  .swiper-slide {
    position: relative;
  }
  .swiper-slide .banner-swipper-items .content {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
  }
  .swiper-slide .banner-swipper-items .content span {
    color: #FE8C12;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    font-size: 18px;
  }
  .swiper-slide .banner-swipper-items .content .title {
    font-size: 50px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 800;
  }
  .banner-section.style-three .content .title {
    font-size: 45px !important;
  }
  .swiper-button-next {
    color: #ffffff !important;
    background: #FE8C12 !important;
    width: 40px;
    height: 40px;
    right: 10px;
    border-radius: 50% !important;
  }
  .swiper-button-prev {
    color: #ffffff !important;
    width: 40px;
    height: 40px;
    left: 10px;
    border-radius: 50% !important;
    border: 1px solid #FE8C12;
  }
}
@media screen and (max-width: 767px) {
  .swiper-slide {
    position: relative;
  }
  .swiper-slide .banner-swipper-items .content {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
  }
  .swiper-slide .banner-swipper-items .content span {
    color: #FE8C12;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    font-size: 18px;
  }
  .swiper-slide .banner-swipper-items .content .title {
    font-size: 40px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 800;
  }
  .banner-section.style-three .content .title {
    font-size: 40px !important;
  }
  .banner-section.style-three .content p {
    font-size: 13px !important;
  }
}
@media screen and (max-width: 575px) {
  .swiper-slide {
    position: relative;
  }
  .swiper-slide .banner-swipper-items .content {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
  }
  .swiper-slide .banner-swipper-items .content span {
    color: #FE8C12;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    font-size: 18px;
  }
  .swiper-slide .banner-swipper-items .content .title {
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 800;
  }
  .banner-section.style-three .content .title {
    font-size: 28px !important;
  }
  .banner-section.style-three .content p {
    font-size: 12px !important;
  }
  .swiper-button-next {
    color: #ffffff !important;
    background: #FE8C12 !important;
    width: 40px;
    height: 40px;
    right: 10px;
    border-radius: 50% !important;
    display: none;
  }
  .swiper-button-prev {
    color: #ffffff !important;
    width: 40px;
    height: 40px;
    left: 10px;
    border-radius: 50% !important;
    border: 1px solid #FE8C12;
    display: none;
  }
}
.banner-section.banner-style-two .swiper .swiper-wrapper .swiper-slide .banner-swipper-items .content {
  left: 40%;
  padding: 0 20px;
  max-width: 937px;
  text-align: left;
}
.banner-section.banner-style-two .swiper .swiper-wrapper .swiper-slide .banner-swipper-items .content .banner-btn-area {
  justify-content: flex-start;
  margin-top: 40px;
}
.banner-section.banner-style-two .swiper .swiper-wrapper .swiper-slide .banner-swipper-items .content .banner-btn-area .video {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #ffffff;
  border-radius: 50%;
}
.banner-section.banner-style-two .swiper .swiper-wrapper .swiper-slide .banner-swipper-items .content .banner-btn-area .video svg {
  font-size: 20px;
  color: #282828;
}
.banner-section.banner-style-two .swiper .swiper-wrapper .swiper-slide .banner-swipper-items .content p {
  font-size: 18px;
  color: #ffffff;
  margin-top: 15px;
  max-width: 650px;
}

@media screen and (max-width: 450px) {
  .banner-section.banner-style-two .swiper .swiper-wrapper .swiper-slide .banner-swipper-items .content {
    left: 40%;
    padding: 0 0px;
    padding-left: 14px;
    text-align: left;
  }
  .banner-section.banner-style-two .swiper .swiper-wrapper .swiper-slide .banner-swipper-items .content .banner-btn-area {
    justify-content: flex-start;
    margin-top: 40px;
  }
  .banner-section.banner-style-two .swiper .swiper-wrapper .swiper-slide .banner-swipper-items .content .banner-btn-area .video {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #ffffff;
    border-radius: 50%;
  }
  .banner-section.banner-style-two .swiper .swiper-wrapper .swiper-slide .banner-swipper-items .content .banner-btn-area .video svg {
    font-size: 20px;
    color: #282828;
  }
  .banner-section.banner-style-two .swiper .swiper-wrapper .swiper-slide .banner-swipper-items .content .banner-btn-area .btn {
    font-size: 13px;
  }
  .banner-section.banner-style-two .swiper .swiper-wrapper .swiper-slide .banner-swipper-items .content p {
    font-size: 18px;
    color: #ffffff;
    margin-top: 15px;
    max-width: 650px;
  }
}
.breadcrumb-banner {
  background: url(../../assets/images/banner/breadcump-banner.png) no-repeat center center;
  background-size: cover;
  padding: 220px 0 180px;
}
.breadcrumb-banner .content {
  text-align: center;
  margin: 0 auto;
}
.breadcrumb-banner .content .title {
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 10px;
}
.breadcrumb-banner .content span {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #FE8C12;
}
.breadcrumb-banner .content span a {
  color: #ffffff;
}

@media screen and (max-width: 575px) {
  .breadcrumb-banner .content .title {
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 30px;
  }
}
.banner-section {
  position: relative;
}

.banner-section.style-three {
  overflow: hidden;
  background: url(../images/banner/banner3.jpg) no-repeat center center;
  background-size: cover;
  padding: 250px 0;
}
.banner-section.style-three::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.7);
}
.banner-section.style-three .content {
  position: relative;
  text-align: center;
  margin: 0 auto;
  max-width: 820px;
}
.banner-section.style-three .content .title {
  color: var(--white-color);
  text-transform: uppercase;
  font-size: 70px;
  margin-bottom: 15px;
}
.banner-section.style-three .content p {
  color: var(--white-color);
  line-height: 30px;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  color: #030A15;
}

h1 {
  font-size: 48px;
  font-weight: 700;
}

h2 {
  font-size: 24px;
  font-weight: 600;
}

h3 {
  font-size: 22px;
  font-weight: 600;
}

h4 {
  font-size: 20px;
  font-weight: 600;
}

h5 {
  font-size: 18px;
  font-weight: 600;
}

h6 {
  font-size: 16px;
  font-weight: 400;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #fff;
}

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

a {
  text-decoration: none;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .pt-120 {
    padding-top: 90px;
  }
  .pb-120 {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 575px) {
  .pt-120 {
    padding-top: 70px;
  }
  .pb-120 {
    padding-bottom: 70px;
  }
}
.text-color-white {
  color: #fff !important;
}

.text-color-black {
  color: #000 !important;
}

.text-color-theme {
  color: #FE8C12 !important;
}

.text-pra {
  color: #FFFFFF !important;
}

.theme1 {
  color: #86cf3b !important;
}

.theme2 {
  color: #ffb400 !important;
}

.theme3 {
  color: #47a1f2 !important;
}

.section-title-black {
  background: #000 !important;
}

.section-bg-border-bg-color {
  background: #E6E7E8 !important;
}

.section-border-color {
  background: #E6E7E8 !important;
}

.section-header {
  margin-bottom: 40px;
}
.section-header .subtitle {
  font-size: 18px;
  font-weight: 600;
  color: #FE8C12;
  position: relative;
  margin-bottom: 10px;
  text-transform: uppercase;
  margin-left: 64px;
}
.section-header .subtitle::before {
  position: absolute;
  content: "";
  width: 55px;
  height: 2px;
  top: 12px;
  left: -63px;
  background: #FE8C12;
}
.section-header .title {
  text-transform: uppercase;
  margin-top: 10px;
}
.section-header p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.section-header-center {
  max-width: 700px;
  text-align: center;
  margin: 0 auto 50px;
}

@media screen and (max-width: 1199px) {
  .section-header .title {
    font-size: 41px;
  }
}
@media screen and (max-width: 767px) {
  .section-header .title {
    text-transform: uppercase;
    font-size: 42px;
  }
}
@media screen and (max-width: 575px) {
  .section-header-center {
    max-width: 500px;
    text-align: center;
    margin: 0 auto 30px;
  }
  .section-header {
    margin-bottom: 20px;
  }
  .section-header .subtitle {
    margin-bottom: 15px;
  }
  .section-header .title {
    text-transform: uppercase;
    font-size: 28px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 400px) {
  .section-header-center {
    max-width: 500px;
    text-align: center;
    margin: 0 auto 30px;
  }
  .section-header {
    margin-bottom: 20px;
  }
  .section-header .subtitle {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .section-header .title {
    text-transform: uppercase;
    font-size: 22px;
    margin-top: 10px;
  }
}
.banner-section,
.feature-section,
.about-section,
.service-section,
.protfolio-section,
.team-section,
.counterup-section,
.choose-section,
.testimonial-section,
.manegment-section,
.blog-section,
.footer-style-two,
.video-section,
.client-section,
.faq-section,
.contact-section .footer-section {
  overflow: hidden;
}

.banner-btn-area {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 35px;
}
.banner-btn-area .btn {
  margin-right: 15px;
}

@media screen and (max-width: 485px) {
  .banner-btn-area {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 17px;
  }
  .banner-btn-area .btn {
    margin-bottom: 10px;
  }
}
.btn {
  font-weight: 700;
  color: #ffffff;
  border-radius: 5px;
  line-height: 28px;
  padding: 12px 30px;
  background: #FE8C12;
  text-transform: uppercase;
  border: 1px solid #FE8C12;
  font-size: 16px;
  transition: all 0.3s;
}
.btn svg {
  padding-left: 5px;
}
.btn:hover {
  background: transparent;
  border: 1px solid #FE8C12;
  color: #FE8C12;
}

.btn2 {
  font-weight: 700;
  color: #FE8C12;
  border-radius: 5px;
  line-height: 28px;
  padding: 12px 30px;
  text-transform: uppercase;
  border: 1px solid #FE8C12;
  font-size: 16px;
  transition: all 0.3s;
}
.btn2 svg {
  padding-left: 5px;
}
.btn2:hover {
  background: #FE8C12;
  color: #ffffff;
}

.under-btn {
  font-weight: 700;
  color: #282828;
  line-height: 28px;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 16px;
  transition: all 0.3s;
}
.under-btn:hover {
  color: #FE8C12;
}

/*========== Top Header Section Start  ==========*/
.top-header {
  overflow: hidden;
  background: #282828;
  padding: 10px 20px 13px;
}
.top-header .top-header-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-header .top-header-items .top-header-left .subtitle-left {
  display: flex;
  align-items: center;
}
.top-header .top-header-items .top-header-left .subtitle-left li {
  margin-right: 15px;
}
.top-header .top-header-items .top-header-left .subtitle-left li svg {
  color: #FE8C12;
}
.top-header .top-header-items .top-header-left .subtitle-left li a {
  color: var(--white-color);
}
.top-header .top-header-items .top-header-right {
  display: flex;
  align-items: center;
}
.top-header .top-header-items .top-header-right ul {
  display: flex;
  align-items: center;
}
.top-header .top-header-items .top-header-right ul li {
  margin-right: 15px;
}
.top-header .top-header-items .top-header-right ul li svg {
  color: var(--white-color);
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.top-header .top-header-items .top-header-right ul li svg:hover {
  color: #FE8C12;
}

.style-head {
  background-color: initial;
  padding: initial;
}
.style-head .top-header-items.style-one {
  background: #282828;
  padding: 10px 20px;
}

/*========== Top Header Section End  ==========*/
/*========== Main Header Section Start  ==========*/
.header-section {
  width: 100%;
  z-index: 99999;
}
.header-section .header-wrapper.style-header {
  background-color: #E6E7E8;
  padding: 20px 15px;
}

.menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  transition: all 0.9s;
  background-color: #E6E7E8;
}
.menu-fixed .search-icon #search {
  position: fixed;
  top: 0px !important;
  left: 0px;
  width: 100%;
  height: 90px;
}

.menu-fixeds {
  background-color: red;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  transition: all 0.9s;
}
.menu-fixeds .search-icon #search {
  position: fixed;
  top: 0px !important;
  left: 0px;
  width: 100%;
  height: 90px;
}

.header-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  transition: all 0.9s;
  padding: 20px 0;
  position: relative;
}
.header-wrapper .logo-menu {
  max-width: 149px;
  height: 48px;
}
.header-wrapper .logo-menu img {
  width: 100%;
  height: 100%;
}
.header-wrapper .main-menu {
  position: relative;
  display: flex;
  align-items: center;
}
.header-wrapper .main-menu li {
  transition: all 0.6s;
  position: relative;
  text-transform: uppercase;
}
.header-wrapper .main-menu li:not(:last-child) {
  margin-right: 30px;
}
.header-wrapper .main-menu li a {
  color: #282828;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s;
}
.header-wrapper .main-menu li a:hover {
  color: #FE8C12;
}
.header-wrapper .main-menu li a svg {
  margin-left: 2px;
  font-size: 14px;
}
.header-wrapper .main-menu li a .active {
  color: #FE8C12;
}
.header-wrapper .main-menu li .sub-menu {
  display: none;
  transform: translateY(27px);
}
@media (min-width: 992px) {
  .header-wrapper .main-menu li .sub-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 999;
    width: 250px;
    transition: all 0.8s;
    border-radius: 2px;
    display: block !important;
    opacity: 0;
    visibility: hidden;
  }
}
.header-wrapper .main-menu li .sub-menu li {
  margin-right: 0;
  transition: all 0.4s !important;
}
.header-wrapper .main-menu li .sub-menu li a {
  color: #FE8C12;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 18px;
  display: block;
  padding: 15px 20px;
  background: rgba(230, 231, 232, 0.9);
  margin: 5px;
  border-radius: 5px;
}
.header-wrapper .main-menu li .sub-menu li:hover a {
  margin-left: 10px;
  color: #FE8C12;
}
.header-wrapper .main-menu li .sub-menu li .sub-two {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transform: scale(0);
  right: 100%;
  top: 0;
  width: 200px;
  transition: all 0.8s;
  background: var(--section-bg-two);
  box-shadow: -1px 7px 19px -14px rgb(66, 106, 184);
  border-radius: 2px;
}
.header-wrapper .main-menu li .sub-menu li .sub-two li a {
  margin-left: 5px;
}
.header-wrapper .main-menu li .sub-menu li .sub-two li:hover a {
  margin-left: 10px;
}
.header-wrapper .main-menu li .sub-menu:hover .subtwohober {
  transition: all 0.5s;
}
.header-wrapper .main-menu li .sub-menu:hover .subtwohober .sub-two {
  opacity: 1 !important;
  visibility: visible !important;
  display: block;
  transform: scale(1);
}
.header-wrapper .main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-wrapper .main-menu .search-icon {
  /* Search Style */
}
.header-wrapper .main-menu .search-icon .serach {
  display: block;
}
.header-wrapper .main-menu .search-icon .serach svg {
  font-size: 16px;
  color: #282828;
}
.header-wrapper .main-menu .search-icon #search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-color: rgba(3, 13, 32, 0.927);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  display: none;
}
.header-wrapper .main-menu .search-icon #search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  z-index: 106;
  display: block;
}
.header-wrapper .main-menu .search-icon #search input[type=search] {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -51px;
  width: 60%;
  margin-left: 20%;
  color: var(--white-color);
  background: transparent;
  font-size: 18px;
  border: none;
  border-radius: 10px;
  outline: none;
  padding: 30px 20px;
  border: 1px solid #FE8C12;
}
.header-wrapper .main-menu .search-icon #search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  opacity: 1;
  font-size: 27px;
  color: #FE8C12;
}
.header-wrapper .main-menu .search-icon #search .close:hover {
  cursor: pointer;
}

/*========== Main Header Section End  ==========*/
/*----Scroll Top To Bottom Start-----*/
#progress {
  background-color: #FE8C12;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  position: fixed;
  right: 20px;
  z-index: 9999;
  display: none;
  bottom: 20px;
  transition: all 0.4s ease-in-out;
}
#progress svg {
  color: var(--white-color);
}
#progress #valiu {
  display: block;
}
#progress #valiu img {
  width: 16px;
}
#progress:hover {
  cursor: pointer;
  background-color: var(--theme-color);
}

/*----Scroll Top To Bottom Start-----*/
@media screen and (max-width: 991px) {
  .top-header .top-header-items {
    justify-content: center;
    flex-wrap: wrap;
  }
  .top-header .top-header-items .top-header-left .subtitle-left {
    flex-wrap: wrap;
    justify-content: center;
  }
  .header-section {
    padding: 10px 0;
  }
  .menu-btn-wrapper {
    display: none;
  }
  .header-wrapper {
    padding: 12px 0px;
  }
  .header-wrapper .logo-menu {
    padding: 0px 0px;
  }
  .header-wrapper .main-menu .search-icon .serach svg {
    color: #FE8C12;
  }
  .header-wrapper .main-menu li .sub-menu li .sub-two {
    position: static !important;
    width: 100%;
  }
  .header-wrapper .main-menu li .sub-menu li .sub-two li a {
    display: block;
  }
  .main-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    display: inline !important;
    left: 0;
    z-index: 999;
    padding: 15px 15px;
    background-color: var(--white-color);
    transition: all 2s !important;
    transform-origin: top;
    max-height: calc(100vh - 130px);
    overflow-y: auto;
  }
  .main-menu:not(.active) {
    display: none !important;
    transition: all 2s;
  }
  .main-menu li {
    width: 100%;
  }
  .main-menu li:not(:last-child) {
    border-bottom: 1px solid rgb(198, 206, 210);
    margin-right: 0 !important;
  }
  .main-menu li:not(:last-child) a {
    color: #FE8C12;
  }
  .main-menu li a {
    display: block;
    padding: 14px 0px;
  }
  .main-menu li .sub-two {
    margin: 20px 20px;
  }
  .main-menu .search-icon {
    padding: 15px 0px 8px;
  }
  .main-menu .search-icon .serach {
    line-height: 13px !important;
  }
  .main-menu .btn-wrapper {
    margin-top: 15px;
  }
  .main-menu .btn-wrapper .cmn--btn-3 {
    margin-top: 14px;
  }
  .main-menu .active a {
    color: var(--white-color);
  }
  .header-bar {
    position: relative;
    width: 25px;
    height: 20px;
  }
  .header-bar span {
    position: absolute;
    width: 100%;
    height: 3px;
    display: inline-block;
    transition: all 0.3s;
    left: 0;
    background: var(--white-color);
  }
  .header-bar span:first-child {
    top: 0;
    background: #FE8C12;
  }
  .header-bar span:nth-child(2) {
    top: 44%;
    background: #FE8C12;
  }
  .header-bar span:last-child {
    bottom: 0;
    background: #FE8C12;
  }
  .header-bar.active span:first-child {
    transform: rotate(45deg) translate(3px, 9px);
  }
  .header-bar.active span:nth-child(2) {
    opacity: 0;
  }
  .header-bar.active span:last-child {
    transform: rotate(-45deg) translate(3px, -9px);
  }
  .header-bar:hover {
    cursor: pointer;
  }
  .header-wrapper .main-menu li .sub-menu {
    background: var(--section-bg-two);
    position: relative;
    transform: translateY(1px);
    padding: 5px 0;
  }
  .header-wrapper .main-menu li .sub-menu li {
    border: 0;
  }
  .header-wrapper .main-menu li .sub-menu li:not(:last-child) {
    margin-bottom: 8px;
  }
  .header-wrapper .main-menu li .sub-menu li a {
    color: #FE8C12;
    padding: 10px 20px;
  }
  .pagi-space {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .top-header .top-header-items .top-header-left {
    margin-bottom: 15px;
  }
  .top-header .top-header-items .top-header-left .subtitle-left li {
    margin-bottom: 5px;
  }
}
.feature-items {
  background: #F5F5F5;
  padding: 50px 30px;
  transition: all 0.5s;
  position: relative;
}
.feature-items .feature-thumb {
  margin-bottom: 20px;
}
.feature-items .base-text {
  font-size: 45px;
  font-weight: 800;
  -webkit-text-stroke: 1px #FE8C12;
  color: transparent;
  position: absolute;
  top: 13px;
  right: 32px;
}
.feature-items .feature-cntent .title {
  text-transform: uppercase;
  line-height: 1.4;
  transition: all 0.3s;
}
.feature-items:hover {
  background: #282828;
}
.feature-items:hover .feature-cntent .title {
  color: #ffffff;
}
.feature-items:hover .feature-cntent p {
  color: #ffffff;
}

.feature-section.feature-to-service .feature-items {
  text-align: center;
  margin: 0 auto;
  padding: 50px 50px;
}
.feature-section.feature-to-service .feature-items .feature-thumb {
  margin-bottom: 25px;
}
.feature-section.feature-to-service .feature-items .feature-cntent .title {
  margin-bottom: 12px;
}
.feature-section.feature-to-service .feature-items .feature-cntent p {
  font-size: 16px;
  transition: all 0.3s;
}

.about-section .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.about-thumb {
  max-width: 470px;
  position: relative;
}
.about-thumb img {
  width: 100%;
  height: 100%;
}
.about-thumb .small-thumb {
  width: 250px;
  height: 250px;
  position: absolute;
  bottom: -67px;
  left: -67px;
}
.about-thumb .small-thumb img {
  width: 100%;
  height: 100%;
}

.section-header {
  margin-bottom: 15px;
}
.section-header .three-tittle {
  font-size: 36px;
  margin-top: 10px;
  text-transform: uppercase;
}

.about-content .about-list-area {
  margin-top: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
.about-content .about-list-area ul li {
  margin-bottom: 20px;
  color: #282828;
  font-weight: 600;
}
.about-content .about-list-area ul li svg {
  color: #FE8C12;
  margin-right: 10px;
}
.about-content .banner-btn-area {
  justify-content: flex-start;
}

@media screen and (max-width: 1199px) {
  .about-content .about-list-area {
    margin-top: 30px;
  }
  .about-content .about-list-area ul li {
    margin-bottom: 20px;
    color: #282828;
    font-weight: 600;
    font-size: 15px;
  }
  .about-content .about-list-area ul li svg {
    color: #FE8C12;
    margin-right: 10px;
  }
  .about-content .banner-btn-area {
    justify-content: flex-start;
  }
  .about-content .banner-btn-area .btn {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 991px) {
  .about-thumb {
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 840px) {
  .about-thumb {
    max-width: 470px;
    position: relative;
  }
  .about-thumb img {
    width: 100%;
    height: 100%;
  }
  .about-thumb .small-thumb {
    width: 250px;
    height: 250px;
    position: absolute;
    bottom: -67px;
    left: 101px;
  }
  .about-thumb .small-thumb img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 440px) {
  .about-thumb .small-thumb {
    width: 150px;
    height: 150px;
    position: absolute;
    bottom: -59px;
    left: 85px;
  }
}
.about-section.about-style-two {
  background: #E6E7E8;
}
.about-section.about-style-two .about-thumb {
  max-width: 100%;
  position: relative;
}
.about-section.about-style-two .about-thumb img {
  width: 100%;
  height: 100%;
}
.about-section.about-style-two .about-thumb .count-two {
  border: 1px solid #FE8C12;
  border-radius: 50%;
  padding: 11px 13px 0px 0px;
  position: absolute;
  bottom: 34px;
  right: 78px;
  align-items: center;
  justify-content: center;
}
.about-section.about-style-two .about-thumb .count-two .threecount {
  padding: 28px 10px;
  width: 170px;
  height: 170px;
  background: #FE8C12;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto;
}
.about-section.about-style-two .about-thumb .count-two .threecount .flex-count-two {
  justify-content: center;
  margin-bottom: 5px;
}
.about-section.about-style-two .about-thumb .count-two .threecount .flex-count-two h1 {
  color: #ffffff;
}
.about-section.about-style-two .about-thumb .count-two .threecount .sub {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
.about-section.about-style-two .about-content .about-list-area .about-two-wrap-content {
  display: flex;
}
.about-section.about-style-two .about-content .about-list-area .about-two-wrap-content li .about-icon-two {
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 50%;
  text-align: center;
  background: #ffffff;
}
.about-section.about-style-two .about-content .about-list-area .about-two-wrap-content li:not(:last-child) {
  margin-right: 15px;
}
.about-section.about-style-two .about-content .about-list-area .about-two-wrap-content li .about-content-two .title {
  text-transform: uppercase;
  margin-bottom: 5px;
}
.about-section.about-style-two .about-content .about-list-area .about-two-wrap-content li .about-content-two p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
.about-section.about-style-two .about-content .banner-btn-area .ceo-counder {
  display: flex;
  align-items: center;
}
.about-section.about-style-two .about-content .banner-btn-area .ceo-counder .name {
  margin-left: 10px;
}
.about-section.about-style-two .about-content .banner-btn-area .ceo-counder .name .title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}

@media screen and (max-width: 1199px) {
  .about-section.about-style-two .about-content .about-list-area .about-two-wrap-content li .about-content-two .title {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 13px !important;
  }
}
@media screen and (max-width: 991px) {
  .about-section.about-style-two .about-content .about-list-area .about-two-wrap-content li .about-content-two .title {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 16px !important;
  }
}
@media screen and (max-width: 575px) {
  .about-section.about-style-two {
    background: #E6E7E8;
  }
  .about-section.about-style-two .about-thumb {
    max-width: 100%;
    position: relative;
  }
  .about-section.about-style-two .about-thumb img {
    width: 100%;
    height: 100%;
  }
  .about-section.about-style-two .about-thumb .count-two {
    border: 1px solid #FE8C12;
    border-radius: 50%;
    padding: 11px 13px 0px 0px;
    position: absolute;
    display: none;
    bottom: 34px;
    right: 78px;
    align-items: center;
    justify-content: center;
  }
  .about-section.about-style-two .about-thumb .count-two .threecount {
    padding: 28px 10px;
    width: 170px;
    height: 170px;
    background: #FE8C12;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto;
  }
  .about-section.about-style-two .about-thumb .count-two .threecount .flex-count-two {
    justify-content: center;
    margin-bottom: 5px;
  }
  .about-section.about-style-two .about-thumb .count-two .threecount .flex-count-two h1 {
    color: #ffffff;
  }
  .about-section.about-style-two .about-thumb .count-two .threecount .sub {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
  }
}
.video-section {
  background: url(../../assets/images/about/video/videobg.png) no-repeat center center;
  background-size: cover;
  position: relative;
}

.video-shape {
  position: absolute;
  bottom: 0;
  right: 13%;
}

.video-content {
  background: #ffffff;
  padding: 30px 40px;
  position: relative;
}
.video-content .banner-btn-area {
  justify-content: flex-start;
}
.video-content .left-vector {
  position: absolute;
  right: 0;
  bottom: 0;
}

.watch-video {
  text-align: center;
  margin: 0 auto;
}
.watch-video .title {
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
}
.watch-video .video {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #ffffff;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  margin-top: 20px;
}
.watch-video .video svg {
  color: #282828;
}

@media screen and (max-width: 991px) {
  .watch-video {
    margin-top: 30px;
  }
}
@media screen and (max-width: 420px) {
  .video-content {
    background: #ffffff;
    padding: 30px 15px;
    position: relative;
  }
  .video-content .banner-btn-area {
    justify-content: flex-start;
  }
  .video-content .left-vector {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.about-section.about-style-two.about-style-three {
  background: #ffffff;
}
.about-section.about-style-two.about-style-three .about-thumb .count-two {
  border: none;
}
.about-section.about-style-two.about-style-three .about-thumb .count-two .threecount {
  padding: 95px 10px;
  width: 190px;
  height: 190px;
  line-height: 190px;
  background: #282828;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto;
}
.about-section.about-style-two.about-style-three .about-thumb .count-two .threecount .flex-count-two {
  position: absolute;
  top: -11px;
  right: 59px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  background: #FE8C12;
  padding: 32px 20px;
}
.about-section.about-style-two.about-style-three .about-thumb .count-two .threecount .flex-count-two h1 {
  font-size: 29px;
}
.about-section.about-style-two.about-style-three .about-content .about-tabing {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.about-section.about-style-two.about-style-three .about-content .accordion-body {
  padding: 20px 0;
}
.about-section.about-style-two.about-style-three .about-content .accordion-body .items p {
  font-size: 18px;
  color: #353B44;
}
.about-section.about-style-two.about-style-three .about-content .accordion-body .items ul li {
  color: #282828;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.about-section.about-style-two.about-style-three .about-content .accordion-body .items ul li svg {
  margin-right: 10px;
  color: #FE8C12;
}
.about-section.about-style-two.about-style-three .about-content .accordion-body .items ul li:not(:last-child) {
  margin-bottom: 10px;
}
.about-section.about-style-two.about-style-three .accordion-item {
  background-color: #FE8C12 !important;
  border: none;
  margin-right: 10px;
}
.about-section.about-style-two.about-style-three .accordion-button:not(.collapsed) {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #FE8C12;
  box-shadow: none;
}
.about-section.about-style-two.about-style-three .accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none;
}
.about-section.about-style-two.about-style-three .accordion-button:not(.collapsed)::after {
  background-image: none;
}
.about-section.about-style-two.about-style-three .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: none;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
.about-section.about-style-two.about-style-three .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 16px !important;
  font-weight: 500;
  color: #212529;
  margin: 0 auto;
  text-transform: uppercase;
  text-align: left;
  background-color: #E6E7E8;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

@media screen and (max-width: 1199px) {
  .about-section.about-style-two.about-style-three {
    background: #ffffff;
  }
  .about-section.about-style-two.about-style-three .about-thumb .count-two {
    border: none;
  }
  .about-section.about-style-two.about-style-three .about-thumb .count-two .threecount {
    padding: 95px 10px;
    width: 190px;
    height: 190px;
    line-height: 190px;
    background: #282828;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto;
  }
  .about-section.about-style-two.about-style-three .about-thumb .count-two .threecount .flex-count-two {
    position: absolute;
    top: -11px;
    right: 59px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    background: #FE8C12;
    padding: 32px 20px;
  }
  .about-section.about-style-two.about-style-three .about-thumb .count-two .threecount .flex-count-two h1 {
    font-size: 29px;
  }
  .about-section.about-style-two.about-style-three .about-thumb .count-two {
    border: 1px solid #FE8C12;
    border-radius: 50%;
    padding: 11px 13px 0px 0px;
    position: absolute;
    bottom: -44px;
    right: 56px;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  .about-section.about-style-two.about-style-three .accordion-item {
    background-color: #FE8C12 !important;
    border: none;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.consulting-video .video-bg-content {
  background: url(../../assets/images/about/video/video-consolting.png) no-repeat top center;
  background-size: cover;
  width: 100%;
  padding: 120px 0 250px;
}
.consulting-video .consulting-video {
  width: 100%;
  position: relative;
  margin-top: -160px;
}
.consulting-video .consulting-video img {
  width: 100%;
  height: 100%;
}
.consulting-video .consulting-video .video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #FE8C12;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  margin-top: 20px;
}
.consulting-video .consulting-video .video svg {
  color: #ffffff;
  font-size: 20px;
}

@media screen and (max-width: 575px) {
  .consulting-video .video-bg-content {
    background: url(../../assets/images/about/video/video-consolting.png) no-repeat top center;
    background-size: cover;
    width: 100%;
    padding: 50px 0 180px;
  }
  .consulting-video .consulting-video {
    width: 100%;
    position: relative;
    margin-top: -160px;
    height: 350px;
  }
  .consulting-video .consulting-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .consulting-video .consulting-video .video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #FE8C12;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    margin-top: 20px;
  }
  .consulting-video .consulting-video .video svg {
    color: #ffffff;
    font-size: 20px;
  }
}
.service-section {
  background: #F5F5F5;
}
.service-section .services-icon {
  text-align: center;
  background-color: var(--white-color);
  padding: 50px 30px;
  transition: all 0.4s ease-in-out;
}
.service-section .services-icon .service-icon {
  margin-bottom: 15px;
}
.service-section .services-icon .service-icon svg {
  font-size: 32px;
  color: #FE8C12;
}
.service-section .services-icon h5 {
  text-transform: uppercase;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}
.service-section .services-icon p {
  transition: all 0.4s ease-in-out;
}
.service-section .services-icon:hover {
  background: #282828 !important;
}
.service-section .services-icon:hover h5 {
  color: var(--white-color);
}
.service-section .services-icon:hover p {
  color: var(--white-color);
}

.service-items {
  background: #ffffff;
  padding: 50px 50px;
  transition: all 0.6s;
}
.service-items:hover {
  background: #282828;
}
.service-items:hover .service-header .cont .title {
  text-transform: uppercase;
  color: #ffffff;
  transition: all 0.5;
}
.service-items:hover p {
  color: #ffffff;
}
.service-items:hover .under-btn {
  color: #FE8C12;
}
.service-items .service-header {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
  border-bottom: 1px solid #E6E7E8;
  padding-bottom: 20px;
}
.service-items .service-header .thumb {
  width: 70px;
  height: 64px;
  margin-right: 15px;
}
.service-items .service-header .thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.service-items .service-header .cont .title {
  text-transform: uppercase;
}
.service-items p {
  font-size: 17px;
  margin-bottom: 20px;
}

@media screen and (max-width: 400px) {
  .service-items {
    background: #ffffff;
    padding: 50px 30px;
    transition: all 0.6s;
  }
  .service-items .service-header .thumb {
    width: 70px;
    height: 64px;
    margin-right: 15px;
  }
  .service-items .service-header .thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .service-items .service-header .cont .title {
    text-transform: uppercase;
    font-size: 18px;
  }
  .service-items p {
    font-size: 17px;
    margin-bottom: 20px;
  }
}
.active-bg {
  background: #282828 !important;
}
.active-bg .cont .title {
  color: #ffffff;
}
.active-bg h5 {
  color: var(--white-color);
}
.active-bg p {
  color: #ffffff !important;
}
.active-bg a {
  color: #ffffff;
}

.service-details .service-detail-left-wrapper .items .thumb {
  width: 100%;
  height: 420px;
}
.service-details .service-detail-left-wrapper .items .thumb img {
  width: 100%;
  height: 100%;
}
.service-details .service-detail-left-wrapper .items .cont {
  padding: 25px 0;
}
.service-details .service-detail-left-wrapper .items .cont .title {
  font-size: 36px;
  font-weight: 700;
  color: #282828;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.service-details .service-detail-left-wrapper .items .cont p {
  font-size: 18px;
  color: #353B44;
}
.service-details .service-detail-left-wrapper .items2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.service-details .service-detail-left-wrapper .items2 .thumb {
  max-width: 270px;
}
.service-details .service-detail-left-wrapper .items2 .thumb img {
  width: 100%;
  height: 100%;
}
.service-details .service-detail-left-wrapper .items2 .skill-content {
  width: calc(100% - 270px);
  padding-left: 35px;
}
.service-details .service-detail-left-wrapper .items2 .skill-content .title {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.service-details .service-detail-left-wrapper .items2 .skill-content .progressbar-area .pro-items:not(:last-child) {
  margin-bottom: 20px;
}
.service-details .service-detail-left-wrapper .items2 .skill-content .progressbar-area .pro-items .content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.service-details .service-detail-left-wrapper .items2 .skill-content .progressbar-area .pro-items .content h6 {
  font-size: 16px;
  font-weight: 600;
  color: #282828;
  text-transform: uppercase;
}
.service-details .service-detail-left-wrapper .items2 .skill-content .progressbar-area .pro-items .content .c {
  color: #FE8C12;
}
.service-details .service-detail-left-wrapper .items2 .skill-content .progressbar-area .pro-items .w3-light-grey {
  background: #E6E7E8;
  height: 10px;
}
.service-details .service-detail-left-wrapper .items2 .skill-content .progressbar-area .pro-items .w3-light-grey .w3-green {
  background: #FE8C12;
}
.service-details .service-detail-left-wrapper p {
  font-size: 18px;
  color: #353B44;
}
.service-details .service-detail-left-wrapper .service-items {
  background: #E6E7E8;
  transition: all 0.3s;
}
.service-details .service-detail-left-wrapper .service-items:hover {
  background: #282828;
}
.service-details .service-detail-left-wrapper .service-items:hover p {
  color: #ffffff;
}
.service-details .service-detail-right-wrapper .tag-categori-items {
  background: #E6E7E8;
  padding: 40px 30px;
  margin-bottom: 35px;
}
.service-details .service-detail-right-wrapper .tag-categori-items .title {
  text-transform: uppercase;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.service-details .service-detail-right-wrapper .tag-categori-items .title::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 50px;
  height: 2px;
  background: #FE8C12;
}
.service-details .service-detail-right-wrapper .tag-categori-items .tag li {
  background: #ffffff;
  padding: 13px 20px;
  border-radius: 1px;
}
.service-details .service-detail-right-wrapper .tag-categori-items .tag li:not(:last-child) {
  margin-bottom: 15px;
}
.service-details .service-detail-right-wrapper .tag-categori-items .tag li a {
  color: #282828;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.service-details .service-detail-right-wrapper .tag-categori-items .tag li a svg {
  color: #FE8C12;
  padding-right: 10px;
}
.service-details .service-detail-right-wrapper .tag-categori-items .tag li .text-base {
  color: #FE8C12;
}
.service-details .service-detail-right-wrapper .info-help {
  background: #282828;
  padding: 40px 40px;
}
.service-details .service-detail-right-wrapper .info-help .title {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.service-details .service-detail-right-wrapper .info-help p {
  color: #ffffff;
  font-size: 17px;
  margin-bottom: 35px;
}
.service-details .service-detail-right-wrapper .info-help ul li {
  display: flex;
  align-items: center;
}
.service-details .service-detail-right-wrapper .info-help ul li svg {
  font-size: 21px;
  margin-right: 15px;
  color: #FE8C12;
}
.service-details .service-detail-right-wrapper .info-help ul li a {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}
.service-details .service-detail-right-wrapper .info-help ul li a span {
  color: #9A9DA1;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}
.service-details .service-detail-right-wrapper .info-help ul li:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .service-details .service-detail-left-wrapper {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .service-details .service-detail-left-wrapper .items2 {
    flex-wrap: wrap;
    display: inline;
  }
  .service-details .service-detail-left-wrapper .items2 .skill-content {
    width: 100%;
    padding-left: 0;
    margin-top: 25px;
  }
}
@media screen and (max-width: 575px) {
  .service-details .service-detail-left-wrapper .items .cont .title {
    font-size: 23px;
    font-weight: 700;
    color: #282828;
    margin-bottom: 15px;
    text-transform: uppercase;
  }
  .service-details .service-detail-left-wrapper .items .cont p {
    font-size: 16px;
    color: #353B44;
  }
}
.protfolio-section {
  position: relative;
  background: url(../../assets/images/protfolio/prot-bg.png) no-repeat top center;
}

.portfolio-wrapper {
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}

.protfolio-items {
  position: relative;
  transition: all 0.4s;
}
.protfolio-items .main-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5) !important;
  transition: all 0.4s;
}
.protfolio-items .main-content .content {
  display: flex;
  padding: 0 30px;
  justify-content: space-between;
  position: absolute;
  bottom: 24px;
  width: 100%;
  left: 0;
}
.protfolio-items .main-content .content .cont {
  text-align: left;
}
.protfolio-items .main-content .content .cont .title {
  color: #ffffff;
  text-transform: uppercase;
}
.protfolio-items .main-content .content .cont span {
  color: #FE8C12;
  font-weight: 500;
}
.protfolio-items .main-content .content .prot-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ffffff;
  text-align: center;
  line-height: 60px;
  color: #282828;
}
.protfolio-items .main-content .content .prot-icon svg {
  font-size: 18px;
}
.protfolio-items:hover .main-content {
  opacity: 1;
}

.owl-carousel .owl-nav.disabled {
  display: block;
}

.owl-nav {
  position: absolute;
  top: -22%;
  right: 16%;
}

.owl-nav button.owl-next {
  padding: 0 !important;
  font: inherit;
  color: #ffffff !important;
  background: #FE8C12 !important;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
}

.owl-nav button.owl-prev {
  padding: 0 !important;
  font: inherit;
  color: #282828 !important;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  background: #ffffff !important;
}

@media screen and (max-width: 1399px) {
  .owl-nav {
    position: absolute;
    top: -28%;
    right: 16%;
  }
}
@media screen and (max-width: 1199px) {
  .owl-nav {
    position: absolute;
    top: -39%;
    right: 16%;
  }
}
@media screen and (max-width: 991px) {
  .owl-nav {
    position: absolute;
    top: -29%;
    right: 13%;
  }
}
@media screen and (max-width: 767px) {
  .owl-nav {
    position: absolute;
    top: -29%;
    right: 13%;
    display: none;
  }
  .protfolio-items {
    position: relative;
  }
  .protfolio-items .main-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.5) !important;
  }
  .protfolio-items .main-content .content {
    display: flex;
    padding: 0 15px;
    justify-content: space-between;
    position: absolute;
    bottom: 24px;
    width: 100%;
    left: 0;
  }
  .protfolio-items .main-content .content .cont {
    text-align: left;
  }
  .protfolio-items .main-content .content .cont .title {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
  }
  .protfolio-items .main-content .content .cont span {
    color: #FE8C12;
    font-weight: 500;
    font-size: 14px;
  }
  .protfolio-items .main-content .content .prot-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    text-align: center;
    line-height: 40px;
    color: #282828;
  }
  .protfolio-items .main-content .content .prot-icon svg {
    font-size: 18px;
  }
}
.protfolio-section.protfolio-two {
  background: #ffffff;
}
.protfolio-section.protfolio-two .owl-nav {
  display: none;
}
.protfolio-section.protfolio-two .portfolio-wrapper2 {
  padding: 0 100px 0 10px;
}

@media screen and (max-width: 500px) {
  .protfolio-section.protfolio-two {
    background: #ffffff;
  }
  .protfolio-section.protfolio-two .owl-nav {
    display: none;
  }
  .protfolio-section.protfolio-two .portfolio-wrapper2 {
    padding: 0 10px 0 10px;
  }
}
.protfolio-singel .protfolio-items {
  width: 100%;
}
.protfolio-singel .protfolio-items img {
  width: 100%;
  height: 100%;
}

.service-details.protfolio-details .service-detail-left-wrapper .items .check-list {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 2px solid #E6E7E8;
}
.service-details.protfolio-details .service-detail-left-wrapper .items .check-list li {
  font-size: 17px;
  color: #282828;
  font-weight: 500;
}
.service-details.protfolio-details .service-detail-left-wrapper .items .check-list li svg {
  color: #FE8C12;
  padding-right: 10px;
}
.service-details.protfolio-details .service-detail-left-wrapper .items .check-list li:not(:last-child) {
  margin-bottom: 15px;
}
.service-details.protfolio-details .service-detail-left-wrapper .protfolio-items2 .title {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}
.service-details.protfolio-details .service-detail-left-wrapper .protfolio-items {
  width: 100%;
}
.service-details.protfolio-details .service-detail-left-wrapper .protfolio-items img {
  width: 100%;
  height: 100%;
}
.service-details.protfolio-details .service-detail-right-wrapper .tag-categori-items .details li {
  display: flex;
  align-items: center;
}
.service-details.protfolio-details .service-detail-right-wrapper .tag-categori-items .details li:not(:last-child) {
  margin-bottom: 15px;
}
.service-details.protfolio-details .service-detail-right-wrapper .tag-categori-items .details li strong {
  font-weight: 700;
  text-transform: uppercase;
  color: #282828;
  margin-right: 20px;
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-details.protfolio-details .service-detail-right-wrapper .tag-categori-items .details li .span-class {
  font-size: 14px;
  font-weight: 500;
}
.service-details.protfolio-details .service-detail-right-wrapper .tag-categori-items .details li .span-class ul {
  display: flex;
  align-items: center;
}
.service-details.protfolio-details .service-detail-right-wrapper .tag-categori-items .details li .span-class ul li:not(:last-child) {
  margin-right: 10px;
}
.service-details.protfolio-details .service-detail-right-wrapper .tag-categori-items .details li .span-class ul li a svg {
  color: #353B44;
}

@media screen and (max-width: 575px) {
  .service-details.protfolio-details .service-detail-left-wrapper .protfolio-items2 .title {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
  }
}
.team-items {
  position: relative;
}
.team-items .team-thumb {
  width: 100%;
  position: relative;
}
.team-items .team-thumb img {
  width: 100%;
  height: 100%;
}
.team-items .team-thumb .content {
  background: #ffffff;
  box-shadow: 2px 13px 15px -6px #E6E7E8;
  width: 240px;
  padding: 25px 5px;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  bottom: -66px;
  left: 31px;
}
.team-items .team-thumb .content .name {
  text-transform: uppercase;
  margin-bottom: 4px;
}
.team-items .team-thumb .content .designation {
  color: #FE8C12;
  font-weight: 500;
}
.team-items .team-thumb .content .team-social {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-items .team-thumb .content .team-social li {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  border: 1px solid #E6E7E8;
  transition: all 0.3s;
}
.team-items .team-thumb .content .team-social li a svg {
  color: #282828;
  transition: all 0.3s;
}
.team-items .team-thumb .content .team-social li:not(:last-child) {
  margin-right: 8px;
}
.team-items .team-thumb .content .team-social li:hover {
  background: #FE8C12;
}
.team-items .team-thumb .content .team-social li:hover a svg {
  color: #ffffff;
}

@media screen and (max-width: 1399px) {
  .team-items {
    position: relative;
  }
  .team-items .team-thumb .content {
    background: #ffffff;
    box-shadow: 2px 13px 15px -6px #E6E7E8;
    width: 240px;
    padding: 25px 5px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    bottom: -66px;
    left: 9px;
  }
}
@media screen and (max-width: 1199px) {
  .team-items {
    position: relative;
    margin-bottom: 75px;
  }
  .team-items .team-thumb .content {
    background: #ffffff;
    box-shadow: 2px 13px 15px -6px #E6E7E8;
    width: 240px;
    padding: 25px 5px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    bottom: -66px;
    left: 29px;
  }
}
@media screen and (max-width: 991px) {
  .team-items {
    position: relative;
    margin-bottom: 75px;
  }
  .team-items .team-thumb .content {
    background: #ffffff;
    box-shadow: 2px 13px 15px -6px #E6E7E8;
    width: 240px;
    padding: 25px 5px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    bottom: -66px;
    left: 47px;
  }
}
@media screen and (max-width: 767px) {
  .team-items {
    position: relative;
    margin-bottom: 75px;
  }
  .team-items .team-thumb .content {
    background: #ffffff;
    box-shadow: 2px 13px 15px -6px #E6E7E8;
    width: 240px;
    padding: 25px 5px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    bottom: -66px;
    left: 3px;
  }
}
@media screen and (max-width: 575px) {
  .team-items {
    position: relative;
    margin-bottom: 75px;
  }
  .team-items .team-thumb .content {
    background: #ffffff;
    box-shadow: 2px 13px 15px -6px #E6E7E8;
    width: 240px;
    padding: 25px 5px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    bottom: -66px;
    left: 29px;
  }
}
.counterup-section {
  background: #282828;
  padding: 120px 0 240px;
  position: relative;
}

.counter-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.counter-wrapper .counter-items {
  text-align: center;
  margin: 0 auto;
  width: 25%;
}
.counter-wrapper .counter-items .counting-thumb {
  background: #FE8C12;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  margin-bottom: 5px;
  text-align: center;
  margin: 0 auto 15px;
}
.counter-wrapper .counter-items .counting-thumb img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.counter-wrapper .counter-items .counter-content .count {
  justify-content: center;
}
.counter-wrapper .counter-items .counter-content .count .counter {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
}
.counter-wrapper .counter-items .counter-content .count .squar {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
}
.counter-wrapper .counter-items .counter-content p {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
}
.counter-wrapper .counter-items:not(:last-child) {
  border-right: 2px dashed #686C73;
}

@media screen and (max-width: 991px) {
  .counter-wrapper {
    display: flex;
  }
  .counter-wrapper .counter-items {
    text-align: center;
    margin: 0 auto 30px;
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .counter-wrapper {
    display: flex;
  }
  .counter-wrapper .counter-items {
    text-align: center;
    margin: 0 auto 30px;
    width: 100%;
    border-right: none !important;
  }
}
.counterup-section-style-two {
  background: #E6E7E8;
  position: relative;
  overflow: hidden;
}
.counterup-section-style-two .counter-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.counterup-section-style-two .counter-wrapper {
  position: relative;
  z-index: 2;
}
.counterup-section-style-two .counter-wrapper .counter-items .counter-content .count .counter {
  color: #282828;
}
.counterup-section-style-two .counter-wrapper .counter-items .counter-content .count .squar {
  color: #282828;
}
.counterup-section-style-two .counter-wrapper .counter-items .counter-content p {
  color: #282828;
}

.box-shadow-exprience {
  box-shadow: 0px 0px 14px 4px #E6E7E8;
  padding: 30px;
  margin-top: -120px;
  position: relative;
  background: #ffffff;
}

.exprience-content-left {
  padding-right: 50px;
}
.exprience-content-left .progressbar-area {
  max-width: 630px;
}
.exprience-content-left .progressbar-area .w3-light-grey {
  background: #E6E7E8;
  height: 10px;
}
.exprience-content-left .progressbar-area .w3-light-grey .w3-green {
  background: #FE8C12;
}
.exprience-content-left .progressbar-area .pro-items .content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.exprience-content-left .progressbar-area .pro-items .content h6 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
}
.exprience-content-left .progressbar-area .pro-items .content .c {
  color: #FE8C12;
}
.exprience-content-left .progressbar-area .pro-items:not(:last-child) {
  margin-bottom: 20px;
}

.exprience-thumb {
  width: 100%;
  position: relative;
}
.exprience-thumb img {
  width: 100%;
  height: 100%;
}
.exprience-thumb .count-two {
  position: absolute;
  bottom: 33px;
  left: -53px;
  background: #ffffff;
  width: 200px;
  border-left: 2px solid #FE8C12;
  padding: 22px 10px 30px;
}
.exprience-thumb .count-two .flex-count-two {
  margin-bottom: 5px;
}
.exprience-thumb .count-two .sub {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
.exprience-thumb .video {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 50%;
  text-align: center;
  background: #FE8C12;
}
.exprience-thumb .video svg {
  font-size: 24px;
  color: #ffffff;
}

@media screen and (max-width: 991px) {
  .exprience-thumb {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .exprience-thumb .count-two {
    position: absolute;
    bottom: -73px;
    left: 13%;
    background: #ffffff;
    width: 200px;
    border: 2px solid #FE8C12;
    padding: 22px 10px 30px;
  }
}
@media screen and (max-width: 500px) {
  .exprience-content-left {
    padding-right: 0px;
    padding: 15px 5px;
  }
  .box-shadow-exprience {
    padding: 10px;
  }
}
.choose-thumb {
  width: 100%;
  position: relative;
  padding-right: 40px;
}
.choose-thumb img {
  width: 100%;
  height: 100%;
}
.choose-thumb .small-thumb {
  width: 250px;
  height: 250px;
  position: absolute;
  bottom: 48%;
  left: -19%;
}
.choose-thumb .small-thumb img {
  width: 100%;
  height: 100%;
}

.choose-content .banner-btn-area {
  justify-content: flex-start;
}
.choose-content .choose-list-area .choos-wrap {
  display: flex;
  margin-bottom: 20px;
}
.choose-content .choose-list-area .choos-wrap .list {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #FE8C12;
  background: #E6E7E8;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 600;
}
.choose-content .choose-list-area .choos-wrap .content {
  width: calc(100% - 70px);
  padding-left: 15px;
}
.choose-content .choose-list-area .choos-wrap .content .title {
  text-transform: uppercase;
  margin-bottom: 5px;
}
.choose-content .choose-list-area .choos-wrap .content p {
  font-size: 17px;
}

@media screen and (max-width: 1199px) {
  .choose-content .banner-btn-area {
    justify-content: flex-start;
  }
  .choose-content .banner-btn-area .btn {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 991px) {
  .choose-thumb {
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 840px) {
  .choose-thumb {
    max-width: 470px;
    position: relative;
  }
  .choose-thumb img {
    width: 100%;
    height: 100%;
  }
  .choose-thumb .small-thumb {
    width: 250px;
    height: 250px;
    position: absolute;
    bottom: -67px;
    left: 101px;
  }
  .choose-thumb .small-thumb img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .choose-thumb {
    width: 100%;
    position: relative;
    padding-right: 0px;
  }
  .choose-thumb img {
    width: 100%;
    height: 100%;
  }
  .choose-content {
    margin-top: 40px;
  }
}
@media screen and (max-width: 440px) {
  .choose-thumb .small-thumb {
    width: 150px;
    height: 150px;
    position: absolute;
    bottom: -59px;
    left: 85px;
  }
  .choose-content .choose-list-area .choos-wrap {
    display: flex;
    margin-bottom: 20px;
  }
  .choose-content .choose-list-area .choos-wrap .list {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #FE8C12;
    background: #E6E7E8;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 600;
  }
  .choose-content .choose-list-area .choos-wrap .content {
    width: calc(100% - 70px);
    padding-left: 15px;
  }
  .choose-content .choose-list-area .choos-wrap .content .title {
    text-transform: uppercase;
    margin-bottom: 5px;
  }
  .choose-content .choose-list-area .choos-wrap .content p {
    font-size: 14px;
  }
}
.choose-section.choose-advice-section {
  margin-bottom: -180px;
}
.choose-section.choose-advice-section .choose-advice-content-area {
  background: #282828;
}
.choose-section.choose-advice-section .choose-advice-content-area .cont {
  max-width: 680px;
  margin-left: auto;
  padding: 105px 15px;
  max-height: 650px;
}
.choose-section.choose-advice-section .choose-advice-content-area .cont .choose-content.choose-advice .choose-list-area .choos-wrap {
  align-items: center;
}
.choose-section.choose-advice-section .choose-advice-content-area .cont .choose-content.choose-advice .choose-list-area .choos-wrap .content .title {
  max-width: 220px;
}
.choose-section.choose-advice-section .choose-advice-thumb {
  max-width: 600px;
  max-height: 650px;
  padding-right: 0;
}
.choose-section.choose-advice-section .choose-advice-thumb img {
  object-fit: contain;
}

@media screen and (max-width: 991px) {
  .choose-section.choose-advice-section .choose-advice-content-area {
    background: #282828;
  }
  .choose-section.choose-advice-section .choose-advice-content-area .cont {
    max-width: 680px;
    margin-right: auto;
    padding: 105px 15px;
    max-height: 650px;
  }
  .choose-section.choose-advice-section .choose-advice-content-area .cont .choose-content.choose-advice .choose-list-area .choos-wrap {
    align-items: center;
  }
  .choose-section.choose-advice-section .choose-advice-content-area .cont .choose-content.choose-advice .choose-list-area .choos-wrap .content .title {
    max-width: 220px;
  }
  .choose-section.choose-advice-section .choose-advice-thumb {
    max-width: 600px;
    max-height: 650px;
    margin: 0 auto;
    padding: 20px 0;
    padding-right: 0;
  }
  .choose-section.choose-advice-section .choose-advice-thumb img {
    object-fit: contain;
  }
}
.choose-section.choose-style-home-two .choose-thumb {
  margin-left: 100px;
  padding-right: 0;
  max-width: 400px;
  position: relative;
  z-index: 1;
}
.choose-section.choose-style-home-two .choose-hobe-two-thumb {
  position: relative;
}
.choose-section.choose-style-home-two .choose-hobe-two-thumb .shape-img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 600px;
}
.choose-section.choose-style-home-two .choose-hobe-two-thumb .shape-img img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .choose-section.choose-style-home-two .choose-thumb {
    margin-left: 100px;
    padding-right: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .choose-section.choose-style-home-two .choose-thumb {
    margin-left: 0px;
    padding-right: 0;
    margin-top: 30px;
  }
}
.testimonial-section {
  background: #E6E7E8;
}

.testimonial-wrapper .test-items {
  position: relative;
}
.testimonial-wrapper .test-items .test-content {
  background: #ffffff;
  padding: 40px 30px;
}
.testimonial-wrapper .test-items .test-content .test-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E6E7E8;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.testimonial-wrapper .test-items .test-content .test-header .cont .title {
  text-transform: uppercase;
  margin-bottom: 5px;
}
.testimonial-wrapper .test-items .test-content .test-header .cont span {
  font-size: 16px;
  font-weight: 500;
}
.testimonial-wrapper .test-items .test-content .test-header .icon {
  margin-top: -15px;
}
.testimonial-wrapper .test-items .test-content .test-header .icon svg {
  font-size: 70px;
  color: #FE8C12;
}
.testimonial-wrapper .test-items .test-content p {
  font-size: 17px;
}
.testimonial-wrapper .test-items .profile {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-top: 20px;
}
.testimonial-wrapper .test-items .profile img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.testimonial-wrapper .owl-nav {
  display: block;
  position: absolute;
  position: absolute;
  top: 77%;
  left: -441px;
  display: flex;
}

@media screen and (max-width: 1399px) {
  .testimonial-wrapper .owl-nav {
    display: block;
    position: absolute;
    position: absolute;
    top: 77%;
    left: -395px;
    display: flex;
  }
}
@media screen and (max-width: 1199px) {
  .testimonial-wrapper .owl-nav {
    display: block;
    position: absolute;
    position: absolute;
    top: 54%;
    left: -327px;
    display: flex;
  }
}
@media screen and (max-width: 400px) {
  .testimonial-wrapper .test-items .test-content .test-header .cont .title {
    font-size: 17px !important;
  }
  .testimonial-wrapper .test-items .test-content .test-header .icon svg {
    font-size: 50px;
  }
}
.client-section {
  background: url(../../assets/images/testimonial/client/clinet-bg-2.png) no-repeat center center;
  background-size: cover;
  padding: 300px 0 100px;
}
.client-section .client-wrapper .clientwrap-items {
  display: flex;
  align-items: center;
  justify-content: center;
}
.client-section .client-wrapper .clientwrap-items .client-thumb {
  margin-right: 40px;
  max-width: 350px;
  max-height: 350px;
  border-radius: 50%;
}
.client-section .client-wrapper .clientwrap-items .client-thumb img {
  width: 100%;
  height: 500%;
}
.client-section .client-wrapper .clientwrap-items .client-content {
  width: calc(100% - 350px);
}
.client-section .client-wrapper .clientwrap-items .client-content .title {
  font-size: 30px;
  margin-bottom: 35px;
}
.client-section .client-wrapper .clientwrap-items .client-content .cont .name {
  text-transform: uppercase;
  margin-bottom: 4px;
}
.client-section .client-wrapper .clientwrap-items .client-content .cont span {
  font-size: 16px;
  font-weight: 500;
  color: #FE8C12;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .client-section .client-wrapper .clientwrap-items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .client-section .client-wrapper .clientwrap-items .client-thumb {
    margin-right: 40px;
    max-width: 350px;
    max-height: 350px;
    border-radius: 50%;
  }
  .client-section .client-wrapper .clientwrap-items .client-thumb img {
    width: 100%;
    height: 500%;
  }
  .client-section .client-wrapper .clientwrap-items .client-content {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
  }
  .client-section .client-wrapper .clientwrap-items .client-content .title {
    font-size: 30px;
    margin-bottom: 35px;
  }
  .client-section .client-wrapper .clientwrap-items .client-content .cont .name {
    text-transform: uppercase;
    margin-bottom: 4px;
  }
  .client-section .client-wrapper .clientwrap-items .client-content .cont span {
    font-size: 16px;
    font-weight: 500;
    color: #FE8C12;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 767px) {
  .client-section .client-wrapper .clientwrap-items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .client-section .client-wrapper .clientwrap-items .client-thumb {
    margin-right: 40px;
    max-width: 250px;
    max-height: 250px;
    border-radius: 50%;
  }
  .client-section .client-wrapper .clientwrap-items .client-thumb img {
    width: 100%;
    height: 500%;
  }
  .client-section .client-wrapper .clientwrap-items .client-content {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
  }
  .client-section .client-wrapper .clientwrap-items .client-content .title {
    font-size: 21px;
    margin-bottom: 35px;
  }
  .client-section .client-wrapper .clientwrap-items .client-content .cont .name {
    text-transform: uppercase;
    margin-bottom: 4px;
  }
  .client-section .client-wrapper .clientwrap-items .client-content .cont span {
    font-size: 16px;
    font-weight: 500;
    color: #FE8C12;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 450px) {
  .client-section .client-wrapper .clientwrap-items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .client-section .client-wrapper .clientwrap-items .client-thumb {
    margin-right: 0px !important;
    max-width: 200px;
    max-height: 200px;
    border-radius: 50%;
  }
  .client-section .client-wrapper .clientwrap-items .client-thumb img {
    width: 100%;
    height: 500%;
  }
  .client-section .client-wrapper .clientwrap-items .client-content {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
  }
  .client-section .client-wrapper .clientwrap-items .client-content .title {
    font-size: 16px;
    margin-bottom: 35px;
  }
  .client-section .client-wrapper .clientwrap-items .client-content .cont .name {
    text-transform: uppercase;
    margin-bottom: 4px;
  }
  .client-section .client-wrapper .clientwrap-items .client-content .cont span {
    font-size: 16px;
    font-weight: 500;
    color: #FE8C12;
    text-transform: uppercase;
  }
}
.owl-carousel .owl-nav.disabled {
  display: none;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #FE8C12 !important;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #FE8C12 !important;
}

.owl-theme .owl-dots .owl-dot.active {
  border: 1px solid #FE8C12 !important;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}

.owl-theme .owl-dots .owl-dot span {
  background: #FE8C12 !important;
}

.testimonial-wrapper3 .owl-nav {
  display: block;
  position: absolute;
  position: absolute;
  top: 50%;
  left: -441px;
  display: flex;
}

@media screen and (max-width: 1399px) {
  .testimonial-wrapper3 .owl-nav {
    display: block;
    position: absolute;
    position: absolute;
    top: 50%;
    left: -391px;
    display: flex;
  }
}
@media screen and (max-width: 1199px) {
  .testimonial-wrapper3 .owl-nav {
    display: block;
    position: absolute;
    position: absolute;
    top: 50%;
    left: -333px;
    display: flex;
  }
  .blog-items .blog-content .comment-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #E6E7E8;
    margin-bottom: 25px;
    padding-bottom: 22px;
  }
}
.manegment-section {
  background: url(../../assets/images/contact/contactbg.png) no-repeat center center;
  background-size: cover;
}

.manegment-content {
  text-align: center;
  margin: 0 auto;
}
.manegment-content .call-icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  margin: 0 auto 20px;
  text-align: center;
  background: #FE8C12;
  border-radius: 50%;
}
.manegment-content .sub {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 15px;
}
.manegment-content a {
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
}

.solition-wrap {
  background: #FE8C12;
  padding: 70px 40px 60px;
  position: relative;
  margin-bottom: -85px;
  z-index: 1;
}
.solition-wrap .content .title {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}
.solition-wrap .solu-btn .btn {
  background: #ffffff;
  color: #282828;
}

@media screen and (max-width: 991px) {
  .solition-wrap {
    padding: 40px 30px 40px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: -85px;
  }
  .solition-wrap .content .title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .solition-wrap {
    padding: 40px 30px 40px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: -85px;
  }
  .solition-wrap .content .title {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
.solution-section.business-solution .solition-wrap {
  background: #282828;
  padding: 70px 40px 60px;
  margin-bottom: 0px;
  z-index: 1;
}
.solution-section.business-solution .solition-wrap .content {
  position: relative;
}
.solution-section.business-solution .solition-wrap .content .title {
  position: relative;
  z-index: 2;
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}
.solution-section.business-solution .solition-wrap .solu-btn {
  display: flex;
  justify-content: flex-end;
}
.solution-section.business-solution .solition-wrap .solu-btn .btn {
  background: #FE8C12;
  color: #ffffff;
}
.solution-section.business-solution .solition-wrap .solution-vector {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.solution-section.business-solution .solition-wrap .solution-vector img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .solution-section.business-solution .solition-wrap {
    background: #282828;
    padding: 70px 40px 60px;
    margin-bottom: 0px;
    z-index: 1;
  }
  .solution-section.business-solution .solition-wrap .content {
    position: relative;
  }
  .solution-section.business-solution .solition-wrap .content .title {
    position: relative;
    z-index: 2;
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
  }
  .solution-section.business-solution .solition-wrap .solu-btn {
    display: flex;
    justify-content: center;
  }
  .solution-section.business-solution .solition-wrap .solu-btn .btn {
    background: #FE8C12;
    color: #ffffff;
  }
  .solution-section.business-solution .solition-wrap .solution-vector {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
  .solution-section.business-solution .solition-wrap .solution-vector img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 550px) {
  .solution-section.business-solution .solition-wrap {
    background: #282828;
    padding: 70px 40px 60px;
    margin-bottom: 0px;
    z-index: 1;
  }
  .solution-section.business-solution .solition-wrap .content {
    position: relative;
  }
  .solution-section.business-solution .solition-wrap .content .title {
    position: relative;
    z-index: 2;
    font-size: 26px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
  }
  .solution-section.business-solution .solition-wrap .solu-btn {
    display: flex;
    justify-content: center;
  }
  .solution-section.business-solution .solition-wrap .solu-btn .btn {
    background: #FE8C12;
    color: #ffffff;
    padding: 7px 12px;
  }
}
.home-two-solition {
  margin-bottom: 0;
}

.contact-section {
  background: #282828;
}
.contact-section .contact-content {
  position: relative;
}
.contact-section .contact-content .contact-shape {
  position: absolute;
  top: 40%;
  left: 78%;
}
.contact-section .contact-content .info-area li {
  display: flex;
  align-items: center;
}
.contact-section .contact-content .info-area li .icon {
  width: 60px;
  height: 60px;
  margin-right: 12px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  background: #ffffff;
}
.contact-section .contact-content .info-area li .icon svg {
  color: #FE8C12;
  font-size: 20px;
}
.contact-section .contact-content .info-area li .cont span {
  color: #686C73;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1px;
  display: block;
}
.contact-section .contact-content .info-area li .cont a {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
}
.contact-section .contact-content .info-area li:not(:last-child) {
  margin-bottom: 35px;
}
.contact-section .main-contact-from-wrapper form {
  background: #ffffff;
  height: 100%;
  padding: 40px 20px;
}
.contact-section .main-contact-from-wrapper form .title {
  text-transform: uppercase;
  margin-bottom: 25px;
}
.contact-section .main-contact-from-wrapper form input {
  background: #E6E7E8;
  width: 100%;
  border: none;
  outline: none;
  color: #E6E7E8;
  margin-bottom: 15px;
  padding: 11px 12px;
}
.contact-section .main-contact-from-wrapper form textarea {
  background: #E6E7E8;
  width: 100%;
  border: none;
  outline: none;
  color: #282828;
  margin-bottom: 20px;
  padding: 15px 12px 60px;
}
.contact-section .main-contact-from-wrapper form button {
  background: #FE8C12;
  border: none;
  outline: none;
  padding: 12px 25px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 5px;
}
.contact-section .main-contact-from-wrapper .map-img {
  max-width: 355px;
}
.contact-section .main-contact-from-wrapper .map-img img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .contact-section .contact-content {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 575px) {
  .contact-section .contact-content {
    margin-bottom: 50px;
  }
  .contact-section .contact-content .contact-shape {
    display: none;
  }
}
.contact-area-left.contact-area-left {
  padding: 40px 15px;
  background: #F7F7F7;
}
.contact-area-left.contact-area-left .head-title {
  padding: 25px 20px;
  text-transform: uppercase;
  position: relative;
  font-size: 20px;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.contact-area-left.contact-area-left .head-title::before {
  position: absolute;
  content: "";
  top: 100%;
  height: 2px;
  background: #FE8C12;
  width: 55px;
}
.contact-area-left.contact-area-left .left-contact-items {
  padding: 25px 20px;
}
.contact-area-left.contact-area-left .left-contact-items .thumb svg {
  font-size: 26px;
  color: #FE8C12;
  margin-right: 10px;
}
.contact-area-left.contact-area-left .left-contact-items .content .title {
  margin-bottom: 3px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
.contact-area-left.contact-area-left .left-contact-items .content a {
  font-size: 14px;
  color: #353B44;
  font-weight: 500;
}
.contact-area-left.contact-area-left .left-contact-items:not(:last-child) {
  border-bottom: 1px solid #ffffff;
}
.contact-area-left.contact-area-left .flow-us-area {
  padding: 25px 20px;
}
.contact-area-left.contact-area-left .flow-us-area .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.contact-area-left.contact-area-left .flow-us-area ul {
  display: flex;
  align-items: center;
}
.contact-area-left.contact-area-left .flow-us-area ul li {
  transition: all 0.3s;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  background: #ffffff;
}
.contact-area-left.contact-area-left .flow-us-area ul li:not(:last-child) {
  margin-right: 10px;
}
.contact-area-left.contact-area-left .flow-us-area ul li a svg {
  color: #282828;
}
.contact-area-left.contact-area-left .flow-us-area ul li:hover {
  background: #FE8C12;
}
.contact-area-left.contact-area-left .flow-us-area ul li:hover a svg {
  color: #ffffff;
}

.contact-area-right-form {
  background: #F7F7F7;
  padding: 50px 50px;
}
.contact-area-right-form .input-group input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 18px;
  padding: 14px 15px;
}
.contact-area-right-form .input-group textarea {
  width: 100%;
  border: none;
  outline: none;
  font-size: 18px;
  color: #353B44;
  padding-bottom: 5px;
  padding: 20px 20px 130px;
  margin-bottom: 15px;
}
.contact-area-right-form .input-group .custom-btn {
  border-radius: 1px;
  border: none;
  outline: none;
  background: #FE8C12;
  padding: 14px 20px;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
}
.contact-area-right-form .head-title {
  text-transform: uppercase;
  font-size: 30px;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 8px;
}
.contact-area-right-form .head-title::before {
  position: absolute;
  content: "";
  top: 100%;
  height: 2px;
  width: 45px;
  background: #FE8C12;
}

@media screen and (max-width: 575px) {
  .contact-area-right-form {
    background: #F7F7F7;
    padding: 20px 10px;
  }
  .contact-area-left.contact-area-left {
    padding: 20px 15px;
  }
}
.map-section iframe {
  width: 100%;
  height: 500px;
}

.solution-section.solution-map .solition-wrap {
  margin-top: -109px;
}

@media screen and (max-width: 767px) {
  .map-section iframe {
    width: 100%;
    height: 400px;
  }
}
@media screen and (max-width: 575px) {
  .map-section iframe {
    width: 100%;
    height: 300px;
  }
}
.error-wrapper {
  text-align: center;
  margin: 0 auto;
}
.error-wrapper .error-thumb {
  max-width: 545px;
  margin: 0 auto 45px;
}
.error-wrapper .error-thumb img {
  width: 100%;
  height: 100%;
}
.error-wrapper .error-content .title {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.error-wrapper .error-content p {
  font-size: 17px;
  color: #353B44;
  margin-bottom: 30px;
}

.blog-items {
  background: #ffffff;
}
.blog-items .blog-thumb {
  width: 100%;
  position: relative;
}
.blog-items .blog-thumb img {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
.blog-items .blog-thumb .date {
  background: #FE8C12;
  width: 170px;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  padding: 7px 2px;
  position: absolute;
  bottom: -15px;
  left: 21px;
}
.blog-items .blog-thumb .date svg {
  color: #ffffff;
  margin-right: 5px;
}
.blog-items .blog-content {
  box-shadow: 0px 0px 10px 4px #E6E7E8;
  padding: 55px 40px 30px;
}
.blog-items .blog-content .title {
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1.4;
}
.blog-items .blog-content .comment-area {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E6E7E8;
  margin-bottom: 25px;
  padding-bottom: 22px;
}
.blog-items .blog-content .comment-area li {
  font-weight: 500;
}
.blog-items .blog-content .comment-area li svg {
  color: #FE8C12;
  margin-right: 4px;
}
.blog-items .blog-content .comment-area li:not(:last-child) {
  margin-right: 20px;
}
.blog-items .blog-content .blog-btn .under-btn {
  color: #FE8C12;
}

@media screen and (max-width: 400px) {
  .blog-items .blog-content {
    padding: 55px 10px 30px;
  }
  .blog-items .blog-content .title {
    font-size: 18px;
  }
}
.service-details.blog-section-two-wrapper .blgo-single-wrapper-two .blog-left-wrapper-items {
  box-shadow: 0px 0px 10px 0px #f0f0f0;
}
.service-details.blog-section-two-wrapper .blgo-single-wrapper-two .blog-left-wrapper-items .thumb-img {
  width: 100%;
  position: relative;
}
.service-details.blog-section-two-wrapper .blgo-single-wrapper-two .blog-left-wrapper-items .thumb-img img {
  width: 100%;
  height: 100%;
}
.service-details.blog-section-two-wrapper .blgo-single-wrapper-two .blog-left-wrapper-items .thumb-img .video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 50%;
  text-align: center;
}
.service-details.blog-section-two-wrapper .blgo-single-wrapper-two .blog-left-wrapper-items .thumb-img .video svg {
  font-size: 20px;
  color: #282828;
}
.service-details.blog-section-two-wrapper .blgo-single-wrapper-two .blog-left-wrapper-items .blog-quote-content {
  border-radius: 12px;
  background-image: -webkit-linear-gradient(145deg, rgb(255, 79, 88) 0%, rgb(255, 180, 0) 100%);
  box-shadow: 0px 18px 24px 0px rgba(255, 114, 58, 0.36);
  text-align: center;
  padding: 40px 70px;
  border-radius: 5px;
}
.service-details.blog-section-two-wrapper .blgo-single-wrapper-two .blog-left-wrapper-items .blog-quote-content .icon {
  margin-bottom: 20px;
}
.service-details.blog-section-two-wrapper .blgo-single-wrapper-two .blog-left-wrapper-items .blog-quote-content .icon i {
  font-size: 56px;
  color: #ffffff;
}
.service-details.blog-section-two-wrapper .blgo-single-wrapper-two .blog-left-wrapper-items .blog-quote-content P {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
}
.service-details.blog-section-two-wrapper .blgo-single-wrapper-two .blog-left-wrapper-items .content {
  padding: 30px 40px;
}
.service-details.blog-section-two-wrapper .blgo-single-wrapper-two .blog-left-wrapper-items .content .title {
  font-size: 30px;
  font-weight: 800 !important;
  color: #282828;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}
.service-details.blog-section-two-wrapper .blgo-single-wrapper-two .blog-left-wrapper-items .content ul {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.service-details.blog-section-two-wrapper .blgo-single-wrapper-two .blog-left-wrapper-items .content ul li {
  margin-right: 22px;
  font-size: 17px;
  color: #353B44;
  font-weight: 600;
}
.service-details.blog-section-two-wrapper .blgo-single-wrapper-two .blog-left-wrapper-items .content ul li svg {
  padding-right: 5px;
  color: #FE8C12;
}
.service-details.blog-section-two-wrapper .blgo-single-wrapper-two .blog-left-wrapper-items .content p {
  font-size: 16px;
  color: #353B44;
  line-height: 1.5;
}
.service-details.blog-section-two-wrapper .blgo-single-wrapper-two .blog-left-wrapper-items .content .wrap {
  margin: 30px 0;
  display: block;
}
.service-details.blog-section-two-wrapper .blgo-single-wrapper-two .blog-left-wrapper-items .content .wrap .custom-btn {
  font-weight: 700;
  font-size: 17px;
  color: #FE8C12;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 4px;
  text-decoration: underline;
}
.service-details.blog-section-two-wrapper .blgo-single-wrapper-two .blog-left-wrapper-items-customize {
  background: url(../../assets/images/blog/standar/blog1.png) no-repeat center center;
  background-size: cover;
  position: relative;
}
.service-details.blog-section-two-wrapper .blgo-single-wrapper-two .blog-left-wrapper-items-customize::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.56);
}
.service-details.blog-section-two-wrapper .blgo-single-wrapper-two .blog-left-wrapper-items-customize .content {
  position: relative;
  padding: 30px 40px;
}
.service-details.blog-section-two-wrapper .blgo-single-wrapper-two .blog-left-wrapper-items-customize .content .title {
  color: #ffffff;
}
.service-details.blog-section-two-wrapper .blgo-single-wrapper-two .blog-left-wrapper-items-customize .content ul li {
  margin-right: 22px;
  font-size: 17px;
  color: #ffffff;
  font-weight: 600;
}
.service-details.blog-section-two-wrapper .blgo-single-wrapper-two .blog-left-wrapper-items-customize .content ul li svg {
  padding-right: 5px;
  color: #FE8C12;
}
.service-details.blog-section-two-wrapper .blgo-single-wrapper-two .blog-left-wrapper-items-customize .content p {
  font-size: 18px;
  color: #ffffff;
  line-height: 1.5;
}
.service-details.blog-section-two-wrapper .blgo-single-wrapper-two .blog-left-wrapper-items-customize .content .wrap {
  margin: 30px 0;
  display: block;
}
.service-details.blog-section-two-wrapper .blgo-single-wrapper-two .blog-left-wrapper-items-customize .content .wrap .custom-btn {
  font-weight: 700;
  font-size: 17px;
  color: #FE8C12;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 4px;
  text-decoration: underline;
}
.service-details.blog-section-two-wrapper .blgo-single-wrapper-two .blog-left-wrapper-clickable {
  display: flex;
  align-items: center;
}
.service-details.blog-section-two-wrapper .blgo-single-wrapper-two .blog-left-wrapper-clickable li {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #E6E7E8;
  text-align: center;
  border-radius: 50%;
  transition: all 0.3s;
}
.service-details.blog-section-two-wrapper .blgo-single-wrapper-two .blog-left-wrapper-clickable li a {
  color: #282828;
  font-weight: 500;
  transition: all 0.3s;
}
.service-details.blog-section-two-wrapper .blgo-single-wrapper-two .blog-left-wrapper-clickable li:not(:last-child) {
  margin-right: 15px;
}
.service-details.blog-section-two-wrapper .blgo-single-wrapper-two .blog-left-wrapper-clickable li:hover {
  background: #FE8C12;
}
.service-details.blog-section-two-wrapper .blgo-single-wrapper-two .blog-left-wrapper-clickable li:hover a {
  color: #ffffff;
}
.service-details.blog-section-two-wrapper .blog-search-area {
  box-shadow: 0px 0px 10px 0px #f0f0f0;
  border-radius: 1px;
  padding: 20px 20px;
  margin-bottom: 40px;
  background: #E6E7E8;
}
.service-details.blog-section-two-wrapper .blog-search-area .search-wrapper {
  padding: 8px 8px;
}
.service-details.blog-section-two-wrapper .blog-search-area .search-wrapper input {
  background: #fafafa !important;
  border: none;
  background: none;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  outline: none;
  height: 55px;
  padding: 0 10px;
}
.service-details.blog-section-two-wrapper .blog-search-area .search-wrapper .blog-search {
  width: 85%;
}
.service-details.blog-section-two-wrapper .blog-search-area .search-wrapper .b-search-icon {
  width: 15%;
  background: #FE8C12;
  height: 55px;
  padding: 16px 10px;
  text-align: center;
}
.service-details.blog-section-two-wrapper .blog-search-area .search-wrapper .b-search-icon svg {
  color: #ffffff;
}
.service-details.blog-section-two-wrapper .most-popular-post {
  box-shadow: 0px 0px 10px 0px #f0f0f0;
  border-radius: 5px;
  margin-bottom: 40px;
}
.service-details.blog-section-two-wrapper .most-popular-post .post-category-title {
  border-bottom: 1px solid #f0f0f0;
  padding: 20px 20px;
}
.service-details.blog-section-two-wrapper .most-popular-post .post-category-title h3 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #282828;
  position: relative;
  padding-bottom: 10px;
}
.service-details.blog-section-two-wrapper .most-popular-post .post-category-title h3::before {
  position: absolute;
  content: "";
  width: 55px;
  height: 2px;
  top: 100%;
  left: 0;
  background: #FE8C12;
}
.service-details.blog-section-two-wrapper .most-popular-post .most-popupar-post-wrap {
  padding: 20px 30px;
}
.service-details.blog-section-two-wrapper .most-popular-post .most-popular-area {
  padding: 13px 0px;
  display: flex;
}
.service-details.blog-section-two-wrapper .most-popular-post .most-popular-area .most-popular-content {
  width: calc(100% - 90px);
}
.service-details.blog-section-two-wrapper .most-popular-post .most-popular-area .most-popular-content a {
  color: #282828;
  font-size: 17px;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.service-details.blog-section-two-wrapper .most-popular-post .most-popular-area .most-popular-content h6 {
  font-size: 16px;
  font-weight: 500;
  color: #353B44;
}
.service-details.blog-section-two-wrapper .most-popular-post .most-popular-area .most-popular-content h6 svg {
  color: #FE8C12;
  padding-right: 5px;
}
.service-details.blog-section-two-wrapper .most-popular-post .most-popular-area .most-popular-thumb {
  width: 90px;
  height: 80px;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 15px;
  background: #FE8C12;
}
.service-details.blog-section-two-wrapper .most-popular-post .most-popular-area .most-popular-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-details.blog-section-two-wrapper .popular-tags {
  box-shadow: 0px 0px 10px 0px #f0f0f0;
  border-radius: 5px;
}
.service-details.blog-section-two-wrapper .popular-tags .post-category-title {
  border-bottom: 1px solid #f0f0f0;
  padding: 20px 20px;
}
.service-details.blog-section-two-wrapper .popular-tags .post-category-title h3 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #282828;
  position: relative;
  padding-bottom: 10px;
}
.service-details.blog-section-two-wrapper .popular-tags .post-category-title h3::before {
  position: absolute;
  content: "";
  width: 55px;
  height: 2px;
  top: 100%;
  left: 0;
  background: #FE8C12;
}
.service-details.blog-section-two-wrapper .popular-tags .popular-tags-area {
  padding: 20px 20px;
}
.service-details.blog-section-two-wrapper .popular-tags .popular-tags-area .popular-tags-list {
  display: flex;
  flex-wrap: wrap;
}
.service-details.blog-section-two-wrapper .popular-tags .popular-tags-area .popular-tags-list li a {
  color: #282828;
  border: 1px solid #f0f0f0;
  padding: 12px 15px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  margin: 7px 7px;
  transition: all 0.3s;
}
.service-details.blog-section-two-wrapper .popular-tags .popular-tags-area .popular-tags-list li a:hover {
  background: #FE8C12;
  color: #ffffff;
}
.service-details.blog-section-two-wrapper .blog-left-wrapper-items-single-three .content ul li i {
  color: red;
}
.service-details.blog-section-two-wrapper .blog-left-wrapper-items-single-three .quote-list-one {
  background: #E6E7E8;
  padding: 30px 35px;
  border-radius: 1px;
  margin-bottom: 25px;
  margin-top: 30px;
}
.service-details.blog-section-two-wrapper .blog-left-wrapper-items-single-three .quote-list-one .quote-content {
  display: flex;
}
.service-details.blog-section-two-wrapper .blog-left-wrapper-items-single-three .quote-list-one .quote-content i {
  font-size: 59px;
  color: #283666;
  margin-right: 10px;
}
.service-details.blog-section-two-wrapper .blog-left-wrapper-items-single-three .quote-list-one .quote-content p {
  color: #282828;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 16px;
  text-transform: uppercase;
}
.service-details.blog-section-two-wrapper .blog-left-wrapper-items-single-three .quote-list-one .designation {
  color: #686C73;
  text-transform: uppercase;
  display: block;
  font-weight: 500;
  font-size: 14px;
  position: relative;
  margin-left: 50px;
}
.service-details.blog-section-two-wrapper .blog-left-wrapper-items-single-three .quote-list-one .designation::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  background: #FE8C12;
  top: 51%;
  left: -50px;
}
.service-details.blog-section-two-wrapper .blog-left-wrapper-items-single-three .single-social-area {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 0 30px;
  border-bottom: 1px solid #f0f0f0;
  justify-content: space-between;
}
.service-details.blog-section-two-wrapper .blog-left-wrapper-items-single-three .single-social-area .single-left-social {
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.service-details.blog-section-two-wrapper .blog-left-wrapper-items-single-three .single-social-area .single-left-social li {
  font-size: 14px !important;
  font-weight: 600;
  text-transform: uppercase;
}
.service-details.blog-section-two-wrapper .blog-left-wrapper-items-single-three .single-social-area .single-left-social li a {
  border: 1px solid #f0f0f0;
  color: #FE8C12;
  padding: 9px 15px;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.service-details.blog-section-two-wrapper .blog-left-wrapper-items-single-three .single-social-area .single-right-social li {
  text-transform: uppercase;
  font-size: 14px !important;
  font-weight: 600 !important;
}
.service-details.blog-section-two-wrapper .blog-left-wrapper-items-single-three .single-social-area .single-right-social li a svg {
  color: #353B44;
  font-size: 16px;
  padding-right: 0;
}
.service-details.blog-section-two-wrapper .comment-area .head {
  color: #282828;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 35px !important;
}
.service-details.blog-section-two-wrapper .comment-area .head::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  background: #FE8C12;
  top: 100%;
  left: 0;
}
.service-details.blog-section-two-wrapper .comment-area .comment-itmes {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.service-details.blog-section-two-wrapper .comment-area .comment-itmes .thumb {
  margin-right: -15px;
  position: relative;
  width: 150px;
  border-radius: 50%;
}
.service-details.blog-section-two-wrapper .comment-area .comment-itmes .thumb img {
  width: 100%;
  border-radius: 50%;
}
.service-details.blog-section-two-wrapper .comment-area .comment-itmes .comment-con {
  width: calc(100% - 150px);
  background: #E6E7E8;
  padding: 30px 30px 30px 50px;
}
.service-details.blog-section-two-wrapper .comment-area .comment-itmes .comment-con p {
  font-size: 16px;
  margin-bottom: 0;
}
.service-details.blog-section-two-wrapper .comment-area .comment-itmes .comment-con .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.service-details.blog-section-two-wrapper .comment-area .comment-itmes .comment-con .content .namenad-reply .title {
  font-weight: 600;
  font-size: 18px;
  color: #282828;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.service-details.blog-section-two-wrapper .comment-area .comment-itmes .comment-con .content .namenad-reply .designation {
  color: #FE8C12;
  display: block;
  font-weight: 400;
}
.service-details.blog-section-two-wrapper .comment-area .comment-itmes .comment-con .content .reply {
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  background: #FE8C12;
  padding: 7px 10px;
}
.service-details.blog-section-two-wrapper .comment-area .comment-itmes:not(:last-child) {
  margin-bottom: 25px;
}
.service-details.blog-section-two-wrapper .leave-comment-area .leave-comment {
  padding: 30px 0px;
}
.service-details.blog-section-two-wrapper .leave-comment-area .leave-comment input {
  width: 100% !important;
  border: none;
  outline: none;
  border-radius: 1px;
  background: #E6E7E8;
  padding: 15px 20px;
}
.service-details.blog-section-two-wrapper .leave-comment-area .leave-comment textarea {
  width: 100% !important;
  border: none;
  outline: none;
  border-radius: 1px;
  background: #E6E7E8;
  padding: 15px 20px 110px;
}
.service-details.blog-section-two-wrapper .leave-comment-area .leave-comment button {
  border: none;
  outline: none;
  color: #ffffff;
  font-size: 14px;
  background: #FE8C12;
  padding: 14px 20px;
  font-weight: 600;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .service-details.blog-section-two-wrapper .blgo-single-wrapper-two .blog-left-wrapper-items .content ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 575px) {
  .service-details.blog-section-two-wrapper .blgo-single-wrapper-two .blog-left-wrapper-items .content {
    padding: 30px 15px;
  }
  .service-details.blog-section-two-wrapper .blgo-single-wrapper-two .blog-left-wrapper-items .content .title {
    font-size: 22px;
    font-weight: 700 !important;
  }
  .service-details.blog-section-two-wrapper .blgo-single-wrapper-two .blog-left-wrapper-items .content p {
    font-size: 16px;
  }
  .service-details.blog-section-two-wrapper .blog-left-wrapper-items-single-three .quote-list-one {
    padding: 30px 12px;
  }
}
@media screen and (max-width: 520px) {
  .service-details.blog-section-two-wrapper .comment-area .comment-itmes {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .service-details.blog-section-two-wrapper .comment-area .comment-itmes .thumb {
    margin-right: 0px;
    position: relative;
    margin-bottom: 15px;
  }
  .service-details.blog-section-two-wrapper .comment-area .comment-itmes .comment-con {
    padding: 25px 25px 25px 25px;
  }
  .service-details.blog-section-two-wrapper .most-popular-post .most-popupar-post-wrap {
    padding: 20px 15px;
  }
  .service-details.blog-section-two-wrapper .comment-area .comment-itmes {
    flex-wrap: wrap;
  }
  .service-details.blog-section-two-wrapper .comment-area .comment-itmes .comment-con {
    width: 100%;
    padding: 20px 20px 20px 20px;
  }
}
.footer-section {
  background: #282828;
  position: relative;
  overflow: hidden;
}

.footer-widget-items .widget-title {
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 30px;
}
.footer-widget-items p {
  color: #ffffff;
  margin-bottom: 20px;
}
.footer-widget-items .info-widget li {
  display: flex;
}
.footer-widget-items .info-widget li svg {
  color: #FE8C12;
  font-size: 22px;
  margin-right: 10px;
  margin-top: 7px;
}
.footer-widget-items .info-widget li a {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  transition: all 0.3s;
}
.footer-widget-items .info-widget li a:hover {
  color: #FE8C12;
}
.footer-widget-items .info-widget li:not(:last-child) {
  margin-bottom: 15px;
}
.footer-widget-items .widget li a {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  transition: all 0.3s;
}
.footer-widget-items .widget li a:hover {
  color: #FE8C12;
}
.footer-widget-items .widget li:not(:last-child) {
  margin-bottom: 13px;
}
.footer-widget-items .info-widget form {
  display: flex;
  position: relative;
}
.footer-widget-items .info-widget form input {
  width: 80%;
  border: none;
  outline: none;
  height: 60px;
  padding: 2px 2px 2px 35px;
  position: relative;
}
.footer-widget-items .info-widget form button {
  width: 20%;
  border: none;
  outline: none;
  height: 60px;
  padding: 2px 20px;
  background: #FE8C12;
}
.footer-widget-items .info-widget form button svg {
  color: #ffffff;
}
.footer-widget-items .info-widget form .ico {
  position: absolute;
  top: 21px;
  left: 12px;
}
.footer-widget-items .info-widget form .ico svg {
  color: #FE8C12;
}

.footer-top {
  padding: 180px 0 100px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 5px;
  border-top: 1px solid #ccc;
}
.footer-bottom p {
  color: #E6E7E8;
  margin-bottom: 0;
}
.footer-bottom ul {
  display: flex;
}
.footer-bottom ul li:not(:last-child) {
  border-right: 1px solid #E6E7E8;
  margin-right: 10px;
  padding-right: 10px;
}
.footer-bottom ul li a {
  text-transform: uppercase;
  font-size: 14px;
  color: #E6E7E8;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .footer-bottom {
    justify-content: center;
  }
  .footer-bottom p {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 575px) {
  .footer-top {
    padding: 150px 0 52px;
  }
  .footer-section.footer-style-two .footer-top {
    padding: 63px 0 !important;
  }
}
@media screen and (max-width: 400px) {
  .footer-widget-items .widget-title {
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 15px;
  }
}
.footer-section.footer-style-two {
  position: relative;
}
.footer-section.footer-style-two .footer-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.footer-section.footer-style-two .footer-widget-items .widget-title {
  color: #353B44;
}
.footer-section.footer-style-two .footer-widget-items .widget li a {
  color: #353B44;
  text-transform: uppercase;
}
.footer-section.footer-style-two .footer-widget-items .info-widget li a {
  color: #353B44;
}
.footer-section.footer-style-two .footer-widget-items p {
  color: #353B44;
  line-height: 1.6;
}
.footer-section.footer-style-two .footer-widget-items .fb-social-icon {
  display: flex;
  align-items: center;
}
.footer-section.footer-style-two .footer-widget-items .fb-social-icon li {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  background: #ffffff;
}
.footer-section.footer-style-two .footer-widget-items .fb-social-icon li:not(:last-child) {
  margin-right: 9px;
}
.footer-section.footer-style-two .footer-widget-items .fb-social-icon li a svg {
  color: #353B44;
  font-size: 16px;
}
.footer-section.footer-style-two .footer-widget-items .recent-post li {
  display: flex;
  align-items: center;
}
.footer-section.footer-style-two .footer-widget-items .recent-post li .thumb {
  margin-right: 15px;
}
.footer-section.footer-style-two .footer-widget-items .recent-post li .cont a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #282828;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.footer-section.footer-style-two .footer-widget-items .recent-post li .cont span {
  color: #353B44;
}
.footer-section.footer-style-two .footer-widget-items .recent-post li .cont span svg {
  color: #FE8C12;
  margin-right: 2px;
}
.footer-section.footer-style-two .footer-widget-items .recent-post li:not(:last-child) {
  border-bottom: 1px solid #353B44;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.footer-section.footer-style-two .footer-bottom {
  position: relative;
}
.footer-section.footer-style-two .footer-bottom p {
  color: #353B44;
  font-weight: 500;
  font-size: 16px;
}
.footer-section.footer-style-two .footer-bottom ul li a {
  color: #353B44;
}
.footer-section.footer-style-two .footer-bottom ul li:not(:last-child) {
  border-right: 1px solid #353B44;
  margin-right: 10px;
  padding-right: 10px;
}
.footer-section.footer-style-two .footer-top {
  padding: 100px 0;
  position: relative;
}

.faq-tab-area-wrapper .accordion-item {
  background: #E6E7E8;
  margin-bottom: 20px;
  border: none;
}
.faq-tab-area-wrapper .accordion-item .accordion-header .accordion-button {
  color: #282828;
  background-color: #E6E7E8;
  text-transform: uppercase;
  box-shadow: none;
  display: flex;
  border: none;
  padding: 10px 20px;
  outline: none;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}
.faq-tab-area-wrapper .accordion-item .accordion-header .accordion-button span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
  background: #ffffff;
}
.faq-tab-area-wrapper .accordion-item .accordion-header .accordion-button span svg {
  font-size: 20px;
  color: #FE8C12;
}
.faq-tab-area-wrapper .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #282828;
  background-color: #E6E7E8;
  text-transform: uppercase;
  box-shadow: none;
}
.faq-tab-area-wrapper .accordion-item .accordion-body {
  padding: 0 30px 10px 30px;
}
.faq-tab-area-wrapper .accordion-item .accordion-body p {
  font-size: 17px;
}

.faq-thumb-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.faq-thumb-wrapper .vector-topshape {
  position: absolute;
  top: 0;
  left: 50px;
}
.faq-thumb-wrapper .vector-topshape2 {
  position: absolute;
  bottom: 0;
  left: 50px;
}
.faq-thumb-wrapper .items {
  width: 295px;
  padding: 10px;
  position: relative;
  z-index: 1;
}
.faq-thumb-wrapper .items img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 575px) {
  .faq-tab-area-wrapper .accordion-item {
    background: #E6E7E8;
    margin-bottom: 20px;
    border: none;
  }
  .faq-tab-area-wrapper .accordion-item .accordion-header .accordion-button {
    color: #282828;
    background-color: #E6E7E8;
    text-transform: uppercase;
    box-shadow: none;
    display: flex;
    border: none;
    padding: 10px 3px;
    outline: none;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
  }
  .faq-tab-area-wrapper .accordion-item .accordion-header .accordion-button span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    background: #ffffff;
  }
  .faq-tab-area-wrapper .accordion-item .accordion-header .accordion-button span svg {
    font-size: 16px;
    color: #FE8C12;
  }
  .faq-tab-area-wrapper .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: #282828;
    background-color: #E6E7E8;
    text-transform: uppercase;
    box-shadow: none;
  }
  .faq-tab-area-wrapper .accordion-item .accordion-body {
    padding: 0 30px 10px 30px;
  }
  .faq-tab-area-wrapper .accordion-item .accordion-body p {
    font-size: 17px;
  }
}
@media screen and (max-width: 450px) {
  .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    display: none;
    content: "";
    background-image: none;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
  }
  .faq-thumb-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
  }
  .faq-thumb-wrapper .vector-topshape {
    position: absolute;
    top: 0;
    left: 50px;
  }
  .faq-thumb-wrapper .vector-topshape2 {
    position: absolute;
    bottom: 0;
    left: 50px;
  }
  .faq-thumb-wrapper .items {
    width: 100%;
    padding: 10px;
    height: auto;
    position: relative;
    z-index: 1;
  }
  .faq-thumb-wrapper .items img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
}/*# sourceMappingURL=main.css.map */