@font-face {
  font-family: 'Outfit-Black';
  src: url('../fonts/Outfit-Black.eot');
  src: url('../fonts/Outfit-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Outfit-Black.woff2') format('woff2'),
    url('../fonts/Outfit-Black.woff') format('woff'),
    url('../fonts/Outfit-Black.ttf') format('truetype'),
    url('../fonts/Outfit-Black.svg#Outfit-Black') format('svg');
  font-weight: 900;
}

@font-face {
  font-family: 'Outfit-Bold';
  src: url('../fonts/Outfit-Bold.eot');
  src: url('../fonts/Outfit-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Outfit-Bold.woff2') format('woff2'),
    url('../fonts/Outfit-Bold.woff') format('woff'),
    url('../fonts/Outfit-Bold.ttf') format('truetype'),
    url('../fonts/Outfit-Bold.svg#Outfit-Bold') format('svg');
  font-weight: 700;
}

@font-face {
  font-family: 'Outfit-Medium';
  src: url('../fonts/Outfit-Medium.eot');
  src: url('../fonts/Outfit-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Outfit-Medium.woff2') format('woff2'),
    url('../fonts/Outfit-Medium.woff') format('woff'),
    url('../fonts/Outfit-Medium.ttf') format('truetype'),
    url('../fonts/Outfit-Medium.svg#Outfit-Medium') format('svg');
  font-weight: 500;
}

@font-face {
  font-family: 'Outfit-Regular';
  src: url('../fonts/Outfit-Regular.eot');
  src: url('../fonts/Outfit-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Outfit-Regular.woff2') format('woff2'),
    url('../fonts/Outfit-Regular.woff') format('woff'),
    url('../fonts/Outfit-Regular.ttf') format('truetype'),
    url('../fonts/Outfit-Regular.svg#Outfit-Regular') format('svg');
  font-weight: normal;
}

@font-face {
  font-family: 'Outfit-ExtraBold';
  src: url('../fonts/Outfit-ExtraBold.eot');
  src: url('../fonts/Outfit-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Outfit-ExtraBold.woff2') format('woff2'),
    url('../fonts/Outfit-ExtraBold.woff') format('woff'),
    url('../fonts/Outfit-ExtraBold.ttf') format('truetype'),
    url('../fonts/Outfit-ExtraBold.svg#Outfit-ExtraBold') format('svg');
  font-weight: bold;
}

@font-face {
  font-family: 'Outfit-SemiBold';
  src: url('../fonts/Outfit-SemiBold.eot');
  src: url('../fonts/Outfit-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Outfit-SemiBold.woff2') format('woff2'),
    url('../fonts/Outfit-SemiBold.woff') format('woff'),
    url('../fonts/Outfit-SemiBold.ttf') format('truetype'),
    url('../fonts/Outfit-SemiBold.svg#Outfit-SemiBold') format('svg');
  font-weight: 600;
}

@font-face {
  font-family: 'Outfit-Light';
  src: url('../fonts/Outfit-Light.eot');
  src: url('../fonts/Outfit-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Outfit-Light.woff2') format('woff2'),
    url('../fonts/Outfit-Light.woff') format('woff'),
    url('../fonts/Outfit-Light.ttf') format('truetype'),
    url('../fonts/Outfit-Light.svg#Outfit-Light') format('svg');
  font-weight: 300;
}


.widget-area, .pagination, .comments-pagination, .post-navigation, .site-footer, .site-header, .alignwide, .wide-max-width {
  max-width: 1410px;
}

@media (min-width: 1500px) {
  .container {
    max-width: 1410px !important;
  }

}

img {
  max-width: 100%;
}

body, ul li {
  font-family: 'Outfit', 'Roboto', sans-serif;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: 'Roboto', sans-serif;
}

h3 {
  color: #1C1C25;
  font-family: 'Outfit-SemiBold';
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 1rem;
}

h5 {
  color: #1C1C25;
  font-family: 'Outfit-Medium';
  font-size: 23px;
  line-height: 33px;
  margin-bottom: 1rem;
}

h6 {
  color: #1C1C25;
  font-family: 'Outfit-Medium';
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 1rem;
}


p {
  color: #7B7E86;
  font-family: 'Outfit-Regular';
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.wp-custom-logo .site-header {
  padding: 0;
  position: sticky;
  top: 0;
  background: #fff;
  max-width: inherit;
  max-width: inherit;
  z-index: 99999;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.site-branding:last-child {
  text-align: left;
}

.primary-navigation {
  text-align: right;
  margin: 22px auto 0 0;
  display: flex;
  flex-direction: row-reverse;
}

.primary-navigation .primary-menu-container>ul>.menu-item>a {
  font-family: 'Roboto', sans-serif;
}

.primary-navigation .primary-menu-container>ul>.menu-item>a:hover {
  color: #1c9ebd;
  outline: 0;
}

.primary-navigation .primary-menu-container>ul>.menu-item>a:focus {
  outline: 0;
  text-decoration: none;
}

.primary-navigation .primary-menu-container>ul>.menu-item>a:focus-visible {
  outline: 0;
  text-decoration: none;
  box-shadow: none;
}

.nav-link.active-highlight.tour-details-section-active {
  color: #1C1C25;
  text-decoration: underline;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  outline: 0px solid transparent;
  text-decoration: none;
  text-decoration-skip-ink: none;
  background: transparent;
}

.tright {
  text-align: right;
  position: relative;
  z-index: 999;
}

.home-service-sec {
  padding: 140px 0;
}

.home-service-sec .tagline {
  font-style: normal;
  font-weight: 500;
  font-size: 14.6px;
  line-height: 26px;
  letter-spacing: 0;
  color: #161519;
  margin: 0 0 15px;
}

.home-service-sec h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 0;
  color: #111013;
}

.home-service-heading-sec {
  margin: 0 0 40px;
}

.home-service-sec .t-right {
  text-align: right;
}

.home-service-sec #v-services-tab {
  width: 185px;
  margin: 0 60px 0 0;
  position: relative;
  z-index: 999;
  border: 0;
}

