::-moz-selection {
  background: #1d204d;
  color: #ffffff;
}

::selection {
  background: #1d204d;
  color: #ffffff;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Roboto", sans-serif;
  vertical-align: baseline;
}

p {
  margin-bottom: 20px;
}

p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 25px;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

* {
  font-family: "Roboto", sans-serif;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #343434;
  line-height: 1.4;
  overflow-x: hidden;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a,
button {
  transition: all ease-in-out 200ms;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

button:focus {
  outline: none;
}

input {
  font-family: "Roboto", sans-serif !important;
}

.error-404-sec {
  margin-top: 50px;
}

.error-svg {
  margin-bottom: 50px;
}

/* BODY CLASSES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.wrapper {
  position: relative;
}

.hidden {
  overflow: hidden;
  height: 100%;
}

/* HEADER
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all ease-in-out 200ms;
  text-align: center;
  padding: 10px 0;
}

.page-header.shrink {
  position: fixed;
  padding: 5px 0;
  background-color: #181818;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}

.page-header .navbar-brand img {
  max-width: 100%;
  transition: all ease-in-out 200ms;
}

.page-header.shrink .navbar-brand img {
  max-width: 90%;
}

/* .page-header.others-header {
  height: 90px;
}
.page-header.others-header.shrink {
  box-shadow: 0 2px 15px 0 rgba(229, 229, 229, 0.5);
  background-color: #ffffff;
  background-image: none;
}
.page-header.others-header {
  background-color: #f8faff;
  background-image: none;
}
.page-header.others-header.white-bg {
  box-shadow: 0 2px 15px 0 rgba(229, 229, 229, 0.5);
  background-color: #ffffff;
  background-image: none;
} */
.trigger-menu-wrapper {
  display: none;
}

.navbar .main-navbar-content li.nav-item .nav-link {
  font-size: 13px;
  font-weight: 400;
  line-height: 0.8;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 8px;
  position: relative;
  letter-spacing: 1px;
  margin: 0 15px;
}

.navbar .main-navbar-content li.nav-item .nav-link:hover,
.navbar .main-navbar-content li.nav-item.current-menu-item .nav-link {
  font-weight: 500;
}

.navbar .main-navbar-content li.nav-item .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 2px;
  background-color: #fff;
  opacity: 0;
}

/*.navbar .main-navbar-content li.nav-item.nav-item.dropdown .nav-link:before {
  height: 0;
}*/
.navbar .main-navbar-content li.nav-item .nav-link:hover:before,
.navbar .main-navbar-content li.nav-item.current-menu-item .nav-link:before {
  animation-name: under-line;
  animation-duration: 0.5s;
  opacity: 1;
}

@-webkit-keyframes under-line {
  0% {
    width: 0;
  }

  100% {
    width: 80%;
  }
}

@keyframes under-line {
  0% {
    width: 0;
  }

  100% {
    width: 80%;
  }
}

button:focus,
input:focus,
textarea:focus {
  outline: none;
  box-shadow: inherit;
}

/* hero banner
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.hero-slider .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100vh;
  /* min-height: 550px; */
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-slider .swiper-wrapper .swiper-slide figure {
  line-height: 0;
}

.hero-slider .swiper-slide {
  position: relative;
}

.hero-slider .swiper-slide .hero-slider-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  padding: 0;
  width: 100%;

  @media (min-width: 1400px) {
    padding-bottom: 70px;
  }

  @media (min-width: 992px) {
    padding-bottom: 50px;
  }
}

.hero-slider .swiper-slide .home_s_fig {
  position: relative;
}

.hero-slider .swiper-slide .home_s_fig:after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
}

.hero-slider-content .banner-heading {
  font-size: 80px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1px;
  color: #ffffff;
  margin: 0 0 16px;

  @media (max-width: 1400px) {
    font-size: 80px;
  }
}

.hero-slider-content .banner-text {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 2px;
  color: #ffffff;
  text-transform: uppercase;
}

.m-bottom-4 {
  margin-bottom: 55px;
}

.hero-slider .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 35%);
  z-index: 0;
}

.hero-slider.comm-slider .swiper-button-prev.swiper-button-disabled,
.hero-slider.comm-slider .swiper-button-next.swiper-button-disabled {
  display: none !important;
}

.noSLideImage img {
  display: block;
  height: 170px;
  width: auto;
  object-fit: contain;
  margin: 0 auto;

  @media (max-width: 1400px) {
    max-height: 140px;
  }

  @media (max-width: 1200px) {
    max-height: 110px;
  }
}

.afterBannerHome {
  position: relative;
  z-index: 1;
  bottom: 0px;
  /* margin-top: -200px; */
  margin-top: -170px;
  /* background: rgba(0, 0, 0, 0.85); */
  background: rgb(0 0 0);

  @media (max-width: 1400px) {
    margin-top: -140px;
  }

  @media (max-width: 1280px) {
    margin-top: -110px;
  }

  @media (max-width: 991) {
    margin-top: 0;
  }
}

.afterBannerHome .sliderMainNew {
  /* width: 950px; */
  width: 1100px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 30px;
  /* background: rgba(255, 255, 255, 0.5); */
  position: relative;
  z-index: 0;

  @media (max-width: 1280px) {
    width: 800px;
  }
}

.afterBannerHome .swiper-button-next:after,
.afterBannerHome .swiper-button-prev:after {
  font-size: 20px;
  color: #000;
}

.afterBannerHome .swiper-button-next,
.afterBannerHome .swiper-container-rtl .swiper-button-prev {
  right: 2px;
}

.afterBannerHome .swiper-button-prev,
.afterBannerHome .swiper-container-rtl .swiper-button-next {
  left: 2px;
}

.afterBannerHome .sliderMainNew figure {
  /* height: 150px; */
  height: 120px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

  @media (max-width: 1400px) {
    height: 90px;
  }

  @media (max-width: 1280px) {
    height: 60px;
  }
}

.afterBannerHome .sliderMainNew figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.3s;
  /* filter: brightness(100) grayscale(1); */
}

.afterBannerHome .sliderMainNew figure img:hover {
  /* filter: brightness(1) grayscale(0) */
}

.afterBannerHome .sliderMainNew .swiper-slide:last-child {
  margin-right: auto !important;
}

.afterBannerHome .sliderMainNew .swiper-slide:first-child {
  margin-left: auto;
}

.comm-sec {
  padding-top: 60px;
  padding-bottom: 60px;
}

.comm-text-wrap .heading-h3 {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #181818;
}

.comm-text-wrap .heading-h5 {
  font-size: 18px;
  font-weight: 700;
  color: #343434;
}

.comm-text-wrap .comm-p {
  font-size: 16px;
  line-height: 1.5;
  color: #343434;
  font-weight: 400;
}

.logo-after {
  position: relative;
}

.logo-after:after {
  content: "";
  position: absolute;
  background-image: url(../images/logo-icon-after.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.home-sec-1.logo-after:after {
  top: -115px;
  right: -82px;
  width: 425px;
  height: 425px;
  z-index: -1;
}

.clients-benefits-wrap .clients-benefits-list {
  margin-bottom: 30px;
}

.clients-benefits-wrap .clients-benefits-list:last-child {
  margin-bottom: 0;
}

.clients-benefits-list .media .demo-icon {
  color: #0085ff;
  font-size: 45px;
  flex-basis: 43px;
  max-width: 43px;
  display: flex;
  justify-content: center;
}

.clients-benefits-list .media .demo-icon:before {
  margin: 0;
}

.clients-benefits-list .media .media-body.comm-text-wrap {
  margin-left: 20px;
  flex-basis: calc(100% - 43px);
  max-width: calc(100% - 43px);
}

.benefits-img img {
  height: 610px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg-gray {
  background-color: #f7f7f7;
}

.bg-black {
  background-color: #181818;
}

.mb-7 {
  margin-bottom: 50px !important;
}

.home-sec-2 {
  padding-top: 0;
}

.black-after {
  position: relative;
  overflow: hidden;
}

.home-sec-2.logo-after:after {
  top: -90px;
  left: -90px;
  width: 280px;
  height: 280px;
  z-index: 2;
  background-image: url(../images/logo-icon-gray.svg);
}

/*Vertical Tabs*/
.service-commons-slider .gallery-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.service-commons-slider .swiper-container.gallery-main {
  max-width: 75%;
  flex: 0 0 75%;
  overflow: visible;
  background-color: #ffffff;
  padding-left: 45px;
}

.service-commons-slider .swiper-container.gallery-main .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-slider.comm-slider .swiper-button-prev {
  left: 0;
}

.hero-slider.comm-slider .swiper-button-next {
  right: 0;
}

.comm-slider .swiper-button-prev,
.comm-slider .swiper-button-next {
  position: absolute;
  height: 66px;
  width: 28px;
  color: #fff;
  background: rgb(255 255 255 / 38%);
  outline: none;
}

.comm-slider .swiper-button-prev.swiper-button-disabled,
.comm-slider .swiper-button-next.swiper-button-disabled {
  background-color: rgb(255 255 255 / 38%);
  /* opacity: 1; */
}

.comm-slider .swiper-button-prev::after,
.comm-slider .swiper-button-next::after {
  font-size: 16px;
  font-weight: 700;
}

.service-commons-slider .gallery-thumbs {
  max-width: 25%;
  flex: 0 0 25%;
  padding: 100px 10px 100px 10px;
  margin: 0;
  background: #181818;
  position: relative;
  overflow: visible;
  z-index: 1;
}

.service-commons-slider .gallery-thumbs:after {
  content: "";
  position: absolute;
  left: -1920px;
  top: 0;
  bottom: 0;
  background-color: #181818;
  height: 100%;
  width: 1920px;
  z-index: -1;
}

.service-commons-slider .gallery-thumbs .swiper-slide img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.service-commons-slider .gallery-thumbs .swiper-slide {
  height: 70px !important;
}

.service-commons-slider .gallery-thumbs .swiper-slide .thum-text {
  margin: 10px 0;
}

.service-commons-slider .gallery-thumbs .swiper-slide .thum-text h5 {
  font-size: 18px;
  line-height: 1.38;
  color: #b6b6b6;
  max-width: 100%;
  padding: 17px 10px 17px 24px;
  font-weight: 700;
  border-left: 3px solid #242424;
  cursor: pointer;
}

.service-commons-slider .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .thum-text h5 {
  color: #0085ff;
  border-left: 3px solid #0085ff;
}

.service-commons-slider .gallery-main .swiper-slide.swiper-slide-active .service-row {
  -webkit-animation: slide-in 0.3s ease-in both;
  animation: slide-in 0.3s ease-in both;
}

@-webkit-keyframes slide-in {
  from {
    opacity: 0;
    margin-right: -50%;
  }
}

@keyframes slide-in {
  from {
    opacity: 0;
    margin-right: -50%;
  }
}

.service-row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background-color: #ffffff;
}

.service-col {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 55px 30px;
  border-right: 1px solid #f2f4f6;
  position: relative;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  border-top: 1px solid #f2f4f6;
}

.service-row .service-col:nth-child(1),
.service-row .service-col:nth-child(2),
.service-row .service-col:nth-child(3),
.service-row .service-col:nth-child(4) {
  border-top: 0;
}

.service-row .service-col:nth-of-type(4n + 0) {
  border-right: none;
}

.service-row .service-col:hover {
  background-color: #0085ff;
}

.service-item {
  display: block;
}

.service-item .service-arrow {
  position: absolute;
  right: 50px;
  top: 18px;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  will-change: right, opacity;
}

.service-row .service-col:hover .service-item .service-arrow {
  opacity: 1;
  right: 25px;
}

.service-item .service-icon {
  margin-bottom: 45px;
}

.service-item .service-icon .demo-icon {
  color: #0085ff;
  font-size: 60px;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.service-row .service-col:hover .service-item .service-icon .demo-icon {
  color: #ffffff;
}

.demo-icon:before {
  margin: 0;
}

.industry-list-rows {
  margin-bottom: -30px;
}

.industry-list-rows>[class*="col-"] {
  margin-bottom: 30px;
}

.service-item h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38;
  color: #343434;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.service-row .service-col:hover .service-item h5 {
  color: #ffffff;
}

.home-sec-3 {
  position: relative;
}

.home-sec-3.logo-after:after {
  top: 30px;
  right: -70px;
  width: 320px;
  height: 320px;
  z-index: -1;
}

.industry-list .tech-slider-content {
  height: 300px;
  overflow: hidden;
  position: relative;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}

.industry-list .tech-slider-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.69));
  z-index: 1;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}

.industry-list .tech-slider-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}

.industry-list .tech-slider-content .hover-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 20px;
  transform: translateY(0px);
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  text-align: center;
  z-index: 1;
}

.industry-list .tech-slider-content .hover-content h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}

.industry-list .tech-slider-content:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}

.home-sec-4 {
  position: relative;
  padding-bottom: 100px;
}

.why-us-img img {
  height: 318px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.whyus-padd {
  padding: 0 100px;
}

#counter .coundown {
  margin-top: 40px;
  padding-right: 70px;
}

#counter .coundown span {
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  color: #0085ff;
}

#counter .coundown h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38;
  color: #343434;
  margin-top: 10px;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  /* *vertical-align: auto;
  *zoom: 1;
  *display: inline; */
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  /* *vertical-align: auto;
  *zoom: 1;
  *display: inline; */
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  /* *vertical-align: auto;
  *zoom: 1;
  *display: inline; */
  visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  line-height: 1.1em;
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

.first-count .odometer-formatting-mark,
.secend-count .odometer-formatting-mark {
  display: none;
}

.home-sec-5 {
  position: relative;
  z-index: 1;
}

.home-sec-5.logo-after:after {
  top: 12px;
  left: 0;
  width: 235px;
  height: 235px;
  z-index: 2;
  background-image: url("../images/logo-icon-gray.svg");
  z-index: -1;
}

.enquiry-comm {
  width: 192px;
  padding-top: 19px;
  padding-bottom: 19px;
  text-align: center;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  display: inline-block;
  background-color: transparent;
  border-radius: 30px;
}

.home-sec-6.logo-after:after {
  top: -55px;
  right: -25px;
  width: 300px;
  height: 300px;
  z-index: -1;
}

.popular-roles-list .popular-roles-content {
  margin-top: 50px;
  margin-right: 65px;
}

.popular-roles-list .popular-roles-content h5 {
  font-size: 19px;
  font-weight: 700;
  color: #343434;
  margin-bottom: 10px;
}

.popular-roles-list .popular-roles-content p {
  font-size: 16px;
  line-height: 1.5;
  color: #343434;
  font-weight: 400;
  margin-bottom: 10px;
}

.popular-roles-list .popular-roles-content a {
  font-size: 12px;
  font-weight: 700;
  color: #0085ff;
  padding-bottom: 5px;
  text-transform: uppercase;
  position: relative;
}

.popular-roles-list .popular-roles-content a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #0085ff;
}

