@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

body {
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
}

/* Cursor Css End */
a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  border: none;
}

*:hover,
*:focus,
*:focus-within {
  outline: none;
}

:root {
  --black: #000;
  --white: #ffffff;
}

/* style css */
section.home-slider {
  width: 100%;
  height: 920px;
  overflow: hidden;
}

section.home-slider .swiper-container {
  width: 100%;
  height: 100%;
}

section.home-slider .swiper-container .slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: left;
  font-size: 18px;
  background: #fff;
  overflow: hidden;
}

section.home-slider .swiper-container .slide-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
}

section.home-slider .swiper-container h2 {
  font-style: normal;
  font-weight: 300;
  font-size: 80px;
  line-height: 96px;
  color: #ffffff;
}

section.home-slider .swiper-container h2 strong {
  font-weight: 800;
  display: block;
}

section.home-slider .swiper-container .slide-title span {
  white-space: pre;
  display: inline-block;
  opacity: 0;
}

section.home-slider .slideshow {
  position: relative;
}

section.home-slider .slideshow-navigation-button {
  position: absolute;
  top: 42.7%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 80px;
  z-index: 1000;
  transition: all 0.3s ease;
  color: #fff;
}

section.home-slider .slideshow-navigation-button.prev {
  left: 80px;
}

section.home-slider .slideshow-navigation-button.next {
  right: 80px;
}

section.home-slider .slideshow-navigation-button:hover,
section.home-slider .slideshow-navigation-button:focus {
  cursor: pointer;
  background: rgba(#000, 0.5);
}

section.home-slider .slideshow-pagination {
  position: absolute;
  bottom: 5rem;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: 0.3s opacity;
  z-index: 10;
}

section.home-slider .slideshow-pagination-item {
  display: flex;
  align-items: center;
}

section.home-slider .slideshow-pagination-item .pagination-number {
  opacity: 0.5;
}

section.home-slider .slideshow-pagination-item:hover,
section.home-slider .slideshow-pagination-item:focus {
  cursor: pointer;
}

section.home-slider .slideshow-pagination-item:last-of-type .pagination-separator {
  width: 0;
}

section.home-slider .slideshow-pagination-item.active .pagination-separator {
  width: 10vw;
}

section.home-slider .slideshow-pagination-item.active .pagination-number {
  opacity: 1;
}

.pagination-number {
  font-size: 1.8rem;
  color: #fff;
  padding: 0 0.5rem;
}

.pagination-separator {
  display: none;
  position: relative;
  width: 40px;
  height: 2px;
  background: rgba(#ffffff, 0.25);
  transition: all 0.3s ease;
}

.pagination-separator-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transform-origin: 0 0;
}

.home-data-banner {
  position: relative;
  z-index: 11;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 99;
  box-shadow: 2px 2px 14px 0 rgb(0 0 0 / 10%);
  background: var(--white);
}

.menu-header-menu-container li a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: var(--black);
  position: relative;
  padding: 42px 0;
  display: inline-block;
}

.menu-header-menu-container li a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 3px;
  background: #2bbce6;
  border-radius: 5px;
  left: 0;
  bottom: 28px;
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -ms-transition: all 0.5s ease-in-out !important;
}

.menu-header-menu-container li a:hover::after,
.menu-header-menu-container li a:focus::after {
  width: 100%;
}

.menu-header-menu-container li.current-menu-item a::after {
  width: 100%;
}

.header-menu {
  gap: 25px;
  margin: 0;
}

.phone-number-inn,
.phon-numbers {
  display: flex;
}

.icon-phone {
  background: rgba(17, 105, 180, 1);
  width: 70px;
  height: 70px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 100%;
}

.phon-numbers a {
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  color: var(--black);
  transition: all 0.4s;
}

.phon-numbers a:hover {
  color: #2bbce6;
  transition: all 0.4s;
}

.phon-numbers {
  padding: 10px 20px 10px 42px;
  margin-left: -25px;
  border-radius: 0px 100px 100px 0px;
  background: rgba(17, 105, 180, 0.1);
}

/* .inner-header .row .col-6 {
  padding: 0;
} */

.menu-and-phone {
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding-left: 0px;
}

.inner-header .row {
  align-items: center;
}

.inner-header .row .col-xl-9.col-6 {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}

.inner-header .row .col-xl-3.col-6 {
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.india-number {
  padding-right: 15px;
}

/* Footer */
footer.site-footer {
  background: #1169b4;
  padding: 100px 0 0 0;
  position: relative;
}

.footer-logo-area img {
  filter: brightness(0) invert(1);
}

.links-service li a {
  color: var(--white);
}

.inner-footer {
  padding: 0 0 50px 0;
}

.copyright-footer {
  border: 1px solid rgb(255 255 255 / 20%);
  padding: 20px 0;
}

.copyright-footer p {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  text-align: left;
  color: var(--white);
}

.devlop-link p {
  text-align: right;
}

.devlop-link p a {
  color: var(--white) !important;
}

.devlop-link p a strong {
  font-weight: 700;
}

.footer-logo-area {
  margin-bottom: 40px;
}

.footer-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  color: var(--white);
  margin: 0;
}

.site-footer h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  color: var(--white);
  margin-bottom: 20px;
}

.links-service ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 200%;
  color: var(--white);
}

.links-service ul li {
  line-height: 100%;
}

.footer-call-mail .footer-call,
.footer-call-mail .footer-mail {
  display: flex;
  gap: 20px;
}

.footer-call-mail .footer-call .icon-call,
.footer-call-mail .footer-mail .icon-mail {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(255 255 255 / 10%);
  border-radius: 100%;
}

.footer-call-mail p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 3px;
  color: var(--white);
}

.footer-call-mail a {
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  color: var(--white);
}

.footer-call-mail .footer-call {
  margin-bottom: 30px;
}

.footer-social-media {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-social-media ul {
  gap: 20px;
}

.footer-social-media ul li a {
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.15);
  display: inline-flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
}

.sub-footer {
  background: #2bbce6;
  padding: 35px 0;
}

.text-sub-header h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 100%;
  color: var(--white);
  margin-bottom: 10px;
}

.text-sub-header p {
  display: none;
}

.gform_wrapper .gform_validation_errors {
  display: none !important;
}

.newslatter-form .gform_wrapper form .gform-body input {
  background: var(--white);
  border-radius: 5px;
  border: none;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: var(--black);
  padding: 0 140px 0 20px;
  line-height: 60px;
  outline: none;
}