#v-services-tabContent {
  width: 583px;
  margin: 0;
}

.home-service-sec #v-services-tab li {
  width: 100%;
}

.home-service-sec .accordion-body {
  padding: 0;
}

.home-service-sec #v-services-tab button.nav-link.sbtn {
  background: #FFFFFF;
  border: 1px solid #1c9ebd;
  border-left: 0;
  border-radius: 0px 60px 60px 0px;
  /* height: 119px; */
}

.home-service-sec #v-services-tab button.nav-link.vbtn {
  background: #FFFFFF;
  border: 1px solid #1c9ebd;
  border-left: 0;
  border-radius: 0px 60px 60px 0px;
  margin: 0 0 27px;
  /* height: 119px; */
}


.home-service-sec #v-services-tab button.nav-link {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 28px;

  cursor: pointer;
  text-align: left;
  color: #111013;
  position: relative;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.05em;
  width: 100%;
}

.home-service-sec #v-services-tab button.nav-link.active, .home-service-sec #v-services-tab button.nav-link:hover {
  background: #1c9ebd;
  color: #fff;
  border-radius: 0px 60px 60px 0px;
}

/* .home-service-sec #v-services-tab button.nav-link.active::after, .home-service-sec #v-services-tab button.nav-link:hover::after{
      background:url("../images/services-nav-after-h.png") no-repeat 0 0;} */
.home-service-sec #v-services-tabContent ul {
  display: flex;
  list-style-type: none;
  margin: 50px 0;
  padding: 0;
}

.home-service-sec #v-services-tabContent ul li {
  display: inline-block;
  width: 16.5%;
  margin: 30px 0;
  padding: 0;
}

.home-service-sec #v-services-tabContent .tab-pane {
  padding: 0 0 0 0;
  width: 90%;
}

.home-service-sec #v-services-tabContent .tab-pane h3 {
  margin: 0 0 40px;
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 44px;
  letter-spacing: 0;
  color: #111013;
}

.home-service-sec .accordion-item {
  background: transparent;
  border: 0;
}

.ser-tab-main {
  display: flex;
  align-items: center;
  background: url('https://www.workwavez.com/wp-content/uploads/2023/04/about-img-1.png') no-repeat right 0;
  border: 1px solid #000000;
  box-shadow: 6px 8px 0px #000000;
  border-radius: 30px;
  padding: 118px 0;
}

.home-service-sec .accordion-body {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0.05em;
  color: #000000;
}

.banner-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.herobanner {
  margin: 100px 0 0;
  /* padding: 100px 0; */
  position: relative;
}

.herobanner:after, .pp-banner::after {
  position: absolute;
  content: "";
  right: 0;
  top: -190px;
  width: 100%;
  height: 914px;
  z-index: -9;
  background: url('http://the10sense.com/wp-content/uploads/2024/01/bg-home.png') no-repeat 0 0;
}

.herobanner h1 {
  color: #1C1C25;
  font-family: 'Outfit-SemiBold';
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
  margin-bottom: 10px;
}

.herobanner h1 span {
  color: #70BEB0;
  font-family: 'Outfit-Light';
  font-size: 60px;
  font-weight: 300;
  line-height: 70px;
}