.popular-roles-list .popular-roles-content a:hover {
  color: #343434;
}

.popular-roles-list .popular-roles-content a:hover:after {
  background: #343434;
}

.home-sec-7 {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}

.home-sec-7:before {
  content: "";
  position: absolute;
  width: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #181818;
}

.testimonial-slider {
  padding-right: 60px;
}

.testimonial-slider .slider-box {
  padding-right: 20px;
  padding-left: 20px;
}

.testimonial-slider .qouts {
  margin-bottom: 35px;
}

.testimonial-slider .slider-box .comm-text-wrap h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 1px;
  color: #181818;
}

.authar-text p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  color: #696969;
}

.authar-text {
  margin-bottom: 75px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 340px;
}

.testimonial-slider .swiper-button-next,
.testimonial-slider .swiper-button-prev {
  width: 30px;
  height: 30px;
  border-radius: 7px;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.11);
  background-color: #ffffff;
  bottom: 10px;
  top: inherit;
}

.testimonial-slider .swiper-button-next {
  right: 44%;
}

.testimonial-slider .swiper-button-prev {
  left: 40%;
}

.testimonial-slider .swiper-button-next.swiper-button-disabled,
.testimonial-slider .swiper-button-prev.swiper-button-disabled {
  color: #181818;
}

.testimonial-slider .swiper-button-next:after,
.testimonial-slider .swiper-button-prev:after {
  font-size: 14px;
  font-weight: 700;
}

.getin-touch {
  padding-left: 45px;
}

.getin-touch-from .form-control {
  height: calc(1.5em + 0.75rem + 15px);
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  color: #fff;
  background-color: transparent;
  border-radius: 6px;
  border: solid 1px #4d4d4d;
  position: relative;
  background: #181818;
  z-index: 9;
}

.getin-touch-from .form-control:focus {
  box-shadow: none;
  border: solid 1px #ffffff;
}

.getin-touch-from .form-group {
  position: relative;
}

/* .getin-touch-from .form-group .form-control ~ span {
  position: absolute;
  z-index: 0;
  left: 23px;
  top: 17px;
  color: #8a8a8a;
  font-weight: 400;
  font-size: 12px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.getin-touch-from .form-group .form-control ~ span small {
  color: #ff0000;
}
.getin-touch-from .form-group .form-control:focus ~ span,
.getin-touch-from .form-group .form-control:invalid:focus ~ span {
  visibility: hidden;
} */
.getin-touch-from textarea.form-control {
  height: 110px;
  resize: none;
}

.getin-touch-from .form-row {
  margin-right: -10px;
  margin-left: -10px;
}

.getin-touch-from .form-row>.col,
.form-row>[class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

.getin-touch-from .form-control::-webkit-input-placeholder {
  /* Edge */
  color: #8a8a8a;
  font-weight: 400;
  font-size: 14px;
}

.getin-touch-from .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #8a8a8a;
  font-weight: 400;
  font-size: 14px;
}

.getin-touch-from .form-control::placeholder {
  color: #8a8a8a;
  font-weight: 400;
  font-size: 14px;
}

.btn-submit {
  width: 150px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  background-color: transparent;
  border-radius: 30px;
}

.btn-comm {
  width: 147px;
  padding-top: 13px;
  padding-bottom: 13px;
  text-align: center;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
  background-color: transparent;
  letter-spacing: 0;
  border-radius: 30px;
}

.effect-1 {
  color: #fff;
  border: 3px solid #0085ff;
  background-image: -webkit-linear-gradient(30deg,
      #0085ff 50%,
      transparent 50%);
  background-image: linear-gradient(30deg, #0085ff 50%, transparent 50%);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}

.effect-1:hover {
  background-position: 100%;
  color: #0085ff;
  font-weight: 500;
}

.industry-list.quick-list .tech-slider-content {
  height: 275px;
}

/* FOOTER
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.site-footer {
  padding: 100px 0 0;
  background-color: #181818;
}

.site-footer .f-logo {
  padding-bottom: 45px;
}

.site-footer .footer-heading {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
}

.site-footer .list-group li a {
  font-size: 15px;
  color: #9e9e9e;
  line-height: 2.11;
  cursor: pointer;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.site-footer .list-group li a:hover,
.site-footer .list-group li.current-menu-item a {
  color: #0085ff;
}

.get-touch-list {
  margin-bottom: 20px;
}

.get-touch-list .media .demo-icon {
  color: #ffffff;
  font-size: 17px;
}

.get-touch-list .media .media-body p,
.get-touch-list .num {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #9e9e9e;
}

.site-footer .getin-touch-from .form-group {
  position: relative;
}

.site-footer .getin-touch-from .form-group .form-control {
  border-radius: 30px;
  padding-right: 45px;
}

.site-footer .getin-touch-from .form-group .send-btn {
  position: absolute;
  z-index: 9;
  right: 20px;
  top: 8px;
  background: transparent;
  color: #0085ff;
  border: none;
  outline: none;
  font-size: 15px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}

.footer-social {
  display: flex;
  margin: 10px 0;
}

.footer-social li {
  margin-right: 15px;
  position: relative;
}

.footer-social li a {
  background-color: #fff;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #181818;
  font-size: 15px;
}

.footer-social li a:hover {
  background-color: #0085ff;
  color: #ffffff;
}

.footer-social li a i::before {
  font-weight: 700;
}

.copy-right-end {
  text-align: center;
  border-top: 1px solid rgba(235, 235, 235, 0.26);
  padding: 18px 20px;
  margin-top: 60px;
}

.copy-right-end p {
  margin: 0;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
}

.site-foote-top-row {
  margin-bottom: -20px;
}

.site-foote-top-row>[class*="col-"] {
  margin-bottom: 20px;
}

/*blog*/
.blog_list_outer {
  text-align: center;
}

.viewAllCate {
  margin-top: 12px;
  font-weight: 500;
  display: inline-block;
}

.listCateBox {
  max-height: 79px;
  transition: 0.3s;
  overflow: hidden;
}

.listCateBox.expand {
  max-height: 400px;

  @media (max-width: 767px) {
    max-height: 1000px;
  }
}

.viewAllCate span {
  display: block;
}

.viewAllCate em {
  display: none;
  font-style: normal;
}

.viewAllCate.active span {
  display: none;
}

.viewAllCate.active em {
  display: block;
}

.inner_banner_parts {
  position: relative;
}

.inner_banner_parts figure {
  margin-bottom: 0;
  line-height: 0;
}

.inner_banner_parts figure img {
  width: 100%;
}

.inner_banner_parts_btm {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  text-align: center;
  color: #fff;
}

.inner_banner_head {
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
}

.inner_banner_head .head {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.4;
  color: #ffffff;
  margin-bottom: 22px;
}

.inner_banner_head p {
  font-size: 19px;
  color: #fff;
}

.inner_banner_head h3:last-child {
  margin-bottom: 0;
}

.inner_banner_head .head {
  color: #fff;
}

.inner_banner_head .head {
  display: table;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-right: 122px;
  padding-left: 122px;
}

.inner_banner_head .head:after {
  position: absolute;
  content: "";
  width: 105px;
  height: 1px;
  background: #ffffff;
  opacity: 0.8;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.inner_banner_head .head:before {
  position: absolute;
  content: "";
  width: 105px;
  height: 1px;
  background: #ffffff;
  opacity: 0.8;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.blog_list_outer_top ul {
  text-align: center;
  margin: 0;
  padding: 0;
  margin-bottom: -12px;
}

.blog_list_outer_top ul li {
  display: inline-block;
  margin-right: 54px;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 12px;
}

.blog_list_outer_top ul li:last-child {
  margin-right: 0;
}

.blog_list_outer_top ul li a {
  color: #343434;
  position: relative;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  padding-bottom: 10px;
  display: inline-block;
}

.blog_list_outer_top ul li a:after {
  position: absolute;
  content: "";
  background: #0085ff;
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  opacity: 0;
}

.blog_list_outer_top ul li.active a:after,
.blog_list_outer_top ul li a:hover:after {
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  opacity: 1;
}

.blog_list_outer_btm_new_row {
  margin-bottom: -36px;
}

.blog_list_outer_btm_new_row>[class*="col-"] {
  margin-bottom: 36px;
}

.blog-listing-box-notfound {
  max-width: 100%;
  flex-basis: 100%;
  width: 100%;
  margin-bottom: 36px;
  padding: 0 15px;
  text-align: center;
}

.blog-listing-box-notfound p.title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  color: #343434;
}

.blog_list_outer_mdl {
  padding: 38px 0;
  max-width: 738px;
  margin: 0 auto;
}

.blog_list_outer_mdl .form-group {
  position: relative;
  margin-bottom: 0;
}

.blog_list_outer_mdl .form-group input[type="search"],
.blog_list_outer_mdl .form-group input[type="text"] {
  border-radius: 25px;
  border: 1px solid #dcdcdc;
  background-color: #ffffff;
  padding: 6px 27px;
  font-size: 13px;
  color: #cfcfcf;
  height: 50px;
  width: 100%;
  color: #000;
  padding-right: 160px;
}

.blog_list_outer_mdl .form-group input[type="submit"],
.blog_list_outer_mdl .form-group input[type="button"],
.blog_list_outer_mdl .form-group button {
  min-width: 148px;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 0 25px 25px 0;
  background-color: #0085ff;
  border: 0;
  padding: 10px 20px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
}

.blog_list_outer_mdl .form-group input[type="submit"]:hover,
.blog_list_outer_mdl .form-group input[type="button"]:hover,
.blog_list_outer_mdl .form-group button:hover {
  background: #343434;
  color: #fff;
}

.blog_list_outer_btm {
  /*display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;*/
  /*	margin-bottom: -36px;*/
}

.blog_list_outer_btm .mix {
  flex-basis: 33.33%;
  max-width: 33.33%;
  padding: 0 15px;
  display: none;
  margin-bottom: 36px;
}

.blog_catergoty_out {
  position: relative;
  height: 100%;
  padding-bottom: 30px;
}

.blog_catergoty_out .blog_catergoty_out_btm ul {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.blog_catergoty_out figure {
  margin-bottom: 0;
}

.blog_catergoty_out figure img {
  width: 100%;
  height: 207px;
  object-fit: cover;
  object-position: center;
}

.blog_catergoty_out_btm {
  padding-top: 20px;
}

.blog_catergoty_out_btm h4 {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  line-height: 1.3;
  margin-bottom: 13px;
}

.blog_catergoty_out_btm h4 a {
  color: #000000;
}

.blog_catergoty_out_btm h4 a:hover {
  color: #0085ff;
}

.blog_catergoty_out_btm p {
  font-weight: 400;
  color: #343434;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 1.7;
}

.blog_catergoty_out_btm p:last-child {
  margin-bottom: 0;
}

.blog_catergoty_out_btm ul li {
  display: inline-block;
  font-size: 11px;
  line-height: 1.2;
  color: #909090;
  padding: 5px 0;
  padding-left: 25px;
  margin-right: 21px;
}

.blog_catergoty_out_btm ul li:last-child {
  margin-right: 0;
}

.blog_catergoty_out_btm ul li.date {
  background: url(../images/calendar.png) no-repeat 0 4px;
  background-size: 17px;
}

.blog_catergoty_out_btm ul li.profile {
  background: url(../images/account.png) no-repeat 0 4px;
  background-size: 15px;
}

.o-hidd {
  overflow: hidden;
}

.o-hidd-x {
  overflow-x: hidden;
}

.o-hidd-y {
  overflow-y: hidden;
}

/*blog_details*/

.common_blog_part h1,
.common_blog_part h2,
.common_blog_part h3,
.common_blog_part h4,
.common_blog_part h5,
.common_blog_part h6 {
  margin: 30px 0;
  font-weight: 700;
  margin-bottom: 20px;
}

.common_blog_part h1:first-child {
  margin-top: 0;
}

.common_blog_part h1:last-child {
  margin-bottom: 0;
}

.common_blog_part h2:first-child {
  margin-top: 0;
}

.common_blog_part h2:last-child {
  margin-bottom: 0;
}

.common_blog_part h3:first-child {
  margin-top: 0;
}

.common_blog_part h3:last-child {
  margin-bottom: 0;
}

.common_blog_part h4:first-child {
  margin-top: 0;
}

.common_blog_part h4:last-child {
  margin-bottom: 0;
}

.common_blog_part h5:first-child {
  margin-top: 0;
}

.common_blog_part h5:last-child {
  margin-bottom: 0;
}

.common_blog_part h6:first-child {
  margin-top: 0;
}

.common_blog_part h6:last-child {
  margin-bottom: 0;
}

.common_blog_part p {
  margin-bottom: 35px;
  line-height: 1.6;
}

.common_blog_part p:last-child {
  margin-bottom: 0;
}

.common_blog_part h1 {
  font-size: 40px;
  line-height: 1.3;
}

.common_blog_part h2 {
  font-size: 30px;
  line-height: 1.3;
}

.common_blog_part h3 {
  font-size: 21px;
  line-height: 1.3;
}

.common_blog_part h4 {
  font-size: 18px;
  line-height: 1.3;
}

.common_blog_part h5 {
  font-size: 16px;
  line-height: 1.3;
}

.common_blog_part h6 {
  font-size: 13px;
  line-height: 1.3;
}

.common_blog_part figure {
  margin: 30px 0;
}

.common_blog_part figure:first-child {
  margin-top: 0;
}

.common_blog_part figure:last-child {
  margin-bottom: 0;
}

.common_blog_part .row figure img {
  width: 100%;
}

.common_blog_part ul {
  margin-bottom: 20px;
}

.common_blog_part ul:last-child {
  margin-bottom: 0;
}

.common_blog_part li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 17px;
}

.common_blog_part li:last-child {
  margin-bottom: 0;
}

.common_blog_part li:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background-color: #181818;
  border-radius: 50%;
  left: 0;
  top: 8px;
}

.social_float {
  position: fixed;
  right: 3%;
  top: 50%;
  z-index: 1;
  -webkit-animation: up_down_move 5s infinite linear;
  -moz-animation: up_down_move 5s infinite linear;
  -o-animation: up_down_move 5s infinite linear;
  animation: up_down_move 5s infinite linear;
}

@-moz-keyframes up_down_move {
  0% {
    -moz-transform: translatey(0px);
  }

  30% {
    -moz-transform: translatey(20px);
  }

  50% {
    -moz-transform: translatey(40px);
  }

  75% {
    -moz-transform: translatey(30px);
  }

  100% {
    -moz-transform: translatey(0px);
  }
}

@-webkit-keyframes up_down_move {
  0% {
    -webkit-transform: translatey(0px);
  }

  30% {
    -webkit-transform: translatey(20px);
  }

  50% {
    -webkit-transform: translatey(40px);
  }

  75% {
    -webkit-transform: translatey(30px);
  }

  100% {
    -webkit-transform: translatey(0px);
  }
}

.social_float li {
  padding: 0;
  margin-bottom: 17px;
}

.social_float li a {
  display: inline-block;
}

.social_float li a img {
  width: 33px;
}

.blog_detils_banner figure {
  position: relative;
  margin-bottom: 0;
  line-height: 0;
}

.blog_detils_banner figure:after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
}

.blog_detils_banner {
  position: relative;
  z-index: 1;
}

.blog_detils_banner_brm {
  position: absolute;
  bottom: 26px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  color: #fff;
}

.blog_detils_banner_brm_inner h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 15px;
}