.newslatter-form .gform_wrapper form .gform-body input::placeholder {
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--black);
}

.newslatter-form .gform_wrapper form .gform_footer input {
  background: #2bbce6;
  border-radius: 5px;
  padding: 0 23px;
  line-height: 40px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  border: none;
  color: var(--white);
  margin: 0;
}

.newslatter-form .gform_wrapper.gravity-theme form .gform_footer {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 10px;
  top: 30px;
  transform: translateY(-50%);
}

.newslatter-form .gform_wrapper {
  display: flex;
  justify-content: flex-end;
}

.newslatter-form .gform_wrapper.gravity-theme form {
  position: relative;
  width: 520px;
}

.inner-sub-footer .row {
  align-items: center;
}

.site-footer .inner-footer .row {
  justify-content: space-between;
}

.devlop-link p a:hover {
  text-decoration: underline;
}

.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  padding-top: 0 !important;
}

.gform_ajax_spinner {
  position: absolute;
}

.newslatter-form .gform_ajax_spinner {
  position: absolute;
  right: -30px;
  filter: brightness(0) invert(1);
}

.newslatter-form .gform_wrapper .gfield_validation_message,
.newslatter-form .gform_wrapper .validation_message {
  color: var(--white) !important;
}

/* Inner Page Banner */
.banner {
  position: relative;
}

.banner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 30, 55, 0.5);
}

.banner::before {
  content: "";
  position: absolute;
  width: 565px;
  height: 100%;
  left: 27.5%;
  top: 0;
  background: url(../image/shap-one.png) no-repeat center center;
  background-size: contain;
}

.inner-banner::before {
  content: "";
  position: absolute;
  width: 350px;
  height: 393px;
  right: 0;
  bottom: 0;
  background: url(../image/shap-two.png) no-repeat center center;
  background-size: contain;
}

.inner-banner {
  position: relative;
  z-index: 1;
  height: 500px;
  display: flex;
  align-items: center;
}

.banner .heading-banner h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  line-height: 84px;
  text-align: center;
  color: var(--white);
  margin-bottom: 20px;
}

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

.bradcrumb-banner ul {
  display: inline-flex;
  gap: 25px;
  margin: 0;
}

.bradcrumb-banner ul li {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 154%;
  text-align: center;
  color: var(--white);
  position: relative;
}

.bradcrumb-banner ul li a {
  color: inherit;
  font-size: inherit;
}

.bradcrumb-banner ul li a:hover {
  text-decoration: underline;
}

.bradcrumb-banner ul li::after {
  content: "";
  position: absolute;
  background: var(--white);
  width: 5px;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
  right: -15.5px;
  border-radius: 100%;
}

.bradcrumb-banner ul li:last-child:after {
  display: none;
}

