@charset "UTF-8";
.bckground-blue {
  background-color: #1269F5 !important;
}

.banner-heading {
  font-weight: 800;
  font-size: 52px;
}

.border-white {
  border-top: 1px solid #fff !important;
}

.border-grey {
  border-top: 1px solid #c7c7c7;
}

.main-heading {
  font-weight: 600;
  font-size: 35px;
  line-height: 43px;
}

.heading-title {
  font-weight: 600;
  font-size: 20px;
  color: #1269F5;
}

.section-para {
  font-weight: 400;
  font-size: 18px;
  line-height: 38px;
  font-family: "Montserrat";
  position: relative;
}

.btn-arrow {
  font-size: 20px;
  margin: 0 0 0px 10px;
}

@font-face {
  font-family: "Montserrat";
  src: url("../src/fonts/Montserrat-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat";
  src: url("../src/fonts/Montserrat-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Montserrat";
  src: url("../src/fonts/Montserrat-Black.ttf");
  font-weight: 900;
}
@font-face {
  font-family: "Montserrat";
  src: url("../src/fonts/Montserrat-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Montserrat";
  src: url("../src/fonts/Montserrat-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Montserrat";
  src: url("../src/fonts/Montserrat-Medium.ttf");
  font-weight: 500;
}
.primary-btn {
  padding: 10px 30px;
  font-weight: 500;
  border: none;
  border-radius: 40px;
  color: #fff;
  background: #000;
  display: flex;
  align-items: center;
}

.secondary-btn {
  padding: 10px 30px;
  font-weight: 500;
  border: none;
  border-radius: 40px;
  color: #000;
  background: #fff;
  align-items: center;
}

.golden-btn {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  border-radius: 8px;
  background: linear-gradient(124deg, #C67F00 0%, #DFB701 100%, #DFB701 100%);
  border: none;
  padding: 12px 45px;
  text-decoration: none;
  transition: 0.4s ease-in-out;
}
.golden-btn:hover {
  color: #fff;
  background: linear-gradient(240deg, #C67F00 0%, #DFB701 100%, #DFB701 100%);
}

.stick-right-btn {
  position: fixed;
  right: -173px;
  top: 50%;
  transform: rotate(90deg);
  display: flex;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
.stick-right-btn.active {
  visibility: visible;
  opacity: 1;
}
.stick-right-btn a.blue-bg-btn {
  margin: 0px 10px;
  text-decoration: none;
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  border-radius: 0px 0px 8px 8px;
  background: linear-gradient(124deg, #00346d 0%, #005792 100%, #348ebf 100%);
  border: none;
  padding: 10px 45px;
  z-index: 999999;
}
.stick-right-btn .golden-btn-rotate {
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  border-radius: 0px 0px 8px 8px;
  background: linear-gradient(124deg, #C67F00 0%, #DFB701 100%, #DFB701 100%);
  border: none;
  padding: 10px 25px;
  text-decoration: none;
}

.full-section-anchor {
  text-decoration: none;
}

.error-form {
  font-size: 12px !important;
  margin: 0px;
}

.section-space {
  padding: 80px 0px;
}

.trending-cards-img {
  width: 100%;
  min-height: 240px;
  max-height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .banner-heading {
    font-weight: 800;
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .golden-btn-rotate {
    display: none;
  }
  .golden-btn {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .stick-right-btn {
    display: none;
  }
}
.blog-info {
  background: rgba(255, 255, 255, 0.33);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  margin-top: -67px;
  color: #fff;
}

.blog-cards {
  border-radius: 6px;
  overflow: hidden;
}

.blog-card {
  border: 1px solid rgba(235, 235, 235, 0.6588235294);
  box-shadow: 0 0 12px #f8f8f8;
  background: #fff;
}

.bloger-name {
  font-size: 13px;
  font-weight: 600;
}

.blog-date {
  font-size: 13px;
  font-weight: 400;
}

.blog-devlop {
  margin: 0;
  padding: 25px 0 0px;
  font-size: 12px;
  letter-spacing: 1px;
  color: #1269F5;
  text-transform: uppercase;
  font-family: "Montserrat";
}

.blog-card-heading {
  font-size: 24px;
  font-weight: 500;
  margin-top: 10px;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-title {
  font-size: 16px;
  line-height: 28px;
  color: #939393;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-read {
  border: none;
  background: transparent;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding: 0px;
}

.blog-arrow {
  font-size: 12px;
  rotate: 35deg;
  color: #000;
}

.social-icon li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: 46px;
  margin-right: 6px;
  background: #4867aa;
  padding: 20px 20px;
  border-radius: 60px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-icon li a i {
  font-size: 22px;
  color: #fff;
}
.social-icon .red {
  background: #ee3d5c !important;
}
.social-icon .light-blue {
  background: #1da1f2 !important;
}
.social-icon .share-blog {
  margin-left: 35px;
  font-size: 30px;
  font-weight: 600;
}

.heading-under {
  position: relative;
  margin-top: 10px;
  padding-bottom: 10px;
}
.heading-under:after {
  content: "";
  position: absolute;
  height: 4px;
  width: 40px;
  background: #ec9521;
  bottom: 0;
  left: 0;
  border-radius: 12px;
}

.custom-btn {
  background: linear-gradient(234.4deg, #2d6592 -20.48%, #1b2552 120.64%);
  border-radius: 40px;
  border: none;
  padding: 15px 40px;
  color: #fff;
  transition: 0.4s ease-in-out;
}
.custom-btn i.btn-arrow {
  position: relative;
  top: 2px;
  transition: 0.4s ease-in-out;
  right: 0;
}
.custom-btn:hover {
  color: #Fff;
}
.custom-btn:hover i.btn-arrow {
  right: -10px;
}

.mid-heading {
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 14px;
}

.main-heading {
  background: linear-gradient(114deg, #006FAC 0%, #00285F 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Montserrat;
  font-size: 45px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
}

.small-font-headings {
  color: #000;
  font-family: Montserrat;
  font-size: 45px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.wrapper {
  max-width: 1570px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

.header-custom-line {
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}

.header-custom-line:after {
  content: "";
  width: 60px;
  height: 4px;
  position: absolute;
  border-radius: 50px;
  background: #FF8A00;
  bottom: 0;
  left: 0;
}

.avx-heading-banner {
  color: #000;
  font-family: Montserrat;
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.avx-heading-banner b {
  background: linear-gradient(114deg, #006FAC 0%, #00285F 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  font-family: Montserrat;
  font-size: 64px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  display: block;
}

.avx-heading {
  color: #000;
  font-family: Montserrat;
  font-size: 46px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
}

.avx-heading b {
  background: linear-gradient(122deg, #006FAC 0%, #00285F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Montserrat;
  font-size: 46px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: capitalize;
  display: block;
}

.header-custom-line.line-right:after {
  right: 0;
  left: auto;
}

.header-custom-line.line-center:after {
  left: 50%;
  transform: translateX(-50%);
}

.homepage-para {
  color: #666;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 43px;
}
@media screen and (max-width: 767px) {
  .homepage-para {
    font-size: 14px;
    margin-top: 20px;
  }
}

@media (max-width: 1400px) {
  .wrapper {
    max-width: 1170px;
  }
  .avx-heading-banner b {
    font-size: 45px;
  }
  .avx-heading-banner {
    font-size: 45px;
  }
  .avx-heading b {
    font-size: 36px;
  }
  .avx-heading {
    font-size: 36px;
  }
  .homepage-para {
    font-size: 17px;
    line-height: 30px;
  }
  .golden-btn {
    padding: 5px 34px;
    font-size: 17px;
  }
  .blue-bg-btn {
    font-size: 17px;
    padding: 6px 30px;
    right: -63px;
    text-decoration: none;
  }
  .golden-btn-rotate {
    font-size: 17px;
    padding: 6px 14px;
    right: -57px;
    top: 414px;
    text-decoration: none;
  }
}
@media (max-width: 1024px) {
  .avx-heading-banner b {
    font-size: 35px;
    height: auto;
  }
  .avx-heading-banner {
    font-size: 35px;
  }
  .avx-heading b {
    font-size: 30px;
  }
  .avx-heading {
    font-size: 30px;
  }
  .banner-bg {
    display: none;
  }
}
@media (max-width: 768px) {
  .avx-heading-banner b {
    font-size: 35px;
    text-align: center;
  }
  .avx-heading-banner {
    font-size: 35px;
    text-align: center;
  }
  .avx-heading b {
    font-size: 30px;
    text-align: center;
  }
  .avx-heading {
    font-size: 30px;
    text-align: center !important;
  }
  .header-custom-line.line-right:after {
    left: 50%;
    transform: translateX(-50%);
  }
  .header-custom-line:after {
    left: 50%;
    transform: translateX(-50%);
  }
  .rotating {
    display: none;
  }
  .mob-center {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .mob-center {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .avx-heading-banner b {
    font-size: 35px;
  }
  .avx-heading-banner {
    font-size: 35px;
    text-align: center;
  }
  .avx-heading b {
    font-size: 30px;
  }
  .avx-heading {
    text-align: center !important;
    font-size: 30px;
    margin-top: 50px;
  }
  .header-custom-line.line-right:after {
    left: 50%;
    transform: translateX(-50%);
  }
  .header-custom-line:after {
    left: 50%;
    transform: translateX(-50%);
  }
  .homepage-para {
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
  }
}
* {
  box-sizing: border-box;
  font-family: "Montserrat";
}

@keyframes rotating {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
body {
  background-image: url(../src/images/bg-dots.png);
  margin: 0px;
  padding: 0px;
  font-family: "Montserrat";
  overflow-x: hidden;
  position: relative;
}

img {
  width: 100%;
}

.custom-header {
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  padding: 20px 30px;
  background: rgba(255, 255, 255, 0.8196078431);
}
@media only screen and (max-width: 575px) {
  .custom-header {
    padding: 20px 10px;
  }
}
.custom-header .navbar-nav-scroll {
  gap: 20px;
}
@media only screen and (max-width: 1366px) {
  .custom-header .navbar-nav-scroll {
    gap: 14px;
  }
}
.custom-header li {
  padding: auto;
  font-weight: 600;
  font-size: 20px;
  color: #000000;
}
.custom-header li a {
  color: #000000;
  font-size: 20px;
  position: relative;
}
.custom-header li a:hover::before {
  color: #dbaf01;
  transition: 0.4s ease-in-out;
  width: 30px;
}
@media only screen and (max-width: 1366px) {
  .custom-header li a {
    font-size: 16px;
  }
}
.custom-header .aviox-logo {
  width: 135px;
}

.custom-service-class {
  display: none;
}
@media only screen and (max-width: 768px) {
  .custom-service-class {
    display: block;
  }
}

.Services:after {
  content: "\f078";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 16px;
  margin-left: 10px;
  transform: rotate(0deg);
  display: inline-block;
  transition: 0.4s ease;
}
.Services.hovered:after {
  transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
  .Services {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .navbar-nav-scroll li:nth-child(2) {
    display: none;
  }
}
.navbar-nav-scroll li:nth-child(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar-nav-scroll li:nth-child(3) i {
  transform: rotate(-90deg);
}
@media only screen and (min-width: 767px) {
  .navbar-nav-scroll li:nth-child(3) {
    display: none;
  }
}

.active {
  color: #977b00;
}
.active:before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0px;
  height: 3px;
  border-radius: 50px;
  background: #977b00;
}

.mobile-banner {
  font-family: open sans;
  color: #ffffff;
  position: relative;
  display: none;
}
.mobile-banner .banner-heading {
  font-weight: 800;
  font-size: 30px;
}
.mobile-banner .mobile-banner-imgbx {
  position: relative;
  margin-top: -170px;
}
.mobile-banner .mobile-banner-info {
  padding: 90px 0 190px;
  background: #1d89f9;
}
.mobile-banner .slick-dots li {
  display: block;
  margin-left: auto;
  margin-bottom: 23px;
}
.mobile-banner .slick-dots li button:before {
  color: #ffffff;
  font-size: 40px;
  opacity: 0.54;
  margin-top: -100px;
}
.mobile-banner .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #ffffff;
}
@media (max-width: 768px) {
  .mobile-banner {
    display: block;
  }
}
.mobile-banner .slick-dots {
  bottom: initial;
  top: 50%;
  left: initial;
  right: 0;
  display: inline-block;
  z-index: 2;
  transform: translateY(-50%);
}
.mobile-banner .orange {
  color: #FFD600;
}

.section-indicate {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 20px;
  width: 100%;
}
.section-indicate span {
  width: 7px;
  height: 2px;
  border-radius: 21px;
  background-color: #aeaeae;
}
.section-indicate span.active {
  width: 19px;
  background-color: #1269F5;
}

.hero-section {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(90.42deg, #003993 0.24%, #0060a5 99.52%);
}
.hero-section .hero-heading {
  color: #fff;
  font-size: 53px;
  line-height: 90px;
  font-weight: 700;
}
.hero-section .hero-video {
  width: 100%;
  mix-blend-mode: screen;
  z-index: 2;
  position: relative;
}
.hero-section .random-word {
  display: inline-block;
  width: auto;
  /*   transition: all 1.25s; */
  animation: slidedown 4s infinite;
  -webkit-animation: slidedown 4s infinite;
  -moz-animation: slidedown 4s infinite;
}
@keyframes slidedown {
  0% {
    opacity: 50;
  }
  5% {
    opacity: 0;
    transform: translateY(0.5em);
  }
  7% {
    transform: translateY(-1em);
  }
  10% {
    opacity: 0;
  }
  20% {
    transform: translateY(0);
    opacity: 100;
  }
}
.hero-section .word {
  margin-left: 20px;
  color: #ff0;
  font-weight: 700;
}
.hero-section .letter {
  display: inline-block;
  position: relative;
  float: left;
  transform: translateZ(25px);
  transform-origin: 50% 50% 25px;
}
.hero-section .letter.out {
  transform: rotateX(90deg);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hero-section .letter.behind {
  transform: rotateX(-90deg);
}
.hero-section .letter.in {
  transform: rotateX(0deg);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.hero-section #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.zindex-2 {
  z-index: 2;
}

.Associated {
  position: relative;
  z-index: 2;
}
.Associated .healthcare-logo {
  width: 210px;
}
.Associated .background-blue {
  background-color: #1269F5;
}
.Associated .associated-text-area {
  padding: 20px 20px;
  border-radius: 39px;
}
.Associated .docters-img {
  margin-top: -155px;
  margin-left: -78px;
  width: 284px;
}
.Associated .associated-para {
  text-align: center;
  color: #ffffff;
  font-size: 12px;
}
.Associated .associated-btn {
  text-align: center !important;
}
.Associated .associated-card-heading {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 575px) {
  .Associated .associated-card-heading {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .Associated .docters-img {
    margin-left: 0px;
  }
}

.join-us {
  padding: 75px 0px;
  position: relative;
}
.join-us .join-cards {
  position: relative;
}
.join-us .join-cards::before {
  position: absolute;
  border: 1px dashed #1269F5;
  content: "";
  height: 100%;
  right: 50%;
  z-index: -1;
}
.join-us .join-us-headings::after {
  content: "";
  background-color: #1269F5;
  width: 136px;
  height: 3px;
  position: absolute;
  top: 100px;
}
.join-us .card-heading {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
}
.join-us .card-para {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}
.join-us .join-us-card {
  background: #ffffff;
  border: 1px solid #1269F5;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  margin-bottom: 90px;
}
.join-us .join-us-img {
  margin-top: -30px;
  margin-right: -40px;
  width: 140px;
}
.join-us .join-us-scnd-img {
  margin-top: -16px;
  margin-left: -27px;
  width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.join-us .join-us-third-img {
  margin-top: -58px;
  margin-right: 43px;
  height: 159px;
  position: relative;
  width: auto;
}
.join-us .gif-img {
  width: 100px;
  position: absolute;
  right: 100px;
  top: -4px;
}
@media (max-width: 768px) {
  .join-us {
    padding: 70px 0px;
  }
  .join-us .join-us-headings::after {
    content: "";
    top: 56px;
  }
  .join-us .join-us-img {
    margin-right: 0px;
    margin-top: 0px;
  }
  .join-us .join-us-scnd-img {
    margin-top: 0px;
    margin-left: 0px;
    width: 170px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .join-us .join-us-img {
    width: 100px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .join-us .join-us-third-img {
    margin-top: 0px;
    margin-right: 0px;
    width: 40px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 575px) {
  .join-us .join-us-scnd-img {
    margin-top: 38px;
    width: 130px;
  }
  .join-us .card-heading {
    font-size: 14px;
  }
  .join-us .card-para {
    font-size: 12px;
  }
}

.blue {
  color: #1269F5;
}

.service {
  position: relative;
  background-color: #F5F4F4;
  padding: 100px 0px;
}
.service .table tr td {
  text-align: center;
  padding: 30px 0px;
  font-weight: 600;
  font-size: 20px;
}
.service .table-border {
  background: #ffffff;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
}
.service .font-20 {
  font-size: 19px;
}
.service .font-sml {
  font-size: 20px;
}
.service .man-laptop {
  position: absolute;
  width: 130px;
  top: -30px;
  left: 100px;
}
@media (max-width: 1024px) {
  .service .man-laptop {
    position: absolute;
    width: 130px;
    top: -32px;
    left: 70px;
  }
}
@media (max-width: 991px) {
  .service .table tr td {
    padding: 30px 10px;
    font-size: 12px;
  }
  .service .man-laptop {
    width: 80px;
    top: 32px;
    left: 70px;
  }
}
@media (max-width: 768px) {
  .service .man-laptop {
    top: 80px;
    left: 75px;
  }
  .service .table-border {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 430px) {
  .service .man-laptop {
    top: 130px;
  }
}

.about-us {
  padding: 70px 0;
  position: relative;
}
.about-us:after {
  background: url(../src/images/dots.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 250px;
  z-index: -1;
  top: 360px;
  opacity: 0.3;
  height: 200px;
}
.about-us .aboutus-img {
  width: 55%;
}
.about-us:before {
  background: url(../src/images/dots.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  bottom: 0;
  width: 280px;
  height: 330px;
  z-index: -1;
  top: -100px;
  left: -93px;
  opacity: 0.2;
}
.about-us .about-dots {
  position: relative;
}
.about-us .about-dots::after {
  background: url(../src/images/dots.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  bottom: 0;
  width: 280px;
  height: 330px;
  z-index: -1;
  top: -410px;
  right: -40px;
  opacity: 0.2;
}
@media (max-width: 768px) {
  .about-us {
    padding: 40px 0;
  }
  .about-us .aboutus-img {
    width: 50%;
    margin-bottom: 30px;
  }
  .about-us .about-mobile-para {
    text-align: center;
  }
  .about-us .dots-img-bg {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .about-us:before {
    display: none;
  }
  .about-us .about-dots::after {
    background: url(../src/images/dots.png);
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    bottom: 0;
    width: 280px;
    height: 330px;
    z-index: -1;
    top: -410px;
    right: -30px;
  }
}
.about-us .heading-title {
  position: relative;
}
.about-us .heading-title::before {
  content: "";
  background-color: #1269F5;
  width: 136px;
  height: 3px;
  position: absolute;
  top: -16px;
  left: 0px;
}
@media (max-width: 768px) {
  .about-us::after {
    left: 100px;
    width: 220px;
    height: 251px;
    top: 180px;
  }
  .about-us::before {
    background: url(../src/images/dots.png);
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    bottom: 0;
    width: 240px;
    height: 310px;
    z-index: -1;
    top: -240px;
    left: -53px;
  }
  .about-us .about-dots::after {
    background: url(../src/images/dots.png);
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    bottom: 0;
    width: 240px;
    height: 330px;
    z-index: -1;
    top: -880px;
    right: -32px;
  }
  .about-us .width-md-50 {
    width: 50% !important;
  }
  .about-us .blue-bg-btn {
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .about-us::after {
    background: url(../src/images/dots.png);
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 160px;
    height: 200px;
    z-index: -1;
    top: 260px;
    display: none;
  }
  .about-us .about-dots::after {
    display: none;
  }
  .about-us .heading-title::before {
    content: "";
    background-color: #1269F5;
    width: 136px;
    height: 3px;
    position: absolute;
    top: -16px;
    left: -3px;
  }
}

@media (max-width: 768px) {
  .single-item {
    display: none;
  }
}
.single-item .slick-slide {
  height: auto !important;
}
.single-item .slick-dots {
  bottom: initial;
  top: 50%;
  left: initial;
  right: 0;
  display: inline-block;
  z-index: 2;
  transform: translateY(-50%);
}
.single-item .slick-dots li {
  display: block;
  margin-left: auto;
  margin-bottom: 23px;
}
.single-item .slick-dots li button:before {
  color: #ffffff;
  font-size: 37px;
  opacity: 0.54;
}
.single-item .slick-dots li:last-child {
  margin-bottom: 0px;
}
.single-item .slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: #ffffff;
}

.portfolio-slide .portfolio-section {
  background: #013100;
  position: relative;
  padding: 70px 0px;
  height: auto;
}
.portfolio-slide .portfolio-section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.49);
  top: 0;
  z-index: 2;
}
.portfolio-slide .portfolio-section .knowmore-text {
  position: absolute;
  color: #000;
  right: 4%;
  background: #13eb00;
  transform: translate(-50px, -50px);
  border-radius: 50%;
  top: 50%;
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: 600;
  z-index: 999;
  text-decoration: none;
  cursor: pointer;
}
.portfolio-slide .portfolio-section .portfolio-heading {
  font-weight: 600;
  font-size: 35px;
  color: #ffffff;
  z-index: 999;
  position: relative;
}
.portfolio-slide .portfolio-section .about-text-heading {
  font-weight: 500;
  font-size: 35px;
  color: #ffffff;
}
.portfolio-slide .portfolio-section .gripblock-heading {
  font-weight: 700;
  font-size: 53px;
  color: #13EB00;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 50px;
}
.portfolio-slide .portfolio-section .gripblock-heading::after {
  content: "";
  background-color: #13EB00;
  width: 216px;
  height: 3px;
  position: absolute;
  top: 60px;
  left: 5px;
}
.portfolio-slide .portfolio-section .portfolio-para {
  position: relative;
  z-index: 999;
  color: #ffffff;
  font-size: 18px;
  margin-top: 20px;
}
.portfolio-slide .portfolio-section .gripblock-logo {
  position: absolute;
  top: 50%;
  width: 1100px;
  margin: 0;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.portfolio-slide .portfolio-section .portfolio-text {
  z-index: 9999;
  position: relative;
}
.portfolio-slide .portfolio-section .slick-slide {
  height: auto !important;
}
.portfolio-slide .portfolio-section .count {
  font-weight: 800;
  font-size: 276px;
  -webkit-text-stroke: 1px;
  color: transparent;
  -webkit-text-stroke-color: rgb(255, 255, 255);
}
@media (max-width: 768px) {
  .portfolio-slide .portfolio-section .about-text-heading {
    font-size: 25px;
  }
  .portfolio-slide .portfolio-section .knowmore-text {
    top: 22%;
    right: 0;
  }
  .portfolio-slide .portfolio-section .count {
    font-weight: 800;
    font-size: 106px;
    -webkit-text-stroke: 1px;
    color: transparent;
    -webkit-text-stroke-color: rgb(255, 255, 255);
  }
  .portfolio-slide .portfolio-section .portfolio-para {
    font-size: 16px;
    margin-top: 20px;
  }
  .portfolio-slide .portfolio-section .gripblock-logo {
    display: none;
  }
  .portfolio-slide .portfolio-section .gripblock-heading {
    font-weight: 600;
    font-size: 30px;
    color: #13EB00;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 50px;
  }
  .portfolio-slide .portfolio-section .gripblock-heading::after {
    content: "";
    background-color: #13EB00;
    width: 116px;
    height: 3px;
    position: absolute;
    top: 38px;
    left: 5px;
  }
}
@media (max-width: 575px) {
  .portfolio-slide .portfolio-section .knowmore-text {
    top: 37%;
    right: 0;
  }
}
.portfolio-slide .slick-prev {
  top: initial;
  left: initial;
  bottom: 270px;
  right: 70px;
  background: #ffffff;
  z-index: 3;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  box-shadow: 0 0 3px 1px #c8c8c8;
}
.portfolio-slide .slick-prev:before {
  content: "";
  position: absolute;
  top: 17px;
  left: 15px;
  width: 22px;
  height: 22px;
  background: url(../src/images/arrow-slider-left.svg);
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .portfolio-slide .slick-prev {
    bottom: 70px;
    right: 140px;
  }
}
.portfolio-slide .slick-next {
  top: initial;
  bottom: 206px;
  right: 70px;
  background: #ffffff;
  z-index: 3;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  box-shadow: 0 0 3px 1px #c8c8c8;
}
.portfolio-slide .slick-next:before {
  content: "";
  position: absolute;
  top: 17px;
  left: 15px;
  width: 22px;
  height: 22px;
  background: url(../src/images/arrow-slider-right.svg);
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .portfolio-slide .slick-next {
    bottom: 70px;
  }
}
.portfolio-slide .slick-dots li button:before {
  font-size: 21px;
}

.Idustries {
  padding: 70px 0 70px;
}
.Idustries .slick-list {
  padding: 0 10px;
}
.Idustries .slick-dots li button::before {
  font-size: 50px;
  color: #1269F5;
}
.Idustries .slick-dots li.slick-active button:before {
  opacity: 1;
}
.Idustries .industies-slider-img {
  width: 300px;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 18px 18px 0 0;
}
.Idustries .industies-slider-heading {
  font-weight: 600;
  font-size: 20px;
  color: #1269F5;
  margin: 30px 0px;
}
.Idustries .industries-card {
  background: #ffffff;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  padding-bottom: 20px;
  margin-bottom: 20PX;
}
@media (max-width: 768px) {
  .Idustries .slick-dots li button::before {
    font-size: 50px;
    color: #1269F5;
  }
}

.hired-grid .hired-col:nth-child(2n) .card-join-us {
  flex-direction: row-reverse;
}
.hired-grid .hired-col:nth-child(2n) .card-join-us .hired-info {
  margin-right: 25px;
  margin-left: 0px;
}

.hired {
  padding: 75px 0;
  background-color: #F8F8F8;
}
.hired .hired-card {
  background: #ffffff;
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.13);
  border-radius: 13px;
}
.hired .hired-card .hired-info {
  margin-left: 25px;
}
.hired .hired-card-img2 {
  width: 310px;
  margin-right: -22px;
  margin-top: -80px;
}
.hired .hired-card-img1 {
  width: 310px;
  margin-left: -22px;
  margin-top: -80px;
}
.hired .docters-img {
  width: 200px;
  margin-top: -60px;
}
@media (max-width: 575px) {
  .hired {
    padding: 30px 0;
  }
  .hired .hired-card-img1 {
    width: 240px;
    margin-top: -50px;
    margin: 11px auto;
  }
  .hired .hired-btn {
    display: flex;
    justify-content: center;
  }
  .hired .hired-card-img2 {
    width: 150px;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 10px auto;
  }
  .hired .card-join-us {
    flex-wrap: wrap;
  }
  .hired .hired-card {
    text-align: center;
    height: auto;
  }
  .hired .direction-reverse {
    flex-direction: column-reverse;
  }
}

.footer {
  background-color: #F8F8F8;
}
.footer .inner-footer {
  padding-top: 50px;
  padding-bottom: 24px;
  border-right: 1px solid #B2D0FF;
  height: 100%;
}
.footer .inner-footer h3 {
  font-size: 20px;
  font-weight: 600;
}
.footer .social-media-icon {
  height: 30px;
  width: auto;
  margin: 0 5px;
}
.footer .follow {
  font-size: 20px;
  color: #1269F5;
  font-weight: 600;
  text-decoration: none;
}
.footer .social-media {
  gap: 22px;
}
.footer .footer-link {
  display: block;
  text-decoration: none;
  font-weight: 400;
  font-size: 20px;
  margin-top: 20px;
  text-align: center;
  color: #000000;
}
.footer .country-flag {
  width: 29px;
}
.footer .country-name {
  font-weight: 600;
  font-size: 20px;
  color: #263238;
}
.footer .office-no {
  font-weight: 600;
  font-size: 17px;
  text-decoration-line: underline;
  color: #263238;
  text-decoration: none;
}
.footer .mail {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  text-decoration: none;
}
.footer .address {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  padding-right: 30px;
  text-decoration: none;
  line-height: 30px;
}
.footer .small-width-img {
  width: 56px;
  margin: 10px 0px;
}
@media (max-width: 1024px) {
  .footer .office-no {
    font-weight: 600;
    font-size: 14px;
    text-decoration-line: underline;
    color: #263238;
  }
}

.cookies .aftr_ftr_copy {
  padding: 20px 30px;
  text-align: center;
  background: #000000;
  color: #ffffff;
  opacity: 0.9;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cookies .aftr_ftr_copy p {
  margin: 0;
}
.cookies .bottom-links .footer_ser {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  border-right: 1px solid #ffffff;
  padding-right: 5px;
}
.cookies .bottom-links .footer_ser:last-child {
  border-right: none;
}

.about-banner {
  background: rgba(248, 248, 248, 0.5294117647);
  padding: 30px 0px;
}
.about-banner img {
  max-width: 500px;
}

.our-story .Our-Story-heading {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
.our-story .our-story-para {
  font-size: 15px;
  color: #656565;
}
.our-story .ct-heading--inner {
  display: inline-block;
  position: relative;
  width: 100%;
}
.our-story .item--text-below {
  background: linear-gradient(234.4deg, #44FFEE -20.48%, #0A4EFF 120.64%);
  position: absolute;
  top: 13px;
  left: 0;
  right: 0;
  z-index: -1;
  line-height: 1;
  opacity: 0.1;
  font-size: 105px;
  font-weight: 700;
  font-family: fira sans, sans-serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.our-story .item--sub-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 9px;
}
.our-story .item--sub-title span {
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  color: #1269F5;
}
.our-story .item--sub-title span::after {
  content: "";
  background: linear-gradient(234.4deg, #44FFEE -20.48%, #0A4EFF 120.64%);
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  border-radius: 7px;
  right: 0;
}
.our-story .item--sub-title span::before {
  content: "";
  background: linear-gradient(234.4deg, #44FFEE -20.48%, #0A4EFF 120.64%);
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  border-radius: 7px;
  left: 0;
}
.our-story .our-story-dots {
  position: absolute;
  height: 200px;
  width: 130px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  /* right: -30px; */
  top: -48px;
  left: -54px;
}
.our-story .item--title {
  text-transform: capitalize;
  margin-bottom: 16px;
  font-size: 42px;
  line-height: 1.1428;
  font-weight: 700;
}

.aboutus-cards {
  background: url(../src/images/value-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: -1;
}
.aboutus-cards::before {
  content: "";
  background: rgba(0, 0, 0, 0.3019607843);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
.aboutus-cards .value-card-heading {
  text-align: center;
  font-size: 19px;
  padding-top: 20px;
  font-weight: 600;
  color: #ffffff;
}
.aboutus-cards .value-card-img {
  width: 50px;
}
.aboutus-cards .value-card-para {
  font-size: 14px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.aboutus-cards .our-value-card {
  padding: 20px;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border: 1px solid #edf4f3;
  background: linear-gradient(119deg, rgb(111, 47, 249) 0%, rgb(9, 28, 116) 100%);
  box-shadow: 0px 0px 8px 5px rgba(113, 48, 252, 0.5);
  border-radius: 10px;
  color: #ffffff;
}
.aboutus-cards .value-arrow {
  color: #000;
  background: #fff;
  padding: 7px 8px;
  border-radius: 60px;
  width: 30px;
  height: 30px;
}
.aboutus-cards .value-btn {
  border: none;
  background: transparent;
  color: #cacaca;
  font-size: 12px;
  margin: 0px 10px;
  font-weight: 400;
}

.common-section .common-section-area {
  background: linear-gradient(234.4deg, #44FFEE -20.48%, #0A4EFF 120.64%);
  padding: 28px 30px;
  border-radius: 90px;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
}
.common-section .common-section-area::after {
  content: "";
  z-index: -1;
  position: absolute;
  left: 30px;
  height: 100%;
  right: 30px;
  bottom: -17px;
  border-radius: 90px;
  background-color: #eeeeee;
}
.common-section .sub-quote-head {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}
.common-section .sub-quote-heading {
  font-weight: 500;
  font-size: 25px;
  color: #fff;
}
@media (max-width: 575px) {
  .common-section .sub-quote-head {
    font-weight: 500;
    font-size: 16px;
  }
}

.blogs {
  background: #f9f9f9;
}
.blogs .blog-devlop {
  margin: 10px 0 0;
  padding: 8px 8px;
  font-size: 11px;
  font-family: "Mont";
  font-weight: 400;
  letter-spacing: 1.3px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Montserrat";
  text-align: center;
  display: inline-block;
  background: #1269f5;
  border-radius: 5px;
}
.blogs .blog-title {
  font-size: 14px;
  line-height: 20px;
  color: #0e0e0e;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blogs .blog-read {
  border: none;
  background: transparent;
  color: #1269F5;
  font-size: 16px;
  font-weight: 500;
  padding: 5px;
  position: relative;
  z-index: 1;
  transition: 0.4s ease;
}
.blogs .blog-read:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1269F5;
  transform: scaleX(0);
  transform-origin: left;
  z-index: -1;
  transition: 0.2s ease;
}
.blogs .blog-read:hover:before {
  transform: scaleX(1);
}
.blogs .blog-read:hover {
  color: #fff;
}
.blogs .blog-read .blog-arrow {
  font-size: 12px;
  rotate: 90deg;
}
.blogs .bloger-name {
  font-size: 13px;
  font-weight: 600;
}
.blogs .blog-date {
  font-size: 13px;
  font-weight: 400;
}
.blogs .blog-info {
  background: rgba(255, 255, 255, 0.33);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  margin-top: -52px;
  color: #fff;
}
.blogs .blog-cards {
  box-shadow: 0px 3px 4px #c3c3c3;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.blogs .blog-card-heading {
  font-size: 22px;
  font-weight: 700;
  margin-top: 10px;
}
.blogs .blog-card {
  border: 1px solid #e1e1e1;
  border-radius: 12px;
  background-color: #ffffff;
}
.blogs .blog-card img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.platforms .service-main-heading {
  font-weight: 800;
  font-size: 62px;
  color: #000;
}
.platforms .framework-cards-headings {
  margin-top: 110px;
}
.platforms .framework-logo {
  position: absolute;
  z-index: 9999;
  left: 85px;
  top: -27px;
}
.platforms .servic-main-second-heading {
  font-weight: 800;
  font-size: 40px;
  color: #a7a7a7;
  text-transform: capitalize;
}
.platforms .ht-100 {
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 80px;
}
.platforms .service-card-heading {
  font-weight: 600;
  color: #545454;
  font-size: 19px;
}
.platforms .services-card-para {
  color: #464646;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 15px;
}
.platforms .color-blur {
  color: #1269F5;
}
.platforms .framework-cards-count {
  font-size: 40px;
  position: absolute;
  right: 35px;
  top: 40px;
  font-weight: 700;
}
.platforms .services-read {
  border: none;
  background: transparent;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding: 0px;
}
.platforms .services-arrow {
  font-size: 12px;
  rotate: 35deg;
  color: #000;
}
.platforms .service-page-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 0 2px rgba(223, 223, 223, 0.6509803922);
  margin: 0px 12px;
  position: relative;
}
.platforms .service-page-card:before {
  content: "";
  position: absolute;
  top: -30px;
  right: 0;
  transform: skewY(20deg);
  width: 130px;
  height: 150px;
  background: #D0F7FF;
  border-radius: 10px 10px 0px 10px;
}
.platforms .yellow:before {
  background-color: #FFFAD0;
}
.platforms .purple:before {
  background-color: #E5D0FF;
}
.platforms .green:before {
  background-color: #D7FFD0;
}
.platforms .light-blue:before {
  background-color: #71ffff;
}
.platforms .light-red:before {
  background-color: #ffacac;
}
.platforms .slick-slide {
  height: auto;
  margin: 80px 0px;
}
@media (max-width: 768px) {
  .platforms .service-main-heading {
    font-size: 35px;
  }
  .platforms .servic-main-second-heading {
    font-size: 18px;
  }
}

.framework-cards {
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 50px;
}
.framework-cards::before {
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}
.framework-cards::after {
  content: "";
  background: #082137;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}
.framework-cards .slick-dots li button:before {
  font-size: 16px;
}
.framework-cards .slider-arrow {
  height: 45px;
  width: 45px;
  border-radius: 40px;
  border: #151514;
  box-shadow: 0 0 3px #dbd8d8;
  background: #1269f5;
  color: #fff;
}
.framework-cards .slider-next {
  position: absolute;
  left: 200px;
  bottom: 70px;
}
.framework-cards .slider-prev {
  position: absolute;
  bottom: 70px;
  left: 140px;
  z-index: 999;
}
@media (max-width: 768px) {
  .framework-cards .slider-next {
    bottom: 0px;
  }
  .framework-cards .slider-prev {
    bottom: 0px;
  }
}
.framework-cards .portfolio-slider-img {
  width: 80%;
  margin-left: auto;
  display: block;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
}
.framework-cards .filter-main-head {
  font-size: 21px;
}
.framework-cards .filter-second-head {
  font-size: 18px !important;
}
.framework-cards .yellow-text {
  color: #F18806;
  font-size: 14px;
  font-weight: 500;
}
.framework-cards .portfolio-slider-content {
  max-width: 50%;
  background: rgba(255, 255, 255, 0.81);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  position: absolute;
  top: 0px;
  padding: 15px 20px;
  left: 65px;
  box-shadow: 0 0 7px #ddd;
  border-radius: 8px;
  height: 100%;
  height: 400px;
  margin-top: 40px;
  overflow: hidden;
}
.framework-cards .filter-about-content {
  font-size: 15px;
}

.case-study .overlay-casecard::before {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(233, 233, 233, 0.84);
}
.case-study .case-study-cards:hover .case-card-btns {
  display: block;
}
.case-study .case-study-cards:hover .overlay-casecard::before {
  opacity: 1;
}
.case-study .case-card-btn {
  font-size: 20px;
  padding: 3px 14px;
  background: #1269F5;
  color: #fff;
  border: none;
  margin: 5px 10px;
  border-radius: 8px;
  font-weight: 500;
  box-shadow: 0 0 8px 0px #ababab;
}
.case-study .case-details-btn {
  padding: 3px 14px;
  background: #ffffff;
  color: #000;
  margin: 5px 10px;
  font-weight: 500;
  font-size: 20px;
  border: 1px solid #1269f5;
  border-radius: 8px;
  box-shadow: 0 0 8px 0px #ababab;
}
.case-study .trade {
  font-size: 14px;
  color: #ffffff;
}
.case-study .case-card-heading {
  font-size: 13px;
  color: #d0d0d0;
}
.case-study .case-cards-heading {
  background-color: #ef4d32;
  padding: 20px 0px;
}
.case-study .industries {
  border-radius: 10px;
  box-shadow: 0 0 8px #d9d8d8;
  background-color: #fff;
}
.case-study .radius-10 {
  border-radius: 0px 10px 10px 0px;
}
.case-study .case-study-industries {
  margin-top: -50px;
}
.case-study .date {
  color: #adadad;
}
.case-study .card-name {
  font-size: 20px;
}
.case-study .card-main-heading {
  font-size: 27px;
  margin-top: 20px;
  font-weight: 700;
}
.case-study .card-main-casestudy {
  box-shadow: 0 0 4px #e7e7e7;
  border-radius: 5px;
}
.case-study .casestudy-card-img {
  border-radius: 5px;
}
.case-study .case-card-btns {
  position: absolute;
  color: #000000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  align-items: center;
  width: 100%;
  display: none;
}

.joinus-carrer .cj-content {
  border: 1px solid #e5e5e5;
  display: inline-block;
  padding: 20px 80px;
  text-align: center;
  border-radius: 2.5rem;
}
.joinus-carrer .paragraph-carrer-joinus {
  color: #747990;
  font-size: 18px;
}
.joinus-carrer a {
  text-decoration: none;
  font-weight: 600;
}
@media (max-width: 575px) {
  .joinus-carrer a {
    font-size: 13px;
  }
  .joinus-carrer .cj-content {
    padding: 20px 30px;
  }
  .joinus-carrer .paragraph-carrer-joinus {
    font-size: 13px;
  }
}

.featured-jobs .featured-jobs-cards {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0.75rem;
  padding: 2rem;
  transition: box-shadow 0.3s;
  text-align: center;
  height: 100%;
}
.featured-jobs .job-card-title {
  color: #283252;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.featured-jobs .job-card-subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font);
  font-size: 0.9rem;
  font-weight: 400;
  color: #a2a5b9;
}
.featured-jobs .Python-logo {
  width: 70px;
  height: 70px;
  background: #ececec;
  padding: 10px 13px;
  border-radius: 20%;
}
.featured-jobs .jobscard-city-name {
  font-size: 15px;
  color: #a2a5b9;
}
.featured-jobs .job-detail-btn {
  padding: 6px 20px;
  background: transparent;
  border-radius: 10px;
  border: 1px solid #1269f5;
  color: #1269f5;
  font-size: 17px;
  font-weight: 500;
}
.featured-jobs .job-detail-btn:hover {
  background: #1269f5;
  color: #fff;
  transition: 0.4s ease;
}

.best-in-industry {
  background-color: #f5f6fa;
}

.induatry-card-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem !important;
}

.industry-card-logo {
  width: 70px;
  height: 70px;
  background: #ececec;
  padding: 10px 13px;
  border-radius: 20%;
}

.industry-paragraph {
  color: #747990;
  font-size: 14px;
  font-weight: 400;
}

.industry-cards {
  text-align: center;
}

.flowchart {
  max-width: 1000px;
}

.mega-menu {
  position: absolute;
  z-index: 5;
  top: 105px;
  left: 50%;
  transform: translate(-50%, -150%);
  width: 100%;
  max-width: 1320px;
}
.mega-menu.active {
  transform: translate(-50%, 0%);
}
.mega-menu .mega-menu-btns {
  padding: 15px;
  overflow: auto;
  border-radius: 25px 0px 0px 25px;
}
.mega-menu .nav-pills .nav-link.active,
.mega-menu .nav-pills .show > .nav-link {
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  background: linear-gradient(124deg, #C67F00 0%, #DFB701 100%, #DFB701 100%);
  border-radius: 8px;
}
.mega-menu .mega-menu-framework {
  height: 100%;
  overflow: auto;
  margin: 0;
  max-height: 280px;
  padding: 0 20px !important;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.mega-menu .mega-menu-framework li {
  border: 1px solid #ccc;
  padding: 21px 15px;
  margin: 5px;
  border-radius: 10px;
}
.mega-menu .mega-menu-framework li .service-card-headingmobile {
  display: inline-flex;
  align-items: center;
  font-size: 17px;
  font-weight: 400;
  color: #000;
  flex-direction: column;
  text-decoration: none !important;
  justify-content: center;
  text-align: center;
  width: 100%;
  line-height: normal;
}
.mega-menu .mega-menu-framework li .service-card-headingmobile img {
  max-width: 60px;
  max-height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
}
.mega-menu .megamenu-heading {
  font-weight: 600;
  font-size: 17px;
  color: #000000;
}
.mega-menu .mega-menu-hiring-heading {
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
}
.mega-menu .mega-menu-hiring-para {
  font-weight: 400;
  font-size: 13px;
  color: #FFFFFF;
  margin: 0;
}
.mega-menu .hire-btn {
  border-radius: 6px;
}
.mega-menu .mega-menu-sec {
  border-radius: 25px;
  box-shadow: 0px 0px 54px 20px rgba(0, 0, 0, 0.11);
  background-color: #ffffff;
}
.mega-menu .nav-link {
  color: #00366E;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
}
.mega-menu .mega-manu-framelogo {
  position: absolute;
  width: 120px;
  right: 20px;
  top: -140px;
}
.mega-menu .flex-wrap-mobile {
  justify-content: space-between;
  display: flex;
  width: 100%;
  align-items: center;
}
@media (max-width: 768px) {
  .mega-menu .nav-link {
    white-space: nowrap;
  }
  .mega-menu .header-tabs {
    flex-wrap: nowrap;
  }
  .mega-menu .mega-manu-framelogo {
    width: 80px;
    top: -100px;
  }
  .mega-menu .hire-btn {
    margin-top: 20px;
  }
  .mega-menu .flex-wrap-mobile {
    flex-wrap: wrap;
  }
}

.contact-form-sec {
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 50px;
}
.contact-form-sec::before {
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}
.contact-form-sec::after {
  content: "";
  background: #082137;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}
.contact-form-sec .form-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0 5px #d0d0d0;
  padding: 34px 28px;
}
.contact-form-sec .main-second-heading {
  font-weight: 800;
  font-size: 40px;
  color: #000;
  text-transform: capitalize;
}
.contact-form-sec .form-card label {
  font-weight: 400;
  color: #898686;
}
.contact-form-sec .iti {
  position: relative;
}
.contact-form-sec .iti__flag-container {
  height: 44px;
}
.contact-form-sec .iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.contact-form-sec .iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}

.lets-chat .lets-chat-heading {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
}
.lets-chat .lets-chat-para {
  font-size: 25px;
  font-weight: 400;
  color: #5d5d5c;
}
.lets-chat .call-us {
  font-size: 15px;
}
.lets-chat .call-us-para {
  font-size: 15px;
  color: #5d5d5c;
}

.cycle-section {
  padding: 70px 0;
}
.cycle-section .section-pin {
  padding: 100px 0;
  background: #ffffff;
  display: flex;
  align-items: center;
  height: 60vh;
  position: relative;
}
.cycle-section .section-pin.active {
  z-index: 2;
}
.cycle-section .section-pin .row {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1320px;
  transform: translate(-50%, -50%);
  background: #fff;
  height: 100%;
}
.cycle-section .section-pin:not(.active) {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}
.cycle-section .section-pin.active .row {
  transition: opacity 0.3s;
}
.cycle-section .code-window {
  position: relative;
  width: 100%;
  background: #e9e9e9;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.cycle-section .code-window .window-head {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px;
  border-radius: 10px 10px 0 0;
}
.cycle-section .code-window .window-head .dots .dot {
  border-radius: 50%;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 4px;
}
.cycle-section .code-window .window-head .dots .dot.bg-danger {
  background: #e62864 !important;
}
.cycle-section .code-window .window-head .dots .dot.bg-yellow {
  background: #ffd770 !important;
}
.cycle-section .code-window .window-head .dots .dot.bg-success {
  background: #38c79c !important;
}
.cycle-section .code-window .window-body {
  height: 180px;
  overflow: auto;
}
.cycle-section .code-window .window-body .code-content {
  padding: 1rem;
  height: 100%;
}
.cycle-section .code-window .window-body .code-content-line {
  font-size: 0.9rem;
  font-family: monospace;
  color: #283252;
}
.cycle-section .layers-div {
  position: relative;
  padding: 50px 0;
}
.cycle-section .layers-div .step-one {
  position: absolute;
  top: 57px;
  left: 50%;
  z-index: 2;
  font-size: 26px;
}
.cycle-section .layers-div .step-one:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 81px;
  height: 1px;
  border: 1px dashed #000;
  transform: translate(-104%, -50%);
}
.cycle-section .layers-div .step-two {
  position: absolute;
  top: 74px;
  left: 50%;
  z-index: 2;
  font-size: 26px;
}
.cycle-section .layers-div .step-two:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 81px;
  height: 1px;
  border: 1px dashed #000;
  transform: translate(-104%, -50%);
}
.cycle-section .layers-div .step-three {
  position: absolute;
  top: 90px;
  left: 50%;
  z-index: 2;
  font-size: 26px;
}
.cycle-section .layers-div .step-three:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 81px;
  height: 1px;
  border: 1px dashed #000;
  transform: translate(-104%, -50%);
}
.cycle-section .layers-div .step-four {
  position: absolute;
  top: 106px;
  left: 50%;
  z-index: 2;
  font-size: 26px;
}
.cycle-section .layers-div .step-four:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 81px;
  height: 1px;
  border: 1px dashed #000;
  transform: translate(-104%, -50%);
}
.cycle-section .layers-div .step-five {
  position: absolute;
  top: 124px;
  left: 50%;
  z-index: 2;
  font-size: 26px;
}
.cycle-section .layers-div .step-five:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 81px;
  height: 1px;
  border: 1px dashed #000;
  transform: translate(-104%, -50%);
}
.cycle-section .layers-div .step-six {
  position: absolute;
  top: 142px;
  left: 50%;
  z-index: 2;
  font-size: 26px;
}
.cycle-section .layers-div .step-six:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 81px;
  height: 1px;
  border: 1px dashed #000;
  transform: translate(-104%, -50%);
}
.cycle-section .layers-div .step-seven {
  position: absolute;
  top: 161px;
  left: 50%;
  z-index: 2;
  font-size: 26px;
}
.cycle-section .layers-div .step-seven:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 81px;
  height: 1px;
  border: 1px dashed #000;
  transform: translate(-104%, -50%);
}
.cycle-section .layers-div .layers {
  width: 240px;
  height: 240px;
  transform: rotate(-30deg) skew(25deg) scale(0.5);
  transition: 0.5s;
  border-radius: 20px;
  cursor: pointer;
}
.cycle-section .layers-div .layers div {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  text-align: center;
  vertical-align: center;
  border-radius: 20px;
  background-color: #1269F5;
}
.cycle-section .layers-div .layers div:nth-child(7) {
  transform: translate(180px, -180px);
  opacity: 0.3;
}
.cycle-section .layers-div .layers div:nth-child(6) {
  transform: translate(150px, -150px);
  opacity: 0.3;
}
.cycle-section .layers-div .layers div:nth-child(5) {
  transform: translate(120px, -120px);
  opacity: 0.3;
}
.cycle-section .layers-div .layers div:nth-child(4) {
  transform: translate(90px, -90px);
  opacity: 0.3;
}
.cycle-section .layers-div .layers div:nth-child(3) {
  transform: translate(60px, -60px);
  opacity: 0.3;
}
.cycle-section .layers-div .layers div:nth-child(2) {
  transform: translate(30px, -30px);
  opacity: 0.3;
}
.cycle-section .layers-div .layers div:nth-child(1) {
  transform: translate(0px, 0px);
  opacity: 0.3;
}
.cycle-section .layers-div .layers div.active {
  opacity: 1;
}

.service-list-card .service-card {
  padding: 15px;
  border: 1px solid #e1e1e1;
  min-width: 280px;
  margin-right: 11px;
  border-radius: 10px;
  background: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
}
.service-list-card .service-card img {
  width: 39px;
  margin-right: 10px;
}

.overview-section {
  padding: 70px 0;
}

.tools-overview-section {
  background: #f7f7f7;
  padding: 70px 0;
}

.form-section {
  position: relative;
  padding: 19px 58px;
  min-height: 100vh;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .form-section {
    padding: 0px;
  }
}

.form-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 197px;
  background: url("../img/dots-pattern.png");
  background-size: cover;
  z-index: -1;
}

.form-section::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 188px;
  height: 650px;
  background: url("../img/circle-pattern.png");
  z-index: -1;
  background-size: cover;
  background-position: right;
}

.form-section .header {
  padding: 10px;
}

.form-section .header a {
  color: #FFFFFF;
  text-decoration: none;
}

.form-section .inner-form {
  padding-top: 25px;
}

.form-section .inner-form .slick-list {
  padding: 30px 10px !important;
}

.form-section .inner-form .slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.form-section .inner-form .form-dots .slick-dots li {
  width: auto;
  height: auto;
  pointer-events: none;
}

.form-section .inner-form .form-dots .slick-dots li button {
  width: auto;
  pointer-events: none;
}

.form-section .inner-form .form-dots .slick-dots li button::before {
  font-size: 10px;
  color: #FFFFFF;
  opacity: 0.5;
  transition: 0.4s ease;
}

.form-section .inner-form .form-dots .slick-dots li.slick-active button::before {
  font-size: 16px;
  opacity: 1;
  color: #FFFFFF;
}

.form-section .inner-form .form-arrows {
  max-width: 380px;
  margin: auto;
  font-weight: 600;
  font-size: 27px;
  line-height: 43px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-section .inner-form .form-arrows > div {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.form-section .inner-form .form-arrows .slideprev-arrow {
  display: none !important;
}

.form-section .inner-form .form-arrows.active {
  justify-content: space-between;
}

.form-section .inner-form .form-arrows.active .slideprev-arrow {
  display: flex !important;
}

.form-section .inner-form .form-arrows i {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1269F5;
  background-color: #FFFFFF;
  border-radius: 50%;
  font-size: 14px;
}

.form-section .inner-form .slide-card {
  position: relative;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 90.53%, rgba(255, 255, 255, 0.52) 100%);
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.25);
  border-radius: 37px;
  padding: 51px 36px;
  margin: 0 13px;
  height: auto;
  transition: 0.4s ease;
}

.form-section .inner-form .slide-card .slide-imgbx {
  text-align: center;
  margin-bottom: 75px;
  transition: 0.4s ease;
}

.form-section .inner-form .slide-card .slide-imgbx img {
  max-width: 250px;
  margin: auto;
  height: 222px;
  -o-object-fit: contain;
     object-fit: contain;
}

.form-section .inner-form .slide-card .slide-content {
  transition: 0.4s ease;
}

.form-section .inner-form .slide-card.slick-current.slick-center {
  background: #FFFFFF;
}

.form-section .inner-form .slide-card.slick-current.slick-center .slide-content {
  opacity: 1;
  visibility: visible;
}

.form-section .inner-form .slide-card.slick-current.slick-center .slide-imgbx {
  opacity: 1;
  visibility: visible;
}

.form-section .inner-form .slide-card.slick-current.slick-center + .slide-card {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.3490196078) 3%, rgba(255, 255, 255, 0) 9.53%);
}

.form-section .inner-form .slide-card .slide-head {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #1269F5;
  text-align: center;
  margin-bottom: 33px;
}

.form-section .inner-form .slide-card .slide-text {
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  text-align: center;
  color: #000000;
}

.form-section .form-area {
  background: #FFFFFF;
  padding: 19px 6px;
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.25);
  border-radius: 37px;
  margin-bottom: 23px;
}

.form-section .form-area .main-form {
  max-height: 600px;
  padding-left: 34px;
  padding-right: 34px;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .form-section .form-area .main-form {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.form-section .form-area .main-form::-webkit-scrollbar {
  width: 6px;
  background-color: #F1F1F1;
  border-radius: 10px;
}

.form-section .form-area .main-form::-webkit-scrollbar-thumb {
  background: #1269F5;
  border-radius: 10px;
}

.form-section .form-area .note-text {
  font-size: 16px;
  line-height: 20px;
  color: #737373;
  margin-bottom: 19px;
}

.form-section .form-area .label-text {
  font-size: 16px;
  line-height: 20px;
  color: #353535;
  margin-bottom: 9px;
  display: block;
}

.form-section .form-area .input-custom,
.form-section .form-area .select-field,
.form-section .form-area .textarea-field {
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  border-radius: 10px;
  padding: 17px 28px;
  font-size: 17px;
  line-height: 21px;
  color: #000000;
}

.form-section .form-area .textarea-field {
  min-height: 200px;
}

.form-section .form-area .country-select {
  width: 126px;
  margin-right: 13px;
}

.form-section .button-contain {
  position: relative;
  text-align: center;
  transition: all 0.4s ease;
  min-height: 63px;
  display: flex;
  flex-direction: column;
}

.form-section .button-contain .submit-btn {
  align-self: center;
  max-width: 250px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 40px;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  padding-top: 17px;
  padding-bottom: 17px;
  color: #1269F5;
  transition: all 0.5s ease;
}

.form-section .error-msg {
  font-size: 13px;
  line-height: 16px;
  color: #FF0000;
  display: block;
  margin-top: 9px;
}

.case-section {
  padding: 70px 0;
}

.case-study-card-sec {
  border: 1px solid #ccc;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.case-study-card-sec .case-contentbx {
  padding: 22px;
}
.case-study-card-sec .case-category {
  font-size: 18px;
  margin-top: 0;
  color: #1269F5;
}
.case-study-card-sec .case-heading {
  font-size: 27px;
  line-height: 35px;
  margin-top: 0;
  font-weight: 600;
}
.case-study-card-sec .case-para {
  font-size: 16px;
  line-height: 27px;
}
.case-study-card-sec .blog-read {
  background-color: #1269F5;
  border: none;
  border-radius: 30px;
  padding: 8px 15px;
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
}

.case-study-card .card-relate-name {
  font-size: 16px;
  font-weight: 500;
  color: #1269f5;
}
.case-study-card .card-name {
  font-size: 20px;
  font-weight: 600;
  margin-top: 0;
}
.case-study-card .case-card-para {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  white-space: pre-wrap;
  font-size: 14px;
  color: #434343;
  font-weight: 400;
}
.case-study-card .casestudy-card-img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.case-study-card .card-relate-name {
  font-size: 16px;
  font-weight: 500;
  color: #1269f5;
}
.case-study-card .card-name {
  font-size: 20px;
  font-weight: 600;
  margin-top: 0;
}
.case-study-card .case-card-para {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  white-space: pre-wrap;
  font-size: 14px;
  color: #434343;
  font-weight: 400;
}
.case-study-card .casestudy-card-img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-casestudy-banner-img .ghraphic-banner-img {
  width: 800px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: -200px;
}
@media (max-width: 991px) {
  .single-casestudy-banner-img .ghraphic-banner-img {
    width: 640px;
    height: 270px;
  }
}
@media (max-width: 768px) {
  .single-casestudy-banner-img .ghraphic-banner-img {
    width: 300px;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: -200px;
  }
}
@media (max-width: 575px) {
  .single-casestudy-banner-img .ghraphic-banner-img {
    width: 250px;
  }
}

.single-casestudy-banner {
  background: linear-gradient(234.4deg, #44FFEE -20.48%, #0A4EFF 120.64%);
  height: 400px;
}
.single-casestudy-banner .graphiczoo {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}
.single-casestudy-banner .single-casestudy-banner-para {
  font-size: 17px;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .single-casestudy-banner .graphiczoo {
    font-size: 30px;
  }
}

.single-case-study .project-gps-heading {
  font-size: 26px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 1.3em;
  color: #1269f5;
}
.single-case-study .project-gps-para {
  margin-bottom: 0.9em;
  color: #000000;
  font-weight: 350;
  font-size: 17px;
}

.four-img-sec .four-img-imgs {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 0 7px #c5c5c5;
}

.Involvement .project-gps-para {
  margin-bottom: 0.9em;
  color: #000000;
  font-weight: 350;
  font-size: 17px;
  text-align: center;
}
.Involvement .Involvement-card-img {
  width: 150px;
  height: auto;
  margin-bottom: 20px;
}
.Involvement .Involvement-card-heading {
  font-size: 16px;
  font-weight: 700;
}

.Cool-Features ul {
  list-style: none;
}
.Cool-Features ul li {
  margin-bottom: 5px;
}
.Cool-Features ul li:before {
  content: "";
  display: inline-block;
  height: 13px;
  width: 20px;
  background-size: 100% 100%;
  background-image: url(../src/images/list-arrow.svg);
  margin-right: 7px;
}
.Cool-Features .cool-feature-img {
  height: 300px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.technologies {
  background: #f8f8f8;
}
.technologies .technology-img {
  width: 50px;
  margin: 0 15px;
  display: inline-block;
}

.Integrations .technology-img {
  width: 50px;
  margin: 0 15px;
  display: inline-block;
}

.case_study-top {
  display: inline-block;
  padding: 60px 0 0;
  width: 100%;
  background-image: url(../src/images/dust_scratches.webp);
  position: relative;
  z-index: 0;
}
.case_study-top:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(234.4deg, #44FFEE -20.48%, #0A4EFF 120.64%);
  z-index: 0;
  background-repeat: repeat;
  mix-blend-mode: color-burn;
}
.case_study-top .row {
  position: relative;
  z-index: 1;
}
.case_study-top .row h1 {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 3rem;
}
.case_study-top .row h1 a {
  text-decoration: none;
  color: #000;
  transition: 0.4s ease-in-out;
}
.case_study-top .row h1 a:hover {
  color: #e3b721;
}
.case_study-top .row b {
  color: #3095cb;
}
.case_study-top .row ul.services-given {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}
.case_study-top .row ul.services-given li {
  display: inline-block;
  padding: 7px 20px;
  border: 1px solid #c7c7c7;
  background: white;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 600;
  transition: 0.4s ease-in-out;
  cursor: default;
  margin: 2px;
}
.case_study-top .row ul.services-given li:hover {
  background: #e3b721;
  color: #1b2552;
}

.branding {
  padding: 60px 0;
  display: inline-block;
  width: 100%;
  position: relative;
}
.branding .special-content {
  padding: 40px;
  background: #fff;
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 14px;
}

.overview {
  padding: 60px 0;
  display: inline-block;
  width: 100%;
  position: relative;
}
.overview .card {
  max-height: 400px;
  overflow: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.overview .card::-webkit-scrollbar {
  width: 6px;
  border-radius: 8px;
}
.overview .card::-webkit-scrollbar-track {
  background: transparent;
}
.overview .card::-webkit-scrollbar-thumb {
  background: #ec9521;
}
.overview .card::-webkit-scrollbar-thumb:hover {
  background: #ec9521;
}

.tech-used {
  display: inline-block;
  width: 100%;
  position: relative;
  background: #27507d;
  padding: 60px 0;
}
.tech-used:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../src/images/halftone.png);
  top: 0;
  left: 0;
  mix-blend-mode: overlay;
}
.tech-used .container {
  position: relative;
  z-index: 1;
}
.tech-used .container .tech-inner {
  display: flex;
}
.tech-used .container .tech-inner ul {
  width: 30%;
  flex-direction: column;
  border: none;
}
.tech-used .container .tech-inner ul li {
  opacity: 0.5;
  transition: 0.4s ease-in-out;
}
.tech-used .container .tech-inner ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 32px;
  font-weight: 600;
  position: relative;
  transition: 0.4s ease-in-out;
  z-index: 0;
  margin-bottom: 10px;
  display: inline-block;
}
.tech-used .container .tech-inner ul li a:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 6px;
  background: #ec9521;
  left: 0;
  top: 21px;
  z-index: -1;
  transition: 0.4s ease-in-out;
}
.tech-used .container .tech-inner ul li a:hover:after {
  width: 100%;
}
.tech-used .container .tech-inner ul li:hover {
  opacity: 1;
}
.tech-used .container .tech-inner ul li.active {
  opacity: 1;
}
.tech-used .container .tech-inner ul li.active a:after {
  width: 100%;
}
.tech-used .container .tech-inner .tab-content {
  width: 70%;
}
.tech-used .container .tech-inner .tab-content .tab-pane {
  display: block !important;
  opacity: 0.5 !important;
  margin-bottom: 30px;
}
.tech-used .container .tech-inner .tab-content .tab-pane.active {
  opacity: 1 !important;
}
.tech-used .container .tech-inner .tab-content .tab-pane p {
  color: #fff;
  font-size: 30px;
}

.strategies {
  display: inline-block;
  width: 100%;
  padding: 60px 0;
}
.strategies p {
  font-size: 18px;
  line-height: 34px;
}
.strategies ul {
  list-style: none;
  padding: 20px 20px 20px 0;
  background: #ec9521 url(../src/images/ep_naturalwhite.webp);
  display: inline-block;
  border-radius: 4px;
  margin: 0;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.3803921569);
  background-blend-mode: luminosity;
}
.strategies ul li {
  position: relative;
  padding-left: 27px;
  margin: 14px 0;
  font-size: 20px;
  font-weight: 500;
}
.strategies ul li:before {
  content: "";
  position: absolute;
  left: -7px;
  width: 18px;
  height: 6px;
  background: #1e2f5c;
  top: 12px;
  border-radius: 50px;
}
.strategies .primary {
  position: relative;
}
.strategies .secondary {
  position: relative;
}
.strategies .secondary h6 {
  position: absolute;
  font-weight: 800;
  font-size: 60px;
  top: -11px;
  left: 50%;
  color: transparent;
  z-index: 2;
  transform: translateX(-50%);
  -webkit-text-stroke: 1px #1f315e;
  font-family: "arial";
}

.common-section .common-section-area {
  background: linear-gradient(234.4deg, #2d6592 -20.48%, #1b2552 120.64%);
  padding: 28px 30px;
  border-radius: 90px;
  position: relative;
}
.common-section .common-section-area:after {
  content: "";
  z-index: -1;
  position: absolute;
  left: 30px;
  height: 100%;
  right: 30px;
  bottom: -17px;
  border-radius: 90px;
  background-color: #eeeeee;
}
.common-section .common-section-area .sub-quote-heading {
  color: #Fff;
}
.common-section .common-section-area a.secondary-btn {
  text-decoration: none;
}

.final-design {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 60px 0;
}
.final-design .col-md-4:first-child .img-view {
  margin-top: 40px;
}
.final-design .col-md-4:last-child .img-view {
  margin-top: 40px;
}
.final-design .col-md-4 .img-view {
  display: inline-block;
  width: 100%;
  border: 1px solid #f6f6f6;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2196078431);
  border-radius: 5px;
  overflow: hidden;
  transform: scale(0.95);
  transition: 0.4s ease-in-out;
}
.final-design .col-md-4 .img-view:hover {
  transform: scale(1);
}

.common-section.section-space:before {
  display: none;
}

@media only screen and (max-width: 768px) {
  .approaches {
    display: flex;
    flex-direction: column;
  }
  .approaches .card {
    order: 1;
  }
  .approaches h2.heading-under {
    order: 2;
  }
  .approaches p {
    order: 3;
  }
  .mobile-port {
    margin-top: 30px;
  }
  .branding .special-content {
    padding: 20px;
  }
  .tech-used .container .tech-inner {
    flex-direction: column;
  }
  .tech-used .container .tech-inner ul {
    width: 100%;
    flex-direction: revert;
    justify-content: center;
  }
  .tech-used .container .tech-inner ul li a {
    font-size: 24px;
    margin: 0 10px;
  }
  .tech-used .container .tech-inner ul li a:after {
    top: 17px;
    height: 4px;
  }
  .tech-used .container .tech-inner .tab-content {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  .tech-used .container .tech-inner .tab-content .tab-pane p {
    font-size: 20px;
  }
  .tech-used .container .tech-inner .tab-content .tab-pane:last-child {
    margin: 0;
  }
  .strategies ul li {
    font-size: 18px;
  }
  .strategies .secondary h6 {
    font-size: 46px;
    top: 1px;
  }
  .final-design .col-md-4:first-child .img-view {
    margin: 0;
  }
  .final-design .col-md-4:last-child .img-view {
    margin: 0;
  }
  .common-section.section-space .col-md-3 {
    justify-content: center;
  }
  .common-section.section-space .col-md-3 .justify-content-end {
    justify-content: center !important;
    display: flex;
  }
  .common-section.section-space .want_aboutmain {
    text-align: center;
  }
}
.Banner-sec {
  padding-bottom: 100px;
  position: relative;
}
.Banner-sec .row {
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .Banner-sec {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .Banner-sec {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .Banner-sec {
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .Banner-sec {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .Banner-sec .mob-center {
    text-align: center;
  }
}
.Banner-sec .small-font-heading {
  color: #000;
  font-family: Montserrat;
  font-size: 45px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .Banner-sec .small-font-heading {
    font-size: 25px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 992px) {
  .Banner-sec .banner-new-img {
    max-width: 350px;
  }
}
@media screen and (max-width: 768px) {
  .Banner-sec .banner-new-img {
    max-width: 400px;
    margin-top: 40px;
  }
}
.Banner-sec .side-btn-icon {
  transform: rotate(-90deg);
  margin-right: 20px;
  color: #fff;
  font-size: 15px;
}
.Banner-sec .homepage-para {
  color: #666;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
}
@media screen and (max-width: 1400px) {
  .Banner-sec .homepage-para {
    font-size: 17px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .Banner-sec .homepage-para {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .Banner-sec .homepage-para {
    font-size: 14px;
    text-align: center;
  }
}

.side-btn-icon {
  transform: rotate(-90deg);
  margin-right: 20px;
  color: #fff;
  font-size: 15px;
}

.banner-bg {
  background-image: url(../src/images/banner-background-img.png);
  position: absolute;
  right: -470px;
  top: -600px;
  z-index: -1;
  width: 100%;
  background-size: contain;
  max-width: 1610px;
  background-repeat: no-repeat;
  height: 1630px;
  display: none;
}
@media screen and (max-width: 575px) {
  .banner-bg {
    display: none;
  }
}

.our-story-new {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .our-story-new {
    padding-bottom: 0px;
    overflow: hidden;
  }
}
.our-story-new .homepage-para {
  color: #666;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 43px;
}
@media screen and (max-width: 1400px) {
  .our-story-new .homepage-para {
    font-size: 17px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .our-story-new .homepage-para {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .our-story-new .homepage-para {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .our-story-new .homepage-para {
    text-align: center;
  }
}
.our-story-new .digital-sector-tabs {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .our-story-new .digital-sector-tabs {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    text-align: center;
  }
}
@media screen and (max-width: 425px) {
  .our-story-new .digital-sector-tabs {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    text-align: center;
  }
}
.our-story-new .sec-sub-heading {
  color: #000;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .our-story-new .sec-sub-heading {
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  .our-story-new .sec-sub-heading {
    font-size: 20px;
  }
}
.our-story-new .healthcare-tabs {
  width: 100%;
  max-width: 32px;
}
@media screen and (max-width: 1400px) {
  .our-story-new .healthcare-tabs {
    width: 30px;
    height: 30px;
  }
}
.our-story-new .sec-industris-tab {
  color: #000;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  border-radius: 8px;
  background: #FFF;
  display: inline-block;
  margin: 2px;
  border: 1px solid #ddd;
  padding: 6px 12px;
}
@media screen and (max-width: 1400px) {
  .our-story-new .sec-industris-tab {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .our-story-new .sec-industris-tab {
    font-size: 12px;
  }
}
@media screen and (max-width: 575px) {
  .our-story-new .sec-industris-tab {
    display: block;
    text-align: center;
    margin-top: 15px;
    text-align: left;
    font-size: 15px;
  }
}
.our-story-new .right-dest {
  background: url(../src/images/golden-ring-bg.png);
  width: 500px;
  height: 434px;
  position: absolute;
  right: 0;
  top: auto;
  content: "";
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  bottom: 20px;
  z-index: 0;
}
.our-story-new .rotating {
  animation: rotating 8s linear infinite;
}

.we-hiring {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 80px 0;
}
@media screen and (max-width: 575px) {
  .we-hiring {
    padding: 0px;
  }
}
.we-hiring .offering-card-img {
  width: 40px;
  max-width: 100px;
  margin-bottom: 10px;
  opacity: 0.5;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 1400px) {
  .we-hiring .offering-card-img {
    width: 35px;
    height: 35px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 991px) {
  .we-hiring .offering-card-img {
    width: 75px;
    height: 35px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.we-hiring .offering-card-heading {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 10px 0 0;
  text-transform: capitalize;
}
@media screen and (max-width: 1400px) {
  .we-hiring .offering-card-heading {
    font-size: 15px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .we-hiring .offering-card-heading {
    font-size: 12px;
    margin-bottom: 0px;
  }
}
.we-hiring .services-cards-new {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
}
@media screen and (max-width: 992px) {
  .we-hiring .services-cards-new {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .we-hiring .services-cards-new {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .we-hiring .services-cards-new {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 425px) {
  .we-hiring .services-cards-new {
    grid-template-columns: repeat(1, 1fr);
  }
}
.we-hiring .we-offering-card {
  display: inline-block;
  padding: 20px;
  margin-bottom: 5px;
  border-radius: 8px;
  background: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: 0.4s ease;
}
.we-hiring .we-offering-card:hover {
  box-shadow: 0 0 12px 2px #d5d5d5;
  transition: 0.2s ease;
  cursor: pointer;
}
.we-hiring .we-offering-card:hover .offering-card-img {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .we-hiring .tab-mob {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-bottom: 20px;
  }
}
.we-hiring .we-hiring-tabs {
  font-size: 20px;
  color: #00366E;
  font-weight: 700;
  padding: 12px;
  padding: 12px 20px;
  text-align: left;
}
@media screen and (max-width: 1400px) {
  .we-hiring .we-hiring-tabs {
    font-size: 17px;
    text-align: left;
  }
}
@media screen and (max-width: 1024px) {
  .we-hiring .we-hiring-tabs {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .we-hiring .we-hiring-tabs {
    font-size: 16px;
    white-space: nowrap;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .we-hiring .we-hiring-tabs {
    text-align: center;
  }
}
.we-hiring .we-hiring-tabs.active {
  background: linear-gradient(124deg, #C67F00 0%, #DFB701 100%, #DFB701 100%);
  border-radius: 8px;
}
@media screen and (max-width: 575px) {
  .we-hiring .we-hiring-tabs.active {
    text-align: center;
  }
}

.recent-project {
  position: relative;
  padding: 80px 0;
}
@media screen and (max-width: 1400px) {
  .recent-project {
    padding-top: 0px;
  }
}

.projects-hreading b {
  display: inline-block;
}

.Customers-service {
  background: #002b62;
  background-image: url(../src/images/customer-sec-bg.png);
  padding: 40px 0;
}
.Customers-service .text-customers-service {
  color: #FFF;
  font-family: Montserrat;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 1400px) {
  .Customers-service .text-customers-service {
    font-size: 35px;
  }
}
@media screen and (max-width: 1400px) {
  .Customers-service .text-customers-service {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .Customers-service .text-customers-service {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .Customers-service .customer-mob-card {
    margin-bottom: 30px;
  }
}
.Customers-service .Customers-service-img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1400px) {
  .Customers-service .Customers-service-img {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 1400px) {
  .Customers-service .Customers-service-img {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .Customers-service .Customers-service-img {
    width: 30px;
    height: 30px;
  }
}
.Customers-service .Satisfied-Customers-para {
  color: #FFF;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 1400px) {
  .Customers-service .Satisfied-Customers-para {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .Customers-service .Satisfied-Customers-para {
    font-size: 14px;
  }
}

@media screen and (max-width: 1400px) {
  .service-sec {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 575px) {
  .service-sec {
    padding-top: 80px;
    padding-bottom: 0px;
  }
}
.service-sec .mob-width-card {
  background-color: #fff;
}
.service-sec .mob-width-card:hover {
  box-shadow: 0 0 12px 2px #d5d5d5;
  border-radius: 10px;
  transition: 0.2s ease;
  background: #fff;
}
@media screen and (max-width: 992px) {
  .service-sec .mob-width-card {
    text-align: center;
    border: 1px solid #f3f3f3;
    border-radius: 10px;
    box-shadow: 0 0 5px #dedede;
    margin-bottom: 30px;
    padding: 15px 0px;
  }
}
.service-sec .service-circle-text {
  background: #00629E;
  color: #fff;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  display: flex;
  text-align: center;
  justify-content: center;
  padding-top: 18px;
  margin: 7px auto;
}
.service-sec .bg-yllow {
  background-color: #D8A801 !important;
}
.service-sec .dark-blue-color {
  background-color: #002B62;
}
.service-sec .service-card-heading {
  color: #000;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 600;
}
@media screen and (max-width: 1400px) {
  .service-sec .service-card-heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .service-sec .service-card-heading {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .service-sec .service-card-heading {
    font-size: 20px;
    margin-top: 20px;
  }
}
.service-sec .service-card-para {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .service-sec .service-card-para {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .service-sec .service-card-para {
    font-size: 14px;
  }
}
.service-sec .double-cirle {
  border: 1px solid #cacaca;
  border-radius: 50%;
  height: 80px;
  width: 80px;
}
@media screen and (max-width: 992px) {
  .service-sec .double-cirle {
    margin: 0 auto;
  }
}

.join-us-new-sec {
  padding: 80px 0;
}
@media screen and (max-width: 1400px) {
  .join-us-new-sec {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .join-us-new-sec {
    padding-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .join-us-new-sec {
    padding-top: 80px;
    padding-bottom: 0px;
  }
  .join-us-new-sec .join-us-btn-mob {
    display: flex;
    justify-content: center;
  }
}
.join-us-new-sec .homepage-para {
  color: #666;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 39px;
}
@media screen and (max-width: 1400px) {
  .join-us-new-sec .homepage-para {
    font-size: 17px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .join-us-new-sec .homepage-para {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .join-us-new-sec .homepage-para {
    font-size: 14px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .join-us-new-sec .join-us-btn-mob {
    display: flex;
    align-items: center;
  }
}
.join-us-new-sec .join-us-img-new {
  max-width: 500px;
  width: 100%;
}
.join-us-new-sec .aviox-text {
  color: #000;
  font-weight: 700;
  background: #dff9ff;
}

.client-logos {
  padding: 80px 0;
}
@media screen and (max-width: 1400px) {
  .client-logos {
    padding-top: 0;
  }
}
@media screen and (max-width: 575px) {
  .client-logos {
    padding: 0;
  }
}
.client-logos .img-border {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  padding: 20px;
  transition: 0.4s ease-in-out;
}
.client-logos .img-border .company-logos-img {
  max-width: 220px;
  display: flex;
  margin: 0 auto;
  opacity: 0.5;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 768px) {
  .client-logos .img-border .company-logos-img {
    max-width: 200px;
    display: flex;
    margin: 0 auto;
  }
}
@media screen and (max-width: 575px) {
  .client-logos .img-border .company-logos-img {
    max-width: 200px;
    display: flex;
    margin: 0 auto;
  }
}
.client-logos .img-border:hover {
  box-shadow: 0 0 12px 2px #d5d5d5;
  transition: 0.2s ease;
}
.client-logos .img-border:hover .company-logos-img {
  filter: grayscale(0);
  opacity: 1;
}
.client-logos .img-border .company-logos-img {
  max-width: 100%;
}

@media screen and (max-width: 1400px) {
  .news-letter {
    padding-top: 0px;
  }
}
.news-letter .news-letters {
  border-radius: 110px;
  background: linear-gradient(143deg, #006FAC 0%, #00285F 100%);
  padding: 30px 50px;
  position: relative;
}
.news-letter .news-letters:after {
  content: "";
  z-index: -1;
  position: absolute;
  left: 30px;
  height: 100%;
  right: 30px;
  bottom: -17px;
  border-radius: 90px;
  background-color: #eeeeee;
}
.news-letter .news-letters .formsubscribe {
  transition: 0.4s ease;
}
.news-letter .news-letters .subscribe-field-btn {
  border-radius: 50px;
}
.news-letter .news-letters.active .subscribe-field-btn {
  border-radius: 40px;
}
.news-letter .news-letters.active .formsubscribe {
  background: #fff;
  padding: 10px;
  border-radius: 60px;
  box-shadow: 0 0 8px #545454;
}
.news-letter .news-letters #subscribe-input {
  padding: 12px 25px 12px 10px;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  border-radius: 0px;
  border: none;
  background: transparent;
  color: #000;
  outline: none;
}
@media only screen and (max-width: 992px) {
  .news-letter .news-letters {
    border-radius: 23px;
  }
}
@media only screen and (max-width: 768px) {
  .news-letter .news-letters {
    text-align: center;
  }
}
.news-letter .newsletter-heading {
  color: #FFF;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 1400px) {
  .news-letter .newsletter-heading {
    font-size: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .news-letter .newsletter-heading {
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  .news-letter .newsletter-heading {
    font-size: 20px;
    text-align: center;
  }
}
.news-letter .newsletter-para {
  color: #FFF;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
@media screen and (max-width: 1400px) {
  .news-letter .newsletter-para {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .news-letter .newsletter-para {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .news-letter .newsletter-para {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 575px) {
  .news-letter .newsletter-para {
    font-size: 14px;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .news-letter .Subscribe-btn-mob {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
}

.Satisfied-clients {
  padding: 40px 0 80px;
}
@media screen and (max-width: 1400px) {
  .Satisfied-clients {
    padding: 0px;
  }
}
.Satisfied-clients b {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .Satisfied-clients .client-img-sec {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  .Satisfied-clients .client-img-sec {
    display: flex;
    justify-content: center;
  }
}
.Satisfied-clients .satisfied-client-para {
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  /* 200% */
  text-transform: capitalize;
}
@media screen and (max-width: 1400px) {
  .Satisfied-clients .satisfied-client-para {
    font-size: 17px;
    max-width: 655px;
  }
}
@media screen and (max-width: 1024px) {
  .Satisfied-clients .satisfied-client-para {
    font-size: 16px;
    max-width: 655px;
  }
}
@media screen and (max-width: 992px) {
  .Satisfied-clients .satisfied-client-para {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .Satisfied-clients .satisfied-client-para {
    max-width: 100% !important;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .Satisfied-clients .satisfied-client-para {
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
  }
}
.Satisfied-clients .sec-sub-heading {
  color: #000;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
@media screen and (max-width: 992px) {
  .Satisfied-clients .sec-sub-heading {
    font-size: 20px;
  }
}
.Satisfied-clients .healthcare-tabs {
  width: 100%;
  max-width: 32px;
}
.Satisfied-clients .sec-industris-tab {
  font-size: 15px;
  border: 1px solid #ffa73f;
  display: inline-block;
  padding: 6px 15px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .Satisfied-clients .sec-industris-tab {
    font-size: 12px;
  }
}
.Satisfied-clients .busiman-woman {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.Satisfied-clients .client-name-heading {
  color: #000;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  text-transform: capitalize;
}
@media screen and (max-width: 1400px) {
  .Satisfied-clients .client-name-heading {
    font-size: 20px;
  }
}
.Satisfied-clients .client-name-para {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
@media screen and (max-width: 1024px) {
  .Satisfied-clients .client-name-para {
    font-size: 15px;
  }
}

@media screen and (max-width: 1400px) {
  .our-global {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 575px) {
  .our-global {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.our-global .review-img {
  max-width: 150px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .our-global .review-img {
    width: 100px;
  }
}
.our-global .client-name-heading {
  color: #000;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize;
}
@media screen and (max-width: 1024px) {
  .our-global .client-name-heading {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .our-global .client-name-heading {
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .our-global .client-name-heading {
    text-align: center;
  }
}
.our-global .client-name-para {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .our-global .client-name-para {
    text-align: center;
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 575px) {
  .our-global .client-name-para {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .our-global .review-img {
    width: 150px;
    margin-bottom: 20px;
  }
}
.our-global .we-promise {
  margin-top: 100px;
}
@media screen and (max-width: 1400px) {
  .our-global .we-promise {
    margin-top: 0px;
  }
}
@media screen and (max-width: 575px) {
  .our-global .we-promise a.golden-btn {
    margin-left: 0px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .our-global .we-promise {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .our-global .we-promise {
    margin-top: 40px;
  }
}
.our-global .we-promise h3 {
  color: #000;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
}
@media screen and (max-width: 1400px) {
  .our-global .we-promise h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .our-global .we-promise h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .our-global .we-promise h3 {
    font-size: 20px;
    margin: 0;
  }
}
.our-global .we-promise h3 b {
  color: #000;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: capitalize;
}
@media screen and (max-width: 1400px) {
  .our-global .we-promise h3 b {
    font-size: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .our-global .we-promise h3 b {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .our-global .we-promise h3 b {
    font-size: 20px;
  }
}

.associated-new {
  padding: 80px 0 0;
}
@media screen and (max-width: 1024px) {
  .associated-new {
    padding-top: 40px;
  }
}
.associated-new .associated-para {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  text-transform: capitalize;
}
@media screen and (max-width: 1400px) {
  .associated-new .associated-para {
    font-size: 17px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .associated-new .associated-para {
    font-size: 16px;
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 768px) {
  .associated-new .associated-para {
    font-size: 15px;
    padding: 0 22px;
    line-height: 25px;
    margin-top: 0px !important;
  }
}
.associated-new .healthcare-logo {
  width: 511px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1400px) {
  .associated-new .healthcare-logo {
    width: 340px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 768px) {
  .associated-new .healthcare-logo {
    width: 320px;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0 auto;
    display: flex;
  }
}
@media screen and (max-width: 575px) {
  .associated-new .healthcare-logo {
    width: 300px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.associated-new .Associated-heading {
  color: #000;
  font-family: Montserrat;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
@media screen and (max-width: 1400px) {
  .associated-new .Associated-heading {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .associated-new .Associated-heading {
    font-size: 25px;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .associated-new .Associated-heading {
    text-align: center;
    font-size: 25px;
  }
}

.footer-new {
  background-color: #09111c;
  background-image: url(../src/images/footer-bg.png);
  background-size: cover;
}
.footer-new a:hover {
  color: #bdbdbd;
  transition: 0.3s ease;
  list-style: none;
}
.footer-new .Lets-get-footer {
  list-style: none;
  text-decoration: none;
}
.footer-new .Lets-get {
  background: linear-gradient(122deg, rgba(199, 129, 1, 0.99) 0%, #DFB701 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Montserrat;
  font-size: 46px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.footer-new .Lets-get:hover {
  color: #bdbdbd;
  background: linear-gradient(122deg, rgba(175, 114, 0, 0.99) 0%, #977b00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.3s ease;
  list-style: none;
}
@media screen and (max-width: 1400px) {
  .footer-new .Lets-get {
    font-size: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .footer-new .Lets-get {
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  .footer-new .Lets-get {
    font-size: 30px;
  }
}
.footer-new .Got-a {
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 46px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media screen and (max-width: 1400px) {
  .footer-new .Got-a {
    font-size: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .footer-new .Got-a {
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  .footer-new .Got-a {
    font-size: 30px;
  }
}
.footer-new .country-name {
  color: #FFF;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
}
@media screen and (max-width: 1400px) {
  .footer-new .country-name {
    font-size: 17px;
  }
}
.footer-new .country-flag {
  width: 40px;
  height: 30px;
}
.footer-new .office-no {
  color: #FFF;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
}
.footer-new .office-no a:hover {
  color: #bdbdbd;
  transition: 0.3s ease;
}
@media screen and (max-width: 1400px) {
  .footer-new .office-no {
    font-size: 17px;
  }
}
@media screen and (max-width: 1024px) {
  .footer-new .office-no {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .footer-new .office-no {
    text-align: center;
  }
}
.footer-new .footer-link {
  color: #FFF;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin-top: 8px;
  text-decoration: none;
  display: block;
  text-transform: capitalize;
}
.footer-new .footer-link:hover {
  color: #bdbdbd;
  transition: 0.3s ease;
}
@media screen and (max-width: 1400px) {
  .footer-new .footer-link {
    font-size: 17px;
  }
}
@media screen and (max-width: 1024px) {
  .footer-new .footer-link {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .footer-new .footer-link {
    text-align: center;
  }
}
.footer-new .footer-border {
  padding-bottom: 40px;
  border-bottom: 1px dashed #fff;
}
.footer-new .footer-logo {
  width: 167px;
  height: 47px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .footer-new .footer-logo {
    display: none;
  }
}
.footer-new .footer-ist-logo {
  width: 150px;
  display: none;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .footer-new .footer-ist-logo {
    display: block;
  }
}
.footer-new .office-address {
  color: #FFF;
  text-align: right;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  text-transform: capitalize;
  text-decoration: none;
}
@media screen and (max-width: 1400px) {
  .footer-new .office-address {
    font-size: 17px;
  }
}
@media screen and (max-width: 1024px) {
  .footer-new .office-address {
    font-size: 16px;
    line-height: 25px;
  }
}
@media screen and (max-width: 575px) {
  .footer-new .office-address {
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .footer-new .mob-center {
    text-align: center;
    justify-content: center !important;
  }
}

.carousel-item {
  display: block;
}

@media only screen and (min-width: 992px) {
  .text-md-end {
    text-align: right;
  }
}
.recent-project .carousel-container {
  width: 100%;
  max-width: 100%;
}
.recent-project .recent-heading {
  z-index: 1;
  position: relative;
}
.recent-project .carousel {
  position: relative;
  z-index: 99;
}
.recent-project .carousel .carousel-controls {
  position: absolute;
  top: -100px;
  right: 0;
  z-index: 99;
}
@media only screen and (max-width: 768px) {
  .recent-project .carousel .carousel-controls {
    top: auto;
    bottom: -30px;
    right: auto;
    left: 50%;
    transform: translatex(-50%);
    z-index: 999;
    margin: 0px;
  }
}
.recent-project .carousel .carousel-controls button {
  margin: 0 4px;
  background: linear-gradient(124deg, #C67F00 0%, #DFB701 100%, #DFB701 100%);
  border: none;
  border-radius: 38px;
  opacity: 1;
  height: 44px;
  width: 42px;
  transform: scale(1);
  position: relative;
  z-index: 99;
}
.recent-project .carousel .carousel-controls button.carousel-control-previous span.ax-hidden i.fas {
  transform: rotate(180deg);
}
.recent-project .carousel .carousel-controls button::before {
  content: none;
}
.recent-project .carousel .carousel-controls button::after {
  content: none;
}
.recent-project .carousel .carousel-controls button span.ax-hidden {
  visibility: visible;
  font-size: 0;
  position: relative;
}
.recent-project .carousel .carousel-controls button span.ax-hidden i.fas {
  font-size: 18px;
  color: #fff;
}

.slide-top-btn #btn-back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
}
.slide-top-btn .btn-danger {
  color: #fff !important;
  background: linear-gradient(124deg, #C67F00 0%, #DFB701 100%, #DFB701 100%) !important;
  border: none !important;
  padding: 14px 16px;
}
.slide-top-btn .btn-danger:hover {
  color: #fff !important;
  background: linear-gradient(124deg, #C67F00 0%, #DFB701 100%, #DFB701 100%) !important;
  border: none !important;
  box-shadow: 0 0 0 #000 !important;
}

/* width */
::-webkit-scrollbar {
  width: 6px;
  height: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px #c67f00;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #c67f00;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #c67f00;
}

.testimonial-slider .slick-slide p.satisfied-client-para {
  opacity: 1;
  transform: none;
}
.testimonial-slider .slick-slide img.busiman-woman.aos-init {
  opacity: 1;
  transform: none;
}
.testimonial-slider .slick-slide .ms-4.aos-init {
  opacity: 1;
  transform: none;
}
.testimonial-slider ul.slick-dots {
  text-align: right;
  bottom: 0;
}
.testimonial-slider ul.slick-dots li {
  width: auto;
  height: auto;
  margin: 0 5px;
  border: none;
}
.testimonial-slider ul.slick-dots li button {
  width: 16px;
  height: 16px;
  padding: 0;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 50%;
  border: 1px solid transparent;
}
.testimonial-slider ul.slick-dots li button:before {
  content: "";
  height: 6px;
  width: 6px;
  background: #636363;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.testimonial-slider ul.slick-dots li.slick-active button {
  border: 1px solid #636363;
}
.testimonial-slider ul.slick-dots li.slick-active button:before {
  background: #636363;
}

.inner-banner-avx {
  display: inline-block;
  padding: 60px 0;
  width: 100%;
  background-image: url(../src/images/dust_scratches.webp);
  position: relative;
  z-index: 0;
  min-height: 300px;
  display: flex;
  align-items: center;
}
.inner-banner-avx:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background-repeat: repeat;
  mix-blend-mode: color-burn;
}
.inner-banner-avx .row {
  position: relative;
  z-index: 1;
}
.inner-banner-avx .row h1 b {
  display: block;
}

.development-cards a {
  text-decoration: none;
  color: #000;
}
.development-cards a .card {
  border-radius: 8px;
  transition: 0.4s ease-in-out;
}
.development-cards a .card:hover {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1803921569);
}
.development-cards a .card .develop_img {
  background: rgba(0, 0, 0, 0.0588235294);
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(15, 15, 15, 0.2196078431);
  margin-bottom: 10px;
}
.development-cards a .card .develop_img img {
  max-width: 46px;
}

.web-development {
  background: #fffae8;
}

ul.service-list-dev {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
ul.service-list-dev li {
  width: 98%;
  padding: 20px;
  border: 1px solid #dbdbdb;
  margin: 1%;
  border-radius: 5px;
  transition: 0.4s ease-in-out;
}
ul.service-list-dev li a {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  width: 98%;
  text-decoration: none;
  color: #000;
}
ul.service-list-dev li a img {
  max-width: 100px;
  margin-bottom: 12px;
}
ul.service-list-dev li:hover {
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1490196078);
  background: #fff;
}
@media (max-width: 575px) {
  ul.service-list-dev {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2em 1rem;
  }
}

.hero_blog_height {
  min-height: calc(100vh - 91px);
  height: 550px;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.hero_blog_height:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.78) 100%);
  z-index: 5;
  top: 0;
  left: 0;
}
.hero_blog_height img {
  height: 560px;
  width: 100%;
}
.hero_blog_height .content {
  position: absolute;
  width: 100%;
  height: auto;
  color: #fff;
  z-index: 7;
  bottom: 30px;
  padding: 0 30px;
}
.hero_blog_height .content a {
  color: #Fff;
  text-decoration: none;
}
.hero_blog_height .content a i.fa-regular {
  margin-right: 8px;
}

.hero_inner_height {
  min-height: calc(50vh - 45px);
  height: 275px;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.hero_inner_height:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.78) 100%);
  z-index: 5;
  top: 0;
  left: 0;
}
.hero_inner_height img {
  height: 300px;
  width: 100%;
}
.hero_inner_height .content {
  position: absolute;
  width: 100%;
  height: auto;
  color: #fff;
  z-index: 7;
  bottom: 30px;
  padding: 0 30px;
}
.hero_inner_height .content a {
  color: #fff;
  text-decoration: none;
}
.hero_inner_height .content h2 {
  font-size: 20px;
}

.trending-sec .fh5co_heading {
  font-size: 24px;
  color: #222;
}
.trending-sec .fh5co_heading_border_bottom {
  border-bottom: 1px solid #777;
}
.trending-sec .trending-card-headings {
  position: absolute;
  width: 100%;
  z-index: 9;
  padding: 10px;
  bottom: 0;
}
.trending-sec .fh5co_latest_trading_date_and_name_color {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}
.trending-sec .trending-cards-img {
  width: 100%;
}
.trending-sec .slick-arrow {
  position: absolute;
  top: -50px;
  background: linear-gradient(124deg, #C67F00 0%, #DFB701 100%, #DFB701 100%);
  right: 26px;
  color: #fff;
  z-index: 9;
  left: auto;
  width: 50px;
  height: 50px;
  border-radius: 40px;
}
.trending-sec .slick-prev.slick-arrow {
  color: burlywood;
  right: 90px;
}
.trending-sec .slick-initialized .slick-slide {
  display: block;
  padding: 0 8px;
}

.platforms {
  background: #e1f0f4;
}
.platforms .service-main-heading {
  font-weight: 800;
  font-size: 62px;
  color: #000;
}
.platforms .framework-cards-headings {
  margin-top: 110px;
}
.platforms .framework-logo {
  position: absolute;
  z-index: 9999;
  left: 25px;
  top: 25px;
}
.platforms .servic-main-second-heading {
  font-weight: 800;
  font-size: 40px;
  color: #a7a7a7;
  text-transform: capitalize;
}
.platforms .ht-100 {
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 80px;
}
.platforms .service-card-heading {
  font-weight: 600;
  color: #545454;
  font-size: 19px;
  min-height: 70px;
}
.platforms .services-card-para {
  color: #464646;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 15px;
}
.platforms .color-blur {
  color: #1269F5;
}
.platforms .framework-cards-count {
  font-size: 40px;
  position: absolute;
  right: 35px;
  top: 40px;
  font-weight: 700;
}
.platforms .services-read {
  border: none;
  background: transparent;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding: 0px;
}
.platforms .services-arrow {
  font-size: 12px;
  rotate: 35deg;
  color: #000;
}
.platforms .service-page-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 0 2px rgba(223, 223, 223, 0.6509803922);
  margin: 0px 12px;
  position: relative;
}
.platforms .service-page-card:before {
  content: "";
  position: absolute;
  top: -30px;
  right: 0;
  transform: skewY(20deg);
  width: 130px;
  height: 150px;
  background: #D0F7FF;
  border-radius: 10px 10px 0px 10px;
}
.platforms .yellow:before {
  background-color: #FFFAD0;
}
.platforms .purple:before {
  background-color: #E5D0FF;
}
.platforms .green:before {
  background-color: #D7FFD0;
}
.platforms .light-blue:before {
  background-color: #71ffff;
}
.platforms .light-red:before {
  background-color: #ffacac;
}
.platforms .slick-slide {
  height: auto;
  margin: 80px 0px;
}
@media (max-width: 768px) {
  .platforms .service-main-heading {
    font-size: 35px;
  }
  .platforms .servic-main-second-heading {
    font-size: 18px;
  }
}

.python-team-india {
  /*====== cards style ==========*/
}
.python-team-india :root {
  --ff-head: "Merriweather", serif;
  --ff-body: "Muli", sans-serif;
  --fs-body: 1.8rem;
  --fs-h2: 4rem;
  --fs-h4: 2.4rem;
  --fs-h5: 1.8rem;
  --clr-head: hsla(208, 11%, 15%, 1);
  --clr-body: hsla(208, 9%, 31%, 0.8);
  --clr-accent: hsla(216, 97%, 61%, 1);
  box-sizing: border-box;
}
.python-team-india img {
  max-width: 100%;
  height: auto;
}
.python-team-india .main {
  padding: 1em 0;
}
.python-team-india .container {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.python-team-india .inner__sub {
  font-size: 17px !important;
  margin-bottom: 1em;
  font-family: Montserrat;
}
.python-team-india .inner__head {
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 1em;
  font-family: Montserrat;
}
.python-team-india .inner__content {
  margin-bottom: 3em;
}
.python-team-india .inner__clr {
  color: hsl(216, 97%, 61%);
}
.python-team-india .inner__text {
  text-align: left;
  font-size: 18px;
}
.python-team-india .cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4em 2rem;
}
.python-team-india .card {
  border-radius: 6px;
  box-shadow: 0 20px 40px 0 rgba(173, 181, 189, 0.1);
  border: solid 1px rgba(129, 147, 174, 0.12);
  background-color: #fff;
  padding: 2.5em;
  text-align: center;
  position: relative;
}
.python-team-india .card:first-child::before {
  content: "";
  position: absolute;
  background-color: #ffd25f;
  top: -8px;
  left: -1px;
  width: calc(100% + 2px);
  height: 8px;
  border-radius: 6px 6px 0 0;
}
.python-team-india .card:nth-child(3)::before {
  content: "";
  position: absolute;
  background-color: #63a2ff;
  top: -8px;
  left: -1px;
  width: calc(100% + 2px);
  height: 8px;
  border-radius: 6px 6px 0 0;
}
.python-team-india .card:nth-child(2)::before {
  content: "";
  position: absolute;
  background-color: #5ed291;
  top: -8px;
  left: -1px;
  width: calc(100% + 2px);
  height: 8px;
  border-radius: 6px 6px 0 0;
}
.python-team-india .card:nth-child(4)::before {
  content: "";
  position: absolute;
  background-color: #5ed291;
  top: -8px;
  left: -1px;
  width: calc(100% + 2px);
  height: 8px;
  border-radius: 6px 6px 0 0;
}
.python-team-india .card:nth-child(5)::before {
  content: "";
  position: absolute;
  background-color: #63a2ff;
  top: -8px;
  left: -1px;
  width: calc(100% + 2px);
  height: 8px;
  border-radius: 6px 6px 0 0;
}
.python-team-india .card__icon {
  max-width: 100px;
  width: 100%;
  margin: 0 auto;
  max-height: 90px;
  height: 100%;
}
.python-team-india .card:last-child:before {
  content: "";
  position: absolute;
  background-color: #ffd25f;
  top: -8px;
  left: -1px;
  width: calc(100% + 2px);
  height: 8px;
  border-radius: 6px 6px 0 0;
}
.python-team-india .card__body {
  padding-top: 1em;
}
.python-team-india .card__head {
  --fs-h4: 2rem;
  font-size: 26px;
  margin-bottom: 1em;
  color: #000;
}
.python-team-india .card__content {
  font-size: 17px;
}
@media (min-width: 750px) {
  .python-team-india .inner {
    padding: 1em 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
  }
  .python-team-india .inner__headings {
    flex: 1 0 30%;
  }
  .python-team-india .inner__content {
    flex: 1 0 50%;
    align-self: center;
    margin-left: 2rem;
  }
  .python-team-india .inner__sub {
    margin-bottom: 0;
  }
}

.hiring-modal {
  font-family: Montserrat;
  /*On hover*/
}
.hiring-modal .shape-box {
  display: inline-block;
  position: relative;
  z-index: 1;
  max-width: 500px;
  height: 430px;
  margin: 30px 10px 30px;
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.12);
  overflow: hidden;
  width: 23.333%;
}
.hiring-modal .shape-box_half {
  overflow: hidden;
  text-align: left;
}
.hiring-modal .shape-box_half:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: skewY(53.5deg);
  transform-origin: top left;
  transition: transform 0.4s;
  background: #fff;
  z-index: 1;
}
.hiring-modal .shape-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hiring-modal .bg-black {
  background-color: #000;
}
.hiring-modal .shape-box_half figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 30px 30px;
  transition: transform 0.4s;
  transform: translateY(100%);
  z-index: 3;
}
.hiring-modal .shape-box_half figcaption .show-cont {
  position: absolute;
  bottom: calc(100% + 30px);
  left: 30px;
  right: 30px;
  transition: bottom 0.4s;
}
.hiring-modal .card-no {
  font-size: 36px;
  color: #ffc107;
  padding: 0;
  margin: 10px 0;
}
.hiring-modal .card-main-title {
  margin-top: 8px;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #292b2c;
}
.hiring-modal .card-content {
  color: #9f9f9f;
  margin-top: 20px;
  line-height: 22px;
  font-size: 15px;
}
.hiring-modal .read-more-btn {
  border: 2px solid #db3236;
  font-size: 14px;
  cursor: pointer;
  padding: 10px 20px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  position: relative;
  transition: all 0.3s;
  background: #db3236;
  color: #fff;
  border-radius: 2px;
  margin-top: 25px;
  text-decoration: none;
}
.hiring-modal .read-more-btn:hover {
  background: transparent;
  color: #db3236;
}
.hiring-modal .shape-box_half > .after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fdd744;
  opacity: 0;
  transition: opacity 0.4s;
}
.hiring-modal .shape-box_half:hover:before {
  transform: skewY(20deg);
}
.hiring-modal .shape-box_half:hover figcaption {
  transform: translateY(0);
}
.hiring-modal .shape-box_half:hover figcaption .show-cont {
  bottom: 100%;
}
.hiring-modal .shape-box_half:hover > .after {
  opacity: 1;
}

.benfit-python .benefit-heading {
  color: #020202;
  text-transform: capitalize;
  line-height: 1.4em;
  font-size: 23px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  padding: 0px 6px;
}
.benfit-python .benefits-para {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.9em;
}

.mega-menus .mega-menu-btns {
  padding: 15px;
  overflow: auto;
  border-radius: 25px 0px 0px 25px;
}
.mega-menus .nav-pills .nav-link.active,
.mega-menus .nav-pills .show > .nav-link {
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  background: linear-gradient(124deg, #C67F00 0%, #DFB701 100%, #DFB701 100%);
  border-radius: 8px;
}
.mega-menus .mega-menu-framework {
  height: 100%;
  overflow: auto;
  margin: 0;
  max-height: 280px;
  padding: 0 20px !important;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.mega-menus .mega-menu-framework li {
  border: 1px solid #ccc;
  padding: 21px 15px;
  margin: 5px;
  border-radius: 10px;
}
.mega-menus .mega-menu-framework li .service-card-headingmobile {
  display: inline-flex;
  align-items: center;
  font-size: 17px;
  font-weight: 400;
  color: #000;
  flex-direction: column;
  text-decoration: none !important;
  justify-content: center;
  text-align: center;
  width: 100%;
  line-height: normal;
}
.mega-menus .mega-menu-framework li .service-card-headingmobile img {
  max-width: 60px;
  max-height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
}
.mega-menus .megamenu-heading {
  font-weight: 600;
  font-size: 17px;
  color: #000000;
}
.mega-menus .mega-menu-hiring-heading {
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
}
.mega-menus .mega-menu-hiring-para {
  font-weight: 400;
  font-size: 13px;
  color: #FFFFFF;
  margin: 0;
}
.mega-menus .hire-btn {
  border-radius: 6px;
}
.mega-menus .mega-menu-sec {
  border-radius: 25px;
  box-shadow: 0px 0px 54px 20px rgba(0, 0, 0, 0.11);
  background-color: #ffffff;
}
.mega-menus .nav-link {
  color: #00366E;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
}
.mega-menus .mega-manu-framelogo {
  position: absolute;
  width: 120px;
  right: 20px;
  top: -140px;
}
.mega-menus .flex-wrap-mobile {
  justify-content: space-between;
  display: flex;
  width: 100%;
  align-items: center;
}
@media (max-width: 768px) {
  .mega-menus .nav-link {
    white-space: nowrap;
  }
  .mega-menus .mega-manu-framelogo {
    width: 80px;
    top: -100px;
  }
  .mega-menus .hire-btn {
    margin-top: 20px;
  }
  .mega-menus .flex-wrap-mobile {
    flex-wrap: wrap;
  }
  .mega-menus .mega-menu-framework {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (max-width: 768px) {
  .python-team-india .cards-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2em 1rem;
  }
  .news-letter .news-letters {
    text-align: center;
  }
  .news-letter .news-letters {
    border-radius: 23px;
  }
}
.quotation_form {
  background: transparent !important;
}
.quotation_form.form-section .inner-form .slide-card .slide-imgbx {
  margin-bottom: 40px;
}
.quotation_form.form-section .inner-form .slide-card .slide-imgbx img {
  max-height: 300px;
  height: auto;
  max-width: initial;
}
.quotation_form.form-section .inner-form .slide-card h2.slide-head {
  color: #000;
  font-size: 28px;
  margin-bottom: 10px;
}
.quotation_form.form-section .inner-form .slide-card p {
  font-size: 16px;
  line-height: normal;
  color: #666;
}
.quotation_form.form-section .form-area {
  box-shadow: none;
  border-radius: 0;
  background: transparent;
}
.quotation_form.form-section .form-area .main-form {
  max-height: initial;
}
.quotation_form.form-section .form-area .main-form .note-text {
  font-weight: bold;
  color: #000;
}
.quotation_form.form-section .form-area .main-form label {
  font-size: 14px;
  margin: 0;
}
.quotation_form.form-section .form-area .main-form button#hideNext {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  border-radius: 8px;
  background: linear-gradient(124deg, #C67F00 0%, #DFB701 100%, #DFB701 100%);
  border: none;
  padding: 12px 45px;
  text-decoration: none;
  transition: 0.4s ease-in-out;
}
.quotation_form.form-section .form-area .main-form .select_numbers {
  position: relative;
}
.quotation_form.form-section .form-area .main-form .select_numbers select#phone_code {
  position: absolute;
  border: none;
  background: transparent;
  width: auto;
  max-width: 90px;
  padding: 11px;
  height: 57px;
}
.quotation_form.form-section .form-area .main-form .select_numbers input#phone_number {
  padding-left: 90px;
}
.quotation_form.form-section .form-area .main-form input.custom_avx_range {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  background: #d7d7d7;
  outline: none;
  opacity: 1;
  transition: opacity 0.2s;
  border-radius: 40px;
  margin-top: 20px;
}
.quotation_form.form-section .form-area .main-form input.custom_avx_range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #1b2552;
  cursor: pointer;
  border-radius: 40px;
}
.quotation_form.form-section .form-area .main-form span#project_budget:before {
  content: "₹";
  margin-right: 4px;
}
.quotation_form.form-section .form-area .main-form p.error-msg {
  font-size: 12px;
  margin-top: 0;
}
.quotation_form.form-section .form-area .main-form div#sectionTwo {
  display: none;
}
.quotation_form.form-section .form-area .main-form div#sectionTwo.active {
  display: block;
}
.quotation_form.form-section .inner-form .form-arrows .slick-arrow {
  font-size: 0;
}
.quotation_form.form-section .inner-form .form-arrows .slick-arrow i {
  margin: 0 !important;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  background: #dcaf01;
  color: #fff;
}
.quotation_form.form-section .avx-heading {
  font-size: 36px;
  text-align: center;
}
.quotation_form.form-section .avx-heading b {
  font-size: 36px;
}

.contact_form .above-modal {
  background: linear-gradient(114deg, #006FAC 0%, #00285F 100%);
  border-radius: 8px;
}
.contact_form .avx-heading-banner b {
  color: #Fff;
  background: #fff !important;
  -webkit-background-clip: text;
  font-size: 42px;
  display: inline-block;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

div#subscribe-form p {
  margin: 0;
}
div#subscribe-form .modal-body {
  padding: 0;
}
div#subscribe-form .modal-body input.wpcf7-submit {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  border-radius: 8px;
  background: linear-gradient(124deg, #C67F00 0%, #DFB701 100%, #DFB701 100%);
  border: none;
  padding: 12px 45px;
  text-decoration: none;
  transition: 0.4s ease-in-out;
}
div#subscribe-form .modal-body input[type=email] {
  padding: 12px 25px 12px 10px;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  border-radius: 0px;
  border: none;
  background: transparent;
  color: #fff;
  border-bottom: 1px solid #fff;
  outline: none;
}

.blog-hero .sec-sub-heading {
  color: #000;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.hero_blog_height {
  height: 650px;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.hero_blog_height:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.78) 100%);
  z-index: 5;
  top: 0;
  left: 0;
}
.hero_blog_height .sec-sub-heading {
  color: #000;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.hero_blog_height img {
  height: 650px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero_blog_height .content {
  position: absolute;
  width: 100%;
  height: auto;
  color: #fff;
  z-index: 7;
  bottom: 30px;
  padding: 0 30px;
}
.hero_blog_height .content a {
  color: #Fff;
  text-decoration: none;
}

.hero_inner_height {
  font-family: Montserrat;
  height: 325px;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.hero_inner_height:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.78) 100%);
  z-index: 5;
  top: 0;
  left: 0;
}
.hero_inner_height img {
  height: 325px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero_inner_height .content {
  position: absolute;
  width: 100%;
  height: auto;
  color: #fff;
  z-index: 7;
  bottom: 30px;
  padding: 0 30px;
}
.hero_inner_height .content a {
  color: #fff;
  text-decoration: none;
}
.hero_inner_height .content h2 {
  font-size: 20px;
}

.trending-sec {
  font-family: Montserrat;
}
.trending-sec .service-card-heading {
  color: #000;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 600;
}
.trending-sec .fh5co_heading {
  font-size: 24px;
  color: #222;
}
.trending-sec .fh5co_heading_border_bottom {
  border-bottom: 1px solid #777;
}
.trending-sec .trending-card-headings {
  position: absolute;
  width: 100%;
  z-index: 9;
  padding: 10px;
  bottom: 0;
  background: #ffffff;
}
.trending-sec .trending-card-headings a {
  text-decoration: none;
}
.trending-sec .fh5co_latest_trading_date_and_name_color {
  color: rgba(51, 51, 51, 0.7);
  font-size: 13px;
}
.trending-sec .trending-cards-img {
  width: 100%;
}
.trending-sec .slick-arrow {
  z-index: 9;
  color: #fff;
  background: linear-gradient(124deg, #C67F00 0%, #DFB701 100%, #DFB701 100%);
  position: absolute;
  right: 26px;
  top: -50px;
  left: auto;
  width: 50px;
  height: 50px;
}
.trending-sec .slick-arrow .slick-arrow.slick-prev {
  right: 90px;
}
.trending-sec .slick-initialized .slick-slide {
  display: block;
  padding: 0 8px;
}
.trending-sec .trending-card {
  min-height: 380px;
}
.trending-sec .trending-cards-img {
  width: 100%;
  min-height: 240px;
  max-height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}

.blog-pagination {
  margin: 1em auto;
  text-align: center;
  transition: font-size 0.2s ease-in-out;
  font-family: Montserrat;
}
.blog-pagination .service-card-heading {
  color: #000;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 600;
}
.blog-pagination .data-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-pagination .data-pagination a {
  color: #777;
  font-size: 22px;
  padding: 0.5em;
  text-decoration: none;
}
.blog-pagination .data-pagination ul {
  list-style: none;
  display: inline-block;
  font-size: 100%;
  margin: 0;
  padding: 0.5em;
}
.blog-pagination .current {
  background: #d6a401;
  color: #fff;
  padding: 20px;
  border-radius: 50px;
  height: 30px !important;
  width: 30px !important;
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

section.postHeader {
  width: 100%;
  padding: 30px 0;
}
section.postHeader .featured-img {
  border-radius: 30px;
  overflow: hidden;
}
section.postHeader .featured-img .gym-boy {
  height: 420px;
  -o-object-fit: contain;
     object-fit: contain;
}
section.postHeader h1.post-title {
  margin-top: 30px;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 10px;
}
section.postHeader ul.author__info {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}
section.postHeader ul.author__info li {
  font-size: 18px;
}
section.postHeader ul.author__info li span {
  font-weight: bold;
}

section.postContent h2 {
  font-size: 26px;
}
section.postContent h3 {
  font-size: 26px;
  margin-bottom: 20px;
}
section.postContent h4 {
  font-size: 24px;
}
section.postContent h5 {
  font-size: 22px;
}
section.postContent h6 {
  font-size: 20px;
}
section.postContent p {
  color: #666;
  font-size: 20px;
}
section.postContent a {
  color: #FF8A00;
  text-decoration: none;
  font-weight: 600;
  transition: 0.4s ease-in-out;
}
section.postContent a:hover {
  color: #1b2552;
}
section.postContent li {
  font-size: 18px;
  margin-bottom: 11px;
}

section.social-icon {
  padding: 30px 0 80px;
}
section.social-icon .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.social-icon .container h3.share-blog {
  font-size: 22px;
  margin: 0;
}
section.social-icon .container ul.form-social-icons {
  margin: 0;
  padding: 0;
}
section.social-icon .container ul.form-social-icons li {
  height: 36px;
  width: 36px;
  background: linear-gradient(124deg, #C67F00 0%, #DFB701 100%, #DFB701 100%);
}
section.social-icon .container ul.form-social-icons li i {
  font-size: 17px;
}
section.social-icon .container ul.form-social-icons li:hover {
  background: linear-gradient(240deg, #C67F00 0%, #DFB701 100%, #DFB701 100%);
}