.blog_detils_banner_brm_inner h2:last-child {
  margin-bottom: 0;
}

.blog_detils_banner_brm_inner li {
  display: inline-block;
  margin-right: 31px;
  font-size: 15px;
  line-height: 1.2;
  color: #ffffff;
  padding: 5px 0;
  padding-left: 41px;
}

.blog_detils_banner_brm_inner li:last-child {
  margin-right: 0;
}

.blog_detils_banner_brm_inner li.date {
  background: url(../images/calendar-9.svg) no-repeat 0 3px;
  background-size: 22px;
}

.blog_detils_banner_brm_inner li.people {
  background: url(../images/shape-2.svg) no-repeat 0 2px;
  background-size: 24px;
}

.blog_detils_banner figure img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}

/*about*/

.finance_outsourcing .img_fig {
  max-width: 490px;
  margin-bottom: 0;
}

.common_inner_cntns h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
  color: #000000;
  margin-bottom: 30px;
}

.common_inner_cntns h2:last-child {
  margin-bottom: 0;
}

.common_inner_cntns p {
  margin-bottom: 15px;
}

.common_inner_cntns p:last-child {
  margin-bottom: 0;
}

.common_inner_cntns li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 17px;
}

.common_inner_cntns li:last-child {
  margin-bottom: 0;
}

.common_inner_cntns li:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background-color: #181818;
  border-radius: 50%;
  left: 0;
  top: 8px;
}

.sec_headings h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
  color: #000000;
  margin-bottom: 20px;
}

.sec_headings h2:last-child {
  margin-bottom: 0;
}

.sec_headings {
  text-align: center;
  margin-bottom: 40px;
}

.teams_pofile_wtapper_outer {
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  text-align: center;
  padding-top: 51px;
  position: relative;
  overflow: hidden;
}

.teams_pofile_wtapper_outer_top {
  box-shadow: 0 0 11px 0 rgba(222, 222, 222, 0.5);
  background-color: #ffffff;
  padding: 16px 32px;
  margin: 5px;
  min-height: 250px;
  position: relative;
  padding-bottom: 65px;
}

.teams_pofile_wtapper_outer_top .btm {
  margin-top: 28px;
}

.teams_pofile_wtapper_outer_top .btm p {
  font-size: 14px;
  line-height: 1.5;
  color: #343434;
}

.teams_pofile_wtapper_outer_top .btm .btm_desssg {
  position: absolute;
  bottom: 13px;
  left: 0;
  right: 0;
}

.teams_pofile_wtapper_outer_top .btm span {
  display: block;
}

.teams_pofile_wtapper_outer_top .btm .name {
  font-size: 16px;
  line-height: 1.3;
  color: #343434;
  font-weight: bold;
  margin-bottom: 5px;
}

.teams_pofile_wtapper_outer_top .btm .post {
  font-size: 14px;
  font-weight: 500;
  color: #343434;
}

.teams_pofile_wtapper_outer_top figure.image {
  width: 84px;
  height: 84px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 11px 0 rgba(222, 222, 222, 0.5);
  margin: 0 auto;
  margin-top: -64px;
}

.teams_pofile_wtapper_outer_top figure.image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 0;
}

.teams_pofile_wtapper_outer_bottom {
  background-color: #0085ff;
  padding: 15px 17px;
  color: #fff;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  opacity: 0;
  overflow-y: auto;
}

.teams_pofile_wtapper_outer_bottom::-webkit-scrollbar {
  width: 12px;
  /* width of the entire scrollbar */
}

.teams_pofile_wtapper_outer_bottom::-webkit-scrollbar-track {
  background: #e1e1e1;
  /* color of the tracking area */
}

.teams_pofile_wtapper_outer_bottom::-webkit-scrollbar-thumb {
  background-color: #0085ff;
  /* color of the scroll thumb */
  border-radius: 20px;
  /* roundness of the scroll thumb */
  border: 3px solid #e1e1e1;
  /* creates padding around scroll thumb */
}

.teams_pofile_wtapper_outer:hover .teams_pofile_wtapper_outer_bottom {
  opacity: 1;
  z-index: 2;
  top: 0;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}

.teams_pofile_wtapper_outer_bottom span {
  display: block;
}

.teams_pofile_wtapper_outer_bottom p {
  font-size: 12px;
  line-height: 1.5;
}

.teams_pofile_wtapper_outer_bottom span.name {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

.teams_pofile_wtapper_outer_bottom span.post {
  font-size: 12px;
  font-weight: 500;
}

.mb-rows {
  margin-bottom: -30px;
}

.mb-rows>[class*="col-"] {
  margin-bottom: 30px;
}

.teams_pofile_wtapper {
  /* min-height: 650px;
  max-height: 650px;
  overflow-y: auto;
  overflow-x: hidden; */
  scrollbar-width: thin;
  /* "auto" or "thin" */
  -webkit-overflow-scrolling: touch;
}

.teams_pofile_wtapper::-webkit-scrollbar {
  width: 12px;
}

.teams_pofile_wtapper::-webkit-scrollbar-track {
  box-shadow: 0 0 4px 0 rgba(230, 230, 230, 0.67);
  background-color: #ffffff;
  border-radius: 8px;
}

.teams_pofile_wtapper::-webkit-scrollbar-thumb {
  background-color: #0085ff;
  /* color of the scroll thumb */
  border-radius: 20px;
  /* roundness of the scroll thumb */
  border: 3px solid #ffffff;
  /* creates padding around scroll thumb */
}

.educations_in {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}

.educations_in:last-child {
  margin-bottom: 0;
}

.educations_in_left {
  flex-basis: 120px;
  max-width: 120px;
  text-align: right;
  font-size: 17px;
  font-weight: bold;
  color: #191919;
  word-wrap: break-word;
}

.educations_in_right {
  flex-basis: calc(100% - 120px);
  max-width: calc(100% - 120px);
  padding-left: 8px;
}

.asRange {
  position: relative;
  height: 14px;
  background-color: #f3f3f3;
  border-radius: 8px;
}

.asRange .asRange-pointer {
  position: absolute;
  left: 30%;
  z-index: 2;
  width: 14px;
  height: 14px;
  margin-left: -4px;
  background-color: #fff;
  border-radius: 9px;
}

.asRange .asRange-pointer::before {
  position: absolute;
  content: "";
  background: #0085ff;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
}

.asRange .asRange-pointer .asRange-tip {
  position: absolute;
  top: -33px;
  left: 0;
  margin-left: -14px;
  padding: 4px;
  min-width: 40px;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #0085ff;
  border: 0;
  border-radius: 3px;
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
  display: none;
}

.asRange .asRange-pointer .asRange-tip::before {
  position: absolute;
  bottom: -3px;
  left: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  content: "";
  background-color: #0085ff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.asRange .asRange-selected {
  position: absolute;
  left: 30%;
  z-index: 1;
  width: 40%;
  height: 14px;
  background-color: #0085ff;
  border-radius: 8px 0 0 8px;
}

.asRange .asRange-scale {
  display: none;
}

.asRange .asRange-pointer.asRange-pointer_active .asRange-tip {
  display: block;
}

.staff_ptofile_range_top .nav {
  justify-content: center;
  margin-bottom: 30px;
}

.staff_ptofile_range_top .nav li a {
  font-size: 17px;
  line-height: 1.3;
  font-weight: 500;
  color: #000000;
  position: relative;
  padding-bottom: 6px;
}

.staff_ptofile_range_top .nav li a:after {
  position: absolute;
  content: "";
  height: 3px;
  width: 100%;
  background: #0085ff;
  left: 0;
  bottom: 0;
  opacity: 0;
}

.staff_ptofile_range_top .nav li a.active:after {
  opacity: 1;
}

.staff_ptofile_range_top .nav li a.active {
  color: #0085ff;
}

.staff_ptofile_range_top .nav li {
  margin: 0 27px;
}

.staff_ptofile_range_top .nav li:first-child {
  margin-left: 0;
}

.staff_ptofile_range_top .nav li:last-child {
  margin-right: 0;
}

.bkp_grey {
  background-color: #f6f7f9;
}

.our_branded_partners {
  padding: 27px 0;
  box-shadow: 0 -2px 4px 0 rgba(255, 255, 255, 0.12);
}

.our_branded_partners_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.our_branded_partners_row_left {
  max-width: 250px;
  flex-basis: 250px;
  padding-right: 10px;
  border-right: 1px solid #979797;
}

.our_branded_partners_row_left h2 {
  font-size: 25px;
  line-height: 1.3;
  font-weight: 700;
}

.our_branded_partners_row_right {
  max-width: calc(100% - 250px);
  flex-basis: calc(100% - 250px);
  padding-left: 30px;
}

.our_branded_partners_row_right .swiper-container {
  padding: 0 40px;
}

.logo_swiper {
  text-align: center;
}

.logo_swiper figure {
  max-height: 60px;
  min-height: 60px;
  object-fit: contain;
  object-position: 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 171px;
}

.logo_swiper figure img {
  width: 100%;
  height: 60px;
  object-fit: contain;
}

.nav_journey {
  position: relative;
  padding: 0 190px;
}

.our_branded_partners_row_right .swiper-button-prev:after,
.our_branded_partners_row_right .swiper-button-next:after {
  font-size: 17px;
  color: #000;
}

.nav_journey .swiper-button {
  width: 23px;
  height: 23px;
  border: 2px solid #000;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fafafa;
  display: flex;
  position: absolute;
  top: -2px;
}

.nav_journey .swiper-button.swiper-button-disabled {
  opacity: 0.5;
}

.nav_journey .swiper-button:before {
  position: absolute;
  content: "";
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  left: 8px;
  top: 6px;
  transition: 0.3s ease-in-out;
}

.nav_journey .swiper-button.our-jouurney-button-next:after {
  position: absolute;
  content: "";
  background: #000;
  height: 4px;
  right: 100%;
  width: 40vw;
  z-index: -1;
  top: 7px;
}

.nav_journey .swiper-button.our-jouurney-button-prev:after {
  position: absolute;
  content: "";
  background: #000;
  height: 4px;
  left: 100%;
  width: 40vw;
  z-index: -1;
  top: 7px;
}

.nav_journey .swiper-button.our-jouurney-button-next:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  left: 5px;
}

.nav_journey .swiper-button.our-jouurney-button-prev:before {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.nav_journey .swiper-button.our-jouurney-button-prev {
  left: 0;
}

.nav_journey .swiper-button.our-jouurney-button-next {
  right: 0;
}

.our_jouurney_top_year {
  position: relative;
  text-align: center;
}

.our_jouurney_top_year .boder {
  border: 2px solid #000;
  position: relative;
}

.our_jouurney_top_year_ns .bullet {
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -7px;
  border: 1px solid transparent;
}

.our_jouurney_top_year_ns .bullet:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #b5b5b5;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border-radius: 50%;
}

.our_jouurney_top .swiper-container {
  padding: 7px 0;
}

.our_jouurney_top_year_ns .year {
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #343434;
  position: relative;
  padding-top: 30px;
}

.our_jouurney_top_year_ns .year:after {
  height: 18px;
  width: 1px;
  position: absolute;
  content: "";
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: #2b2b2b;
}

.swiper-slide-thumb-active .our_jouurney_top_year_ns .bullet {
  border: 1px solid #0085ff;
}

.swiper-slide-thumb-active .our_jouurney_top_year_ns .bullet:after {
  background: #0085ff;
}

.swiper-slide-thumb-active .our_jouurney_top_year_ns .year {
  color: #0085ff;
}

.swiper-slide-thumb-active .our_jouurney_top_year_ns .year::after {
  background: #0085ff;
}

.our_jouurney_btm {
  margin-top: 55px;
}

.our_jouurney_btm_img figure {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  padding-top: 38px;
  padding-left: 38px;
  padding-bottom: 38px;
  display: inline-block;
}

.our_jouurney_btm_img figure:after {
  position: absolute;
  content: "";
  z-index: -1;
  background: #0085ff;
  left: 0;
  top: 0;
  height: 100%;
  width: 20%;
}

.home-sec-7-inns {
  position: relative;
}

.home-sec-7-inns:after {
  position: absolute;
  content: "";
  background: url(../images/contact_btm_top.svg) no-repeat 0 0;
  width: 309px;
  height: 262px;
  background-size: 100%;
  right: -1%;
  top: -25%;
}

.home-sec-7-inns:before {
  position: absolute;
  content: "";
  background: url(../images/contact_btm_back.svg) no-repeat 0 0;
  width: 228px;
  height: 201px;
  background-size: 100%;
  left: -1%;
  bottom: -25%;
}

.skillbar {
  position: relative;
  height: 14px;
  background-color: #f3f3f3;
  border-radius: 8px;
}

.skillbar .filled {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 14px;
  background-color: #0085ff;
  border-radius: 8px 0 0 8px;
  overflow: visible !important;
}

.skillbar .filled .asRange-pointer {
  position: absolute;
  right: -5px;
  top: 0;
  z-index: 2;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 9px;
}

.skillbar .filled .asRange-pointer::after {
  position: absolute;
  content: "";
  background: #0085ff;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
}

.skillbar .filled .asRange-tip {
  position: absolute;
  top: -33px;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px;
  min-width: 40px;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #0085ff;
  border: 0;
  border-radius: 3px;
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
  opacity: 0;
}

.skillbar .filled .asRange-tip:before {
  content: attr(data-value);
}

.skillbar .filled .asRange-pointer:hover .asRange-tip {
  opacity: 1;
}

.skillbar .filled .asRange-tip::after {
  position: absolute;
  bottom: -3px;
  left: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  content: "";
  background-color: #0085ff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.our_jouurney_btm .btn-swip {
  top: inherit;
  margin: 0;
  bottom: 5px;
  background: #fff;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.11);
  width: 30px;
  height: 30px;
}

.our_jouurney_btm .btn-swip:after {
  font-size: 13px;
  font-weight: 700;
}

.our_jouurney_btm .btn-swip.swiper-button-next {
  right: 5px;
}

.our_jouurney_btm .btn-swip.swiper-button-prev {
  left: inherit;
  right: 55px;
}

.our_jouurney_btm_content {
  padding-bottom: 40px;
}

.inner_banner_parts_newOne {
  min-height: 392px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  padding-top: 150px;
  position: relative;
  z-index: 1;
}

.inner_banner_parts_newOne:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

/*real_estate*/

.slider_withh_banner_txts {
  min-height: 590px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  padding-bottom: 180px;
  position: relative;
  z-index: 1;
}