.btn {
  padding: 0 32px;
  line-height: 60px;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  text-align: center;
  color: var(--white);
  background: linear-gradient(270deg, #1169b4 0%, #2bbce6 144.87%);
  border-radius: 5px;
  transition: all 0.4s;
  border: none;
  box-shadow: none !important;
}

.btn:hover {
  background: #ffffff;
  transition: 0.4s all;
}

.btn:hover span {
  background: linear-gradient(270deg, #1169b4 0%, #2bbce6 144.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-white {
  background: var(--white);
  transition: all 0.4s;
  box-shadow: 0px 10px 50px rgb(0 0 0 / 50%);
  border-radius: 5px;
}

.btn-white:hover {
  transition: 0.4s all;
  background: linear-gradient(270deg, #1169b4 0%, #2bbce6 144.87%);
  color: var(--white);
}

.btn-white:hover span {
  transition: all 0.4s;
  text-fill-color: var(--white);
  -webkit-text-fill-color: var(--white);
}

.btn-white span {
  background: linear-gradient(270deg, #1169b4 0%, #2bbce6 144.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.4s;
  background-clip: text;
  text-fill-color: transparent;
}

.readmore-btn {
  padding: 8px 23px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  text-align: justify;
  text-transform: uppercase;
  color: var(--white);
  background: linear-gradient(270deg, #1169b4 0%, #2bbce6 144.87%);
  border-radius: 5px;
  border: none;
  box-shadow: none;
}

.readmore-btn span {
  -webkit-text-fill-color: var(--white);
}
.btn-thanks a{
  padding: 0 32px;
  line-height: 60px;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  text-align: center;
  color: var(--white);
  background: #2bbce6;
  border-radius: 5px;
  transition: all 0.4s;
  border: none;
  box-shadow: none !important;
}
.btn-thanks:hover a{
  background: linear-gradient(270deg, #1169b4 0%, #2bbce6 144.87%);
  color: var(--white);
  transition: 0.4s all;
}
.contact_link a{
  padding: 0 32px;
  line-height: 60px;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  text-align: center;
  color: var(--white);
  background: #2bbce6 !important;
  border-radius: 5px;
  transition: all 0.4s;
  border: none;
  box-shadow: none !important;
}
.contact_link:hover a{
  background: linear-gradient(270deg, #1169b4 0%, #2bbce6 144.87%) !important;
  color: var(--white);
  transition: 0.4s all;
}
.dcsLoadMorePostsbtn {
  padding: 0 32px;
  line-height: 60px;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  text-align: center;
  color: var(--white);
  background: linear-gradient(270deg, #1169b4 0%, #2bbce6 144.87%);
  border-radius: 5px;
  transition: all 0.4s;
  border: none;
}

.dcsLoadMorePostsbtn:hover {
  background: linear-gradient(270deg, #1169b4 0%, #2bbce6 144.87%);
  color: var(--white);
  transition: 0.4s all;
}

/* carrer page */
.career-two-inner {
  padding: 100px 0;
}

.sec-two-imges .img-center {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.img-inner .imges-boxes {
  background: linear-gradient(270deg, #1169b4 0%, #2bbce6 152%);
  border-radius: 10px;
  width: 220px;
  height: 200px;
}

.img-inner .img-right {
  display: flex;
  align-items: flex-end;
}

.sec-two-imges {
  flex-direction: column;
  gap: 10px;
}

.sec-two-imges .img-inner {
  gap: 10px;
}

.sec-two-taxes-inner h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 50px;
  line-height: 60px;
  color: var(--black);
  margin-bottom: 20px;
}

.sec-two-taxes-inner p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 170%;
  color: #666666;
  margin-bottom: 25px;
}

ul.listarea li {
  margin-bottom: 15px;
  width: 100%;
  position: relative;
  color: var(--black);
  list-style: none;
  font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
  gap: 10px;
  align-items: center;
  padding-left: 30px;
}

ul.listarea li::before {
  content: "";
  display: inline-flex;
  width: 17px;
    height: 12.42px;
  background: url(../image/right-icon.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 10px;
}

.count-data h3 {
  font-style: normal;
  font-weight: 900;
  font-size: 50px;
  line-height: 170%;
  color: var(--white);
  margin-bottom: 0;
  text-align: center;
  margin-bottom: -9px;
}

.count-data p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 170%;
  margin-bottom: 0;
  color: var(--white);
}

.count-data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 37px;
}

.three-banner-inner {
  height: 975px;
  padding: 150px 0;
}

.three-back-color {
  background: linear-gradient(270deg, #1169b4 0%, #2bbce6 152%);
  border-radius: 10px;
  height: 675px;
  padding: 70px 70px 57px 70px;
}

.main-inner-tax h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 50px;
  line-height: 60px;
  color: var(--white);
  width: 60%;
  margin-bottom: 0;
  padding-bottom: 30px;
}

.main-inner-boxes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
}

.box-images {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}

.number-content h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 50px;
  line-height: 60px;
  color: rgba(255, 255, 255, 0.2);
  margin-bottom: 0;
}

.number-content h2:hover {
  color: var(--white);
  transition: 0.4s all;
}

.number-content p {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: var(--white);
  margin-bottom: 0;
}

.number-content {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 20px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 20px;
}

.number-content:hover {
  border-bottom: 2px solid var(--white);
  transition: 0.4s all;
}

.three-pre-content p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: var(--white);
  margin-bottom: 0;
  padding-top: 20px;
}

/* homepage */
.title-banner-home p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 154%;
  color: var(--white);
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  width: 552px;
  margin: 0 auto;
  margin: 0;
}

.title-banner-home h2 {
  margin-bottom: 30px;
  display: flex;
}

.read-more-link {
  display: flex;
  justify-content: flex-start;
  padding-top: 40px;
}

.industries_data {
  height: 100%;
}

.inner_industries_data {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 100%;
  width: 100.1%;
}

.industries_data_area:hover {
  background: #f2f2f8;
  transition: 0.4s all;
}

.industrie_title_description h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: var(--black);
  margin-bottom: 15px;
}

.industrie_title_description p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--black);
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.industries_data_area {
  padding: 60px 50px 55px 50px;
}

.industries_data_area:nth-child(1),
.industries_data_area:nth-child(2) {
  border-bottom: 1px solid #f2f2f8;
}

.industries_data_area:nth-child(1),
.industries_data_area:nth-child(3) {
  border-right: 1px solid #f2f2f8;
}

.inner_section_two_home .row {
  background: var(--white);
  box-shadow: 0px 0px 100px rgb(0 4 54 / 20%);
  border-radius: 20px;
  margin: -150px 0 0 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.home-data-banner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.home-data-banner::after {
  content: "";
  position: absolute;
  background: rgba(0, 30, 55, 0.5);
  width: 100%;
  height: 100%;
}

.home-inner-banner-data {
  z-index: 99;
  padding-top: 188px;
}

.home-inner-banner-data::before {
  content: "";
  position: absolute;
  background: url(../image/banner-home-shap-one.png);
  width: 683px;
  height: 100%;
  top: 0;
  left: 26%;
}

.title-banner-home {
  position: relative;
  z-index: 1;
}

.home-data-banner::before {
  content: "";
  position: absolute;
  background: url(../image/banner-home-shap-two.png) no-repeat center right;
  width: 492px;
  height: 553px;
  right: 0;
  bottom: 0;
  z-index: 99;
}

.industrie_icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.industrie_icon img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.inner_section_two_home .col-xl-4,
.inner_section_two_home .col-xl-8 {
  padding: 0;
}

.inner_section_two_home .titlebginner {
  background: url(../image/box-Mask.png) no-repeat center center;
  height: auto;
  background-size: cover;
  position: relative;
}

.inner_section_two_home .titlebginner::after {
  content: "";
  position: absolute;
  background: #1169b4;
  width: 100%;
  opacity: 0.9;
  height: 100%;
  top: 0;
}

.title_section_two h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 50px;
  line-height: 60px;
  color: var(--white);
  margin: 0;
  padding-bottom: 20px;
}

.description_section_two p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 170%;
  color: var(--white);
  margin-bottom: 0;
}

.inner_title_dec_section_two {
  z-index: 99;
  position: relative;
}

.title_dec_section_two {
  height: 100%;
  padding: 120px 147px 140px 80px;
  position: relative;
  z-index: 1;
}

.section_two_home {
  padding: 0 0 150px 0;
  background: #f2f3f8 url(../image/bg-sec-two.png) no-repeat center bottom -130px;
}

.title_section_three h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 50px;
  line-height: 60px;
  color: var(--white);
  margin-bottom: 20px;
}

.description_section_three p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 170%;
  color: var(--white);
  margin-bottom: 70px;
}

.title_dec_section_three {
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 160px;
}

.inner_service_data {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}

.service_data_area {
  background: var(--white);
  box-shadow: 0px 0px 80px rgb(0 4 54 / 10%);
  border-radius: 15px;
  position: relative;
  padding: 50px 30px 30px 30px;
}

.service_title_description h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--black);
  margin-bottom: 10px;
}

.service_title_description p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  color: var(--black);
  margin-bottom: 15px;
}

.service_title_description a {
  display: flex;
  justify-content: end;
}

.service_data_area .bg-image {
  width: 150px;
  height: 150px;
  top: 10px;
  left: 20px;
  position: absolute;
  opacity: 0.05;
  z-index: 1;
}

.bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service_image {
  margin-bottom: 50px;
}

.service_data_area .service_title_description,
.service_data_area .service_image {
  position: relative;
  z-index: 11;
}