.herobanner .banner-text h5 {
  color: #1C1C25;
  font-family: 'Outfit-Bold';
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  /* 121.429% */
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.herobanner a, .home-service-sec a {
  display: inline-block;
  padding: 18px 40px;
  /* height: 50px; */
  border-radius: 30px;
  background: #70BEB0;
  color: #FFF;
  font-family: 'Outfit-Medium';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.herobanner a:hover {
  color: #FFF;
  text-decoration: none;
  background: #70BEB0;
}

.herobanner p {
  color: #7B7E86;
  font-family: 'Outfit-Regular';
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 24px;
}

.banner-sec {
  justify-content: end;
  display: flex;
}

.home-service-sec .heading-sec {
  margin: 0 0 72px;
  text-align: center;
}

.heading-sec h3 {
  color: #1C1C25;
  text-align: center;
  font-family: 'Outfit-Medium';
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
  margin-bottom: 10px;
}

.heading-sec .tagline {
  color: #1C1C25;
  font-family: 'Outfit-Medium';
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  /* 121.429% */
  text-transform: uppercase;
  margin-bottom: 16px;
  text-align: center;
}

.services-bg {
  border-radius: 15px;
  border: 1px solid #E3E8F4;
  background: #FFF;
  padding: 38px;
  height: 395px
}

.services-bg figure {
  border-radius: 10px;
  background: rgba(112, 190, 176, 0.10);
  width: 75px;
  height: 75px;
  padding: 15px;
  margin-bottom: 42px;
}

.services-bg h3 {
  color: #1C1C25;
  font-family: 'Outfit-Medium';
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 19px;
}

.services-bg p {
  margin-bottom: 0;
}

.services-bg button {
  background-color: #1c9ebd !important;
  color: #fff !important;
  padding: 5px 21px;
  border-radius: 5px;
  border: 0;
}

.technology-main-section{
  background: rgba(112, 190, 176, 0.20);
  padding: 50px 0;
}

.tech-sec {
  background: #FFF;
  box-shadow: 0px 20px 34px 0px rgba(0, 0, 0, 0.06);
  width: 140px;
  height: 140px;
  padding: 15px 10px;
  margin-bottom: 70px;
  text-align: center;
}

.tech-sec figure{
  height: 70px;
  margin-bottom: 12px;
}

.tech-sec h3{  
  color: #111;
  text-align: center;
  font-family: 'Outfit-Medium';
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0;
}

.row.inner-technology-sec h3 {
  color: #1C1C25;
  font-family: 'Outfit-Medium';
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
  margin-bottom: 50px;
  text-align: center;
}

.technology-section .col-md-3{
  display: flex;
  justify-content: center;
  align-items: center;
}

.Client-section {
  background: rgba(112, 190, 176, 0.20);
  padding: 90px 0;
}

.row.inner-client-sec {
  text-align: center;
}

.row.inner-client-sec .tagline {
  color: #1C1C25;
  font-family: 'Outfit-Medium';
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  /* 121.429% */
  text-transform: uppercase;
  margin-bottom: 16px;
}

.row.inner-client-sec h3 {
  color: #1C1C25;
  font-family: 'Outfit-Medium';
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 58px;
  margin-bottom: 50px;
}

.banner-text h5 {
  color: #1C1C25;
  font-family: 'Outfit-Medium';
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
  margin-bottom: 24px;
}

.logo-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-section div {
  text-align: center;
}

.logo-section figure {
  margin-bottom: 10px;
}

.logo-section h3 {
  color: #1C1C25;
  text-align: center;
  font-family: 'Outfit-SemiBold';
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.logo-section img {
  width: 80px;
  height: 80px;
}

.projectFacts {
  background: #263B50;
}

.projectFactsWrap {
  display: flex;
}

.projectFactsWrap .item {
  width: 25%;
  height: 100%;
  padding: 80px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.projectFactsWrap .item h3 {
  color: #FFF;
  font-family: 'Outfit-Bold';
  font-size: 44px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 5px;
}

.projectFactsWrap .item p {
  color: #FFF;
  font-family: 'Outfit-Medium';
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  /* 128.571% */
  text-transform: uppercase;
  margin-bottom: 0;
}

.count-number {
  border-radius: 45px;
  background: #70BEB0;
  width: 90px;
  height: 90px;
  padding: 22.5px;
  margin-right: 25px;
}

.testimonials-sec {
  position: relative;
  padding: 100px 0;
}

.testi-content-sec h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 0;
  color: #111013;
  margin: 0 0 30px;
}

.testi-content-sec .tagline {
  font-style: normal;
  font-weight: 500;
  font-size: 14.6px;
  line-height: 26px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #161519;
  margin: 0 0 15px;
}

.testimonials-sec .heading-sec h3 {
  margin-bottom: 72px;
}


/* .testimonials-sec .owl-dots {
  counter-reset: my-sec-counter;
  position: relative;
}

.testimonials-sec .owl-dot:after {
  counter-increment: my-sec-counter;
  content: "0"counter(my-sec-counter);
  color: #000;
}

.testimonials-sec .owl-dot {
  background-color: transparent !important;
  color: #fff !important;
  border: none !important;
  font-size: 20px !important;
  line-height: 20px !important;
  font-weight: 300 !important;
  position: absolute !important;
  left: 0px !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.testimonials-sec .owl-dot.active {
  opacity: 1 !important;
  visibility: visible !important;
} */

.owl-carousel .owl-stage-outer {
  padding-bottom: 0 !important;
  z-index: 99;
}

.owl-carousel .owl-nav button.owl-prev {
  /* background: #1c9ebd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 32px; */
  background-image: url('https://www.workwavez.com/wp-content/uploads/2023/08/left-arrow.png');
  background-color: transparent !important;
  width: 45px;
  height: 178px;
  left: -40px;
}

.owl-carousel .owl-nav button.owl-prev:hover, .banner-slider.owl-carousel .owl-nav button.owl-prev:hover {
  background-image: url('https://www.workwavez.com/wp-content/uploads/2023/08/left-arrow-HOVER.png');
  border-color: transparent;
}

.owl-carousel .owl-nav button.owl-next {
  background-image: url('https://www.workwavez.com/wp-content/uploads/2023/08/right-arrow.png');
  background-color: transparent !important;
  width: 45px;
  height: 178px;
  right: -40px;
}

.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
  display: none;
}

.owl-carousel .owl-nav button.owl-next:hover, .banner-slider.owl-carousel .owl-nav button.owl-next:hover {
  background-image: url('https://www.workwavez.com/wp-content/uploads/2023/08/right-arrow-HOVER.png');
  border-color: transparent;
}

.owl-carousel .owl-nav {
  z-index: 0;
}

.total-slide {
  position: relative;
}

.testimonials-sec .count-number {
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
  color: #000;
  padding-left: 85px;
  position: relative;
}

.testimonials-sec .count-number:after {
  content: "";
  position: absolute;
  width: 40px;
  left: 35px;
  background-color: #60606B;
  height: 2px;
  top: 50%;
}

.testimonials-sec .owl-carousel .owl-item img {
  width: 70px;
  height: 70px;
}

.testimonials-slider {
  margin: 15px 0;
}

.testimonials-sec .dots-wrapper {
  margin: 50px 0 0 0;
}

.testi-slide {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.10);
  margin: 3px;
}

.t-left-part {
  padding: 30px 40px;
  height: 140px;
}

.client-n {
  display: flex;
  background: rgba(112, 190, 176, 0.20);
  padding: 30px 40px;
  align-items: center;
  border-radius: 0 0 10px 10px;
}

.testi-slide figure {
  margin: 0 20px 0 0;
}

.testi-slide .t-left-part figure img {
  width: 80px;
  height: 80px;
}

.testi-slide .testi-badge {
  display: flex;
}

.testi-slide .testi-badge span {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 5px 8px;
  background: rgba(144, 145, 156, 0.15);
  border-radius: 5px;
  font-style: normal;
  font-weight: 500;
  font-size: 14.4px;
  line-height: 16px;
  letter-spacing: 0;
  color: #161519;
  margin: 0 8px 15px 0;
}

.testi-slide h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
  text-align: left;
  color: #000000;
  margin-bottom: 5px;
}

.testi-slide .degignation {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  text-align: left;
  color: #919191;
  margin-bottom: 5px;
}

.testimonials-sec .testi-slide p {
  color: #7B7E86;
  font-family: 'Outfit-Regular';
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}

.testi-slide p::-webkit-scrollbar {
  width: 10px;
}

/* .testi-slide p:hover::-webkit-scrollbar-track {
  background: #c1c1c1;
    border: 3px solid transparent;
    background-clip: content-box;
}

.testi-slide p:hover::-webkit-scrollbar-thumb {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
} */


.testimonials-btn-sec {
  width: 110px;
  margin: -26px 0 0 auto;
  position: relative;
  z-index: 999;
  display: flex;
  height: 100%;
}