.slider_withh_banner_txts:after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  z-index: -1;
}

.slider_withh_banner {
  position: relative;
}

.slider_withh_banner_bottomsg {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  z-index: 1;
}

.slider_withh_banner_bottomsg_swiper_textd {
  background: rgba(0, 0, 0, 0.5);
  min-height: 132px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  /*cursor: pointer;*/
  color: #fff;
}

.slider_withh_banner_bottomsg_swiper_textd figure {
  margin-bottom: 14px;
}

.slider_withh_banner_bottomsg_swiper_textd figure img {
  max-width: 50px;
}

.slider_withh_banner_bottomsg_swiper_textd h4 {
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
  font-weight: bold;
}

.swiper-slide-thumb-active .slider_withh_banner_bottomsg_swiper_textd,
.slider_withh_banner_bottomsg_swiper_textd:hover {
  background: #0085ff;
}

.real-estet-cmnimag figure {
  margin: 0;
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 40px;
  padding-left: 0;
}

.real-estet-cmnimag figure:after {
  position: absolute;
  content: "";
  background: #f6f6f6;
  right: 0;
  top: 0;
  height: 100%;
  width: 60%;
  z-index: -1;
}

.home-sec-2-newss .service-commons-slider .gallery-thumbs {
  flex-basis: 30%;
  max-width: 30%;
}

.home-sec-2-newss .service-commons-slider .swiper-container.gallery-main {
  flex-basis: 70%;
  max-width: 70%;
  padding-left: 0;
}

.home-sec-2-newss .service-col {
  flex-basis: 33.33%;
  max-width: 33.33%;
  border-top: 1px solid #f2f4f6 !important;
  border-right: 1px solid #f2f4f6 !important;
}

.home-sec-2-newss .service-row .service-col:nth-child(1),
.home-sec-2-newss .service-row .service-col:nth-child(2),
.home-sec-2-newss .service-row .service-col:nth-child(3) {
  border-top: 0 !important;
}

.home-sec-2-newss .service-row .service-col:nth-of-type(3n) {
  border-right: none;
}

.top_real_bannrs_outer {
  background: #181818;
  position: relative;
  z-index: 1;
  padding: 40px 0;
  text-align: center;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  overflow: hidden;
}

.top_real_bannrs_outer::after {
  position: absolute;
  content: "";
  top: -98px;
  left: -80px;
  width: 235px;
  height: 235px;
  z-index: 2;
  background: url("../images/logo-icon-gray.svg") no-repeat;
  background-size: 100%;
}

.top_real_bannrs_outer::before {
  position: absolute;
  content: "";
  bottom: -98px;
  right: -80px;
  width: 235px;
  height: 235px;
  z-index: 2;
  background: url("../images/logo-icon-gray.svg") no-repeat;
  background-size: 100%;
}

.top_real_bannrs_outer .comm-text-wrap .heading-h3 {
  margin-bottom: 30px;
}

.grey_back {
  background: #fafbfc;
}

.target_audience {
  text-align: center;
}

.comm-sec-margin {
  margin: 100px 0;
}

/*process_page*/

.cl_type_sec_outer:nth-child(even) .cl_type_sec_outer_right {
  order: 0;
}

.cl_type_sec_outer:nth-child(even) .cl_type_sec_outer_left {
  order: 1;
}

.cl_type_sec_outer {
  margin-bottom: 47px;
}

.cl_type_sec_outer:last-child {
  margin-bottom: 0;
}

/*account_details*/
.srevc_rov_dl {
  border-radius: 8px;
  box-shadow: 0 0 11px 0 rgba(222, 222, 222, 0.5);
  background-color: #ffffff;
  padding: 30px 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}

.srevc_rov_dl figure {
  margin-bottom: 20px;
}

.srevc_rov_dl figure img {
  max-width: 75px;
}

.srevc_rov_dl h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.67;
}

.srevc_rov_dl:hover {
  background: #0085ff;
  color: #fff;
}

.srevc_rov_dl:hover figure img {
  filter: brightness(0) invert(1);
}

.srevc_rov_dl:hover {
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}

.other_ervices_acc .home-sec-2-newss .service-commons-slider .swiper-container.gallery-main {
  padding-left: 74px;
}

.accounts_pay_undr figure img {
  width: 100%;
}

.accounts_pay_undr_btm {
  padding-top: 40px;
}

.accounts_pay_undr_btm h4 {
  font-size: 21px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 10px;
}

.accounts_pay_undr_btm li {
  font-size: 16px;
  line-height: 1.5;
  color: #343434;
  position: relative;
  margin-bottom: 13px;
  padding-left: 14px;
}

.accounts_pay_undr_btm li:last-child {
  margin-bottom: 0;
}

.accounts_pay_undr_btm li:after {
  position: absolute;
  content: "";
  background-color: #343434;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 0;
  top: 8px;
}

.other_ervices_acc .nav.nav-pills {
  justify-content: center;
}

.other_ervices_acc .nav.nav-pills li {
  margin-right: 53px;
}

.other_ervices_acc .nav.nav-pills li:last-child {
  margin-right: 0;
}

.other_ervices_acc .nav.nav-pills li a {
  background: transparent;
  padding: 0;
  color: #000000;
  font-size: 17px;
  font-weight: bold;
  position: relative;
}

.other_ervices_acc .nav.nav-pills li a:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -8px;
  background: #0085ff;
  width: 100%;
  height: 2px;
  opacity: 0;
}

.other_ervices_acc .nav.nav-pills li a.active {
  color: #0085ff;
}

.other_ervices_acc .tab-content {
  margin-top: 50px;
}

.other_ervices_acc .nav.nav-pills li a.active:after {
  opacity: 1;
}

.watch_video_action_sliders_videos_anc figure {
  line-height: 0;
  position: relative;
  z-index: 1;
  display: table;
  width: 100%;
}

.watch_video_action_sliders_videos_anc figure:after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.watch_video_action_sliders_videos_anc iframe {
  width: 100%;
  height: 400px;
}

.watch_video_action_sliders_videos_anc figure img {
  width: 100%;
}

.watch_video_action_sliders_videos_anc {
  position: relative;
}

.watch_video_action_sliders_videos_anc .play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
}

.watch_video_action_sliders_videos_anc .play_btn img {
  width: 74px;
}

.watch_video_action_sliders1 .swiper-slide,
.watch_video_action_sliders .swiper-slide {
  transform: scale(0.8);
}

.watch_video_action_sliders1 .swiper-slide.swiper-slide-active,
.watch_video_action_sliders .swiper-slide.swiper-slide-active {
  transform: scale(1);
}

.swiper-slide-active .watch_video_action_sliders_videos_anc figure:after {
  background: rgba(0, 0, 0, 0.5);
}

.watch_video_action_sliders_videos_anc>* {
  display: none;
}

.swiper-slide-active .watch_video_action_sliders_videos_anc>* {
  display: block;
}

.watch_video_action_sliders1 .btns,
.watch_video_action_sliders .btns {
  width: 46px;
  height: 46px;
  border: 1px solid #fff;
  color: #fff;
}

.watch_video_action_sliders1 .btns:hover,
.watch_video_action_sliders .btns:hover {
  background: #ccc;
  color: #454545;
  border-color: #ccc;
}

.watch_video_action_sliders1 .btns:after,
.watch_video_action_sliders .btns:after {
  font-size: 18px;
  font-weight: 700;
}

.watch_video_action_sliders1 .swiper-button-next,
.watch_video_action_sliders .swiper-button-next {
  right: 12%;
}

.watch_video_action_sliders1 .swiper-button-prev,
.watch_video_action_sliders .swiper-button-prev {
  left: 12%;
}

.servcsss_packages .sec_headings p {
  font-size: 16px;
  font-weight: 700;
}

.servcsss_packages_rw_outer {
  box-shadow: 1px 1px 19px 9px rgba(0, 0, 0, 0.03);
  background-color: #ffffff;
  border-radius: 7px;
  padding: 30px 34px;
  text-align: center;
  height: 100%;
  position: relative;
  padding-bottom: 100px;
}

.servcsss_packages_rw_outer .heading h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.13;
  color: #000000;
  display: inline-block;
  position: relative;
  padding-bottom: 11px;
  margin-bottom: 18px;
}

.servcsss_packages_rw_outer .heading h3:after {
  position: absolute;
  content: "";
  width: 27px;
  height: 2px;
  background: #ca1000;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.servcsss_packages_rw_outer .price_sec {
  margin-bottom: 20px;
  min-height: 100px;
}

.servcsss_packages_rw_outer .price_sec .price {
  display: block;
  font-size: 39px;
  font-weight: bold;
  line-height: 1.16;
  color: #000000;
  margin-bottom: 13px;
}

.servcsss_packages_rw_outer .price_sec p {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.22;
  color: #494e52;
}

.servcsss_packages_rw_outer .dsesg_dtls figure {
  margin-bottom: 10px;
  min-height: 120px;
  display: flex;
  align-items: flex-end;
}

.servcsss_packages_rw_outer .dsesg_dtls figure img {
  width: 100%;
  max-height: 175px;
  object-fit: contain;
}

.servcsss_packages_rw_outer .dsesg_dtls .postn {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #0085ff;
}

.servcsss_packages_rw_outer .dsesg_dtls .postn:empty {
  display: none;
}

.servcsss_packages_rw_outer .quote {
  margin-top: 13px;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  width: 80%;
  margin: 0 auto;
}

.blvk_btnnns {
  display: inline-block;
  padding: 13px 21px;
  border-radius: 25px;
  background-color: #000000;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  width: 100%;
}

.blvk_btnnns:hover {
  background: #0085ff;
  color: #fff;
}

.sec_head_cmn_log ul li {
  margin-bottom: 40px;
}

.sec_head_cmn_log ul li:last-child {
  margin-bottom: 0;
}

.sec_head_cmn_log_outers {
  position: relative;
  padding-left: 67px;
}

.sec_head_cmn_log_outers .number {
  width: 50px;
  height: 50px;
  background: rgba(203, 227, 248, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.1;
  font-weight: bold;
  color: #0085ff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.sec_head_cmn_log_outers_in h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
  color: #343434;
  margin-bottom: 8px;
}

.sec_head_cmn_log_outers_in p {
  font-size: 16px;
}

.sec_head_cmn_log .btn-comm {
  margin-top: 40px;
}

.blog_inner_pag_o_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 37px;
}

.blog_inner_pag_o_top .sec_headings {
  margin-bottom: 0;
  flex-basis: 70%;
  max-width: 70%;
  text-align: left;
}

.blog_inner_pag_o_top .blog_inner_pag_o_sw_btn {
  flex-basis: 30%;
  max-width: 30%;
  padding-left: 18px;
  display: flex;
  justify-content: flex-end;
}

.blog_inner_pag_o_sw_btn .btnn {
  width: 29px;
  height: 29px;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  margin: 0 4px;
}

.blog_inner_pag_o_sw_btn .btnn:after {
  position: absolute;
  content: "";
  left: 42%;
  top: 36%;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}

.blog_inner_pag_o_sw_btn .btnn.blog-inner-pago-button-prev:after {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.blog_inner_pag_o_sw_btn .btnn.blog-inner-pago-button-next:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  left: 32%;
}

.blog_inner_pag_o_sw_btn .btnn:hover {
  background: #0085ff;
}

.servcsss_packages_rw {
  margin-bottom: -30px;
  justify-content: center;
}

.servcsss_packages_rw>[class*="col-"] {
  margin-bottom: 30px;
}

/*career-listing*/

.empl_bnfts_outs {
  text-align: center;
}

.empl_bnfts_outs figure {
  margin-bottom: 20px;
}

.empl_bnfts_outs h4 {
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  color: #181818;
}

.empl_bnfts ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  justify-content: center;
  margin-bottom: -50px;
}

.empl_bnfts ul li {
  flex-basis: 20%;
  max-width: 20%;
  padding: 0 15px;
  margin-bottom: 50px;
}

.cr_vcn_search_sec_outer {
  display: flex;
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 25px;
  overflow-x: hidden;
}

.cr_vcn_search_sec_outer input[type="search"],
.cr_vcn_search_sec_outer input[type="text"],
.cr_vcn_search_sec_outer input[type="email"],
.cr_vcn_search_sec_outer input[type="password"],
.cr_vcn_search_sec_outer select {
  font-size: 13px;
  color: #454545;
  padding: 5px 23px;
  width: 100%;
  border: 0;
  height: 50px;
}

.cr_vcn_search_sec_outer select {
  appearance: none;
  -moz-appearance: none;
  background: url(../images/down-arrow.svg) no-repeat right 13px center;
  background-size: 13px;
  padding: 5px 13px;
  padding-right: 32px;
}

.cr_vcn_search_sec_outer input[type="submit"],
.cr_vcn_search_sec_outer input[type="button"],
.cr_vcn_search_sec_outer button {
  width: 100%;
  height: 50px;
  padding: 5px 13px;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  background-color: #0085ff;
  border: 0;
}

.cr_vcn_search_sec_outer input[type="submit"]:hover,
.cr_vcn_search_sec_outer input[type="button"]:hover,
.cr_vcn_search_sec_outer button:hover {
  background: #000;
  color: #fff;
}

.cr_vcn_search_sec_outer>* {
  flex: 1;
  border-right: 1px solid #dcdcdc;
}

.cr_vcn_search_sec_outer>*:first-child {
  border-radius: 25px 0 0 25px;
}

.cr_vcn_search_sec_outer>*:last-child {
  border-right: 0;
}

.cr_vcn_search_sec_outer .form-group {
  margin-bottom: 0;
}

.cr_vcn_search_sec {
  max-width: 850px;
  margin: 0 auto;
  margin-bottom: 48px;
}

.cr_vcn_search_sec_outer .search_part {
  flex-grow: 2;
}

.cr_vcn_search_sec_outer .submit_part {
  flex-grow: 0.7;
}

.cr_vcn_blog_outer {
  height: 100%;
  position: relative;
  padding-bottom: 50px;
}

.cr_vcn_blog_outer figure {
  line-height: 0;
}

.cr_vcn_blog_outer figure img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center center;
}

.cr_vcn_blog_outer_btm {
  margin-top: 18px;
}

.cr_vcn_blog_outer_btm h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.31;
  color: #000000;
  margin-bottom: 10px;
}

.cr_vcn_blog_outer_btm h3 a {
  color: #000000;
}

.cr_vcn_blog_outer_btm h3 a:hover {
  color: #04a6ff;
}

.cr_vcn_blog_outer_btm p {
  font-size: 12px;
  line-height: 1.67;
}

.cr_vcn_blog_outer_btm p:last-child {
  margin-bottom: 0;
}