.service_data_area:hover {
  background: linear-gradient(270deg, #1169b4 0%, #2bbce6 144.87%);
  transition: 0.4s all;
  color: var(--white) !important;
}

.service_data_area:hover .service_image img,
.service_data_area:hover .bg-image img {
  transition: 0.4s all;
  filter: brightness(0) invert(1);
}

.service_data_area:hover .service_title_description * {
  transition: 0.4s all;
  color: var(--white);
}

.service_data_area:hover .service_title_description circle[stroke="black"] {
  stroke: var(--white);
}

.service_data_area:hover .service_title_description path[fill="black"] {
  fill: var(--white);
}

.inner_service_data .service_data_area:nth-child(odd) {
  top: -50px;
}

.inner_service_data .service_data_area:nth-child(3) {
  background: linear-gradient(270deg, #1169b4 0%, #2bbce6 144.87%);
}

.inner_service_data .service_data_area:nth-child(3)::after {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 15px;
  top: 5px;
  left: 5px;
  background: var(--white);
}

.service_data_area:nth-child(3):hover::after {
  opacity: 0;
}

.inner_service_data .service_data_area:nth-child(2) {
  background: linear-gradient(270deg, #1169b4 0%, #2bbce6 144.87%);
}

.inner_service_data .service_data_area:nth-child(2)::after {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 15px;
  top: 5px;
  left: 5px;
  background: var(--white);
}

.service_data_area:nth-child(2):hover::after {
  opacity: 0;
}

.inner_service_data .service_data_area:nth-child(even) {
  bottom: -50px;
}

.row_heading_faq h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  color: var(--black);
  margin-bottom: 20px;
}

.row_heading_faq p {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 170%;
  text-align: center;
  color: var(--black);
  margin-bottom: 50px;
}

.inner-sec-four-career {
  padding: 100px 0;
}

.data_faqs p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 170%;
  color: #666666;
  margin-bottom: 10px;
}

.accordion-item h2 button {
  border-radius: 20px !important;
  padding: 32px 100px;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  background: linear-gradient(270deg, #1169b4 0%, #2bbce6 152%) !important;
  line-height: 170%;
  color: #fff !important;
  box-shadow: none !important;
}

.accordion-item h2 button.collapsed {
  background: #f3f7fb !important;
  color: #000000 !important;
}

.accordion-item {
  border: none;
  margin-bottom: 10px;
}

.accordion-button.collapsed::after {
  background-image: url(../image/arrow-down.svg) !important;
  transform: rotate(0deg) !important;
  transition: 0.4s all;
}

.accordion-button::after {
  background-image: url(../image/arrow-up.svg) !important;
  transform: rotate(360deg) !important;
  transition: 0.4s all;
}

.accordion-body {
  padding: 30px 110px 20px 100px;
}

.contact-links p {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 170%;
  color: var(--black);
  margin: 40px 0 20px 0;
  text-align: center;
}

.contact_link {
  display: flex;
  justify-content: center;
}

.header-menu li.menu-item-has-children {
  position: relative;
}

.header-menu li ul.sub-menu {
  position: absolute;
  padding: 0;
  list-style: none;
  background: var(--white);
  border-radius: 5px;
  width: 270px;
  transition: 0.4s all;
  top: 100px;
  z-index: 11;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.header-menu li ul.sub-menu .sub-menu {
  width: 220px;
}

/* .header-menu li ul.sub-menu::-webkit-scrollbar{
  display: none;
} */
.header-menu li ul.sub-menu::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
  background-color: #f5f5f5;
}

.header-menu li ul.sub-menu::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

.header-menu li ul.sub-menu::-webkit-scrollbar-thumb {
  background-color: #2bbce6;
  border: 2px solid #2bbce6;
}

.header-menu li ul.sub-menu li a {
  display: inline-flex;
  align-items: center;
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: var(--regular-font);
  line-height: 22px;
  color: var(--black);
  justify-content: space-between;
  padding: 12px 15px;
  position: relative;
  border-bottom: 1px solid rgb(0 0 0 / 20%);
}

.header-menu li ul.sub-menu li.menu-item-has-children>a::after {
  content: "";
  display: inline-flex;
  width: 24px;
  height: 24px;
  background: url(../image/arrow-submenu.svg) no-repeat center center;
  margin-left: 37px;
  right: 10px;
  left: inherit;
  bottom: 10px;
}

.header-menu li.menu-item-has-children:hover ul.sub-menu:not(.sub-menu .sub-menu) {
  display: block;
  opacity: 1;
  transition: 0.4s all;
}

.sub-menu li {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: var(--black);
  position: relative;
}

.menu-header-menu-container li .sub-menu li a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 3px;
  background: #2bbce6;
  border-radius: 5px;
  left: 0;
  bottom: 18px;
}

.header-menu li.menu-item-has-children:hover ul.sub-menu li:hover a:not(.sub-menu .sub-menu a)::after {
  filter: brightness(0) invert(1);
}

.inner-resent-blogs-area-home h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  color: var(--black);
  margin-bottom: 20px;
}

.inner-resent-blogs-area-home .heading_row p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 170%;
  text-align: center;
  color: var(--black);
  width: 51%;
  margin: 0 auto;
  padding-bottom: 50px;
}

.partner-slider {
  overflow: hidden;
}

.inner-resent-blogs-area-home {
  padding: 100px 0 0px 0;
  background: #f5f5f5;
}

.image-resnet-blog img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
}

.recentblogs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 35px;
}

.resent-blogs-inn .inner-content-resent-blog h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 150%;
  color: var(--black);
  margin-bottom: 20px;
  min-height: 70px;
}

.resent-blogs-inn p.author_post_date {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--black);
  margin-bottom: 20px;
}

.resent-blogs-inn .author_post_date span.post_date,
.resent-blogs-inn .author_post_date span.autor-name {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #1169b4;
}

.resent-blogs-inn .author_post_date span.autor-name {
  border-left: 1px solid rgba(9, 104, 172, 0.4);
  padding-left: 15px;
  margin-left: 15px;
}

.resent-blogs-inn .content-resent-blog {
  padding: 30px 35px 35px 35px;
}

.resent-blogs-inn .inner-content-resent-blog span.inspector:last-child,
.categoty-blog-detail span.inspector {
  display: none;
}

.resent-blogs-inn .inner-content-resent-blog span a {
  background: #2bbce6;
  border-radius: 5px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 35px;
  color: #ffffff;
  padding: 0 17px;
}

.inner-content-resent-blog p {
  margin-bottom: 0;
}

.inner-content-resent-blog .blog-detail-home {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--black);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.resent-blogs-inn .inner-content-resent-blog p.blog-detail-home {
  margin-bottom: 25px;
}