.testimonials-btn-sec button.prev-btn, .testimonials-btn-sec button.next-btn {
  background: transparent !important;
  padding: 0 18px;
  margin: 0;
  border: 0;
}

.testimonials-btn-sec button.prev-btn:hover, .testimonials-btn-sec button.next-btn:hover {
  background: transparent !important;
  padding: 0 18px;
  margin: 0;
  border: 0;
}

.testimonials-sec .owl-carousel .owl-item .star-img img {
  width: 35% !important;
}

.sis {
  position: relative;
}

.sis::after {
  background: url(http://67.205.148.222/workwavez-solutions/wp-content/uploads/2023/05/select-arrow.png) no-repeat 0 0;
  position: absolute;
  width: 18px;
  height: 9px;
  content: "";
  display: inline-block;
  right: 20px;
  top: 26px;
  z-index: 0;
}

.contact_sec {
  padding: 140px 0;
}

.contact-inner-sec {
  border-radius: 20px;
  background: #EFF1F5;
  margin: 0 83px;
  padding: 80px 80px 20px;
}

.con-text {
  margin: 70px 0 0;
}

.con-text h3 {
  color: #1C1C25;
  font-family: 'Outfit-Medium';
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
  /* 120.833% */
  margin-bottom: 13px;
}

.condes {
  color: #7B7E86;
  font-family: 'Outfit-Regular';
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
  margin-bottom: 28px;
}

.email, .phone-num {
  color: #263B50;
  font-family: 'Outfit-Regular';
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  /* 150% */
  margin-bottom: 12px;
}

.email a, .phone-num a {
  color: #70BEB0;
  text-decoration: none;
}

.benefit-sec {
  display: none;
}

.benefit-sec h4 {
  color: #1C1C25;
  font-family: 'Outfit-Medium';
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  /* 125% */
  margin-bottom: 25px;
}

.inner-benefit-sec {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.inner-benefit-sec figure {
  margin-bottom: 0;
  margin-right: 10px;
}

.inner-benefit-sec h3 {
  color: #7B7E86;
  font-family: 'Outfit-Regular';
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
  margin-bottom: 0;
}

.chat-box {
  display: flex;
  flex-direction: row;
  margin: 0 0 50px;
}

.chat-box .c-img {
  display: inline-flex;
  width: 54px;
  height: 54px;
  background: #FFFFFF;
  align-items: center;
  justify-content: center;
  border: 0.737327px solid #1c9ebd;
  /* box-shadow: 2.42px 3.9px 0px #1c9ebd; */
  border-radius: 8px;
}

.chat-box .c-img img {
  max-width: inherit;
  width: 30px;
  height: 30px;
}

.chat-box .c-info {
  margin: 0 0 0 30px;
  width: 80%;
}

.chat-box .c-info h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 29px;
  color: #000000;
}

.chat-box .c-info .chat-text {
  font-style: normal;
  margin: 12px 0;
  font-weight: 400;
  font-size: 22px;
  line-height: 29px;
  color: rgba(0, 0, 0, 0.5);
}

.chat-box .c-info a, .chat-box .c-info .address {
  font-style: normal;
  text-decoration: none;
  font-weight: 500;
  font-size: 22px;
  line-height: 29px;
  color: #000000;
}


.social-media ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.social-media ul li {
  display: inline-flex;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  margin: 0 25px 0 0;
}

.social-media ul li a img {
  background: #FFFFFF;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  /* border: 0.737327px solid #1c9ebd;
  box-shadow: 2.42px 3.9px 0px #1c9ebd; */
  border-radius: 4px;
  width: 40px;
  height: 40px;
}

/* .social-media ul li a:hover svg path {
  fill: #042F47;
} */

/* .social-media ul li a:hover {
  box-shadow: 2.42px 3.9px 0px #042F47;
  border: 0.737327px solid #042F47;
} */


.site-footer {
  background: #263B50;
  width: 100%;
  padding: 50px 0;
  max-width: inherit;
  margin: 0;
}

.site-footer .container {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.site-footer .col-md-4.menu-sec {
  display: flex;
  justify-content: center;
}

.site-logo.footer {
  margin: 0;
}

.site-logo.footer p {
  margin: 20px 0 30px;
  color: #fff;
}

.fbdr {
  border: 1px solid #fff;
}

.footer-navigation {
  margin: 22px 0 60px 0;
}

.footer-navigation-wrapper {
  justify-content: flex-end;
  flex-direction: column;
}

.footer-navigation-wrapper li a {
  font-style: normal;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 29px;
  color: #000000;
  text-decoration: none;
}

.footer-navigation-wrapper li a:link, .footer-navigation-wrapper li a:visited, .footer-navigation-wrapper li a:active {
  outline: 0;
  text-decoration: none;
  color: #FFF;
  font-family: 'Outfit-Medium';
  font-size: 18px;
  font-weight: 500;
  line-height: 16px;
}

.footer-navigation-wrapper li a:hover {
  color: #fff;
}

.uae {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.uae h5 {
  color: #FFF;
  font-family: 'Outfit-SemiBold';
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  margin: 0 0 0 10px;
}

.footer-address p {
  color: #FFF;
  font-family: 'Outfit-Regular';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 50px;
}

.privacy-sec {
  display: flex;
}

.privacy-sec a {
  color: #FFF;
  font-family: 'Outfit-Medium';
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}

.term {
  border: 1px solid #fff;
  margin: 0 8px;
}

.footer-address {
  max-width: 290px;
  margin-right: 10px;
}

.col-md-4.address-sec {
  display: flex;
  justify-content: end;
}

.copyright {
  color: #FFF;
  font-family: 'Outfit-Medium';
  font-size: 18px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  padding-top: 30px;
}

.pplink {
  text-align: right;
}

.pplink a {
  color: #000000;
  text-decoration: none;
  margin: 0 0 0 15px;
}


.cf-padd {
  padding: 16px 10px;
}

.cf-padd h3 {
  font-weight: 700;
  font-size: 35px;
  line-height: 45px;
  color: #000000;
  margin: 0 0 30px;
}


input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="date"],
input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], .site textarea {
  background: #fff;
  padding: 15px;
  border: 0px;
  width: 100%;
  border-radius: 8.75px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15.75px;
  line-height: 30px;
  color: #747582;
}

input[type="submit"] {
  border-radius: 55px;
  background: #70BEB0 !important;
  width: 100%;
  color: #FFF !important;
  text-align: center;
  font-family: 'Outfit-Medium';
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  /* 125% */
  text-transform: capitalize;
  margin-bottom: 0 !important;
}

input[type="submit"]:hover {
  border: none;
  height: 56px;
}

input[type=submit]:focus {
  outline-offset: 0;
  outline: none !important;
}

select {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15.75px;
  line-height: 30px;
  color: #747582;
  padding: 15px;
  border: 0px;
  width: 100%;
  background: #EAF7FF;
  border-radius: 8.75px;
}

select option, select {
  font-family: 'Roboto', sans-serif;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus,
input[type="tel"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus,
input[type="datetime-local"]:focus, input[type="color"]:focus, .site textarea:focus, select:focus {
  border: 0;
  outline: 0;
  border-bottom: 0px solid #A5A5A5;
  font-family: 'Roboto', sans-serif;
}

.contactform input, .contactform select {
  margin: 0 0 20px;
}

.contactform textarea.wpcf7-form-control.wpcf7-textarea {
  height: 170px;
  margin: 0 0 20px;
  font-family: 'Roboto', sans-serif;
}

.contactform .contact-submit-btn input.wpcf7-submit {
  padding: 13px 20px;
  width: 257px;
  height: 72px;
  background: #1c9ebd !important;
  box-shadow: 0px 35.2941px 58.8236px rgba(4, 47, 71, 0.05);
  border-radius: 8px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF !important;
  border: 0;
  outline: 0;
}

.contactform .contact-submit-btn input.wpcf7-submit:hover {
  background: #042F47 !important;
}

.contactform .contact-submit-btn input.wpcf7-submit:hover, .contactform .contact-submit-btn input.wpcf7-submit:focus,
.contactform .contact-submit-btn input.wpcf7-submit:focus-visible, .contactform .contact-submit-btn input.wpcf7-submit:focus-within {
  border: 0;
  outline: 0;
}

.cf-labeltext {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 34px;
  color: #131514;
}

.cf-labeltext p {
  margin: 0 0 10px;
}

.column-mb-5 {
  margin-bottom: 30px;
}

.my-button-css {
  background-color: #1c9ebd !important;
  color: #fff !important;
  padding: 5px 21px;
  border-radius: 5px;
  border: 0;
  display: flex;
  width: 130px;
  margin: 10px auto 0;
  justify-content: center;
}

.my-button-css:hover {
  background-color: #042F47 !important;
  color: #fff !important;
}


/* Model Css */

.modal-header h3 {
  font-size: 25px;
  line-height: 35px;
}

.modal-body p {
  font-size: 18px;
}


/*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/

.site-logo {
  margin: 0;
}

.xis-dia-header-section {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  padding: 10px 0 0;
  position: absolute;
}

.xis-dia-header-section .navbar-nav {
  display: inherit;
}

.xis-dia-header-section .dropdown {
  position: relative;
}

.xis-dia-header-section .dropdown:hover .dropdown-menu {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.xis-dia-header-section .dropdown:after {
  top: -1px;
  color: #e3002a;
  right: -14px;
  content: "+";
  font-size: 18px;
  font-weight: 700;
  color: #ff4800;
  position: absolute;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.xis-dia-header-section .dropdown li:after {
  top: 8px;
  right: 15px;
}

.xis-dia-header-section .dropdown-menu {
  left: 0;
  top: 52px;
  z-index: 100;
  margin: 0px;
  padding: 0px;
  height: auto;
  min-width: 250px;
  display: block;
  border: none;
  border-radius: 0;
  position: absolute;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  background-color: #fff;
  background-clip: inherit;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: center top 0;
  transform-origin: center top 0;
  -webkit-box-shadow: 0 13px 18px -8px rgba(0, 0, 0, 0.15), 0 29px 45px 4px rgba(0, 0, 0, 0.08), 0 11px 55px 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0 13px 18px -8px rgba(0, 0, 0, 0.15), 0 29px 45px 4px rgba(0, 0, 0, 0.08), 0 11px 55px 10px rgba(0, 0, 0, 0.07);
}

.xis-dia-header-section .dropdown-menu .dropdown-menu {
  top: 20px;
  opacity: 0;
  left: 250px;
}

.xis-dia-header-section .dropdown-menu .dropdown-menu a {
  font-weight: 600;
  color: #1a2428;
}

.xis-dia-header-section .dropdown-menu .dropdown-menu a:before {
  display: none;
}

.xis-dia-header-section .dropdown-menu li {
  display: block;
  margin: 0 !important;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border-bottom: 1px solid rgba(228, 228, 228, 0.95);
}

.xis-dia-header-section .dropdown-menu li:last-child {
  border-bottom: none;
}

.xis-dia-header-section .dropdown-menu li:hover .dropdown-menu {
  top: 0;
  opacity: 1;
}

.xis-dia-header-section .dropdown-menu a {
  width: 100%;
  display: block;
  position: relative;
  padding: 10px 20px 10px !important;
  color: #1a2428 !important;
  font-weight: 600 !important;
  font-size: 15px !important;
}

.xis-dia-header-section .dropdown-menu a:before {
  top: 20px;
  left: 5px;
  width: 0px;
  height: 2px;
  content: "";
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: #ff4800;
}

.xis-dia-header-section .dropdown-menu a:after {
  display: none;
}

.xis-dia-header-section .dropdown-menu a:hover {
  margin-left: 10px;
}

.xis-dia-header-section .dropdown-menu a:hover:before {
  width: 10px;
}

/* .xisma-header-main-menu {
  max-width: 1050px;
  } */

.xis-dia-main-navigation li {
  margin: 0px 22px;
  list-style: none;
  display: inline-block;
}

.xis-dia-main-navigation a {
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 24px;
  color: #2E2E2E;
  font-weight: 500;
}

.nav-link:focus, .nav-link:hover {
  color: #1c9ebd;
}

.xis-dia-main-navigation .nav-link {
  position: relative;
  display: inline;
  color: #1C1C25;
  font-family: 'Outfit-Medium';
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.xis-dia-main-navigation .nav-link.active {
  display: inline;
  color: #2E2E2E;
}

.xis-dia-main-navigation .nav-link {
  display: inline;
  position: relative;
  padding-bottom: 30px;
  transition: 0.3s all ease-in-out;
}

.xis-dia-main-navigation .nav-link:hover {
  color: #042F47;
}

.xis-dia-main-navigation .nav-link:hover {
  color: #1C1C25;
  text-decoration: underline;
}

.xis-side-canvas-btn {
  cursor: pointer;
}

.xis-side-canvas-btn span {
  height: 2px;
  width: 38px;
  display: block;
  margin: 4px 0px;
  background-image: linear-gradient(-15deg, #188aff 1%, #ff7800 100%);
}

.xis-dia-header-section.sticky-on {
  top: 0;
  width: 100%;
  z-index: 999999;
  position: fixed;
  padding: 10px 0px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

.xis-dia-header-section.sticky-on .xisma-header-main-menu {
  max-width: 100%;
}



/*// off canvas style*/
/*----------------------------------------------------*/
.sidebar-info-contents {
  position: relative;
}

.sidebar-info-contents .content-inner {
  position: relative;
}

.sidebar-info-contents .content-inner .logo {
  padding-bottom: 20px;
}

.sidebar-info-contents .content-inner .logo img {
  display: inline-block;
  max-width: 100%;
}

.sidebar-info-contents .content-inner .content-box {
  position: relative;
}

.sidebar-info-contents .content-inner h5 {
  color: #fff;
  font-weight: 700;
  margin: 25px 0px 15px;
}

.sidebar-info-contents .content-inner .content-box .text {
  color: #fff;
  margin-bottom: 25px;
}

.sidebar-info-contents .content-inner .social-box {
  position: relative;
  margin-top: 20px;
  padding-left: 0;
  margin-bottom: 30px;
}

.sidebar-info-contents .content-inner .social-box li {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.sidebar-info-contents .content-inner .social-box li a {
  position: relative;
  width: 36px;
  height: 36px;
  color: #ff4800;
  z-index: 1;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar-info-contents .content-inner .social-box li a:hover {
  color: #fff;
  background-color: #ff4800;
}

.close-side-widget,
.close-side-widget:hover {
  color: #fff !important;
  font-size: 24px;
}

.xs-sidebar-group .xs-overlay {
  left: 100%;
  top: 0;
  position: fixed;
  z-index: 101;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in 0.8s;
  transition: all 0.4s ease-in 0.8s;
  /* cursor: url(../img/digital_f/cross-out.png), pointer; */
}

.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
}

.xs-sidebar-widget {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #272727;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: 0.9;
  visibility: visible;
  -webkit-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
  left: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  right: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
  padding: 40px;
}

.close-side-widget {
  color: #1768dd;
  font-size: rem(15px);
  display: block;
}

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in 0.3s;
  transition: all 0.3s ease-in 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 0;
}

.xs-bg-black {
  background-color: #000000;
}

.sidebar-info-contents .gallery-box li {
  margin-bottom: 5px;
}

/*Mobile area*/
/*----------------------------------------------------*/
.mobile_logo {
  top: 10px;
  left: 15px;
  display: none;
  position: absolute;
}

.mobile_menu_content {
  top: 0px;
  bottom: 0;
  left: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 310px;
  overflow-y: scroll;
  background-color: #fff;
  padding: 20px 35px 35px 35px;
  -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.mobile_menu_content .mobile-main-navigation {
  width: 100%;
}

.mobile_menu_content .mobile-main-navigation .navbar-nav {
  width: 100%;
}

.mobile_menu_content .dropdown:after {
  display: none;
}

.mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  -webkit-transform: none !important;
  transform: none !important;
}

.mobile_menu_content .mobile-main-navigation .navbar-nav li {
  width: 100%;
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.mobile_menu_content .mobile-main-navigation .navbar-nav li a {
  padding: 0;
  width: 100%;
  color: #000;
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;


  text-align: left;

  color: #2E2E2E;
  text-transform: uppercase;
  padding: 10px 30px 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.mobile_menu_content .m-brand-logo {
  width: 120px;
  margin: 50px auto;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_content {
  left: 0px;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* .mobile_menu_overlay_on {
  overflow: hidden;
} */

.mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}

.mobile_menu_button {
  right: 10px;
  top: -65px;
  z-index: 5;
  color: #fff;
  display: none;
  font-size: 24px;
  cursor: pointer;
  line-height: 38px;
  position: absolute;
  text-align: center;
}

.mobile_menu .mobile-main-navigation .navbar-nav li a:after {
  display: none;
}

.mobile_menu .mobile-main-navigation .dropdown>.dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  background-color: transparent;
}

.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  padding: 0 10px;
  line-height: 1;
}

.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li:hover {
  background-color: transparent;
}

.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a {
  color: #000 !important;
}

.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a:hover {
  color: #ff4800;
  background-color: transparent;
}

.mobile_menu .dropdown {
  position: relative;
}

.mobile_menu .dropdown .dropdown-btn {
  color: #9397a7;
  position: absolute;
  top: 3px;
  right: 0;
  height: 30px;
  padding: 5px 10px;
}

.mobile_menu .dropdown .dropdown-btn.toggle-open {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile_menu .mobile_menu_close {
  color: #d60606;
  cursor: pointer;
  top: 25px;
  right: 25px;
  font-size: 20px;
  position: absolute;
}

.modal-header .btn-close {
  background: #1c9ebd !important;
  opacity: 1;
  font-size: 23px;
  font-weight: 600;
  line-height: 22px;
  padding: 2px !important;
  margin: 0 !important;
  display: inline-block;
  color: #fff;
}

.modal-header .btn-close:hover, .modal-header .btn-close:focus {
  background: #042F47 !important;
  color: #fff;
  box-shadow: none;
}

.site-main {
  padding: 0;
  margin: 0;
}

.site-content {
  margin-bottom: 0 !important;
}

.pp-banner {
  margin: 100px 0 50px;
}

.pp-banner h1 {
  font-size: 48px;
  line-height: 58px;
  font-family: 'Outfit-Medium';
  letter-spacing: 0;
  margin: 0 0 35px;
  color: #1C1C25;
}

.pp-banner p a, a {
  color: #1c9ebd;
}

.pp-banner p {
  color: #1C1C25;
}

.eroor-con {
  margin: 100px 0;
  padding: 50px 0;
  text-align: center;
}

.eroor-con h1.page-title {
  font-size: 70px;
  line-height: 85px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 35px;
  color: #000;
}

.error-btn {
  margin: 15px auto 0;
  width: 300px;
  background: #1c9ebd !important;
  border: 0;
  border-radius: 50px;
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  line-height: 45px;
  height: 50px;
  text-align: center;
}

.error-btn:hover, .error-btn:focus {
  background: #042F47 !important;
  color: #fff;
}

.owl-carousel.owl-loaded {
  padding-right: 10px;
  padding-left: 10px;
}


@media (max-width:1500px) {
  .services-bg {
    padding: 50px 48px 30px 48px;
  }

  .services-bg h3 {
    font-size: 27px;
  }
}

@media (max-width:1400px) {
  .services-bg {
    padding: 50px 18px 30px 18px;
  }

  .con-text h3 {
    font-size: 50px;
    line-height: 60px;
  }

  .chat-box .c-info {
    margin: 0 0 0 20px;
    width: 77%;
  }

  .chat-box .c-info a, .chat-box .c-info .address {
    font-size: 18px;
    line-height: 25px;
  }

  .herobanner:after {
    right: 0%;
  }
  
  .t-left-part {
    height: 160px;
  }
}

@media (max-width:1199px) {
  .herobanner h1, .herobanner h1 span {
    font-size: 52px;
    line-height: 62px;
    margin: 0 0 20px;
    max-width: inherit;
  }

  .herobanner p {
    font-size: 20px;
  }

  .herobanner::after {
    right: 0;
  }

  .services-bg {
    padding: 30px 15px;
  }

  .services-bg h3 {
    font-size: 23px;
    line-height: 30px;
  }

  .con-text h3 {
    font-size: 50px;
    line-height: 65px;
  }

  .cf-padd {
    padding: 20px;
  }

  .cf-labeltext p {
    font-size: 17px;
  }

  .home-service-sec #v-services-tab {
    margin: 0 33px 0 0;
  }

  #v-services-tabContent {
    width: 440px;
  }

  .ser-tab-main {
    padding: 100px 0;
    background: url('https://www.workwavez.com/wp-content/uploads/2023/04/about-img-1.png') no-repeat 140% 0;
  }

  .services-bg h3 {
    font-size: 21px;
  }

  .footer-navigation-wrapper li a, .copyright, .pplink {
    font-size: 18px;
  }

  .pp-banner h1 {
    font-size: 50px;
    line-height: 65px;
  }
  .heading-sec h3, .row.inner-client-sec h3, .banner-text h5{
    font-size: 42px;
    line-height: 52px;
  }
  .t-left-part {
    height: 170px;
    padding: 20px;
  }
  .client-n{
    padding: 20px;
  }
  .contact-inner-sec{
    margin: 0;
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .mobile_menu_button {
    display: block;
  }

  .xis-dia-main-navigation {
    display: none;
  }

  .banner-text {
    text-align: center;
  }

  .herobanner {
    margin: 0;
    padding: 100px 0 0;
  }

  .herobanner p {
    max-width: inherit;
    font-size: 20px;
  }

  .herobanner figure {
    margin: 0 auto;
    text-align: center;
  }

  .herobanner:after {
    display: none;
  }

  .heading-sec .tagline {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-sec h3, .con-text h3, .row.inner-client-sec h3, .banner-text h5 {
    font-size: 38px;
    line-height: 48px;
    margin: 0 0 20px;
  }

  .herobanner a {
    padding: 18px 40px;
    font-size: 20px;
    margin-bottom: 30px;
  }

  .home-service-sec .col-md-3 {
    width: 50%;
  }

  .services-bg {
    padding: 20px;
    margin: 0 0 40px;
    height: 310px;
  }

  .services-bg h3 {
    font-size: 19px;
    line-height: 29px;
  }

  .social-media {
    margin: 0 0 30px;
  }

  .cf-padd {
    padding: 0;
  }

  .tab-content>.tab-pane {
    display: block;
    opacity: 1;
  }

  .ser-tab-main {
    padding: 30px 0;
  }

  #v-services-tabContent {
    width: 420px;
  }

  .ser-tab-main .accordion-item .accordion-button {
    color: #000 !important;
    background: transparent !important;
    border: 1px solid #1c9ebd;
    border-radius: 0px 60px 60px 0px;
    background-color: transparent !important;
    box-shadow: none;
  }

  .ser-tab-main .accordion-button:not(.collapsed), .ser-tab-main .accordion-item .accordion-button:hover {
    border-radius: 0px 60px 60px 0px;
    border: 1px solid #1c9ebd;
    background: #1c9ebd !important;
    background-color: #1c9ebd !important;
    color: #fff !important;
  }

  .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 0;
  }

  .home-service-sec .accordion-body {
    padding: 10px;
  }

  .home-service-sec .accordion-body p {
    font-size: 17px;
    line-height: 22px;
  }

  .ser-tab-main {
    background: url('https://www.workwavez.com/wp-content/uploads/2023/04/about-img-1.png') no-repeat -50% 0;
  }

  .services-bg h3 {
    font-size: 17px;
  }

  .services-bg h3 br {
    display: none;
  }

  .footer-navigation-wrapper li a {
    font-size: 15px;
    padding: 7px;
  }

  .pp-banner h1 {
    font-size: 35px;
    line-height: 45px;
  }

  .con-text {
    margin: 30px 0;
  }

  .Client-section, .testimonials-sec {
    padding: 50px 0;
  }

  .logo-section {
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .logo-section div {
    width: 30%;
  }

  .logo-section img {
    width: 70px;
    height: 70px;
  }

  .logo-section h3 {
    font-size: 18px;
  }

  .home-service-sec figure {
    text-align: center;
  }

  .home-service-sec .heading-sec {
    margin: 0 0 32px;
    margin-bottom: 30px;
  }

  .projectFactsWrap {
    flex-wrap: wrap;
  }

  .projectFactsWrap .item {
    width: 50%;
    flex-direction: column;
    padding: 30px 0px;
  }

  .projectFactsWrap .item h3 {
    text-align: center;
    font-size: 38px;
    list-style: 48px;
  }

  .count-number {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .testimonials-sec .heading-sec h3 {
    margin-bottom: 20px;
  }

  .t-left-part {
    padding: 20px;
    height: 220px;
    text-align: justify;
  }

  .client-n {
    padding: 20px;
  }

  .contact-inner-sec {
    margin: 0;
    padding: 30px;
  }

  .footer-address {
    max-width: 100%;
    margin-right: 0;
  }

  .privacy-sec a {
    width: 65px;
  }

  .term {
    margin: 0 15px;
  }
}

@media (max-width: 767px) {

  p {
    font-size: 18px;
  }

  .menu-button-container {
    display: flex;
  }

  .primary-navigation-open .has-logo.has-title-and-tagline .primary-navigation>.primary-menu-container {
    transform: translateX(0) translateY(0);
  }

  .has-logo.has-title-and-tagline .primary-navigation>.primary-menu-container {
    position: fixed;
    transform: translateY(0) translateX(100%);
  }

  .primary-navigation-open .primary-navigation>.primary-menu-container {
    position: absolute;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .primary-navigation>.primary-menu-container {
    height: 100vh;
    z-index: 499;
    overflow-x: hidden;
    overflow-y: auto;
    border: 2px solid transparent;
  }

  .site-logo .custom-logo {
    height: 70px;
  }

  /* .home-service-sec, .testimonials-sec, .contact_sec {
    padding: 40px 0;
  } */

  .herobanner h1, .herobanner h1 span {
    font-size: 38px;
    line-height: 52px;
    margin: 0 0 10px;
    max-width: inherit;
  }

  .herobanner p {
    font-size: 18px;
    line-height: 28px;
  }

  .heading-sec .tagline {
    font-size: 20px;
    line-height: 23px;
  }

  .heading-sec h3, .con-text h3, .row.inner-client-sec h3, .banner-text h5 {
    font-size: 33px;
    line-height: 40px;
    margin: 0 0 15px;
  }

  .testimonials-sec .heading-sec h3 {
    margin-bottom: 15px;
  }

  .services-bg {
    margin: 0 10px 30px;
    height: auto;
    text-align: center;
  }

  .services-bg figure {
    margin: 0 auto 20px;
  }

  .home-service-sec .heading-sec {
    margin: 0 0 20px;
  }

  .chat-box .c-info {
    margin: 0 0 0 20px;
    width: 75%;
  }

  .chat-box .c-info a, .chat-box .c-info .address {
    font-size: 17px;
  }

  .chat-box .c-info h3 {
    font-size: 19px;
    line-height: 25px;
  }

  .chat-box .c-info .chat-text {
    font-size: 17px;
    line-height: 29px;
    margin: 0;
  }

  .social-media {
    margin: 0 0 30px;
  }

  .cf-padd {
    padding: 0;
  }

  .ser-tab-main {
    padding: 30px 0;
    background: transparent;
  }

  #v-services-tabContent {
    width: 90%;
  }

  .home-service-sec #v-services-tabContent .tab-pane {
    width: 100%;
  }

  .services-bg h3 {
    min-height: inherit;
  }

  .services-bg h3 br {
    display: none;
  }

  .site-footer {
    text-align: center;
  }

  .pplink {
    text-align: center;
  }

  .privacy-sec{
    justify-content: center;
  }

  .footer-navigation-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .pp-banner h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .herobanner {
    margin: 0;
    padding: 70px 0 0;
  }

  .t-left-part {
    padding: 30px;
    height: auto;
    text-align: justify;
  }

  .client-n {
    padding: 30px;
  }

  .owl-carousel.owl-loaded {
    padding-right: 10px;
    padding-left: 10px;
  }

  .testimonials-sec .owl-carousel .owl-item img {
    width: 70px;
    height: 70px;
  }

  .testimonials-sec .owl-carousel .owl-item .star-img img {
    width: 50% !important;
  }

  .home-service-sec .heading-sec p br {
    display: none;
  }

  .contact-inner-sec {
    margin: 0;
    padding: 20px 25px;
  }

  .col-md-4.address-sec {
    justify-content: center;
  }

  .uae {
    justify-content: center;
  }

  .footer-navigation {
    margin: 20px 0;
  }

  .site-logo.footer p {
    margin: 20px 0;
  }

  .footer-address p, .privacy-sec {
    margin-bottom: 30px;
  }
/* 
  .contact_sec {
    padding: 50px 0 100px;
  } */

  .home-service-sec .col-md-3 {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .footer-navigation-wrapper {
    flex-direction: column;
  }

  .projectFactsWrap {
    flex-direction: column;
  }

  .projectFactsWrap .item {
    width: 100%;
    flex-direction: column;
    padding: 30px 0px;
  }
  .tech-sec{
    height: 120px;
    margin-bottom: 30px;
  }

  .tech-sec figure{
    height: 50px;
  }

  .tech-sec figure img{
    width: 50px;
    height: 50px;
    object-fit: contain;
  }
  
  .tech-sec h3{
    font-size: 16px;
    line-height: 26px;
  }

}