.cr_vcn_blog_outer_btm_category {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.cr_vcn_blog_outer_btm_category_left {
  flex-basis: 70%;
  max-width: 70%;
  padding-right: 20px;
}

.cr_vcn_blog_outer_btm_category_rt {
  flex-basis: 30%;
  max-width: 30%;
  text-align: right;
}

.cr_vcn_blog_outer_btm_category_left>ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.mult_catg {
  position: relative;
  color: #909090;
  font-size: 11px;
  line-height: 1.3;
  padding-left: 22px;
}

.mult_catg img {
  position: absolute;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  max-width: 15px;
}

.cr_vcn_blog_outer_btm_category_left>ul>li {
  padding: 3px 0;
  margin-right: 18px;
}

.cr_vcn_blog_outer_btm_category_left>ul>li:last-child {
  margin-right: 0;
}

.cr_vcn_blog_outer_btm_category_rt a {
  font-size: 13px;
  line-height: 1.3;
  font-weight: bold;
  color: #aeaeae;
  display: inline-block;
}

.cr_vcn_blog_outer_btm_category_rt a:hover {
  color: #04a6ff;
}

.cr_vcn_blog_row {
  margin-bottom: -38px;
}

.cr_vcn_blog_row>[class*="col-"] {
  margin-bottom: 38px;
}

/*job_details*/

.page-header.fix_hd {
  position: sticky;
  background: #181818;
}

.job_details_main_cmn h1 {
  font-size: 45px;
  margin-bottom: 23px;
}

.job_details_main_cmn h2 {
  font-size: 35px;
  margin-bottom: 23px;
}

.job_details_main_cmn h3 {
  font-size: 28px;
  margin-bottom: 23px;
}

.job_details_main_cmn h4 {
  font-size: 22px;
  margin-bottom: 13px;
}

.job_details_main_cmn h5 {
  font-size: 18px;
  margin-bottom: 13px;
}

.job_details_main_cmn h6 {
  font-size: 16px;
  margin-bottom: 13px;
}

.job_details_main_cmn p,
.job_details_main_cmn li {
  font-size: 16px;
}

.job_details_main_cmn p {
  margin-bottom: 30px;
}

.job_details_main_cmn p:last-child {
  margin-bottom: 0;
}

.job_details_main_cmn li {
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}

.job_details_main_cmn li:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #343434;
  left: 0;
  top: 7px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.job_details_main_cmn li:last-child {
  margin-bottom: 0;
}

.job_details_main_cmn .btn-comm {
  margin-top: 40px;
}

.job_details_main_cmn .headings {
  position: relative;
  padding-left: 33px;
  margin-bottom: 40px;
  font-weight: 700;
}

.job_details_main_cmn .headings h4 {
  font-weight: 700;
}

.job_details_main_cmn .headings .back_btn {
  position: absolute;
  top: 0;
  left: 0;
}

.job_details_main_cmn .headings .back_btn img {
  width: 18px;
}

/*real_estate_service*/

.rel_estate_our_srvcs_inner figure {
  line-height: 0;
}

.rel_estate_our_srvcs_inner figure img {
  width: 100%;
}

.rel_estate_our_srvcs_inner_btm {
  padding-top: 30px;
}

.rel_estate_our_srvcs_inner_btm h3 {
  font-size: 22px;
  line-height: 1.3;
  font-weight: bold;
  color: #000000;
  margin-bottom: 11px;
}

.rel_estate_our_srvcs_inner_btm h3 a {
  color: #000;
}

.rel_estate_our_srvcs_inner_btm h3 a:hover {
  color: #007bff;
}

.rel_estate_our_srvcs_inner_btm p {
  font-size: 14px;
  line-height: 1.64;
}

.rel_estate_our_srvcs_row {
  margin-bottom: -40px;
}

.rel_estate_our_srvcs_row>[class*="col-"] {
  margin-bottom: 40px;
}

.key_real_estate_sct_ul>ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin: 0 -15px;
  overflow-x: auto;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.key_real_estate_sct_ul>ul::-webkit-scrollbar {
  width: 10px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
}

/* Track */
.key_real_estate_sct_ul>ul::-webkit-scrollbar-track {
  background: #e1e1e1;
}

/* Handle */
.key_real_estate_sct_ul>ul::-webkit-scrollbar-thumb {
  background-color: #0085ff;
  /* color of the scroll thumb */
  border: 3px solid #e1e1e1;
}

.key_real_estate_sct_ul>ul>li {
  padding: 0 15px;
  flex: 0 0 20%;
  max-width: 20%;
  margin: 20px 0;
}

.key_real_estate_sct_outer {
  display: inline-block;
  width: 100%;
  box-shadow: 0 0 11px 0 rgba(222, 222, 222, 0.5);
  background-color: #ffffff;
  padding: 17px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.41;
  color: #343434;
  position: relative;
}

.key_real_estate_sct_outer h3 {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.41;
  color: #343434;
}

.key_real_estate_sct_outer .btm {
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  padding-top: 20px;
}

.key_real_estate_sct_outer:hover {
  background: #0085ff;
  color: #fff;
}

.key_real_estate_sct_outer figure {
  display: flex;
  justify-content: center;
}

.key_real_estate_sct_outer figure img {
  max-height: 60px;
  object-fit: contain;
}

.key_real_estate_sct_outer:hover figure img {
  filter: brightness(0) invert(1);
}

.key_real_estate_sct_outer:hover h3 {
  color: #fff;
}

.other_real_service_estate_heads_ul {
  display: flex;
  flex-wrap: wrap;
}

.other_real_service_estate_heads_ul .rel_fig {
  max-width: 56px;
  flex-basis: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(203, 227, 248, 0.4);
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.other_real_service_estate_heads_ul .rel_fig img {
  max-width: 30px;
}

.other_real_service_estate_heads_ul_rt {
  flex-basis: calc(100% - 56px);
  max-width: calc(100% - 56px);
  padding-left: 16px;
}

.other_real_service_estate_heads_ul_rt h4 {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  color: #343434;
}

.other_real_service_estate_heads_ul_rt a:hover h4 {
  color: #0085ff;
}

.other_real_service_estate_heads ul li {
  margin-bottom: 44px;
}

.other_real_service_estate_heads ul li:last-child {
  margin-bottom: 0;
}

.process_snapsot_fig figure {
  text-align: center;
}

.process_snapsot_fig figure.dsk {
  display: block;
}

.process_snapsot_fig figure.mbl {
  display: none;
}

/*technology*/

.texh_involved_outer figure {
  margin-bottom: 25px;
}

.texh_involved_outer h3 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
  color: #181818;
}

.texh_involved_outer li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 20px;
}

.texh_involved_outer li:last-child {
  margin-bottom: 0;
}

.texh_involved_outer li:after {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  background-color: #0b0b0b;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.texh_involved_outer {
  margin-bottom: 58px;
}

.texh_involved_outer:last-child {
  margin-bottom: 0;
}

.interested_person_call {
  background: #f6f7f9;
  text-align: center;
}

.interested_person_call p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  color: #181818;
}

.interested_person_call .number_tool {
  display: inline-block;
  position: relative;
  vertical-align: text-top;
  margin-left: 5px;
}

.interested_person_call .number_tool>img {
  cursor: pointer;
  max-width: 35px;
}

.interested_person_call .number_tool .tooltips {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top: 100%;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.62;
  letter-spacing: 0.52px;
  text-align: center;
  color: #ffffff;
  background-color: #0085ff;
  box-shadow: 0 0 5px 0 rgba(200, 194, 194, 0.5);
  border-radius: 3.6px;
  padding: 8px 8px;
  min-width: 180px;
  display: none;
  z-index: 99999;
  word-break: break-all;
}

.interested_person_call .number_tool .tooltips:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #0085ff;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top: -6px;
}

.interested_person_call .number_tool .tooltips a {
  color: #fff;
}

.interested_person_call .number_tool .tooltips a:hover {
  color: #000;
}

.interested_person_call .number_tool:hover .tooltips {
  display: block;
}

.interested_person_call .btn-comm {
  margin-top: 20px;
}

.common_inner_cntns h4 {
  font-size: 25px;
  line-height: 1.4;
  color: #181818;
  font-weight: bold;
  margin-bottom: 15px;
}

.how_to_outsources_st {
  max-width: 990px;
  margin: 0 auto;
}

.how_to_outsources_st>ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  align-items: center;
  margin-bottom: -120px;
}

.how_to_outsources_st>ul>li {
  flex-basis: 33.33%;
  max-width: 33.33%;
  padding: 0 15px;
  margin-bottom: 120px;
}

.inception_spurcing {
  position: relative;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 27px;
}

.inception_spurcing_ousr {
  height: 100%;
  position: relative;
  overflow-y: auto;
  border-radius: 25px 25px 6px 6px;
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.09);
  background: #fff;
  height: 270px;
  padding: 40px 18px;
  max-width: 267px;
}

.inception_spurcing:before {
  position: absolute;
  content: "";
  background: url(../images/rcrs_arrow_rt.svg) no-repeat 0 4px;
  left: 0;
  right: 0;
  width: 338px;
  height: 205px;
  background-size: 100% 100%;
  top: 0;
  z-index: 1;
}

.inception_spurcing::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.inception_spurcing::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.inception_spurcing::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.inception_spurcing::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.inception_spurcing_ousr h3 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  color: #181818;
  margin-bottom: 11px;
}

.how_to_outsources_st .head h2 {
  font-size: 45px;
  font-weight: bold;
  line-height: 1.3;
  color: #000000;
}

.how_to_outsources_st>ul>li:nth-child(3n + 3) .inception_spurcing::before {
  background: url(../images/rcrs_arrow_btm.svg) no-repeat 0 4px;
  width: 290px;
  height: 375px;
  background-size: 100% 100%;
}

.how_to_outsources_st>ul>li:nth-child(6n + 4) .inception_spurcing::before,
.how_to_outsources_st>ul>li:nth-child(6n + 5) .inception_spurcing::before {
  left: -39px;
}

.how_to_outsources_st>ul>li:nth-child(6n + 4) {
  order: 3;
}

.how_to_outsources_st>ul>li:nth-child(6n + 5) {
  order: 2;
}

.how_to_outsources_st>ul>li:nth-child(6n + 6) {
  order: 1;
}

.how_to_outsources_st>ul>li:nth-child(6n + 4) .inception_spurcing::before {
  transform: rotateY(180deg);
}

.how_to_outsources_st>ul>li:nth-child(6n + 5) .inception_spurcing::before {
  transform: rotateY(180deg);
}

.how_to_outsources_st>ul>li:nth-child(6n + 6) .inception_spurcing::before {
  transform: inherit;
}

.how_to_outsources_st>ul>li:nth-child(6n + 4) .inception_spurcing {
  padding-left: 16px;
  padding-right: 27px;
}

.how_to_outsources_st>ul>li:nth-child(6n + 5) .inception_spurcing {
  padding-left: 16px;
  padding-right: 27px;
}

.how_to_outsources_st>ul>li:nth-child(6n + 6) .inception_spurcing {
  padding-left: 15px;
  padding-right: 74px;
}

.inception_spurcing_ousr_wrap {
  z-index: 2;
  position: relative;
}

.how_to_outsources_st>ul>li.last .inception_spurcing {
  padding-left: 15px;
  padding-right: 27px;
}

.how_to_outsources_st>ul>li.last .inception_spurcing:before {
  background: url(../images/rcrs_arrow_no.svg) no-repeat 0 4px;
  width: 297px;
  height: 177px;
  background-size: 100% 100%;
}

/*case_study_list*/
.inner_banner_head.sec_hd {
  text-align: left;
  color: #fff;
}

.inner_banner_head.sec_hd h4 {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.19);
  font-size: 18px;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1.8px;
  color: #fff;
  margin-bottom: 13px;
}

.inner_banner_head.sec_hd h2 {
  font-size: 46px;
  font-weight: bold;
  line-height: 1.24;
  color: #fff;
}

.management_case_lists_outser figure img {
  width: 100%;
}

.management_case_lists_outser_btm {
  padding-top: 26px;
}

.management_case_lists_outser_btm h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: #181818;
  margin-bottom: 7px;
}

.management_case_lists_outser_btm h4 a {
  color: #181818;
}

.management_case_lists_outser_btm h4 a:hover {
  color: #0085ff;
}

.management_case_lists_outser_btm p {
  font-size: 16px;
}

.management_case_lists_outser_btm p a {
  display: table;
  font-weight: 700;
  margin-top: 10px;
}

.management_case_lists .nav.nav-pills {
  justify-content: center;
  margin-bottom: 48px;
}

.management_case_lists .nav.nav-pills li {
  padding: 0 26px;
  margin-bottom: 10px;
}

.management_case_lists .nav.nav-pills li a {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.68px;
  color: #343434;
  position: relative;
}

.management_case_lists .nav.nav-pills li a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #0085ff;
  bottom: -6px;
  left: 0;
  opacity: 0;
}

.management_case_lists .nav.nav-pills li a.active {
  color: #0085ff;
}

.management_case_lists .nav.nav-pills li a.active:after {
  opacity: 1;
}

.management_case_lists_rows {
  margin-bottom: -40px;
}

.management_case_lists_rows>[class*="col-"] {
  margin-bottom: 40px;
}

.firm-dtlsh-in-detailsh {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 870px;
  margin: 0 auto;
}

.firm-dtlsh-in-detailsh .firm-dtlsh-in-detailsh-lt {
  flex-basis: 316px;
  max-width: 316px;
  border-right: 3px solid #e4e9ec;
}

.firm-dtlsh-in-detailsh .firm-dtlsh-in-detailsh-lt figure {
  height: 268px;
  width: 268px;
  position: relative;
  z-index: 1;
}

.firm-dtlsh-in-detailsh .firm-dtlsh-in-detailsh-lt figure:after {
  position: absolute;
  content: "";
  background: #0085ff;
  left: -11px;
  top: -5px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: -1;
}

.firm-dtlsh-in-detailsh .firm-dtlsh-in-detailsh-lt figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.firm-dtlsh-in-detailsh .firm-dtlsh-in-detailsh-rt {
  flex-basis: calc(100% - 316px);
  max-width: calc(100% - 316px);
  padding-left: 48px;
}

.firm-dtlsh-in-detailsh-rt h4 {
  margin-bottom: 10px;
}

.firm-dtlsh-in-detailsh-rt p {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.6;
}

.firm-dtlsh-in-detailsh-rt p:empty {
  display: none;
}

.firm-dtlsh-in-detailsh-rt p:last-child {
  margin-bottom: 0;
}

.firm-dtlsh-in-detailsh-rt p a {
  color: #181818;
}

.firm-dtlsh-in-detailsh-rt p a:hover {
  color: #007bff;
}

.rchalleng_detaillls_outs {
  display: flex;
  align-items: center;
  margin: 0 -15px;
  margin-bottom: 65px;
}

.rchalleng_detaillls_outs:last-child {
  margin-bottom: 0;
}

.rchalleng_detaillls_outs_left {
  flex-basis: 40%;
  max-width: 40%;
  padding: 0 15px;
}

.rchalleng_detaillls_outs_left figure img {
  width: 100%;
}