.resent-blogs-inn:hover {
  background: var(--white);
  box-shadow: 0px 0px 80px rgba(0, 4, 54, 0.1);
  border-radius: 10px;
  transition: 0.4s all;
}

.inner-blog-page-data {
  padding: 100px 0;
}

.btnLoadmoreWrapper {
  display: flex;
  justify-content: center;
}

.dcsWrapper.row {
  grid-row-gap: 30px;
}

.blogs-list-page .btnLoadmoreWrapper {
  padding-bottom: 35px;
}

.heading-com span.d-inline-flex {
  font-style: normal;
  font-weight: 800;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  color: var(--black);
  display: flex !important;
  justify-content: center;
  padding-bottom: 30px;
  padding-top: 30px;
}

.image-resnet-blog {
  height: 300px;
}

/* about page */
.sub_heading_about_page h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 25px;
  line-height: 154%;
  background: linear-gradient(270deg, #1169b4 0%, #2bbce6 144.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 10px;
}

.content-sec-inn-two h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 50px;
  line-height: 60px;
  color: var(--black);
  margin-bottom: 20px;
}

.career-page .data_section_two p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 170%;
  color: var(--black);
  margin-bottom: 25px;
}

.text-experience h4 {
  font-style: normal;
  font-weight: 900;
  font-size: 25px;
  line-height: 100%;
  color: var(--black);
  margin-bottom: 0;
}

.inner_about_section_two {
  padding: 100px 0 250px 0;
  background: #f2f3f8 url(../image/bg-sec-two.png) no-repeat center bottom 186px;
}

.year-area {
  gap: 20px;
}

.content-area-sec-two {
  margin-top: 80px;
}

.inner-partner-area .partner-slider {
  background: #ffffff;
  box-shadow: 0px 0px 100px rgb(0 4 54 / 20%);
  border-radius: 10px;
  padding: 100px 67px;
}

.partner-area {
  margin-top: -150px;
  margin-bottom: -100px;
}

.team-sec {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.sub_heading_team h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 25px;
  line-height: 154%;
  text-align: center;
  color: var(--white);
  margin-bottom: 10px;
}

.sub_heading_team h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  color: var(--white);
  margin-bottom: 48px;
}

.team_mamber_image {
  width: 100%;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
}

.team_mamber_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team_section {
  position: relative;
}

.team_section::before {
  content: "";
  position: absolute;
  background: url(../image/about-team-banner.webp) no-repeat center center;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: -99;
}

.team_section .inner_team_section {
  padding-top: 200px;
  padding-bottom: 102px;
}

.data-name-pos-team {
  background: var(--white);
  box-shadow: 0px 0px 80px rgb(0 4 54 / 20%);
  border-radius: 10px;
  padding: 35px 40px;
  position: relative;
  width: 80%;
  margin: -65px auto 0 auto;
  transition: 0.4s all;
}

.data-name-pos-team h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: var(--black);
  margin-bottom: 10px;
}

.data-name-pos-team p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  text-align: center;
  color: var(--black);
  margin-bottom: 0;
}

.inner-data-team {
  transition: 0.4s all;
}

.inner-data-team:hover .data-name-pos-team {
  width: 100%;
  margin-top: -131px;
  backdrop-filter: blur(4px);
  background: rgba(36, 36, 38, 0.01);
  transition: 0.4s all;
}

.data-team:nth-child(1) .inner-data-team:hover .data-name-pos-team *,
.data-team:nth-child(2) .inner-data-team:hover .data-name-pos-team * {
  color: #ffffff;
}

#partner_slider {
  overflow: hidden;
}

.image-partner-slider img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.image-partner-slider {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
}

.about-page .data_section_two p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 170%;
  color: var(--black);
  margin-bottom: 74px;
}

.about-page .image_section_two_about img {
  width: 100%;
}

.about-page .image_section_two_about {
  padding-right: 40px;
}

.about-page .content-area-sec-two {
  padding-left: 40px;
}

/* blog-demo */
.inner-blog-detail-area .image-blog img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 10px;
}

.inner-blog-detail-area {
  padding: 100px 0;
}

.heading-detail-resent-blogs h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  color: var(--black);
  padding-bottom: 23px;
  margin-bottom: 40px;
  position: relative;
}

.heading-detail-resent-blogs h2::before {
  content: "";
  position: absolute;
  background: linear-gradient(270deg, #1169b4 0%, #2bbce6 144.87%);
  border-radius: 5px;
  width: 70px;
  height: 3px;
  bottom: 0;
}

.inner-blog-detail-area .resent_post_detail_main,
.inner-blog-detail-area .data-project-details {
  background: #f3f7fb;
  border-radius: 10px;
  padding: 40px;
}

.inner-content-resent-blog-detail h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: var(--black);
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.inner-content-resent-blog-detail span.post_date {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #1169b4;
}

.date-blog-detail p {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #1169b4;
  margin-bottom: 0;
}

.author-blog-detail p {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #1169b4;
  border-left: 1px solid rgba(17, 105, 180, 0.4);
  padding-left: 20px;
  margin-left: 20px;
  margin-bottom: 0;
}

.inner-blog-detail-area .categoty-blog-detail span a {
  background: #2bbce6;
  border-radius: 5px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 35px;
  color: var(--white);
  padding: 0 20px;
}

.blog-detail-page .image-resnet-blog img {
  width: 120px;
  height: 80px;
  border-radius: 5px;
}

.blog-detail-page .image-resnet-blog {
  object-fit: cover;
  height: auto;
  width: 100%;
}

.inner-content-resent-blog-detail p.post_date {
  margin: 0;
}

.wrap-blog-resent-detail {
  gap: 20px;
}

.resent_post_detail_main .resent_post_detail {
  border-bottom: 1px solid #b9d3ed;
  padding-bottom: 30px;
  margin-top: 30px;
}

.resent_post_detail_main .resent_post_detail:last-child {
  padding: 0;
  border: none;
}

.resent_post_detail_main .resent_post_detail:first-child {
  margin-top: 0;
}

.numbr-card a {
  font-style: normal;
  font-weight: 900;
  font-size: 35px;
  line-height: 42px;
  text-align: center;
  color: var(--white);
  margin-bottom: 20px;
}

.inner-blog-detail-area .contact-card {
  background: url(../image/blog-detail-contact.png) no-repeat center center;
  width: 100%;
  height: 450px;
  background-size: cover;
  border-radius: 10px;
  margin-top: 70px;
}

.mail-card a {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  text-decoration-line: underline;
  color: var(--white);
}

.mail-card a:hover,
.numbr-card a:hover,
.mail-description a:hover,
.india-phone-number a:hover,
.usa-phone-number a:hover,
.data-call a:hover,
.data-mail a:hover,
.links-service li a:hover {
  color: #2bbce6;
  transition: 0.4s all;
}

.inner-contact-card {
  text-align: center;
}

.inner-contact-card {
  text-align: center;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  flex-direction: column;
  background: rgba(0, 30, 55, 0.6);
  border-radius: 10px;
}

.inner-contact-card .contact-btn {
  margin-top: 57px;
}

.inner-contact-card .icon-call {
  margin-bottom: 35px;
}

.title-data-blog-detail h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: var(--black);
  margin: 20px 0 10px 0;
}