.rchalleng_detaillls_outs_right {
  flex-basis: 60%;
  max-width: 60%;
  /* background: #fff;
    padding: 43px 30px;
    margin-left: -40px;*/
  position: relative;
  padding: 0 15px;
}

/*.rchalleng_detaillls_outs:nth-child(odd) .rchalleng_detaillls_outs_right{
  padding-right: 0;
}*/
.rchalleng_detaillls_outs:nth-child(even) .rchalleng_detaillls_outs_left {
  order: 1;
}

.rchalleng_detaillls_outs:nth-child(even) .rchalleng_detaillls_outs_right {
  order: 0;
  /*  margin-left: 0;
  margin-right: -40px;
  padding-left: 0;*/
}

.results_detaillls_dtls_out_ins {
  box-shadow: 0 0 11px 0 rgba(222, 222, 222, 0.5);
  background: #fff;
  padding: 34px 17px;
  height: 100%;
}

.results_detaillls_dtls_out_ins h4 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 15px;
}

.results_detaillls_dtls_out_ins p {
  font-size: 14px;
}

.results_detaillls_dtls_out>.row {
  margin-bottom: -30px;
}

.results_detaillls_dtls_out>.row>[class*="col-"] {
  margin-bottom: 30px;
}

/*contact_us*/

.contact_us_sec2 {
  padding: 35px 0;
  background: #f6f7f9;
}

.hd_sec_lft {
  margin-bottom: 35px;
}

.hd_sec_lft h2 {
  font-size: 30px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 18px;
}

.ontact_form_hlds input[type="text"],
.ontact_form_hlds input[type="email"],
.ontact_form_hlds input[type="url"],
.ontact_form_hlds input[type="password"],
.ontact_form_hlds input[type="search"],
.ontact_form_hlds input[type="number"],
.ontact_form_hlds input[type="tel"],
.ontact_form_hlds input[type="range"],
.ontact_form_hlds input[type="date"],
.ontact_form_hlds input[type="month"],
.ontact_form_hlds input[type="week"],
.ontact_form_hlds input[type="time"],
.ontact_form_hlds input[type="datetime"],
.ontact_form_hlds input[type="datetime-local"],
.ontact_form_hlds input[type="color"],
.ontact_form_hlds textarea,
.ontact_form_hlds .form-control,
.ontact_form_hlds select {
  padding: 5px 12px;
  border-radius: 6px;
  border: solid 1px #d9d9d9;
  height: 45px;
  background-color: #ffffff;
  width: 100%;
  font-size: 14px;
  line-height: 1.3;
  color: #212529;
}

.ontact_form_hlds textarea {
  height: 94px;
  padding: 12px;
}

.ontact_form_hlds .form-group {
  margin-bottom: 0;
}

.ontact_form_hlds_rws {
  margin-bottom: -20px;
}

.ontact_form_hlds_rws.form-row {
  margin-right: -10px;
  margin-left: -10px;
}

.ontact_form_hlds_rws>[class*="col-"] {
  margin-bottom: 20px;
}

.ontact_form_hlds input[type="submit"],
.ontact_form_hlds input[type="button"],
.ontact_form_hlds button {
  border-radius: 25px;
  background-color: #0085ff;
  min-width: 160px;
  text-align: center;
  padding: 16px 10px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  border: 0;
  margin-top: 10px;
}

.ontact_form_hlds input[type="submit"]:hover,
.ontact_form_hlds input[type="button"]:hover,
.ontact_form_hlds button:hover {
  background: #000;
  color: #fff;
}

.contact_us_sec2_rows_outs figure {
  margin-bottom: 3px;
}

.contact_us_sec2_rows_outs figure img {
  max-width: 40px;
}

.contact_us_sec2_rows_outs li {
  position: relative;
  margin-bottom: 13px;
  padding-left: 14px;
}

.contact_us_sec2_rows_outs li:last-child {
  margin-bottom: 0;
}

.contact_us_sec2_rows_outs li:after {
  position: absolute;
  content: "";
  background-color: #343434;
  width: 3px;
  height: 3px;
  left: 0;
  top: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.contact_us_sec2_rows_outs li,
.contact_us_sec2_rows_outs a {
  font-size: 14px;
  line-height: 1.3;
  color: #343434;
}

.contact_us_sec2_rows_outs a {
  display: table;
  margin-bottom: 3px;
}

.contact_us_sec2_rows_outs a:last-child {
  margin-bottom: 0;
}

.contact_us_sec2_rows_outs a:hover {
  color: #0085ff;
}

.head_cnt_contact_us h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  color: #181818;
}

.head_cnt_contact_us li {
  margin-bottom: 15px;
}

.head_cnt_contact_us li:last-child {
  margin-bottom: 0;
}

.head_cnt_contact_us_anc {
  display: inline-block;
  position: relative;
  color: #0085ff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}

.head_cnt_contact_us_anc img {
  width: 28px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
}

.head_cnt_contact_us_anc span {
  text-decoration: underline;
}

.paper_ansr {
  margin-top: 28px;
}

.paper_ansr h5 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 10px;
}

.common_inner_cntns ul {
  margin-bottom: 20px;
}

.common_inner_cntns ul:last-child {
  margin-bottom: 0;
}

.paper_ansr h4 {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  color: #343434;
  margin-bottom: 18px;
}

.whitepaper_rows {
  margin-bottom: 77px;
}

.whitepaper_rows:last-child {
  margin-bottom: 0;
}

.whitepaper_rows:nth-child(even) .whitepaper_rows_right {
  order: 0;
}

.whitepaper_rows:nth-child(even) .whitepaper_rows_left {
  order: 1;
}

.modal_tch .ontact_form_hlds input[type="submit"],
.modal_tch .ontact_form_hlds input[type="button"],
.modal_tch .ontact_form_hlds button {
  min-width: 140px;
}

.modal_tch .modal-header {
  padding: 0;
  border: 0;
}

.modal_tch .modal-header .close {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 10px;
  opacity: 1;
  z-index: 1;
}

.modal_tch .modal-header .close:hover {
  color: #0085ff;
}

.modal_tch .modal-body {
  padding: 44px 40px;
}

/* navbar submenu*/
.dropdown-menu {
  background: #fff;
  position: absolute;
  top: 90%;
  left: 0;
  z-index: 1000;
  display: none;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 220px;
  padding: 0;
  border: 1px solid #e1e1e1;
}

.dropdown-menu>li>a {
  color: #425964;
  display: block;
  width: 100%;
  padding: 5px 10px;
}

.dropdown-menu>li {
  width: 100%;
  display: block;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li.menu-item-has-children:hover>a,
.dropdown-menu>li.current-menu-item>a {
  background: #0085ff;
  color: #fff;
}

.navbar-nav>li:last-child>.dropdown-menu {
  right: 0;
  left: inherit;
  padding: 0;
}

/* 2nd level submenu */
.navbar-nav>li>.dropdown-menu .dropdown-menu {
  position: absolute;
  left: 100%;
  top: 0;
}

.cmn_popup_inppt .modal-header {
  padding: 0;
  border: 0;
}

.cmn_popup_inppt .modal-header .close {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: #0085ff;
  color: #fff;
  opacity: 1;
  font-weight: 400;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  line-height: 1;
  z-index: 1;
}

.cmn_popup_inppt .modal-header .close:hover {
  background: #343434;
  color: #fff;
}

.cmn_popup_inppt .modal-body {
  padding: 20px 30px;
  padding-top: 60px;
}

.cmn_popup_inppt .wpcf7-form p label {
  display: block;
  width: 100%;
}

.cmn_popup_inppt .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 10px;
}

.cmn_popup_inppt .wpcf7-form input[type="text"],
.cmn_popup_inppt .wpcf7-form input[type="email"],
.cmn_popup_inppt .wpcf7-form input[type="tel"],
.cmn_popup_inppt .wpcf7-form input[type="url"],
.cmn_popup_inppt .wpcf7-form input[type="color"],
.cmn_popup_inppt .wpcf7-form input[type="password"],
.cmn_popup_inppt .wpcf7-form input[type="search"],
.cmn_popup_inppt .wpcf7-form input[type="number"],
.cmn_popup_inppt .wpcf7-form input[type="range"],
.cmn_popup_inppt .wpcf7-form input[type="month"],
.cmn_popup_inppt .wpcf7-form input[type="week"],
.cmn_popup_inppt .wpcf7-form input[type="time"],
.cmn_popup_inppt .wpcf7-form input[type="datetime"],
.cmn_popup_inppt .wpcf7-form textarea {
  padding: 5px 12px;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  height: 45px;
  background-color: #ffffff;
  width: 100%;
  font-size: 12px;
  line-height: 1.3;
  color: #8a8a8a;
}

.cmn_popup_inppt .wpcf7-form textarea {
  height: 100px;
  padding: 10px 12px;
}

.cmn_popup_inppt .wpcf7-form .wpcf7-form-control-wrap:empty,
.cmn_popup_inppt .wpcf7-form .wpcf7-form-control-wrap:blank {
  display: none;
}

.cmn_popup_inppt .wpcf7-form input[type="file"] {
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  padding: 10px;
  width: 100%;
  white-space: normal;
  word-break: break-all;
}

.cmn_popup_inppt .wpcf7-form input[type="submit"],
.cmn_popup_inppt .wpcf7-form input[type="button"],
.cmn_popup_inppt .wpcf7-form button[type="submit"],
.cmn_popup_inppt .wpcf7-form button[type="button"] {
  border-radius: 25px;
  background-color: #0085ff;
  min-width: 160px;
  text-align: center;
  padding: 16px 10px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  border: 0;
  margin-top: 10px;
}

.cmn_popup_inppt .wpcf7-form input[type="submit"]:hover,
.cmn_popup_inppt .wpcf7-form input[type="button"]:hover,
.cmn_popup_inppt .wpcf7-form button[type="submit"]:hover,
.cmn_popup_inppt .wpcf7-form button[type="button"]:hover {
  background: #000;
  color: #fff;
}

.cmn_popup_inppt .wpcf7-not-valid-tip {
  padding-top: 10px;
  font-size: 13px;
}

.popular-roles-content-ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
  padding-left: 15px;
}

.popular-roles-content-ul li:first-child {
  padding-left: 0;
}

.cmn_close_part .modal-header {
  padding: 0;
  border: 0;
}

.cmn_close_part .modal-header .close {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: #0085ff;
  color: #fff;
  opacity: 1;
  font-weight: 400;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  line-height: 1;
  z-index: 1;
}

.cmn_close_part .modal-header .close:hover {
  background: #343434;
  color: #fff;
}

.cmn_close_part .modal-body {
  padding: 20px 30px;
  padding-top: 30px;
}

.account_payable_specialist h3 {
  font-size: 30px;
  line-height: 1.2;
  color: #181818;
  margin-bottom: 10px;
}

.account_payable_specialist p {
  color: #5f5f5f;
}

.account_payable_specialist h4 {
  font-size: 20px;
  line-height: 1.2;
  color: #181818;
  margin-bottom: 10px;
}

.account_payable_specialist_cost_outer {
  min-height: 137px;
  padding: 25px 34px;
  background-color: #0085ff;
  display: flex;
  align-items: center;
  color: #fff;
  border-radius: 9px;
  -webkit-border-radius: 9px;
}

.account_payable_specialist_cost_outer h5 {
  font-size: 18px;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: bold;
}

.account_payable_specialist_cost_outer h5 span {
  display: block;
  font-size: 35px;
  font-weight: bold;
}

.account_payable_specialist_cost li {
  display: inline-block;
  padding-left: 25px;
  margin-bottom: 0;
}

.account_payable_specialist_cost li:first-child {
  padding-left: 0;
}

.account_payable_specialist_cost li:after {
  display: none;
}

.account_payable_specialist li {
  position: relative;
  padding-left: 17px;
  margin-bottom: 15px;
}

.account_payable_specialist li:after {
  position: absolute;
  content: "";
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  background: #343434;
}

.account_payable_specialist .important_msg {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  color: #cd0000;
  display: block;
  margin-top: 15px;
}

.industry-list .industry-list-rows {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: thin;
  /* "auto" or "thin" */
  scrollbar-color: #0085ff #e1e1e1;
  /* scroll thumb and track */
  -webkit-overflow-scrolling: touch;
}

.industry-list .industry-list-rows::-webkit-scrollbar {
  width: 10px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
}

/* Track */
.industry-list .industry-list-rows::-webkit-scrollbar-track {
  background: #e1e1e1;
}

/* Handle */
.industry-list .industry-list-rows::-webkit-scrollbar-thumb {
  background-color: #0085ff;
  /* color of the scroll thumb */
  border-radius: 20px;
  /* roundness of the scroll thumb */
  -webkit-border-radius: 20px;
  border: 3px solid #e1e1e1;
}

.industry-list .industry-list-rows>[class*="col-"] {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.wpcf7-not-valid-tip {
  font-size: 13px;
  padding-top: 10px;
}

.home-sec-7 .wpcf7-response-output {
  color: #fff;
}

.wraper-contactus-banner {
  min-height: 500px;
  padding-top: 150px;
  padding-bottom: 130px;
  background: center center no-repeat #1d2731;
  background-size: cover;
}

.contactus-banner-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 133, 255, 0.2);
}

.contactus-banner {
  max-width: 800px;
}

.contactus-banner .title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 48px;
  color: #fff;
  line-height: 1.35;
  letter-spacing: 1px;
}

.contactus-banner> :last-child {
  margin-bottom: 0 !important;
}

.wraper-error-main {
  padding-top: 80px;
  padding-bottom: 45px;
}

.error-main-pic {
  margin-top: -300px;
  margin-bottom: 40px;
}

.error-main-data .title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
  color: #1d2731;
  line-height: 1.6;
  letter-spacing: 1px;
}