.categoty-blog-detail p {
  margin-bottom: 0;
  padding-top: 30px;
}

.data-blog .content p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 170%;
  color: #666666;
  margin-bottom: 20px;
}

.inner-blog-detail-data .date-author-blog-detail {
  margin-bottom: 20px;
}

.blog-comment-area h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: var(--black);
  margin-bottom: 20px;
}

.comment-form-cookies-consent label {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--black);
}

.comment-form-cookies-consent label,
.comment-notes {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--black);
}

.comment-form-cookies-consent input {
  width: 20px;
  height: 20px;
}

p.comment-form-cookies-consent {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.form-submit input {
  background: linear-gradient(270deg, #1169b4 0%, #2bbce6 144.87%);
  border-radius: 5px;
  border: none;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 154%;
  text-align: center;
  color: var(--white);
  padding: 16px 40px;
}

.blog-comment-area form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}

.blog-comment-area textarea {
  width: 100%;
  border: 1px solid #b9d3ed;
  border-radius: 5px;
  height: 186px;
  padding: 16px 20px;
}

.blog-comment-area p.comment-form-author {
  width: 100%;
  display: inline-block;
  margin-right: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.blog-comment-area p.comment-form-email {
  width: 100%;
  display: inline-block;
  margin-right: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.blog-comment-area form p.comment-notes,
.comment-form-comment,
.comment-form-url,
.comment-form-cookies-consent,
.form-submit {
  grid-column: span 2;
  margin: 0;
}

.comment-form-url input,
.comment-form-author input,
.comment-form-email input {
  width: 100%;
  background: var(--white);
  border: 1px solid #b9d3ed;
  border-radius: 5px;
  height: 62px;
  padding: 10px 20px;
}

q {
  width: 100%;
  background: #f3f7fb;
  border-radius: 10px;
  padding: 35px 35px 35px 150px;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 170%;
  color: var(--black);
  align-items: center;
  position: relative;
  display: inline-block;
}

q.quote::after {
  display: none;
}

q.quote::before {
  content: "";
  display: inline-block;
  background: url(../image/Quteicon.png) no-repeat center center;
  width: 94px;
  height: 81px;
  position: absolute;
  background-size: cover;
  left: 30px;
  top: 45px;
}

.inner-blog-detail-area .col-xl-4 {
  padding-left: 25px;
}

.inner-blog-detail-area .col-xl-8 {
  padding-right: 25px;
}

.inn-icon-call {
  background: var(--white);
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  animation: play 2s ease infinite;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

@keyframes play {
  0% {
    transform: scale(1);
  }

  15% {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4);
  }

  25% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4),
      0 0 0 20px rgba(255, 255, 255, 0.2);
  }

  25% {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.4),
      0 0 0 30px rgba(255, 255, 255, 0.2);
  }
}

/* case-study */
.inner-case-study-page-data {
  padding: 100px 0;
}

.inner-content-resent-blog p.catogory-btn {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #1169b4;
  margin-bottom: 23px;
  margin-top: -50px;
}

.loadmorebtn-area .noMorePostsFound {
  display: flex;
  justify-content: center;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 150%;
  color: var(--black);
  margin: 0;
}

.inner-data-project-details li h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: var(--black);
  margin-bottom: 10px;
}

.inner-data-project-details li p {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  color: var(--black);
  margin-bottom: 40px;
}

.title-data-blog-detail {
  padding-top: 20px;
}

/* services */
.image-service-page img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 10px;
}

.inner-service-data {
  padding: 100px 0;
}

.title-service h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: var(--black);
  margin: 40px 0 20px 0;
}

.services-page .service-data p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 170%;
  color: #666666;
}

.heading-service h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  color: var(--black);
  padding-bottom: 23px;
  margin-bottom: 40px;
  position: relative;
}

.heading-service h2::after {
  content: "";
  position: absolute;
  background: linear-gradient(270deg, #1169b4 0%, #2bbce6 144.87%);
  border-radius: 5px;
  width: 70px;
  height: 3px;
  bottom: 0;
  left: 0;
}

/* .list-service ul {
  background: #F3F7FB;
  border-radius: 10px;
} */


.all-services li a {
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: var(--black);
  padding: 29px 40px;
}

.all-services li,
.all-industrie li {
  border-bottom: 1px solid #b9d3ed;
  background: #f3f7fb;
}

.all-services li.current-menu-item,
.all-industrie li.current-menu-item,
.all-services li.current-menu-item a,
.all-industrie li.current-menu-item a {
  background: linear-gradient(270deg, #1169b4 0%, #2bbce6 152%);
  color: var(--white);
}
.all-services li.current-menu-item:first-child,
.all-industrie li.current-menu-item:first-child,
.all-services li.current-menu-item:first-child a,
.all-industrie li.current-menu-item:first-child a
{
  border-radius: 10px 10px 0px 0px;
}
.all-services li.current-menu-item:last-child,
.all-industrie li.current-menu-item:last-child,
.all-services li.current-menu-item:last-child a,
.all-industrie li.current-menu-item:last-child a{
  border-radius: 0px 0px 10px 10px;
}
.all-services li:hover,
.all-industrie li:hover {
  background: linear-gradient(270deg, #1169b4 0%, #2bbce6 152%);
  transition: 0.4s all;
}

.all-services li:first-child,
.all-industrie li:first-child{
  border-radius: 10px 10px 0px 0px;
}

.all-services li:hover a,
.all-industrie li:hover a {
  color: var(--white);
}

.all-services li:first-child:hover,
.all-industrie li:first-child:hover {
  /* border-radius: 10px 10px 0 0; */
  transition: 0.4s all;
}

.all-services li:last-child:hover,
.all-industrie li:last-child:hover {
  transition: 0.4s all;
}

.all-services li:last-child,
.all-industrie li:last-child {
  border-bottom: none;
  border-radius: 0 0 10px 10px;
  color: var(--white);
}
.all-services li.current-menu-item a
.all-industrie li.current-menu-item a {
  color: var(--white) !important ;
}

.services-page .contact-card,
.industrie-page .contact-card {
  background: url(../image/blog-detail-contact.png) no-repeat center center;
  width: 100%;
  height: 450px;
  background-size: cover;
  border-radius: 10px;
  margin-top: 70px;
}

/* industry */
.all-industrie li:last-child {
  border-bottom: none;
}

.all-industrie li {
  border-bottom: 1px solid #b9d3ed;
}

.all-industrie li a {
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: var(--black);
  padding: 29px 40px;
}

.all-industrie li:hover {
  background: linear-gradient(270deg, #1169b4 0%, #2bbce6 152%);
  transition: 0.4s all;
  color: var(--white);
}

.all-industrie li:hover a {
  color: var(--white);
}

.all-industrie li:first-child:hover {
  border-radius: 10px 10px 0 0;
  transition: 0.4s all;
}

.all-industrie li:last-child:hover {
  border-radius: 0 0 10px 10px;
  transition: 0.4s all;
}

.all-industrie li:last-child {
  border-bottom: none;
}

/* contact-us */
.comancontaxt {
  padding: 100px 0;
}

.location-description {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 170%;
  text-align: center;
  color: var(--black);
  width: 70%;
  margin: 0 auto;
}

.mail-description a {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 170%;
  text-align: center;
  color: var(--black);
}

.india-phone-number a,
.usa-phone-number a {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 170%;
  text-align: center;
  color: var(--black);
}

.location_logo,
.mail-image,
.phone-image {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}

.mail-image img {
  width: 60px;
  height: 60px;
  object-fit: scale-down;
}

.mail-description {
  text-align: center;
}

.p-number {
  align-items: center;
  gap: 10px;
}

.boxesborder {
  display: flex;
  border: 10px solid #f3f7fb;
  border-radius: 10px;
  padding: 73px 53px;
  margin-bottom: 100px;
}

.contactus-section-class .boxborderrgt {
  border-right: 5px solid #f3f7fb;
}

.contactus-section-class .boxborderrgt:last-child {
  border-right: none;
}

.contact-title {
  font-style: normal;
  font-weight: 800;
  font-size: 50px;
  line-height: 60px;
  color: var(--black);
  margin-bottom: 20px;
}

.contact-description {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 170%;
  color: var(--black);
  width: 80%;
  padding-bottom: 30px;
}

.contact-us-form .gform_wrapper.gravity-theme .gfield input.large,
.gform_wrapper.gravity-theme .gfield select.large,.contact-us-form input,.wpcf7-form-control {
  border: 5px solid #f3f7fb;
  border-radius: 10px;
  padding: 20px 40px 20px 40px;
}

.wpcf7-form label{
    font-size:0px;
    width:100%;
}

.wpcf7-form label p,
.wpcf7-form labelp span{
    width:100%;
}
.wpcf7-form label input,.wpcf7-form label textarea{
    font-size:16px;
      width:100%;
}
.contact-us-form .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 150px;
  border: 5px solid #f3f7fb;
  border-radius: 10px;
  padding: 20px 40px;
}

.class-inner-second-section .col-md-4 img {
  width: 100% !important;
  height: 650px;
  object-fit: cover;
  border-radius: 10px;
}

.contact-us-form .gform_footer.top_label input,.wpcf7-submit {
  background: linear-gradient(270deg, #1169b4 0%, #2bbce6 144.87%);
  border-radius: 5px;
  border: none;
  margin: 0 !important;
  padding: 21px 48px;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 37px;
  text-align: center;
  color: var(--white);
}

.contact-us-form .gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
  margin: 0;
  padding: 20px 0 0 0;
}

.class-inner-second-section .img-textupre {
  font-style: normal;
  font-weight: 900;
  font-size: 50px;
  line-height: 60px;
  color: var(--white);
  position: absolute;
  bottom: 100px;
  left: 60px;
  width: 250px;
  border-left: 5px solid var(--white);
  padding-left: 50px;
}

.img-taxes {
  position: relative;
}

.txtimg {
  padding-right: 30px !important;
}

.txtmsg {
  padding-left: 30px !important;
}

.case-study-page .readmore-btn,
.case-study-page .resent-blogs-inn p.author_post_date {
  display: none;
}

.case-study-page .inner-content-resent-blog span a {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #1169b4;
  margin-top: 0;
  background: none;
  padding: 0;
}

.case-study-page .inner-content-resent-blog p.catogory-btn {
  margin-top: 0;
}

.case-study-page .inner-content-resent-blog {
  display: flex;
  flex-direction: column;
}

.case-study-page .catogory-btn-wrap {
  -webkit-order: 2;
  order: 2;
}

.case-study-page h3 {
  -webkit-order: 1;
  order: 1;
}

.case-study-page .inner-content-resent-blog p.blog-detail-home {
  -webkit-order: 3;
  order: 3;
}

/* uncatogry */
.heading-category h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  color: var(--black);
  padding-bottom: 23px;
  margin-bottom: 40px;
  position: relative;
}

.heading-category h3::after {
  content: "";
  position: absolute;
  background: linear-gradient(270deg, #1169b4 0%, #2bbce6 144.87%);
  border-radius: 5px;
  width: 70px;
  height: 3px;
  bottom: 0;
  left: 0;
}

.category-wiget ul {
  list-style: none;
  padding: 0;
}

.list-categorys li {
  border-bottom: 1px solid #b9d3ed;
  background: #f3f7fb;
}

.list-categorys li a {
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  color: var(--black);
  padding: 29px 40px;
}

.list-categorys li:first-child {
  border-radius: 10px 10px 0 0;
  background: linear-gradient(270deg, #1169b4 0%, #2bbce6 152%);
  color: var(--white);
}

.list-categorys li:first-child a {
  color: var(--white);
}

.list-categorys li:last-child {
  border-bottom: none;
  border-radius: 0 0 10px 10px;
  color: var(--white);
}

.list-categorys li:hover {
  background: linear-gradient(270deg, #1169b4 0%, #2bbce6 152%);
  transition: 0.4s all;
  color: var(--white);
}

.list-categorys li:hover a {
  color: var(--white);
}

.services-page .data-service-page {
  padding-right: 20px;
}

.industrie-page .data-service-page {
  padding-right: 20px;
}

/* service-content-css */
.content-area-service .service-data h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: rgba(17, 105, 180, 1) !important;
}

.service-data h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  color: var(--black);
  margin-bottom: 10px;
}

.service-data h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: var(--black);
  margin-bottom: 5px;
}

.service-data h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #666666;
}

ul.listarea {
  padding-left: 0;
}

/* service-form */
.services-page .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 170px;
  border: 5px solid #f3f7fb;
  border-radius: 10px;
}