.error-main-data .btn {
  min-width: 150px;
  padding: 14px 30px 14px 30px;
  background-color: #0085ff;
  border-radius: 33px;
  -webkit-border-radius: 33px;
  box-shadow: initial;
  resize: none;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.error-main-data {
  margin-bottom: 40px;
}

.error-main-data> :last-child {
  margin-bottom: 0 !important;
}

.error-main-data .btn:hover {
  background: #1d2731;
  color: #fff;
}

.slider_withh_banner_bottomsg_swiper {
  margin: 0 20px;
}

/*.slider_withh_banner_bottomsg_swiper .swiper-button-next, .slider_withh_banner_bottomsg_swiper .swiper-button-prev{
    width: 30px;
    height: 30px;
    border-radius: 7px;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
}
.slider_withh_banner_bottomsg_swiper .swiper-button-next::after, .slider_withh_banner_bottomsg_swiper .swiper-button-prev:after{
    font-size: 17px;
    font-weight: 700;
}*/
.slider_withh_banner_bottomsg .swiper-button-disabled {
  display: none;
}

/* navbar*/
.navbar-nav .clickD {
  position: absolute;
  right: 0;
  top: 6px;
  width: 20px;
  height: 20px;
  background: url(../images/sort-down.svg) center center no-repeat;
  cursor: pointer;
  display: block;
  background-size: 10px;
}

.navbar-nav>li.menu-item-has-children {
  padding-right: 0;
}

.navbar .main-navbar-content li.nav-item .nav-link.dropdown-toggle:after {
  display: none;
}

.navbar-nav .dropdown-menu .clickD {
  background-color: #0085ff;
  transform: rotate(-90deg);
}

.dropdown-menu>li.menu-item-has-children>a {
  padding-right: 26px;
}

.navbar .main-navbar-content li.current-menu-ancestor .nav-link::before {
  opacity: 1;
}

.dropdown-menu>li.current-menu-parent>a {
  background: #0085ff;
  color: #fff;
}

.custim_btnnn_smbl {
  display: none;
}

.slide_more {
  color: #000;
  padding-right: 20px;
  position: relative;
  margin-top: 15px;
  text-align: right;
  /*display: table;*/
  margin-left: auto;
  display: none;
}

.slide_more span {
  background: url(../images/double-angle-pointing-to-right.svg) no-repeat right 0;
  background-size: 12px;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 7px;
  -webkit-animation: infiniteSlide 1s linear infinite;
  /* Safari */
  animation: infiniteSlide 1s linear infinite;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes infiniteSlide {
  0% {
    -webkit-transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(5px);
  }
}

/* Standard syntax */
@keyframes infiniteSlide {
  0% {
    -webkit-transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(5px);
  }
}

.losange_wrapper {
  position: relative;
  display: table;
}

.losange_wrapper .losange {
  line-height: 0;
  overflow: hidden;
  width: 140px;
  height: 140px;
  border-radius: 20px;
  transform: rotate(45deg) translateY(10px);
  transform-origin: 52% 53%;
}

.losange_wrapper .losange .los1 {
  width: 190px;
  height: 190px;
  transform: rotate(-45deg) translateY(-74px);
  transform-origin: 73% 39%;
  overflow: hidden;
  border-radius: 20px;
}

.losange_wrapper .losange .los1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.highlights-dymond-col .items-list li:nth-child(2) {
  margin-left: 158px;
  margin-top: -85px;
}

.highlights-dymond-col .items-list .dymond_item {
  display: inline-block;
  transform-origin: 50% 50%;
  overflow: hidden;
  width: 140px;
  height: 140px;
  border-radius: 20px;
  transform: rotate(45deg) translateY(10px);
}

.highlights-dymond-col .items-list .dymond_item .dymond_item_wrap {
  width: 238px;
  height: 238px;
  transform: rotate(-45deg) translateY(-74px);
}

.highlights-dymond-col .items-list .dymond_item .dymond_item_wrap .text-wrap {
  transform: rotate(0) translateY(0);
  padding: 0 55px;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}

.highlights-dymond-col .items-list .dymond_item .dymond_item_wrap .text-wrap p {
  margin: 0;
  align-self: center;
  padding: 55px 0;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.3;
  color: #343434;
  font-weight: 700;
}

.process_snapsot_fig .highlights-dymond-row {
  transform: scale(0.88);
  margin-left: -35px;
}

.losange_wrapper .los2 {
  width: 120px;
  height: 120px;
  border-radius: 20px;
  transform: rotate(45deg) translateY(-10px);
  z-index: -1;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
}

.highlights-dymond-col:nth-child(even) .losange_wrapper .los2 {
  bottom: inherit;
  top: -5px;
}

.losange_wrapper .loadange_number {
  position: absolute;
  top: -34px;
  left: 45px;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  transform: rotate(48deg);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.losange_wrapper .loadange_number span {
  transform: rotate(-48deg);
}

.highlights-dymond-col:nth-child(even) .losange_wrapper .loadange_number {
  bottom: 10px;
  top: inherit;
}

.service-commons-slider .swiper-container.gallery-main .swiper-slide .accounts_pay_undr figure img {
  max-height: 310px;
}

.benefit_cl_row {
  position: relative;
  min-height: 400px;
}

.benefit_cl_right {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.benefit_cl_right .benefits-img {
  height: 100%;
  width: 100%;
}

.benefit_cl_right .benefits-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.slider_new_se_cntttnt {
  text-align: left;
  position: relative;
  margin-bottom: 36px;
  padding-right: 100px;
}

.slider_new_se_cntttnt .comm-text-wrap {
  text-align: left !important;
  margin-bottom: 0;
}

.slider_new_se_cntttnt .comm-text-wrap .heading-h3[class*="mb-"] {
  margin-bottom: 0 !important;
}

.slider_new_se_cntttnt_slide .button {
  position: static !important;
  width: 29px;
  height: 29px;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 0 4px;
}

.slider_new_se_cntttnt_slide .button:after {
  font-size: 13px;
}

.slider_new_se_cntttnt_slide .button:hover {
  background: #0085ff;
}

.slider_new_se_cntttnt_slide {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 7px;
}

.key_real_estate_sct_sliiiderss {
  margin: -15px;
}

.key_real_estate_sct_sliiiderss .swiper-container {
  padding: 15px;
}

/*.popular-roles-list > .row{
  justify-content: center;
}
*/
/*.ours_credentls + .other_ervices_acc{
  padding-top: 100px;
}*/

.footer_scanner {
  margin-top: 25px;
}

.footer_scanner ul {
  display: flex;
  margin: 0 -10px;
  align-items: center;
}

.footer_scanner ul li {
  padding: 0 10px;
  list-style-type: none;
}

.thank_you_pges {
  text-align: center;
}

.thank_you_pges .tick {
  margin-bottom: 30px;
}

.thank_you_pges .tick img {
  width: 132px;
}

.thank_you_pges_ul li:before {
  display: none;
}

.thank_you_pges_ul {
  margin-top: 30px;
}

.thank_you_pges_ul li {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}

.thank_you_pges_ul li:first-child {
  padding-left: 0;
}

.thank_you_pges_ul .btn_v {
  color: #0085ff;
  border: 2px solid #0085ff;
  background-color: transparent;
  font-size: 14px;
  font-weight: 500;
  border-radius: 33px;
  -webkit-border-radius: 33px;
  display: inline-block;
  padding: 8px 18px;
  text-transform: uppercase;
}

.thank_you_pges_ul .btn_v:hover {
  background-color: #0085ff;
  color: #fff;
}

.thank_you_Scial {
  margin-top: 30px;
}

.thank_you_Scial .footer-social {
  justify-content: center;
}

.thank_you_Scial .footer-social li a {
  background-color: #0085ff;
  color: #fff;
}

.blogDetailsPage .blogDetailsLeft {
  width: calc(100% - 350px);
  padding-right: 50px;
}

.blogDetailsPage .blogDetailsRight {
  width: 350px;
}

.blogDetailsPage .blogDetailsRight h2 {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.blogDetailsPage .right-side-box {
  background: #f5f5f5;
  padding: 15px 15px;
  margin-bottom: 30px;
}

.blogDetailsPage .right-side-box:last-child {
  margin-bottom: 0;
}

.blogDetailsRight .ontact_form_hlds .form-group {
  margin-bottom: 15px;
}

.blogDetailsRight .ontact_form_hlds input[type="submit"],
.blogDetailsRight .ontact_form_hlds input[type="button"],
.blogDetailsRight .ontact_form_hlds button {
  margin-top: 0px;
}

.blogDetailsRight p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
}

.blogDetailsRight p:last-child {
  margin-bottom: 0;
}

.blogDetailsRight .serviceBox .serviceList {
  margin-bottom: 18px;
  -ms-flex-align: center;
  align-items: center;
}

.blogDetailsRight .serviceBox .serviceList:last-child {
  margin-bottom: 0;
}

.blogDetailsRight .serviceBox .image-box {
  width: 100px;
}

.blogDetailsRight .serviceBox .content-box {
  width: calc(100% - 100px);
  padding-left: 15px;
}

.blogDetailsRight .serviceBox .content-box h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 5px;
  /* color: #000; */
}

.blogDetailsRight .serviceBox .content-box h3 a {
  /* color: #000; */
}

.blogDetailsRight .serviceBox .content-box h3 a:hover {
  /* color: #007bff; */
}

.blogDetailsRight .serviceBox .image-box a {
  display: block;
}

.blogDetailsRight .serviceBox .image-holder {
  position: relative;
  z-index: 0;
  width: 100%;
  padding: 85% 0 0 0;
  color: #181818;
  font-size: 13px;
  word-break: break-all;
  border: 1px solid #c1c0c0;
}

.blogDetailsRight .serviceBox .image-holder img {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  max-width: inherit;
}

.blogDetailsRight .quickLinks li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #cdcdcd;
  position: relative;
  z-index: 0;
  padding-left: 15px;
  display: none;
}

.blogDetailsRight .quickLinks li:before {
  content: "";
  background-color: #424242;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 17px;
}

.blogDetailsRight .quickLinks li:last-child {
  /* margin-bottom: 0; */
}

.blogDetailsRight .quickLinks li:first-child {
  padding-top: 10px;
  border-top: 1px dashed #cdcdcd;
}

.blogDetailsRight .quickLinks li a {
  color: #424242;
}

.blogDetailsRight .quickLinks li a:hover {
  color: #0085ff;
}

.blogDetailsRight .viewAllLinks {
  cursor: pointer;
}

.blogDetailsRight .hideAllLinks {
  cursor: pointer;
  display: none;
}

.banner-cta-button {
  border-radius: 25px;
  background-color: #0085ff;
  min-width: 160px;
  text-align: center;
  padding: 16px 22px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  border: 0;
  /* margin-top: 8px; */
  margin-top: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  line-height: 20px;
  display: inline-block;
}

.banner-cta-button:hover {
  background: #000;
  color: #fff;
}

.faq-section {}

.faq-section .faq-inner {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}

.faq-section .sec_headings {
  margin-bottom: 30px;
}

.faq-section .sec_headings h2 {
  line-height: 1.1;
}

.faq-section .faq-list .faq-title {
  display: block;
  line-height: 1.2;
  font-weight: 500;
  font-size: 18px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-image: url("../images/plus.svg");
  background-repeat: no-repeat;
  background-position: 100% 2px;
  background-size: 18px auto;
  padding-right: 25px;
  color: #000;
}

.faq-section .faq-list.active .faq-title {
  background-image: url("../images/minus.svg");
  color: #0085ff;
}

.faq-section .faq-title-box {
  cursor: pointer;
  padding: 9px 13px;
}

.faq-section .faq-list {
  border: 1px solid #666;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.faq-section .faq-list:hover,
.faq-section .faq-list.active {
  border-color: #0085ff;
}

.faq-section .faq-list:last-child {
  margin-bottom: 0;
}

.faq-section .faq-content {
  display: none;
  padding: 0px 13px 15px;
  font-size: 15px;
}

.faq-section .faq-content p {
  font-size: 15px;
}

.right-side-box .ontact_form_hlds_rws>[class*="col-"] {
  margin-bottom: 0;
}

.right-side-box .col-md-6 {
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

.right-side-box .form-group p {
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

.right-side-box .contactFormBox {
  margin-bottom: 10px;
}

.newTabBtn {
  margin-top: 30px;
}

.newSecBtn {
  margin-top: 30px;
}

.newBannerBtn {
  margin-top: 33px;
}

.stickyReqBtn {
  position: fixed;
  z-index: 2;
  right: 0;
  top: 50%;
  background-color: #000;
  writing-mode: vertical-rl;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 24px 10px;
  margin-top: -73px;
  border: 1px solid #fff;
  border-right-width: 0px;
}

.stickyReqBtn:hover {
  background-color: #0085ff;
  color: #ffffff;
}

.newBannerBtn .enquiry-comm,
.newSecBtn .enquiry-comm,
.newTabBtn .enquiry-comm {
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1.45;
}

/* =============== testimonial =============== (Rimpa) */

.inner_banner_head .banner-headingText {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.1;
  text-align: center;
  color: #ffffff;
  margin: 0 0 5px;
}

.inner_banner_head .dscText p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  margin: 0;
}

.inner_banner_head .btn-holder {
  margin-top: 20px;
}

.inner_banner_head .btn-holder .btn-comm.btn-white.effect-1 {
  background-image: -webkit-linear-gradient(30deg, #ffffff 0%, transparent 0%);
  background-image: linear-gradient(30deg, #ffffff 0%, transparent 0%);
  width: 190px;
  border: 2px solid #ffffff;
  background-color: transparent;
}

.inner_banner_head .btn-holder .btn-comm.btn-white.effect-1:hover {
  background-image: -webkit-linear-gradient(30deg,
      #ffffff 100%,
      transparent 50%);
  background-image: linear-gradient(30deg, #ffffff 100%, transparent 50%);
  background-color: transparent;
}

.star-img-holder {
  width: 200px;
  margin: 0 auto 20px;
}

.star-img-holder img {
  width: 100%;
}

.vt-content-wrap {}

.vt-content-wrap .vt-content-container {
  max-width: 870px;
  margin: 0 auto;
}

.vt-content-wrap .vt-content-container .row>* {
  margin-top: 20px;
}

.vt-video-content-item {
  width: 100%;
}

.vt-video-content-item:hover .vtVideo-img-holder>img {
  transform: scale3d(1.1, 1.1, 1);
}

.vtVideo-img-wrap {
  width: 100%;
  position: relative;
}

.vtVideo-img-holder {
  padding-top: 81%;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.vtVideo-img-holder>img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.vtVideo-play-btn {
  position: absolute;
  top: 30px;
  left: 30px;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 1;
}

.vtVideo-play-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.vtVideo-play-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.vtVideo-infoText {
  width: 100%;
  margin-top: 20px;
}

.vtVideo-infoText p {
  font-style: italic;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  color: #000000;
}

.filter-nav-tab {
  width: 100%;
  overflow: auto;
  display: inline-block;
  margin: 0 auto 10px;
  text-align: center;
}

.ourTestimonial-content-wrap .nav-tabs {
  border-bottom: none;
  white-space: nowrap;
  padding: 10px 0;
  display: inline-flex;
  width: auto;
  flex-wrap: nowrap;
}

.ourTestimonial-content-wrap .nav-tabs li {
  padding: 0px 15px;
}

.ourTestimonial-content-wrap .nav-tabs li .nav-link {
  padding: 10px 0;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.68px;
  color: #2d2d2d;
  position: relative;
  border: none;
}

.ourTestimonial-content-wrap .nav-tabs li .nav-link:after {
  content: "";
  left: auto;
  right: auto;
  position: absolute;
  border-bottom: 2px solid transparent;
  bottom: 3px;
}

.ourTestimonial-content-wrap .nav-tabs li .nav-link.active {
  color: #0085ff;
  font-weight: 600;
  border: none;
}

.ourTestimonial-content-wrap .nav-tabs li .nav-link.active:after {
  border-bottom: 2px solid #0085ff;
  left: 0;
  right: 0;
}

.ourTestimonial-slider {
  width: 100%;
  position: relative;
}

.ourTestimonial-card.card {
  background: #ffffff;
  box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.16);
  border: none;
  border-radius: 0;
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: 10px;
  margin-right: 10px;
}

.ourTestimonial-card .card-body {
  padding: 30px 20px;
}

.ourTestimonial-card-header {
  padding: 15px 0 30px;
  position: relative;
}

.ourTestimonial-card-header .quote-img-holder {
  position: absolute;
  left: 0;
  top: -15px;
}

.ourTestimonial-card-header .quote-img-holder img {
  width: 127px;
}

.ourTestimonial-card-header .ourTestimonial-rating-star {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
}

.ourTestimonial-card-header .ourTestimonial-rating-star ul {
  display: flex;
}

.ourTestimonial-card-header .ourTestimonial-rating-star ul li {
  margin-left: 7px;
}

.ourTestimonial-card-header .ourTestimonial-rating-star ul li.filled svg path {
  fill: #fbbe42;
}

.ourTestimonial-card-dscText {
  position: relative;
}

.ourTestimonial-card-dscText p {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #383838;
}

.ourTestimonial-card .card-footer {
  padding: 0 20px 30px;
  border-top: none;
  background-color: #fff;
}

.ourTestimonial-card-footer-content {
  padding-top: 20px;
  border-top: 1px solid #d3d3d3;
}

.ourTestimonial-card-footer-content .text1 {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin: 0;
}

.ourTestimonial-card-footer-content .text2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  margin: 5px 0 0;
}

.ourTestimonial-slider .swiper-button-next,
.ourTestimonial-slider .swiper-button-prev {
  width: 46px;
  height: 46px;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 10px;
}

.ourTestimonial-slider .swiper-button-next:after,
.ourTestimonial-slider .swiper-button-prev:after {
  font-size: 22px;
}

.ourTestimonial-slider .swiper-button-prev {
  left: -20px;
}

.ourTestimonial-slider .swiper-button-next {
  right: -20px;
}

.ourTestimonial-slider .swiper-container.swiper-wrapper__center .swiper-wrapper {
  justify-content: center;
}

/* .ourTestimonial-slider .swiper-button-next.swiper-button-disabled, .ourTestimonial-slider .swiper-button-prev.swiper-button-disabled{
 opacity: 0;
} */

.feedback-sec {
  width: 100%;
  overflow: hidden;
}

.ontact_form_hlds .form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  color: #212529;
  background-color: #fff;
  background-image: url(../images/testimonial/select-angle.svg);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.ontact_form_hlds .form-select:focus {
  box-shadow: none;
  outline: none;
}

.feedback-form-holder {
  padding-top: 55px;
}

.feedback-form-holder .feedback-rating-heading {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 5px;
  margin-top: 0;
}

.feedback-form-holder .headingText-holder {
  margin-bottom: 20px;
  width: 100%;
}

.feedback-form-holder .headingText-holder .headingText {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #181818;
  margin: 0 0 5px;
}

.feedback-form-holder .headingText-holder p {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.6;
  color: #5f5f5f;
  margin: 0;
}

.feedback-form-holder .feedback-rating-star {
  width: 100%;
  display: flex;
  position: relative;
}

.feedback-form-holder .feedback-rating-star .error {
  position: absolute;
  left: 0;
  width: 195px;
  top: 22px;
}

.feedback-form-holder .feedback-rating-star ul {
  display: flex;
}

.feedback-form-holder .feedback-rating-star ul li {
  margin-right: 7px;
}

.feedback-form-holder .feedback-rating-star ul li.filled svg path {
  fill: #fbbe42;
  stroke: #fbbe42;
}

.feedback-form-holder .custom-file-uploader .uploadedFileName {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.4;
  color: #0085ff;
  padding-left: 28px;
  display: flex;
  align-items: center;
}

.feedback-form-holder .custom-file-uploader .uploadedFileName p {
  margin: 0;
}

.feedback-form-holder .custom-file-uploader .uploadedFileName a {
  display: inline-block;
  color: #fc0000;
  margin-left: 10px;
  padding: 5px;
}

.feedback-form-holder .file-uploader-field {
  display: inline-flex;
  position: relative;
  align-items: center;
  flex-wrap: wrap;
}

.feedback-form-holder .file-uploader-field .fileUpload-img {
  width: 20px;
  display: flex;
}

.feedback-form-holder .file-uploader-field .fileUpload-img img {
  width: 100%;
}

.feedback-form-holder .file-uploader-field .fileUploadText {
  margin-left: 8px;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  flex-shrink: 0;
  color: #000000;
}

.feedback-form-holder .file-uploader-field .fileUploadText .smInfoText {
  font-size: 12px;
}

.feedback-form-holder .file-uploader-field input[type="file"] {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
  text-indent: 99999px;
}

.feedback-form-holder .custom-file-uploader-label {
  width: 100%;
}

.custom-fileName {
  font-size: 14px;
  color: #000000;
}

.feedback-form-graphic {
  width: 100%;
  background: #f6f7f9;
  padding: 100px 20px 100px 0;
  position: relative;
}

.feedback-form-graphic:after {
  width: 2000px;
  background: #f6f7f9;
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
}

.feedback-form-graphic-img-holder {
  width: 100%;
  position: relative;
  z-index: 2;
}

.feedback-form-graphic-img-holder img {
  width: 100%;
}

.feedback-rating-star .rating {
  display: inline-block;
  position: relative;
  height: 30px;
  line-height: 30px;
  font-size: 30px;
}

.feedback-rating-star .rating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}

.feedback-rating-star .rating label:last-child {
  position: static;
}

.feedback-rating-star .rating label:nth-child(1) {
  z-index: 5;
}

.feedback-rating-star .rating label:nth-child(2) {
  z-index: 4;
}

.feedback-rating-star .rating label:nth-child(3) {
  z-index: 3;
}

.feedback-rating-star .rating label:nth-child(4) {
  z-index: 2;
}

.feedback-rating-star .rating label:nth-child(5) {
  z-index: 1;
}

.feedback-rating-star .rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.feedback-rating-star .rating label .icon {
  float: left;
  color: transparent;
  margin-right: 2px;
}

.feedback-rating-star .rating label:last-child .icon {
  color: #000;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #666666;
}

.feedback-rating-star .rating:not(:hover) label input:checked~.icon,
.feedback-rating-star .rating:hover label:hover input~.icon {
  color: #0085ff;
  -webkit-text-fill-color: #0085ff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0085ff;
}

.feedback-rating-star .rating label input:focus:not(:checked)~.icon:last-child {
  color: #000;
  text-shadow: 0 0 5px #0085ff;
}

.feedback-form-holder .error {
  font-size: 13px;
  color: #fc0000;
}

.feedback-form-holder .custom-file-uploader .error {
  margin-left: 10px;
}

/* =============== end testimonial =============== (Rimpa) */

/* ================ accounting ============= (Rimpa) */

.serviceTop-btn-holder {}

.ourCredentials-slider {
  width: 100%;
  position: relative;
}

.ourCredentials-slider .swiper-button-next,
.ourCredentials-slider .swiper-button-prev {
  width: 32px;
  height: 32px;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 8px;
}

.ourCredentials-slider .swiper-button-next:after,
.ourCredentials-slider .swiper-button-prev:after {
  font-size: 22px;
}

.ourCredentials-slider .swiper-button-prev {
  left: 0px;
}

.ourCredentials-slider .swiper-button-next {
  right: 0px;
}

.real-estet-sec1 {}

.real-estet-sec1 .real-estet-sec1-inr {
  position: relative;
  overflow: hidden;
}

.real-estet-sec1 .real-estet-sec1-inr .getin-touch-light {
  padding-left: 45px;
  position: relative;
  z-index: 1;
}

.real-estet-sec1 .real-estet-sec1-inr:before {
  content: "";
  position: absolute;
  width: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #f8f8f8;
}

.real-estet-sec1 .real-estet-sec1-inr:after {
  position: absolute;
  content: "";
  background: url(../images/logo-light-ICON.svg) no-repeat 0 0;
  width: 296px;
  height: 296px;
  background-size: contain;
  right: -5px;
  top: -20px;
}

.footercarosal-holder .swiper-button-prev:after,
.footercarosal-holder .swiper-button-next:after {
  font-size: 17px;
  color: #000;
}

.footercarosal-holder {
  max-width: calc(100% - 250px);
  flex-basis: calc(100% - 250px);
  padding-left: 30px;
}

.footercarosal-holder .swiper-container {
  padding: 0 40px;
}

.blog_inner_pag_o {
  padding-bottom: 35px !important;
}

.caseListImage {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 0;
  padding-top: calc(310 / 620 * 100%);
}

.caseListImage img {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.homeVideoSection .comm-text-wrap {
  max-width: 450px;
}

.homeVideoBox iframe {
  width: 100%;
  height: 400px;
}

/* Styling the entire comment area */
#comments {
  margin-top: 50px;
  padding: 20px;
  background-color: #f7f7f7;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  font-family: "Arial", sans-serif;
}

/* Comment list styling */
.comment-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* Individual comment styling */
.comment {
  display: flex;
  align-items: flex-start;
  padding: 15px 20px;
  margin-bottom: 25px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.comment:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}

/* Author's avatar */
.comment-author .avatar {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
  border: 2px solid #ddd;
  transition: all 0.3s ease;
}

.comment-author .avatar:hover {
  border-color: #007bff;
  transform: scale(1.1);
}

/* Comment meta data: author name and date */
.comment-meta {
  margin-bottom: 10px;
}

.comment-meta .fn {
  font-weight: bold;
  font-size: 1.2em;
  color: #333;
}

.comment-meta .comment-date {
  font-size: 0.9em;
  color: #999;
}

/* Comment text */
.comment-content {
  font-size: 1em;
  color: #555;
  line-height: 1.6;
  padding-top: 5px;
}

/* Reply link */
.comment-reply-link {
  font-weight: 700;
  display: inline-block;
  margin-top: 10px;
  font-size: 0.9em;
  color: #007bff;
  text-decoration: none;
  transition: color 0.3s ease;
  position: relative;
  padding-left: 29px;
}

.comment-reply-link::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  background-image: url(../images/icon/reply_icon.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

.comment-reply-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* Nested (child) comments */
.children {
  margin-left: 50px;
  border-left: 1px solid #ddd;
  padding-left: 20px;
}

/* Styling the comment form */
.comment-respond {
  margin-top: 40px;
  padding: 25px;
  background-color: #f1f1f1;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.comment-respond h3 {
  font-size: 1.6em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #333;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 20px;
  background-color: #fff;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form textarea:focus {
  border-color: #007bff;
  box-shadow: 0 0 8px rgba(0, 123, 255, 0.25);
  outline: none;
}

.comment-form textarea {
  min-height: 140px;
}

.comment-form input[type="submit"] {
  background-color: #0085ff;
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 30px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1em;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.comment-form input[type="submit"]:hover {
  background-color: #000;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

/* Add icons for better UX (Optional) */
.comment-meta .fn::before {
  content: "👤";
  margin-right: 5px;
  font-size: 1.2em;
}

.comment-meta .comment-date::before {
  content: "🕒";
  margin-right: 5px;
}

.commentlist>li:first-child {
  margin-bottom: 25px;
}

.comment-author.vcard {
  display: flex;
  align-items: center;
  gap: 0 5px;
  margin-bottom: 15px;
}

.comment-form-cookies-consent {
  display: flex;
  align-items: center;
  gap: 0 5px;
}

.comment-form-cookies-consent .wp-comment-cookies-consent {
  width: 16px;
  height: 16px;
}

.wp-comment-cookies-consent {
  cursor: pointer;
}

.commentmetadata a {
  color: #343434;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .comment {
    flex-direction: column;
    align-items: flex-start;
  }

  .comment-author .avatar {
    margin-bottom: 15px;
  }

  .children {
    margin-left: 20px;
    padding-left: 10px;
  }

  .comment-form input[type="text"],
  .comment-form input[type="email"],
  .comment-form textarea {
    font-size: 0.9em;
  }

  .comment-form input[type="submit"] {
    font-size: 0.9em;
    padding: 10px 20px;
  }
}

.gallery-thumbs .swiper-wrapper::-webkit-scrollbar {
  width: 6px;
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
}

.gallery-thumbs .swiper-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.gallery-thumbs .swiper-wrapper::-webkit-scrollbar-thumb {
  background: #666666;
  border-radius: 10px;
}

.firm-dtlsh-in-detailsh-rt ul,
.firm-dtlsh-in-detailsh-rt ol {
  padding: inherit;
  list-style: inherit;
}

.firm-dtlsh-in-detailsh-rt ul li,
.firm-dtlsh-in-detailsh-rt ol li {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 8px;
}

.page-template-template-accounting .blog_inner_pag_o {
  padding-bottom: 60px;
}

.page-template-template-home .home-sec-4 {
  padding-bottom: 60px;
}

.page-id-809 .other_ervices_acc {
  padding-top: 60px !important;
}

.qouts svg g,
.qouts svg g {
  fill: #0085ff;
}


/* ------- resultsGraph-sec -------- */

.resultsGraph-sec {
  background-image: linear-gradient(204deg, #ffffff, #e3e3e3);
  width: 100%;
}

.graphImg-content-block {
  width: 100%;

}

.graphImg-content-block .graphImg-holder {
  padding-top: calc(306 / 520 * 100%);
  position: relative;
}

.graphImg-content-block .graphImg-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top: 5px solid #ffffff;
  border-left: 5px solid #ffffff;
  border-right: 5px solid #ffffff;
  border-bottom: 5px solid #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-position: top left;
}

.graphImg-content-block .dscText {
  margin-top: 15px;
}

.graphImg-content-block .dscText p {
  font-size: 16px;
  line-height: 1.5;
  color: #343434;
  margin: 0;
}

.resultsGraph-sec .row {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -25px;
}

.resultsGraph-sec .row>* {
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 25px;
}

@media (min-width: 768px) {
  .resultsGraph-sec .row>* {
    padding-right: 20px;
    padding-left: 20px;
  }

  .resultsGraph-sec .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {
  .resultsGraph-sec .row>* {
    padding-right: 30px;
    padding-left: 30px;
  }

  .resultsGraph-sec .row {
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media only screen and (min-width: 991.5px) {
  .other_ervices_acc_esg .gallery-container {
    padding-bottom: 50px;
  }
}

.esgCtaWrapper {
  background-color: #222297;
  padding: 60px 0;
}

.esgCtaWrapper .sec_headings {
  text-align: center;
  margin-bottom: 0;
}

.esgCtaWrapper .sec_headings h2 {
  color: #fff;
}

.esgCtaWrapper .sec_headings p {
  color: #fff;
  max-width: 900px;
  margin: 0 auto 40px;
}

.esgCtaWrapper .sec_headings hr {
  width: 130px;
  height: 7px;
  background-color: #fff;
  margin: 30px auto;
  border-radius: 3px;
}