.services-page .gform_wrapper.gravity-theme .gfield input.large,
.services-page .gform_wrapper.gravity-theme .gfield select.large,
.services-page .gform_wrapper.gravity-theme .gfield textarea.large {
  padding: 10px 20px 10px 20px;
  border: 5px solid #f3f7fb;
  border-radius: 10px;
  color: rgb(117, 117, 117);
}

.services-page .gform_wrapper.gravity-theme .gfield select.large {
  appearance: none;
  background: url(../image/formdown.svg) no-repeat center right 20px;
}

.services-page .gform_wrapper.gravity-theme .gform_footer input {
  background: linear-gradient(270deg, #1169b4 0%, #2bbce6 144.87%);
  border-radius: 5px;
  border: none;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 154%;
  text-align: center;
  color: var(--white);
  padding: 16px 40px;
  margin: 0;
}

/* About Page New */

.hide-me {
  display: none;
}

.aboutsectiontwo {
  padding: 100px 0;
  background: #f2f3f8 url(../image/bg-sec-two.png) no-repeat center top 280px;
}

.sectwotitle h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 25px;
  line-height: 154%;
  background: linear-gradient(270deg, #1169b4 0%, #2bbce6 144.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}

.sectwotitle p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 170%;
  text-align: center;
  color: #000000;
}

.contentabout a {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 170%;
  text-align: center;
  color: #1169b4;
  cursor: pointer;
}

.aboutvision {
  display: flex;
  grid-gap: 60px;
  padding-top: 90px;
}

.aboutvision>div {
  background: #ffffff;
  box-shadow: 0px 19px 50px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 50px 60px;
  width: 50%;
}

.aboutvision h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 25px;
  line-height: 154%;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 20px;
}

.aboutvision p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 170%;
  color: #000000;
  text-align: left;
  margin-bottom: 0;
}

.aboutsecthree {
  background: linear-gradient(269.39deg, #1169b4 -1.53%, #2bbce6 134.11%);
  margin-top: -280px;
  padding: 280px 0 80px;
  position: relative;
}

.aboutsecthree .secthreeinner h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 25px;
  line-height: 154%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
}

.aboutsecthree .secthreeinner h3 {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 170%;
  text-align: center;
  margin-bottom: 30px;
  color: #ffffff;
}

.aboutsecthree .secthreeinner p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 170%;
  text-align: center;
  color: #ffffff;
}

.aboutsecthree::before {
  content: "";
  position: absolute;
  background: url(../image/about-team-banner.webp) no-repeat center center;
  width: 100%;
  height: 100%;
  background-size: cover;
  bottom: 0;
  left: 0;
}

.sectwotitle,
.aboutsecthree .container {
  position: relative;
  z-index: 1;
}

.inner-resent-blogs-area-home .container {
  display: none;
}

.aboutvision>div:hover {
  background: linear-gradient(270deg, #1169b4 0%, #2bbce6 144.87%);
  transition: all 0.4s;
}

.aboutvision>div:hover * {
  color: #ffffff;
}

/* New Css Header Menu */
.header-menu li ul.sub-menu .sub-menu {
  left: 270px;
  top: 20px;
}

.header-menu li ul.sub-menu,
.header-menu li ul.sub-menu .sub-menu {
  display: none;
}

.menu-item-has-children .menu-item-has-children:hover > .sub-menu {
  display: block;
}

.header-menu li ul.sub-menu .sub-menu {
  max-height: 500px;
  width: 280px;
}

.sub-menu li a::after {
  display: none;
}

.header-menu li.menu-item-has-children:hover ul.sub-menu li:hover a:not(.sub-menu .sub-menu a) {
  background: linear-gradient(270deg, #1169b4 0%, #2bbce6 152%);
  color: #ffffff;
}

.header-menu li.menu-item-has-children:hover ul.sub-menu:not(.sub-menu .sub-menu) li:first-child a {
  border-radius: 5px 5px 0px 0px;
}

.header-menu li.menu-item-has-children:hover ul.sub-menu:not(.sub-menu .sub-menu) li:last-child a {
  border-radius: 0px 0px 5px 5px;
}

.header-menu li ul.sub-menu .sub-menu li:hover {
  background: linear-gradient(270deg, #1169b4 0%, #2bbce6 152%);
}

.header-menu li ul.sub-menu > li:hover > a {
  color: #ffffff;
}

.header-menu li ul.sub-menu .sub-menu li:hover a::after {
  filter: brightness(0) invert(1);
}

#menu-item-306:hover a {
  border-radius: 5px !important;
}

.header-menu li ul.sub-menu .sub-menu {
  top: 0;
}
li#menu-item-529 .sub-menu {
    max-height: 500px;
    overflow-y: auto;
}
/* thank you page */
.thanks-page h1 {
  font-style: normal;
  font-weight: 800;
  font-size: 50px;
  line-height: 60px;
  color: var(--black);
  margin-bottom: 20px;
}

.thanks-page p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 170%;
  color: var(--black);
}
/* header-changes */
.image-usa-flag img,
.flag-usa img {
  display: none;
}
/* career faq changes */
.jobopning h6 {
  color: var(--black);
  list-style: none;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 36px;
}



/*  26-06-2023   */

@media only screen and (max-width: 1499px) {
	.header-logo-area a img{
 		width:100%
	}
}
@media only screen and (max-width: 1399px) {
	.header-menu {
    	gap: 10px;
	}
}